From e04e494fa17cd2b010185b7f30a032857406316d Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 23 Aug 2016 20:11:24 -0400 Subject: Update theme mantra to 2.6.0 --- themes/mantra/404.php | 62 +- themes/mantra/admin/admin-functions.php | 450 +- themes/mantra/admin/css/admin.css | 1296 +-- themes/mantra/admin/custom-styles.php | 598 +- themes/mantra/admin/defaults.php | 424 +- themes/mantra/admin/js/accordion-slider.js | 190 +- themes/mantra/admin/js/admin.js | 434 +- themes/mantra/admin/main.php | 958 +-- themes/mantra/admin/sanitize.php | 478 +- themes/mantra/admin/settings.php | 4112 ++++----- themes/mantra/archive.php | 150 +- themes/mantra/attachment.php | 238 +- themes/mantra/author.php | 182 +- themes/mantra/category.php | 134 +- themes/mantra/comments.php | 106 +- themes/mantra/content-aside.php | 100 +- themes/mantra/content-chat.php | 102 +- themes/mantra/content-frontpage.php | 72 +- themes/mantra/content-gallery.php | 154 +- themes/mantra/content-image.php | 88 +- themes/mantra/content-link.php | 102 +- themes/mantra/content-page.php | 60 +- themes/mantra/content-quote.php | 96 +- themes/mantra/content-status.php | 100 +- themes/mantra/content.php | 166 +- themes/mantra/editor-style-rtl.css | 110 +- themes/mantra/editor-style.css | 572 +- themes/mantra/footer.php | 76 +- themes/mantra/functions.php | 52 +- themes/mantra/header.php | 116 +- themes/mantra/includes/tgm.php | 7342 ++++++++-------- themes/mantra/includes/theme-comments.php | 284 +- themes/mantra/includes/theme-frontpage.php | 474 +- themes/mantra/includes/theme-functions.php | 960 +-- themes/mantra/includes/theme-hooks.php | 318 +- themes/mantra/includes/theme-loop.php | 608 +- themes/mantra/includes/theme-setup.php | 862 +- themes/mantra/includes/theme-styles.php | 264 +- themes/mantra/index.php | 112 +- themes/mantra/js/PIE/PIE.js | 174 +- themes/mantra/js/PIE/PIE.php | 36 +- themes/mantra/js/PIE/PIE_uncompressed.js | 8946 ++++++++++---------- themes/mantra/js/frontend.js | 510 +- .../css/ui-lightness/jquery-ui-1.8.16.custom.css | 1134 +-- themes/mantra/js/nivo-slider.js | 18 +- themes/mantra/languages/_mantra.po | 4644 +++++----- themes/mantra/languages/cs_CZ.po | 5222 ++++++------ themes/mantra/languages/da_DK.po | 4850 +++++------ themes/mantra/languages/de_DE.mo | Bin 41890 -> 0 bytes themes/mantra/languages/de_DE.po | 2461 ------ themes/mantra/languages/el.po | 4336 +++++----- themes/mantra/languages/es_ES.mo | Bin 50716 -> 0 bytes themes/mantra/languages/es_ES.po | 2219 ----- themes/mantra/languages/fa_IR.po | 3840 ++++----- themes/mantra/languages/fr_FR.mo | Bin 58536 -> 0 bytes themes/mantra/languages/fr_FR.po | 2617 ------ themes/mantra/languages/he_IL.po | 3778 ++++----- themes/mantra/languages/hu_HU.po | 4596 +++++----- themes/mantra/languages/it_IT.mo | Bin 51078 -> 0 bytes themes/mantra/languages/it_IT.po | 2331 ----- themes/mantra/languages/ja.po | 4176 ++++----- themes/mantra/languages/ja_JP.po | 4176 ++++----- themes/mantra/languages/nb_NO.po | 3638 ++++---- themes/mantra/languages/nl_NL.mo | Bin 40887 -> 0 bytes themes/mantra/languages/nl_NL.po | 2456 ------ themes/mantra/languages/pl_PL.po | 4246 +++++----- themes/mantra/languages/pt_BR.po | 4270 +++++----- themes/mantra/languages/ru_RU.mo | Bin 64420 -> 0 bytes themes/mantra/languages/ru_RU.po | 2313 ----- themes/mantra/languages/tr_TR.po | 4194 ++++----- themes/mantra/languages/zh_CN.po | 3690 ++++---- themes/mantra/license.txt | 562 +- themes/mantra/page.php | 68 +- themes/mantra/readme.txt | 627 +- themes/mantra/rtl.css | 804 +- themes/mantra/search.php | 106 +- themes/mantra/searchform.php | 20 +- themes/mantra/sidebar-footer.php | 118 +- themes/mantra/sidebar.php | 290 +- themes/mantra/single.php | 146 +- themes/mantra/style-mobile.css | 388 +- themes/mantra/style.css | 5333 ++++++------ themes/mantra/tag.php | 136 +- themes/mantra/template-blog.php | 108 +- themes/mantra/template-onecolumn.php | 78 +- themes/mantra/template-page-with-intro.php | 108 +- themes/mantra/template-threecolumns-center.php | 50 +- themes/mantra/template-threecolumns-left.php | 50 +- themes/mantra/template-threecolumns-right.php | 50 +- themes/mantra/template-twocolumns-left.php | 50 +- themes/mantra/template-twocolumns-right.php | 50 +- 91 files changed, 51300 insertions(+), 65715 deletions(-) delete mode 100644 themes/mantra/languages/de_DE.mo delete mode 100644 themes/mantra/languages/de_DE.po delete mode 100644 themes/mantra/languages/es_ES.mo delete mode 100644 themes/mantra/languages/es_ES.po delete mode 100644 themes/mantra/languages/fr_FR.mo delete mode 100644 themes/mantra/languages/fr_FR.po delete mode 100644 themes/mantra/languages/it_IT.mo delete mode 100644 themes/mantra/languages/it_IT.po delete mode 100644 themes/mantra/languages/nl_NL.mo delete mode 100644 themes/mantra/languages/nl_NL.po delete mode 100644 themes/mantra/languages/ru_RU.mo delete mode 100644 themes/mantra/languages/ru_RU.po (limited to 'themes') diff --git a/themes/mantra/404.php b/themes/mantra/404.php index cd47c44f..150ee244 100644 --- a/themes/mantra/404.php +++ b/themes/mantra/404.php @@ -1,32 +1,32 @@ - - -
- -
- -
-

-
-

-
-
-
- -
- -
- - + + +
+ +
+ +
+

+
+

+
+
+
+ +
+ +
+ + \ No newline at end of file diff --git a/themes/mantra/admin/admin-functions.php b/themes/mantra/admin/admin-functions.php index 22e77a6c..a7d8b83e 100644 --- a/themes/mantra/admin/admin-functions.php +++ b/themes/mantra/admin/admin-functions.php @@ -1,226 +1,226 @@ - -
-

Where are the theme settings?

-

Following the Wordpress Theme Review Guidelines, starting with Mantra v2.5 we had to remove the settings page from the theme and transfer all the settings to the Customizer interface.

-

However, we feel that the Customizer interface does not provide the right medium (in space of terms and usability) for our existing theme options. We've created our settings with a certain layout that is not yet compatible with the Customizer interface.

-

As an alternative solution that allows us to keep updating and improving our theme we have moved the settings functionality to the separate Cryout Serious Theme Settings plugin. To restore the theme settings page to previous functionality, all you need to do is install this free plugin with a couple of clicks.

-

How do I restore the settings?

-

Navigate to this page to install and activate the Cryout Serious Theme Settings plugin, then return here to find the settings page in all its past glory.

-

The plugin is compatible with all our themes that are affected by this change and only needs to be installed once.

-

If you already have the plugin installed make sure you have it updated to the latest available version.

-
-

-

- -
-
-

-

-
-

Please remember that this is still an experimental feature.', 'mantra'); ?>

-

- - - ( ) - - - - -

- -
-
-
- - 0) ) ) { - - $form_fields = array('import'); - $method = ''; - - $url = wp_nonce_url('themes.php?page=mantra-page', 'mantra-import'); - - // Get file writing credentials - if (false === ($creds = request_filesystem_credentials($url, $method, false, false, $form_fields) ) ) { - return true; - } - - if ( ! WP_Filesystem($creds) ) { - // our credentials were no good, ask the user for them again - request_filesystem_credentials($url, $method, true, false, $form_fields); - return true; - } - - // Write the file if credentials are good - $upload_dir = wp_upload_dir(); - $filename = trailingslashit($upload_dir['path']).'mantra_options.txt'; - - // by this point, the $wp_filesystem global should be working, so let's use it to create a file - global $wp_filesystem; - if ( ! $wp_filesystem->move($_FILES['import']['tmp_name'], $filename, true) ) { - echo 'Error saving file!'; - return; - } - - $file = $_FILES['import']; - - if ($file['type'] == 'text/plain') { - $data = $wp_filesystem->get_contents($filename); - // try to read the file - if ($data !== FALSE){ - $settings = json_decode($data, true); - // try to read the settings array - if (isset($settings['mantra_db'])){ ?> -
-

-

'. __('Great! The options have been imported!', 'mantra').'
'; - echo ''.__('Go back to the Mantra options page and check them out!', 'mantra').'

'; - } - else { // else: try to read the settings array - echo '

'.__('Oops, there\'s a small problem.', 'mantra').'
'; - echo __('The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page.', 'mantra').'

'; - mantra_import_form(); - } - } - else { // else: try to read the file - echo '

'.__('Oops, there\'s a small problem.', 'mantra').'
'; - echo __('The uploaded file could not be read.', 'mantra').'

'; - mantra_import_form(); - } - } - else { // else: make sure the file uploaded was a plain text file - echo '

'.__('Oops, there\'s a small problem.', 'mantra').'
'; - echo __('The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file.', 'mantra').'

'; - mantra_import_form(); - } - - // Delete the file after we're done - $wp_filesystem->delete($filename); - - } - else { // else: make sure there is an import file uploaded - echo '

'.__( 'Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.', 'mantra' ).'

'; - mantra_import_form(); - } - echo ' '; - } - else { - wp_die(__('ERROR: You are not authorised to perform that operation', 'mantra')); - } -} // Closes the mantra_import_file() function definition - -// Truncate function for use in the Admin RSS feed -function mantra_truncate_words($string,$words=20, $ellipsis=' ...') { - $new = preg_replace('/((\w+\W+\'*){'.($words-1).'}(\w+))(.*)/', '${1}', $string); - return $new.$ellipsis; -} - -// Synchronizing the tinymce width with the content width -add_filter('tiny_mce_before_init', 'mantra_dynamic_editor_styles', 10); -function mantra_dynamic_editor_styles($settings){ - $settings['content_css'] .= ",".admin_url('admin-ajax.php') ."/?action=dynamic_styles"; - return $settings; -} - -// add wp_ajax callback -add_action('wp_ajax_dynamic_styles', 'mantra_dynamic_styles_callback'); -function mantra_dynamic_styles_callback(){ - global $mantra_options; - echo "html .mceContentBody , .mceContentBody img {max-width:".$mantra_options['mantra_sidewidth']."px;}"; -} + +
+

Where are the theme settings?

+

Following the Wordpress Theme Review Guidelines, starting with Mantra v2.5 we had to remove the settings page from the theme and transfer all the settings to the Customizer interface.

+

However, we feel that the Customizer interface does not provide the right medium (in space of terms and usability) for our existing theme options. We've created our settings with a certain layout that is not yet compatible with the Customizer interface.

+

As an alternative solution that allows us to keep updating and improving our theme we have moved the settings functionality to the separate Cryout Serious Theme Settings plugin. To restore the theme settings page to previous functionality, all you need to do is install this free plugin with a couple of clicks.

+

How do I restore the settings?

+

Navigate to this page to install and activate the Cryout Serious Theme Settings plugin, then return here to find the settings page in all its past glory.

+

The plugin is compatible with all our themes that are affected by this change and only needs to be installed once.

+

If you already have the plugin installed make sure you have it updated to the latest available version.

+
+

+

+ +
+
+

+

+
+

Please remember that this is still an experimental feature.', 'mantra'); ?>

+

+ + + ( ) + + + + +

+ +
+
+
+ + 0) ) ) { + + $form_fields = array('import'); + $method = ''; + + $url = wp_nonce_url('themes.php?page=mantra-page', 'mantra-import'); + + // Get file writing credentials + if (false === ($creds = request_filesystem_credentials($url, $method, false, false, $form_fields) ) ) { + return true; + } + + if ( ! WP_Filesystem($creds) ) { + // our credentials were no good, ask the user for them again + request_filesystem_credentials($url, $method, true, false, $form_fields); + return true; + } + + // Write the file if credentials are good + $upload_dir = wp_upload_dir(); + $filename = trailingslashit($upload_dir['path']).'mantra_options.txt'; + + // by this point, the $wp_filesystem global should be working, so let's use it to create a file + global $wp_filesystem; + if ( ! $wp_filesystem->move($_FILES['import']['tmp_name'], $filename, true) ) { + echo 'Error saving file!'; + return; + } + + $file = $_FILES['import']; + + if ($file['type'] == 'text/plain') { + $data = $wp_filesystem->get_contents($filename); + // try to read the file + if ($data !== FALSE){ + $settings = json_decode($data, true); + // try to read the settings array + if (isset($settings['mantra_db'])){ ?> +
+

+

'. __('Great! The options have been imported!', 'mantra').'
'; + echo ''.__('Go back to the Mantra options page and check them out!', 'mantra').'

'; + } + else { // else: try to read the settings array + echo '

'.__('Oops, there\'s a small problem.', 'mantra').'
'; + echo __('The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page.', 'mantra').'

'; + mantra_import_form(); + } + } + else { // else: try to read the file + echo '

'.__('Oops, there\'s a small problem.', 'mantra').'
'; + echo __('The uploaded file could not be read.', 'mantra').'

'; + mantra_import_form(); + } + } + else { // else: make sure the file uploaded was a plain text file + echo '

'.__('Oops, there\'s a small problem.', 'mantra').'
'; + echo __('The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file.', 'mantra').'

'; + mantra_import_form(); + } + + // Delete the file after we're done + $wp_filesystem->delete($filename); + + } + else { // else: make sure there is an import file uploaded + echo '

'.__( 'Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.', 'mantra' ).'

'; + mantra_import_form(); + } + echo ' '; + } + else { + wp_die(__('ERROR: You are not authorised to perform that operation', 'mantra')); + } +} // Closes the mantra_import_file() function definition + +// Truncate function for use in the Admin RSS feed +function mantra_truncate_words($string,$words=20, $ellipsis=' ...') { + $new = preg_replace('/((\w+\W+\'*){'.($words-1).'}(\w+))(.*)/', '${1}', $string); + return $new.$ellipsis; +} + +// Synchronizing the tinymce width with the content width +add_filter('tiny_mce_before_init', 'mantra_dynamic_editor_styles', 10); +function mantra_dynamic_editor_styles($settings){ + $settings['content_css'] .= ",".admin_url('admin-ajax.php') ."/?action=dynamic_styles"; + return $settings; +} + +// add wp_ajax callback +add_action('wp_ajax_dynamic_styles', 'mantra_dynamic_styles_callback'); +function mantra_dynamic_styles_callback(){ + global $mantra_options; + echo "html .mceContentBody , .mceContentBody img {max-width:".$mantra_options['mantra_sidewidth']."px;}"; +} ?> \ No newline at end of file diff --git a/themes/mantra/admin/css/admin.css b/themes/mantra/admin/css/admin.css index 7f20e131..7da46631 100644 --- a/themes/mantra/admin/css/admin.css +++ b/themes/mantra/admin/css/admin.css @@ -1,648 +1,648 @@ - /* Farbtastic overwrites */ - -.farbtastic { - position: absolute !important; - z-index:2; -margin-left:50px; -margin-top:-110px; -background-color:#F7F7F7; -border:1px solid #CCC; -} -.farbtastic * { - position: absolute; - cursor: crosshair; -} -.farbtastic, .farbtastic .wheel { - width: 195px; - height: 195px; -} -.farbtastic .color, .farbtastic .overlay { - top: 47px; - left: 47px; - width: 101px; - height: 101px; -} - - -/* end of Farbtastic overwrites */ - -.form-table, .form-table td, .form-table th, .form-table td p, .form-wrap label { -font-size:13px; -} - - -#lefty { -clear:left; -float:left; -width:60%; -min-width:500px; -max-width:820px; -margin-right:1%; -} - -#main-options { -width:100%; -display:block; -clear:left; -/*border:1px solid #DFDFDF; -background:#F5F5F5; -border-radius:5px; --moz-border-radius:5px; --webkit-border-radius:5px; -*/ -padding-top:10px; -font-family: Segoe UI !important; -font-size: 12px; -margin-bottom:10px; - -} - - #righty { -float:left; -width:39%; -margin-top:10px; -} -#righty p, #righty span, .form-table small, #righty ul li, #righty h3 { -font-size: 12px; -color:#444; -font-family:Segoe UI; -} - -.form-table small { -font-style:italic; -display:block; -float:none; -clear:both; -} - - .donate, .support { -width:100%; -} - -.postbox .hndle { - cursor: auto; - font-size: 13px; - margin: 0; - padding: 6px 10px 7px; -} - - -.wrap h2 { -font-family: Calibri, Arial !important; -margin-bottom:5px; -} - -#accordion { -margin:0px auto; -font-family:Segoe UI,Calibri, Arial !important; -display:block; -float:none; -border:10px solid #FFF; --moz-box-sizing:border-box; --webkit-box-sizing:border-box; -box-sizing:border-box; -} - -#submitDiv { -display:block; -float:none; -height:30px; -margin:10px 40px; -font-family:Segoe UI,Calibri, Arial !important; -} - -#version { -display:block; -float:none; -clear:both; -padding-top:10px; -margin-left:20px; -color:#666; -} - -#accordion h3, #accordion h2 { -border:none; -background-image:none; -background:#F5F5F5; -margin:0; -padding:8px; -clear:both; -display:block; -float:none; -font-size: 17px ; -padding-left:30px ; -font-weight:normal; -text-transform:uppercase; -color:#555; -border-top:1px solid #FFF; -border-bottom:1px solid #E5E5E5; -line-height: 1.3; --moz-border-radius:0; --webkit-border-radius:0; -border-radius:0; -transition:background ease .3s; -} - -#accordion h3:hover, #accordion h2:hover { -background:#FFF; -} - -#accordion select option { -font-size:1.1em; -} - -.form-table th, .form-wrap label { - color: #444 !important; -font-size: 15px; -font-weight:normal; -text-transform:uppercase; -background:#F7F7F7; -border-bottom:1px solid #FFF; -padding:10px; -} - -.form-table tr { -border-bottom:1px solid #F7F7F7; -} - -.form-table tr:last-child { -border-bottom:none; -} - -.form-table td { -vertical-align:middle; -} - -input[type="text"] , select { -border:1px solid #AAA !important; -border-radius:2px; --moz-border-radius:2px; --webkit-border-radius:2px; -} - -.submit { -text-align:right; -margin-right:20px; -} - - #accordion select { -min-width:120px; -max-width:200px; -padding:3px 5px; -} - - #accordion textarea, #mantra_favicon { -max-width:90%; -} - -.googlefonts { -width:200px; -} - -/* Images */ - - -.images { -display:inline-block; -} - -#imageOne { -border:1px solid #DDD !important; -padding:3px; - height: auto; -} - -#imageTwo{ - background-color: #FFFFFF; - border: 1px solid #EEE; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - padding: 3px; - -moz-box-shadow:0px 0px 4px #CCC; - -webkit-box-shadow:0px 0px 4px #CCC; - box-shadow:0px 0px 4px #CCC; -} - -#imageThree{ - background-color: #FFFFFF; - border: 6px solid #EEEEEE; - -moz-border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; - padding: 3px; -} - - - -#imageFour{ -border:1px solid #666 !important; - -moz-box-shadow:0px 0px 4px #666; - -webkit-box-shadow:0px 0px 4px #666; - box-shadow:0px 3px 4px #999; -} - -#imageFive{ -border:3px solid #DDD !important; -} - -#imageSix{ -border:8px solid #BBB !important; - -moz-box-shadow:0px 0px 5px #333; - -webkit-box-shadow:0px 0px 5px #333; - box-shadow: 0px 0px 5px #333; -} - -#imageSeven{ - background-color: #FFFFFF; - border: 1px solid #CCC; - padding: 7px; - -moz-box-shadow:2px 2px 2px #CCC; - -webkit-box-shadow:2px 2px 2px #CCC; - box-shadow:inset 0px 0px 7px #CCC; -} - -/* Labels */ - -label { -display:inline-block; -width:auto; -border:2px solid #FFF; -text-align:center; -background-color:#FFF; -padding:5px 2px; --ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -filter: alpha(opacity=80); -opacity:0.8; -} - -label.hideareas { -display:block; -float:none; -text-align:left; - -} - -label:hover { - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; - filter: alpha(opacity=100); - opacity:1; -background-color:#EEE; -} - - -label input[type=radio] { -display:none; -} - -label.layouts { -display:block; -float:left; -padding:3px; -height:55px; -} - -label.layouts:hover { -background:none; -border:2px solid #CCC; -} - - -.layouts img { -width:60px; -} - -.layouts img, .images img { -pointer-events: none; -} - - -.borderful { -border-color:#F6A828 ; - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; - filter: alpha(opacity=100); - opacity:1; -} - - label.layouts.checkedClass, label.images.checkedClass, label.pins.checkedClass, label.sidebullets.checkedClass { -border-color:#F6A828; --ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -filter: alpha(opacity=100); -opacity:1; -} - - -#accordion input[type="text"] { -font-family:"Lucida Console", Monaco, monospace !important; -font-size:12px; -padding:6px; -} - -#accordion > * { -display:none; -} - -#accordion > h3, #accordion > h2 { -display:block; -} - -.ui-accordion-content { -background:#FFF !important; -margin-bottom:10px !important; -border:none !important; -overflow: hidden; -padding:1em !important; -} -.ui-accordion .ui-accordion-content { overflow: hidden !important;padding:0 !important; } -.ui-accordion .ui-accordion-content-overflow { overflow: visible !important; } - -.ui-state-active { - background:#444 !important; - color:#FFF !important; - border:none !important; -} - -.darkbg{ - background:#ddd !important; -} -#status{ - font-family:Arial; padding:5px; -} -ul#files{ list-style:none; padding:0; margin:0; } -ul#files li{ padding:10px; margin-bottom:2px; width:400px; float:left; margin-right:10px;} -ul#files li img{ max-width:180px; max-height:150px; } -.success{ background:#99f099; border:1px solid #339933; } -.error{ background:#f0c6c3; border:1px solid #cc6622; } - -#uploadpreview { -max-width:64px; -display:block;float:left; -border:1px solid #DDD; -padding:2px; -} - -#filename { -display:block; -width:auto; -float:left; -margin-left:10px; -font-weight:bold; -} - -#uploadarea { -margin-top:10px; -} - -#absolutedim, #relativedim { -margin-top:30px; -position:relative; -} -#absolutedim small, #relativedim small{ -margin-top:20px;} - -.slmini, #cdimensions { -display:block; -float:none; -} - -.slmini { -background:#F9F9F9; -border-bottom:1px solid #E7E7E7; -padding:15px 5px 15px 10px; -} - -.slmini b { -width:130px; -display:inline-block; -float:left; -text-transform:uppercase; -font-weight:normal; -font-style:italic; -} - -.slidebox { -background:#F7F7F7; -border-bottom:2px solid #eaeaea; -transition:border-color .3s ease-in-out; -} - -.slidebox:hover { -border-color:#8CB3B3; -} - -.slidercontent{ -display:none; -padding:0 10px 10px; -} - - -.slidetitle{ -color:#777; -background:#F7F7F7; -padding: 2px 10px; -margin:3px; -cursor:pointer; -} - -.slidetitle:after { -content:"\25BC"; -float:right; -margin-right:5px; -color:#AAA; -font-size:10px; -} - -.slidetitle:hover{ -background:#F6F6F6; -} - -.slidetitle:hover:after { -color:#6C9393; -} - -.slidebox h5 { -display:inline-block; -float:none; -font-size:12px; -background:#FFF; -color:#777; -padding:0 10px; -margin:10px 0px 0 10px; -position:relative; -top:2px; -border:1px solid #DFDFDF; -border-bottom:none; --moz-border-radius:4px; --webkit-border-radius:4px; -border-radius:4px; -} - -.slidebox .description { -display:block; -float:none; -} - -.slidebox input[type="text"], .slidebox textarea { -width:100%; -border-color:#DFDFDF !important; -color:#444; -} - -#sliderCustomSlides {margin-top:10px;} - -a.upload_image_button { -text-decoration:none; -clear:both; -padding:2px 4px; -display:block; -float:none; -} - - -.wp-core-ui .button, .wp-core-ui .button-secondary { -background:#FFF; -text-transform:uppercase; --moz-border-radius:0; --webkit-border-radius:0; -border-radius:0; -border-bottom:1px solid #555; -} - -.wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover { -border-bottom:1px solid #000; -} - -#submitDiv input.button { -font-size:13px !important; -padding:4px 10px !important; -height:auto; -text-transform:uppercase; -border-bottom:3px solid #555; -} - -.header_upload_inputs { -width:300px; -} - -/* NEWS LISTS */ - -#righty .news-list li { -background:#FFF; -padding:7px; -border:1px solid #EEE; -} - -#righty span.news-item-date { -color:#999; -font-size:11px; -} - -a.news-header { -text-decoration:none; -color:#4C7373; -font-size:14px; -font-weight:bold; -text-transform:uppercase; -} - -a.news-header:hover, a.news-read:hover { -color:#C47D09 !important; -} - -/*Tooltip */ - -.tooltip_div{ -display:inline-block; -clear:none; -height:22px; -line-height:22px; -} - -a.tooltip{ -display:inline-block; -clear:none; -height:22px; -line-height:22px; -margin-left:7px; -} - -a.tooltip img { -vertical-align:bottom; -} - -.ui-tooltip { -display:block; -max-width:300px; -padding:5px; -z-index:3; -} - -/* ADMIN HEADER AND LINKS */ - -#admin_header { - padding-top:10px; - padding-left:20px; - display:block; - float:left; - } -#admin_links { - display:block; - float:left; - clear:both; - text-align:left; - margin-left:97px; - margin-top:-17px; - } - -#admin_links a { -display:block; -float:left; -margin-left:3px; -margin-right:9px; -text-decoration:none; -font-family:Segoe UI, Arial; -font-size:11px; -color:#000000; -text-transform:uppercase; -} - -#admin_links a:hover { -color:#C47D09; -} - -.wrap div.updated, .wrap div.error { -margin-left: 15px; margin-right: 15px; -margin-top: 20px; } - -#jsAlert { -margin: 0 15px 10px; -background-color: #F4F8FA; -border-color: #BCE8F1; border-style: solid; border-radius: 0; border-width: 0 0 0 3px; -padding:5px 10px; -} - -/* FB button fix */ - -.fb-like.fb_iframe_widget > span { - vertical-align: baseline !important; -} -.twitter-follow-button.twitter-follow-button { - margin:0 8px; -} - -#mantra-settings-placeholder { - background: #fff; - padding: 0 10px 10px 10px; } - -#mantra-settings-placeholder h3 { - background: #444; - color: #fff; - text-transform: uppercase; - font-weight: 400; - padding: 10px; - margin: 0 -10px; - font-size: 14px; } - -#mantra-settings-placeholder a { - color: #24C1BB; } - + /* Farbtastic overwrites */ + +.farbtastic { + position: absolute !important; + z-index:2; +margin-left:50px; +margin-top:-110px; +background-color:#F7F7F7; +border:1px solid #CCC; +} +.farbtastic * { + position: absolute; + cursor: crosshair; +} +.farbtastic, .farbtastic .wheel { + width: 195px; + height: 195px; +} +.farbtastic .color, .farbtastic .overlay { + top: 47px; + left: 47px; + width: 101px; + height: 101px; +} + + +/* end of Farbtastic overwrites */ + +.form-table, .form-table td, .form-table th, .form-table td p, .form-wrap label { +font-size:13px; +} + + +#lefty { +clear:left; +float:left; +width:60%; +min-width:500px; +max-width:820px; +margin-right:1%; +} + +#main-options { +width:100%; +display:block; +clear:left; +/*border:1px solid #DFDFDF; +background:#F5F5F5; +border-radius:5px; +-moz-border-radius:5px; +-webkit-border-radius:5px; +*/ +padding-top:10px; +font-family: Segoe UI !important; +font-size: 12px; +margin-bottom:10px; + +} + + #righty { +float:left; +width:39%; +margin-top:10px; +} +#righty p, #righty span, .form-table small, #righty ul li, #righty h3 { +font-size: 12px; +color:#444; +font-family:Segoe UI; +} + +.form-table small { +font-style:italic; +display:block; +float:none; +clear:both; +} + + .donate, .support { +width:100%; +} + +.postbox .hndle { + cursor: auto; + font-size: 13px; + margin: 0; + padding: 6px 10px 7px; +} + + +.wrap h2 { +font-family: Calibri, Arial !important; +margin-bottom:5px; +} + +#accordion { +margin:0px auto; +font-family:Segoe UI,Calibri, Arial !important; +display:block; +float:none; +border:10px solid #FFF; +-moz-box-sizing:border-box; +-webkit-box-sizing:border-box; +box-sizing:border-box; +} + +#submitDiv { +display:block; +float:none; +height:30px; +margin:10px 40px; +font-family:Segoe UI,Calibri, Arial !important; +} + +#version { +display:block; +float:none; +clear:both; +padding-top:10px; +margin-left:20px; +color:#666; +} + +#accordion h3, #accordion h2 { +border:none; +background-image:none; +background:#F5F5F5; +margin:0; +padding:8px; +clear:both; +display:block; +float:none; +font-size: 17px ; +padding-left:30px ; +font-weight:normal; +text-transform:uppercase; +color:#555; +border-top:1px solid #FFF; +border-bottom:1px solid #E5E5E5; +line-height: 1.3; +-moz-border-radius:0; +-webkit-border-radius:0; +border-radius:0; +transition:background ease .3s; +} + +#accordion h3:hover, #accordion h2:hover { +background:#FFF; +} + +#accordion select option { +font-size:1.1em; +} + +.form-table th, .form-wrap label { + color: #444 !important; +font-size: 15px; +font-weight:normal; +text-transform:uppercase; +background:#F7F7F7; +border-bottom:1px solid #FFF; +padding:10px; +} + +.form-table tr { +border-bottom:1px solid #F7F7F7; +} + +.form-table tr:last-child { +border-bottom:none; +} + +.form-table td { +vertical-align:middle; +} + +input[type="text"] , select { +border:1px solid #AAA !important; +border-radius:2px; +-moz-border-radius:2px; +-webkit-border-radius:2px; +} + +.submit { +text-align:right; +margin-right:20px; +} + + #accordion select { +min-width:120px; +max-width:200px; +padding:3px 5px; +} + + #accordion textarea, #mantra_favicon { +max-width:90%; +} + +.googlefonts { +width:200px; +} + +/* Images */ + + +.images { +display:inline-block; +} + +#imageOne { +border:1px solid #DDD !important; +padding:3px; + height: auto; +} + +#imageTwo{ + background-color: #FFFFFF; + border: 1px solid #EEE; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + padding: 3px; + -moz-box-shadow:0px 0px 4px #CCC; + -webkit-box-shadow:0px 0px 4px #CCC; + box-shadow:0px 0px 4px #CCC; +} + +#imageThree{ + background-color: #FFFFFF; + border: 6px solid #EEEEEE; + -moz-border-radius: 5px 5px 5px 5px; + -webkit-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; + padding: 3px; +} + + + +#imageFour{ +border:1px solid #666 !important; + -moz-box-shadow:0px 0px 4px #666; + -webkit-box-shadow:0px 0px 4px #666; + box-shadow:0px 3px 4px #999; +} + +#imageFive{ +border:3px solid #DDD !important; +} + +#imageSix{ +border:8px solid #BBB !important; + -moz-box-shadow:0px 0px 5px #333; + -webkit-box-shadow:0px 0px 5px #333; + box-shadow: 0px 0px 5px #333; +} + +#imageSeven{ + background-color: #FFFFFF; + border: 1px solid #CCC; + padding: 7px; + -moz-box-shadow:2px 2px 2px #CCC; + -webkit-box-shadow:2px 2px 2px #CCC; + box-shadow:inset 0px 0px 7px #CCC; +} + +/* Labels */ + +label { +display:inline-block; +width:auto; +border:2px solid #FFF; +text-align:center; +background-color:#FFF; +padding:5px 2px; +-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; +filter: alpha(opacity=80); +opacity:0.8; +} + +label.hideareas { +display:block; +float:none; +text-align:left; + +} + +label:hover { + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: alpha(opacity=100); + opacity:1; +background-color:#EEE; +} + + +label input[type=radio] { +display:none; +} + +label.layouts { +display:block; +float:left; +padding:3px; +height:55px; +} + +label.layouts:hover { +background:none; +border:2px solid #CCC; +} + + +.layouts img { +width:60px; +} + +.layouts img, .images img { +pointer-events: none; +} + + +.borderful { +border-color:#F6A828 ; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter: alpha(opacity=100); + opacity:1; +} + + label.layouts.checkedClass, label.images.checkedClass, label.pins.checkedClass, label.sidebullets.checkedClass { +border-color:#F6A828; +-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; +filter: alpha(opacity=100); +opacity:1; +} + + +#accordion input[type="text"] { +font-family:"Lucida Console", Monaco, monospace !important; +font-size:12px; +padding:6px; +} + +#accordion > * { +display:none; +} + +#accordion > h3, #accordion > h2 { +display:block; +} + +.ui-accordion-content { +background:#FFF !important; +margin-bottom:10px !important; +border:none !important; +overflow: hidden; +padding:1em !important; +} +.ui-accordion .ui-accordion-content { overflow: hidden !important;padding:0 !important; } +.ui-accordion .ui-accordion-content-overflow { overflow: visible !important; } + +.ui-state-active { + background:#444 !important; + color:#FFF !important; + border:none !important; +} + +.darkbg{ + background:#ddd !important; +} +#status{ + font-family:Arial; padding:5px; +} +ul#files{ list-style:none; padding:0; margin:0; } +ul#files li{ padding:10px; margin-bottom:2px; width:400px; float:left; margin-right:10px;} +ul#files li img{ max-width:180px; max-height:150px; } +.success{ background:#99f099; border:1px solid #339933; } +.error{ background:#f0c6c3; border:1px solid #cc6622; } + +#uploadpreview { +max-width:64px; +display:block;float:left; +border:1px solid #DDD; +padding:2px; +} + +#filename { +display:block; +width:auto; +float:left; +margin-left:10px; +font-weight:bold; +} + +#uploadarea { +margin-top:10px; +} + +#absolutedim, #relativedim { +margin-top:30px; +position:relative; +} +#absolutedim small, #relativedim small{ +margin-top:20px;} + +.slmini, #cdimensions { +display:block; +float:none; +} + +.slmini { +background:#F9F9F9; +border-bottom:1px solid #E7E7E7; +padding:15px 5px 15px 10px; +} + +.slmini b { +width:130px; +display:inline-block; +float:left; +text-transform:uppercase; +font-weight:normal; +font-style:italic; +} + +.slidebox { +background:#F7F7F7; +border-bottom:2px solid #eaeaea; +transition:border-color .3s ease-in-out; +} + +.slidebox:hover { +border-color:#8CB3B3; +} + +.slidercontent{ +display:none; +padding:0 10px 10px; +} + + +.slidetitle{ +color:#777; +background:#F7F7F7; +padding: 2px 10px; +margin:3px; +cursor:pointer; +} + +.slidetitle:after { +content:"\25BC"; +float:right; +margin-right:5px; +color:#AAA; +font-size:10px; +} + +.slidetitle:hover{ +background:#F6F6F6; +} + +.slidetitle:hover:after { +color:#6C9393; +} + +.slidebox h5 { +display:inline-block; +float:none; +font-size:12px; +background:#FFF; +color:#777; +padding:0 10px; +margin:10px 0px 0 10px; +position:relative; +top:2px; +border:1px solid #DFDFDF; +border-bottom:none; +-moz-border-radius:4px; +-webkit-border-radius:4px; +border-radius:4px; +} + +.slidebox .description { +display:block; +float:none; +} + +.slidebox input[type="text"], .slidebox textarea { +width:100%; +border-color:#DFDFDF !important; +color:#444; +} + +#sliderCustomSlides {margin-top:10px;} + +a.upload_image_button { +text-decoration:none; +clear:both; +padding:2px 4px; +display:block; +float:none; +} + + +.wp-core-ui .button, .wp-core-ui .button-secondary { +background:#FFF; +text-transform:uppercase; +-moz-border-radius:0; +-webkit-border-radius:0; +border-radius:0; +border-bottom:1px solid #555; +} + +.wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover { +border-bottom:1px solid #000; +} + +#submitDiv input.button { +font-size:13px !important; +padding:4px 10px !important; +height:auto; +text-transform:uppercase; +border-bottom:3px solid #555; +} + +.header_upload_inputs { +width:300px; +} + +/* NEWS LISTS */ + +#righty .news-list li { +background:#FFF; +padding:7px; +border:1px solid #EEE; +} + +#righty span.news-item-date { +color:#999; +font-size:11px; +} + +a.news-header { +text-decoration:none; +color:#4C7373; +font-size:14px; +font-weight:bold; +text-transform:uppercase; +} + +a.news-header:hover, a.news-read:hover { +color:#C47D09 !important; +} + +/*Tooltip */ + +.tooltip_div{ +display:inline-block; +clear:none; +height:22px; +line-height:22px; +} + +a.tooltip{ +display:inline-block; +clear:none; +height:22px; +line-height:22px; +margin-left:7px; +} + +a.tooltip img { +vertical-align:bottom; +} + +.ui-tooltip { +display:block; +max-width:300px; +padding:5px; +z-index:3; +} + +/* ADMIN HEADER AND LINKS */ + +#admin_header { + padding-top:10px; + padding-left:20px; + display:block; + float:left; + } +#admin_links { + display:block; + float:left; + clear:both; + text-align:left; + margin-left:97px; + margin-top:-17px; + } + +#admin_links a { +display:block; +float:left; +margin-left:3px; +margin-right:9px; +text-decoration:none; +font-family:Segoe UI, Arial; +font-size:11px; +color:#000000; +text-transform:uppercase; +} + +#admin_links a:hover { +color:#C47D09; +} + +.wrap div.updated, .wrap div.error { +margin-left: 15px; margin-right: 15px; +margin-top: 20px; } + +#jsAlert { +margin: 0 15px 10px; +background-color: #F4F8FA; +border-color: #BCE8F1; border-style: solid; border-radius: 0; border-width: 0 0 0 3px; +padding:5px 10px; +} + +/* FB button fix */ + +.fb-like.fb_iframe_widget > span { + vertical-align: baseline !important; +} +.twitter-follow-button.twitter-follow-button { + margin:0 8px; +} + +#mantra-settings-placeholder { + background: #fff; + padding: 0 10px 10px 10px; } + +#mantra-settings-placeholder h3 { + background: #444; + color: #fff; + text-transform: uppercase; + font-weight: 400; + padding: 10px; + margin: 0 -10px; + font-size: 14px; } + +#mantra-settings-placeholder a { + color: #24C1BB; } + diff --git a/themes/mantra/admin/custom-styles.php b/themes/mantra/admin/custom-styles.php index 0e59bd8b..5851283a 100644 --- a/themes/mantra/admin/custom-styles.php +++ b/themes/mantra/admin/custom-styles.php @@ -1,299 +1,299 @@ - $value) { - ${"$key"} = esc_attr($value) ; -} -if ($mantra_dimselect=="Absolute") { -$totalwidth = $mantra_sidewidth+$mantra_sidebar+50; -$contentSize = $mantra_sidewidth; -$sidebarSize = $mantra_sidebar; -} -else if ($mantra_dimselect=="Relative") { -$totalwidth = $mantra_sidewidthRel+$mantra_sidebarRel; -$contentSize = intval(($mantra_sidewidthRel/$totalwidth*100)-2); -$sidebarSize = intval(($mantra_sidebarRel/$totalwidth*100)-2); -} -ob_start(); ?> - - - - $value) { - ${"$key"} = esc_attr($value) ; } - -if ($mantra_customcss != "") { - return ''; - } -} - -function mantra_customjs() { -$mantra_options= mantra_get_theme_options(); -foreach ($mantra_options as $key => $value) { - ${"$key"} = esc_attr($value) ; } - -if ($mantra_customjs != "") { - echo ''; - } -} -?> \ No newline at end of file + $value) { + ${"$key"} = esc_attr($value) ; +} +if ($mantra_dimselect=="Absolute") { +$totalwidth = $mantra_sidewidth+$mantra_sidebar+50; +$contentSize = $mantra_sidewidth; +$sidebarSize = $mantra_sidebar; +} +else if ($mantra_dimselect=="Relative") { +$totalwidth = $mantra_sidewidthRel+$mantra_sidebarRel; +$contentSize = intval(($mantra_sidewidthRel/$totalwidth*100)-2); +$sidebarSize = intval(($mantra_sidebarRel/$totalwidth*100)-2); +} +ob_start(); ?> + + + + $value) { + ${"$key"} = esc_attr($value) ; } + +if ($mantra_customcss != "") { + return ''; + } +} + +function mantra_customjs() { +$mantra_options= mantra_get_theme_options(); +foreach ($mantra_options as $key => $value) { + ${"$key"} = esc_attr($value) ; } + +if ($mantra_customjs != "") { + echo ''; + } +} +?> diff --git a/themes/mantra/admin/defaults.php b/themes/mantra/admin/defaults.php index 3ba7d711..7164994e 100644 --- a/themes/mantra/admin/defaults.php +++ b/themes/mantra/admin/defaults.php @@ -1,213 +1,213 @@ - "1.0", - -"mantra_side" => "2cSr", -"mantra_dimselect" => 'Absolute', -"mantra_sidewidth" => 800, -"mantra_sidebar" => 250, -"mantra_sidewidthRel" => 60, -"mantra_sidebarRel" => 20, -"mantra_mobile" => "Enable", -"mantra_zoom" => 0, -"mantra_hcontain" => "", - - -"mantra_frontpage" => "Disable", -"mantra_frontposts" => "Disable", -"mantra_frontpostscount" => 5, -"mantra_menualign" => "left", -"mantra_fpsliderwidth" => "800", -"mantra_fpsliderheight" => "250", -"mantra_fpslideranim" => "random", -"mantra_fpsliderborderwidth" => "10", -"mantra_fpsliderbordercolor" => "#EEEEEE", -"mantra_fpslidertime" => "750", -"mantra_fpsliderpause" => "5000", -"mantra_fpslidernav" => "Bullets", -"mantra_fpsliderarrows" => "Visible on Hover", - -"mantra_slideType" => "Custom Slides", -"mantra_slideCateg" => "", -"mantra_slideNumber" => "5", -"mantra_slideSpecific" => "", - -"mantra_sliderimg1" => get_template_directory_uri()."/images/slider/mantra-slide1.jpg", -"mantra_slidertitle1" => "This is the caption title", -"mantra_slidertext1" => "And this is the text that could accompany it. It is all optional so if you delete it in the Mantra Settings there will be no more caption with the black background.", -"mantra_sliderlink1" => "", -"mantra_sliderimg2" => get_template_directory_uri()."/images/slider/mantra-slide2.jpg", -"mantra_slidertitle2" => "This is yet another caption title", -"mantra_slidertext2" => 'And some more text to give you as an example. You can use
links and other type of HTML formats.', -"mantra_sliderlink2" => "", -"mantra_sliderimg3" => "", -"mantra_slidertitle3" => "", -"mantra_slidertext3" => "", -"mantra_sliderlink3" => "", -"mantra_sliderimg4" => "", -"mantra_slidertitle4" => "", -"mantra_slidertext4" => "", -"mantra_sliderlink4" => "", -"mantra_sliderimg5" => "", -"mantra_slidertitle5" => "", -"mantra_slidertext5" => "", -"mantra_sliderlink5" => "", - -"mantra_nrcolumns" => "4", -"mantra_colimageheight" => "120", -"mantra_columnreadmore" => "Read more", - -"mantra_columnimg1" => get_template_directory_uri()."/images/slider/mantra-column.jpg", -"mantra_columntitle1" => "Hi there!", -"mantra_columntext1" => "You can also have some text here. Just like with the slider, it is all optional (including the title and the link inputs). All you need is an image, unless you want the Mantra image above to follow you everywhere.", -"mantra_columnlink1" => "", -"mantra_columnimg2" => get_template_directory_uri()."/images/slider/mantra-column.jpg", -"mantra_columntitle2" => " HTML tags", -"mantra_columntext2" => 'You can also have links here as well as some HTML tags.', -"mantra_columnlink2" => "", -"mantra_columnimg3" => get_template_directory_uri()."/images/slider/mantra-column.jpg", -"mantra_columntitle3" => "", -"mantra_columntext3" => "", -"mantra_columnlink3" => "", -"mantra_columnimg4" => get_template_directory_uri()."/images/slider/mantra-column.jpg", -"mantra_columntitle4" => "", -"mantra_columntext4" => "", -"mantra_columnlink4" => "", - -"mantra_fronttext1" => "This could be a title", -"mantra_fronttext2" => "And this is a second title", -"mantra_fronttitlecolor" => "#333333", -"mantra_fronttext3" => "And here you could have a whole lot of text. Or not. It is all up to you. Deleting all text inside the appropriate input in the Mantra Settings will remove this whole text zone. It can also contain some HTML tags.
Just try everything out and see what suits you. Have fun and good luck! ", -"mantra_fronttext4" => "", - -"mantra_fronthideheader" => "", -"mantra_fronthidemenu" => "", -"mantra_fronthidewidget" => "", -"mantra_fronthidefooter" => "", -"mantra_fronthideback" => "", - - -"mantra_hheight" => "75", -"mantra_hcenter" => "", -"mantra_hratio" => "", -"mantra_menurounded" => "Enable", -"mantra_logoupload" => "", -"mantra_favicon" => "", -"mantra_siteheader" => "Site Title and Description", -"mantra_headermargintop" => "20", -"mantra_headermarginleft" => "40", - -"mantra_fontfamily" => 'Segoe UI, Arial, sans-serif', -"mantra_googlefont" => '', -"mantra_googlefont2" => '', -"mantra_fontsize" => "14px", -"mantra_fonttitle" => 'Georgia, Times New Roman, Times, serif', -"mantra_googlefonttitle" => '', -"mantra_googlefonttitle2" => '', -"mantra_headfontsize" => "Default", -"mantra_fontside" => 'Helvetica, sans-serif', -"mantra_googlefontside" => '', -"mantra_googlefontside2" => '', -"mantra_sidefontsize" => "Default", -"mantra_fontsubheader" => 'Georgia, Times New Roman, Times, serif', -"mantra_googlefontsubheader" => '', -"mantra_googlefontsubheader2" => '', -"mantra_textalign" => "Default", -"mantra_parmargin" => "1.5em", -"mantra_parindent" => "0px", -"mantra_headerindent" => "Disable", -"mantra_lineheight" => "Default", -"mantra_wordspace" => "Default", -"mantra_letterspace" => "Default", -"mantra_textshadow" => "Enable", - -"mantra_contentbg" => "#FFFFFF", -"mantra_menubg" => "#FAFAFA", -"mantra_s1bg" => "", -"mantra_s2bg" => "", -"mantra_backcolor" => "#444444", -"mantra_headercolor" => "#333333", -"mantra_prefootercolor" => "#222222", -"mantra_footercolor" => "#171717", -"mantra_titlecolor" => "#0D85CC", -"mantra_descriptioncolor" => "#999999", -"mantra_contentcolor" => "#333333", -"mantra_linkscolor" => "#0D85CC", -"mantra_hovercolor" => "#12a7ff", -"mantra_headtextcolor" => "#444444", -"mantra_headtexthover" => "#000000", -"mantra_sideheadbackcolor" => "#444444", -"mantra_sideheadtextcolor" => "#2EA5FD", - -"mantra_footerheader" => "#0C85CD", -"mantra_footertext" => "#666666", -"mantra_footerhover" => "#888888", - -"mantra_breadcrumbs" => "Disable", -"mantra_pagination" => "Enable", -"mantra_caption" => "Light", -"mantra_image" => "Seven", -"mantra_pin" => "Pin2", -"mantra_sidebullet" => "arrow_white", -"mantra_metaback" => "Gray", -"mantra_postseparator" => "Hide", -"mantra_contentlist" => "Show", -"mantra_pagetitle" => "Show", -"mantra_categtitle" => "Show", -"mantra_tables" => "Disable", -"mantra_backtop" => "Enable", -"mantra_comtext" => "Show", -"mantra_comclosed" => "Hide everywhere", -"mantra_comoff" => "Show", - -"mantra_postcomlink" => "Show", -"mantra_postdate" => "Show", -"mantra_posttime" => "Hide", -"mantra_postauthor" => "Show", -"mantra_postcateg" => "Show", -"mantra_posttag" => "Show", -"mantra_postbook" => "Show", -"mantra_postmetas" => "Show", - -"mantra_excerpthome" => "Full Post", -"mantra_excerptsticky" => "Full Post", -"mantra_excerptarchive" => "Full Post", -"mantra_excerptwords" => "50", -"mantra_magazinelayout" => "Disable", -"mantra_excerptdots" => " …", -"mantra_excerptcont" => " Continue reading", -"mantra_excerpttags" => "Disable", - -"mantra_fpost" => "Disable", -"mantra_fpostlink" => "1", -"mantra_fauto" => "Disable", -"mantra_falign" => "Left", -"mantra_fwidth" => "250", -"mantra_fheight" => "150", -"mantra_fcrop" => "", -"mantra_fheader" => "Disable", - -"mantra_social1" => "Facebook", -"mantra_social2" => "#", -"mantra_social3" => "Twitter", -"mantra_social4" => "#", -"mantra_social5" => "RSS", -"mantra_social6" => "#", -"mantra_social7" => "", -"mantra_social8" => "", -"mantra_social9" => "", -"mantra_social10" => "", -"mantra_socialsdisplay0" => "1", -"mantra_socialsdisplay1" => "", -"mantra_socialsdisplay2" => "", -"mantra_socialsdisplay3" => "1", - -"mantra_copyright" => "", -"mantra_customcss" => "/* Mantra Custom CSS */ ", -"mantra_customjs" => ""); - + "1.0", + +"mantra_side" => "2cSr", +"mantra_dimselect" => 'Absolute', +"mantra_sidewidth" => 800, +"mantra_sidebar" => 250, +"mantra_sidewidthRel" => 60, +"mantra_sidebarRel" => 20, +"mantra_mobile" => "Enable", +"mantra_zoom" => 0, +"mantra_hcontain" => "", + + +"mantra_frontpage" => "Disable", +"mantra_frontposts" => "Disable", +"mantra_frontpostscount" => 5, +"mantra_menualign" => "left", +"mantra_fpsliderwidth" => "800", +"mantra_fpsliderheight" => "250", +"mantra_fpslideranim" => "random", +"mantra_fpsliderborderwidth" => "10", +"mantra_fpsliderbordercolor" => "#EEEEEE", +"mantra_fpslidertime" => "750", +"mantra_fpsliderpause" => "5000", +"mantra_fpslidernav" => "Bullets", +"mantra_fpsliderarrows" => "Visible on Hover", + +"mantra_slideType" => "Custom Slides", +"mantra_slideCateg" => "", +"mantra_slideNumber" => "5", +"mantra_slideSpecific" => "", + +"mantra_sliderimg1" => get_template_directory_uri()."/images/slider/mantra-slide1.jpg", +"mantra_slidertitle1" => "This is the caption title", +"mantra_slidertext1" => "And this is the text that could accompany it. It is all optional so if you delete it in the Mantra Settings there will be no more caption with the black background.", +"mantra_sliderlink1" => "", +"mantra_sliderimg2" => get_template_directory_uri()."/images/slider/mantra-slide2.jpg", +"mantra_slidertitle2" => "This is yet another caption title", +"mantra_slidertext2" => 'And some more text to give you as an example. You can use links and other type of HTML formats.', +"mantra_sliderlink2" => "", +"mantra_sliderimg3" => "", +"mantra_slidertitle3" => "", +"mantra_slidertext3" => "", +"mantra_sliderlink3" => "", +"mantra_sliderimg4" => "", +"mantra_slidertitle4" => "", +"mantra_slidertext4" => "", +"mantra_sliderlink4" => "", +"mantra_sliderimg5" => "", +"mantra_slidertitle5" => "", +"mantra_slidertext5" => "", +"mantra_sliderlink5" => "", + +"mantra_nrcolumns" => "4", +"mantra_colimageheight" => "120", +"mantra_columnreadmore" => "Read more", + +"mantra_columnimg1" => get_template_directory_uri()."/images/slider/mantra-column.jpg", +"mantra_columntitle1" => "Hi there!", +"mantra_columntext1" => "You can also have some text here. Just like with the slider, it is all optional (including the title and the link inputs). All you need is an image, unless you want the Mantra image above to follow you everywhere.", +"mantra_columnlink1" => "", +"mantra_columnimg2" => get_template_directory_uri()."/images/slider/mantra-column.jpg", +"mantra_columntitle2" => " HTML tags", +"mantra_columntext2" => 'You can also have links here as well as some HTML tags.', +"mantra_columnlink2" => "", +"mantra_columnimg3" => get_template_directory_uri()."/images/slider/mantra-column.jpg", +"mantra_columntitle3" => "", +"mantra_columntext3" => "", +"mantra_columnlink3" => "", +"mantra_columnimg4" => get_template_directory_uri()."/images/slider/mantra-column.jpg", +"mantra_columntitle4" => "", +"mantra_columntext4" => "", +"mantra_columnlink4" => "", + +"mantra_fronttext1" => "This could be a title", +"mantra_fronttext2" => "And this is a second title", +"mantra_fronttitlecolor" => "#333333", +"mantra_fronttext3" => "And here you could have a whole lot of text. Or not. It is all up to you. Deleting all text inside the appropriate input in the Mantra Settings will remove this whole text zone. It can also contain some HTML tags.
Just try everything out and see what suits you. Have fun and good luck! ", +"mantra_fronttext4" => "", + +"mantra_fronthideheader" => "", +"mantra_fronthidemenu" => "", +"mantra_fronthidewidget" => "", +"mantra_fronthidefooter" => "", +"mantra_fronthideback" => "", + + +"mantra_hheight" => "75", +"mantra_hcenter" => "", +"mantra_hratio" => "", +"mantra_menurounded" => "Enable", +"mantra_logoupload" => "", +"mantra_favicon" => "", +"mantra_siteheader" => "Site Title and Description", +"mantra_headermargintop" => "20", +"mantra_headermarginleft" => "40", + +"mantra_fontfamily" => 'Segoe UI, Arial, sans-serif', +"mantra_googlefont" => '', +"mantra_googlefont2" => '', +"mantra_fontsize" => "14px", +"mantra_fonttitle" => 'Georgia, Times New Roman, Times, serif', +"mantra_googlefonttitle" => '', +"mantra_googlefonttitle2" => '', +"mantra_headfontsize" => "Default", +"mantra_fontside" => 'Helvetica, sans-serif', +"mantra_googlefontside" => '', +"mantra_googlefontside2" => '', +"mantra_sidefontsize" => "Default", +"mantra_fontsubheader" => 'Georgia, Times New Roman, Times, serif', +"mantra_googlefontsubheader" => '', +"mantra_googlefontsubheader2" => '', +"mantra_textalign" => "Default", +"mantra_parmargin" => "1.5em", +"mantra_parindent" => "0px", +"mantra_headerindent" => "Disable", +"mantra_lineheight" => "Default", +"mantra_wordspace" => "Default", +"mantra_letterspace" => "Default", +"mantra_textshadow" => "Enable", + +"mantra_contentbg" => "#FFFFFF", +"mantra_menubg" => "#FAFAFA", +"mantra_s1bg" => "", +"mantra_s2bg" => "", +"mantra_backcolor" => "#444444", +"mantra_headercolor" => "#333333", +"mantra_prefootercolor" => "#222222", +"mantra_footercolor" => "#171717", +"mantra_titlecolor" => "#0D85CC", +"mantra_descriptioncolor" => "#999999", +"mantra_contentcolor" => "#333333", +"mantra_linkscolor" => "#0D85CC", +"mantra_hovercolor" => "#12a7ff", +"mantra_headtextcolor" => "#444444", +"mantra_headtexthover" => "#000000", +"mantra_sideheadbackcolor" => "#444444", +"mantra_sideheadtextcolor" => "#2EA5FD", + +"mantra_footerheader" => "#0C85CD", +"mantra_footertext" => "#666666", +"mantra_footerhover" => "#888888", + +"mantra_breadcrumbs" => "Disable", +"mantra_pagination" => "Enable", +"mantra_caption" => "Light", +"mantra_image" => "Seven", +"mantra_pin" => "Pin2", +"mantra_sidebullet" => "arrow_white", +"mantra_metaback" => "Gray", +"mantra_postseparator" => "Hide", +"mantra_contentlist" => "Show", +"mantra_pagetitle" => "Show", +"mantra_categtitle" => "Show", +"mantra_tables" => "Disable", +"mantra_backtop" => "Enable", +"mantra_comtext" => "Show", +"mantra_comclosed" => "Hide everywhere", +"mantra_comoff" => "Show", + +"mantra_postcomlink" => "Show", +"mantra_postdate" => "Show", +"mantra_posttime" => "Hide", +"mantra_postauthor" => "Show", +"mantra_postcateg" => "Show", +"mantra_posttag" => "Show", +"mantra_postbook" => "Show", +"mantra_postmetas" => "Show", + +"mantra_excerpthome" => "Full Post", +"mantra_excerptsticky" => "Full Post", +"mantra_excerptarchive" => "Full Post", +"mantra_excerptwords" => "50", +"mantra_magazinelayout" => "Disable", +"mantra_excerptdots" => " …", +"mantra_excerptcont" => " Continue reading", +"mantra_excerpttags" => "Disable", + +"mantra_fpost" => "Disable", +"mantra_fpostlink" => "1", +"mantra_fauto" => "Disable", +"mantra_falign" => "Left", +"mantra_fwidth" => "250", +"mantra_fheight" => "150", +"mantra_fcrop" => "", +"mantra_fheader" => "Disable", + +"mantra_social1" => "Facebook", +"mantra_social2" => "#", +"mantra_social3" => "Twitter", +"mantra_social4" => "#", +"mantra_social5" => "RSS", +"mantra_social6" => "#", +"mantra_social7" => "", +"mantra_social8" => "", +"mantra_social9" => "", +"mantra_social10" => "", +"mantra_socialsdisplay0" => "1", +"mantra_socialsdisplay1" => "", +"mantra_socialsdisplay2" => "", +"mantra_socialsdisplay3" => "1", + +"mantra_copyright" => "", +"mantra_customcss" => "/* Mantra Custom CSS */ ", +"mantra_customjs" => ""); + ?> \ No newline at end of file diff --git a/themes/mantra/admin/js/accordion-slider.js b/themes/mantra/admin/js/accordion-slider.js index e43b28a8..7ef838ca 100644 --- a/themes/mantra/admin/js/accordion-slider.js +++ b/themes/mantra/admin/js/accordion-slider.js @@ -1,96 +1,96 @@ -/*! - * jQuery UI Widget 1.8.16 - * - * Copyright 2011, 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++)try{b(d).triggerHandler("remove")}catch(e){}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(){try{b(this).triggerHandler("remove")}catch(d){}});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.16 - * - * Copyright 2011, 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(b){var d=false;b(document).mouseup(function(){d=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(c){return a._mouseDown(c)}).bind("click."+this.widgetName,function(c){if(true===b.data(c.target,a.widgetName+".preventClickEvent")){b.removeData(c.target,a.widgetName+".preventClickEvent");c.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+ -this.widgetName)},_mouseDown:function(a){if(!d){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var c=this,f=a.which==1,g=typeof this.options.cancel=="string"&&a.target.nodeName?b(a.target).closest(this.options.cancel).length:false;if(!f||g||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){c.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}}true===b.data(a.target,this.widgetName+".preventClickEvent")&&b.removeData(a.target,this.widgetName+".preventClickEvent");this._mouseMoveDelegate=function(e){return c._mouseMove(e)};this._mouseUpDelegate=function(e){return c._mouseUp(e)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);a.preventDefault();return d=true}},_mouseMove:function(a){if(b.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){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= -false;a.target==this._mouseDownEvent.target&&b.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 Accordion 1.8.16 - * - * Copyright 2011, 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 h=d.closest(".ui-accordion-header");a.active=h.length?h: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(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"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(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a= -this.options;if(a.icons){c("").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("aria-selected").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,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); -a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.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)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.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")}}}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 g=this.active.next(), -e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,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;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", -"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"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");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.16", -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"),h=0,f={},g={},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){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/); -f[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(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[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 Slider 1.8.16 - * - * Copyright 2011, 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 a=this,b=this.options,c=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),f=b.values&&b.values.length||1,e=[];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"+(b.disabled?" ui-slider-disabled ui-disabled":""));this.range=d([]);if(b.range){if(b.range===true){if(!b.values)b.values=[this._valueMin(),this._valueMin()];if(b.values.length&&b.values.length!==2)b.values=[b.values[0],b.values[0]]}this.range=d("
").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(b.range==="min"||b.range==="max"?" ui-slider-range-"+b.range:""))}for(var j=c.length;j"); -this.handles=c.add(d(e.join("")).appendTo(a.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){b.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(b.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(g){d(this).data("index.ui-slider-handle", -g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!a.options.disabled){switch(g.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:k=false;if(!a._keySliding){a._keySliding=true;d(this).addClass("ui-state-active");i=a._start(g,l);if(i===false)return}break}m=a.options.step;i=a.options.values&&a.options.values.length? -(h=a.values(l)):(h=a.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=a._valueMin();break;case d.ui.keyCode.END:h=a._valueMax();break;case d.ui.keyCode.PAGE_UP:h=a._trimAlignValue(i+(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=a._trimAlignValue(i-(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===a._valueMax())return;h=a._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===a._valueMin())return;h=a._trimAlignValue(i- -m);break}a._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(a._keySliding){a._keySliding=false;a._stop(g,k);a._change(g,k);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(a){var b=this.options,c,f,e,j,g;if(b.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:a.pageX,y:a.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(b.range===true&&this.values(1)===b.min){g+=1;e=d(this.handles[g])}if(this._start(a,g)===false)return false; -this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();b=e.offset();this._clickOffset=!d(a.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:a.pageX-b.left-e.width()/2,top:a.pageY-b.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(a,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(a){var b= -this._normValueFromMouse({x:a.pageX,y:a.pageY});this._slide(a,this._handleIndex,b);return false},_mouseStop:function(a){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(a,this._handleIndex);this._change(a,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b;if(this.orientation==="horizontal"){b= -this.elementSize.width;a=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{b=this.elementSize.height;a=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}b=a/b;if(b>1)b=1;if(b<0)b=0;if(this.orientation==="vertical")b=1-b;a=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+b*a)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b); -c.values=this.values()}return this._trigger("start",a,c)},_slide:function(a,b,c){var f;if(this.options.values&&this.options.values.length){f=this.values(b?0:1);if(this.options.values.length===2&&this.options.range===true&&(b===0&&c>f||b===1&&c1){this.options.values[a]=this._trimAlignValue(b);this._refreshValue();this._change(null,a)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e=this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=(a-this._valueMin())%b;a=a-c;if(Math.abs(c)*2>=b)a+=c>0?b:-b;return parseFloat(a.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var a= -this.options.range,b=this.options,c=this,f=!this._animateOff?b.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,b.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({width:e- -g+"%"},{queue:false,duration:b.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:b.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,b.animate);if(a==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[f?"animate":"css"]({width:e+"%"}, -b.animate);if(a==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:b.animate});if(a==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},b.animate);if(a==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:b.animate})}}});d.extend(d.ui.slider,{version:"1.8.16"})})(jQuery); +/*! + * jQuery UI Widget 1.8.16 + * + * Copyright 2011, 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++)try{b(d).triggerHandler("remove")}catch(e){}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(){try{b(this).triggerHandler("remove")}catch(d){}});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.16 + * + * Copyright 2011, 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(b){var d=false;b(document).mouseup(function(){d=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(c){return a._mouseDown(c)}).bind("click."+this.widgetName,function(c){if(true===b.data(c.target,a.widgetName+".preventClickEvent")){b.removeData(c.target,a.widgetName+".preventClickEvent");c.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+ +this.widgetName)},_mouseDown:function(a){if(!d){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var c=this,f=a.which==1,g=typeof this.options.cancel=="string"&&a.target.nodeName?b(a.target).closest(this.options.cancel).length:false;if(!f||g||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){c.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}}true===b.data(a.target,this.widgetName+".preventClickEvent")&&b.removeData(a.target,this.widgetName+".preventClickEvent");this._mouseMoveDelegate=function(e){return c._mouseMove(e)};this._mouseUpDelegate=function(e){return c._mouseUp(e)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);a.preventDefault();return d=true}},_mouseMove:function(a){if(b.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){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= +false;a.target==this._mouseDownEvent.target&&b.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 Accordion 1.8.16 + * + * Copyright 2011, 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 h=d.closest(".ui-accordion-header");a.active=h.length?h: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(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"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(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a= +this.options;if(a.icons){c("").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("aria-selected").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,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.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)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.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")}}}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 g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,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;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"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");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.16", +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"),h=0,f={},g={},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){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/); +f[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(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[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 Slider 1.8.16 + * + * Copyright 2011, 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 a=this,b=this.options,c=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),f=b.values&&b.values.length||1,e=[];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"+(b.disabled?" ui-slider-disabled ui-disabled":""));this.range=d([]);if(b.range){if(b.range===true){if(!b.values)b.values=[this._valueMin(),this._valueMin()];if(b.values.length&&b.values.length!==2)b.values=[b.values[0],b.values[0]]}this.range=d("
").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(b.range==="min"||b.range==="max"?" ui-slider-range-"+b.range:""))}for(var j=c.length;j"); +this.handles=c.add(d(e.join("")).appendTo(a.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){b.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(b.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(g){d(this).data("index.ui-slider-handle", +g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!a.options.disabled){switch(g.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:k=false;if(!a._keySliding){a._keySliding=true;d(this).addClass("ui-state-active");i=a._start(g,l);if(i===false)return}break}m=a.options.step;i=a.options.values&&a.options.values.length? +(h=a.values(l)):(h=a.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=a._valueMin();break;case d.ui.keyCode.END:h=a._valueMax();break;case d.ui.keyCode.PAGE_UP:h=a._trimAlignValue(i+(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=a._trimAlignValue(i-(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===a._valueMax())return;h=a._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===a._valueMin())return;h=a._trimAlignValue(i- +m);break}a._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(a._keySliding){a._keySliding=false;a._stop(g,k);a._change(g,k);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(a){var b=this.options,c,f,e,j,g;if(b.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:a.pageX,y:a.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(b.range===true&&this.values(1)===b.min){g+=1;e=d(this.handles[g])}if(this._start(a,g)===false)return false; +this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();b=e.offset();this._clickOffset=!d(a.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:a.pageX-b.left-e.width()/2,top:a.pageY-b.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(a,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(a){var b= +this._normValueFromMouse({x:a.pageX,y:a.pageY});this._slide(a,this._handleIndex,b);return false},_mouseStop:function(a){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(a,this._handleIndex);this._change(a,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b;if(this.orientation==="horizontal"){b= +this.elementSize.width;a=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{b=this.elementSize.height;a=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}b=a/b;if(b>1)b=1;if(b<0)b=0;if(this.orientation==="vertical")b=1-b;a=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+b*a)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b); +c.values=this.values()}return this._trigger("start",a,c)},_slide:function(a,b,c){var f;if(this.options.values&&this.options.values.length){f=this.values(b?0:1);if(this.options.values.length===2&&this.options.range===true&&(b===0&&c>f||b===1&&c1){this.options.values[a]=this._trimAlignValue(b);this._refreshValue();this._change(null,a)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e=this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=(a-this._valueMin())%b;a=a-c;if(Math.abs(c)*2>=b)a+=c>0?b:-b;return parseFloat(a.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var a= +this.options.range,b=this.options,c=this,f=!this._animateOff?b.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,b.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({width:e- +g+"%"},{queue:false,duration:b.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:b.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,b.animate);if(a==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[f?"animate":"css"]({width:e+"%"}, +b.animate);if(a==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:b.animate});if(a==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},b.animate);if(a==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:b.animate})}}});d.extend(d.ui.slider,{version:"1.8.16"})})(jQuery); ; \ No newline at end of file diff --git a/themes/mantra/admin/js/admin.js b/themes/mantra/admin/js/admin.js index c3002104..884bd820 100644 --- a/themes/mantra/admin/js/admin.js +++ b/themes/mantra/admin/js/admin.js @@ -1,218 +1,218 @@ -/*! - * Admin js - */ - -function media_upload( button_class) { - if (!window.wp || !window.wp.media || !window.wp.media.editor || !window.wp.media.editor.send || !window.wp.media.editor.send.attachment) return; - var _custom_media = true, - _orig_send_attachment = wp.media.editor.send.attachment; - jQuery('body').on('click',button_class, function(e) { - uploadparent = jQuery(this).closest('div'); - var button_id ='#'+jQuery(this).attr('id'); - /* console.log(button_id); */ - var self = jQuery(button_id); - var send_attachment_bkp = wp.media.editor.send.attachment; - var button = jQuery(button_id); - /* var id = button.attr('id').replace('_button', ''); */ - _custom_media = true; - wp.media.editor.send.attachment = function(props, attachment){ - if ( _custom_media ) { - /* jQuery('.custom_media_id').val(attachment.id); */ - uploadparent.find('.slideimages').val(attachment.url); - uploadparent.find('.imagebox').attr('src',attachment.url); - /* jQuery('.custom_media_image').attr('src',attachment.url).css('display','block'); */ - } else { - return _orig_send_attachment.apply( button_id, [props, attachment] ); - } - } - wp.media.editor.open(button); - return false; - }); -} - -jQuery(document).ready(function() { - -var uploadparent = 0; - media_upload( '.upload_image_button' ); - -// Show/hide slides - jQuery('.slidetitle').click(function() { - jQuery(this).next().toggle("fast"); - }); - - -// Jquery confim window on reset to defaults -jQuery('#mantra_defaults').click (function() { - if (!confirm('Reset Mantra Settings to Defaults?')) { return false;} - }); - -// Hide or show dimmensions -jQuery('#mantra_dimselect').change(function() { - if (jQuery('#mantra_dimselect option:selected').val()=="Absolute") { - jQuery('#relativedim').hide("normal");jQuery('#absolutedim').show("normal"); - } - else { - jQuery('#relativedim').show("normal");jQuery('#absolutedim').hide("normal"); - } - }); - -if (jQuery('#mantra_dimselect option:selected').val()=="Absolute") { - jQuery('#relativedim').hide("normal");jQuery('#absolutedim').show("normal");} -else { - jQuery('#relativedim').show("normal");jQuery('#absolutedim').hide("normal"); - } - - -// Hide or show slider settings -jQuery('#mantra_slideType').change(function() { - jQuery('.slideDivs').hide("normal"); - switch (jQuery('#mantra_slideType option:selected').val()) { - - case "Custom Slides" : - jQuery('#sliderCustomSlides').show("normal"); - break; - - case "Latest Posts" : - jQuery('#sliderLatestPosts').show("normal"); - break; - - case "Random Posts" : - jQuery('#sliderRandomPosts').show("normal"); - break; - - case "Sticky Posts" : - jQuery('#sliderStickyPosts').show("normal"); - break; - - case "Latest Posts from Category" : - jQuery('#sliderLatestCateg').show("normal"); - break; - - case "Random Posts from Category" : - jQuery('#sliderRandomCateg').show("normal"); - break; - - case "Specific Posts" : - jQuery('#sliderSpecificPosts').show("normal"); - break; - - }//switch - -});//function - -jQuery('.slideDivs').hide("normal"); - switch (jQuery('#mantra_slideType option:selected').val()) { - - case "Custom Slides" : - jQuery('#sliderCustomSlides').show("normal"); - break; - - case "Latest Posts" : - jQuery('#sliderLatestPosts').show("normal"); - break; - - case "Random Posts" : - jQuery('#sliderRandomPosts').show("normal"); - break; - - case "Sticky Posts" : - jQuery('#sliderStickyPosts').show("normal"); - break; - - case "Latest Posts from Category" : - jQuery('#sliderLatestCateg').show("normal"); - break; - - case "Random Posts from Category" : - jQuery('#sliderRandomCateg').show("normal"); - break; - - case "Specific Posts" : - jQuery('#sliderSpecificPosts').show("normal"); - break; -};//switch - -//Slide type value -$sliderNr=jQuery('#mantra_slideType').val(); - -//Show category if a category type is selected -if ($sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) - jQuery('#slider-category').show(); -else jQuery('#slider-category').hide(); - -//Show number of slides if that's the case -if ($sliderNr=="Latest Posts" || $sliderNr =="Random Posts" || $sliderNr =="Sticky Posts" || $sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) - jQuery('#slider-post-number').show(); -else jQuery('#slider-post-number').hide(); - -//On change -jQuery('#mantra_slideType').change(function(){ - $sliderNr=jQuery('#mantra_slideType').val(); -//Show category if a category type is selected - if ($sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) - jQuery('#slider-category').show(); - else jQuery('#slider-category').hide(); -//Show number of slides if that's the case - if ($sliderNr=="Latest Posts" || $sliderNr =="Random Posts" || $sliderNr =="Sticky Posts" || $sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) - jQuery('#slider-post-number').show(); -else jQuery('#slider-post-number').hide(); - });//onchange funciton - - - -// Create accordion from existing settings table - jQuery('.form-table').wrap('
'); - jQuery(function() { - if (jQuery( "#accordion h2" ).length > 0) { - // wordpress 4.4+ changed headings to h2 - jQuery( "#accordion" ).accordion({ - header: 'h2', - heightStyle: "content", - collapsible: true, - navigation: true, - active: false - }); - } else { - jQuery( "#accordion" ).accordion({ - header: 'h3', - autoHeight: false, // for jQueryUI <1.10 - heightStyle: "content", // required in jQueryUI 1.10 - collapsible: true, - navigation: true, - active: false - }); - } - }); - - -});// ready - - // Change border for selecte inputs -function changeBorder (idName, className) { - jQuery('.'+className).removeClass( 'checkedClass' ); - jQuery('.'+className).removeClass( 'borderful' ); - jQuery('#'+idName).addClass( 'borderful' ); - -return 0; -} - -/* FB like button */ -(function(d, s, id) { - var js, fjs = d.getElementsByTagName(s)[0]; - if (d.getElementById(id)) return; - js = d.createElement(s); js.id = id; - js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0"; - fjs.parentNode.insertBefore(js, fjs); -}(document, 'script', 'facebook-jssdk')); - -/* Twitter follow button */ -window.twttr = (function (d, s, id) { - var t, js, fjs = d.getElementsByTagName(s)[0]; - if (d.getElementById(id)) return; - js = d.createElement(s); js.id = id; - js.src= "https://platform.twitter.com/widgets.js"; - fjs.parentNode.insertBefore(js, fjs); - return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } }); -}(document, "script", "twitter-wjs")); - +/*! + * Admin js + */ + +function media_upload( button_class) { + if (!window.wp || !window.wp.media || !window.wp.media.editor || !window.wp.media.editor.send || !window.wp.media.editor.send.attachment) return; + var _custom_media = true, + _orig_send_attachment = wp.media.editor.send.attachment; + jQuery('body').on('click',button_class, function(e) { + uploadparent = jQuery(this).closest('div'); + var button_id ='#'+jQuery(this).attr('id'); + /* console.log(button_id); */ + var self = jQuery(button_id); + var send_attachment_bkp = wp.media.editor.send.attachment; + var button = jQuery(button_id); + /* var id = button.attr('id').replace('_button', ''); */ + _custom_media = true; + wp.media.editor.send.attachment = function(props, attachment){ + if ( _custom_media ) { + /* jQuery('.custom_media_id').val(attachment.id); */ + uploadparent.find('.slideimages').val(attachment.url); + uploadparent.find('.imagebox').attr('src',attachment.url); + /* jQuery('.custom_media_image').attr('src',attachment.url).css('display','block'); */ + } else { + return _orig_send_attachment.apply( button_id, [props, attachment] ); + } + } + wp.media.editor.open(button); + return false; + }); +} + +jQuery(document).ready(function() { + +var uploadparent = 0; + media_upload( '.upload_image_button' ); + +// Show/hide slides + jQuery('.slidetitle').click(function() { + jQuery(this).next().toggle("fast"); + }); + + +// Jquery confim window on reset to defaults +jQuery('#mantra_defaults').click (function() { + if (!confirm('Reset Mantra Settings to Defaults?')) { return false;} + }); + +// Hide or show dimmensions +jQuery('#mantra_dimselect').change(function() { + if (jQuery('#mantra_dimselect option:selected').val()=="Absolute") { + jQuery('#relativedim').hide("normal");jQuery('#absolutedim').show("normal"); + } + else { + jQuery('#relativedim').show("normal");jQuery('#absolutedim').hide("normal"); + } + }); + +if (jQuery('#mantra_dimselect option:selected').val()=="Absolute") { + jQuery('#relativedim').hide("normal");jQuery('#absolutedim').show("normal");} +else { + jQuery('#relativedim').show("normal");jQuery('#absolutedim').hide("normal"); + } + + +// Hide or show slider settings +jQuery('#mantra_slideType').change(function() { + jQuery('.slideDivs').hide("normal"); + switch (jQuery('#mantra_slideType option:selected').val()) { + + case "Custom Slides" : + jQuery('#sliderCustomSlides').show("normal"); + break; + + case "Latest Posts" : + jQuery('#sliderLatestPosts').show("normal"); + break; + + case "Random Posts" : + jQuery('#sliderRandomPosts').show("normal"); + break; + + case "Sticky Posts" : + jQuery('#sliderStickyPosts').show("normal"); + break; + + case "Latest Posts from Category" : + jQuery('#sliderLatestCateg').show("normal"); + break; + + case "Random Posts from Category" : + jQuery('#sliderRandomCateg').show("normal"); + break; + + case "Specific Posts" : + jQuery('#sliderSpecificPosts').show("normal"); + break; + + }//switch + +});//function + +jQuery('.slideDivs').hide("normal"); + switch (jQuery('#mantra_slideType option:selected').val()) { + + case "Custom Slides" : + jQuery('#sliderCustomSlides').show("normal"); + break; + + case "Latest Posts" : + jQuery('#sliderLatestPosts').show("normal"); + break; + + case "Random Posts" : + jQuery('#sliderRandomPosts').show("normal"); + break; + + case "Sticky Posts" : + jQuery('#sliderStickyPosts').show("normal"); + break; + + case "Latest Posts from Category" : + jQuery('#sliderLatestCateg').show("normal"); + break; + + case "Random Posts from Category" : + jQuery('#sliderRandomCateg').show("normal"); + break; + + case "Specific Posts" : + jQuery('#sliderSpecificPosts').show("normal"); + break; +};//switch + +//Slide type value +$sliderNr=jQuery('#mantra_slideType').val(); + +//Show category if a category type is selected +if ($sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) + jQuery('#slider-category').show(); +else jQuery('#slider-category').hide(); + +//Show number of slides if that's the case +if ($sliderNr=="Latest Posts" || $sliderNr =="Random Posts" || $sliderNr =="Sticky Posts" || $sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) + jQuery('#slider-post-number').show(); +else jQuery('#slider-post-number').hide(); + +//On change +jQuery('#mantra_slideType').change(function(){ + $sliderNr=jQuery('#mantra_slideType').val(); +//Show category if a category type is selected + if ($sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) + jQuery('#slider-category').show(); + else jQuery('#slider-category').hide(); +//Show number of slides if that's the case + if ($sliderNr=="Latest Posts" || $sliderNr =="Random Posts" || $sliderNr =="Sticky Posts" || $sliderNr=="Latest Posts from Category" || $sliderNr=="Random Posts from Category" ) + jQuery('#slider-post-number').show(); +else jQuery('#slider-post-number').hide(); + });//onchange funciton + + + +// Create accordion from existing settings table + jQuery('.form-table').wrap('
'); + jQuery(function() { + if (jQuery( "#accordion h2" ).length > 0) { + // wordpress 4.4+ changed headings to h2 + jQuery( "#accordion" ).accordion({ + header: 'h2', + heightStyle: "content", + collapsible: true, + navigation: true, + active: false + }); + } else { + jQuery( "#accordion" ).accordion({ + header: 'h3', + autoHeight: false, // for jQueryUI <1.10 + heightStyle: "content", // required in jQueryUI 1.10 + collapsible: true, + navigation: true, + active: false + }); + } + }); + + +});// ready + + // Change border for selecte inputs +function changeBorder (idName, className) { + jQuery('.'+className).removeClass( 'checkedClass' ); + jQuery('.'+className).removeClass( 'borderful' ); + jQuery('#'+idName).addClass( 'borderful' ); + +return 0; +} + +/* FB like button */ +(function(d, s, id) { + var js, fjs = d.getElementsByTagName(s)[0]; + if (d.getElementById(id)) return; + js = d.createElement(s); js.id = id; + js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0"; + fjs.parentNode.insertBefore(js, fjs); +}(document, 'script', 'facebook-jssdk')); + +/* Twitter follow button */ +window.twttr = (function (d, s, id) { + var t, js, fjs = d.getElementsByTagName(s)[0]; + if (d.getElementById(id)) return; + js = d.createElement(s); js.id = id; + js.src= "https://platform.twitter.com/widgets.js"; + fjs.parentNode.insertBefore(js, fjs); + return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } }); +}(document, "script", "twitter-wjs")); + /* FIN */ \ No newline at end of file diff --git a/themes/mantra/admin/main.php b/themes/mantra/admin/main.php index fe8e7ff6..978afbd5 100644 --- a/themes/mantra/admin/main.php +++ b/themes/mantra/admin/main.php @@ -1,479 +1,479 @@ - $value) { - ${"$key"} = $value ; -} - - -// Hooks/Filters -// add_action('admin_init', 'mantra_init_fn' ); // hooked by the settings plugin -add_action('admin_menu', 'mantra_add_page_fn'); -add_action('init', 'mantra_init'); - - -$mantra_options= mantra_get_theme_options(); - -// Registering and enqueuing all scripts and styles for the init hook -function mantra_init() { - //Loading Mantra text domain into the admin section - load_theme_textdomain( 'mantra', get_template_directory_uri() . '/languages' ); -} - -// Creating the mantra subpage -function mantra_add_page_fn() { - $page = add_theme_page('Mantra Settings', 'Mantra Settings', 'edit_theme_options', 'mantra-page', 'mantra_page_fn'); - add_action( 'admin_print_styles-'.$page, 'mantra_admin_styles' ); - add_action('admin_print_scripts-'.$page, 'mantra_admin_scripts'); - -} - -// Adding the styles for the Mantra admin page used when mantra_add_page_fn() is launched -function mantra_admin_styles() { - wp_register_style( 'mantra-admin-style',get_template_directory_uri() . '/admin/css/admin.css', NULL, _CRYOUT_THEME_VERSION ); - wp_register_style( 'jquery-ui-style',get_template_directory_uri() . '/js/jqueryui/css/ui-lightness/jquery-ui-1.8.16.custom.css', NULL, _CRYOUT_THEME_VERSION ); - wp_enqueue_style( 'mantra-admin-style' ); - wp_enqueue_style( 'jquery-ui-style' ); -} - -// Adding the styles for the Mantra admin page used when mantra_add_page_fn() is launched -function mantra_admin_scripts() { - // The farbtastic color selector already included in WP - wp_enqueue_script("farbtastic"); - wp_enqueue_style( 'farbtastic' ); - - //jQuery accordion and slider libraries already included in WP - wp_enqueue_script('jquery-ui-accordion'); - wp_enqueue_script('jquery-ui-slider'); - wp_enqueue_script('jquery-ui-tooltip'); - - // For backwards compatibility where Mantra is installed on older versions of WP where the ui accordion and slider are not included - if (!wp_script_is('jquery-ui-accordion',$list='registered')) { - wp_register_script('cryout_accordion',get_template_directory_uri() . '/admin/js/accordion-slider.js', array('jquery'), _CRYOUT_THEME_VERSION ); - wp_enqueue_script('cryout_accordion'); - } - - // For the WP uploader - if(function_exists('wp_enqueue_media')) { - wp_enqueue_media(); - } else { - wp_enqueue_script('media-upload'); - wp_enqueue_script('thickbox'); - wp_enqueue_style('thickbox'); - } - - // The JS used in the admin - wp_register_script('cryout-admin-js',get_template_directory_uri() . '/admin/js/admin.js', NULL, _CRYOUT_THEME_VERSION ); - wp_enqueue_script('cryout-admin-js'); -} - -// The settings sections. All the referenced functions are found in admin-functions.php -function mantra_init_fn(){ - - - register_setting('ma_options', 'ma_options', 'ma_options_validate' ); - -/************** - sections -**************/ - - add_settings_section('layout_section', __('Layout Settings','mantra'), 'cryout_section_layout_fn', 'mantra-page'); - add_settings_section('header_section', __('Header Settings','mantra'), 'cryout_section_header_fn', 'mantra-page'); - add_settings_section('presentation_section', __('Presentation Page','mantra'), 'cryout_section_presentation_fn', 'mantra-page'); - add_settings_section('text_section', __('Text Settings','mantra'), 'cryout_section_text_fn', 'mantra-page'); - add_settings_section('appereance_section',__('Color Settings','mantra') , 'cryout_section_appereance_fn', 'mantra-page'); - add_settings_section('graphics_section', __('Graphics Settings','mantra') , 'cryout_section_graphics_fn', 'mantra-page'); - add_settings_section('post_section', __('Post Information Settings','mantra') , 'cryout_section_post_fn', 'mantra-page'); - add_settings_section('excerpt_section', __('Post Excerpt Settings','mantra') , 'cryout_section_excerpt_fn', 'mantra-page'); - add_settings_section('featured_section', __('Featured Image Settings','mantra') , 'cryout_section_featured_fn', 'mantra-page'); - add_settings_section('socials_section', __('Social Media Settings','mantra') , 'cryout_section_social_fn', 'mantra-page'); - add_settings_section('misc_section', __('Miscellaneous Settings','mantra') , 'cryout_section_misc_fn', 'mantra-page'); - -/*** layout ***/ - add_settings_field('mantra_side', __('Main Layout','mantra') , 'cryout_setting_side_fn', 'mantra-page', 'layout_section'); - add_settings_field('mantra_sidewidth', __('Content / Sidebar Width','mantra') , 'cryout_setting_sidewidth_fn', 'mantra-page', 'layout_section'); - add_settings_field('mantra_mobile', __('Responsiveness','mantra') , 'cryout_setting_mobile_fn', 'mantra-page', 'layout_section'); -/*** presentation ***/ - - add_settings_field('mantra_frontpage', __('Enable Presentation Page','mantra') , 'cryout_setting_frontpage_fn', 'mantra-page', 'presentation_section'); - add_settings_field('mantra_frontposts', __('Show Posts on Presentation Page','mantra') , 'cryout_setting_frontposts_fn', 'mantra-page', 'presentation_section'); - add_settings_field('mantra_frontslider', __('Slider Settings','mantra') , 'cryout_setting_frontslider_fn', 'mantra-page', 'presentation_section'); - add_settings_field('mantra_frontslider2', __('Slides','mantra') , 'cryout_setting_frontslider2_fn', 'mantra-page', 'presentation_section'); - add_settings_field('mantra_frontcolumns', __('Presentation Page Columns','mantra') , 'cryout_setting_frontcolumns_fn', 'mantra-page', 'presentation_section'); - add_settings_field('mantra_fronttext', __('Extras','mantra') , 'cryout_setting_fronttext_fn', 'mantra-page', 'presentation_section'); - -/*** header ***/ - add_settings_field('mantra_hheight', __('Header Height','mantra') , 'cryout_setting_hheight_fn', 'mantra-page', 'header_section'); - add_settings_field('mantra_himage', __('Header Image','mantra') , 'cryout_setting_himage_fn', 'mantra-page', 'header_section'); - add_settings_field('mantra_siteheader', __('Site Header','mantra') , 'cryout_setting_siteheader_fn', 'mantra-page', 'header_section'); - add_settings_field('mantra_logoupload', __('Custom Logo Upload','mantra') , 'cryout_setting_logoupload_fn', 'mantra-page', 'header_section'); - add_settings_field('mantra_headermargin', __('Header Spacing','mantra') , 'cryout_setting_headermargin_fn', 'mantra-page', 'header_section'); - add_settings_field('mantra_menurounded', __('Rounded Menu Corners','mantra') , 'cryout_setting_menurounded_fn', 'mantra-page', 'header_section'); - add_settings_field('mantra_favicon', __('FavIcon Upload','mantra') , 'cryout_setting_favicon_fn', 'mantra-page', 'header_section'); -/*** text ***/ - add_settings_field('mantra_fontfamily', __('General Font','mantra') , 'cryout_setting_fontfamily_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_fontsize', __('General Font Size','mantra') , 'cryout_setting_fontsize_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_fonttitle', __('Post Title Font ','mantra') , 'cryout_setting_fonttitle_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_headfontsize', __('Post Title Font Size','mantra') , 'cryout_setting_headfontsize_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_fontside', __('Sidebar Font','mantra') , 'cryout_setting_fontside_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_sidefontsize', __('SideBar Font Size','mantra') , 'cryout_setting_sidefontsize_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_fontsubheader', __('Headings Font','mantra') , 'cryout_setting_fontsubheader_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_textalign', __('Force Text Align','mantra') , 'cryout_setting_textalign_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_parmargin', __('Paragraph spacing','mantra') , 'cryout_setting_parmargin_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_parindent', __('Paragraph indent','mantra') , 'cryout_setting_parindent_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_headerindent', __('Header indent','mantra') , 'cryout_setting_headerindent_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_lineheight', __('Line Height','mantra') , 'cryout_setting_lineheight_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_wordspace', __('Word spacing','mantra') , 'cryout_setting_wordspace_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_letterspace', __('Letter spacing','mantra') , 'cryout_setting_letterspace_fn', 'mantra-page', 'text_section'); - add_settings_field('mantra_textshadow', __('Text shadow','mantra') , 'cryout_setting_textshadow_fn', 'mantra-page', 'text_section'); -/*** appereance ***/ - add_settings_field('mantra_sitebackground', __('Background Image','mantra') , 'cryout_setting_sitebackground_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_backcolor', __('Background Color','mantra') , 'cryout_setting_backcolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_headercolor', __('Header (Banner and Menu) Background Color','mantra') , 'cryout_setting_headercolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_contentbg', __('Content Background Color','mantra') , 'cryout_setting_contentbg_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_menubg', __('Menu Items Background Color','mantra') , 'cryout_setting_menubg_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_s1bg', __('First Sidebar Background Color','mantra') , 'cryout_setting_first_sidebar_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_s2bg', __('Second Sidebar Background Color','mantra') , 'cryout_setting_second_sidebar_fn', 'mantra-page', 'appereance_section'); - - add_settings_field('mantra_titlecolor', __('Site Title Color','mantra') , 'cryout_setting_titlecolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_descriptioncolor', __('Site Description Color','mantra') , 'cryout_setting_descriptioncolor_fn', 'mantra-page', 'appereance_section'); - - add_settings_field('mantra_contentcolor', __('Content Text Color','mantra') , 'cryout_setting_contentcolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_linkscolor', __('Links Color','mantra') , 'cryout_setting_linkscolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_hovercolor', __('Links Hover Color','mantra') , 'cryout_setting_hovercolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_headtextcolor',__( 'Post Title Color','mantra') , 'cryout_setting_headtextcolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_headtexthover', __('Post Title Hover Color','mantra') , 'cryout_setting_headtexthover_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_sideheadbackcolor', __('Sidebar Header Background Color','mantra') , 'cryout_setting_sideheadbackcolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_sideheadtextcolor', __('Sidebar Header Text Color','mantra') , 'cryout_setting_sideheadtextcolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_prefootercolor', __('Footer Widget Background Color','mantra') , 'cryout_setting_prefootercolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_footercolor', __('Footer Background Color','mantra') , 'cryout_setting_footercolor_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_footerheader', __('Footer Widget Header Text Color','mantra') , 'cryout_setting_footerheader_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_footertext', __('Footer Widget Link Color','mantra') , 'cryout_setting_footertext_fn', 'mantra-page', 'appereance_section'); - add_settings_field('mantra_footerhover', __('Footer Widget Hover Color','mantra') , 'cryout_setting_footerhover_fn', 'mantra-page', 'appereance_section'); -/*** graphics ***/ - add_settings_field('mantra_breadcrumbs', __('Breadcrumbs','mantra') , 'cryout_setting_breadcrumbs_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_pagination', __('Pagination','mantra') , 'cryout_setting_pagination_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_menualign', __('Main Menu Alignment','mantra') , 'cryout_setting_menualign_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_image', __('Post Images Border','mantra') , 'cryout_setting_image_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_caption', __('Caption Border','mantra') , 'cryout_setting_caption_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_pin', __('Caption Pin','mantra') , 'cryout_setting_pin_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_sidebullet', __('Sidebar Menu Bullets','mantra') , 'cryout_setting_sidebullet_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_metaback', __('Meta Area Background','mantra') , 'cryout_setting_metaback_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_postseparator', __('Post Separator','mantra') , 'cryout_setting_postseparator_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_contentlist', __('Content List Bullets','mantra') , 'cryout_setting_contentlist_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_pagetitle', __('Page Titles','mantra') , 'cryout_setting_pagetitle_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_categetitle', __('Category Page Titles','mantra') , 'cryout_setting_categtitle_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_tables', __('Hide Tables','mantra') , 'cryout_setting_tables_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_backtop', __('Back to Top button','mantra') , 'cryout_setting_backtop_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_comtext', __('Text Under Comments','mantra') , 'cryout_setting_comtext_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_comclosed', __('Comments are closed text','mantra') , 'cryout_setting_comclosed_fn', 'mantra-page', 'graphics_section'); - add_settings_field('mantra_comoff', __('Comments off','mantra') , 'cryout_setting_comoff_fn', 'mantra-page', 'graphics_section'); -/*** post metas***/ - add_settings_field('mantra_postcomlink', __('Post Comments Link','mantra') , 'cryout_setting_postcomlink_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_postdate', __('Post Date','mantra') , 'cryout_setting_postdate_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_posttime', __('Post Time','mantra') , 'cryout_setting_posttime_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_postauthor', __('Post Author','mantra') , 'cryout_setting_postauthor_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_postcateg', __('Post Category','mantra') , 'cryout_setting_postcateg_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_postmetas', __('Meta Bar','mantra') , 'cryout_setting_postmetas_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_posttag', __('Post Tags','mantra') , 'cryout_setting_posttag_fn', 'mantra-page', 'post_section'); - add_settings_field('mantra_postbook', __('Post Permalink','mantra') , 'cryout_setting_postbook_fn', 'mantra-page', 'post_section'); -/*** post exceprts***/ - add_settings_field('mantra_excerpthome', __('Post Excerpts on Home Page','mantra') , 'cryout_setting_excerpthome_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_excerptsticky', __('Affect Sticky Posts','mantra') , 'cryout_setting_excerptsticky_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_excerptarchive', __('Post Excerpts on Archive and Category Pages','mantra') , 'cryout_setting_excerptarchive_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_excerptwords', __('Number of Words for Post Excerpts ','mantra') , 'cryout_setting_excerptwords_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_magazinelayout', __('Magazine Layout','mantra') , 'cryout_setting_magazinelayout_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_excerptdots', __('Excerpt suffix','mantra') , 'cryout_setting_excerptdots_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_excerptcont', __('Continue reading link text ','mantra') , 'cryout_setting_excerptcont_fn', 'mantra-page', 'excerpt_section'); - add_settings_field('mantra_excerpttags', __('HTML tags in Excerpts','mantra') , 'cryout_setting_excerpttags_fn', 'mantra-page', 'excerpt_section'); -/*** featured ***/ - add_settings_field('mantra_fpost', __('Featured Images as POST Thumbnails ','mantra') , 'cryout_setting_fpost_fn', 'mantra-page', 'featured_section'); - add_settings_field('mantra_fauto', __('Auto Select Images From Posts ','mantra') , 'cryout_setting_fauto_fn', 'mantra-page', 'featured_section'); - add_settings_field('mantra_falign', __('Thumbnails Alignment ','mantra') , 'cryout_setting_falign_fn', 'mantra-page', 'featured_section'); - add_settings_field('mantra_fsize', __('Thumbnails Size ','mantra') , 'cryout_setting_fsize_fn', 'mantra-page', 'featured_section'); - add_settings_field('mantra_fheader', __('Featured Images as HEADER Images ','mantra') , 'cryout_setting_fheader_fn', 'mantra-page', 'featured_section'); -/*** socials ***/ - add_settings_field('mantra_socials1', __('Link nr. 1','mantra') , 'cryout_setting_socials1_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials2', __('Link nr. 2','mantra') , 'cryout_setting_socials2_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials3', __('Link nr. 3','mantra') , 'cryout_setting_socials3_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials4', __('Link nr. 4','mantra') , 'cryout_setting_socials4_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socials5', __('Link nr. 5','mantra') , 'cryout_setting_socials5_fn', 'mantra-page', 'socials_section'); - add_settings_field('mantra_socialshow', __('Socials display','mantra') , 'cryout_setting_socialsdisplay_fn', 'mantra-page', 'socials_section'); -/*** misc ***/ - add_settings_field('mantra_copyright', __('Custom Footer Text','mantra') , 'cryout_setting_copyright_fn', 'mantra-page', 'misc_section'); - add_settings_field('mantra_customcss', __('Custom CSS','mantra') , 'cryout_setting_customcss_fn', 'mantra-page', 'misc_section'); - add_settings_field('mantra_customjs', __('Custom JavaScript','mantra') , 'cryout_setting_customjs_fn', 'mantra-page', 'misc_section'); -} - -// Display the admin options page -function mantra_page_fn() { - // Load the import form page if the import button has been pressed - if (isset($_POST['mantra_import'])) { - mantra_import_form(); - return; - } - // Load the import form page after upload button has been pressed - if (isset($_POST['mantra_import_confirmed'])) { - mantra_import_file(); - return; - } - - if (!current_user_can('edit_theme_options')) { - wp_die( __('Sorry, but you do not have sufficient permissions to access this page.','mantra') ); - } ?> - - -
-

- -
- - -

"; - echo _e('Mantra settings updated successfully.','mantra'); - echo "

"; -} ?> - -
Checking jQuery functionality...
If this message remains visible after the page has loaded then there is a problem with your WordPress jQuery library. This can have several causes, including incompatible plugins. -The Parabola Settings page cannot function without jQuery.
- -
- - - Mantra v by Cryout Creations - -
-
- - -
- - -
-
-

-

-
-
-
- - - -

-
-
-
- - -

-
-
-
- - -
-
-

-
-
- get_item_quantity( 10 ); - $news_items = $mantra_news->get_items( 0, (int)$maxitems ); - } - ?> -
    - ' . __( 'No news items.', 'mantra' ) . ''; else : - foreach( $news_items as $news_item ) : ?> -
  • - get_title() ); ?>
    - get_date(' j F Y'); ?>
    - Read more » -
  • - -
-
-
- - -
-
- - - - + $value) { + ${"$key"} = $value ; +} + + +// Hooks/Filters +// add_action('admin_init', 'mantra_init_fn' ); // hooked by the settings plugin +add_action('admin_menu', 'mantra_add_page_fn'); +add_action('init', 'mantra_init'); + + +$mantra_options= mantra_get_theme_options(); + +// Registering and enqueuing all scripts and styles for the init hook +function mantra_init() { + //Loading Mantra text domain into the admin section + load_theme_textdomain( 'mantra', get_template_directory_uri() . '/languages' ); +} + +// Creating the mantra subpage +function mantra_add_page_fn() { + $page = add_theme_page('Mantra Settings', 'Mantra Settings', 'edit_theme_options', 'mantra-page', 'mantra_page_fn'); + add_action( 'admin_print_styles-'.$page, 'mantra_admin_styles' ); + add_action('admin_print_scripts-'.$page, 'mantra_admin_scripts'); + +} + +// Adding the styles for the Mantra admin page used when mantra_add_page_fn() is launched +function mantra_admin_styles() { + wp_register_style( 'mantra-admin-style',get_template_directory_uri() . '/admin/css/admin.css', NULL, _CRYOUT_THEME_VERSION ); + wp_register_style( 'jquery-ui-style',get_template_directory_uri() . '/js/jqueryui/css/ui-lightness/jquery-ui-1.8.16.custom.css', NULL, _CRYOUT_THEME_VERSION ); + wp_enqueue_style( 'mantra-admin-style' ); + wp_enqueue_style( 'jquery-ui-style' ); +} + +// Adding the styles for the Mantra admin page used when mantra_add_page_fn() is launched +function mantra_admin_scripts() { + // The farbtastic color selector already included in WP + wp_enqueue_script("farbtastic"); + wp_enqueue_style( 'farbtastic' ); + + //jQuery accordion and slider libraries already included in WP + wp_enqueue_script('jquery-ui-accordion'); + wp_enqueue_script('jquery-ui-slider'); + wp_enqueue_script('jquery-ui-tooltip'); + + // For backwards compatibility where Mantra is installed on older versions of WP where the ui accordion and slider are not included + if (!wp_script_is('jquery-ui-accordion',$list='registered')) { + wp_register_script('cryout_accordion',get_template_directory_uri() . '/admin/js/accordion-slider.js', array('jquery'), _CRYOUT_THEME_VERSION ); + wp_enqueue_script('cryout_accordion'); + } + + // For the WP uploader + if(function_exists('wp_enqueue_media')) { + wp_enqueue_media(); + } else { + wp_enqueue_script('media-upload'); + wp_enqueue_script('thickbox'); + wp_enqueue_style('thickbox'); + } + + // The JS used in the admin + wp_register_script('cryout-admin-js',get_template_directory_uri() . '/admin/js/admin.js', NULL, _CRYOUT_THEME_VERSION ); + wp_enqueue_script('cryout-admin-js'); +} + +// The settings sections. All the referenced functions are found in admin-functions.php +function mantra_init_fn(){ + + + register_setting('ma_options', 'ma_options', 'ma_options_validate' ); + +/************** + sections +**************/ + + add_settings_section('layout_section', __('Layout Settings','mantra'), 'cryout_section_layout_fn', 'mantra-page'); + add_settings_section('header_section', __('Header Settings','mantra'), 'cryout_section_header_fn', 'mantra-page'); + add_settings_section('presentation_section', __('Presentation Page','mantra'), 'cryout_section_presentation_fn', 'mantra-page'); + add_settings_section('text_section', __('Text Settings','mantra'), 'cryout_section_text_fn', 'mantra-page'); + add_settings_section('appereance_section',__('Color Settings','mantra') , 'cryout_section_appereance_fn', 'mantra-page'); + add_settings_section('graphics_section', __('Graphics Settings','mantra') , 'cryout_section_graphics_fn', 'mantra-page'); + add_settings_section('post_section', __('Post Information Settings','mantra') , 'cryout_section_post_fn', 'mantra-page'); + add_settings_section('excerpt_section', __('Post Excerpt Settings','mantra') , 'cryout_section_excerpt_fn', 'mantra-page'); + add_settings_section('featured_section', __('Featured Image Settings','mantra') , 'cryout_section_featured_fn', 'mantra-page'); + add_settings_section('socials_section', __('Social Media Settings','mantra') , 'cryout_section_social_fn', 'mantra-page'); + add_settings_section('misc_section', __('Miscellaneous Settings','mantra') , 'cryout_section_misc_fn', 'mantra-page'); + +/*** layout ***/ + add_settings_field('mantra_side', __('Main Layout','mantra') , 'cryout_setting_side_fn', 'mantra-page', 'layout_section'); + add_settings_field('mantra_sidewidth', __('Content / Sidebar Width','mantra') , 'cryout_setting_sidewidth_fn', 'mantra-page', 'layout_section'); + add_settings_field('mantra_mobile', __('Responsiveness','mantra') , 'cryout_setting_mobile_fn', 'mantra-page', 'layout_section'); +/*** presentation ***/ + + add_settings_field('mantra_frontpage', __('Enable Presentation Page','mantra') , 'cryout_setting_frontpage_fn', 'mantra-page', 'presentation_section'); + add_settings_field('mantra_frontposts', __('Show Posts on Presentation Page','mantra') , 'cryout_setting_frontposts_fn', 'mantra-page', 'presentation_section'); + add_settings_field('mantra_frontslider', __('Slider Settings','mantra') , 'cryout_setting_frontslider_fn', 'mantra-page', 'presentation_section'); + add_settings_field('mantra_frontslider2', __('Slides','mantra') , 'cryout_setting_frontslider2_fn', 'mantra-page', 'presentation_section'); + add_settings_field('mantra_frontcolumns', __('Presentation Page Columns','mantra') , 'cryout_setting_frontcolumns_fn', 'mantra-page', 'presentation_section'); + add_settings_field('mantra_fronttext', __('Extras','mantra') , 'cryout_setting_fronttext_fn', 'mantra-page', 'presentation_section'); + +/*** header ***/ + add_settings_field('mantra_hheight', __('Header Height','mantra') , 'cryout_setting_hheight_fn', 'mantra-page', 'header_section'); + add_settings_field('mantra_himage', __('Header Image','mantra') , 'cryout_setting_himage_fn', 'mantra-page', 'header_section'); + add_settings_field('mantra_siteheader', __('Site Header','mantra') , 'cryout_setting_siteheader_fn', 'mantra-page', 'header_section'); + add_settings_field('mantra_logoupload', __('Custom Logo Upload','mantra') , 'cryout_setting_logoupload_fn', 'mantra-page', 'header_section'); + add_settings_field('mantra_headermargin', __('Header Spacing','mantra') , 'cryout_setting_headermargin_fn', 'mantra-page', 'header_section'); + add_settings_field('mantra_menurounded', __('Rounded Menu Corners','mantra') , 'cryout_setting_menurounded_fn', 'mantra-page', 'header_section'); + add_settings_field('mantra_favicon', __('FavIcon Upload','mantra') , 'cryout_setting_favicon_fn', 'mantra-page', 'header_section'); +/*** text ***/ + add_settings_field('mantra_fontfamily', __('General Font','mantra') , 'cryout_setting_fontfamily_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_fontsize', __('General Font Size','mantra') , 'cryout_setting_fontsize_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_fonttitle', __('Post Title Font ','mantra') , 'cryout_setting_fonttitle_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_headfontsize', __('Post Title Font Size','mantra') , 'cryout_setting_headfontsize_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_fontside', __('Sidebar Font','mantra') , 'cryout_setting_fontside_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_sidefontsize', __('SideBar Font Size','mantra') , 'cryout_setting_sidefontsize_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_fontsubheader', __('Headings Font','mantra') , 'cryout_setting_fontsubheader_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_textalign', __('Force Text Align','mantra') , 'cryout_setting_textalign_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_parmargin', __('Paragraph spacing','mantra') , 'cryout_setting_parmargin_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_parindent', __('Paragraph indent','mantra') , 'cryout_setting_parindent_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_headerindent', __('Header indent','mantra') , 'cryout_setting_headerindent_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_lineheight', __('Line Height','mantra') , 'cryout_setting_lineheight_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_wordspace', __('Word spacing','mantra') , 'cryout_setting_wordspace_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_letterspace', __('Letter spacing','mantra') , 'cryout_setting_letterspace_fn', 'mantra-page', 'text_section'); + add_settings_field('mantra_textshadow', __('Text shadow','mantra') , 'cryout_setting_textshadow_fn', 'mantra-page', 'text_section'); +/*** appereance ***/ + add_settings_field('mantra_sitebackground', __('Background Image','mantra') , 'cryout_setting_sitebackground_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_backcolor', __('Background Color','mantra') , 'cryout_setting_backcolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_headercolor', __('Header (Banner and Menu) Background Color','mantra') , 'cryout_setting_headercolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_contentbg', __('Content Background Color','mantra') , 'cryout_setting_contentbg_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_menubg', __('Menu Items Background Color','mantra') , 'cryout_setting_menubg_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_s1bg', __('First Sidebar Background Color','mantra') , 'cryout_setting_first_sidebar_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_s2bg', __('Second Sidebar Background Color','mantra') , 'cryout_setting_second_sidebar_fn', 'mantra-page', 'appereance_section'); + + add_settings_field('mantra_titlecolor', __('Site Title Color','mantra') , 'cryout_setting_titlecolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_descriptioncolor', __('Site Description Color','mantra') , 'cryout_setting_descriptioncolor_fn', 'mantra-page', 'appereance_section'); + + add_settings_field('mantra_contentcolor', __('Content Text Color','mantra') , 'cryout_setting_contentcolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_linkscolor', __('Links Color','mantra') , 'cryout_setting_linkscolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_hovercolor', __('Links Hover Color','mantra') , 'cryout_setting_hovercolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_headtextcolor',__( 'Post Title Color','mantra') , 'cryout_setting_headtextcolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_headtexthover', __('Post Title Hover Color','mantra') , 'cryout_setting_headtexthover_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_sideheadbackcolor', __('Sidebar Header Background Color','mantra') , 'cryout_setting_sideheadbackcolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_sideheadtextcolor', __('Sidebar Header Text Color','mantra') , 'cryout_setting_sideheadtextcolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_prefootercolor', __('Footer Widget Background Color','mantra') , 'cryout_setting_prefootercolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_footercolor', __('Footer Background Color','mantra') , 'cryout_setting_footercolor_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_footerheader', __('Footer Widget Header Text Color','mantra') , 'cryout_setting_footerheader_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_footertext', __('Footer Widget Link Color','mantra') , 'cryout_setting_footertext_fn', 'mantra-page', 'appereance_section'); + add_settings_field('mantra_footerhover', __('Footer Widget Hover Color','mantra') , 'cryout_setting_footerhover_fn', 'mantra-page', 'appereance_section'); +/*** graphics ***/ + add_settings_field('mantra_breadcrumbs', __('Breadcrumbs','mantra') , 'cryout_setting_breadcrumbs_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_pagination', __('Pagination','mantra') , 'cryout_setting_pagination_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_menualign', __('Main Menu Alignment','mantra') , 'cryout_setting_menualign_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_image', __('Post Images Border','mantra') , 'cryout_setting_image_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_caption', __('Caption Border','mantra') , 'cryout_setting_caption_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_pin', __('Caption Pin','mantra') , 'cryout_setting_pin_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_sidebullet', __('Sidebar Menu Bullets','mantra') , 'cryout_setting_sidebullet_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_metaback', __('Meta Area Background','mantra') , 'cryout_setting_metaback_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_postseparator', __('Post Separator','mantra') , 'cryout_setting_postseparator_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_contentlist', __('Content List Bullets','mantra') , 'cryout_setting_contentlist_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_pagetitle', __('Page Titles','mantra') , 'cryout_setting_pagetitle_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_categetitle', __('Category Page Titles','mantra') , 'cryout_setting_categtitle_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_tables', __('Hide Tables','mantra') , 'cryout_setting_tables_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_backtop', __('Back to Top button','mantra') , 'cryout_setting_backtop_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_comtext', __('Text Under Comments','mantra') , 'cryout_setting_comtext_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_comclosed', __('Comments are closed text','mantra') , 'cryout_setting_comclosed_fn', 'mantra-page', 'graphics_section'); + add_settings_field('mantra_comoff', __('Comments off','mantra') , 'cryout_setting_comoff_fn', 'mantra-page', 'graphics_section'); +/*** post metas***/ + add_settings_field('mantra_postcomlink', __('Post Comments Link','mantra') , 'cryout_setting_postcomlink_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_postdate', __('Post Date','mantra') , 'cryout_setting_postdate_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_posttime', __('Post Time','mantra') , 'cryout_setting_posttime_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_postauthor', __('Post Author','mantra') , 'cryout_setting_postauthor_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_postcateg', __('Post Category','mantra') , 'cryout_setting_postcateg_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_postmetas', __('Meta Bar','mantra') , 'cryout_setting_postmetas_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_posttag', __('Post Tags','mantra') , 'cryout_setting_posttag_fn', 'mantra-page', 'post_section'); + add_settings_field('mantra_postbook', __('Post Permalink','mantra') , 'cryout_setting_postbook_fn', 'mantra-page', 'post_section'); +/*** post exceprts***/ + add_settings_field('mantra_excerpthome', __('Post Excerpts on Home Page','mantra') , 'cryout_setting_excerpthome_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_excerptsticky', __('Affect Sticky Posts','mantra') , 'cryout_setting_excerptsticky_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_excerptarchive', __('Post Excerpts on Archive and Category Pages','mantra') , 'cryout_setting_excerptarchive_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_excerptwords', __('Number of Words for Post Excerpts ','mantra') , 'cryout_setting_excerptwords_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_magazinelayout', __('Magazine Layout','mantra') , 'cryout_setting_magazinelayout_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_excerptdots', __('Excerpt suffix','mantra') , 'cryout_setting_excerptdots_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_excerptcont', __('Continue reading link text ','mantra') , 'cryout_setting_excerptcont_fn', 'mantra-page', 'excerpt_section'); + add_settings_field('mantra_excerpttags', __('HTML tags in Excerpts','mantra') , 'cryout_setting_excerpttags_fn', 'mantra-page', 'excerpt_section'); +/*** featured ***/ + add_settings_field('mantra_fpost', __('Featured Images as POST Thumbnails ','mantra') , 'cryout_setting_fpost_fn', 'mantra-page', 'featured_section'); + add_settings_field('mantra_fauto', __('Auto Select Images From Posts ','mantra') , 'cryout_setting_fauto_fn', 'mantra-page', 'featured_section'); + add_settings_field('mantra_falign', __('Thumbnails Alignment ','mantra') , 'cryout_setting_falign_fn', 'mantra-page', 'featured_section'); + add_settings_field('mantra_fsize', __('Thumbnails Size ','mantra') , 'cryout_setting_fsize_fn', 'mantra-page', 'featured_section'); + add_settings_field('mantra_fheader', __('Featured Images as HEADER Images ','mantra') , 'cryout_setting_fheader_fn', 'mantra-page', 'featured_section'); +/*** socials ***/ + add_settings_field('mantra_socials1', __('Link nr. 1','mantra') , 'cryout_setting_socials1_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials2', __('Link nr. 2','mantra') , 'cryout_setting_socials2_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials3', __('Link nr. 3','mantra') , 'cryout_setting_socials3_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials4', __('Link nr. 4','mantra') , 'cryout_setting_socials4_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socials5', __('Link nr. 5','mantra') , 'cryout_setting_socials5_fn', 'mantra-page', 'socials_section'); + add_settings_field('mantra_socialshow', __('Socials display','mantra') , 'cryout_setting_socialsdisplay_fn', 'mantra-page', 'socials_section'); +/*** misc ***/ + add_settings_field('mantra_copyright', __('Custom Footer Text','mantra') , 'cryout_setting_copyright_fn', 'mantra-page', 'misc_section'); + add_settings_field('mantra_customcss', __('Custom CSS','mantra') , 'cryout_setting_customcss_fn', 'mantra-page', 'misc_section'); + add_settings_field('mantra_customjs', __('Custom JavaScript','mantra') , 'cryout_setting_customjs_fn', 'mantra-page', 'misc_section'); +} + +// Display the admin options page +function mantra_page_fn() { + // Load the import form page if the import button has been pressed + if (isset($_POST['mantra_import'])) { + mantra_import_form(); + return; + } + // Load the import form page after upload button has been pressed + if (isset($_POST['mantra_import_confirmed'])) { + mantra_import_file(); + return; + } + + if (!current_user_can('edit_theme_options')) { + wp_die( __('Sorry, but you do not have sufficient permissions to access this page.','mantra') ); + } ?> + + +
+

+ +
+ + +

"; + echo _e('Mantra settings updated successfully.','mantra'); + echo "

"; +} ?> + +
Checking jQuery functionality...
If this message remains visible after the page has loaded then there is a problem with your WordPress jQuery library. This can have several causes, including incompatible plugins. +The Parabola Settings page cannot function without jQuery.
+ +
+ + + Mantra v by Cryout Creations + +
+
+ + +
+ + +
+
+

+

+
+
+
+ + + +

+
+
+
+ + +

+
+
+
+ + +
+
+

+
+
+ get_item_quantity( 10 ); + $news_items = $mantra_news->get_items( 0, (int)$maxitems ); + } + ?> +
    + ' . __( 'No news items.', 'mantra' ) . ''; else : + foreach( $news_items as $news_item ) : ?> +
  • + get_title() ); ?>
    + get_date(' j F Y'); ?>
    + Read more » +
  • + +
+
+
+ + +
+
+ + + + diff --git a/themes/mantra/admin/sanitize.php b/themes/mantra/admin/sanitize.php index a95a7c9e..f41f3387 100644 --- a/themes/mantra/admin/sanitize.php +++ b/themes/mantra/admin/sanitize.php @@ -1,239 +1,239 @@ -=500 && $input['mantra_sidewidth'] <=1760) {} else {$input['mantra_sidewidth']=$mantra_defaults['mantra_sidewidth']; } - if(isset($input['mantra_sidebar']) && is_numeric($input['mantra_sidebar']) && $input['mantra_sidebar']>=220 && $input['mantra_sidebar'] <=800) {} else {$input['mantra_sidebar']=$mantra_defaults['mantra_sidebar']; } - - if(isset($input['mantra_sidewidthRel']) && is_numeric($input['mantra_sidewidthRel']) && $input['mantra_sidewidthRel']>=40 && $input['mantra_sidewidthRel'] <=80) {} else {$input['mantra_sidewidthRel']=$mantra_defaults['mantra_sidewidthRel']; } - if(isset($input['mantra_sidebarRel']) && is_numeric($input['mantra_sidebarRel']) && $input['mantra_sidebarRel']>=20 && $input['mantra_sidebarRel'] <=50) {} else {$input['mantra_sidebarRel']=$mantra_defaults['mantra_sidebarRel']; } - - if (isset($input['mantra_zoom'])) $input['mantra_zoom'] = "1"; else $input['mantra_zoom'] = 0; - - $input['mantra_hheight'] = intval(wp_kses_data($input['mantra_hheight'])); - - $input['mantra_copyright'] = trim(wp_kses_post($input['mantra_copyright'])); - - $input['mantra_backcolor'] = wp_kses_data($input['mantra_backcolor']); - $input['mantra_headercolor'] = wp_kses_data($input['mantra_headercolor']); - $input['mantra_contentbg'] = wp_kses_data($input['mantra_contentbg']); - $input['mantra_menubg'] = wp_kses_data($input['mantra_menubg']); - $input['mantra_s1bg'] = wp_kses_data($input['mantra_s1bg']); - $input['mantra_s2bg'] = wp_kses_data($input['mantra_s2bg']); - $input['mantra_prefootercolor'] = wp_kses_data($input['mantra_prefootercolor']); - $input['mantra_footercolor'] = wp_kses_data($input['mantra_footercolor']); - $input['mantra_titlecolor'] = wp_kses_data($input['mantra_titlecolor']); - $input['mantra_descriptioncolor'] = wp_kses_data($input['mantra_descriptioncolor']); - $input['mantra_contentcolor'] = wp_kses_data($input['mantra_contentcolor']); - $input['mantra_linkscolor'] = wp_kses_data($input['mantra_linkscolor']); - $input['mantra_hovercolor'] = wp_kses_data($input['mantra_hovercolor']); - $input['mantra_headtextcolor'] = wp_kses_data($input['mantra_headtextcolor']); - $input['mantra_headtexthover'] = wp_kses_data($input['mantra_headtexthover']); - $input['mantra_sideheadbackcolor'] = wp_kses_data($input['mantra_sideheadbackcolor']); - $input['mantra_sideheadtextcolor'] = wp_kses_data($input['mantra_sideheadtextcolor']); - $input['mantra_footerheader'] = wp_kses_data($input['mantra_footerheader']); - $input['mantra_footertext'] = wp_kses_data($input['mantra_footertext']); - $input['mantra_footerhover'] = wp_kses_data($input['mantra_footerhover']); - - $input['mantra_excerptwords'] = intval(wp_kses_data($input['mantra_excerptwords'])); - $input['mantra_excerptdots'] = wp_kses_data($input['mantra_excerptdots']); - $input['mantra_excerptcont'] = wp_kses_data($input['mantra_excerptcont']); - - $input['mantra_fwidth'] = intval(wp_kses_data($input['mantra_fwidth'])); - $input['mantra_fheight'] = intval(wp_kses_data($input['mantra_fheight'])); - -/*** 2 ***/ - - $cryout_special_terms = array('mailto:','callto://'); - $cryout_special_keys = array('Mail', 'Skype'); - for ($i=1;$i<10;$i+=2) { - $j=$i+1; - if (in_array($input['mantra_social'.$i],$cryout_special_keys)) : - $input['mantra_social'.$j] = wp_kses_data(str_replace($cryout_special_terms,'',$input['mantra_social'.$j])); - if ($input['mantra_social'.$i]=='Mail') {$input['mantra_social'.$j]='mailto:'.$input['mantra_social'.$j];}; - if ($input['mantra_social'.$i]=='Skype') {$input['mantra_social'.$j]='callto://'.$input['mantra_social'.$j];}; - else : - $input['mantra_social'.$j] = esc_url_raw($input['mantra_social'.$j]); - endif; - } - for ($i=0;$i<=5;$i++) { - if (!isset($input['mantra_socialsdisplay'.$i])) {$input['mantra_socialsdisplay'.$i] = "0";} - } - - $input['mantra_favicon'] = esc_url_raw($input['mantra_favicon']); - $input['mantra_logoupload'] = esc_url_raw($input['mantra_logoupload']); - $input['mantra_headermargintop'] = intval(wp_kses_data($input['mantra_headermargintop'])); - $input['mantra_headermarginleft'] = intval(wp_kses_data($input['mantra_headermarginleft'])); - - $input['mantra_customcss'] = wp_kses_post(trim($input['mantra_customcss'])); - $input['mantra_customjs'] = wp_kses_post(trim($input['mantra_customjs'])); - - $input['mantra_googlefont'] = trim(wp_kses_data($input['mantra_googlefont'])); - $input['mantra_googlefonttitle'] = trim(wp_kses_data($input['mantra_googlefonttitle'])); - $input['mantra_googlefontside'] = trim(wp_kses_data($input['mantra_googlefontside'])); - $input['mantra_googlefontsubheader'] = trim(wp_kses_data($input['mantra_googlefontsubheader'])); - - if($input['mantra_googlefont']) { - $mantra_googlefont2 = $input['mantra_googlefont']; - $mantra_googlefont2= preg_replace( '/\s+/', '+', $mantra_googlefont2 ); - $mantra_googlefont2= "//fonts.googleapis.com/css?family=".$mantra_googlefont2; - $input['mantra_googlefont2'] = $mantra_googlefont2; - } else $input['mantra_googlefont2'] = ''; - if($input['mantra_googlefonttitle']) { - $mantra_googlefonttitle2 = $input['mantra_googlefonttitle']; - $mantra_googlefonttitle2= preg_replace( '/\s+/', '+', $mantra_googlefonttitle2 ); - $mantra_googlefonttitle2= "//fonts.googleapis.com/css?family=".$mantra_googlefonttitle2; - $input['mantra_googlefonttitle2'] = $mantra_googlefonttitle2; - } else $input['mantra_googlefonttitle2'] = ''; - if($input['mantra_googlefontside']) { - $mantra_googlefontside2 = $input['mantra_googlefontside']; - $mantra_googlefontside2= preg_replace( '/\s+/', '+', $mantra_googlefontside2 ); - $mantra_googlefontside2= "//fonts.googleapis.com/css?family=".$mantra_googlefontside2; - $input['mantra_googlefontside2'] = $mantra_googlefontside2; - } else $input['mantra_googlefontside2'] = ''; - if($input['mantra_googlefontsubheader']) { - $mantra_googlefontsubheader2 = $input['mantra_googlefontsubheader']; - $mantra_googlefontsubheader2= preg_replace( '/\s+/', '+', $mantra_googlefontsubheader2 ); - $mantra_googlefontsubheader2= "//fonts.googleapis.com/css?family=".$mantra_googlefontsubheader2; - $input['mantra_googlefontsubheader2'] = $mantra_googlefontsubheader2; - } else $input['mantra_googlefontsubheader2'] = ''; - - - $input['mantra_frontpostscount'] = intval(wp_kses_data($input['mantra_frontpostscount'])); - - $input['mantra_fpsliderborderwidth'] = intval(wp_kses_data($input['mantra_fpsliderborderwidth'])); - - $input['mantra_slideNumber'] = intval(wp_kses_data($input['mantra_slideNumber'])); - $input['mantra_slideSpecific'] = wp_kses_data($input['mantra_slideSpecific']); - - $input['mantra_fpsliderwidth'] = intval(wp_kses_data($input['mantra_fpsliderwidth'])); - $input['mantra_fpsliderheight'] = intval(wp_kses_data($input['mantra_fpsliderheight'])); - -/** 3 ***/ - $input['mantra_sliderimg1'] = wp_kses_data($input['mantra_sliderimg1']); - $input['mantra_slidertitle1'] = wp_kses_data($input['mantra_slidertitle1']); - $input['mantra_slidertext1'] = wp_kses_post($input['mantra_slidertext1']); - $input['mantra_sliderlink1'] = esc_url_raw($input['mantra_sliderlink1']); - $input['mantra_sliderimg2'] = wp_kses_data($input['mantra_sliderimg2']); - $input['mantra_slidertitle2'] = wp_kses_data($input['mantra_slidertitle2']); - $input['mantra_slidertext2'] = wp_kses_post($input['mantra_slidertext2']); - $input['mantra_sliderlink2'] = esc_url_raw($input['mantra_sliderlink2']); - $input['mantra_sliderimg3'] = wp_kses_data($input['mantra_sliderimg3']); - $input['mantra_slidertitle3'] = wp_kses_data($input['mantra_slidertitle3']); - $input['mantra_slidertext3'] = wp_kses_post($input['mantra_slidertext3']); - $input['mantra_sliderlink3'] = esc_url_raw($input['mantra_sliderlink3']); - $input['mantra_sliderimg4'] = wp_kses_data($input['mantra_sliderimg4']); - $input['mantra_slidertitle4'] = wp_kses_data($input['mantra_slidertitle4']); - $input['mantra_slidertext4'] = wp_kses_post($input['mantra_slidertext4']); - $input['mantra_sliderlink4'] = esc_url_raw($input['mantra_sliderlink4']); - $input['mantra_sliderimg5'] = wp_kses_data($input['mantra_sliderimg5']); - $input['mantra_slidertitle5'] = wp_kses_data($input['mantra_slidertitle5']); - $input['mantra_slidertext5'] = wp_kses_post($input['mantra_slidertext5']); - $input['mantra_sliderlink5'] = esc_url_raw($input['mantra_sliderlink5']); - - $input['mantra_colimageheight'] = intval(wp_kses_data($input['mantra_colimageheight'])); - -/** 4 **/ - $input['mantra_columnimg1'] = wp_kses_data($input['mantra_columnimg1']); - $input['mantra_columntitle1'] = wp_kses_data($input['mantra_columntitle1']); - $input['mantra_columntext1'] = wp_kses_post($input['mantra_columntext1']); - $input['mantra_columnlink1'] = esc_url_raw($input['mantra_columnlink1']); - $input['mantra_columnimg2'] = wp_kses_data($input['mantra_columnimg2']); - $input['mantra_columntitle2'] = wp_kses_data($input['mantra_columntitle2']); - $input['mantra_columntext2'] = wp_kses_post($input['mantra_columntext2']); - $input['mantra_columnlink2'] = esc_url_raw($input['mantra_columnlink2']); - $input['mantra_columnimg3'] = wp_kses_data($input['mantra_columnimg3']); - $input['mantra_columntitle3'] = wp_kses_data($input['mantra_columntitle3']); - $input['mantra_columntext3'] = wp_kses_post($input['mantra_columntext3']); - $input['mantra_columnlink3'] = esc_url_raw($input['mantra_columnlink3']); - $input['mantra_columnimg4'] = wp_kses_data($input['mantra_columnimg4']); - $input['mantra_columntitle4'] = wp_kses_data($input['mantra_columntitle4']); - $input['mantra_columntext4'] = wp_kses_post($input['mantra_columntext4']); - $input['mantra_columnlink4'] = esc_url_raw($input['mantra_columnlink4']); - - $input['mantra_columnreadmore'] = wp_kses($input['mantra_columnreadmore'],''); - - $input['mantra_fronttext1'] = wp_kses_data($input['mantra_fronttext1']); - $input['mantra_fronttext2'] = wp_kses_data($input['mantra_fronttext2']); - $input['mantra_fpsliderbordercolor'] = wp_kses_data($input['mantra_fpsliderbordercolor']); - $input['mantra_fronttitlecolor'] = wp_kses_data($input['mantra_fronttitlecolor']); - $input['mantra_fronttext3'] = trim( wp_kses_post($input['mantra_fronttext3'])); - $input['mantra_fronttext4'] = trim (wp_kses_post($input['mantra_fronttext4'])); - - $resetDefault = ( ! empty( $input['mantra_defaults']) ? true : false ); - - if ($resetDefault) {$input=$mantra_defaults;} - - return $input; // return validated input - -} - -endif; -?> +=500 && $input['mantra_sidewidth'] <=1760) {} else {$input['mantra_sidewidth']=$mantra_defaults['mantra_sidewidth']; } + if(isset($input['mantra_sidebar']) && is_numeric($input['mantra_sidebar']) && $input['mantra_sidebar']>=220 && $input['mantra_sidebar'] <=800) {} else {$input['mantra_sidebar']=$mantra_defaults['mantra_sidebar']; } + + if(isset($input['mantra_sidewidthRel']) && is_numeric($input['mantra_sidewidthRel']) && $input['mantra_sidewidthRel']>=40 && $input['mantra_sidewidthRel'] <=80) {} else {$input['mantra_sidewidthRel']=$mantra_defaults['mantra_sidewidthRel']; } + if(isset($input['mantra_sidebarRel']) && is_numeric($input['mantra_sidebarRel']) && $input['mantra_sidebarRel']>=20 && $input['mantra_sidebarRel'] <=50) {} else {$input['mantra_sidebarRel']=$mantra_defaults['mantra_sidebarRel']; } + + if (isset($input['mantra_zoom'])) $input['mantra_zoom'] = "1"; else $input['mantra_zoom'] = 0; + + $input['mantra_hheight'] = intval(wp_kses_data($input['mantra_hheight'])); + + $input['mantra_copyright'] = trim(wp_kses_post($input['mantra_copyright'])); + + $input['mantra_backcolor'] = wp_kses_data($input['mantra_backcolor']); + $input['mantra_headercolor'] = wp_kses_data($input['mantra_headercolor']); + $input['mantra_contentbg'] = wp_kses_data($input['mantra_contentbg']); + $input['mantra_menubg'] = wp_kses_data($input['mantra_menubg']); + $input['mantra_s1bg'] = wp_kses_data($input['mantra_s1bg']); + $input['mantra_s2bg'] = wp_kses_data($input['mantra_s2bg']); + $input['mantra_prefootercolor'] = wp_kses_data($input['mantra_prefootercolor']); + $input['mantra_footercolor'] = wp_kses_data($input['mantra_footercolor']); + $input['mantra_titlecolor'] = wp_kses_data($input['mantra_titlecolor']); + $input['mantra_descriptioncolor'] = wp_kses_data($input['mantra_descriptioncolor']); + $input['mantra_contentcolor'] = wp_kses_data($input['mantra_contentcolor']); + $input['mantra_linkscolor'] = wp_kses_data($input['mantra_linkscolor']); + $input['mantra_hovercolor'] = wp_kses_data($input['mantra_hovercolor']); + $input['mantra_headtextcolor'] = wp_kses_data($input['mantra_headtextcolor']); + $input['mantra_headtexthover'] = wp_kses_data($input['mantra_headtexthover']); + $input['mantra_sideheadbackcolor'] = wp_kses_data($input['mantra_sideheadbackcolor']); + $input['mantra_sideheadtextcolor'] = wp_kses_data($input['mantra_sideheadtextcolor']); + $input['mantra_footerheader'] = wp_kses_data($input['mantra_footerheader']); + $input['mantra_footertext'] = wp_kses_data($input['mantra_footertext']); + $input['mantra_footerhover'] = wp_kses_data($input['mantra_footerhover']); + + $input['mantra_excerptwords'] = intval(wp_kses_data($input['mantra_excerptwords'])); + $input['mantra_excerptdots'] = wp_kses_data($input['mantra_excerptdots']); + $input['mantra_excerptcont'] = wp_kses_data($input['mantra_excerptcont']); + + $input['mantra_fwidth'] = intval(wp_kses_data($input['mantra_fwidth'])); + $input['mantra_fheight'] = intval(wp_kses_data($input['mantra_fheight'])); + +/*** 2 ***/ + + $cryout_special_terms = array('mailto:','callto://'); + $cryout_special_keys = array('Mail', 'Skype'); + for ($i=1;$i<10;$i+=2) { + $j=$i+1; + if (in_array($input['mantra_social'.$i],$cryout_special_keys)) : + $input['mantra_social'.$j] = wp_kses_data(str_replace($cryout_special_terms,'',$input['mantra_social'.$j])); + if ($input['mantra_social'.$i]=='Mail') {$input['mantra_social'.$j]='mailto:'.$input['mantra_social'.$j];}; + if ($input['mantra_social'.$i]=='Skype') {$input['mantra_social'.$j]='callto://'.$input['mantra_social'.$j];}; + else : + $input['mantra_social'.$j] = esc_url_raw($input['mantra_social'.$j]); + endif; + } + for ($i=0;$i<=5;$i++) { + if (!isset($input['mantra_socialsdisplay'.$i])) {$input['mantra_socialsdisplay'.$i] = "0";} + } + + $input['mantra_favicon'] = esc_url_raw($input['mantra_favicon']); + $input['mantra_logoupload'] = esc_url_raw($input['mantra_logoupload']); + $input['mantra_headermargintop'] = intval(wp_kses_data($input['mantra_headermargintop'])); + $input['mantra_headermarginleft'] = intval(wp_kses_data($input['mantra_headermarginleft'])); + + $input['mantra_customcss'] = wp_kses_post(trim($input['mantra_customcss'])); + $input['mantra_customjs'] = wp_kses_post(trim($input['mantra_customjs'])); + + $input['mantra_googlefont'] = trim(wp_kses_data($input['mantra_googlefont'])); + $input['mantra_googlefonttitle'] = trim(wp_kses_data($input['mantra_googlefonttitle'])); + $input['mantra_googlefontside'] = trim(wp_kses_data($input['mantra_googlefontside'])); + $input['mantra_googlefontsubheader'] = trim(wp_kses_data($input['mantra_googlefontsubheader'])); + + if($input['mantra_googlefont']) { + $mantra_googlefont2 = $input['mantra_googlefont']; + $mantra_googlefont2= preg_replace( '/\s+/', '+', $mantra_googlefont2 ); + $mantra_googlefont2= "//fonts.googleapis.com/css?family=".$mantra_googlefont2; + $input['mantra_googlefont2'] = $mantra_googlefont2; + } else $input['mantra_googlefont2'] = ''; + if($input['mantra_googlefonttitle']) { + $mantra_googlefonttitle2 = $input['mantra_googlefonttitle']; + $mantra_googlefonttitle2= preg_replace( '/\s+/', '+', $mantra_googlefonttitle2 ); + $mantra_googlefonttitle2= "//fonts.googleapis.com/css?family=".$mantra_googlefonttitle2; + $input['mantra_googlefonttitle2'] = $mantra_googlefonttitle2; + } else $input['mantra_googlefonttitle2'] = ''; + if($input['mantra_googlefontside']) { + $mantra_googlefontside2 = $input['mantra_googlefontside']; + $mantra_googlefontside2= preg_replace( '/\s+/', '+', $mantra_googlefontside2 ); + $mantra_googlefontside2= "//fonts.googleapis.com/css?family=".$mantra_googlefontside2; + $input['mantra_googlefontside2'] = $mantra_googlefontside2; + } else $input['mantra_googlefontside2'] = ''; + if($input['mantra_googlefontsubheader']) { + $mantra_googlefontsubheader2 = $input['mantra_googlefontsubheader']; + $mantra_googlefontsubheader2= preg_replace( '/\s+/', '+', $mantra_googlefontsubheader2 ); + $mantra_googlefontsubheader2= "//fonts.googleapis.com/css?family=".$mantra_googlefontsubheader2; + $input['mantra_googlefontsubheader2'] = $mantra_googlefontsubheader2; + } else $input['mantra_googlefontsubheader2'] = ''; + + + $input['mantra_frontpostscount'] = intval(wp_kses_data($input['mantra_frontpostscount'])); + + $input['mantra_fpsliderborderwidth'] = intval(wp_kses_data($input['mantra_fpsliderborderwidth'])); + + $input['mantra_slideNumber'] = intval(wp_kses_data($input['mantra_slideNumber'])); + $input['mantra_slideSpecific'] = wp_kses_data($input['mantra_slideSpecific']); + + $input['mantra_fpsliderwidth'] = intval(wp_kses_data($input['mantra_fpsliderwidth'])); + $input['mantra_fpsliderheight'] = intval(wp_kses_data($input['mantra_fpsliderheight'])); + +/** 3 ***/ + $input['mantra_sliderimg1'] = wp_kses_data($input['mantra_sliderimg1']); + $input['mantra_slidertitle1'] = wp_kses_data($input['mantra_slidertitle1']); + $input['mantra_slidertext1'] = wp_kses_post($input['mantra_slidertext1']); + $input['mantra_sliderlink1'] = esc_url_raw($input['mantra_sliderlink1']); + $input['mantra_sliderimg2'] = wp_kses_data($input['mantra_sliderimg2']); + $input['mantra_slidertitle2'] = wp_kses_data($input['mantra_slidertitle2']); + $input['mantra_slidertext2'] = wp_kses_post($input['mantra_slidertext2']); + $input['mantra_sliderlink2'] = esc_url_raw($input['mantra_sliderlink2']); + $input['mantra_sliderimg3'] = wp_kses_data($input['mantra_sliderimg3']); + $input['mantra_slidertitle3'] = wp_kses_data($input['mantra_slidertitle3']); + $input['mantra_slidertext3'] = wp_kses_post($input['mantra_slidertext3']); + $input['mantra_sliderlink3'] = esc_url_raw($input['mantra_sliderlink3']); + $input['mantra_sliderimg4'] = wp_kses_data($input['mantra_sliderimg4']); + $input['mantra_slidertitle4'] = wp_kses_data($input['mantra_slidertitle4']); + $input['mantra_slidertext4'] = wp_kses_post($input['mantra_slidertext4']); + $input['mantra_sliderlink4'] = esc_url_raw($input['mantra_sliderlink4']); + $input['mantra_sliderimg5'] = wp_kses_data($input['mantra_sliderimg5']); + $input['mantra_slidertitle5'] = wp_kses_data($input['mantra_slidertitle5']); + $input['mantra_slidertext5'] = wp_kses_post($input['mantra_slidertext5']); + $input['mantra_sliderlink5'] = esc_url_raw($input['mantra_sliderlink5']); + + $input['mantra_colimageheight'] = intval(wp_kses_data($input['mantra_colimageheight'])); + +/** 4 **/ + $input['mantra_columnimg1'] = wp_kses_data($input['mantra_columnimg1']); + $input['mantra_columntitle1'] = wp_kses_data($input['mantra_columntitle1']); + $input['mantra_columntext1'] = wp_kses_post($input['mantra_columntext1']); + $input['mantra_columnlink1'] = esc_url_raw($input['mantra_columnlink1']); + $input['mantra_columnimg2'] = wp_kses_data($input['mantra_columnimg2']); + $input['mantra_columntitle2'] = wp_kses_data($input['mantra_columntitle2']); + $input['mantra_columntext2'] = wp_kses_post($input['mantra_columntext2']); + $input['mantra_columnlink2'] = esc_url_raw($input['mantra_columnlink2']); + $input['mantra_columnimg3'] = wp_kses_data($input['mantra_columnimg3']); + $input['mantra_columntitle3'] = wp_kses_data($input['mantra_columntitle3']); + $input['mantra_columntext3'] = wp_kses_post($input['mantra_columntext3']); + $input['mantra_columnlink3'] = esc_url_raw($input['mantra_columnlink3']); + $input['mantra_columnimg4'] = wp_kses_data($input['mantra_columnimg4']); + $input['mantra_columntitle4'] = wp_kses_data($input['mantra_columntitle4']); + $input['mantra_columntext4'] = wp_kses_post($input['mantra_columntext4']); + $input['mantra_columnlink4'] = esc_url_raw($input['mantra_columnlink4']); + + $input['mantra_columnreadmore'] = wp_kses($input['mantra_columnreadmore'],''); + + $input['mantra_fronttext1'] = wp_kses_data($input['mantra_fronttext1']); + $input['mantra_fronttext2'] = wp_kses_data($input['mantra_fronttext2']); + $input['mantra_fpsliderbordercolor'] = wp_kses_data($input['mantra_fpsliderbordercolor']); + $input['mantra_fronttitlecolor'] = wp_kses_data($input['mantra_fronttitlecolor']); + $input['mantra_fronttext3'] = trim( wp_kses_post($input['mantra_fronttext3'])); + $input['mantra_fronttext4'] = trim (wp_kses_post($input['mantra_fronttext4'])); + + $resetDefault = ( ! empty( $input['mantra_defaults']) ? true : false ); + + if ($resetDefault) {$input=$mantra_defaults;} + + return $input; // return validated input + +} + +endif; +?> diff --git a/themes/mantra/admin/settings.php b/themes/mantra/admin/settings.php index ed038549..c60c29c2 100644 --- a/themes/mantra/admin/settings.php +++ b/themes/mantra/admin/settings.php @@ -1,2057 +1,2057 @@ -".__("Settings for adjusting your blog's layout.", "mantra")."

"; -} - -function cryout_section_presentation_fn() { - -// echo "

".__("Settings for adjusting your blog's layout.", "mantra")."

"; -} - -function cryout_section_header_fn() { - -// echo "

".__("Settings for adjusting your blog's layout.", "mantra")."

"; -} - - -function cryout_section_text_fn() { - //echo "

".__("All text related customization options.", "mantra")."

"; -} - -function cryout_section_graphics_fn() { -// echo "

".__("Settings for hiding or showing different graphics.", "mantra")."

"; -} - -function cryout_section_post_fn() { - //echo "

".__("Settings for hiding or showing different post tags.", "mantra")."

"; -} - -function cryout_section_excerpt_fn() { -// echo "

".__("Settings for post excerpts", "mantra")."

"; -} - -function cryout_section_appereance_fn() { -// echo "

".__("Set text and background colors.", "mantra")."

"; -} - - -function cryout_section_featured_fn() { -// echo "

".__("Insert the addreses for your social media. Leave blank if not the case. -// Please type the whole address (including http:// ) Example : http://www.facebook.com.", "mantra")."

"; -} - -function cryout_section_social_fn() { -// echo "

".__("Insert the addreses for your social media. Leave blank if not the case. -// Please type the whole address (including http:// ) Example : http://www.facebook.com.", "mantra")."

"; -} - -function cryout_section_misc_fn() { - -} - -//////////////////////////////// -//// LAYOUT SETTINGS /////////// -//////////////////////////////// - - -// RADIO-BUTTON - Name: ma_options[side] -function cryout_setting_side_fn() { -global $mantra_options; - $items = array("1c", "2cSr", "2cSl", "3cSr" , "3cSl", "3cSs"); - $layout_text["1c"] = __("One column (no sidebars)","mantra"); - $layout_text["2cSr"] = __("Two columns, sidebar on the right","mantra"); - $layout_text["2cSl"] = __("Two columns, sidebar on the left","mantra"); - $layout_text["3cSr"] = __("Three columns, sidebars on the right","mantra"); - $layout_text["3cSl"] = __("Three columns, sidebars on the left","mantra"); - $layout_text["3cSs"] = __("Three columns, one sidebar on each side","mantra"); - -// For backward compatibility; - if ($mantra_options['mantra_side'] == 'Disable') $mantra_options['mantra_side'] = '1c'; - if ($mantra_options['mantra_side'] == 'Right') $mantra_options['mantra_side'] = '2cSr'; - if ($mantra_options['mantra_side'] == 'Left') $mantra_options['mantra_side'] = '2cSl'; - - - foreach($items as $item) { - - $checkedClass = ($mantra_options['mantra_side']==$item) ? ' checkedClass' : ''; - echo ""; - } - echo "
".__("Choose your layout. Possible options are:
No sidebar, a single sidebar on either left of right, two sidebars on either left or - right and two sidebars on each side.","mantra")."
"; -} - - //SLIDER - Name: ma_options[sidewidth] -function cryout_setting_sidewidth_fn() - { -global $mantra_options; - $items = array ("Absolute" , "Relative"); - $itemsare = array( __("Absolute","mantra"), __("Relative *DEPRECATED","mantra")); - echo __("Dimensions to use: ","mantra")." "; -?> - - -
- - px - px - ^——— px ———^ - -

- "; - echo "";?> -

-
- -
".__("Select the width of your content and sidebar(s). - While the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
- If you went for a 3 column area ( with 2 sidebars) they will each have half the selected width.","mantra")."
"; ?> - - -
- -
- - % - % - ^——— % ———^ - -

- "; - echo "";?> - -

-
-
".__("Select the width of your content and sidebar(s). - These are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
- While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
- If you went for a 3 column area ( with 2 sidebars) they will each have half the selected width.","mantra")."
"; ?> -
-"; - foreach($items as $id=>$item) { - echo ""; - } - echo ""; - - echo " "; - - echo "
".__("Enable to make Mantra fully responsive. The layout and general sizes of your blog will adjust depending on what device and what resolution it is viewed in.
Do not disable unless you have a good reason to.","mantra")."
"; -} - - - -//////////////////////////////// -//// PRESENTATION SETTINGS ///////////// -//////////////////////////////// - - -//CHECKBOX - Name: ma_options[frontpage] -function cryout_setting_frontpage_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Enable the presentation front-page. This will become your new home page. It has a slider and columns for presentation - text and images.
If you have this enabled but don't see a Presentation page then go to Settings » Reading and make sure you have selected Front Page Displays as Your Latest Posts.","mantra")."
"; - if ($mantra_options['mantra_frontpage'] == 'Enable' && get_option('show_on_front') != 'posts') { - printf ( '
'.__('You have enabled the Presentation Page but your WordPress\' Front page displays option is set to use a static page. WordPress guidelines require that the static page option have priority over theme options.
Go to %1$s and set the Front page displays option to Your latest posts to display the presentation page.',"mantra").'
', ' Settings » Reading'); - }; - -} - -function cryout_setting_frontposts_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo " "; - echo " ".__('posts','mantra'); - echo "
".__("Enable to display latest posts on the presentation page, below the columns. Sticky posts are always displayed and not counted.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[frontslider] -function cryout_setting_frontslider_fn() { - global $mantra_options; - - - echo "
".__("Slider Dimensions:","mantra")." "; - echo " px (".__("width","mantra").") X "; - echo " px (".__("height","mantra").")"; - echo "".__("The dimensions of your slider. Make sure your images are of the same size.","mantra")."
"; - - echo "
".__("Animation:","mantra")." "; - $items = array ("random" , "fold", "fade", "slideInRight", "slideInLeft", "sliceDown", "sliceDownLeft", "sliceUp", "sliceUpLeft", "sliceUpDown" , "sliceUpDownLeft", "boxRandom", "boxRain", "boxRainReverse", "boxRainGrow" , "boxRainGrowReverse"); - $itemsare = array( __("Random","mantra"), __("Fold","mantra"), __("Fade","mantra"), __("SlideInRight","mantra"), __("SlideInLeft","mantra"), __("SliceDown","mantra"), __("SliceDownLeft","mantra"), __("SliceUp","mantra"), __("SliceUpLeft","mantra"), __("SliceUpDown","mantra"), __("SliceUpDownLeft","mantra"), __("BoxRandom","mantra"), __("BoxRain","mantra"), __("BoxRainReverse","mantra"), __("BoxRainGrow","mantra"), __("BoxRainGrowReverse","mantra")); - echo ""; - echo "".__("The transition effect your slider will have.","mantra")."
"; - - echo "
".__("Border Settings:","mantra")." "; - echo __('Width' ,'mantra').": px / "; - echo __('Color','mantra').': '; - echo '
'; - echo "".__("The width and color of the slider's border.","mantra")."
"; - - echo "
".__("Animation Time:","mantra")." "; - echo " ".__("milliseconds","mantra"); - echo "".__("The time in which the transition animation will take place.","mantra")."
"; - - echo "
".__("Pause Time:","mantra")." "; - echo " ".__("milliseconds","mantra"); - echo "".__("The time in which a slide will be still and visible.","mantra")."
"; - - - echo "
".__("Slider navigation:","mantra")." "; - $items = array ("Numbers" , "Bullets" ,"None"); - $itemsare = array( __("Numbers","mantra"), __("Bullets","mantra"), __("None","mantra")); - echo ""; - echo "".__("Your slider navigation type. Shown under the slider.","mantra")."
"; - - echo "
".__("Slider arrows:","mantra")." "; - $items = array ("Always Visible" , "Visible on Hover" ,"Hidden"); - $itemsare = array( __("Always Visible","mantra"), __("Visible on Hover","mantra"), __("Hidden","mantra")); - echo ""; - echo "".__("The Left and Right arrows on your slider","mantra")."
"; - -?> - - - - - - -".__("Select the content you want to load in your slides:","mantra")." "; - echo ""; - echo "
".__("Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider.","mantra")."
"; - -?> - -
- -
- -
- -
- -
- - -
- -
- -
- -
- -
- -
- - ' /> -
- -
- Choose the cateogry: ','mantra'); ?> - -
- - - ' /> - - - -
-
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-".__("Number of columns:","mantra")." "; - $items = array ("0" ,"1", "2" , "3" , "4"); - echo ""; - -echo "
".__("Image Height:","mantra")." "; - echo " px
"; -?> -
-' /> -".__("The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it.","mantra")."
"; - -?> -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
Title
-' /> -
- -
-' /> -
-
- -
-

-
-
- - -
-' /> -
- -
-' /> -
-
- -

".__("Extra Text","mantra")."

"; - -echo "
Text for the Presentation Page".__("More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns. - It's all optional so leave any input field empty if it's not required. ","mantra")."
"; - - echo "
".__("Top Title","mantra")."

"; -echo "
".__("Second Title","mantra")."
"; - echo ""; - -echo "
".__("Title color","mantra")."
"; - echo ''; - echo '
'; - -echo "
".__("Bottom Text 1","mantra")."
"; - echo ""; -echo "
".__("Bottom Text 2","mantra")."
"; - echo "
"; - - - - - - -echo "

".__("Hide areas","mantra")."

"; - -echo "
".__("Choose the areas to hide on the first page.","mantra")."
"; - - $items = array( "FronHeader", "FrontMenu", "FrontWidget" , "FrontFooter","FrontBack"); - - $checkedClass0 = ($mantra_options['mantra_fronthideheader']=='1') ? ' checkedClass0' : ''; - $checkedClass1 = ($mantra_options['mantra_fronthidemenu']=='1') ? ' checkedClass1' : ''; - $checkedClass2 = ($mantra_options['mantra_fronthidewidget']=='1') ? ' checkedClass2' : ''; - $checkedClass3 = ($mantra_options['mantra_fronthidefooter']=='1') ? ' checkedClass3' : ''; - $checkedClass4 = ($mantra_options['mantra_fronthideback']=='1') ? ' checkedClass4' : ''; - - echo " "; - - echo " "; - - echo " "; - - echo " "; - - echo " "; - - -echo "
"; - - -} - - -////////////////////////////// -/////HEADER SETTINGS////////// -///////////////////////////// - - //SELECT - Name: ma_options[hheight] -function cryout_setting_hheight_fn() { - global $mantra_options;?> -' /> px -".__("Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = ","mantra").$totally."px."; -} - -function cryout_setting_himage_fn() { - global $mantra_options; - $checkedClass = ($mantra_options['mantra_hcenter']=='1') ? ' checkedClass' : ''; - $checkedClass2 = ($mantra_options['mantra_hratio']=='1') ? ' checkedClass' : ''; - echo "".__('Define header image','mantra').""; - echo "
".__("The header image should not be used to display logos.
Enable ratio preservation to force the header image aspect ratio. Keep in mind that short images will become very small on mobile devices.","mantra")."
"; - echo "
"; - - echo " "; - -} - -//CHECKBOX - Name: ma_options[menurounded] -function cryout_setting_menurounded_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Enable or disable the round corners for the main menu items.","mantra")."
"; - -} - -//CHECKBOX - Name: ma_options[linkheader] -function cryout_setting_siteheader_fn() { - global $mantra_options; - $items = array ("Site Title and Description" , "Custom Logo" , "Clickable header image" , "Empty"); - $itemsare = array( __("Site Title and Description","mantra"), __("Custom Logo","mantra"), __("Clickable header image","mantra"), __("Empty","mantra")); - echo ""; - echo "
".__("Choose what to display inside your header area.","mantra")."
"; -} - -// TEXTBOX - Name: ma_options[favicon] -function cryout_setting_logoupload_fn() { - global $mantra_options; - echo '
'; -?> - ' class="imagebox" style="display:;max-height:60px" />
- -".__("Custom Logo upload. The logo will appear over the heder image if you have used one.","mantra")."
"; ?> -
- - - -' /> px     -' /> px -".__("Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. ","mantra").""; -} - -// TEXTBOX - Name: ma_options[favicon] -function cryout_setting_favicon_fn() { - global $mantra_options; - echo '
'; -?> - ' class="imagebox" width="64" height="64"/>
- -".__("Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png.
Note that some browsers do not display the changed favicon instantly.","mantra")."
"; ?> -
- - -"; - foreach($items as $item) { - echo ""; -} - echo ""; - echo "
".__("Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same.","mantra")."
"; -} - - -//SELECT - Name: ma_options[fontfamily] -function cryout_setting_fontfamily_fn() { - global $mantra_options; - global $fontSans, $fontSerif, $fontMono, $fontCursive; - - echo ""; - - echo "
".__("Select the font family you'll use in your blog. All content text will be affected (including menu buttons). ","mantra")."

"; - echo ''; - echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; - - -} - -//SELECT - Name: ma_options[fonttitle] -function cryout_setting_fonttitle_fn() { - global $mantra_options; - global $fontSans, $fontSerif, $fontMono, $fontCursive; - - echo ""; - echo "
".__("Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used.","mantra")."

"; - - echo ''; - echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; - - - - -} - -//SELECT - Name: ma_options[fontside] -function cryout_setting_fontside_fn() { - global $mantra_options; - global $fontSans, $fontSerif, $fontMono, $fontCursive; - - echo ""; - echo "
".__("Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used.","mantra")."

"; - echo ''; - echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; - - - -} - - -//SELECT - Name: ma_options[fontsubheader] -function cryout_setting_fontsubheader_fn() { - global $mantra_options; - global $fontSans, $fontSerif, $fontMono, $fontCursive; - - echo ""; - echo "
".__("Select the font family you want your headings to have (h1 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used.","mantra")."

"; - - echo ''; - echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; - - -} - -//SELECT - Name: ma_options[headfontsize] -function cryout_setting_headfontsize_fn() { - global $mantra_options; - $items = array ("Default" , "14px" , "16px" , "18px" , "20px", "22px" , "24px" , "26px" , "28px" , "30px" , "32px" , "34px" , "36px", "38px" , "40px"); - $itemsare = array( __("Default","mantra") ,"14px" , "16px" , "18px" , "20px", "22px" , "24px" , "26px" , "28px" , "30px" , "32px" , "34px" , "36px", "38px" , "40px"); - echo ""; - echo "
".__("Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; -} - -//SELECT - Name: ma_options[sidefontsize] -function cryout_setting_sidefontsize_fn() { - global $mantra_options; - $items = array ("Default" , "8px" , "9px" , "10px" , "11px", "12px" , "13px" , "14px" , "15px" , "16px" , "17px" , "18px"); - $itemsare = array( __("Default","mantra") , "8px" , "9px" , "10px" , "11px", "12px" , "13px" , "14px" , "15px" , "16px" , "17px" , "18px"); - echo ""; - echo "
".__("Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; -} - -//SELECT - Name: ma_options[textalign] -function cryout_setting_textalign_fn() { - global $mantra_options; - $items = array ("Default" , "Left" , "Right" , "Justify" , "Center"); - $itemsare = array( __("Default","mantra"), __("Left","mantra"), __("Right","mantra"), __("Justify","mantra"), __("Center","mantra")); - echo ""; - echo "
".__("This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.).","mantra")."
"; -} - -//SELECT - Name: ma_options[parindent] -function cryout_setting_parmargin_fn() { - global $mantra_options; - $items = array ("0.0em", "0.5em", "1.0em" , "1.1em" , "1.2em" , "1.3em" , "1.4em", "1.5em", "1.6em", "1.7em"); - echo ""; - echo "
".__("Choose the spacing between paragraphs.","mantra")."
"; -} - - -//SELECT - Name: ma_options[parindent] -function cryout_setting_parindent_fn() { - global $mantra_options; - $items = array ("0px" , "5px" , "10px" , "15px" , "20px"); - echo ""; - echo "
".__("Choose the indent for your paragraphs.","mantra")."
"; -} - - -//CHECKBOX - Name: ma_options[headerindent] -function cryout_setting_headerindent_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Disable the default header and title indent (left margin).","mantra")."
"; -} - -//SELECT - Name: ma_options[lineheight] -function cryout_setting_lineheight_fn() { - global $mantra_options; - $items = array ("Default" ,"0.8em" , "0.9em", "1.0em" , "1.1em" , "1.2em" , "1.3em", "1.4em" , "1.5em" , "1.6em" , "1.7em" , "1.8em" , "1.9em" , "2.0em"); - $itemsare = array( __("Default","mantra"),"0.8em" , "0.9em", "1.0em" , "1.1em" , "1.2em" , "1.3em", "1.4em" , "1.5em" , "1.6em" , "1.7em" , "1.8em" , "1.9em" , "2.0em"); - echo ""; - echo "
".__("Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; -} - -//SELECT - Name: ma_options[wordspace] -function cryout_setting_wordspace_fn() { - global $mantra_options; - $items = array ("Default" ,"-3px" , "-2px", "-1px" , "0px" , "1px" , "2px", "3px" , "4px" , "5px" , "10px"); - $itemsare = array( __("Default","mantra"),"-3px" , "-2px", "-1px" , "0px" , "1px" , "2px", "3px" , "4px" , "5px" , "10px"); - echo ""; - echo "
".__("The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; -} - -//SELECT - Name: ma_options[letterspace] -function cryout_setting_letterspace_fn() { - global $mantra_options; - $items = array ("Default" ,"-0.05em" , "-0.04em", "-0.03em" , "-0.02em" , "-0.01em" , "0.01em", "0.02em" , "0.03em" , "0.04em" , "0.05em"); - $itemsare = array( __("Default","mantra"),"-0.05em" , "-0.04em", "-0.03em" , "-0.02em" , "-0.01em" , "0.01em", "0.02em" , "0.03em" , "0.04em" , "0.05em"); - echo ""; - echo "
".__("The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; -} - - - -//CHECKBOX - Name: ma_options[textshadow] -function cryout_setting_textshadow_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Disable the default text shadow on headers and titles.","mantra")."
"; -} - -//////////////////////////////// -//// APPEREANCE SETTINGS /////// -//////////////////////////////// - -function cryout_setting_sitebackground_fn() { - echo "".__('Define background image','mantra').""; -} // cryout_setting_sitebackground_fn() - - -//TEXT - Name: ma_options[backcolor] -function cryout_setting_backcolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Background color (Default value is 444444).","mantra")."
"; -} - -//TEXT - Name: ma_options[headercolor] -function cryout_setting_headercolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Header background color (Default value is 333333). You can delete all inside text for no background color.","mantra")."
"; -} - -function cryout_setting_contentbg_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Content background color (Default value is FFFFFF). Works best with really light colors.","mantra")."
"; -} - -function cryout_setting_menubg_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light.","mantra")."
"; -} - -function cryout_setting_first_sidebar_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("First sidebar background color (Default is no color for a transparent sidebar).","mantra")."
"; -} - -function cryout_setting_second_sidebar_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Second sidebar background color (Default is no color for a transparent sidebar).","mantra")."
"; -} - -//TEXT - Name: ma_options[prefootercolor] -function cryout_setting_prefootercolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Footer widget-area background color. (Default value is 171717).","mantra")."
"; -} - -//TEXT - Name: ma_options[footercolor] -function cryout_setting_footercolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Footer background color (Default value is 222222).","mantra")."
"; -} - -//TEXT - Name: ma_options[titlecolor] -function cryout_setting_titlecolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Your blog's title color (Default value is 0D85CC).","mantra")."
"; -} - -//TEXT - Name: ma_options[descriptioncolor] -function cryout_setting_descriptioncolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Your blog's description color(Default value is 222222).","mantra")."
"; -} - -//TEXT - Name: ma_options[contentcolor] -function cryout_setting_contentcolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Content Text Color (Default value is 333333).","mantra")."
"; -} - -//TEXT - Name: ma_options[linkscolor] -function cryout_setting_linkscolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Links color (Default value is 0D85CC).","mantra")."
"; -} - -//TEXT - Name: ma_options[hovercolor] -function cryout_setting_hovercolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Links color on mouse over (Default value is 333333).","mantra")."
"; -} - -//TEXT - Name: ma_options[headtextcolor] -function cryout_setting_headtextcolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Post Header Text Color (Default value is 333333).","mantra")."
"; -} - -//TEXT - Name: ma_options[headtexthover] -function cryout_setting_headtexthover_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Post Header Text Color on Mouse over (Default value is 000000).","mantra")."
"; -} - -//TEXT - Name: ma_options[sideheadbackcolor] -function cryout_setting_sideheadbackcolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Sidebar Header Background color (Default value is 444444).","mantra")."
"; - -} - -//TEXT - Name: ma_options[sideheadtextcolor] -function cryout_setting_sideheadtextcolor_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Sidebar Header Text Color(Default value is 2EA5FD).","mantra")."
"; -} - -//TEXT - Name: ma_options[footerheader] -function cryout_setting_footerheader_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Footer Widget Text Color (Default value is 0D85CC).","mantra")."
"; -} - -//TEXT - Name: ma_options[footertext] -function cryout_setting_footertext_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Footer Widget Link Color (Default value is 666666).","mantra")."
"; -} - -//TEXT - Name: ma_options[footerhover] -function cryout_setting_footerhover_fn() { - global $mantra_options; - echo ''; - echo '
'; - echo "
".__("Footer Widget Link Color on Mouse Over (Default value is 888888).","mantra")."
"; -} - - -//////////////////////////////// -//// GRAPHICS SETTINGS ///////// -//////////////////////////////// - - - -//CHECKBOX - Name: ma_options[breadcrumbs] -function cryout_setting_breadcrumbs_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[pagination] -function cryout_setting_pagination_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. ","mantra")."
"; -} - -function cryout_setting_menualign_fn() { - global $mantra_options; - $items = array ("left", "center", "right"); - $itemsare = array( __("Left","mantra"), __("Center","mantra"), __("Right","mantra")); - echo ""; - echo "
".__("Select the desired main menu items alignment. Center option is only valid for single line menus.","mantra")."
"; -} - -//SELECT - Name: ma_options[caption] -function cryout_setting_caption_fn() { -global $mantra_options; - $items = array ("White" , "Light" , "Light Gray" , "Gray" , "Dark Gray" , "Black"); - $itemsare = array( __("White","mantra"), __("Light","mantra"), __("Light Gray","mantra"), __("Gray","mantra"), __("Dark Gray","mantra"), __("Black","mantra")); - echo ""; - echo "
".__("This setting changes the look of your captions. Images that are not inserted through captions will not be affected.","mantra")."
"; -} - -// RADIO-BUTTON - Name: ma_options[image] -function cryout_setting_image_fn() { - global $mantra_options; - $items = array("None", "One", "Two", "Three" , "Four", "Five", "Six", "Seven"); - foreach($items as $item) { - - $checkedClass = ($mantra_options['mantra_image']==$item) ? ' checkedClass' : ''; - - echo " "; - } - - echo "
".__("The border around your inserted images. ","mantra")."
"; -} - -// RADIO-BUTTON - Name: ma_options[pin] -function cryout_setting_pin_fn() { -global $mantra_options; - $items = array("mantra_dot", "Pin1", "Pin2", "Pin3" , "Pin4", "Pin5"); - foreach($items as $item) { - $none=''; - if ($item == 'mantra_dot') { $none='None'; } - $checkedClass = ($mantra_options['mantra_pin']==$item) ? ' checkedClass' : ''; - echo ""; - } - echo "
".__("The image on top of your captions. ","mantra")."
"; -} - -// RADIO-BUTTON - Name: ma_options[sidebullet] -function cryout_setting_sidebullet_fn() { - global $mantra_options; - $items = array("mantra_dot2", "arrow_black", "arrow_white", "bullet_dark" , "bullet_gray", "bullet_light", "square_dark", "square_white", "triangle_dark" , "triangle_gray", "triangle_white"); - foreach($items as $item) { - $none=''; - if ($item == 'mantra_dot2') { $none='None'; } - $checkedClass = ($mantra_options['mantra_sidebullet']==$item) ? ' checkedClass' : ''; - echo ""; - } - echo "
".__("The sidebar list bullets. ","mantra")."
"; -} - - - -//CHECKBOX - Name: ma_options[metaback] -function cryout_setting_metaback_fn() { - global $mantra_options; - $items = array ("Gray" , "White", "None"); - $itemsare = array( __("Gray","mantra"), __("White","mantra"), __("None","mantra")); - echo ""; - echo "
".__("The background for your post-metas area (under your post tiltes). Gray by default.","mantra")."
"; - -} - -//CHECKBOX - Name: ma_options[postseparator] -function cryout_setting_postseparator_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show a horizontal rule to separate posts.","mantra")."
"; - -} - -//CHECKBOX - Name: ma_options[contentlist] -function cryout_setting_contentlist_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show bullets next to lists that are in your content area (posts, pages etc.).","mantra")."
"; - -} - - -//CHECKBOX - Name: ma_options[pagetitle] -function cryout_setting_pagetitle_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show Page titles on any created pages. ","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[categtitle] -function cryout_setting_categtitle_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show Page titles on Category Pages. ","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[tables] -function cryout_setting_tables_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Hide table borders and background color.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[comtext] -function cryout_setting_comtext_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...).","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[comclosed] -function cryout_setting_comclosed_fn() { - global $mantra_options; - $items = array ("Show" , "Hide in posts", "Hide in pages", "Hide everywhere"); - $itemsare = array( __("Show","mantra"), __("Hide in posts","mantra"), __("Hide in pages","mantra"), __("Hide everywhere","mantra")); - echo ""; - echo "
".__("Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled.","mantra")."
"; -} - - -//CHECKBOX - Name: ma_options[comoff] -function cryout_setting_comoff_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide the Comments off text next to posts that have comments disabled.","mantra")."
"; -} - - -//CHECKBOX - Name: ma_options[backtop] -function cryout_setting_backtop_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Enable the Back to Top button. The button appears after scrolling the page down.","mantra")."
"; -} - - -//////////////////////////////// -//// POST SETTINGS ///////////// -//////////////////////////////// - -//CHECKBOX - Name: ma_options[postdate] -function cryout_setting_postcomlink_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show the Leave a comment or x Comments next to posts or post excerpts.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[postdate] -function cryout_setting_postdate_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show the post date.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[posttime] -function cryout_setting_posttime_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Show the post time with the date. Time will not be visible if the Post Date is hidden.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[postauthor] -function cryout_setting_postauthor_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide or show the post author.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[postcateg] -function cryout_setting_postcateg_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide the post category.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[postbook] -function cryout_setting_postbook_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide the 'Bookmark permalink'.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[postmetas] -function cryout_setting_postmetas_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide the meta bar. All meta info in it will be hidden.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[posttag] -function cryout_setting_posttag_fn() { - global $mantra_options; - $items = array ("Show" , "Hide"); - $itemsare = array( __("Show","mantra"), __("Hide","mantra")); - echo ""; - echo "
".__("Hide the post tags.","mantra")."
"; -} - - -//////////////////////////////// -//// EXCERPT SETTINGS ///////////// -//////////////////////////////// - - -//CHECKBOX - Name: ma_options[excerpthome] -function cryout_setting_excerpthome_fn() { - global $mantra_options; - $items = array ("Excerpt" , "Full Post"); - $itemsare = array( __("Excerpt","mantra"), __("Full Post","mantra")); - echo ""; - echo "
".__("Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[excerptsticky] -function cryout_setting_excerptsticky_fn() { - global $mantra_options; - $items = array ("Excerpt" , "Full Post"); - $itemsare = array( __("Excerpt","mantra"), __("Full Post","mantra")); - echo ""; - echo "
".__("Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. ","mantra")."
"; -} - - -//CHECKBOX - Name: ma_options[excerptarchive] -function cryout_setting_excerptarchive_fn() { - global $mantra_options; - $items = array ("Excerpt" , "Full Post"); - $itemsare = array( __("Excerpt","mantra"), __("Full Post","mantra")); - echo ""; - echo "
".__("Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected.","mantra")."
"; -} - - -// TEXTBOX - Name: ma_options[excerptwords] -function cryout_setting_excerptwords_fn() { - global $mantra_options; - echo ""; - echo "
".__("The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that - will take the reader to the full post page.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[magazinelayout] -function cryout_setting_magazinelayout_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row.","mantra")."
"; -} - -// TEXTBOX - Name: ma_options[excerptdots] -function cryout_setting_excerptdots_fn() { - global $mantra_options; - echo ""; - echo "
".__("Replaces the three dots ('[...])' that are appended automatically to excerpts.","mantra")."
"; -} - -// TEXTBOX - Name: ma_options[excerptcont] -function cryout_setting_excerptcont_fn() { - global $mantra_options; - echo ""; - echo "
".__("Edit the 'Continue Reading' link added to your post excerpts.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[excerpttags] -function cryout_setting_excerpttags_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".sprintf(__("By default WordPress excerpts remove all HTML tags (%s and all others) and only clean text is left in the excerpt. -Enabling this option allows HTML tags to remain in excerpts so all your default formating will be kept.
Just a warning: If HTML tags are enabled, you have to make sure -they are not left open. So if within your post you have an opened HTML tag but the except ends before that tag closes, the rest of the site will be contained in that HTML tag. -- Leave 'Disable' if unsure --
","mantra"),htmlspecialchars('
, , ') );
-}
-
-
-////////////////////////////////
-/// FEATURED IMAGE SETTINGS ////
-////////////////////////////////
-
-
-//CHECKBOX - Name: ma_options[fpost]
-function cryout_setting_fpost_fn() {
-	global $mantra_options;
-	$items = array ("Enable" , "Disable");
-	$itemsare = array( __("Enable","mantra"), __("Disable","mantra"));
-	echo "";
-	$checkedClass = ($mantra_options['mantra_fpostlink']=='1') ? ' checkedClass' : '';
-
-
-		echo " ";
-
-
-	echo "
".__("Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section.","mantra")."
"; -} - -//CHECKBOX - Name: ma_options[fauto] -function cryout_setting_fauto_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post.","mantra")."
"; -} - - -//CHECKBOX - Name: ma_options[falign] -function cryout_setting_falign_fn() { - global $mantra_options; - $items = array ("Left" , "Center", "Right"); - $itemsare = array( __("Left","mantra"), __("Center","mantra"), __("Right","mantra")); - echo ""; - echo "
".__("Thumbnail alignment.","mantra")."
"; -} - - -// TEXTBOX - Name: ma_options[fwidth] -function cryout_setting_fsize_fn() { - global $mantra_options; - echo "px (width) X "; - echo "px (height)"; - - $checkedClass = ($mantra_options['mantra_fcrop']=='1') ? ' checkedClass' : ''; - - echo " "; - - - echo "
".__("The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size.","mantra")."
"; -} - - -//CHECKBOX - Name: ma_options[fheader] -function cryout_setting_fheader_fn() { - global $mantra_options; - $items = array ("Enable" , "Disable"); - $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); - echo ""; - echo "
".__("Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and - and if it is bigger or at least equal to the current header size.","mantra")."
"; -} - - -//////////////////////// -/// SOCIAL SETTINGS //// -//////////////////////// - -// TEXTBOX - Name: ma_options[social1] - - - -function cryout_setting_social_master($i) { - $cryout_special_keys = array('Mail', 'Skype'); - $cryout_social_small = array ( - '',__('Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )','mantra'), - '',__("You can insert up to 5 different social sites and addresses.",'mantra'), - '',__("There are a total of 27 social networks to choose from. ",'mantra'), - '',__("You can leave any number of inputs empty. " ,'mantra'), - '',__("You can choose the same social media any number of times. ",'mantra') - ); - $j=$i+1; - global $mantra_options, $socialNetworks; - echo " » "; - - if (in_array($mantra_options['mantra_social'.$i],$cryout_special_keys)) : - $cryout_current_social = esc_html( $mantra_options['mantra_social'.$j] ); - else : - $cryout_current_social = esc_url( $mantra_options['mantra_social'.$j] ); - endif; - - echo ""; - echo "
".$cryout_social_small[$i]."
"; -} - - - -function cryout_setting_socials1_fn() { - cryout_setting_social_master(1); -} - -function cryout_setting_socials2_fn() { - cryout_setting_social_master(3); -} - -// TEXTBOX - Name: ma_options[social3] -function cryout_setting_socials3_fn() { -cryout_setting_social_master(5); -} - -// TEXTBOX - Name: ma_options[social4] -function cryout_setting_socials4_fn() { -cryout_setting_social_master(7); -} - -// TEXTBOX - Name: ma_options[social5] -function cryout_setting_socials5_fn() { -cryout_setting_social_master(9); -} - -// TEXTBOX - Name: ma_options[socialsdisplay] -function cryout_setting_socialsdisplay_fn() { -global $mantra_options; - $items = array( "Header", "CLeft", "CRight" , "Footer"); - - $checkedClass0 = ($mantra_options['mantra_socialsdisplay0']=='1') ? ' checkedClass0' : ''; - $checkedClass1 = ($mantra_options['mantra_socialsdisplay1']=='1') ? ' checkedClass1' : ''; - $checkedClass2 = ($mantra_options['mantra_socialsdisplay2']=='1') ? ' checkedClass2' : ''; - $checkedClass3 = ($mantra_options['mantra_socialsdisplay3']=='1') ? ' checkedClass3' : ''; - - echo " "; - - echo " "; - - echo " "; - - echo " "; - - - - echo "

".__("Choose the areas where to display the social icons.","mantra")."

"; -} - - -//////////////////////// -/// MISC SETTINGS //// -//////////////////////// - - -// TEXTBOX - Name: ma_options[copyright] -function cryout_setting_copyright_fn() { - global $mantra_options; - echo ""; - echo "
".__("Insert custom text or HTML code that will appear last in you footer.
You can use HTML to insert links, images and special characters like © .","mantra")."
"; -} - - -// TEXTBOX - Name: ma_options[customcss] -function cryout_setting_customcss_fn() { - global $mantra_options; - echo ""; - echo "
".__("Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
Your custom CSS will be preserved when updating the theme.
The <style> tags are not needed.","mantra")."
"; -} - -// TEXTBOX - Name: ma_options[customjs] -function cryout_setting_customjs_fn() { - global $mantra_options; - echo ""; - echo "
".__("Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
The <script> tags are not needed.","mantra")."
"; -} +".__("Settings for adjusting your blog's layout.", "mantra")."

"; +} + +function cryout_section_presentation_fn() { + +// echo "

".__("Settings for adjusting your blog's layout.", "mantra")."

"; +} + +function cryout_section_header_fn() { + +// echo "

".__("Settings for adjusting your blog's layout.", "mantra")."

"; +} + + +function cryout_section_text_fn() { + //echo "

".__("All text related customization options.", "mantra")."

"; +} + +function cryout_section_graphics_fn() { +// echo "

".__("Settings for hiding or showing different graphics.", "mantra")."

"; +} + +function cryout_section_post_fn() { + //echo "

".__("Settings for hiding or showing different post tags.", "mantra")."

"; +} + +function cryout_section_excerpt_fn() { +// echo "

".__("Settings for post excerpts", "mantra")."

"; +} + +function cryout_section_appereance_fn() { +// echo "

".__("Set text and background colors.", "mantra")."

"; +} + + +function cryout_section_featured_fn() { +// echo "

".__("Insert the addreses for your social media. Leave blank if not the case. +// Please type the whole address (including http:// ) Example : http://www.facebook.com.", "mantra")."

"; +} + +function cryout_section_social_fn() { +// echo "

".__("Insert the addreses for your social media. Leave blank if not the case. +// Please type the whole address (including http:// ) Example : http://www.facebook.com.", "mantra")."

"; +} + +function cryout_section_misc_fn() { + +} + +//////////////////////////////// +//// LAYOUT SETTINGS /////////// +//////////////////////////////// + + +// RADIO-BUTTON - Name: ma_options[side] +function cryout_setting_side_fn() { +global $mantra_options; + $items = array("1c", "2cSr", "2cSl", "3cSr" , "3cSl", "3cSs"); + $layout_text["1c"] = __("One column (no sidebars)","mantra"); + $layout_text["2cSr"] = __("Two columns, sidebar on the right","mantra"); + $layout_text["2cSl"] = __("Two columns, sidebar on the left","mantra"); + $layout_text["3cSr"] = __("Three columns, sidebars on the right","mantra"); + $layout_text["3cSl"] = __("Three columns, sidebars on the left","mantra"); + $layout_text["3cSs"] = __("Three columns, one sidebar on each side","mantra"); + +// For backward compatibility; + if ($mantra_options['mantra_side'] == 'Disable') $mantra_options['mantra_side'] = '1c'; + if ($mantra_options['mantra_side'] == 'Right') $mantra_options['mantra_side'] = '2cSr'; + if ($mantra_options['mantra_side'] == 'Left') $mantra_options['mantra_side'] = '2cSl'; + + + foreach($items as $item) { + + $checkedClass = ($mantra_options['mantra_side']==$item) ? ' checkedClass' : ''; + echo ""; + } + echo "
".__("Choose your layout. Possible options are:
No sidebar, a single sidebar on either left of right, two sidebars on either left or + right and two sidebars on each side.","mantra")."
"; +} + + //SLIDER - Name: ma_options[sidewidth] +function cryout_setting_sidewidth_fn() + { +global $mantra_options; + $items = array ("Absolute" , "Relative"); + $itemsare = array( __("Absolute","mantra"), __("Relative *DEPRECATED","mantra")); + echo __("Dimensions to use: ","mantra")." "; +?> + + +
+ + px + px + ^——— px ———^ + +

+ "; + echo "";?> +

+
+ +
".__("Select the width of your content and sidebar(s). + While the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
+ If you went for a 3 column area ( with 2 sidebars) they will each have half the selected width.","mantra")."
"; ?> + + +
+ +
+ + % + % + ^——— % ———^ + +

+ "; + echo "";?> + +

+
+
".__("Select the width of your content and sidebar(s). + These are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
+ While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
+ If you went for a 3 column area ( with 2 sidebars) they will each have half the selected width.","mantra")."
"; ?> +
+"; + foreach($items as $id=>$item) { + echo ""; + } + echo ""; + + echo " "; + + echo "
".__("Enable to make Mantra fully responsive. The layout and general sizes of your blog will adjust depending on what device and what resolution it is viewed in.
Do not disable unless you have a good reason to.","mantra")."
"; +} + + + +//////////////////////////////// +//// PRESENTATION SETTINGS ///////////// +//////////////////////////////// + + +//CHECKBOX - Name: ma_options[frontpage] +function cryout_setting_frontpage_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
"; + if ($mantra_options['mantra_frontpage'] == 'Enable' && get_option('show_on_front') != 'posts') { + printf ( '
'.__('You have enabled the Presentation Page but your WordPress\' Front page displays option is set to use a static page. WordPress guidelines require that the static page option have priority over theme options.
Go to %1$s and set the Front page displays option to Your latest posts to display the presentation page.',"mantra").'
', ' Settings » Reading'); + }; + +} + +function cryout_setting_frontposts_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo " "; + echo " ".__('posts','mantra'); + echo "
".__("Enable to display latest posts on the presentation page, below the columns. Sticky posts are always displayed and not counted.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[frontslider] +function cryout_setting_frontslider_fn() { + global $mantra_options; + + + echo "
".__("Slider Dimensions:","mantra")." "; + echo " px (".__("width","mantra").") X "; + echo " px (".__("height","mantra").")"; + echo "".__("The dimensions of your slider. Make sure your images are of the same size.","mantra")."
"; + + echo "
".__("Animation:","mantra")." "; + $items = array ("random" , "fold", "fade", "slideInRight", "slideInLeft", "sliceDown", "sliceDownLeft", "sliceUp", "sliceUpLeft", "sliceUpDown" , "sliceUpDownLeft", "boxRandom", "boxRain", "boxRainReverse", "boxRainGrow" , "boxRainGrowReverse"); + $itemsare = array( __("Random","mantra"), __("Fold","mantra"), __("Fade","mantra"), __("SlideInRight","mantra"), __("SlideInLeft","mantra"), __("SliceDown","mantra"), __("SliceDownLeft","mantra"), __("SliceUp","mantra"), __("SliceUpLeft","mantra"), __("SliceUpDown","mantra"), __("SliceUpDownLeft","mantra"), __("BoxRandom","mantra"), __("BoxRain","mantra"), __("BoxRainReverse","mantra"), __("BoxRainGrow","mantra"), __("BoxRainGrowReverse","mantra")); + echo ""; + echo "".__("The transition effect your slider will have.","mantra")."
"; + + echo "
".__("Border Settings:","mantra")." "; + echo __('Width' ,'mantra').": px / "; + echo __('Color','mantra').': '; + echo '
'; + echo "".__("The width and color of the slider's border.","mantra")."
"; + + echo "
".__("Animation Time:","mantra")." "; + echo " ".__("milliseconds","mantra"); + echo "".__("The time in which the transition animation will take place.","mantra")."
"; + + echo "
".__("Pause Time:","mantra")." "; + echo " ".__("milliseconds","mantra"); + echo "".__("The time in which a slide will be still and visible.","mantra")."
"; + + + echo "
".__("Slider navigation:","mantra")." "; + $items = array ("Numbers" , "Bullets" ,"None"); + $itemsare = array( __("Numbers","mantra"), __("Bullets","mantra"), __("None","mantra")); + echo ""; + echo "".__("Your slider navigation type. Shown under the slider.","mantra")."
"; + + echo "
".__("Slider arrows:","mantra")." "; + $items = array ("Always Visible" , "Visible on Hover" ,"Hidden"); + $itemsare = array( __("Always Visible","mantra"), __("Visible on Hover","mantra"), __("Hidden","mantra")); + echo ""; + echo "".__("The Left and Right arrows on your slider","mantra")."
"; + +?> + + + + + + +".__("Select the content you want to load in your slides:","mantra")." "; + echo ""; + echo "
".__("Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider.","mantra")."
"; + +?> + +
+ +
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ + ' /> +
+ +
+ Choose the cateogry: ','mantra'); ?> + +
+ + + ' /> + + + +
+
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+".__("Number of columns:","mantra")." "; + $items = array ("0" ,"1", "2" , "3" , "4"); + echo ""; + +echo "
".__("Image Height:","mantra")." "; + echo " px
"; +?> +
+' /> +".__("The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it.","mantra")."
"; + +?> +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
Title
+' /> +
+ +
+' /> +
+
+ +
+

+
+
+ + +
+' /> +
+ +
+' /> +
+
+ +

".__("Extra Text","mantra")."

"; + +echo "
Text for the Presentation Page".__("More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns. + It's all optional so leave any input field empty if it's not required. ","mantra")."
"; + + echo "
".__("Top Title","mantra")."

"; +echo "
".__("Second Title","mantra")."
"; + echo ""; + +echo "
".__("Title color","mantra")."
"; + echo ''; + echo '
'; + +echo "
".__("Bottom Text 1","mantra")."
"; + echo ""; +echo "
".__("Bottom Text 2","mantra")."
"; + echo "
"; + + + + + + +echo "

".__("Hide areas","mantra")."

"; + +echo "
".__("Choose the areas to hide on the first page.","mantra")."
"; + + $items = array( "FronHeader", "FrontMenu", "FrontWidget" , "FrontFooter","FrontBack"); + + $checkedClass0 = ($mantra_options['mantra_fronthideheader']=='1') ? ' checkedClass0' : ''; + $checkedClass1 = ($mantra_options['mantra_fronthidemenu']=='1') ? ' checkedClass1' : ''; + $checkedClass2 = ($mantra_options['mantra_fronthidewidget']=='1') ? ' checkedClass2' : ''; + $checkedClass3 = ($mantra_options['mantra_fronthidefooter']=='1') ? ' checkedClass3' : ''; + $checkedClass4 = ($mantra_options['mantra_fronthideback']=='1') ? ' checkedClass4' : ''; + + echo " "; + + echo " "; + + echo " "; + + echo " "; + + echo " "; + + +echo "
"; + + +} + + +////////////////////////////// +/////HEADER SETTINGS////////// +///////////////////////////// + + //SELECT - Name: ma_options[hheight] +function cryout_setting_hheight_fn() { + global $mantra_options;?> +' /> px +".__("Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = ","mantra").$totally."px."; +} + +function cryout_setting_himage_fn() { + global $mantra_options; + $checkedClass = ($mantra_options['mantra_hcenter']=='1') ? ' checkedClass' : ''; + $checkedClass2 = ($mantra_options['mantra_hratio']=='1') ? ' checkedClass' : ''; + echo "".__('Define header image','mantra').""; + echo "
".__("The header image should not be used to display logos.
Enable ratio preservation to force the header image aspect ratio. Keep in mind that short images will become very small on mobile devices.","mantra")."
"; + echo "
"; + + echo " "; + +} + +//CHECKBOX - Name: ma_options[menurounded] +function cryout_setting_menurounded_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Enable or disable the round corners for the main menu items.","mantra")."
"; + +} + +//CHECKBOX - Name: ma_options[linkheader] +function cryout_setting_siteheader_fn() { + global $mantra_options; + $items = array ("Site Title and Description" , "Custom Logo" , "Clickable header image" , "Empty"); + $itemsare = array( __("Site Title and Description","mantra"), __("Custom Logo","mantra"), __("Clickable header image","mantra"), __("Empty","mantra")); + echo ""; + echo "
".__("Choose what to display inside your header area.","mantra")."
"; +} + +// TEXTBOX - Name: ma_options[favicon] +function cryout_setting_logoupload_fn() { + global $mantra_options; + echo '
'; +?> + ' class="imagebox" style="display:;max-height:60px" />
+ +".__("Custom Logo upload. The logo will appear over the heder image if you have used one.","mantra")."
"; ?> +
+ + + +' /> px     +' /> px +".__("Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. ","mantra").""; +} + +// TEXTBOX - Name: ma_options[favicon] +function cryout_setting_favicon_fn() { + global $mantra_options; + echo '
'; +?> + ' class="imagebox" width="64" height="64"/>
+ +".__("Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png.
Note that some browsers do not display the changed favicon instantly.","mantra")."
"; ?> +
+ + +"; + foreach($items as $item) { + echo ""; +} + echo ""; + echo "
".__("Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same.","mantra")."
"; +} + + +//SELECT - Name: ma_options[fontfamily] +function cryout_setting_fontfamily_fn() { + global $mantra_options; + global $fontSans, $fontSerif, $fontMono, $fontCursive; + + echo ""; + + echo "
".__("Select the font family you'll use in your blog. All content text will be affected (including menu buttons). ","mantra")."

"; + echo ''; + echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; + + +} + +//SELECT - Name: ma_options[fonttitle] +function cryout_setting_fonttitle_fn() { + global $mantra_options; + global $fontSans, $fontSerif, $fontMono, $fontCursive; + + echo ""; + echo "
".__("Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used.","mantra")."

"; + + echo ''; + echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; + + + + +} + +//SELECT - Name: ma_options[fontside] +function cryout_setting_fontside_fn() { + global $mantra_options; + global $fontSans, $fontSerif, $fontMono, $fontCursive; + + echo ""; + echo "
".__("Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used.","mantra")."

"; + echo ''; + echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; + + + +} + + +//SELECT - Name: ma_options[fontsubheader] +function cryout_setting_fontsubheader_fn() { + global $mantra_options; + global $fontSans, $fontSerif, $fontMono, $fontCursive; + + echo ""; + echo "
".__("Select the font family you want your headings to have (h1 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used.","mantra")."

"; + + echo ''; + echo "
".__("Or insert your Google Font below. Please only isert the name of the font.
Ex: Marko One. Go to google fonts for some font inspiration.","mantra")."
"; + + +} + +//SELECT - Name: ma_options[headfontsize] +function cryout_setting_headfontsize_fn() { + global $mantra_options; + $items = array ("Default" , "14px" , "16px" , "18px" , "20px", "22px" , "24px" , "26px" , "28px" , "30px" , "32px" , "34px" , "36px", "38px" , "40px"); + $itemsare = array( __("Default","mantra") ,"14px" , "16px" , "18px" , "20px", "22px" , "24px" , "26px" , "28px" , "30px" , "32px" , "34px" , "36px", "38px" , "40px"); + echo ""; + echo "
".__("Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; +} + +//SELECT - Name: ma_options[sidefontsize] +function cryout_setting_sidefontsize_fn() { + global $mantra_options; + $items = array ("Default" , "8px" , "9px" , "10px" , "11px", "12px" , "13px" , "14px" , "15px" , "16px" , "17px" , "18px"); + $itemsare = array( __("Default","mantra") , "8px" , "9px" , "10px" , "11px", "12px" , "13px" , "14px" , "15px" , "16px" , "17px" , "18px"); + echo ""; + echo "
".__("Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; +} + +//SELECT - Name: ma_options[textalign] +function cryout_setting_textalign_fn() { + global $mantra_options; + $items = array ("Default" , "Left" , "Right" , "Justify" , "Center"); + $itemsare = array( __("Default","mantra"), __("Left","mantra"), __("Right","mantra"), __("Justify","mantra"), __("Center","mantra")); + echo ""; + echo "
".__("This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.).","mantra")."
"; +} + +//SELECT - Name: ma_options[parindent] +function cryout_setting_parmargin_fn() { + global $mantra_options; + $items = array ("0.0em", "0.5em", "1.0em" , "1.1em" , "1.2em" , "1.3em" , "1.4em", "1.5em", "1.6em", "1.7em"); + echo ""; + echo "
".__("Choose the spacing between paragraphs.","mantra")."
"; +} + + +//SELECT - Name: ma_options[parindent] +function cryout_setting_parindent_fn() { + global $mantra_options; + $items = array ("0px" , "5px" , "10px" , "15px" , "20px"); + echo ""; + echo "
".__("Choose the indent for your paragraphs.","mantra")."
"; +} + + +//CHECKBOX - Name: ma_options[headerindent] +function cryout_setting_headerindent_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Disable the default header and title indent (left margin).","mantra")."
"; +} + +//SELECT - Name: ma_options[lineheight] +function cryout_setting_lineheight_fn() { + global $mantra_options; + $items = array ("Default" ,"0.8em" , "0.9em", "1.0em" , "1.1em" , "1.2em" , "1.3em", "1.4em" , "1.5em" , "1.6em" , "1.7em" , "1.8em" , "1.9em" , "2.0em"); + $itemsare = array( __("Default","mantra"),"0.8em" , "0.9em", "1.0em" , "1.1em" , "1.2em" , "1.3em", "1.4em" , "1.5em" , "1.6em" , "1.7em" , "1.8em" , "1.9em" , "2.0em"); + echo ""; + echo "
".__("Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; +} + +//SELECT - Name: ma_options[wordspace] +function cryout_setting_wordspace_fn() { + global $mantra_options; + $items = array ("Default" ,"-3px" , "-2px", "-1px" , "0px" , "1px" , "2px", "3px" , "4px" , "5px" , "10px"); + $itemsare = array( __("Default","mantra"),"-3px" , "-2px", "-1px" , "0px" , "1px" , "2px", "3px" , "4px" , "5px" , "10px"); + echo ""; + echo "
".__("The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; +} + +//SELECT - Name: ma_options[letterspace] +function cryout_setting_letterspace_fn() { + global $mantra_options; + $items = array ("Default" ,"-0.05em" , "-0.04em", "-0.03em" , "-0.02em" , "-0.01em" , "0.01em", "0.02em" , "0.03em" , "0.04em" , "0.05em"); + $itemsare = array( __("Default","mantra"),"-0.05em" , "-0.04em", "-0.03em" , "-0.02em" , "-0.01em" , "0.01em", "0.02em" , "0.03em" , "0.04em" , "0.05em"); + echo ""; + echo "
".__("The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS).","mantra")."
"; +} + + + +//CHECKBOX - Name: ma_options[textshadow] +function cryout_setting_textshadow_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Disable the default text shadow on headers and titles.","mantra")."
"; +} + +//////////////////////////////// +//// APPEREANCE SETTINGS /////// +//////////////////////////////// + +function cryout_setting_sitebackground_fn() { + echo "".__('Define background image','mantra').""; +} // cryout_setting_sitebackground_fn() + + +//TEXT - Name: ma_options[backcolor] +function cryout_setting_backcolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Background color (Default value is 444444).","mantra")."
"; +} + +//TEXT - Name: ma_options[headercolor] +function cryout_setting_headercolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Header background color (Default value is 333333). You can delete all inside text for no background color.","mantra")."
"; +} + +function cryout_setting_contentbg_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Content background color (Default value is FFFFFF). Works best with really light colors.","mantra")."
"; +} + +function cryout_setting_menubg_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light.","mantra")."
"; +} + +function cryout_setting_first_sidebar_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("First sidebar background color (Default is no color for a transparent sidebar).","mantra")."
"; +} + +function cryout_setting_second_sidebar_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Second sidebar background color (Default is no color for a transparent sidebar).","mantra")."
"; +} + +//TEXT - Name: ma_options[prefootercolor] +function cryout_setting_prefootercolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Footer widget-area background color. (Default value is 171717).","mantra")."
"; +} + +//TEXT - Name: ma_options[footercolor] +function cryout_setting_footercolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Footer background color (Default value is 222222).","mantra")."
"; +} + +//TEXT - Name: ma_options[titlecolor] +function cryout_setting_titlecolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Your blog's title color (Default value is 0D85CC).","mantra")."
"; +} + +//TEXT - Name: ma_options[descriptioncolor] +function cryout_setting_descriptioncolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Your blog's description color(Default value is 222222).","mantra")."
"; +} + +//TEXT - Name: ma_options[contentcolor] +function cryout_setting_contentcolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Content Text Color (Default value is 333333).","mantra")."
"; +} + +//TEXT - Name: ma_options[linkscolor] +function cryout_setting_linkscolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Links color (Default value is 0D85CC).","mantra")."
"; +} + +//TEXT - Name: ma_options[hovercolor] +function cryout_setting_hovercolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Links color on mouse over (Default value is 333333).","mantra")."
"; +} + +//TEXT - Name: ma_options[headtextcolor] +function cryout_setting_headtextcolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Post Header Text Color (Default value is 333333).","mantra")."
"; +} + +//TEXT - Name: ma_options[headtexthover] +function cryout_setting_headtexthover_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Post Header Text Color on Mouse over (Default value is 000000).","mantra")."
"; +} + +//TEXT - Name: ma_options[sideheadbackcolor] +function cryout_setting_sideheadbackcolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Sidebar Header Background color (Default value is 444444).","mantra")."
"; + +} + +//TEXT - Name: ma_options[sideheadtextcolor] +function cryout_setting_sideheadtextcolor_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Sidebar Header Text Color(Default value is 2EA5FD).","mantra")."
"; +} + +//TEXT - Name: ma_options[footerheader] +function cryout_setting_footerheader_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Footer Widget Text Color (Default value is 0D85CC).","mantra")."
"; +} + +//TEXT - Name: ma_options[footertext] +function cryout_setting_footertext_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Footer Widget Link Color (Default value is 666666).","mantra")."
"; +} + +//TEXT - Name: ma_options[footerhover] +function cryout_setting_footerhover_fn() { + global $mantra_options; + echo ''; + echo '
'; + echo "
".__("Footer Widget Link Color on Mouse Over (Default value is 888888).","mantra")."
"; +} + + +//////////////////////////////// +//// GRAPHICS SETTINGS ///////// +//////////////////////////////// + + + +//CHECKBOX - Name: ma_options[breadcrumbs] +function cryout_setting_breadcrumbs_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[pagination] +function cryout_setting_pagination_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. ","mantra")."
"; +} + +function cryout_setting_menualign_fn() { + global $mantra_options; + $items = array ("left", "center", "right"); + $itemsare = array( __("Left","mantra"), __("Center","mantra"), __("Right","mantra")); + echo ""; + echo "
".__("Select the desired main menu items alignment. Center option is only valid for single line menus.","mantra")."
"; +} + +//SELECT - Name: ma_options[caption] +function cryout_setting_caption_fn() { +global $mantra_options; + $items = array ("White" , "Light" , "Light Gray" , "Gray" , "Dark Gray" , "Black"); + $itemsare = array( __("White","mantra"), __("Light","mantra"), __("Light Gray","mantra"), __("Gray","mantra"), __("Dark Gray","mantra"), __("Black","mantra")); + echo ""; + echo "
".__("This setting changes the look of your captions. Images that are not inserted through captions will not be affected.","mantra")."
"; +} + +// RADIO-BUTTON - Name: ma_options[image] +function cryout_setting_image_fn() { + global $mantra_options; + $items = array("None", "One", "Two", "Three" , "Four", "Five", "Six", "Seven"); + foreach($items as $item) { + + $checkedClass = ($mantra_options['mantra_image']==$item) ? ' checkedClass' : ''; + + echo " "; + } + + echo "
".__("The border around your inserted images. ","mantra")."
"; +} + +// RADIO-BUTTON - Name: ma_options[pin] +function cryout_setting_pin_fn() { +global $mantra_options; + $items = array("mantra_dot", "Pin1", "Pin2", "Pin3" , "Pin4", "Pin5"); + foreach($items as $item) { + $none=''; + if ($item == 'mantra_dot') { $none='None'; } + $checkedClass = ($mantra_options['mantra_pin']==$item) ? ' checkedClass' : ''; + echo ""; + } + echo "
".__("The image on top of your captions. ","mantra")."
"; +} + +// RADIO-BUTTON - Name: ma_options[sidebullet] +function cryout_setting_sidebullet_fn() { + global $mantra_options; + $items = array("mantra_dot2", "arrow_black", "arrow_white", "bullet_dark" , "bullet_gray", "bullet_light", "square_dark", "square_white", "triangle_dark" , "triangle_gray", "triangle_white"); + foreach($items as $item) { + $none=''; + if ($item == 'mantra_dot2') { $none='None'; } + $checkedClass = ($mantra_options['mantra_sidebullet']==$item) ? ' checkedClass' : ''; + echo ""; + } + echo "
".__("The sidebar list bullets. ","mantra")."
"; +} + + + +//CHECKBOX - Name: ma_options[metaback] +function cryout_setting_metaback_fn() { + global $mantra_options; + $items = array ("Gray" , "White", "None"); + $itemsare = array( __("Gray","mantra"), __("White","mantra"), __("None","mantra")); + echo ""; + echo "
".__("The background for your post-metas area (under your post tiltes). Gray by default.","mantra")."
"; + +} + +//CHECKBOX - Name: ma_options[postseparator] +function cryout_setting_postseparator_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show a horizontal rule to separate posts.","mantra")."
"; + +} + +//CHECKBOX - Name: ma_options[contentlist] +function cryout_setting_contentlist_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show bullets next to lists that are in your content area (posts, pages etc.).","mantra")."
"; + +} + + +//CHECKBOX - Name: ma_options[pagetitle] +function cryout_setting_pagetitle_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show Page titles on any created pages. ","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[categtitle] +function cryout_setting_categtitle_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show Page titles on Category Pages. ","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[tables] +function cryout_setting_tables_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Hide table borders and background color.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[comtext] +function cryout_setting_comtext_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...).","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[comclosed] +function cryout_setting_comclosed_fn() { + global $mantra_options; + $items = array ("Show" , "Hide in posts", "Hide in pages", "Hide everywhere"); + $itemsare = array( __("Show","mantra"), __("Hide in posts","mantra"), __("Hide in pages","mantra"), __("Hide everywhere","mantra")); + echo ""; + echo "
".__("Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled.","mantra")."
"; +} + + +//CHECKBOX - Name: ma_options[comoff] +function cryout_setting_comoff_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide the Comments off text next to posts that have comments disabled.","mantra")."
"; +} + + +//CHECKBOX - Name: ma_options[backtop] +function cryout_setting_backtop_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Enable the Back to Top button. The button appears after scrolling the page down.","mantra")."
"; +} + + +//////////////////////////////// +//// POST SETTINGS ///////////// +//////////////////////////////// + +//CHECKBOX - Name: ma_options[postdate] +function cryout_setting_postcomlink_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show the Leave a comment or x Comments next to posts or post excerpts.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[postdate] +function cryout_setting_postdate_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show the post date.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[posttime] +function cryout_setting_posttime_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Show the post time with the date. Time will not be visible if the Post Date is hidden.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[postauthor] +function cryout_setting_postauthor_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide or show the post author.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[postcateg] +function cryout_setting_postcateg_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide the post category.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[postbook] +function cryout_setting_postbook_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide the 'Bookmark permalink'.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[postmetas] +function cryout_setting_postmetas_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide the meta bar. All meta info in it will be hidden.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[posttag] +function cryout_setting_posttag_fn() { + global $mantra_options; + $items = array ("Show" , "Hide"); + $itemsare = array( __("Show","mantra"), __("Hide","mantra")); + echo ""; + echo "
".__("Hide the post tags.","mantra")."
"; +} + + +//////////////////////////////// +//// EXCERPT SETTINGS ///////////// +//////////////////////////////// + + +//CHECKBOX - Name: ma_options[excerpthome] +function cryout_setting_excerpthome_fn() { + global $mantra_options; + $items = array ("Excerpt" , "Full Post"); + $itemsare = array( __("Excerpt","mantra"), __("Full Post","mantra")); + echo ""; + echo "
".__("Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[excerptsticky] +function cryout_setting_excerptsticky_fn() { + global $mantra_options; + $items = array ("Excerpt" , "Full Post"); + $itemsare = array( __("Excerpt","mantra"), __("Full Post","mantra")); + echo ""; + echo "
".__("Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. ","mantra")."
"; +} + + +//CHECKBOX - Name: ma_options[excerptarchive] +function cryout_setting_excerptarchive_fn() { + global $mantra_options; + $items = array ("Excerpt" , "Full Post"); + $itemsare = array( __("Excerpt","mantra"), __("Full Post","mantra")); + echo ""; + echo "
".__("Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected.","mantra")."
"; +} + + +// TEXTBOX - Name: ma_options[excerptwords] +function cryout_setting_excerptwords_fn() { + global $mantra_options; + echo ""; + echo "
".__("The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that + will take the reader to the full post page.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[magazinelayout] +function cryout_setting_magazinelayout_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row.","mantra")."
"; +} + +// TEXTBOX - Name: ma_options[excerptdots] +function cryout_setting_excerptdots_fn() { + global $mantra_options; + echo ""; + echo "
".__("Replaces the three dots ('[...])' that are appended automatically to excerpts.","mantra")."
"; +} + +// TEXTBOX - Name: ma_options[excerptcont] +function cryout_setting_excerptcont_fn() { + global $mantra_options; + echo ""; + echo "
".__("Edit the 'Continue Reading' link added to your post excerpts.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[excerpttags] +function cryout_setting_excerpttags_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".sprintf(__("By default WordPress excerpts remove all HTML tags (%s and all others) and only clean text is left in the excerpt. +Enabling this option allows HTML tags to remain in excerpts so all your default formating will be kept.
Just a warning: If HTML tags are enabled, you have to make sure +they are not left open. So if within your post you have an opened HTML tag but the except ends before that tag closes, the rest of the site will be contained in that HTML tag. -- Leave 'Disable' if unsure --
","mantra"),htmlspecialchars('
, , ') );
+}
+
+
+////////////////////////////////
+/// FEATURED IMAGE SETTINGS ////
+////////////////////////////////
+
+
+//CHECKBOX - Name: ma_options[fpost]
+function cryout_setting_fpost_fn() {
+	global $mantra_options;
+	$items = array ("Enable" , "Disable");
+	$itemsare = array( __("Enable","mantra"), __("Disable","mantra"));
+	echo "";
+	$checkedClass = ($mantra_options['mantra_fpostlink']=='1') ? ' checkedClass' : '';
+
+
+		echo " ";
+
+
+	echo "
".__("Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section.","mantra")."
"; +} + +//CHECKBOX - Name: ma_options[fauto] +function cryout_setting_fauto_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post.","mantra")."
"; +} + + +//CHECKBOX - Name: ma_options[falign] +function cryout_setting_falign_fn() { + global $mantra_options; + $items = array ("Left" , "Center", "Right"); + $itemsare = array( __("Left","mantra"), __("Center","mantra"), __("Right","mantra")); + echo ""; + echo "
".__("Thumbnail alignment.","mantra")."
"; +} + + +// TEXTBOX - Name: ma_options[fwidth] +function cryout_setting_fsize_fn() { + global $mantra_options; + echo "px (width) X "; + echo "px (height)"; + + $checkedClass = ($mantra_options['mantra_fcrop']=='1') ? ' checkedClass' : ''; + + echo " "; + + + echo "
".__("The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size.","mantra")."
"; +} + + +//CHECKBOX - Name: ma_options[fheader] +function cryout_setting_fheader_fn() { + global $mantra_options; + $items = array ("Enable" , "Disable"); + $itemsare = array( __("Enable","mantra"), __("Disable","mantra")); + echo ""; + echo "
".__("Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and + and if it is bigger or at least equal to the current header size.","mantra")."
"; +} + + +//////////////////////// +/// SOCIAL SETTINGS //// +//////////////////////// + +// TEXTBOX - Name: ma_options[social1] + + + +function cryout_setting_social_master($i) { + $cryout_special_keys = array('Mail', 'Skype'); + $cryout_social_small = array ( + '',__('Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )','mantra'), + '',__("You can insert up to 5 different social sites and addresses.",'mantra'), + '',__("There are a total of 27 social networks to choose from. ",'mantra'), + '',__("You can leave any number of inputs empty. " ,'mantra'), + '',__("You can choose the same social media any number of times. ",'mantra') + ); + $j=$i+1; + global $mantra_options, $socialNetworks; + echo " » "; + + if (in_array($mantra_options['mantra_social'.$i],$cryout_special_keys)) : + $cryout_current_social = esc_html( $mantra_options['mantra_social'.$j] ); + else : + $cryout_current_social = esc_url( $mantra_options['mantra_social'.$j] ); + endif; + + echo ""; + echo "
".$cryout_social_small[$i]."
"; +} + + + +function cryout_setting_socials1_fn() { + cryout_setting_social_master(1); +} + +function cryout_setting_socials2_fn() { + cryout_setting_social_master(3); +} + +// TEXTBOX - Name: ma_options[social3] +function cryout_setting_socials3_fn() { +cryout_setting_social_master(5); +} + +// TEXTBOX - Name: ma_options[social4] +function cryout_setting_socials4_fn() { +cryout_setting_social_master(7); +} + +// TEXTBOX - Name: ma_options[social5] +function cryout_setting_socials5_fn() { +cryout_setting_social_master(9); +} + +// TEXTBOX - Name: ma_options[socialsdisplay] +function cryout_setting_socialsdisplay_fn() { +global $mantra_options; + $items = array( "Header", "CLeft", "CRight" , "Footer"); + + $checkedClass0 = ($mantra_options['mantra_socialsdisplay0']=='1') ? ' checkedClass0' : ''; + $checkedClass1 = ($mantra_options['mantra_socialsdisplay1']=='1') ? ' checkedClass1' : ''; + $checkedClass2 = ($mantra_options['mantra_socialsdisplay2']=='1') ? ' checkedClass2' : ''; + $checkedClass3 = ($mantra_options['mantra_socialsdisplay3']=='1') ? ' checkedClass3' : ''; + + echo " "; + + echo " "; + + echo " "; + + echo " "; + + + + echo "

".__("Choose the areas where to display the social icons.","mantra")."

"; +} + + +//////////////////////// +/// MISC SETTINGS //// +//////////////////////// + + +// TEXTBOX - Name: ma_options[copyright] +function cryout_setting_copyright_fn() { + global $mantra_options; + echo ""; + echo "
".__("Insert custom text or HTML code that will appear last in you footer.
You can use HTML to insert links, images and special characters like © .","mantra")."
"; +} + + +// TEXTBOX - Name: ma_options[customcss] +function cryout_setting_customcss_fn() { + global $mantra_options; + echo ""; + echo "
".__("Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
Your custom CSS will be preserved when updating the theme.
The <style> tags are not needed.","mantra")."
"; +} + +// TEXTBOX - Name: ma_options[customjs] +function cryout_setting_customjs_fn() { + global $mantra_options; + echo ""; + echo "
".__("Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
The <script> tags are not needed.","mantra")."
"; +} ?> \ No newline at end of file diff --git a/themes/mantra/archive.php b/themes/mantra/archive.php index bd14c3e3..bc644e7c 100644 --- a/themes/mantra/archive.php +++ b/themes/mantra/archive.php @@ -1,76 +1,76 @@ - - -
-
- - - - - - - - - - - - - - - - - - - - -
-
-

-
- -
-

- -
-
- - - - -
- -
- - + + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + + +
+ +
+ + \ No newline at end of file diff --git a/themes/mantra/attachment.php b/themes/mantra/attachment.php index 6d2d3f73..be1ce096 100644 --- a/themes/mantra/attachment.php +++ b/themes/mantra/attachment.php @@ -1,119 +1,119 @@ - - -
-
- - - - post_parent ) ) : ?> -

« %s', get_the_title( $post->post_parent ) ); - ?>

- - -
> -

- - - -
-
- $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) ) ); - foreach ( $attachments as $k => $attachment ) { - if ( $attachment->ID == $post->ID ) - break; - } - $k++; - // If there is more than 1 image attachment in a gallery - if ( count( $attachments ) > 1 ) { - if ( isset( $attachments[ $k ] ) ) - // get the URL of the next image attachment - $next_attachment_url = get_attachment_link( $attachments[ $k ]->ID ); - else - // or get the URL of the first image attachment - $next_attachment_url = get_attachment_link( $attachments[ 0 ]->ID ); - } else { - // or, if there's only 1 image attachment, get the URL of the image - $next_attachment_url = wp_get_attachment_url(); - } -?> -

ID, array( $attachment_size, 9999 ) ); // filterable image width with, essentially, no limit for image height. - ?>

- - - - - -
-
post_excerpt ) ) the_excerpt(); ?>
- -→' ); ?> - '' ) ); ?> - -
- -
- - ', '' ); ?> -
-
- - - - - -
- -
- - + + +
+
+ + + + post_parent ) ) : ?> +

« %s', get_the_title( $post->post_parent ) ); + ?>

+ + +
> +

+ + + +
+
+ $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) ) ); + foreach ( $attachments as $k => $attachment ) { + if ( $attachment->ID == $post->ID ) + break; + } + $k++; + // If there is more than 1 image attachment in a gallery + if ( count( $attachments ) > 1 ) { + if ( isset( $attachments[ $k ] ) ) + // get the URL of the next image attachment + $next_attachment_url = get_attachment_link( $attachments[ $k ]->ID ); + else + // or get the URL of the first image attachment + $next_attachment_url = get_attachment_link( $attachments[ 0 ]->ID ); + } else { + // or, if there's only 1 image attachment, get the URL of the image + $next_attachment_url = wp_get_attachment_url(); + } +?> +

ID, array( $attachment_size, 9999 ) ); // filterable image width with, essentially, no limit for image height. + ?>

+ + + + + +
+
post_excerpt ) ) the_excerpt(); ?>
+ +→' ); ?> + '' ) ); ?> + +
+ +
+ + ', '' ); ?> +
+
+ + + + + +
+ +
+ + diff --git a/themes/mantra/author.php b/themes/mantra/author.php index 393a4297..c8423b99 100644 --- a/themes/mantra/author.php +++ b/themes/mantra/author.php @@ -1,92 +1,92 @@ - - -
-
- - - - - - - - - - - - - -
-
- -
-
-

- -
-
- - - - - - - - - - - - - -
-
-

-
- -
-

- -
-
- - - - -
- -
- - + + +
+
+ + + + + + + + + + + + + +
+
+ +
+
+

+ +
+
+ + + + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + + +
+ +
+ + \ No newline at end of file diff --git a/themes/mantra/category.php b/themes/mantra/category.php index efe03b6b..39900cbd 100644 --- a/themes/mantra/category.php +++ b/themes/mantra/category.php @@ -1,67 +1,67 @@ - - -
-
- - - - -
' ); - ?> - - - - - - - - - - - - - - - -
-
-

-
- -
-

- -
-
- - - - - - -
- - + + +
+
+ + + + +
' ); + ?> + + + + + + + + + + + + + + + +
+
+

+
+ +
+

+ +
+
+ + + + + + +
+ + diff --git a/themes/mantra/comments.php b/themes/mantra/comments.php index 4459314c..6f0da4a5 100644 --- a/themes/mantra/comments.php +++ b/themes/mantra/comments.php @@ -1,53 +1,53 @@ - - -
- -

-
- - - - - - -
    - - - -
- - - - - - + + +
+ +

+
+ + + + + + +
    + + + +
+ + + + + + diff --git a/themes/mantra/content-aside.php b/themes/mantra/content-aside.php index 22ecf32c..5b275d81 100644 --- a/themes/mantra/content-aside.php +++ b/themes/mantra/content-aside.php @@ -1,51 +1,49 @@ - - -
> -
-
-

-
- - - -
- -
- -
- -
- →', 'mantra' ) ); ?> - '' ) ); ?> -
- -
- - - - ', '' ); ?> -
-
+ + +
> +
+

+ + + +
+ +
+ +
+ +
+ →', 'mantra' ) ); ?> + '' ) ); ?> +
+ +
+ + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content-chat.php b/themes/mantra/content-chat.php index 5b629ab4..d85f0784 100644 --- a/themes/mantra/content-chat.php +++ b/themes/mantra/content-chat.php @@ -1,52 +1,50 @@ - - -
> -
-
-

-
- - -
- -
- -
- -
- →', 'mantra' ) ); ?> - '' ) ); ?> -
- -
- - - - - - ', '' ); ?> -
-
+ + +
> +
+

+ + +
+ +
+ +
+ +
+ →', 'mantra' ) ); ?> + '' ) ); ?> +
+ +
+ + + + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content-frontpage.php b/themes/mantra/content-frontpage.php index b4784abc..1998135c 100644 --- a/themes/mantra/content-frontpage.php +++ b/themes/mantra/content-frontpage.php @@ -1,37 +1,37 @@ - -
-
- - - $mantra_options['mantra_frontpostscount']) ); ?> - have_posts() ) : $the_query->the_post(); ?> - - - - - - - -
-
-

-
- -
-

- -
-
- -
- + +
+
+ + + $mantra_options['mantra_frontpostscount']) ); ?> + have_posts() ) : $the_query->the_post(); ?> + + + + + + + +
+
+

+
+ +
+

+ +
+
+ +
+
\ No newline at end of file diff --git a/themes/mantra/content-gallery.php b/themes/mantra/content-gallery.php index 04046799..2332eeda 100644 --- a/themes/mantra/content-gallery.php +++ b/themes/mantra/content-gallery.php @@ -1,78 +1,76 @@ - $value) { ${"$key"} = $value ; } -?> - -
> -
-
-

-
- - -
- -
- -
- -
- $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); - if ( $images ) : - $total_images = count( $images ); - $image = array_shift( $images ); - $image_img_tag = wp_get_attachment_image( $image->ID, 'thumbnail' );*/ - $images = mantra_get_gallery_images(); - if ( $images ) : $total_images = count( $images ); - $image = array_shift( $images ); - - if (is_sticky() && $mantra_excerptsticky == "Full Post") $sticky_test=1; else $sticky_test=0; - if ($mantra_excerpthome != "Full Post" && $sticky_test==0): - /*?> - - - */ - mantra_set_featured_thumb(); - ?> -

%2$s photo.', 'This gallery contains %2$s photos.', $total_images, 'mantra' ), - 'href="' . esc_url( get_permalink() ) . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'mantra' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"', - number_format_i18n( $total_images ) - ); ?>

- - - '' ) ); ?> -
- -
- - - - - ', '' ); ?> -
-
+ $value) { ${"$key"} = $value ; } +?> + +
> +
+

+ + +
+ +
+ +
+ +
+ $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); + if ( $images ) : + $total_images = count( $images ); + $image = array_shift( $images ); + $image_img_tag = wp_get_attachment_image( $image->ID, 'thumbnail' );*/ + $images = mantra_get_gallery_images(); + if ( $images ) : $total_images = count( $images ); + $image = array_shift( $images ); + + if (is_sticky() && $mantra_excerptsticky == "Full Post") $sticky_test=1; else $sticky_test=0; + if ($mantra_excerpthome != "Full Post" && $sticky_test==0): + /*?> + + + */ + mantra_set_featured_thumb(); + ?> +

%2$s photo.', 'This gallery contains %2$s photos.', $total_images, 'mantra' ), + 'href="' . esc_url( get_permalink() ) . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'mantra' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"', + number_format_i18n( $total_images ) + ); ?>

+ + + '' ) ); ?> +
+ +
+ + + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content-image.php b/themes/mantra/content-image.php index 86bf5ca2..c53ea855 100644 --- a/themes/mantra/content-image.php +++ b/themes/mantra/content-image.php @@ -1,45 +1,43 @@ - -
> -
-
-

- -
- - -
- -
- →', 'mantra' ) ); ?> - '' ) ); ?> -
- -
- - - - - ', '' ); ?> -
-
+ +
> +
+

+ + + +
+ +
+ →', 'mantra' ) ); ?> + '' ) ); ?> +
+ +
+ + + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content-link.php b/themes/mantra/content-link.php index 4b309f24..e6f6493c 100644 --- a/themes/mantra/content-link.php +++ b/themes/mantra/content-link.php @@ -1,52 +1,50 @@ - - -
> -
-
-

-
- - -
- -
- -
- -
- →', 'mantra' ) ); ?> - '' ) ); ?> -
- -
- - - - - - ', '' ); ?> -
-
+ + +
> +
+

+ + +
+ +
+ +
+ +
+ →', 'mantra' ) ); ?> + '' ) ); ?> +
+ +
+ + + + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content-page.php b/themes/mantra/content-page.php index 85eaaae3..17248f0c 100644 --- a/themes/mantra/content-page.php +++ b/themes/mantra/content-page.php @@ -1,30 +1,30 @@ - - -
> - -

- -

- - -
- - '' ) ); ?> - ', '' ); ?> -
-
- - -

- - - + + +
> + +

+ +

+ + +
+ + '' ) ); ?> + ', '' ); ?> +
+
+ + +

+ + + diff --git a/themes/mantra/content-quote.php b/themes/mantra/content-quote.php index 102f2911..b0105a79 100644 --- a/themes/mantra/content-quote.php +++ b/themes/mantra/content-quote.php @@ -1,49 +1,47 @@ - - -
> -
-
-

-
- - -
- -
- -
- -
- →', 'mantra' ) ); ?> - '' ) ); ?> -
- -
- - - - - ', '' ); ?> -
-
+ + +
> +
+

+ + +
+ +
+ +
+ +
+ →', 'mantra' ) ); ?> + '' ) ); ?> +
+ +
+ + + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content-status.php b/themes/mantra/content-status.php index 45ee3f04..75d91d6b 100644 --- a/themes/mantra/content-status.php +++ b/themes/mantra/content-status.php @@ -1,51 +1,49 @@ - - -
> -
-
-

-
- -
- -
- -
- -
-
- -
- -
→', 'mantra' ) ); ?>
- '' ) ); ?> -
- -
- - - - ', '' ); ?> -
-
+ + +
> +
+

+ +
+ +
+ +
+ +
+
+ +
+ +
→', 'mantra' ) ); ?>
+ '' ) ); ?> +
+ +
+ + + + ', '' ); ?> +
+
diff --git a/themes/mantra/content.php b/themes/mantra/content.php index b23e5ef2..e8e266e6 100644 --- a/themes/mantra/content.php +++ b/themes/mantra/content.php @@ -1,83 +1,85 @@ - $value) { - ${"$key"} = $value ; -} - -?> - -
> -
-
-

-
- - - - - -
- - - -
- - -
- -
- - - '' ) ); ?> -
- - - - - -
- - -
- -
- - '' ) ); ?> -
- -
- - - - ', '' ); ?> -
- -
- - + $value) { + ${"$key"} = $value ; +} + +?> + +
> +
+

+ + + +

+ + + + + +
+ + + +
+ + +
+ +
+ + + '' ) ); ?> +
+ + + + + +
+ + +
+ +
+ + '' ) ); ?> +
+ +
+ + + + ', '' ); ?> +
+ +
+ + \ No newline at end of file diff --git a/themes/mantra/editor-style-rtl.css b/themes/mantra/editor-style-rtl.css index 7dd138e3..e44679af 100644 --- a/themes/mantra/editor-style-rtl.css +++ b/themes/mantra/editor-style-rtl.css @@ -1,56 +1,56 @@ -/* -Theme Name: Mantra -*/ -/* -Used to style the TinyMCE editor. -*/ -html .mceContentBody{ - direction:rtl; - unicode-bidi:embed; - float:right; -} -* { - font-family: Arial, Tahoma, sans-serif; -} -/* Text elements */ -ul { - margin: 0 -18px 18px 0; -} -ol { - margin: 0 -18px 18px 0; -} -dd { - margin-right: 0; -} -blockquote { - font-style: normal; -} -table { - text-align: right; - margin: 0 0 24px -1px; -} -html .mceContentBody{ - direction:rtl; - unicode-bidi:embed; - float:right; -} -* { - font-family: Arial, Tahoma, sans-serif; -} -/* Text elements */ -ul { - margin: 0 -18px 18px 0; -} -ol { - margin: 0 -18px 18px 0; -} -dd { - margin-right: 0; -} -blockquote { - font-style: normal; -} -table { - text-align: right; - margin: 0 0 24px -1px; +/* +Theme Name: Mantra +*/ +/* +Used to style the TinyMCE editor. +*/ +html .mceContentBody{ + direction:rtl; + unicode-bidi:embed; + float:right; +} +* { + font-family: Arial, Tahoma, sans-serif; +} +/* Text elements */ +ul { + margin: 0 -18px 18px 0; +} +ol { + margin: 0 -18px 18px 0; +} +dd { + margin-right: 0; +} +blockquote { + font-style: normal; +} +table { + text-align: right; + margin: 0 0 24px -1px; +} +html .mceContentBody{ + direction:rtl; + unicode-bidi:embed; + float:right; +} +* { + font-family: Arial, Tahoma, sans-serif; +} +/* Text elements */ +ul { + margin: 0 -18px 18px 0; +} +ol { + margin: 0 -18px 18px 0; +} +dd { + margin-right: 0; +} +blockquote { + font-style: normal; +} +table { + text-align: right; + margin: 0 0 24px -1px; } \ No newline at end of file diff --git a/themes/mantra/editor-style.css b/themes/mantra/editor-style.css index 7e0cfe6c..9eefb8bc 100644 --- a/themes/mantra/editor-style.css +++ b/themes/mantra/editor-style.css @@ -1,287 +1,287 @@ -/* -Theme Name: Mantra -*/ -/* -Used to style the TinyMCE editor. -*/ - -* { - font-family: Georgia, "Bitstream Charter", serif; - color: #444; - line-height: 1.5; -} -p, -dl, -td, -th, -ul, -ol, -blockquote { - font-size: 16px; -} -tr th, -thead th, -label, -tr th, -thead th { - font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; -} -pre { - font-family: "Courier 10 Pitch", Courier, monospace; -} -code, code var { - font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; -} -body, input, textarea { - font-size: 12px; - line-height: 18px; -} -hr { - background-color: #e7e7e7; - border:0; - height: 1px; - margin-bottom: 18px; - clear:both; -} -/* Text elements */ -p { - margin-bottom: 18px; -} -ul { - list-style: square; - margin: 0 0 18px 1.5em; -} -ol { - list-style: decimal; - margin: 0 0 18px 1.5em; -} -ol ol { - list-style:upper-alpha; -} -ol ol ol { - list-style:lower-roman; -} -ol ol ol ol { - list-style:lower-alpha; -} -ul ul, -ol ol, -ul ol, -ol ul { - margin-bottom:0; -} -dl { - margin:0 0 24px 0; -} -dt { - font-weight: bold; -} -dd { - margin-bottom: 18px; -} -strong { - font-weight: bold; - color: #000; -} -cite, -em, -i { - font-style: italic; - border: none; -} -big { - font-size: 131.25%; -} -ins { - background: #ffffcc; - border: none; - color: #333; -} -del { - text-decoration: line-through; - color: #555; -} -blockquote { - font-style: italic; - padding: 0 3em; -} -blockquote cite, -blockquote em, -blockquote i { - font-style: normal; -} -pre { - background: #f7f7f7; - color: #222; - line-height: 18px; - margin-bottom: 18px; - padding: 1.5em; -} -abbr, -acronym { - border-bottom: 1px dotted #666; - cursor: help; -} -ins { - text-decoration: none; -} -sup, -sub { - height: 0; - line-height: 1; - vertical-align: baseline; - position: relative; - font-size: 10px; -} -sup { - bottom: 1ex; -} -sub { - top: .5ex; -} -a:link { - color:#0066cc; -} -a:visited { - color:#743399; -} -a:active, -a:hover { - color: #ff4b33; -} -p, -ul, -ol, -dd, -pre, -hr { - margin-bottom:24px; -} -ul ul, -ol ol, -ul ol, -ol ul { - margin-bottom:0; -} -pre, -kbd, -tt, -var { - font-size: 15px; - line-height: 21px; -} -code { - font-size: 13px; -} -strong, -b, -dt, -th { - color: #000; -} -h1, -h2, -h3, -h4, -h5, -h6 { - color: #000; - margin: 0 0 20px 0; - line-height: 1.5em; - font-weight: normal; -} -h1 { - font-size: 2.4em; -} -h2 { - font-size: 1.8em; -} -h3 { - font-size: 1.4em; -} -h4 { - font-size: 1.2em; -} -h5 { - font-size: 1em; -} -h6 { - font-size: 0.9em; -} -table { - border: 1px solid #e7e7e7 !important; - text-align: left; - margin: 0 -1px 24px 0; - width: 100%; - border-collapse: collapse; - border-spacing: 0; -} -tr th, -thead th { - border: none !important; - color: #888; - font-size: 12px; - font-weight: bold; - line-height: 18px; - padding: 9px 24px; -} -tr td { - border: none !important; - border-top: 1px solid #e7e7e7 !important; - padding: 6px 24px; -} - - -img { - margin: 0; - height:auto; -} -.alignleft, -img.alignleft { - display: inline; - float: left; - margin-right: 24px; - margin-top: 4px; -} -.alignright, -img.alignright { - display: inline; - float: right; - margin-left: 24px; - margin-top: 4px; -} -.aligncenter, -img.aligncenter { - clear: both; - display: block; - margin-left: auto; - margin-right: auto; -} -img.alignleft, -img.alignright, -img.aligncenter { - margin-bottom: 12px; -} -.wp-caption { - border: none; - background: #f1f1f1; - color: #888; - font-size: 12px; - line-height: 18px; - text-align: center; - margin-bottom: 20px; - padding: 4px; - -moz-border-radius: 0; - -khtml-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -.wp-caption img { - margin: 5px; -} -.wp-caption p.wp-caption-text { - margin: 0 0 4px; -} -.wp-smiley { - margin:0; +/* +Theme Name: Mantra +*/ +/* +Used to style the TinyMCE editor. +*/ + +* { + font-family: Georgia, "Bitstream Charter", serif; + color: #444; + line-height: 1.5; +} +p, +dl, +td, +th, +ul, +ol, +blockquote { + font-size: 16px; +} +tr th, +thead th, +label, +tr th, +thead th { + font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; +} +pre { + font-family: "Courier 10 Pitch", Courier, monospace; +} +code, code var { + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; +} +body, input, textarea { + font-size: 12px; + line-height: 18px; +} +hr { + background-color: #e7e7e7; + border:0; + height: 1px; + margin-bottom: 18px; + clear:both; +} +/* Text elements */ +p { + margin-bottom: 18px; +} +ul { + list-style: square; + margin: 0 0 18px 1.5em; +} +ol { + list-style: decimal; + margin: 0 0 18px 1.5em; +} +ol ol { + list-style:upper-alpha; +} +ol ol ol { + list-style:lower-roman; +} +ol ol ol ol { + list-style:lower-alpha; +} +ul ul, +ol ol, +ul ol, +ol ul { + margin-bottom:0; +} +dl { + margin:0 0 24px 0; +} +dt { + font-weight: bold; +} +dd { + margin-bottom: 18px; +} +strong { + font-weight: bold; + color: #000; +} +cite, +em, +i { + font-style: italic; + border: none; +} +big { + font-size: 131.25%; +} +ins { + background: #ffffcc; + border: none; + color: #333; +} +del { + text-decoration: line-through; + color: #555; +} +blockquote { + font-style: italic; + padding: 0 3em; +} +blockquote cite, +blockquote em, +blockquote i { + font-style: normal; +} +pre { + background: #f7f7f7; + color: #222; + line-height: 18px; + margin-bottom: 18px; + padding: 1.5em; +} +abbr, +acronym { + border-bottom: 1px dotted #666; + cursor: help; +} +ins { + text-decoration: none; +} +sup, +sub { + height: 0; + line-height: 1; + vertical-align: baseline; + position: relative; + font-size: 10px; +} +sup { + bottom: 1ex; +} +sub { + top: .5ex; +} +a:link { + color:#0066cc; +} +a:visited { + color:#743399; +} +a:active, +a:hover { + color: #ff4b33; +} +p, +ul, +ol, +dd, +pre, +hr { + margin-bottom:24px; +} +ul ul, +ol ol, +ul ol, +ol ul { + margin-bottom:0; +} +pre, +kbd, +tt, +var { + font-size: 15px; + line-height: 21px; +} +code { + font-size: 13px; +} +strong, +b, +dt, +th { + color: #000; +} +h1, +h2, +h3, +h4, +h5, +h6 { + color: #000; + margin: 0 0 20px 0; + line-height: 1.5em; + font-weight: normal; +} +h1 { + font-size: 2.4em; +} +h2 { + font-size: 1.8em; +} +h3 { + font-size: 1.4em; +} +h4 { + font-size: 1.2em; +} +h5 { + font-size: 1em; +} +h6 { + font-size: 0.9em; +} +table { + border: 1px solid #e7e7e7 !important; + text-align: left; + margin: 0 -1px 24px 0; + width: 100%; + border-collapse: collapse; + border-spacing: 0; +} +tr th, +thead th { + border: none !important; + color: #888; + font-size: 12px; + font-weight: bold; + line-height: 18px; + padding: 9px 24px; +} +tr td { + border: none !important; + border-top: 1px solid #e7e7e7 !important; + padding: 6px 24px; +} + + +img { + margin: 0; + height:auto; +} +.alignleft, +img.alignleft { + display: inline; + float: left; + margin-right: 24px; + margin-top: 4px; +} +.alignright, +img.alignright { + display: inline; + float: right; + margin-left: 24px; + margin-top: 4px; +} +.aligncenter, +img.aligncenter { + clear: both; + display: block; + margin-left: auto; + margin-right: auto; +} +img.alignleft, +img.alignright, +img.aligncenter { + margin-bottom: 12px; +} +.wp-caption { + border: none; + background: #f1f1f1; + color: #888; + font-size: 12px; + line-height: 18px; + text-align: center; + margin-bottom: 20px; + padding: 4px; + -moz-border-radius: 0; + -khtml-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; +} +.wp-caption img { + margin: 5px; +} +.wp-caption p.wp-caption-text { + margin: 0 0 4px; +} +.wp-smiley { + margin:0; } \ No newline at end of file diff --git a/themes/mantra/footer.php b/themes/mantra/footer.php index 90b877c9..583b8f57 100644 --- a/themes/mantra/footer.php +++ b/themes/mantra/footer.php @@ -1,38 +1,38 @@ -
- - - - - -
-
- - - -
- -
- - - -
- -
- - - - - - - +
+ + + + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + + + + + diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php index c23cef67..ac65da81 100644 --- a/themes/mantra/functions.php +++ b/themes/mantra/functions.php @@ -1,26 +1,26 @@ - \ No newline at end of file + diff --git a/themes/mantra/header.php b/themes/mantra/header.php index abbe539d..554dfb04 100644 --- a/themes/mantra/header.php +++ b/themes/mantra/header.php @@ -1,59 +1,59 @@ - section and everything up till
- * - * @package Cryout Creations - * @subpackage mantra - * @since mantra 0.5 - */ - ?> -> - - - - - - - -> - - - -
- - - - -
-
- - -
- - + section and everything up till
+ * + * @package Cryout Creations + * @subpackage mantra + * @since mantra 0.5 + */ + ?> +> + + + + + + + +> + + + +
+ + + + +
+
+ + +
+ + \ No newline at end of file diff --git a/themes/mantra/includes/tgm.php b/themes/mantra/includes/tgm.php index cf9d89b8..9e7f8e78 100644 --- a/themes/mantra/includes/tgm.php +++ b/themes/mantra/includes/tgm.php @@ -1,3671 +1,3671 @@ - 'Cryout Serious Theme Settings', - 'slug' => 'cryout-theme-settings', - 'required' => false, - 'version' => '0.5.6', - //'force_activation' => true, - //'force_deactivation' => true, - ), - - ); - - $config = array( - 'default_path' => '', // Default absolute path to pre-packaged plugins. - 'menu' => 'mantra-extra-plugins', // Menu slug. - 'has_notices' => true, // Show admin notices or not. - 'dismissable' => true, // If false, a user cannot dismiss the nag message. - 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. - 'is_automatic' => true, // Automatically activate plugins after installation or not. - 'message' => '', // Message to output right before the plugins table. - 'strings' => array( - 'page_title' => __( 'Recommended Plugins', 'cryout' ), - 'menu_title' => ucwords(_CRYOUT_THEME_NAME) . __( ' Plugins', 'cryout' ), - 'installing' => __( 'Installing Plugin: %s', 'cryout' ), // %s = plugin name. - 'oops' => __( 'Something went wrong with the plugin API.', 'cryout' ), - 'notice_can_install_required' => _n_noop( ucwords(_CRYOUT_THEME_NAME) . ' requires the following plugin: %1$s.', ucwords(_CRYOUT_THEME_NAME) . ' requires the following plugins: %1$s.', 'cryout' ), // %1$s = plugin name(s). - 'notice_can_install_recommended' => _n_noop( ucwords(_CRYOUT_THEME_NAME) . ' recommends the following plugin: %1$s.', ucwords(_CRYOUT_THEME_NAME) . ' recommends the following plugins: %1$s.', 'cryout' ), // %1$s = plugin name(s). - 'notice_cannot_install' => _n_noop( 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.', 'cryout' ), // %1$s = plugin name(s). - 'notice_can_activate_required' => _n_noop( 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.', 'cryout' ), // %1$s = plugin name(s). - 'notice_can_activate_recommended' => _n_noop( 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.', 'cryout' ), // %1$s = plugin name(s). - 'notice_cannot_activate' => _n_noop( 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.', 'cryout' ), // %1$s = plugin name(s). - 'notice_ask_to_update' => _n_noop( 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.', 'cryout' ), // %1$s = plugin name(s). - 'notice_cannot_update' => _n_noop( 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.', 'cryout' ), // %1$s = plugin name(s). - 'install_link' => _n_noop( 'Begin installing plugin', 'Begin installing plugins', 'cryout' ), - 'activate_link' => _n_noop( 'Begin activating plugin', 'Begin activating plugins', 'cryout' ), - 'return' => __( 'Return to Required Plugins Installer', 'cryout' ), - 'plugin_activated' => __( 'Plugin activated successfully.', 'cryout' ), - 'complete' => __( 'All plugins installed and activated successfully. %s', 'cryout' ), // %s = dashboard link. - 'nag_type' => 'updated' // Determines admin notice type - can only be 'updated', 'update-nag' or 'error'. - ) - ); - - tgmpa( $plugins, $config ); - -} - - -/***************** TGM class below *******************/ - -/** - * Plugin installation and activation for WordPress themes. - * - * Please note that this is a drop-in library for a theme or plugin. - * The authors of this library (Thomas, Gary and Juliette) are NOT responsible - * for the support of your plugin or theme. Please contact the plugin - * or theme author for support. - * - * @package TGM-Plugin-Activation - * @version 2.5.2 - * @link http://tgmpluginactivation.com/ - * @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer - * @copyright Copyright (c) 2011, Thomas Griffin - * @license GPL-2.0+ - * - * @wordpress-plugin - * Plugin Name: TGM Plugin Activation - * Plugin URI: - * Description: Plugin installation and activation for WordPress themes. - * Version: 2.5.2 - * Author: Thomas Griffin, Gary Jones, Juliette Reinders Folmer - * Author URI: http://tgmpluginactivation.com/ - * Text Domain: tgmpa - * Domain Path: /languages/ - * Copyright: 2011, Thomas Griffin - */ - -/* - Copyright 2011 Thomas Griffin (thomasgriffinmedia.com) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License, version 2, as - published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ - -if ( ! class_exists( 'TGM_Plugin_Activation' ) ) { - - /** - * Automatic plugin installation and activation library. - * - * Creates a way to automatically install and activate plugins from within themes. - * The plugins can be either bundled, downloaded from the WordPress - * Plugin Repository or downloaded from another external source. - * - * @since 1.0.0 - * - * @package TGM-Plugin-Activation - * @author Thomas Griffin - * @author Gary Jones - */ - class TGM_Plugin_Activation { - /** - * TGMPA version number. - * - * @since 2.5.0 - * - * @const string Version number. - */ - const TGMPA_VERSION = '2.5.2'; - - /** - * Regular expression to test if a URL is a WP plugin repo URL. - * - * @const string Regex. - * - * @since 2.5.0 - */ - const WP_REPO_REGEX = '|^http[s]?://wordpress\.org/(?:extend/)?plugins/|'; - - /** - * Arbitrary regular expression to test if a string starts with a URL. - * - * @const string Regex. - * - * @since 2.5.0 - */ - const IS_URL_REGEX = '|^http[s]?://|'; - - /** - * Holds a copy of itself, so it can be referenced by the class name. - * - * @since 1.0.0 - * - * @var TGM_Plugin_Activation - */ - public static $instance; - - /** - * Holds arrays of plugin details. - * - * @since 1.0.0 - * - * @since 2.5.0 the array has the plugin slug as an associative key. - * - * @var array - */ - public $plugins = array(); - - /** - * Holds arrays of plugin names to use to sort the plugins array. - * - * @since 2.5.0 - * - * @var array - */ - protected $sort_order = array(); - - /** - * Whether any plugins have the 'force_activation' setting set to true. - * - * @since 2.5.0 - * - * @var bool - */ - protected $has_forced_activation = false; - - /** - * Whether any plugins have the 'force_deactivation' setting set to true. - * - * @since 2.5.0 - * - * @var bool - */ - protected $has_forced_deactivation = false; - - /** - * Name of the unique ID to hash notices. - * - * @since 2.4.0 - * - * @var string - */ - public $id = 'tgmpa'; - - /** - * Name of the query-string argument for the admin page. - * - * @since 1.0.0 - * - * @var string - */ - protected $menu = 'tgmpa-install-plugins'; - - /** - * Parent menu file slug. - * - * @since 2.5.0 - * - * @var string - */ - public $parent_slug = 'themes.php'; - - /** - * Capability needed to view the plugin installation menu item. - * - * @since 2.5.0 - * - * @var string - */ - public $capability = 'edit_theme_options'; - - /** - * Default absolute path to folder containing bundled plugin zip files. - * - * @since 2.0.0 - * - * @var string Absolute path prefix to zip file location for bundled plugins. Default is empty string. - */ - public $default_path = ''; - - /** - * Flag to show admin notices or not. - * - * @since 2.1.0 - * - * @var boolean - */ - public $has_notices = true; - - /** - * Flag to determine if the user can dismiss the notice nag. - * - * @since 2.4.0 - * - * @var boolean - */ - public $dismissable = true; - - /** - * Message to be output above nag notice if dismissable is false. - * - * @since 2.4.0 - * - * @var string - */ - public $dismiss_msg = ''; - - /** - * Flag to set automatic activation of plugins. Off by default. - * - * @since 2.2.0 - * - * @var boolean - */ - public $is_automatic = false; - - /** - * Optional message to display before the plugins table. - * - * @since 2.2.0 - * - * @var string Message filtered by wp_kses_post(). Default is empty string. - */ - public $message = ''; - - /** - * Holds configurable array of strings. - * - * Default values are added in the constructor. - * - * @since 2.0.0 - * - * @var array - */ - public $strings = array(); - - /** - * Holds the version of WordPress. - * - * @since 2.4.0 - * - * @var int - */ - public $wp_version; - - /** - * Holds the hook name for the admin page. - * - * @since 2.5.0 - * - * @var string - */ - public $page_hook; - - /** - * Adds a reference of this object to $instance, populates default strings, - * does the tgmpa_init action hook, and hooks in the interactions to init. - * - * @internal This method should be `protected`, but as too many TGMPA implementations - * haven't upgraded beyond v2.3.6 yet, this gives backward compatibility issues. - * Reverted back to public for the time being. - * - * @since 1.0.0 - * - * @see TGM_Plugin_Activation::init() - */ - public function __construct() { - // Set the current WordPress version. - $this->wp_version = $GLOBALS['wp_version']; - - // Announce that the class is ready, and pass the object (for advanced use). - do_action_ref_array( 'tgmpa_init', array( $this ) ); - - // When the rest of WP has loaded, kick-start the rest of the class. - add_action( 'init', array( $this, 'init' ) ); - } - - /** - * Magic method to (not) set protected properties from outside of this class. - * - * @internal hackedihack... There is a serious bug in v2.3.2 - 2.3.6 where the `menu` property - * is being assigned rather than tested in a conditional, effectively rendering it useless. - * This 'hack' prevents this from happening. - * - * @see https://github.com/TGMPA/TGM-Plugin-Activation/blob/2.3.6/tgm-plugin-activation/class-tgm-plugin-activation.php#L1593 - * - * @param string $name Name of an inaccessible property. - * @param mixed $value Value to assign to the property. - * @return void Silently fail to set the property when this is tried from outside of this class context. - * (Inside this class context, the __set() method if not used as there is direct access.) - */ - public function __set( $name, $value ) { - return; - } - - /** - * Magic method to get the value of a protected property outside of this class context. - * - * @param string $name Name of an inaccessible property. - * @return mixed The property value. - */ - public function __get( $name ) { - return $this->{$name}; - } - - /** - * Initialise the interactions between this class and WordPress. - * - * Hooks in three new methods for the class: admin_menu, notices and styles. - * - * @since 2.0.0 - * - * @see TGM_Plugin_Activation::admin_menu() - * @see TGM_Plugin_Activation::notices() - * @see TGM_Plugin_Activation::styles() - */ - public function init() { - /** - * By default TGMPA only loads on the WP back-end and not in an Ajax call. Using this filter - * you can overrule that behaviour. - * - * @since 2.5.0 - * - * @param bool $load Whether or not TGMPA should load. - * Defaults to the return of `is_admin() && ! defined( 'DOING_AJAX' )`. - */ - if ( true !== apply_filters( 'tgmpa_load', ( is_admin() && ! defined( 'DOING_AJAX' ) ) ) ) { - return; - } - - // Load class strings. - $this->strings = array( - 'page_title' => __( 'Install Required Plugins', 'cryout' ), - 'menu_title' => __( 'Install Plugins', 'cryout' ), - 'installing' => __( 'Installing Plugin: %s', 'cryout' ), - 'oops' => __( 'Something went wrong with the plugin API.', 'cryout' ), - 'notice_can_install_required' => _n_noop( - 'This theme requires the following plugin: %1$s.', - 'This theme requires the following plugins: %1$s.', - 'cryout' - ), - 'notice_can_install_recommended' => _n_noop( - 'This theme recommends the following plugin: %1$s.', - 'This theme recommends the following plugins: %1$s.', - 'cryout' - ), - 'notice_cannot_install' => _n_noop( - 'Sorry, but you do not have the correct permissions to install the %1$s plugin.', - 'Sorry, but you do not have the correct permissions to install the %1$s plugins.', - 'cryout' - ), - 'notice_ask_to_update' => _n_noop( - 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', - 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.', - 'cryout' - ), - 'notice_ask_to_update_maybe' => _n_noop( - 'There is an update available for: %1$s.', - 'There are updates available for the following plugins: %1$s.', - 'cryout' - ), - 'notice_cannot_update' => _n_noop( - 'Sorry, but you do not have the correct permissions to update the %1$s plugin.', - 'Sorry, but you do not have the correct permissions to update the %1$s plugins.', - 'cryout' - ), - 'notice_can_activate_required' => _n_noop( - 'The following required plugin is currently inactive: %1$s.', - 'The following required plugins are currently inactive: %1$s.', - 'cryout' - ), - 'notice_can_activate_recommended' => _n_noop( - 'The following recommended plugin is currently inactive: %1$s.', - 'The following recommended plugins are currently inactive: %1$s.', - 'cryout' - ), - 'notice_cannot_activate' => _n_noop( - 'Sorry, but you do not have the correct permissions to activate the %1$s plugin.', - 'Sorry, but you do not have the correct permissions to activate the %1$s plugins.', - 'cryout' - ), - 'install_link' => _n_noop( - 'Begin installing plugin', - 'Begin installing plugins', - 'cryout' - ), - 'update_link' => _n_noop( - 'Begin updating plugin', - 'Begin updating plugins', - 'cryout' - ), - 'activate_link' => _n_noop( - 'Begin activating plugin', - 'Begin activating plugins', - 'cryout' - ), - 'return' => __( 'Return to Required Plugins Installer', 'cryout' ), - 'dashboard' => __( 'Return to the dashboard', 'cryout' ), - 'plugin_activated' => __( 'Plugin activated successfully.', 'cryout' ), - 'activated_successfully' => __( 'The following plugin was activated successfully:', 'cryout' ), - 'plugin_already_active' => __( 'No action taken. Plugin %1$s was already active.', 'cryout' ), - 'plugin_needs_higher_version' => __( 'Plugin not activated. A higher version of %s is needed for this theme. Please update the plugin.', 'cryout' ), - 'complete' => __( 'All plugins installed and activated successfully. %1$s', 'cryout' ), - 'dismiss' => __( 'Dismiss this notice', 'cryout' ), - 'contact_admin' => __( 'Please contact the administrator of this site for help.', 'cryout' ), - ); - - do_action( 'tgmpa_register' ); - - /* After this point, the plugins should be registered and the configuration set. */ - - // Proceed only if we have plugins to handle. - if ( empty( $this->plugins ) || ! is_array( $this->plugins ) ) { - return; - } - - // Set up the menu and notices if we still have outstanding actions. - if ( true !== $this->is_tgmpa_complete() ) { - // Sort the plugins. - array_multisort( $this->sort_order, SORT_ASC, $this->plugins ); - - add_action( 'admin_menu', array( $this, 'admin_menu' ) ); - add_action( 'admin_head', array( $this, 'dismiss' ) ); - - // Prevent the normal links from showing underneath a single install/update page. - add_filter( 'install_plugin_complete_actions', array( $this, 'actions' ) ); - add_filter( 'update_plugin_complete_actions', array( $this, 'actions' ) ); - - if ( $this->has_notices ) { - add_action( 'admin_notices', array( $this, 'notices' ) ); - add_action( 'admin_init', array( $this, 'admin_init' ), 1 ); - add_action( 'admin_enqueue_scripts', array( $this, 'thickbox' ) ); - } - - add_action( 'load-plugins.php', array( $this, 'add_plugin_action_link_filters' ), 1 ); - } - - // Make sure things get reset on switch theme. - add_action( 'switch_theme', array( $this, 'flush_plugins_cache' ) ); - - if ( $this->has_notices ) { - add_action( 'switch_theme', array( $this, 'update_dismiss' ) ); - } - - // Setup the force activation hook. - if ( true === $this->has_forced_activation ) { - add_action( 'admin_init', array( $this, 'force_activation' ) ); - } - - // Setup the force deactivation hook. - if ( true === $this->has_forced_deactivation ) { - add_action( 'switch_theme', array( $this, 'force_deactivation' ) ); - } - } - - /** - * Prevent activation of plugins which don't meet the minimum version requirement from the - * WP native plugins page. - * - * @since 2.5.0 - */ - public function add_plugin_action_link_filters() { - foreach ( $this->plugins as $slug => $plugin ) { - if ( false === $this->can_plugin_activate( $slug ) ) { - add_filter( 'plugin_action_links_' . $plugin['file_path'], array( $this, 'filter_plugin_action_links_activate' ), 20 ); - } - - if ( true === $plugin['force_activation'] ) { - add_filter( 'plugin_action_links_' . $plugin['file_path'], array( $this, 'filter_plugin_action_links_deactivate' ), 20 ); - } - - if ( false !== $this->does_plugin_require_update( $slug ) ) { - add_filter( 'plugin_action_links_' . $plugin['file_path'], array( $this, 'filter_plugin_action_links_update' ), 20 ); - } - } - } - - /** - * Remove the 'Activate' link on the WP native plugins page if the plugin does not meet the - * minimum version requirements. - * - * @since 2.5.0 - * - * @param array $actions Action links. - * @return array - */ - public function filter_plugin_action_links_activate( $actions ) { - unset( $actions['activate'] ); - - return $actions; - } - - /** - * Remove the 'Deactivate' link on the WP native plugins page if the plugin has been set to force activate. - * - * @since 2.5.0 - * - * @param array $actions Action links. - * @return array - */ - public function filter_plugin_action_links_deactivate( $actions ) { - unset( $actions['deactivate'] ); - - return $actions; - } - - /** - * Add a 'Requires update' link on the WP native plugins page if the plugin does not meet the - * minimum version requirements. - * - * @since 2.5.0 - * - * @param array $actions Action links. - * @return array - */ - public function filter_plugin_action_links_update( $actions ) { - $actions['update'] = sprintf( - '%3$s', - esc_url( $this->get_tgmpa_status_url( 'update' ) ), - esc_attr__( 'This plugin needs to be updated to be compatible with your theme.', 'cryout' ), - esc_html__( 'Update Required', 'cryout' ) - ); - - return $actions; - } - - /** - * Handles calls to show plugin information via links in the notices. - * - * We get the links in the admin notices to point to the TGMPA page, rather - * than the typical plugin-install.php file, so we can prepare everything - * beforehand. - * - * WP does not make it easy to show the plugin information in the thickbox - - * here we have to require a file that includes a function that does the - * main work of displaying it, enqueue some styles, set up some globals and - * finally call that function before exiting. - * - * Down right easy once you know how... - * - * Returns early if not the TGMPA page. - * - * @since 2.1.0 - * - * @global string $tab Used as iframe div class names, helps with styling - * @global string $body_id Used as the iframe body ID, helps with styling - * - * @return null Returns early if not the TGMPA page. - */ - public function admin_init() { - if ( ! $this->is_tgmpa_page() ) { - return; - } - - if ( isset( $_REQUEST['tab'] ) && 'plugin-information' === $_REQUEST['tab'] ) { - // Needed for install_plugin_information(). - require_once ABSPATH . 'wp-admin/includes/plugin-install.php'; - - wp_enqueue_style( 'plugin-install' ); - - global $tab, $body_id; - $body_id = 'plugin-information'; - // @codingStandardsIgnoreStart - $tab = 'plugin-information'; - // @codingStandardsIgnoreEnd - - install_plugin_information(); - - exit; - } - } - - /** - * Enqueue thickbox scripts/styles for plugin info. - * - * Thickbox is not automatically included on all admin pages, so we must - * manually enqueue it for those pages. - * - * Thickbox is only loaded if the user has not dismissed the admin - * notice or if there are any plugins left to install and activate. - * - * @since 2.1.0 - */ - public function thickbox() { - if ( ! get_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_' . $this->id, true ) ) { - add_thickbox(); - } - } - - /** - * Adds submenu page if there are plugin actions to take. - * - * This method adds the submenu page letting users know that a required - * plugin needs to be installed. - * - * This page disappears once the plugin has been installed and activated. - * - * @since 1.0.0 - * - * @see TGM_Plugin_Activation::init() - * @see TGM_Plugin_Activation::install_plugins_page() - * - * @return null Return early if user lacks capability to install a plugin. - */ - public function admin_menu() { - // Make sure privileges are correct to see the page. - if ( ! current_user_can( 'install_plugins' ) ) { - return; - } - - $args = apply_filters( - 'tgmpa_admin_menu_args', - array( - 'parent_slug' => $this->parent_slug, // Parent Menu slug. - 'page_title' => $this->strings['page_title'], // Page title. - 'menu_title' => $this->strings['menu_title'], // Menu title. - 'capability' => $this->capability, // Capability. - 'menu_slug' => $this->menu, // Menu slug. - 'function' => array( $this, 'install_plugins_page' ), // Callback. - ) - ); - - $this->add_admin_menu( $args ); - } - - /** - * Add the menu item. - * - * @since 2.5.0 - * - * @param array $args Menu item configuration. - */ - protected function add_admin_menu( array $args ) { - if ( has_filter( 'tgmpa_admin_menu_use_add_theme_page' ) ) { - _deprecated_function( 'The "tgmpa_admin_menu_use_add_theme_page" filter', '2.5.0', esc_html__( 'Set the parent_slug config variable instead.', 'cryout' ) ); - } - - // modified to pass theme check requirement - $this->page_hook = call_user_func( 'add_theme_page', $args['page_title'], $args['menu_title'], $args['capability'], $args['menu_slug'], $args['function'] ); - } - - /** - * Echoes plugin installation form. - * - * This method is the callback for the admin_menu method function. - * This displays the admin page and form area where the user can select to install and activate the plugin. - * Aborts early if we're processing a plugin installation action. - * - * @since 1.0.0 - * - * @return null Aborts early if we're processing a plugin installation action. - */ - public function install_plugins_page() { - // Store new instance of plugin table in object. - $plugin_table = new TGMPA_List_Table; - - // Return early if processing a plugin installation action. - if ( ( ( 'tgmpa-bulk-install' === $plugin_table->current_action() || 'tgmpa-bulk-update' === $plugin_table->current_action() ) && $plugin_table->process_bulk_actions() ) || $this->do_plugin_install() ) { - return; - } - - // Force refresh of available plugin information so we'll know about manual updates/deletes. - wp_clean_plugins_cache( false ); - - ?> -
-

- prepare_items(); ?> - - message ) && is_string( $this->message ) ) { - echo wp_kses_post( $this->message ); - } - ?> - views(); ?> - -
- - - display(); ?> -
-
- sanitize_key( urldecode( $_GET['plugin'] ) ); - - if ( ! isset( $this->plugins[ $slug ] ) ) { - return false; - } - - // Was an install or upgrade action link clicked? - if ( ( isset( $_GET['tgmpa-install'] ) && 'install-plugin' === $_GET['tgmpa-install'] ) || ( isset( $_GET['tgmpa-update'] ) && 'update-plugin' === $_GET['tgmpa-update'] ) ) { - - $install_type = 'install'; - if ( isset( $_GET['tgmpa-update'] ) && 'update-plugin' === $_GET['tgmpa-update'] ) { - $install_type = 'update'; - } - - check_admin_referer( 'tgmpa-' . $install_type, 'tgmpa-nonce' ); - - // Pass necessary information via URL if WP_Filesystem is needed. - $url = wp_nonce_url( - add_query_arg( - array( - 'plugin' => urlencode( $slug ), - 'tgmpa-' . $install_type => $install_type . '-plugin', - ), - $this->get_tgmpa_url() - ), - 'tgmpa-' . $install_type, - 'tgmpa-nonce' - ); - - $method = ''; // Leave blank so WP_Filesystem can populate it as necessary. - - if ( false === ( $creds = request_filesystem_credentials( esc_url_raw( $url ), $method, false, false, array() ) ) ) { - return true; - } - - if ( ! WP_Filesystem( $creds ) ) { - request_filesystem_credentials( esc_url_raw( $url ), $method, true, false, array() ); // Setup WP_Filesystem. - return true; - } - - /* If we arrive here, we have the filesystem. */ - - // Prep variables for Plugin_Installer_Skin class. - $extra = array(); - $extra['slug'] = $slug; // Needed for potentially renaming of directory name. - $source = $this->get_download_url( $slug ); - $api = ( 'repo' === $this->plugins[ $slug ]['source_type'] ) ? $this->get_plugins_api( $slug ) : null; - $api = ( false !== $api ) ? $api : null; - - $url = add_query_arg( - array( - 'action' => $install_type . '-plugin', - 'plugin' => urlencode( $slug ), - ), - 'update.php' - ); - - if ( ! class_exists( 'Plugin_Upgrader', false ) ) { - require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; - } - - $skin_args = array( - 'type' => ( 'bundled' !== $this->plugins[ $slug ]['source_type'] ) ? 'web' : 'upload', - 'title' => sprintf( $this->strings['installing'], $this->plugins[ $slug ]['name'] ), - 'url' => esc_url_raw( $url ), - 'nonce' => $install_type . '-plugin_' . $slug, - 'plugin' => '', - 'api' => $api, - 'extra' => $extra, - ); - - if ( 'update' === $install_type ) { - $skin_args['plugin'] = $this->plugins[ $slug ]['file_path']; - $skin = new Plugin_Upgrader_Skin( $skin_args ); - } else { - $skin = new Plugin_Installer_Skin( $skin_args ); - } - - // Create a new instance of Plugin_Upgrader. - $upgrader = new Plugin_Upgrader( $skin ); - - // Perform the action and install the plugin from the $source urldecode(). - add_filter( 'upgrader_source_selection', array( $this, 'maybe_adjust_source_dir' ), 1, 3 ); - - if ( 'update' === $install_type ) { - // Inject our info into the update transient. - $to_inject = array( $slug => $this->plugins[ $slug ] ); - $to_inject[ $slug ]['source'] = $source; - $this->inject_update_info( $to_inject ); - - $upgrader->upgrade( $this->plugins[ $slug ]['file_path'] ); - } else { - $upgrader->install( $source ); - } - - remove_filter( 'upgrader_source_selection', array( $this, 'maybe_adjust_source_dir' ), 1, 3 ); - - // Make sure we have the correct file path now the plugin is installed/updated. - $this->populate_file_path( $slug ); - - // Only activate plugins if the config option is set to true and the plugin isn't - // already active (upgrade). - if ( $this->is_automatic && ! $this->is_plugin_active( $slug ) ) { - $plugin_activate = $upgrader->plugin_info(); // Grab the plugin info from the Plugin_Upgrader method. - if ( false === $this->activate_single_plugin( $plugin_activate, $slug, true ) ) { - return true; // Finish execution of the function early as we encountered an error. - } - } - - $this->show_tgmpa_version(); - - // Display message based on if all plugins are now active or not. - if ( $this->is_tgmpa_complete() ) { - echo '

', sprintf( esc_html( $this->strings['complete'] ), '' . esc_html__( 'Return to the Dashboard', 'cryout' ) . '' ), '

'; - echo ''; - } else { - echo '

', esc_html( $this->strings['return'] ), '

'; - } - - return true; - } elseif ( isset( $this->plugins[ $slug ]['file_path'], $_GET['tgmpa-activate'] ) && 'activate-plugin' === $_GET['tgmpa-activate'] ) { - // Activate action link was clicked. - check_admin_referer( 'tgmpa-activate', 'tgmpa-nonce' ); - - if ( false === $this->activate_single_plugin( $this->plugins[ $slug ]['file_path'], $slug ) ) { - return true; // Finish execution of the function early as we encountered an error. - } - } - - return false; - } - - /** - * Inject information into the 'update_plugins' site transient as WP checks that before running an update. - * - * @since 2.5.0 - * - * @param array $plugins The plugin information for the plugins which are to be updated. - */ - public function inject_update_info( $plugins ) { - $repo_updates = get_site_transient( 'update_plugins' ); - - if ( ! is_object( $repo_updates ) ) { - $repo_updates = new stdClass; - } - - foreach ( $plugins as $slug => $plugin ) { - $file_path = $plugin['file_path']; - - if ( empty( $repo_updates->response[ $file_path ] ) ) { - $repo_updates->response[ $file_path ] = new stdClass; - } - - // We only really need to set package, but let's do all we can in case WP changes something. - $repo_updates->response[ $file_path ]->slug = $slug; - $repo_updates->response[ $file_path ]->plugin = $file_path; - $repo_updates->response[ $file_path ]->new_version = $plugin['version']; - $repo_updates->response[ $file_path ]->package = $plugin['source']; - if ( empty( $repo_updates->response[ $file_path ]->url ) && ! empty( $plugin['external_url'] ) ) { - $repo_updates->response[ $file_path ]->url = $plugin['external_url']; - } - } - - set_site_transient( 'update_plugins', $repo_updates ); - } - - /** - * Adjust the plugin directory name if necessary. - * - * The final destination directory of a plugin is based on the subdirectory name found in the - * (un)zipped source. In some cases - most notably GitHub repository plugin downloads -, this - * subdirectory name is not the same as the expected slug and the plugin will not be recognized - * as installed. This is fixed by adjusting the temporary unzipped source subdirectory name to - * the expected plugin slug. - * - * @since 2.5.0 - * - * @param string $source Path to upgrade/zip-file-name.tmp/subdirectory/. - * @param string $remote_source Path to upgrade/zip-file-name.tmp. - * @param \WP_Upgrader $upgrader Instance of the upgrader which installs the plugin. - * @return string $source - */ - public function maybe_adjust_source_dir( $source, $remote_source, $upgrader ) { - if ( ! $this->is_tgmpa_page() || ! is_object( $GLOBALS['wp_filesystem'] ) ) { - return $source; - } - - // Check for single file plugins. - $source_files = array_keys( $GLOBALS['wp_filesystem']->dirlist( $remote_source ) ); - if ( 1 === count( $source_files ) && false === $GLOBALS['wp_filesystem']->is_dir( $source ) ) { - return $source; - } - - // Multi-file plugin, let's see if the directory is correctly named. - $desired_slug = ''; - - // Figure out what the slug is supposed to be. - if ( false === $upgrader->bulk && ! empty( $upgrader->skin->options['extra']['slug'] ) ) { - $desired_slug = $upgrader->skin->options['extra']['slug']; - } else { - // Bulk installer contains less info, so fall back on the info registered here. - foreach ( $this->plugins as $slug => $plugin ) { - if ( ! empty( $upgrader->skin->plugin_names[ $upgrader->skin->i ] ) && $plugin['name'] === $upgrader->skin->plugin_names[ $upgrader->skin->i ] ) { - $desired_slug = $slug; - break; - } - } - unset( $slug, $plugin ); - } - - if ( ! empty( $desired_slug ) ) { - $subdir_name = untrailingslashit( str_replace( trailingslashit( $remote_source ), '', $source ) ); - - if ( ! empty( $subdir_name ) && $subdir_name !== $desired_slug ) { - $from = untrailingslashit( $source ); - $to = trailingslashit( $remote_source ) . $desired_slug; - - if ( true === $GLOBALS['wp_filesystem']->move( $from, $to ) ) { - return trailingslashit( $to ); - } else { - return new WP_Error( 'rename_failed', esc_html__( 'The remote plugin package does not contain a folder with the desired slug and renaming did not work.', 'cryout' ) . ' ' . esc_html__( 'Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines.', 'cryout' ), array( 'found' => $subdir_name, 'expected' => $desired_slug ) ); - } - } elseif ( empty( $subdir_name ) ) { - return new WP_Error( 'packaged_wrong', esc_html__( 'The remote plugin package consists of more than one file, but the files are not packaged in a folder.', 'cryout' ) . ' ' . esc_html__( 'Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines.', 'cryout' ), array( 'found' => $subdir_name, 'expected' => $desired_slug ) ); - } - } - - return $source; - } - - /** - * Activate a single plugin and send feedback about the result to the screen. - * - * @since 2.5.0 - * - * @param string $file_path Path within wp-plugins/ to main plugin file. - * @param string $slug Plugin slug. - * @param bool $automatic Whether this is an automatic activation after an install. Defaults to false. - * This determines the styling of the output messages. - * @return bool False if an error was encountered, true otherwise. - */ - protected function activate_single_plugin( $file_path, $slug, $automatic = false ) { - if ( $this->can_plugin_activate( $slug ) ) { - $activate = activate_plugin( $file_path ); - - if ( is_wp_error( $activate ) ) { - echo '

', wp_kses_post( $activate->get_error_message() ), '

', - '

', esc_html( $this->strings['return'] ), '

'; - - return false; // End it here if there is an error with activation. - } else { - if ( ! $automatic ) { - // Make sure message doesn't display again if bulk activation is performed - // immediately after a single activation. - if ( ! isset( $_POST['action'] ) ) { // WPCS: CSRF OK. - echo '

', esc_html( $this->strings['activated_successfully'] ), ' ', esc_html( $this->plugins[ $slug ]['name'] ), '.

'; - } - } else { - // Simpler message layout for use on the plugin install page. - echo '

', esc_html( $this->strings['plugin_activated'] ), '

'; - } - } - } elseif ( $this->is_plugin_active( $slug ) ) { - // No simpler message format provided as this message should never be encountered - // on the plugin install page. - echo '

', - sprintf( - esc_html( $this->strings['plugin_already_active'] ), - '' . esc_html( $this->plugins[ $slug ]['name'] ) . '' - ), - '

'; - } elseif ( $this->does_plugin_require_update( $slug ) ) { - if ( ! $automatic ) { - // Make sure message doesn't display again if bulk activation is performed - // immediately after a single activation. - if ( ! isset( $_POST['action'] ) ) { // WPCS: CSRF OK. - echo '

', - sprintf( - esc_html( $this->strings['plugin_needs_higher_version'] ), - '' . esc_html( $this->plugins[ $slug ]['name'] ) . '' - ), - '

'; - } - } else { - // Simpler message layout for use on the plugin install page. - echo '

', sprintf( esc_html( $this->strings['plugin_needs_higher_version'] ), esc_html( $this->plugins[ $slug ]['name'] ) ), '

'; - } - } - - return true; - } - - /** - * Echoes required plugin notice. - * - * Outputs a message telling users that a specific plugin is required for - * their theme. If appropriate, it includes a link to the form page where - * users can install and activate the plugin. - * - * Returns early if we're on the Install page. - * - * @since 1.0.0 - * - * @global object $current_screen - * - * @return null Returns early if we're on the Install page. - */ - public function notices() { - // Remove nag on the install page / Return early if the nag message has been dismissed. - if ( $this->is_tgmpa_page() || get_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_' . $this->id, true ) ) { - return; - } - - // Store for the plugin slugs by message type. - $message = array(); - - // Initialize counters used to determine plurality of action link texts. - $install_link_count = 0; - $update_link_count = 0; - $activate_link_count = 0; - - foreach ( $this->plugins as $slug => $plugin ) { - if ( $this->is_plugin_active( $slug ) && false === $this->does_plugin_have_update( $slug ) ) { - continue; - } - - if ( ! $this->is_plugin_installed( $slug ) ) { - if ( current_user_can( 'install_plugins' ) ) { - $install_link_count++; - - if ( true === $plugin['required'] ) { - $message['notice_can_install_required'][] = $slug; - } else { - $message['notice_can_install_recommended'][] = $slug; - } - } else { - // Need higher privileges to install the plugin. - $message['notice_cannot_install'][] = $slug; - } - } else { - if ( ! $this->is_plugin_active( $slug ) && $this->can_plugin_activate( $slug ) ) { - if ( current_user_can( 'activate_plugins' ) ) { - $activate_link_count++; - - if ( true === $plugin['required'] ) { - $message['notice_can_activate_required'][] = $slug; - } else { - $message['notice_can_activate_recommended'][] = $slug; - } - } else { - // Need higher privileges to activate the plugin. - $message['notice_cannot_activate'][] = $slug; - } - } - - if ( $this->does_plugin_require_update( $slug ) || false !== $this->does_plugin_have_update( $slug ) ) { - - if ( current_user_can( 'install_plugins' ) ) { - $update_link_count++; - - if ( $this->does_plugin_require_update( $slug ) ) { - $message['notice_ask_to_update'][] = $slug; - } elseif ( false !== $this->does_plugin_have_update( $slug ) ) { - $message['notice_ask_to_update_maybe'][] = $slug; - } - } else { - // Need higher privileges to update the plugin. - $message['notice_cannot_update'][] = $slug; - } - } - } - } - unset( $slug, $plugin ); - - // If we have notices to display, we move forward. - if ( ! empty( $message ) ) { - krsort( $message ); // Sort messages. - $rendered = ''; - - // As add_settings_error() wraps the final message in a

and as the final message can't be - // filtered, using

's in our html would render invalid html output. - $line_template = '%s' . "\n"; - - // If dismissable is false and a message is set, output it now. - if ( ! $this->dismissable && ! empty( $this->dismiss_msg ) ) { - $rendered .= sprintf( $line_template, wp_kses_post( $this->dismiss_msg ) ); - } - - // Render the individual message lines for the notice. - foreach ( $message as $type => $plugin_group ) { - $linked_plugins = array(); - - // Get the external info link for a plugin if one is available. - foreach ( $plugin_group as $plugin_slug ) { - $linked_plugins[] = $this->get_info_link( $plugin_slug ); - } - unset( $plugin_slug ); - - $count = count( $plugin_group ); - $linked_plugins = array_map( array( 'TGMPA_Utils', 'wrap_in_em' ), $linked_plugins ); - $last_plugin = array_pop( $linked_plugins ); // Pop off last name to prep for readability. - $imploded = empty( $linked_plugins ) ? $last_plugin : ( implode( ', ', $linked_plugins ) . ' ' . esc_html_x( 'and', 'plugin A *and* plugin B', 'cryout' ) . ' ' . $last_plugin ); - - $rendered .= sprintf( - $line_template, - sprintf( - translate_nooped_plural( $this->strings[ $type ], $count, 'cryout' ), - $imploded, - $count - ) - ); - - if ( 0 === strpos( $type, 'notice_cannot' ) ) { - $rendered .= $this->strings['contact_admin']; - } - } - unset( $type, $plugin_group, $linked_plugins, $count, $last_plugin, $imploded ); - - // Setup action links. - $action_links = array( - 'install' => '', - 'update' => '', - 'activate' => '', - 'dismiss' => $this->dismissable ? '' . esc_html( $this->strings['dismiss'] ) . '' : '', - ); - - $link_template = '%1$s'; - - if ( current_user_can( 'install_plugins' ) ) { - if ( $install_link_count > 0 ) { - $action_links['install'] = sprintf( - $link_template, - translate_nooped_plural( $this->strings['install_link'], $install_link_count, 'cryout' ), - esc_url( $this->get_tgmpa_status_url( 'install' ) ) - ); - } - if ( $update_link_count > 0 ) { - $action_links['update'] = sprintf( - $link_template, - translate_nooped_plural( $this->strings['update_link'], $update_link_count, 'cryout' ), - esc_url( $this->get_tgmpa_status_url( 'update' ) ) - ); - } - } - - if ( current_user_can( 'activate_plugins' ) && $activate_link_count > 0 ) { - $action_links['activate'] = sprintf( - $link_template, - translate_nooped_plural( $this->strings['activate_link'], $activate_link_count, 'cryout' ), - esc_url( $this->get_tgmpa_status_url( 'activate' ) ) - ); - } - - $action_links = apply_filters( 'tgmpa_notice_action_links', $action_links ); - - $action_links = array_filter( (array) $action_links ); // Remove any empty array items. - - if ( ! empty( $action_links ) && is_array( $action_links ) ) { - $action_links = sprintf( $line_template, implode( ' | ', $action_links ) ); - $rendered .= apply_filters( 'tgmpa_notice_rendered_action_links', $action_links ); - } - - // Register the nag messages and prepare them to be processed. - if ( ! empty( $this->strings['nag_type'] ) ) { - add_settings_error( 'tgmpa', 'tgmpa', $rendered, sanitize_html_class( strtolower( $this->strings['nag_type'] ) ) ); - } else { - $nag_class = version_compare( $this->wp_version, '3.8', '<' ) ? 'updated' : 'update-nag'; - add_settings_error( 'tgmpa', 'tgmpa', $rendered, $nag_class ); - } - } - - // Admin options pages already output settings_errors, so this is to avoid duplication. - if ( 'options-general' !== $GLOBALS['current_screen']->parent_base ) { - $this->display_settings_errors(); - } - } - - /** - * Display settings errors and remove those which have been displayed to avoid duplicate messages showing - * - * @since 2.5.0 - */ - protected function display_settings_errors() { - global $wp_settings_errors; - - settings_errors( 'tgmpa' ); - - foreach ( (array) $wp_settings_errors as $key => $details ) { - if ( 'tgmpa' === $details['setting'] ) { - unset( $wp_settings_errors[ $key ] ); - break; - } - } - } - - /** - * Add dismissable admin notices. - * - * Appends a link to the admin nag messages. If clicked, the admin notice disappears and no longer is visible to users. - * - * @since 2.1.0 - */ - public function dismiss() { - if ( isset( $_GET['tgmpa-dismiss'] ) ) { - update_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_' . $this->id, 1 ); - } - } - - /** - * Add individual plugin to our collection of plugins. - * - * If the required keys are not set or the plugin has already - * been registered, the plugin is not added. - * - * @since 2.0.0 - * - * @param array|null $plugin Array of plugin arguments or null if invalid argument. - * @return null Return early if incorrect argument. - */ - public function register( $plugin ) { - if ( empty( $plugin['slug'] ) || empty( $plugin['name'] ) ) { - return; - } - - if ( empty( $plugin['slug'] ) || ! is_string( $plugin['slug'] ) || isset( $this->plugins[ $plugin['slug'] ] ) ) { - return; - } - - $defaults = array( - 'name' => '', // String - 'slug' => '', // String - 'source' => 'repo', // String - 'required' => false, // Boolean - 'version' => '', // String - 'force_activation' => false, // Boolean - 'force_deactivation' => false, // Boolean - 'external_url' => '', // String - 'is_callable' => '', // String|Array. - ); - - // Prepare the received data. - $plugin = wp_parse_args( $plugin, $defaults ); - - // Standardize the received slug. - $plugin['slug'] = $this->sanitize_key( $plugin['slug'] ); - - // Forgive users for using string versions of booleans or floats for version number. - $plugin['version'] = (string) $plugin['version']; - $plugin['source'] = empty( $plugin['source'] ) ? 'repo' : $plugin['source']; - $plugin['required'] = TGMPA_Utils::validate_bool( $plugin['required'] ); - $plugin['force_activation'] = TGMPA_Utils::validate_bool( $plugin['force_activation'] ); - $plugin['force_deactivation'] = TGMPA_Utils::validate_bool( $plugin['force_deactivation'] ); - - // Enrich the received data. - $plugin['file_path'] = $this->_get_plugin_basename_from_slug( $plugin['slug'] ); - $plugin['source_type'] = $this->get_plugin_source_type( $plugin['source'] ); - - // Set the class properties. - $this->plugins[ $plugin['slug'] ] = $plugin; - $this->sort_order[ $plugin['slug'] ] = $plugin['name']; - - // Should we add the force activation hook ? - if ( true === $plugin['force_activation'] ) { - $this->has_forced_activation = true; - } - - // Should we add the force deactivation hook ? - if ( true === $plugin['force_deactivation'] ) { - $this->has_forced_deactivation = true; - } - } - - /** - * Determine what type of source the plugin comes from. - * - * @since 2.5.0 - * - * @param string $source The source of the plugin as provided, either empty (= WP repo), a file path - * (= bundled) or an external URL. - * @return string 'repo', 'external', or 'bundled' - */ - protected function get_plugin_source_type( $source ) { - if ( 'repo' === $source || preg_match( self::WP_REPO_REGEX, $source ) ) { - return 'repo'; - } elseif ( preg_match( self::IS_URL_REGEX, $source ) ) { - return 'external'; - } else { - return 'bundled'; - } - } - - /** - * Sanitizes a string key. - * - * Near duplicate of WP Core `sanitize_key()`. The difference is that uppercase characters *are* - * allowed, so as not to break upgrade paths from non-standard bundled plugins using uppercase - * characters in the plugin directory path/slug. Silly them. - * - * @see https://developer.wordpress.org/reference/hooks/sanitize_key/ - * - * @since 2.5.0 - * - * @param string $key String key. - * @return string Sanitized key - */ - public function sanitize_key( $key ) { - $raw_key = $key; - $key = preg_replace( '`[^A-Za-z0-9_-]`', '', $key ); - - /** - * Filter a sanitized key string. - * - * @since 3.0.0 - * - * @param string $key Sanitized key. - * @param string $raw_key The key prior to sanitization. - */ - return apply_filters( 'tgmpa_sanitize_key', $key, $raw_key ); - } - - /** - * Amend default configuration settings. - * - * @since 2.0.0 - * - * @param array $config Array of config options to pass as class properties. - */ - public function config( $config ) { - $keys = array( - 'id', - 'default_path', - 'has_notices', - 'dismissable', - 'dismiss_msg', - 'menu', - 'parent_slug', - 'capability', - 'is_automatic', - 'message', - 'strings', - ); - - foreach ( $keys as $key ) { - if ( isset( $config[ $key ] ) ) { - if ( is_array( $config[ $key ] ) ) { - $this->$key = array_merge( $this->$key, $config[ $key ] ); - } else { - $this->$key = $config[ $key ]; - } - } - } - } - - /** - * Amend action link after plugin installation. - * - * @since 2.0.0 - * - * @param array $install_actions Existing array of actions. - * @return array Amended array of actions. - */ - public function actions( $install_actions ) { - // Remove action links on the TGMPA install page. - if ( $this->is_tgmpa_page() ) { - return false; - } - - return $install_actions; - } - - /** - * Flushes the plugins cache on theme switch to prevent stale entries - * from remaining in the plugin table. - * - * @since 2.4.0 - * - * @param bool $clear_update_cache Optional. Whether to clear the Plugin updates cache. - * Parameter added in v2.5.0. - */ - public function flush_plugins_cache( $clear_update_cache = true ) { - wp_clean_plugins_cache( $clear_update_cache ); - } - - /** - * Set file_path key for each installed plugin. - * - * @since 2.1.0 - * - * @param string $plugin_slug Optional. If set, only (re-)populates the file path for that specific plugin. - * Parameter added in v2.5.0. - */ - public function populate_file_path( $plugin_slug = '' ) { - if ( ! empty( $plugin_slug ) && is_string( $plugin_slug ) && isset( $this->plugins[ $plugin_slug ] ) ) { - $this->plugins[ $plugin_slug ]['file_path'] = $this->_get_plugin_basename_from_slug( $plugin_slug ); - } else { - // Add file_path key for all plugins. - foreach ( $this->plugins as $slug => $values ) { - $this->plugins[ $slug ]['file_path'] = $this->_get_plugin_basename_from_slug( $slug ); - } - } - } - - /** - * Helper function to extract the file path of the plugin file from the - * plugin slug, if the plugin is installed. - * - * @since 2.0.0 - * - * @param string $slug Plugin slug (typically folder name) as provided by the developer. - * @return string Either file path for plugin if installed, or just the plugin slug. - */ - protected function _get_plugin_basename_from_slug( $slug ) { - $keys = array_keys( $this->get_plugins() ); - - foreach ( $keys as $key ) { - if ( preg_match( '|^' . $slug . '/|', $key ) ) { - return $key; - } - } - - return $slug; - } - - /** - * Retrieve plugin data, given the plugin name. - * - * Loops through the registered plugins looking for $name. If it finds it, - * it returns the $data from that plugin. Otherwise, returns false. - * - * @since 2.1.0 - * - * @param string $name Name of the plugin, as it was registered. - * @param string $data Optional. Array key of plugin data to return. Default is slug. - * @return string|boolean Plugin slug if found, false otherwise. - */ - public function _get_plugin_data_from_name( $name, $data = 'slug' ) { - foreach ( $this->plugins as $values ) { - if ( $name === $values['name'] && isset( $values[ $data ] ) ) { - return $values[ $data ]; - } - } - - return false; - } - - /** - * Retrieve the download URL for a package. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return string Plugin download URL or path to local file or empty string if undetermined. - */ - public function get_download_url( $slug ) { - $dl_source = ''; - - switch ( $this->plugins[ $slug ]['source_type'] ) { - case 'repo': - return $this->get_wp_repo_download_url( $slug ); - case 'external': - return $this->plugins[ $slug ]['source']; - case 'bundled': - return $this->default_path . $this->plugins[ $slug ]['source']; - } - - return $dl_source; // Should never happen. - } - - /** - * Retrieve the download URL for a WP repo package. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return string Plugin download URL. - */ - protected function get_wp_repo_download_url( $slug ) { - $source = ''; - $api = $this->get_plugins_api( $slug ); - - if ( false !== $api && isset( $api->download_link ) ) { - $source = $api->download_link; - } - - return $source; - } - - /** - * Try to grab information from WordPress API. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return object Plugins_api response object on success, WP_Error on failure. - */ - protected function get_plugins_api( $slug ) { - static $api = array(); // Cache received responses. - - if ( ! isset( $api[ $slug ] ) ) { - if ( ! function_exists( 'plugins_api' ) ) { - require_once ABSPATH . 'wp-admin/includes/plugin-install.php'; - } - - $response = plugins_api( 'plugin_information', array( 'slug' => $slug, 'fields' => array( 'sections' => false ) ) ); - - $api[ $slug ] = false; - - if ( is_wp_error( $response ) ) { - wp_die( esc_html( $this->strings['oops'] ) ); - } else { - $api[ $slug ] = $response; - } - } - - return $api[ $slug ]; - } - - /** - * Retrieve a link to a plugin information page. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return string Fully formed html link to a plugin information page if available - * or the plugin name if not. - */ - public function get_info_link( $slug ) { - if ( ! empty( $this->plugins[ $slug ]['external_url'] ) && preg_match( self::IS_URL_REGEX, $this->plugins[ $slug ]['external_url'] ) ) { - $link = sprintf( - '%2$s', - esc_url( $this->plugins[ $slug ]['external_url'] ), - esc_html( $this->plugins[ $slug ]['name'] ) - ); - } elseif ( 'repo' === $this->plugins[ $slug ]['source_type'] ) { - $url = add_query_arg( - array( - 'tab' => 'plugin-information', - 'plugin' => urlencode( $slug ), - 'TB_iframe' => 'true', - 'width' => '640', - 'height' => '500', - ), - self_admin_url( 'plugin-install.php' ) - ); - - $link = sprintf( - '%2$s', - esc_url( $url ), - esc_html( $this->plugins[ $slug ]['name'] ) - ); - } else { - $link = esc_html( $this->plugins[ $slug ]['name'] ); // No hyperlink. - } - - return $link; - } - - /** - * Determine if we're on the TGMPA Install page. - * - * @since 2.1.0 - * - * @return boolean True when on the TGMPA page, false otherwise. - */ - protected function is_tgmpa_page() { - return isset( $_GET['page'] ) && $this->menu === $_GET['page']; - } - - /** - * Retrieve the URL to the TGMPA Install page. - * - * I.e. depending on the config settings passed something along the lines of: - * http://example.com/wp-admin/themes.php?page=tgmpa-install-plugins - * - * @since 2.5.0 - * - * @return string Properly encoded URL (not escaped). - */ - public function get_tgmpa_url() { - static $url; - - if ( ! isset( $url ) ) { - $parent = $this->parent_slug; - if ( false === strpos( $parent, '.php' ) ) { - $parent = 'admin.php'; - } - $url = add_query_arg( - array( - 'page' => urlencode( $this->menu ), - ), - self_admin_url( $parent ) - ); - } - - return $url; - } - - /** - * Retrieve the URL to the TGMPA Install page for a specific plugin status (view). - * - * I.e. depending on the config settings passed something along the lines of: - * http://example.com/wp-admin/themes.php?page=tgmpa-install-plugins&plugin_status=install - * - * @since 2.5.0 - * - * @param string $status Plugin status - either 'install', 'update' or 'activate'. - * @return string Properly encoded URL (not escaped). - */ - public function get_tgmpa_status_url( $status ) { - return add_query_arg( - array( - 'plugin_status' => urlencode( $status ), - ), - $this->get_tgmpa_url() - ); - } - - /** - * Determine whether there are open actions for plugins registered with TGMPA. - * - * @since 2.5.0 - * - * @return bool True if complete, i.e. no outstanding actions. False otherwise. - */ - public function is_tgmpa_complete() { - $complete = true; - foreach ( $this->plugins as $slug => $plugin ) { - if ( ! $this->is_plugin_active( $slug ) || false !== $this->does_plugin_have_update( $slug ) ) { - $complete = false; - break; - } - } - - return $complete; - } - - /** - * Check if a plugin is installed. Does not take must-use plugins into account. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return bool True if installed, false otherwise. - */ - public function is_plugin_installed( $slug ) { - $installed_plugins = $this->get_plugins(); // Retrieve a list of all installed plugins (WP cached). - - return ( ! empty( $installed_plugins[ $this->plugins[ $slug ]['file_path'] ] ) ); - } - - /** - * Check if a plugin is active. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return bool True if active, false otherwise. - */ - public function is_plugin_active( $slug ) { - return ( ( ! empty( $this->plugins[ $slug ]['is_callable'] ) && is_callable( $this->plugins[ $slug ]['is_callable'] ) ) || is_plugin_active( $this->plugins[ $slug ]['file_path'] ) ); - } - - /** - * Check if a plugin can be updated, i.e. if we have information on the minimum WP version required - * available, check whether the current install meets them. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return bool True if OK to update, false otherwise. - */ - public function can_plugin_update( $slug ) { - // We currently can't get reliable info on non-WP-repo plugins - issue #380. - if ( 'repo' !== $this->plugins[ $slug ]['source_type'] ) { - return true; - } - - $api = $this->get_plugins_api( $slug ); - - if ( false !== $api && isset( $api->requires ) ) { - return version_compare( $GLOBALS['wp_version'], $api->requires, '>=' ); - } - - // No usable info received from the plugins API, presume we can update. - return true; - } - - /** - * Check if a plugin can be activated, i.e. is not currently active and meets the minimum - * plugin version requirements set in TGMPA (if any). - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return bool True if OK to activate, false otherwise. - */ - public function can_plugin_activate( $slug ) { - return ( ! $this->is_plugin_active( $slug ) && ! $this->does_plugin_require_update( $slug ) ); - } - - /** - * Retrieve the version number of an installed plugin. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return string Version number as string or an empty string if the plugin is not installed - * or version unknown (plugins which don't comply with the plugin header standard). - */ - public function get_installed_version( $slug ) { - $installed_plugins = $this->get_plugins(); // Retrieve a list of all installed plugins (WP cached). - - if ( ! empty( $installed_plugins[ $this->plugins[ $slug ]['file_path'] ]['Version'] ) ) { - return $installed_plugins[ $this->plugins[ $slug ]['file_path'] ]['Version']; - } - - return ''; - } - - /** - * Check whether a plugin complies with the minimum version requirements. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return bool True when a plugin needs to be updated, otherwise false. - */ - public function does_plugin_require_update( $slug ) { - $installed_version = $this->get_installed_version( $slug ); - $minimum_version = $this->plugins[ $slug ]['version']; - - return version_compare( $minimum_version, $installed_version, '>' ); - } - - /** - * Check whether there is an update available for a plugin. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return false|string Version number string of the available update or false if no update available. - */ - public function does_plugin_have_update( $slug ) { - // Presume bundled and external plugins will point to a package which meets the minimum required version. - if ( 'repo' !== $this->plugins[ $slug ]['source_type'] ) { - if ( $this->does_plugin_require_update( $slug ) ) { - return $this->plugins[ $slug ]['version']; - } - - return false; - } - - $repo_updates = get_site_transient( 'update_plugins' ); - - if ( isset( $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->new_version ) ) { - return $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->new_version; - } - - return false; - } - - /** - * Retrieve potential upgrade notice for a plugin. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return string The upgrade notice or an empty string if no message was available or provided. - */ - public function get_upgrade_notice( $slug ) { - // We currently can't get reliable info on non-WP-repo plugins - issue #380. - if ( 'repo' !== $this->plugins[ $slug ]['source_type'] ) { - return ''; - } - - $repo_updates = get_site_transient( 'update_plugins' ); - - if ( ! empty( $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->upgrade_notice ) ) { - return $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->upgrade_notice; - } - - return ''; - } - - /** - * Wrapper around the core WP get_plugins function, making sure it's actually available. - * - * @since 2.5.0 - * - * @param string $plugin_folder Optional. Relative path to single plugin folder. - * @return array Array of installed plugins with plugin information. - */ - public function get_plugins( $plugin_folder = '' ) { - if ( ! function_exists( 'get_plugins' ) ) { - require_once ABSPATH . 'wp-admin/includes/plugin.php'; - } - - return get_plugins( $plugin_folder ); - } - - /** - * Delete dismissable nag option when theme is switched. - * - * This ensures that the user(s) is/are again reminded via nag of required - * and/or recommended plugins if they re-activate the theme. - * - * @since 2.1.1 - */ - public function update_dismiss() { - delete_metadata( 'user', null, 'tgmpa_dismissed_notice_' . $this->id, null, true ); - } - - /** - * Forces plugin activation if the parameter 'force_activation' is - * set to true. - * - * This allows theme authors to specify certain plugins that must be - * active at all times while using the current theme. - * - * Please take special care when using this parameter as it has the - * potential to be harmful if not used correctly. Setting this parameter - * to true will not allow the specified plugin to be deactivated unless - * the user switches themes. - * - * @since 2.2.0 - */ - public function force_activation() { - foreach ( $this->plugins as $slug => $plugin ) { - if ( true === $plugin['force_activation'] ) { - if ( ! $this->is_plugin_installed( $slug ) ) { - // Oops, plugin isn't there so iterate to next condition. - continue; - } elseif ( $this->can_plugin_activate( $slug ) ) { - // There we go, activate the plugin. - activate_plugin( $plugin['file_path'] ); - } - } - } - } - - /** - * Forces plugin deactivation if the parameter 'force_deactivation' - * is set to true. - * - * This allows theme authors to specify certain plugins that must be - * deactivated upon switching from the current theme to another. - * - * Please take special care when using this parameter as it has the - * potential to be harmful if not used correctly. - * - * @since 2.2.0 - */ - public function force_deactivation() { - foreach ( $this->plugins as $slug => $plugin ) { - // Only proceed forward if the parameter is set to true and plugin is active. - if ( true === $plugin['force_deactivation'] && $this->is_plugin_active( $slug ) ) { - deactivate_plugins( $plugin['file_path'] ); - } - } - } - - /** - * Echo the current TGMPA version number to the page. - */ - public function show_tgmpa_version() { - echo '

', - esc_html( sprintf( _x( 'TGMPA v%s', '%s = version number', 'cryout' ), self::TGMPA_VERSION ) ), - '

'; - } - - /** - * Returns the singleton instance of the class. - * - * @since 2.4.0 - * - * @return object The TGM_Plugin_Activation object. - */ - public static function get_instance() { - if ( ! isset( self::$instance ) && ! ( self::$instance instanceof self ) ) { - self::$instance = new self(); - } - - return self::$instance; - } - } - - if ( ! function_exists( 'load_tgm_plugin_activation' ) ) { - /** - * Ensure only one instance of the class is ever invoked. - */ - function load_tgm_plugin_activation() { - $GLOBALS['tgmpa'] = TGM_Plugin_Activation::get_instance(); - } - } - - if ( did_action( 'plugins_loaded' ) ) { - load_tgm_plugin_activation(); - } else { - add_action( 'plugins_loaded', 'load_tgm_plugin_activation' ); - } -} - -if ( ! function_exists( 'tgmpa' ) ) { - /** - * Helper function to register a collection of required plugins. - * - * @since 2.0.0 - * @api - * - * @param array $plugins An array of plugin arrays. - * @param array $config Optional. An array of configuration values. - */ - function tgmpa( $plugins, $config = array() ) { - $instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); - - foreach ( $plugins as $plugin ) { - call_user_func( array( $instance, 'register' ), $plugin ); - } - - if ( ! empty( $config ) && is_array( $config ) ) { - // Send out notices for deprecated arguments passed. - if ( isset( $config['notices'] ) ) { - _deprecated_argument( __FUNCTION__, '2.2.0', 'The `notices` config parameter was renamed to `has_notices` in TGMPA 2.2.0. Please adjust your configuration.' ); - if ( ! isset( $config['has_notices'] ) ) { - $config['has_notices'] = $config['notices']; - } - } - - if ( isset( $config['parent_menu_slug'] ) ) { - _deprecated_argument( __FUNCTION__, '2.4.0', 'The `parent_menu_slug` config parameter was removed in TGMPA 2.4.0. In TGMPA 2.5.0 an alternative was (re-)introduced. Please adjust your configuration. For more information visit the website: http://tgmpluginactivation.com/configuration/#h-configuration-options.' ); - } - if ( isset( $config['parent_url_slug'] ) ) { - _deprecated_argument( __FUNCTION__, '2.4.0', 'The `parent_url_slug` config parameter was removed in TGMPA 2.4.0. In TGMPA 2.5.0 an alternative was (re-)introduced. Please adjust your configuration. For more information visit the website: http://tgmpluginactivation.com/configuration/#h-configuration-options.' ); - } - - call_user_func( array( $instance, 'config' ), $config ); - } - } -} - -/** - * WP_List_Table isn't always available. If it isn't available, - * we load it here. - * - * @since 2.2.0 - */ -if ( ! class_exists( 'WP_List_Table' ) ) { - require_once ABSPATH . 'wp-admin/includes/class-wp-list-table.php'; -} - -if ( ! class_exists( 'TGMPA_List_Table' ) ) { - - /** - * List table class for handling plugins. - * - * Extends the WP_List_Table class to provide a future-compatible - * way of listing out all required/recommended plugins. - * - * Gives users an interface similar to the Plugin Administration - * area with similar (albeit stripped down) capabilities. - * - * This class also allows for the bulk install of plugins. - * - * @since 2.2.0 - * - * @package TGM-Plugin-Activation - * @author Thomas Griffin - * @author Gary Jones - */ - class TGMPA_List_Table extends WP_List_Table { - /** - * TGMPA instance. - * - * @since 2.5.0 - * - * @var object - */ - protected $tgmpa; - - /** - * The currently chosen view. - * - * @since 2.5.0 - * - * @var string One of: 'all', 'install', 'update', 'activate' - */ - public $view_context = 'all'; - - /** - * The plugin counts for the various views. - * - * @since 2.5.0 - * - * @var array - */ - protected $view_totals = array( - 'all' => 0, - 'install' => 0, - 'update' => 0, - 'activate' => 0, - ); - - /** - * References parent constructor and sets defaults for class. - * - * @since 2.2.0 - */ - public function __construct() { - $this->tgmpa = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); - - parent::__construct( - array( - 'singular' => 'plugin', - 'plural' => 'plugins', - 'ajax' => false, - ) - ); - - if ( isset( $_REQUEST['plugin_status'] ) && in_array( $_REQUEST['plugin_status'], array( 'install', 'update', 'activate' ), true ) ) { - $this->view_context = sanitize_key( $_REQUEST['plugin_status'] ); - } - - add_filter( 'tgmpa_table_data_items', array( $this, 'sort_table_items' ) ); - } - - /** - * Get a list of CSS classes for the tag. - * - * Overruled to prevent the 'plural' argument from being added. - * - * @since 2.5.0 - * - * @return array CSS classnames. - */ - public function get_table_classes() { - return array( 'widefat', 'fixed' ); - } - - /** - * Gathers and renames all of our plugin information to be used by WP_List_Table to create our table. - * - * @since 2.2.0 - * - * @return array $table_data Information for use in table. - */ - protected function _gather_plugin_data() { - // Load thickbox for plugin links. - $this->tgmpa->admin_init(); - $this->tgmpa->thickbox(); - - // Categorize the plugins which have open actions. - $plugins = $this->categorize_plugins_to_views(); - - // Set the counts for the view links. - $this->set_view_totals( $plugins ); - - // Prep variables for use and grab list of all installed plugins. - $table_data = array(); - $i = 0; - - // Redirect to the 'all' view if no plugins were found for the selected view context. - if ( empty( $plugins[ $this->view_context ] ) ) { - $this->view_context = 'all'; - } - - foreach ( $plugins[ $this->view_context ] as $slug => $plugin ) { - $table_data[ $i ]['sanitized_plugin'] = $plugin['name']; - $table_data[ $i ]['slug'] = $slug; - $table_data[ $i ]['plugin'] = '' . $this->tgmpa->get_info_link( $slug ) . ''; - $table_data[ $i ]['source'] = $this->get_plugin_source_type_text( $plugin['source_type'] ); - $table_data[ $i ]['type'] = $this->get_plugin_advise_type_text( $plugin['required'] ); - $table_data[ $i ]['status'] = $this->get_plugin_status_text( $slug ); - $table_data[ $i ]['installed_version'] = $this->tgmpa->get_installed_version( $slug ); - $table_data[ $i ]['minimum_version'] = $plugin['version']; - $table_data[ $i ]['available_version'] = $this->tgmpa->does_plugin_have_update( $slug ); - - // Prep the upgrade notice info. - $upgrade_notice = $this->tgmpa->get_upgrade_notice( $slug ); - if ( ! empty( $upgrade_notice ) ) { - $table_data[ $i ]['upgrade_notice'] = $upgrade_notice; - - add_action( "tgmpa_after_plugin_row_$slug", array( $this, 'wp_plugin_update_row' ), 10, 2 ); - } - - $table_data[ $i ] = apply_filters( 'tgmpa_table_data_item', $table_data[ $i ], $plugin ); - - $i++; - } - - return $table_data; - } - - /** - * Categorize the plugins which have open actions into views for the TGMPA page. - * - * @since 2.5.0 - */ - protected function categorize_plugins_to_views() { - $plugins = array( - 'all' => array(), // Meaning: all plugins which still have open actions. - 'install' => array(), - 'update' => array(), - 'activate' => array(), - ); - - foreach ( $this->tgmpa->plugins as $slug => $plugin ) { - if ( $this->tgmpa->is_plugin_active( $slug ) && false === $this->tgmpa->does_plugin_have_update( $slug ) ) { - // No need to display plugins if they are installed, up-to-date and active. - continue; - } else { - $plugins['all'][ $slug ] = $plugin; - - if ( ! $this->tgmpa->is_plugin_installed( $slug ) ) { - $plugins['install'][ $slug ] = $plugin; - } else { - if ( false !== $this->tgmpa->does_plugin_have_update( $slug ) ) { - $plugins['update'][ $slug ] = $plugin; - } - - if ( $this->tgmpa->can_plugin_activate( $slug ) ) { - $plugins['activate'][ $slug ] = $plugin; - } - } - } - } - - return $plugins; - } - - /** - * Set the counts for the view links. - * - * @since 2.5.0 - * - * @param array $plugins Plugins order by view. - */ - protected function set_view_totals( $plugins ) { - foreach ( $plugins as $type => $list ) { - $this->view_totals[ $type ] = count( $list ); - } - } - - /** - * Get the plugin required/recommended text string. - * - * @since 2.5.0 - * - * @param string $required Plugin required setting. - * @return string - */ - protected function get_plugin_advise_type_text( $required ) { - if ( true === $required ) { - return __( 'Required', 'cryout' ); - } - - return __( 'Recommended', 'cryout' ); - } - - /** - * Get the plugin source type text string. - * - * @since 2.5.0 - * - * @param string $type Plugin type. - * @return string - */ - protected function get_plugin_source_type_text( $type ) { - $string = ''; - - switch ( $type ) { - case 'repo': - $string = __( 'WordPress Repository', 'cryout' ); - break; - case 'external': - $string = __( 'External Source', 'cryout' ); - break; - case 'bundled': - $string = __( 'Pre-Packaged', 'cryout' ); - break; - } - - return $string; - } - - /** - * Determine the plugin status message. - * - * @since 2.5.0 - * - * @param string $slug Plugin slug. - * @return string - */ - protected function get_plugin_status_text( $slug ) { - if ( ! $this->tgmpa->is_plugin_installed( $slug ) ) { - return __( 'Not Installed', 'cryout' ); - } - - if ( ! $this->tgmpa->is_plugin_active( $slug ) ) { - $install_status = __( 'Installed But Not Activated', 'cryout' ); - } else { - $install_status = __( 'Active', 'cryout' ); - } - - $update_status = ''; - - if ( $this->tgmpa->does_plugin_require_update( $slug ) && false === $this->tgmpa->does_plugin_have_update( $slug ) ) { - $update_status = __( 'Required Update not Available', 'cryout' ); - - } elseif ( $this->tgmpa->does_plugin_require_update( $slug ) ) { - $update_status = __( 'Requires Update', 'cryout' ); - - } elseif ( false !== $this->tgmpa->does_plugin_have_update( $slug ) ) { - $update_status = __( 'Update recommended', 'cryout' ); - } - - if ( '' === $update_status ) { - return $install_status; - } - - return sprintf( - _x( '%1$s, %2$s', '%1$s = install status, %2$s = update status', 'cryout' ), - $install_status, - $update_status - ); - } - - /** - * Sort plugins by Required/Recommended type and by alphabetical plugin name within each type. - * - * @since 2.5.0 - * - * @param array $items Prepared table items. - * @return array Sorted table items. - */ - public function sort_table_items( $items ) { - $type = array(); - $name = array(); - - foreach ( $items as $i => $plugin ) { - $type[ $i ] = $plugin['type']; // Required / recommended. - $name[ $i ] = $plugin['sanitized_plugin']; - } - - array_multisort( $type, SORT_DESC, $name, SORT_ASC, $items ); - - return $items; - } - - /** - * Get an associative array ( id => link ) of the views available on this table. - * - * @since 2.5.0 - * - * @return array - */ - public function get_views() { - $status_links = array(); - - foreach ( $this->view_totals as $type => $count ) { - if ( $count < 1 ) { - continue; - } - - switch ( $type ) { - case 'all': - $text = _nx( 'All (%s)', 'All (%s)', $count, 'plugins', 'cryout' ); - break; - case 'install': - $text = _n( 'To Install (%s)', 'To Install (%s)', $count, 'cryout' ); - break; - case 'update': - $text = _n( 'Update Available (%s)', 'Update Available (%s)', $count, 'cryout' ); - break; - case 'activate': - $text = _n( 'To Activate (%s)', 'To Activate (%s)', $count, 'cryout' ); - break; - default: - $text = ''; - break; - } - - if ( ! empty( $text ) ) { - - $status_links[ $type ] = sprintf( - '%s', - esc_url( $this->tgmpa->get_tgmpa_status_url( $type ) ), - ( $type === $this->view_context ) ? ' class="current"' : '', - sprintf( $text, number_format_i18n( $count ) ) - ); - } - } - - return $status_links; - } - - /** - * Create default columns to display important plugin information - * like type, action and status. - * - * @since 2.2.0 - * - * @param array $item Array of item data. - * @param string $column_name The name of the column. - * @return string - */ - public function column_default( $item, $column_name ) { - return $item[ $column_name ]; - } - - /** - * Required for bulk installing. - * - * Adds a checkbox for each plugin. - * - * @since 2.2.0 - * - * @param array $item Array of item data. - * @return string The input checkbox with all necessary info. - */ - public function column_cb( $item ) { - return sprintf( - '', - esc_attr( $this->_args['singular'] ), - esc_attr( $item['slug'] ), - esc_attr( $item['sanitized_plugin'] ) - ); - } - - /** - * Create default title column along with the action links. - * - * @since 2.2.0 - * - * @param array $item Array of item data. - * @return string The plugin name and action links. - */ - public function column_plugin( $item ) { - return sprintf( - '%1$s %2$s', - $item['plugin'], - $this->row_actions( $this->get_row_actions( $item ), true ) - ); - } - - /** - * Create version information column. - * - * @since 2.5.0 - * - * @param array $item Array of item data. - * @return string HTML-formatted version information. - */ - public function column_version( $item ) { - $output = array(); - - if ( $this->tgmpa->is_plugin_installed( $item['slug'] ) ) { - $installed = ! empty( $item['installed_version'] ) ? $item['installed_version'] : _x( 'unknown', 'as in: "version nr unknown"', 'cryout' ); - - $color = ''; - if ( ! empty( $item['minimum_version'] ) && $this->tgmpa->does_plugin_require_update( $item['slug'] ) ) { - $color = ' color: #ff0000; font-weight: bold;'; - } - - $output[] = sprintf( - '

%2$s' . __( 'Installed version:', 'cryout' ) . '

', - $color, - $installed - ); - } - - if ( ! empty( $item['minimum_version'] ) ) { - $output[] = sprintf( - '

%1$s' . __( 'Minimum required version:', 'cryout' ) . '

', - $item['minimum_version'] - ); - } - - if ( ! empty( $item['available_version'] ) ) { - $color = ''; - if ( ! empty( $item['minimum_version'] ) && version_compare( $item['available_version'], $item['minimum_version'], '>=' ) ) { - $color = ' color: #71C671; font-weight: bold;'; - } - - $output[] = sprintf( - '

%2$s' . __( 'Available version:', 'cryout' ) . '

', - $color, - $item['available_version'] - ); - } - - if ( empty( $output ) ) { - return ' '; // Let's not break the table layout. - } else { - return implode( "\n", $output ); - } - } - - /** - * Sets default message within the plugins table if no plugins - * are left for interaction. - * - * Hides the menu item to prevent the user from clicking and - * getting a permissions error. - * - * @since 2.2.0 - */ - public function no_items() { - printf( wp_kses_post( __( 'No plugins to install, update or activate. Return to the Dashboard', 'cryout' ) ), esc_url( self_admin_url() ) ); - echo ''; - } - - /** - * Output all the column information within the table. - * - * @since 2.2.0 - * - * @return array $columns The column names. - */ - public function get_columns() { - $columns = array( - 'cb' => '', - 'plugin' => __( 'Plugin', 'cryout' ), - 'source' => __( 'Source', 'cryout' ), - 'type' => __( 'Type', 'cryout' ), - ); - - if ( 'all' === $this->view_context || 'update' === $this->view_context ) { - $columns['version'] = __( 'Version', 'cryout' ); - $columns['status'] = __( 'Status', 'cryout' ); - } - - return apply_filters( 'tgmpa_table_columns', $columns ); - } - - /** - * Get name of default primary column - * - * @since 2.5.0 / WP 4.3+ compatibility - * @access protected - * - * @return string - */ - protected function get_default_primary_column_name() { - return 'plugin'; - } - - /** - * Get the name of the primary column. - * - * @since 2.5.0 / WP 4.3+ compatibility - * @access protected - * - * @return string The name of the primary column. - */ - protected function get_primary_column_name() { - if ( method_exists( 'WP_List_Table', 'get_primary_column_name' ) ) { - return parent::get_primary_column_name(); - } else { - return $this->get_default_primary_column_name(); - } - } - - /** - * Get the actions which are relevant for a specific plugin row. - * - * @since 2.5.0 - * - * @param array $item Array of item data. - * @return array Array with relevant action links. - */ - protected function get_row_actions( $item ) { - $actions = array(); - $action_links = array(); - - // Display the 'Install' action link if the plugin is not yet available. - if ( ! $this->tgmpa->is_plugin_installed( $item['slug'] ) ) { - $actions['install'] = _x( 'Install %2$s', '%2$s = plugin name in screen reader markup', 'cryout' ); - } else { - // Display the 'Update' action link if an update is available and WP complies with plugin minimum. - if ( false !== $this->tgmpa->does_plugin_have_update( $item['slug'] ) && $this->tgmpa->can_plugin_update( $item['slug'] ) ) { - $actions['update'] = _x( 'Update %2$s', '%2$s = plugin name in screen reader markup', 'cryout' ); - } - - // Display the 'Activate' action link, but only if the plugin meets the minimum version. - if ( $this->tgmpa->can_plugin_activate( $item['slug'] ) ) { - $actions['activate'] = _x( 'Activate %2$s', '%2$s = plugin name in screen reader markup', 'cryout' ); - } - } - - // Create the actual links. - foreach ( $actions as $action => $text ) { - $nonce_url = wp_nonce_url( - add_query_arg( - array( - 'plugin' => urlencode( $item['slug'] ), - 'tgmpa-' . $action => $action . '-plugin', - ), - $this->tgmpa->get_tgmpa_url() - ), - 'tgmpa-' . $action, - 'tgmpa-nonce' - ); - - $action_links[ $action ] = sprintf( - '' . esc_html( $text ) . '', - esc_url( $nonce_url ), - '' . esc_html( $item['sanitized_plugin'] ) . '' - ); - } - - $prefix = ( defined( 'WP_NETWORK_ADMIN' ) && WP_NETWORK_ADMIN ) ? 'network_admin_' : ''; - return apply_filters( "tgmpa_{$prefix}plugin_action_links", array_filter( $action_links ), $item['slug'], $item, $this->view_context ); - } - - /** - * Generates content for a single row of the table. - * - * @since 2.5.0 - * - * @param object $item The current item. - */ - public function single_row( $item ) { - parent::single_row( $item ); - - /** - * Fires after each specific row in the TGMPA Plugins list table. - * - * The dynamic portion of the hook name, `$item['slug']`, refers to the slug - * for the plugin. - * - * @since 2.5.0 - */ - do_action( "tgmpa_after_plugin_row_{$item['slug']}", $item['slug'], $item, $this->view_context ); - } - - /** - * Show the upgrade notice below a plugin row if there is one. - * - * @since 2.5.0 - * - * @see /wp-admin/includes/update.php - * - * @param string $slug Plugin slug. - * @param array $item The information available in this table row. - * @return null Return early if upgrade notice is empty. - */ - public function wp_plugin_update_row( $slug, $item ) { - if ( empty( $item['upgrade_notice'] ) ) { - return; - } - - echo ' - - - '; - } - - /** - * Extra controls to be displayed between bulk actions and pagination. - * - * @since 2.5.0 - * - * @param string $which 'top' or 'bottom' table navigation. - */ - public function extra_tablenav( $which ) { - if ( 'bottom' === $which ) { - $this->tgmpa->show_tgmpa_version(); - } - } - - /** - * Defines the bulk actions for handling registered plugins. - * - * @since 2.2.0 - * - * @return array $actions The bulk actions for the plugin install table. - */ - public function get_bulk_actions() { - - $actions = array(); - - if ( 'update' !== $this->view_context && 'activate' !== $this->view_context ) { - if ( current_user_can( 'install_plugins' ) ) { - $actions['tgmpa-bulk-install'] = __( 'Install', 'cryout' ); - } - } - - if ( 'install' !== $this->view_context ) { - if ( current_user_can( 'update_plugins' ) ) { - $actions['tgmpa-bulk-update'] = __( 'Update', 'cryout' ); - } - if ( current_user_can( 'activate_plugins' ) ) { - $actions['tgmpa-bulk-activate'] = __( 'Activate', 'cryout' ); - } - } - - return $actions; - } - - /** - * Processes bulk installation and activation actions. - * - * The bulk installation process looks for the $_POST information and passes that - * through if a user has to use WP_Filesystem to enter their credentials. - * - * @since 2.2.0 - */ - public function process_bulk_actions() { - // Bulk installation process. - if ( 'tgmpa-bulk-install' === $this->current_action() || 'tgmpa-bulk-update' === $this->current_action() ) { - - check_admin_referer( 'bulk-' . $this->_args['plural'] ); - - $install_type = 'install'; - if ( 'tgmpa-bulk-update' === $this->current_action() ) { - $install_type = 'update'; - } - - $plugins_to_install = array(); - - // Did user actually select any plugins to install/update ? - if ( empty( $_POST['plugin'] ) ) { - if ( 'install' === $install_type ) { - $message = __( 'No plugins were selected to be installed. No action taken.', 'cryout' ); - } else { - $message = __( 'No plugins were selected to be updated. No action taken.', 'cryout' ); - } - - echo '

', esc_html( $message ), '

'; - - return false; - } - - if ( is_array( $_POST['plugin'] ) ) { - $plugins_to_install = (array) $_POST['plugin']; - } elseif ( is_string( $_POST['plugin'] ) ) { - // Received via Filesystem page - un-flatten array (WP bug #19643). - $plugins_to_install = explode( ',', $_POST['plugin'] ); - } - - // Sanitize the received input. - $plugins_to_install = array_map( 'urldecode', $plugins_to_install ); - $plugins_to_install = array_map( array( $this->tgmpa, 'sanitize_key' ), $plugins_to_install ); - - // Validate the received input. - foreach ( $plugins_to_install as $key => $slug ) { - // Check if the plugin was registered with TGMPA and remove if not. - if ( ! isset( $this->tgmpa->plugins[ $slug ] ) ) { - unset( $plugins_to_install[ $key ] ); - continue; - } - - // For updates: make sure this is a plugin we *can* update (update available and WP version ok). - if ( 'update' === $install_type && ( $this->tgmpa->is_plugin_installed( $slug ) && ( false === $this->tgmpa->does_plugin_have_update( $slug ) || ! $this->tgmpa->can_plugin_update( $slug ) ) ) ) { - unset( $plugins_to_install[ $key ] ); - } - } - - // No need to proceed further if we have no plugins to handle. - if ( empty( $plugins_to_install ) ) { - if ( 'install' === $install_type ) { - $message = __( 'No plugins are available to be installed at this time.', 'cryout' ); - } else { - $message = __( 'No plugins are available to be updated at this time.', 'cryout' ); - } - - echo '

', esc_html( $message ), '

'; - - return false; - } - - // Pass all necessary information if WP_Filesystem is needed. - $url = wp_nonce_url( - $this->tgmpa->get_tgmpa_url(), - 'bulk-' . $this->_args['plural'] - ); - - // Give validated data back to $_POST which is the only place the filesystem looks for extra fields. - $_POST['plugin'] = implode( ',', $plugins_to_install ); // Work around for WP bug #19643. - - $method = ''; // Leave blank so WP_Filesystem can populate it as necessary. - $fields = array_keys( $_POST ); // Extra fields to pass to WP_Filesystem. - - if ( false === ( $creds = request_filesystem_credentials( esc_url_raw( $url ), $method, false, false, $fields ) ) ) { - return true; // Stop the normal page form from displaying, credential request form will be shown. - } - - // Now we have some credentials, setup WP_Filesystem. - if ( ! WP_Filesystem( $creds ) ) { - // Our credentials were no good, ask the user for them again. - request_filesystem_credentials( esc_url_raw( $url ), $method, true, false, $fields ); - - return true; - } - - /* If we arrive here, we have the filesystem */ - - // Store all information in arrays since we are processing a bulk installation. - $names = array(); - $sources = array(); // Needed for installs. - $file_paths = array(); // Needed for upgrades. - $to_inject = array(); // Information to inject into the update_plugins transient. - - // Prepare the data for validated plugins for the install/upgrade. - foreach ( $plugins_to_install as $slug ) { - $name = $this->tgmpa->plugins[ $slug ]['name']; - $source = $this->tgmpa->get_download_url( $slug ); - - if ( ! empty( $name ) && ! empty( $source ) ) { - $names[] = $name; - - switch ( $install_type ) { - - case 'install': - $sources[] = $source; - break; - - case 'update': - $file_paths[] = $this->tgmpa->plugins[ $slug ]['file_path']; - $to_inject[ $slug ] = $this->tgmpa->plugins[ $slug ]; - $to_inject[ $slug ]['source'] = $source; - break; - } - } - } - unset( $slug, $name, $source ); - - // Create a new instance of TGMPA_Bulk_Installer. - $installer = new TGMPA_Bulk_Installer( - new TGMPA_Bulk_Installer_Skin( - array( - 'url' => esc_url_raw( $this->tgmpa->get_tgmpa_url() ), - 'nonce' => 'bulk-' . $this->_args['plural'], - 'names' => $names, - 'install_type' => $install_type, - ) - ) - ); - - // Wrap the install process with the appropriate HTML. - echo '
', - '

', esc_html( get_admin_page_title() ), '

'; - - // Process the bulk installation submissions. - add_filter( 'upgrader_source_selection', array( $this->tgmpa, 'maybe_adjust_source_dir' ), 1, 3 ); - - if ( 'tgmpa-bulk-update' === $this->current_action() ) { - // Inject our info into the update transient. - $this->tgmpa->inject_update_info( $to_inject ); - - $installer->bulk_upgrade( $file_paths ); - } else { - $installer->bulk_install( $sources ); - } - - remove_filter( 'upgrader_source_selection', array( $this->tgmpa, 'maybe_adjust_source_dir' ), 1, 3 ); - - echo '
'; - - return true; - } - - // Bulk activation process. - if ( 'tgmpa-bulk-activate' === $this->current_action() ) { - check_admin_referer( 'bulk-' . $this->_args['plural'] ); - - // Did user actually select any plugins to activate ? - if ( empty( $_POST['plugin'] ) ) { - echo '

', esc_html__( 'No plugins were selected to be activated. No action taken.', 'cryout' ), '

'; - - return false; - } - - // Grab plugin data from $_POST. - $plugins = array(); - if ( isset( $_POST['plugin'] ) ) { - $plugins = array_map( 'urldecode', (array) $_POST['plugin'] ); - $plugins = array_map( array( $this->tgmpa, 'sanitize_key' ), $plugins ); - } - - $plugins_to_activate = array(); - $plugin_names = array(); - - // Grab the file paths for the selected & inactive plugins from the registration array. - foreach ( $plugins as $slug ) { - if ( $this->tgmpa->can_plugin_activate( $slug ) ) { - $plugins_to_activate[] = $this->tgmpa->plugins[ $slug ]['file_path']; - $plugin_names[] = $this->tgmpa->plugins[ $slug ]['name']; - } - } - unset( $slug ); - - // Return early if there are no plugins to activate. - if ( empty( $plugins_to_activate ) ) { - echo '

', esc_html__( 'No plugins are available to be activated at this time.', 'cryout' ), '

'; - - return false; - } - - // Now we are good to go - let's start activating plugins. - $activate = activate_plugins( $plugins_to_activate ); - - if ( is_wp_error( $activate ) ) { - echo '

', wp_kses_post( $activate->get_error_message() ), '

'; - } else { - $count = count( $plugin_names ); // Count so we can use _n function. - $plugin_names = array_map( array( 'TGMPA_Utils', 'wrap_in_strong' ), $plugin_names ); - $last_plugin = array_pop( $plugin_names ); // Pop off last name to prep for readability. - $imploded = empty( $plugin_names ) ? $last_plugin : ( implode( ', ', $plugin_names ) . ' ' . esc_html_x( 'and', 'plugin A *and* plugin B', 'cryout' ) . ' ' . $last_plugin ); - - printf( // WPCS: xss ok. - '

%1$s %2$s.

', - esc_html( _n( 'The following plugin was activated successfully:', 'The following plugins were activated successfully:', $count, 'cryout' ) ), - $imploded - ); - - // Update recently activated plugins option. - $recent = (array) get_option( 'recently_activated' ); - foreach ( $plugins_to_activate as $plugin => $time ) { - if ( isset( $recent[ $plugin ] ) ) { - unset( $recent[ $plugin ] ); - } - } - update_option( 'recently_activated', $recent ); - } - - unset( $_POST ); // Reset the $_POST variable in case user wants to perform one action after another. - - return true; - } - - return false; - } - - /** - * Prepares all of our information to be outputted into a usable table. - * - * @since 2.2.0 - */ - public function prepare_items() { - $columns = $this->get_columns(); // Get all necessary column information. - $hidden = array(); // No columns to hide, but we must set as an array. - $sortable = array(); // No reason to make sortable columns. - $primary = $this->get_primary_column_name(); // Column which has the row actions. - $this->_column_headers = array( $columns, $hidden, $sortable, $primary ); // Get all necessary column headers. - - // Process our bulk activations here. - if ( 'tgmpa-bulk-activate' === $this->current_action() ) { - $this->process_bulk_actions(); - } - - // Store all of our plugin data into $items array so WP_List_Table can use it. - $this->items = apply_filters( 'tgmpa_table_data_items', $this->_gather_plugin_data() ); - } - - /* *********** DEPRECATED METHODS *********** */ - - /** - * Retrieve plugin data, given the plugin name. - * - * @since 2.2.0 - * @deprecated 2.5.0 use {@see TGM_Plugin_Activation::_get_plugin_data_from_name()} instead. - * @see TGM_Plugin_Activation::_get_plugin_data_from_name() - * - * @param string $name Name of the plugin, as it was registered. - * @param string $data Optional. Array key of plugin data to return. Default is slug. - * @return string|boolean Plugin slug if found, false otherwise. - */ - protected function _get_plugin_data_from_name( $name, $data = 'slug' ) { - _deprecated_function( __FUNCTION__, 'TGMPA 2.5.0', 'TGM_Plugin_Activation::_get_plugin_data_from_name()' ); - - return $this->tgmpa->_get_plugin_data_from_name( $name, $data ); - } - } -} - - -if ( ! class_exists( 'TGM_Bulk_Installer' ) ) { - - /** - * Hack: Prevent TGMPA v2.4.1- bulk installer class from being loaded if 2.4.1- is loaded after 2.5+. - */ - class TGM_Bulk_Installer { - } -} -if ( ! class_exists( 'TGM_Bulk_Installer_Skin' ) ) { - - /** - * Hack: Prevent TGMPA v2.4.1- bulk installer skin class from being loaded if 2.4.1- is loaded after 2.5+. - */ - class TGM_Bulk_Installer_Skin { - } -} - -/** - * The WP_Upgrader file isn't always available. If it isn't available, - * we load it here. - * - * We check to make sure no action or activation keys are set so that WordPress - * does not try to re-include the class when processing upgrades or installs outside - * of the class. - * - * @since 2.2.0 - */ -add_action( 'admin_init', 'tgmpa_load_bulk_installer' ); -if ( ! function_exists( 'tgmpa_load_bulk_installer' ) ) { - /** - * Load bulk installer - */ - function tgmpa_load_bulk_installer() { - // Silently fail if 2.5+ is loaded *after* an older version. - if ( ! isset( $GLOBALS['tgmpa'] ) ) { - return; - } - - // Get TGMPA class instance. - $tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); - - if ( isset( $_GET['page'] ) && $tgmpa_instance->menu === $_GET['page'] ) { - if ( ! class_exists( 'Plugin_Upgrader', false ) ) { - require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; - } - - if ( ! class_exists( 'TGMPA_Bulk_Installer' ) ) { - - /** - * Installer class to handle bulk plugin installations. - * - * Extends WP_Upgrader and customizes to suit the installation of multiple - * plugins. - * - * @since 2.2.0 - * - * @internal Since 2.5.0 the class is an extension of Plugin_Upgrader rather than WP_Upgrader - * @internal Since 2.5.2 the class has been renamed from TGM_Bulk_Installer to TGMPA_Bulk_Installer. - * This was done to prevent backward compatibility issues with v2.3.6. - * - * @package TGM-Plugin-Activation - * @author Thomas Griffin - * @author Gary Jones - */ - class TGMPA_Bulk_Installer extends Plugin_Upgrader { - /** - * Holds result of bulk plugin installation. - * - * @since 2.2.0 - * - * @var string - */ - public $result; - - /** - * Flag to check if bulk installation is occurring or not. - * - * @since 2.2.0 - * - * @var boolean - */ - public $bulk = false; - - /** - * TGMPA instance - * - * @since 2.5.0 - * - * @var object - */ - protected $tgmpa; - - /** - * Whether or not the destination directory needs to be cleared ( = on update). - * - * @since 2.5.0 - * - * @var bool - */ - protected $clear_destination = false; - - /** - * References parent constructor and sets defaults for class. - * - * @since 2.2.0 - * - * @param \Bulk_Upgrader_Skin|null $skin Installer skin. - */ - public function __construct( $skin = null ) { - // Get TGMPA class instance. - $this->tgmpa = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); - - parent::__construct( $skin ); - - if ( isset( $this->skin->options['install_type'] ) && 'update' === $this->skin->options['install_type'] ) { - $this->clear_destination = true; - } - - if ( $this->tgmpa->is_automatic ) { - $this->activate_strings(); - } - - add_action( 'upgrader_process_complete', array( $this->tgmpa, 'populate_file_path' ) ); - } - - /** - * Sets the correct activation strings for the installer skin to use. - * - * @since 2.2.0 - */ - public function activate_strings() { - $this->strings['activation_failed'] = __( 'Plugin activation failed.', 'cryout' ); - $this->strings['activation_success'] = __( 'Plugin activated successfully.', 'cryout' ); - } - - /** - * Performs the actual installation of each plugin. - * - * @since 2.2.0 - * - * @see WP_Upgrader::run() - * - * @param array $options The installation config options. - * @return null|array Return early if error, array of installation data on success. - */ - public function run( $options ) { - $result = parent::run( $options ); - - // Reset the strings in case we changed one during automatic activation. - if ( $this->tgmpa->is_automatic ) { - if ( 'update' === $this->skin->options['install_type'] ) { - $this->upgrade_strings(); - } else { - $this->install_strings(); - } - } - - return $result; - } - - /** - * Processes the bulk installation of plugins. - * - * @since 2.2.0 - * - * @internal This is basically a near identical copy of the WP Core Plugin_Upgrader::bulk_upgrade() - * method, with minor adjustments to deal with new installs instead of upgrades. - * For ease of future synchronizations, the adjustments are clearly commented, but no other - * comments are added. Code style has been made to comply. - * - * @see Plugin_Upgrader::bulk_upgrade() - * @see https://core.trac.wordpress.org/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php#L838 - * - * @param array $plugins The plugin sources needed for installation. - * @param array $args Arbitrary passed extra arguments. - * @return string|bool Install confirmation messages on success, false on failure. - */ - public function bulk_install( $plugins, $args = array() ) { - // [TGMPA + ] Hook auto-activation in. - add_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); - - $defaults = array( - 'clear_update_cache' => true, - ); - $parsed_args = wp_parse_args( $args, $defaults ); - - $this->init(); - $this->bulk = true; - - $this->install_strings(); // [TGMPA + ] adjusted. - - /* [TGMPA - ] $current = get_site_transient( 'update_plugins' ); */ - - /* [TGMPA - ] add_filter('upgrader_clear_destination', array($this, 'delete_old_plugin'), 10, 4); */ - - $this->skin->header(); - - // Connect to the Filesystem first. - $res = $this->fs_connect( array( WP_CONTENT_DIR, WP_PLUGIN_DIR ) ); - if ( ! $res ) { - $this->skin->footer(); - - return false; - } - - $this->skin->bulk_header(); - - // Only start maintenance mode if: - // - running Multisite and there are one or more plugins specified, OR - // - a plugin with an update available is currently active. - // @TODO: For multisite, maintenance mode should only kick in for individual sites if at all possible. - $maintenance = ( is_multisite() && ! empty( $plugins ) ); - - /* - [TGMPA - ] - foreach ( $plugins as $plugin ) - $maintenance = $maintenance || ( is_plugin_active( $plugin ) && isset( $current->response[ $plugin] ) ); - */ - if ( $maintenance ) { - $this->maintenance_mode( true ); - } - - $results = array(); - - $this->update_count = count( $plugins ); - $this->update_current = 0; - foreach ( $plugins as $plugin ) { - $this->update_current++; - - /* - [TGMPA - ] - $this->skin->plugin_info = get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin, false, true); - - if ( !isset( $current->response[ $plugin ] ) ) { - $this->skin->set_result('up_to_date'); - $this->skin->before(); - $this->skin->feedback('up_to_date'); - $this->skin->after(); - $results[$plugin] = true; - continue; - } - - // Get the URL to the zip file - $r = $current->response[ $plugin ]; - - $this->skin->plugin_active = is_plugin_active($plugin); - */ - - $result = $this->run( array( - 'package' => $plugin, // [TGMPA + ] adjusted. - 'destination' => WP_PLUGIN_DIR, - 'clear_destination' => false, // [TGMPA + ] adjusted. - 'clear_working' => true, - 'is_multi' => true, - 'hook_extra' => array( - 'plugin' => $plugin, - ), - ) ); - - $results[ $plugin ] = $this->result; - - // Prevent credentials auth screen from displaying multiple times. - if ( false === $result ) { - break; - } - } //end foreach $plugins - - $this->maintenance_mode( false ); - - /** - * Fires when the bulk upgrader process is complete. - * - * @since WP 3.6.0 / TGMPA 2.5.0 - * - * @param Plugin_Upgrader $this Plugin_Upgrader instance. In other contexts, $this, might - * be a Theme_Upgrader or Core_Upgrade instance. - * @param array $data { - * Array of bulk item update data. - * - * @type string $action Type of action. Default 'update'. - * @type string $type Type of update process. Accepts 'plugin', 'theme', or 'core'. - * @type bool $bulk Whether the update process is a bulk update. Default true. - * @type array $packages Array of plugin, theme, or core packages to update. - * } - */ - do_action( 'upgrader_process_complete', $this, array( - 'action' => 'install', // [TGMPA + ] adjusted. - 'type' => 'plugin', - 'bulk' => true, - 'plugins' => $plugins, - ) ); - - $this->skin->bulk_footer(); - - $this->skin->footer(); - - // Cleanup our hooks, in case something else does a upgrade on this connection. - /* [TGMPA - ] remove_filter('upgrader_clear_destination', array($this, 'delete_old_plugin')); */ - - // [TGMPA + ] Remove our auto-activation hook. - remove_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); - - // Force refresh of plugin update information. - wp_clean_plugins_cache( $parsed_args['clear_update_cache'] ); - - return $results; - } - - /** - * Handle a bulk upgrade request. - * - * @since 2.5.0 - * - * @see Plugin_Upgrader::bulk_upgrade() - * - * @param array $plugins The local WP file_path's of the plugins which should be upgraded. - * @param array $args Arbitrary passed extra arguments. - * @return string|bool Install confirmation messages on success, false on failure. - */ - public function bulk_upgrade( $plugins, $args = array() ) { - - add_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); - - $result = parent::bulk_upgrade( $plugins, $args ); - - remove_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); - - return $result; - } - - /** - * Abuse a filter to auto-activate plugins after installation. - * - * Hooked into the 'upgrader_post_install' filter hook. - * - * @since 2.5.0 - * - * @param bool $bool The value we need to give back (true). - * @return bool - */ - public function auto_activate( $bool ) { - // Only process the activation of installed plugins if the automatic flag is set to true. - if ( $this->tgmpa->is_automatic ) { - // Flush plugins cache so the headers of the newly installed plugins will be read correctly. - wp_clean_plugins_cache(); - - // Get the installed plugin file. - $plugin_info = $this->plugin_info(); - - // Don't try to activate on upgrade of active plugin as WP will do this already. - if ( ! is_plugin_active( $plugin_info ) ) { - $activate = activate_plugin( $plugin_info ); - - // Adjust the success string based on the activation result. - $this->strings['process_success'] = $this->strings['process_success'] . "
\n"; - - if ( is_wp_error( $activate ) ) { - $this->skin->error( $activate ); - $this->strings['process_success'] .= $this->strings['activation_failed']; - } else { - $this->strings['process_success'] .= $this->strings['activation_success']; - } - } - } - - return $bool; - } - } - } - - if ( ! class_exists( 'TGMPA_Bulk_Installer_Skin' ) ) { - - /** - * Installer skin to set strings for the bulk plugin installations.. - * - * Extends Bulk_Upgrader_Skin and customizes to suit the installation of multiple - * plugins. - * - * @since 2.2.0 - * - * @internal Since 2.5.2 the class has been renamed from TGM_Bulk_Installer_Skin to - * TGMPA_Bulk_Installer_Skin. - * This was done to prevent backward compatibility issues with v2.3.6. - * - * @see https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php - * - * @package TGM-Plugin-Activation - * @author Thomas Griffin - * @author Gary Jones - */ - class TGMPA_Bulk_Installer_Skin extends Bulk_Upgrader_Skin { - /** - * Holds plugin info for each individual plugin installation. - * - * @since 2.2.0 - * - * @var array - */ - public $plugin_info = array(); - - /** - * Holds names of plugins that are undergoing bulk installations. - * - * @since 2.2.0 - * - * @var array - */ - public $plugin_names = array(); - - /** - * Integer to use for iteration through each plugin installation. - * - * @since 2.2.0 - * - * @var integer - */ - public $i = 0; - - /** - * TGMPA instance - * - * @since 2.5.0 - * - * @var object - */ - protected $tgmpa; - - /** - * Constructor. Parses default args with new ones and extracts them for use. - * - * @since 2.2.0 - * - * @param array $args Arguments to pass for use within the class. - */ - public function __construct( $args = array() ) { - // Get TGMPA class instance. - $this->tgmpa = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); - - // Parse default and new args. - $defaults = array( - 'url' => '', - 'nonce' => '', - 'names' => array(), - 'install_type' => 'install', - ); - $args = wp_parse_args( $args, $defaults ); - - // Set plugin names to $this->plugin_names property. - $this->plugin_names = $args['names']; - - // Extract the new args. - parent::__construct( $args ); - } - - /** - * Sets install skin strings for each individual plugin. - * - * Checks to see if the automatic activation flag is set and uses the - * the proper strings accordingly. - * - * @since 2.2.0 - */ - public function add_strings() { - if ( 'update' === $this->options['install_type'] ) { - parent::add_strings(); - $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)', 'cryout' ); - } else { - $this->upgrader->strings['skin_update_failed_error'] = __( 'An error occurred while installing %1$s: %2$s.', 'cryout' ); - $this->upgrader->strings['skin_update_failed'] = __( 'The installation of %1$s failed.', 'cryout' ); - - if ( $this->tgmpa->is_automatic ) { - // Automatic activation strings. - $this->upgrader->strings['skin_upgrade_start'] = __( 'The installation and activation process is starting. This process may take a while on some hosts, so please be patient.', 'cryout' ); - $this->upgrader->strings['skin_update_successful'] = __( '%1$s installed and activated successfully.', 'cryout' ) . ' ' . esc_html__( 'Show Details', 'cryout' ) . '.'; - $this->upgrader->strings['skin_upgrade_end'] = __( 'All installations and activations have been completed.', 'cryout' ); - $this->upgrader->strings['skin_before_update_header'] = __( 'Installing and Activating Plugin %1$s (%2$d/%3$d)', 'cryout' ); - } else { - // Default installation strings. - $this->upgrader->strings['skin_upgrade_start'] = __( 'The installation process is starting. This process may take a while on some hosts, so please be patient.', 'cryout' ); - $this->upgrader->strings['skin_update_successful'] = esc_html__( '%1$s installed successfully.', 'cryout' ) . ' ' . esc_html__( 'Show Details', 'cryout' ) . '.'; - $this->upgrader->strings['skin_upgrade_end'] = __( 'All installations have been completed.', 'cryout' ); - $this->upgrader->strings['skin_before_update_header'] = __( 'Installing Plugin %1$s (%2$d/%3$d)', 'cryout' ); - } - } - } - - /** - * Outputs the header strings and necessary JS before each plugin installation. - * - * @since 2.2.0 - * - * @param string $title Unused in this implementation. - */ - public function before( $title = '' ) { - if ( empty( $title ) ) { - $title = esc_html( $this->plugin_names[ $this->i ] ); - } - parent::before( $title ); - } - - /** - * Outputs the footer strings and necessary JS after each plugin installation. - * - * Checks for any errors and outputs them if they exist, else output - * success strings. - * - * @since 2.2.0 - * - * @param string $title Unused in this implementation. - */ - public function after( $title = '' ) { - if ( empty( $title ) ) { - $title = esc_html( $this->plugin_names[ $this->i ] ); - } - parent::after( $title ); - - $this->i++; - } - - /** - * Outputs links after bulk plugin installation is complete. - * - * @since 2.2.0 - */ - public function bulk_footer() { - // Serve up the string to say installations (and possibly activations) are complete. - parent::bulk_footer(); - - // Flush plugins cache so we can make sure that the installed plugins list is always up to date. - wp_clean_plugins_cache(); - - $this->tgmpa->show_tgmpa_version(); - - // Display message based on if all plugins are now active or not. - $update_actions = array(); - - if ( $this->tgmpa->is_tgmpa_complete() ) { - // All plugins are active, so we display the complete string and hide the menu to protect users. - echo ''; - $update_actions['dashboard'] = sprintf( - esc_html( $this->tgmpa->strings['complete'] ), - '' . esc_html__( 'Return to the Dashboard', 'cryout' ) . '' - ); - } else { - $update_actions['tgmpa_page'] = '' . esc_html( $this->tgmpa->strings['return'] ) . ''; - } - - /** - * Filter the list of action links available following bulk plugin installs/updates. - * - * @since 2.5.0 - * - * @param array $update_actions Array of plugin action links. - * @param array $plugin_info Array of information for the last-handled plugin. - */ - $update_actions = apply_filters( 'tgmpa_update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info ); - - if ( ! empty( $update_actions ) ) { - $this->feedback( implode( ' | ', (array) $update_actions ) ); - } - } - - /* *********** DEPRECATED METHODS *********** */ - - /** - * Flush header output buffer. - * - * @since 2.2.0 - * @deprecated 2.5.0 use {@see Bulk_Upgrader_Skin::flush_output()} instead - * @see Bulk_Upgrader_Skin::flush_output() - */ - public function before_flush_output() { - _deprecated_function( __FUNCTION__, 'TGMPA 2.5.0', 'Bulk_Upgrader_Skin::flush_output()' ); - $this->flush_output(); - } - - /** - * Flush footer output buffer and iterate $this->i to make sure the - * installation strings reference the correct plugin. - * - * @since 2.2.0 - * @deprecated 2.5.0 use {@see Bulk_Upgrader_Skin::flush_output()} instead - * @see Bulk_Upgrader_Skin::flush_output() - */ - public function after_flush_output() { - _deprecated_function( __FUNCTION__, 'TGMPA 2.5.0', 'Bulk_Upgrader_Skin::flush_output()' ); - $this->flush_output(); - $this->i++; - } - } - } - } - } -} - -if ( ! class_exists( 'TGMPA_Utils' ) ) { - - /** - * Generic utilities for TGMPA. - * - * All methods are static, poor-dev name-spacing class wrapper. - * - * Class was called TGM_Utils in 2.5.0 but renamed TGMPA_Utils in 2.5.1 as this was conflicting with Soliloquy. - * - * @since 2.5.0 - * - * @package TGM-Plugin-Activation - * @author Juliette Reinders Folmer - */ - class TGMPA_Utils { - /** - * Whether the PHP filter extension is enabled. - * - * @see http://php.net/book.filter - * - * @since 2.5.0 - * - * @static - * - * @var bool $has_filters True is the extension is enabled. - */ - public static $has_filters; - - /** - * Wrap an arbitrary string in tags. Meant to be used in combination with array_map(). - * - * @since 2.5.0 - * - * @static - * - * @param string $string Text to be wrapped. - * @return string - */ - public static function wrap_in_em( $string ) { - return '' . wp_kses_post( $string ) . ''; - } - - /** - * Wrap an arbitrary string in tags. Meant to be used in combination with array_map(). - * - * @since 2.5.0 - * - * @static - * - * @param string $string Text to be wrapped. - * @return string - */ - public static function wrap_in_strong( $string ) { - return '' . wp_kses_post( $string ) . ''; - } - - /** - * Helper function: Validate a value as boolean - * - * @since 2.5.0 - * - * @static - * - * @param mixed $value Arbitrary value. - * @return bool - */ - public static function validate_bool( $value ) { - if ( ! isset( self::$has_filters ) ) { - self::$has_filters = extension_loaded( 'filter' ); - } - - if ( self::$has_filters ) { - return filter_var( $value, FILTER_VALIDATE_BOOLEAN ); - } else { - return self::emulate_filter_bool( $value ); - } - } - - /** - * Helper function: Cast a value to bool - * - * @since 2.5.0 - * - * @static - * - * @param mixed $value Value to cast. - * @return bool - */ - protected static function emulate_filter_bool( $value ) { - // @codingStandardsIgnoreStart - static $true = array( - '1', - 'true', 'True', 'TRUE', - 'y', 'Y', - 'yes', 'Yes', 'YES', - 'on', 'On', 'ON', - ); - static $false = array( - '0', - 'false', 'False', 'FALSE', - 'n', 'N', - 'no', 'No', 'NO', - 'off', 'Off', 'OFF', - ); - // @codingStandardsIgnoreEnd - - if ( is_bool( $value ) ) { - return $value; - } else if ( is_int( $value ) && ( 0 === $value || 1 === $value ) ) { - return (bool) $value; - } else if ( ( is_float( $value ) && ! is_nan( $value ) ) && ( (float) 0 === $value || (float) 1 === $value ) ) { - return (bool) $value; - } else if ( is_string( $value ) ) { - $value = trim( $value ); - if ( in_array( $value, $true, true ) ) { - return true; - } else if ( in_array( $value, $false, true ) ) { - return false; - } else { - return false; - } - } - - return false; - } - } // End of class TGMPA_Utils -} // End of class_exists wrapper - + 'Cryout Serious Theme Settings', + 'slug' => 'cryout-theme-settings', + 'required' => false, + 'version' => '0.5.6', + //'force_activation' => true, + //'force_deactivation' => true, + ), + + ); + + $config = array( + 'default_path' => '', // Default absolute path to pre-packaged plugins. + 'menu' => 'mantra-extra-plugins', // Menu slug. + 'has_notices' => true, // Show admin notices or not. + 'dismissable' => true, // If false, a user cannot dismiss the nag message. + 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. + 'is_automatic' => true, // Automatically activate plugins after installation or not. + 'message' => '', // Message to output right before the plugins table. + 'strings' => array( + 'page_title' => __( 'Recommended Plugins', 'cryout' ), + 'menu_title' => ucwords(_CRYOUT_THEME_NAME) . __( ' Plugins', 'cryout' ), + 'installing' => __( 'Installing Plugin: %s', 'cryout' ), // %s = plugin name. + 'oops' => __( 'Something went wrong with the plugin API.', 'cryout' ), + 'notice_can_install_required' => _n_noop( ucwords(_CRYOUT_THEME_NAME) . ' requires the following plugin: %1$s.', ucwords(_CRYOUT_THEME_NAME) . ' requires the following plugins: %1$s.', 'cryout' ), // %1$s = plugin name(s). + 'notice_can_install_recommended' => _n_noop( ucwords(_CRYOUT_THEME_NAME) . ' recommends the following plugin: %1$s.', ucwords(_CRYOUT_THEME_NAME) . ' recommends the following plugins: %1$s.', 'cryout' ), // %1$s = plugin name(s). + 'notice_cannot_install' => _n_noop( 'Sorry, but you do not have the correct permissions to install the %s plugin. Contact the administrator of this site for help on getting the plugin installed.', 'Sorry, but you do not have the correct permissions to install the %s plugins. Contact the administrator of this site for help on getting the plugins installed.', 'cryout' ), // %1$s = plugin name(s). + 'notice_can_activate_required' => _n_noop( 'The following required plugin is currently inactive: %1$s.', 'The following required plugins are currently inactive: %1$s.', 'cryout' ), // %1$s = plugin name(s). + 'notice_can_activate_recommended' => _n_noop( 'The following recommended plugin is currently inactive: %1$s.', 'The following recommended plugins are currently inactive: %1$s.', 'cryout' ), // %1$s = plugin name(s). + 'notice_cannot_activate' => _n_noop( 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', 'Sorry, but you do not have the correct permissions to activate the %s plugins. Contact the administrator of this site for help on getting the plugins activated.', 'cryout' ), // %1$s = plugin name(s). + 'notice_ask_to_update' => _n_noop( 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.', 'cryout' ), // %1$s = plugin name(s). + 'notice_cannot_update' => _n_noop( 'Sorry, but you do not have the correct permissions to update the %s plugin. Contact the administrator of this site for help on getting the plugin updated.', 'Sorry, but you do not have the correct permissions to update the %s plugins. Contact the administrator of this site for help on getting the plugins updated.', 'cryout' ), // %1$s = plugin name(s). + 'install_link' => _n_noop( 'Begin installing plugin', 'Begin installing plugins', 'cryout' ), + 'activate_link' => _n_noop( 'Begin activating plugin', 'Begin activating plugins', 'cryout' ), + 'return' => __( 'Return to Required Plugins Installer', 'cryout' ), + 'plugin_activated' => __( 'Plugin activated successfully.', 'cryout' ), + 'complete' => __( 'All plugins installed and activated successfully. %s', 'cryout' ), // %s = dashboard link. + 'nag_type' => 'updated' // Determines admin notice type - can only be 'updated', 'update-nag' or 'error'. + ) + ); + + tgmpa( $plugins, $config ); + +} + + +/***************** TGM class below *******************/ + +/** + * Plugin installation and activation for WordPress themes. + * + * Please note that this is a drop-in library for a theme or plugin. + * The authors of this library (Thomas, Gary and Juliette) are NOT responsible + * for the support of your plugin or theme. Please contact the plugin + * or theme author for support. + * + * @package TGM-Plugin-Activation + * @version 2.5.2 + * @link http://tgmpluginactivation.com/ + * @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer + * @copyright Copyright (c) 2011, Thomas Griffin + * @license GPL-2.0+ + * + * @wordpress-plugin + * Plugin Name: TGM Plugin Activation + * Plugin URI: + * Description: Plugin installation and activation for WordPress themes. + * Version: 2.5.2 + * Author: Thomas Griffin, Gary Jones, Juliette Reinders Folmer + * Author URI: http://tgmpluginactivation.com/ + * Text Domain: tgmpa + * Domain Path: /languages/ + * Copyright: 2011, Thomas Griffin + */ + +/* + Copyright 2011 Thomas Griffin (thomasgriffinmedia.com) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License, version 2, as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + +if ( ! class_exists( 'TGM_Plugin_Activation' ) ) { + + /** + * Automatic plugin installation and activation library. + * + * Creates a way to automatically install and activate plugins from within themes. + * The plugins can be either bundled, downloaded from the WordPress + * Plugin Repository or downloaded from another external source. + * + * @since 1.0.0 + * + * @package TGM-Plugin-Activation + * @author Thomas Griffin + * @author Gary Jones + */ + class TGM_Plugin_Activation { + /** + * TGMPA version number. + * + * @since 2.5.0 + * + * @const string Version number. + */ + const TGMPA_VERSION = '2.5.2'; + + /** + * Regular expression to test if a URL is a WP plugin repo URL. + * + * @const string Regex. + * + * @since 2.5.0 + */ + const WP_REPO_REGEX = '|^http[s]?://wordpress\.org/(?:extend/)?plugins/|'; + + /** + * Arbitrary regular expression to test if a string starts with a URL. + * + * @const string Regex. + * + * @since 2.5.0 + */ + const IS_URL_REGEX = '|^http[s]?://|'; + + /** + * Holds a copy of itself, so it can be referenced by the class name. + * + * @since 1.0.0 + * + * @var TGM_Plugin_Activation + */ + public static $instance; + + /** + * Holds arrays of plugin details. + * + * @since 1.0.0 + * + * @since 2.5.0 the array has the plugin slug as an associative key. + * + * @var array + */ + public $plugins = array(); + + /** + * Holds arrays of plugin names to use to sort the plugins array. + * + * @since 2.5.0 + * + * @var array + */ + protected $sort_order = array(); + + /** + * Whether any plugins have the 'force_activation' setting set to true. + * + * @since 2.5.0 + * + * @var bool + */ + protected $has_forced_activation = false; + + /** + * Whether any plugins have the 'force_deactivation' setting set to true. + * + * @since 2.5.0 + * + * @var bool + */ + protected $has_forced_deactivation = false; + + /** + * Name of the unique ID to hash notices. + * + * @since 2.4.0 + * + * @var string + */ + public $id = 'tgmpa'; + + /** + * Name of the query-string argument for the admin page. + * + * @since 1.0.0 + * + * @var string + */ + protected $menu = 'tgmpa-install-plugins'; + + /** + * Parent menu file slug. + * + * @since 2.5.0 + * + * @var string + */ + public $parent_slug = 'themes.php'; + + /** + * Capability needed to view the plugin installation menu item. + * + * @since 2.5.0 + * + * @var string + */ + public $capability = 'edit_theme_options'; + + /** + * Default absolute path to folder containing bundled plugin zip files. + * + * @since 2.0.0 + * + * @var string Absolute path prefix to zip file location for bundled plugins. Default is empty string. + */ + public $default_path = ''; + + /** + * Flag to show admin notices or not. + * + * @since 2.1.0 + * + * @var boolean + */ + public $has_notices = true; + + /** + * Flag to determine if the user can dismiss the notice nag. + * + * @since 2.4.0 + * + * @var boolean + */ + public $dismissable = true; + + /** + * Message to be output above nag notice if dismissable is false. + * + * @since 2.4.0 + * + * @var string + */ + public $dismiss_msg = ''; + + /** + * Flag to set automatic activation of plugins. Off by default. + * + * @since 2.2.0 + * + * @var boolean + */ + public $is_automatic = false; + + /** + * Optional message to display before the plugins table. + * + * @since 2.2.0 + * + * @var string Message filtered by wp_kses_post(). Default is empty string. + */ + public $message = ''; + + /** + * Holds configurable array of strings. + * + * Default values are added in the constructor. + * + * @since 2.0.0 + * + * @var array + */ + public $strings = array(); + + /** + * Holds the version of WordPress. + * + * @since 2.4.0 + * + * @var int + */ + public $wp_version; + + /** + * Holds the hook name for the admin page. + * + * @since 2.5.0 + * + * @var string + */ + public $page_hook; + + /** + * Adds a reference of this object to $instance, populates default strings, + * does the tgmpa_init action hook, and hooks in the interactions to init. + * + * @internal This method should be `protected`, but as too many TGMPA implementations + * haven't upgraded beyond v2.3.6 yet, this gives backward compatibility issues. + * Reverted back to public for the time being. + * + * @since 1.0.0 + * + * @see TGM_Plugin_Activation::init() + */ + public function __construct() { + // Set the current WordPress version. + $this->wp_version = $GLOBALS['wp_version']; + + // Announce that the class is ready, and pass the object (for advanced use). + do_action_ref_array( 'tgmpa_init', array( $this ) ); + + // When the rest of WP has loaded, kick-start the rest of the class. + add_action( 'init', array( $this, 'init' ) ); + } + + /** + * Magic method to (not) set protected properties from outside of this class. + * + * @internal hackedihack... There is a serious bug in v2.3.2 - 2.3.6 where the `menu` property + * is being assigned rather than tested in a conditional, effectively rendering it useless. + * This 'hack' prevents this from happening. + * + * @see https://github.com/TGMPA/TGM-Plugin-Activation/blob/2.3.6/tgm-plugin-activation/class-tgm-plugin-activation.php#L1593 + * + * @param string $name Name of an inaccessible property. + * @param mixed $value Value to assign to the property. + * @return void Silently fail to set the property when this is tried from outside of this class context. + * (Inside this class context, the __set() method if not used as there is direct access.) + */ + public function __set( $name, $value ) { + return; + } + + /** + * Magic method to get the value of a protected property outside of this class context. + * + * @param string $name Name of an inaccessible property. + * @return mixed The property value. + */ + public function __get( $name ) { + return $this->{$name}; + } + + /** + * Initialise the interactions between this class and WordPress. + * + * Hooks in three new methods for the class: admin_menu, notices and styles. + * + * @since 2.0.0 + * + * @see TGM_Plugin_Activation::admin_menu() + * @see TGM_Plugin_Activation::notices() + * @see TGM_Plugin_Activation::styles() + */ + public function init() { + /** + * By default TGMPA only loads on the WP back-end and not in an Ajax call. Using this filter + * you can overrule that behaviour. + * + * @since 2.5.0 + * + * @param bool $load Whether or not TGMPA should load. + * Defaults to the return of `is_admin() && ! defined( 'DOING_AJAX' )`. + */ + if ( true !== apply_filters( 'tgmpa_load', ( is_admin() && ! defined( 'DOING_AJAX' ) ) ) ) { + return; + } + + // Load class strings. + $this->strings = array( + 'page_title' => __( 'Install Required Plugins', 'cryout' ), + 'menu_title' => __( 'Install Plugins', 'cryout' ), + 'installing' => __( 'Installing Plugin: %s', 'cryout' ), + 'oops' => __( 'Something went wrong with the plugin API.', 'cryout' ), + 'notice_can_install_required' => _n_noop( + 'This theme requires the following plugin: %1$s.', + 'This theme requires the following plugins: %1$s.', + 'cryout' + ), + 'notice_can_install_recommended' => _n_noop( + 'This theme recommends the following plugin: %1$s.', + 'This theme recommends the following plugins: %1$s.', + 'cryout' + ), + 'notice_cannot_install' => _n_noop( + 'Sorry, but you do not have the correct permissions to install the %1$s plugin.', + 'Sorry, but you do not have the correct permissions to install the %1$s plugins.', + 'cryout' + ), + 'notice_ask_to_update' => _n_noop( + 'The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s.', + 'The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s.', + 'cryout' + ), + 'notice_ask_to_update_maybe' => _n_noop( + 'There is an update available for: %1$s.', + 'There are updates available for the following plugins: %1$s.', + 'cryout' + ), + 'notice_cannot_update' => _n_noop( + 'Sorry, but you do not have the correct permissions to update the %1$s plugin.', + 'Sorry, but you do not have the correct permissions to update the %1$s plugins.', + 'cryout' + ), + 'notice_can_activate_required' => _n_noop( + 'The following required plugin is currently inactive: %1$s.', + 'The following required plugins are currently inactive: %1$s.', + 'cryout' + ), + 'notice_can_activate_recommended' => _n_noop( + 'The following recommended plugin is currently inactive: %1$s.', + 'The following recommended plugins are currently inactive: %1$s.', + 'cryout' + ), + 'notice_cannot_activate' => _n_noop( + 'Sorry, but you do not have the correct permissions to activate the %1$s plugin.', + 'Sorry, but you do not have the correct permissions to activate the %1$s plugins.', + 'cryout' + ), + 'install_link' => _n_noop( + 'Begin installing plugin', + 'Begin installing plugins', + 'cryout' + ), + 'update_link' => _n_noop( + 'Begin updating plugin', + 'Begin updating plugins', + 'cryout' + ), + 'activate_link' => _n_noop( + 'Begin activating plugin', + 'Begin activating plugins', + 'cryout' + ), + 'return' => __( 'Return to Required Plugins Installer', 'cryout' ), + 'dashboard' => __( 'Return to the dashboard', 'cryout' ), + 'plugin_activated' => __( 'Plugin activated successfully.', 'cryout' ), + 'activated_successfully' => __( 'The following plugin was activated successfully:', 'cryout' ), + 'plugin_already_active' => __( 'No action taken. Plugin %1$s was already active.', 'cryout' ), + 'plugin_needs_higher_version' => __( 'Plugin not activated. A higher version of %s is needed for this theme. Please update the plugin.', 'cryout' ), + 'complete' => __( 'All plugins installed and activated successfully. %1$s', 'cryout' ), + 'dismiss' => __( 'Dismiss this notice', 'cryout' ), + 'contact_admin' => __( 'Please contact the administrator of this site for help.', 'cryout' ), + ); + + do_action( 'tgmpa_register' ); + + /* After this point, the plugins should be registered and the configuration set. */ + + // Proceed only if we have plugins to handle. + if ( empty( $this->plugins ) || ! is_array( $this->plugins ) ) { + return; + } + + // Set up the menu and notices if we still have outstanding actions. + if ( true !== $this->is_tgmpa_complete() ) { + // Sort the plugins. + array_multisort( $this->sort_order, SORT_ASC, $this->plugins ); + + add_action( 'admin_menu', array( $this, 'admin_menu' ) ); + add_action( 'admin_head', array( $this, 'dismiss' ) ); + + // Prevent the normal links from showing underneath a single install/update page. + add_filter( 'install_plugin_complete_actions', array( $this, 'actions' ) ); + add_filter( 'update_plugin_complete_actions', array( $this, 'actions' ) ); + + if ( $this->has_notices ) { + add_action( 'admin_notices', array( $this, 'notices' ) ); + add_action( 'admin_init', array( $this, 'admin_init' ), 1 ); + add_action( 'admin_enqueue_scripts', array( $this, 'thickbox' ) ); + } + + add_action( 'load-plugins.php', array( $this, 'add_plugin_action_link_filters' ), 1 ); + } + + // Make sure things get reset on switch theme. + add_action( 'switch_theme', array( $this, 'flush_plugins_cache' ) ); + + if ( $this->has_notices ) { + add_action( 'switch_theme', array( $this, 'update_dismiss' ) ); + } + + // Setup the force activation hook. + if ( true === $this->has_forced_activation ) { + add_action( 'admin_init', array( $this, 'force_activation' ) ); + } + + // Setup the force deactivation hook. + if ( true === $this->has_forced_deactivation ) { + add_action( 'switch_theme', array( $this, 'force_deactivation' ) ); + } + } + + /** + * Prevent activation of plugins which don't meet the minimum version requirement from the + * WP native plugins page. + * + * @since 2.5.0 + */ + public function add_plugin_action_link_filters() { + foreach ( $this->plugins as $slug => $plugin ) { + if ( false === $this->can_plugin_activate( $slug ) ) { + add_filter( 'plugin_action_links_' . $plugin['file_path'], array( $this, 'filter_plugin_action_links_activate' ), 20 ); + } + + if ( true === $plugin['force_activation'] ) { + add_filter( 'plugin_action_links_' . $plugin['file_path'], array( $this, 'filter_plugin_action_links_deactivate' ), 20 ); + } + + if ( false !== $this->does_plugin_require_update( $slug ) ) { + add_filter( 'plugin_action_links_' . $plugin['file_path'], array( $this, 'filter_plugin_action_links_update' ), 20 ); + } + } + } + + /** + * Remove the 'Activate' link on the WP native plugins page if the plugin does not meet the + * minimum version requirements. + * + * @since 2.5.0 + * + * @param array $actions Action links. + * @return array + */ + public function filter_plugin_action_links_activate( $actions ) { + unset( $actions['activate'] ); + + return $actions; + } + + /** + * Remove the 'Deactivate' link on the WP native plugins page if the plugin has been set to force activate. + * + * @since 2.5.0 + * + * @param array $actions Action links. + * @return array + */ + public function filter_plugin_action_links_deactivate( $actions ) { + unset( $actions['deactivate'] ); + + return $actions; + } + + /** + * Add a 'Requires update' link on the WP native plugins page if the plugin does not meet the + * minimum version requirements. + * + * @since 2.5.0 + * + * @param array $actions Action links. + * @return array + */ + public function filter_plugin_action_links_update( $actions ) { + $actions['update'] = sprintf( + '%3$s', + esc_url( $this->get_tgmpa_status_url( 'update' ) ), + esc_attr__( 'This plugin needs to be updated to be compatible with your theme.', 'cryout' ), + esc_html__( 'Update Required', 'cryout' ) + ); + + return $actions; + } + + /** + * Handles calls to show plugin information via links in the notices. + * + * We get the links in the admin notices to point to the TGMPA page, rather + * than the typical plugin-install.php file, so we can prepare everything + * beforehand. + * + * WP does not make it easy to show the plugin information in the thickbox - + * here we have to require a file that includes a function that does the + * main work of displaying it, enqueue some styles, set up some globals and + * finally call that function before exiting. + * + * Down right easy once you know how... + * + * Returns early if not the TGMPA page. + * + * @since 2.1.0 + * + * @global string $tab Used as iframe div class names, helps with styling + * @global string $body_id Used as the iframe body ID, helps with styling + * + * @return null Returns early if not the TGMPA page. + */ + public function admin_init() { + if ( ! $this->is_tgmpa_page() ) { + return; + } + + if ( isset( $_REQUEST['tab'] ) && 'plugin-information' === $_REQUEST['tab'] ) { + // Needed for install_plugin_information(). + require_once ABSPATH . 'wp-admin/includes/plugin-install.php'; + + wp_enqueue_style( 'plugin-install' ); + + global $tab, $body_id; + $body_id = 'plugin-information'; + // @codingStandardsIgnoreStart + $tab = 'plugin-information'; + // @codingStandardsIgnoreEnd + + install_plugin_information(); + + exit; + } + } + + /** + * Enqueue thickbox scripts/styles for plugin info. + * + * Thickbox is not automatically included on all admin pages, so we must + * manually enqueue it for those pages. + * + * Thickbox is only loaded if the user has not dismissed the admin + * notice or if there are any plugins left to install and activate. + * + * @since 2.1.0 + */ + public function thickbox() { + if ( ! get_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_' . $this->id, true ) ) { + add_thickbox(); + } + } + + /** + * Adds submenu page if there are plugin actions to take. + * + * This method adds the submenu page letting users know that a required + * plugin needs to be installed. + * + * This page disappears once the plugin has been installed and activated. + * + * @since 1.0.0 + * + * @see TGM_Plugin_Activation::init() + * @see TGM_Plugin_Activation::install_plugins_page() + * + * @return null Return early if user lacks capability to install a plugin. + */ + public function admin_menu() { + // Make sure privileges are correct to see the page. + if ( ! current_user_can( 'install_plugins' ) ) { + return; + } + + $args = apply_filters( + 'tgmpa_admin_menu_args', + array( + 'parent_slug' => $this->parent_slug, // Parent Menu slug. + 'page_title' => $this->strings['page_title'], // Page title. + 'menu_title' => $this->strings['menu_title'], // Menu title. + 'capability' => $this->capability, // Capability. + 'menu_slug' => $this->menu, // Menu slug. + 'function' => array( $this, 'install_plugins_page' ), // Callback. + ) + ); + + $this->add_admin_menu( $args ); + } + + /** + * Add the menu item. + * + * @since 2.5.0 + * + * @param array $args Menu item configuration. + */ + protected function add_admin_menu( array $args ) { + if ( has_filter( 'tgmpa_admin_menu_use_add_theme_page' ) ) { + _deprecated_function( 'The "tgmpa_admin_menu_use_add_theme_page" filter', '2.5.0', esc_html__( 'Set the parent_slug config variable instead.', 'cryout' ) ); + } + + // modified to pass theme check requirement + $this->page_hook = call_user_func( 'add_theme_page', $args['page_title'], $args['menu_title'], $args['capability'], $args['menu_slug'], $args['function'] ); + } + + /** + * Echoes plugin installation form. + * + * This method is the callback for the admin_menu method function. + * This displays the admin page and form area where the user can select to install and activate the plugin. + * Aborts early if we're processing a plugin installation action. + * + * @since 1.0.0 + * + * @return null Aborts early if we're processing a plugin installation action. + */ + public function install_plugins_page() { + // Store new instance of plugin table in object. + $plugin_table = new TGMPA_List_Table; + + // Return early if processing a plugin installation action. + if ( ( ( 'tgmpa-bulk-install' === $plugin_table->current_action() || 'tgmpa-bulk-update' === $plugin_table->current_action() ) && $plugin_table->process_bulk_actions() ) || $this->do_plugin_install() ) { + return; + } + + // Force refresh of available plugin information so we'll know about manual updates/deletes. + wp_clean_plugins_cache( false ); + + ?> +
+

+ prepare_items(); ?> + + message ) && is_string( $this->message ) ) { + echo wp_kses_post( $this->message ); + } + ?> + views(); ?> + +
+ + + display(); ?> + +
+ sanitize_key( urldecode( $_GET['plugin'] ) ); + + if ( ! isset( $this->plugins[ $slug ] ) ) { + return false; + } + + // Was an install or upgrade action link clicked? + if ( ( isset( $_GET['tgmpa-install'] ) && 'install-plugin' === $_GET['tgmpa-install'] ) || ( isset( $_GET['tgmpa-update'] ) && 'update-plugin' === $_GET['tgmpa-update'] ) ) { + + $install_type = 'install'; + if ( isset( $_GET['tgmpa-update'] ) && 'update-plugin' === $_GET['tgmpa-update'] ) { + $install_type = 'update'; + } + + check_admin_referer( 'tgmpa-' . $install_type, 'tgmpa-nonce' ); + + // Pass necessary information via URL if WP_Filesystem is needed. + $url = wp_nonce_url( + add_query_arg( + array( + 'plugin' => urlencode( $slug ), + 'tgmpa-' . $install_type => $install_type . '-plugin', + ), + $this->get_tgmpa_url() + ), + 'tgmpa-' . $install_type, + 'tgmpa-nonce' + ); + + $method = ''; // Leave blank so WP_Filesystem can populate it as necessary. + + if ( false === ( $creds = request_filesystem_credentials( esc_url_raw( $url ), $method, false, false, array() ) ) ) { + return true; + } + + if ( ! WP_Filesystem( $creds ) ) { + request_filesystem_credentials( esc_url_raw( $url ), $method, true, false, array() ); // Setup WP_Filesystem. + return true; + } + + /* If we arrive here, we have the filesystem. */ + + // Prep variables for Plugin_Installer_Skin class. + $extra = array(); + $extra['slug'] = $slug; // Needed for potentially renaming of directory name. + $source = $this->get_download_url( $slug ); + $api = ( 'repo' === $this->plugins[ $slug ]['source_type'] ) ? $this->get_plugins_api( $slug ) : null; + $api = ( false !== $api ) ? $api : null; + + $url = add_query_arg( + array( + 'action' => $install_type . '-plugin', + 'plugin' => urlencode( $slug ), + ), + 'update.php' + ); + + if ( ! class_exists( 'Plugin_Upgrader', false ) ) { + require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; + } + + $skin_args = array( + 'type' => ( 'bundled' !== $this->plugins[ $slug ]['source_type'] ) ? 'web' : 'upload', + 'title' => sprintf( $this->strings['installing'], $this->plugins[ $slug ]['name'] ), + 'url' => esc_url_raw( $url ), + 'nonce' => $install_type . '-plugin_' . $slug, + 'plugin' => '', + 'api' => $api, + 'extra' => $extra, + ); + + if ( 'update' === $install_type ) { + $skin_args['plugin'] = $this->plugins[ $slug ]['file_path']; + $skin = new Plugin_Upgrader_Skin( $skin_args ); + } else { + $skin = new Plugin_Installer_Skin( $skin_args ); + } + + // Create a new instance of Plugin_Upgrader. + $upgrader = new Plugin_Upgrader( $skin ); + + // Perform the action and install the plugin from the $source urldecode(). + add_filter( 'upgrader_source_selection', array( $this, 'maybe_adjust_source_dir' ), 1, 3 ); + + if ( 'update' === $install_type ) { + // Inject our info into the update transient. + $to_inject = array( $slug => $this->plugins[ $slug ] ); + $to_inject[ $slug ]['source'] = $source; + $this->inject_update_info( $to_inject ); + + $upgrader->upgrade( $this->plugins[ $slug ]['file_path'] ); + } else { + $upgrader->install( $source ); + } + + remove_filter( 'upgrader_source_selection', array( $this, 'maybe_adjust_source_dir' ), 1, 3 ); + + // Make sure we have the correct file path now the plugin is installed/updated. + $this->populate_file_path( $slug ); + + // Only activate plugins if the config option is set to true and the plugin isn't + // already active (upgrade). + if ( $this->is_automatic && ! $this->is_plugin_active( $slug ) ) { + $plugin_activate = $upgrader->plugin_info(); // Grab the plugin info from the Plugin_Upgrader method. + if ( false === $this->activate_single_plugin( $plugin_activate, $slug, true ) ) { + return true; // Finish execution of the function early as we encountered an error. + } + } + + $this->show_tgmpa_version(); + + // Display message based on if all plugins are now active or not. + if ( $this->is_tgmpa_complete() ) { + echo '

', sprintf( esc_html( $this->strings['complete'] ), '' . esc_html__( 'Return to the Dashboard', 'cryout' ) . '' ), '

'; + echo ''; + } else { + echo '

', esc_html( $this->strings['return'] ), '

'; + } + + return true; + } elseif ( isset( $this->plugins[ $slug ]['file_path'], $_GET['tgmpa-activate'] ) && 'activate-plugin' === $_GET['tgmpa-activate'] ) { + // Activate action link was clicked. + check_admin_referer( 'tgmpa-activate', 'tgmpa-nonce' ); + + if ( false === $this->activate_single_plugin( $this->plugins[ $slug ]['file_path'], $slug ) ) { + return true; // Finish execution of the function early as we encountered an error. + } + } + + return false; + } + + /** + * Inject information into the 'update_plugins' site transient as WP checks that before running an update. + * + * @since 2.5.0 + * + * @param array $plugins The plugin information for the plugins which are to be updated. + */ + public function inject_update_info( $plugins ) { + $repo_updates = get_site_transient( 'update_plugins' ); + + if ( ! is_object( $repo_updates ) ) { + $repo_updates = new stdClass; + } + + foreach ( $plugins as $slug => $plugin ) { + $file_path = $plugin['file_path']; + + if ( empty( $repo_updates->response[ $file_path ] ) ) { + $repo_updates->response[ $file_path ] = new stdClass; + } + + // We only really need to set package, but let's do all we can in case WP changes something. + $repo_updates->response[ $file_path ]->slug = $slug; + $repo_updates->response[ $file_path ]->plugin = $file_path; + $repo_updates->response[ $file_path ]->new_version = $plugin['version']; + $repo_updates->response[ $file_path ]->package = $plugin['source']; + if ( empty( $repo_updates->response[ $file_path ]->url ) && ! empty( $plugin['external_url'] ) ) { + $repo_updates->response[ $file_path ]->url = $plugin['external_url']; + } + } + + set_site_transient( 'update_plugins', $repo_updates ); + } + + /** + * Adjust the plugin directory name if necessary. + * + * The final destination directory of a plugin is based on the subdirectory name found in the + * (un)zipped source. In some cases - most notably GitHub repository plugin downloads -, this + * subdirectory name is not the same as the expected slug and the plugin will not be recognized + * as installed. This is fixed by adjusting the temporary unzipped source subdirectory name to + * the expected plugin slug. + * + * @since 2.5.0 + * + * @param string $source Path to upgrade/zip-file-name.tmp/subdirectory/. + * @param string $remote_source Path to upgrade/zip-file-name.tmp. + * @param \WP_Upgrader $upgrader Instance of the upgrader which installs the plugin. + * @return string $source + */ + public function maybe_adjust_source_dir( $source, $remote_source, $upgrader ) { + if ( ! $this->is_tgmpa_page() || ! is_object( $GLOBALS['wp_filesystem'] ) ) { + return $source; + } + + // Check for single file plugins. + $source_files = array_keys( $GLOBALS['wp_filesystem']->dirlist( $remote_source ) ); + if ( 1 === count( $source_files ) && false === $GLOBALS['wp_filesystem']->is_dir( $source ) ) { + return $source; + } + + // Multi-file plugin, let's see if the directory is correctly named. + $desired_slug = ''; + + // Figure out what the slug is supposed to be. + if ( false === $upgrader->bulk && ! empty( $upgrader->skin->options['extra']['slug'] ) ) { + $desired_slug = $upgrader->skin->options['extra']['slug']; + } else { + // Bulk installer contains less info, so fall back on the info registered here. + foreach ( $this->plugins as $slug => $plugin ) { + if ( ! empty( $upgrader->skin->plugin_names[ $upgrader->skin->i ] ) && $plugin['name'] === $upgrader->skin->plugin_names[ $upgrader->skin->i ] ) { + $desired_slug = $slug; + break; + } + } + unset( $slug, $plugin ); + } + + if ( ! empty( $desired_slug ) ) { + $subdir_name = untrailingslashit( str_replace( trailingslashit( $remote_source ), '', $source ) ); + + if ( ! empty( $subdir_name ) && $subdir_name !== $desired_slug ) { + $from = untrailingslashit( $source ); + $to = trailingslashit( $remote_source ) . $desired_slug; + + if ( true === $GLOBALS['wp_filesystem']->move( $from, $to ) ) { + return trailingslashit( $to ); + } else { + return new WP_Error( 'rename_failed', esc_html__( 'The remote plugin package does not contain a folder with the desired slug and renaming did not work.', 'cryout' ) . ' ' . esc_html__( 'Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines.', 'cryout' ), array( 'found' => $subdir_name, 'expected' => $desired_slug ) ); + } + } elseif ( empty( $subdir_name ) ) { + return new WP_Error( 'packaged_wrong', esc_html__( 'The remote plugin package consists of more than one file, but the files are not packaged in a folder.', 'cryout' ) . ' ' . esc_html__( 'Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines.', 'cryout' ), array( 'found' => $subdir_name, 'expected' => $desired_slug ) ); + } + } + + return $source; + } + + /** + * Activate a single plugin and send feedback about the result to the screen. + * + * @since 2.5.0 + * + * @param string $file_path Path within wp-plugins/ to main plugin file. + * @param string $slug Plugin slug. + * @param bool $automatic Whether this is an automatic activation after an install. Defaults to false. + * This determines the styling of the output messages. + * @return bool False if an error was encountered, true otherwise. + */ + protected function activate_single_plugin( $file_path, $slug, $automatic = false ) { + if ( $this->can_plugin_activate( $slug ) ) { + $activate = activate_plugin( $file_path ); + + if ( is_wp_error( $activate ) ) { + echo '

', wp_kses_post( $activate->get_error_message() ), '

', + '

', esc_html( $this->strings['return'] ), '

'; + + return false; // End it here if there is an error with activation. + } else { + if ( ! $automatic ) { + // Make sure message doesn't display again if bulk activation is performed + // immediately after a single activation. + if ( ! isset( $_POST['action'] ) ) { // WPCS: CSRF OK. + echo '

', esc_html( $this->strings['activated_successfully'] ), ' ', esc_html( $this->plugins[ $slug ]['name'] ), '.

'; + } + } else { + // Simpler message layout for use on the plugin install page. + echo '

', esc_html( $this->strings['plugin_activated'] ), '

'; + } + } + } elseif ( $this->is_plugin_active( $slug ) ) { + // No simpler message format provided as this message should never be encountered + // on the plugin install page. + echo '

', + sprintf( + esc_html( $this->strings['plugin_already_active'] ), + '' . esc_html( $this->plugins[ $slug ]['name'] ) . '' + ), + '

'; + } elseif ( $this->does_plugin_require_update( $slug ) ) { + if ( ! $automatic ) { + // Make sure message doesn't display again if bulk activation is performed + // immediately after a single activation. + if ( ! isset( $_POST['action'] ) ) { // WPCS: CSRF OK. + echo '

', + sprintf( + esc_html( $this->strings['plugin_needs_higher_version'] ), + '' . esc_html( $this->plugins[ $slug ]['name'] ) . '' + ), + '

'; + } + } else { + // Simpler message layout for use on the plugin install page. + echo '

', sprintf( esc_html( $this->strings['plugin_needs_higher_version'] ), esc_html( $this->plugins[ $slug ]['name'] ) ), '

'; + } + } + + return true; + } + + /** + * Echoes required plugin notice. + * + * Outputs a message telling users that a specific plugin is required for + * their theme. If appropriate, it includes a link to the form page where + * users can install and activate the plugin. + * + * Returns early if we're on the Install page. + * + * @since 1.0.0 + * + * @global object $current_screen + * + * @return null Returns early if we're on the Install page. + */ + public function notices() { + // Remove nag on the install page / Return early if the nag message has been dismissed. + if ( $this->is_tgmpa_page() || get_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_' . $this->id, true ) ) { + return; + } + + // Store for the plugin slugs by message type. + $message = array(); + + // Initialize counters used to determine plurality of action link texts. + $install_link_count = 0; + $update_link_count = 0; + $activate_link_count = 0; + + foreach ( $this->plugins as $slug => $plugin ) { + if ( $this->is_plugin_active( $slug ) && false === $this->does_plugin_have_update( $slug ) ) { + continue; + } + + if ( ! $this->is_plugin_installed( $slug ) ) { + if ( current_user_can( 'install_plugins' ) ) { + $install_link_count++; + + if ( true === $plugin['required'] ) { + $message['notice_can_install_required'][] = $slug; + } else { + $message['notice_can_install_recommended'][] = $slug; + } + } else { + // Need higher privileges to install the plugin. + $message['notice_cannot_install'][] = $slug; + } + } else { + if ( ! $this->is_plugin_active( $slug ) && $this->can_plugin_activate( $slug ) ) { + if ( current_user_can( 'activate_plugins' ) ) { + $activate_link_count++; + + if ( true === $plugin['required'] ) { + $message['notice_can_activate_required'][] = $slug; + } else { + $message['notice_can_activate_recommended'][] = $slug; + } + } else { + // Need higher privileges to activate the plugin. + $message['notice_cannot_activate'][] = $slug; + } + } + + if ( $this->does_plugin_require_update( $slug ) || false !== $this->does_plugin_have_update( $slug ) ) { + + if ( current_user_can( 'install_plugins' ) ) { + $update_link_count++; + + if ( $this->does_plugin_require_update( $slug ) ) { + $message['notice_ask_to_update'][] = $slug; + } elseif ( false !== $this->does_plugin_have_update( $slug ) ) { + $message['notice_ask_to_update_maybe'][] = $slug; + } + } else { + // Need higher privileges to update the plugin. + $message['notice_cannot_update'][] = $slug; + } + } + } + } + unset( $slug, $plugin ); + + // If we have notices to display, we move forward. + if ( ! empty( $message ) ) { + krsort( $message ); // Sort messages. + $rendered = ''; + + // As add_settings_error() wraps the final message in a

and as the final message can't be + // filtered, using

's in our html would render invalid html output. + $line_template = '%s' . "\n"; + + // If dismissable is false and a message is set, output it now. + if ( ! $this->dismissable && ! empty( $this->dismiss_msg ) ) { + $rendered .= sprintf( $line_template, wp_kses_post( $this->dismiss_msg ) ); + } + + // Render the individual message lines for the notice. + foreach ( $message as $type => $plugin_group ) { + $linked_plugins = array(); + + // Get the external info link for a plugin if one is available. + foreach ( $plugin_group as $plugin_slug ) { + $linked_plugins[] = $this->get_info_link( $plugin_slug ); + } + unset( $plugin_slug ); + + $count = count( $plugin_group ); + $linked_plugins = array_map( array( 'TGMPA_Utils', 'wrap_in_em' ), $linked_plugins ); + $last_plugin = array_pop( $linked_plugins ); // Pop off last name to prep for readability. + $imploded = empty( $linked_plugins ) ? $last_plugin : ( implode( ', ', $linked_plugins ) . ' ' . esc_html_x( 'and', 'plugin A *and* plugin B', 'cryout' ) . ' ' . $last_plugin ); + + $rendered .= sprintf( + $line_template, + sprintf( + translate_nooped_plural( $this->strings[ $type ], $count, 'cryout' ), + $imploded, + $count + ) + ); + + if ( 0 === strpos( $type, 'notice_cannot' ) ) { + $rendered .= $this->strings['contact_admin']; + } + } + unset( $type, $plugin_group, $linked_plugins, $count, $last_plugin, $imploded ); + + // Setup action links. + $action_links = array( + 'install' => '', + 'update' => '', + 'activate' => '', + 'dismiss' => $this->dismissable ? '' . esc_html( $this->strings['dismiss'] ) . '' : '', + ); + + $link_template = '%1$s'; + + if ( current_user_can( 'install_plugins' ) ) { + if ( $install_link_count > 0 ) { + $action_links['install'] = sprintf( + $link_template, + translate_nooped_plural( $this->strings['install_link'], $install_link_count, 'cryout' ), + esc_url( $this->get_tgmpa_status_url( 'install' ) ) + ); + } + if ( $update_link_count > 0 ) { + $action_links['update'] = sprintf( + $link_template, + translate_nooped_plural( $this->strings['update_link'], $update_link_count, 'cryout' ), + esc_url( $this->get_tgmpa_status_url( 'update' ) ) + ); + } + } + + if ( current_user_can( 'activate_plugins' ) && $activate_link_count > 0 ) { + $action_links['activate'] = sprintf( + $link_template, + translate_nooped_plural( $this->strings['activate_link'], $activate_link_count, 'cryout' ), + esc_url( $this->get_tgmpa_status_url( 'activate' ) ) + ); + } + + $action_links = apply_filters( 'tgmpa_notice_action_links', $action_links ); + + $action_links = array_filter( (array) $action_links ); // Remove any empty array items. + + if ( ! empty( $action_links ) && is_array( $action_links ) ) { + $action_links = sprintf( $line_template, implode( ' | ', $action_links ) ); + $rendered .= apply_filters( 'tgmpa_notice_rendered_action_links', $action_links ); + } + + // Register the nag messages and prepare them to be processed. + if ( ! empty( $this->strings['nag_type'] ) ) { + add_settings_error( 'tgmpa', 'tgmpa', $rendered, sanitize_html_class( strtolower( $this->strings['nag_type'] ) ) ); + } else { + $nag_class = version_compare( $this->wp_version, '3.8', '<' ) ? 'updated' : 'update-nag'; + add_settings_error( 'tgmpa', 'tgmpa', $rendered, $nag_class ); + } + } + + // Admin options pages already output settings_errors, so this is to avoid duplication. + if ( 'options-general' !== $GLOBALS['current_screen']->parent_base ) { + $this->display_settings_errors(); + } + } + + /** + * Display settings errors and remove those which have been displayed to avoid duplicate messages showing + * + * @since 2.5.0 + */ + protected function display_settings_errors() { + global $wp_settings_errors; + + settings_errors( 'tgmpa' ); + + foreach ( (array) $wp_settings_errors as $key => $details ) { + if ( 'tgmpa' === $details['setting'] ) { + unset( $wp_settings_errors[ $key ] ); + break; + } + } + } + + /** + * Add dismissable admin notices. + * + * Appends a link to the admin nag messages. If clicked, the admin notice disappears and no longer is visible to users. + * + * @since 2.1.0 + */ + public function dismiss() { + if ( isset( $_GET['tgmpa-dismiss'] ) ) { + update_user_meta( get_current_user_id(), 'tgmpa_dismissed_notice_' . $this->id, 1 ); + } + } + + /** + * Add individual plugin to our collection of plugins. + * + * If the required keys are not set or the plugin has already + * been registered, the plugin is not added. + * + * @since 2.0.0 + * + * @param array|null $plugin Array of plugin arguments or null if invalid argument. + * @return null Return early if incorrect argument. + */ + public function register( $plugin ) { + if ( empty( $plugin['slug'] ) || empty( $plugin['name'] ) ) { + return; + } + + if ( empty( $plugin['slug'] ) || ! is_string( $plugin['slug'] ) || isset( $this->plugins[ $plugin['slug'] ] ) ) { + return; + } + + $defaults = array( + 'name' => '', // String + 'slug' => '', // String + 'source' => 'repo', // String + 'required' => false, // Boolean + 'version' => '', // String + 'force_activation' => false, // Boolean + 'force_deactivation' => false, // Boolean + 'external_url' => '', // String + 'is_callable' => '', // String|Array. + ); + + // Prepare the received data. + $plugin = wp_parse_args( $plugin, $defaults ); + + // Standardize the received slug. + $plugin['slug'] = $this->sanitize_key( $plugin['slug'] ); + + // Forgive users for using string versions of booleans or floats for version number. + $plugin['version'] = (string) $plugin['version']; + $plugin['source'] = empty( $plugin['source'] ) ? 'repo' : $plugin['source']; + $plugin['required'] = TGMPA_Utils::validate_bool( $plugin['required'] ); + $plugin['force_activation'] = TGMPA_Utils::validate_bool( $plugin['force_activation'] ); + $plugin['force_deactivation'] = TGMPA_Utils::validate_bool( $plugin['force_deactivation'] ); + + // Enrich the received data. + $plugin['file_path'] = $this->_get_plugin_basename_from_slug( $plugin['slug'] ); + $plugin['source_type'] = $this->get_plugin_source_type( $plugin['source'] ); + + // Set the class properties. + $this->plugins[ $plugin['slug'] ] = $plugin; + $this->sort_order[ $plugin['slug'] ] = $plugin['name']; + + // Should we add the force activation hook ? + if ( true === $plugin['force_activation'] ) { + $this->has_forced_activation = true; + } + + // Should we add the force deactivation hook ? + if ( true === $plugin['force_deactivation'] ) { + $this->has_forced_deactivation = true; + } + } + + /** + * Determine what type of source the plugin comes from. + * + * @since 2.5.0 + * + * @param string $source The source of the plugin as provided, either empty (= WP repo), a file path + * (= bundled) or an external URL. + * @return string 'repo', 'external', or 'bundled' + */ + protected function get_plugin_source_type( $source ) { + if ( 'repo' === $source || preg_match( self::WP_REPO_REGEX, $source ) ) { + return 'repo'; + } elseif ( preg_match( self::IS_URL_REGEX, $source ) ) { + return 'external'; + } else { + return 'bundled'; + } + } + + /** + * Sanitizes a string key. + * + * Near duplicate of WP Core `sanitize_key()`. The difference is that uppercase characters *are* + * allowed, so as not to break upgrade paths from non-standard bundled plugins using uppercase + * characters in the plugin directory path/slug. Silly them. + * + * @see https://developer.wordpress.org/reference/hooks/sanitize_key/ + * + * @since 2.5.0 + * + * @param string $key String key. + * @return string Sanitized key + */ + public function sanitize_key( $key ) { + $raw_key = $key; + $key = preg_replace( '`[^A-Za-z0-9_-]`', '', $key ); + + /** + * Filter a sanitized key string. + * + * @since 3.0.0 + * + * @param string $key Sanitized key. + * @param string $raw_key The key prior to sanitization. + */ + return apply_filters( 'tgmpa_sanitize_key', $key, $raw_key ); + } + + /** + * Amend default configuration settings. + * + * @since 2.0.0 + * + * @param array $config Array of config options to pass as class properties. + */ + public function config( $config ) { + $keys = array( + 'id', + 'default_path', + 'has_notices', + 'dismissable', + 'dismiss_msg', + 'menu', + 'parent_slug', + 'capability', + 'is_automatic', + 'message', + 'strings', + ); + + foreach ( $keys as $key ) { + if ( isset( $config[ $key ] ) ) { + if ( is_array( $config[ $key ] ) ) { + $this->$key = array_merge( $this->$key, $config[ $key ] ); + } else { + $this->$key = $config[ $key ]; + } + } + } + } + + /** + * Amend action link after plugin installation. + * + * @since 2.0.0 + * + * @param array $install_actions Existing array of actions. + * @return array Amended array of actions. + */ + public function actions( $install_actions ) { + // Remove action links on the TGMPA install page. + if ( $this->is_tgmpa_page() ) { + return false; + } + + return $install_actions; + } + + /** + * Flushes the plugins cache on theme switch to prevent stale entries + * from remaining in the plugin table. + * + * @since 2.4.0 + * + * @param bool $clear_update_cache Optional. Whether to clear the Plugin updates cache. + * Parameter added in v2.5.0. + */ + public function flush_plugins_cache( $clear_update_cache = true ) { + wp_clean_plugins_cache( $clear_update_cache ); + } + + /** + * Set file_path key for each installed plugin. + * + * @since 2.1.0 + * + * @param string $plugin_slug Optional. If set, only (re-)populates the file path for that specific plugin. + * Parameter added in v2.5.0. + */ + public function populate_file_path( $plugin_slug = '' ) { + if ( ! empty( $plugin_slug ) && is_string( $plugin_slug ) && isset( $this->plugins[ $plugin_slug ] ) ) { + $this->plugins[ $plugin_slug ]['file_path'] = $this->_get_plugin_basename_from_slug( $plugin_slug ); + } else { + // Add file_path key for all plugins. + foreach ( $this->plugins as $slug => $values ) { + $this->plugins[ $slug ]['file_path'] = $this->_get_plugin_basename_from_slug( $slug ); + } + } + } + + /** + * Helper function to extract the file path of the plugin file from the + * plugin slug, if the plugin is installed. + * + * @since 2.0.0 + * + * @param string $slug Plugin slug (typically folder name) as provided by the developer. + * @return string Either file path for plugin if installed, or just the plugin slug. + */ + protected function _get_plugin_basename_from_slug( $slug ) { + $keys = array_keys( $this->get_plugins() ); + + foreach ( $keys as $key ) { + if ( preg_match( '|^' . $slug . '/|', $key ) ) { + return $key; + } + } + + return $slug; + } + + /** + * Retrieve plugin data, given the plugin name. + * + * Loops through the registered plugins looking for $name. If it finds it, + * it returns the $data from that plugin. Otherwise, returns false. + * + * @since 2.1.0 + * + * @param string $name Name of the plugin, as it was registered. + * @param string $data Optional. Array key of plugin data to return. Default is slug. + * @return string|boolean Plugin slug if found, false otherwise. + */ + public function _get_plugin_data_from_name( $name, $data = 'slug' ) { + foreach ( $this->plugins as $values ) { + if ( $name === $values['name'] && isset( $values[ $data ] ) ) { + return $values[ $data ]; + } + } + + return false; + } + + /** + * Retrieve the download URL for a package. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return string Plugin download URL or path to local file or empty string if undetermined. + */ + public function get_download_url( $slug ) { + $dl_source = ''; + + switch ( $this->plugins[ $slug ]['source_type'] ) { + case 'repo': + return $this->get_wp_repo_download_url( $slug ); + case 'external': + return $this->plugins[ $slug ]['source']; + case 'bundled': + return $this->default_path . $this->plugins[ $slug ]['source']; + } + + return $dl_source; // Should never happen. + } + + /** + * Retrieve the download URL for a WP repo package. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return string Plugin download URL. + */ + protected function get_wp_repo_download_url( $slug ) { + $source = ''; + $api = $this->get_plugins_api( $slug ); + + if ( false !== $api && isset( $api->download_link ) ) { + $source = $api->download_link; + } + + return $source; + } + + /** + * Try to grab information from WordPress API. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return object Plugins_api response object on success, WP_Error on failure. + */ + protected function get_plugins_api( $slug ) { + static $api = array(); // Cache received responses. + + if ( ! isset( $api[ $slug ] ) ) { + if ( ! function_exists( 'plugins_api' ) ) { + require_once ABSPATH . 'wp-admin/includes/plugin-install.php'; + } + + $response = plugins_api( 'plugin_information', array( 'slug' => $slug, 'fields' => array( 'sections' => false ) ) ); + + $api[ $slug ] = false; + + if ( is_wp_error( $response ) ) { + wp_die( esc_html( $this->strings['oops'] ) ); + } else { + $api[ $slug ] = $response; + } + } + + return $api[ $slug ]; + } + + /** + * Retrieve a link to a plugin information page. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return string Fully formed html link to a plugin information page if available + * or the plugin name if not. + */ + public function get_info_link( $slug ) { + if ( ! empty( $this->plugins[ $slug ]['external_url'] ) && preg_match( self::IS_URL_REGEX, $this->plugins[ $slug ]['external_url'] ) ) { + $link = sprintf( + '%2$s', + esc_url( $this->plugins[ $slug ]['external_url'] ), + esc_html( $this->plugins[ $slug ]['name'] ) + ); + } elseif ( 'repo' === $this->plugins[ $slug ]['source_type'] ) { + $url = add_query_arg( + array( + 'tab' => 'plugin-information', + 'plugin' => urlencode( $slug ), + 'TB_iframe' => 'true', + 'width' => '640', + 'height' => '500', + ), + self_admin_url( 'plugin-install.php' ) + ); + + $link = sprintf( + '%2$s', + esc_url( $url ), + esc_html( $this->plugins[ $slug ]['name'] ) + ); + } else { + $link = esc_html( $this->plugins[ $slug ]['name'] ); // No hyperlink. + } + + return $link; + } + + /** + * Determine if we're on the TGMPA Install page. + * + * @since 2.1.0 + * + * @return boolean True when on the TGMPA page, false otherwise. + */ + protected function is_tgmpa_page() { + return isset( $_GET['page'] ) && $this->menu === $_GET['page']; + } + + /** + * Retrieve the URL to the TGMPA Install page. + * + * I.e. depending on the config settings passed something along the lines of: + * http://example.com/wp-admin/themes.php?page=tgmpa-install-plugins + * + * @since 2.5.0 + * + * @return string Properly encoded URL (not escaped). + */ + public function get_tgmpa_url() { + static $url; + + if ( ! isset( $url ) ) { + $parent = $this->parent_slug; + if ( false === strpos( $parent, '.php' ) ) { + $parent = 'admin.php'; + } + $url = add_query_arg( + array( + 'page' => urlencode( $this->menu ), + ), + self_admin_url( $parent ) + ); + } + + return $url; + } + + /** + * Retrieve the URL to the TGMPA Install page for a specific plugin status (view). + * + * I.e. depending on the config settings passed something along the lines of: + * http://example.com/wp-admin/themes.php?page=tgmpa-install-plugins&plugin_status=install + * + * @since 2.5.0 + * + * @param string $status Plugin status - either 'install', 'update' or 'activate'. + * @return string Properly encoded URL (not escaped). + */ + public function get_tgmpa_status_url( $status ) { + return add_query_arg( + array( + 'plugin_status' => urlencode( $status ), + ), + $this->get_tgmpa_url() + ); + } + + /** + * Determine whether there are open actions for plugins registered with TGMPA. + * + * @since 2.5.0 + * + * @return bool True if complete, i.e. no outstanding actions. False otherwise. + */ + public function is_tgmpa_complete() { + $complete = true; + foreach ( $this->plugins as $slug => $plugin ) { + if ( ! $this->is_plugin_active( $slug ) || false !== $this->does_plugin_have_update( $slug ) ) { + $complete = false; + break; + } + } + + return $complete; + } + + /** + * Check if a plugin is installed. Does not take must-use plugins into account. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return bool True if installed, false otherwise. + */ + public function is_plugin_installed( $slug ) { + $installed_plugins = $this->get_plugins(); // Retrieve a list of all installed plugins (WP cached). + + return ( ! empty( $installed_plugins[ $this->plugins[ $slug ]['file_path'] ] ) ); + } + + /** + * Check if a plugin is active. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return bool True if active, false otherwise. + */ + public function is_plugin_active( $slug ) { + return ( ( ! empty( $this->plugins[ $slug ]['is_callable'] ) && is_callable( $this->plugins[ $slug ]['is_callable'] ) ) || is_plugin_active( $this->plugins[ $slug ]['file_path'] ) ); + } + + /** + * Check if a plugin can be updated, i.e. if we have information on the minimum WP version required + * available, check whether the current install meets them. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return bool True if OK to update, false otherwise. + */ + public function can_plugin_update( $slug ) { + // We currently can't get reliable info on non-WP-repo plugins - issue #380. + if ( 'repo' !== $this->plugins[ $slug ]['source_type'] ) { + return true; + } + + $api = $this->get_plugins_api( $slug ); + + if ( false !== $api && isset( $api->requires ) ) { + return version_compare( $GLOBALS['wp_version'], $api->requires, '>=' ); + } + + // No usable info received from the plugins API, presume we can update. + return true; + } + + /** + * Check if a plugin can be activated, i.e. is not currently active and meets the minimum + * plugin version requirements set in TGMPA (if any). + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return bool True if OK to activate, false otherwise. + */ + public function can_plugin_activate( $slug ) { + return ( ! $this->is_plugin_active( $slug ) && ! $this->does_plugin_require_update( $slug ) ); + } + + /** + * Retrieve the version number of an installed plugin. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return string Version number as string or an empty string if the plugin is not installed + * or version unknown (plugins which don't comply with the plugin header standard). + */ + public function get_installed_version( $slug ) { + $installed_plugins = $this->get_plugins(); // Retrieve a list of all installed plugins (WP cached). + + if ( ! empty( $installed_plugins[ $this->plugins[ $slug ]['file_path'] ]['Version'] ) ) { + return $installed_plugins[ $this->plugins[ $slug ]['file_path'] ]['Version']; + } + + return ''; + } + + /** + * Check whether a plugin complies with the minimum version requirements. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return bool True when a plugin needs to be updated, otherwise false. + */ + public function does_plugin_require_update( $slug ) { + $installed_version = $this->get_installed_version( $slug ); + $minimum_version = $this->plugins[ $slug ]['version']; + + return version_compare( $minimum_version, $installed_version, '>' ); + } + + /** + * Check whether there is an update available for a plugin. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return false|string Version number string of the available update or false if no update available. + */ + public function does_plugin_have_update( $slug ) { + // Presume bundled and external plugins will point to a package which meets the minimum required version. + if ( 'repo' !== $this->plugins[ $slug ]['source_type'] ) { + if ( $this->does_plugin_require_update( $slug ) ) { + return $this->plugins[ $slug ]['version']; + } + + return false; + } + + $repo_updates = get_site_transient( 'update_plugins' ); + + if ( isset( $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->new_version ) ) { + return $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->new_version; + } + + return false; + } + + /** + * Retrieve potential upgrade notice for a plugin. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return string The upgrade notice or an empty string if no message was available or provided. + */ + public function get_upgrade_notice( $slug ) { + // We currently can't get reliable info on non-WP-repo plugins - issue #380. + if ( 'repo' !== $this->plugins[ $slug ]['source_type'] ) { + return ''; + } + + $repo_updates = get_site_transient( 'update_plugins' ); + + if ( ! empty( $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->upgrade_notice ) ) { + return $repo_updates->response[ $this->plugins[ $slug ]['file_path'] ]->upgrade_notice; + } + + return ''; + } + + /** + * Wrapper around the core WP get_plugins function, making sure it's actually available. + * + * @since 2.5.0 + * + * @param string $plugin_folder Optional. Relative path to single plugin folder. + * @return array Array of installed plugins with plugin information. + */ + public function get_plugins( $plugin_folder = '' ) { + if ( ! function_exists( 'get_plugins' ) ) { + require_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + return get_plugins( $plugin_folder ); + } + + /** + * Delete dismissable nag option when theme is switched. + * + * This ensures that the user(s) is/are again reminded via nag of required + * and/or recommended plugins if they re-activate the theme. + * + * @since 2.1.1 + */ + public function update_dismiss() { + delete_metadata( 'user', null, 'tgmpa_dismissed_notice_' . $this->id, null, true ); + } + + /** + * Forces plugin activation if the parameter 'force_activation' is + * set to true. + * + * This allows theme authors to specify certain plugins that must be + * active at all times while using the current theme. + * + * Please take special care when using this parameter as it has the + * potential to be harmful if not used correctly. Setting this parameter + * to true will not allow the specified plugin to be deactivated unless + * the user switches themes. + * + * @since 2.2.0 + */ + public function force_activation() { + foreach ( $this->plugins as $slug => $plugin ) { + if ( true === $plugin['force_activation'] ) { + if ( ! $this->is_plugin_installed( $slug ) ) { + // Oops, plugin isn't there so iterate to next condition. + continue; + } elseif ( $this->can_plugin_activate( $slug ) ) { + // There we go, activate the plugin. + activate_plugin( $plugin['file_path'] ); + } + } + } + } + + /** + * Forces plugin deactivation if the parameter 'force_deactivation' + * is set to true. + * + * This allows theme authors to specify certain plugins that must be + * deactivated upon switching from the current theme to another. + * + * Please take special care when using this parameter as it has the + * potential to be harmful if not used correctly. + * + * @since 2.2.0 + */ + public function force_deactivation() { + foreach ( $this->plugins as $slug => $plugin ) { + // Only proceed forward if the parameter is set to true and plugin is active. + if ( true === $plugin['force_deactivation'] && $this->is_plugin_active( $slug ) ) { + deactivate_plugins( $plugin['file_path'] ); + } + } + } + + /** + * Echo the current TGMPA version number to the page. + */ + public function show_tgmpa_version() { + echo '

', + esc_html( sprintf( _x( 'TGMPA v%s', '%s = version number', 'cryout' ), self::TGMPA_VERSION ) ), + '

'; + } + + /** + * Returns the singleton instance of the class. + * + * @since 2.4.0 + * + * @return object The TGM_Plugin_Activation object. + */ + public static function get_instance() { + if ( ! isset( self::$instance ) && ! ( self::$instance instanceof self ) ) { + self::$instance = new self(); + } + + return self::$instance; + } + } + + if ( ! function_exists( 'load_tgm_plugin_activation' ) ) { + /** + * Ensure only one instance of the class is ever invoked. + */ + function load_tgm_plugin_activation() { + $GLOBALS['tgmpa'] = TGM_Plugin_Activation::get_instance(); + } + } + + if ( did_action( 'plugins_loaded' ) ) { + load_tgm_plugin_activation(); + } else { + add_action( 'plugins_loaded', 'load_tgm_plugin_activation' ); + } +} + +if ( ! function_exists( 'tgmpa' ) ) { + /** + * Helper function to register a collection of required plugins. + * + * @since 2.0.0 + * @api + * + * @param array $plugins An array of plugin arrays. + * @param array $config Optional. An array of configuration values. + */ + function tgmpa( $plugins, $config = array() ) { + $instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); + + foreach ( $plugins as $plugin ) { + call_user_func( array( $instance, 'register' ), $plugin ); + } + + if ( ! empty( $config ) && is_array( $config ) ) { + // Send out notices for deprecated arguments passed. + if ( isset( $config['notices'] ) ) { + _deprecated_argument( __FUNCTION__, '2.2.0', 'The `notices` config parameter was renamed to `has_notices` in TGMPA 2.2.0. Please adjust your configuration.' ); + if ( ! isset( $config['has_notices'] ) ) { + $config['has_notices'] = $config['notices']; + } + } + + if ( isset( $config['parent_menu_slug'] ) ) { + _deprecated_argument( __FUNCTION__, '2.4.0', 'The `parent_menu_slug` config parameter was removed in TGMPA 2.4.0. In TGMPA 2.5.0 an alternative was (re-)introduced. Please adjust your configuration. For more information visit the website: http://tgmpluginactivation.com/configuration/#h-configuration-options.' ); + } + if ( isset( $config['parent_url_slug'] ) ) { + _deprecated_argument( __FUNCTION__, '2.4.0', 'The `parent_url_slug` config parameter was removed in TGMPA 2.4.0. In TGMPA 2.5.0 an alternative was (re-)introduced. Please adjust your configuration. For more information visit the website: http://tgmpluginactivation.com/configuration/#h-configuration-options.' ); + } + + call_user_func( array( $instance, 'config' ), $config ); + } + } +} + +/** + * WP_List_Table isn't always available. If it isn't available, + * we load it here. + * + * @since 2.2.0 + */ +if ( ! class_exists( 'WP_List_Table' ) ) { + require_once ABSPATH . 'wp-admin/includes/class-wp-list-table.php'; +} + +if ( ! class_exists( 'TGMPA_List_Table' ) ) { + + /** + * List table class for handling plugins. + * + * Extends the WP_List_Table class to provide a future-compatible + * way of listing out all required/recommended plugins. + * + * Gives users an interface similar to the Plugin Administration + * area with similar (albeit stripped down) capabilities. + * + * This class also allows for the bulk install of plugins. + * + * @since 2.2.0 + * + * @package TGM-Plugin-Activation + * @author Thomas Griffin + * @author Gary Jones + */ + class TGMPA_List_Table extends WP_List_Table { + /** + * TGMPA instance. + * + * @since 2.5.0 + * + * @var object + */ + protected $tgmpa; + + /** + * The currently chosen view. + * + * @since 2.5.0 + * + * @var string One of: 'all', 'install', 'update', 'activate' + */ + public $view_context = 'all'; + + /** + * The plugin counts for the various views. + * + * @since 2.5.0 + * + * @var array + */ + protected $view_totals = array( + 'all' => 0, + 'install' => 0, + 'update' => 0, + 'activate' => 0, + ); + + /** + * References parent constructor and sets defaults for class. + * + * @since 2.2.0 + */ + public function __construct() { + $this->tgmpa = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); + + parent::__construct( + array( + 'singular' => 'plugin', + 'plural' => 'plugins', + 'ajax' => false, + ) + ); + + if ( isset( $_REQUEST['plugin_status'] ) && in_array( $_REQUEST['plugin_status'], array( 'install', 'update', 'activate' ), true ) ) { + $this->view_context = sanitize_key( $_REQUEST['plugin_status'] ); + } + + add_filter( 'tgmpa_table_data_items', array( $this, 'sort_table_items' ) ); + } + + /** + * Get a list of CSS classes for the
-
', - esc_html__( 'Upgrade message from the plugin author:', 'cryout' ), - ' ', wp_kses_data( $item['upgrade_notice'] ), ' -
-
tag. + * + * Overruled to prevent the 'plural' argument from being added. + * + * @since 2.5.0 + * + * @return array CSS classnames. + */ + public function get_table_classes() { + return array( 'widefat', 'fixed' ); + } + + /** + * Gathers and renames all of our plugin information to be used by WP_List_Table to create our table. + * + * @since 2.2.0 + * + * @return array $table_data Information for use in table. + */ + protected function _gather_plugin_data() { + // Load thickbox for plugin links. + $this->tgmpa->admin_init(); + $this->tgmpa->thickbox(); + + // Categorize the plugins which have open actions. + $plugins = $this->categorize_plugins_to_views(); + + // Set the counts for the view links. + $this->set_view_totals( $plugins ); + + // Prep variables for use and grab list of all installed plugins. + $table_data = array(); + $i = 0; + + // Redirect to the 'all' view if no plugins were found for the selected view context. + if ( empty( $plugins[ $this->view_context ] ) ) { + $this->view_context = 'all'; + } + + foreach ( $plugins[ $this->view_context ] as $slug => $plugin ) { + $table_data[ $i ]['sanitized_plugin'] = $plugin['name']; + $table_data[ $i ]['slug'] = $slug; + $table_data[ $i ]['plugin'] = '' . $this->tgmpa->get_info_link( $slug ) . ''; + $table_data[ $i ]['source'] = $this->get_plugin_source_type_text( $plugin['source_type'] ); + $table_data[ $i ]['type'] = $this->get_plugin_advise_type_text( $plugin['required'] ); + $table_data[ $i ]['status'] = $this->get_plugin_status_text( $slug ); + $table_data[ $i ]['installed_version'] = $this->tgmpa->get_installed_version( $slug ); + $table_data[ $i ]['minimum_version'] = $plugin['version']; + $table_data[ $i ]['available_version'] = $this->tgmpa->does_plugin_have_update( $slug ); + + // Prep the upgrade notice info. + $upgrade_notice = $this->tgmpa->get_upgrade_notice( $slug ); + if ( ! empty( $upgrade_notice ) ) { + $table_data[ $i ]['upgrade_notice'] = $upgrade_notice; + + add_action( "tgmpa_after_plugin_row_$slug", array( $this, 'wp_plugin_update_row' ), 10, 2 ); + } + + $table_data[ $i ] = apply_filters( 'tgmpa_table_data_item', $table_data[ $i ], $plugin ); + + $i++; + } + + return $table_data; + } + + /** + * Categorize the plugins which have open actions into views for the TGMPA page. + * + * @since 2.5.0 + */ + protected function categorize_plugins_to_views() { + $plugins = array( + 'all' => array(), // Meaning: all plugins which still have open actions. + 'install' => array(), + 'update' => array(), + 'activate' => array(), + ); + + foreach ( $this->tgmpa->plugins as $slug => $plugin ) { + if ( $this->tgmpa->is_plugin_active( $slug ) && false === $this->tgmpa->does_plugin_have_update( $slug ) ) { + // No need to display plugins if they are installed, up-to-date and active. + continue; + } else { + $plugins['all'][ $slug ] = $plugin; + + if ( ! $this->tgmpa->is_plugin_installed( $slug ) ) { + $plugins['install'][ $slug ] = $plugin; + } else { + if ( false !== $this->tgmpa->does_plugin_have_update( $slug ) ) { + $plugins['update'][ $slug ] = $plugin; + } + + if ( $this->tgmpa->can_plugin_activate( $slug ) ) { + $plugins['activate'][ $slug ] = $plugin; + } + } + } + } + + return $plugins; + } + + /** + * Set the counts for the view links. + * + * @since 2.5.0 + * + * @param array $plugins Plugins order by view. + */ + protected function set_view_totals( $plugins ) { + foreach ( $plugins as $type => $list ) { + $this->view_totals[ $type ] = count( $list ); + } + } + + /** + * Get the plugin required/recommended text string. + * + * @since 2.5.0 + * + * @param string $required Plugin required setting. + * @return string + */ + protected function get_plugin_advise_type_text( $required ) { + if ( true === $required ) { + return __( 'Required', 'cryout' ); + } + + return __( 'Recommended', 'cryout' ); + } + + /** + * Get the plugin source type text string. + * + * @since 2.5.0 + * + * @param string $type Plugin type. + * @return string + */ + protected function get_plugin_source_type_text( $type ) { + $string = ''; + + switch ( $type ) { + case 'repo': + $string = __( 'WordPress Repository', 'cryout' ); + break; + case 'external': + $string = __( 'External Source', 'cryout' ); + break; + case 'bundled': + $string = __( 'Pre-Packaged', 'cryout' ); + break; + } + + return $string; + } + + /** + * Determine the plugin status message. + * + * @since 2.5.0 + * + * @param string $slug Plugin slug. + * @return string + */ + protected function get_plugin_status_text( $slug ) { + if ( ! $this->tgmpa->is_plugin_installed( $slug ) ) { + return __( 'Not Installed', 'cryout' ); + } + + if ( ! $this->tgmpa->is_plugin_active( $slug ) ) { + $install_status = __( 'Installed But Not Activated', 'cryout' ); + } else { + $install_status = __( 'Active', 'cryout' ); + } + + $update_status = ''; + + if ( $this->tgmpa->does_plugin_require_update( $slug ) && false === $this->tgmpa->does_plugin_have_update( $slug ) ) { + $update_status = __( 'Required Update not Available', 'cryout' ); + + } elseif ( $this->tgmpa->does_plugin_require_update( $slug ) ) { + $update_status = __( 'Requires Update', 'cryout' ); + + } elseif ( false !== $this->tgmpa->does_plugin_have_update( $slug ) ) { + $update_status = __( 'Update recommended', 'cryout' ); + } + + if ( '' === $update_status ) { + return $install_status; + } + + return sprintf( + _x( '%1$s, %2$s', '%1$s = install status, %2$s = update status', 'cryout' ), + $install_status, + $update_status + ); + } + + /** + * Sort plugins by Required/Recommended type and by alphabetical plugin name within each type. + * + * @since 2.5.0 + * + * @param array $items Prepared table items. + * @return array Sorted table items. + */ + public function sort_table_items( $items ) { + $type = array(); + $name = array(); + + foreach ( $items as $i => $plugin ) { + $type[ $i ] = $plugin['type']; // Required / recommended. + $name[ $i ] = $plugin['sanitized_plugin']; + } + + array_multisort( $type, SORT_DESC, $name, SORT_ASC, $items ); + + return $items; + } + + /** + * Get an associative array ( id => link ) of the views available on this table. + * + * @since 2.5.0 + * + * @return array + */ + public function get_views() { + $status_links = array(); + + foreach ( $this->view_totals as $type => $count ) { + if ( $count < 1 ) { + continue; + } + + switch ( $type ) { + case 'all': + $text = _nx( 'All (%s)', 'All (%s)', $count, 'plugins', 'cryout' ); + break; + case 'install': + $text = _n( 'To Install (%s)', 'To Install (%s)', $count, 'cryout' ); + break; + case 'update': + $text = _n( 'Update Available (%s)', 'Update Available (%s)', $count, 'cryout' ); + break; + case 'activate': + $text = _n( 'To Activate (%s)', 'To Activate (%s)', $count, 'cryout' ); + break; + default: + $text = ''; + break; + } + + if ( ! empty( $text ) ) { + + $status_links[ $type ] = sprintf( + '%s', + esc_url( $this->tgmpa->get_tgmpa_status_url( $type ) ), + ( $type === $this->view_context ) ? ' class="current"' : '', + sprintf( $text, number_format_i18n( $count ) ) + ); + } + } + + return $status_links; + } + + /** + * Create default columns to display important plugin information + * like type, action and status. + * + * @since 2.2.0 + * + * @param array $item Array of item data. + * @param string $column_name The name of the column. + * @return string + */ + public function column_default( $item, $column_name ) { + return $item[ $column_name ]; + } + + /** + * Required for bulk installing. + * + * Adds a checkbox for each plugin. + * + * @since 2.2.0 + * + * @param array $item Array of item data. + * @return string The input checkbox with all necessary info. + */ + public function column_cb( $item ) { + return sprintf( + '', + esc_attr( $this->_args['singular'] ), + esc_attr( $item['slug'] ), + esc_attr( $item['sanitized_plugin'] ) + ); + } + + /** + * Create default title column along with the action links. + * + * @since 2.2.0 + * + * @param array $item Array of item data. + * @return string The plugin name and action links. + */ + public function column_plugin( $item ) { + return sprintf( + '%1$s %2$s', + $item['plugin'], + $this->row_actions( $this->get_row_actions( $item ), true ) + ); + } + + /** + * Create version information column. + * + * @since 2.5.0 + * + * @param array $item Array of item data. + * @return string HTML-formatted version information. + */ + public function column_version( $item ) { + $output = array(); + + if ( $this->tgmpa->is_plugin_installed( $item['slug'] ) ) { + $installed = ! empty( $item['installed_version'] ) ? $item['installed_version'] : _x( 'unknown', 'as in: "version nr unknown"', 'cryout' ); + + $color = ''; + if ( ! empty( $item['minimum_version'] ) && $this->tgmpa->does_plugin_require_update( $item['slug'] ) ) { + $color = ' color: #ff0000; font-weight: bold;'; + } + + $output[] = sprintf( + '

%2$s' . __( 'Installed version:', 'cryout' ) . '

', + $color, + $installed + ); + } + + if ( ! empty( $item['minimum_version'] ) ) { + $output[] = sprintf( + '

%1$s' . __( 'Minimum required version:', 'cryout' ) . '

', + $item['minimum_version'] + ); + } + + if ( ! empty( $item['available_version'] ) ) { + $color = ''; + if ( ! empty( $item['minimum_version'] ) && version_compare( $item['available_version'], $item['minimum_version'], '>=' ) ) { + $color = ' color: #71C671; font-weight: bold;'; + } + + $output[] = sprintf( + '

%2$s' . __( 'Available version:', 'cryout' ) . '

', + $color, + $item['available_version'] + ); + } + + if ( empty( $output ) ) { + return ' '; // Let's not break the table layout. + } else { + return implode( "\n", $output ); + } + } + + /** + * Sets default message within the plugins table if no plugins + * are left for interaction. + * + * Hides the menu item to prevent the user from clicking and + * getting a permissions error. + * + * @since 2.2.0 + */ + public function no_items() { + printf( wp_kses_post( __( 'No plugins to install, update or activate. Return to the Dashboard', 'cryout' ) ), esc_url( self_admin_url() ) ); + echo ''; + } + + /** + * Output all the column information within the table. + * + * @since 2.2.0 + * + * @return array $columns The column names. + */ + public function get_columns() { + $columns = array( + 'cb' => '', + 'plugin' => __( 'Plugin', 'cryout' ), + 'source' => __( 'Source', 'cryout' ), + 'type' => __( 'Type', 'cryout' ), + ); + + if ( 'all' === $this->view_context || 'update' === $this->view_context ) { + $columns['version'] = __( 'Version', 'cryout' ); + $columns['status'] = __( 'Status', 'cryout' ); + } + + return apply_filters( 'tgmpa_table_columns', $columns ); + } + + /** + * Get name of default primary column + * + * @since 2.5.0 / WP 4.3+ compatibility + * @access protected + * + * @return string + */ + protected function get_default_primary_column_name() { + return 'plugin'; + } + + /** + * Get the name of the primary column. + * + * @since 2.5.0 / WP 4.3+ compatibility + * @access protected + * + * @return string The name of the primary column. + */ + protected function get_primary_column_name() { + if ( method_exists( 'WP_List_Table', 'get_primary_column_name' ) ) { + return parent::get_primary_column_name(); + } else { + return $this->get_default_primary_column_name(); + } + } + + /** + * Get the actions which are relevant for a specific plugin row. + * + * @since 2.5.0 + * + * @param array $item Array of item data. + * @return array Array with relevant action links. + */ + protected function get_row_actions( $item ) { + $actions = array(); + $action_links = array(); + + // Display the 'Install' action link if the plugin is not yet available. + if ( ! $this->tgmpa->is_plugin_installed( $item['slug'] ) ) { + $actions['install'] = _x( 'Install %2$s', '%2$s = plugin name in screen reader markup', 'cryout' ); + } else { + // Display the 'Update' action link if an update is available and WP complies with plugin minimum. + if ( false !== $this->tgmpa->does_plugin_have_update( $item['slug'] ) && $this->tgmpa->can_plugin_update( $item['slug'] ) ) { + $actions['update'] = _x( 'Update %2$s', '%2$s = plugin name in screen reader markup', 'cryout' ); + } + + // Display the 'Activate' action link, but only if the plugin meets the minimum version. + if ( $this->tgmpa->can_plugin_activate( $item['slug'] ) ) { + $actions['activate'] = _x( 'Activate %2$s', '%2$s = plugin name in screen reader markup', 'cryout' ); + } + } + + // Create the actual links. + foreach ( $actions as $action => $text ) { + $nonce_url = wp_nonce_url( + add_query_arg( + array( + 'plugin' => urlencode( $item['slug'] ), + 'tgmpa-' . $action => $action . '-plugin', + ), + $this->tgmpa->get_tgmpa_url() + ), + 'tgmpa-' . $action, + 'tgmpa-nonce' + ); + + $action_links[ $action ] = sprintf( + '' . esc_html( $text ) . '', + esc_url( $nonce_url ), + '' . esc_html( $item['sanitized_plugin'] ) . '' + ); + } + + $prefix = ( defined( 'WP_NETWORK_ADMIN' ) && WP_NETWORK_ADMIN ) ? 'network_admin_' : ''; + return apply_filters( "tgmpa_{$prefix}plugin_action_links", array_filter( $action_links ), $item['slug'], $item, $this->view_context ); + } + + /** + * Generates content for a single row of the table. + * + * @since 2.5.0 + * + * @param object $item The current item. + */ + public function single_row( $item ) { + parent::single_row( $item ); + + /** + * Fires after each specific row in the TGMPA Plugins list table. + * + * The dynamic portion of the hook name, `$item['slug']`, refers to the slug + * for the plugin. + * + * @since 2.5.0 + */ + do_action( "tgmpa_after_plugin_row_{$item['slug']}", $item['slug'], $item, $this->view_context ); + } + + /** + * Show the upgrade notice below a plugin row if there is one. + * + * @since 2.5.0 + * + * @see /wp-admin/includes/update.php + * + * @param string $slug Plugin slug. + * @param array $item The information available in this table row. + * @return null Return early if upgrade notice is empty. + */ + public function wp_plugin_update_row( $slug, $item ) { + if ( empty( $item['upgrade_notice'] ) ) { + return; + } + + echo ' +
+ + '; + } + + /** + * Extra controls to be displayed between bulk actions and pagination. + * + * @since 2.5.0 + * + * @param string $which 'top' or 'bottom' table navigation. + */ + public function extra_tablenav( $which ) { + if ( 'bottom' === $which ) { + $this->tgmpa->show_tgmpa_version(); + } + } + + /** + * Defines the bulk actions for handling registered plugins. + * + * @since 2.2.0 + * + * @return array $actions The bulk actions for the plugin install table. + */ + public function get_bulk_actions() { + + $actions = array(); + + if ( 'update' !== $this->view_context && 'activate' !== $this->view_context ) { + if ( current_user_can( 'install_plugins' ) ) { + $actions['tgmpa-bulk-install'] = __( 'Install', 'cryout' ); + } + } + + if ( 'install' !== $this->view_context ) { + if ( current_user_can( 'update_plugins' ) ) { + $actions['tgmpa-bulk-update'] = __( 'Update', 'cryout' ); + } + if ( current_user_can( 'activate_plugins' ) ) { + $actions['tgmpa-bulk-activate'] = __( 'Activate', 'cryout' ); + } + } + + return $actions; + } + + /** + * Processes bulk installation and activation actions. + * + * The bulk installation process looks for the $_POST information and passes that + * through if a user has to use WP_Filesystem to enter their credentials. + * + * @since 2.2.0 + */ + public function process_bulk_actions() { + // Bulk installation process. + if ( 'tgmpa-bulk-install' === $this->current_action() || 'tgmpa-bulk-update' === $this->current_action() ) { + + check_admin_referer( 'bulk-' . $this->_args['plural'] ); + + $install_type = 'install'; + if ( 'tgmpa-bulk-update' === $this->current_action() ) { + $install_type = 'update'; + } + + $plugins_to_install = array(); + + // Did user actually select any plugins to install/update ? + if ( empty( $_POST['plugin'] ) ) { + if ( 'install' === $install_type ) { + $message = __( 'No plugins were selected to be installed. No action taken.', 'cryout' ); + } else { + $message = __( 'No plugins were selected to be updated. No action taken.', 'cryout' ); + } + + echo '

', esc_html( $message ), '

'; + + return false; + } + + if ( is_array( $_POST['plugin'] ) ) { + $plugins_to_install = (array) $_POST['plugin']; + } elseif ( is_string( $_POST['plugin'] ) ) { + // Received via Filesystem page - un-flatten array (WP bug #19643). + $plugins_to_install = explode( ',', $_POST['plugin'] ); + } + + // Sanitize the received input. + $plugins_to_install = array_map( 'urldecode', $plugins_to_install ); + $plugins_to_install = array_map( array( $this->tgmpa, 'sanitize_key' ), $plugins_to_install ); + + // Validate the received input. + foreach ( $plugins_to_install as $key => $slug ) { + // Check if the plugin was registered with TGMPA and remove if not. + if ( ! isset( $this->tgmpa->plugins[ $slug ] ) ) { + unset( $plugins_to_install[ $key ] ); + continue; + } + + // For updates: make sure this is a plugin we *can* update (update available and WP version ok). + if ( 'update' === $install_type && ( $this->tgmpa->is_plugin_installed( $slug ) && ( false === $this->tgmpa->does_plugin_have_update( $slug ) || ! $this->tgmpa->can_plugin_update( $slug ) ) ) ) { + unset( $plugins_to_install[ $key ] ); + } + } + + // No need to proceed further if we have no plugins to handle. + if ( empty( $plugins_to_install ) ) { + if ( 'install' === $install_type ) { + $message = __( 'No plugins are available to be installed at this time.', 'cryout' ); + } else { + $message = __( 'No plugins are available to be updated at this time.', 'cryout' ); + } + + echo '

', esc_html( $message ), '

'; + + return false; + } + + // Pass all necessary information if WP_Filesystem is needed. + $url = wp_nonce_url( + $this->tgmpa->get_tgmpa_url(), + 'bulk-' . $this->_args['plural'] + ); + + // Give validated data back to $_POST which is the only place the filesystem looks for extra fields. + $_POST['plugin'] = implode( ',', $plugins_to_install ); // Work around for WP bug #19643. + + $method = ''; // Leave blank so WP_Filesystem can populate it as necessary. + $fields = array_keys( $_POST ); // Extra fields to pass to WP_Filesystem. + + if ( false === ( $creds = request_filesystem_credentials( esc_url_raw( $url ), $method, false, false, $fields ) ) ) { + return true; // Stop the normal page form from displaying, credential request form will be shown. + } + + // Now we have some credentials, setup WP_Filesystem. + if ( ! WP_Filesystem( $creds ) ) { + // Our credentials were no good, ask the user for them again. + request_filesystem_credentials( esc_url_raw( $url ), $method, true, false, $fields ); + + return true; + } + + /* If we arrive here, we have the filesystem */ + + // Store all information in arrays since we are processing a bulk installation. + $names = array(); + $sources = array(); // Needed for installs. + $file_paths = array(); // Needed for upgrades. + $to_inject = array(); // Information to inject into the update_plugins transient. + + // Prepare the data for validated plugins for the install/upgrade. + foreach ( $plugins_to_install as $slug ) { + $name = $this->tgmpa->plugins[ $slug ]['name']; + $source = $this->tgmpa->get_download_url( $slug ); + + if ( ! empty( $name ) && ! empty( $source ) ) { + $names[] = $name; + + switch ( $install_type ) { + + case 'install': + $sources[] = $source; + break; + + case 'update': + $file_paths[] = $this->tgmpa->plugins[ $slug ]['file_path']; + $to_inject[ $slug ] = $this->tgmpa->plugins[ $slug ]; + $to_inject[ $slug ]['source'] = $source; + break; + } + } + } + unset( $slug, $name, $source ); + + // Create a new instance of TGMPA_Bulk_Installer. + $installer = new TGMPA_Bulk_Installer( + new TGMPA_Bulk_Installer_Skin( + array( + 'url' => esc_url_raw( $this->tgmpa->get_tgmpa_url() ), + 'nonce' => 'bulk-' . $this->_args['plural'], + 'names' => $names, + 'install_type' => $install_type, + ) + ) + ); + + // Wrap the install process with the appropriate HTML. + echo '
', + '

', esc_html( get_admin_page_title() ), '

'; + + // Process the bulk installation submissions. + add_filter( 'upgrader_source_selection', array( $this->tgmpa, 'maybe_adjust_source_dir' ), 1, 3 ); + + if ( 'tgmpa-bulk-update' === $this->current_action() ) { + // Inject our info into the update transient. + $this->tgmpa->inject_update_info( $to_inject ); + + $installer->bulk_upgrade( $file_paths ); + } else { + $installer->bulk_install( $sources ); + } + + remove_filter( 'upgrader_source_selection', array( $this->tgmpa, 'maybe_adjust_source_dir' ), 1, 3 ); + + echo '
'; + + return true; + } + + // Bulk activation process. + if ( 'tgmpa-bulk-activate' === $this->current_action() ) { + check_admin_referer( 'bulk-' . $this->_args['plural'] ); + + // Did user actually select any plugins to activate ? + if ( empty( $_POST['plugin'] ) ) { + echo '

', esc_html__( 'No plugins were selected to be activated. No action taken.', 'cryout' ), '

'; + + return false; + } + + // Grab plugin data from $_POST. + $plugins = array(); + if ( isset( $_POST['plugin'] ) ) { + $plugins = array_map( 'urldecode', (array) $_POST['plugin'] ); + $plugins = array_map( array( $this->tgmpa, 'sanitize_key' ), $plugins ); + } + + $plugins_to_activate = array(); + $plugin_names = array(); + + // Grab the file paths for the selected & inactive plugins from the registration array. + foreach ( $plugins as $slug ) { + if ( $this->tgmpa->can_plugin_activate( $slug ) ) { + $plugins_to_activate[] = $this->tgmpa->plugins[ $slug ]['file_path']; + $plugin_names[] = $this->tgmpa->plugins[ $slug ]['name']; + } + } + unset( $slug ); + + // Return early if there are no plugins to activate. + if ( empty( $plugins_to_activate ) ) { + echo '

', esc_html__( 'No plugins are available to be activated at this time.', 'cryout' ), '

'; + + return false; + } + + // Now we are good to go - let's start activating plugins. + $activate = activate_plugins( $plugins_to_activate ); + + if ( is_wp_error( $activate ) ) { + echo '

', wp_kses_post( $activate->get_error_message() ), '

'; + } else { + $count = count( $plugin_names ); // Count so we can use _n function. + $plugin_names = array_map( array( 'TGMPA_Utils', 'wrap_in_strong' ), $plugin_names ); + $last_plugin = array_pop( $plugin_names ); // Pop off last name to prep for readability. + $imploded = empty( $plugin_names ) ? $last_plugin : ( implode( ', ', $plugin_names ) . ' ' . esc_html_x( 'and', 'plugin A *and* plugin B', 'cryout' ) . ' ' . $last_plugin ); + + printf( // WPCS: xss ok. + '

%1$s %2$s.

', + esc_html( _n( 'The following plugin was activated successfully:', 'The following plugins were activated successfully:', $count, 'cryout' ) ), + $imploded + ); + + // Update recently activated plugins option. + $recent = (array) get_option( 'recently_activated' ); + foreach ( $plugins_to_activate as $plugin => $time ) { + if ( isset( $recent[ $plugin ] ) ) { + unset( $recent[ $plugin ] ); + } + } + update_option( 'recently_activated', $recent ); + } + + unset( $_POST ); // Reset the $_POST variable in case user wants to perform one action after another. + + return true; + } + + return false; + } + + /** + * Prepares all of our information to be outputted into a usable table. + * + * @since 2.2.0 + */ + public function prepare_items() { + $columns = $this->get_columns(); // Get all necessary column information. + $hidden = array(); // No columns to hide, but we must set as an array. + $sortable = array(); // No reason to make sortable columns. + $primary = $this->get_primary_column_name(); // Column which has the row actions. + $this->_column_headers = array( $columns, $hidden, $sortable, $primary ); // Get all necessary column headers. + + // Process our bulk activations here. + if ( 'tgmpa-bulk-activate' === $this->current_action() ) { + $this->process_bulk_actions(); + } + + // Store all of our plugin data into $items array so WP_List_Table can use it. + $this->items = apply_filters( 'tgmpa_table_data_items', $this->_gather_plugin_data() ); + } + + /* *********** DEPRECATED METHODS *********** */ + + /** + * Retrieve plugin data, given the plugin name. + * + * @since 2.2.0 + * @deprecated 2.5.0 use {@see TGM_Plugin_Activation::_get_plugin_data_from_name()} instead. + * @see TGM_Plugin_Activation::_get_plugin_data_from_name() + * + * @param string $name Name of the plugin, as it was registered. + * @param string $data Optional. Array key of plugin data to return. Default is slug. + * @return string|boolean Plugin slug if found, false otherwise. + */ + protected function _get_plugin_data_from_name( $name, $data = 'slug' ) { + _deprecated_function( __FUNCTION__, 'TGMPA 2.5.0', 'TGM_Plugin_Activation::_get_plugin_data_from_name()' ); + + return $this->tgmpa->_get_plugin_data_from_name( $name, $data ); + } + } +} + + +if ( ! class_exists( 'TGM_Bulk_Installer' ) ) { + + /** + * Hack: Prevent TGMPA v2.4.1- bulk installer class from being loaded if 2.4.1- is loaded after 2.5+. + */ + class TGM_Bulk_Installer { + } +} +if ( ! class_exists( 'TGM_Bulk_Installer_Skin' ) ) { + + /** + * Hack: Prevent TGMPA v2.4.1- bulk installer skin class from being loaded if 2.4.1- is loaded after 2.5+. + */ + class TGM_Bulk_Installer_Skin { + } +} + +/** + * The WP_Upgrader file isn't always available. If it isn't available, + * we load it here. + * + * We check to make sure no action or activation keys are set so that WordPress + * does not try to re-include the class when processing upgrades or installs outside + * of the class. + * + * @since 2.2.0 + */ +add_action( 'admin_init', 'tgmpa_load_bulk_installer' ); +if ( ! function_exists( 'tgmpa_load_bulk_installer' ) ) { + /** + * Load bulk installer + */ + function tgmpa_load_bulk_installer() { + // Silently fail if 2.5+ is loaded *after* an older version. + if ( ! isset( $GLOBALS['tgmpa'] ) ) { + return; + } + + // Get TGMPA class instance. + $tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); + + if ( isset( $_GET['page'] ) && $tgmpa_instance->menu === $_GET['page'] ) { + if ( ! class_exists( 'Plugin_Upgrader', false ) ) { + require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; + } + + if ( ! class_exists( 'TGMPA_Bulk_Installer' ) ) { + + /** + * Installer class to handle bulk plugin installations. + * + * Extends WP_Upgrader and customizes to suit the installation of multiple + * plugins. + * + * @since 2.2.0 + * + * @internal Since 2.5.0 the class is an extension of Plugin_Upgrader rather than WP_Upgrader + * @internal Since 2.5.2 the class has been renamed from TGM_Bulk_Installer to TGMPA_Bulk_Installer. + * This was done to prevent backward compatibility issues with v2.3.6. + * + * @package TGM-Plugin-Activation + * @author Thomas Griffin + * @author Gary Jones + */ + class TGMPA_Bulk_Installer extends Plugin_Upgrader { + /** + * Holds result of bulk plugin installation. + * + * @since 2.2.0 + * + * @var string + */ + public $result; + + /** + * Flag to check if bulk installation is occurring or not. + * + * @since 2.2.0 + * + * @var boolean + */ + public $bulk = false; + + /** + * TGMPA instance + * + * @since 2.5.0 + * + * @var object + */ + protected $tgmpa; + + /** + * Whether or not the destination directory needs to be cleared ( = on update). + * + * @since 2.5.0 + * + * @var bool + */ + protected $clear_destination = false; + + /** + * References parent constructor and sets defaults for class. + * + * @since 2.2.0 + * + * @param \Bulk_Upgrader_Skin|null $skin Installer skin. + */ + public function __construct( $skin = null ) { + // Get TGMPA class instance. + $this->tgmpa = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); + + parent::__construct( $skin ); + + if ( isset( $this->skin->options['install_type'] ) && 'update' === $this->skin->options['install_type'] ) { + $this->clear_destination = true; + } + + if ( $this->tgmpa->is_automatic ) { + $this->activate_strings(); + } + + add_action( 'upgrader_process_complete', array( $this->tgmpa, 'populate_file_path' ) ); + } + + /** + * Sets the correct activation strings for the installer skin to use. + * + * @since 2.2.0 + */ + public function activate_strings() { + $this->strings['activation_failed'] = __( 'Plugin activation failed.', 'cryout' ); + $this->strings['activation_success'] = __( 'Plugin activated successfully.', 'cryout' ); + } + + /** + * Performs the actual installation of each plugin. + * + * @since 2.2.0 + * + * @see WP_Upgrader::run() + * + * @param array $options The installation config options. + * @return null|array Return early if error, array of installation data on success. + */ + public function run( $options ) { + $result = parent::run( $options ); + + // Reset the strings in case we changed one during automatic activation. + if ( $this->tgmpa->is_automatic ) { + if ( 'update' === $this->skin->options['install_type'] ) { + $this->upgrade_strings(); + } else { + $this->install_strings(); + } + } + + return $result; + } + + /** + * Processes the bulk installation of plugins. + * + * @since 2.2.0 + * + * @internal This is basically a near identical copy of the WP Core Plugin_Upgrader::bulk_upgrade() + * method, with minor adjustments to deal with new installs instead of upgrades. + * For ease of future synchronizations, the adjustments are clearly commented, but no other + * comments are added. Code style has been made to comply. + * + * @see Plugin_Upgrader::bulk_upgrade() + * @see https://core.trac.wordpress.org/browser/tags/4.2.1/src/wp-admin/includes/class-wp-upgrader.php#L838 + * + * @param array $plugins The plugin sources needed for installation. + * @param array $args Arbitrary passed extra arguments. + * @return string|bool Install confirmation messages on success, false on failure. + */ + public function bulk_install( $plugins, $args = array() ) { + // [TGMPA + ] Hook auto-activation in. + add_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); + + $defaults = array( + 'clear_update_cache' => true, + ); + $parsed_args = wp_parse_args( $args, $defaults ); + + $this->init(); + $this->bulk = true; + + $this->install_strings(); // [TGMPA + ] adjusted. + + /* [TGMPA - ] $current = get_site_transient( 'update_plugins' ); */ + + /* [TGMPA - ] add_filter('upgrader_clear_destination', array($this, 'delete_old_plugin'), 10, 4); */ + + $this->skin->header(); + + // Connect to the Filesystem first. + $res = $this->fs_connect( array( WP_CONTENT_DIR, WP_PLUGIN_DIR ) ); + if ( ! $res ) { + $this->skin->footer(); + + return false; + } + + $this->skin->bulk_header(); + + // Only start maintenance mode if: + // - running Multisite and there are one or more plugins specified, OR + // - a plugin with an update available is currently active. + // @TODO: For multisite, maintenance mode should only kick in for individual sites if at all possible. + $maintenance = ( is_multisite() && ! empty( $plugins ) ); + + /* + [TGMPA - ] + foreach ( $plugins as $plugin ) + $maintenance = $maintenance || ( is_plugin_active( $plugin ) && isset( $current->response[ $plugin] ) ); + */ + if ( $maintenance ) { + $this->maintenance_mode( true ); + } + + $results = array(); + + $this->update_count = count( $plugins ); + $this->update_current = 0; + foreach ( $plugins as $plugin ) { + $this->update_current++; + + /* + [TGMPA - ] + $this->skin->plugin_info = get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin, false, true); + + if ( !isset( $current->response[ $plugin ] ) ) { + $this->skin->set_result('up_to_date'); + $this->skin->before(); + $this->skin->feedback('up_to_date'); + $this->skin->after(); + $results[$plugin] = true; + continue; + } + + // Get the URL to the zip file + $r = $current->response[ $plugin ]; + + $this->skin->plugin_active = is_plugin_active($plugin); + */ + + $result = $this->run( array( + 'package' => $plugin, // [TGMPA + ] adjusted. + 'destination' => WP_PLUGIN_DIR, + 'clear_destination' => false, // [TGMPA + ] adjusted. + 'clear_working' => true, + 'is_multi' => true, + 'hook_extra' => array( + 'plugin' => $plugin, + ), + ) ); + + $results[ $plugin ] = $this->result; + + // Prevent credentials auth screen from displaying multiple times. + if ( false === $result ) { + break; + } + } //end foreach $plugins + + $this->maintenance_mode( false ); + + /** + * Fires when the bulk upgrader process is complete. + * + * @since WP 3.6.0 / TGMPA 2.5.0 + * + * @param Plugin_Upgrader $this Plugin_Upgrader instance. In other contexts, $this, might + * be a Theme_Upgrader or Core_Upgrade instance. + * @param array $data { + * Array of bulk item update data. + * + * @type string $action Type of action. Default 'update'. + * @type string $type Type of update process. Accepts 'plugin', 'theme', or 'core'. + * @type bool $bulk Whether the update process is a bulk update. Default true. + * @type array $packages Array of plugin, theme, or core packages to update. + * } + */ + do_action( 'upgrader_process_complete', $this, array( + 'action' => 'install', // [TGMPA + ] adjusted. + 'type' => 'plugin', + 'bulk' => true, + 'plugins' => $plugins, + ) ); + + $this->skin->bulk_footer(); + + $this->skin->footer(); + + // Cleanup our hooks, in case something else does a upgrade on this connection. + /* [TGMPA - ] remove_filter('upgrader_clear_destination', array($this, 'delete_old_plugin')); */ + + // [TGMPA + ] Remove our auto-activation hook. + remove_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); + + // Force refresh of plugin update information. + wp_clean_plugins_cache( $parsed_args['clear_update_cache'] ); + + return $results; + } + + /** + * Handle a bulk upgrade request. + * + * @since 2.5.0 + * + * @see Plugin_Upgrader::bulk_upgrade() + * + * @param array $plugins The local WP file_path's of the plugins which should be upgraded. + * @param array $args Arbitrary passed extra arguments. + * @return string|bool Install confirmation messages on success, false on failure. + */ + public function bulk_upgrade( $plugins, $args = array() ) { + + add_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); + + $result = parent::bulk_upgrade( $plugins, $args ); + + remove_filter( 'upgrader_post_install', array( $this, 'auto_activate' ), 10 ); + + return $result; + } + + /** + * Abuse a filter to auto-activate plugins after installation. + * + * Hooked into the 'upgrader_post_install' filter hook. + * + * @since 2.5.0 + * + * @param bool $bool The value we need to give back (true). + * @return bool + */ + public function auto_activate( $bool ) { + // Only process the activation of installed plugins if the automatic flag is set to true. + if ( $this->tgmpa->is_automatic ) { + // Flush plugins cache so the headers of the newly installed plugins will be read correctly. + wp_clean_plugins_cache(); + + // Get the installed plugin file. + $plugin_info = $this->plugin_info(); + + // Don't try to activate on upgrade of active plugin as WP will do this already. + if ( ! is_plugin_active( $plugin_info ) ) { + $activate = activate_plugin( $plugin_info ); + + // Adjust the success string based on the activation result. + $this->strings['process_success'] = $this->strings['process_success'] . "
\n"; + + if ( is_wp_error( $activate ) ) { + $this->skin->error( $activate ); + $this->strings['process_success'] .= $this->strings['activation_failed']; + } else { + $this->strings['process_success'] .= $this->strings['activation_success']; + } + } + } + + return $bool; + } + } + } + + if ( ! class_exists( 'TGMPA_Bulk_Installer_Skin' ) ) { + + /** + * Installer skin to set strings for the bulk plugin installations.. + * + * Extends Bulk_Upgrader_Skin and customizes to suit the installation of multiple + * plugins. + * + * @since 2.2.0 + * + * @internal Since 2.5.2 the class has been renamed from TGM_Bulk_Installer_Skin to + * TGMPA_Bulk_Installer_Skin. + * This was done to prevent backward compatibility issues with v2.3.6. + * + * @see https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-upgrader-skins.php + * + * @package TGM-Plugin-Activation + * @author Thomas Griffin + * @author Gary Jones + */ + class TGMPA_Bulk_Installer_Skin extends Bulk_Upgrader_Skin { + /** + * Holds plugin info for each individual plugin installation. + * + * @since 2.2.0 + * + * @var array + */ + public $plugin_info = array(); + + /** + * Holds names of plugins that are undergoing bulk installations. + * + * @since 2.2.0 + * + * @var array + */ + public $plugin_names = array(); + + /** + * Integer to use for iteration through each plugin installation. + * + * @since 2.2.0 + * + * @var integer + */ + public $i = 0; + + /** + * TGMPA instance + * + * @since 2.5.0 + * + * @var object + */ + protected $tgmpa; + + /** + * Constructor. Parses default args with new ones and extracts them for use. + * + * @since 2.2.0 + * + * @param array $args Arguments to pass for use within the class. + */ + public function __construct( $args = array() ) { + // Get TGMPA class instance. + $this->tgmpa = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) ); + + // Parse default and new args. + $defaults = array( + 'url' => '', + 'nonce' => '', + 'names' => array(), + 'install_type' => 'install', + ); + $args = wp_parse_args( $args, $defaults ); + + // Set plugin names to $this->plugin_names property. + $this->plugin_names = $args['names']; + + // Extract the new args. + parent::__construct( $args ); + } + + /** + * Sets install skin strings for each individual plugin. + * + * Checks to see if the automatic activation flag is set and uses the + * the proper strings accordingly. + * + * @since 2.2.0 + */ + public function add_strings() { + if ( 'update' === $this->options['install_type'] ) { + parent::add_strings(); + $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)', 'cryout' ); + } else { + $this->upgrader->strings['skin_update_failed_error'] = __( 'An error occurred while installing %1$s: %2$s.', 'cryout' ); + $this->upgrader->strings['skin_update_failed'] = __( 'The installation of %1$s failed.', 'cryout' ); + + if ( $this->tgmpa->is_automatic ) { + // Automatic activation strings. + $this->upgrader->strings['skin_upgrade_start'] = __( 'The installation and activation process is starting. This process may take a while on some hosts, so please be patient.', 'cryout' ); + $this->upgrader->strings['skin_update_successful'] = __( '%1$s installed and activated successfully.', 'cryout' ) . ' ' . esc_html__( 'Show Details', 'cryout' ) . '.'; + $this->upgrader->strings['skin_upgrade_end'] = __( 'All installations and activations have been completed.', 'cryout' ); + $this->upgrader->strings['skin_before_update_header'] = __( 'Installing and Activating Plugin %1$s (%2$d/%3$d)', 'cryout' ); + } else { + // Default installation strings. + $this->upgrader->strings['skin_upgrade_start'] = __( 'The installation process is starting. This process may take a while on some hosts, so please be patient.', 'cryout' ); + $this->upgrader->strings['skin_update_successful'] = esc_html__( '%1$s installed successfully.', 'cryout' ) . ' ' . esc_html__( 'Show Details', 'cryout' ) . '.'; + $this->upgrader->strings['skin_upgrade_end'] = __( 'All installations have been completed.', 'cryout' ); + $this->upgrader->strings['skin_before_update_header'] = __( 'Installing Plugin %1$s (%2$d/%3$d)', 'cryout' ); + } + } + } + + /** + * Outputs the header strings and necessary JS before each plugin installation. + * + * @since 2.2.0 + * + * @param string $title Unused in this implementation. + */ + public function before( $title = '' ) { + if ( empty( $title ) ) { + $title = esc_html( $this->plugin_names[ $this->i ] ); + } + parent::before( $title ); + } + + /** + * Outputs the footer strings and necessary JS after each plugin installation. + * + * Checks for any errors and outputs them if they exist, else output + * success strings. + * + * @since 2.2.0 + * + * @param string $title Unused in this implementation. + */ + public function after( $title = '' ) { + if ( empty( $title ) ) { + $title = esc_html( $this->plugin_names[ $this->i ] ); + } + parent::after( $title ); + + $this->i++; + } + + /** + * Outputs links after bulk plugin installation is complete. + * + * @since 2.2.0 + */ + public function bulk_footer() { + // Serve up the string to say installations (and possibly activations) are complete. + parent::bulk_footer(); + + // Flush plugins cache so we can make sure that the installed plugins list is always up to date. + wp_clean_plugins_cache(); + + $this->tgmpa->show_tgmpa_version(); + + // Display message based on if all plugins are now active or not. + $update_actions = array(); + + if ( $this->tgmpa->is_tgmpa_complete() ) { + // All plugins are active, so we display the complete string and hide the menu to protect users. + echo ''; + $update_actions['dashboard'] = sprintf( + esc_html( $this->tgmpa->strings['complete'] ), + '' . esc_html__( 'Return to the Dashboard', 'cryout' ) . '' + ); + } else { + $update_actions['tgmpa_page'] = '' . esc_html( $this->tgmpa->strings['return'] ) . ''; + } + + /** + * Filter the list of action links available following bulk plugin installs/updates. + * + * @since 2.5.0 + * + * @param array $update_actions Array of plugin action links. + * @param array $plugin_info Array of information for the last-handled plugin. + */ + $update_actions = apply_filters( 'tgmpa_update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info ); + + if ( ! empty( $update_actions ) ) { + $this->feedback( implode( ' | ', (array) $update_actions ) ); + } + } + + /* *********** DEPRECATED METHODS *********** */ + + /** + * Flush header output buffer. + * + * @since 2.2.0 + * @deprecated 2.5.0 use {@see Bulk_Upgrader_Skin::flush_output()} instead + * @see Bulk_Upgrader_Skin::flush_output() + */ + public function before_flush_output() { + _deprecated_function( __FUNCTION__, 'TGMPA 2.5.0', 'Bulk_Upgrader_Skin::flush_output()' ); + $this->flush_output(); + } + + /** + * Flush footer output buffer and iterate $this->i to make sure the + * installation strings reference the correct plugin. + * + * @since 2.2.0 + * @deprecated 2.5.0 use {@see Bulk_Upgrader_Skin::flush_output()} instead + * @see Bulk_Upgrader_Skin::flush_output() + */ + public function after_flush_output() { + _deprecated_function( __FUNCTION__, 'TGMPA 2.5.0', 'Bulk_Upgrader_Skin::flush_output()' ); + $this->flush_output(); + $this->i++; + } + } + } + } + } +} + +if ( ! class_exists( 'TGMPA_Utils' ) ) { + + /** + * Generic utilities for TGMPA. + * + * All methods are static, poor-dev name-spacing class wrapper. + * + * Class was called TGM_Utils in 2.5.0 but renamed TGMPA_Utils in 2.5.1 as this was conflicting with Soliloquy. + * + * @since 2.5.0 + * + * @package TGM-Plugin-Activation + * @author Juliette Reinders Folmer + */ + class TGMPA_Utils { + /** + * Whether the PHP filter extension is enabled. + * + * @see http://php.net/book.filter + * + * @since 2.5.0 + * + * @static + * + * @var bool $has_filters True is the extension is enabled. + */ + public static $has_filters; + + /** + * Wrap an arbitrary string in tags. Meant to be used in combination with array_map(). + * + * @since 2.5.0 + * + * @static + * + * @param string $string Text to be wrapped. + * @return string + */ + public static function wrap_in_em( $string ) { + return '' . wp_kses_post( $string ) . ''; + } + + /** + * Wrap an arbitrary string in tags. Meant to be used in combination with array_map(). + * + * @since 2.5.0 + * + * @static + * + * @param string $string Text to be wrapped. + * @return string + */ + public static function wrap_in_strong( $string ) { + return '' . wp_kses_post( $string ) . ''; + } + + /** + * Helper function: Validate a value as boolean + * + * @since 2.5.0 + * + * @static + * + * @param mixed $value Arbitrary value. + * @return bool + */ + public static function validate_bool( $value ) { + if ( ! isset( self::$has_filters ) ) { + self::$has_filters = extension_loaded( 'filter' ); + } + + if ( self::$has_filters ) { + return filter_var( $value, FILTER_VALIDATE_BOOLEAN ); + } else { + return self::emulate_filter_bool( $value ); + } + } + + /** + * Helper function: Cast a value to bool + * + * @since 2.5.0 + * + * @static + * + * @param mixed $value Value to cast. + * @return bool + */ + protected static function emulate_filter_bool( $value ) { + // @codingStandardsIgnoreStart + static $true = array( + '1', + 'true', 'True', 'TRUE', + 'y', 'Y', + 'yes', 'Yes', 'YES', + 'on', 'On', 'ON', + ); + static $false = array( + '0', + 'false', 'False', 'FALSE', + 'n', 'N', + 'no', 'No', 'NO', + 'off', 'Off', 'OFF', + ); + // @codingStandardsIgnoreEnd + + if ( is_bool( $value ) ) { + return $value; + } else if ( is_int( $value ) && ( 0 === $value || 1 === $value ) ) { + return (bool) $value; + } else if ( ( is_float( $value ) && ! is_nan( $value ) ) && ( (float) 0 === $value || (float) 1 === $value ) ) { + return (bool) $value; + } else if ( is_string( $value ) ) { + $value = trim( $value ); + if ( in_array( $value, $true, true ) ) { + return true; + } else if ( in_array( $value, $false, true ) ) { + return false; + } else { + return false; + } + } + + return false; + } + } // End of class TGMPA_Utils +} // End of class_exists wrapper + diff --git a/themes/mantra/includes/theme-comments.php b/themes/mantra/includes/theme-comments.php index d53532ae..f5186c96 100644 --- a/themes/mantra/includes/theme-comments.php +++ b/themes/mantra/includes/theme-comments.php @@ -1,143 +1,143 @@ -comment_type ) : - case '' : - ?> -
  • id="li-comment-"> -
    -
    - '.__('says:', 'mantra' ).'', sprintf( '%s', get_comment_author_link() ) ); ?> - - - -
    - comment_approved == '0' ) : ?> - -
    - - - - -
    - -
    - $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> -
    -
    - - -
  • -

    - widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) ); -} - -add_action( 'widgets_init', 'mantra_remove_recent_comments_style' ); - -if ( ! function_exists( 'mantra_comments_on' ) ) : -/** - * Number of comments on loop post if comments are enabled. - */ -function mantra_comments_on() { - printf ( comments_popup_link( __( 'Leave a comment', 'mantra' ), __( '1 Comment', 'mantra' ), __( '% Comments', 'mantra' ) )); -} -endif; - -/** - * The number of comments title - */ -function mantra_number_comments() { ?> -

    - ' . get_the_title() . '' ); ?> -

    - 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> - - 'mantra_comment' ) ); - } - -add_action('cryout_comments_hook','mantra_list_comments'); - -/* - * If there are no comments and comments are closed - */ -function mantra_comments_off() { -if ( ! comments_open() ) : ?> -

    -comment_type ) : + case '' : + ?> +
  • id="li-comment-"> +
    +
    + '.__('says:', 'mantra' ).'', sprintf( '%s', get_comment_author_link() ) ); ?> + + + +
    + comment_approved == '0' ) : ?> + +
    + + + + +
    + +
    + $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> +
    +
    + + +
  • +

    + widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) ); +} + +add_action( 'widgets_init', 'mantra_remove_recent_comments_style' ); + +if ( ! function_exists( 'mantra_comments_on' ) ) : +/** + * Number of comments on loop post if comments are enabled. + */ +function mantra_comments_on() { + printf ( comments_popup_link( __( 'Leave a comment', 'mantra' ), __( '1 Comment', 'mantra' ), __( '% Comments', 'mantra' ) )); +} +endif; + +/** + * The number of comments title + */ +function mantra_number_comments() { ?> +

    + ' . get_the_title() . '' ); ?> +

    + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> + + 'mantra_comment' ) ); + } + +add_action('cryout_comments_hook','mantra_list_comments'); + +/* + * If there are no comments and comments are closed + */ +function mantra_comments_off() { +if ( ! comments_open() ) : ?> +

    + \ No newline at end of file diff --git a/themes/mantra/includes/theme-frontpage.php b/themes/mantra/includes/theme-frontpage.php index 1a093221..ae82279c 100644 --- a/themes/mantra/includes/theme-frontpage.php +++ b/themes/mantra/includes/theme-frontpage.php @@ -1,237 +1,237 @@ - $value) { ${"$key"} = $value; } - ob_start(); - echo '\n"; - $mantra_presentation_page_styling = ob_get_contents(); - ob_end_clean(); - return $mantra_presentation_page_styling; -} // mantra_frontpage_css() -endif; - -if ( ! function_exists( 'mantra_frontpage_generator' ) ) : -// Front page generator -function mantra_frontpage_generator() { -$mantra_options= mantra_get_theme_options(); -foreach ($mantra_options as $key => $value) { - ${"$key"} = $value ; -} -?> - - - -
    -

    query('showposts='.$mantra_slideNumber.'&ignore_sticky_posts=1'); -break; - - case 'Random Posts' : -$custom_query->query('showposts='.$mantra_slideNumber.'&orderby=rand&ignore_sticky_posts=1'); -break; - - case 'Latest Posts from Category' : -$custom_query->query('showposts='.$mantra_slideNumber.'&category_name='.$mantra_slideCateg.'&ignore_sticky_posts=1'); -break; - - case 'Random Posts from Category' : -$custom_query->query('showposts='.$mantra_slideNumber.'&category_name='.$mantra_slideCateg.'&orderby=rand&ignore_sticky_posts=1'); -break; - - case 'Sticky Posts' : -$custom_query->query(array('post__in' => get_option( 'sticky_posts' ), 'showposts' =>$mantra_slideNumber,'ignore_sticky_posts' => 1)); -break; - - case 'Specific Posts' : - // Transofm string separated by commas into array -$pieces_array = explode(",", $mantra_slideSpecific); -$custom_query->query(array( 'post_type' => 'any', 'showposts' => -1, 'post__in' => $pieces_array, 'ignore_sticky_posts' => 1, 'orderby' => 'post__in' )); -break; - -} - // Variables i and j for matching slider number with caption number -$i=0; $j=0;?> -
    -
    -
    slider-navhover"> - - have_posts() ) while ( $custom_query->have_posts()) : $custom_query->the_post(); - - $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ),'slider'); - $i++; ?> - - - -
    - have_posts() ) while ( $custom_query->have_posts() ) : $custom_query->the_post(); - $j++; ?> - -
    - ","");the_excerpt(); ?> -
    - - - -
    - - -
    -
    -
    slider-navhover"> - title="#caption" /> -
    - -
    - '.${"mantra_slidertitle$i"}.''.${"mantra_slidertext$i"} ?> -
    - -
    -

    -
    -
    -

    - -
    - -
    -

    - -
    - -
    -

    - -
    - -
    -

    - -
    - -
    -
    -
    - + $value) { ${"$key"} = $value; } + ob_start(); + echo '\n"; + $mantra_presentation_page_styling = ob_get_contents(); + ob_end_clean(); + return $mantra_presentation_page_styling; +} // mantra_frontpage_css() +endif; + +if ( ! function_exists( 'mantra_frontpage_generator' ) ) : +// Front page generator +function mantra_frontpage_generator() { +$mantra_options= mantra_get_theme_options(); +foreach ($mantra_options as $key => $value) { + ${"$key"} = $value ; +} +?> + + + +
    +

    query('showposts='.$mantra_slideNumber.'&ignore_sticky_posts=1'); +break; + + case 'Random Posts' : +$custom_query->query('showposts='.$mantra_slideNumber.'&orderby=rand&ignore_sticky_posts=1'); +break; + + case 'Latest Posts from Category' : +$custom_query->query('showposts='.$mantra_slideNumber.'&category_name='.$mantra_slideCateg.'&ignore_sticky_posts=1'); +break; + + case 'Random Posts from Category' : +$custom_query->query('showposts='.$mantra_slideNumber.'&category_name='.$mantra_slideCateg.'&orderby=rand&ignore_sticky_posts=1'); +break; + + case 'Sticky Posts' : +$custom_query->query(array('post__in' => get_option( 'sticky_posts' ), 'showposts' =>$mantra_slideNumber,'ignore_sticky_posts' => 1)); +break; + + case 'Specific Posts' : + // Transofm string separated by commas into array +$pieces_array = explode(",", $mantra_slideSpecific); +$custom_query->query(array( 'post_type' => 'any', 'showposts' => -1, 'post__in' => $pieces_array, 'ignore_sticky_posts' => 1, 'orderby' => 'post__in' )); +break; + +} + // Variables i and j for matching slider number with caption number +$i=0; $j=0;?> +
    +
    +
    slider-navhover"> + + have_posts() ) while ( $custom_query->have_posts()) : $custom_query->the_post(); + + $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ),'slider'); + $i++; ?> + + + +
    + have_posts() ) while ( $custom_query->have_posts() ) : $custom_query->the_post(); + $j++; ?> + +
    + ","");the_excerpt(); ?> +
    + + + +
    + + +
    +
    +
    slider-navhover"> + title="#caption" /> +
    + +
    + '.${"mantra_slidertitle$i"}.''.${"mantra_slidertext$i"} ?> +
    + +
    +

    +
    +
    +

    + +
    + +
    +

    + +
    + +
    +

    + +
    + +
    +

    + +
    + +
    +
    +
    + diff --git a/themes/mantra/includes/theme-functions.php b/themes/mantra/includes/theme-functions.php index be80229e..573fd296 100644 --- a/themes/mantra/includes/theme-functions.php +++ b/themes/mantra/includes/theme-functions.php @@ -1,475 +1,485 @@ - $value) { - ${"$key"} = $value ; -} -?> - - - $value) { ${"$key"} = $value; } - - // Header styling and image loading - // Check if this is a post or page, if it has a thumbnail, and if it's a big one - - global $post; - - if (get_header_image() != '') { $himgsrc = get_header_image(); } - if ( is_singular() && has_post_thumbnail( $post->ID ) && ($mantra_fheader == "Enable") && ($image = wp_get_attachment_image_src(get_post_thumbnail_id( $post->ID ), 'header' ) ) && ($image[1] >= HEADER_IMAGE_WIDTH) ): - $himgsrc = $image[0]; - endif; - - if (isset($himgsrc) && ($himgsrc != '')) : echo ''; endif; - -?> - -
    - - -'; - $heading_tag = ( ( is_home() || is_front_page() ) && !is_page() ) ? 'h1' : 'div'; - echo '<'.$heading_tag.' id="site-title">'; - echo ' '.get_bloginfo( 'name' ).' '; - echo ''; - echo '
    '.get_bloginfo( 'description' ).'
    '; - break; - - case 'Clickable header image' : - echo '' ; - break; - - case 'Custom Logo' : - if (isset($mantra_logoupload) && ($mantra_logoupload != '')) : echo '
    '; endif; - break; - - case 'Empty' : - // nothing to do here - break; - } - - if ($mantra_socialsdisplay0): mantra_header_socials(); endif; - echo ''; - -} // mantra_title_and_description() - - -add_action ('cryout_branding_hook','mantra_title_and_description'); - - /** - * Add social icons in header / undermneu left / undermenu right / footer - * Used in header.php and footer.php -*/ - function mantra_header_socials() { - mantra_set_social_icons('sheader'); - } - - function mantra_smenul_socials() { - mantra_set_social_icons('smenul'); - } - - function mantra_smenur_socials() { - mantra_set_social_icons('smenur'); - } - - function mantra_footer_socials() { - mantra_set_social_icons('sfooter'); - } - -//if($mantra_socialsdisplay0) add_action('cryout_branding_hook', 'mantra_header_socials'); -if($mantra_socialsdisplay1) add_action('cryout_forbottom_hook', 'mantra_smenul_socials'); -if($mantra_socialsdisplay2) add_action('cryout_forbottom_hook', 'mantra_smenur_socials'); -if($mantra_socialsdisplay3) add_action('cryout_footer_hook', 'mantra_footer_socials',13); - - -if ( ! function_exists( 'mantra_set_social_icons' ) ) : -/** - * Social icons function - */ -function mantra_set_social_icons($id) { - $cryout_special_keys = array('Mail', 'Skype'); - global $mantra_options; - foreach ($mantra_options as $key => $value) { - ${"$key"} = $value ; - } - echo '
    '; - for ($i=1; $i<=9; $i+=2) { - $j=$i+1; - if ( ${"mantra_social$j"} ) { - if (in_array(${"mantra_social$i"},$cryout_special_keys)) : - $cryout_current_social = esc_html( ${"mantra_social$j"} ); - else : - $cryout_current_social = esc_url( ${"mantra_social$j"} ); - endif; ?> - - '; -} -endif; - - - - /** - * Replaces header image with featured image if there is one for single pages - * Used in header.php -*/ - -/* // Moved to custom-styles.php - -function mantra_header_featured_image() { -global $post; -global $mantra_options; -foreach ($mantra_options as $key => $value) { -${"$key"} = $value ; -} -// Check if this is a post or page, if it has a thumbnail, and if it's a big one -if ( is_singular() && has_post_thumbnail( $post->ID ) && $mantra_fheader == "Enable" && - ( $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) && - $image[1] >= HEADER_IMAGE_WIDTH ) : - // Houston, we have a new header image! - //echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' ); - $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array(HEADER_IMAGE_WIDTH,HEADER_IMAGE_HEIGHT) ); -endif; -} - - - -*/ - -/** - * Mantra back to top button - * Creates div for js -*/ -function mantra_back_top() { - echo '
    '; - } - - -if ($mantra_backtop=="Enable") add_action ('cryout_body_hook','mantra_back_top'); - - - - /** - * Creates breadcrumns with page sublevels and category sublevels. - */ -function mantra_breadcrumbs() { -$mantra_options= mantra_get_theme_options(); -foreach ($mantra_options as $key => $value) { ${"$key"} = $value; } -global $post; -echo ''; -} - -if($mantra_breadcrumbs=="Enable") add_action ('cryout_before_content_hook','mantra_breadcrumbs',0); - - -if ( ! function_exists( 'mantra_pagination' ) ) : -/** - * Creates pagination for blog pages. - */ -function mantra_pagination($pages = '', $range = 2, $prefix ='') -{ - $showitems = ($range * 2)+1; - - global $paged; - if(empty($paged)) $paged = 1; - - if($pages == '') - { - global $wp_query; - $pages = $wp_query->max_num_pages; - if(!$pages) - { - $pages = 1; - } - } - - if(1 != $pages) - { - echo "
    \n"; - } -} -endif; - -function mantra_nextpage_links($defaults) { -$args = array( -'link_before' => '', -'link_after' => '', -); -$r = wp_parse_args($args, $defaults); -return $r; -} -add_filter('wp_link_pages_args','mantra_nextpage_links'); - - -/** - * Site info - */ -function mantra_site_info() { -$mantra_options= mantra_get_theme_options(); -foreach ($mantra_options as $key => $value) { - ${"$key"} = $value ; -} ?> -
    - - | & - -
    - $value) { - ${"$key"} = $value ; - } - echo ''; -} - - -if ($mantra_copyright != '') add_action('cryout_footer_hook','mantra_copyright',11); - -add_action('wp_ajax_nopriv_do_ajax', 'mantra_ajax_function'); -add_action('wp_ajax_do_ajax', 'mantra_ajax_function'); - - -/** -* Retrieves the IDs for images in a gallery. -* @since mantra 2.1.1 -* @return array List of image IDs from the post gallery. -*/ -function mantra_get_gallery_images() { - $images = array(); - - if ( function_exists( 'get_post_galleries' ) ) { - $galleries = get_post_galleries( get_the_ID(), false ); - if ( isset( $galleries[0]['ids'] ) ) - $images = explode( ',', $galleries[0]['ids'] ); - } else { - $pattern = get_shortcode_regex(); - preg_match( "/$pattern/s", get_the_content(), $match ); - $atts = shortcode_parse_atts( $match[3] ); - if ( isset( $atts['ids'] ) ) - $images = explode( ',', $atts['ids'] ); - } - - if ( ! $images ) { - $images = get_posts( array( - 'fields' => 'ids', - 'numberposts' => 999, - 'order' => 'ASC', - 'orderby' => 'menu_order', - 'post_mime_type' => 'image', - 'post_parent' => get_the_ID(), - 'post_type' => 'attachment', - ) ); - } - - return $images; -} // mantra_get_gallery_images() - - -/** -* Checks the browser agent string for mobile ids and adds "mobile" class to body if true -* @since mantra 2.2.3 -* @return array list of classes. -*/ -function mantra_mobile_body_class($classes){ -$mantra_options = mantra_get_theme_options(); - if ($mantra_options['mantra_mobile']=="Enable"): - $browser = $_SERVER['HTTP_USER_AGENT']; - $keys = 'mobile|android|mobi|tablet|ipad|opera mini|series 60|s60|blackberry'; - if (preg_match("/($keys)/i",$browser)): $classes[] = 'mobile'; endif; // mobile browser detected - endif; - return $classes; -} - -add_filter('body_class', 'mantra_mobile_body_class'); - - -if ( ! function_exists( 'mantra_ajax_function' ) ) : - -function mantra_ajax_function(){ -ob_clean(); - - // the first part is a SWTICHBOARD that fires specific functions - // according to the value of Query Var 'fn' - - switch($_REQUEST['fn']){ - case 'get_latest_posts': - $output = mantra_ajax_get_latest_posts($_REQUEST['count'],$_REQUEST['categName']); - break; - default: - $output = 'No function specified, check your jQuery.ajax() call'; - break; - - } - - // at this point, $output contains some sort of valuable data! - // Now, convert $output to JSON and echo it to the browser - // That way, we can recapture it with jQuery and run our success function - - $output=json_encode($output); - if(is_array($output)){ - print_r($output); - } - else{ - echo $output; - } - die; -} -endif; - -if ( ! function_exists( 'mantra_ajax_get_latest_posts' ) ) : -function mantra_ajax_get_latest_posts($count,$categName){ - $testVar=''; - // The Query - query_posts( 'category_name='.$categName); - // The Loop - if ( have_posts() ) : while ( have_posts() ) : the_post(); - $testVar .=the_title("",0); - endwhile; else: endif; - - // Reset Query - wp_reset_query(); - - return $testVar; -} -endif; -?> \ No newline at end of file + $value) { + ${"$key"} = $value ; +} +?> + + + $value) { ${"$key"} = $value; } + + // Header styling and image loading + // Check if this is a post or page, if it has a thumbnail, and if it's a big one + + global $post; + + if (get_header_image() != '') { $himgsrc = get_header_image(); } + if ( is_singular() && has_post_thumbnail( $post->ID ) && ($mantra_fheader == "Enable") && ($image = wp_get_attachment_image_src(get_post_thumbnail_id( $post->ID ), 'header' ) ) && ($image[1] >= HEADER_IMAGE_WIDTH) ): + $himgsrc = $image[0]; + endif; + + if (isset($himgsrc) && ($himgsrc != '')) : echo ''; endif; + +?> + +
    + + +'; + $heading_tag = ( ( is_home() || is_front_page() ) && !is_page() ) ? 'h1' : 'div'; + echo '<'.$heading_tag.' id="site-title">'; + echo ' '.get_bloginfo( 'name' ).' '; + echo ''; + echo '
    '.get_bloginfo( 'description' ).'
    '; + break; + + case 'Clickable header image' : + echo '' ; + break; + + case 'Custom Logo' : + if (isset($mantra_logoupload) && ($mantra_logoupload != '')) : echo '
    '; endif; + break; + + case 'Empty' : + // nothing to do here + break; + } + + if ($mantra_socialsdisplay0): mantra_header_socials(); endif; + echo '
    '; + +} // mantra_title_and_description() + + +add_action ('cryout_branding_hook','mantra_title_and_description'); + + /** + * Add social icons in header / undermneu left / undermenu right / footer + * Used in header.php and footer.php +*/ + function mantra_header_socials() { + mantra_set_social_icons('sheader'); + } + + function mantra_smenul_socials() { + mantra_set_social_icons('smenul'); + } + + function mantra_smenur_socials() { + mantra_set_social_icons('smenur'); + } + + function mantra_footer_socials() { + mantra_set_social_icons('sfooter'); + } + +//if($mantra_socialsdisplay0) add_action('cryout_branding_hook', 'mantra_header_socials'); +if($mantra_socialsdisplay1) add_action('cryout_forbottom_hook', 'mantra_smenul_socials'); +if($mantra_socialsdisplay2) add_action('cryout_forbottom_hook', 'mantra_smenur_socials'); +if($mantra_socialsdisplay3) add_action('cryout_footer_hook', 'mantra_footer_socials',13); + + +if ( ! function_exists( 'mantra_set_social_icons' ) ) : +/** + * Social icons function + */ +function mantra_set_social_icons($id) { + $cryout_special_keys = array('Mail', 'Skype'); + global $mantra_options; + foreach ($mantra_options as $key => $value) { + ${"$key"} = $value ; + } + echo '
    '; + for ($i=1; $i<=9; $i+=2) { + $j=$i+1; + if ( ${"mantra_social$j"} ) { + if (in_array(${"mantra_social$i"},$cryout_special_keys)) : + $cryout_current_social = esc_html( ${"mantra_social$j"} ); + else : + $cryout_current_social = esc_url( ${"mantra_social$j"} ); + endif; ?> + + '; +} +endif; + + + + /** + * Replaces header image with featured image if there is one for single pages + * Used in header.php +*/ + +/* // Moved to custom-styles.php + +function mantra_header_featured_image() { +global $post; +global $mantra_options; +foreach ($mantra_options as $key => $value) { +${"$key"} = $value ; +} +// Check if this is a post or page, if it has a thumbnail, and if it's a big one +if ( is_singular() && has_post_thumbnail( $post->ID ) && $mantra_fheader == "Enable" && + ( $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) && + $image[1] >= HEADER_IMAGE_WIDTH ) : + // Houston, we have a new header image! + //echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' ); + $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array(HEADER_IMAGE_WIDTH,HEADER_IMAGE_HEIGHT) ); +endif; +} + + + +*/ + +/** + * Mantra back to top button + * Creates div for js +*/ +function mantra_back_top() { + echo '
    '; + } + + +if ($mantra_backtop=="Enable") add_action ('cryout_body_hook','mantra_back_top'); + + + + /** + * Creates breadcrumns with page sublevels and category sublevels. + */ +function mantra_breadcrumbs() { +$mantra_options= mantra_get_theme_options(); +foreach ($mantra_options as $key => $value) { ${"$key"} = $value; } +global $post; +echo ''; +} + +if($mantra_breadcrumbs=="Enable") add_action ('cryout_before_content_hook','mantra_breadcrumbs',0); + + +if ( ! function_exists( 'mantra_pagination' ) ) : +/** + * Creates pagination for blog pages. + */ +function mantra_pagination($pages = '', $range = 2, $prefix ='') +{ + $showitems = ($range * 2)+1; + + global $paged; + if(empty($paged)) $paged = 1; + + if($pages == '') + { + global $wp_query; + $pages = $wp_query->max_num_pages; + if(!$pages) + { + $pages = 1; + } + } + + if(1 != $pages) + { + echo "
    \n"; + } +} +endif; + +function mantra_nextpage_links($defaults) { +$args = array( +'link_before' => '', +'link_after' => '', +); +$r = wp_parse_args($args, $defaults); +return $r; +} +add_filter('wp_link_pages_args','mantra_nextpage_links'); + + +/** + * Site info + */ +function mantra_site_info() { +$mantra_options= mantra_get_theme_options(); +foreach ($mantra_options as $key => $value) { + ${"$key"} = $value ; +} ?> +
    + + | & + +
    + $value) { + ${"$key"} = $value ; + } + echo ''; +} + + +if ($mantra_copyright != '') add_action('cryout_footer_hook','mantra_copyright',11); + +add_action('wp_ajax_nopriv_do_ajax', 'mantra_ajax_function'); +add_action('wp_ajax_do_ajax', 'mantra_ajax_function'); + + +/** +* Retrieves the IDs for images in a gallery. +* @since mantra 2.1.1 +* @return array List of image IDs from the post gallery. +*/ +function mantra_get_gallery_images() { + $images = array(); + + if ( function_exists( 'get_post_galleries' ) ) { + $galleries = get_post_galleries( get_the_ID(), false ); + if ( isset( $galleries[0]['ids'] ) ) + $images = explode( ',', $galleries[0]['ids'] ); + } else { + $pattern = get_shortcode_regex(); + preg_match( "/$pattern/s", get_the_content(), $match ); + $atts = shortcode_parse_atts( $match[3] ); + if ( isset( $atts['ids'] ) ) + $images = explode( ',', $atts['ids'] ); + } + + if ( ! $images ) { + $images = get_posts( array( + 'fields' => 'ids', + 'numberposts' => 999, + 'order' => 'ASC', + 'orderby' => 'menu_order', + 'post_mime_type' => 'image', + 'post_parent' => get_the_ID(), + 'post_type' => 'attachment', + ) ); + } + + return $images; +} // mantra_get_gallery_images() + + +/** +* Checks the browser agent string for mobile ids and adds "mobile" class to body if true +* @since mantra 2.2.3 +* @return array list of classes. +*/ +function mantra_mobile_body_class($classes){ +$mantra_options = mantra_get_theme_options(); + if ($mantra_options['mantra_mobile']=="Enable"): + $browser = $_SERVER['HTTP_USER_AGENT']; + $keys = 'mobile|android|mobi|tablet|ipad|opera mini|series 60|s60|blackberry'; + if (preg_match("/($keys)/i",$browser)): $classes[] = 'mobile'; endif; // mobile browser detected + endif; + return $classes; +} + +add_filter('body_class', 'mantra_mobile_body_class'); + + +if ( ! function_exists( 'mantra_ajax_function' ) ) : + +function mantra_ajax_function(){ +ob_clean(); + + // the first part is a SWTICHBOARD that fires specific functions + // according to the value of Query Var 'fn' + + switch($_REQUEST['fn']){ + case 'get_latest_posts': + $output = mantra_ajax_get_latest_posts($_REQUEST['count'],$_REQUEST['categName']); + break; + default: + $output = 'No function specified, check your jQuery.ajax() call'; + break; + + } + + // at this point, $output contains some sort of valuable data! + // Now, convert $output to JSON and echo it to the browser + // That way, we can recapture it with jQuery and run our success function + + $output=json_encode($output); + if(is_array($output)){ + print_r($output); + } + else{ + echo $output; + } + die; +} +endif; + +if ( ! function_exists( 'mantra_ajax_get_latest_posts' ) ) : +function mantra_ajax_get_latest_posts($count,$categName){ + $testVar=''; + // The Query + query_posts( 'category_name='.$categName); + // The Loop + if ( have_posts() ) : while ( have_posts() ) : the_post(); + $testVar .=the_title("",0); + endwhile; else: endif; + + // Reset Query + wp_reset_query(); + + return $testVar; +} +endif; + + +// Favicon +function mantra_fav_icon() { + global $mantra_options; + foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} + echo ''; + echo ''; +} + +if ($mantra_options['mantra_favicon']) add_action ('cryout_header_hook','mantra_fav_icon'); diff --git a/themes/mantra/includes/theme-hooks.php b/themes/mantra/includes/theme-hooks.php index 14ca3bbe..f0d60b97 100644 --- a/themes/mantra/includes/theme-hooks.php +++ b/themes/mantra/includes/theme-hooks.php @@ -1,159 +1,159 @@ - + diff --git a/themes/mantra/includes/theme-loop.php b/themes/mantra/includes/theme-loop.php index 77debcee..7dcbe135 100644 --- a/themes/mantra/includes/theme-loop.php +++ b/themes/mantra/includes/theme-loop.php @@ -1,306 +1,302 @@ -' .$mantra_excerptcont.' ' . ''; -} - -/** - * Replaces "[...]" (appended to automatically generated excerpts) with an ellipsis and mantra_continue_reading_link(). - * - * To override this in a child theme, remove the filter and add your own - * function tied to the excerpt_more filter hook. - * - * @since mantra 0.5 - * @return string An ellipsis - */ -function mantra_auto_excerpt_more( $more ) { - global $mantra_excerptdots; - return $mantra_excerptdots. mantra_continue_reading_link(); -} -add_filter( 'excerpt_more', 'mantra_auto_excerpt_more' ); - - -/** - * Adds a pretty "Continue Reading" link to custom post excerpts. - * - * To override this link in a child theme, remove the filter and add your own - * function tied to the get_the_excerpt filter hook. - * - * @since mantra 0.5 - * @return string Excerpt with a pretty "Continue Reading" link - */ -function mantra_custom_excerpt_more( $output ) { - if ( has_excerpt() && ! is_attachment() ) { - $output .= mantra_continue_reading_link(); - } - return $output; -} - -add_filter( 'get_the_excerpt', 'mantra_custom_excerpt_more' ); - -/** - * Adds a "Continue Reading" link to post excerpts created using the tag. - * - * To override this link in a child theme, remove the filter and add your own - * function tied to the the_content_more_link filter hook. - * - * @since mantra 2.1 - * @return string Excerpt with a pretty "Continue Reading" link - */ -function mantra_more_link($more_link, $more_link_text) { - global $mantra_excerptcont; - $new_link_text = $mantra_excerptcont; - if (preg_match("/custom=(.*)/",$more_link_text,$m) ) { - $new_link_text = $m[1]; - }; - $more_link = str_replace($more_link_text, $new_link_text.' ', $more_link); - $more_link = str_replace('more-link', 'continue-reading-link', $more_link); - return $more_link; -} -add_filter('the_content_more_link', 'mantra_more_link',10,2); - -/** - * Allows post excerpts to contain HTML tags - * @since mantra 1.8.7 - * @return string Excerpt with most HTML tags intact - */ - -function mantra_trim_excerpt($text) { -global $mantra_excerptwords; -global $mantra_excerptcont; -global $mantra_excerptdots; -$raw_excerpt = $text; -if ( '' == $text ) { - //Retrieve the post content. - $text = get_the_content(''); - - //Delete all shortcode tags from the content. - $text = strip_shortcodes( $text ); - - $text = apply_filters('the_content', $text); - $text = str_replace(']]>', ']]>', $text); - - $allowed_tags = ',,,,
      ,
    • ,,

      ,

      ,

      ,

      ,

      ,
      ,
      ,,,,
      ,

      '; - $text = strip_tags($text, $allowed_tags); - - $words = preg_split("/[\n\r\t ]+/", $text, $mantra_excerptwords + 1, PREG_SPLIT_NO_EMPTY); - if ( count($words) > $mantra_excerptwords ) { - array_pop($words); - $text = implode(' ', $words); - $text = $text .' '.$mantra_excerptdots. ' ' .$mantra_excerptcont.' ' . ''; - } else { - $text = implode(' ', $words); - } -} -return apply_filters('wp_trim_excerpt', $text, $raw_excerpt); -} - - - - -if ($mantra_excerpttags=='Enable') { -remove_filter('get_the_excerpt', 'wp_trim_excerpt'); -add_filter('get_the_excerpt', 'mantra_trim_excerpt'); -} - - -/** - * Remove inline styles printed when the gallery shortcode is used. - * - * Galleries are styled by the theme in Mantra's style.css. - * - * @since mantra 0.5 - * @return string The gallery style filter, with the styles themselves removed. - */ -function mantra_remove_gallery_css( $css ) { - return preg_replace( "##s", '', $css ); -} -add_filter( 'gallery_style', 'mantra_remove_gallery_css' ); - - -if ( ! function_exists( 'mantra_posted_on' ) ) : -/** - * Prints HTML with meta information for the current post—date/time and author. - * - * @since mantra 0.5 - */ -function mantra_posted_on() { -global $mantra_options; -foreach ($mantra_options as $key => $value) { - ${"$key"} = $value ; -} - -// If date is hidden don't give it a value -$date_string=' %3$s | '; -if ($mantra_postdate == "Hide") $date_string=''; - -// If author is hidden don't give it a value -$author_string = sprintf( ''.__( 'By ','mantra'). ' %3$s |', - get_author_posts_url( get_the_author_meta( 'ID' ) ), - sprintf( esc_attr__( 'View all posts by %s', 'mantra' ), get_the_author() ), - get_the_author() - ) ; -if ($mantra_postauthor == "Hide") $author_string=''; - -// Print the meta data - printf( '  %4$s '.$date_string.' %2$s ', - 'meta-prep meta-prep-author', - get_the_category_list( ', ' ), - sprintf( ' - %2$s', - get_permalink(), - esc_attr( get_the_time() ), - get_the_date() - ), $author_string - - ); -} -endif; - -// Remove category from rel in categry tags. -add_filter( 'the_category', 'mantra_remove_category_tag' ); -add_filter( 'get_the_category_list', 'mantra_remove_category_tag' ); - -function mantra_remove_category_tag( $text ) { -$text = str_replace('rel="category tag"', 'rel="tag"', $text); return $text; -} - - -if ( ! function_exists( 'mantra_posted_in' ) ) : -/** - * Prints HTML with meta information for the current post (category, tags and permalink). - * - * @since mantra 0.5 - */ -function mantra_posted_in() { - // Retrieves tag list of current post, separated by commas. - $tag_list = get_the_tag_list( '', ', ' ); - if ( $tag_list ) { - $posted_in = ''.__( 'Tagged','mantra').' %2$s.'.__(' Bookmark the ','mantra').' '.__('permalink','mantra').'.'; - } elseif ( is_object_in_taxonomy( get_post_type(), 'category' ) ) { - $posted_in = ''.__( 'Bookmark the ','mantra'). ' '.__('permalink','mantra').'. '; - } else { - $posted_in = ''.__( 'Bookmark the ','mantra'). ' '.__('permalink','mantra').'. '; - } - // Prints the string, replacing the placeholders. - printf( - $posted_in, - get_the_category_list( ', ' ), - $tag_list, - get_permalink(), - the_title_attribute( 'echo=0' ) - ); -} -endif; - -if ( ! function_exists( 'mantra_content_nav' ) ) : -/** - * Display navigation to next/previous pages when applicable - */ -function mantra_content_nav( $nav_id ) { - global $wp_query; - - if ( $wp_query->max_num_pages > 1 ) : ?> -

      - 1, - 'order'=> 'ASC', - 'post_mime_type' => 'image', - 'post_parent' => $postID, - 'post_status' => 'any', - 'post_type' => 'any' - ); - - $attachments = get_children( $args ); - //print_r($attachments); - - if ($attachments) { - foreach($attachments as $attachment) { - $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'custom' ) ? wp_get_attachment_image_src( $attachment->ID, 'custom' ) : wp_get_attachment_image_src( $attachment->ID, 'custom' ); - - return $image_attributes[0]; - - } - } -} - -if ( ! function_exists( 'mantra_set_featured_thumb' ) ) : -/** - * Adds a post thumbnail and if one doesn't exist the first image from the post is used. - */ - -function mantra_set_featured_thumb() { - global $mantra_options; - foreach ($mantra_options as $key => $value) { - ${"$key"} = $value ; -} -global $post; -$image_src = cryout_echo_first_image($post->ID); - - if ( function_exists("has_post_thumbnail") && has_post_thumbnail() && $mantra_fpost=='Enable') - the_post_thumbnail( 'custom', array("class" => "align".strtolower($mantra_falign)." post_thumbnail" ) ); - - else if ($mantra_fpost=='Enable' && $mantra_fauto=="Enable" && $image_src && ($mantra_excerptarchive != "Full Post" || $mantra_excerpthome != "Full Post")) - echo '' ; - - } -endif; // mantra_set_featured_thumb - - - -if ($mantra_fpost=='Enable' && $mantra_fpostlink) add_filter( 'post_thumbnail_html', 'mantra_thumbnail_link', 10, 3 ); - -/** - * The thumbnail gets a link to the post's page - */ - -function mantra_thumbnail_link( $html, $post_id, $post_image_id ) { - - $html = '' . $html . ''; - return $html; - -} -?> \ No newline at end of file +' .$mantra_excerptcont.' ' . ''; +} + +/** + * Replaces "[...]" (appended to automatically generated excerpts) with an ellipsis and mantra_continue_reading_link(). + * + * To override this in a child theme, remove the filter and add your own + * function tied to the excerpt_more filter hook. + * + * @since mantra 0.5 + * @return string An ellipsis + */ +function mantra_auto_excerpt_more( $more ) { + global $mantra_excerptdots; + return $mantra_excerptdots. mantra_continue_reading_link(); +} +add_filter( 'excerpt_more', 'mantra_auto_excerpt_more' ); + + +/** + * Adds a pretty "Continue Reading" link to custom post excerpts. + * + * To override this link in a child theme, remove the filter and add your own + * function tied to the get_the_excerpt filter hook. + * + * @since mantra 0.5 + * @return string Excerpt with a pretty "Continue Reading" link + */ +function mantra_custom_excerpt_more( $output ) { + if ( has_excerpt() && ! is_attachment() ) { + $output .= mantra_continue_reading_link(); + } + return $output; +} + +add_filter( 'get_the_excerpt', 'mantra_custom_excerpt_more' ); + +/** + * Adds a "Continue Reading" link to post excerpts created using the tag. + * + * To override this link in a child theme, remove the filter and add your own + * function tied to the the_content_more_link filter hook. + * + * @since mantra 2.1 + * @return string Excerpt with a pretty "Continue Reading" link + */ +function mantra_more_link($more_link, $more_link_text) { + global $mantra_excerptcont; + $new_link_text = $mantra_excerptcont; + if (preg_match("/custom=(.*)/",$more_link_text,$m) ) { + $new_link_text = $m[1]; + }; + $more_link = str_replace($more_link_text, $new_link_text.' ', $more_link); + $more_link = str_replace('more-link', 'continue-reading-link', $more_link); + return $more_link; +} +add_filter('the_content_more_link', 'mantra_more_link',10,2); + +/** + * Allows post excerpts to contain HTML tags + * @since mantra 1.8.7 + * @return string Excerpt with most HTML tags intact + */ + +function mantra_trim_excerpt($text) { +global $mantra_excerptwords; +global $mantra_excerptcont; +global $mantra_excerptdots; +$raw_excerpt = $text; +if ( '' == $text ) { + //Retrieve the post content. + $text = get_the_content(''); + + //Delete all shortcode tags from the content. + $text = strip_shortcodes( $text ); + + $text = apply_filters('the_content', $text); + $text = str_replace(']]>', ']]>', $text); + + $allowed_tags = ',,,,
        ,
      • ,,

        ,

        ,

        ,

        ,

        ,
        ,
        ,,,,
        ,

        '; + $text = strip_tags($text, $allowed_tags); + + $words = preg_split("/[\n\r\t ]+/", $text, $mantra_excerptwords + 1, PREG_SPLIT_NO_EMPTY); + if ( count($words) > $mantra_excerptwords ) { + array_pop($words); + $text = implode(' ', $words); + $text = $text .' '.$mantra_excerptdots. ' ' .$mantra_excerptcont.' ' . ''; + } else { + $text = implode(' ', $words); + } +} +return apply_filters('wp_trim_excerpt', $text, $raw_excerpt); +} + + + + +if ($mantra_excerpttags=='Enable') { +remove_filter('get_the_excerpt', 'wp_trim_excerpt'); +add_filter('get_the_excerpt', 'mantra_trim_excerpt'); +} + + +/** + * Remove inline styles printed when the gallery shortcode is used. + * + * Galleries are styled by the theme in Mantra's style.css. + * + * @since mantra 0.5 + * @return string The gallery style filter, with the styles themselves removed. + */ +function mantra_remove_gallery_css( $css ) { + return preg_replace( "##s", '', $css ); +} +add_filter( 'gallery_style', 'mantra_remove_gallery_css' ); + + +if ( ! function_exists( 'mantra_posted_on' ) ) : +/** + * Prints HTML with meta information for the current post—date/time and author. + * + * @since mantra 0.5 + */ +function mantra_posted_on() { +global $mantra_options; +foreach ($mantra_options as $key => $value) { + ${"$key"} = $value ; +} + + +$date_string = ''; +$date_string .= ''; + +// If author is hidden don't give it a value +$author_string = sprintf( ''.__( 'By ','mantra'). ' |', + get_author_posts_url( get_the_author_meta( 'ID' ) ), + sprintf( esc_attr__( 'View all posts by %s', 'mantra' ), get_the_author() ), + get_the_author() + ) ; +if ($mantra_postauthor == "Hide") $author_string=''; + +// Print the meta data + printf( '  %4$s '.$date_string.' %2$s ', + 'meta-prep meta-prep-author', + get_the_category_list( ', ' ), + sprintf( ' - %2$s', + get_permalink(), + esc_attr( get_the_time() ), + get_the_date() + ), $author_string + + ); +} +endif; + +// Remove category from rel in categry tags. +add_filter( 'the_category', 'mantra_remove_category_tag' ); +add_filter( 'get_the_category_list', 'mantra_remove_category_tag' ); + +function mantra_remove_category_tag( $text ) { +$text = str_replace('rel="category tag"', 'rel="tag"', $text); return $text; +} + + +if ( ! function_exists( 'mantra_posted_in' ) ) : +/** + * Prints HTML with meta information for the current post (category, tags and permalink). + * + * @since mantra 0.5 + */ +function mantra_posted_in() { + // Retrieves tag list of current post, separated by commas. + $tag_list = get_the_tag_list( '', ', ' ); + if ( $tag_list ) { + $posted_in = ''.__( 'Tagged','mantra').' %2$s.'.__(' Bookmark the ','mantra').' '.__('permalink','mantra').'.'; + } elseif ( is_object_in_taxonomy( get_post_type(), 'category' ) ) { + $posted_in = ''.__( 'Bookmark the ','mantra'). ' '.__('permalink','mantra').'. '; + } else { + $posted_in = ''.__( 'Bookmark the ','mantra'). ' '.__('permalink','mantra').'. '; + } + // Prints the string, replacing the placeholders. + printf( + $posted_in, + get_the_category_list( ', ' ), + $tag_list, + get_permalink(), + the_title_attribute( 'echo=0' ) + ); +} +endif; + +if ( ! function_exists( 'mantra_content_nav' ) ) : +/** + * Display navigation to next/previous pages when applicable + */ +function mantra_content_nav( $nav_id ) { + global $wp_query; + + if ( $wp_query->max_num_pages > 1 ) : ?> +

        + 1, + 'order'=> 'ASC', + 'post_mime_type' => 'image', + 'post_parent' => $postID, + 'post_status' => 'any', + 'post_type' => 'any' + ); + + $attachments = get_children( $args ); + //print_r($attachments); + + if ($attachments) { + foreach($attachments as $attachment) { + $image_attributes = wp_get_attachment_image_src( $attachment->ID, 'custom' ) ? wp_get_attachment_image_src( $attachment->ID, 'custom' ) : wp_get_attachment_image_src( $attachment->ID, 'custom' ); + + return $image_attributes[0]; + + } + } +} + +if ( ! function_exists( 'mantra_set_featured_thumb' ) ) : +/** + * Adds a post thumbnail and if one doesn't exist the first image from the post is used. + */ + +function mantra_set_featured_thumb() { + global $mantra_options; + foreach ($mantra_options as $key => $value) { + ${"$key"} = $value ; +} +global $post; +$image_src = cryout_echo_first_image($post->ID); + + if ( function_exists("has_post_thumbnail") && has_post_thumbnail() && $mantra_fpost=='Enable') + the_post_thumbnail( 'custom', array("class" => "align".strtolower($mantra_falign)." post_thumbnail" ) ); + + else if ($mantra_fpost=='Enable' && $mantra_fauto=="Enable" && $image_src && ($mantra_excerptarchive != "Full Post" || $mantra_excerpthome != "Full Post")) + echo '' ; + + } +endif; // mantra_set_featured_thumb + +if ($mantra_fpost=='Enable' && $mantra_fpostlink) add_filter( 'post_thumbnail_html', 'mantra_thumbnail_link', 10, 2 ); + +/** + * The thumbnail gets a link to the post's page + */ + +function mantra_thumbnail_link( $html, $post_id ) { + $html = '' . $html . ''; + return $html; +} +?> diff --git a/themes/mantra/includes/theme-setup.php b/themes/mantra/includes/theme-setup.php index 3502621f..5c42bdf8 100644 --- a/themes/mantra/includes/theme-setup.php +++ b/themes/mantra/includes/theme-setup.php @@ -1,432 +1,432 @@ - __( 'Primary Navigation', 'mantra' ), - 'top' => __( 'Top Navigation', 'mantra' ), - 'footer' => __( 'Footer Navigation', 'mantra' ), - ) ); - - // This theme allows users to set a custom background - add_theme_support( 'custom-background' ); - - // We'll be using post thumbnails for custom header images on posts and pages. - // We want them to be the same size as the header. - // Larger images will be auto-cropped to fit, smaller ones will be ignored. See header.php. - global $mantra_hheight; - $mantra_hheight=(int)$mantra_hheight; - global $mantra_totalSize; - define( 'HEADER_IMAGE_WIDTH', apply_filters( 'mantra_header_image_width', $mantra_totalSize ) ); - define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'mantra_header_image_height', $mantra_hheight) ); - //set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); - add_image_size('header',HEADER_IMAGE_WIDTH,HEADER_IMAGE_HEIGHT,true); - - global $mantra_fpsliderwidth; - global $mantra_fpsliderheight; - add_image_size('slider',$mantra_fpsliderwidth,$mantra_fpsliderheight,true); - // Add a way for the custom header to be styled in the admin panel that controls - // custom headers. See mantra_admin_header_style(), below. - define( 'NO_HEADER_TEXT', true ); - add_theme_support( 'custom-header' ); - - // ... and thus ends the changeable header business. - - -// Backwards compatibility with pre 3.4 versions for custom background and header - - // Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI. - register_default_headers( array( - 'mantra' => array( - 'url' => '%s/images/headers/mantra.png', - 'thumbnail_url' => '%s/images/headers/mantra-thumbnail.png', - // translators: header image description - 'description' => __( 'mantra', 'mantra' ) - ), - ) ); -} -endif; - -// remove obsolete mantra functions action hooks -if ( ! function_exists( 'mantra_remove_obsolete_functions' ) ) : -function mantra_remove_obsolete_functions() { - remove_filter( 'wp_title', 'mantra_filter_wp_title' ); - remove_filter('wp_title_rss','mantra_filter_wp_title_rss'); -} -add_action('init','mantra_remove_obsolete_functions'); -endif; - -// Backwards compatibility for the title-tag -if ( ! function_exists( '_wp_render_title_tag' ) ) : - add_action( 'wp_head', 'mantra_render_title' ); - add_filter( 'wp_title', 'mantra_filter_wp_title2' ); - add_filter('wp_title_rss','mantra_filter_wp_title_rss2'); -endif; - -function mantra_render_title() { ?> - <?php wp_title( '', true, 'right' ); ?> -0)&&(strlen($title)>0))?$title.' - '.$site_name:$title.$site_name); - // Get the Site Description - $site_description = get_bloginfo( 'description' ); - // If site front page, append description - if ( (is_home() || is_front_page()) && $site_description ) { - // Append Site Description to title - $filtered_title = ((strlen($site_name)>0)&&(strlen($site_description)>0))?$site_name. " | ".$site_description:$site_name.$site_description; - } - // Add pagination if that's the case - global $page, $paged; - if ( $paged >= 2 || $page >= 2 ) - $filtered_title .= ' | ' . sprintf( __( 'Page %s', 'mantra' ), max( $paged, $page ) ); - - // Return the modified title - return $filtered_title; -} - -function nirvana_filter_wp_title_rss2($title) { - return ' '; -} - -if ( ! function_exists( 'mantra_admin_header_style' ) ) : -/** - * Styles the header image displayed on the Appearance > Header admin panel. - * - * Referenced via add_custom_image_header() in mantra_setup(). - * - * @since mantra 0.5 - */ -function mantra_admin_header_style() { -?> - - 'nav', 'container_class' => 'topmenu', 'theme_location' => 'top', 'depth' => 1 ) ); - } - - add_action ('cryout_wrapper_hook','mantra_top_menu'); - - // MAIN MENU - function mantra_main_menu() { - /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?> - - 'menu', 'menu_id' =>'prime_nav', 'theme_location' => 'primary' ) ); -} - -add_action ('cryout_access_hook','mantra_main_menu'); - -// FOOTER MENU - function mantra_footer_menu() { - if ( has_nav_menu( 'footer' ) ) wp_nav_menu( array( 'container' => 'nav', 'container_class' => 'footermenu', 'theme_location' => 'footer', 'depth' => 1 ) ); - } - - add_action ('cryout_footer_hook','mantra_footer_menu',10); - - -/** - * Register widgetized areas, including two sidebars and four widget-ready columns in the footer. - * - * To override mantra_widgets_init() in a child theme, remove the action hook and add your own - * function tied to the init hook. - * - * @since mantra 0.5 - * @uses register_sidebar - */ -function mantra_widgets_init() { - // Area 1, located at the top of the sidebar. - register_sidebar( array( - 'name' => __( 'Primary Widget Area - Sidebar 1', 'mantra' ), - 'id' => 'primary-widget-area', - 'description' => __( 'Primary widget area - Sidebar 1', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 2, located below the Primary Widget Area in the sidebar. Empty by default. - register_sidebar( array( - 'name' => __( 'Secondary Widget Area - Sidebar 1', 'mantra' ), - 'id' => 'secondary-widget-area', - 'description' => __( 'Secondary widget area - Sidebar 1', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 3 for the second sidebar. Empty be default - register_sidebar( array( - 'name' => __( 'Third Widget Area - Sidebar 2', 'mantra' ), - 'id' => 'third-widget-area', - 'description' => __( 'Third widget area - Sidebar 2', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 4, located below the Third Widget Area in the second sidebar. Empty by default. - register_sidebar( array( - 'name' => __( 'Fourth Widget Area - Sidebar 2', 'mantra' ), - 'id' => 'fourth-widget-area', - 'description' => __( 'Fourth widget area - Sidebar 2', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 5, located in the footer. Empty by default. - register_sidebar( array( - 'name' => __( 'First Footer Widget Area', 'mantra' ), - 'id' => 'first-footer-widget-area', - 'description' => __( 'First footer widget area', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 6, located in the footer. Empty by default. - register_sidebar( array( - 'name' => __( 'Second Footer Widget Area', 'mantra' ), - 'id' => 'second-footer-widget-area', - 'description' => __( 'Second footer widget area', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 7, located in the footer. Empty by default. - register_sidebar( array( - 'name' => __( 'Third Footer Widget Area', 'mantra' ), - 'id' => 'third-footer-widget-area', - 'description' => __( 'The third footer widget area', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 8, located in the footer. Empty by default. - register_sidebar( array( - 'name' => __( 'Fourth Footer Widget Area', 'mantra' ), - 'id' => 'fourth-footer-widget-area', - 'description' => __( 'The fourth footer widget area', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 9, located above the content area. Empty by default. - register_sidebar( array( - 'name' => __( 'Above content Widget Area', 'mantra' ), - 'id' => 'above-content-widget-area', - 'description' => __( 'Above content Widget Area', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); - - // Area 10, located below the content area. Empty by default. - register_sidebar( array( - 'name' => __( 'Below Content Widget Area', 'mantra' ), - 'id' => 'below-content-widget-area', - 'description' => __( 'Below Content Widget Area', 'mantra' ), - 'before_widget' => '
      • ', - 'after_widget' => '
      • ', - 'before_title' => '

        ', - 'after_title' => '

        ', - ) ); -} -/** Register sidebars by running mantra_widgets_init() on the widgets_init hook. */ -add_action( 'widgets_init', 'mantra_widgets_init' ); - - -/** - * Creates different class names for footer widgets depending on their number. - * This way they can fit the footer area. - */ - -function mantra_footer_sidebar_class() { - $count = 0; - - if ( is_active_sidebar( 'first-footer-widget-area' ) ) - $count++; - - if ( is_active_sidebar( 'second-footer-widget-area' ) ) - $count++; - - if ( is_active_sidebar( 'third-footer-widget-area' ) ) - $count++; - - if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) - $count++; - - $class = ''; - - switch ( $count ) { - case '1': - $class = 'one'; - break; - case '2': - $class = 'two'; - break; - case '3': - $class = 'three'; - break; - case '4': - $class = 'four'; - break; - } - - if ( $class ) - echo 'class="footer' . $class . '"'; -} - - - function mantra_above_widget() { - if ( is_active_sidebar( 'above-content-widget-area' )) { ?> -
          - -
        - -
          - -
        - __( 'Primary Navigation', 'mantra' ), + 'top' => __( 'Top Navigation', 'mantra' ), + 'footer' => __( 'Footer Navigation', 'mantra' ), + ) ); + + // This theme allows users to set a custom background + add_theme_support( 'custom-background' ); + + // We'll be using post thumbnails for custom header images on posts and pages. + // We want them to be the same size as the header. + // Larger images will be auto-cropped to fit, smaller ones will be ignored. See header.php. + global $mantra_hheight; + $mantra_hheight=(int)$mantra_hheight; + global $mantra_totalSize; + define( 'HEADER_IMAGE_WIDTH', apply_filters( 'mantra_header_image_width', $mantra_totalSize ) ); + define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'mantra_header_image_height', $mantra_hheight) ); + //set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); + add_image_size('header',HEADER_IMAGE_WIDTH,HEADER_IMAGE_HEIGHT,true); + + global $mantra_fpsliderwidth; + global $mantra_fpsliderheight; + add_image_size('slider',$mantra_fpsliderwidth,$mantra_fpsliderheight,true); + // Add a way for the custom header to be styled in the admin panel that controls + // custom headers. See mantra_admin_header_style(), below. + define( 'NO_HEADER_TEXT', true ); + add_theme_support( 'custom-header' ); + + // ... and thus ends the changeable header business. + + +// Backwards compatibility with pre 3.4 versions for custom background and header + + // Default custom headers packaged with the theme. %s is a placeholder for the theme template directory URI. + register_default_headers( array( + 'mantra' => array( + 'url' => '%s/images/headers/mantra.png', + 'thumbnail_url' => '%s/images/headers/mantra-thumbnail.png', + // translators: header image description + 'description' => __( 'mantra', 'mantra' ) + ), + ) ); +} +endif; + +// remove obsolete mantra functions action hooks +if ( ! function_exists( 'mantra_remove_obsolete_functions' ) ) : +function mantra_remove_obsolete_functions() { + remove_filter( 'wp_title', 'mantra_filter_wp_title' ); + remove_filter('wp_title_rss','mantra_filter_wp_title_rss'); +} +add_action('init','mantra_remove_obsolete_functions'); +endif; + +// Backwards compatibility for the title-tag +if ( ! function_exists( '_wp_render_title_tag' ) ) : + add_action( 'wp_head', 'mantra_render_title' ); + add_filter( 'wp_title', 'mantra_filter_wp_title2' ); + add_filter('wp_title_rss','mantra_filter_wp_title_rss2'); +endif; + +function mantra_render_title() { ?> + <?php wp_title( '', true, 'right' ); ?> +0)&&(strlen($title)>0))?$title.' - '.$site_name:$title.$site_name); + // Get the Site Description + $site_description = get_bloginfo( 'description' ); + // If site front page, append description + if ( (is_home() || is_front_page()) && $site_description ) { + // Append Site Description to title + $filtered_title = ((strlen($site_name)>0)&&(strlen($site_description)>0))?$site_name. " | ".$site_description:$site_name.$site_description; + } + // Add pagination if that's the case + global $page, $paged; + if ( $paged >= 2 || $page >= 2 ) + $filtered_title .= ' | ' . sprintf( __( 'Page %s', 'mantra' ), max( $paged, $page ) ); + + // Return the modified title + return $filtered_title; +} + +function nirvana_filter_wp_title_rss2($title) { + return ' '; +} + +if ( ! function_exists( 'mantra_admin_header_style' ) ) : +/** + * Styles the header image displayed on the Appearance > Header admin panel. + * + * Referenced via add_custom_image_header() in mantra_setup(). + * + * @since mantra 0.5 + */ +function mantra_admin_header_style() { +?> + + 'nav', 'container_class' => 'topmenu', 'theme_location' => 'top', 'depth' => 1 ) ); + } + + add_action ('cryout_wrapper_hook','mantra_top_menu'); + + // MAIN MENU + function mantra_main_menu() { + /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?> + + 'menu', 'menu_id' =>'prime_nav', 'theme_location' => 'primary' ) ); +} + +add_action ('cryout_access_hook','mantra_main_menu'); + +// FOOTER MENU + function mantra_footer_menu() { + if ( has_nav_menu( 'footer' ) ) wp_nav_menu( array( 'container' => 'nav', 'container_class' => 'footermenu', 'theme_location' => 'footer', 'depth' => 1 ) ); + } + + add_action ('cryout_footer_hook','mantra_footer_menu',10); + + +/** + * Register widgetized areas, including two sidebars and four widget-ready columns in the footer. + * + * To override mantra_widgets_init() in a child theme, remove the action hook and add your own + * function tied to the init hook. + * + * @since mantra 0.5 + * @uses register_sidebar + */ +function mantra_widgets_init() { + // Area 1, located at the top of the sidebar. + register_sidebar( array( + 'name' => __( 'Primary Widget Area - Sidebar 1', 'mantra' ), + 'id' => 'primary-widget-area', + 'description' => __( 'Primary widget area - Sidebar 1', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 2, located below the Primary Widget Area in the sidebar. Empty by default. + register_sidebar( array( + 'name' => __( 'Secondary Widget Area - Sidebar 1', 'mantra' ), + 'id' => 'secondary-widget-area', + 'description' => __( 'Secondary widget area - Sidebar 1', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 3 for the second sidebar. Empty be default + register_sidebar( array( + 'name' => __( 'Third Widget Area - Sidebar 2', 'mantra' ), + 'id' => 'third-widget-area', + 'description' => __( 'Third widget area - Sidebar 2', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 4, located below the Third Widget Area in the second sidebar. Empty by default. + register_sidebar( array( + 'name' => __( 'Fourth Widget Area - Sidebar 2', 'mantra' ), + 'id' => 'fourth-widget-area', + 'description' => __( 'Fourth widget area - Sidebar 2', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 5, located in the footer. Empty by default. + register_sidebar( array( + 'name' => __( 'First Footer Widget Area', 'mantra' ), + 'id' => 'first-footer-widget-area', + 'description' => __( 'First footer widget area', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 6, located in the footer. Empty by default. + register_sidebar( array( + 'name' => __( 'Second Footer Widget Area', 'mantra' ), + 'id' => 'second-footer-widget-area', + 'description' => __( 'Second footer widget area', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 7, located in the footer. Empty by default. + register_sidebar( array( + 'name' => __( 'Third Footer Widget Area', 'mantra' ), + 'id' => 'third-footer-widget-area', + 'description' => __( 'The third footer widget area', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 8, located in the footer. Empty by default. + register_sidebar( array( + 'name' => __( 'Fourth Footer Widget Area', 'mantra' ), + 'id' => 'fourth-footer-widget-area', + 'description' => __( 'The fourth footer widget area', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 9, located above the content area. Empty by default. + register_sidebar( array( + 'name' => __( 'Above content Widget Area', 'mantra' ), + 'id' => 'above-content-widget-area', + 'description' => __( 'Above content Widget Area', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); + + // Area 10, located below the content area. Empty by default. + register_sidebar( array( + 'name' => __( 'Below Content Widget Area', 'mantra' ), + 'id' => 'below-content-widget-area', + 'description' => __( 'Below Content Widget Area', 'mantra' ), + 'before_widget' => '
      • ', + 'after_widget' => '
      • ', + 'before_title' => '

        ', + 'after_title' => '

        ', + ) ); +} +/** Register sidebars by running mantra_widgets_init() on the widgets_init hook. */ +add_action( 'widgets_init', 'mantra_widgets_init' ); + + +/** + * Creates different class names for footer widgets depending on their number. + * This way they can fit the footer area. + */ + +function mantra_footer_sidebar_class() { + $count = 0; + + if ( is_active_sidebar( 'first-footer-widget-area' ) ) + $count++; + + if ( is_active_sidebar( 'second-footer-widget-area' ) ) + $count++; + + if ( is_active_sidebar( 'third-footer-widget-area' ) ) + $count++; + + if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) + $count++; + + $class = ''; + + switch ( $count ) { + case '1': + $class = 'one'; + break; + case '2': + $class = 'two'; + break; + case '3': + $class = 'three'; + break; + case '4': + $class = 'four'; + break; + } + + if ( $class ) + echo 'class="footer' . $class . '"'; +} + + + function mantra_above_widget() { + if ( is_active_sidebar( 'above-content-widget-area' )) { ?> +
          + +
        + +
          + +
        + \ No newline at end of file diff --git a/themes/mantra/includes/theme-styles.php b/themes/mantra/includes/theme-styles.php index 1d0a7ef1..0576d6fc 100644 --- a/themes/mantra/includes/theme-styles.php +++ b/themes/mantra/includes/theme-styles.php @@ -1,133 +1,133 @@ -'; -else return ''; -} - - -function mantra_register_styles() { - global $mantra_options; - foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} - - wp_register_style( 'mantras', get_stylesheet_uri(), NULL, _CRYOUT_THEME_VERSION ); - - if($mantra_mobile=="Enable") { wp_register_style( 'mantra-mobile', get_template_directory_uri() . '/style-mobile.css', NULL, _CRYOUT_THEME_VERSION );} - - wp_register_style( 'mantra_googlefont', esc_attr($mantra_googlefont2 )); - wp_register_style( 'mantra_googlefonttitle', esc_attr($mantra_googlefonttitle2 )); - wp_register_style( 'mantra_googlefontside',esc_attr($mantra_googlefontside2) ); - wp_register_style( 'mantra_googlefontsubheader', esc_attr($mantra_googlefontsubheader2) ); - -} - -add_action('init', 'mantra_register_styles' ); - - -function mantra_enqueue_styles() { - global $mantra_options; - foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} - - wp_enqueue_style( 'mantras'); - - wp_enqueue_style( 'mantra_googlefont'); - wp_enqueue_style( 'mantra_googlefonttitle'); - wp_enqueue_style( 'mantra_googlefontside'); - wp_enqueue_style( 'mantra_googlefontsubheader'); - - -} - -add_action('wp_enqueue_scripts', 'mantra_enqueue_styles' ); - -function mantra_styles_echo() { - global $mantra_options; - - foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} - - echo preg_replace("/[\n\r\t\s]+/"," " ,mantra_custom_styles())."\n"; - if(($mantra_frontpage=="Enable")&&is_front_page()) { echo preg_replace("/[\n\r\t\s]+/"," " ,mantra_frontpage_css())."\n";} - if($mantra_mobile=="Enable") {wp_enqueue_style( 'mantra-mobile'); echo mantra_mobile_meta();} - echo preg_replace("/[\n\r\t\s]+/"," " ,mantra_customcss())."\n"; -} - -add_action('wp_head', 'mantra_styles_echo'); - - -// JS loading and hook into wp_enque_scripts - -add_action('wp_head', 'mantra_customjs' ); - - - - -// Scripts loading and hook into wp_enque_scripts - -function mantra_scripts_method() { -global $mantra_options; -foreach ($mantra_options as $key => $value) { - ${"$key"} = $value ; - } - -// If frontend - load the js for the menu and the social icons animations - if ( !is_admin() ) { - wp_register_script('cryout-frontend',get_template_directory_uri() . '/js/frontend.js', array('jquery'), _CRYOUT_THEME_VERSION ); - wp_enqueue_script('cryout-frontend'); - // If mantra from page is enabled and the current page is home page - load the nivo slider js - if($mantra_frontpage == "Enable" && is_front_page()) { - wp_register_script('cryout-nivoSlider',get_template_directory_uri() . '/js/nivo-slider.js', array('jquery'), _CRYOUT_THEME_VERSION ); - wp_enqueue_script('cryout-nivoSlider'); - } - } - - - /* We add some JavaScript to pages with the comment form - * to support sites with threaded comments (when in use). - */ - if ( is_singular() && get_option( 'thread_comments' ) ) - wp_enqueue_script( 'comment-reply' ); -} - -add_action('wp_enqueue_scripts', 'mantra_scripts_method'); - -/** - * Adding CSS3 PIE behavior to elements that need it - */ -function mantra_ie_pie() { - echo ' - -'; -} -add_action('wp_head', 'mantra_ie_pie', 10); - +'; +else return ''; +} + + +function mantra_register_styles() { + global $mantra_options; + foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} + + wp_register_style( 'mantras', get_stylesheet_uri(), NULL, _CRYOUT_THEME_VERSION ); + + if($mantra_mobile=="Enable") { wp_register_style( 'mantra-mobile', get_template_directory_uri() . '/style-mobile.css', NULL, _CRYOUT_THEME_VERSION );} + + wp_register_style( 'mantra_googlefont', esc_attr($mantra_googlefont2 )); + wp_register_style( 'mantra_googlefonttitle', esc_attr($mantra_googlefonttitle2 )); + wp_register_style( 'mantra_googlefontside',esc_attr($mantra_googlefontside2) ); + wp_register_style( 'mantra_googlefontsubheader', esc_attr($mantra_googlefontsubheader2) ); + +} + +add_action('init', 'mantra_register_styles' ); + + +function mantra_enqueue_styles() { + global $mantra_options; + foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} + + wp_enqueue_style( 'mantras'); + + wp_enqueue_style( 'mantra_googlefont'); + wp_enqueue_style( 'mantra_googlefonttitle'); + wp_enqueue_style( 'mantra_googlefontside'); + wp_enqueue_style( 'mantra_googlefontsubheader'); + + +} + +add_action('wp_enqueue_scripts', 'mantra_enqueue_styles' ); + +function mantra_styles_echo() { + global $mantra_options; + + foreach ($mantra_options as $key => $value) { ${"$key"} = $value ;} + + echo preg_replace("/[\n\r\t\s]+/"," " ,mantra_custom_styles())."\n"; + if(($mantra_frontpage=="Enable")&&is_front_page()) { echo preg_replace("/[\n\r\t\s]+/"," " ,mantra_frontpage_css())."\n";} + if($mantra_mobile=="Enable") {wp_enqueue_style( 'mantra-mobile'); echo mantra_mobile_meta();} + echo preg_replace("/[\n\r\t\s]+/"," " ,mantra_customcss())."\n"; +} + +add_action('wp_head', 'mantra_styles_echo'); + + +// JS loading and hook into wp_enque_scripts + +add_action('wp_head', 'mantra_customjs' ); + + + + +// Scripts loading and hook into wp_enque_scripts + +function mantra_scripts_method() { +global $mantra_options; +foreach ($mantra_options as $key => $value) { + ${"$key"} = $value ; + } + +// If frontend - load the js for the menu and the social icons animations + if ( !is_admin() ) { + wp_register_script('cryout-frontend',get_template_directory_uri() . '/js/frontend.js', array('jquery'), _CRYOUT_THEME_VERSION ); + wp_enqueue_script('cryout-frontend'); + // If mantra from page is enabled and the current page is home page - load the nivo slider js + if($mantra_frontpage == "Enable" && is_front_page()) { + wp_register_script('cryout-nivoSlider',get_template_directory_uri() . '/js/nivo-slider.js', array('jquery'), _CRYOUT_THEME_VERSION ); + wp_enqueue_script('cryout-nivoSlider'); + } + } + + + /* We add some JavaScript to pages with the comment form + * to support sites with threaded comments (when in use). + */ + if ( is_singular() && get_option( 'thread_comments' ) ) + wp_enqueue_script( 'comment-reply' ); +} + +add_action('wp_enqueue_scripts', 'mantra_scripts_method'); + +/** + * Adding CSS3 PIE behavior to elements that need it + */ +function mantra_ie_pie() { + echo ' + +'; +} +add_action('wp_head', 'mantra_ie_pie', 10); + ?> \ No newline at end of file diff --git a/themes/mantra/index.php b/themes/mantra/index.php index 4cd42e77..7daad5d9 100644 --- a/themes/mantra/index.php +++ b/themes/mantra/index.php @@ -1,57 +1,57 @@ - -
        - -
        - - - - - - - - - - - - - - - - -
        -
        -

        -
        - -
        -

        - -
        -
        - - - -
        - -
        - +
        + +
        + + + + + + + + + + + + + + + + +
        +
        +

        +
        + +
        +

        + +
        +
        + + + +
        + +
        + \ No newline at end of file diff --git a/themes/mantra/js/PIE/PIE.js b/themes/mantra/js/PIE/PIE.js index 72165b2a..d36448a9 100644 --- a/themes/mantra/js/PIE/PIE.js +++ b/themes/mantra/js/PIE/PIE.js @@ -1,88 +1,88 @@ -/* -PIE: CSS3 rendering for IE -Version 1.0.0 -http://css3pie.com -Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. -*/ -(function(){ -var doc = document;var f=window.PIE; -if(!f){f=window.PIE={F:"-pie-",nb:"Pie",La:"pie_",Ac:{TD:1,TH:1},cc:{TABLE:1,THEAD:1,TBODY:1,TFOOT:1,TR:1,INPUT:1,TEXTAREA:1,SELECT:1,OPTION:1,IMG:1,HR:1},fc:{A:1,INPUT:1,TEXTAREA:1,SELECT:1,BUTTON:1},Gd:{submit:1,button:1,reset:1},aa:function(){}};try{doc.execCommand("BackgroundImageCache",false,true)}catch(aa){}for(var ba=4,Z=doc.createElement("div"),ca=Z.getElementsByTagName("i"),ga;Z.innerHTML="', - all[0] - ) {} - PIE.ieVersion = ieVersion; - - // Detect IE6 - if( ieVersion === 6 ) { - // IE6 can't access properties with leading dash, but can without it. - PIE.CSS_PREFIX = PIE.CSS_PREFIX.replace( /^-/, '' ); - } - - PIE.ieDocMode = doc.documentMode || PIE.ieVersion; - - // Detect VML support (a small number of IE installs don't have a working VML engine) - div.innerHTML = ''; - shape = div.firstChild; - shape.style['behavior'] = 'url(#default#VML)'; - PIE.supportsVML = (typeof shape['adj'] === "object"); - }()); -/** - * Utility functions - */ -(function() { - var vmlCreatorDoc, - idNum = 0, - imageSizes = {}; - - - PIE.Util = { - - /** - * To create a VML element, it must be created by a Document which has the VML - * namespace set. Unfortunately, if you try to add the namespace programatically - * into the main document, you will get an "Unspecified error" when trying to - * access document.namespaces before the document is finished loading. To get - * around this, we create a DocumentFragment, which in IE land is apparently a - * full-fledged Document. It allows adding namespaces immediately, so we add the - * namespace there and then have it create the VML element. - * @param {string} tag The tag name for the VML element - * @return {Element} The new VML element - */ - createVmlElement: function( tag ) { - var vmlPrefix = 'css3vml'; - if( !vmlCreatorDoc ) { - vmlCreatorDoc = doc.createDocumentFragment(); - vmlCreatorDoc.namespaces.add( vmlPrefix, 'urn:schemas-microsoft-com:vml' ); - } - return vmlCreatorDoc.createElement( vmlPrefix + ':' + tag ); - }, - - - /** - * Generate and return a unique ID for a given object. The generated ID is stored - * as a property of the object for future reuse. - * @param {Object} obj - */ - getUID: function( obj ) { - return obj && obj[ '_pieId' ] || ( obj[ '_pieId' ] = '_' + ++idNum ); - }, - - - /** - * Simple utility for merging objects - * @param {Object} obj1 The main object into which all others will be merged - * @param {...Object} var_args Other objects which will be merged into the first, in order - */ - merge: function( obj1 ) { - var i, len, p, objN, args = arguments; - for( i = 1, len = args.length; i < len; i++ ) { - objN = args[i]; - for( p in objN ) { - if( objN.hasOwnProperty( p ) ) { - obj1[ p ] = objN[ p ]; - } - } - } - return obj1; - }, - - - /** - * Execute a callback function, passing it the dimensions of a given image once - * they are known. - * @param {string} src The source URL of the image - * @param {function({w:number, h:number})} func The callback function to be called once the image dimensions are known - * @param {Object} ctx A context object which will be used as the 'this' value within the executed callback function - */ - withImageSize: function( src, func, ctx ) { - var size = imageSizes[ src ], img, queue; - if( size ) { - // If we have a queue, add to it - if( Object.prototype.toString.call( size ) === '[object Array]' ) { - size.push( [ func, ctx ] ); - } - // Already have the size cached, call func right away - else { - func.call( ctx, size ); - } - } else { - queue = imageSizes[ src ] = [ [ func, ctx ] ]; //create queue - img = new Image(); - img.onload = function() { - size = imageSizes[ src ] = { w: img.width, h: img.height }; - for( var i = 0, len = queue.length; i < len; i++ ) { - queue[ i ][ 0 ].call( queue[ i ][ 1 ], size ); - } - img.onload = null; - }; - img.src = src; - } - } - }; -})();/** - * Utility functions for handling gradients - */ -PIE.GradientUtil = { - - getGradientMetrics: function( el, width, height, gradientInfo ) { - var angle = gradientInfo.angle, - startPos = gradientInfo.gradientStart, - startX, startY, - endX, endY, - startCornerX, startCornerY, - endCornerX, endCornerY, - deltaX, deltaY, - p, UNDEF; - - // Find the "start" and "end" corners; these are the corners furthest along the gradient line. - // This is used below to find the start/end positions of the CSS3 gradient-line, and also in finding - // the total length of the VML rendered gradient-line corner to corner. - function findCorners() { - startCornerX = ( angle >= 90 && angle < 270 ) ? width : 0; - startCornerY = angle < 180 ? height : 0; - endCornerX = width - startCornerX; - endCornerY = height - startCornerY; - } - - // Normalize the angle to a value between [0, 360) - function normalizeAngle() { - while( angle < 0 ) { - angle += 360; - } - angle = angle % 360; - } - - // Find the start and end points of the gradient - if( startPos ) { - startPos = startPos.coords( el, width, height ); - startX = startPos.x; - startY = startPos.y; - } - if( angle ) { - angle = angle.degrees(); - - normalizeAngle(); - findCorners(); - - // If no start position was specified, then choose a corner as the starting point. - if( !startPos ) { - startX = startCornerX; - startY = startCornerY; - } - - // Find the end position by extending a perpendicular line from the gradient-line which - // intersects the corner opposite from the starting corner. - p = PIE.GradientUtil.perpendicularIntersect( startX, startY, angle, endCornerX, endCornerY ); - endX = p[0]; - endY = p[1]; - } - else if( startPos ) { - // Start position but no angle specified: find the end point by rotating 180deg around the center - endX = width - startX; - endY = height - startY; - } - else { - // Neither position nor angle specified; create vertical gradient from top to bottom - startX = startY = endX = 0; - endY = height; - } - deltaX = endX - startX; - deltaY = endY - startY; - - if( angle === UNDEF ) { - // Get the angle based on the change in x/y from start to end point. Checks first for horizontal - // or vertical angles so they get exact whole numbers rather than what atan2 gives. - angle = ( !deltaX ? ( deltaY < 0 ? 90 : 270 ) : - ( !deltaY ? ( deltaX < 0 ? 180 : 0 ) : - -Math.atan2( deltaY, deltaX ) / Math.PI * 180 - ) - ); - normalizeAngle(); - findCorners(); - } - - return { - angle: angle, - startX: startX, - startY: startY, - endX: endX, - endY: endY, - startCornerX: startCornerX, - startCornerY: startCornerY, - endCornerX: endCornerX, - endCornerY: endCornerY, - deltaX: deltaX, - deltaY: deltaY, - lineLength: PIE.GradientUtil.distance( startX, startY, endX, endY ) - } - }, - - /** - * Find the point along a given line (defined by a starting point and an angle), at which - * that line is intersected by a perpendicular line extending through another point. - * @param x1 - x coord of the starting point - * @param y1 - y coord of the starting point - * @param angle - angle of the line extending from the starting point (in degrees) - * @param x2 - x coord of point along the perpendicular line - * @param y2 - y coord of point along the perpendicular line - * @return [ x, y ] - */ - perpendicularIntersect: function( x1, y1, angle, x2, y2 ) { - // Handle straight vertical and horizontal angles, for performance and to avoid - // divide-by-zero errors. - if( angle === 0 || angle === 180 ) { - return [ x2, y1 ]; - } - else if( angle === 90 || angle === 270 ) { - return [ x1, y2 ]; - } - else { - // General approach: determine the Ax+By=C formula for each line (the slope of the second - // line is the negative inverse of the first) and then solve for where both formulas have - // the same x/y values. - var a1 = Math.tan( -angle * Math.PI / 180 ), - c1 = a1 * x1 - y1, - a2 = -1 / a1, - c2 = a2 * x2 - y2, - d = a2 - a1, - endX = ( c2 - c1 ) / d, - endY = ( a1 * c2 - a2 * c1 ) / d; - return [ endX, endY ]; - } - }, - - /** - * Find the distance between two points - * @param {Number} p1x - * @param {Number} p1y - * @param {Number} p2x - * @param {Number} p2y - * @return {Number} the distance - */ - distance: function( p1x, p1y, p2x, p2y ) { - var dx = p2x - p1x, - dy = p2y - p1y; - return Math.abs( - dx === 0 ? dy : - dy === 0 ? dx : - Math.sqrt( dx * dx + dy * dy ) - ); - } - -};/** - * - */ -PIE.Observable = function() { - /** - * List of registered observer functions - */ - this.observers = []; - - /** - * Hash of function ids to their position in the observers list, for fast lookup - */ - this.indexes = {}; -}; -PIE.Observable.prototype = { - - observe: function( fn ) { - var id = PIE.Util.getUID( fn ), - indexes = this.indexes, - observers = this.observers; - if( !( id in indexes ) ) { - indexes[ id ] = observers.length; - observers.push( fn ); - } - }, - - unobserve: function( fn ) { - var id = PIE.Util.getUID( fn ), - indexes = this.indexes; - if( id && id in indexes ) { - delete this.observers[ indexes[ id ] ]; - delete indexes[ id ]; - } - }, - - fire: function() { - var o = this.observers, - i = o.length; - while( i-- ) { - o[ i ] && o[ i ](); - } - } - -};/* - * Simple heartbeat timer - this is a brute-force workaround for syncing issues caused by IE not - * always firing the onmove and onresize events when elements are moved or resized. We check a few - * times every second to make sure the elements have the correct position and size. See Element.js - * which adds heartbeat listeners based on the custom -pie-poll flag, which defaults to true in IE8-9 - * and false elsewhere. - */ - -PIE.Heartbeat = new PIE.Observable(); -PIE.Heartbeat.run = function() { - var me = this, - interval; - if( !me.running ) { - interval = doc.documentElement.currentStyle.getAttribute( PIE.CSS_PREFIX + 'poll-interval' ) || 250; - (function beat() { - me.fire(); - setTimeout(beat, interval); - })(); - me.running = 1; - } -}; -/** - * Create an observable listener for the onunload event - */ -(function() { - PIE.OnUnload = new PIE.Observable(); - - function handleUnload() { - PIE.OnUnload.fire(); - window.detachEvent( 'onunload', handleUnload ); - window[ 'PIE' ] = null; - } - - window.attachEvent( 'onunload', handleUnload ); - - /** - * Attach an event which automatically gets detached onunload - */ - PIE.OnUnload.attachManagedEvent = function( target, name, handler ) { - target.attachEvent( name, handler ); - this.observe( function() { - target.detachEvent( name, handler ); - } ); - }; -})()/** - * Create a single observable listener for window resize events. - */ -PIE.OnResize = new PIE.Observable(); - -PIE.OnUnload.attachManagedEvent( window, 'onresize', function() { PIE.OnResize.fire(); } ); -/** - * Create a single observable listener for scroll events. Used for lazy loading based - * on the viewport, and for fixed position backgrounds. - */ -(function() { - PIE.OnScroll = new PIE.Observable(); - - function scrolled() { - PIE.OnScroll.fire(); - } - - PIE.OnUnload.attachManagedEvent( window, 'onscroll', scrolled ); - - PIE.OnResize.observe( scrolled ); -})(); -/** - * Listen for printing events, destroy all active PIE instances when printing, and - * restore them afterward. - */ -(function() { - - var elements; - - function beforePrint() { - elements = PIE.Element.destroyAll(); - } - - function afterPrint() { - if( elements ) { - for( var i = 0, len = elements.length; i < len; i++ ) { - PIE[ 'attach' ]( elements[i] ); - } - elements = 0; - } - } - - if( PIE.ieDocMode < 9 ) { - PIE.OnUnload.attachManagedEvent( window, 'onbeforeprint', beforePrint ); - PIE.OnUnload.attachManagedEvent( window, 'onafterprint', afterPrint ); - } - -})();/** - * Create a single observable listener for document mouseup events. - */ -PIE.OnMouseup = new PIE.Observable(); - -PIE.OnUnload.attachManagedEvent( doc, 'onmouseup', function() { PIE.OnMouseup.fire(); } ); -/** - * Wrapper for length and percentage style values. The value is immutable. A singleton instance per unique - * value is returned from PIE.getLength() - always use that instead of instantiating directly. - * @constructor - * @param {string} val The CSS string representing the length. It is assumed that this will already have - * been validated as a valid length or percentage syntax. - */ -PIE.Length = (function() { - var lengthCalcEl = doc.createElement( 'length-calc' ), - parent = doc.body || doc.documentElement, - s = lengthCalcEl.style, - conversions = {}, - units = [ 'mm', 'cm', 'in', 'pt', 'pc' ], - i = units.length, - instances = {}; - - s.position = 'absolute'; - s.top = s.left = '-9999px'; - - parent.appendChild( lengthCalcEl ); - while( i-- ) { - s.width = '100' + units[i]; - conversions[ units[i] ] = lengthCalcEl.offsetWidth / 100; - } - parent.removeChild( lengthCalcEl ); - - // All calcs from here on will use 1em - s.width = '1em'; - - - function Length( val ) { - this.val = val; - } - Length.prototype = { - /** - * Regular expression for matching the length unit - * @private - */ - unitRE: /(px|em|ex|mm|cm|in|pt|pc|%)$/, - - /** - * Get the numeric value of the length - * @return {number} The value - */ - getNumber: function() { - var num = this.num, - UNDEF; - if( num === UNDEF ) { - num = this.num = parseFloat( this.val ); - } - return num; - }, - - /** - * Get the unit of the length - * @return {string} The unit - */ - getUnit: function() { - var unit = this.unit, - m; - if( !unit ) { - m = this.val.match( this.unitRE ); - unit = this.unit = ( m && m[0] ) || 'px'; - } - return unit; - }, - - /** - * Determine whether this is a percentage length value - * @return {boolean} - */ - isPercentage: function() { - return this.getUnit() === '%'; - }, - - /** - * Resolve this length into a number of pixels. - * @param {Element} el - the context element, used to resolve font-relative values - * @param {(function():number|number)=} pct100 - the number of pixels that equal a 100% percentage. This can be either a number or a - * function which will be called to return the number. - */ - pixels: function( el, pct100 ) { - var num = this.getNumber(), - unit = this.getUnit(); - switch( unit ) { - case "px": - return num; - case "%": - return num * ( typeof pct100 === 'function' ? pct100() : pct100 ) / 100; - case "em": - return num * this.getEmPixels( el ); - case "ex": - return num * this.getEmPixels( el ) / 2; - default: - return num * conversions[ unit ]; - } - }, - - /** - * The em and ex units are relative to the font-size of the current element, - * however if the font-size is set using non-pixel units then we get that value - * rather than a pixel conversion. To get around this, we keep a floating element - * with width:1em which we insert into the target element and then read its offsetWidth. - * For elements that won't accept a child we insert into the parent node and perform - * additional calculation. If the font-size *is* specified in pixels, then we use that - * directly to avoid the expensive DOM manipulation. - * @param {Element} el - * @return {number} - */ - getEmPixels: function( el ) { - var fs = el.currentStyle.fontSize, - px, parent, me; - - if( fs.indexOf( 'px' ) > 0 ) { - return parseFloat( fs ); - } - else if( el.tagName in PIE.childlessElements ) { - me = this; - parent = el.parentNode; - return PIE.getLength( fs ).pixels( parent, function() { - return me.getEmPixels( parent ); - } ); - } - else { - el.appendChild( lengthCalcEl ); - px = lengthCalcEl.offsetWidth; - if( lengthCalcEl.parentNode === el ) { //not sure how this could be false but it sometimes is - el.removeChild( lengthCalcEl ); - } - return px; - } - } - }; - - - /** - * Retrieve a PIE.Length instance for the given value. A shared singleton instance is returned for each unique value. - * @param {string} val The CSS string representing the length. It is assumed that this will already have - * been validated as a valid length or percentage syntax. - */ - PIE.getLength = function( val ) { - return instances[ val ] || ( instances[ val ] = new Length( val ) ); - }; - - return Length; -})(); -/** - * Wrapper for a CSS3 bg-position value. Takes up to 2 position keywords and 2 lengths/percentages. - * @constructor - * @param {Array.} tokens The tokens making up the background position value. - */ -PIE.BgPosition = (function() { - - var length_fifty = PIE.getLength( '50%' ), - vert_idents = { 'top': 1, 'center': 1, 'bottom': 1 }, - horiz_idents = { 'left': 1, 'center': 1, 'right': 1 }; - - - function BgPosition( tokens ) { - this.tokens = tokens; - } - BgPosition.prototype = { - /** - * Normalize the values into the form: - * [ xOffsetSide, xOffsetLength, yOffsetSide, yOffsetLength ] - * where: xOffsetSide is either 'left' or 'right', - * yOffsetSide is either 'top' or 'bottom', - * and x/yOffsetLength are both PIE.Length objects. - * @return {Array} - */ - getValues: function() { - if( !this._values ) { - var tokens = this.tokens, - len = tokens.length, - Tokenizer = PIE.Tokenizer, - identType = Tokenizer.Type, - length_zero = PIE.getLength( '0' ), - type_ident = identType.IDENT, - type_length = identType.LENGTH, - type_percent = identType.PERCENT, - type, value, - vals = [ 'left', length_zero, 'top', length_zero ]; - - // If only one value, the second is assumed to be 'center' - if( len === 1 ) { - tokens.push( new Tokenizer.Token( type_ident, 'center' ) ); - len++; - } - - // Two values - CSS2 - if( len === 2 ) { - // If both idents, they can appear in either order, so switch them if needed - if( type_ident & ( tokens[0].tokenType | tokens[1].tokenType ) && - tokens[0].tokenValue in vert_idents && tokens[1].tokenValue in horiz_idents ) { - tokens.push( tokens.shift() ); - } - if( tokens[0].tokenType & type_ident ) { - if( tokens[0].tokenValue === 'center' ) { - vals[1] = length_fifty; - } else { - vals[0] = tokens[0].tokenValue; - } - } - else if( tokens[0].isLengthOrPercent() ) { - vals[1] = PIE.getLength( tokens[0].tokenValue ); - } - if( tokens[1].tokenType & type_ident ) { - if( tokens[1].tokenValue === 'center' ) { - vals[3] = length_fifty; - } else { - vals[2] = tokens[1].tokenValue; - } - } - else if( tokens[1].isLengthOrPercent() ) { - vals[3] = PIE.getLength( tokens[1].tokenValue ); - } - } - - // Three or four values - CSS3 - else { - // TODO - } - - this._values = vals; - } - return this._values; - }, - - /** - * Find the coordinates of the background image from the upper-left corner of the background area. - * Note that these coordinate values are not rounded. - * @param {Element} el - * @param {number} width - the width for percentages (background area width minus image width) - * @param {number} height - the height for percentages (background area height minus image height) - * @return {Object} { x: Number, y: Number } - */ - coords: function( el, width, height ) { - var vals = this.getValues(), - pxX = vals[1].pixels( el, width ), - pxY = vals[3].pixels( el, height ); - - return { - x: vals[0] === 'right' ? width - pxX : pxX, - y: vals[2] === 'bottom' ? height - pxY : pxY - }; - } - }; - - return BgPosition; -})(); -/** - * Wrapper for a CSS3 background-size value. - * @constructor - * @param {String|PIE.Length} w The width parameter - * @param {String|PIE.Length} h The height parameter, if any - */ -PIE.BgSize = (function() { - - var CONTAIN = 'contain', - COVER = 'cover', - AUTO = 'auto'; - - - function BgSize( w, h ) { - this.w = w; - this.h = h; - } - BgSize.prototype = { - - pixels: function( el, areaW, areaH, imgW, imgH ) { - var me = this, - w = me.w, - h = me.h, - areaRatio = areaW / areaH, - imgRatio = imgW / imgH; - - if ( w === CONTAIN ) { - w = imgRatio > areaRatio ? areaW : areaH * imgRatio; - h = imgRatio > areaRatio ? areaW / imgRatio : areaH; - } - else if ( w === COVER ) { - w = imgRatio < areaRatio ? areaW : areaH * imgRatio; - h = imgRatio < areaRatio ? areaW / imgRatio : areaH; - } - else if ( w === AUTO ) { - h = ( h === AUTO ? imgH : h.pixels( el, areaH ) ); - w = h * imgRatio; - } - else { - w = w.pixels( el, areaW ); - h = ( h === AUTO ? w / imgRatio : h.pixels( el, areaH ) ); - } - - return { w: w, h: h }; - } - - }; - - BgSize.DEFAULT = new BgSize( AUTO, AUTO ); - - return BgSize; -})(); -/** - * Wrapper for angle values; handles conversion to degrees from all allowed angle units - * @constructor - * @param {string} val The raw CSS value for the angle. It is assumed it has been pre-validated. - */ -PIE.Angle = (function() { - function Angle( val ) { - this.val = val; - } - Angle.prototype = { - unitRE: /[a-z]+$/i, - - /** - * @return {string} The unit of the angle value - */ - getUnit: function() { - return this._unit || ( this._unit = this.val.match( this.unitRE )[0].toLowerCase() ); - }, - - /** - * Get the numeric value of the angle in degrees. - * @return {number} The degrees value - */ - degrees: function() { - var deg = this._deg, u, n; - if( deg === undefined ) { - u = this.getUnit(); - n = parseFloat( this.val, 10 ); - deg = this._deg = ( u === 'deg' ? n : u === 'rad' ? n / Math.PI * 180 : u === 'grad' ? n / 400 * 360 : u === 'turn' ? n * 360 : 0 ); - } - return deg; - } - }; - - return Angle; -})();/** - * Abstraction for colors values. Allows detection of rgba values. A singleton instance per unique - * value is returned from PIE.getColor() - always use that instead of instantiating directly. - * @constructor - * @param {string} val The raw CSS string value for the color - */ -PIE.Color = (function() { - var instances = {}; - - function Color( val ) { - this.val = val; - } - - /** - * Regular expression for matching rgba colors and extracting their components - * @type {RegExp} - */ - Color.rgbaRE = /\s*rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d+|\d*\.\d+)\s*\)\s*/; - - Color.names = { - "aliceblue":"F0F8FF", "antiquewhite":"FAEBD7", "aqua":"0FF", - "aquamarine":"7FFFD4", "azure":"F0FFFF", "beige":"F5F5DC", - "bisque":"FFE4C4", "black":"000", "blanchedalmond":"FFEBCD", - "blue":"00F", "blueviolet":"8A2BE2", "brown":"A52A2A", - "burlywood":"DEB887", "cadetblue":"5F9EA0", "chartreuse":"7FFF00", - "chocolate":"D2691E", "coral":"FF7F50", "cornflowerblue":"6495ED", - "cornsilk":"FFF8DC", "crimson":"DC143C", "cyan":"0FF", - "darkblue":"00008B", "darkcyan":"008B8B", "darkgoldenrod":"B8860B", - "darkgray":"A9A9A9", "darkgreen":"006400", "darkkhaki":"BDB76B", - "darkmagenta":"8B008B", "darkolivegreen":"556B2F", "darkorange":"FF8C00", - "darkorchid":"9932CC", "darkred":"8B0000", "darksalmon":"E9967A", - "darkseagreen":"8FBC8F", "darkslateblue":"483D8B", "darkslategray":"2F4F4F", - "darkturquoise":"00CED1", "darkviolet":"9400D3", "deeppink":"FF1493", - "deepskyblue":"00BFFF", "dimgray":"696969", "dodgerblue":"1E90FF", - "firebrick":"B22222", "floralwhite":"FFFAF0", "forestgreen":"228B22", - "fuchsia":"F0F", "gainsboro":"DCDCDC", "ghostwhite":"F8F8FF", - "gold":"FFD700", "goldenrod":"DAA520", "gray":"808080", - "green":"008000", "greenyellow":"ADFF2F", "honeydew":"F0FFF0", - "hotpink":"FF69B4", "indianred":"CD5C5C", "indigo":"4B0082", - "ivory":"FFFFF0", "khaki":"F0E68C", "lavender":"E6E6FA", - "lavenderblush":"FFF0F5", "lawngreen":"7CFC00", "lemonchiffon":"FFFACD", - "lightblue":"ADD8E6", "lightcoral":"F08080", "lightcyan":"E0FFFF", - "lightgoldenrodyellow":"FAFAD2", "lightgreen":"90EE90", "lightgrey":"D3D3D3", - "lightpink":"FFB6C1", "lightsalmon":"FFA07A", "lightseagreen":"20B2AA", - "lightskyblue":"87CEFA", "lightslategray":"789", "lightsteelblue":"B0C4DE", - "lightyellow":"FFFFE0", "lime":"0F0", "limegreen":"32CD32", - "linen":"FAF0E6", "magenta":"F0F", "maroon":"800000", - "mediumauqamarine":"66CDAA", "mediumblue":"0000CD", "mediumorchid":"BA55D3", - "mediumpurple":"9370D8", "mediumseagreen":"3CB371", "mediumslateblue":"7B68EE", - "mediumspringgreen":"00FA9A", "mediumturquoise":"48D1CC", "mediumvioletred":"C71585", - "midnightblue":"191970", "mintcream":"F5FFFA", "mistyrose":"FFE4E1", - "moccasin":"FFE4B5", "navajowhite":"FFDEAD", "navy":"000080", - "oldlace":"FDF5E6", "olive":"808000", "olivedrab":"688E23", - "orange":"FFA500", "orangered":"FF4500", "orchid":"DA70D6", - "palegoldenrod":"EEE8AA", "palegreen":"98FB98", "paleturquoise":"AFEEEE", - "palevioletred":"D87093", "papayawhip":"FFEFD5", "peachpuff":"FFDAB9", - "peru":"CD853F", "pink":"FFC0CB", "plum":"DDA0DD", - "powderblue":"B0E0E6", "purple":"800080", "red":"F00", - "rosybrown":"BC8F8F", "royalblue":"4169E1", "saddlebrown":"8B4513", - "salmon":"FA8072", "sandybrown":"F4A460", "seagreen":"2E8B57", - "seashell":"FFF5EE", "sienna":"A0522D", "silver":"C0C0C0", - "skyblue":"87CEEB", "slateblue":"6A5ACD", "slategray":"708090", - "snow":"FFFAFA", "springgreen":"00FF7F", "steelblue":"4682B4", - "tan":"D2B48C", "teal":"008080", "thistle":"D8BFD8", - "tomato":"FF6347", "turquoise":"40E0D0", "violet":"EE82EE", - "wheat":"F5DEB3", "white":"FFF", "whitesmoke":"F5F5F5", - "yellow":"FF0", "yellowgreen":"9ACD32" - }; - - Color.prototype = { - /** - * @private - */ - parse: function() { - if( !this._color ) { - var me = this, - v = me.val, - vLower, - m = v.match( Color.rgbaRE ); - if( m ) { - me._color = 'rgb(' + m[1] + ',' + m[2] + ',' + m[3] + ')'; - me._alpha = parseFloat( m[4] ); - } - else { - if( ( vLower = v.toLowerCase() ) in Color.names ) { - v = '#' + Color.names[vLower]; - } - me._color = v; - me._alpha = ( v === 'transparent' ? 0 : 1 ); - } - } - }, - - /** - * Retrieve the value of the color in a format usable by IE natively. This will be the same as - * the raw input value, except for rgba values which will be converted to an rgb value. - * @param {Element} el The context element, used to get 'currentColor' keyword value. - * @return {string} Color value - */ - colorValue: function( el ) { - this.parse(); - return this._color === 'currentColor' ? el.currentStyle.color : this._color; - }, - - /** - * Retrieve the alpha value of the color. Will be 1 for all values except for rgba values - * with an alpha component. - * @return {number} The alpha value, from 0 to 1. - */ - alpha: function() { - this.parse(); - return this._alpha; - } - }; - - - /** - * Retrieve a PIE.Color instance for the given value. A shared singleton instance is returned for each unique value. - * @param {string} val The CSS string representing the color. It is assumed that this will already have - * been validated as a valid color syntax. - */ - PIE.getColor = function(val) { - return instances[ val ] || ( instances[ val ] = new Color( val ) ); - }; - - return Color; -})();/** - * A tokenizer for CSS value strings. - * @constructor - * @param {string} css The CSS value string - */ -PIE.Tokenizer = (function() { - function Tokenizer( css ) { - this.css = css; - this.ch = 0; - this.tokens = []; - this.tokenIndex = 0; - } - - /** - * Enumeration of token type constants. - * @enum {number} - */ - var Type = Tokenizer.Type = { - ANGLE: 1, - CHARACTER: 2, - COLOR: 4, - DIMEN: 8, - FUNCTION: 16, - IDENT: 32, - LENGTH: 64, - NUMBER: 128, - OPERATOR: 256, - PERCENT: 512, - STRING: 1024, - URL: 2048 - }; - - /** - * A single token - * @constructor - * @param {number} type The type of the token - see PIE.Tokenizer.Type - * @param {string} value The value of the token - */ - Tokenizer.Token = function( type, value ) { - this.tokenType = type; - this.tokenValue = value; - }; - Tokenizer.Token.prototype = { - isLength: function() { - return this.tokenType & Type.LENGTH || ( this.tokenType & Type.NUMBER && this.tokenValue === '0' ); - }, - isLengthOrPercent: function() { - return this.isLength() || this.tokenType & Type.PERCENT; - } - }; - - Tokenizer.prototype = { - whitespace: /\s/, - number: /^[\+\-]?(\d*\.)?\d+/, - url: /^url\(\s*("([^"]*)"|'([^']*)'|([!#$%&*-~]*))\s*\)/i, - ident: /^\-?[_a-z][\w-]*/i, - string: /^("([^"]*)"|'([^']*)')/, - operator: /^[\/,]/, - hash: /^#[\w]+/, - hashColor: /^#([\da-f]{6}|[\da-f]{3})/i, - - unitTypes: { - 'px': Type.LENGTH, 'em': Type.LENGTH, 'ex': Type.LENGTH, - 'mm': Type.LENGTH, 'cm': Type.LENGTH, 'in': Type.LENGTH, - 'pt': Type.LENGTH, 'pc': Type.LENGTH, - 'deg': Type.ANGLE, 'rad': Type.ANGLE, 'grad': Type.ANGLE - }, - - colorFunctions: { - 'rgb': 1, 'rgba': 1, 'hsl': 1, 'hsla': 1 - }, - - - /** - * Advance to and return the next token in the CSS string. If the end of the CSS string has - * been reached, null will be returned. - * @param {boolean} forget - if true, the token will not be stored for the purposes of backtracking with prev(). - * @return {PIE.Tokenizer.Token} - */ - next: function( forget ) { - var css, ch, firstChar, match, val, - me = this; - - function newToken( type, value ) { - var tok = new Tokenizer.Token( type, value ); - if( !forget ) { - me.tokens.push( tok ); - me.tokenIndex++; - } - return tok; - } - function failure() { - me.tokenIndex++; - return null; - } - - // In case we previously backed up, return the stored token in the next slot - if( this.tokenIndex < this.tokens.length ) { - return this.tokens[ this.tokenIndex++ ]; - } - - // Move past leading whitespace characters - while( this.whitespace.test( this.css.charAt( this.ch ) ) ) { - this.ch++; - } - if( this.ch >= this.css.length ) { - return failure(); - } - - ch = this.ch; - css = this.css.substring( this.ch ); - firstChar = css.charAt( 0 ); - switch( firstChar ) { - case '#': - if( match = css.match( this.hashColor ) ) { - this.ch += match[0].length; - return newToken( Type.COLOR, match[0] ); - } - break; - - case '"': - case "'": - if( match = css.match( this.string ) ) { - this.ch += match[0].length; - return newToken( Type.STRING, match[2] || match[3] || '' ); - } - break; - - case "/": - case ",": - this.ch++; - return newToken( Type.OPERATOR, firstChar ); - - case 'u': - if( match = css.match( this.url ) ) { - this.ch += match[0].length; - return newToken( Type.URL, match[2] || match[3] || match[4] || '' ); - } - } - - // Numbers and values starting with numbers - if( match = css.match( this.number ) ) { - val = match[0]; - this.ch += val.length; - - // Check if it is followed by a unit - if( css.charAt( val.length ) === '%' ) { - this.ch++; - return newToken( Type.PERCENT, val + '%' ); - } - if( match = css.substring( val.length ).match( this.ident ) ) { - val += match[0]; - this.ch += match[0].length; - return newToken( this.unitTypes[ match[0].toLowerCase() ] || Type.DIMEN, val ); - } - - // Plain ol' number - return newToken( Type.NUMBER, val ); - } - - // Identifiers - if( match = css.match( this.ident ) ) { - val = match[0]; - this.ch += val.length; - - // Named colors - if( val.toLowerCase() in PIE.Color.names || val === 'currentColor' || val === 'transparent' ) { - return newToken( Type.COLOR, val ); - } - - // Functions - if( css.charAt( val.length ) === '(' ) { - this.ch++; - - // Color values in function format: rgb, rgba, hsl, hsla - if( val.toLowerCase() in this.colorFunctions ) { - function isNum( tok ) { - return tok && tok.tokenType & Type.NUMBER; - } - function isNumOrPct( tok ) { - return tok && ( tok.tokenType & ( Type.NUMBER | Type.PERCENT ) ); - } - function isValue( tok, val ) { - return tok && tok.tokenValue === val; - } - function next() { - return me.next( 1 ); - } - - if( ( val.charAt(0) === 'r' ? isNumOrPct( next() ) : isNum( next() ) ) && - isValue( next(), ',' ) && - isNumOrPct( next() ) && - isValue( next(), ',' ) && - isNumOrPct( next() ) && - ( val === 'rgb' || val === 'hsa' || ( - isValue( next(), ',' ) && - isNum( next() ) - ) ) && - isValue( next(), ')' ) ) { - return newToken( Type.COLOR, this.css.substring( ch, this.ch ) ); - } - return failure(); - } - - return newToken( Type.FUNCTION, val ); - } - - // Other identifier - return newToken( Type.IDENT, val ); - } - - // Standalone character - this.ch++; - return newToken( Type.CHARACTER, firstChar ); - }, - - /** - * Determine whether there is another token - * @return {boolean} - */ - hasNext: function() { - var next = this.next(); - this.prev(); - return !!next; - }, - - /** - * Back up and return the previous token - * @return {PIE.Tokenizer.Token} - */ - prev: function() { - return this.tokens[ this.tokenIndex-- - 2 ]; - }, - - /** - * Retrieve all the tokens in the CSS string - * @return {Array.} - */ - all: function() { - while( this.next() ) {} - return this.tokens; - }, - - /** - * Return a list of tokens from the current position until the given function returns - * true. The final token will not be included in the list. - * @param {function():boolean} func - test function - * @param {boolean} require - if true, then if the end of the CSS string is reached - * before the test function returns true, null will be returned instead of the - * tokens that have been found so far. - * @return {Array.} - */ - until: function( func, require ) { - var list = [], t, hit; - while( t = this.next() ) { - if( func( t ) ) { - hit = true; - this.prev(); - break; - } - list.push( t ); - } - return require && !hit ? null : list; - } - }; - - return Tokenizer; -})();/** - * Handles calculating, caching, and detecting changes to size and position of the element. - * @constructor - * @param {Element} el the target element - */ -PIE.BoundsInfo = function( el ) { - this.targetElement = el; -}; -PIE.BoundsInfo.prototype = { - - _locked: 0, - - positionChanged: function() { - var last = this._lastBounds, - bounds; - return !last || ( ( bounds = this.getBounds() ) && ( last.x !== bounds.x || last.y !== bounds.y ) ); - }, - - sizeChanged: function() { - var last = this._lastBounds, - bounds; - return !last || ( ( bounds = this.getBounds() ) && ( last.w !== bounds.w || last.h !== bounds.h ) ); - }, - - getLiveBounds: function() { - var el = this.targetElement, - rect = el.getBoundingClientRect(), - isIE9 = PIE.ieDocMode === 9, - isIE7 = PIE.ieVersion === 7, - width = rect.right - rect.left; - return { - x: rect.left, - y: rect.top, - // In some cases scrolling the page will cause IE9 to report incorrect dimensions - // in the rect returned by getBoundingClientRect, so we must query offsetWidth/Height - // instead. Also IE7 is inconsistent in using logical vs. device pixels in measurements - // so we must calculate the ratio and use it in certain places as a position adjustment. - w: isIE9 || isIE7 ? el.offsetWidth : width, - h: isIE9 || isIE7 ? el.offsetHeight : rect.bottom - rect.top, - logicalZoomRatio: ( isIE7 && width ) ? el.offsetWidth / width : 1 - }; - }, - - getBounds: function() { - return this._locked ? - ( this._lockedBounds || ( this._lockedBounds = this.getLiveBounds() ) ) : - this.getLiveBounds(); - }, - - hasBeenQueried: function() { - return !!this._lastBounds; - }, - - lock: function() { - ++this._locked; - }, - - unlock: function() { - if( !--this._locked ) { - if( this._lockedBounds ) this._lastBounds = this._lockedBounds; - this._lockedBounds = null; - } - } - -}; -(function() { - -function cacheWhenLocked( fn ) { - var uid = PIE.Util.getUID( fn ); - return function() { - if( this._locked ) { - var cache = this._lockedValues || ( this._lockedValues = {} ); - return ( uid in cache ) ? cache[ uid ] : ( cache[ uid ] = fn.call( this ) ); - } else { - return fn.call( this ); - } - } -} - - -PIE.StyleInfoBase = { - - _locked: 0, - - /** - * Create a new StyleInfo class, with the standard constructor, and augmented by - * the StyleInfoBase's members. - * @param proto - */ - newStyleInfo: function( proto ) { - function StyleInfo( el ) { - this.targetElement = el; - this._lastCss = this.getCss(); - } - PIE.Util.merge( StyleInfo.prototype, PIE.StyleInfoBase, proto ); - StyleInfo._propsCache = {}; - return StyleInfo; - }, - - /** - * Get an object representation of the target CSS style, caching it for each unique - * CSS value string. - * @return {Object} - */ - getProps: function() { - var css = this.getCss(), - cache = this.constructor._propsCache; - return css ? ( css in cache ? cache[ css ] : ( cache[ css ] = this.parseCss( css ) ) ) : null; - }, - - /** - * Get the raw CSS value for the target style - * @return {string} - */ - getCss: cacheWhenLocked( function() { - var el = this.targetElement, - ctor = this.constructor, - s = el.style, - cs = el.currentStyle, - cssProp = this.cssProperty, - styleProp = this.styleProperty, - prefixedCssProp = ctor._prefixedCssProp || ( ctor._prefixedCssProp = PIE.CSS_PREFIX + cssProp ), - prefixedStyleProp = ctor._prefixedStyleProp || ( ctor._prefixedStyleProp = PIE.STYLE_PREFIX + styleProp.charAt(0).toUpperCase() + styleProp.substring(1) ); - return s[ prefixedStyleProp ] || cs.getAttribute( prefixedCssProp ) || s[ styleProp ] || cs.getAttribute( cssProp ); - } ), - - /** - * Determine whether the target CSS style is active. - * @return {boolean} - */ - isActive: cacheWhenLocked( function() { - return !!this.getProps(); - } ), - - /** - * Determine whether the target CSS style has changed since the last time it was used. - * @return {boolean} - */ - changed: cacheWhenLocked( function() { - var currentCss = this.getCss(), - changed = currentCss !== this._lastCss; - this._lastCss = currentCss; - return changed; - } ), - - cacheWhenLocked: cacheWhenLocked, - - lock: function() { - ++this._locked; - }, - - unlock: function() { - if( !--this._locked ) { - delete this._lockedValues; - } - } -}; - -})();/** - * Handles parsing, caching, and detecting changes to background (and -pie-background) CSS - * @constructor - * @param {Element} el the target element - */ -PIE.BackgroundStyleInfo = PIE.StyleInfoBase.newStyleInfo( { - - cssProperty: PIE.CSS_PREFIX + 'background', - styleProperty: PIE.STYLE_PREFIX + 'Background', - - attachIdents: { 'scroll':1, 'fixed':1, 'local':1 }, - repeatIdents: { 'repeat-x':1, 'repeat-y':1, 'repeat':1, 'no-repeat':1 }, - originAndClipIdents: { 'padding-box':1, 'border-box':1, 'content-box':1 }, - positionIdents: { 'top':1, 'right':1, 'bottom':1, 'left':1, 'center':1 }, - sizeIdents: { 'contain':1, 'cover':1 }, - propertyNames: { - CLIP: 'backgroundClip', - COLOR: 'backgroundColor', - IMAGE: 'backgroundImage', - ORIGIN: 'backgroundOrigin', - POSITION: 'backgroundPosition', - REPEAT: 'backgroundRepeat', - SIZE: 'backgroundSize' - }, - - /** - * For background styles, we support the -pie-background property but fall back to the standard - * backround* properties. The reason we have to use the prefixed version is that IE natively - * parses the standard properties and if it sees something it doesn't know how to parse, for example - * multiple values or gradient definitions, it will throw that away and not make it available through - * currentStyle. - * - * Format of return object: - * { - * color: , - * bgImages: [ - * { - * imgType: 'image', - * imgUrl: 'image.png', - * imgRepeat: <'no-repeat' | 'repeat-x' | 'repeat-y' | 'repeat'>, - * bgPosition: , - * bgAttachment: <'scroll' | 'fixed' | 'local'>, - * bgOrigin: <'border-box' | 'padding-box' | 'content-box'>, - * bgClip: <'border-box' | 'padding-box'>, - * bgSize: , - * origString: 'url(img.png) no-repeat top left' - * }, - * { - * imgType: 'linear-gradient', - * gradientStart: , - * angle: , - * stops: [ - * { color: , offset: }, - * { color: , offset: }, ... - * ] - * } - * ] - * } - * @param {String} css - * @override - */ - parseCss: function( css ) { - var el = this.targetElement, - cs = el.currentStyle, - tokenizer, token, image, - tok_type = PIE.Tokenizer.Type, - type_operator = tok_type.OPERATOR, - type_ident = tok_type.IDENT, - type_color = tok_type.COLOR, - tokType, tokVal, - beginCharIndex = 0, - positionIdents = this.positionIdents, - gradient, stop, width, height, - props = { bgImages: [] }; - - function isBgPosToken( token ) { - return token && token.isLengthOrPercent() || ( token.tokenType & type_ident && token.tokenValue in positionIdents ); - } - - function sizeToken( token ) { - return token && ( ( token.isLengthOrPercent() && PIE.getLength( token.tokenValue ) ) || ( token.tokenValue === 'auto' && 'auto' ) ); - } - - // If the CSS3-specific -pie-background property is present, parse it - if( this.getCss3() ) { - tokenizer = new PIE.Tokenizer( css ); - image = {}; - - while( token = tokenizer.next() ) { - tokType = token.tokenType; - tokVal = token.tokenValue; - - if( !image.imgType && tokType & tok_type.FUNCTION && tokVal === 'linear-gradient' ) { - gradient = { stops: [], imgType: tokVal }; - stop = {}; - while( token = tokenizer.next() ) { - tokType = token.tokenType; - tokVal = token.tokenValue; - - // If we reached the end of the function and had at least 2 stops, flush the info - if( tokType & tok_type.CHARACTER && tokVal === ')' ) { - if( stop.color ) { - gradient.stops.push( stop ); - } - if( gradient.stops.length > 1 ) { - PIE.Util.merge( image, gradient ); - } - break; - } - - // Color stop - must start with color - if( tokType & type_color ) { - // if we already have an angle/position, make sure that the previous token was a comma - if( gradient.angle || gradient.gradientStart ) { - token = tokenizer.prev(); - if( token.tokenType !== type_operator ) { - break; //fail - } - tokenizer.next(); - } - - stop = { - color: PIE.getColor( tokVal ) - }; - // check for offset following color - token = tokenizer.next(); - if( token.isLengthOrPercent() ) { - stop.offset = PIE.getLength( token.tokenValue ); - } else { - tokenizer.prev(); - } - } - // Angle - can only appear in first spot - else if( tokType & tok_type.ANGLE && !gradient.angle && !stop.color && !gradient.stops.length ) { - gradient.angle = new PIE.Angle( token.tokenValue ); - } - else if( isBgPosToken( token ) && !gradient.gradientStart && !stop.color && !gradient.stops.length ) { - tokenizer.prev(); - gradient.gradientStart = new PIE.BgPosition( - tokenizer.until( function( t ) { - return !isBgPosToken( t ); - }, false ) - ); - } - else if( tokType & type_operator && tokVal === ',' ) { - if( stop.color ) { - gradient.stops.push( stop ); - stop = {}; - } - } - else { - // Found something we didn't recognize; fail without adding image - break; - } - } - } - else if( !image.imgType && tokType & tok_type.URL ) { - image.imgUrl = tokVal; - image.imgType = 'image'; - } - else if( isBgPosToken( token ) && !image.bgPosition ) { - tokenizer.prev(); - image.bgPosition = new PIE.BgPosition( - tokenizer.until( function( t ) { - return !isBgPosToken( t ); - }, false ) - ); - } - else if( tokType & type_ident ) { - if( tokVal in this.repeatIdents && !image.imgRepeat ) { - image.imgRepeat = tokVal; - } - else if( tokVal in this.originAndClipIdents && !image.bgOrigin ) { - image.bgOrigin = tokVal; - if( ( token = tokenizer.next() ) && ( token.tokenType & type_ident ) && - token.tokenValue in this.originAndClipIdents ) { - image.bgClip = token.tokenValue; - } else { - image.bgClip = tokVal; - tokenizer.prev(); - } - } - else if( tokVal in this.attachIdents && !image.bgAttachment ) { - image.bgAttachment = tokVal; - } - else { - return null; - } - } - else if( tokType & type_color && !props.color ) { - props.color = PIE.getColor( tokVal ); - } - else if( tokType & type_operator && tokVal === '/' && !image.bgSize && image.bgPosition ) { - // background size - token = tokenizer.next(); - if( token.tokenType & type_ident && token.tokenValue in this.sizeIdents ) { - image.bgSize = new PIE.BgSize( token.tokenValue ); - } - else if( width = sizeToken( token ) ) { - height = sizeToken( tokenizer.next() ); - if ( !height ) { - height = width; - tokenizer.prev(); - } - image.bgSize = new PIE.BgSize( width, height ); - } - else { - return null; - } - } - // new layer - else if( tokType & type_operator && tokVal === ',' && image.imgType ) { - image.origString = css.substring( beginCharIndex, tokenizer.ch - 1 ); - beginCharIndex = tokenizer.ch; - props.bgImages.push( image ); - image = {}; - } - else { - // Found something unrecognized; chuck everything - return null; - } - } - - // leftovers - if( image.imgType ) { - image.origString = css.substring( beginCharIndex ); - props.bgImages.push( image ); - } - } - - // Otherwise, use the standard background properties; let IE give us the values rather than parsing them - else { - this.withActualBg( PIE.ieDocMode < 9 ? - function() { - var propNames = this.propertyNames, - posX = cs[propNames.POSITION + 'X'], - posY = cs[propNames.POSITION + 'Y'], - img = cs[propNames.IMAGE], - color = cs[propNames.COLOR]; - - if( color !== 'transparent' ) { - props.color = PIE.getColor( color ) - } - if( img !== 'none' ) { - props.bgImages = [ { - imgType: 'image', - imgUrl: new PIE.Tokenizer( img ).next().tokenValue, - imgRepeat: cs[propNames.REPEAT], - bgPosition: new PIE.BgPosition( new PIE.Tokenizer( posX + ' ' + posY ).all() ) - } ]; - } - } : - function() { - var propNames = this.propertyNames, - splitter = /\s*,\s*/, - images = cs[propNames.IMAGE].split( splitter ), - color = cs[propNames.COLOR], - repeats, positions, origins, clips, sizes, i, len, image, sizeParts; - - if( color !== 'transparent' ) { - props.color = PIE.getColor( color ) - } - - len = images.length; - if( len && images[0] !== 'none' ) { - repeats = cs[propNames.REPEAT].split( splitter ); - positions = cs[propNames.POSITION].split( splitter ); - origins = cs[propNames.ORIGIN].split( splitter ); - clips = cs[propNames.CLIP].split( splitter ); - sizes = cs[propNames.SIZE].split( splitter ); - - props.bgImages = []; - for( i = 0; i < len; i++ ) { - image = images[ i ]; - if( image && image !== 'none' ) { - sizeParts = sizes[i].split( ' ' ); - props.bgImages.push( { - origString: image + ' ' + repeats[ i ] + ' ' + positions[ i ] + ' / ' + sizes[ i ] + ' ' + - origins[ i ] + ' ' + clips[ i ], - imgType: 'image', - imgUrl: new PIE.Tokenizer( image ).next().tokenValue, - imgRepeat: repeats[ i ], - bgPosition: new PIE.BgPosition( new PIE.Tokenizer( positions[ i ] ).all() ), - bgOrigin: origins[ i ], - bgClip: clips[ i ], - bgSize: new PIE.BgSize( sizeParts[ 0 ], sizeParts[ 1 ] ) - } ); - } - } - } - } - ); - } - - return ( props.color || props.bgImages[0] ) ? props : null; - }, - - /** - * Execute a function with the actual background styles (not overridden with runtimeStyle - * properties set by the renderers) available via currentStyle. - * @param fn - */ - withActualBg: function( fn ) { - var isIE9 = PIE.ieDocMode > 8, - propNames = this.propertyNames, - rs = this.targetElement.runtimeStyle, - rsImage = rs[propNames.IMAGE], - rsColor = rs[propNames.COLOR], - rsRepeat = rs[propNames.REPEAT], - rsClip, rsOrigin, rsSize, rsPosition, ret; - - if( rsImage ) rs[propNames.IMAGE] = ''; - if( rsColor ) rs[propNames.COLOR] = ''; - if( rsRepeat ) rs[propNames.REPEAT] = ''; - if( isIE9 ) { - rsClip = rs[propNames.CLIP]; - rsOrigin = rs[propNames.ORIGIN]; - rsPosition = rs[propNames.POSITION]; - rsSize = rs[propNames.SIZE]; - if( rsClip ) rs[propNames.CLIP] = ''; - if( rsOrigin ) rs[propNames.ORIGIN] = ''; - if( rsPosition ) rs[propNames.POSITION] = ''; - if( rsSize ) rs[propNames.SIZE] = ''; - } - - ret = fn.call( this ); - - if( rsImage ) rs[propNames.IMAGE] = rsImage; - if( rsColor ) rs[propNames.COLOR] = rsColor; - if( rsRepeat ) rs[propNames.REPEAT] = rsRepeat; - if( isIE9 ) { - if( rsClip ) rs[propNames.CLIP] = rsClip; - if( rsOrigin ) rs[propNames.ORIGIN] = rsOrigin; - if( rsPosition ) rs[propNames.POSITION] = rsPosition; - if( rsSize ) rs[propNames.SIZE] = rsSize; - } - - return ret; - }, - - getCss: PIE.StyleInfoBase.cacheWhenLocked( function() { - return this.getCss3() || - this.withActualBg( function() { - var cs = this.targetElement.currentStyle, - propNames = this.propertyNames; - return cs[propNames.COLOR] + ' ' + cs[propNames.IMAGE] + ' ' + cs[propNames.REPEAT] + ' ' + - cs[propNames.POSITION + 'X'] + ' ' + cs[propNames.POSITION + 'Y']; - } ); - } ), - - getCss3: PIE.StyleInfoBase.cacheWhenLocked( function() { - var el = this.targetElement; - return el.style[ this.styleProperty ] || el.currentStyle.getAttribute( this.cssProperty ); - } ), - - /** - * Tests if style.PiePngFix or the -pie-png-fix property is set to true in IE6. - */ - isPngFix: function() { - var val = 0, el; - if( PIE.ieVersion < 7 ) { - el = this.targetElement; - val = ( '' + ( el.style[ PIE.STYLE_PREFIX + 'PngFix' ] || el.currentStyle.getAttribute( PIE.CSS_PREFIX + 'png-fix' ) ) === 'true' ); - } - return val; - }, - - /** - * The isActive logic is slightly different, because getProps() always returns an object - * even if it is just falling back to the native background properties. But we only want - * to report is as being "active" if either the -pie-background override property is present - * and parses successfully or '-pie-png-fix' is set to true in IE6. - */ - isActive: PIE.StyleInfoBase.cacheWhenLocked( function() { - return (this.getCss3() || this.isPngFix()) && !!this.getProps(); - } ) - -} );/** - * Handles parsing, caching, and detecting changes to border CSS - * @constructor - * @param {Element} el the target element - */ -PIE.BorderStyleInfo = PIE.StyleInfoBase.newStyleInfo( { - - sides: [ 'Top', 'Right', 'Bottom', 'Left' ], - namedWidths: { - 'thin': '1px', - 'medium': '3px', - 'thick': '5px' - }, - - parseCss: function( css ) { - var w = {}, - s = {}, - c = {}, - active = false, - colorsSame = true, - stylesSame = true, - widthsSame = true; - - this.withActualBorder( function() { - var el = this.targetElement, - cs = el.currentStyle, - i = 0, - style, color, width, lastStyle, lastColor, lastWidth, side, ltr; - for( ; i < 4; i++ ) { - side = this.sides[ i ]; - - ltr = side.charAt(0).toLowerCase(); - style = s[ ltr ] = cs[ 'border' + side + 'Style' ]; - color = cs[ 'border' + side + 'Color' ]; - width = cs[ 'border' + side + 'Width' ]; - - if( i > 0 ) { - if( style !== lastStyle ) { stylesSame = false; } - if( color !== lastColor ) { colorsSame = false; } - if( width !== lastWidth ) { widthsSame = false; } - } - lastStyle = style; - lastColor = color; - lastWidth = width; - - c[ ltr ] = PIE.getColor( color ); - - width = w[ ltr ] = PIE.getLength( s[ ltr ] === 'none' ? '0' : ( this.namedWidths[ width ] || width ) ); - if( width.pixels( this.targetElement ) > 0 ) { - active = true; - } - } - } ); - - return active ? { - widths: w, - styles: s, - colors: c, - widthsSame: widthsSame, - colorsSame: colorsSame, - stylesSame: stylesSame - } : null; - }, - - getCss: PIE.StyleInfoBase.cacheWhenLocked( function() { - var el = this.targetElement, - cs = el.currentStyle, - css; - - // Don't redraw or hide borders for cells in border-collapse:collapse tables - if( !( el.tagName in PIE.tableCellTags && el.offsetParent.currentStyle.borderCollapse === 'collapse' ) ) { - this.withActualBorder( function() { - css = cs.borderWidth + '|' + cs.borderStyle + '|' + cs.borderColor; - } ); - } - return css; - } ), - - /** - * Execute a function with the actual border styles (not overridden with runtimeStyle - * properties set by the renderers) available via currentStyle. - * @param fn - */ - withActualBorder: function( fn ) { - var rs = this.targetElement.runtimeStyle, - rsWidth = rs.borderWidth, - rsColor = rs.borderColor, - ret; - - if( rsWidth ) rs.borderWidth = ''; - if( rsColor ) rs.borderColor = ''; - - ret = fn.call( this ); - - if( rsWidth ) rs.borderWidth = rsWidth; - if( rsColor ) rs.borderColor = rsColor; - - return ret; - } - -} ); -/** - * Handles parsing, caching, and detecting changes to border-radius CSS - * @constructor - * @param {Element} el the target element - */ -(function() { - -PIE.BorderRadiusStyleInfo = PIE.StyleInfoBase.newStyleInfo( { - - cssProperty: 'border-radius', - styleProperty: 'borderRadius', - - parseCss: function( css ) { - var p = null, x, y, - tokenizer, token, length, - hasNonZero = false; - - if( css ) { - tokenizer = new PIE.Tokenizer( css ); - - function collectLengths() { - var arr = [], num; - while( ( token = tokenizer.next() ) && token.isLengthOrPercent() ) { - length = PIE.getLength( token.tokenValue ); - num = length.getNumber(); - if( num < 0 ) { - return null; - } - if( num > 0 ) { - hasNonZero = true; - } - arr.push( length ); - } - return arr.length > 0 && arr.length < 5 ? { - 'tl': arr[0], - 'tr': arr[1] || arr[0], - 'br': arr[2] || arr[0], - 'bl': arr[3] || arr[1] || arr[0] - } : null; - } - - // Grab the initial sequence of lengths - if( x = collectLengths() ) { - // See if there is a slash followed by more lengths, for the y-axis radii - if( token ) { - if( token.tokenType & PIE.Tokenizer.Type.OPERATOR && token.tokenValue === '/' ) { - y = collectLengths(); - } - } else { - y = x; - } - - // Treat all-zero values the same as no value - if( hasNonZero && x && y ) { - p = { x: x, y : y }; - } - } - } - - return p; - } -} ); - -var zero = PIE.getLength( '0' ), - zeros = { 'tl': zero, 'tr': zero, 'br': zero, 'bl': zero }; -PIE.BorderRadiusStyleInfo.ALL_ZERO = { x: zeros, y: zeros }; - -})();/** - * Handles parsing, caching, and detecting changes to border-image CSS - * @constructor - * @param {Element} el the target element - */ -PIE.BorderImageStyleInfo = PIE.StyleInfoBase.newStyleInfo( { - - cssProperty: 'border-image', - styleProperty: 'borderImage', - - repeatIdents: { 'stretch':1, 'round':1, 'repeat':1, 'space':1 }, - - parseCss: function( css ) { - var p = null, tokenizer, token, type, value, - slices, widths, outsets, - slashCount = 0, - Type = PIE.Tokenizer.Type, - IDENT = Type.IDENT, - NUMBER = Type.NUMBER, - PERCENT = Type.PERCENT; - - if( css ) { - tokenizer = new PIE.Tokenizer( css ); - p = {}; - - function isSlash( token ) { - return token && ( token.tokenType & Type.OPERATOR ) && ( token.tokenValue === '/' ); - } - - function isFillIdent( token ) { - return token && ( token.tokenType & IDENT ) && ( token.tokenValue === 'fill' ); - } - - function collectSlicesEtc() { - slices = tokenizer.until( function( tok ) { - return !( tok.tokenType & ( NUMBER | PERCENT ) ); - } ); - - if( isFillIdent( tokenizer.next() ) && !p.fill ) { - p.fill = true; - } else { - tokenizer.prev(); - } - - if( isSlash( tokenizer.next() ) ) { - slashCount++; - widths = tokenizer.until( function( token ) { - return !token.isLengthOrPercent() && !( ( token.tokenType & IDENT ) && token.tokenValue === 'auto' ); - } ); - - if( isSlash( tokenizer.next() ) ) { - slashCount++; - outsets = tokenizer.until( function( token ) { - return !token.isLength(); - } ); - } - } else { - tokenizer.prev(); - } - } - - while( token = tokenizer.next() ) { - type = token.tokenType; - value = token.tokenValue; - - // Numbers and/or 'fill' keyword: slice values. May be followed optionally by width values, followed optionally by outset values - if( type & ( NUMBER | PERCENT ) && !slices ) { - tokenizer.prev(); - collectSlicesEtc(); - } - else if( isFillIdent( token ) && !p.fill ) { - p.fill = true; - collectSlicesEtc(); - } - - // Idents: one or values for 'repeat' - else if( ( type & IDENT ) && this.repeatIdents[value] && !p.repeat ) { - p.repeat = { h: value }; - if( token = tokenizer.next() ) { - if( ( token.tokenType & IDENT ) && this.repeatIdents[token.tokenValue] ) { - p.repeat.v = token.tokenValue; - } else { - tokenizer.prev(); - } - } - } - - // URL of the image - else if( ( type & Type.URL ) && !p.src ) { - p.src = value; - } - - // Found something unrecognized; exit. - else { - return null; - } - } - - // Validate what we collected - if( !p.src || !slices || slices.length < 1 || slices.length > 4 || - ( widths && widths.length > 4 ) || ( slashCount === 1 && widths.length < 1 ) || - ( outsets && outsets.length > 4 ) || ( slashCount === 2 && outsets.length < 1 ) ) { - return null; - } - - // Fill in missing values - if( !p.repeat ) { - p.repeat = { h: 'stretch' }; - } - if( !p.repeat.v ) { - p.repeat.v = p.repeat.h; - } - - function distributeSides( tokens, convertFn ) { - return { - 't': convertFn( tokens[0] ), - 'r': convertFn( tokens[1] || tokens[0] ), - 'b': convertFn( tokens[2] || tokens[0] ), - 'l': convertFn( tokens[3] || tokens[1] || tokens[0] ) - }; - } - - p.slice = distributeSides( slices, function( tok ) { - return PIE.getLength( ( tok.tokenType & NUMBER ) ? tok.tokenValue + 'px' : tok.tokenValue ); - } ); - - if( widths && widths[0] ) { - p.widths = distributeSides( widths, function( tok ) { - return tok.isLengthOrPercent() ? PIE.getLength( tok.tokenValue ) : tok.tokenValue; - } ); - } - - if( outsets && outsets[0] ) { - p.outset = distributeSides( outsets, function( tok ) { - return tok.isLength() ? PIE.getLength( tok.tokenValue ) : tok.tokenValue; - } ); - } - } - - return p; - } - -} );/** - * Handles parsing, caching, and detecting changes to box-shadow CSS - * @constructor - * @param {Element} el the target element - */ -PIE.BoxShadowStyleInfo = PIE.StyleInfoBase.newStyleInfo( { - - cssProperty: 'box-shadow', - styleProperty: 'boxShadow', - - parseCss: function( css ) { - var props, - getLength = PIE.getLength, - Type = PIE.Tokenizer.Type, - tokenizer; - - if( css ) { - tokenizer = new PIE.Tokenizer( css ); - props = { outset: [], inset: [] }; - - function parseItem() { - var token, type, value, color, lengths, inset, len; - - while( token = tokenizer.next() ) { - value = token.tokenValue; - type = token.tokenType; - - if( type & Type.OPERATOR && value === ',' ) { - break; - } - else if( token.isLength() && !lengths ) { - tokenizer.prev(); - lengths = tokenizer.until( function( token ) { - return !token.isLength(); - } ); - } - else if( type & Type.COLOR && !color ) { - color = value; - } - else if( type & Type.IDENT && value === 'inset' && !inset ) { - inset = true; - } - else { //encountered an unrecognized token; fail. - return false; - } - } - - len = lengths && lengths.length; - if( len > 1 && len < 5 ) { - ( inset ? props.inset : props.outset ).push( { - xOffset: getLength( lengths[0].tokenValue ), - yOffset: getLength( lengths[1].tokenValue ), - blur: getLength( lengths[2] ? lengths[2].tokenValue : '0' ), - spread: getLength( lengths[3] ? lengths[3].tokenValue : '0' ), - color: PIE.getColor( color || 'currentColor' ) - } ); - return true; - } - return false; - } - - while( parseItem() ) {} - } - - return props && ( props.inset.length || props.outset.length ) ? props : null; - } -} ); -/** - * Retrieves the state of the element's visibility and display - * @constructor - * @param {Element} el the target element - */ -PIE.VisibilityStyleInfo = PIE.StyleInfoBase.newStyleInfo( { - - getCss: PIE.StyleInfoBase.cacheWhenLocked( function() { - var cs = this.targetElement.currentStyle; - return cs.visibility + '|' + cs.display; - } ), - - parseCss: function() { - var el = this.targetElement, - rs = el.runtimeStyle, - cs = el.currentStyle, - rsVis = rs.visibility, - csVis; - - rs.visibility = ''; - csVis = cs.visibility; - rs.visibility = rsVis; - - return { - visible: csVis !== 'hidden', - displayed: cs.display !== 'none' - } - }, - - /** - * Always return false for isActive, since this property alone will not trigger - * a renderer to do anything. - */ - isActive: function() { - return false; - } - -} ); -PIE.RendererBase = { - - /** - * Create a new Renderer class, with the standard constructor, and augmented by - * the RendererBase's members. - * @param proto - */ - newRenderer: function( proto ) { - function Renderer( el, boundsInfo, styleInfos, parent ) { - this.targetElement = el; - this.boundsInfo = boundsInfo; - this.styleInfos = styleInfos; - this.parent = parent; - } - PIE.Util.merge( Renderer.prototype, PIE.RendererBase, proto ); - return Renderer; - }, - - /** - * Flag indicating the element has already been positioned at least once. - * @type {boolean} - */ - isPositioned: false, - - /** - * Determine if the renderer needs to be updated - * @return {boolean} - */ - needsUpdate: function() { - return false; - }, - - /** - * Run any preparation logic that would affect the main update logic of this - * renderer or any of the other renderers, e.g. things that might affect the - * element's size or style properties. - */ - prepareUpdate: PIE.emptyFn, - - /** - * Tell the renderer to update based on modified properties - */ - updateProps: function() { - this.destroy(); - if( this.isActive() ) { - this.draw(); - } - }, - - /** - * Tell the renderer to update based on modified element position - */ - updatePos: function() { - this.isPositioned = true; - }, - - /** - * Tell the renderer to update based on modified element dimensions - */ - updateSize: function() { - if( this.isActive() ) { - this.draw(); - } else { - this.destroy(); - } - }, - - - /** - * Add a layer element, with the given z-order index, to the renderer's main box element. We can't use - * z-index because that breaks when the root rendering box's z-index is 'auto' in IE8+ standards mode. - * So instead we make sure they are inserted into the DOM in the correct order. - * @param {number} index - * @param {Element} el - */ - addLayer: function( index, el ) { - this.removeLayer( index ); - for( var layers = this._layers || ( this._layers = [] ), i = index + 1, len = layers.length, layer; i < len; i++ ) { - layer = layers[i]; - if( layer ) { - break; - } - } - layers[index] = el; - this.getBox().insertBefore( el, layer || null ); - }, - - /** - * Retrieve a layer element by its index, or null if not present - * @param {number} index - * @return {Element} - */ - getLayer: function( index ) { - var layers = this._layers; - return layers && layers[index] || null; - }, - - /** - * Remove a layer element by its index - * @param {number} index - */ - removeLayer: function( index ) { - var layer = this.getLayer( index ), - box = this._box; - if( layer && box ) { - box.removeChild( layer ); - this._layers[index] = null; - } - }, - - - /** - * Get a VML shape by name, creating it if necessary. - * @param {string} name A name identifying the element - * @param {string=} subElName If specified a subelement of the shape will be created with this tag name - * @param {Element} parent The parent element for the shape; will be ignored if 'group' is specified - * @param {number=} group If specified, an ordinal group for the shape. 1 or greater. Groups are rendered - * using container elements in the correct order, to get correct z stacking without z-index. - */ - getShape: function( name, subElName, parent, group ) { - var shapes = this._shapes || ( this._shapes = {} ), - shape = shapes[ name ], - s; - - if( !shape ) { - shape = shapes[ name ] = PIE.Util.createVmlElement( 'shape' ); - if( subElName ) { - shape.appendChild( shape[ subElName ] = PIE.Util.createVmlElement( subElName ) ); - } - - if( group ) { - parent = this.getLayer( group ); - if( !parent ) { - this.addLayer( group, doc.createElement( 'group' + group ) ); - parent = this.getLayer( group ); - } - } - - parent.appendChild( shape ); - - s = shape.style; - s.position = 'absolute'; - s.left = s.top = 0; - s['behavior'] = 'url(#default#VML)'; - } - return shape; - }, - - /** - * Delete a named shape which was created by getShape(). Returns true if a shape with the - * given name was found and deleted, or false if there was no shape of that name. - * @param {string} name - * @return {boolean} - */ - deleteShape: function( name ) { - var shapes = this._shapes, - shape = shapes && shapes[ name ]; - if( shape ) { - shape.parentNode.removeChild( shape ); - delete shapes[ name ]; - } - return !!shape; - }, - - - /** - * For a given set of border radius length/percentage values, convert them to concrete pixel - * values based on the current size of the target element. - * @param {Object} radii - * @return {Object} - */ - getRadiiPixels: function( radii ) { - var el = this.targetElement, - bounds = this.boundsInfo.getBounds(), - w = bounds.w, - h = bounds.h, - tlX, tlY, trX, trY, brX, brY, blX, blY, f; - - tlX = radii.x['tl'].pixels( el, w ); - tlY = radii.y['tl'].pixels( el, h ); - trX = radii.x['tr'].pixels( el, w ); - trY = radii.y['tr'].pixels( el, h ); - brX = radii.x['br'].pixels( el, w ); - brY = radii.y['br'].pixels( el, h ); - blX = radii.x['bl'].pixels( el, w ); - blY = radii.y['bl'].pixels( el, h ); - - // If any corner ellipses overlap, reduce them all by the appropriate factor. This formula - // is taken straight from the CSS3 Backgrounds and Borders spec. - f = Math.min( - w / ( tlX + trX ), - h / ( trY + brY ), - w / ( blX + brX ), - h / ( tlY + blY ) - ); - if( f < 1 ) { - tlX *= f; - tlY *= f; - trX *= f; - trY *= f; - brX *= f; - brY *= f; - blX *= f; - blY *= f; - } - - return { - x: { - 'tl': tlX, - 'tr': trX, - 'br': brX, - 'bl': blX - }, - y: { - 'tl': tlY, - 'tr': trY, - 'br': brY, - 'bl': blY - } - } - }, - - /** - * Return the VML path string for the element's background box, with corners rounded. - * @param {Object.<{t:number, r:number, b:number, l:number}>} shrink - if present, specifies number of - * pixels to shrink the box path inward from the element's four sides. - * @param {number=} mult If specified, all coordinates will be multiplied by this number - * @param {Object=} radii If specified, this will be used for the corner radii instead of the properties - * from this renderer's borderRadiusInfo object. - * @return {string} the VML path - */ - getBoxPath: function( shrink, mult, radii ) { - mult = mult || 1; - - var r, str, - bounds = this.boundsInfo.getBounds(), - w = bounds.w * mult, - h = bounds.h * mult, - radInfo = this.styleInfos.borderRadiusInfo, - floor = Math.floor, ceil = Math.ceil, - shrinkT = shrink ? shrink.t * mult : 0, - shrinkR = shrink ? shrink.r * mult : 0, - shrinkB = shrink ? shrink.b * mult : 0, - shrinkL = shrink ? shrink.l * mult : 0, - tlX, tlY, trX, trY, brX, brY, blX, blY; - - if( radii || radInfo.isActive() ) { - r = this.getRadiiPixels( radii || radInfo.getProps() ); - - tlX = r.x['tl'] * mult; - tlY = r.y['tl'] * mult; - trX = r.x['tr'] * mult; - trY = r.y['tr'] * mult; - brX = r.x['br'] * mult; - brY = r.y['br'] * mult; - blX = r.x['bl'] * mult; - blY = r.y['bl'] * mult; - - str = 'm' + floor( shrinkL ) + ',' + floor( tlY ) + - 'qy' + floor( tlX ) + ',' + floor( shrinkT ) + - 'l' + ceil( w - trX ) + ',' + floor( shrinkT ) + - 'qx' + ceil( w - shrinkR ) + ',' + floor( trY ) + - 'l' + ceil( w - shrinkR ) + ',' + ceil( h - brY ) + - 'qy' + ceil( w - brX ) + ',' + ceil( h - shrinkB ) + - 'l' + floor( blX ) + ',' + ceil( h - shrinkB ) + - 'qx' + floor( shrinkL ) + ',' + ceil( h - blY ) + ' x e'; - } else { - // simplified path for non-rounded box - str = 'm' + floor( shrinkL ) + ',' + floor( shrinkT ) + - 'l' + ceil( w - shrinkR ) + ',' + floor( shrinkT ) + - 'l' + ceil( w - shrinkR ) + ',' + ceil( h - shrinkB ) + - 'l' + floor( shrinkL ) + ',' + ceil( h - shrinkB ) + - 'xe'; - } - return str; - }, - - - /** - * Get the container element for the shapes, creating it if necessary. - */ - getBox: function() { - var box = this.parent.getLayer( this.boxZIndex ), s; - - if( !box ) { - box = doc.createElement( this.boxName ); - s = box.style; - s.position = 'absolute'; - s.top = s.left = 0; - this.parent.addLayer( this.boxZIndex, box ); - } - - return box; - }, - - - /** - * Hide the actual border of the element. In IE7 and up we can just set its color to transparent; - * however IE6 does not support transparent borders so we have to get tricky with it. Also, some elements - * like form buttons require removing the border width altogether, so for those we increase the padding - * by the border size. - */ - hideBorder: function() { - var el = this.targetElement, - cs = el.currentStyle, - rs = el.runtimeStyle, - tag = el.tagName, - isIE6 = PIE.ieVersion === 6, - sides, side, i; - - if( ( isIE6 && ( tag in PIE.childlessElements || tag === 'FIELDSET' ) ) || - tag === 'BUTTON' || ( tag === 'INPUT' && el.type in PIE.inputButtonTypes ) ) { - rs.borderWidth = ''; - sides = this.styleInfos.borderInfo.sides; - for( i = sides.length; i--; ) { - side = sides[ i ]; - rs[ 'padding' + side ] = ''; - rs[ 'padding' + side ] = ( PIE.getLength( cs[ 'padding' + side ] ) ).pixels( el ) + - ( PIE.getLength( cs[ 'border' + side + 'Width' ] ) ).pixels( el ) + - ( PIE.ieVersion !== 8 && i % 2 ? 1 : 0 ); //needs an extra horizontal pixel to counteract the extra "inner border" going away - } - rs.borderWidth = 0; - } - else if( isIE6 ) { - // Wrap all the element's children in a custom element, set the element to visiblity:hidden, - // and set the wrapper element to visiblity:visible. This hides the outer element's decorations - // (background and border) but displays all the contents. - // TODO find a better way to do this that doesn't mess up the DOM parent-child relationship, - // as this can interfere with other author scripts which add/modify/delete children. Also, this - // won't work for elements which cannot take children, e.g. input/button/textarea/img/etc. Look into - // using a compositor filter or some other filter which masks the border. - if( el.childNodes.length !== 1 || el.firstChild.tagName !== 'ie6-mask' ) { - var cont = doc.createElement( 'ie6-mask' ), - s = cont.style, child; - s.visibility = 'visible'; - s.zoom = 1; - while( child = el.firstChild ) { - cont.appendChild( child ); - } - el.appendChild( cont ); - rs.visibility = 'hidden'; - } - } - else { - rs.borderColor = 'transparent'; - } - }, - - unhideBorder: function() { - - }, - - - /** - * Destroy the rendered objects. This is a base implementation which handles common renderer - * structures, but individual renderers may override as necessary. - */ - destroy: function() { - this.parent.removeLayer( this.boxZIndex ); - delete this._shapes; - delete this._layers; - } -}; -/** - * Root renderer; creates the outermost container element and handles keeping it aligned - * with the target element's size and position. - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - */ -PIE.RootRenderer = PIE.RendererBase.newRenderer( { - - isActive: function() { - var children = this.childRenderers; - for( var i in children ) { - if( children.hasOwnProperty( i ) && children[ i ].isActive() ) { - return true; - } - } - return false; - }, - - needsUpdate: function() { - return this.styleInfos.visibilityInfo.changed(); - }, - - updatePos: function() { - if( this.isActive() ) { - var el = this.getPositioningElement(), - par = el, - docEl, - parRect, - tgtCS = el.currentStyle, - tgtPos = tgtCS.position, - boxPos, - s = this.getBox().style, cs, - x = 0, y = 0, - elBounds = this.boundsInfo.getBounds(), - logicalZoomRatio = elBounds.logicalZoomRatio; - - if( tgtPos === 'fixed' && PIE.ieVersion > 6 ) { - x = elBounds.x * logicalZoomRatio; - y = elBounds.y * logicalZoomRatio; - boxPos = tgtPos; - } else { - // Get the element's offsets from its nearest positioned ancestor. Uses - // getBoundingClientRect for accuracy and speed. - do { - par = par.offsetParent; - } while( par && ( par.currentStyle.position === 'static' ) ); - if( par ) { - parRect = par.getBoundingClientRect(); - cs = par.currentStyle; - x = ( elBounds.x - parRect.left ) * logicalZoomRatio - ( parseFloat(cs.borderLeftWidth) || 0 ); - y = ( elBounds.y - parRect.top ) * logicalZoomRatio - ( parseFloat(cs.borderTopWidth) || 0 ); - } else { - docEl = doc.documentElement; - x = ( elBounds.x + docEl.scrollLeft - docEl.clientLeft ) * logicalZoomRatio; - y = ( elBounds.y + docEl.scrollTop - docEl.clientTop ) * logicalZoomRatio; - } - boxPos = 'absolute'; - } - - s.position = boxPos; - s.left = x; - s.top = y; - s.zIndex = tgtPos === 'static' ? -1 : tgtCS.zIndex; - this.isPositioned = true; - } - }, - - updateSize: PIE.emptyFn, - - updateVisibility: function() { - var vis = this.styleInfos.visibilityInfo.getProps(); - this.getBox().style.display = ( vis.visible && vis.displayed ) ? '' : 'none'; - }, - - updateProps: function() { - if( this.isActive() ) { - this.updateVisibility(); - } else { - this.destroy(); - } - }, - - getPositioningElement: function() { - var el = this.targetElement; - return el.tagName in PIE.tableCellTags ? el.offsetParent : el; - }, - - getBox: function() { - var box = this._box, el; - if( !box ) { - el = this.getPositioningElement(); - box = this._box = doc.createElement( 'css3-container' ); - box.style['direction'] = 'ltr'; //fix positioning bug in rtl environments - - this.updateVisibility(); - - el.parentNode.insertBefore( box, el ); - } - return box; - }, - - finishUpdate: PIE.emptyFn, - - destroy: function() { - var box = this._box, par; - if( box && ( par = box.parentNode ) ) { - par.removeChild( box ); - } - delete this._box; - delete this._layers; - } - -} ); -/** - * Renderer for element backgrounds. - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - * @param {PIE.RootRenderer} parent - */ -PIE.BackgroundRenderer = PIE.RendererBase.newRenderer( { - - boxZIndex: 2, - boxName: 'background', - - needsUpdate: function() { - var si = this.styleInfos; - return si.backgroundInfo.changed() || si.borderRadiusInfo.changed(); - }, - - isActive: function() { - var si = this.styleInfos; - return si.borderImageInfo.isActive() || - si.borderRadiusInfo.isActive() || - si.backgroundInfo.isActive() || - ( si.boxShadowInfo.isActive() && si.boxShadowInfo.getProps().inset ); - }, - - /** - * Draw the shapes - */ - draw: function() { - var bounds = this.boundsInfo.getBounds(); - if( bounds.w && bounds.h ) { - this.drawBgColor(); - this.drawBgImages(); - } - }, - - /** - * Draw the background color shape - */ - drawBgColor: function() { - var props = this.styleInfos.backgroundInfo.getProps(), - bounds = this.boundsInfo.getBounds(), - el = this.targetElement, - color = props && props.color, - shape, w, h, s, alpha; - - if( color && color.alpha() > 0 ) { - this.hideBackground(); - - shape = this.getShape( 'bgColor', 'fill', this.getBox(), 1 ); - w = bounds.w; - h = bounds.h; - shape.stroked = false; - shape.coordsize = w * 2 + ',' + h * 2; - shape.coordorigin = '1,1'; - shape.path = this.getBoxPath( null, 2 ); - s = shape.style; - s.width = w; - s.height = h; - shape.fill.color = color.colorValue( el ); - - alpha = color.alpha(); - if( alpha < 1 ) { - shape.fill.opacity = alpha; - } - } else { - this.deleteShape( 'bgColor' ); - } - }, - - /** - * Draw all the background image layers - */ - drawBgImages: function() { - var props = this.styleInfos.backgroundInfo.getProps(), - bounds = this.boundsInfo.getBounds(), - images = props && props.bgImages, - img, shape, w, h, s, i; - - if( images ) { - this.hideBackground(); - - w = bounds.w; - h = bounds.h; - - i = images.length; - while( i-- ) { - img = images[i]; - shape = this.getShape( 'bgImage' + i, 'fill', this.getBox(), 2 ); - - shape.stroked = false; - shape.fill.type = 'tile'; - shape.fillcolor = 'none'; - shape.coordsize = w * 2 + ',' + h * 2; - shape.coordorigin = '1,1'; - shape.path = this.getBoxPath( 0, 2 ); - s = shape.style; - s.width = w; - s.height = h; - - if( img.imgType === 'linear-gradient' ) { - this.addLinearGradient( shape, img ); - } - else { - shape.fill.src = img.imgUrl; - this.positionBgImage( shape, i ); - } - } - } - - // Delete any bgImage shapes previously created which weren't used above - i = images ? images.length : 0; - while( this.deleteShape( 'bgImage' + i++ ) ) {} - }, - - - /** - * Set the position and clipping of the background image for a layer - * @param {Element} shape - * @param {number} index - */ - positionBgImage: function( shape, index ) { - var me = this; - PIE.Util.withImageSize( shape.fill.src, function( size ) { - var el = me.targetElement, - bounds = me.boundsInfo.getBounds(), - elW = bounds.w, - elH = bounds.h; - - // It's possible that the element dimensions are zero now but weren't when the original - // update executed, make sure that's not the case to avoid divide-by-zero error - if( elW && elH ) { - var fill = shape.fill, - si = me.styleInfos, - border = si.borderInfo.getProps(), - bw = border && border.widths, - bwT = bw ? bw['t'].pixels( el ) : 0, - bwR = bw ? bw['r'].pixels( el ) : 0, - bwB = bw ? bw['b'].pixels( el ) : 0, - bwL = bw ? bw['l'].pixels( el ) : 0, - bg = si.backgroundInfo.getProps().bgImages[ index ], - bgPos = bg.bgPosition ? bg.bgPosition.coords( el, elW - size.w - bwL - bwR, elH - size.h - bwT - bwB ) : { x:0, y:0 }, - repeat = bg.imgRepeat, - pxX, pxY, - clipT = 0, clipL = 0, - clipR = elW + 1, clipB = elH + 1, //make sure the default clip region is not inside the box (by a subpixel) - clipAdjust = PIE.ieVersion === 8 ? 0 : 1; //prior to IE8 requires 1 extra pixel in the image clip region - - // Positioning - find the pixel offset from the top/left and convert to a ratio - // The position is shifted by half a pixel, to adjust for the half-pixel coordorigin shift which is - // needed to fix antialiasing but makes the bg image fuzzy. - pxX = Math.round( bgPos.x ) + bwL + 0.5; - pxY = Math.round( bgPos.y ) + bwT + 0.5; - fill.position = ( pxX / elW ) + ',' + ( pxY / elH ); - - // Set the size of the image. We have to actually set it to px values otherwise it will not honor - // the user's browser zoom level and always display at its natural screen size. - fill['size']['x'] = 1; //Can be any value, just has to be set to "prime" it so the next line works. Weird! - fill['size'] = size.w + 'px,' + size.h + 'px'; - - // Repeating - clip the image shape - if( repeat && repeat !== 'repeat' ) { - if( repeat === 'repeat-x' || repeat === 'no-repeat' ) { - clipT = pxY + 1; - clipB = pxY + size.h + clipAdjust; - } - if( repeat === 'repeat-y' || repeat === 'no-repeat' ) { - clipL = pxX + 1; - clipR = pxX + size.w + clipAdjust; - } - shape.style.clip = 'rect(' + clipT + 'px,' + clipR + 'px,' + clipB + 'px,' + clipL + 'px)'; - } - } - } ); - }, - - - /** - * Draw the linear gradient for a gradient layer - * @param {Element} shape - * @param {Object} info The object holding the information about the gradient - */ - addLinearGradient: function( shape, info ) { - var el = this.targetElement, - bounds = this.boundsInfo.getBounds(), - w = bounds.w, - h = bounds.h, - fill = shape.fill, - stops = info.stops, - stopCount = stops.length, - PI = Math.PI, - GradientUtil = PIE.GradientUtil, - perpendicularIntersect = GradientUtil.perpendicularIntersect, - distance = GradientUtil.distance, - metrics = GradientUtil.getGradientMetrics( el, w, h, info ), - angle = metrics.angle, - startX = metrics.startX, - startY = metrics.startY, - startCornerX = metrics.startCornerX, - startCornerY = metrics.startCornerY, - endCornerX = metrics.endCornerX, - endCornerY = metrics.endCornerY, - deltaX = metrics.deltaX, - deltaY = metrics.deltaY, - lineLength = metrics.lineLength, - vmlAngle, vmlGradientLength, vmlColors, - stopPx, vmlOffsetPct, - p, i, j, before, after; - - // In VML land, the angle of the rendered gradient depends on the aspect ratio of the shape's - // bounding box; for example specifying a 45 deg angle actually results in a gradient - // drawn diagonally from one corner to its opposite corner, which will only appear to the - // viewer as 45 degrees if the shape is equilateral. We adjust for this by taking the x/y deltas - // between the start and end points, multiply one of them by the shape's aspect ratio, - // and get their arctangent, resulting in an appropriate VML angle. If the angle is perfectly - // horizontal or vertical then we don't need to do this conversion. - vmlAngle = ( angle % 90 ) ? Math.atan2( deltaX * w / h, deltaY ) / PI * 180 : ( angle + 90 ); - - // VML angles are 180 degrees offset from CSS angles - vmlAngle += 180; - vmlAngle = vmlAngle % 360; - - // Add all the stops to the VML 'colors' list, including the first and last stops. - // For each, we find its pixel offset along the gradient-line; if the offset of a stop is less - // than that of its predecessor we increase it to be equal. We then map that pixel offset to a - // percentage along the VML gradient-line, which runs from shape corner to corner. - p = perpendicularIntersect( startCornerX, startCornerY, angle, endCornerX, endCornerY ); - vmlGradientLength = distance( startCornerX, startCornerY, p[0], p[1] ); - vmlColors = []; - p = perpendicularIntersect( startX, startY, angle, startCornerX, startCornerY ); - vmlOffsetPct = distance( startX, startY, p[0], p[1] ) / vmlGradientLength * 100; - - // Find the pixel offsets along the CSS3 gradient-line for each stop. - stopPx = []; - for( i = 0; i < stopCount; i++ ) { - stopPx.push( stops[i].offset ? stops[i].offset.pixels( el, lineLength ) : - i === 0 ? 0 : i === stopCount - 1 ? lineLength : null ); - } - // Fill in gaps with evenly-spaced offsets - for( i = 1; i < stopCount; i++ ) { - if( stopPx[ i ] === null ) { - before = stopPx[ i - 1 ]; - j = i; - do { - after = stopPx[ ++j ]; - } while( after === null ); - stopPx[ i ] = before + ( after - before ) / ( j - i + 1 ); - } - // Make sure each stop's offset is no less than the one before it - stopPx[ i ] = Math.max( stopPx[ i ], stopPx[ i - 1 ] ); - } - - // Convert to percentage along the VML gradient line and add to the VML 'colors' value - for( i = 0; i < stopCount; i++ ) { - vmlColors.push( - ( vmlOffsetPct + ( stopPx[ i ] / vmlGradientLength * 100 ) ) + '% ' + stops[i].color.colorValue( el ) - ); - } - - // Now, finally, we're ready to render the gradient fill. Set the start and end colors to - // the first and last stop colors; this just sets outer bounds for the gradient. - fill['angle'] = vmlAngle; - fill['type'] = 'gradient'; - fill['method'] = 'sigma'; - fill['color'] = stops[0].color.colorValue( el ); - fill['color2'] = stops[stopCount - 1].color.colorValue( el ); - if( fill['colors'] ) { //sometimes the colors object isn't initialized so we have to assign it directly (?) - fill['colors'].value = vmlColors.join( ',' ); - } else { - fill['colors'] = vmlColors.join( ',' ); - } - }, - - - /** - * Hide the actual background image and color of the element. - */ - hideBackground: function() { - var rs = this.targetElement.runtimeStyle; - rs.backgroundImage = 'url(about:blank)'; //ensures the background area reacts to mouse events - rs.backgroundColor = 'transparent'; - }, - - destroy: function() { - PIE.RendererBase.destroy.call( this ); - var rs = this.targetElement.runtimeStyle; - rs.backgroundImage = rs.backgroundColor = ''; - } - -} ); -/** - * Renderer for element borders. - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - * @param {PIE.RootRenderer} parent - */ -PIE.BorderRenderer = PIE.RendererBase.newRenderer( { - - boxZIndex: 4, - boxName: 'border', - - needsUpdate: function() { - var si = this.styleInfos; - return si.borderInfo.changed() || si.borderRadiusInfo.changed(); - }, - - isActive: function() { - var si = this.styleInfos; - return si.borderRadiusInfo.isActive() && - !si.borderImageInfo.isActive() && - si.borderInfo.isActive(); //check BorderStyleInfo last because it's the most expensive - }, - - /** - * Draw the border shape(s) - */ - draw: function() { - var el = this.targetElement, - props = this.styleInfos.borderInfo.getProps(), - bounds = this.boundsInfo.getBounds(), - w = bounds.w, - h = bounds.h, - shape, stroke, s, - segments, seg, i, len; - - if( props ) { - this.hideBorder(); - - segments = this.getBorderSegments( 2 ); - for( i = 0, len = segments.length; i < len; i++) { - seg = segments[i]; - shape = this.getShape( 'borderPiece' + i, seg.stroke ? 'stroke' : 'fill', this.getBox() ); - shape.coordsize = w * 2 + ',' + h * 2; - shape.coordorigin = '1,1'; - shape.path = seg.path; - s = shape.style; - s.width = w; - s.height = h; - - shape.filled = !!seg.fill; - shape.stroked = !!seg.stroke; - if( seg.stroke ) { - stroke = shape.stroke; - stroke['weight'] = seg.weight + 'px'; - stroke.color = seg.color.colorValue( el ); - stroke['dashstyle'] = seg.stroke === 'dashed' ? '2 2' : seg.stroke === 'dotted' ? '1 1' : 'solid'; - stroke['linestyle'] = seg.stroke === 'double' && seg.weight > 2 ? 'ThinThin' : 'Single'; - } else { - shape.fill.color = seg.fill.colorValue( el ); - } - } - - // remove any previously-created border shapes which didn't get used above - while( this.deleteShape( 'borderPiece' + i++ ) ) {} - } - }, - - - /** - * Get the VML path definitions for the border segment(s). - * @param {number=} mult If specified, all coordinates will be multiplied by this number - * @return {Array.} - */ - getBorderSegments: function( mult ) { - var el = this.targetElement, - bounds, elW, elH, - borderInfo = this.styleInfos.borderInfo, - segments = [], - floor, ceil, wT, wR, wB, wL, - round = Math.round, - borderProps, radiusInfo, radii, widths, styles, colors; - - if( borderInfo.isActive() ) { - borderProps = borderInfo.getProps(); - - widths = borderProps.widths; - styles = borderProps.styles; - colors = borderProps.colors; - - if( borderProps.widthsSame && borderProps.stylesSame && borderProps.colorsSame ) { - if( colors['t'].alpha() > 0 ) { - // shortcut for identical border on all sides - only need 1 stroked shape - wT = widths['t'].pixels( el ); //thickness - wR = wT / 2; //shrink - segments.push( { - path: this.getBoxPath( { t: wR, r: wR, b: wR, l: wR }, mult ), - stroke: styles['t'], - color: colors['t'], - weight: wT - } ); - } - } - else { - mult = mult || 1; - bounds = this.boundsInfo.getBounds(); - elW = bounds.w; - elH = bounds.h; - - wT = round( widths['t'].pixels( el ) ); - wR = round( widths['r'].pixels( el ) ); - wB = round( widths['b'].pixels( el ) ); - wL = round( widths['l'].pixels( el ) ); - var pxWidths = { - 't': wT, - 'r': wR, - 'b': wB, - 'l': wL - }; - - radiusInfo = this.styleInfos.borderRadiusInfo; - if( radiusInfo.isActive() ) { - radii = this.getRadiiPixels( radiusInfo.getProps() ); - } - - floor = Math.floor; - ceil = Math.ceil; - - function radius( xy, corner ) { - return radii ? radii[ xy ][ corner ] : 0; - } - - function curve( corner, shrinkX, shrinkY, startAngle, ccw, doMove ) { - var rx = radius( 'x', corner), - ry = radius( 'y', corner), - deg = 65535, - isRight = corner.charAt( 1 ) === 'r', - isBottom = corner.charAt( 0 ) === 'b'; - return ( rx > 0 && ry > 0 ) ? - ( doMove ? 'al' : 'ae' ) + - ( isRight ? ceil( elW - rx ) : floor( rx ) ) * mult + ',' + // center x - ( isBottom ? ceil( elH - ry ) : floor( ry ) ) * mult + ',' + // center y - ( floor( rx ) - shrinkX ) * mult + ',' + // width - ( floor( ry ) - shrinkY ) * mult + ',' + // height - ( startAngle * deg ) + ',' + // start angle - ( 45 * deg * ( ccw ? 1 : -1 ) // angle change - ) : ( - ( doMove ? 'm' : 'l' ) + - ( isRight ? elW - shrinkX : shrinkX ) * mult + ',' + - ( isBottom ? elH - shrinkY : shrinkY ) * mult - ); - } - - function line( side, shrink, ccw, doMove ) { - var - start = ( - side === 't' ? - floor( radius( 'x', 'tl') ) * mult + ',' + ceil( shrink ) * mult : - side === 'r' ? - ceil( elW - shrink ) * mult + ',' + floor( radius( 'y', 'tr') ) * mult : - side === 'b' ? - ceil( elW - radius( 'x', 'br') ) * mult + ',' + floor( elH - shrink ) * mult : - // side === 'l' ? - floor( shrink ) * mult + ',' + ceil( elH - radius( 'y', 'bl') ) * mult - ), - end = ( - side === 't' ? - ceil( elW - radius( 'x', 'tr') ) * mult + ',' + ceil( shrink ) * mult : - side === 'r' ? - ceil( elW - shrink ) * mult + ',' + ceil( elH - radius( 'y', 'br') ) * mult : - side === 'b' ? - floor( radius( 'x', 'bl') ) * mult + ',' + floor( elH - shrink ) * mult : - // side === 'l' ? - floor( shrink ) * mult + ',' + floor( radius( 'y', 'tl') ) * mult - ); - return ccw ? ( doMove ? 'm' + end : '' ) + 'l' + start : - ( doMove ? 'm' + start : '' ) + 'l' + end; - } - - - function addSide( side, sideBefore, sideAfter, cornerBefore, cornerAfter, baseAngle ) { - var vert = side === 'l' || side === 'r', - sideW = pxWidths[ side ], - beforeX, beforeY, afterX, afterY; - - if( sideW > 0 && styles[ side ] !== 'none' && colors[ side ].alpha() > 0 ) { - beforeX = pxWidths[ vert ? side : sideBefore ]; - beforeY = pxWidths[ vert ? sideBefore : side ]; - afterX = pxWidths[ vert ? side : sideAfter ]; - afterY = pxWidths[ vert ? sideAfter : side ]; - - if( styles[ side ] === 'dashed' || styles[ side ] === 'dotted' ) { - segments.push( { - path: curve( cornerBefore, beforeX, beforeY, baseAngle + 45, 0, 1 ) + - curve( cornerBefore, 0, 0, baseAngle, 1, 0 ), - fill: colors[ side ] - } ); - segments.push( { - path: line( side, sideW / 2, 0, 1 ), - stroke: styles[ side ], - weight: sideW, - color: colors[ side ] - } ); - segments.push( { - path: curve( cornerAfter, afterX, afterY, baseAngle, 0, 1 ) + - curve( cornerAfter, 0, 0, baseAngle - 45, 1, 0 ), - fill: colors[ side ] - } ); - } - else { - segments.push( { - path: curve( cornerBefore, beforeX, beforeY, baseAngle + 45, 0, 1 ) + - line( side, sideW, 0, 0 ) + - curve( cornerAfter, afterX, afterY, baseAngle, 0, 0 ) + - - ( styles[ side ] === 'double' && sideW > 2 ? - curve( cornerAfter, afterX - floor( afterX / 3 ), afterY - floor( afterY / 3 ), baseAngle - 45, 1, 0 ) + - line( side, ceil( sideW / 3 * 2 ), 1, 0 ) + - curve( cornerBefore, beforeX - floor( beforeX / 3 ), beforeY - floor( beforeY / 3 ), baseAngle, 1, 0 ) + - 'x ' + - curve( cornerBefore, floor( beforeX / 3 ), floor( beforeY / 3 ), baseAngle + 45, 0, 1 ) + - line( side, floor( sideW / 3 ), 1, 0 ) + - curve( cornerAfter, floor( afterX / 3 ), floor( afterY / 3 ), baseAngle, 0, 0 ) - : '' ) + - - curve( cornerAfter, 0, 0, baseAngle - 45, 1, 0 ) + - line( side, 0, 1, 0 ) + - curve( cornerBefore, 0, 0, baseAngle, 1, 0 ), - fill: colors[ side ] - } ); - } - } - } - - addSide( 't', 'l', 'r', 'tl', 'tr', 90 ); - addSide( 'r', 't', 'b', 'tr', 'br', 0 ); - addSide( 'b', 'r', 'l', 'br', 'bl', -90 ); - addSide( 'l', 'b', 't', 'bl', 'tl', -180 ); - } - } - - return segments; - }, - - destroy: function() { - var me = this; - if (me.finalized || !me.styleInfos.borderImageInfo.isActive()) { - me.targetElement.runtimeStyle.borderColor = ''; - } - PIE.RendererBase.destroy.call( me ); - } - - -} ); -/** - * Renderer for border-image - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - * @param {PIE.RootRenderer} parent - */ -PIE.BorderImageRenderer = PIE.RendererBase.newRenderer( { - - boxZIndex: 5, - pieceNames: [ 't', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl', 'c' ], - - needsUpdate: function() { - return this.styleInfos.borderImageInfo.changed(); - }, - - isActive: function() { - return this.styleInfos.borderImageInfo.isActive(); - }, - - draw: function() { - this.getBox(); //make sure pieces are created - - var props = this.styleInfos.borderImageInfo.getProps(), - borderProps = this.styleInfos.borderInfo.getProps(), - bounds = this.boundsInfo.getBounds(), - el = this.targetElement, - pieces = this.pieces; - - PIE.Util.withImageSize( props.src, function( imgSize ) { - var elW = bounds.w, - elH = bounds.h, - zero = PIE.getLength( '0' ), - widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, 'l': zero } ), - widthT = widths['t'].pixels( el ), - widthR = widths['r'].pixels( el ), - widthB = widths['b'].pixels( el ), - widthL = widths['l'].pixels( el ), - slices = props.slice, - sliceT = slices['t'].pixels( el ), - sliceR = slices['r'].pixels( el ), - sliceB = slices['b'].pixels( el ), - sliceL = slices['l'].pixels( el ); - - // Piece positions and sizes - function setSizeAndPos( piece, w, h, x, y ) { - var s = pieces[piece].style, - max = Math.max; - s.width = max(w, 0); - s.height = max(h, 0); - s.left = x; - s.top = y; - } - setSizeAndPos( 'tl', widthL, widthT, 0, 0 ); - setSizeAndPos( 't', elW - widthL - widthR, widthT, widthL, 0 ); - setSizeAndPos( 'tr', widthR, widthT, elW - widthR, 0 ); - setSizeAndPos( 'r', widthR, elH - widthT - widthB, elW - widthR, widthT ); - setSizeAndPos( 'br', widthR, widthB, elW - widthR, elH - widthB ); - setSizeAndPos( 'b', elW - widthL - widthR, widthB, widthL, elH - widthB ); - setSizeAndPos( 'bl', widthL, widthB, 0, elH - widthB ); - setSizeAndPos( 'l', widthL, elH - widthT - widthB, 0, widthT ); - setSizeAndPos( 'c', elW - widthL - widthR, elH - widthT - widthB, widthL, widthT ); - - - // image croppings - function setCrops( sides, crop, val ) { - for( var i=0, len=sides.length; i < len; i++ ) { - pieces[ sides[i] ]['imagedata'][ crop ] = val; - } - } - - // corners - setCrops( [ 'tl', 't', 'tr' ], 'cropBottom', ( imgSize.h - sliceT ) / imgSize.h ); - setCrops( [ 'tl', 'l', 'bl' ], 'cropRight', ( imgSize.w - sliceL ) / imgSize.w ); - setCrops( [ 'bl', 'b', 'br' ], 'cropTop', ( imgSize.h - sliceB ) / imgSize.h ); - setCrops( [ 'tr', 'r', 'br' ], 'cropLeft', ( imgSize.w - sliceR ) / imgSize.w ); - - // edges and center - // TODO right now this treats everything like 'stretch', need to support other schemes - //if( props.repeat.v === 'stretch' ) { - setCrops( [ 'l', 'r', 'c' ], 'cropTop', sliceT / imgSize.h ); - setCrops( [ 'l', 'r', 'c' ], 'cropBottom', sliceB / imgSize.h ); - //} - //if( props.repeat.h === 'stretch' ) { - setCrops( [ 't', 'b', 'c' ], 'cropLeft', sliceL / imgSize.w ); - setCrops( [ 't', 'b', 'c' ], 'cropRight', sliceR / imgSize.w ); - //} - - // center fill - pieces['c'].style.display = props.fill ? '' : 'none'; - }, this ); - }, - - getBox: function() { - var box = this.parent.getLayer( this.boxZIndex ), - s, piece, i, - pieceNames = this.pieceNames, - len = pieceNames.length; - - if( !box ) { - box = doc.createElement( 'border-image' ); - s = box.style; - s.position = 'absolute'; - - this.pieces = {}; - - for( i = 0; i < len; i++ ) { - piece = this.pieces[ pieceNames[i] ] = PIE.Util.createVmlElement( 'rect' ); - piece.appendChild( PIE.Util.createVmlElement( 'imagedata' ) ); - s = piece.style; - s['behavior'] = 'url(#default#VML)'; - s.position = "absolute"; - s.top = s.left = 0; - piece['imagedata'].src = this.styleInfos.borderImageInfo.getProps().src; - piece.stroked = false; - piece.filled = false; - box.appendChild( piece ); - } - - this.parent.addLayer( this.boxZIndex, box ); - } - - return box; - }, - - prepareUpdate: function() { - if (this.isActive()) { - var me = this, - el = me.targetElement, - rs = el.runtimeStyle, - widths = me.styleInfos.borderImageInfo.getProps().widths; - - // Force border-style to solid so it doesn't collapse - rs.borderStyle = 'solid'; - - // If widths specified in border-image shorthand, override border-width - // NOTE px units needed here as this gets used by the IE9 renderer too - if ( widths ) { - rs.borderTopWidth = widths['t'].pixels( el ) + 'px'; - rs.borderRightWidth = widths['r'].pixels( el ) + 'px'; - rs.borderBottomWidth = widths['b'].pixels( el ) + 'px'; - rs.borderLeftWidth = widths['l'].pixels( el ) + 'px'; - } - - // Make the border transparent - me.hideBorder(); - } - }, - - destroy: function() { - var me = this, - rs = me.targetElement.runtimeStyle; - rs.borderStyle = ''; - if (me.finalized || !me.styleInfos.borderInfo.isActive()) { - rs.borderColor = rs.borderWidth = ''; - } - PIE.RendererBase.destroy.call( this ); - } - -} ); -/** - * Renderer for outset box-shadows - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - * @param {PIE.RootRenderer} parent - */ -PIE.BoxShadowOutsetRenderer = PIE.RendererBase.newRenderer( { - - boxZIndex: 1, - boxName: 'outset-box-shadow', - - needsUpdate: function() { - var si = this.styleInfos; - return si.boxShadowInfo.changed() || si.borderRadiusInfo.changed(); - }, - - isActive: function() { - var boxShadowInfo = this.styleInfos.boxShadowInfo; - return boxShadowInfo.isActive() && boxShadowInfo.getProps().outset[0]; - }, - - draw: function() { - var me = this, - el = this.targetElement, - box = this.getBox(), - styleInfos = this.styleInfos, - shadowInfos = styleInfos.boxShadowInfo.getProps().outset, - radii = styleInfos.borderRadiusInfo.getProps(), - len = shadowInfos.length, - i = len, j, - bounds = this.boundsInfo.getBounds(), - w = bounds.w, - h = bounds.h, - clipAdjust = PIE.ieVersion === 8 ? 1 : 0, //workaround for IE8 bug where VML leaks out top/left of clip region by 1px - corners = [ 'tl', 'tr', 'br', 'bl' ], corner, - shadowInfo, shape, fill, ss, xOff, yOff, spread, blur, shrink, color, alpha, path, - totalW, totalH, focusX, focusY, isBottom, isRight; - - - function getShadowShape( index, corner, xOff, yOff, color, blur, path ) { - var shape = me.getShape( 'shadow' + index + corner, 'fill', box, len - index ), - fill = shape.fill; - - // Position and size - shape['coordsize'] = w * 2 + ',' + h * 2; - shape['coordorigin'] = '1,1'; - - // Color and opacity - shape['stroked'] = false; - shape['filled'] = true; - fill.color = color.colorValue( el ); - if( blur ) { - fill['type'] = 'gradienttitle'; //makes the VML gradient follow the shape's outline - hooray for undocumented features?!?! - fill['color2'] = fill.color; - fill['opacity'] = 0; - } - - // Path - shape.path = path; - - // This needs to go last for some reason, to prevent rendering at incorrect size - ss = shape.style; - ss.left = xOff; - ss.top = yOff; - ss.width = w; - ss.height = h; - - return shape; - } - - - while( i-- ) { - shadowInfo = shadowInfos[ i ]; - xOff = shadowInfo.xOffset.pixels( el ); - yOff = shadowInfo.yOffset.pixels( el ); - spread = shadowInfo.spread.pixels( el ); - blur = shadowInfo.blur.pixels( el ); - color = shadowInfo.color; - // Shape path - shrink = -spread - blur; - if( !radii && blur ) { - // If blurring, use a non-null border radius info object so that getBoxPath will - // round the corners of the expanded shadow shape rather than squaring them off. - radii = PIE.BorderRadiusStyleInfo.ALL_ZERO; - } - path = this.getBoxPath( { t: shrink, r: shrink, b: shrink, l: shrink }, 2, radii ); - - if( blur ) { - totalW = ( spread + blur ) * 2 + w; - totalH = ( spread + blur ) * 2 + h; - focusX = totalW ? blur * 2 / totalW : 0; - focusY = totalH ? blur * 2 / totalH : 0; - if( blur - spread > w / 2 || blur - spread > h / 2 ) { - // If the blur is larger than half the element's narrowest dimension, we cannot do - // this with a single shape gradient, because its focussize would have to be less than - // zero which results in ugly artifacts. Instead we create four shapes, each with its - // gradient focus past center, and then clip them so each only shows the quadrant - // opposite the focus. - for( j = 4; j--; ) { - corner = corners[j]; - isBottom = corner.charAt( 0 ) === 'b'; - isRight = corner.charAt( 1 ) === 'r'; - shape = getShadowShape( i, corner, xOff, yOff, color, blur, path ); - fill = shape.fill; - fill['focusposition'] = ( isRight ? 1 - focusX : focusX ) + ',' + - ( isBottom ? 1 - focusY : focusY ); - fill['focussize'] = '0,0'; - - // Clip to show only the appropriate quadrant. Add 1px to the top/left clip values - // in IE8 to prevent a bug where IE8 displays one pixel outside the clip region. - shape.style.clip = 'rect(' + ( ( isBottom ? totalH / 2 : 0 ) + clipAdjust ) + 'px,' + - ( isRight ? totalW : totalW / 2 ) + 'px,' + - ( isBottom ? totalH : totalH / 2 ) + 'px,' + - ( ( isRight ? totalW / 2 : 0 ) + clipAdjust ) + 'px)'; - } - } else { - // TODO delete old quadrant shapes if resizing expands past the barrier - shape = getShadowShape( i, '', xOff, yOff, color, blur, path ); - fill = shape.fill; - fill['focusposition'] = focusX + ',' + focusY; - fill['focussize'] = ( 1 - focusX * 2 ) + ',' + ( 1 - focusY * 2 ); - } - } else { - shape = getShadowShape( i, '', xOff, yOff, color, blur, path ); - alpha = color.alpha(); - if( alpha < 1 ) { - // shape.style.filter = 'alpha(opacity=' + ( alpha * 100 ) + ')'; - // ss.filter = 'progid:DXImageTransform.Microsoft.BasicImage(opacity=' + ( alpha ) + ')'; - shape.fill.opacity = alpha; - } - } - } - } - -} ); -/** - * Renderer for re-rendering img elements using VML. Kicks in if the img has - * a border-radius applied, or if the -pie-png-fix flag is set. - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - * @param {PIE.RootRenderer} parent - */ -PIE.ImgRenderer = PIE.RendererBase.newRenderer( { - - boxZIndex: 6, - boxName: 'imgEl', - - needsUpdate: function() { - var si = this.styleInfos; - return this.targetElement.src !== this._lastSrc || si.borderRadiusInfo.changed(); - }, - - isActive: function() { - var si = this.styleInfos; - return si.borderRadiusInfo.isActive() || si.backgroundInfo.isPngFix(); - }, - - draw: function() { - this._lastSrc = src; - this.hideActualImg(); - - var shape = this.getShape( 'img', 'fill', this.getBox() ), - fill = shape.fill, - bounds = this.boundsInfo.getBounds(), - w = bounds.w, - h = bounds.h, - borderProps = this.styleInfos.borderInfo.getProps(), - borderWidths = borderProps && borderProps.widths, - el = this.targetElement, - src = el.src, - round = Math.round, - cs = el.currentStyle, - getLength = PIE.getLength, - s, zero; - - // In IE6, the BorderRenderer will have hidden the border by moving the border-width to - // the padding; therefore we want to pretend the borders have no width so they aren't doubled - // when adding in the current padding value below. - if( !borderWidths || PIE.ieVersion < 7 ) { - zero = PIE.getLength( '0' ); - borderWidths = { 't': zero, 'r': zero, 'b': zero, 'l': zero }; - } - - shape.stroked = false; - fill.type = 'frame'; - fill.src = src; - fill.position = (w ? 0.5 / w : 0) + ',' + (h ? 0.5 / h : 0); - shape.coordsize = w * 2 + ',' + h * 2; - shape.coordorigin = '1,1'; - shape.path = this.getBoxPath( { - t: round( borderWidths['t'].pixels( el ) + getLength( cs.paddingTop ).pixels( el ) ), - r: round( borderWidths['r'].pixels( el ) + getLength( cs.paddingRight ).pixels( el ) ), - b: round( borderWidths['b'].pixels( el ) + getLength( cs.paddingBottom ).pixels( el ) ), - l: round( borderWidths['l'].pixels( el ) + getLength( cs.paddingLeft ).pixels( el ) ) - }, 2 ); - s = shape.style; - s.width = w; - s.height = h; - }, - - hideActualImg: function() { - this.targetElement.runtimeStyle.filter = 'alpha(opacity=0)'; - }, - - destroy: function() { - PIE.RendererBase.destroy.call( this ); - this.targetElement.runtimeStyle.filter = ''; - } - -} ); -/** - * Root renderer for IE9; manages the rendering layers in the element's background - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - */ -PIE.IE9RootRenderer = PIE.RendererBase.newRenderer( { - - updatePos: PIE.emptyFn, - updateSize: PIE.emptyFn, - updateVisibility: PIE.emptyFn, - updateProps: PIE.emptyFn, - - outerCommasRE: /^,+|,+$/g, - innerCommasRE: /,+/g, - - setBackgroundLayer: function(zIndex, bg) { - var me = this, - bgLayers = me._bgLayers || ( me._bgLayers = [] ), - undef; - bgLayers[zIndex] = bg || undef; - }, - - finishUpdate: function() { - var me = this, - bgLayers = me._bgLayers, - bg; - if( bgLayers && ( bg = bgLayers.join( ',' ).replace( me.outerCommasRE, '' ).replace( me.innerCommasRE, ',' ) ) !== me._lastBg ) { - me._lastBg = me.targetElement.runtimeStyle.background = bg; - } - }, - - destroy: function() { - this.targetElement.runtimeStyle.background = ''; - delete this._bgLayers; - } - -} ); -/** - * Renderer for element backgrounds, specific for IE9. Only handles translating CSS3 gradients - * to an equivalent SVG data URI. - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - */ -PIE.IE9BackgroundRenderer = PIE.RendererBase.newRenderer( { - - bgLayerZIndex: 1, - - needsUpdate: function() { - var si = this.styleInfos; - return si.backgroundInfo.changed(); - }, - - isActive: function() { - var si = this.styleInfos; - return si.backgroundInfo.isActive() || si.borderImageInfo.isActive(); - }, - - draw: function() { - var me = this, - props = me.styleInfos.backgroundInfo.getProps(), - bg, images, i = 0, img, bgAreaSize, bgSize; - - if ( props ) { - bg = []; - - images = props.bgImages; - if ( images ) { - while( img = images[ i++ ] ) { - if (img.imgType === 'linear-gradient' ) { - bgAreaSize = me.getBgAreaSize( img.bgOrigin ); - bgSize = ( img.bgSize || PIE.BgSize.DEFAULT ).pixels( - me.targetElement, bgAreaSize.w, bgAreaSize.h, bgAreaSize.w, bgAreaSize.h - ), - bg.push( - 'url(data:image/svg+xml,' + escape( me.getGradientSvg( img, bgSize.w, bgSize.h ) ) + ') ' + - me.bgPositionToString( img.bgPosition ) + ' / ' + bgSize.w + 'px ' + bgSize.h + 'px ' + - ( img.bgAttachment || '' ) + ' ' + ( img.bgOrigin || '' ) + ' ' + ( img.bgClip || '' ) - ); - } else { - bg.push( img.origString ); - } - } - } - - if ( props.color ) { - bg.push( props.color.val ); - } - - me.parent.setBackgroundLayer(me.bgLayerZIndex, bg.join(',')); - } - }, - - bgPositionToString: function( bgPosition ) { - return bgPosition ? bgPosition.tokens.map(function(token) { - return token.tokenValue; - }).join(' ') : '0 0'; - }, - - getBgAreaSize: function( bgOrigin ) { - var me = this, - el = me.targetElement, - bounds = me.boundsInfo.getBounds(), - elW = bounds.w, - elH = bounds.h, - w = elW, - h = elH, - borders, getLength, cs; - - if( bgOrigin !== 'border-box' ) { - borders = me.styleInfos.borderInfo.getProps(); - if( borders && ( borders = borders.widths ) ) { - w -= borders[ 'l' ].pixels( el ) + borders[ 'l' ].pixels( el ); - h -= borders[ 't' ].pixels( el ) + borders[ 'b' ].pixels( el ); - } - } - - if ( bgOrigin === 'content-box' ) { - getLength = PIE.getLength; - cs = el.currentStyle; - w -= getLength( cs.paddingLeft ).pixels( el ) + getLength( cs.paddingRight ).pixels( el ); - h -= getLength( cs.paddingTop ).pixels( el ) + getLength( cs.paddingBottom ).pixels( el ); - } - - return { w: w, h: h }; - }, - - getGradientSvg: function( info, bgWidth, bgHeight ) { - var el = this.targetElement, - stopsInfo = info.stops, - stopCount = stopsInfo.length, - metrics = PIE.GradientUtil.getGradientMetrics( el, bgWidth, bgHeight, info ), - startX = metrics.startX, - startY = metrics.startY, - endX = metrics.endX, - endY = metrics.endY, - lineLength = metrics.lineLength, - stopPx, - i, j, before, after, - svg; - - // Find the pixel offsets along the CSS3 gradient-line for each stop. - stopPx = []; - for( i = 0; i < stopCount; i++ ) { - stopPx.push( stopsInfo[i].offset ? stopsInfo[i].offset.pixels( el, lineLength ) : - i === 0 ? 0 : i === stopCount - 1 ? lineLength : null ); - } - // Fill in gaps with evenly-spaced offsets - for( i = 1; i < stopCount; i++ ) { - if( stopPx[ i ] === null ) { - before = stopPx[ i - 1 ]; - j = i; - do { - after = stopPx[ ++j ]; - } while( after === null ); - stopPx[ i ] = before + ( after - before ) / ( j - i + 1 ); - } - } - - svg = [ - '' + - '' + - '' - ]; - - // Convert to percentage along the SVG gradient line and add to the stops list - for( i = 0; i < stopCount; i++ ) { - svg.push( - '' - ); - } - - svg.push( - '' + - '' + - '' + - '' - ); - - return svg.join( '' ); - }, - - destroy: function() { - this.parent.setBackgroundLayer( this.bgLayerZIndex ); - } - -} ); -/** - * Renderer for border-image - * @constructor - * @param {Element} el The target element - * @param {Object} styleInfos The StyleInfo objects - * @param {PIE.RootRenderer} parent - */ -PIE.IE9BorderImageRenderer = PIE.RendererBase.newRenderer( { - - REPEAT: 'repeat', - STRETCH: 'stretch', - ROUND: 'round', - - bgLayerZIndex: 0, - - needsUpdate: function() { - return this.styleInfos.borderImageInfo.changed(); - }, - - isActive: function() { - return this.styleInfos.borderImageInfo.isActive(); - }, - - draw: function() { - var me = this, - props = me.styleInfos.borderImageInfo.getProps(), - borderProps = me.styleInfos.borderInfo.getProps(), - bounds = me.boundsInfo.getBounds(), - repeat = props.repeat, - repeatH = repeat.h, - repeatV = repeat.v, - el = me.targetElement, - isAsync = 0; - - PIE.Util.withImageSize( props.src, function( imgSize ) { - var elW = bounds.w, - elH = bounds.h, - imgW = imgSize.w, - imgH = imgSize.h, - - // The image cannot be referenced as a URL directly in the SVG because IE9 throws a strange - // security exception (perhaps due to cross-origin policy within data URIs?) Therefore we - // work around this by converting the image data into a data URI itself using a transient - // canvas. This unfortunately requires the border-image src to be within the same domain, - // which isn't a limitation in true border-image, so we need to try and find a better fix. - imgSrc = me.imageToDataURI( props.src, imgW, imgH ), - - REPEAT = me.REPEAT, - STRETCH = me.STRETCH, - ROUND = me.ROUND, - ceil = Math.ceil, - - zero = PIE.getLength( '0' ), - widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, 'l': zero } ), - widthT = widths['t'].pixels( el ), - widthR = widths['r'].pixels( el ), - widthB = widths['b'].pixels( el ), - widthL = widths['l'].pixels( el ), - slices = props.slice, - sliceT = slices['t'].pixels( el ), - sliceR = slices['r'].pixels( el ), - sliceB = slices['b'].pixels( el ), - sliceL = slices['l'].pixels( el ), - centerW = elW - widthL - widthR, - middleH = elH - widthT - widthB, - imgCenterW = imgW - sliceL - sliceR, - imgMiddleH = imgH - sliceT - sliceB, - - // Determine the size of each tile - 'round' is handled below - tileSizeT = repeatH === STRETCH ? centerW : imgCenterW * widthT / sliceT, - tileSizeR = repeatV === STRETCH ? middleH : imgMiddleH * widthR / sliceR, - tileSizeB = repeatH === STRETCH ? centerW : imgCenterW * widthB / sliceB, - tileSizeL = repeatV === STRETCH ? middleH : imgMiddleH * widthL / sliceL, - - svg, - patterns = [], - rects = [], - i = 0; - - // For 'round', subtract from each tile's size enough so that they fill the space a whole number of times - if (repeatH === ROUND) { - tileSizeT -= (tileSizeT - (centerW % tileSizeT || tileSizeT)) / ceil(centerW / tileSizeT); - tileSizeB -= (tileSizeB - (centerW % tileSizeB || tileSizeB)) / ceil(centerW / tileSizeB); - } - if (repeatV === ROUND) { - tileSizeR -= (tileSizeR - (middleH % tileSizeR || tileSizeR)) / ceil(middleH / tileSizeR); - tileSizeL -= (tileSizeL - (middleH % tileSizeL || tileSizeL)) / ceil(middleH / tileSizeL); - } - - - // Build the SVG for the border-image rendering. Add each piece as a pattern, which is then stretched - // or repeated as the fill of a rect of appropriate size. - svg = [ - '' - ]; - - function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { - patterns.push( - '' + - '' + - '' + - '' + - '' - ); - rects.push( - '' - ); - i++; - } - addImage( 0, 0, widthL, widthT, 0, 0, sliceL, sliceT, widthL, widthT ); // top left - addImage( widthL, 0, centerW, widthT, sliceL, 0, imgCenterW, sliceT, tileSizeT, widthT ); // top center - addImage( elW - widthR, 0, widthR, widthT, imgW - sliceR, 0, sliceR, sliceT, widthR, widthT ); // top right - addImage( 0, widthT, widthL, middleH, 0, sliceT, sliceL, imgMiddleH, widthL, tileSizeL ); // middle left - if ( props.fill ) { // center fill - addImage( widthL, widthT, centerW, middleH, sliceL, sliceT, imgCenterW, imgMiddleH, - tileSizeT || tileSizeB || imgCenterW, tileSizeL || tileSizeR || imgMiddleH ); - } - addImage( elW - widthR, widthT, widthR, middleH, imgW - sliceR, sliceT, sliceR, imgMiddleH, widthR, tileSizeR ); // middle right - addImage( 0, elH - widthB, widthL, widthB, 0, imgH - sliceB, sliceL, sliceB, widthL, widthB ); // bottom left - addImage( widthL, elH - widthB, centerW, widthB, sliceL, imgH - sliceB, imgCenterW, sliceB, tileSizeB, widthB ); // bottom center - addImage( elW - widthR, elH - widthB, widthR, widthB, imgW - sliceR, imgH - sliceB, sliceR, sliceB, widthR, widthB ); // bottom right - - svg.push( - '' + - patterns.join('\n') + - '' + - rects.join('\n') + - '' - ); - - me.parent.setBackgroundLayer( me.bgLayerZIndex, 'url(data:image/svg+xml,' + escape( svg.join( '' ) ) + ') no-repeat border-box border-box' ); - - // If the border-image's src wasn't immediately available, the SVG for its background layer - // will have been created asynchronously after the main element's update has finished; we'll - // therefore need to force the root renderer to sync to the final background once finished. - if( isAsync ) { - me.parent.finishUpdate(); - } - }, me ); - - isAsync = 1; - }, - - /** - * Convert a given image to a data URI - */ - imageToDataURI: (function() { - var uris = {}; - return function( src, width, height ) { - var uri = uris[ src ], - image, canvas; - if ( !uri ) { - image = new Image(); - canvas = doc.createElement( 'canvas' ); - image.src = src; - canvas.width = width; - canvas.height = height; - canvas.getContext( '2d' ).drawImage( image, 0, 0 ); - uri = uris[ src ] = canvas.toDataURL(); - } - return uri; - } - })(), - - prepareUpdate: PIE.BorderImageRenderer.prototype.prepareUpdate, - - destroy: function() { - var me = this, - rs = me.targetElement.runtimeStyle; - me.parent.setBackgroundLayer( me.bgLayerZIndex ); - rs.borderColor = rs.borderStyle = rs.borderWidth = ''; - } - -} ); - -PIE.Element = (function() { - - var wrappers = {}, - lazyInitCssProp = PIE.CSS_PREFIX + 'lazy-init', - pollCssProp = PIE.CSS_PREFIX + 'poll', - trackActiveCssProp = PIE.CSS_PREFIX + 'track-active', - trackHoverCssProp = PIE.CSS_PREFIX + 'track-hover', - hoverClass = PIE.CLASS_PREFIX + 'hover', - activeClass = PIE.CLASS_PREFIX + 'active', - focusClass = PIE.CLASS_PREFIX + 'focus', - firstChildClass = PIE.CLASS_PREFIX + 'first-child', - ignorePropertyNames = { 'background':1, 'bgColor':1, 'display': 1 }, - classNameRegExes = {}, - dummyArray = []; - - - function addClass( el, className ) { - el.className += ' ' + className; - } - - function removeClass( el, className ) { - var re = classNameRegExes[ className ] || - ( classNameRegExes[ className ] = new RegExp( '\\b' + className + '\\b', 'g' ) ); - el.className = el.className.replace( re, '' ); - } - - function delayAddClass( el, className /*, className2*/ ) { - var classes = dummyArray.slice.call( arguments, 1 ), - i = classes.length; - setTimeout( function() { - if( el ) { - while( i-- ) { - addClass( el, classes[ i ] ); - } - } - }, 0 ); - } - - function delayRemoveClass( el, className /*, className2*/ ) { - var classes = dummyArray.slice.call( arguments, 1 ), - i = classes.length; - setTimeout( function() { - if( el ) { - while( i-- ) { - removeClass( el, classes[ i ] ); - } - } - }, 0 ); - } - - - - function Element( el ) { - var renderers, - rootRenderer, - boundsInfo = new PIE.BoundsInfo( el ), - styleInfos, - styleInfosArr, - initializing, - initialized, - eventsAttached, - eventListeners = [], - delayed, - destroyed, - poll; - - /** - * Initialize PIE for this element. - */ - function init() { - if( !initialized ) { - var docEl, - bounds, - ieDocMode = PIE.ieDocMode, - cs = el.currentStyle, - lazy = cs.getAttribute( lazyInitCssProp ) === 'true', - trackActive = cs.getAttribute( trackActiveCssProp ) !== 'false', - trackHover = cs.getAttribute( trackHoverCssProp ) !== 'false', - childRenderers; - - // Polling for size/position changes: default to on in IE8, off otherwise, overridable by -pie-poll - poll = cs.getAttribute( pollCssProp ); - poll = ieDocMode > 7 ? poll !== 'false' : poll === 'true'; - - // Force layout so move/resize events will fire. Set this as soon as possible to avoid layout changes - // after load, but make sure it only gets called the first time through to avoid recursive calls to init(). - if( !initializing ) { - initializing = 1; - el.runtimeStyle.zoom = 1; - initFirstChildPseudoClass(); - } - - boundsInfo.lock(); - - // If the -pie-lazy-init:true flag is set, check if the element is outside the viewport and if so, delay initialization - if( lazy && ( bounds = boundsInfo.getBounds() ) && ( docEl = doc.documentElement || doc.body ) && - ( bounds.y > docEl.clientHeight || bounds.x > docEl.clientWidth || bounds.y + bounds.h < 0 || bounds.x + bounds.w < 0 ) ) { - if( !delayed ) { - delayed = 1; - PIE.OnScroll.observe( init ); - } - } else { - initialized = 1; - delayed = initializing = 0; - PIE.OnScroll.unobserve( init ); - - // Create the style infos and renderers - if ( ieDocMode === 9 ) { - styleInfos = { - backgroundInfo: new PIE.BackgroundStyleInfo( el ), - borderImageInfo: new PIE.BorderImageStyleInfo( el ), - borderInfo: new PIE.BorderStyleInfo( el ) - }; - styleInfosArr = [ - styleInfos.backgroundInfo, - styleInfos.borderImageInfo - ]; - rootRenderer = new PIE.IE9RootRenderer( el, boundsInfo, styleInfos ); - childRenderers = [ - new PIE.IE9BackgroundRenderer( el, boundsInfo, styleInfos, rootRenderer ), - new PIE.IE9BorderImageRenderer( el, boundsInfo, styleInfos, rootRenderer ) - ]; - } else { - - styleInfos = { - backgroundInfo: new PIE.BackgroundStyleInfo( el ), - borderInfo: new PIE.BorderStyleInfo( el ), - borderImageInfo: new PIE.BorderImageStyleInfo( el ), - borderRadiusInfo: new PIE.BorderRadiusStyleInfo( el ), - boxShadowInfo: new PIE.BoxShadowStyleInfo( el ), - visibilityInfo: new PIE.VisibilityStyleInfo( el ) - }; - styleInfosArr = [ - styleInfos.backgroundInfo, - styleInfos.borderInfo, - styleInfos.borderImageInfo, - styleInfos.borderRadiusInfo, - styleInfos.boxShadowInfo, - styleInfos.visibilityInfo - ]; - rootRenderer = new PIE.RootRenderer( el, boundsInfo, styleInfos ); - childRenderers = [ - new PIE.BoxShadowOutsetRenderer( el, boundsInfo, styleInfos, rootRenderer ), - new PIE.BackgroundRenderer( el, boundsInfo, styleInfos, rootRenderer ), - //new PIE.BoxShadowInsetRenderer( el, boundsInfo, styleInfos, rootRenderer ), - new PIE.BorderRenderer( el, boundsInfo, styleInfos, rootRenderer ), - new PIE.BorderImageRenderer( el, boundsInfo, styleInfos, rootRenderer ) - ]; - if( el.tagName === 'IMG' ) { - childRenderers.push( new PIE.ImgRenderer( el, boundsInfo, styleInfos, rootRenderer ) ); - } - rootRenderer.childRenderers = childRenderers; // circular reference, can't pass in constructor; TODO is there a cleaner way? - } - renderers = [ rootRenderer ].concat( childRenderers ); - - // Add property change listeners to ancestors if requested - initAncestorEventListeners(); - - // Add to list of polled elements in IE8 - if( poll ) { - PIE.Heartbeat.observe( update ); - PIE.Heartbeat.run(); - } - - // Trigger rendering - update( 1 ); - } - - if( !eventsAttached ) { - eventsAttached = 1; - if( ieDocMode < 9 ) { - addListener( el, 'onmove', handleMoveOrResize ); - } - addListener( el, 'onresize', handleMoveOrResize ); - addListener( el, 'onpropertychange', propChanged ); - if( trackHover ) { - addListener( el, 'onmouseenter', mouseEntered ); - } - if( trackHover || trackActive ) { - addListener( el, 'onmouseleave', mouseLeft ); - } - if( trackActive ) { - addListener( el, 'onmousedown', mousePressed ); - } - if( el.tagName in PIE.focusableElements ) { - addListener( el, 'onfocus', focused ); - addListener( el, 'onblur', blurred ); - } - PIE.OnResize.observe( handleMoveOrResize ); - - PIE.OnUnload.observe( removeEventListeners ); - } - - boundsInfo.unlock(); - } - } - - - - - /** - * Event handler for onmove and onresize events. Invokes update() only if the element's - * bounds have previously been calculated, to prevent multiple runs during page load when - * the element has no initial CSS3 properties. - */ - function handleMoveOrResize() { - if( boundsInfo && boundsInfo.hasBeenQueried() ) { - update(); - } - } - - - /** - * Update position and/or size as necessary. Both move and resize events call - * this rather than the updatePos/Size functions because sometimes, particularly - * during page load, one will fire but the other won't. - */ - function update( force ) { - if( !destroyed ) { - if( initialized ) { - var i, len = renderers.length; - - lockAll(); - for( i = 0; i < len; i++ ) { - renderers[i].prepareUpdate(); - } - if( force || boundsInfo.positionChanged() ) { - /* TODO just using getBoundingClientRect (used internally by BoundsInfo) for detecting - position changes may not always be accurate; it's possible that - an element will actually move relative to its positioning parent, but its position - relative to the viewport will stay the same. Need to come up with a better way to - track movement. The most accurate would be the same logic used in RootRenderer.updatePos() - but that is a more expensive operation since it does some DOM walking, and we want this - check to be as fast as possible. */ - for( i = 0; i < len; i++ ) { - renderers[i].updatePos(); - } - } - if( force || boundsInfo.sizeChanged() ) { - for( i = 0; i < len; i++ ) { - renderers[i].updateSize(); - } - } - rootRenderer.finishUpdate(); - unlockAll(); - } - else if( !initializing ) { - init(); - } - } - } - - /** - * Handle property changes to trigger update when appropriate. - */ - function propChanged() { - var i, len = renderers.length, - renderer, - e = event; - - // Some elements like
  • +
    ', + esc_html__( 'Upgrade message from the plugin author:', 'cryout' ), + ' ', wp_kses_data( $item['upgrade_notice'] ), ' +
    +
    fire onpropertychange events for old-school background properties - // ('background', 'bgColor') when runtimeStyle background properties are changed, which - // results in an infinite loop; therefore we filter out those property names. Also, 'display' - // is ignored because size calculations don't work correctly immediately when its onpropertychange - // event fires, and because it will trigger an onresize event anyway. - if( !destroyed && !( e && e.propertyName in ignorePropertyNames ) ) { - if( initialized ) { - lockAll(); - for( i = 0; i < len; i++ ) { - renderers[i].prepareUpdate(); - } - for( i = 0; i < len; i++ ) { - renderer = renderers[i]; - // Make sure position is synced if the element hasn't already been rendered. - // TODO this feels sloppy - look into merging propChanged and update functions - if( !renderer.isPositioned ) { - renderer.updatePos(); - } - if( renderer.needsUpdate() ) { - renderer.updateProps(); - } - } - rootRenderer.finishUpdate(); - unlockAll(); - } - else if( !initializing ) { - init(); - } - } - } - - - /** - * Handle mouseenter events. Adds a custom class to the element to allow IE6 to add - * hover styles to non-link elements, and to trigger a propertychange update. - */ - function mouseEntered() { - //must delay this because the mouseenter event fires before the :hover styles are added. - delayAddClass( el, hoverClass ); - } - - /** - * Handle mouseleave events - */ - function mouseLeft() { - //must delay this because the mouseleave event fires before the :hover styles are removed. - delayRemoveClass( el, hoverClass, activeClass ); - } - - /** - * Handle mousedown events. Adds a custom class to the element to allow IE6 to add - * active styles to non-link elements, and to trigger a propertychange update. - */ - function mousePressed() { - //must delay this because the mousedown event fires before the :active styles are added. - delayAddClass( el, activeClass ); - - // listen for mouseups on the document; can't just be on the element because the user might - // have dragged out of the element while the mouse button was held down - PIE.OnMouseup.observe( mouseReleased ); - } - - /** - * Handle mouseup events - */ - function mouseReleased() { - //must delay this because the mouseup event fires before the :active styles are removed. - delayRemoveClass( el, activeClass ); - - PIE.OnMouseup.unobserve( mouseReleased ); - } - - /** - * Handle focus events. Adds a custom class to the element to trigger a propertychange update. - */ - function focused() { - //must delay this because the focus event fires before the :focus styles are added. - delayAddClass( el, focusClass ); - } - - /** - * Handle blur events - */ - function blurred() { - //must delay this because the blur event fires before the :focus styles are removed. - delayRemoveClass( el, focusClass ); - } - - - /** - * Handle property changes on ancestors of the element; see initAncestorEventListeners() - * which adds these listeners as requested with the -pie-watch-ancestors CSS property. - */ - function ancestorPropChanged() { - var name = event.propertyName; - if( name === 'className' || name === 'id' ) { - propChanged(); - } - } - - function lockAll() { - boundsInfo.lock(); - for( var i = styleInfosArr.length; i--; ) { - styleInfosArr[i].lock(); - } - } - - function unlockAll() { - for( var i = styleInfosArr.length; i--; ) { - styleInfosArr[i].unlock(); - } - boundsInfo.unlock(); - } - - - function addListener( targetEl, type, handler ) { - targetEl.attachEvent( type, handler ); - eventListeners.push( [ targetEl, type, handler ] ); - } - - /** - * Remove all event listeners from the element and any monitored ancestors. - */ - function removeEventListeners() { - if (eventsAttached) { - var i = eventListeners.length, - listener; - - while( i-- ) { - listener = eventListeners[ i ]; - listener[ 0 ].detachEvent( listener[ 1 ], listener[ 2 ] ); - } - - PIE.OnUnload.unobserve( removeEventListeners ); - eventsAttached = 0; - eventListeners = []; - } - } - - - /** - * Clean everything up when the behavior is removed from the element, or the element - * is manually destroyed. - */ - function destroy() { - if( !destroyed ) { - var i, len; - - removeEventListeners(); - - destroyed = 1; - - // destroy any active renderers - if( renderers ) { - for( i = 0, len = renderers.length; i < len; i++ ) { - renderers[i].finalized = 1; - renderers[i].destroy(); - } - } - - // Remove from list of polled elements in IE8 - if( poll ) { - PIE.Heartbeat.unobserve( update ); - } - // Stop onresize listening - PIE.OnResize.unobserve( update ); - - // Kill references - renderers = boundsInfo = styleInfos = styleInfosArr = el = null; - } - } - - - /** - * If requested via the custom -pie-watch-ancestors CSS property, add onpropertychange and - * other event listeners to ancestor(s) of the element so we can pick up style changes - * based on CSS rules using descendant selectors. - */ - function initAncestorEventListeners() { - var watch = el.currentStyle.getAttribute( PIE.CSS_PREFIX + 'watch-ancestors' ), - i, a; - if( watch ) { - watch = parseInt( watch, 10 ); - i = 0; - a = el.parentNode; - while( a && ( watch === 'NaN' || i++ < watch ) ) { - addListener( a, 'onpropertychange', ancestorPropChanged ); - addListener( a, 'onmouseenter', mouseEntered ); - addListener( a, 'onmouseleave', mouseLeft ); - addListener( a, 'onmousedown', mousePressed ); - if( a.tagName in PIE.focusableElements ) { - addListener( a, 'onfocus', focused ); - addListener( a, 'onblur', blurred ); - } - a = a.parentNode; - } - } - } - - - /** - * If the target element is a first child, add a pie_first-child class to it. This allows using - * the added class as a workaround for the fact that PIE's rendering element breaks the :first-child - * pseudo-class selector. - */ - function initFirstChildPseudoClass() { - var tmpEl = el, - isFirst = 1; - while( tmpEl = tmpEl.previousSibling ) { - if( tmpEl.nodeType === 1 ) { - isFirst = 0; - break; - } - } - if( isFirst ) { - addClass( el, firstChildClass ); - } - } - - - // These methods are all already bound to this instance so there's no need to wrap them - // in a closure to maintain the 'this' scope object when calling them. - this.init = init; - this.update = update; - this.destroy = destroy; - this.el = el; - } - - Element.getInstance = function( el ) { - var id = PIE.Util.getUID( el ); - return wrappers[ id ] || ( wrappers[ id ] = new Element( el ) ); - }; - - Element.destroy = function( el ) { - var id = PIE.Util.getUID( el ), - wrapper = wrappers[ id ]; - if( wrapper ) { - wrapper.destroy(); - delete wrappers[ id ]; - } - }; - - Element.destroyAll = function() { - var els = [], wrapper; - if( wrappers ) { - for( var w in wrappers ) { - if( wrappers.hasOwnProperty( w ) ) { - wrapper = wrappers[ w ]; - els.push( wrapper.el ); - wrapper.destroy(); - } - } - wrappers = {}; - } - return els; - }; - - return Element; -})(); - -/* - * This file exposes the public API for invoking PIE. - */ - - -/** - * @property supportsVML - * True if the current IE browser environment has a functioning VML engine. Should be true - * in most IEs, but in rare cases may be false. If false, PIE will exit immediately when - * attached to an element; this property may be used for debugging or by external scripts - * to perform some special action when VML support is absent. - * @type {boolean} - */ -PIE[ 'supportsVML' ] = PIE.supportsVML; - - -/** - * Programatically attach PIE to a single element. - * @param {Element} el - */ -PIE[ 'attach' ] = function( el ) { - if (PIE.ieDocMode < 10 && PIE.supportsVML) { - PIE.Element.getInstance( el ).init(); - } -}; - - -/** - * Programatically detach PIE from a single element. - * @param {Element} el - */ -PIE[ 'detach' ] = function( el ) { - PIE.Element.destroy( el ); -}; - - -} // if( !PIE ) +/* +PIE: CSS3 rendering for IE +Version 1.0.0 +http://css3pie.com +Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. +*/ +(function(){ +var doc = document;var PIE = window['PIE']; + +if( !PIE ) { + PIE = window['PIE'] = { + CSS_PREFIX: '-pie-', + STYLE_PREFIX: 'Pie', + CLASS_PREFIX: 'pie_', + tableCellTags: { + 'TD': 1, + 'TH': 1 + }, + + /** + * Lookup table of elements which cannot take custom children. + */ + childlessElements: { + 'TABLE':1, + 'THEAD':1, + 'TBODY':1, + 'TFOOT':1, + 'TR':1, + 'INPUT':1, + 'TEXTAREA':1, + 'SELECT':1, + 'OPTION':1, + 'IMG':1, + 'HR':1 + }, + + /** + * Elements that can receive user focus + */ + focusableElements: { + 'A':1, + 'INPUT':1, + 'TEXTAREA':1, + 'SELECT':1, + 'BUTTON':1 + }, + + /** + * Values of the type attribute for input elements displayed as buttons + */ + inputButtonTypes: { + 'submit':1, + 'button':1, + 'reset':1 + }, + + emptyFn: function() {} + }; + + // Force the background cache to be used. No reason it shouldn't be. + try { + doc.execCommand( 'BackgroundImageCache', false, true ); + } catch(e) {} + + (function() { + /* + * IE version detection approach by James Padolsey, with modifications -- from + * http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/ + */ + var ieVersion = 4, + div = doc.createElement('div'), + all = div.getElementsByTagName('i'), + shape; + while ( + div.innerHTML = '', + all[0] + ) {} + PIE.ieVersion = ieVersion; + + // Detect IE6 + if( ieVersion === 6 ) { + // IE6 can't access properties with leading dash, but can without it. + PIE.CSS_PREFIX = PIE.CSS_PREFIX.replace( /^-/, '' ); + } + + PIE.ieDocMode = doc.documentMode || PIE.ieVersion; + + // Detect VML support (a small number of IE installs don't have a working VML engine) + div.innerHTML = ''; + shape = div.firstChild; + shape.style['behavior'] = 'url(#default#VML)'; + PIE.supportsVML = (typeof shape['adj'] === "object"); + }()); +/** + * Utility functions + */ +(function() { + var vmlCreatorDoc, + idNum = 0, + imageSizes = {}; + + + PIE.Util = { + + /** + * To create a VML element, it must be created by a Document which has the VML + * namespace set. Unfortunately, if you try to add the namespace programatically + * into the main document, you will get an "Unspecified error" when trying to + * access document.namespaces before the document is finished loading. To get + * around this, we create a DocumentFragment, which in IE land is apparently a + * full-fledged Document. It allows adding namespaces immediately, so we add the + * namespace there and then have it create the VML element. + * @param {string} tag The tag name for the VML element + * @return {Element} The new VML element + */ + createVmlElement: function( tag ) { + var vmlPrefix = 'css3vml'; + if( !vmlCreatorDoc ) { + vmlCreatorDoc = doc.createDocumentFragment(); + vmlCreatorDoc.namespaces.add( vmlPrefix, 'urn:schemas-microsoft-com:vml' ); + } + return vmlCreatorDoc.createElement( vmlPrefix + ':' + tag ); + }, + + + /** + * Generate and return a unique ID for a given object. The generated ID is stored + * as a property of the object for future reuse. + * @param {Object} obj + */ + getUID: function( obj ) { + return obj && obj[ '_pieId' ] || ( obj[ '_pieId' ] = '_' + ++idNum ); + }, + + + /** + * Simple utility for merging objects + * @param {Object} obj1 The main object into which all others will be merged + * @param {...Object} var_args Other objects which will be merged into the first, in order + */ + merge: function( obj1 ) { + var i, len, p, objN, args = arguments; + for( i = 1, len = args.length; i < len; i++ ) { + objN = args[i]; + for( p in objN ) { + if( objN.hasOwnProperty( p ) ) { + obj1[ p ] = objN[ p ]; + } + } + } + return obj1; + }, + + + /** + * Execute a callback function, passing it the dimensions of a given image once + * they are known. + * @param {string} src The source URL of the image + * @param {function({w:number, h:number})} func The callback function to be called once the image dimensions are known + * @param {Object} ctx A context object which will be used as the 'this' value within the executed callback function + */ + withImageSize: function( src, func, ctx ) { + var size = imageSizes[ src ], img, queue; + if( size ) { + // If we have a queue, add to it + if( Object.prototype.toString.call( size ) === '[object Array]' ) { + size.push( [ func, ctx ] ); + } + // Already have the size cached, call func right away + else { + func.call( ctx, size ); + } + } else { + queue = imageSizes[ src ] = [ [ func, ctx ] ]; //create queue + img = new Image(); + img.onload = function() { + size = imageSizes[ src ] = { w: img.width, h: img.height }; + for( var i = 0, len = queue.length; i < len; i++ ) { + queue[ i ][ 0 ].call( queue[ i ][ 1 ], size ); + } + img.onload = null; + }; + img.src = src; + } + } + }; +})();/** + * Utility functions for handling gradients + */ +PIE.GradientUtil = { + + getGradientMetrics: function( el, width, height, gradientInfo ) { + var angle = gradientInfo.angle, + startPos = gradientInfo.gradientStart, + startX, startY, + endX, endY, + startCornerX, startCornerY, + endCornerX, endCornerY, + deltaX, deltaY, + p, UNDEF; + + // Find the "start" and "end" corners; these are the corners furthest along the gradient line. + // This is used below to find the start/end positions of the CSS3 gradient-line, and also in finding + // the total length of the VML rendered gradient-line corner to corner. + function findCorners() { + startCornerX = ( angle >= 90 && angle < 270 ) ? width : 0; + startCornerY = angle < 180 ? height : 0; + endCornerX = width - startCornerX; + endCornerY = height - startCornerY; + } + + // Normalize the angle to a value between [0, 360) + function normalizeAngle() { + while( angle < 0 ) { + angle += 360; + } + angle = angle % 360; + } + + // Find the start and end points of the gradient + if( startPos ) { + startPos = startPos.coords( el, width, height ); + startX = startPos.x; + startY = startPos.y; + } + if( angle ) { + angle = angle.degrees(); + + normalizeAngle(); + findCorners(); + + // If no start position was specified, then choose a corner as the starting point. + if( !startPos ) { + startX = startCornerX; + startY = startCornerY; + } + + // Find the end position by extending a perpendicular line from the gradient-line which + // intersects the corner opposite from the starting corner. + p = PIE.GradientUtil.perpendicularIntersect( startX, startY, angle, endCornerX, endCornerY ); + endX = p[0]; + endY = p[1]; + } + else if( startPos ) { + // Start position but no angle specified: find the end point by rotating 180deg around the center + endX = width - startX; + endY = height - startY; + } + else { + // Neither position nor angle specified; create vertical gradient from top to bottom + startX = startY = endX = 0; + endY = height; + } + deltaX = endX - startX; + deltaY = endY - startY; + + if( angle === UNDEF ) { + // Get the angle based on the change in x/y from start to end point. Checks first for horizontal + // or vertical angles so they get exact whole numbers rather than what atan2 gives. + angle = ( !deltaX ? ( deltaY < 0 ? 90 : 270 ) : + ( !deltaY ? ( deltaX < 0 ? 180 : 0 ) : + -Math.atan2( deltaY, deltaX ) / Math.PI * 180 + ) + ); + normalizeAngle(); + findCorners(); + } + + return { + angle: angle, + startX: startX, + startY: startY, + endX: endX, + endY: endY, + startCornerX: startCornerX, + startCornerY: startCornerY, + endCornerX: endCornerX, + endCornerY: endCornerY, + deltaX: deltaX, + deltaY: deltaY, + lineLength: PIE.GradientUtil.distance( startX, startY, endX, endY ) + } + }, + + /** + * Find the point along a given line (defined by a starting point and an angle), at which + * that line is intersected by a perpendicular line extending through another point. + * @param x1 - x coord of the starting point + * @param y1 - y coord of the starting point + * @param angle - angle of the line extending from the starting point (in degrees) + * @param x2 - x coord of point along the perpendicular line + * @param y2 - y coord of point along the perpendicular line + * @return [ x, y ] + */ + perpendicularIntersect: function( x1, y1, angle, x2, y2 ) { + // Handle straight vertical and horizontal angles, for performance and to avoid + // divide-by-zero errors. + if( angle === 0 || angle === 180 ) { + return [ x2, y1 ]; + } + else if( angle === 90 || angle === 270 ) { + return [ x1, y2 ]; + } + else { + // General approach: determine the Ax+By=C formula for each line (the slope of the second + // line is the negative inverse of the first) and then solve for where both formulas have + // the same x/y values. + var a1 = Math.tan( -angle * Math.PI / 180 ), + c1 = a1 * x1 - y1, + a2 = -1 / a1, + c2 = a2 * x2 - y2, + d = a2 - a1, + endX = ( c2 - c1 ) / d, + endY = ( a1 * c2 - a2 * c1 ) / d; + return [ endX, endY ]; + } + }, + + /** + * Find the distance between two points + * @param {Number} p1x + * @param {Number} p1y + * @param {Number} p2x + * @param {Number} p2y + * @return {Number} the distance + */ + distance: function( p1x, p1y, p2x, p2y ) { + var dx = p2x - p1x, + dy = p2y - p1y; + return Math.abs( + dx === 0 ? dy : + dy === 0 ? dx : + Math.sqrt( dx * dx + dy * dy ) + ); + } + +};/** + * + */ +PIE.Observable = function() { + /** + * List of registered observer functions + */ + this.observers = []; + + /** + * Hash of function ids to their position in the observers list, for fast lookup + */ + this.indexes = {}; +}; +PIE.Observable.prototype = { + + observe: function( fn ) { + var id = PIE.Util.getUID( fn ), + indexes = this.indexes, + observers = this.observers; + if( !( id in indexes ) ) { + indexes[ id ] = observers.length; + observers.push( fn ); + } + }, + + unobserve: function( fn ) { + var id = PIE.Util.getUID( fn ), + indexes = this.indexes; + if( id && id in indexes ) { + delete this.observers[ indexes[ id ] ]; + delete indexes[ id ]; + } + }, + + fire: function() { + var o = this.observers, + i = o.length; + while( i-- ) { + o[ i ] && o[ i ](); + } + } + +};/* + * Simple heartbeat timer - this is a brute-force workaround for syncing issues caused by IE not + * always firing the onmove and onresize events when elements are moved or resized. We check a few + * times every second to make sure the elements have the correct position and size. See Element.js + * which adds heartbeat listeners based on the custom -pie-poll flag, which defaults to true in IE8-9 + * and false elsewhere. + */ + +PIE.Heartbeat = new PIE.Observable(); +PIE.Heartbeat.run = function() { + var me = this, + interval; + if( !me.running ) { + interval = doc.documentElement.currentStyle.getAttribute( PIE.CSS_PREFIX + 'poll-interval' ) || 250; + (function beat() { + me.fire(); + setTimeout(beat, interval); + })(); + me.running = 1; + } +}; +/** + * Create an observable listener for the onunload event + */ +(function() { + PIE.OnUnload = new PIE.Observable(); + + function handleUnload() { + PIE.OnUnload.fire(); + window.detachEvent( 'onunload', handleUnload ); + window[ 'PIE' ] = null; + } + + window.attachEvent( 'onunload', handleUnload ); + + /** + * Attach an event which automatically gets detached onunload + */ + PIE.OnUnload.attachManagedEvent = function( target, name, handler ) { + target.attachEvent( name, handler ); + this.observe( function() { + target.detachEvent( name, handler ); + } ); + }; +})()/** + * Create a single observable listener for window resize events. + */ +PIE.OnResize = new PIE.Observable(); + +PIE.OnUnload.attachManagedEvent( window, 'onresize', function() { PIE.OnResize.fire(); } ); +/** + * Create a single observable listener for scroll events. Used for lazy loading based + * on the viewport, and for fixed position backgrounds. + */ +(function() { + PIE.OnScroll = new PIE.Observable(); + + function scrolled() { + PIE.OnScroll.fire(); + } + + PIE.OnUnload.attachManagedEvent( window, 'onscroll', scrolled ); + + PIE.OnResize.observe( scrolled ); +})(); +/** + * Listen for printing events, destroy all active PIE instances when printing, and + * restore them afterward. + */ +(function() { + + var elements; + + function beforePrint() { + elements = PIE.Element.destroyAll(); + } + + function afterPrint() { + if( elements ) { + for( var i = 0, len = elements.length; i < len; i++ ) { + PIE[ 'attach' ]( elements[i] ); + } + elements = 0; + } + } + + if( PIE.ieDocMode < 9 ) { + PIE.OnUnload.attachManagedEvent( window, 'onbeforeprint', beforePrint ); + PIE.OnUnload.attachManagedEvent( window, 'onafterprint', afterPrint ); + } + +})();/** + * Create a single observable listener for document mouseup events. + */ +PIE.OnMouseup = new PIE.Observable(); + +PIE.OnUnload.attachManagedEvent( doc, 'onmouseup', function() { PIE.OnMouseup.fire(); } ); +/** + * Wrapper for length and percentage style values. The value is immutable. A singleton instance per unique + * value is returned from PIE.getLength() - always use that instead of instantiating directly. + * @constructor + * @param {string} val The CSS string representing the length. It is assumed that this will already have + * been validated as a valid length or percentage syntax. + */ +PIE.Length = (function() { + var lengthCalcEl = doc.createElement( 'length-calc' ), + parent = doc.body || doc.documentElement, + s = lengthCalcEl.style, + conversions = {}, + units = [ 'mm', 'cm', 'in', 'pt', 'pc' ], + i = units.length, + instances = {}; + + s.position = 'absolute'; + s.top = s.left = '-9999px'; + + parent.appendChild( lengthCalcEl ); + while( i-- ) { + s.width = '100' + units[i]; + conversions[ units[i] ] = lengthCalcEl.offsetWidth / 100; + } + parent.removeChild( lengthCalcEl ); + + // All calcs from here on will use 1em + s.width = '1em'; + + + function Length( val ) { + this.val = val; + } + Length.prototype = { + /** + * Regular expression for matching the length unit + * @private + */ + unitRE: /(px|em|ex|mm|cm|in|pt|pc|%)$/, + + /** + * Get the numeric value of the length + * @return {number} The value + */ + getNumber: function() { + var num = this.num, + UNDEF; + if( num === UNDEF ) { + num = this.num = parseFloat( this.val ); + } + return num; + }, + + /** + * Get the unit of the length + * @return {string} The unit + */ + getUnit: function() { + var unit = this.unit, + m; + if( !unit ) { + m = this.val.match( this.unitRE ); + unit = this.unit = ( m && m[0] ) || 'px'; + } + return unit; + }, + + /** + * Determine whether this is a percentage length value + * @return {boolean} + */ + isPercentage: function() { + return this.getUnit() === '%'; + }, + + /** + * Resolve this length into a number of pixels. + * @param {Element} el - the context element, used to resolve font-relative values + * @param {(function():number|number)=} pct100 - the number of pixels that equal a 100% percentage. This can be either a number or a + * function which will be called to return the number. + */ + pixels: function( el, pct100 ) { + var num = this.getNumber(), + unit = this.getUnit(); + switch( unit ) { + case "px": + return num; + case "%": + return num * ( typeof pct100 === 'function' ? pct100() : pct100 ) / 100; + case "em": + return num * this.getEmPixels( el ); + case "ex": + return num * this.getEmPixels( el ) / 2; + default: + return num * conversions[ unit ]; + } + }, + + /** + * The em and ex units are relative to the font-size of the current element, + * however if the font-size is set using non-pixel units then we get that value + * rather than a pixel conversion. To get around this, we keep a floating element + * with width:1em which we insert into the target element and then read its offsetWidth. + * For elements that won't accept a child we insert into the parent node and perform + * additional calculation. If the font-size *is* specified in pixels, then we use that + * directly to avoid the expensive DOM manipulation. + * @param {Element} el + * @return {number} + */ + getEmPixels: function( el ) { + var fs = el.currentStyle.fontSize, + px, parent, me; + + if( fs.indexOf( 'px' ) > 0 ) { + return parseFloat( fs ); + } + else if( el.tagName in PIE.childlessElements ) { + me = this; + parent = el.parentNode; + return PIE.getLength( fs ).pixels( parent, function() { + return me.getEmPixels( parent ); + } ); + } + else { + el.appendChild( lengthCalcEl ); + px = lengthCalcEl.offsetWidth; + if( lengthCalcEl.parentNode === el ) { //not sure how this could be false but it sometimes is + el.removeChild( lengthCalcEl ); + } + return px; + } + } + }; + + + /** + * Retrieve a PIE.Length instance for the given value. A shared singleton instance is returned for each unique value. + * @param {string} val The CSS string representing the length. It is assumed that this will already have + * been validated as a valid length or percentage syntax. + */ + PIE.getLength = function( val ) { + return instances[ val ] || ( instances[ val ] = new Length( val ) ); + }; + + return Length; +})(); +/** + * Wrapper for a CSS3 bg-position value. Takes up to 2 position keywords and 2 lengths/percentages. + * @constructor + * @param {Array.} tokens The tokens making up the background position value. + */ +PIE.BgPosition = (function() { + + var length_fifty = PIE.getLength( '50%' ), + vert_idents = { 'top': 1, 'center': 1, 'bottom': 1 }, + horiz_idents = { 'left': 1, 'center': 1, 'right': 1 }; + + + function BgPosition( tokens ) { + this.tokens = tokens; + } + BgPosition.prototype = { + /** + * Normalize the values into the form: + * [ xOffsetSide, xOffsetLength, yOffsetSide, yOffsetLength ] + * where: xOffsetSide is either 'left' or 'right', + * yOffsetSide is either 'top' or 'bottom', + * and x/yOffsetLength are both PIE.Length objects. + * @return {Array} + */ + getValues: function() { + if( !this._values ) { + var tokens = this.tokens, + len = tokens.length, + Tokenizer = PIE.Tokenizer, + identType = Tokenizer.Type, + length_zero = PIE.getLength( '0' ), + type_ident = identType.IDENT, + type_length = identType.LENGTH, + type_percent = identType.PERCENT, + type, value, + vals = [ 'left', length_zero, 'top', length_zero ]; + + // If only one value, the second is assumed to be 'center' + if( len === 1 ) { + tokens.push( new Tokenizer.Token( type_ident, 'center' ) ); + len++; + } + + // Two values - CSS2 + if( len === 2 ) { + // If both idents, they can appear in either order, so switch them if needed + if( type_ident & ( tokens[0].tokenType | tokens[1].tokenType ) && + tokens[0].tokenValue in vert_idents && tokens[1].tokenValue in horiz_idents ) { + tokens.push( tokens.shift() ); + } + if( tokens[0].tokenType & type_ident ) { + if( tokens[0].tokenValue === 'center' ) { + vals[1] = length_fifty; + } else { + vals[0] = tokens[0].tokenValue; + } + } + else if( tokens[0].isLengthOrPercent() ) { + vals[1] = PIE.getLength( tokens[0].tokenValue ); + } + if( tokens[1].tokenType & type_ident ) { + if( tokens[1].tokenValue === 'center' ) { + vals[3] = length_fifty; + } else { + vals[2] = tokens[1].tokenValue; + } + } + else if( tokens[1].isLengthOrPercent() ) { + vals[3] = PIE.getLength( tokens[1].tokenValue ); + } + } + + // Three or four values - CSS3 + else { + // TODO + } + + this._values = vals; + } + return this._values; + }, + + /** + * Find the coordinates of the background image from the upper-left corner of the background area. + * Note that these coordinate values are not rounded. + * @param {Element} el + * @param {number} width - the width for percentages (background area width minus image width) + * @param {number} height - the height for percentages (background area height minus image height) + * @return {Object} { x: Number, y: Number } + */ + coords: function( el, width, height ) { + var vals = this.getValues(), + pxX = vals[1].pixels( el, width ), + pxY = vals[3].pixels( el, height ); + + return { + x: vals[0] === 'right' ? width - pxX : pxX, + y: vals[2] === 'bottom' ? height - pxY : pxY + }; + } + }; + + return BgPosition; +})(); +/** + * Wrapper for a CSS3 background-size value. + * @constructor + * @param {String|PIE.Length} w The width parameter + * @param {String|PIE.Length} h The height parameter, if any + */ +PIE.BgSize = (function() { + + var CONTAIN = 'contain', + COVER = 'cover', + AUTO = 'auto'; + + + function BgSize( w, h ) { + this.w = w; + this.h = h; + } + BgSize.prototype = { + + pixels: function( el, areaW, areaH, imgW, imgH ) { + var me = this, + w = me.w, + h = me.h, + areaRatio = areaW / areaH, + imgRatio = imgW / imgH; + + if ( w === CONTAIN ) { + w = imgRatio > areaRatio ? areaW : areaH * imgRatio; + h = imgRatio > areaRatio ? areaW / imgRatio : areaH; + } + else if ( w === COVER ) { + w = imgRatio < areaRatio ? areaW : areaH * imgRatio; + h = imgRatio < areaRatio ? areaW / imgRatio : areaH; + } + else if ( w === AUTO ) { + h = ( h === AUTO ? imgH : h.pixels( el, areaH ) ); + w = h * imgRatio; + } + else { + w = w.pixels( el, areaW ); + h = ( h === AUTO ? w / imgRatio : h.pixels( el, areaH ) ); + } + + return { w: w, h: h }; + } + + }; + + BgSize.DEFAULT = new BgSize( AUTO, AUTO ); + + return BgSize; +})(); +/** + * Wrapper for angle values; handles conversion to degrees from all allowed angle units + * @constructor + * @param {string} val The raw CSS value for the angle. It is assumed it has been pre-validated. + */ +PIE.Angle = (function() { + function Angle( val ) { + this.val = val; + } + Angle.prototype = { + unitRE: /[a-z]+$/i, + + /** + * @return {string} The unit of the angle value + */ + getUnit: function() { + return this._unit || ( this._unit = this.val.match( this.unitRE )[0].toLowerCase() ); + }, + + /** + * Get the numeric value of the angle in degrees. + * @return {number} The degrees value + */ + degrees: function() { + var deg = this._deg, u, n; + if( deg === undefined ) { + u = this.getUnit(); + n = parseFloat( this.val, 10 ); + deg = this._deg = ( u === 'deg' ? n : u === 'rad' ? n / Math.PI * 180 : u === 'grad' ? n / 400 * 360 : u === 'turn' ? n * 360 : 0 ); + } + return deg; + } + }; + + return Angle; +})();/** + * Abstraction for colors values. Allows detection of rgba values. A singleton instance per unique + * value is returned from PIE.getColor() - always use that instead of instantiating directly. + * @constructor + * @param {string} val The raw CSS string value for the color + */ +PIE.Color = (function() { + var instances = {}; + + function Color( val ) { + this.val = val; + } + + /** + * Regular expression for matching rgba colors and extracting their components + * @type {RegExp} + */ + Color.rgbaRE = /\s*rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d+|\d*\.\d+)\s*\)\s*/; + + Color.names = { + "aliceblue":"F0F8FF", "antiquewhite":"FAEBD7", "aqua":"0FF", + "aquamarine":"7FFFD4", "azure":"F0FFFF", "beige":"F5F5DC", + "bisque":"FFE4C4", "black":"000", "blanchedalmond":"FFEBCD", + "blue":"00F", "blueviolet":"8A2BE2", "brown":"A52A2A", + "burlywood":"DEB887", "cadetblue":"5F9EA0", "chartreuse":"7FFF00", + "chocolate":"D2691E", "coral":"FF7F50", "cornflowerblue":"6495ED", + "cornsilk":"FFF8DC", "crimson":"DC143C", "cyan":"0FF", + "darkblue":"00008B", "darkcyan":"008B8B", "darkgoldenrod":"B8860B", + "darkgray":"A9A9A9", "darkgreen":"006400", "darkkhaki":"BDB76B", + "darkmagenta":"8B008B", "darkolivegreen":"556B2F", "darkorange":"FF8C00", + "darkorchid":"9932CC", "darkred":"8B0000", "darksalmon":"E9967A", + "darkseagreen":"8FBC8F", "darkslateblue":"483D8B", "darkslategray":"2F4F4F", + "darkturquoise":"00CED1", "darkviolet":"9400D3", "deeppink":"FF1493", + "deepskyblue":"00BFFF", "dimgray":"696969", "dodgerblue":"1E90FF", + "firebrick":"B22222", "floralwhite":"FFFAF0", "forestgreen":"228B22", + "fuchsia":"F0F", "gainsboro":"DCDCDC", "ghostwhite":"F8F8FF", + "gold":"FFD700", "goldenrod":"DAA520", "gray":"808080", + "green":"008000", "greenyellow":"ADFF2F", "honeydew":"F0FFF0", + "hotpink":"FF69B4", "indianred":"CD5C5C", "indigo":"4B0082", + "ivory":"FFFFF0", "khaki":"F0E68C", "lavender":"E6E6FA", + "lavenderblush":"FFF0F5", "lawngreen":"7CFC00", "lemonchiffon":"FFFACD", + "lightblue":"ADD8E6", "lightcoral":"F08080", "lightcyan":"E0FFFF", + "lightgoldenrodyellow":"FAFAD2", "lightgreen":"90EE90", "lightgrey":"D3D3D3", + "lightpink":"FFB6C1", "lightsalmon":"FFA07A", "lightseagreen":"20B2AA", + "lightskyblue":"87CEFA", "lightslategray":"789", "lightsteelblue":"B0C4DE", + "lightyellow":"FFFFE0", "lime":"0F0", "limegreen":"32CD32", + "linen":"FAF0E6", "magenta":"F0F", "maroon":"800000", + "mediumauqamarine":"66CDAA", "mediumblue":"0000CD", "mediumorchid":"BA55D3", + "mediumpurple":"9370D8", "mediumseagreen":"3CB371", "mediumslateblue":"7B68EE", + "mediumspringgreen":"00FA9A", "mediumturquoise":"48D1CC", "mediumvioletred":"C71585", + "midnightblue":"191970", "mintcream":"F5FFFA", "mistyrose":"FFE4E1", + "moccasin":"FFE4B5", "navajowhite":"FFDEAD", "navy":"000080", + "oldlace":"FDF5E6", "olive":"808000", "olivedrab":"688E23", + "orange":"FFA500", "orangered":"FF4500", "orchid":"DA70D6", + "palegoldenrod":"EEE8AA", "palegreen":"98FB98", "paleturquoise":"AFEEEE", + "palevioletred":"D87093", "papayawhip":"FFEFD5", "peachpuff":"FFDAB9", + "peru":"CD853F", "pink":"FFC0CB", "plum":"DDA0DD", + "powderblue":"B0E0E6", "purple":"800080", "red":"F00", + "rosybrown":"BC8F8F", "royalblue":"4169E1", "saddlebrown":"8B4513", + "salmon":"FA8072", "sandybrown":"F4A460", "seagreen":"2E8B57", + "seashell":"FFF5EE", "sienna":"A0522D", "silver":"C0C0C0", + "skyblue":"87CEEB", "slateblue":"6A5ACD", "slategray":"708090", + "snow":"FFFAFA", "springgreen":"00FF7F", "steelblue":"4682B4", + "tan":"D2B48C", "teal":"008080", "thistle":"D8BFD8", + "tomato":"FF6347", "turquoise":"40E0D0", "violet":"EE82EE", + "wheat":"F5DEB3", "white":"FFF", "whitesmoke":"F5F5F5", + "yellow":"FF0", "yellowgreen":"9ACD32" + }; + + Color.prototype = { + /** + * @private + */ + parse: function() { + if( !this._color ) { + var me = this, + v = me.val, + vLower, + m = v.match( Color.rgbaRE ); + if( m ) { + me._color = 'rgb(' + m[1] + ',' + m[2] + ',' + m[3] + ')'; + me._alpha = parseFloat( m[4] ); + } + else { + if( ( vLower = v.toLowerCase() ) in Color.names ) { + v = '#' + Color.names[vLower]; + } + me._color = v; + me._alpha = ( v === 'transparent' ? 0 : 1 ); + } + } + }, + + /** + * Retrieve the value of the color in a format usable by IE natively. This will be the same as + * the raw input value, except for rgba values which will be converted to an rgb value. + * @param {Element} el The context element, used to get 'currentColor' keyword value. + * @return {string} Color value + */ + colorValue: function( el ) { + this.parse(); + return this._color === 'currentColor' ? el.currentStyle.color : this._color; + }, + + /** + * Retrieve the alpha value of the color. Will be 1 for all values except for rgba values + * with an alpha component. + * @return {number} The alpha value, from 0 to 1. + */ + alpha: function() { + this.parse(); + return this._alpha; + } + }; + + + /** + * Retrieve a PIE.Color instance for the given value. A shared singleton instance is returned for each unique value. + * @param {string} val The CSS string representing the color. It is assumed that this will already have + * been validated as a valid color syntax. + */ + PIE.getColor = function(val) { + return instances[ val ] || ( instances[ val ] = new Color( val ) ); + }; + + return Color; +})();/** + * A tokenizer for CSS value strings. + * @constructor + * @param {string} css The CSS value string + */ +PIE.Tokenizer = (function() { + function Tokenizer( css ) { + this.css = css; + this.ch = 0; + this.tokens = []; + this.tokenIndex = 0; + } + + /** + * Enumeration of token type constants. + * @enum {number} + */ + var Type = Tokenizer.Type = { + ANGLE: 1, + CHARACTER: 2, + COLOR: 4, + DIMEN: 8, + FUNCTION: 16, + IDENT: 32, + LENGTH: 64, + NUMBER: 128, + OPERATOR: 256, + PERCENT: 512, + STRING: 1024, + URL: 2048 + }; + + /** + * A single token + * @constructor + * @param {number} type The type of the token - see PIE.Tokenizer.Type + * @param {string} value The value of the token + */ + Tokenizer.Token = function( type, value ) { + this.tokenType = type; + this.tokenValue = value; + }; + Tokenizer.Token.prototype = { + isLength: function() { + return this.tokenType & Type.LENGTH || ( this.tokenType & Type.NUMBER && this.tokenValue === '0' ); + }, + isLengthOrPercent: function() { + return this.isLength() || this.tokenType & Type.PERCENT; + } + }; + + Tokenizer.prototype = { + whitespace: /\s/, + number: /^[\+\-]?(\d*\.)?\d+/, + url: /^url\(\s*("([^"]*)"|'([^']*)'|([!#$%&*-~]*))\s*\)/i, + ident: /^\-?[_a-z][\w-]*/i, + string: /^("([^"]*)"|'([^']*)')/, + operator: /^[\/,]/, + hash: /^#[\w]+/, + hashColor: /^#([\da-f]{6}|[\da-f]{3})/i, + + unitTypes: { + 'px': Type.LENGTH, 'em': Type.LENGTH, 'ex': Type.LENGTH, + 'mm': Type.LENGTH, 'cm': Type.LENGTH, 'in': Type.LENGTH, + 'pt': Type.LENGTH, 'pc': Type.LENGTH, + 'deg': Type.ANGLE, 'rad': Type.ANGLE, 'grad': Type.ANGLE + }, + + colorFunctions: { + 'rgb': 1, 'rgba': 1, 'hsl': 1, 'hsla': 1 + }, + + + /** + * Advance to and return the next token in the CSS string. If the end of the CSS string has + * been reached, null will be returned. + * @param {boolean} forget - if true, the token will not be stored for the purposes of backtracking with prev(). + * @return {PIE.Tokenizer.Token} + */ + next: function( forget ) { + var css, ch, firstChar, match, val, + me = this; + + function newToken( type, value ) { + var tok = new Tokenizer.Token( type, value ); + if( !forget ) { + me.tokens.push( tok ); + me.tokenIndex++; + } + return tok; + } + function failure() { + me.tokenIndex++; + return null; + } + + // In case we previously backed up, return the stored token in the next slot + if( this.tokenIndex < this.tokens.length ) { + return this.tokens[ this.tokenIndex++ ]; + } + + // Move past leading whitespace characters + while( this.whitespace.test( this.css.charAt( this.ch ) ) ) { + this.ch++; + } + if( this.ch >= this.css.length ) { + return failure(); + } + + ch = this.ch; + css = this.css.substring( this.ch ); + firstChar = css.charAt( 0 ); + switch( firstChar ) { + case '#': + if( match = css.match( this.hashColor ) ) { + this.ch += match[0].length; + return newToken( Type.COLOR, match[0] ); + } + break; + + case '"': + case "'": + if( match = css.match( this.string ) ) { + this.ch += match[0].length; + return newToken( Type.STRING, match[2] || match[3] || '' ); + } + break; + + case "/": + case ",": + this.ch++; + return newToken( Type.OPERATOR, firstChar ); + + case 'u': + if( match = css.match( this.url ) ) { + this.ch += match[0].length; + return newToken( Type.URL, match[2] || match[3] || match[4] || '' ); + } + } + + // Numbers and values starting with numbers + if( match = css.match( this.number ) ) { + val = match[0]; + this.ch += val.length; + + // Check if it is followed by a unit + if( css.charAt( val.length ) === '%' ) { + this.ch++; + return newToken( Type.PERCENT, val + '%' ); + } + if( match = css.substring( val.length ).match( this.ident ) ) { + val += match[0]; + this.ch += match[0].length; + return newToken( this.unitTypes[ match[0].toLowerCase() ] || Type.DIMEN, val ); + } + + // Plain ol' number + return newToken( Type.NUMBER, val ); + } + + // Identifiers + if( match = css.match( this.ident ) ) { + val = match[0]; + this.ch += val.length; + + // Named colors + if( val.toLowerCase() in PIE.Color.names || val === 'currentColor' || val === 'transparent' ) { + return newToken( Type.COLOR, val ); + } + + // Functions + if( css.charAt( val.length ) === '(' ) { + this.ch++; + + // Color values in function format: rgb, rgba, hsl, hsla + if( val.toLowerCase() in this.colorFunctions ) { + function isNum( tok ) { + return tok && tok.tokenType & Type.NUMBER; + } + function isNumOrPct( tok ) { + return tok && ( tok.tokenType & ( Type.NUMBER | Type.PERCENT ) ); + } + function isValue( tok, val ) { + return tok && tok.tokenValue === val; + } + function next() { + return me.next( 1 ); + } + + if( ( val.charAt(0) === 'r' ? isNumOrPct( next() ) : isNum( next() ) ) && + isValue( next(), ',' ) && + isNumOrPct( next() ) && + isValue( next(), ',' ) && + isNumOrPct( next() ) && + ( val === 'rgb' || val === 'hsa' || ( + isValue( next(), ',' ) && + isNum( next() ) + ) ) && + isValue( next(), ')' ) ) { + return newToken( Type.COLOR, this.css.substring( ch, this.ch ) ); + } + return failure(); + } + + return newToken( Type.FUNCTION, val ); + } + + // Other identifier + return newToken( Type.IDENT, val ); + } + + // Standalone character + this.ch++; + return newToken( Type.CHARACTER, firstChar ); + }, + + /** + * Determine whether there is another token + * @return {boolean} + */ + hasNext: function() { + var next = this.next(); + this.prev(); + return !!next; + }, + + /** + * Back up and return the previous token + * @return {PIE.Tokenizer.Token} + */ + prev: function() { + return this.tokens[ this.tokenIndex-- - 2 ]; + }, + + /** + * Retrieve all the tokens in the CSS string + * @return {Array.} + */ + all: function() { + while( this.next() ) {} + return this.tokens; + }, + + /** + * Return a list of tokens from the current position until the given function returns + * true. The final token will not be included in the list. + * @param {function():boolean} func - test function + * @param {boolean} require - if true, then if the end of the CSS string is reached + * before the test function returns true, null will be returned instead of the + * tokens that have been found so far. + * @return {Array.} + */ + until: function( func, require ) { + var list = [], t, hit; + while( t = this.next() ) { + if( func( t ) ) { + hit = true; + this.prev(); + break; + } + list.push( t ); + } + return require && !hit ? null : list; + } + }; + + return Tokenizer; +})();/** + * Handles calculating, caching, and detecting changes to size and position of the element. + * @constructor + * @param {Element} el the target element + */ +PIE.BoundsInfo = function( el ) { + this.targetElement = el; +}; +PIE.BoundsInfo.prototype = { + + _locked: 0, + + positionChanged: function() { + var last = this._lastBounds, + bounds; + return !last || ( ( bounds = this.getBounds() ) && ( last.x !== bounds.x || last.y !== bounds.y ) ); + }, + + sizeChanged: function() { + var last = this._lastBounds, + bounds; + return !last || ( ( bounds = this.getBounds() ) && ( last.w !== bounds.w || last.h !== bounds.h ) ); + }, + + getLiveBounds: function() { + var el = this.targetElement, + rect = el.getBoundingClientRect(), + isIE9 = PIE.ieDocMode === 9, + isIE7 = PIE.ieVersion === 7, + width = rect.right - rect.left; + return { + x: rect.left, + y: rect.top, + // In some cases scrolling the page will cause IE9 to report incorrect dimensions + // in the rect returned by getBoundingClientRect, so we must query offsetWidth/Height + // instead. Also IE7 is inconsistent in using logical vs. device pixels in measurements + // so we must calculate the ratio and use it in certain places as a position adjustment. + w: isIE9 || isIE7 ? el.offsetWidth : width, + h: isIE9 || isIE7 ? el.offsetHeight : rect.bottom - rect.top, + logicalZoomRatio: ( isIE7 && width ) ? el.offsetWidth / width : 1 + }; + }, + + getBounds: function() { + return this._locked ? + ( this._lockedBounds || ( this._lockedBounds = this.getLiveBounds() ) ) : + this.getLiveBounds(); + }, + + hasBeenQueried: function() { + return !!this._lastBounds; + }, + + lock: function() { + ++this._locked; + }, + + unlock: function() { + if( !--this._locked ) { + if( this._lockedBounds ) this._lastBounds = this._lockedBounds; + this._lockedBounds = null; + } + } + +}; +(function() { + +function cacheWhenLocked( fn ) { + var uid = PIE.Util.getUID( fn ); + return function() { + if( this._locked ) { + var cache = this._lockedValues || ( this._lockedValues = {} ); + return ( uid in cache ) ? cache[ uid ] : ( cache[ uid ] = fn.call( this ) ); + } else { + return fn.call( this ); + } + } +} + + +PIE.StyleInfoBase = { + + _locked: 0, + + /** + * Create a new StyleInfo class, with the standard constructor, and augmented by + * the StyleInfoBase's members. + * @param proto + */ + newStyleInfo: function( proto ) { + function StyleInfo( el ) { + this.targetElement = el; + this._lastCss = this.getCss(); + } + PIE.Util.merge( StyleInfo.prototype, PIE.StyleInfoBase, proto ); + StyleInfo._propsCache = {}; + return StyleInfo; + }, + + /** + * Get an object representation of the target CSS style, caching it for each unique + * CSS value string. + * @return {Object} + */ + getProps: function() { + var css = this.getCss(), + cache = this.constructor._propsCache; + return css ? ( css in cache ? cache[ css ] : ( cache[ css ] = this.parseCss( css ) ) ) : null; + }, + + /** + * Get the raw CSS value for the target style + * @return {string} + */ + getCss: cacheWhenLocked( function() { + var el = this.targetElement, + ctor = this.constructor, + s = el.style, + cs = el.currentStyle, + cssProp = this.cssProperty, + styleProp = this.styleProperty, + prefixedCssProp = ctor._prefixedCssProp || ( ctor._prefixedCssProp = PIE.CSS_PREFIX + cssProp ), + prefixedStyleProp = ctor._prefixedStyleProp || ( ctor._prefixedStyleProp = PIE.STYLE_PREFIX + styleProp.charAt(0).toUpperCase() + styleProp.substring(1) ); + return s[ prefixedStyleProp ] || cs.getAttribute( prefixedCssProp ) || s[ styleProp ] || cs.getAttribute( cssProp ); + } ), + + /** + * Determine whether the target CSS style is active. + * @return {boolean} + */ + isActive: cacheWhenLocked( function() { + return !!this.getProps(); + } ), + + /** + * Determine whether the target CSS style has changed since the last time it was used. + * @return {boolean} + */ + changed: cacheWhenLocked( function() { + var currentCss = this.getCss(), + changed = currentCss !== this._lastCss; + this._lastCss = currentCss; + return changed; + } ), + + cacheWhenLocked: cacheWhenLocked, + + lock: function() { + ++this._locked; + }, + + unlock: function() { + if( !--this._locked ) { + delete this._lockedValues; + } + } +}; + +})();/** + * Handles parsing, caching, and detecting changes to background (and -pie-background) CSS + * @constructor + * @param {Element} el the target element + */ +PIE.BackgroundStyleInfo = PIE.StyleInfoBase.newStyleInfo( { + + cssProperty: PIE.CSS_PREFIX + 'background', + styleProperty: PIE.STYLE_PREFIX + 'Background', + + attachIdents: { 'scroll':1, 'fixed':1, 'local':1 }, + repeatIdents: { 'repeat-x':1, 'repeat-y':1, 'repeat':1, 'no-repeat':1 }, + originAndClipIdents: { 'padding-box':1, 'border-box':1, 'content-box':1 }, + positionIdents: { 'top':1, 'right':1, 'bottom':1, 'left':1, 'center':1 }, + sizeIdents: { 'contain':1, 'cover':1 }, + propertyNames: { + CLIP: 'backgroundClip', + COLOR: 'backgroundColor', + IMAGE: 'backgroundImage', + ORIGIN: 'backgroundOrigin', + POSITION: 'backgroundPosition', + REPEAT: 'backgroundRepeat', + SIZE: 'backgroundSize' + }, + + /** + * For background styles, we support the -pie-background property but fall back to the standard + * backround* properties. The reason we have to use the prefixed version is that IE natively + * parses the standard properties and if it sees something it doesn't know how to parse, for example + * multiple values or gradient definitions, it will throw that away and not make it available through + * currentStyle. + * + * Format of return object: + * { + * color: , + * bgImages: [ + * { + * imgType: 'image', + * imgUrl: 'image.png', + * imgRepeat: <'no-repeat' | 'repeat-x' | 'repeat-y' | 'repeat'>, + * bgPosition: , + * bgAttachment: <'scroll' | 'fixed' | 'local'>, + * bgOrigin: <'border-box' | 'padding-box' | 'content-box'>, + * bgClip: <'border-box' | 'padding-box'>, + * bgSize: , + * origString: 'url(img.png) no-repeat top left' + * }, + * { + * imgType: 'linear-gradient', + * gradientStart: , + * angle: , + * stops: [ + * { color: , offset: }, + * { color: , offset: }, ... + * ] + * } + * ] + * } + * @param {String} css + * @override + */ + parseCss: function( css ) { + var el = this.targetElement, + cs = el.currentStyle, + tokenizer, token, image, + tok_type = PIE.Tokenizer.Type, + type_operator = tok_type.OPERATOR, + type_ident = tok_type.IDENT, + type_color = tok_type.COLOR, + tokType, tokVal, + beginCharIndex = 0, + positionIdents = this.positionIdents, + gradient, stop, width, height, + props = { bgImages: [] }; + + function isBgPosToken( token ) { + return token && token.isLengthOrPercent() || ( token.tokenType & type_ident && token.tokenValue in positionIdents ); + } + + function sizeToken( token ) { + return token && ( ( token.isLengthOrPercent() && PIE.getLength( token.tokenValue ) ) || ( token.tokenValue === 'auto' && 'auto' ) ); + } + + // If the CSS3-specific -pie-background property is present, parse it + if( this.getCss3() ) { + tokenizer = new PIE.Tokenizer( css ); + image = {}; + + while( token = tokenizer.next() ) { + tokType = token.tokenType; + tokVal = token.tokenValue; + + if( !image.imgType && tokType & tok_type.FUNCTION && tokVal === 'linear-gradient' ) { + gradient = { stops: [], imgType: tokVal }; + stop = {}; + while( token = tokenizer.next() ) { + tokType = token.tokenType; + tokVal = token.tokenValue; + + // If we reached the end of the function and had at least 2 stops, flush the info + if( tokType & tok_type.CHARACTER && tokVal === ')' ) { + if( stop.color ) { + gradient.stops.push( stop ); + } + if( gradient.stops.length > 1 ) { + PIE.Util.merge( image, gradient ); + } + break; + } + + // Color stop - must start with color + if( tokType & type_color ) { + // if we already have an angle/position, make sure that the previous token was a comma + if( gradient.angle || gradient.gradientStart ) { + token = tokenizer.prev(); + if( token.tokenType !== type_operator ) { + break; //fail + } + tokenizer.next(); + } + + stop = { + color: PIE.getColor( tokVal ) + }; + // check for offset following color + token = tokenizer.next(); + if( token.isLengthOrPercent() ) { + stop.offset = PIE.getLength( token.tokenValue ); + } else { + tokenizer.prev(); + } + } + // Angle - can only appear in first spot + else if( tokType & tok_type.ANGLE && !gradient.angle && !stop.color && !gradient.stops.length ) { + gradient.angle = new PIE.Angle( token.tokenValue ); + } + else if( isBgPosToken( token ) && !gradient.gradientStart && !stop.color && !gradient.stops.length ) { + tokenizer.prev(); + gradient.gradientStart = new PIE.BgPosition( + tokenizer.until( function( t ) { + return !isBgPosToken( t ); + }, false ) + ); + } + else if( tokType & type_operator && tokVal === ',' ) { + if( stop.color ) { + gradient.stops.push( stop ); + stop = {}; + } + } + else { + // Found something we didn't recognize; fail without adding image + break; + } + } + } + else if( !image.imgType && tokType & tok_type.URL ) { + image.imgUrl = tokVal; + image.imgType = 'image'; + } + else if( isBgPosToken( token ) && !image.bgPosition ) { + tokenizer.prev(); + image.bgPosition = new PIE.BgPosition( + tokenizer.until( function( t ) { + return !isBgPosToken( t ); + }, false ) + ); + } + else if( tokType & type_ident ) { + if( tokVal in this.repeatIdents && !image.imgRepeat ) { + image.imgRepeat = tokVal; + } + else if( tokVal in this.originAndClipIdents && !image.bgOrigin ) { + image.bgOrigin = tokVal; + if( ( token = tokenizer.next() ) && ( token.tokenType & type_ident ) && + token.tokenValue in this.originAndClipIdents ) { + image.bgClip = token.tokenValue; + } else { + image.bgClip = tokVal; + tokenizer.prev(); + } + } + else if( tokVal in this.attachIdents && !image.bgAttachment ) { + image.bgAttachment = tokVal; + } + else { + return null; + } + } + else if( tokType & type_color && !props.color ) { + props.color = PIE.getColor( tokVal ); + } + else if( tokType & type_operator && tokVal === '/' && !image.bgSize && image.bgPosition ) { + // background size + token = tokenizer.next(); + if( token.tokenType & type_ident && token.tokenValue in this.sizeIdents ) { + image.bgSize = new PIE.BgSize( token.tokenValue ); + } + else if( width = sizeToken( token ) ) { + height = sizeToken( tokenizer.next() ); + if ( !height ) { + height = width; + tokenizer.prev(); + } + image.bgSize = new PIE.BgSize( width, height ); + } + else { + return null; + } + } + // new layer + else if( tokType & type_operator && tokVal === ',' && image.imgType ) { + image.origString = css.substring( beginCharIndex, tokenizer.ch - 1 ); + beginCharIndex = tokenizer.ch; + props.bgImages.push( image ); + image = {}; + } + else { + // Found something unrecognized; chuck everything + return null; + } + } + + // leftovers + if( image.imgType ) { + image.origString = css.substring( beginCharIndex ); + props.bgImages.push( image ); + } + } + + // Otherwise, use the standard background properties; let IE give us the values rather than parsing them + else { + this.withActualBg( PIE.ieDocMode < 9 ? + function() { + var propNames = this.propertyNames, + posX = cs[propNames.POSITION + 'X'], + posY = cs[propNames.POSITION + 'Y'], + img = cs[propNames.IMAGE], + color = cs[propNames.COLOR]; + + if( color !== 'transparent' ) { + props.color = PIE.getColor( color ) + } + if( img !== 'none' ) { + props.bgImages = [ { + imgType: 'image', + imgUrl: new PIE.Tokenizer( img ).next().tokenValue, + imgRepeat: cs[propNames.REPEAT], + bgPosition: new PIE.BgPosition( new PIE.Tokenizer( posX + ' ' + posY ).all() ) + } ]; + } + } : + function() { + var propNames = this.propertyNames, + splitter = /\s*,\s*/, + images = cs[propNames.IMAGE].split( splitter ), + color = cs[propNames.COLOR], + repeats, positions, origins, clips, sizes, i, len, image, sizeParts; + + if( color !== 'transparent' ) { + props.color = PIE.getColor( color ) + } + + len = images.length; + if( len && images[0] !== 'none' ) { + repeats = cs[propNames.REPEAT].split( splitter ); + positions = cs[propNames.POSITION].split( splitter ); + origins = cs[propNames.ORIGIN].split( splitter ); + clips = cs[propNames.CLIP].split( splitter ); + sizes = cs[propNames.SIZE].split( splitter ); + + props.bgImages = []; + for( i = 0; i < len; i++ ) { + image = images[ i ]; + if( image && image !== 'none' ) { + sizeParts = sizes[i].split( ' ' ); + props.bgImages.push( { + origString: image + ' ' + repeats[ i ] + ' ' + positions[ i ] + ' / ' + sizes[ i ] + ' ' + + origins[ i ] + ' ' + clips[ i ], + imgType: 'image', + imgUrl: new PIE.Tokenizer( image ).next().tokenValue, + imgRepeat: repeats[ i ], + bgPosition: new PIE.BgPosition( new PIE.Tokenizer( positions[ i ] ).all() ), + bgOrigin: origins[ i ], + bgClip: clips[ i ], + bgSize: new PIE.BgSize( sizeParts[ 0 ], sizeParts[ 1 ] ) + } ); + } + } + } + } + ); + } + + return ( props.color || props.bgImages[0] ) ? props : null; + }, + + /** + * Execute a function with the actual background styles (not overridden with runtimeStyle + * properties set by the renderers) available via currentStyle. + * @param fn + */ + withActualBg: function( fn ) { + var isIE9 = PIE.ieDocMode > 8, + propNames = this.propertyNames, + rs = this.targetElement.runtimeStyle, + rsImage = rs[propNames.IMAGE], + rsColor = rs[propNames.COLOR], + rsRepeat = rs[propNames.REPEAT], + rsClip, rsOrigin, rsSize, rsPosition, ret; + + if( rsImage ) rs[propNames.IMAGE] = ''; + if( rsColor ) rs[propNames.COLOR] = ''; + if( rsRepeat ) rs[propNames.REPEAT] = ''; + if( isIE9 ) { + rsClip = rs[propNames.CLIP]; + rsOrigin = rs[propNames.ORIGIN]; + rsPosition = rs[propNames.POSITION]; + rsSize = rs[propNames.SIZE]; + if( rsClip ) rs[propNames.CLIP] = ''; + if( rsOrigin ) rs[propNames.ORIGIN] = ''; + if( rsPosition ) rs[propNames.POSITION] = ''; + if( rsSize ) rs[propNames.SIZE] = ''; + } + + ret = fn.call( this ); + + if( rsImage ) rs[propNames.IMAGE] = rsImage; + if( rsColor ) rs[propNames.COLOR] = rsColor; + if( rsRepeat ) rs[propNames.REPEAT] = rsRepeat; + if( isIE9 ) { + if( rsClip ) rs[propNames.CLIP] = rsClip; + if( rsOrigin ) rs[propNames.ORIGIN] = rsOrigin; + if( rsPosition ) rs[propNames.POSITION] = rsPosition; + if( rsSize ) rs[propNames.SIZE] = rsSize; + } + + return ret; + }, + + getCss: PIE.StyleInfoBase.cacheWhenLocked( function() { + return this.getCss3() || + this.withActualBg( function() { + var cs = this.targetElement.currentStyle, + propNames = this.propertyNames; + return cs[propNames.COLOR] + ' ' + cs[propNames.IMAGE] + ' ' + cs[propNames.REPEAT] + ' ' + + cs[propNames.POSITION + 'X'] + ' ' + cs[propNames.POSITION + 'Y']; + } ); + } ), + + getCss3: PIE.StyleInfoBase.cacheWhenLocked( function() { + var el = this.targetElement; + return el.style[ this.styleProperty ] || el.currentStyle.getAttribute( this.cssProperty ); + } ), + + /** + * Tests if style.PiePngFix or the -pie-png-fix property is set to true in IE6. + */ + isPngFix: function() { + var val = 0, el; + if( PIE.ieVersion < 7 ) { + el = this.targetElement; + val = ( '' + ( el.style[ PIE.STYLE_PREFIX + 'PngFix' ] || el.currentStyle.getAttribute( PIE.CSS_PREFIX + 'png-fix' ) ) === 'true' ); + } + return val; + }, + + /** + * The isActive logic is slightly different, because getProps() always returns an object + * even if it is just falling back to the native background properties. But we only want + * to report is as being "active" if either the -pie-background override property is present + * and parses successfully or '-pie-png-fix' is set to true in IE6. + */ + isActive: PIE.StyleInfoBase.cacheWhenLocked( function() { + return (this.getCss3() || this.isPngFix()) && !!this.getProps(); + } ) + +} );/** + * Handles parsing, caching, and detecting changes to border CSS + * @constructor + * @param {Element} el the target element + */ +PIE.BorderStyleInfo = PIE.StyleInfoBase.newStyleInfo( { + + sides: [ 'Top', 'Right', 'Bottom', 'Left' ], + namedWidths: { + 'thin': '1px', + 'medium': '3px', + 'thick': '5px' + }, + + parseCss: function( css ) { + var w = {}, + s = {}, + c = {}, + active = false, + colorsSame = true, + stylesSame = true, + widthsSame = true; + + this.withActualBorder( function() { + var el = this.targetElement, + cs = el.currentStyle, + i = 0, + style, color, width, lastStyle, lastColor, lastWidth, side, ltr; + for( ; i < 4; i++ ) { + side = this.sides[ i ]; + + ltr = side.charAt(0).toLowerCase(); + style = s[ ltr ] = cs[ 'border' + side + 'Style' ]; + color = cs[ 'border' + side + 'Color' ]; + width = cs[ 'border' + side + 'Width' ]; + + if( i > 0 ) { + if( style !== lastStyle ) { stylesSame = false; } + if( color !== lastColor ) { colorsSame = false; } + if( width !== lastWidth ) { widthsSame = false; } + } + lastStyle = style; + lastColor = color; + lastWidth = width; + + c[ ltr ] = PIE.getColor( color ); + + width = w[ ltr ] = PIE.getLength( s[ ltr ] === 'none' ? '0' : ( this.namedWidths[ width ] || width ) ); + if( width.pixels( this.targetElement ) > 0 ) { + active = true; + } + } + } ); + + return active ? { + widths: w, + styles: s, + colors: c, + widthsSame: widthsSame, + colorsSame: colorsSame, + stylesSame: stylesSame + } : null; + }, + + getCss: PIE.StyleInfoBase.cacheWhenLocked( function() { + var el = this.targetElement, + cs = el.currentStyle, + css; + + // Don't redraw or hide borders for cells in border-collapse:collapse tables + if( !( el.tagName in PIE.tableCellTags && el.offsetParent.currentStyle.borderCollapse === 'collapse' ) ) { + this.withActualBorder( function() { + css = cs.borderWidth + '|' + cs.borderStyle + '|' + cs.borderColor; + } ); + } + return css; + } ), + + /** + * Execute a function with the actual border styles (not overridden with runtimeStyle + * properties set by the renderers) available via currentStyle. + * @param fn + */ + withActualBorder: function( fn ) { + var rs = this.targetElement.runtimeStyle, + rsWidth = rs.borderWidth, + rsColor = rs.borderColor, + ret; + + if( rsWidth ) rs.borderWidth = ''; + if( rsColor ) rs.borderColor = ''; + + ret = fn.call( this ); + + if( rsWidth ) rs.borderWidth = rsWidth; + if( rsColor ) rs.borderColor = rsColor; + + return ret; + } + +} ); +/** + * Handles parsing, caching, and detecting changes to border-radius CSS + * @constructor + * @param {Element} el the target element + */ +(function() { + +PIE.BorderRadiusStyleInfo = PIE.StyleInfoBase.newStyleInfo( { + + cssProperty: 'border-radius', + styleProperty: 'borderRadius', + + parseCss: function( css ) { + var p = null, x, y, + tokenizer, token, length, + hasNonZero = false; + + if( css ) { + tokenizer = new PIE.Tokenizer( css ); + + function collectLengths() { + var arr = [], num; + while( ( token = tokenizer.next() ) && token.isLengthOrPercent() ) { + length = PIE.getLength( token.tokenValue ); + num = length.getNumber(); + if( num < 0 ) { + return null; + } + if( num > 0 ) { + hasNonZero = true; + } + arr.push( length ); + } + return arr.length > 0 && arr.length < 5 ? { + 'tl': arr[0], + 'tr': arr[1] || arr[0], + 'br': arr[2] || arr[0], + 'bl': arr[3] || arr[1] || arr[0] + } : null; + } + + // Grab the initial sequence of lengths + if( x = collectLengths() ) { + // See if there is a slash followed by more lengths, for the y-axis radii + if( token ) { + if( token.tokenType & PIE.Tokenizer.Type.OPERATOR && token.tokenValue === '/' ) { + y = collectLengths(); + } + } else { + y = x; + } + + // Treat all-zero values the same as no value + if( hasNonZero && x && y ) { + p = { x: x, y : y }; + } + } + } + + return p; + } +} ); + +var zero = PIE.getLength( '0' ), + zeros = { 'tl': zero, 'tr': zero, 'br': zero, 'bl': zero }; +PIE.BorderRadiusStyleInfo.ALL_ZERO = { x: zeros, y: zeros }; + +})();/** + * Handles parsing, caching, and detecting changes to border-image CSS + * @constructor + * @param {Element} el the target element + */ +PIE.BorderImageStyleInfo = PIE.StyleInfoBase.newStyleInfo( { + + cssProperty: 'border-image', + styleProperty: 'borderImage', + + repeatIdents: { 'stretch':1, 'round':1, 'repeat':1, 'space':1 }, + + parseCss: function( css ) { + var p = null, tokenizer, token, type, value, + slices, widths, outsets, + slashCount = 0, + Type = PIE.Tokenizer.Type, + IDENT = Type.IDENT, + NUMBER = Type.NUMBER, + PERCENT = Type.PERCENT; + + if( css ) { + tokenizer = new PIE.Tokenizer( css ); + p = {}; + + function isSlash( token ) { + return token && ( token.tokenType & Type.OPERATOR ) && ( token.tokenValue === '/' ); + } + + function isFillIdent( token ) { + return token && ( token.tokenType & IDENT ) && ( token.tokenValue === 'fill' ); + } + + function collectSlicesEtc() { + slices = tokenizer.until( function( tok ) { + return !( tok.tokenType & ( NUMBER | PERCENT ) ); + } ); + + if( isFillIdent( tokenizer.next() ) && !p.fill ) { + p.fill = true; + } else { + tokenizer.prev(); + } + + if( isSlash( tokenizer.next() ) ) { + slashCount++; + widths = tokenizer.until( function( token ) { + return !token.isLengthOrPercent() && !( ( token.tokenType & IDENT ) && token.tokenValue === 'auto' ); + } ); + + if( isSlash( tokenizer.next() ) ) { + slashCount++; + outsets = tokenizer.until( function( token ) { + return !token.isLength(); + } ); + } + } else { + tokenizer.prev(); + } + } + + while( token = tokenizer.next() ) { + type = token.tokenType; + value = token.tokenValue; + + // Numbers and/or 'fill' keyword: slice values. May be followed optionally by width values, followed optionally by outset values + if( type & ( NUMBER | PERCENT ) && !slices ) { + tokenizer.prev(); + collectSlicesEtc(); + } + else if( isFillIdent( token ) && !p.fill ) { + p.fill = true; + collectSlicesEtc(); + } + + // Idents: one or values for 'repeat' + else if( ( type & IDENT ) && this.repeatIdents[value] && !p.repeat ) { + p.repeat = { h: value }; + if( token = tokenizer.next() ) { + if( ( token.tokenType & IDENT ) && this.repeatIdents[token.tokenValue] ) { + p.repeat.v = token.tokenValue; + } else { + tokenizer.prev(); + } + } + } + + // URL of the image + else if( ( type & Type.URL ) && !p.src ) { + p.src = value; + } + + // Found something unrecognized; exit. + else { + return null; + } + } + + // Validate what we collected + if( !p.src || !slices || slices.length < 1 || slices.length > 4 || + ( widths && widths.length > 4 ) || ( slashCount === 1 && widths.length < 1 ) || + ( outsets && outsets.length > 4 ) || ( slashCount === 2 && outsets.length < 1 ) ) { + return null; + } + + // Fill in missing values + if( !p.repeat ) { + p.repeat = { h: 'stretch' }; + } + if( !p.repeat.v ) { + p.repeat.v = p.repeat.h; + } + + function distributeSides( tokens, convertFn ) { + return { + 't': convertFn( tokens[0] ), + 'r': convertFn( tokens[1] || tokens[0] ), + 'b': convertFn( tokens[2] || tokens[0] ), + 'l': convertFn( tokens[3] || tokens[1] || tokens[0] ) + }; + } + + p.slice = distributeSides( slices, function( tok ) { + return PIE.getLength( ( tok.tokenType & NUMBER ) ? tok.tokenValue + 'px' : tok.tokenValue ); + } ); + + if( widths && widths[0] ) { + p.widths = distributeSides( widths, function( tok ) { + return tok.isLengthOrPercent() ? PIE.getLength( tok.tokenValue ) : tok.tokenValue; + } ); + } + + if( outsets && outsets[0] ) { + p.outset = distributeSides( outsets, function( tok ) { + return tok.isLength() ? PIE.getLength( tok.tokenValue ) : tok.tokenValue; + } ); + } + } + + return p; + } + +} );/** + * Handles parsing, caching, and detecting changes to box-shadow CSS + * @constructor + * @param {Element} el the target element + */ +PIE.BoxShadowStyleInfo = PIE.StyleInfoBase.newStyleInfo( { + + cssProperty: 'box-shadow', + styleProperty: 'boxShadow', + + parseCss: function( css ) { + var props, + getLength = PIE.getLength, + Type = PIE.Tokenizer.Type, + tokenizer; + + if( css ) { + tokenizer = new PIE.Tokenizer( css ); + props = { outset: [], inset: [] }; + + function parseItem() { + var token, type, value, color, lengths, inset, len; + + while( token = tokenizer.next() ) { + value = token.tokenValue; + type = token.tokenType; + + if( type & Type.OPERATOR && value === ',' ) { + break; + } + else if( token.isLength() && !lengths ) { + tokenizer.prev(); + lengths = tokenizer.until( function( token ) { + return !token.isLength(); + } ); + } + else if( type & Type.COLOR && !color ) { + color = value; + } + else if( type & Type.IDENT && value === 'inset' && !inset ) { + inset = true; + } + else { //encountered an unrecognized token; fail. + return false; + } + } + + len = lengths && lengths.length; + if( len > 1 && len < 5 ) { + ( inset ? props.inset : props.outset ).push( { + xOffset: getLength( lengths[0].tokenValue ), + yOffset: getLength( lengths[1].tokenValue ), + blur: getLength( lengths[2] ? lengths[2].tokenValue : '0' ), + spread: getLength( lengths[3] ? lengths[3].tokenValue : '0' ), + color: PIE.getColor( color || 'currentColor' ) + } ); + return true; + } + return false; + } + + while( parseItem() ) {} + } + + return props && ( props.inset.length || props.outset.length ) ? props : null; + } +} ); +/** + * Retrieves the state of the element's visibility and display + * @constructor + * @param {Element} el the target element + */ +PIE.VisibilityStyleInfo = PIE.StyleInfoBase.newStyleInfo( { + + getCss: PIE.StyleInfoBase.cacheWhenLocked( function() { + var cs = this.targetElement.currentStyle; + return cs.visibility + '|' + cs.display; + } ), + + parseCss: function() { + var el = this.targetElement, + rs = el.runtimeStyle, + cs = el.currentStyle, + rsVis = rs.visibility, + csVis; + + rs.visibility = ''; + csVis = cs.visibility; + rs.visibility = rsVis; + + return { + visible: csVis !== 'hidden', + displayed: cs.display !== 'none' + } + }, + + /** + * Always return false for isActive, since this property alone will not trigger + * a renderer to do anything. + */ + isActive: function() { + return false; + } + +} ); +PIE.RendererBase = { + + /** + * Create a new Renderer class, with the standard constructor, and augmented by + * the RendererBase's members. + * @param proto + */ + newRenderer: function( proto ) { + function Renderer( el, boundsInfo, styleInfos, parent ) { + this.targetElement = el; + this.boundsInfo = boundsInfo; + this.styleInfos = styleInfos; + this.parent = parent; + } + PIE.Util.merge( Renderer.prototype, PIE.RendererBase, proto ); + return Renderer; + }, + + /** + * Flag indicating the element has already been positioned at least once. + * @type {boolean} + */ + isPositioned: false, + + /** + * Determine if the renderer needs to be updated + * @return {boolean} + */ + needsUpdate: function() { + return false; + }, + + /** + * Run any preparation logic that would affect the main update logic of this + * renderer or any of the other renderers, e.g. things that might affect the + * element's size or style properties. + */ + prepareUpdate: PIE.emptyFn, + + /** + * Tell the renderer to update based on modified properties + */ + updateProps: function() { + this.destroy(); + if( this.isActive() ) { + this.draw(); + } + }, + + /** + * Tell the renderer to update based on modified element position + */ + updatePos: function() { + this.isPositioned = true; + }, + + /** + * Tell the renderer to update based on modified element dimensions + */ + updateSize: function() { + if( this.isActive() ) { + this.draw(); + } else { + this.destroy(); + } + }, + + + /** + * Add a layer element, with the given z-order index, to the renderer's main box element. We can't use + * z-index because that breaks when the root rendering box's z-index is 'auto' in IE8+ standards mode. + * So instead we make sure they are inserted into the DOM in the correct order. + * @param {number} index + * @param {Element} el + */ + addLayer: function( index, el ) { + this.removeLayer( index ); + for( var layers = this._layers || ( this._layers = [] ), i = index + 1, len = layers.length, layer; i < len; i++ ) { + layer = layers[i]; + if( layer ) { + break; + } + } + layers[index] = el; + this.getBox().insertBefore( el, layer || null ); + }, + + /** + * Retrieve a layer element by its index, or null if not present + * @param {number} index + * @return {Element} + */ + getLayer: function( index ) { + var layers = this._layers; + return layers && layers[index] || null; + }, + + /** + * Remove a layer element by its index + * @param {number} index + */ + removeLayer: function( index ) { + var layer = this.getLayer( index ), + box = this._box; + if( layer && box ) { + box.removeChild( layer ); + this._layers[index] = null; + } + }, + + + /** + * Get a VML shape by name, creating it if necessary. + * @param {string} name A name identifying the element + * @param {string=} subElName If specified a subelement of the shape will be created with this tag name + * @param {Element} parent The parent element for the shape; will be ignored if 'group' is specified + * @param {number=} group If specified, an ordinal group for the shape. 1 or greater. Groups are rendered + * using container elements in the correct order, to get correct z stacking without z-index. + */ + getShape: function( name, subElName, parent, group ) { + var shapes = this._shapes || ( this._shapes = {} ), + shape = shapes[ name ], + s; + + if( !shape ) { + shape = shapes[ name ] = PIE.Util.createVmlElement( 'shape' ); + if( subElName ) { + shape.appendChild( shape[ subElName ] = PIE.Util.createVmlElement( subElName ) ); + } + + if( group ) { + parent = this.getLayer( group ); + if( !parent ) { + this.addLayer( group, doc.createElement( 'group' + group ) ); + parent = this.getLayer( group ); + } + } + + parent.appendChild( shape ); + + s = shape.style; + s.position = 'absolute'; + s.left = s.top = 0; + s['behavior'] = 'url(#default#VML)'; + } + return shape; + }, + + /** + * Delete a named shape which was created by getShape(). Returns true if a shape with the + * given name was found and deleted, or false if there was no shape of that name. + * @param {string} name + * @return {boolean} + */ + deleteShape: function( name ) { + var shapes = this._shapes, + shape = shapes && shapes[ name ]; + if( shape ) { + shape.parentNode.removeChild( shape ); + delete shapes[ name ]; + } + return !!shape; + }, + + + /** + * For a given set of border radius length/percentage values, convert them to concrete pixel + * values based on the current size of the target element. + * @param {Object} radii + * @return {Object} + */ + getRadiiPixels: function( radii ) { + var el = this.targetElement, + bounds = this.boundsInfo.getBounds(), + w = bounds.w, + h = bounds.h, + tlX, tlY, trX, trY, brX, brY, blX, blY, f; + + tlX = radii.x['tl'].pixels( el, w ); + tlY = radii.y['tl'].pixels( el, h ); + trX = radii.x['tr'].pixels( el, w ); + trY = radii.y['tr'].pixels( el, h ); + brX = radii.x['br'].pixels( el, w ); + brY = radii.y['br'].pixels( el, h ); + blX = radii.x['bl'].pixels( el, w ); + blY = radii.y['bl'].pixels( el, h ); + + // If any corner ellipses overlap, reduce them all by the appropriate factor. This formula + // is taken straight from the CSS3 Backgrounds and Borders spec. + f = Math.min( + w / ( tlX + trX ), + h / ( trY + brY ), + w / ( blX + brX ), + h / ( tlY + blY ) + ); + if( f < 1 ) { + tlX *= f; + tlY *= f; + trX *= f; + trY *= f; + brX *= f; + brY *= f; + blX *= f; + blY *= f; + } + + return { + x: { + 'tl': tlX, + 'tr': trX, + 'br': brX, + 'bl': blX + }, + y: { + 'tl': tlY, + 'tr': trY, + 'br': brY, + 'bl': blY + } + } + }, + + /** + * Return the VML path string for the element's background box, with corners rounded. + * @param {Object.<{t:number, r:number, b:number, l:number}>} shrink - if present, specifies number of + * pixels to shrink the box path inward from the element's four sides. + * @param {number=} mult If specified, all coordinates will be multiplied by this number + * @param {Object=} radii If specified, this will be used for the corner radii instead of the properties + * from this renderer's borderRadiusInfo object. + * @return {string} the VML path + */ + getBoxPath: function( shrink, mult, radii ) { + mult = mult || 1; + + var r, str, + bounds = this.boundsInfo.getBounds(), + w = bounds.w * mult, + h = bounds.h * mult, + radInfo = this.styleInfos.borderRadiusInfo, + floor = Math.floor, ceil = Math.ceil, + shrinkT = shrink ? shrink.t * mult : 0, + shrinkR = shrink ? shrink.r * mult : 0, + shrinkB = shrink ? shrink.b * mult : 0, + shrinkL = shrink ? shrink.l * mult : 0, + tlX, tlY, trX, trY, brX, brY, blX, blY; + + if( radii || radInfo.isActive() ) { + r = this.getRadiiPixels( radii || radInfo.getProps() ); + + tlX = r.x['tl'] * mult; + tlY = r.y['tl'] * mult; + trX = r.x['tr'] * mult; + trY = r.y['tr'] * mult; + brX = r.x['br'] * mult; + brY = r.y['br'] * mult; + blX = r.x['bl'] * mult; + blY = r.y['bl'] * mult; + + str = 'm' + floor( shrinkL ) + ',' + floor( tlY ) + + 'qy' + floor( tlX ) + ',' + floor( shrinkT ) + + 'l' + ceil( w - trX ) + ',' + floor( shrinkT ) + + 'qx' + ceil( w - shrinkR ) + ',' + floor( trY ) + + 'l' + ceil( w - shrinkR ) + ',' + ceil( h - brY ) + + 'qy' + ceil( w - brX ) + ',' + ceil( h - shrinkB ) + + 'l' + floor( blX ) + ',' + ceil( h - shrinkB ) + + 'qx' + floor( shrinkL ) + ',' + ceil( h - blY ) + ' x e'; + } else { + // simplified path for non-rounded box + str = 'm' + floor( shrinkL ) + ',' + floor( shrinkT ) + + 'l' + ceil( w - shrinkR ) + ',' + floor( shrinkT ) + + 'l' + ceil( w - shrinkR ) + ',' + ceil( h - shrinkB ) + + 'l' + floor( shrinkL ) + ',' + ceil( h - shrinkB ) + + 'xe'; + } + return str; + }, + + + /** + * Get the container element for the shapes, creating it if necessary. + */ + getBox: function() { + var box = this.parent.getLayer( this.boxZIndex ), s; + + if( !box ) { + box = doc.createElement( this.boxName ); + s = box.style; + s.position = 'absolute'; + s.top = s.left = 0; + this.parent.addLayer( this.boxZIndex, box ); + } + + return box; + }, + + + /** + * Hide the actual border of the element. In IE7 and up we can just set its color to transparent; + * however IE6 does not support transparent borders so we have to get tricky with it. Also, some elements + * like form buttons require removing the border width altogether, so for those we increase the padding + * by the border size. + */ + hideBorder: function() { + var el = this.targetElement, + cs = el.currentStyle, + rs = el.runtimeStyle, + tag = el.tagName, + isIE6 = PIE.ieVersion === 6, + sides, side, i; + + if( ( isIE6 && ( tag in PIE.childlessElements || tag === 'FIELDSET' ) ) || + tag === 'BUTTON' || ( tag === 'INPUT' && el.type in PIE.inputButtonTypes ) ) { + rs.borderWidth = ''; + sides = this.styleInfos.borderInfo.sides; + for( i = sides.length; i--; ) { + side = sides[ i ]; + rs[ 'padding' + side ] = ''; + rs[ 'padding' + side ] = ( PIE.getLength( cs[ 'padding' + side ] ) ).pixels( el ) + + ( PIE.getLength( cs[ 'border' + side + 'Width' ] ) ).pixels( el ) + + ( PIE.ieVersion !== 8 && i % 2 ? 1 : 0 ); //needs an extra horizontal pixel to counteract the extra "inner border" going away + } + rs.borderWidth = 0; + } + else if( isIE6 ) { + // Wrap all the element's children in a custom element, set the element to visiblity:hidden, + // and set the wrapper element to visiblity:visible. This hides the outer element's decorations + // (background and border) but displays all the contents. + // TODO find a better way to do this that doesn't mess up the DOM parent-child relationship, + // as this can interfere with other author scripts which add/modify/delete children. Also, this + // won't work for elements which cannot take children, e.g. input/button/textarea/img/etc. Look into + // using a compositor filter or some other filter which masks the border. + if( el.childNodes.length !== 1 || el.firstChild.tagName !== 'ie6-mask' ) { + var cont = doc.createElement( 'ie6-mask' ), + s = cont.style, child; + s.visibility = 'visible'; + s.zoom = 1; + while( child = el.firstChild ) { + cont.appendChild( child ); + } + el.appendChild( cont ); + rs.visibility = 'hidden'; + } + } + else { + rs.borderColor = 'transparent'; + } + }, + + unhideBorder: function() { + + }, + + + /** + * Destroy the rendered objects. This is a base implementation which handles common renderer + * structures, but individual renderers may override as necessary. + */ + destroy: function() { + this.parent.removeLayer( this.boxZIndex ); + delete this._shapes; + delete this._layers; + } +}; +/** + * Root renderer; creates the outermost container element and handles keeping it aligned + * with the target element's size and position. + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + */ +PIE.RootRenderer = PIE.RendererBase.newRenderer( { + + isActive: function() { + var children = this.childRenderers; + for( var i in children ) { + if( children.hasOwnProperty( i ) && children[ i ].isActive() ) { + return true; + } + } + return false; + }, + + needsUpdate: function() { + return this.styleInfos.visibilityInfo.changed(); + }, + + updatePos: function() { + if( this.isActive() ) { + var el = this.getPositioningElement(), + par = el, + docEl, + parRect, + tgtCS = el.currentStyle, + tgtPos = tgtCS.position, + boxPos, + s = this.getBox().style, cs, + x = 0, y = 0, + elBounds = this.boundsInfo.getBounds(), + logicalZoomRatio = elBounds.logicalZoomRatio; + + if( tgtPos === 'fixed' && PIE.ieVersion > 6 ) { + x = elBounds.x * logicalZoomRatio; + y = elBounds.y * logicalZoomRatio; + boxPos = tgtPos; + } else { + // Get the element's offsets from its nearest positioned ancestor. Uses + // getBoundingClientRect for accuracy and speed. + do { + par = par.offsetParent; + } while( par && ( par.currentStyle.position === 'static' ) ); + if( par ) { + parRect = par.getBoundingClientRect(); + cs = par.currentStyle; + x = ( elBounds.x - parRect.left ) * logicalZoomRatio - ( parseFloat(cs.borderLeftWidth) || 0 ); + y = ( elBounds.y - parRect.top ) * logicalZoomRatio - ( parseFloat(cs.borderTopWidth) || 0 ); + } else { + docEl = doc.documentElement; + x = ( elBounds.x + docEl.scrollLeft - docEl.clientLeft ) * logicalZoomRatio; + y = ( elBounds.y + docEl.scrollTop - docEl.clientTop ) * logicalZoomRatio; + } + boxPos = 'absolute'; + } + + s.position = boxPos; + s.left = x; + s.top = y; + s.zIndex = tgtPos === 'static' ? -1 : tgtCS.zIndex; + this.isPositioned = true; + } + }, + + updateSize: PIE.emptyFn, + + updateVisibility: function() { + var vis = this.styleInfos.visibilityInfo.getProps(); + this.getBox().style.display = ( vis.visible && vis.displayed ) ? '' : 'none'; + }, + + updateProps: function() { + if( this.isActive() ) { + this.updateVisibility(); + } else { + this.destroy(); + } + }, + + getPositioningElement: function() { + var el = this.targetElement; + return el.tagName in PIE.tableCellTags ? el.offsetParent : el; + }, + + getBox: function() { + var box = this._box, el; + if( !box ) { + el = this.getPositioningElement(); + box = this._box = doc.createElement( 'css3-container' ); + box.style['direction'] = 'ltr'; //fix positioning bug in rtl environments + + this.updateVisibility(); + + el.parentNode.insertBefore( box, el ); + } + return box; + }, + + finishUpdate: PIE.emptyFn, + + destroy: function() { + var box = this._box, par; + if( box && ( par = box.parentNode ) ) { + par.removeChild( box ); + } + delete this._box; + delete this._layers; + } + +} ); +/** + * Renderer for element backgrounds. + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + * @param {PIE.RootRenderer} parent + */ +PIE.BackgroundRenderer = PIE.RendererBase.newRenderer( { + + boxZIndex: 2, + boxName: 'background', + + needsUpdate: function() { + var si = this.styleInfos; + return si.backgroundInfo.changed() || si.borderRadiusInfo.changed(); + }, + + isActive: function() { + var si = this.styleInfos; + return si.borderImageInfo.isActive() || + si.borderRadiusInfo.isActive() || + si.backgroundInfo.isActive() || + ( si.boxShadowInfo.isActive() && si.boxShadowInfo.getProps().inset ); + }, + + /** + * Draw the shapes + */ + draw: function() { + var bounds = this.boundsInfo.getBounds(); + if( bounds.w && bounds.h ) { + this.drawBgColor(); + this.drawBgImages(); + } + }, + + /** + * Draw the background color shape + */ + drawBgColor: function() { + var props = this.styleInfos.backgroundInfo.getProps(), + bounds = this.boundsInfo.getBounds(), + el = this.targetElement, + color = props && props.color, + shape, w, h, s, alpha; + + if( color && color.alpha() > 0 ) { + this.hideBackground(); + + shape = this.getShape( 'bgColor', 'fill', this.getBox(), 1 ); + w = bounds.w; + h = bounds.h; + shape.stroked = false; + shape.coordsize = w * 2 + ',' + h * 2; + shape.coordorigin = '1,1'; + shape.path = this.getBoxPath( null, 2 ); + s = shape.style; + s.width = w; + s.height = h; + shape.fill.color = color.colorValue( el ); + + alpha = color.alpha(); + if( alpha < 1 ) { + shape.fill.opacity = alpha; + } + } else { + this.deleteShape( 'bgColor' ); + } + }, + + /** + * Draw all the background image layers + */ + drawBgImages: function() { + var props = this.styleInfos.backgroundInfo.getProps(), + bounds = this.boundsInfo.getBounds(), + images = props && props.bgImages, + img, shape, w, h, s, i; + + if( images ) { + this.hideBackground(); + + w = bounds.w; + h = bounds.h; + + i = images.length; + while( i-- ) { + img = images[i]; + shape = this.getShape( 'bgImage' + i, 'fill', this.getBox(), 2 ); + + shape.stroked = false; + shape.fill.type = 'tile'; + shape.fillcolor = 'none'; + shape.coordsize = w * 2 + ',' + h * 2; + shape.coordorigin = '1,1'; + shape.path = this.getBoxPath( 0, 2 ); + s = shape.style; + s.width = w; + s.height = h; + + if( img.imgType === 'linear-gradient' ) { + this.addLinearGradient( shape, img ); + } + else { + shape.fill.src = img.imgUrl; + this.positionBgImage( shape, i ); + } + } + } + + // Delete any bgImage shapes previously created which weren't used above + i = images ? images.length : 0; + while( this.deleteShape( 'bgImage' + i++ ) ) {} + }, + + + /** + * Set the position and clipping of the background image for a layer + * @param {Element} shape + * @param {number} index + */ + positionBgImage: function( shape, index ) { + var me = this; + PIE.Util.withImageSize( shape.fill.src, function( size ) { + var el = me.targetElement, + bounds = me.boundsInfo.getBounds(), + elW = bounds.w, + elH = bounds.h; + + // It's possible that the element dimensions are zero now but weren't when the original + // update executed, make sure that's not the case to avoid divide-by-zero error + if( elW && elH ) { + var fill = shape.fill, + si = me.styleInfos, + border = si.borderInfo.getProps(), + bw = border && border.widths, + bwT = bw ? bw['t'].pixels( el ) : 0, + bwR = bw ? bw['r'].pixels( el ) : 0, + bwB = bw ? bw['b'].pixels( el ) : 0, + bwL = bw ? bw['l'].pixels( el ) : 0, + bg = si.backgroundInfo.getProps().bgImages[ index ], + bgPos = bg.bgPosition ? bg.bgPosition.coords( el, elW - size.w - bwL - bwR, elH - size.h - bwT - bwB ) : { x:0, y:0 }, + repeat = bg.imgRepeat, + pxX, pxY, + clipT = 0, clipL = 0, + clipR = elW + 1, clipB = elH + 1, //make sure the default clip region is not inside the box (by a subpixel) + clipAdjust = PIE.ieVersion === 8 ? 0 : 1; //prior to IE8 requires 1 extra pixel in the image clip region + + // Positioning - find the pixel offset from the top/left and convert to a ratio + // The position is shifted by half a pixel, to adjust for the half-pixel coordorigin shift which is + // needed to fix antialiasing but makes the bg image fuzzy. + pxX = Math.round( bgPos.x ) + bwL + 0.5; + pxY = Math.round( bgPos.y ) + bwT + 0.5; + fill.position = ( pxX / elW ) + ',' + ( pxY / elH ); + + // Set the size of the image. We have to actually set it to px values otherwise it will not honor + // the user's browser zoom level and always display at its natural screen size. + fill['size']['x'] = 1; //Can be any value, just has to be set to "prime" it so the next line works. Weird! + fill['size'] = size.w + 'px,' + size.h + 'px'; + + // Repeating - clip the image shape + if( repeat && repeat !== 'repeat' ) { + if( repeat === 'repeat-x' || repeat === 'no-repeat' ) { + clipT = pxY + 1; + clipB = pxY + size.h + clipAdjust; + } + if( repeat === 'repeat-y' || repeat === 'no-repeat' ) { + clipL = pxX + 1; + clipR = pxX + size.w + clipAdjust; + } + shape.style.clip = 'rect(' + clipT + 'px,' + clipR + 'px,' + clipB + 'px,' + clipL + 'px)'; + } + } + } ); + }, + + + /** + * Draw the linear gradient for a gradient layer + * @param {Element} shape + * @param {Object} info The object holding the information about the gradient + */ + addLinearGradient: function( shape, info ) { + var el = this.targetElement, + bounds = this.boundsInfo.getBounds(), + w = bounds.w, + h = bounds.h, + fill = shape.fill, + stops = info.stops, + stopCount = stops.length, + PI = Math.PI, + GradientUtil = PIE.GradientUtil, + perpendicularIntersect = GradientUtil.perpendicularIntersect, + distance = GradientUtil.distance, + metrics = GradientUtil.getGradientMetrics( el, w, h, info ), + angle = metrics.angle, + startX = metrics.startX, + startY = metrics.startY, + startCornerX = metrics.startCornerX, + startCornerY = metrics.startCornerY, + endCornerX = metrics.endCornerX, + endCornerY = metrics.endCornerY, + deltaX = metrics.deltaX, + deltaY = metrics.deltaY, + lineLength = metrics.lineLength, + vmlAngle, vmlGradientLength, vmlColors, + stopPx, vmlOffsetPct, + p, i, j, before, after; + + // In VML land, the angle of the rendered gradient depends on the aspect ratio of the shape's + // bounding box; for example specifying a 45 deg angle actually results in a gradient + // drawn diagonally from one corner to its opposite corner, which will only appear to the + // viewer as 45 degrees if the shape is equilateral. We adjust for this by taking the x/y deltas + // between the start and end points, multiply one of them by the shape's aspect ratio, + // and get their arctangent, resulting in an appropriate VML angle. If the angle is perfectly + // horizontal or vertical then we don't need to do this conversion. + vmlAngle = ( angle % 90 ) ? Math.atan2( deltaX * w / h, deltaY ) / PI * 180 : ( angle + 90 ); + + // VML angles are 180 degrees offset from CSS angles + vmlAngle += 180; + vmlAngle = vmlAngle % 360; + + // Add all the stops to the VML 'colors' list, including the first and last stops. + // For each, we find its pixel offset along the gradient-line; if the offset of a stop is less + // than that of its predecessor we increase it to be equal. We then map that pixel offset to a + // percentage along the VML gradient-line, which runs from shape corner to corner. + p = perpendicularIntersect( startCornerX, startCornerY, angle, endCornerX, endCornerY ); + vmlGradientLength = distance( startCornerX, startCornerY, p[0], p[1] ); + vmlColors = []; + p = perpendicularIntersect( startX, startY, angle, startCornerX, startCornerY ); + vmlOffsetPct = distance( startX, startY, p[0], p[1] ) / vmlGradientLength * 100; + + // Find the pixel offsets along the CSS3 gradient-line for each stop. + stopPx = []; + for( i = 0; i < stopCount; i++ ) { + stopPx.push( stops[i].offset ? stops[i].offset.pixels( el, lineLength ) : + i === 0 ? 0 : i === stopCount - 1 ? lineLength : null ); + } + // Fill in gaps with evenly-spaced offsets + for( i = 1; i < stopCount; i++ ) { + if( stopPx[ i ] === null ) { + before = stopPx[ i - 1 ]; + j = i; + do { + after = stopPx[ ++j ]; + } while( after === null ); + stopPx[ i ] = before + ( after - before ) / ( j - i + 1 ); + } + // Make sure each stop's offset is no less than the one before it + stopPx[ i ] = Math.max( stopPx[ i ], stopPx[ i - 1 ] ); + } + + // Convert to percentage along the VML gradient line and add to the VML 'colors' value + for( i = 0; i < stopCount; i++ ) { + vmlColors.push( + ( vmlOffsetPct + ( stopPx[ i ] / vmlGradientLength * 100 ) ) + '% ' + stops[i].color.colorValue( el ) + ); + } + + // Now, finally, we're ready to render the gradient fill. Set the start and end colors to + // the first and last stop colors; this just sets outer bounds for the gradient. + fill['angle'] = vmlAngle; + fill['type'] = 'gradient'; + fill['method'] = 'sigma'; + fill['color'] = stops[0].color.colorValue( el ); + fill['color2'] = stops[stopCount - 1].color.colorValue( el ); + if( fill['colors'] ) { //sometimes the colors object isn't initialized so we have to assign it directly (?) + fill['colors'].value = vmlColors.join( ',' ); + } else { + fill['colors'] = vmlColors.join( ',' ); + } + }, + + + /** + * Hide the actual background image and color of the element. + */ + hideBackground: function() { + var rs = this.targetElement.runtimeStyle; + rs.backgroundImage = 'url(about:blank)'; //ensures the background area reacts to mouse events + rs.backgroundColor = 'transparent'; + }, + + destroy: function() { + PIE.RendererBase.destroy.call( this ); + var rs = this.targetElement.runtimeStyle; + rs.backgroundImage = rs.backgroundColor = ''; + } + +} ); +/** + * Renderer for element borders. + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + * @param {PIE.RootRenderer} parent + */ +PIE.BorderRenderer = PIE.RendererBase.newRenderer( { + + boxZIndex: 4, + boxName: 'border', + + needsUpdate: function() { + var si = this.styleInfos; + return si.borderInfo.changed() || si.borderRadiusInfo.changed(); + }, + + isActive: function() { + var si = this.styleInfos; + return si.borderRadiusInfo.isActive() && + !si.borderImageInfo.isActive() && + si.borderInfo.isActive(); //check BorderStyleInfo last because it's the most expensive + }, + + /** + * Draw the border shape(s) + */ + draw: function() { + var el = this.targetElement, + props = this.styleInfos.borderInfo.getProps(), + bounds = this.boundsInfo.getBounds(), + w = bounds.w, + h = bounds.h, + shape, stroke, s, + segments, seg, i, len; + + if( props ) { + this.hideBorder(); + + segments = this.getBorderSegments( 2 ); + for( i = 0, len = segments.length; i < len; i++) { + seg = segments[i]; + shape = this.getShape( 'borderPiece' + i, seg.stroke ? 'stroke' : 'fill', this.getBox() ); + shape.coordsize = w * 2 + ',' + h * 2; + shape.coordorigin = '1,1'; + shape.path = seg.path; + s = shape.style; + s.width = w; + s.height = h; + + shape.filled = !!seg.fill; + shape.stroked = !!seg.stroke; + if( seg.stroke ) { + stroke = shape.stroke; + stroke['weight'] = seg.weight + 'px'; + stroke.color = seg.color.colorValue( el ); + stroke['dashstyle'] = seg.stroke === 'dashed' ? '2 2' : seg.stroke === 'dotted' ? '1 1' : 'solid'; + stroke['linestyle'] = seg.stroke === 'double' && seg.weight > 2 ? 'ThinThin' : 'Single'; + } else { + shape.fill.color = seg.fill.colorValue( el ); + } + } + + // remove any previously-created border shapes which didn't get used above + while( this.deleteShape( 'borderPiece' + i++ ) ) {} + } + }, + + + /** + * Get the VML path definitions for the border segment(s). + * @param {number=} mult If specified, all coordinates will be multiplied by this number + * @return {Array.} + */ + getBorderSegments: function( mult ) { + var el = this.targetElement, + bounds, elW, elH, + borderInfo = this.styleInfos.borderInfo, + segments = [], + floor, ceil, wT, wR, wB, wL, + round = Math.round, + borderProps, radiusInfo, radii, widths, styles, colors; + + if( borderInfo.isActive() ) { + borderProps = borderInfo.getProps(); + + widths = borderProps.widths; + styles = borderProps.styles; + colors = borderProps.colors; + + if( borderProps.widthsSame && borderProps.stylesSame && borderProps.colorsSame ) { + if( colors['t'].alpha() > 0 ) { + // shortcut for identical border on all sides - only need 1 stroked shape + wT = widths['t'].pixels( el ); //thickness + wR = wT / 2; //shrink + segments.push( { + path: this.getBoxPath( { t: wR, r: wR, b: wR, l: wR }, mult ), + stroke: styles['t'], + color: colors['t'], + weight: wT + } ); + } + } + else { + mult = mult || 1; + bounds = this.boundsInfo.getBounds(); + elW = bounds.w; + elH = bounds.h; + + wT = round( widths['t'].pixels( el ) ); + wR = round( widths['r'].pixels( el ) ); + wB = round( widths['b'].pixels( el ) ); + wL = round( widths['l'].pixels( el ) ); + var pxWidths = { + 't': wT, + 'r': wR, + 'b': wB, + 'l': wL + }; + + radiusInfo = this.styleInfos.borderRadiusInfo; + if( radiusInfo.isActive() ) { + radii = this.getRadiiPixels( radiusInfo.getProps() ); + } + + floor = Math.floor; + ceil = Math.ceil; + + function radius( xy, corner ) { + return radii ? radii[ xy ][ corner ] : 0; + } + + function curve( corner, shrinkX, shrinkY, startAngle, ccw, doMove ) { + var rx = radius( 'x', corner), + ry = radius( 'y', corner), + deg = 65535, + isRight = corner.charAt( 1 ) === 'r', + isBottom = corner.charAt( 0 ) === 'b'; + return ( rx > 0 && ry > 0 ) ? + ( doMove ? 'al' : 'ae' ) + + ( isRight ? ceil( elW - rx ) : floor( rx ) ) * mult + ',' + // center x + ( isBottom ? ceil( elH - ry ) : floor( ry ) ) * mult + ',' + // center y + ( floor( rx ) - shrinkX ) * mult + ',' + // width + ( floor( ry ) - shrinkY ) * mult + ',' + // height + ( startAngle * deg ) + ',' + // start angle + ( 45 * deg * ( ccw ? 1 : -1 ) // angle change + ) : ( + ( doMove ? 'm' : 'l' ) + + ( isRight ? elW - shrinkX : shrinkX ) * mult + ',' + + ( isBottom ? elH - shrinkY : shrinkY ) * mult + ); + } + + function line( side, shrink, ccw, doMove ) { + var + start = ( + side === 't' ? + floor( radius( 'x', 'tl') ) * mult + ',' + ceil( shrink ) * mult : + side === 'r' ? + ceil( elW - shrink ) * mult + ',' + floor( radius( 'y', 'tr') ) * mult : + side === 'b' ? + ceil( elW - radius( 'x', 'br') ) * mult + ',' + floor( elH - shrink ) * mult : + // side === 'l' ? + floor( shrink ) * mult + ',' + ceil( elH - radius( 'y', 'bl') ) * mult + ), + end = ( + side === 't' ? + ceil( elW - radius( 'x', 'tr') ) * mult + ',' + ceil( shrink ) * mult : + side === 'r' ? + ceil( elW - shrink ) * mult + ',' + ceil( elH - radius( 'y', 'br') ) * mult : + side === 'b' ? + floor( radius( 'x', 'bl') ) * mult + ',' + floor( elH - shrink ) * mult : + // side === 'l' ? + floor( shrink ) * mult + ',' + floor( radius( 'y', 'tl') ) * mult + ); + return ccw ? ( doMove ? 'm' + end : '' ) + 'l' + start : + ( doMove ? 'm' + start : '' ) + 'l' + end; + } + + + function addSide( side, sideBefore, sideAfter, cornerBefore, cornerAfter, baseAngle ) { + var vert = side === 'l' || side === 'r', + sideW = pxWidths[ side ], + beforeX, beforeY, afterX, afterY; + + if( sideW > 0 && styles[ side ] !== 'none' && colors[ side ].alpha() > 0 ) { + beforeX = pxWidths[ vert ? side : sideBefore ]; + beforeY = pxWidths[ vert ? sideBefore : side ]; + afterX = pxWidths[ vert ? side : sideAfter ]; + afterY = pxWidths[ vert ? sideAfter : side ]; + + if( styles[ side ] === 'dashed' || styles[ side ] === 'dotted' ) { + segments.push( { + path: curve( cornerBefore, beforeX, beforeY, baseAngle + 45, 0, 1 ) + + curve( cornerBefore, 0, 0, baseAngle, 1, 0 ), + fill: colors[ side ] + } ); + segments.push( { + path: line( side, sideW / 2, 0, 1 ), + stroke: styles[ side ], + weight: sideW, + color: colors[ side ] + } ); + segments.push( { + path: curve( cornerAfter, afterX, afterY, baseAngle, 0, 1 ) + + curve( cornerAfter, 0, 0, baseAngle - 45, 1, 0 ), + fill: colors[ side ] + } ); + } + else { + segments.push( { + path: curve( cornerBefore, beforeX, beforeY, baseAngle + 45, 0, 1 ) + + line( side, sideW, 0, 0 ) + + curve( cornerAfter, afterX, afterY, baseAngle, 0, 0 ) + + + ( styles[ side ] === 'double' && sideW > 2 ? + curve( cornerAfter, afterX - floor( afterX / 3 ), afterY - floor( afterY / 3 ), baseAngle - 45, 1, 0 ) + + line( side, ceil( sideW / 3 * 2 ), 1, 0 ) + + curve( cornerBefore, beforeX - floor( beforeX / 3 ), beforeY - floor( beforeY / 3 ), baseAngle, 1, 0 ) + + 'x ' + + curve( cornerBefore, floor( beforeX / 3 ), floor( beforeY / 3 ), baseAngle + 45, 0, 1 ) + + line( side, floor( sideW / 3 ), 1, 0 ) + + curve( cornerAfter, floor( afterX / 3 ), floor( afterY / 3 ), baseAngle, 0, 0 ) + : '' ) + + + curve( cornerAfter, 0, 0, baseAngle - 45, 1, 0 ) + + line( side, 0, 1, 0 ) + + curve( cornerBefore, 0, 0, baseAngle, 1, 0 ), + fill: colors[ side ] + } ); + } + } + } + + addSide( 't', 'l', 'r', 'tl', 'tr', 90 ); + addSide( 'r', 't', 'b', 'tr', 'br', 0 ); + addSide( 'b', 'r', 'l', 'br', 'bl', -90 ); + addSide( 'l', 'b', 't', 'bl', 'tl', -180 ); + } + } + + return segments; + }, + + destroy: function() { + var me = this; + if (me.finalized || !me.styleInfos.borderImageInfo.isActive()) { + me.targetElement.runtimeStyle.borderColor = ''; + } + PIE.RendererBase.destroy.call( me ); + } + + +} ); +/** + * Renderer for border-image + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + * @param {PIE.RootRenderer} parent + */ +PIE.BorderImageRenderer = PIE.RendererBase.newRenderer( { + + boxZIndex: 5, + pieceNames: [ 't', 'tr', 'r', 'br', 'b', 'bl', 'l', 'tl', 'c' ], + + needsUpdate: function() { + return this.styleInfos.borderImageInfo.changed(); + }, + + isActive: function() { + return this.styleInfos.borderImageInfo.isActive(); + }, + + draw: function() { + this.getBox(); //make sure pieces are created + + var props = this.styleInfos.borderImageInfo.getProps(), + borderProps = this.styleInfos.borderInfo.getProps(), + bounds = this.boundsInfo.getBounds(), + el = this.targetElement, + pieces = this.pieces; + + PIE.Util.withImageSize( props.src, function( imgSize ) { + var elW = bounds.w, + elH = bounds.h, + zero = PIE.getLength( '0' ), + widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, 'l': zero } ), + widthT = widths['t'].pixels( el ), + widthR = widths['r'].pixels( el ), + widthB = widths['b'].pixels( el ), + widthL = widths['l'].pixels( el ), + slices = props.slice, + sliceT = slices['t'].pixels( el ), + sliceR = slices['r'].pixels( el ), + sliceB = slices['b'].pixels( el ), + sliceL = slices['l'].pixels( el ); + + // Piece positions and sizes + function setSizeAndPos( piece, w, h, x, y ) { + var s = pieces[piece].style, + max = Math.max; + s.width = max(w, 0); + s.height = max(h, 0); + s.left = x; + s.top = y; + } + setSizeAndPos( 'tl', widthL, widthT, 0, 0 ); + setSizeAndPos( 't', elW - widthL - widthR, widthT, widthL, 0 ); + setSizeAndPos( 'tr', widthR, widthT, elW - widthR, 0 ); + setSizeAndPos( 'r', widthR, elH - widthT - widthB, elW - widthR, widthT ); + setSizeAndPos( 'br', widthR, widthB, elW - widthR, elH - widthB ); + setSizeAndPos( 'b', elW - widthL - widthR, widthB, widthL, elH - widthB ); + setSizeAndPos( 'bl', widthL, widthB, 0, elH - widthB ); + setSizeAndPos( 'l', widthL, elH - widthT - widthB, 0, widthT ); + setSizeAndPos( 'c', elW - widthL - widthR, elH - widthT - widthB, widthL, widthT ); + + + // image croppings + function setCrops( sides, crop, val ) { + for( var i=0, len=sides.length; i < len; i++ ) { + pieces[ sides[i] ]['imagedata'][ crop ] = val; + } + } + + // corners + setCrops( [ 'tl', 't', 'tr' ], 'cropBottom', ( imgSize.h - sliceT ) / imgSize.h ); + setCrops( [ 'tl', 'l', 'bl' ], 'cropRight', ( imgSize.w - sliceL ) / imgSize.w ); + setCrops( [ 'bl', 'b', 'br' ], 'cropTop', ( imgSize.h - sliceB ) / imgSize.h ); + setCrops( [ 'tr', 'r', 'br' ], 'cropLeft', ( imgSize.w - sliceR ) / imgSize.w ); + + // edges and center + // TODO right now this treats everything like 'stretch', need to support other schemes + //if( props.repeat.v === 'stretch' ) { + setCrops( [ 'l', 'r', 'c' ], 'cropTop', sliceT / imgSize.h ); + setCrops( [ 'l', 'r', 'c' ], 'cropBottom', sliceB / imgSize.h ); + //} + //if( props.repeat.h === 'stretch' ) { + setCrops( [ 't', 'b', 'c' ], 'cropLeft', sliceL / imgSize.w ); + setCrops( [ 't', 'b', 'c' ], 'cropRight', sliceR / imgSize.w ); + //} + + // center fill + pieces['c'].style.display = props.fill ? '' : 'none'; + }, this ); + }, + + getBox: function() { + var box = this.parent.getLayer( this.boxZIndex ), + s, piece, i, + pieceNames = this.pieceNames, + len = pieceNames.length; + + if( !box ) { + box = doc.createElement( 'border-image' ); + s = box.style; + s.position = 'absolute'; + + this.pieces = {}; + + for( i = 0; i < len; i++ ) { + piece = this.pieces[ pieceNames[i] ] = PIE.Util.createVmlElement( 'rect' ); + piece.appendChild( PIE.Util.createVmlElement( 'imagedata' ) ); + s = piece.style; + s['behavior'] = 'url(#default#VML)'; + s.position = "absolute"; + s.top = s.left = 0; + piece['imagedata'].src = this.styleInfos.borderImageInfo.getProps().src; + piece.stroked = false; + piece.filled = false; + box.appendChild( piece ); + } + + this.parent.addLayer( this.boxZIndex, box ); + } + + return box; + }, + + prepareUpdate: function() { + if (this.isActive()) { + var me = this, + el = me.targetElement, + rs = el.runtimeStyle, + widths = me.styleInfos.borderImageInfo.getProps().widths; + + // Force border-style to solid so it doesn't collapse + rs.borderStyle = 'solid'; + + // If widths specified in border-image shorthand, override border-width + // NOTE px units needed here as this gets used by the IE9 renderer too + if ( widths ) { + rs.borderTopWidth = widths['t'].pixels( el ) + 'px'; + rs.borderRightWidth = widths['r'].pixels( el ) + 'px'; + rs.borderBottomWidth = widths['b'].pixels( el ) + 'px'; + rs.borderLeftWidth = widths['l'].pixels( el ) + 'px'; + } + + // Make the border transparent + me.hideBorder(); + } + }, + + destroy: function() { + var me = this, + rs = me.targetElement.runtimeStyle; + rs.borderStyle = ''; + if (me.finalized || !me.styleInfos.borderInfo.isActive()) { + rs.borderColor = rs.borderWidth = ''; + } + PIE.RendererBase.destroy.call( this ); + } + +} ); +/** + * Renderer for outset box-shadows + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + * @param {PIE.RootRenderer} parent + */ +PIE.BoxShadowOutsetRenderer = PIE.RendererBase.newRenderer( { + + boxZIndex: 1, + boxName: 'outset-box-shadow', + + needsUpdate: function() { + var si = this.styleInfos; + return si.boxShadowInfo.changed() || si.borderRadiusInfo.changed(); + }, + + isActive: function() { + var boxShadowInfo = this.styleInfos.boxShadowInfo; + return boxShadowInfo.isActive() && boxShadowInfo.getProps().outset[0]; + }, + + draw: function() { + var me = this, + el = this.targetElement, + box = this.getBox(), + styleInfos = this.styleInfos, + shadowInfos = styleInfos.boxShadowInfo.getProps().outset, + radii = styleInfos.borderRadiusInfo.getProps(), + len = shadowInfos.length, + i = len, j, + bounds = this.boundsInfo.getBounds(), + w = bounds.w, + h = bounds.h, + clipAdjust = PIE.ieVersion === 8 ? 1 : 0, //workaround for IE8 bug where VML leaks out top/left of clip region by 1px + corners = [ 'tl', 'tr', 'br', 'bl' ], corner, + shadowInfo, shape, fill, ss, xOff, yOff, spread, blur, shrink, color, alpha, path, + totalW, totalH, focusX, focusY, isBottom, isRight; + + + function getShadowShape( index, corner, xOff, yOff, color, blur, path ) { + var shape = me.getShape( 'shadow' + index + corner, 'fill', box, len - index ), + fill = shape.fill; + + // Position and size + shape['coordsize'] = w * 2 + ',' + h * 2; + shape['coordorigin'] = '1,1'; + + // Color and opacity + shape['stroked'] = false; + shape['filled'] = true; + fill.color = color.colorValue( el ); + if( blur ) { + fill['type'] = 'gradienttitle'; //makes the VML gradient follow the shape's outline - hooray for undocumented features?!?! + fill['color2'] = fill.color; + fill['opacity'] = 0; + } + + // Path + shape.path = path; + + // This needs to go last for some reason, to prevent rendering at incorrect size + ss = shape.style; + ss.left = xOff; + ss.top = yOff; + ss.width = w; + ss.height = h; + + return shape; + } + + + while( i-- ) { + shadowInfo = shadowInfos[ i ]; + xOff = shadowInfo.xOffset.pixels( el ); + yOff = shadowInfo.yOffset.pixels( el ); + spread = shadowInfo.spread.pixels( el ); + blur = shadowInfo.blur.pixels( el ); + color = shadowInfo.color; + // Shape path + shrink = -spread - blur; + if( !radii && blur ) { + // If blurring, use a non-null border radius info object so that getBoxPath will + // round the corners of the expanded shadow shape rather than squaring them off. + radii = PIE.BorderRadiusStyleInfo.ALL_ZERO; + } + path = this.getBoxPath( { t: shrink, r: shrink, b: shrink, l: shrink }, 2, radii ); + + if( blur ) { + totalW = ( spread + blur ) * 2 + w; + totalH = ( spread + blur ) * 2 + h; + focusX = totalW ? blur * 2 / totalW : 0; + focusY = totalH ? blur * 2 / totalH : 0; + if( blur - spread > w / 2 || blur - spread > h / 2 ) { + // If the blur is larger than half the element's narrowest dimension, we cannot do + // this with a single shape gradient, because its focussize would have to be less than + // zero which results in ugly artifacts. Instead we create four shapes, each with its + // gradient focus past center, and then clip them so each only shows the quadrant + // opposite the focus. + for( j = 4; j--; ) { + corner = corners[j]; + isBottom = corner.charAt( 0 ) === 'b'; + isRight = corner.charAt( 1 ) === 'r'; + shape = getShadowShape( i, corner, xOff, yOff, color, blur, path ); + fill = shape.fill; + fill['focusposition'] = ( isRight ? 1 - focusX : focusX ) + ',' + + ( isBottom ? 1 - focusY : focusY ); + fill['focussize'] = '0,0'; + + // Clip to show only the appropriate quadrant. Add 1px to the top/left clip values + // in IE8 to prevent a bug where IE8 displays one pixel outside the clip region. + shape.style.clip = 'rect(' + ( ( isBottom ? totalH / 2 : 0 ) + clipAdjust ) + 'px,' + + ( isRight ? totalW : totalW / 2 ) + 'px,' + + ( isBottom ? totalH : totalH / 2 ) + 'px,' + + ( ( isRight ? totalW / 2 : 0 ) + clipAdjust ) + 'px)'; + } + } else { + // TODO delete old quadrant shapes if resizing expands past the barrier + shape = getShadowShape( i, '', xOff, yOff, color, blur, path ); + fill = shape.fill; + fill['focusposition'] = focusX + ',' + focusY; + fill['focussize'] = ( 1 - focusX * 2 ) + ',' + ( 1 - focusY * 2 ); + } + } else { + shape = getShadowShape( i, '', xOff, yOff, color, blur, path ); + alpha = color.alpha(); + if( alpha < 1 ) { + // shape.style.filter = 'alpha(opacity=' + ( alpha * 100 ) + ')'; + // ss.filter = 'progid:DXImageTransform.Microsoft.BasicImage(opacity=' + ( alpha ) + ')'; + shape.fill.opacity = alpha; + } + } + } + } + +} ); +/** + * Renderer for re-rendering img elements using VML. Kicks in if the img has + * a border-radius applied, or if the -pie-png-fix flag is set. + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + * @param {PIE.RootRenderer} parent + */ +PIE.ImgRenderer = PIE.RendererBase.newRenderer( { + + boxZIndex: 6, + boxName: 'imgEl', + + needsUpdate: function() { + var si = this.styleInfos; + return this.targetElement.src !== this._lastSrc || si.borderRadiusInfo.changed(); + }, + + isActive: function() { + var si = this.styleInfos; + return si.borderRadiusInfo.isActive() || si.backgroundInfo.isPngFix(); + }, + + draw: function() { + this._lastSrc = src; + this.hideActualImg(); + + var shape = this.getShape( 'img', 'fill', this.getBox() ), + fill = shape.fill, + bounds = this.boundsInfo.getBounds(), + w = bounds.w, + h = bounds.h, + borderProps = this.styleInfos.borderInfo.getProps(), + borderWidths = borderProps && borderProps.widths, + el = this.targetElement, + src = el.src, + round = Math.round, + cs = el.currentStyle, + getLength = PIE.getLength, + s, zero; + + // In IE6, the BorderRenderer will have hidden the border by moving the border-width to + // the padding; therefore we want to pretend the borders have no width so they aren't doubled + // when adding in the current padding value below. + if( !borderWidths || PIE.ieVersion < 7 ) { + zero = PIE.getLength( '0' ); + borderWidths = { 't': zero, 'r': zero, 'b': zero, 'l': zero }; + } + + shape.stroked = false; + fill.type = 'frame'; + fill.src = src; + fill.position = (w ? 0.5 / w : 0) + ',' + (h ? 0.5 / h : 0); + shape.coordsize = w * 2 + ',' + h * 2; + shape.coordorigin = '1,1'; + shape.path = this.getBoxPath( { + t: round( borderWidths['t'].pixels( el ) + getLength( cs.paddingTop ).pixels( el ) ), + r: round( borderWidths['r'].pixels( el ) + getLength( cs.paddingRight ).pixels( el ) ), + b: round( borderWidths['b'].pixels( el ) + getLength( cs.paddingBottom ).pixels( el ) ), + l: round( borderWidths['l'].pixels( el ) + getLength( cs.paddingLeft ).pixels( el ) ) + }, 2 ); + s = shape.style; + s.width = w; + s.height = h; + }, + + hideActualImg: function() { + this.targetElement.runtimeStyle.filter = 'alpha(opacity=0)'; + }, + + destroy: function() { + PIE.RendererBase.destroy.call( this ); + this.targetElement.runtimeStyle.filter = ''; + } + +} ); +/** + * Root renderer for IE9; manages the rendering layers in the element's background + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + */ +PIE.IE9RootRenderer = PIE.RendererBase.newRenderer( { + + updatePos: PIE.emptyFn, + updateSize: PIE.emptyFn, + updateVisibility: PIE.emptyFn, + updateProps: PIE.emptyFn, + + outerCommasRE: /^,+|,+$/g, + innerCommasRE: /,+/g, + + setBackgroundLayer: function(zIndex, bg) { + var me = this, + bgLayers = me._bgLayers || ( me._bgLayers = [] ), + undef; + bgLayers[zIndex] = bg || undef; + }, + + finishUpdate: function() { + var me = this, + bgLayers = me._bgLayers, + bg; + if( bgLayers && ( bg = bgLayers.join( ',' ).replace( me.outerCommasRE, '' ).replace( me.innerCommasRE, ',' ) ) !== me._lastBg ) { + me._lastBg = me.targetElement.runtimeStyle.background = bg; + } + }, + + destroy: function() { + this.targetElement.runtimeStyle.background = ''; + delete this._bgLayers; + } + +} ); +/** + * Renderer for element backgrounds, specific for IE9. Only handles translating CSS3 gradients + * to an equivalent SVG data URI. + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + */ +PIE.IE9BackgroundRenderer = PIE.RendererBase.newRenderer( { + + bgLayerZIndex: 1, + + needsUpdate: function() { + var si = this.styleInfos; + return si.backgroundInfo.changed(); + }, + + isActive: function() { + var si = this.styleInfos; + return si.backgroundInfo.isActive() || si.borderImageInfo.isActive(); + }, + + draw: function() { + var me = this, + props = me.styleInfos.backgroundInfo.getProps(), + bg, images, i = 0, img, bgAreaSize, bgSize; + + if ( props ) { + bg = []; + + images = props.bgImages; + if ( images ) { + while( img = images[ i++ ] ) { + if (img.imgType === 'linear-gradient' ) { + bgAreaSize = me.getBgAreaSize( img.bgOrigin ); + bgSize = ( img.bgSize || PIE.BgSize.DEFAULT ).pixels( + me.targetElement, bgAreaSize.w, bgAreaSize.h, bgAreaSize.w, bgAreaSize.h + ), + bg.push( + 'url(data:image/svg+xml,' + escape( me.getGradientSvg( img, bgSize.w, bgSize.h ) ) + ') ' + + me.bgPositionToString( img.bgPosition ) + ' / ' + bgSize.w + 'px ' + bgSize.h + 'px ' + + ( img.bgAttachment || '' ) + ' ' + ( img.bgOrigin || '' ) + ' ' + ( img.bgClip || '' ) + ); + } else { + bg.push( img.origString ); + } + } + } + + if ( props.color ) { + bg.push( props.color.val ); + } + + me.parent.setBackgroundLayer(me.bgLayerZIndex, bg.join(',')); + } + }, + + bgPositionToString: function( bgPosition ) { + return bgPosition ? bgPosition.tokens.map(function(token) { + return token.tokenValue; + }).join(' ') : '0 0'; + }, + + getBgAreaSize: function( bgOrigin ) { + var me = this, + el = me.targetElement, + bounds = me.boundsInfo.getBounds(), + elW = bounds.w, + elH = bounds.h, + w = elW, + h = elH, + borders, getLength, cs; + + if( bgOrigin !== 'border-box' ) { + borders = me.styleInfos.borderInfo.getProps(); + if( borders && ( borders = borders.widths ) ) { + w -= borders[ 'l' ].pixels( el ) + borders[ 'l' ].pixels( el ); + h -= borders[ 't' ].pixels( el ) + borders[ 'b' ].pixels( el ); + } + } + + if ( bgOrigin === 'content-box' ) { + getLength = PIE.getLength; + cs = el.currentStyle; + w -= getLength( cs.paddingLeft ).pixels( el ) + getLength( cs.paddingRight ).pixels( el ); + h -= getLength( cs.paddingTop ).pixels( el ) + getLength( cs.paddingBottom ).pixels( el ); + } + + return { w: w, h: h }; + }, + + getGradientSvg: function( info, bgWidth, bgHeight ) { + var el = this.targetElement, + stopsInfo = info.stops, + stopCount = stopsInfo.length, + metrics = PIE.GradientUtil.getGradientMetrics( el, bgWidth, bgHeight, info ), + startX = metrics.startX, + startY = metrics.startY, + endX = metrics.endX, + endY = metrics.endY, + lineLength = metrics.lineLength, + stopPx, + i, j, before, after, + svg; + + // Find the pixel offsets along the CSS3 gradient-line for each stop. + stopPx = []; + for( i = 0; i < stopCount; i++ ) { + stopPx.push( stopsInfo[i].offset ? stopsInfo[i].offset.pixels( el, lineLength ) : + i === 0 ? 0 : i === stopCount - 1 ? lineLength : null ); + } + // Fill in gaps with evenly-spaced offsets + for( i = 1; i < stopCount; i++ ) { + if( stopPx[ i ] === null ) { + before = stopPx[ i - 1 ]; + j = i; + do { + after = stopPx[ ++j ]; + } while( after === null ); + stopPx[ i ] = before + ( after - before ) / ( j - i + 1 ); + } + } + + svg = [ + '' + + '' + + '' + ]; + + // Convert to percentage along the SVG gradient line and add to the stops list + for( i = 0; i < stopCount; i++ ) { + svg.push( + '' + ); + } + + svg.push( + '' + + '' + + '' + + '' + ); + + return svg.join( '' ); + }, + + destroy: function() { + this.parent.setBackgroundLayer( this.bgLayerZIndex ); + } + +} ); +/** + * Renderer for border-image + * @constructor + * @param {Element} el The target element + * @param {Object} styleInfos The StyleInfo objects + * @param {PIE.RootRenderer} parent + */ +PIE.IE9BorderImageRenderer = PIE.RendererBase.newRenderer( { + + REPEAT: 'repeat', + STRETCH: 'stretch', + ROUND: 'round', + + bgLayerZIndex: 0, + + needsUpdate: function() { + return this.styleInfos.borderImageInfo.changed(); + }, + + isActive: function() { + return this.styleInfos.borderImageInfo.isActive(); + }, + + draw: function() { + var me = this, + props = me.styleInfos.borderImageInfo.getProps(), + borderProps = me.styleInfos.borderInfo.getProps(), + bounds = me.boundsInfo.getBounds(), + repeat = props.repeat, + repeatH = repeat.h, + repeatV = repeat.v, + el = me.targetElement, + isAsync = 0; + + PIE.Util.withImageSize( props.src, function( imgSize ) { + var elW = bounds.w, + elH = bounds.h, + imgW = imgSize.w, + imgH = imgSize.h, + + // The image cannot be referenced as a URL directly in the SVG because IE9 throws a strange + // security exception (perhaps due to cross-origin policy within data URIs?) Therefore we + // work around this by converting the image data into a data URI itself using a transient + // canvas. This unfortunately requires the border-image src to be within the same domain, + // which isn't a limitation in true border-image, so we need to try and find a better fix. + imgSrc = me.imageToDataURI( props.src, imgW, imgH ), + + REPEAT = me.REPEAT, + STRETCH = me.STRETCH, + ROUND = me.ROUND, + ceil = Math.ceil, + + zero = PIE.getLength( '0' ), + widths = props.widths || ( borderProps ? borderProps.widths : { 't': zero, 'r': zero, 'b': zero, 'l': zero } ), + widthT = widths['t'].pixels( el ), + widthR = widths['r'].pixels( el ), + widthB = widths['b'].pixels( el ), + widthL = widths['l'].pixels( el ), + slices = props.slice, + sliceT = slices['t'].pixels( el ), + sliceR = slices['r'].pixels( el ), + sliceB = slices['b'].pixels( el ), + sliceL = slices['l'].pixels( el ), + centerW = elW - widthL - widthR, + middleH = elH - widthT - widthB, + imgCenterW = imgW - sliceL - sliceR, + imgMiddleH = imgH - sliceT - sliceB, + + // Determine the size of each tile - 'round' is handled below + tileSizeT = repeatH === STRETCH ? centerW : imgCenterW * widthT / sliceT, + tileSizeR = repeatV === STRETCH ? middleH : imgMiddleH * widthR / sliceR, + tileSizeB = repeatH === STRETCH ? centerW : imgCenterW * widthB / sliceB, + tileSizeL = repeatV === STRETCH ? middleH : imgMiddleH * widthL / sliceL, + + svg, + patterns = [], + rects = [], + i = 0; + + // For 'round', subtract from each tile's size enough so that they fill the space a whole number of times + if (repeatH === ROUND) { + tileSizeT -= (tileSizeT - (centerW % tileSizeT || tileSizeT)) / ceil(centerW / tileSizeT); + tileSizeB -= (tileSizeB - (centerW % tileSizeB || tileSizeB)) / ceil(centerW / tileSizeB); + } + if (repeatV === ROUND) { + tileSizeR -= (tileSizeR - (middleH % tileSizeR || tileSizeR)) / ceil(middleH / tileSizeR); + tileSizeL -= (tileSizeL - (middleH % tileSizeL || tileSizeL)) / ceil(middleH / tileSizeL); + } + + + // Build the SVG for the border-image rendering. Add each piece as a pattern, which is then stretched + // or repeated as the fill of a rect of appropriate size. + svg = [ + '' + ]; + + function addImage( x, y, w, h, cropX, cropY, cropW, cropH, tileW, tileH ) { + patterns.push( + '' + + '' + + '' + + '' + + '' + ); + rects.push( + '' + ); + i++; + } + addImage( 0, 0, widthL, widthT, 0, 0, sliceL, sliceT, widthL, widthT ); // top left + addImage( widthL, 0, centerW, widthT, sliceL, 0, imgCenterW, sliceT, tileSizeT, widthT ); // top center + addImage( elW - widthR, 0, widthR, widthT, imgW - sliceR, 0, sliceR, sliceT, widthR, widthT ); // top right + addImage( 0, widthT, widthL, middleH, 0, sliceT, sliceL, imgMiddleH, widthL, tileSizeL ); // middle left + if ( props.fill ) { // center fill + addImage( widthL, widthT, centerW, middleH, sliceL, sliceT, imgCenterW, imgMiddleH, + tileSizeT || tileSizeB || imgCenterW, tileSizeL || tileSizeR || imgMiddleH ); + } + addImage( elW - widthR, widthT, widthR, middleH, imgW - sliceR, sliceT, sliceR, imgMiddleH, widthR, tileSizeR ); // middle right + addImage( 0, elH - widthB, widthL, widthB, 0, imgH - sliceB, sliceL, sliceB, widthL, widthB ); // bottom left + addImage( widthL, elH - widthB, centerW, widthB, sliceL, imgH - sliceB, imgCenterW, sliceB, tileSizeB, widthB ); // bottom center + addImage( elW - widthR, elH - widthB, widthR, widthB, imgW - sliceR, imgH - sliceB, sliceR, sliceB, widthR, widthB ); // bottom right + + svg.push( + '' + + patterns.join('\n') + + '' + + rects.join('\n') + + '' + ); + + me.parent.setBackgroundLayer( me.bgLayerZIndex, 'url(data:image/svg+xml,' + escape( svg.join( '' ) ) + ') no-repeat border-box border-box' ); + + // If the border-image's src wasn't immediately available, the SVG for its background layer + // will have been created asynchronously after the main element's update has finished; we'll + // therefore need to force the root renderer to sync to the final background once finished. + if( isAsync ) { + me.parent.finishUpdate(); + } + }, me ); + + isAsync = 1; + }, + + /** + * Convert a given image to a data URI + */ + imageToDataURI: (function() { + var uris = {}; + return function( src, width, height ) { + var uri = uris[ src ], + image, canvas; + if ( !uri ) { + image = new Image(); + canvas = doc.createElement( 'canvas' ); + image.src = src; + canvas.width = width; + canvas.height = height; + canvas.getContext( '2d' ).drawImage( image, 0, 0 ); + uri = uris[ src ] = canvas.toDataURL(); + } + return uri; + } + })(), + + prepareUpdate: PIE.BorderImageRenderer.prototype.prepareUpdate, + + destroy: function() { + var me = this, + rs = me.targetElement.runtimeStyle; + me.parent.setBackgroundLayer( me.bgLayerZIndex ); + rs.borderColor = rs.borderStyle = rs.borderWidth = ''; + } + +} ); + +PIE.Element = (function() { + + var wrappers = {}, + lazyInitCssProp = PIE.CSS_PREFIX + 'lazy-init', + pollCssProp = PIE.CSS_PREFIX + 'poll', + trackActiveCssProp = PIE.CSS_PREFIX + 'track-active', + trackHoverCssProp = PIE.CSS_PREFIX + 'track-hover', + hoverClass = PIE.CLASS_PREFIX + 'hover', + activeClass = PIE.CLASS_PREFIX + 'active', + focusClass = PIE.CLASS_PREFIX + 'focus', + firstChildClass = PIE.CLASS_PREFIX + 'first-child', + ignorePropertyNames = { 'background':1, 'bgColor':1, 'display': 1 }, + classNameRegExes = {}, + dummyArray = []; + + + function addClass( el, className ) { + el.className += ' ' + className; + } + + function removeClass( el, className ) { + var re = classNameRegExes[ className ] || + ( classNameRegExes[ className ] = new RegExp( '\\b' + className + '\\b', 'g' ) ); + el.className = el.className.replace( re, '' ); + } + + function delayAddClass( el, className /*, className2*/ ) { + var classes = dummyArray.slice.call( arguments, 1 ), + i = classes.length; + setTimeout( function() { + if( el ) { + while( i-- ) { + addClass( el, classes[ i ] ); + } + } + }, 0 ); + } + + function delayRemoveClass( el, className /*, className2*/ ) { + var classes = dummyArray.slice.call( arguments, 1 ), + i = classes.length; + setTimeout( function() { + if( el ) { + while( i-- ) { + removeClass( el, classes[ i ] ); + } + } + }, 0 ); + } + + + + function Element( el ) { + var renderers, + rootRenderer, + boundsInfo = new PIE.BoundsInfo( el ), + styleInfos, + styleInfosArr, + initializing, + initialized, + eventsAttached, + eventListeners = [], + delayed, + destroyed, + poll; + + /** + * Initialize PIE for this element. + */ + function init() { + if( !initialized ) { + var docEl, + bounds, + ieDocMode = PIE.ieDocMode, + cs = el.currentStyle, + lazy = cs.getAttribute( lazyInitCssProp ) === 'true', + trackActive = cs.getAttribute( trackActiveCssProp ) !== 'false', + trackHover = cs.getAttribute( trackHoverCssProp ) !== 'false', + childRenderers; + + // Polling for size/position changes: default to on in IE8, off otherwise, overridable by -pie-poll + poll = cs.getAttribute( pollCssProp ); + poll = ieDocMode > 7 ? poll !== 'false' : poll === 'true'; + + // Force layout so move/resize events will fire. Set this as soon as possible to avoid layout changes + // after load, but make sure it only gets called the first time through to avoid recursive calls to init(). + if( !initializing ) { + initializing = 1; + el.runtimeStyle.zoom = 1; + initFirstChildPseudoClass(); + } + + boundsInfo.lock(); + + // If the -pie-lazy-init:true flag is set, check if the element is outside the viewport and if so, delay initialization + if( lazy && ( bounds = boundsInfo.getBounds() ) && ( docEl = doc.documentElement || doc.body ) && + ( bounds.y > docEl.clientHeight || bounds.x > docEl.clientWidth || bounds.y + bounds.h < 0 || bounds.x + bounds.w < 0 ) ) { + if( !delayed ) { + delayed = 1; + PIE.OnScroll.observe( init ); + } + } else { + initialized = 1; + delayed = initializing = 0; + PIE.OnScroll.unobserve( init ); + + // Create the style infos and renderers + if ( ieDocMode === 9 ) { + styleInfos = { + backgroundInfo: new PIE.BackgroundStyleInfo( el ), + borderImageInfo: new PIE.BorderImageStyleInfo( el ), + borderInfo: new PIE.BorderStyleInfo( el ) + }; + styleInfosArr = [ + styleInfos.backgroundInfo, + styleInfos.borderImageInfo + ]; + rootRenderer = new PIE.IE9RootRenderer( el, boundsInfo, styleInfos ); + childRenderers = [ + new PIE.IE9BackgroundRenderer( el, boundsInfo, styleInfos, rootRenderer ), + new PIE.IE9BorderImageRenderer( el, boundsInfo, styleInfos, rootRenderer ) + ]; + } else { + + styleInfos = { + backgroundInfo: new PIE.BackgroundStyleInfo( el ), + borderInfo: new PIE.BorderStyleInfo( el ), + borderImageInfo: new PIE.BorderImageStyleInfo( el ), + borderRadiusInfo: new PIE.BorderRadiusStyleInfo( el ), + boxShadowInfo: new PIE.BoxShadowStyleInfo( el ), + visibilityInfo: new PIE.VisibilityStyleInfo( el ) + }; + styleInfosArr = [ + styleInfos.backgroundInfo, + styleInfos.borderInfo, + styleInfos.borderImageInfo, + styleInfos.borderRadiusInfo, + styleInfos.boxShadowInfo, + styleInfos.visibilityInfo + ]; + rootRenderer = new PIE.RootRenderer( el, boundsInfo, styleInfos ); + childRenderers = [ + new PIE.BoxShadowOutsetRenderer( el, boundsInfo, styleInfos, rootRenderer ), + new PIE.BackgroundRenderer( el, boundsInfo, styleInfos, rootRenderer ), + //new PIE.BoxShadowInsetRenderer( el, boundsInfo, styleInfos, rootRenderer ), + new PIE.BorderRenderer( el, boundsInfo, styleInfos, rootRenderer ), + new PIE.BorderImageRenderer( el, boundsInfo, styleInfos, rootRenderer ) + ]; + if( el.tagName === 'IMG' ) { + childRenderers.push( new PIE.ImgRenderer( el, boundsInfo, styleInfos, rootRenderer ) ); + } + rootRenderer.childRenderers = childRenderers; // circular reference, can't pass in constructor; TODO is there a cleaner way? + } + renderers = [ rootRenderer ].concat( childRenderers ); + + // Add property change listeners to ancestors if requested + initAncestorEventListeners(); + + // Add to list of polled elements in IE8 + if( poll ) { + PIE.Heartbeat.observe( update ); + PIE.Heartbeat.run(); + } + + // Trigger rendering + update( 1 ); + } + + if( !eventsAttached ) { + eventsAttached = 1; + if( ieDocMode < 9 ) { + addListener( el, 'onmove', handleMoveOrResize ); + } + addListener( el, 'onresize', handleMoveOrResize ); + addListener( el, 'onpropertychange', propChanged ); + if( trackHover ) { + addListener( el, 'onmouseenter', mouseEntered ); + } + if( trackHover || trackActive ) { + addListener( el, 'onmouseleave', mouseLeft ); + } + if( trackActive ) { + addListener( el, 'onmousedown', mousePressed ); + } + if( el.tagName in PIE.focusableElements ) { + addListener( el, 'onfocus', focused ); + addListener( el, 'onblur', blurred ); + } + PIE.OnResize.observe( handleMoveOrResize ); + + PIE.OnUnload.observe( removeEventListeners ); + } + + boundsInfo.unlock(); + } + } + + + + + /** + * Event handler for onmove and onresize events. Invokes update() only if the element's + * bounds have previously been calculated, to prevent multiple runs during page load when + * the element has no initial CSS3 properties. + */ + function handleMoveOrResize() { + if( boundsInfo && boundsInfo.hasBeenQueried() ) { + update(); + } + } + + + /** + * Update position and/or size as necessary. Both move and resize events call + * this rather than the updatePos/Size functions because sometimes, particularly + * during page load, one will fire but the other won't. + */ + function update( force ) { + if( !destroyed ) { + if( initialized ) { + var i, len = renderers.length; + + lockAll(); + for( i = 0; i < len; i++ ) { + renderers[i].prepareUpdate(); + } + if( force || boundsInfo.positionChanged() ) { + /* TODO just using getBoundingClientRect (used internally by BoundsInfo) for detecting + position changes may not always be accurate; it's possible that + an element will actually move relative to its positioning parent, but its position + relative to the viewport will stay the same. Need to come up with a better way to + track movement. The most accurate would be the same logic used in RootRenderer.updatePos() + but that is a more expensive operation since it does some DOM walking, and we want this + check to be as fast as possible. */ + for( i = 0; i < len; i++ ) { + renderers[i].updatePos(); + } + } + if( force || boundsInfo.sizeChanged() ) { + for( i = 0; i < len; i++ ) { + renderers[i].updateSize(); + } + } + rootRenderer.finishUpdate(); + unlockAll(); + } + else if( !initializing ) { + init(); + } + } + } + + /** + * Handle property changes to trigger update when appropriate. + */ + function propChanged() { + var i, len = renderers.length, + renderer, + e = event; + + // Some elements like
    fire onpropertychange events for old-school background properties + // ('background', 'bgColor') when runtimeStyle background properties are changed, which + // results in an infinite loop; therefore we filter out those property names. Also, 'display' + // is ignored because size calculations don't work correctly immediately when its onpropertychange + // event fires, and because it will trigger an onresize event anyway. + if( !destroyed && !( e && e.propertyName in ignorePropertyNames ) ) { + if( initialized ) { + lockAll(); + for( i = 0; i < len; i++ ) { + renderers[i].prepareUpdate(); + } + for( i = 0; i < len; i++ ) { + renderer = renderers[i]; + // Make sure position is synced if the element hasn't already been rendered. + // TODO this feels sloppy - look into merging propChanged and update functions + if( !renderer.isPositioned ) { + renderer.updatePos(); + } + if( renderer.needsUpdate() ) { + renderer.updateProps(); + } + } + rootRenderer.finishUpdate(); + unlockAll(); + } + else if( !initializing ) { + init(); + } + } + } + + + /** + * Handle mouseenter events. Adds a custom class to the element to allow IE6 to add + * hover styles to non-link elements, and to trigger a propertychange update. + */ + function mouseEntered() { + //must delay this because the mouseenter event fires before the :hover styles are added. + delayAddClass( el, hoverClass ); + } + + /** + * Handle mouseleave events + */ + function mouseLeft() { + //must delay this because the mouseleave event fires before the :hover styles are removed. + delayRemoveClass( el, hoverClass, activeClass ); + } + + /** + * Handle mousedown events. Adds a custom class to the element to allow IE6 to add + * active styles to non-link elements, and to trigger a propertychange update. + */ + function mousePressed() { + //must delay this because the mousedown event fires before the :active styles are added. + delayAddClass( el, activeClass ); + + // listen for mouseups on the document; can't just be on the element because the user might + // have dragged out of the element while the mouse button was held down + PIE.OnMouseup.observe( mouseReleased ); + } + + /** + * Handle mouseup events + */ + function mouseReleased() { + //must delay this because the mouseup event fires before the :active styles are removed. + delayRemoveClass( el, activeClass ); + + PIE.OnMouseup.unobserve( mouseReleased ); + } + + /** + * Handle focus events. Adds a custom class to the element to trigger a propertychange update. + */ + function focused() { + //must delay this because the focus event fires before the :focus styles are added. + delayAddClass( el, focusClass ); + } + + /** + * Handle blur events + */ + function blurred() { + //must delay this because the blur event fires before the :focus styles are removed. + delayRemoveClass( el, focusClass ); + } + + + /** + * Handle property changes on ancestors of the element; see initAncestorEventListeners() + * which adds these listeners as requested with the -pie-watch-ancestors CSS property. + */ + function ancestorPropChanged() { + var name = event.propertyName; + if( name === 'className' || name === 'id' ) { + propChanged(); + } + } + + function lockAll() { + boundsInfo.lock(); + for( var i = styleInfosArr.length; i--; ) { + styleInfosArr[i].lock(); + } + } + + function unlockAll() { + for( var i = styleInfosArr.length; i--; ) { + styleInfosArr[i].unlock(); + } + boundsInfo.unlock(); + } + + + function addListener( targetEl, type, handler ) { + targetEl.attachEvent( type, handler ); + eventListeners.push( [ targetEl, type, handler ] ); + } + + /** + * Remove all event listeners from the element and any monitored ancestors. + */ + function removeEventListeners() { + if (eventsAttached) { + var i = eventListeners.length, + listener; + + while( i-- ) { + listener = eventListeners[ i ]; + listener[ 0 ].detachEvent( listener[ 1 ], listener[ 2 ] ); + } + + PIE.OnUnload.unobserve( removeEventListeners ); + eventsAttached = 0; + eventListeners = []; + } + } + + + /** + * Clean everything up when the behavior is removed from the element, or the element + * is manually destroyed. + */ + function destroy() { + if( !destroyed ) { + var i, len; + + removeEventListeners(); + + destroyed = 1; + + // destroy any active renderers + if( renderers ) { + for( i = 0, len = renderers.length; i < len; i++ ) { + renderers[i].finalized = 1; + renderers[i].destroy(); + } + } + + // Remove from list of polled elements in IE8 + if( poll ) { + PIE.Heartbeat.unobserve( update ); + } + // Stop onresize listening + PIE.OnResize.unobserve( update ); + + // Kill references + renderers = boundsInfo = styleInfos = styleInfosArr = el = null; + } + } + + + /** + * If requested via the custom -pie-watch-ancestors CSS property, add onpropertychange and + * other event listeners to ancestor(s) of the element so we can pick up style changes + * based on CSS rules using descendant selectors. + */ + function initAncestorEventListeners() { + var watch = el.currentStyle.getAttribute( PIE.CSS_PREFIX + 'watch-ancestors' ), + i, a; + if( watch ) { + watch = parseInt( watch, 10 ); + i = 0; + a = el.parentNode; + while( a && ( watch === 'NaN' || i++ < watch ) ) { + addListener( a, 'onpropertychange', ancestorPropChanged ); + addListener( a, 'onmouseenter', mouseEntered ); + addListener( a, 'onmouseleave', mouseLeft ); + addListener( a, 'onmousedown', mousePressed ); + if( a.tagName in PIE.focusableElements ) { + addListener( a, 'onfocus', focused ); + addListener( a, 'onblur', blurred ); + } + a = a.parentNode; + } + } + } + + + /** + * If the target element is a first child, add a pie_first-child class to it. This allows using + * the added class as a workaround for the fact that PIE's rendering element breaks the :first-child + * pseudo-class selector. + */ + function initFirstChildPseudoClass() { + var tmpEl = el, + isFirst = 1; + while( tmpEl = tmpEl.previousSibling ) { + if( tmpEl.nodeType === 1 ) { + isFirst = 0; + break; + } + } + if( isFirst ) { + addClass( el, firstChildClass ); + } + } + + + // These methods are all already bound to this instance so there's no need to wrap them + // in a closure to maintain the 'this' scope object when calling them. + this.init = init; + this.update = update; + this.destroy = destroy; + this.el = el; + } + + Element.getInstance = function( el ) { + var id = PIE.Util.getUID( el ); + return wrappers[ id ] || ( wrappers[ id ] = new Element( el ) ); + }; + + Element.destroy = function( el ) { + var id = PIE.Util.getUID( el ), + wrapper = wrappers[ id ]; + if( wrapper ) { + wrapper.destroy(); + delete wrappers[ id ]; + } + }; + + Element.destroyAll = function() { + var els = [], wrapper; + if( wrappers ) { + for( var w in wrappers ) { + if( wrappers.hasOwnProperty( w ) ) { + wrapper = wrappers[ w ]; + els.push( wrapper.el ); + wrapper.destroy(); + } + } + wrappers = {}; + } + return els; + }; + + return Element; +})(); + +/* + * This file exposes the public API for invoking PIE. + */ + + +/** + * @property supportsVML + * True if the current IE browser environment has a functioning VML engine. Should be true + * in most IEs, but in rare cases may be false. If false, PIE will exit immediately when + * attached to an element; this property may be used for debugging or by external scripts + * to perform some special action when VML support is absent. + * @type {boolean} + */ +PIE[ 'supportsVML' ] = PIE.supportsVML; + + +/** + * Programatically attach PIE to a single element. + * @param {Element} el + */ +PIE[ 'attach' ] = function( el ) { + if (PIE.ieDocMode < 10 && PIE.supportsVML) { + PIE.Element.getInstance( el ).init(); + } +}; + + +/** + * Programatically detach PIE from a single element. + * @param {Element} el + */ +PIE[ 'detach' ] = function( el ) { + PIE.Element.destroy( el ); +}; + + +} // if( !PIE ) })(); \ No newline at end of file diff --git a/themes/mantra/js/frontend.js b/themes/mantra/js/frontend.js index 387c751f..2f8751ac 100644 --- a/themes/mantra/js/frontend.js +++ b/themes/mantra/js/frontend.js @@ -1,255 +1,255 @@ -/****************************** - Mantra Theme - custom scripting - (c) Cryout Creations - www.cryoutcreations.eu -*******************************/ - - -jQuery(document).ready(function() { - -// standard menu touch support for tablets - var isTouch = ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch; // check touch support - jQuery('#access .menu > ul > li a').click(function(e){ - var $link_id = jQuery(this).attr('href'); - if (jQuery(this).parent().data('clicked') == $link_id) { // second touch - jQuery(this).parent().data('clicked', null); - return true; - } - else { // first touch - if (isTouch && (jQuery(this).parent().children('.sub-menu').length >0)) e.preventDefault(); - jQuery(this).parent().data('clicked', $link_id); - } - }); - -// Back to top button animation -jQuery(function() { - jQuery(window).scroll(function() { - var x=jQuery(this).scrollTop(); - var ver = getInternetExplorerVersion(); - // no fade animation (transparency) if IE8 or below - if ( ver > -1 && ver <= 8 ) { - if(x != 0) { - jQuery('#toTop').show(); - } else { - jQuery('#toTop').hide(); - } - } - // fade animation if not IE8 or below - else { - if(x != 0) { - jQuery('#toTop').fadeIn(3000); - } else { - jQuery('#toTop').fadeOut(); - } - } - }); - jQuery('#toTop').click(function() { jQuery('body,html').animate({scrollTop:0},800); }); -}); - - -// Menu animation -jQuery("#access ul ul").css({display: "none"}); // Opera Fix -jQuery("#access").removeClass("jssafe"); // JS failsafe -jQuery("#access .menu ul li").hoverIntent({ - over: function(){jQuery(this).children("ul").show(400);}, - out: function(){ jQuery(this).children('ul').hide();}, - timeout:400} -); - - -// Social Icons Animation -jQuery(".socialicons").hover( - function(){ jQuery(this).animate({"top": "-3px" },{ queue: false, duration:125}); }, - function(){ jQuery(this).animate({ "top": "0px" }, { queue: false, duration:125 }); -}); - - -/*! http://tinynav.viljamis.com v1.03 by @viljamis - mod 0.1.1 by cryout creations */ -(function ($, window, i) { - $.fn.tinyNav = function (options) { - - // Default settings - var settings = $.extend({ - 'active' : 'selected', // String: Set the "active" class - 'header' : '' // Show header instead of the active item - }, options); - - return this.each(function () { - - i++; // Used for namespacing - - var $nav = $(this), - // Namespacing - namespace = 'tinynav', - namespace_i = namespace + i, - l_namespace_i = '.l_' + namespace_i, - $select = $('').addClass(namespace + ' ' + namespace_i); + + if ($nav.is('ul,ol')) { + + if (settings.header) { + $select.append( $(''; + indent++; + $(this).children('ul,ol').children('li').each(buildNavTree); + indent--; + }); + + // Append options into a select + $select.append(options); + + // Select the active item + if (!settings.header) { + $select + .find(':eq(' + $(l_namespace_i + ' li') + .index($(l_namespace_i + ' li.' + settings.active)) + ')') + .attr('selected', true); + } + + // Change window location + $select.change(function () { + var loc = $(this).val(); loc = loc.replace(/[\s\t]/gi,''); + var menu = settings.header; menu = menu.replace(/[\s\t]/gi,''); + if ((loc!==menu)) { window.location.href = $(this).val(); } else return false; + }); + + // Inject select + $(l_namespace_i).after($select); + + } + + var current_url = location.protocol + '//' + location.host + location.pathname; + $('option[value="'+current_url+'"]').attr("selected","selected"); + + }); + + }; +})(jQuery, this, 0); +// end tinynav + + +// detect and apply custom class for safari +if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { + jQuery('body').addClass('safari'); +} + + +}); +// end document.ready + + +// Columns equalizer, used if at least one sidebar has a bg color +function equalizeHeights(){ + var h1 = jQuery("#primary").height(); + var h2 = jQuery("#secondary").height(); + var h3 = jQuery("#content").height(); + var max = Math.max(h1,h2,h3); + if (h1').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+"%"); + $this.removeAttr('height').removeAttr('width'); + }); + }); + + } +})( jQuery ); + + +/*! + * hoverIntent r7 // 2013.03.11 // jQuery 1.9.1+ + * http://cherne.net/brian/resources/jquery.hoverIntent.html + * + * You may use hoverIntent under the terms of the MIT license. + * Copyright 2007, 2013 Brian Cherne + */ +(function(e){e.fn.hoverIntent=function(t,n,r){var i={interval:100,sensitivity:7,timeout:0};if(typeof t==="object"){i=e.extend(i,t)}else if(e.isFunction(n)){i=e.extend(i,{over:t,out:n,selector:r})}else{i=e.extend(i,{over:t,out:t,selector:n})}var s,o,u,a;var f=function(e){s=e.pageX;o=e.pageY};var l=function(t,n){n.hoverIntent_t=clearTimeout(n.hoverIntent_t);if(Math.abs(u-s)+Math.abs(a-o)0){if(r.startSlide>=i.totalSlides){r.startSlide=i.totalSlides-1}i.currentSlide=r.startSlide}if(e(o[i.currentSlide]).is("img")){i.currentImage=e(o[i.currentSlide])}else{i.currentImage=e(o[i.currentSlide]).find("img:first")}if(e(o[i.currentSlide]).is("a")){e(o[i.currentSlide]).css("display","block")}var u=e("").addClass("nivo-main-image");u.attr("src",i.currentImage.attr("src")).show();s.append(u);e(window).resize(function(){s.children("img").width(s.width());u.attr("src",i.currentImage.attr("src"));u.stop().height("auto");e(".nivo-slice").remove();e(".nivo-box").remove()});s.append(e('
    '));var a=function(t){var n=e(".nivo-caption",s);if(i.currentImage.attr("title")!=""&&i.currentImage.attr("title")!=undefined){var r=i.currentImage.attr("title");if(r.substr(0,1)=="#")r=e(r).html();if(n.css("display")=="block"){setTimeout(function(){n.html(r)},t.animSpeed)}else{n.html(r);n.stop().fadeIn(t.animSpeed)}}else{n.stop().fadeOut(t.animSpeed)}};a(r);var f=0;if(!r.manualAdvance&&o.length>1){f=setInterval(function(){d(s,o,r,false)},r.pauseTime)}if(r.directionNav){s.append('");e(s).on("click","a.nivo-prevNav",function(){if(i.running){return false}clearInterval(f);f="";i.currentSlide-=2;d(s,o,r,"prev")});e(s).on("click","a.nivo-nextNav",function(){if(i.running){return false}clearInterval(f);f="";d(s,o,r,"next")})}if(r.controlNav){i.controlNavEl=e('
    ');s.after(i.controlNavEl);for(var l=0;l')}else{i.controlNavEl.append(''+(l+1)+"")}}e("a:eq("+i.currentSlide+")",i.controlNavEl).addClass("active");e("a",i.controlNavEl).bind("click",function(){if(i.running)return false;if(e(this).hasClass("active"))return false;clearInterval(f);f="";u.attr("src",i.currentImage.attr("src"));i.currentSlide=e(this).attr("rel")-1;d(s,o,r,"control")})}if(r.pauseOnHover){s.hover(function(){i.paused=true;clearInterval(f);f=""},function(){i.paused=false;if(f===""&&!r.manualAdvance){f=setInterval(function(){d(s,o,r,false)},r.pauseTime)}})}s.bind("nivo:animFinished",function(){u.attr("src",i.currentImage.attr("src"));i.running=false;e(o).each(function(){if(e(this).is("a")){e(this).css("display","none")}});if(e(o[i.currentSlide]).is("a")){e(o[i.currentSlide]).css("display","block")}if(f===""&&!i.paused&&!r.manualAdvance){f=setInterval(function(){d(s,o,r,false)},r.pauseTime)}r.afterChange.call(this)});var h=function(t,n,r){if(e(r.currentImage).parent().is("a"))e(r.currentImage).parent().css("display","block");e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").width(t.width()).css("visibility","hidden").show();var i=e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").parent().is("a")?e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").parent().height():e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").height();for(var s=0;s').css({left:o*s+"px",width:t.width()-o*s+"px",height:i+"px",opacity:"0",overflow:"hidden"}))}else{t.append(e('
    ').css({left:o*s+"px",width:o+"px",height:i+"px",opacity:"0",overflow:"hidden"}))}}e(".nivo-slice",t).height(i);u.stop().animate({height:e(r.currentImage).height()},n.animSpeed)};var p=function(t,n,r){if(e(r.currentImage).parent().is("a"))e(r.currentImage).parent().css("display","block");e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").width(t.width()).css("visibility","hidden").show();var i=Math.round(t.width()/n.boxCols),s=Math.round(e('img[src="'+r.currentImage.attr("src")+'"]',t).not(".nivo-main-image,.nivo-control img").height()/n.boxRows);for(var o=0;o').css({opacity:0,left:i*a+"px",top:s*o+"px",width:t.width()-i*a+"px"}));e('.nivo-box[name="'+a+'"]',t).height(e('.nivo-box[name="'+a+'"] img',t).height()+"px")}else{t.append(e('
    ').css({opacity:0,left:i*a+"px",top:s*o+"px",width:i+"px"}));e('.nivo-box[name="'+a+'"]',t).height(e('.nivo-box[name="'+a+'"] img',t).height()+"px")}}}u.stop().animate({height:e(r.currentImage).height()},n.animSpeed)};var d=function(t,n,r,i){var s=t.data("nivo:vars");if(s&&s.currentSlide===s.totalSlides-1){r.lastSlide.call(this)}if((!s||s.stop)&&!i){return false}r.beforeChange.call(this);if(!i){u.attr("src",s.currentImage.attr("src"))}else{if(i==="prev"){u.attr("src",s.currentImage.attr("src"))}if(i==="next"){u.attr("src",s.currentImage.attr("src"))}}s.currentSlide++;if(s.currentSlide===s.totalSlides){s.currentSlide=0;r.slideshowEnd.call(this)}if(s.currentSlide<0){s.currentSlide=s.totalSlides-1}if(e(n[s.currentSlide]).is("img")){s.currentImage=e(n[s.currentSlide])}else{s.currentImage=e(n[s.currentSlide]).find("img:first")}if(r.controlNav){e("a",s.controlNavEl).removeClass("active");e("a:eq("+s.currentSlide+")",s.controlNavEl).addClass("active")}a(r);e(".nivo-slice",t).remove();e(".nivo-box",t).remove();var o=r.effect,f="";if(r.effect==="random"){f=new Array("sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade","boxRandom","boxRain","boxRainReverse","boxRainGrow","boxRainGrowReverse");o=f[Math.floor(Math.random()*(f.length+1))];if(o===undefined){o="fade"}}if(r.effect.indexOf(",")!==-1){f=r.effect.split(",");o=f[Math.floor(Math.random()*f.length)];if(o===undefined){o="fade"}}if(s.currentImage.attr("data-transition")){o=s.currentImage.attr("data-transition")}s.running=true;var l=0,c=0,d="",m="",g="",y="";if(o==="sliceDown"||o==="sliceDownRight"||o==="sliceDownLeft"){h(t,r,s);l=0;c=0;d=e(".nivo-slice",t);if(o==="sliceDownLeft"){d=e(".nivo-slice",t)._reverse()}d.each(function(){var n=e(this);n.css({top:"0px"});if(c===r.slices-1){setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed)},100+l)}l+=50;c++})}else if(o==="sliceUp"||o==="sliceUpRight"||o==="sliceUpLeft"){h(t,r,s);l=0;c=0;d=e(".nivo-slice",t);if(o==="sliceUpLeft"){d=e(".nivo-slice",t)._reverse()}d.each(function(){var n=e(this);n.css({bottom:"0px"});if(c===r.slices-1){setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed)},100+l)}l+=50;c++})}else if(o==="sliceUpDown"||o==="sliceUpDownRight"||o==="sliceUpDownLeft"){h(t,r,s);l=0;c=0;var b=0;d=e(".nivo-slice",t);if(o==="sliceUpDownLeft"){d=e(".nivo-slice",t)._reverse()}d.each(function(){var n=e(this);if(c===0){n.css("top","0px");c++}else{n.css("bottom","0px");c=0}if(b===r.slices-1){setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1.0"},r.animSpeed)},100+l)}l+=50;b++})}else if(o==="fold"){h(t,r,s);l=0;c=0;e(".nivo-slice",t).each(function(){var n=e(this);var i=n.width();n.css({top:"0px",width:"0px"});if(c===r.slices-1){setTimeout(function(){n.animate({width:i,opacity:"1.0"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({width:i,opacity:"1.0"},r.animSpeed)},100+l)}l+=50;c++})}else if(o==="fade"){h(t,r,s);m=e(".nivo-slice:first",t);m.css({width:t.width()+"px"});m.animate({opacity:"1.0"},r.animSpeed*2,"",function(){t.trigger("nivo:animFinished")})}else if(o==="slideInRight"){h(t,r,s);m=e(".nivo-slice:first",t);m.css({width:"0px",opacity:"1"});m.animate({width:t.width()+"px"},r.animSpeed*2,"",function(){t.trigger("nivo:animFinished")})}else if(o==="slideInLeft"){h(t,r,s);m=e(".nivo-slice:first",t);m.css({width:"0px",opacity:"1",left:"",right:"0px"});m.animate({width:t.width()+"px"},r.animSpeed*2,"",function(){m.css({left:"0px",right:""});t.trigger("nivo:animFinished")})}else if(o==="boxRandom"){p(t,r,s);g=r.boxCols*r.boxRows;c=0;l=0;y=v(e(".nivo-box",t));y.each(function(){var n=e(this);if(c===g-1){setTimeout(function(){n.animate({opacity:"1"},r.animSpeed,"",function(){t.trigger("nivo:animFinished")})},100+l)}else{setTimeout(function(){n.animate({opacity:"1"},r.animSpeed)},100+l)}l+=20;c++})}else if(o==="boxRain"||o==="boxRainReverse"||o==="boxRainGrow"||o==="boxRainGrowReverse"){p(t,r,s);g=r.boxCols*r.boxRows;c=0;l=0;var w=0;var E=0;var S=[];S[w]=[];y=e(".nivo-box",t);if(o==="boxRainReverse"||o==="boxRainGrowReverse"){y=e(".nivo-box",t)._reverse()}y.each(function(){S[w][E]=e(this);E++;if(E===r.boxCols){w++;E=0;S[w]=[]}});for(var x=0;x=0&&T\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.6.10\n" -"X-Poedit-KeywordsList: __;_e;_x\n" -"X-Poedit-Basepath: ../\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" - -#: admin/admin-functions.php:82 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" - -#: admin/admin-functions.php:90 -msgid "Import Mantra Theme Options" -msgstr "" - -#: admin/admin-functions.php:92 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" - -#: admin/admin-functions.php:94 -msgid "Just choose a file from your computer:" -msgstr "" - -#: admin/admin-functions.php:96 -#, php-format -msgid "Maximum size: %s" -msgstr "" - -#: admin/admin-functions.php:102 -msgid "And import!" -msgstr "" - -#: admin/admin-functions.php:168 -msgid "Import Mantra Theme Options " -msgstr "" - -#: admin/admin-functions.php:171 -msgid "Great! The options have been imported!" -msgstr "" - -#: admin/admin-functions.php:172 -msgid "Go back to the Mantra options page and check them out!" -msgstr "" - -#: admin/admin-functions.php:175 admin/admin-functions.php:181 -#: admin/admin-functions.php:187 -msgid "Oops, there's a small problem." -msgstr "" - -#: admin/admin-functions.php:176 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" - -#: admin/admin-functions.php:182 -msgid "The uploaded file could not be read." -msgstr "" - -#: admin/admin-functions.php:188 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" - -#: admin/admin-functions.php:197 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" - -#: admin/admin-functions.php:203 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "" - -#: admin/main.php:98 -msgid "Layout Settings" -msgstr "" - -#: admin/main.php:99 -msgid "Header Settings" -msgstr "" - -#: admin/main.php:100 -msgid "Presentation Page" -msgstr "" - -#: admin/main.php:101 -msgid "Text Settings" -msgstr "" - -#: admin/main.php:102 -msgid "Color Settings" -msgstr "" - -#: admin/main.php:103 -msgid "Graphics Settings" -msgstr "" - -#: admin/main.php:104 -msgid "Post Information Settings" -msgstr "" - -#: admin/main.php:105 -msgid "Post Excerpt Settings" -msgstr "" - -#: admin/main.php:106 -msgid "Featured Image Settings" -msgstr "" - -#: admin/main.php:107 -msgid "Social Media Settings" -msgstr "" - -#: admin/main.php:108 -msgid "Miscellaneous Settings" -msgstr "" - -#: admin/main.php:111 -msgid "Main Layout" -msgstr "" - -#: admin/main.php:112 -msgid "Content / Sidebar Width" -msgstr "" - -#: admin/main.php:113 -msgid "Responsiveness" -msgstr "" - -#: admin/main.php:116 -msgid "Enable Presentation Page" -msgstr "" - -#: admin/main.php:117 -msgid "Show Posts on Presentation Page" -msgstr "" - -#: admin/main.php:118 -msgid "Slider Settings" -msgstr "" - -#: admin/main.php:119 -msgid "Slides" -msgstr "" - -#: admin/main.php:120 -msgid "Presentation Page Columns" -msgstr "" - -#: admin/main.php:121 -msgid "Extras" -msgstr "" - -#: admin/main.php:124 -msgid "Header Height" -msgstr "" - -#: admin/main.php:125 -msgid "Header Image" -msgstr "" - -#: admin/main.php:126 -msgid "Site Header" -msgstr "" - -#: admin/main.php:127 -msgid "Custom Logo Upload" -msgstr "" - -#: admin/main.php:128 -msgid "Header Spacing" -msgstr "" - -#: admin/main.php:129 -msgid "Rounded Menu Corners" -msgstr "" - -#: admin/main.php:130 -msgid "FavIcon Upload" -msgstr "" - -#: admin/main.php:132 -msgid "General Font" -msgstr "" - -#: admin/main.php:133 -msgid "General Font Size" -msgstr "" - -#: admin/main.php:134 -msgid "Post Title Font " -msgstr "" - -#: admin/main.php:135 -msgid "Post Title Font Size" -msgstr "" - -#: admin/main.php:136 -msgid "Sidebar Font" -msgstr "" - -#: admin/main.php:137 -msgid "SideBar Font Size" -msgstr "" - -#: admin/main.php:138 -msgid "Headings Font" -msgstr "" - -#: admin/main.php:139 -msgid "Force Text Align" -msgstr "" - -#: admin/main.php:140 -msgid "Paragraph spacing" -msgstr "" - -#: admin/main.php:141 -msgid "Paragraph indent" -msgstr "" - -#: admin/main.php:142 -msgid "Header indent" -msgstr "" - -#: admin/main.php:143 -msgid "Line Height" -msgstr "" - -#: admin/main.php:144 -msgid "Word spacing" -msgstr "" - -#: admin/main.php:145 -msgid "Letter spacing" -msgstr "" - -#: admin/main.php:146 -msgid "Text shadow" -msgstr "" - -#: admin/main.php:148 -msgid "Background Image" -msgstr "" - -#: admin/main.php:149 -msgid "Background Color" -msgstr "" - -#: admin/main.php:150 -msgid "Header (Banner and Menu) Background Color" -msgstr "" - -#: admin/main.php:151 -msgid "Content Background Color" -msgstr "" - -#: admin/main.php:152 -msgid "Menu Items Background Color" -msgstr "" - -#: admin/main.php:153 -msgid "First Sidebar Background Color" -msgstr "" - -#: admin/main.php:154 -msgid "Second Sidebar Background Color" -msgstr "" - -#: admin/main.php:156 -msgid "Site Title Color" -msgstr "" - -#: admin/main.php:157 -msgid "Site Description Color" -msgstr "" - -#: admin/main.php:159 -msgid "Content Text Color" -msgstr "" - -#: admin/main.php:160 -msgid "Links Color" -msgstr "" - -#: admin/main.php:161 -msgid "Links Hover Color" -msgstr "" - -#: admin/main.php:162 -msgid "Post Title Color" -msgstr "" - -#: admin/main.php:163 -msgid "Post Title Hover Color" -msgstr "" - -#: admin/main.php:164 -msgid "Sidebar Header Background Color" -msgstr "" - -#: admin/main.php:165 -msgid "Sidebar Header Text Color" -msgstr "" - -#: admin/main.php:166 -msgid "Footer Widget Background Color" -msgstr "" - -#: admin/main.php:167 -msgid "Footer Background Color" -msgstr "" - -#: admin/main.php:168 -msgid "Footer Widget Header Text Color" -msgstr "" - -#: admin/main.php:169 -msgid "Footer Widget Link Color" -msgstr "" - -#: admin/main.php:170 -msgid "Footer Widget Hover Color" -msgstr "" - -#: admin/main.php:172 -msgid "Breadcrumbs" -msgstr "" - -#: admin/main.php:173 -msgid "Pagination" -msgstr "" - -#: admin/main.php:174 -msgid "Main Menu Alignment" -msgstr "" - -#: admin/main.php:175 -msgid "Post Images Border" -msgstr "" - -#: admin/main.php:176 -msgid "Caption Border" -msgstr "" - -#: admin/main.php:177 -msgid "Caption Pin" -msgstr "" - -#: admin/main.php:178 -msgid "Sidebar Menu Bullets" -msgstr "" - -#: admin/main.php:179 -msgid "Meta Area Background" -msgstr "" - -#: admin/main.php:180 -msgid "Post Separator" -msgstr "" - -#: admin/main.php:181 -msgid "Content List Bullets" -msgstr "" - -#: admin/main.php:182 -msgid "Page Titles" -msgstr "" - -#: admin/main.php:183 -msgid "Category Page Titles" -msgstr "" - -#: admin/main.php:184 -msgid "Hide Tables" -msgstr "" - -#: admin/main.php:185 -msgid "Back to Top button" -msgstr "" - -#: admin/main.php:186 -msgid "Text Under Comments" -msgstr "" - -#: admin/main.php:187 -msgid "Comments are closed text" -msgstr "" - -#: admin/main.php:188 -msgid "Comments off" -msgstr "" - -#: admin/main.php:190 -msgid "Post Comments Link" -msgstr "" - -#: admin/main.php:191 -msgid "Post Date" -msgstr "" - -#: admin/main.php:192 -msgid "Post Time" -msgstr "" - -#: admin/main.php:193 -msgid "Post Author" -msgstr "" - -#: admin/main.php:194 -msgid "Post Category" -msgstr "" - -#: admin/main.php:195 -msgid "Meta Bar" -msgstr "" - -#: admin/main.php:196 -msgid "Post Tags" -msgstr "" - -#: admin/main.php:197 -msgid "Post Permalink" -msgstr "" - -#: admin/main.php:199 -msgid "Post Excerpts on Home Page" -msgstr "" - -#: admin/main.php:200 -msgid "Affect Sticky Posts" -msgstr "" - -#: admin/main.php:201 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "" - -#: admin/main.php:202 -msgid "Number of Words for Post Excerpts " -msgstr "" - -#: admin/main.php:203 -msgid "Magazine Layout" -msgstr "" - -#: admin/main.php:204 -msgid "Excerpt suffix" -msgstr "" - -#: admin/main.php:205 -msgid "Continue reading link text " -msgstr "" - -#: admin/main.php:206 -msgid "HTML tags in Excerpts" -msgstr "" - -#: admin/main.php:208 -msgid "Featured Images as POST Thumbnails " -msgstr "" - -#: admin/main.php:209 -msgid "Auto Select Images From Posts " -msgstr "" - -#: admin/main.php:210 -msgid "Thumbnails Alignment " -msgstr "" - -#: admin/main.php:211 -msgid "Thumbnails Size " -msgstr "" - -#: admin/main.php:212 -msgid "Featured Images as HEADER Images " -msgstr "" - -#: admin/main.php:214 -msgid "Link nr. 1" -msgstr "" - -#: admin/main.php:215 -msgid "Link nr. 2" -msgstr "" - -#: admin/main.php:216 -msgid "Link nr. 3" -msgstr "" - -#: admin/main.php:217 -msgid "Link nr. 4" -msgstr "" - -#: admin/main.php:218 -msgid "Link nr. 5" -msgstr "" - -#: admin/main.php:219 -msgid "Socials display" -msgstr "" - -#: admin/main.php:221 -msgid "Custom Footer Text" -msgstr "" - -#: admin/main.php:222 -msgid "Custom CSS" -msgstr "" - -#: admin/main.php:223 -msgid "Custom JavaScript" -msgstr "" - -#: admin/main.php:240 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "" - -#: admin/main.php:261 -msgid "Mantra settings updated successfully." -msgstr "" - -#: admin/main.php:309 -msgid "Import/Export Settings" -msgstr "" - -#: admin/main.php:315 -msgid "Export Theme options" -msgstr "" - -#: admin/main.php:316 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" - -#: admin/main.php:321 -msgid "Import Theme options" -msgstr "" - -#: admin/main.php:322 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" - -#: admin/main.php:330 -msgid "Mantra Latest News" -msgstr "" - -#: admin/main.php:342 -msgid "No news items." -msgstr "" - -#: admin/main.php:346 -msgid "Posted on" -msgstr "" - -#: admin/settings.php:66 -msgid "One column (no sidebars)" -msgstr "" - -#: admin/settings.php:67 -msgid "Two columns, sidebar on the right" -msgstr "" - -#: admin/settings.php:68 -msgid "Two columns, sidebar on the left" -msgstr "" - -#: admin/settings.php:69 -msgid "Three columns, sidebars on the right" -msgstr "" - -#: admin/settings.php:70 -msgid "Three columns, sidebars on the left" -msgstr "" - -#: admin/settings.php:71 -msgid "Three columns, one sidebar on each side" -msgstr "" - -#: admin/settings.php:86 -msgid "" -"Choose your layout. Possible options are:
    No sidebar, a single sidebar " -"on either left of right, two sidebars on either left or\n" -"\t\tright and two sidebars on each side." -msgstr "" - -#: admin/settings.php:95 -msgid "Absolute" -msgstr "" - -#: admin/settings.php:95 -msgid "Relative *DEPRECATED" -msgstr "" - -#: admin/settings.php:96 -msgid "Dimensions to use: " -msgstr "" - -#: admin/settings.php:178 admin/settings.php:198 -msgid "Content =" -msgstr "" - -#: admin/settings.php:179 admin/settings.php:199 -msgid "Sidebar(s) =" -msgstr "" - -#: admin/settings.php:180 admin/settings.php:200 -msgid "Total width =" -msgstr "" - -#: admin/settings.php:189 -msgid "" -"Select the width of your content and sidebar(s).\n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" - -#: admin/settings.php:209 -msgid "" -"Select the width of your content and sidebar(s).\n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
    \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" - -#: admin/settings.php:223 admin/settings.php:250 admin/settings.php:269 -#: admin/settings.php:738 admin/settings.php:1101 admin/settings.php:1163 -#: admin/settings.php:1351 admin/settings.php:1366 admin/settings.php:1537 -#: admin/settings.php:1599 admin/settings.php:1800 admin/settings.php:1829 -#: admin/settings.php:1852 admin/settings.php:1875 admin/settings.php:1924 -msgid "Enable" -msgstr "" - -#: admin/settings.php:223 admin/settings.php:250 admin/settings.php:269 -#: admin/settings.php:738 admin/settings.php:1101 admin/settings.php:1163 -#: admin/settings.php:1351 admin/settings.php:1366 admin/settings.php:1537 -#: admin/settings.php:1599 admin/settings.php:1800 admin/settings.php:1829 -#: admin/settings.php:1852 admin/settings.php:1875 admin/settings.php:1924 -msgid "Disable" -msgstr "" - -#: admin/settings.php:236 -msgid "" -"Enable to make Mantra fully responsive. The layout and general sizes of your " -"blog will adjust depending on what device and what resolution it is viewed " -"in.
    Do not disable unless you have a good reason to." -msgstr "" - -#: admin/settings.php:258 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\t\ttext and images.
    If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" - -#: admin/settings.php:261 -#, php-format -msgid "" -"You have enabled the Presentation Page but your WordPress' Front page " -"displays option is set to use a static page. WordPress guidelines " -"require that the static page option have priority over theme options.
    Go " -"to %1$s and set the Front page displays option to Your " -"latest posts to display the presentation page." -msgstr "" - -#: admin/settings.php:278 -msgid "posts" -msgstr "" - -#: admin/settings.php:279 -msgid "" -"Enable to display latest posts on the presentation page, below the columns. " -"Sticky posts are always displayed and not counted." -msgstr "" - -#: admin/settings.php:287 -msgid "Slider Dimensions:" -msgstr "" - -#: admin/settings.php:288 -msgid "width" -msgstr "" - -#: admin/settings.php:289 -msgid "height" -msgstr "" - -#: admin/settings.php:290 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" - -#: admin/settings.php:292 -msgid "Animation:" -msgstr "" - -#: admin/settings.php:294 -msgid "Random" -msgstr "" - -#: admin/settings.php:294 -msgid "Fold" -msgstr "" - -#: admin/settings.php:294 -msgid "Fade" -msgstr "" - -#: admin/settings.php:294 -msgid "SlideInRight" -msgstr "" - -#: admin/settings.php:294 -msgid "SlideInLeft" -msgstr "" - -#: admin/settings.php:294 -msgid "SliceDown" -msgstr "" - -#: admin/settings.php:294 -msgid "SliceDownLeft" -msgstr "" - -#: admin/settings.php:294 -msgid "SliceUp" -msgstr "" - -#: admin/settings.php:294 -msgid "SliceUpLeft" -msgstr "" - -#: admin/settings.php:294 -msgid "SliceUpDown" -msgstr "" - -#: admin/settings.php:294 -msgid "SliceUpDownLeft" -msgstr "" - -#: admin/settings.php:294 -msgid "BoxRandom" -msgstr "" - -#: admin/settings.php:294 -msgid "BoxRain" -msgstr "" - -#: admin/settings.php:294 -msgid "BoxRainReverse" -msgstr "" - -#: admin/settings.php:294 -msgid "BoxRainGrow" -msgstr "" - -#: admin/settings.php:294 -msgid "BoxRainGrowReverse" -msgstr "" - -#: admin/settings.php:302 -msgid "The transition effect your slider will have." -msgstr "" - -#: admin/settings.php:304 -msgid "Border Settings:" -msgstr "" - -#: admin/settings.php:305 -msgid "Width" -msgstr "" - -#: admin/settings.php:306 -msgid "Color" -msgstr "" - -#: admin/settings.php:308 -msgid "The width and color of the slider's border." -msgstr "" - -#: admin/settings.php:310 -msgid "Animation Time:" -msgstr "" - -#: admin/settings.php:311 admin/settings.php:315 -msgid "milliseconds" -msgstr "" - -#: admin/settings.php:312 -msgid "The time in which the transition animation will take place." -msgstr "" - -#: admin/settings.php:314 -msgid "Pause Time:" -msgstr "" - -#: admin/settings.php:316 -msgid "The time in which a slide will be still and visible." -msgstr "" - -#: admin/settings.php:319 -msgid "Slider navigation:" -msgstr "" - -#: admin/settings.php:321 -msgid "Numbers" -msgstr "" - -#: admin/settings.php:321 -msgid "Bullets" -msgstr "" - -#: admin/settings.php:321 admin/settings.php:1458 -msgid "None" -msgstr "" - -#: admin/settings.php:329 -msgid "Your slider navigation type. Shown under the slider." -msgstr "" - -#: admin/settings.php:331 -msgid "Slider arrows:" -msgstr "" - -#: admin/settings.php:333 -msgid "Always Visible" -msgstr "" - -#: admin/settings.php:333 -msgid "Visible on Hover" -msgstr "" - -#: admin/settings.php:333 -msgid "Hidden" -msgstr "" - -#: admin/settings.php:341 -msgid "The Left and Right arrows on your slider" -msgstr "" - -#: admin/settings.php:382 admin/settings.php:451 -msgid "Select Category" -msgstr "" - -#: admin/settings.php:409 -msgid "Custom Slides" -msgstr "" - -#: admin/settings.php:409 -msgid "Latest Posts" -msgstr "" - -#: admin/settings.php:409 -msgid "Random Posts" -msgstr "" - -#: admin/settings.php:409 -msgid "Sticky Posts" -msgstr "" - -#: admin/settings.php:409 -msgid "Latest Posts from Category" -msgstr "" - -#: admin/settings.php:409 -msgid "Random Posts from Category" -msgstr "" - -#: admin/settings.php:409 -msgid "Specific Posts" -msgstr "" - -#: admin/settings.php:410 -msgid "Select the content you want to load in your slides:" -msgstr "" - -#: admin/settings.php:418 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" - -#: admin/settings.php:423 -msgid "Latest posts will be loaded into the slider." -msgstr "" - -#: admin/settings.php:427 -msgid "Random posts will be loaded into the slider." -msgstr "" - -#: admin/settings.php:431 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" - -#: admin/settings.php:436 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "" - -#: admin/settings.php:440 -msgid "Only sticky posts will be loaded into the slider." -msgstr "" - -#: admin/settings.php:444 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" - -#: admin/settings.php:449 -msgid "
    Choose the cateogry: " -msgstr "" - -#: admin/settings.php:466 -msgid "Number of posts to show:" -msgstr "" - -#: admin/settings.php:473 -msgid "Slide 1" -msgstr "" - -#: admin/settings.php:475 admin/settings.php:490 admin/settings.php:505 -#: admin/settings.php:520 admin/settings.php:535 admin/settings.php:577 -#: admin/settings.php:592 admin/settings.php:607 admin/settings.php:622 -#: content-image.php:19 -msgid "Image" -msgstr "" - -#: admin/settings.php:477 admin/settings.php:492 admin/settings.php:507 -#: admin/settings.php:522 admin/settings.php:537 admin/settings.php:579 -#: admin/settings.php:594 admin/settings.php:609 admin/settings.php:624 -#: admin/settings.php:773 admin/settings.php:796 -msgid "Select / Upload Image" -msgstr "" - -#: admin/settings.php:478 admin/settings.php:493 admin/settings.php:508 -#: admin/settings.php:523 admin/settings.php:538 admin/settings.php:580 -#: admin/settings.php:595 admin/settings.php:625 -msgid "Title" -msgstr "" - -#: admin/settings.php:480 admin/settings.php:495 admin/settings.php:510 -#: admin/settings.php:525 admin/settings.php:540 admin/settings.php:582 -#: admin/settings.php:597 admin/settings.php:612 admin/settings.php:627 -msgid "Text" -msgstr "" - -#: admin/settings.php:482 admin/settings.php:497 admin/settings.php:512 -#: admin/settings.php:527 admin/settings.php:542 admin/settings.php:584 -#: admin/settings.php:599 admin/settings.php:614 admin/settings.php:629 -#: content-link.php:20 -msgid "Link" -msgstr "" - -#: admin/settings.php:488 -msgid "Slide 2" -msgstr "" - -#: admin/settings.php:503 -msgid "Slide 3" -msgstr "" - -#: admin/settings.php:518 -msgid "Slide 4" -msgstr "" - -#: admin/settings.php:533 -msgid "Slide 5" -msgstr "" - -#: admin/settings.php:555 -msgid "Number of columns:" -msgstr "" - -#: admin/settings.php:565 -msgid "Image Height:" -msgstr "" - -#: admin/settings.php:568 -msgid "Read more text:" -msgstr "" - -#: admin/settings.php:571 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" - -#: admin/settings.php:575 -msgid "1st Column" -msgstr "" - -#: admin/settings.php:590 -msgid "2nd Column" -msgstr "" - -#: admin/settings.php:605 -msgid "3rd Column" -msgstr "" - -#: admin/settings.php:620 -msgid "4th Column" -msgstr "" - -#: admin/settings.php:642 -msgid "Extra Text" -msgstr "" - -#: admin/settings.php:644 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" - -#: admin/settings.php:647 -msgid "Top Title" -msgstr "" - -#: admin/settings.php:648 -msgid "Second Title" -msgstr "" - -#: admin/settings.php:651 -msgid "Title color" -msgstr "" - -#: admin/settings.php:655 -msgid "Bottom Text 1" -msgstr "" - -#: admin/settings.php:657 -msgid "Bottom Text 2" -msgstr "" - -#: admin/settings.php:665 -msgid "Hide areas" -msgstr "" - -#: admin/settings.php:667 -msgid "Choose the areas to hide on the first page." -msgstr "" - -#: admin/settings.php:679 -msgid "Hide the header area (image or background color)." -msgstr "" - -#: admin/settings.php:683 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "" - -#: admin/settings.php:687 -msgid "Hide the footer widgets. " -msgstr "" - -#: admin/settings.php:691 -msgid "Hide the footer (copyright area)." -msgstr "" - -#: admin/settings.php:695 -msgid "Hide the white color. Only the background color remains." -msgstr "" - -#: admin/settings.php:715 -msgid "" -"Select the header's height. After saving the settings make sure you reupload " -"a new header image (if you're using one). The header's width will be = " -msgstr "" - -#: admin/settings.php:722 -msgid "Define header image" -msgstr "" - -#: admin/settings.php:723 -msgid "" -"The header image should not be used to display logos.
    Enable ratio " -"preservation to force the header image aspect ratio. Keep in mind that short " -"images will become very small on mobile devices." -msgstr "" - -#: admin/settings.php:746 -msgid "Enable or disable the round corners for the main menu items." -msgstr "" - -#: admin/settings.php:754 -msgid "Site Title and Description" -msgstr "" - -#: admin/settings.php:754 -msgid "Custom Logo" -msgstr "" - -#: admin/settings.php:754 -msgid "Clickable header image" -msgstr "" - -#: admin/settings.php:754 -msgid "Empty" -msgstr "" - -#: admin/settings.php:762 -msgid "Choose what to display inside your header area." -msgstr "" - -#: admin/settings.php:772 -msgid "" -"Custom Logo upload. The logo will appear over the heder image if you have " -"used one." -msgstr "" - -#: admin/settings.php:781 -msgid "top" -msgstr "" - -#: admin/settings.php:782 -msgid "left" -msgstr "" - -#: admin/settings.php:785 -msgid "" -"Select the top spacing for the header. Use it to better position your site " -"title and description or custom logo inside the header. " -msgstr "" - -#: admin/settings.php:795 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png.
    Note that " -"some browsers do not display the changed favicon instantly." -msgstr "" - -#: admin/settings.php:818 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" - -#: admin/settings.php:862 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" - -#: admin/settings.php:864 admin/settings.php:914 admin/settings.php:965 -#: admin/settings.php:1017 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" - -#: admin/settings.php:911 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" - -#: admin/settings.php:963 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" - -#: admin/settings.php:1014 -msgid "" -"Select the font family you want your headings to have (h1 - h6 tags will be " -"affected). Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/settings.php:1026 admin/settings.php:1041 admin/settings.php:1056 -#: admin/settings.php:1116 admin/settings.php:1131 admin/settings.php:1146 -msgid "Default" -msgstr "" - -#: admin/settings.php:1034 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1049 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" - -#: admin/settings.php:1056 admin/settings.php:1380 admin/settings.php:1891 -msgid "Left" -msgstr "" - -#: admin/settings.php:1056 admin/settings.php:1380 admin/settings.php:1891 -msgid "Right" -msgstr "" - -#: admin/settings.php:1056 -msgid "Justify" -msgstr "" - -#: admin/settings.php:1056 admin/settings.php:1380 admin/settings.php:1891 -msgid "Center" -msgstr "" - -#: admin/settings.php:1064 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" - -#: admin/settings.php:1078 -msgid "Choose the spacing between paragraphs." -msgstr "" - -#: admin/settings.php:1093 -msgid "Choose the indent for your paragraphs." -msgstr "" - -#: admin/settings.php:1109 -msgid "Disable the default header and title indent (left margin)." -msgstr "" - -#: admin/settings.php:1124 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1139 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1154 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1171 -msgid "Disable the default text shadow on headers and titles." -msgstr "" - -#: admin/settings.php:1179 -msgid "Define background image" -msgstr "" - -#: admin/settings.php:1188 -msgid "Background color (Default value is 444444)." -msgstr "" - -#: admin/settings.php:1196 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" - -#: admin/settings.php:1203 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "" - -#: admin/settings.php:1210 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" - -#: admin/settings.php:1217 -msgid "" -"First sidebar background color (Default is no color for a transparent " -"sidebar)." -msgstr "" - -#: admin/settings.php:1224 -msgid "" -"Second sidebar background color (Default is no color for a transparent " -"sidebar)." -msgstr "" - -#: admin/settings.php:1232 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" - -#: admin/settings.php:1240 -msgid "Footer background color (Default value is 222222)." -msgstr "" - -#: admin/settings.php:1248 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "" - -#: admin/settings.php:1256 -msgid "Your blog's description color(Default value is 222222)." -msgstr "" - -#: admin/settings.php:1264 -msgid "Content Text Color (Default value is 333333)." -msgstr "" - -#: admin/settings.php:1272 -msgid "Links color (Default value is 0D85CC)." -msgstr "" - -#: admin/settings.php:1280 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" - -#: admin/settings.php:1288 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "" - -#: admin/settings.php:1296 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" - -#: admin/settings.php:1304 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "" - -#: admin/settings.php:1313 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "" - -#: admin/settings.php:1321 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "" - -#: admin/settings.php:1329 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "" - -#: admin/settings.php:1337 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" - -#: admin/settings.php:1359 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" - -#: admin/settings.php:1374 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" - -#: admin/settings.php:1388 -msgid "" -"Select the desired main menu items alignment. Center option is only valid " -"for single line menus." -msgstr "" - -#: admin/settings.php:1395 admin/settings.php:1458 -msgid "White" -msgstr "" - -#: admin/settings.php:1395 -msgid "Light" -msgstr "" - -#: admin/settings.php:1395 -msgid "Light Gray" -msgstr "" - -#: admin/settings.php:1395 admin/settings.php:1458 -msgid "Gray" -msgstr "" - -#: admin/settings.php:1395 -msgid "Dark Gray" -msgstr "" - -#: admin/settings.php:1395 -msgid "Black" -msgstr "" - -#: admin/settings.php:1403 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" - -#: admin/settings.php:1419 -msgid "The border around your inserted images. " -msgstr "" - -#: admin/settings.php:1434 -msgid "The image on top of your captions. " -msgstr "" - -#: admin/settings.php:1449 -msgid "The sidebar list bullets. " -msgstr "" - -#: admin/settings.php:1466 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default." -msgstr "" - -#: admin/settings.php:1474 admin/settings.php:1490 admin/settings.php:1507 -#: admin/settings.php:1522 admin/settings.php:1552 admin/settings.php:1567 -#: admin/settings.php:1583 admin/settings.php:1619 admin/settings.php:1634 -#: admin/settings.php:1649 admin/settings.php:1664 admin/settings.php:1679 -#: admin/settings.php:1694 admin/settings.php:1709 admin/settings.php:1724 -msgid "Show" -msgstr "" - -#: admin/settings.php:1474 admin/settings.php:1490 admin/settings.php:1507 -#: admin/settings.php:1522 admin/settings.php:1552 admin/settings.php:1583 -#: admin/settings.php:1619 admin/settings.php:1634 admin/settings.php:1649 -#: admin/settings.php:1664 admin/settings.php:1679 admin/settings.php:1694 -#: admin/settings.php:1709 admin/settings.php:1724 -msgid "Hide" -msgstr "" - -#: admin/settings.php:1482 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "" - -#: admin/settings.php:1498 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" - -#: admin/settings.php:1515 -msgid "Hide or show Page titles on any created pages. " -msgstr "" - -#: admin/settings.php:1530 -msgid "Hide or show Page titles on Category Pages. " -msgstr "" - -#: admin/settings.php:1545 -msgid "Hide table borders and background color." -msgstr "" - -#: admin/settings.php:1560 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" - -#: admin/settings.php:1567 -msgid "Hide in posts" -msgstr "" - -#: admin/settings.php:1567 -msgid "Hide in pages" -msgstr "" - -#: admin/settings.php:1567 -msgid "Hide everywhere" -msgstr "" - -#: admin/settings.php:1575 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" - -#: admin/settings.php:1591 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" - -#: admin/settings.php:1607 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" - -#: admin/settings.php:1627 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" - -#: admin/settings.php:1642 -msgid "Hide or show the post date." -msgstr "" - -#: admin/settings.php:1657 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" - -#: admin/settings.php:1672 -msgid "Hide or show the post author." -msgstr "" - -#: admin/settings.php:1687 -msgid "Hide the post category." -msgstr "" - -#: admin/settings.php:1702 -msgid "Hide the 'Bookmark permalink'." -msgstr "" - -#: admin/settings.php:1717 -msgid "Hide the meta bar. All meta info in it will be hidden." -msgstr "" - -#: admin/settings.php:1732 -msgid "Hide the post tags." -msgstr "" - -#: admin/settings.php:1745 admin/settings.php:1760 admin/settings.php:1776 -msgid "Excerpt" -msgstr "" - -#: admin/settings.php:1745 admin/settings.php:1760 admin/settings.php:1776 -msgid "Full Post" -msgstr "" - -#: admin/settings.php:1753 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" - -#: admin/settings.php:1768 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" - -#: admin/settings.php:1784 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" - -#: admin/settings.php:1792 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" - -#: admin/settings.php:1808 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" - -#: admin/settings.php:1815 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" - -#: admin/settings.php:1822 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" - -#: admin/settings.php:1837 -#, php-format -msgid "" -"By default WordPress excerpts remove all HTML tags (%s and all others) and " -"only clean text is left in the excerpt.\n" -"Enabling this option allows HTML tags to remain in excerpts so all your " -"default formating will be kept.
    Just a warning: If HTML tags " -"are enabled, you have to make sure\n" -"they are not left open. So if within your post you have an opened HTML tag " -"but the except ends before that tag closes, the rest of the site will be " -"contained in that HTML tag. -- Leave 'Disable' if unsure -- " -msgstr "" - -#: admin/settings.php:1868 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" - -#: admin/settings.php:1883 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" - -#: admin/settings.php:1899 -msgid "Thumbnail alignment." -msgstr "" - -#: admin/settings.php:1916 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" - -#: admin/settings.php:1932 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" - -#: admin/settings.php:1948 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" - -#: admin/settings.php:1949 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "" - -#: admin/settings.php:1950 -msgid "There are a total of 27 social networks to choose from. " -msgstr "" - -#: admin/settings.php:1951 -msgid "You can leave any number of inputs empty. " -msgstr "" - -#: admin/settings.php:1952 -msgid "You can choose the same social media any number of times. " -msgstr "" - -#: admin/settings.php:2027 -msgid "Choose the areas where to display the social icons." -msgstr "" - -#: admin/settings.php:2040 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
    " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" - -#: admin/settings.php:2048 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
    Your custom CSS will be preserved when updating the " -"theme.
    The <style> tags are not needed." -msgstr "" - -#: admin/settings.php:2055 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software).
    The <script> tags are not needed." -msgstr "" - -#: archive.php:27 -#, php-format -msgid "Daily Archives: %s" -msgstr "" - -#: archive.php:29 -#, php-format -msgid "Monthly Archives: %s" -msgstr "" - -#: archive.php:29 -msgid "F Y" -msgstr "" - -#: archive.php:31 -#, php-format -msgid "Yearly Archives: %s" -msgstr "" - -#: archive.php:31 -msgid "Y" -msgstr "" - -#: archive.php:33 -msgid "Blog Archives" -msgstr "" - -#: archive.php:59 author.php:75 category.php:51 content-frontpage.php:26 -#: index.php:41 search.php:41 tag.php:52 template-blog.php:36 -msgid "Nothing Found" -msgstr "" - -#: archive.php:63 author.php:79 category.php:55 content-frontpage.php:30 -#: index.php:45 tag.php:56 template-blog.php:40 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "" - -#: attachment.php:29 -msgid "By" -msgstr "" - -#: attachment.php:40 -msgid "Published" -msgstr "" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:49 content-gallery.php:75 content-image.php:42 -#: content-link.php:49 content-page.php:22 content-quote.php:46 -#: content-status.php:48 content.php:76 single.php:55 -#: template-onecolumn.php:28 template-page-with-intro.php:18 -msgid "Edit" -msgstr "" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "" - -#: attachment.php:101 content-aside.php:39 content-chat.php:38 -#: content-gallery.php:65 content-image.php:33 content-link.php:38 -#: content-page.php:21 content-quote.php:36 content-status.php:39 -#: content.php:49 content.php:65 single.php:33 template-onecolumn.php:27 -#: template-page-with-intro.php:17 -msgid "Pages:" -msgstr "" - -#: author.php:29 -#, php-format -msgid "Author Archives: %s" -msgstr "" - -#: author.php:50 -#, php-format -msgid "About %s" -msgstr "" - -#: category.php:20 -#, php-format -msgid "Category Archives: %s" -msgstr "" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" - -#: content-aside.php:20 -msgid "Aside" -msgstr "" - -#: content-aside.php:38 content-chat.php:37 content-image.php:32 -#: content-link.php:37 content-quote.php:35 content-status.php:38 -msgid "Continue reading " -msgstr "" - -#: content-aside.php:46 content-chat.php:45 content-gallery.php:72 -#: content-image.php:39 content-link.php:45 content-quote.php:43 -#: content-status.php:46 content.php:74 includes/theme-loop.php:206 -msgid "Tagged" -msgstr "" - -#: content-chat.php:20 -msgid "Chat" -msgstr "" - -#: content-gallery.php:23 -msgid "Gallery" -msgstr "" - -#: content-page.php:27 includes/theme-comments.php:136 -msgid "Comments are closed." -msgstr "" - -#: content-quote.php:18 -msgid "Quote" -msgstr "" - -#: content-status.php:30 includes/tgm.php:2495 -msgid "Status" -msgstr "" - -#: includes/tgm.php:29 -msgid "Recommended Plugins" -msgstr "" - -#: includes/tgm.php:30 -msgid " Plugins" -msgstr "" - -#: includes/tgm.php:31 includes/tgm.php:390 -#, php-format -msgid "Installing Plugin: %s" -msgstr "" - -#: includes/tgm.php:32 includes/tgm.php:391 -msgid "Something went wrong with the plugin API." -msgstr "" - -#: includes/tgm.php:43 includes/tgm.php:452 -msgid "Return to Required Plugins Installer" -msgstr "" - -#: includes/tgm.php:44 includes/tgm.php:454 includes/tgm.php:3081 -msgid "Plugin activated successfully." -msgstr "" - -#: includes/tgm.php:45 -#, php-format -msgid "All plugins installed and activated successfully. %s" -msgstr "" - -#: includes/tgm.php:388 -msgid "Install Required Plugins" -msgstr "" - -#: includes/tgm.php:389 -msgid "Install Plugins" -msgstr "" - -#: includes/tgm.php:453 -msgid "Return to the dashboard" -msgstr "" - -#: includes/tgm.php:455 -msgid "The following plugin was activated successfully:" -msgstr "" - -#: includes/tgm.php:456 -#, php-format -msgid "No action taken. Plugin %1$s was already active." -msgstr "" - -#: includes/tgm.php:457 -#, php-format -msgid "" -"Plugin not activated. A higher version of %s is needed for this theme. " -"Please update the plugin." -msgstr "" - -#: includes/tgm.php:458 -#, php-format -msgid "All plugins installed and activated successfully. %1$s" -msgstr "" - -#: includes/tgm.php:459 -msgid "Dismiss this notice" -msgstr "" - -#: includes/tgm.php:460 -msgid "Please contact the administrator of this site for help." -msgstr "" - -#: includes/tgm.php:1933 -#, php-format -msgid "TGMPA v%s" -msgstr "" - -#: includes/tgm.php:2219 -msgid "Required" -msgstr "" - -#: includes/tgm.php:2222 -msgid "Recommended" -msgstr "" - -#: includes/tgm.php:2238 -msgid "WordPress Repository" -msgstr "" - -#: includes/tgm.php:2241 -msgid "External Source" -msgstr "" - -#: includes/tgm.php:2244 -msgid "Pre-Packaged" -msgstr "" - -#: includes/tgm.php:2261 -msgid "Not Installed" -msgstr "" - -#: includes/tgm.php:2265 -msgid "Installed But Not Activated" -msgstr "" - -#: includes/tgm.php:2267 -msgid "Active" -msgstr "" - -#: includes/tgm.php:2273 -msgid "Required Update not Available" -msgstr "" - -#: includes/tgm.php:2276 -msgid "Requires Update" -msgstr "" - -#: includes/tgm.php:2279 -msgid "Update recommended" -msgstr "" - -#: includes/tgm.php:2287 -#, php-format -msgid "%1$s, %2$s" -msgstr "" - -#: includes/tgm.php:2423 -msgid "unknown" -msgstr "" - -#: includes/tgm.php:2431 -msgid "Installed version:" -msgstr "" - -#: includes/tgm.php:2439 -msgid "Minimum required version:" -msgstr "" - -#: includes/tgm.php:2451 -msgid "Available version:" -msgstr "" - -#: includes/tgm.php:2474 -#, php-format -msgid "" -"No plugins to install, update or activate. Return to the " -"Dashboard" -msgstr "" - -#: includes/tgm.php:2488 -msgid "Plugin" -msgstr "" - -#: includes/tgm.php:2489 -msgid "Source" -msgstr "" - -#: includes/tgm.php:2490 -msgid "Type" -msgstr "" - -#: includes/tgm.php:2494 -msgid "Version" -msgstr "" - -#: includes/tgm.php:2543 -#, php-format -msgid "Install %2$s" -msgstr "" - -#: includes/tgm.php:2547 -#, php-format -msgid "Update %2$s" -msgstr "" - -#: includes/tgm.php:2552 -#, php-format -msgid "Activate %2$s" -msgstr "" - -#: includes/tgm.php:2655 -msgid "Install" -msgstr "" - -#: includes/tgm.php:2661 -msgid "Update" -msgstr "" - -#: includes/tgm.php:2664 -msgid "Activate" -msgstr "" - -#: includes/tgm.php:2695 -msgid "No plugins were selected to be installed. No action taken." -msgstr "" - -#: includes/tgm.php:2697 -msgid "No plugins were selected to be updated. No action taken." -msgstr "" - -#: includes/tgm.php:2733 -msgid "No plugins are available to be installed at this time." -msgstr "" - -#: includes/tgm.php:2735 -msgid "No plugins are available to be updated at this time." -msgstr "" - -#: includes/tgm.php:3080 -msgid "Plugin activation failed." -msgstr "" - -#: includes/tgm.php:3414 -#, php-format -msgid "Updating Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: includes/tgm.php:3416 -#, php-format -msgid "An error occurred while installing %1$s: %2$s." -msgstr "" - -#: includes/tgm.php:3417 -#, php-format -msgid "The installation of %1$s failed." -msgstr "" - -#: includes/tgm.php:3421 -msgid "" -"The installation and activation process is starting. This process may take a " -"while on some hosts, so please be patient." -msgstr "" - -#: includes/tgm.php:3422 -#, php-format -msgid "%1$s installed and activated successfully." -msgstr "" - -#: includes/tgm.php:3423 -msgid "All installations and activations have been completed." -msgstr "" - -#: includes/tgm.php:3424 -#, php-format -msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: includes/tgm.php:3427 -msgid "" -"The installation process is starting. This process may take a while on some " -"hosts, so please be patient." -msgstr "" - -#: includes/tgm.php:3429 -msgid "All installations have been completed." -msgstr "" - -#: includes/tgm.php:3430 -#, php-format -msgid "Installing Plugin %1$s (%2$d/%3$d)" -msgstr "" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "" - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "" - -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "" - -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "" - -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "" - -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "" - -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "" - -#: includes/theme-functions.php:58 -msgid "Menu" -msgstr "" - -#: includes/theme-functions.php:259 -msgid "Tag" -msgstr "" - -#: includes/theme-functions.php:271 -msgid "Home Page" -msgstr "" - -#: includes/theme-functions.php:344 -msgid "Powered by" -msgstr "" - -#: includes/theme-loop.php:166 -msgid "By " -msgstr "" - -#: includes/theme-loop.php:206 -msgid " Bookmark the " -msgstr "" - -#: includes/theme-loop.php:206 includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "Permalink to" -msgstr "" - -#: includes/theme-loop.php:206 includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "permalink" -msgstr "" - -#: includes/theme-loop.php:208 includes/theme-loop.php:210 -msgid "Bookmark the " -msgstr "" - -#: includes/theme-loop.php:232 -msgid "« Older posts" -msgstr "" - -#: includes/theme-loop.php:233 -msgid "Newer posts »" -msgstr "" - -#: includes/theme-setup.php:94 -msgid "Primary Navigation" -msgstr "" - -#: includes/theme-setup.php:95 -msgid "Top Navigation" -msgstr "" - -#: includes/theme-setup.php:96 -msgid "Footer Navigation" -msgstr "" - -#: includes/theme-setup.php:132 -msgid "mantra" -msgstr "" - -#: includes/theme-setup.php:173 -#, php-format -msgid "Page %s" -msgstr "" - -#: includes/theme-setup.php:236 -msgid "Skip to content" -msgstr "" - -#: includes/theme-setup.php:263 -msgid "Primary Widget Area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:265 -msgid "Primary widget area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:274 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:276 -msgid "Secondary widget area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:285 -msgid "Third Widget Area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:287 -msgid "Third widget area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:296 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:298 -msgid "Fourth widget area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:307 -msgid "First Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:309 -msgid "First footer widget area" -msgstr "" - -#: includes/theme-setup.php:318 -msgid "Second Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:320 -msgid "Second footer widget area" -msgstr "" - -#: includes/theme-setup.php:329 -msgid "Third Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:331 -msgid "The third footer widget area" -msgstr "" - -#: includes/theme-setup.php:340 -msgid "Fourth Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:342 -msgid "The fourth footer widget area" -msgstr "" - -#: includes/theme-setup.php:351 includes/theme-setup.php:353 -msgid "Above content Widget Area" -msgstr "" - -#: includes/theme-setup.php:362 includes/theme-setup.php:364 -msgid "Below Content Widget Area" -msgstr "" - -#: search.php:20 -#, php-format -msgid "Search Results for: %s" -msgstr "" - -#: search.php:39 -#, php-format -msgid "No search results for: %s" -msgstr "" - -#: searchform.php:1 -msgid "Search" -msgstr "" - -#: sidebar.php:26 sidebar.php:92 -msgid "Sidebar 1" -msgstr "" - -#: sidebar.php:28 sidebar.php:94 -#, php-format -msgid "" -"You currently have no widgets set in the primary sidebar. You can add " -"widgets via the Dashboard." -msgstr "" - -#: sidebar.php:29 sidebar.php:61 sidebar.php:95 sidebar.php:128 -#, php-format -msgid "" -"To hide this sidebar, switch to a different Layout via the Theme Settings." -msgstr "" - -#: sidebar.php:58 sidebar.php:125 -msgid "Sidebar 2" -msgstr "" - -#: sidebar.php:60 sidebar.php:127 -#, php-format -msgid "" -"You currently have no widgets set in the secondary sidebar. You can add " -"widgets via the Dashboard." -msgstr "" - -#: single.php:46 -msgid "View all posts by " -msgstr "" - -#: tag.php:21 -#, php-format -msgid "Tag Archives: %s" -msgstr "" +msgid "" +msgstr "" +"Project-Id-Version: Mantra 2.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-02 15:48+0200\n" +"PO-Revision-Date: 2016-03-02 15:50+0200\n" +"Last-Translator: Kay \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.10\n" +"X-Poedit-KeywordsList: __;_e;_x\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "" + +#: admin/admin-functions.php:82 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" + +#: admin/admin-functions.php:90 +msgid "Import Mantra Theme Options" +msgstr "" + +#: admin/admin-functions.php:92 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" + +#: admin/admin-functions.php:94 +msgid "Just choose a file from your computer:" +msgstr "" + +#: admin/admin-functions.php:96 +#, php-format +msgid "Maximum size: %s" +msgstr "" + +#: admin/admin-functions.php:102 +msgid "And import!" +msgstr "" + +#: admin/admin-functions.php:168 +msgid "Import Mantra Theme Options " +msgstr "" + +#: admin/admin-functions.php:171 +msgid "Great! The options have been imported!" +msgstr "" + +#: admin/admin-functions.php:172 +msgid "Go back to the Mantra options page and check them out!" +msgstr "" + +#: admin/admin-functions.php:175 admin/admin-functions.php:181 +#: admin/admin-functions.php:187 +msgid "Oops, there's a small problem." +msgstr "" + +#: admin/admin-functions.php:176 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" + +#: admin/admin-functions.php:182 +msgid "The uploaded file could not be read." +msgstr "" + +#: admin/admin-functions.php:188 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" + +#: admin/admin-functions.php:197 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" + +#: admin/admin-functions.php:203 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "" + +#: admin/main.php:98 +msgid "Layout Settings" +msgstr "" + +#: admin/main.php:99 +msgid "Header Settings" +msgstr "" + +#: admin/main.php:100 +msgid "Presentation Page" +msgstr "" + +#: admin/main.php:101 +msgid "Text Settings" +msgstr "" + +#: admin/main.php:102 +msgid "Color Settings" +msgstr "" + +#: admin/main.php:103 +msgid "Graphics Settings" +msgstr "" + +#: admin/main.php:104 +msgid "Post Information Settings" +msgstr "" + +#: admin/main.php:105 +msgid "Post Excerpt Settings" +msgstr "" + +#: admin/main.php:106 +msgid "Featured Image Settings" +msgstr "" + +#: admin/main.php:107 +msgid "Social Media Settings" +msgstr "" + +#: admin/main.php:108 +msgid "Miscellaneous Settings" +msgstr "" + +#: admin/main.php:111 +msgid "Main Layout" +msgstr "" + +#: admin/main.php:112 +msgid "Content / Sidebar Width" +msgstr "" + +#: admin/main.php:113 +msgid "Responsiveness" +msgstr "" + +#: admin/main.php:116 +msgid "Enable Presentation Page" +msgstr "" + +#: admin/main.php:117 +msgid "Show Posts on Presentation Page" +msgstr "" + +#: admin/main.php:118 +msgid "Slider Settings" +msgstr "" + +#: admin/main.php:119 +msgid "Slides" +msgstr "" + +#: admin/main.php:120 +msgid "Presentation Page Columns" +msgstr "" + +#: admin/main.php:121 +msgid "Extras" +msgstr "" + +#: admin/main.php:124 +msgid "Header Height" +msgstr "" + +#: admin/main.php:125 +msgid "Header Image" +msgstr "" + +#: admin/main.php:126 +msgid "Site Header" +msgstr "" + +#: admin/main.php:127 +msgid "Custom Logo Upload" +msgstr "" + +#: admin/main.php:128 +msgid "Header Spacing" +msgstr "" + +#: admin/main.php:129 +msgid "Rounded Menu Corners" +msgstr "" + +#: admin/main.php:130 +msgid "FavIcon Upload" +msgstr "" + +#: admin/main.php:132 +msgid "General Font" +msgstr "" + +#: admin/main.php:133 +msgid "General Font Size" +msgstr "" + +#: admin/main.php:134 +msgid "Post Title Font " +msgstr "" + +#: admin/main.php:135 +msgid "Post Title Font Size" +msgstr "" + +#: admin/main.php:136 +msgid "Sidebar Font" +msgstr "" + +#: admin/main.php:137 +msgid "SideBar Font Size" +msgstr "" + +#: admin/main.php:138 +msgid "Headings Font" +msgstr "" + +#: admin/main.php:139 +msgid "Force Text Align" +msgstr "" + +#: admin/main.php:140 +msgid "Paragraph spacing" +msgstr "" + +#: admin/main.php:141 +msgid "Paragraph indent" +msgstr "" + +#: admin/main.php:142 +msgid "Header indent" +msgstr "" + +#: admin/main.php:143 +msgid "Line Height" +msgstr "" + +#: admin/main.php:144 +msgid "Word spacing" +msgstr "" + +#: admin/main.php:145 +msgid "Letter spacing" +msgstr "" + +#: admin/main.php:146 +msgid "Text shadow" +msgstr "" + +#: admin/main.php:148 +msgid "Background Image" +msgstr "" + +#: admin/main.php:149 +msgid "Background Color" +msgstr "" + +#: admin/main.php:150 +msgid "Header (Banner and Menu) Background Color" +msgstr "" + +#: admin/main.php:151 +msgid "Content Background Color" +msgstr "" + +#: admin/main.php:152 +msgid "Menu Items Background Color" +msgstr "" + +#: admin/main.php:153 +msgid "First Sidebar Background Color" +msgstr "" + +#: admin/main.php:154 +msgid "Second Sidebar Background Color" +msgstr "" + +#: admin/main.php:156 +msgid "Site Title Color" +msgstr "" + +#: admin/main.php:157 +msgid "Site Description Color" +msgstr "" + +#: admin/main.php:159 +msgid "Content Text Color" +msgstr "" + +#: admin/main.php:160 +msgid "Links Color" +msgstr "" + +#: admin/main.php:161 +msgid "Links Hover Color" +msgstr "" + +#: admin/main.php:162 +msgid "Post Title Color" +msgstr "" + +#: admin/main.php:163 +msgid "Post Title Hover Color" +msgstr "" + +#: admin/main.php:164 +msgid "Sidebar Header Background Color" +msgstr "" + +#: admin/main.php:165 +msgid "Sidebar Header Text Color" +msgstr "" + +#: admin/main.php:166 +msgid "Footer Widget Background Color" +msgstr "" + +#: admin/main.php:167 +msgid "Footer Background Color" +msgstr "" + +#: admin/main.php:168 +msgid "Footer Widget Header Text Color" +msgstr "" + +#: admin/main.php:169 +msgid "Footer Widget Link Color" +msgstr "" + +#: admin/main.php:170 +msgid "Footer Widget Hover Color" +msgstr "" + +#: admin/main.php:172 +msgid "Breadcrumbs" +msgstr "" + +#: admin/main.php:173 +msgid "Pagination" +msgstr "" + +#: admin/main.php:174 +msgid "Main Menu Alignment" +msgstr "" + +#: admin/main.php:175 +msgid "Post Images Border" +msgstr "" + +#: admin/main.php:176 +msgid "Caption Border" +msgstr "" + +#: admin/main.php:177 +msgid "Caption Pin" +msgstr "" + +#: admin/main.php:178 +msgid "Sidebar Menu Bullets" +msgstr "" + +#: admin/main.php:179 +msgid "Meta Area Background" +msgstr "" + +#: admin/main.php:180 +msgid "Post Separator" +msgstr "" + +#: admin/main.php:181 +msgid "Content List Bullets" +msgstr "" + +#: admin/main.php:182 +msgid "Page Titles" +msgstr "" + +#: admin/main.php:183 +msgid "Category Page Titles" +msgstr "" + +#: admin/main.php:184 +msgid "Hide Tables" +msgstr "" + +#: admin/main.php:185 +msgid "Back to Top button" +msgstr "" + +#: admin/main.php:186 +msgid "Text Under Comments" +msgstr "" + +#: admin/main.php:187 +msgid "Comments are closed text" +msgstr "" + +#: admin/main.php:188 +msgid "Comments off" +msgstr "" + +#: admin/main.php:190 +msgid "Post Comments Link" +msgstr "" + +#: admin/main.php:191 +msgid "Post Date" +msgstr "" + +#: admin/main.php:192 +msgid "Post Time" +msgstr "" + +#: admin/main.php:193 +msgid "Post Author" +msgstr "" + +#: admin/main.php:194 +msgid "Post Category" +msgstr "" + +#: admin/main.php:195 +msgid "Meta Bar" +msgstr "" + +#: admin/main.php:196 +msgid "Post Tags" +msgstr "" + +#: admin/main.php:197 +msgid "Post Permalink" +msgstr "" + +#: admin/main.php:199 +msgid "Post Excerpts on Home Page" +msgstr "" + +#: admin/main.php:200 +msgid "Affect Sticky Posts" +msgstr "" + +#: admin/main.php:201 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "" + +#: admin/main.php:202 +msgid "Number of Words for Post Excerpts " +msgstr "" + +#: admin/main.php:203 +msgid "Magazine Layout" +msgstr "" + +#: admin/main.php:204 +msgid "Excerpt suffix" +msgstr "" + +#: admin/main.php:205 +msgid "Continue reading link text " +msgstr "" + +#: admin/main.php:206 +msgid "HTML tags in Excerpts" +msgstr "" + +#: admin/main.php:208 +msgid "Featured Images as POST Thumbnails " +msgstr "" + +#: admin/main.php:209 +msgid "Auto Select Images From Posts " +msgstr "" + +#: admin/main.php:210 +msgid "Thumbnails Alignment " +msgstr "" + +#: admin/main.php:211 +msgid "Thumbnails Size " +msgstr "" + +#: admin/main.php:212 +msgid "Featured Images as HEADER Images " +msgstr "" + +#: admin/main.php:214 +msgid "Link nr. 1" +msgstr "" + +#: admin/main.php:215 +msgid "Link nr. 2" +msgstr "" + +#: admin/main.php:216 +msgid "Link nr. 3" +msgstr "" + +#: admin/main.php:217 +msgid "Link nr. 4" +msgstr "" + +#: admin/main.php:218 +msgid "Link nr. 5" +msgstr "" + +#: admin/main.php:219 +msgid "Socials display" +msgstr "" + +#: admin/main.php:221 +msgid "Custom Footer Text" +msgstr "" + +#: admin/main.php:222 +msgid "Custom CSS" +msgstr "" + +#: admin/main.php:223 +msgid "Custom JavaScript" +msgstr "" + +#: admin/main.php:240 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "" + +#: admin/main.php:261 +msgid "Mantra settings updated successfully." +msgstr "" + +#: admin/main.php:309 +msgid "Import/Export Settings" +msgstr "" + +#: admin/main.php:315 +msgid "Export Theme options" +msgstr "" + +#: admin/main.php:316 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" + +#: admin/main.php:321 +msgid "Import Theme options" +msgstr "" + +#: admin/main.php:322 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" + +#: admin/main.php:330 +msgid "Mantra Latest News" +msgstr "" + +#: admin/main.php:342 +msgid "No news items." +msgstr "" + +#: admin/main.php:346 +msgid "Posted on" +msgstr "" + +#: admin/settings.php:66 +msgid "One column (no sidebars)" +msgstr "" + +#: admin/settings.php:67 +msgid "Two columns, sidebar on the right" +msgstr "" + +#: admin/settings.php:68 +msgid "Two columns, sidebar on the left" +msgstr "" + +#: admin/settings.php:69 +msgid "Three columns, sidebars on the right" +msgstr "" + +#: admin/settings.php:70 +msgid "Three columns, sidebars on the left" +msgstr "" + +#: admin/settings.php:71 +msgid "Three columns, one sidebar on each side" +msgstr "" + +#: admin/settings.php:86 +msgid "" +"Choose your layout. Possible options are:
    No sidebar, a single sidebar " +"on either left of right, two sidebars on either left or\n" +"\t\tright and two sidebars on each side." +msgstr "" + +#: admin/settings.php:95 +msgid "Absolute" +msgstr "" + +#: admin/settings.php:95 +msgid "Relative *DEPRECATED" +msgstr "" + +#: admin/settings.php:96 +msgid "Dimensions to use: " +msgstr "" + +#: admin/settings.php:178 admin/settings.php:198 +msgid "Content =" +msgstr "" + +#: admin/settings.php:179 admin/settings.php:199 +msgid "Sidebar(s) =" +msgstr "" + +#: admin/settings.php:180 admin/settings.php:200 +msgid "Total width =" +msgstr "" + +#: admin/settings.php:189 +msgid "" +"Select the width of your content and sidebar(s).\n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" + +#: admin/settings.php:209 +msgid "" +"Select the width of your content and sidebar(s).\n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
    \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" + +#: admin/settings.php:223 admin/settings.php:250 admin/settings.php:269 +#: admin/settings.php:738 admin/settings.php:1101 admin/settings.php:1163 +#: admin/settings.php:1351 admin/settings.php:1366 admin/settings.php:1537 +#: admin/settings.php:1599 admin/settings.php:1800 admin/settings.php:1829 +#: admin/settings.php:1852 admin/settings.php:1875 admin/settings.php:1924 +msgid "Enable" +msgstr "" + +#: admin/settings.php:223 admin/settings.php:250 admin/settings.php:269 +#: admin/settings.php:738 admin/settings.php:1101 admin/settings.php:1163 +#: admin/settings.php:1351 admin/settings.php:1366 admin/settings.php:1537 +#: admin/settings.php:1599 admin/settings.php:1800 admin/settings.php:1829 +#: admin/settings.php:1852 admin/settings.php:1875 admin/settings.php:1924 +msgid "Disable" +msgstr "" + +#: admin/settings.php:236 +msgid "" +"Enable to make Mantra fully responsive. The layout and general sizes of your " +"blog will adjust depending on what device and what resolution it is viewed " +"in.
    Do not disable unless you have a good reason to." +msgstr "" + +#: admin/settings.php:258 +msgid "" +"Enable the presentation front-page. This will become your new home page. It " +"has a slider and columns for presentation\n" +"\t\ttext and images.
    If you have this enabled but don't see a " +"Presentation page then go to Settings » " +"Reading and make sure you have selected Front Page Displays as Your Latest Posts." +msgstr "" + +#: admin/settings.php:261 +#, php-format +msgid "" +"You have enabled the Presentation Page but your WordPress' Front page " +"displays option is set to use a static page. WordPress guidelines " +"require that the static page option have priority over theme options.
    Go " +"to %1$s and set the Front page displays option to Your " +"latest posts to display the presentation page." +msgstr "" + +#: admin/settings.php:278 +msgid "posts" +msgstr "" + +#: admin/settings.php:279 +msgid "" +"Enable to display latest posts on the presentation page, below the columns. " +"Sticky posts are always displayed and not counted." +msgstr "" + +#: admin/settings.php:287 +msgid "Slider Dimensions:" +msgstr "" + +#: admin/settings.php:288 +msgid "width" +msgstr "" + +#: admin/settings.php:289 +msgid "height" +msgstr "" + +#: admin/settings.php:290 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "" + +#: admin/settings.php:292 +msgid "Animation:" +msgstr "" + +#: admin/settings.php:294 +msgid "Random" +msgstr "" + +#: admin/settings.php:294 +msgid "Fold" +msgstr "" + +#: admin/settings.php:294 +msgid "Fade" +msgstr "" + +#: admin/settings.php:294 +msgid "SlideInRight" +msgstr "" + +#: admin/settings.php:294 +msgid "SlideInLeft" +msgstr "" + +#: admin/settings.php:294 +msgid "SliceDown" +msgstr "" + +#: admin/settings.php:294 +msgid "SliceDownLeft" +msgstr "" + +#: admin/settings.php:294 +msgid "SliceUp" +msgstr "" + +#: admin/settings.php:294 +msgid "SliceUpLeft" +msgstr "" + +#: admin/settings.php:294 +msgid "SliceUpDown" +msgstr "" + +#: admin/settings.php:294 +msgid "SliceUpDownLeft" +msgstr "" + +#: admin/settings.php:294 +msgid "BoxRandom" +msgstr "" + +#: admin/settings.php:294 +msgid "BoxRain" +msgstr "" + +#: admin/settings.php:294 +msgid "BoxRainReverse" +msgstr "" + +#: admin/settings.php:294 +msgid "BoxRainGrow" +msgstr "" + +#: admin/settings.php:294 +msgid "BoxRainGrowReverse" +msgstr "" + +#: admin/settings.php:302 +msgid "The transition effect your slider will have." +msgstr "" + +#: admin/settings.php:304 +msgid "Border Settings:" +msgstr "" + +#: admin/settings.php:305 +msgid "Width" +msgstr "" + +#: admin/settings.php:306 +msgid "Color" +msgstr "" + +#: admin/settings.php:308 +msgid "The width and color of the slider's border." +msgstr "" + +#: admin/settings.php:310 +msgid "Animation Time:" +msgstr "" + +#: admin/settings.php:311 admin/settings.php:315 +msgid "milliseconds" +msgstr "" + +#: admin/settings.php:312 +msgid "The time in which the transition animation will take place." +msgstr "" + +#: admin/settings.php:314 +msgid "Pause Time:" +msgstr "" + +#: admin/settings.php:316 +msgid "The time in which a slide will be still and visible." +msgstr "" + +#: admin/settings.php:319 +msgid "Slider navigation:" +msgstr "" + +#: admin/settings.php:321 +msgid "Numbers" +msgstr "" + +#: admin/settings.php:321 +msgid "Bullets" +msgstr "" + +#: admin/settings.php:321 admin/settings.php:1458 +msgid "None" +msgstr "" + +#: admin/settings.php:329 +msgid "Your slider navigation type. Shown under the slider." +msgstr "" + +#: admin/settings.php:331 +msgid "Slider arrows:" +msgstr "" + +#: admin/settings.php:333 +msgid "Always Visible" +msgstr "" + +#: admin/settings.php:333 +msgid "Visible on Hover" +msgstr "" + +#: admin/settings.php:333 +msgid "Hidden" +msgstr "" + +#: admin/settings.php:341 +msgid "The Left and Right arrows on your slider" +msgstr "" + +#: admin/settings.php:382 admin/settings.php:451 +msgid "Select Category" +msgstr "" + +#: admin/settings.php:409 +msgid "Custom Slides" +msgstr "" + +#: admin/settings.php:409 +msgid "Latest Posts" +msgstr "" + +#: admin/settings.php:409 +msgid "Random Posts" +msgstr "" + +#: admin/settings.php:409 +msgid "Sticky Posts" +msgstr "" + +#: admin/settings.php:409 +msgid "Latest Posts from Category" +msgstr "" + +#: admin/settings.php:409 +msgid "Random Posts from Category" +msgstr "" + +#: admin/settings.php:409 +msgid "Specific Posts" +msgstr "" + +#: admin/settings.php:410 +msgid "Select the content you want to load in your slides:" +msgstr "" + +#: admin/settings.php:418 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" + +#: admin/settings.php:423 +msgid "Latest posts will be loaded into the slider." +msgstr "" + +#: admin/settings.php:427 +msgid "Random posts will be loaded into the slider." +msgstr "" + +#: admin/settings.php:431 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "" + +#: admin/settings.php:436 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "" + +#: admin/settings.php:440 +msgid "Only sticky posts will be loaded into the slider." +msgstr "" + +#: admin/settings.php:444 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "" + +#: admin/settings.php:449 +msgid "
    Choose the cateogry: " +msgstr "" + +#: admin/settings.php:466 +msgid "Number of posts to show:" +msgstr "" + +#: admin/settings.php:473 +msgid "Slide 1" +msgstr "" + +#: admin/settings.php:475 admin/settings.php:490 admin/settings.php:505 +#: admin/settings.php:520 admin/settings.php:535 admin/settings.php:577 +#: admin/settings.php:592 admin/settings.php:607 admin/settings.php:622 +#: content-image.php:19 +msgid "Image" +msgstr "" + +#: admin/settings.php:477 admin/settings.php:492 admin/settings.php:507 +#: admin/settings.php:522 admin/settings.php:537 admin/settings.php:579 +#: admin/settings.php:594 admin/settings.php:609 admin/settings.php:624 +#: admin/settings.php:773 admin/settings.php:796 +msgid "Select / Upload Image" +msgstr "" + +#: admin/settings.php:478 admin/settings.php:493 admin/settings.php:508 +#: admin/settings.php:523 admin/settings.php:538 admin/settings.php:580 +#: admin/settings.php:595 admin/settings.php:625 +msgid "Title" +msgstr "" + +#: admin/settings.php:480 admin/settings.php:495 admin/settings.php:510 +#: admin/settings.php:525 admin/settings.php:540 admin/settings.php:582 +#: admin/settings.php:597 admin/settings.php:612 admin/settings.php:627 +msgid "Text" +msgstr "" + +#: admin/settings.php:482 admin/settings.php:497 admin/settings.php:512 +#: admin/settings.php:527 admin/settings.php:542 admin/settings.php:584 +#: admin/settings.php:599 admin/settings.php:614 admin/settings.php:629 +#: content-link.php:20 +msgid "Link" +msgstr "" + +#: admin/settings.php:488 +msgid "Slide 2" +msgstr "" + +#: admin/settings.php:503 +msgid "Slide 3" +msgstr "" + +#: admin/settings.php:518 +msgid "Slide 4" +msgstr "" + +#: admin/settings.php:533 +msgid "Slide 5" +msgstr "" + +#: admin/settings.php:555 +msgid "Number of columns:" +msgstr "" + +#: admin/settings.php:565 +msgid "Image Height:" +msgstr "" + +#: admin/settings.php:568 +msgid "Read more text:" +msgstr "" + +#: admin/settings.php:571 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" + +#: admin/settings.php:575 +msgid "1st Column" +msgstr "" + +#: admin/settings.php:590 +msgid "2nd Column" +msgstr "" + +#: admin/settings.php:605 +msgid "3rd Column" +msgstr "" + +#: admin/settings.php:620 +msgid "4th Column" +msgstr "" + +#: admin/settings.php:642 +msgid "Extra Text" +msgstr "" + +#: admin/settings.php:644 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" + +#: admin/settings.php:647 +msgid "Top Title" +msgstr "" + +#: admin/settings.php:648 +msgid "Second Title" +msgstr "" + +#: admin/settings.php:651 +msgid "Title color" +msgstr "" + +#: admin/settings.php:655 +msgid "Bottom Text 1" +msgstr "" + +#: admin/settings.php:657 +msgid "Bottom Text 2" +msgstr "" + +#: admin/settings.php:665 +msgid "Hide areas" +msgstr "" + +#: admin/settings.php:667 +msgid "Choose the areas to hide on the first page." +msgstr "" + +#: admin/settings.php:679 +msgid "Hide the header area (image or background color)." +msgstr "" + +#: admin/settings.php:683 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "" + +#: admin/settings.php:687 +msgid "Hide the footer widgets. " +msgstr "" + +#: admin/settings.php:691 +msgid "Hide the footer (copyright area)." +msgstr "" + +#: admin/settings.php:695 +msgid "Hide the white color. Only the background color remains." +msgstr "" + +#: admin/settings.php:715 +msgid "" +"Select the header's height. After saving the settings make sure you reupload " +"a new header image (if you're using one). The header's width will be = " +msgstr "" + +#: admin/settings.php:722 +msgid "Define header image" +msgstr "" + +#: admin/settings.php:723 +msgid "" +"The header image should not be used to display logos.
    Enable ratio " +"preservation to force the header image aspect ratio. Keep in mind that short " +"images will become very small on mobile devices." +msgstr "" + +#: admin/settings.php:746 +msgid "Enable or disable the round corners for the main menu items." +msgstr "" + +#: admin/settings.php:754 +msgid "Site Title and Description" +msgstr "" + +#: admin/settings.php:754 +msgid "Custom Logo" +msgstr "" + +#: admin/settings.php:754 +msgid "Clickable header image" +msgstr "" + +#: admin/settings.php:754 +msgid "Empty" +msgstr "" + +#: admin/settings.php:762 +msgid "Choose what to display inside your header area." +msgstr "" + +#: admin/settings.php:772 +msgid "" +"Custom Logo upload. The logo will appear over the heder image if you have " +"used one." +msgstr "" + +#: admin/settings.php:781 +msgid "top" +msgstr "" + +#: admin/settings.php:782 +msgid "left" +msgstr "" + +#: admin/settings.php:785 +msgid "" +"Select the top spacing for the header. Use it to better position your site " +"title and description or custom logo inside the header. " +msgstr "" + +#: admin/settings.php:795 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png.
    Note that " +"some browsers do not display the changed favicon instantly." +msgstr "" + +#: admin/settings.php:818 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" + +#: admin/settings.php:862 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" + +#: admin/settings.php:864 admin/settings.php:914 admin/settings.php:965 +#: admin/settings.php:1017 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" + +#: admin/settings.php:911 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" + +#: admin/settings.php:963 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" + +#: admin/settings.php:1014 +msgid "" +"Select the font family you want your headings to have (h1 - h6 tags will be " +"affected). Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/settings.php:1026 admin/settings.php:1041 admin/settings.php:1056 +#: admin/settings.php:1116 admin/settings.php:1131 admin/settings.php:1146 +msgid "Default" +msgstr "" + +#: admin/settings.php:1034 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1049 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" + +#: admin/settings.php:1056 admin/settings.php:1380 admin/settings.php:1891 +msgid "Left" +msgstr "" + +#: admin/settings.php:1056 admin/settings.php:1380 admin/settings.php:1891 +msgid "Right" +msgstr "" + +#: admin/settings.php:1056 +msgid "Justify" +msgstr "" + +#: admin/settings.php:1056 admin/settings.php:1380 admin/settings.php:1891 +msgid "Center" +msgstr "" + +#: admin/settings.php:1064 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" + +#: admin/settings.php:1078 +msgid "Choose the spacing between paragraphs." +msgstr "" + +#: admin/settings.php:1093 +msgid "Choose the indent for your paragraphs." +msgstr "" + +#: admin/settings.php:1109 +msgid "Disable the default header and title indent (left margin)." +msgstr "" + +#: admin/settings.php:1124 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1139 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1154 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1171 +msgid "Disable the default text shadow on headers and titles." +msgstr "" + +#: admin/settings.php:1179 +msgid "Define background image" +msgstr "" + +#: admin/settings.php:1188 +msgid "Background color (Default value is 444444)." +msgstr "" + +#: admin/settings.php:1196 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" + +#: admin/settings.php:1203 +msgid "" +"Content background color (Default value is FFFFFF). Works best with really " +"light colors." +msgstr "" + +#: admin/settings.php:1210 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" + +#: admin/settings.php:1217 +msgid "" +"First sidebar background color (Default is no color for a transparent " +"sidebar)." +msgstr "" + +#: admin/settings.php:1224 +msgid "" +"Second sidebar background color (Default is no color for a transparent " +"sidebar)." +msgstr "" + +#: admin/settings.php:1232 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "" + +#: admin/settings.php:1240 +msgid "Footer background color (Default value is 222222)." +msgstr "" + +#: admin/settings.php:1248 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "" + +#: admin/settings.php:1256 +msgid "Your blog's description color(Default value is 222222)." +msgstr "" + +#: admin/settings.php:1264 +msgid "Content Text Color (Default value is 333333)." +msgstr "" + +#: admin/settings.php:1272 +msgid "Links color (Default value is 0D85CC)." +msgstr "" + +#: admin/settings.php:1280 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "" + +#: admin/settings.php:1288 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "" + +#: admin/settings.php:1296 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" + +#: admin/settings.php:1304 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "" + +#: admin/settings.php:1313 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "" + +#: admin/settings.php:1321 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "" + +#: admin/settings.php:1329 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "" + +#: admin/settings.php:1337 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" + +#: admin/settings.php:1359 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" + +#: admin/settings.php:1374 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" + +#: admin/settings.php:1388 +msgid "" +"Select the desired main menu items alignment. Center option is only valid " +"for single line menus." +msgstr "" + +#: admin/settings.php:1395 admin/settings.php:1458 +msgid "White" +msgstr "" + +#: admin/settings.php:1395 +msgid "Light" +msgstr "" + +#: admin/settings.php:1395 +msgid "Light Gray" +msgstr "" + +#: admin/settings.php:1395 admin/settings.php:1458 +msgid "Gray" +msgstr "" + +#: admin/settings.php:1395 +msgid "Dark Gray" +msgstr "" + +#: admin/settings.php:1395 +msgid "Black" +msgstr "" + +#: admin/settings.php:1403 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" + +#: admin/settings.php:1419 +msgid "The border around your inserted images. " +msgstr "" + +#: admin/settings.php:1434 +msgid "The image on top of your captions. " +msgstr "" + +#: admin/settings.php:1449 +msgid "The sidebar list bullets. " +msgstr "" + +#: admin/settings.php:1466 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default." +msgstr "" + +#: admin/settings.php:1474 admin/settings.php:1490 admin/settings.php:1507 +#: admin/settings.php:1522 admin/settings.php:1552 admin/settings.php:1567 +#: admin/settings.php:1583 admin/settings.php:1619 admin/settings.php:1634 +#: admin/settings.php:1649 admin/settings.php:1664 admin/settings.php:1679 +#: admin/settings.php:1694 admin/settings.php:1709 admin/settings.php:1724 +msgid "Show" +msgstr "" + +#: admin/settings.php:1474 admin/settings.php:1490 admin/settings.php:1507 +#: admin/settings.php:1522 admin/settings.php:1552 admin/settings.php:1583 +#: admin/settings.php:1619 admin/settings.php:1634 admin/settings.php:1649 +#: admin/settings.php:1664 admin/settings.php:1679 admin/settings.php:1694 +#: admin/settings.php:1709 admin/settings.php:1724 +msgid "Hide" +msgstr "" + +#: admin/settings.php:1482 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "" + +#: admin/settings.php:1498 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" + +#: admin/settings.php:1515 +msgid "Hide or show Page titles on any created pages. " +msgstr "" + +#: admin/settings.php:1530 +msgid "Hide or show Page titles on Category Pages. " +msgstr "" + +#: admin/settings.php:1545 +msgid "Hide table borders and background color." +msgstr "" + +#: admin/settings.php:1560 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" + +#: admin/settings.php:1567 +msgid "Hide in posts" +msgstr "" + +#: admin/settings.php:1567 +msgid "Hide in pages" +msgstr "" + +#: admin/settings.php:1567 +msgid "Hide everywhere" +msgstr "" + +#: admin/settings.php:1575 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" + +#: admin/settings.php:1591 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" + +#: admin/settings.php:1607 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" + +#: admin/settings.php:1627 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" + +#: admin/settings.php:1642 +msgid "Hide or show the post date." +msgstr "" + +#: admin/settings.php:1657 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" + +#: admin/settings.php:1672 +msgid "Hide or show the post author." +msgstr "" + +#: admin/settings.php:1687 +msgid "Hide the post category." +msgstr "" + +#: admin/settings.php:1702 +msgid "Hide the 'Bookmark permalink'." +msgstr "" + +#: admin/settings.php:1717 +msgid "Hide the meta bar. All meta info in it will be hidden." +msgstr "" + +#: admin/settings.php:1732 +msgid "Hide the post tags." +msgstr "" + +#: admin/settings.php:1745 admin/settings.php:1760 admin/settings.php:1776 +msgid "Excerpt" +msgstr "" + +#: admin/settings.php:1745 admin/settings.php:1760 admin/settings.php:1776 +msgid "Full Post" +msgstr "" + +#: admin/settings.php:1753 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" + +#: admin/settings.php:1768 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" + +#: admin/settings.php:1784 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" + +#: admin/settings.php:1792 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" + +#: admin/settings.php:1808 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" + +#: admin/settings.php:1815 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "" + +#: admin/settings.php:1822 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "" + +#: admin/settings.php:1837 +#, php-format +msgid "" +"By default WordPress excerpts remove all HTML tags (%s and all others) and " +"only clean text is left in the excerpt.\n" +"Enabling this option allows HTML tags to remain in excerpts so all your " +"default formating will be kept.
    Just a warning: If HTML tags " +"are enabled, you have to make sure\n" +"they are not left open. So if within your post you have an opened HTML tag " +"but the except ends before that tag closes, the rest of the site will be " +"contained in that HTML tag. -- Leave 'Disable' if unsure -- " +msgstr "" + +#: admin/settings.php:1868 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" + +#: admin/settings.php:1883 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" + +#: admin/settings.php:1899 +msgid "Thumbnail alignment." +msgstr "" + +#: admin/settings.php:1916 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" + +#: admin/settings.php:1932 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" + +#: admin/settings.php:1948 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" + +#: admin/settings.php:1949 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "" + +#: admin/settings.php:1950 +msgid "There are a total of 27 social networks to choose from. " +msgstr "" + +#: admin/settings.php:1951 +msgid "You can leave any number of inputs empty. " +msgstr "" + +#: admin/settings.php:1952 +msgid "You can choose the same social media any number of times. " +msgstr "" + +#: admin/settings.php:2027 +msgid "Choose the areas where to display the social icons." +msgstr "" + +#: admin/settings.php:2040 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
    " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" + +#: admin/settings.php:2048 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
    Your custom CSS will be preserved when updating the " +"theme.
    The <style> tags are not needed." +msgstr "" + +#: admin/settings.php:2055 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software).
    The <script> tags are not needed." +msgstr "" + +#: archive.php:27 +#, php-format +msgid "Daily Archives: %s" +msgstr "" + +#: archive.php:29 +#, php-format +msgid "Monthly Archives: %s" +msgstr "" + +#: archive.php:29 +msgid "F Y" +msgstr "" + +#: archive.php:31 +#, php-format +msgid "Yearly Archives: %s" +msgstr "" + +#: archive.php:31 +msgid "Y" +msgstr "" + +#: archive.php:33 +msgid "Blog Archives" +msgstr "" + +#: archive.php:59 author.php:75 category.php:51 content-frontpage.php:26 +#: index.php:41 search.php:41 tag.php:52 template-blog.php:36 +msgid "Nothing Found" +msgstr "" + +#: archive.php:63 author.php:79 category.php:55 content-frontpage.php:30 +#: index.php:45 tag.php:56 template-blog.php:40 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "" + +#: attachment.php:29 +msgid "By" +msgstr "" + +#: attachment.php:40 +msgid "Published" +msgstr "" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:49 content-gallery.php:75 content-image.php:42 +#: content-link.php:49 content-page.php:22 content-quote.php:46 +#: content-status.php:48 content.php:76 single.php:55 +#: template-onecolumn.php:28 template-page-with-intro.php:18 +msgid "Edit" +msgstr "" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "" + +#: attachment.php:101 content-aside.php:39 content-chat.php:38 +#: content-gallery.php:65 content-image.php:33 content-link.php:38 +#: content-page.php:21 content-quote.php:36 content-status.php:39 +#: content.php:49 content.php:65 single.php:33 template-onecolumn.php:27 +#: template-page-with-intro.php:17 +msgid "Pages:" +msgstr "" + +#: author.php:29 +#, php-format +msgid "Author Archives: %s" +msgstr "" + +#: author.php:50 +#, php-format +msgid "About %s" +msgstr "" + +#: category.php:20 +#, php-format +msgid "Category Archives: %s" +msgstr "" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" + +#: content-aside.php:20 +msgid "Aside" +msgstr "" + +#: content-aside.php:38 content-chat.php:37 content-image.php:32 +#: content-link.php:37 content-quote.php:35 content-status.php:38 +msgid "Continue reading " +msgstr "" + +#: content-aside.php:46 content-chat.php:45 content-gallery.php:72 +#: content-image.php:39 content-link.php:45 content-quote.php:43 +#: content-status.php:46 content.php:74 includes/theme-loop.php:206 +msgid "Tagged" +msgstr "" + +#: content-chat.php:20 +msgid "Chat" +msgstr "" + +#: content-gallery.php:23 +msgid "Gallery" +msgstr "" + +#: content-page.php:27 includes/theme-comments.php:136 +msgid "Comments are closed." +msgstr "" + +#: content-quote.php:18 +msgid "Quote" +msgstr "" + +#: content-status.php:30 includes/tgm.php:2495 +msgid "Status" +msgstr "" + +#: includes/tgm.php:29 +msgid "Recommended Plugins" +msgstr "" + +#: includes/tgm.php:30 +msgid " Plugins" +msgstr "" + +#: includes/tgm.php:31 includes/tgm.php:390 +#, php-format +msgid "Installing Plugin: %s" +msgstr "" + +#: includes/tgm.php:32 includes/tgm.php:391 +msgid "Something went wrong with the plugin API." +msgstr "" + +#: includes/tgm.php:43 includes/tgm.php:452 +msgid "Return to Required Plugins Installer" +msgstr "" + +#: includes/tgm.php:44 includes/tgm.php:454 includes/tgm.php:3081 +msgid "Plugin activated successfully." +msgstr "" + +#: includes/tgm.php:45 +#, php-format +msgid "All plugins installed and activated successfully. %s" +msgstr "" + +#: includes/tgm.php:388 +msgid "Install Required Plugins" +msgstr "" + +#: includes/tgm.php:389 +msgid "Install Plugins" +msgstr "" + +#: includes/tgm.php:453 +msgid "Return to the dashboard" +msgstr "" + +#: includes/tgm.php:455 +msgid "The following plugin was activated successfully:" +msgstr "" + +#: includes/tgm.php:456 +#, php-format +msgid "No action taken. Plugin %1$s was already active." +msgstr "" + +#: includes/tgm.php:457 +#, php-format +msgid "" +"Plugin not activated. A higher version of %s is needed for this theme. " +"Please update the plugin." +msgstr "" + +#: includes/tgm.php:458 +#, php-format +msgid "All plugins installed and activated successfully. %1$s" +msgstr "" + +#: includes/tgm.php:459 +msgid "Dismiss this notice" +msgstr "" + +#: includes/tgm.php:460 +msgid "Please contact the administrator of this site for help." +msgstr "" + +#: includes/tgm.php:1933 +#, php-format +msgid "TGMPA v%s" +msgstr "" + +#: includes/tgm.php:2219 +msgid "Required" +msgstr "" + +#: includes/tgm.php:2222 +msgid "Recommended" +msgstr "" + +#: includes/tgm.php:2238 +msgid "WordPress Repository" +msgstr "" + +#: includes/tgm.php:2241 +msgid "External Source" +msgstr "" + +#: includes/tgm.php:2244 +msgid "Pre-Packaged" +msgstr "" + +#: includes/tgm.php:2261 +msgid "Not Installed" +msgstr "" + +#: includes/tgm.php:2265 +msgid "Installed But Not Activated" +msgstr "" + +#: includes/tgm.php:2267 +msgid "Active" +msgstr "" + +#: includes/tgm.php:2273 +msgid "Required Update not Available" +msgstr "" + +#: includes/tgm.php:2276 +msgid "Requires Update" +msgstr "" + +#: includes/tgm.php:2279 +msgid "Update recommended" +msgstr "" + +#: includes/tgm.php:2287 +#, php-format +msgid "%1$s, %2$s" +msgstr "" + +#: includes/tgm.php:2423 +msgid "unknown" +msgstr "" + +#: includes/tgm.php:2431 +msgid "Installed version:" +msgstr "" + +#: includes/tgm.php:2439 +msgid "Minimum required version:" +msgstr "" + +#: includes/tgm.php:2451 +msgid "Available version:" +msgstr "" + +#: includes/tgm.php:2474 +#, php-format +msgid "" +"No plugins to install, update or activate. Return to the " +"Dashboard" +msgstr "" + +#: includes/tgm.php:2488 +msgid "Plugin" +msgstr "" + +#: includes/tgm.php:2489 +msgid "Source" +msgstr "" + +#: includes/tgm.php:2490 +msgid "Type" +msgstr "" + +#: includes/tgm.php:2494 +msgid "Version" +msgstr "" + +#: includes/tgm.php:2543 +#, php-format +msgid "Install %2$s" +msgstr "" + +#: includes/tgm.php:2547 +#, php-format +msgid "Update %2$s" +msgstr "" + +#: includes/tgm.php:2552 +#, php-format +msgid "Activate %2$s" +msgstr "" + +#: includes/tgm.php:2655 +msgid "Install" +msgstr "" + +#: includes/tgm.php:2661 +msgid "Update" +msgstr "" + +#: includes/tgm.php:2664 +msgid "Activate" +msgstr "" + +#: includes/tgm.php:2695 +msgid "No plugins were selected to be installed. No action taken." +msgstr "" + +#: includes/tgm.php:2697 +msgid "No plugins were selected to be updated. No action taken." +msgstr "" + +#: includes/tgm.php:2733 +msgid "No plugins are available to be installed at this time." +msgstr "" + +#: includes/tgm.php:2735 +msgid "No plugins are available to be updated at this time." +msgstr "" + +#: includes/tgm.php:3080 +msgid "Plugin activation failed." +msgstr "" + +#: includes/tgm.php:3414 +#, php-format +msgid "Updating Plugin %1$s (%2$d/%3$d)" +msgstr "" + +#: includes/tgm.php:3416 +#, php-format +msgid "An error occurred while installing %1$s: %2$s." +msgstr "" + +#: includes/tgm.php:3417 +#, php-format +msgid "The installation of %1$s failed." +msgstr "" + +#: includes/tgm.php:3421 +msgid "" +"The installation and activation process is starting. This process may take a " +"while on some hosts, so please be patient." +msgstr "" + +#: includes/tgm.php:3422 +#, php-format +msgid "%1$s installed and activated successfully." +msgstr "" + +#: includes/tgm.php:3423 +msgid "All installations and activations have been completed." +msgstr "" + +#: includes/tgm.php:3424 +#, php-format +msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" +msgstr "" + +#: includes/tgm.php:3427 +msgid "" +"The installation process is starting. This process may take a while on some " +"hosts, so please be patient." +msgstr "" + +#: includes/tgm.php:3429 +msgid "All installations have been completed." +msgstr "" + +#: includes/tgm.php:3430 +#, php-format +msgid "Installing Plugin %1$s (%2$d/%3$d)" +msgstr "" + +#: includes/theme-comments.php:28 +msgid "says:" +msgstr "" + +#: includes/theme-comments.php:34 +msgid "Your comment is awaiting moderation." +msgstr "" + +#: includes/theme-comments.php:41 +msgid "at" +msgstr "" + +#: includes/theme-comments.php:41 includes/theme-comments.php:58 +msgid "(Edit)" +msgstr "" + +#: includes/theme-comments.php:58 +msgid "Pingback: " +msgstr "" + +#: includes/theme-comments.php:85 +msgid "Leave a comment" +msgstr "" + +#: includes/theme-comments.php:85 +msgid "1 Comment" +msgstr "" + +#: includes/theme-comments.php:85 +msgid "% Comments" +msgstr "" + +#: includes/theme-comments.php:107 +msgid "Older Comments" +msgstr "" + +#: includes/theme-comments.php:108 +msgid "Newer Comments" +msgstr "" + +#: includes/theme-functions.php:58 +msgid "Menu" +msgstr "" + +#: includes/theme-functions.php:259 +msgid "Tag" +msgstr "" + +#: includes/theme-functions.php:271 +msgid "Home Page" +msgstr "" + +#: includes/theme-functions.php:344 +msgid "Powered by" +msgstr "" + +#: includes/theme-loop.php:166 +msgid "By " +msgstr "" + +#: includes/theme-loop.php:206 +msgid " Bookmark the " +msgstr "" + +#: includes/theme-loop.php:206 includes/theme-loop.php:208 +#: includes/theme-loop.php:210 +msgid "Permalink to" +msgstr "" + +#: includes/theme-loop.php:206 includes/theme-loop.php:208 +#: includes/theme-loop.php:210 +msgid "permalink" +msgstr "" + +#: includes/theme-loop.php:208 includes/theme-loop.php:210 +msgid "Bookmark the " +msgstr "" + +#: includes/theme-loop.php:232 +msgid "« Older posts" +msgstr "" + +#: includes/theme-loop.php:233 +msgid "Newer posts »" +msgstr "" + +#: includes/theme-setup.php:94 +msgid "Primary Navigation" +msgstr "" + +#: includes/theme-setup.php:95 +msgid "Top Navigation" +msgstr "" + +#: includes/theme-setup.php:96 +msgid "Footer Navigation" +msgstr "" + +#: includes/theme-setup.php:132 +msgid "mantra" +msgstr "" + +#: includes/theme-setup.php:173 +#, php-format +msgid "Page %s" +msgstr "" + +#: includes/theme-setup.php:236 +msgid "Skip to content" +msgstr "" + +#: includes/theme-setup.php:263 +msgid "Primary Widget Area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:265 +msgid "Primary widget area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:274 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:276 +msgid "Secondary widget area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:285 +msgid "Third Widget Area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:287 +msgid "Third widget area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:296 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:298 +msgid "Fourth widget area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:307 +msgid "First Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:309 +msgid "First footer widget area" +msgstr "" + +#: includes/theme-setup.php:318 +msgid "Second Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:320 +msgid "Second footer widget area" +msgstr "" + +#: includes/theme-setup.php:329 +msgid "Third Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:331 +msgid "The third footer widget area" +msgstr "" + +#: includes/theme-setup.php:340 +msgid "Fourth Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:342 +msgid "The fourth footer widget area" +msgstr "" + +#: includes/theme-setup.php:351 includes/theme-setup.php:353 +msgid "Above content Widget Area" +msgstr "" + +#: includes/theme-setup.php:362 includes/theme-setup.php:364 +msgid "Below Content Widget Area" +msgstr "" + +#: search.php:20 +#, php-format +msgid "Search Results for: %s" +msgstr "" + +#: search.php:39 +#, php-format +msgid "No search results for: %s" +msgstr "" + +#: searchform.php:1 +msgid "Search" +msgstr "" + +#: sidebar.php:26 sidebar.php:92 +msgid "Sidebar 1" +msgstr "" + +#: sidebar.php:28 sidebar.php:94 +#, php-format +msgid "" +"You currently have no widgets set in the primary sidebar. You can add " +"widgets via the Dashboard." +msgstr "" + +#: sidebar.php:29 sidebar.php:61 sidebar.php:95 sidebar.php:128 +#, php-format +msgid "" +"To hide this sidebar, switch to a different Layout via the Theme Settings." +msgstr "" + +#: sidebar.php:58 sidebar.php:125 +msgid "Sidebar 2" +msgstr "" + +#: sidebar.php:60 sidebar.php:127 +#, php-format +msgid "" +"You currently have no widgets set in the secondary sidebar. You can add " +"widgets via the Dashboard." +msgstr "" + +#: single.php:46 +msgid "View all posts by " +msgstr "" + +#: tag.php:21 +#, php-format +msgid "Tag Archives: %s" +msgstr "" diff --git a/themes/mantra/languages/cs_CZ.po b/themes/mantra/languages/cs_CZ.po index 9b723fb1..cc50e550 100644 --- a/themes/mantra/languages/cs_CZ.po +++ b/themes/mantra/languages/cs_CZ.po @@ -1,2611 +1,2611 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra v2.3.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-10 13:45+0200\n" -"PO-Revision-Date: 2013-12-25 18:03:56+0000\n" -"Last-Translator: Libor Schejbal \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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n" -"X-Generator: Poedit 1.5.4\n" -"X-Poedit-Language: \n" -"X-Poedit-Country: \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;_ex: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:17 -#@ mantra -msgid "Not Found" -msgstr "Nenalezeno" - -#: 404.php:19 -#@ mantra -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "Omlouváme se, ale poĹľadovaná stránka nebyla nalezena. Snad vám pomĹŻĹľe další hledánĂ­." - -#: archive.php:27 -#, php-format -#@ mantra -msgid "Daily Archives: %s" -msgstr "DennĂ­ archivy: %s" - -#: archive.php:29 -#, php-format -#@ mantra -msgid "Monthly Archives: %s" -msgstr "MÄ›sĂ­ÄŤnĂ­ archivy: %s" - -#: archive.php:31 -#, php-format -#@ mantra -msgid "Yearly Archives: %s" -msgstr "RoÄŤnĂ­ archivy: %s" - -#: archive.php:33 -#@ mantra -msgid "Blog Archives" -msgstr "Archiv blogĹŻ" - -#: archive.php:59 -#: author.php:75 -#: category.php:51 -#: content-frontpage.php:26 -#: index.php:41 -#: search.php:41 -#: tag.php:52 -#: template-blog.php:36 -#@ mantra -msgid "Nothing Found" -msgstr "Nic nenalezeno" - -#: archive.php:63 -#: author.php:79 -#: category.php:55 -#: content-frontpage.php:30 -#: index.php:45 -#: tag.php:56 -#: template-blog.php:40 -#@ mantra -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "Omlouváme se, ale v danĂ©m archivu nebyly nalezeny žádnĂ© vĂ˝sledky. Zkuste hledat jinde, moĹľná najdete souvisejĂ­cĂ­ příspÄ›vek." - -#: attachment.php:18 -#, php-format -#@ mantra -msgid "Return to %s" -msgstr "Návrat do %s" - -#. translators: %s - title of parent post -#: attachment.php:29 -#@ mantra -msgid "By" -msgstr "Autor" - -#: attachment.php:40 -#@ mantra -msgid "Published" -msgstr "Publikováno" - -#: attachment.php:50 -#, php-format -#@ mantra -msgid "Full size is %s pixels" -msgstr "Plná velikost je %s pixelĹŻ" - -#: attachment.php:53 -#@ mantra -msgid "Link to full-size image" -msgstr "Odkaz na plnou velikost obrázku" - -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:49 -#: content-gallery.php:75 -#: content-image.php:42 -#: content-link.php:49 -#: content-page.php:22 -#: content-quote.php:46 -#: content-status.php:48 -#: content.php:76 -#: single.php:55 -#: template-onecolumn.php:27 -#: template-page-with-intro.php:17 -#@ mantra -msgid "Edit" -msgstr "Editovat" - -#: attachment.php:100 -#@ mantra -msgid "Continue reading" -msgstr "ÄŚĂ­st dále" - -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:38 -#: content-gallery.php:65 -#: content-image.php:33 -#: content-link.php:38 -#: content-page.php:21 -#: content-quote.php:36 -#: content-status.php:39 -#: content.php:49 -#: content.php:65 -#: single.php:33 -#: template-onecolumn.php:26 -#: template-page-with-intro.php:16 -#@ mantra -msgid "Pages:" -msgstr "Stránky:" - -#: author.php:29 -#, php-format -#@ mantra -msgid "Author Archives: %s" -msgstr "Archiv autora: %s" - -#: author.php:50 -#: single.php:42 -#, php-format -#@ mantra -msgid "About %s" -msgstr "O %s" - -#: category.php:20 -#, php-format -#@ mantra -msgid "Category Archives: %s" -msgstr "Archiv rubriky: %s" - -#: comments.php:18 -#@ mantra -msgid "This post is password protected. Enter the password to view any comments." -msgstr "Tento příspÄ›vek je chránÄ›n heslem. Zadejte heslo pro jeho zobrazenĂ­." - -#: content-aside.php:20 -#@ mantra -msgid "Aside" -msgstr "KromÄ›" - -#: content-aside.php:38 -#: content-chat.php:37 -#: content-image.php:32 -#: content-link.php:37 -#: content-quote.php:35 -#: content-status.php:38 -#@ mantra -msgid "Continue reading " -msgstr "ÄŚĂ­st dále " - -#: content-aside.php:46 -#: content-chat.php:45 -#: content-gallery.php:72 -#: content-image.php:39 -#: content-link.php:45 -#: content-quote.php:43 -#: content-status.php:46 -#: content.php:74 -#: includes/theme-loop.php:206 -#@ mantra -msgid "Tagged" -msgstr "Ĺ tĂ­tky" - -#: content-chat.php:20 -#@ mantra -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:23 -#@ mantra -msgid "Gallery" -msgstr "Galerie" - -#: admin/settings.php:468 -#: admin/settings.php:483 -#: admin/settings.php:498 -#: admin/settings.php:513 -#: admin/settings.php:528 -#: admin/settings.php:570 -#: admin/settings.php:585 -#: admin/settings.php:600 -#: admin/settings.php:615 -#: content-image.php:19 -#@ mantra -msgid "Image" -msgstr "Obrázek" - -#: admin/settings.php:475 -#: admin/settings.php:490 -#: admin/settings.php:505 -#: admin/settings.php:520 -#: admin/settings.php:535 -#: admin/settings.php:577 -#: admin/settings.php:592 -#: admin/settings.php:607 -#: admin/settings.php:622 -#: content-link.php:20 -#@ mantra -msgid "Link" -msgstr "Odkaz" - -#: content-page.php:27 -#: includes/theme-comments.php:136 -#@ mantra -msgid "Comments are closed." -msgstr "Komentáře jsou uzavĹ™eny" - -#: content-quote.php:18 -#@ mantra -msgid "Quote" -msgstr "Citát" - -#: content-status.php:30 -#@ mantra -msgid "Status" -msgstr "Stav" - -#: search.php:20 -#, php-format -#@ mantra -msgid "Search Results for: %s" -msgstr "VĂ˝sledek hledánĂ­: %s" - -#: search.php:39 -#, php-format -#@ mantra -msgid "No search results for: %s" -msgstr "ŽádnĂ˝ vĂ˝sledek vyhledávánĂ­ pro: %s" - -#: searchform.php:1 -#@ mantra -msgid "Search" -msgstr "Hledat" - -#: sidebar.php:26 -#: sidebar.php:92 -#@ mantra -msgid "Sidebar 1" -msgstr "Sidebar 1" - -#: sidebar.php:28 -#: sidebar.php:94 -#, php-format -#@ mantra -msgid "You currently have no widgets set in the primary sidebar. You can add widgets via the Dashboard." -msgstr "MomentálnÄ› nemáte žádnĂ© widgety v primárnĂ­m sidebaru. Widgety si mĹŻĹľete nainstalovat ppomocĂ­ NástÄ›nky ." - -#: sidebar.php:29 -#: sidebar.php:61 -#: sidebar.php:95 -#: sidebar.php:128 -#, php-format -#@ mantra -msgid "To hide this sidebar, switch to a different Layout via the Theme Settings." -msgstr "Chcete-li skrĂ˝t sidebar, pĹ™epnÄ›te do jinĂ©ho rozloĹľenĂ­ ppomocĂ­ NastavenĂ­ šablony ." - -#: sidebar.php:58 -#: sidebar.php:125 -#@ mantra -msgid "Sidebar 2" -msgstr "Sidebar 2" - -#: sidebar.php:60 -#: sidebar.php:127 -#, php-format -#@ mantra -msgid "You currently have no widgets set in the secondary sidebar. You can add widgets via the Dashboard." -msgstr "MomentálnÄ› nemáte žádnĂ© widgety v sekundárnĂ­m sidebaru. Widgety si mĹŻĹľete pĹ™idat widgety pomocĂ­ NástÄ›nky ." - -#: single.php:46 -#@ mantra -msgid "View all posts by " -msgstr "Zobrazit všechny příspÄ›vky od" - -#: tag.php:21 -#, php-format -#@ mantra -msgid "Tag Archives: %s" -msgstr "Archiv štĂ­tkĹŻ: %s" - -#: admin/admin-functions.php:62 -#@ mantra -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "NeĹľ budete moci nahrát importovanĂ˝ soubor, musĂ­te opravit následujĂ­cĂ­ chyby:" - -#: admin/admin-functions.php:70 -#@ mantra -msgid "Import Mantra Theme Options" -msgstr "Import nastavenĂ­ šablony Mantra" - -#: admin/admin-functions.php:72 -#@ mantra -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "VĂ­tejte! Toto je mĂ­sto, kde mĹŻĹľete importovat nastavenĂ­ Mantra. MÄ›jte prosĂ­m na pamÄ›ti, Ĺľe je to stále experimentálnĂ­ funkce." - -#: admin/admin-functions.php:74 -#@ mantra -msgid "Just choose a file from your computer:" -msgstr "Vyberte soubor z poÄŤĂ­taÄŤe:" - -#: admin/admin-functions.php:76 -#, php-format -#@ mantra -msgid "Maximum size: %s" -msgstr "MaximálnĂ­ velikost: %s" - -#: admin/admin-functions.php:82 -#@ mantra -msgid "And import!" -msgstr "Importovat!" - -#: admin/admin-functions.php:148 -#@ mantra -msgid "Import Mantra Theme Options " -msgstr "Import nastavenĂ­ šablony Mantra" - -#: admin/admin-functions.php:151 -#@ mantra -msgid "Great! The options have been imported!" -msgstr "SkvÄ›lĂ©! NastavenĂ­ bylo importováno!" - -#: admin/admin-functions.php:152 -#@ mantra -msgid "Go back to the Mantra options page and check them out!" -msgstr "VraĹĄte se na stránku nastavenĂ­ šablony Mantra a zkontrolujte jej!" - -#: admin/admin-functions.php:155 -#: admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -#@ mantra -msgid "Oops, there's a small problem." -msgstr "Jejda, vyskytl se malĂ˝ problĂ©m." - -#: admin/admin-functions.php:156 -#@ mantra -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "ImportovanĂ˝ soubor neobsahuje platnĂ© nastavenĂ­ šablony Mantra. UjistÄ›te se, Ĺľe soubor byl exportován ze stránky NastavenĂ­ Mantra." - -#: admin/admin-functions.php:162 -#@ mantra -msgid "The uploaded file could not be read." -msgstr "NahranĂ˝ soubor nelze pĹ™eÄŤĂ­st." - -#: admin/admin-functions.php:168 -#@ mantra -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "NahranĂ˝ soubor nenĂ­ podporován. UjistÄ›te se, Ĺľe soubor byl exportován ze stránky Mantra, a Ĺľe se jedná o textovĂ˝ soubor." - -#: admin/admin-functions.php:177 -#@ mantra -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "Jejda! Soubor je prázdnĂ˝ nebo se nejedná o soubor. Tato chyba mĹŻĹľe bĂ˝t takĂ© zpĹŻsobena tĂ­m,, Ĺľe obrázky jsou zakázány v php.ini nebo post_max_size je definována jako menší neĹľ upload_max_filesize v php.ini." - -#: admin/admin-functions.php:183 -#@ mantra -msgid "ERROR: You are not authorised to perform that operation" -msgstr "CHYBA: Nemáte oprávnÄ›nĂ­ k provedenĂ­ tĂ©to operace" - -#: admin/main.php:105 -#@ mantra -msgid "Layout Settings" -msgstr "NastavenĂ­ vzhledu" - -#: admin/main.php:106 -#@ mantra -msgid "Header Settings" -msgstr "NastavenĂ­ záhlavĂ­" - -#: admin/main.php:107 -#@ mantra -msgid "Presentation Page" -msgstr "Stránka prezentace" - -#: admin/main.php:108 -#@ mantra -msgid "Text Settings" -msgstr "NastavenĂ­ textu" - -#: admin/main.php:109 -#@ mantra -msgid "Color Settings" -msgstr "NastavenĂ­ barev" - -#: admin/main.php:110 -#@ mantra -msgid "Graphics Settings" -msgstr "NastavenĂ­ grafiky" - -#: admin/main.php:111 -#@ mantra -msgid "Post Information Settings" -msgstr "NastavenĂ­ informacĂ­ o ÄŤlánku" - -#: admin/main.php:112 -#@ mantra -msgid "Post Excerpt Settings" -msgstr "NastavenĂ­ Ăşryvku ÄŤlánku" - -#: admin/main.php:113 -#@ mantra -msgid "Featured Image Settings" -msgstr "NastavenĂ­ obrázkĹŻ" - -#: admin/main.php:114 -#@ mantra -msgid "Social Media Settings" -msgstr "NastavenĂ­ sociálnĂ­ch sĂ­tĂ­" - -#: admin/main.php:115 -#@ mantra -msgid "Miscellaneous Settings" -msgstr "Obecná nastavenĂ­" - -#: admin/main.php:118 -#@ mantra -msgid "Main Layout" -msgstr "HlavnĂ­ nastavenĂ­" - -#: admin/main.php:119 -#@ mantra -msgid "Content / Sidebar Width" -msgstr "Ĺ Ă­Ĺ™ka obsahu/nastavenĂ­" - -#: admin/main.php:120 -#@ mantra -msgid "Responsiveness" -msgstr "Schopnost reakce" - -#: admin/main.php:123 -#@ mantra -msgid "Enable Presentation Page" -msgstr "Zapnout stránku prezentace" - -#: admin/main.php:124 -#@ mantra -msgid "Show Posts on Presentation Page" -msgstr "Zobrazit příspÄ›vky na stránce prezentace" - -#: admin/main.php:125 -#@ mantra -msgid "Slider Settings" -msgstr "NastavenĂ­ posuvnĂ­ku" - -#: admin/main.php:126 -#@ mantra -msgid "Slides" -msgstr "PosuvnĂ­k" - -#: admin/main.php:127 -#@ mantra -msgid "Presentation Page Columns" -msgstr "Sloupce stránky prezentace" - -#: admin/main.php:128 -#@ mantra -msgid "Extras" -msgstr "DoplĹky" - -#: admin/main.php:131 -#@ mantra -msgid "Header Height" -msgstr "Výška záhlavĂ­" - -#: admin/main.php:132 -#@ mantra -msgid "Header Image" -msgstr "Obrázek hlaviÄŤky" - -#: admin/main.php:133 -#@ mantra -msgid "Site Header" -msgstr "ZáhlavĂ­ stránky" - -#: admin/main.php:134 -#@ mantra -msgid "Custom Logo Upload" -msgstr "Nahrát vlastnĂ­ logo" - -#: admin/main.php:135 -#@ mantra -msgid "Header Spacing" -msgstr "Mezera v záhlavĂ­" - -#: admin/main.php:136 -#@ mantra -msgid "Rounded Menu Corners" -msgstr "ZaoblenĂ­ rohĹŻ menu" - -#: admin/main.php:137 -#@ mantra -msgid "FavIcon Upload" -msgstr "Nahrát faviconu" - -#: admin/main.php:139 -#@ mantra -msgid "General Font" -msgstr "ObecnĂ© pĂ­smo" - -#: admin/main.php:140 -#@ mantra -msgid "General Font Size" -msgstr "Velikost obecnĂ©ho pĂ­sma" - -#: admin/main.php:141 -#@ mantra -msgid "Post Title Font " -msgstr "PĂ­smo titulku příspÄ›vku" - -#: admin/main.php:142 -#@ mantra -msgid "Post Title Font Size" -msgstr "Velikost pĂ­sma titulku" - -#: admin/main.php:143 -#@ mantra -msgid "Sidebar Font" -msgstr "PĂ­smo sidebaru" - -#: admin/main.php:144 -#@ mantra -msgid "SideBar Font Size" -msgstr "Velikost pĂ­sma sidebaru" - -#: admin/main.php:145 -#@ mantra -msgid "Headings Font" -msgstr "PĂ­smo záhlavĂ­" - -#: admin/main.php:146 -#@ mantra -msgid "Force Text Align" -msgstr "ZarovnánĂ­ textu" - -#: admin/main.php:147 -#@ mantra -msgid "Paragraph spacing" -msgstr "Mezera mezi odstavci" - -#: admin/main.php:148 -#@ mantra -msgid "Paragraph indent" -msgstr "Odrážka v odstravci" - -#: admin/main.php:149 -#@ mantra -msgid "Header indent" -msgstr "Odrážka v záhlavĂ­" - -#: admin/main.php:150 -#@ mantra -msgid "Line Height" -msgstr "Výška řádku" - -#: admin/main.php:151 -#@ mantra -msgid "Word spacing" -msgstr "Mezera mezi slovy" - -#: admin/main.php:152 -#@ mantra -msgid "Letter spacing" -msgstr "Mezera mezi pĂ­smeny" - -#: admin/main.php:153 -#@ mantra -msgid "Text shadow" -msgstr "StĂ­n textu" - -#: admin/main.php:155 -#@ mantra -msgid "Background Image" -msgstr "Obrázek pozadĂ­" - -#: admin/main.php:156 -#@ mantra -msgid "Background Color" -msgstr "Barva pozadĂ­" - -#: admin/main.php:157 -#@ mantra -msgid "Header (Banner and Menu) Background Color" -msgstr "Barva pozadĂ­ záhlavĂ­ (banneru a menu)" - -#: admin/main.php:158 -#@ mantra -msgid "Content Background Color" -msgstr "Barva pozadĂ­ obsahu" - -#: admin/main.php:159 -#@ mantra -msgid "Menu Items Background Color" -msgstr "Barva pozadĂ­ poloĹľek menu" - -#: admin/main.php:160 -#@ mantra -msgid "First Sidebar Background Color" -msgstr "Barva pozadĂ­ prvnĂ­ho sidebaru" - -#: admin/main.php:161 -#@ mantra -msgid "Second Sidebar Background Color" -msgstr "Barva pozadĂ­ druhĂ©ho sidebaru" - -#: admin/main.php:163 -#@ mantra -msgid "Site Title Color" -msgstr "Barva textu názvu stránky" - -#: admin/main.php:164 -#@ mantra -msgid "Site Description Color" -msgstr "Barva textu popisu stránky" - -#: admin/main.php:166 -#@ mantra -msgid "Content Text Color" -msgstr "Barva textu obsahu" - -#: admin/main.php:167 -#@ mantra -msgid "Links Color" -msgstr "Barva odkazu" - -#: admin/main.php:168 -#@ mantra -msgid "Links Hover Color" -msgstr "Barva zaměřenĂ©ho odkazu" - -#: admin/main.php:169 -#@ mantra -msgid "Post Title Color" -msgstr "Barva titulku příspÄ›vku" - -#: admin/main.php:170 -#@ mantra -msgid "Post Title Hover Color" -msgstr "Barva zaměřenĂ©ho titulku příspÄ›vku" - -#: admin/main.php:171 -#@ mantra -msgid "Sidebar Header Background Color" -msgstr "Barva pozadĂ­ záhlavĂ­ sidebaru" - -#: admin/main.php:172 -#@ mantra -msgid "Sidebar Header Text Color" -msgstr "Barva textu v záhlavĂ­ sidebaru" - -#: admin/main.php:173 -#@ mantra -msgid "Footer Widget Background Color" -msgstr "Barva pozadĂ­ widgetu v zápatĂ­" - -#: admin/main.php:174 -#@ mantra -msgid "Footer Background Color" -msgstr "Barva pozadĂ­ zápatĂ­" - -#: admin/main.php:175 -#@ mantra -msgid "Footer Widget Header Text Color" -msgstr "Barva textu widgetu v záhlavĂ­" - -#: admin/main.php:176 -#@ mantra -msgid "Footer Widget Link Color" -msgstr "Barva odkazu ve widgetu v záhlavĂ­" - -#: admin/main.php:177 -#@ mantra -msgid "Footer Widget Hover Color" -msgstr "Barva zaměřenĂ©ho widgetu v záhlavĂ­" - -#: admin/main.php:179 -#@ mantra -msgid "Breadcrumbs" -msgstr "DrobeÄŤková navigace" - -#: admin/main.php:180 -#@ mantra -msgid "Pagination" -msgstr "StránkovánĂ­" - -#: admin/main.php:181 -#@ mantra -msgid "Main Menu Alignment" -msgstr "ZarovnánĂ­ hlavnĂ­ho menu" - -#: admin/main.php:182 -#@ mantra -msgid "Post Images Border" -msgstr "OhraniÄŤenĂ­ obrázku v příspÄ›vku" - -#: admin/main.php:183 -#@ mantra -msgid "Caption Border" -msgstr "OhraniÄŤenĂ­ popisku" - -#: admin/main.php:184 -#@ mantra -msgid "Caption Pin" -msgstr "Pin popisku" - -#: admin/main.php:185 -#@ mantra -msgid "Sidebar Menu Bullets" -msgstr "Odrážky menu v sidebaru" - -#: admin/main.php:186 -#@ mantra -msgid "Meta Area Background" -msgstr "PozadĂ­ Meta" - -#: admin/main.php:187 -#@ mantra -msgid "Post Separator" -msgstr "OddÄ›lovaÄŤ příspÄ›vkĹŻ" - -#: admin/main.php:188 -#@ mantra -msgid "Content List Bullets" -msgstr "Odrážky seznamu" - -#: admin/main.php:189 -#@ mantra -msgid "Page Titles" -msgstr "Titulek stránky" - -#: admin/main.php:190 -#@ mantra -msgid "Category Page Titles" -msgstr "Titulek stránky Rubrika" - -#: admin/main.php:191 -#@ mantra -msgid "Hide Tables" -msgstr "SkrĂ˝t tabulky" - -#: admin/main.php:192 -#@ mantra -msgid "Back to Top button" -msgstr "TlaÄŤĂ­tko ZpÄ›t na začátek" - -#: admin/main.php:193 -#@ mantra -msgid "Text Under Comments" -msgstr "Text komentáře" - -#: admin/main.php:194 -#@ mantra -msgid "Comments are closed text" -msgstr "Text uzavĹ™enĂ˝ch komentářů" - -#: admin/main.php:195 -#@ mantra -msgid "Comments off" -msgstr "VypnutĂ­ komentářů" - -#: admin/main.php:197 -#@ mantra -msgid "Post Comments Link" -msgstr "Odkaz v komentáři u příspÄ›vku" - -#: admin/main.php:198 -#@ mantra -msgid "Post Date" -msgstr "Datum příspÄ›vku" - -#: admin/main.php:199 -#@ mantra -msgid "Post Time" -msgstr "ÄŚas příspÄ›vku" - -#: admin/main.php:200 -#: admin/settings.php:2087 -#@ mantra -msgid "Post Author" -msgstr "Autor příspÄ›vku" - -#: admin/main.php:201 -#@ mantra -msgid "Post Category" -msgstr "Rubrika příspÄ›vku" - -#: admin/main.php:202 -#@ mantra -msgid "Meta Bar" -msgstr "Panel Meta" - -#: admin/main.php:203 -#@ mantra -msgid "Post Tags" -msgstr "Ĺ tĂ­tek příspÄ›vku" - -#: admin/main.php:204 -#@ mantra -msgid "Post Permalink" -msgstr "TrvalĂ˝ odkaz na příspÄ›vek" - -#: admin/main.php:206 -#@ mantra -msgid "Post Excerpts on Home Page" -msgstr "Ăšryvek příspÄ›vku na domovskĂ© stránce" - -#: admin/main.php:207 -#@ mantra -msgid "Affect Sticky Posts" -msgstr "OvlivnÄ›nĂ­ dĹŻleĹľitĂ˝ch příspÄ›vkĹŻ" - -#: admin/main.php:208 -#@ mantra -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Ăšryvky na stránce archivu a rubrik" - -#: admin/main.php:209 -#@ mantra -msgid "Number of Words for Post Excerpts " -msgstr "PoÄŤet slov v Ăşryvku příspÄ›vku" - -#: admin/main.php:210 -#@ mantra -msgid "Magazine Layout" -msgstr "RozvrĹľenĂ­ zásobnĂ­ku" - -#: admin/main.php:211 -#@ mantra -msgid "Excerpt suffix" -msgstr "Přípona Ăşryvku" - -#: admin/main.php:212 -#@ mantra -msgid "Continue reading link text " -msgstr "Text odkazu ÄŚĂ­st dále" - -#: admin/main.php:213 -#@ mantra -msgid "HTML tags in Excerpts" -msgstr "HTML tagy v Ăşryvku" - -#: admin/main.php:215 -#@ mantra -msgid "Featured Images as POST Thumbnails " -msgstr "VybranĂ© obrázky jako miniatury v příspÄ›vku" - -#: admin/main.php:216 -#@ mantra -msgid "Auto Select Images From Posts " -msgstr "AutomatickĂ˝ vĂ˝bÄ›r obrázkĹŻ do příspÄ›vku" - -#: admin/main.php:217 -#@ mantra -msgid "Thumbnails Alignment " -msgstr "ZarovnánĂ­ miniatury" - -#: admin/main.php:218 -#@ mantra -msgid "Thumbnails Size " -msgstr "Velikost miniatury" - -#: admin/main.php:219 -#@ mantra -msgid "Featured Images as HEADER Images " -msgstr "VybranĂ© obrázky v záhlavĂ­" - -#: admin/main.php:221 -#@ mantra -msgid "Link nr. 1" -msgstr "Odkaz ÄŤ.1" - -#: admin/main.php:222 -#@ mantra -msgid "Link nr. 2" -msgstr "Odkaz ÄŤ.2" - -#: admin/main.php:223 -#@ mantra -msgid "Link nr. 3" -msgstr "Odkaz ÄŤ.3" - -#: admin/main.php:224 -#@ mantra -msgid "Link nr. 4" -msgstr "Odkaz ÄŤ.4" - -#: admin/main.php:225 -#@ mantra -msgid "Link nr. 5" -msgstr "Odkaz ÄŤ.5" - -#: admin/main.php:226 -#@ mantra -msgid "Socials display" -msgstr "Zobrazit soc. sĂ­tÄ›" - -#: admin/main.php:228 -#@ mantra -msgid "SEO Settings" -msgstr "NastavenĂ­ SEO" - -#: admin/main.php:229 -#@ mantra -msgid "Custom Footer Text" -msgstr "VlastnĂ­ text zápatĂ­" - -#: admin/main.php:230 -#@ mantra -msgid "Custom CSS" -msgstr "VlastnĂ­ CSS" - -#: admin/main.php:231 -#@ mantra -msgid "Custom JavaScript" -msgstr "VlastnĂ­ JavaScript" - -#: admin/main.php:248 -#@ mantra -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Je nám lĂ­to, ale nemáte dostateÄŤná oprávnÄ›nĂ­ pro přístup k tĂ©to stránce." - -#: admin/main.php:268 -#@ mantra -msgid "Mantra settings updated successfully." -msgstr "Aktualizace nastavenĂ­ šablony Mantra byla dokonÄŤena" - -#: admin/main.php:283 -#@ mantra -msgid "Save Changes" -msgstr "UloĹľit zmÄ›ny" - -#: admin/main.php:284 -#@ mantra -msgid "Reset to Defaults" -msgstr "Obnovit vĂ˝chozĂ­ nastavenĂ­" - -#: admin/main.php:316 -#@ mantra -msgid "Import/Export Settings" -msgstr "Import/Export nastavenĂ­" - -#: admin/main.php:322 -#@ mantra -msgid "Export Theme options" -msgstr "Export nastavenĂ­ motivu" - -#: admin/main.php:323 -#@ mantra -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "Je to tak jednoduchĂ©: kliknutĂ­m myší máte moĹľnost exportovat vaše nastavenĂ­ šablony Mantra a uloĹľit jej ve vašem poÄŤĂ­taÄŤi. BezpeÄŤnĂ©, Ĺľe? JdÄ›te na to!" - -#: admin/main.php:328 -#@ mantra -msgid "Import Theme options" -msgstr "Import nastavenĂ­ šablony Mantra" - -#: admin/main.php:329 -#@ mantra -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "Bez importu je export jen cviÄŤenĂ­m pro blázny. UjistÄ›te se, Ĺľe máte exportovanĂ˝ soubor pĹ™ipravenĂ˝ a kliknÄ›te myši." - -#: admin/main.php:337 -#@ mantra -msgid "Mantra Latest News" -msgstr "PoslednĂ­ novinky v šablonÄ› Mantra" - -#: admin/main.php:348 -#@ mantra -msgid "No news items." -msgstr "ŽádnĂ© novinky" - -#: admin/main.php:352 -#@ mantra -msgid "Posted on" -msgstr "Publikováno dne" - -#: admin/settings.php:66 -#@ mantra -msgid "One column (no sidebars)" -msgstr "Jeden sloupec (žádnĂ© sidebary)" - -#: admin/settings.php:67 -#@ mantra -msgid "Two columns, sidebar on the right" -msgstr "Dva sloupce, sidebar vpravo" - -#: admin/settings.php:68 -#@ mantra -msgid "Two columns, sidebar on the left" -msgstr "Dva sloupce, sidebar vlevo" - -#: admin/settings.php:69 -#@ mantra -msgid "Three columns, sidebars on the right" -msgstr "TĹ™i sloupce, sidebary vpravo" - -#: admin/settings.php:70 -#@ mantra -msgid "Three columns, sidebars on the left" -msgstr "TĹ™i sloupce, sidebary vlevo" - -#: admin/settings.php:71 -#@ mantra -msgid "Three columns, one sidebar on each side" -msgstr "TĹ™i sloupce, sidebary po stranách" - -#: admin/settings.php:86 -#@ mantra -msgid "" -"Choose your layout. Possible options are:
    No sidebar, a single sidebar on either left of right, two sidebars on either left or\n" -"\t\tright and two sidebars on each side." -msgstr "" -"Vyberte rozloĹľenĂ­. MoĹľnosti jsou:
    Žádný sidebar, jeden sidebar vlevo či vpravo, dva sidebary vlevo nebo\n" -"\t\tv vpravo a dva sidebary po stranách." - -#: admin/settings.php:95 -#@ mantra -msgid "Absolute" -msgstr "Absolutní" - -#: admin/settings.php:95 -#@ mantra -msgid "Relative *DEPRECATED" -msgstr "Relativně *ZASTARALÉ" - -#: admin/settings.php:96 -#@ mantra -msgid "Dimensions to use: " -msgstr "Použité rozměry:" - -#: admin/settings.php:178 -#: admin/settings.php:198 -#@ mantra -msgid "Content =" -msgstr "Obsah =" - -#: admin/settings.php:179 -#: admin/settings.php:199 -#@ mantra -msgid "Sidebar(s) =" -msgstr "Sidebar(y) =" - -#: admin/settings.php:180 -#: admin/settings.php:200 -#@ mantra -msgid "Total width =" -msgstr "Celková šířka =" - -#: admin/settings.php:189 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s).\n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Vyberte šířku pro obsah a sidebar(y).\n" -" \t\tšířka obsahu nesmí být menší než 500px, sidebaru ne méně než 220px a ne více než 800px..
    \n" -"\tPokud používáte 3 sloupce (s 2 sidebary), každý z nich má pak poloviční šířku." - -#: admin/settings.php:209 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s).\n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
    \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Zvolte šířku obsahu a postranního panelu(ů).\n" -" \t\tJedná se o realtivní rozměry - vzhledem k použitému prohlížeči uživatelem. Celková šířka je v procentech šířky prohlížeče.
    \n" -"\t Šířka obsahu nemůže být menší než 40% celkové šiířky a sidebaru ne méně než 20% a ne více než 50%.
    \n" -"\tPokud jste vybrali 3 sloupce (s 2 postranními panely), každý z nich má poloviční vybranou šířku." - -#: admin/settings.php:223 -#: admin/settings.php:246 -#: admin/settings.php:262 -#: admin/settings.php:731 -#: admin/settings.php:1094 -#: admin/settings.php:1156 -#: admin/settings.php:1344 -#: admin/settings.php:1359 -#: admin/settings.php:1530 -#: admin/settings.php:1592 -#: admin/settings.php:1793 -#: admin/settings.php:1822 -#: admin/settings.php:1845 -#: admin/settings.php:1868 -#: admin/settings.php:1917 -#: admin/settings.php:2053 -#@ mantra -msgid "Enable" -msgstr "Zapnout" - -#: admin/settings.php:223 -#: admin/settings.php:246 -#: admin/settings.php:262 -#: admin/settings.php:731 -#: admin/settings.php:1094 -#: admin/settings.php:1156 -#: admin/settings.php:1344 -#: admin/settings.php:1359 -#: admin/settings.php:1530 -#: admin/settings.php:1592 -#: admin/settings.php:1793 -#: admin/settings.php:1822 -#: admin/settings.php:1845 -#: admin/settings.php:1868 -#: admin/settings.php:1917 -#: admin/settings.php:2053 -#@ mantra -msgid "Disable" -msgstr "Vypnout" - -#: admin/settings.php:232 -#@ mantra -msgid "Enable to make Mantra fully responsive. The layout and general sizes of your blog will adjust depending on what device and what resolution it is viewed in.
    Do not disable unless you have a good reason to." -msgstr "Povolit, aby Mantra plně reagovala. Uspořádání a obecná velikost vašeho blogu se upraví v závislosti na tom, na jakém zařízení a v jakém rozlišení je blog zobrazen.
    Nevypínejte, pokud k tomu nemáte dobrý důvod." - -#: admin/settings.php:254 -#@ mantra -msgid "" -"Enable the presentation front-page. This will become your new home page. It has a slider and columns for presentation\n" -"\t\ttext and images.
    If you have this enabled but don't see a Presentation page then go to
    Settings » Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"PovolĂ­ prezentaci na titulnĂ­ stranÄ›. To bude vaše nová domovská stránka. Obsahuje posuvnĂ­k a sloupce pro publikovánĂ­ prezentace\n" -"\t\ttextu a obrázkĹŻ.
    Pokud máte povoleno, ale nevidĂ­te tuto stránku, pĹ™ejdÄ›te na NastavenĂ­ » ÄŚtenĂ­ a ujistÄ›te se, Ĺľe máte vyvránu jako prvnĂ­ stránku pro zobrazenĂ­ stránku s poslednĂ­mi příspÄ›vky." - -#: admin/settings.php:271 -#@ mantra -msgid "posts" -msgstr "příspÄ›vky" - -#: admin/settings.php:272 -#@ mantra -msgid "Enable to display latest posts on the presentation page, below the columns. Sticky posts are always displayed and not counted." -msgstr "Povolit zobrazenĂ­ poslednĂ­ch příspÄ›vkĹŻ na prezentaÄŤnĂ­ stránce, ve sloupcĂ­ch. Ĺ tĂ­tky příspÄ›vkĹŻ jsou vĹľdy zobrazeny." - -#: admin/settings.php:280 -#@ mantra -msgid "Slider Dimensions:" -msgstr "RozmÄ›ry slideru" - -#: admin/settings.php:281 -#@ mantra -msgid "width" -msgstr "šířka" - -#: admin/settings.php:282 -#@ mantra -msgid "height" -msgstr "výška" - -#: admin/settings.php:283 -#@ mantra -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "RozmÄ›ry vašeho slideru. UjistÄ›te se, Ĺľe vaše obrázkyky jsou ve stejnĂ© velikosti." - -#: admin/settings.php:285 -#@ mantra -msgid "Animation:" -msgstr "Animace" - -#: admin/settings.php:287 -#@ mantra -msgid "Random" -msgstr "NáhodnĂ˝" - -#: admin/settings.php:287 -#@ mantra -msgid "Fold" -msgstr "SloĹľit" - -#: admin/settings.php:287 -#@ mantra -msgid "Fade" -msgstr "SlábnutĂ­" - -#: admin/settings.php:287 -#@ mantra -msgid "SlideInRight" -msgstr "Posuv vpravo" - -#: admin/settings.php:287 -#@ mantra -msgid "SlideInLeft" -msgstr "Posuv vlevo" - -#: admin/settings.php:287 -#@ mantra -msgid "SliceDown" -msgstr "Rozpad dolĹŻ" - -#: admin/settings.php:287 -#@ mantra -msgid "SliceDownLeft" -msgstr "Rozpad vlevo dolĹŻ" - -#: admin/settings.php:287 -#@ mantra -msgid "SliceUp" -msgstr "Rozpad nahoru" - -#: admin/settings.php:287 -#@ mantra -msgid "SliceUpLeft" -msgstr "Rozpad nahoru vlevo" - -#: admin/settings.php:287 -#@ mantra -msgid "SliceUpDown" -msgstr "Rozpad nahoru i dolĹŻ" - -#: admin/settings.php:287 -#@ mantra -msgid "SliceUpDownLeft" -msgstr "Rozpad nahoru i dolĹŻ vlevo" - -#: admin/settings.php:287 -#@ mantra -msgid "BoxRandom" -msgstr "NáhodnĂ© polĂ­ÄŤko" - -#: admin/settings.php:287 -#@ mantra -msgid "BoxRain" -msgstr "PolĂ­ÄŤko rain" - -#: admin/settings.php:287 -#@ mantra -msgid "BoxRainReverse" -msgstr "PolĂ­ÄŤko obrácenĂ˝ rain" - -#: admin/settings.php:287 -#@ mantra -msgid "BoxRainGrow" -msgstr "PolĂ­ÄŤko vzrĹŻstajĂ­cĂ­ rain" - -#: admin/settings.php:287 -#@ mantra -msgid "BoxRainGrowReverse" -msgstr "PolĂ­ÄŤko obrácenĂ˝ vzrĹŻstajĂ­cĂ­ rain" - -#: admin/settings.php:295 -#@ mantra -msgid "The transition effect your slider will have." -msgstr "Efekt pĹ™echodu vašeho slideru" - -#: admin/settings.php:297 -#@ mantra -msgid "Border Settings:" -msgstr "NastavenĂ­ ohraniÄŤenĂ­" - -#: admin/settings.php:298 -#@ mantra -msgid "Width" -msgstr "Ĺ Ă­Ĺ™ka" - -#: admin/settings.php:299 -#@ mantra -msgid "Color" -msgstr "Barva" - -#: admin/settings.php:301 -#@ mantra -msgid "The width and color of the slider's border." -msgstr "Ĺ Ă­Ĺ™ka a barva ohraniÄŤenĂ­ slideru." - -#: admin/settings.php:303 -#@ mantra -msgid "Animation Time:" -msgstr "ÄŚas animace:" - -#: admin/settings.php:304 -#: admin/settings.php:308 -#@ mantra -msgid "milliseconds" -msgstr "milisekundy" - -#: admin/settings.php:305 -#@ mantra -msgid "The time in which the transition animation will take place." -msgstr "ÄŚas, za kterĂ˝ probÄ›hne pĹ™echod animace." - -#: admin/settings.php:307 -#@ mantra -msgid "Pause Time:" -msgstr "ÄŚas pauzy:" - -#: admin/settings.php:309 -#@ mantra -msgid "The time in which a slide will be still and visible." -msgstr "ÄŚas, po kterĂ˝ bude snĂ­mek viditelnĂ˝." - -#: admin/settings.php:312 -#@ mantra -msgid "Slider navigation:" -msgstr "Navigace v slideru" - -#: admin/settings.php:314 -#@ mantra -msgid "Numbers" -msgstr "PoÄŤet" - -#: admin/settings.php:314 -#@ mantra -msgid "Bullets" -msgstr "Odrážky" - -#: admin/settings.php:314 -#: admin/settings.php:1451 -#@ mantra -msgid "None" -msgstr "ŽádnĂ˝" - -#: admin/settings.php:322 -#@ mantra -msgid "Your slider navigation type. Shown under the slider." -msgstr "Typ navigace ve slideru. ZobrazobrazĂ­ se pod nĂ­m" - -#: admin/settings.php:324 -#@ mantra -msgid "Slider arrows:" -msgstr "Ĺ ipky slideru" - -#: admin/settings.php:326 -#@ mantra -msgid "Always Visible" -msgstr "VĹľdy viditelnĂ©" - -#: admin/settings.php:326 -#@ mantra -msgid "Visible on Hover" -msgstr "ViditelnĂ© pĹ™i zaměřenĂ­" - -#: admin/settings.php:326 -#@ mantra -msgid "Hidden" -msgstr "SkrĂ˝t" - -#: admin/settings.php:334 -#@ mantra -msgid "The Left and Right arrows on your slider" -msgstr "Levá a pravá šipka vašeho slideru" - -#: admin/settings.php:375 -#: admin/settings.php:444 -#@ mantra -msgid "Select Category" -msgstr "Vyberte rubriku" - -#: admin/settings.php:402 -#@ mantra -msgid "Custom Slides" -msgstr "VlastnĂ­ slider" - -#: admin/settings.php:402 -#@ mantra -msgid "Latest Posts" -msgstr "PoslednĂ­ snĂ­mky" - -#: admin/settings.php:402 -#@ mantra -msgid "Random Posts" -msgstr "NáhodnĂ© snĂ­mky" - -#: admin/settings.php:402 -#@ mantra -msgid "Sticky Posts" -msgstr "DĹŻleĹľitĂ© snĂ­mky" - -#: admin/settings.php:402 -#@ mantra -msgid "Latest Posts from Category" -msgstr "PoslednĂ­ snĂ­mky v rubrice" - -#: admin/settings.php:402 -#@ mantra -msgid "Random Posts from Category" -msgstr "NáhodnĂ© snĂ­mky v rubrice" - -#: admin/settings.php:402 -#@ mantra -msgid "Specific Posts" -msgstr "VybranĂ© snĂ­mky" - -#: admin/settings.php:411 -#@ mantra -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "Obsah snĂ­mkĹŻ. Je nutnĂ© zadat obrázek, všechna ostatnĂ­ pole jsou volitelná. zadánĂ­m zvolenĂ©ho snĂ­mku se stane slider aktivnĂ­ a viditelnĂ˝ ve slideru." - -#: admin/settings.php:416 -#@ mantra -msgid "Latest posts will be loaded into the slider." -msgstr "NejnovÄ›jší snĂ­mky budou naÄŤteny do slideru." - -#: admin/settings.php:420 -#@ mantra -msgid "Random posts will be loaded into the slider." -msgstr "NáhodnĂ© snĂ­mky budou naÄŤteny do slideru." - -#: admin/settings.php:424 -#@ mantra -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "PoslednĂ­ snĂ­mky z vybranĂ© rubriky budou vloĹľeny do slideru." - -#: admin/settings.php:429 -#@ mantra -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "NáhodnĂ© snĂ­mky z vybranĂ© rubriky budou vloĹľeny do slideru." - -#: admin/settings.php:433 -#@ mantra -msgid "Only sticky posts will be loaded into the slider." -msgstr "Pouze dĹŻleĹľitĂ© snĂ­mky budou naÄŤteny do slideru." - -#: admin/settings.php:437 -#@ mantra -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Seznam ID snĂ­mkĹŻ, kterĂ© chcete zobrazit (oddÄ›lenĂ© čárkou):" - -#: admin/settings.php:442 -#@ mantra -msgid "
    Choose the cateogry: " -msgstr "
    Zvolte rubriku:" - -#: admin/settings.php:459 -#@ mantra -msgid "Number of posts to show:" -msgstr "ÄŚĂ­slo snĂ­mku pro zobrazenĂ­:" - -#: admin/settings.php:466 -#@ mantra -msgid "Slide 1" -msgstr "SnĂ­mek 1" - -#: admin/settings.php:470 -#: admin/settings.php:485 -#: admin/settings.php:500 -#: admin/settings.php:515 -#: admin/settings.php:530 -#: admin/settings.php:572 -#: admin/settings.php:587 -#: admin/settings.php:602 -#: admin/settings.php:617 -#: admin/settings.php:766 -#: admin/settings.php:789 -#@ mantra -msgid "Select / Upload Image" -msgstr "Vybrat/nahrát obrázek" - -#: admin/settings.php:471 -#: admin/settings.php:486 -#: admin/settings.php:501 -#: admin/settings.php:516 -#: admin/settings.php:531 -#: admin/settings.php:573 -#: admin/settings.php:588 -#: admin/settings.php:618 -#@ mantra -msgid "Title" -msgstr "Název" - -#: admin/settings.php:473 -#: admin/settings.php:488 -#: admin/settings.php:503 -#: admin/settings.php:518 -#: admin/settings.php:533 -#: admin/settings.php:575 -#: admin/settings.php:590 -#: admin/settings.php:605 -#: admin/settings.php:620 -#@ mantra -msgid "Text" -msgstr "Text" - -#: admin/settings.php:481 -#@ mantra -msgid "Slide 2" -msgstr "SnĂ­mek 2" - -#: admin/settings.php:496 -#@ mantra -msgid "Slide 3" -msgstr "SnĂ­mek 3" - -#: admin/settings.php:511 -#@ mantra -msgid "Slide 4" -msgstr "SnĂ­mek 4" - -#: admin/settings.php:526 -#@ mantra -msgid "Slide 5" -msgstr "SnĂ­mek 5" - -#: admin/settings.php:548 -#@ mantra -msgid "Number of columns:" -msgstr "PoÄŤet sloupcĹŻ:" - -#: admin/settings.php:558 -#@ mantra -msgid "Image Height:" -msgstr "Výška obrázku:" - -#: admin/settings.php:561 -#@ mantra -msgid "Read more text:" -msgstr "ÄŚĂ­st dále:" - -#: admin/settings.php:564 -#@ mantra -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "SouvisejĂ­cĂ­ text, kterĂ˝ se zobrazĂ­ v dolnĂ­ části jednotlivĂ˝ch sloupcĹŻ. MĹŻĹľete takĂ© veškerĂ˝ text uvnitĹ™ odstranit, pokud jej tam nechcete." - -#: admin/settings.php:568 -#@ mantra -msgid "1st Column" -msgstr "1. sloupec" - -#: admin/settings.php:583 -#@ mantra -msgid "2nd Column" -msgstr "2. sloupec" - -#: admin/settings.php:598 -#@ mantra -msgid "3rd Column" -msgstr "3. sloupec" - -#: admin/settings.php:613 -#@ mantra -msgid "4th Column" -msgstr "4. sloupec" - -#: admin/settings.php:635 -#@ mantra -msgid "Extra Text" -msgstr "VybranĂ˝ text" - -#: admin/settings.php:637 -#@ mantra -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Další text pro titulnĂ­ stránku. HornĂ­ titulek je nad sliderem, druhĂ˝ mezi sliderem a sloupci, je-li a 2 vĂ­ce řádkĹŻ textu ve sloupci.\n" -"\t\t Vše je volitelnĂ©, pokud nechcete tato vstupnĂ­ pole vyplĹovat, nemusĂ­te." - -#: admin/settings.php:640 -#@ mantra -msgid "Top Title" -msgstr "HornĂ­ titulek" - -#: admin/settings.php:641 -#@ mantra -msgid "Second Title" -msgstr "DruhĂ˝ titulek" - -#: admin/settings.php:644 -#@ mantra -msgid "Title color" -msgstr "Barva titulku" - -#: admin/settings.php:648 -#@ mantra -msgid "Bottom Text 1" -msgstr "SpodnĂ­ text 1" - -#: admin/settings.php:650 -#@ mantra -msgid "Bottom Text 2" -msgstr "SpodnĂ­ text 2" - -#: admin/settings.php:658 -#@ mantra -msgid "Hide areas" -msgstr "SkrĂ˝t pole" - -#: admin/settings.php:660 -#@ mantra -msgid "Choose the areas to hide on the first page." -msgstr "Vyberte pole pro skrytĂ­ na prvnĂ­ stránce." - -#: admin/settings.php:672 -#@ mantra -msgid "Hide the header area (image or background color)." -msgstr "SkrĂ˝t oblast záhlavĂ­ (obrázek nebo barvu pozadĂ­)." - -#: admin/settings.php:676 -#@ mantra -msgid "Hide the main menu (the top navigation tabs)." -msgstr "SkrytĂ­ hlavnĂ­ menu (hornĂ­ navigaÄŤnĂ­ panel)." - -#: admin/settings.php:680 -#@ mantra -msgid "Hide the footer widgets. " -msgstr "SkrĂ˝t widgety v zápatĂ­." - -#: admin/settings.php:684 -#@ mantra -msgid "Hide the footer (copyright area)." -msgstr "SkrĂ˝t zápatĂ­ (oblast copyrightu)." - -#: admin/settings.php:688 -#@ mantra -msgid "Hide the white color. Only the background color remains." -msgstr "SkrĂ˝t bĂ­lou barvu. ZĹŻstane pouze barva pozadĂ­." - -#: admin/settings.php:708 -#@ mantra -msgid "Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = " -msgstr "Vyberte výšku záhlavĂ­. Po uloĹľenĂ­ nastavenĂ­ se ujistÄ›te, Ĺľe se novĂ˝ obrázek v záhlavĂ­ zobrazil (pokud jej používáte). Ĺ Ă­Ĺ™ka hlaviÄŤky je =" - -#: admin/settings.php:715 -#@ default -msgid "Define header image" -msgstr "Vyberte obrázek záhlavĂ­" - -#: admin/settings.php:716 -#@ mantra -msgid "The header image should not be used to display logos.
    Enable ratio preservation to force the header image aspect ratio. Keep in mind that short images will become very small on mobile devices." -msgstr "Obrázek v záhlaví by neměl být používán pro zobrazení loga.
    Povolte zachování poměru mezi velikostí záhlaví a obrázku. Mějte na paměti, že malé snímky budou velmi malé na mobilních zařízeních." - -#: admin/settings.php:739 -#@ mantra -msgid "Enable or disable the round corners for the main menu items." -msgstr "Povolte nebo zakažte zaoblené rohy pro hlavní položky menu." - -#: admin/settings.php:747 -#@ mantra -msgid "Site Title and Description" -msgstr "Název a popis stránky" - -#: admin/settings.php:747 -#@ mantra -msgid "Custom Logo" -msgstr "Vlastní logo" - -#: admin/settings.php:747 -#@ mantra -msgid "Clickable header image" -msgstr "Klikatelný obrázek záhlaví" - -#: admin/settings.php:747 -#@ mantra -msgid "Empty" -msgstr "Prázdný" - -#: admin/settings.php:755 -#@ mantra -msgid "Choose what to display inside your header area." -msgstr "Vyberte, co se má zobrazit uvnitř oblasti záhlaví." - -#: admin/settings.php:765 -#@ mantra -msgid "Custom Logo upload. The logo will appear over the heder image if you have used one." -msgstr "Vlastní logo nahráno. Logo se zobrazí v oblasti záhlaví, ale jen pokud jste použili jedno." - -#: admin/settings.php:774 -#@ mantra -msgid "top" -msgstr "Nahoře" - -#: admin/settings.php:775 -#@ mantra -msgid "left" -msgstr "vlevo" - -#: admin/settings.php:778 -#@ mantra -msgid "Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. " -msgstr "Vyberte horní mezeru pro záhlaví. Jejím použitím můžete lépe umístit titulek své stránky a její popis nebo vlastní logo v záhlaví." - -#: admin/settings.php:788 -#@ mantra -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png.
    Note that some browsers do not display the changed favicon instantly." -msgstr "Omezení: Musí to být obrázek. Měl by mít rozměry max. 64x64 pixelů. Doporučené přípony souborů jsou .ico a .png..
    UpozorĹujeme, Ĺľe nÄ›kterĂ© prohlĂ­ĹľeÄŤe nezobrazujĂ­ zmÄ›nÄ›nĂ© favicony okamĹľitÄ›." - -#: admin/settings.php:811 -#@ mantra -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "Zvolte velikost pĂ­sma, kterĂ© budete používat na svĂ©m blogu. TĂ˝ká se to stránek, příspÄ›vkĹŻ a komentářů.. TlaÄŤĂ­tka, záhlavĂ­ a vedlejší menu zĹŻstanou beze zmÄ›n.." - -#: admin/settings.php:855 -#@ mantra -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "Zvolte typ pĂ­sma, kterĂ© budete používat ve svĂ©m blogu. TĂ˝ká se to veškerĂ©ho textovĂ©ho obsahu (vÄŤetnÄ› tlaÄŤĂ­tek v menu)." - -#: admin/settings.php:857 -#: admin/settings.php:907 -#: admin/settings.php:958 -#: admin/settings.php:1010 -#@ mantra -msgid "Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "Nebo níže vložte vybraný Google Font. Vložte pouze název písma.
    Pozn.:. Přejděte na google fonts pro inspiraci." - -#: admin/settings.php:904 -#@ mantra -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "Zvolte typ písma, které chcete použít pro titulky. Týká se to názvů příspěvků a názvů stránek. Při volbě 'default' bude použito obecné písmo." - -#: admin/settings.php:956 -#@ mantra -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "Zvolte typ písma, které chcete použít v sidebaru(ech). Týká se to textu v postranních sloupcích, včetně widgetů. Při volbě 'default' bude použito obecné písmo." - -#: admin/settings.php:1007 -#@ mantra -msgid "Select the font family you want your headings to have (h1 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "Zvolte typ písma, které chcete použít pro nadpisy (h1 - h6). Při volbě 'default' bude použito obecné písmo." - -#: admin/settings.php:1019 -#: admin/settings.php:1034 -#: admin/settings.php:1049 -#: admin/settings.php:1109 -#: admin/settings.php:1124 -#: admin/settings.php:1139 -#@ mantra -msgid "Default" -msgstr "Default" - -#: admin/settings.php:1027 -#@ mantra -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Velikost písma v záhlaví příspěvku. Volba 'default' znamená normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." - -#: admin/settings.php:1042 -#@ mantra -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Velikost písma sidebaru. Volba 'default' znamená normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." - -#: admin/settings.php:1049 -#: admin/settings.php:1373 -#: admin/settings.php:1884 -#@ mantra -msgid "Left" -msgstr "Vlevo" - -#: admin/settings.php:1049 -#: admin/settings.php:1373 -#: admin/settings.php:1884 -#@ mantra -msgid "Right" -msgstr "Vpravo" - -#: admin/settings.php:1049 -#@ mantra -msgid "Justify" -msgstr "Do bloku" - -#: admin/settings.php:1049 -#: admin/settings.php:1373 -#: admin/settings.php:1884 -#@ mantra -msgid "Center" -msgstr "Na střed" - -#: admin/settings.php:1057 -#@ mantra -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "Toto přepíše zarovnání textu v příspěvcích a na stránkách. Volba 'default' znamená normální nastavení (zarovnání zůstane takové, jaké je deklarované v příspěvcích, komentářích apod.)." - -#: admin/settings.php:1071 -#@ mantra -msgid "Choose the spacing between paragraphs." -msgstr "Vyberte mezeru mezi odstavci." - -#: admin/settings.php:1086 -#@ mantra -msgid "Choose the indent for your paragraphs." -msgstr "Vyberte odsazení odstavců." - -#: admin/settings.php:1102 -#@ mantra -msgid "Disable the default header and title indent (left margin)." -msgstr "Vypnout defaultní název v záhlaví a odsazení (vlevo)." - -#: admin/settings.php:1117 -#@ mantra -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Výška řádků textu (výška mezi 2 řádky textu). Volba 'default' znamená normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." - -#: admin/settings.php:1132 -#@ mantra -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Mezera mezi slovy. Volba 'default' zobrazí normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." - -#: admin/settings.php:1147 -#@ mantra -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Mezera mezi písmeny. Volba 'default' zobrazí normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." - -#: admin/settings.php:1164 -#@ mantra -msgid "Disable the default text shadow on headers and titles." -msgstr "Vypnout výchozí stín u textu v záhlaví a v titulcích." - -#: admin/settings.php:1172 -#@ default -msgid "Define background image" -msgstr "Definovat obrázek na pozadí" - -#: admin/settings.php:1181 -#@ mantra -msgid "Background color (Default value is 444444)." -msgstr "Barva pozadí (výchozí hodnota je 444444)." - -#: admin/settings.php:1189 -#@ mantra -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "Barva pozadí záhlaví (výchozí hodnota je 333333). Přepíše všechny texty, dosud bez barvy pozadí." - -#: admin/settings.php:1196 -#@ mantra -msgid "Content background color (Default value is FFFFFF). Works best with really light colors." -msgstr "Barva pozadí obsahu (výchozí hodnota je FFFFFF). Nejlépe vynikne se světlými barvami." - -#: admin/settings.php:1203 -#@ mantra -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "Barva pozadí hlavního menu (výchozí hodnota je FAFAFA). Měla by být stejné barvy jako pozadí obsahu nebo podobná, světlejší." - -#: admin/settings.php:1210 -#@ mantra -msgid "First sidebar background color (Default is no color for a transparent sidebar)." -msgstr "Barva pozadí prvního sidebaru (výchozí hodnota je transparentní sidebar)." - -#: admin/settings.php:1217 -#@ mantra -msgid "Second sidebar background color (Default is no color for a transparent sidebar)." -msgstr "Barva pozadí druhého sidebaru (výchozí hodnota je transparentní sidebar)." - -#: admin/settings.php:1225 -#@ mantra -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Barva pozadí prostoru pro widgety v zápatí. (výchozí hodnota je 171717)." - -#: admin/settings.php:1233 -#@ mantra -msgid "Footer background color (Default value is 222222)." -msgstr "Barva pozadí zápatí (výchozí hodnota je 222222)." - -#: admin/settings.php:1241 -#@ mantra -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Barva titulu vašeho blogu (Výchozí hodnota je 0D85CC)." - -#: admin/settings.php:1249 -#@ mantra -msgid "Your blog's description color(Default value is 222222)." -msgstr "Barva popisu vašeho blogu (výchozí hodnota je 222222)." - -#: admin/settings.php:1257 -#@ mantra -msgid "Content Text Color (Default value is 333333)." -msgstr "Barva textu obsahu (výchozí hodnota je 333333)." - -#: admin/settings.php:1265 -#@ mantra -msgid "Links color (Default value is 0D85CC)." -msgstr "Barvy odkazu (výchozí hodnota je 0D85CC)." - -#: admin/settings.php:1273 -#@ mantra -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Barva zaměřeného odkazu (výchozí hodnota je 333333)." - -#: admin/settings.php:1281 -#@ mantra -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Barva textu názvu příspěvku (výchozí hodnota je 333333)." - -#: admin/settings.php:1289 -#@ mantra -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Barva textu zaměřeného názvu příspěvku (výchozí hodnota je 000000)." - -#: admin/settings.php:1297 -#@ mantra -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Brva pozadí záhlaví sidebaru (výchozí hodnota je 444444)" - -#: admin/settings.php:1306 -#@ mantra -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Barva textu v záhlaví sidebaru (výchozí hodnota je 2EA5FD)." - -#: admin/settings.php:1314 -#@ mantra -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Barva textu ve widgetu v zápatí (výchozí hodnota je 0D85CC)." - -#: admin/settings.php:1322 -#@ mantra -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Barva odkazu ve widgetu v zápatí (výchozí hodnota je 666666)." - -#: admin/settings.php:1330 -#@ mantra -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "Barva zaměřeného odkazu ve widgetu v zápatí (výchozí hodnota je 888888)." - -#: admin/settings.php:1352 -#@ mantra -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "Zobrazit drobečkovou navigaci v horní části obsahu. Drobečková navigace je forma navigaci, která zajišťuje informace o momentální poloze v daném webu." - -#: admin/settings.php:1367 -#@ mantra -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "Zobrazit číslování stránek ve spodní části stránky u webů, které mají více než jednu stránku. Odkazy Starší příspěvky a Novější příspěvky zobrazí čísla stránek." - -#: admin/settings.php:1381 -#@ mantra -msgid "Select the desired main menu items alignment. Center option is only valid for single line menus." -msgstr "Vyberte zarovnání položek v hlavním menu. Volba Na střed je platná pouze pro jednotlivé odkazy v menu." - -#: admin/settings.php:1388 -#: admin/settings.php:1451 -#@ mantra -msgid "White" -msgstr "Býlá" - -#: admin/settings.php:1388 -#@ mantra -msgid "Light" -msgstr "Světlá" - -#: admin/settings.php:1388 -#@ mantra -msgid "Light Gray" -msgstr "Světle šedá" - -#: admin/settings.php:1388 -#: admin/settings.php:1451 -#@ mantra -msgid "Gray" -msgstr "Šedá" - -#: admin/settings.php:1388 -#@ mantra -msgid "Dark Gray" -msgstr "Tmavě šedá" - -#: admin/settings.php:1388 -#@ mantra -msgid "Black" -msgstr "Černá" - -#: admin/settings.php:1396 -#@ mantra -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "Toto nastavení změní vzhled vašich titulků. Na obrázky, které nejsou vloženy do titulků to nemá vliv." - -#: admin/settings.php:1412 -#@ mantra -msgid "The border around your inserted images. " -msgstr "Ohraničení kolem vložených obrázků." - -#: admin/settings.php:1427 -#@ mantra -msgid "The image on top of your captions. " -msgstr "Obrázek v horní části popisků." - -#: admin/settings.php:1442 -#@ mantra -msgid "The sidebar list bullets. " -msgstr "Odrážky v seznamu v sidebaru." - -#: admin/settings.php:1459 -#@ mantra -msgid "The background for your post-metas area (under your post tiltes). Gray by default." -msgstr "Pozadí oblasti pro Meta u příspěvku. Ve výchozím nastavení je šedé." - -#: admin/settings.php:1467 -#: admin/settings.php:1483 -#: admin/settings.php:1500 -#: admin/settings.php:1515 -#: admin/settings.php:1545 -#: admin/settings.php:1560 -#: admin/settings.php:1576 -#: admin/settings.php:1612 -#: admin/settings.php:1627 -#: admin/settings.php:1642 -#: admin/settings.php:1657 -#: admin/settings.php:1672 -#: admin/settings.php:1687 -#: admin/settings.php:1702 -#: admin/settings.php:1717 -#@ mantra -msgid "Show" -msgstr "Zobrazit" - -#: admin/settings.php:1467 -#: admin/settings.php:1483 -#: admin/settings.php:1500 -#: admin/settings.php:1515 -#: admin/settings.php:1545 -#: admin/settings.php:1576 -#: admin/settings.php:1612 -#: admin/settings.php:1627 -#: admin/settings.php:1642 -#: admin/settings.php:1657 -#: admin/settings.php:1672 -#: admin/settings.php:1687 -#: admin/settings.php:1702 -#: admin/settings.php:1717 -#@ mantra -msgid "Hide" -msgstr "Skrýt" - -#: admin/settings.php:1475 -#@ mantra -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Skrýtnebo zobrazit horizontální zobrazení samostatných příspěvků." - -#: admin/settings.php:1491 -#@ mantra -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "Skrýt nebo zobrazit odrážky u seznamů v obsahu (příspěvky, stránky, atd.)." - -#: admin/settings.php:1508 -#@ mantra -msgid "Hide or show Page titles on any created pages. " -msgstr "Skrýt nebo zobrazit názvy stránek na každé vytvořené stránce." - -#: admin/settings.php:1523 -#@ mantra -msgid "Hide or show Page titles on Category Pages. " -msgstr "Skrýt nebo zobrazit názvy stránek na stránce Rubrika." - -#: admin/settings.php:1538 -#@ mantra -msgid "Hide table borders and background color." -msgstr "Skrýt ohraničení tabulky a barvu pozadí." - -#: admin/settings.php:1553 -#@ mantra -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "Skrýt vysvětlující text pod formulářem komentáře (začíná Můžete použít tyto HTML tagy a atributy: ... )." - -#: admin/settings.php:1560 -#@ mantra -msgid "Hide in posts" -msgstr "Skrýt příspěvek" - -#: admin/settings.php:1560 -#@ mantra -msgid "Hide in pages" -msgstr "Skrýt stránku" - -#: admin/settings.php:1560 -#@ mantra -msgid "Hide everywhere" -msgstr "Skrýt vše" - -#: admin/settings.php:1568 -#@ mantra -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "Skrýt text Komentáře jsou uzavřeny, který se ve výchozím nastavení zobrazuje na stránkách, nebo u komentářů u příspěvků pro zdravotně postižené." - -#: admin/settings.php:1584 -#@ mantra -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "Skrýt text Komentáře jsou uzavřeny u příspěvků s komentáři pro zdravotně postižené." - -#: admin/settings.php:1600 -#@ mantra -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "Zapnout tlačítko Zpět na začátek. Zobrazí se tlačítko po rolování stránky." - -#: admin/settings.php:1620 -#@ mantra -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "Skrýt nebo zobrazit Komentovat nebo x Komentářů vedle příspěvků nebo u úryvků příspěvků." - -#: admin/settings.php:1635 -#@ mantra -msgid "Hide or show the post date." -msgstr "Skrýt nebo zobrazit datum u příspěvku." - -#: admin/settings.php:1650 -#@ mantra -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "Zobrazit Čas odeslání s datem příspěvku. Čas nebude zobrazen, pokud je skryto Datum příspěvku." - -#: admin/settings.php:1665 -#@ mantra -msgid "Hide or show the post author." -msgstr "Skrýt nebo zobrazit autora příspěvku." - -#: admin/settings.php:1680 -#@ mantra -msgid "Hide the post category." -msgstr "Skrýt nebo zobrazit rubriku příspěvku." - -#: admin/settings.php:1695 -#@ mantra -msgid "Hide the 'Bookmark permalink'." -msgstr "Skrýt trvalý odkaz 'Záložka'." - -#: admin/settings.php:1710 -#@ mantra -msgid "Hide the meta bar. All meta info in it will be hidden." -msgstr "Skrýt panel meta. Všechny meta infomace budou skryty." - -#: admin/settings.php:1725 -#@ mantra -msgid "Hide the post tags." -msgstr "Skrýt štítky u příspěvků" - -#: admin/settings.php:1738 -#: admin/settings.php:1753 -#: admin/settings.php:1769 -#@ mantra -msgid "Excerpt" -msgstr "Úryvek" - -#: admin/settings.php:1738 -#: admin/settings.php:1753 -#: admin/settings.php:1769 -#@ mantra -msgid "Full Post" -msgstr "Celý příspěvek" - -#: admin/settings.php:1746 -#@ mantra -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "Úryvky na hlavní straně. Týká se pouze standardních příspěvků. Všechny ostatní formy příspěvků (stránky, obrázky, chat, citace atd.) mají i nadále své specifické formátování." - -#: admin/settings.php:1761 -#@ mantra -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "Vyberte, zda mají být důležité příspěvky na vaší domovské stránce viditelné celé nebo jen v úryvcích." - -#: admin/settings.php:1777 -#@ mantra -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "Úryvky z archivu, rubrik a vyhledávacích stránek. Stejné jako výše, týká se jen standardních příspěvků." - -#: admin/settings.php:1785 -#@ mantra -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Počet slov v úryvku. Je-li ho dosaženo, příspěvek bude přerušen a zobrazí se odkaz Číst dále, Po kliknutí na něj\n" -"\t\t\t\t\t\t\t,si čtenář může zobrazit celou stránku." - -#: admin/settings.php:1801 -#@ mantra -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "Zapnout rozvržení časopisu. Toto uspořádání se vztahuje na stránky s příspěvky a zobrazuje 2 příspěvky vedle sebe." - -#: admin/settings.php:1808 -#@ mantra -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "Nahradí tři tečky (\"[...])\", které jsou automaticky zobrazeny v úryvcích." - -#: admin/settings.php:1815 -#@ mantra -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Upravený odkaz na 'Číst dále\" bude přidán k úryvku vašeho příspěvku." - -#: admin/settings.php:1861 -#@ mantra -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "Zobrazit dané obrázky jako miniatury u příspěvků. Snímky musí být vybrány pro každý příspěvek zvlášť." - -#: admin/settings.php:1876 -#@ mantra -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "Zobrazit první snímek, který jste vložili v příspěvku jako miniaturu. Pokud povolíte tuto možnost, bude použit první obrázek v příspěvku, i když jste pro publikování vybrali jiný obrázek." - -#: admin/settings.php:1892 -#@ mantra -msgid "Thumbnail alignment." -msgstr "Zarovnání náhledu" - -#: admin/settings.php:1909 -#@ mantra -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "Velikost, jakou má mít miniatura (v pixelech). Ve výchozím nastavení bude obrázek zmenšen a zůstane zachován poměr stran. Vyberte, zda chcete obrázek oříznout, pokud chcete přesnou velikost." - -#: admin/settings.php:1925 -#@ mantra -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" -"Zobrazit dané obrázky v záhlaví. V záhlaví bude daný obrazek nahrazen, pokud jste jej vybrali jako obrázek v příspěvku a\n" -"\t\t\t\t\t\t\t pokud je větší nebo alespoŠroven aktuální velikosti záhlaví." - -#: admin/settings.php:1941 -#@ mantra -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "Vyberte požadovanou sociální síť z rozbalovací nabídky vlevo a vložte odpovídající adresu do pravého vstupního pole. (př: http://www.facebook.com/yourname)" - -#: admin/settings.php:1942 -#@ mantra -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Vložte až 5 různých adres sociálních sítí." - -#: admin/settings.php:1943 -#@ mantra -msgid "There are a total of 27 social networks to choose from. " -msgstr "Vybrat si můžete celkem z 27 sociálních sítí." - -#: admin/settings.php:1944 -#@ mantra -msgid "You can leave any number of inputs empty. " -msgstr "Můžete vynechat libovolný počet prázdných vstupních polí." - -#: admin/settings.php:1945 -#@ mantra -msgid "You can choose the same social media any number of times. " -msgstr "Můžete si zvolit stejnou sociální síť, kolikrát chcete." - -#: admin/settings.php:2020 -#@ mantra -msgid "Choose the areas where to display the social icons." -msgstr "Vyberte oblast pro zobrazení ikon sociálních sítí." - -#: admin/settings.php:2033 -#@ mantra -msgid "Insert custom text or HTML code that will appear last in you footer.
    You can use HTML to insert links, images and special characters like © ." -msgstr "VloĹľte vlastnĂ­ text nebo HTML kĂłd, kterĂ˝ se objevĂ­ na konci zápatĂ­.
    Můžete použít HTML odkazy, obrázky a speciální znaky, jako např. ©." - -#: admin/settings.php:2041 -#@ mantra -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
    Your custom CSS will be preserved when updating the theme.
    The <style> tags are not needed." -msgstr "Sem vložte své vlastní CSS. Jakýkoliv CSS sem vložený přepíše šablonu Mantra (i vlastní možnosti, uvedené přímo zde na stránce Nastavení šablony Mantra).
    Vlastní CSS bude zachováno i při aktualizaci šablony.
    <Styly> tagů nejsou potřeba." - -#: admin/settings.php:2048 -#@ mantra -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
    The <script> tags are not needed." -msgstr "Zde vložte vlastní kód JavaScriptu. (Google Analytics a jakékoliv jiné formy analytického softwaru).
    <Scripty> tagĹŻ nejsou potĹ™eba." - -#: admin/settings.php:2061 -#@ mantra -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "Povolit Mantra Search Engine Optimization. To je ve vĂ˝chozĂ­m nastavenĂ­ povoleno a mÄ›lo by bĂ˝t zakázáno pouze v případÄ›, Ĺľe používáte SEO plugin." - -#: admin/settings.php:2073 -#@ mantra -msgid "Auto" -msgstr "Auto" - -#: admin/settings.php:2073 -#@ mantra -msgid "Manual" -msgstr "ManuálnĂ­" - -#: includes/theme-comments.php:28 -#@ mantra -msgid "says:" -msgstr "říká:" - -#: includes/theme-comments.php:34 -#@ mantra -msgid "Your comment is awaiting moderation." -msgstr "Váš komentář ÄŤeká na schválenĂ­." - -#. translators: 1: date, 2: time -#: includes/theme-comments.php:41 -#@ mantra -msgid "at" -msgstr "na" - -#: includes/theme-comments.php:41 -#: includes/theme-comments.php:58 -#@ mantra -msgid "(Edit)" -msgstr "(Editovat)" - -#: includes/theme-comments.php:58 -#@ mantra -msgid "Pingback: " -msgstr "Pingback: " - -#: includes/theme-comments.php:85 -#@ mantra -msgid "Leave a comment" -msgstr "Komentovat" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "1 Comment" -msgstr "1 komentář" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "% Comments" -msgstr "% komentáře" - -#: includes/theme-comments.php:107 -#@ mantra -msgid "Older Comments" -msgstr "Starší komentáře" - -#: includes/theme-comments.php:108 -#@ mantra -msgid "Newer Comments" -msgstr "NovÄ›jší komentáře" - -#: includes/theme-functions.php:58 -#@ mantra -msgid "Menu" -msgstr "Menu" - -#: includes/theme-functions.php:269 -#@ mantra -msgid "Home Page" -msgstr "Domovská stránka" - -#: includes/theme-functions.php:342 -#@ mantra -msgid "Powered by" -msgstr "VytvoĹ™il" - -#: includes/theme-loop.php:166 -#@ mantra -msgid "By " -msgstr "Autor" - -#: includes/theme-loop.php:206 -#@ mantra -msgid " Bookmark the " -msgstr "ZáloĹľka pro" - -#: includes/theme-loop.php:206 -#: includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -#@ mantra -msgid "Permalink to" -msgstr "TrvalĂ˝ odkaz na" - -#: includes/theme-loop.php:206 -#: includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -#@ mantra -msgid "permalink" -msgstr "trvalĂ˝ odkaz" - -#: includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -#@ mantra -msgid "Bookmark the " -msgstr "ZáloĹľka pro" - -#: includes/theme-loop.php:232 -#@ mantra -msgid "« Older posts" -msgstr "« Starší příspÄ›vky" - -#: includes/theme-loop.php:233 -#@ mantra -msgid "Newer posts »" -msgstr "NovÄ›jší příspÄ›vky »" - -#: includes/theme-seo.php:26 -#, php-format -#@ mantra -msgid "Page %s" -msgstr "Stránka %s" - -#: includes/theme-setup.php:91 -#@ mantra -msgid "Primary Navigation" -msgstr "HlavnĂ­ navigace" - -#: includes/theme-setup.php:92 -#@ mantra -msgid "Top Navigation" -msgstr "VrchnĂ­ navigace" - -#: includes/theme-setup.php:93 -#@ mantra -msgid "Footer Navigation" -msgstr "Navigace v zápatĂ­" - -#: includes/theme-setup.php:129 -#@ mantra -msgid "mantra" -msgstr "Mantra" - -#: includes/theme-setup.php:188 -#@ mantra -msgid "Skip to content" -msgstr "ZpÄ›t na obsah" - -#: includes/theme-setup.php:215 -#@ mantra -msgid "Primary Widget Area - Sidebar 1" -msgstr "PrvnĂ­ prostor pro widgety - Sidebar 1" - -#: includes/theme-setup.php:217 -#@ mantra -msgid "Primary widget area - Sidebar 1" -msgstr "PrvnĂ­ prostor pro widgety - Sidebar 1" - -#: includes/theme-setup.php:226 -#@ mantra -msgid "Secondary Widget Area - Sidebar 1" -msgstr "DruhĂ˝ prostor pro widgety - Sidebar 1" - -#: includes/theme-setup.php:228 -#@ mantra -msgid "Secondary widget area - Sidebar 1" -msgstr "DruhĂ˝ prostor pro widgety - Sidebar 1" - -#: includes/theme-setup.php:237 -#@ mantra -msgid "Third Widget Area - Sidebar 2" -msgstr "TĹ™etĂ­ prostor pro widgety - Sidebar 2" - -#: includes/theme-setup.php:239 -#@ mantra -msgid "Third widget area - Sidebar 2" -msgstr "TĹ™etĂ­ prostor pro widgety - Sidebar 2" - -#: includes/theme-setup.php:248 -#@ mantra -msgid "Fourth Widget Area - Sidebar 2" -msgstr "ÄŚtvrtĂ˝ prostor pro widgety - Sidebar 2" - -#: includes/theme-setup.php:250 -#@ mantra -msgid "Fourth widget area - Sidebar 2" -msgstr "ÄŚtvrtĂ˝ prostor pro widgety - Sidebar 2" - -#: includes/theme-setup.php:259 -#@ mantra -msgid "First Footer Widget Area" -msgstr "PrvnĂ­ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:261 -#@ mantra -msgid "First footer widget area" -msgstr "PrvnĂ­ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:270 -#@ mantra -msgid "Second Footer Widget Area" -msgstr "DruhĂ˝ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:272 -#@ mantra -msgid "Second footer widget area" -msgstr "DruhĂ˝ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:281 -#@ mantra -msgid "Third Footer Widget Area" -msgstr "TĹ™etĂ­ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:283 -#@ mantra -msgid "The third footer widget area" -msgstr "TĹ™etĂ­ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:292 -#@ mantra -msgid "Fourth Footer Widget Area" -msgstr "ÄŚtvrtĂ˝ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:294 -#@ mantra -msgid "The fourth footer widget area" -msgstr "ÄŚtvrtĂ˝ prostor pro widgety v zápatĂ­" - -#: includes/theme-setup.php:303 -#: includes/theme-setup.php:305 -#@ mantra -msgid "Above content Widget Area" -msgstr "HornĂ­ část prostoru pro widgety" - -#: includes/theme-setup.php:314 -#: includes/theme-setup.php:316 -#@ mantra -msgid "Below Content Widget Area" -msgstr "SpodnĂ­ část prostoru pro widgety" - -#: admin/settings.php:403 -#@ mantra -msgid "Select the content you want to load in your slides:" -msgstr "" - -#: admin/settings.php:2062 -#@ mantra -msgid "All title tags are handled automatically by Mantra." -msgstr "" - -#: admin/settings.php:2065 -#@ mantra -msgid "Homepage Meta Description" -msgstr "" - -#: admin/settings.php:2067 -#@ mantra -msgid "This is unique and you should fill this in. Describe your site the best you can and try not to go over 160 characters." -msgstr "" - -#: admin/settings.php:2081 -#@ mantra -msgid "" -"Auto - Mantra will automatically add post expcerpts to 'page' and 'post'\tmeta descriptions.
    \n" -"\t\t\t\t\t Manual - you will enable a new custom field in your post/page admin section where you can type the exact description you want for every post and page.
    \n" -"\t\t\t\t\t For category pages, the actual category descriptions will be used. Go to Posts > Categories and you can fill in a description for every category you have." -msgstr "" - -#: admin/settings.php:2090 -#@ mantra -msgid "Do not use" -msgstr "" - -#: admin/settings.php:2100 -#@ mantra -msgid "If you want to show an author in the meta tags." -msgstr "" - -#: archive.php:29 -#@ mantra -msgctxt "monthly archives date format" -msgid "F Y" -msgstr "" - -#: archive.php:31 -#@ mantra -msgctxt "yearly archives date format" -msgid "Y" -msgstr "" - -#: attachment.php:33 -#: includes/theme-loop.php:168 -#, php-format -#@ mantra -msgid "View all posts by %s" -msgstr "" - -#: content-aside.php:16 -#: content-chat.php:16 -#: content-gallery.php:19 -#: content-gallery.php:56 -#: content-image.php:15 -#: content-link.php:16 -#: content-quote.php:14 -#: content-status.php:15 -#: content.php:20 -#, php-format -#@ mantra -msgid "Permalink to %s" -msgstr "" - -#: content-gallery.php:55 -#, php-format -#@ mantra -msgid "This gallery contains
    %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: includes/theme-comments.php:94 -#, php-format -#@ mantra -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: includes/theme-functions.php:344 -#@ mantra -msgid "Semantic Personal Publishing Platform" -msgstr "" - +msgid "" +msgstr "" +"Project-Id-Version: Mantra v2.3.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-10-10 13:45+0200\n" +"PO-Revision-Date: 2013-12-25 18:03:56+0000\n" +"Last-Translator: Libor Schejbal \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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \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;_ex: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:17 +#@ mantra +msgid "Not Found" +msgstr "Nenalezeno" + +#: 404.php:19 +#@ mantra +msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." +msgstr "Omlouváme se, ale poĹľadovaná stránka nebyla nalezena. Snad vám pomĹŻĹľe další hledánĂ­." + +#: archive.php:27 +#, php-format +#@ mantra +msgid "Daily Archives: %s" +msgstr "DennĂ­ archivy: %s" + +#: archive.php:29 +#, php-format +#@ mantra +msgid "Monthly Archives: %s" +msgstr "MÄ›sĂ­ÄŤnĂ­ archivy: %s" + +#: archive.php:31 +#, php-format +#@ mantra +msgid "Yearly Archives: %s" +msgstr "RoÄŤnĂ­ archivy: %s" + +#: archive.php:33 +#@ mantra +msgid "Blog Archives" +msgstr "Archiv blogĹŻ" + +#: archive.php:59 +#: author.php:75 +#: category.php:51 +#: content-frontpage.php:26 +#: index.php:41 +#: search.php:41 +#: tag.php:52 +#: template-blog.php:36 +#@ mantra +msgid "Nothing Found" +msgstr "Nic nenalezeno" + +#: archive.php:63 +#: author.php:79 +#: category.php:55 +#: content-frontpage.php:30 +#: index.php:45 +#: tag.php:56 +#: template-blog.php:40 +#@ mantra +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "Omlouváme se, ale v danĂ©m archivu nebyly nalezeny žádnĂ© vĂ˝sledky. Zkuste hledat jinde, moĹľná najdete souvisejĂ­cĂ­ příspÄ›vek." + +#: attachment.php:18 +#, php-format +#@ mantra +msgid "Return to %s" +msgstr "Návrat do %s" + +#. translators: %s - title of parent post +#: attachment.php:29 +#@ mantra +msgid "By" +msgstr "Autor" + +#: attachment.php:40 +#@ mantra +msgid "Published" +msgstr "Publikováno" + +#: attachment.php:50 +#, php-format +#@ mantra +msgid "Full size is %s pixels" +msgstr "Plná velikost je %s pixelĹŻ" + +#: attachment.php:53 +#@ mantra +msgid "Link to full-size image" +msgstr "Odkaz na plnou velikost obrázku" + +#: attachment.php:60 +#: attachment.php:107 +#: content-aside.php:48 +#: content-chat.php:49 +#: content-gallery.php:75 +#: content-image.php:42 +#: content-link.php:49 +#: content-page.php:22 +#: content-quote.php:46 +#: content-status.php:48 +#: content.php:76 +#: single.php:55 +#: template-onecolumn.php:27 +#: template-page-with-intro.php:17 +#@ mantra +msgid "Edit" +msgstr "Editovat" + +#: attachment.php:100 +#@ mantra +msgid "Continue reading" +msgstr "ÄŚĂ­st dále" + +#: attachment.php:101 +#: content-aside.php:39 +#: content-chat.php:38 +#: content-gallery.php:65 +#: content-image.php:33 +#: content-link.php:38 +#: content-page.php:21 +#: content-quote.php:36 +#: content-status.php:39 +#: content.php:49 +#: content.php:65 +#: single.php:33 +#: template-onecolumn.php:26 +#: template-page-with-intro.php:16 +#@ mantra +msgid "Pages:" +msgstr "Stránky:" + +#: author.php:29 +#, php-format +#@ mantra +msgid "Author Archives: %s" +msgstr "Archiv autora: %s" + +#: author.php:50 +#: single.php:42 +#, php-format +#@ mantra +msgid "About %s" +msgstr "O %s" + +#: category.php:20 +#, php-format +#@ mantra +msgid "Category Archives: %s" +msgstr "Archiv rubriky: %s" + +#: comments.php:18 +#@ mantra +msgid "This post is password protected. Enter the password to view any comments." +msgstr "Tento příspÄ›vek je chránÄ›n heslem. Zadejte heslo pro jeho zobrazenĂ­." + +#: content-aside.php:20 +#@ mantra +msgid "Aside" +msgstr "KromÄ›" + +#: content-aside.php:38 +#: content-chat.php:37 +#: content-image.php:32 +#: content-link.php:37 +#: content-quote.php:35 +#: content-status.php:38 +#@ mantra +msgid "Continue reading " +msgstr "ÄŚĂ­st dále " + +#: content-aside.php:46 +#: content-chat.php:45 +#: content-gallery.php:72 +#: content-image.php:39 +#: content-link.php:45 +#: content-quote.php:43 +#: content-status.php:46 +#: content.php:74 +#: includes/theme-loop.php:206 +#@ mantra +msgid "Tagged" +msgstr "Ĺ tĂ­tky" + +#: content-chat.php:20 +#@ mantra +msgid "Chat" +msgstr "Chat" + +#: content-gallery.php:23 +#@ mantra +msgid "Gallery" +msgstr "Galerie" + +#: admin/settings.php:468 +#: admin/settings.php:483 +#: admin/settings.php:498 +#: admin/settings.php:513 +#: admin/settings.php:528 +#: admin/settings.php:570 +#: admin/settings.php:585 +#: admin/settings.php:600 +#: admin/settings.php:615 +#: content-image.php:19 +#@ mantra +msgid "Image" +msgstr "Obrázek" + +#: admin/settings.php:475 +#: admin/settings.php:490 +#: admin/settings.php:505 +#: admin/settings.php:520 +#: admin/settings.php:535 +#: admin/settings.php:577 +#: admin/settings.php:592 +#: admin/settings.php:607 +#: admin/settings.php:622 +#: content-link.php:20 +#@ mantra +msgid "Link" +msgstr "Odkaz" + +#: content-page.php:27 +#: includes/theme-comments.php:136 +#@ mantra +msgid "Comments are closed." +msgstr "Komentáře jsou uzavĹ™eny" + +#: content-quote.php:18 +#@ mantra +msgid "Quote" +msgstr "Citát" + +#: content-status.php:30 +#@ mantra +msgid "Status" +msgstr "Stav" + +#: search.php:20 +#, php-format +#@ mantra +msgid "Search Results for: %s" +msgstr "VĂ˝sledek hledánĂ­: %s" + +#: search.php:39 +#, php-format +#@ mantra +msgid "No search results for: %s" +msgstr "ŽádnĂ˝ vĂ˝sledek vyhledávánĂ­ pro: %s" + +#: searchform.php:1 +#@ mantra +msgid "Search" +msgstr "Hledat" + +#: sidebar.php:26 +#: sidebar.php:92 +#@ mantra +msgid "Sidebar 1" +msgstr "Sidebar 1" + +#: sidebar.php:28 +#: sidebar.php:94 +#, php-format +#@ mantra +msgid "You currently have no widgets set in the primary sidebar. You can add widgets via the Dashboard." +msgstr "MomentálnÄ› nemáte žádnĂ© widgety v primárnĂ­m sidebaru. Widgety si mĹŻĹľete nainstalovat ppomocĂ­ NástÄ›nky ." + +#: sidebar.php:29 +#: sidebar.php:61 +#: sidebar.php:95 +#: sidebar.php:128 +#, php-format +#@ mantra +msgid "To hide this sidebar, switch to a different Layout via the Theme Settings." +msgstr "Chcete-li skrĂ˝t sidebar, pĹ™epnÄ›te do jinĂ©ho rozloĹľenĂ­ ppomocĂ­ NastavenĂ­ šablony ." + +#: sidebar.php:58 +#: sidebar.php:125 +#@ mantra +msgid "Sidebar 2" +msgstr "Sidebar 2" + +#: sidebar.php:60 +#: sidebar.php:127 +#, php-format +#@ mantra +msgid "You currently have no widgets set in the secondary sidebar. You can add widgets via the Dashboard." +msgstr "MomentálnÄ› nemáte žádnĂ© widgety v sekundárnĂ­m sidebaru. Widgety si mĹŻĹľete pĹ™idat widgety pomocĂ­ NástÄ›nky ." + +#: single.php:46 +#@ mantra +msgid "View all posts by " +msgstr "Zobrazit všechny příspÄ›vky od" + +#: tag.php:21 +#, php-format +#@ mantra +msgid "Tag Archives: %s" +msgstr "Archiv štĂ­tkĹŻ: %s" + +#: admin/admin-functions.php:62 +#@ mantra +msgid "Before you can upload your import file, you will need to fix the following error:" +msgstr "NeĹľ budete moci nahrát importovanĂ˝ soubor, musĂ­te opravit následujĂ­cĂ­ chyby:" + +#: admin/admin-functions.php:70 +#@ mantra +msgid "Import Mantra Theme Options" +msgstr "Import nastavenĂ­ šablony Mantra" + +#: admin/admin-functions.php:72 +#@ mantra +msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." +msgstr "VĂ­tejte! Toto je mĂ­sto, kde mĹŻĹľete importovat nastavenĂ­ Mantra. MÄ›jte prosĂ­m na pamÄ›ti, Ĺľe je to stále experimentálnĂ­ funkce." + +#: admin/admin-functions.php:74 +#@ mantra +msgid "Just choose a file from your computer:" +msgstr "Vyberte soubor z poÄŤĂ­taÄŤe:" + +#: admin/admin-functions.php:76 +#, php-format +#@ mantra +msgid "Maximum size: %s" +msgstr "MaximálnĂ­ velikost: %s" + +#: admin/admin-functions.php:82 +#@ mantra +msgid "And import!" +msgstr "Importovat!" + +#: admin/admin-functions.php:148 +#@ mantra +msgid "Import Mantra Theme Options " +msgstr "Import nastavenĂ­ šablony Mantra" + +#: admin/admin-functions.php:151 +#@ mantra +msgid "Great! The options have been imported!" +msgstr "SkvÄ›lĂ©! NastavenĂ­ bylo importováno!" + +#: admin/admin-functions.php:152 +#@ mantra +msgid "Go back to the Mantra options page and check them out!" +msgstr "VraĹĄte se na stránku nastavenĂ­ šablony Mantra a zkontrolujte jej!" + +#: admin/admin-functions.php:155 +#: admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +#@ mantra +msgid "Oops, there's a small problem." +msgstr "Jejda, vyskytl se malĂ˝ problĂ©m." + +#: admin/admin-functions.php:156 +#@ mantra +msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." +msgstr "ImportovanĂ˝ soubor neobsahuje platnĂ© nastavenĂ­ šablony Mantra. UjistÄ›te se, Ĺľe soubor byl exportován ze stránky NastavenĂ­ Mantra." + +#: admin/admin-functions.php:162 +#@ mantra +msgid "The uploaded file could not be read." +msgstr "NahranĂ˝ soubor nelze pĹ™eÄŤĂ­st." + +#: admin/admin-functions.php:168 +#@ mantra +msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." +msgstr "NahranĂ˝ soubor nenĂ­ podporován. UjistÄ›te se, Ĺľe soubor byl exportován ze stránky Mantra, a Ĺľe se jedná o textovĂ˝ soubor." + +#: admin/admin-functions.php:177 +#@ mantra +msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." +msgstr "Jejda! Soubor je prázdnĂ˝ nebo se nejedná o soubor. Tato chyba mĹŻĹľe bĂ˝t takĂ© zpĹŻsobena tĂ­m,, Ĺľe obrázky jsou zakázány v php.ini nebo post_max_size je definována jako menší neĹľ upload_max_filesize v php.ini." + +#: admin/admin-functions.php:183 +#@ mantra +msgid "ERROR: You are not authorised to perform that operation" +msgstr "CHYBA: Nemáte oprávnÄ›nĂ­ k provedenĂ­ tĂ©to operace" + +#: admin/main.php:105 +#@ mantra +msgid "Layout Settings" +msgstr "NastavenĂ­ vzhledu" + +#: admin/main.php:106 +#@ mantra +msgid "Header Settings" +msgstr "NastavenĂ­ záhlavĂ­" + +#: admin/main.php:107 +#@ mantra +msgid "Presentation Page" +msgstr "Stránka prezentace" + +#: admin/main.php:108 +#@ mantra +msgid "Text Settings" +msgstr "NastavenĂ­ textu" + +#: admin/main.php:109 +#@ mantra +msgid "Color Settings" +msgstr "NastavenĂ­ barev" + +#: admin/main.php:110 +#@ mantra +msgid "Graphics Settings" +msgstr "NastavenĂ­ grafiky" + +#: admin/main.php:111 +#@ mantra +msgid "Post Information Settings" +msgstr "NastavenĂ­ informacĂ­ o ÄŤlánku" + +#: admin/main.php:112 +#@ mantra +msgid "Post Excerpt Settings" +msgstr "NastavenĂ­ Ăşryvku ÄŤlánku" + +#: admin/main.php:113 +#@ mantra +msgid "Featured Image Settings" +msgstr "NastavenĂ­ obrázkĹŻ" + +#: admin/main.php:114 +#@ mantra +msgid "Social Media Settings" +msgstr "NastavenĂ­ sociálnĂ­ch sĂ­tĂ­" + +#: admin/main.php:115 +#@ mantra +msgid "Miscellaneous Settings" +msgstr "Obecná nastavenĂ­" + +#: admin/main.php:118 +#@ mantra +msgid "Main Layout" +msgstr "HlavnĂ­ nastavenĂ­" + +#: admin/main.php:119 +#@ mantra +msgid "Content / Sidebar Width" +msgstr "Ĺ Ă­Ĺ™ka obsahu/nastavenĂ­" + +#: admin/main.php:120 +#@ mantra +msgid "Responsiveness" +msgstr "Schopnost reakce" + +#: admin/main.php:123 +#@ mantra +msgid "Enable Presentation Page" +msgstr "Zapnout stránku prezentace" + +#: admin/main.php:124 +#@ mantra +msgid "Show Posts on Presentation Page" +msgstr "Zobrazit příspÄ›vky na stránce prezentace" + +#: admin/main.php:125 +#@ mantra +msgid "Slider Settings" +msgstr "NastavenĂ­ posuvnĂ­ku" + +#: admin/main.php:126 +#@ mantra +msgid "Slides" +msgstr "PosuvnĂ­k" + +#: admin/main.php:127 +#@ mantra +msgid "Presentation Page Columns" +msgstr "Sloupce stránky prezentace" + +#: admin/main.php:128 +#@ mantra +msgid "Extras" +msgstr "DoplĹky" + +#: admin/main.php:131 +#@ mantra +msgid "Header Height" +msgstr "Výška záhlavĂ­" + +#: admin/main.php:132 +#@ mantra +msgid "Header Image" +msgstr "Obrázek hlaviÄŤky" + +#: admin/main.php:133 +#@ mantra +msgid "Site Header" +msgstr "ZáhlavĂ­ stránky" + +#: admin/main.php:134 +#@ mantra +msgid "Custom Logo Upload" +msgstr "Nahrát vlastnĂ­ logo" + +#: admin/main.php:135 +#@ mantra +msgid "Header Spacing" +msgstr "Mezera v záhlavĂ­" + +#: admin/main.php:136 +#@ mantra +msgid "Rounded Menu Corners" +msgstr "ZaoblenĂ­ rohĹŻ menu" + +#: admin/main.php:137 +#@ mantra +msgid "FavIcon Upload" +msgstr "Nahrát faviconu" + +#: admin/main.php:139 +#@ mantra +msgid "General Font" +msgstr "ObecnĂ© pĂ­smo" + +#: admin/main.php:140 +#@ mantra +msgid "General Font Size" +msgstr "Velikost obecnĂ©ho pĂ­sma" + +#: admin/main.php:141 +#@ mantra +msgid "Post Title Font " +msgstr "PĂ­smo titulku příspÄ›vku" + +#: admin/main.php:142 +#@ mantra +msgid "Post Title Font Size" +msgstr "Velikost pĂ­sma titulku" + +#: admin/main.php:143 +#@ mantra +msgid "Sidebar Font" +msgstr "PĂ­smo sidebaru" + +#: admin/main.php:144 +#@ mantra +msgid "SideBar Font Size" +msgstr "Velikost pĂ­sma sidebaru" + +#: admin/main.php:145 +#@ mantra +msgid "Headings Font" +msgstr "PĂ­smo záhlavĂ­" + +#: admin/main.php:146 +#@ mantra +msgid "Force Text Align" +msgstr "ZarovnánĂ­ textu" + +#: admin/main.php:147 +#@ mantra +msgid "Paragraph spacing" +msgstr "Mezera mezi odstavci" + +#: admin/main.php:148 +#@ mantra +msgid "Paragraph indent" +msgstr "Odrážka v odstravci" + +#: admin/main.php:149 +#@ mantra +msgid "Header indent" +msgstr "Odrážka v záhlavĂ­" + +#: admin/main.php:150 +#@ mantra +msgid "Line Height" +msgstr "Výška řádku" + +#: admin/main.php:151 +#@ mantra +msgid "Word spacing" +msgstr "Mezera mezi slovy" + +#: admin/main.php:152 +#@ mantra +msgid "Letter spacing" +msgstr "Mezera mezi pĂ­smeny" + +#: admin/main.php:153 +#@ mantra +msgid "Text shadow" +msgstr "StĂ­n textu" + +#: admin/main.php:155 +#@ mantra +msgid "Background Image" +msgstr "Obrázek pozadĂ­" + +#: admin/main.php:156 +#@ mantra +msgid "Background Color" +msgstr "Barva pozadĂ­" + +#: admin/main.php:157 +#@ mantra +msgid "Header (Banner and Menu) Background Color" +msgstr "Barva pozadĂ­ záhlavĂ­ (banneru a menu)" + +#: admin/main.php:158 +#@ mantra +msgid "Content Background Color" +msgstr "Barva pozadĂ­ obsahu" + +#: admin/main.php:159 +#@ mantra +msgid "Menu Items Background Color" +msgstr "Barva pozadĂ­ poloĹľek menu" + +#: admin/main.php:160 +#@ mantra +msgid "First Sidebar Background Color" +msgstr "Barva pozadĂ­ prvnĂ­ho sidebaru" + +#: admin/main.php:161 +#@ mantra +msgid "Second Sidebar Background Color" +msgstr "Barva pozadĂ­ druhĂ©ho sidebaru" + +#: admin/main.php:163 +#@ mantra +msgid "Site Title Color" +msgstr "Barva textu názvu stránky" + +#: admin/main.php:164 +#@ mantra +msgid "Site Description Color" +msgstr "Barva textu popisu stránky" + +#: admin/main.php:166 +#@ mantra +msgid "Content Text Color" +msgstr "Barva textu obsahu" + +#: admin/main.php:167 +#@ mantra +msgid "Links Color" +msgstr "Barva odkazu" + +#: admin/main.php:168 +#@ mantra +msgid "Links Hover Color" +msgstr "Barva zaměřenĂ©ho odkazu" + +#: admin/main.php:169 +#@ mantra +msgid "Post Title Color" +msgstr "Barva titulku příspÄ›vku" + +#: admin/main.php:170 +#@ mantra +msgid "Post Title Hover Color" +msgstr "Barva zaměřenĂ©ho titulku příspÄ›vku" + +#: admin/main.php:171 +#@ mantra +msgid "Sidebar Header Background Color" +msgstr "Barva pozadĂ­ záhlavĂ­ sidebaru" + +#: admin/main.php:172 +#@ mantra +msgid "Sidebar Header Text Color" +msgstr "Barva textu v záhlavĂ­ sidebaru" + +#: admin/main.php:173 +#@ mantra +msgid "Footer Widget Background Color" +msgstr "Barva pozadĂ­ widgetu v zápatĂ­" + +#: admin/main.php:174 +#@ mantra +msgid "Footer Background Color" +msgstr "Barva pozadĂ­ zápatĂ­" + +#: admin/main.php:175 +#@ mantra +msgid "Footer Widget Header Text Color" +msgstr "Barva textu widgetu v záhlavĂ­" + +#: admin/main.php:176 +#@ mantra +msgid "Footer Widget Link Color" +msgstr "Barva odkazu ve widgetu v záhlavĂ­" + +#: admin/main.php:177 +#@ mantra +msgid "Footer Widget Hover Color" +msgstr "Barva zaměřenĂ©ho widgetu v záhlavĂ­" + +#: admin/main.php:179 +#@ mantra +msgid "Breadcrumbs" +msgstr "DrobeÄŤková navigace" + +#: admin/main.php:180 +#@ mantra +msgid "Pagination" +msgstr "StránkovánĂ­" + +#: admin/main.php:181 +#@ mantra +msgid "Main Menu Alignment" +msgstr "ZarovnánĂ­ hlavnĂ­ho menu" + +#: admin/main.php:182 +#@ mantra +msgid "Post Images Border" +msgstr "OhraniÄŤenĂ­ obrázku v příspÄ›vku" + +#: admin/main.php:183 +#@ mantra +msgid "Caption Border" +msgstr "OhraniÄŤenĂ­ popisku" + +#: admin/main.php:184 +#@ mantra +msgid "Caption Pin" +msgstr "Pin popisku" + +#: admin/main.php:185 +#@ mantra +msgid "Sidebar Menu Bullets" +msgstr "Odrážky menu v sidebaru" + +#: admin/main.php:186 +#@ mantra +msgid "Meta Area Background" +msgstr "PozadĂ­ Meta" + +#: admin/main.php:187 +#@ mantra +msgid "Post Separator" +msgstr "OddÄ›lovaÄŤ příspÄ›vkĹŻ" + +#: admin/main.php:188 +#@ mantra +msgid "Content List Bullets" +msgstr "Odrážky seznamu" + +#: admin/main.php:189 +#@ mantra +msgid "Page Titles" +msgstr "Titulek stránky" + +#: admin/main.php:190 +#@ mantra +msgid "Category Page Titles" +msgstr "Titulek stránky Rubrika" + +#: admin/main.php:191 +#@ mantra +msgid "Hide Tables" +msgstr "SkrĂ˝t tabulky" + +#: admin/main.php:192 +#@ mantra +msgid "Back to Top button" +msgstr "TlaÄŤĂ­tko ZpÄ›t na začátek" + +#: admin/main.php:193 +#@ mantra +msgid "Text Under Comments" +msgstr "Text komentáře" + +#: admin/main.php:194 +#@ mantra +msgid "Comments are closed text" +msgstr "Text uzavĹ™enĂ˝ch komentářů" + +#: admin/main.php:195 +#@ mantra +msgid "Comments off" +msgstr "VypnutĂ­ komentářů" + +#: admin/main.php:197 +#@ mantra +msgid "Post Comments Link" +msgstr "Odkaz v komentáři u příspÄ›vku" + +#: admin/main.php:198 +#@ mantra +msgid "Post Date" +msgstr "Datum příspÄ›vku" + +#: admin/main.php:199 +#@ mantra +msgid "Post Time" +msgstr "ÄŚas příspÄ›vku" + +#: admin/main.php:200 +#: admin/settings.php:2087 +#@ mantra +msgid "Post Author" +msgstr "Autor příspÄ›vku" + +#: admin/main.php:201 +#@ mantra +msgid "Post Category" +msgstr "Rubrika příspÄ›vku" + +#: admin/main.php:202 +#@ mantra +msgid "Meta Bar" +msgstr "Panel Meta" + +#: admin/main.php:203 +#@ mantra +msgid "Post Tags" +msgstr "Ĺ tĂ­tek příspÄ›vku" + +#: admin/main.php:204 +#@ mantra +msgid "Post Permalink" +msgstr "TrvalĂ˝ odkaz na příspÄ›vek" + +#: admin/main.php:206 +#@ mantra +msgid "Post Excerpts on Home Page" +msgstr "Ăšryvek příspÄ›vku na domovskĂ© stránce" + +#: admin/main.php:207 +#@ mantra +msgid "Affect Sticky Posts" +msgstr "OvlivnÄ›nĂ­ dĹŻleĹľitĂ˝ch příspÄ›vkĹŻ" + +#: admin/main.php:208 +#@ mantra +msgid "Post Excerpts on Archive and Category Pages" +msgstr "Ăšryvky na stránce archivu a rubrik" + +#: admin/main.php:209 +#@ mantra +msgid "Number of Words for Post Excerpts " +msgstr "PoÄŤet slov v Ăşryvku příspÄ›vku" + +#: admin/main.php:210 +#@ mantra +msgid "Magazine Layout" +msgstr "RozvrĹľenĂ­ zásobnĂ­ku" + +#: admin/main.php:211 +#@ mantra +msgid "Excerpt suffix" +msgstr "Přípona Ăşryvku" + +#: admin/main.php:212 +#@ mantra +msgid "Continue reading link text " +msgstr "Text odkazu ÄŚĂ­st dále" + +#: admin/main.php:213 +#@ mantra +msgid "HTML tags in Excerpts" +msgstr "HTML tagy v Ăşryvku" + +#: admin/main.php:215 +#@ mantra +msgid "Featured Images as POST Thumbnails " +msgstr "VybranĂ© obrázky jako miniatury v příspÄ›vku" + +#: admin/main.php:216 +#@ mantra +msgid "Auto Select Images From Posts " +msgstr "AutomatickĂ˝ vĂ˝bÄ›r obrázkĹŻ do příspÄ›vku" + +#: admin/main.php:217 +#@ mantra +msgid "Thumbnails Alignment " +msgstr "ZarovnánĂ­ miniatury" + +#: admin/main.php:218 +#@ mantra +msgid "Thumbnails Size " +msgstr "Velikost miniatury" + +#: admin/main.php:219 +#@ mantra +msgid "Featured Images as HEADER Images " +msgstr "VybranĂ© obrázky v záhlavĂ­" + +#: admin/main.php:221 +#@ mantra +msgid "Link nr. 1" +msgstr "Odkaz ÄŤ.1" + +#: admin/main.php:222 +#@ mantra +msgid "Link nr. 2" +msgstr "Odkaz ÄŤ.2" + +#: admin/main.php:223 +#@ mantra +msgid "Link nr. 3" +msgstr "Odkaz ÄŤ.3" + +#: admin/main.php:224 +#@ mantra +msgid "Link nr. 4" +msgstr "Odkaz ÄŤ.4" + +#: admin/main.php:225 +#@ mantra +msgid "Link nr. 5" +msgstr "Odkaz ÄŤ.5" + +#: admin/main.php:226 +#@ mantra +msgid "Socials display" +msgstr "Zobrazit soc. sĂ­tÄ›" + +#: admin/main.php:228 +#@ mantra +msgid "SEO Settings" +msgstr "NastavenĂ­ SEO" + +#: admin/main.php:229 +#@ mantra +msgid "Custom Footer Text" +msgstr "VlastnĂ­ text zápatĂ­" + +#: admin/main.php:230 +#@ mantra +msgid "Custom CSS" +msgstr "VlastnĂ­ CSS" + +#: admin/main.php:231 +#@ mantra +msgid "Custom JavaScript" +msgstr "VlastnĂ­ JavaScript" + +#: admin/main.php:248 +#@ mantra +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "Je nám lĂ­to, ale nemáte dostateÄŤná oprávnÄ›nĂ­ pro přístup k tĂ©to stránce." + +#: admin/main.php:268 +#@ mantra +msgid "Mantra settings updated successfully." +msgstr "Aktualizace nastavenĂ­ šablony Mantra byla dokonÄŤena" + +#: admin/main.php:283 +#@ mantra +msgid "Save Changes" +msgstr "UloĹľit zmÄ›ny" + +#: admin/main.php:284 +#@ mantra +msgid "Reset to Defaults" +msgstr "Obnovit vĂ˝chozĂ­ nastavenĂ­" + +#: admin/main.php:316 +#@ mantra +msgid "Import/Export Settings" +msgstr "Import/Export nastavenĂ­" + +#: admin/main.php:322 +#@ mantra +msgid "Export Theme options" +msgstr "Export nastavenĂ­ motivu" + +#: admin/main.php:323 +#@ mantra +msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" +msgstr "Je to tak jednoduchĂ©: kliknutĂ­m myší máte moĹľnost exportovat vaše nastavenĂ­ šablony Mantra a uloĹľit jej ve vašem poÄŤĂ­taÄŤi. BezpeÄŤnĂ©, Ĺľe? JdÄ›te na to!" + +#: admin/main.php:328 +#@ mantra +msgid "Import Theme options" +msgstr "Import nastavenĂ­ šablony Mantra" + +#: admin/main.php:329 +#@ mantra +msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." +msgstr "Bez importu je export jen cviÄŤenĂ­m pro blázny. UjistÄ›te se, Ĺľe máte exportovanĂ˝ soubor pĹ™ipravenĂ˝ a kliknÄ›te myši." + +#: admin/main.php:337 +#@ mantra +msgid "Mantra Latest News" +msgstr "PoslednĂ­ novinky v šablonÄ› Mantra" + +#: admin/main.php:348 +#@ mantra +msgid "No news items." +msgstr "ŽádnĂ© novinky" + +#: admin/main.php:352 +#@ mantra +msgid "Posted on" +msgstr "Publikováno dne" + +#: admin/settings.php:66 +#@ mantra +msgid "One column (no sidebars)" +msgstr "Jeden sloupec (žádnĂ© sidebary)" + +#: admin/settings.php:67 +#@ mantra +msgid "Two columns, sidebar on the right" +msgstr "Dva sloupce, sidebar vpravo" + +#: admin/settings.php:68 +#@ mantra +msgid "Two columns, sidebar on the left" +msgstr "Dva sloupce, sidebar vlevo" + +#: admin/settings.php:69 +#@ mantra +msgid "Three columns, sidebars on the right" +msgstr "TĹ™i sloupce, sidebary vpravo" + +#: admin/settings.php:70 +#@ mantra +msgid "Three columns, sidebars on the left" +msgstr "TĹ™i sloupce, sidebary vlevo" + +#: admin/settings.php:71 +#@ mantra +msgid "Three columns, one sidebar on each side" +msgstr "TĹ™i sloupce, sidebary po stranách" + +#: admin/settings.php:86 +#@ mantra +msgid "" +"Choose your layout. Possible options are:
    No sidebar, a single sidebar on either left of right, two sidebars on either left or\n" +"\t\tright and two sidebars on each side." +msgstr "" +"Vyberte rozloĹľenĂ­. MoĹľnosti jsou:
    Žádný sidebar, jeden sidebar vlevo či vpravo, dva sidebary vlevo nebo\n" +"\t\tv vpravo a dva sidebary po stranách." + +#: admin/settings.php:95 +#@ mantra +msgid "Absolute" +msgstr "Absolutní" + +#: admin/settings.php:95 +#@ mantra +msgid "Relative *DEPRECATED" +msgstr "Relativně *ZASTARALÉ" + +#: admin/settings.php:96 +#@ mantra +msgid "Dimensions to use: " +msgstr "Použité rozměry:" + +#: admin/settings.php:178 +#: admin/settings.php:198 +#@ mantra +msgid "Content =" +msgstr "Obsah =" + +#: admin/settings.php:179 +#: admin/settings.php:199 +#@ mantra +msgid "Sidebar(s) =" +msgstr "Sidebar(y) =" + +#: admin/settings.php:180 +#: admin/settings.php:200 +#@ mantra +msgid "Total width =" +msgstr "Celková šířka =" + +#: admin/settings.php:189 +#@ mantra +msgid "" +"Select the width of your content and sidebar(s).\n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" +"Vyberte šířku pro obsah a sidebar(y).\n" +" \t\tšířka obsahu nesmí být menší než 500px, sidebaru ne méně než 220px a ne více než 800px..
    \n" +"\tPokud používáte 3 sloupce (s 2 sidebary), každý z nich má pak poloviční šířku." + +#: admin/settings.php:209 +#@ mantra +msgid "" +"Select the width of your content and sidebar(s).\n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
    \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" +"Zvolte šířku obsahu a postranního panelu(ů).\n" +" \t\tJedná se o realtivní rozměry - vzhledem k použitému prohlížeči uživatelem. Celková šířka je v procentech šířky prohlížeče.
    \n" +"\t Šířka obsahu nemůže být menší než 40% celkové šiířky a sidebaru ne méně než 20% a ne více než 50%.
    \n" +"\tPokud jste vybrali 3 sloupce (s 2 postranními panely), každý z nich má poloviční vybranou šířku." + +#: admin/settings.php:223 +#: admin/settings.php:246 +#: admin/settings.php:262 +#: admin/settings.php:731 +#: admin/settings.php:1094 +#: admin/settings.php:1156 +#: admin/settings.php:1344 +#: admin/settings.php:1359 +#: admin/settings.php:1530 +#: admin/settings.php:1592 +#: admin/settings.php:1793 +#: admin/settings.php:1822 +#: admin/settings.php:1845 +#: admin/settings.php:1868 +#: admin/settings.php:1917 +#: admin/settings.php:2053 +#@ mantra +msgid "Enable" +msgstr "Zapnout" + +#: admin/settings.php:223 +#: admin/settings.php:246 +#: admin/settings.php:262 +#: admin/settings.php:731 +#: admin/settings.php:1094 +#: admin/settings.php:1156 +#: admin/settings.php:1344 +#: admin/settings.php:1359 +#: admin/settings.php:1530 +#: admin/settings.php:1592 +#: admin/settings.php:1793 +#: admin/settings.php:1822 +#: admin/settings.php:1845 +#: admin/settings.php:1868 +#: admin/settings.php:1917 +#: admin/settings.php:2053 +#@ mantra +msgid "Disable" +msgstr "Vypnout" + +#: admin/settings.php:232 +#@ mantra +msgid "Enable to make Mantra fully responsive. The layout and general sizes of your blog will adjust depending on what device and what resolution it is viewed in.
    Do not disable unless you have a good reason to." +msgstr "Povolit, aby Mantra plně reagovala. Uspořádání a obecná velikost vašeho blogu se upraví v závislosti na tom, na jakém zařízení a v jakém rozlišení je blog zobrazen.
    Nevypínejte, pokud k tomu nemáte dobrý důvod." + +#: admin/settings.php:254 +#@ mantra +msgid "" +"Enable the presentation front-page. This will become your new home page. It has a slider and columns for presentation\n" +"\t\ttext and images.
    If you have this enabled but don't see a Presentation page then go to
    Settings » Reading and make sure you have selected Front Page Displays as Your Latest Posts." +msgstr "" +"PovolĂ­ prezentaci na titulnĂ­ stranÄ›. To bude vaše nová domovská stránka. Obsahuje posuvnĂ­k a sloupce pro publikovánĂ­ prezentace\n" +"\t\ttextu a obrázkĹŻ.
    Pokud máte povoleno, ale nevidĂ­te tuto stránku, pĹ™ejdÄ›te na NastavenĂ­ » ÄŚtenĂ­ a ujistÄ›te se, Ĺľe máte vyvránu jako prvnĂ­ stránku pro zobrazenĂ­ stránku s poslednĂ­mi příspÄ›vky." + +#: admin/settings.php:271 +#@ mantra +msgid "posts" +msgstr "příspÄ›vky" + +#: admin/settings.php:272 +#@ mantra +msgid "Enable to display latest posts on the presentation page, below the columns. Sticky posts are always displayed and not counted." +msgstr "Povolit zobrazenĂ­ poslednĂ­ch příspÄ›vkĹŻ na prezentaÄŤnĂ­ stránce, ve sloupcĂ­ch. Ĺ tĂ­tky příspÄ›vkĹŻ jsou vĹľdy zobrazeny." + +#: admin/settings.php:280 +#@ mantra +msgid "Slider Dimensions:" +msgstr "RozmÄ›ry slideru" + +#: admin/settings.php:281 +#@ mantra +msgid "width" +msgstr "šířka" + +#: admin/settings.php:282 +#@ mantra +msgid "height" +msgstr "výška" + +#: admin/settings.php:283 +#@ mantra +msgid "The dimensions of your slider. Make sure your images are of the same size." +msgstr "RozmÄ›ry vašeho slideru. UjistÄ›te se, Ĺľe vaše obrázkyky jsou ve stejnĂ© velikosti." + +#: admin/settings.php:285 +#@ mantra +msgid "Animation:" +msgstr "Animace" + +#: admin/settings.php:287 +#@ mantra +msgid "Random" +msgstr "NáhodnĂ˝" + +#: admin/settings.php:287 +#@ mantra +msgid "Fold" +msgstr "SloĹľit" + +#: admin/settings.php:287 +#@ mantra +msgid "Fade" +msgstr "SlábnutĂ­" + +#: admin/settings.php:287 +#@ mantra +msgid "SlideInRight" +msgstr "Posuv vpravo" + +#: admin/settings.php:287 +#@ mantra +msgid "SlideInLeft" +msgstr "Posuv vlevo" + +#: admin/settings.php:287 +#@ mantra +msgid "SliceDown" +msgstr "Rozpad dolĹŻ" + +#: admin/settings.php:287 +#@ mantra +msgid "SliceDownLeft" +msgstr "Rozpad vlevo dolĹŻ" + +#: admin/settings.php:287 +#@ mantra +msgid "SliceUp" +msgstr "Rozpad nahoru" + +#: admin/settings.php:287 +#@ mantra +msgid "SliceUpLeft" +msgstr "Rozpad nahoru vlevo" + +#: admin/settings.php:287 +#@ mantra +msgid "SliceUpDown" +msgstr "Rozpad nahoru i dolĹŻ" + +#: admin/settings.php:287 +#@ mantra +msgid "SliceUpDownLeft" +msgstr "Rozpad nahoru i dolĹŻ vlevo" + +#: admin/settings.php:287 +#@ mantra +msgid "BoxRandom" +msgstr "NáhodnĂ© polĂ­ÄŤko" + +#: admin/settings.php:287 +#@ mantra +msgid "BoxRain" +msgstr "PolĂ­ÄŤko rain" + +#: admin/settings.php:287 +#@ mantra +msgid "BoxRainReverse" +msgstr "PolĂ­ÄŤko obrácenĂ˝ rain" + +#: admin/settings.php:287 +#@ mantra +msgid "BoxRainGrow" +msgstr "PolĂ­ÄŤko vzrĹŻstajĂ­cĂ­ rain" + +#: admin/settings.php:287 +#@ mantra +msgid "BoxRainGrowReverse" +msgstr "PolĂ­ÄŤko obrácenĂ˝ vzrĹŻstajĂ­cĂ­ rain" + +#: admin/settings.php:295 +#@ mantra +msgid "The transition effect your slider will have." +msgstr "Efekt pĹ™echodu vašeho slideru" + +#: admin/settings.php:297 +#@ mantra +msgid "Border Settings:" +msgstr "NastavenĂ­ ohraniÄŤenĂ­" + +#: admin/settings.php:298 +#@ mantra +msgid "Width" +msgstr "Ĺ Ă­Ĺ™ka" + +#: admin/settings.php:299 +#@ mantra +msgid "Color" +msgstr "Barva" + +#: admin/settings.php:301 +#@ mantra +msgid "The width and color of the slider's border." +msgstr "Ĺ Ă­Ĺ™ka a barva ohraniÄŤenĂ­ slideru." + +#: admin/settings.php:303 +#@ mantra +msgid "Animation Time:" +msgstr "ÄŚas animace:" + +#: admin/settings.php:304 +#: admin/settings.php:308 +#@ mantra +msgid "milliseconds" +msgstr "milisekundy" + +#: admin/settings.php:305 +#@ mantra +msgid "The time in which the transition animation will take place." +msgstr "ÄŚas, za kterĂ˝ probÄ›hne pĹ™echod animace." + +#: admin/settings.php:307 +#@ mantra +msgid "Pause Time:" +msgstr "ÄŚas pauzy:" + +#: admin/settings.php:309 +#@ mantra +msgid "The time in which a slide will be still and visible." +msgstr "ÄŚas, po kterĂ˝ bude snĂ­mek viditelnĂ˝." + +#: admin/settings.php:312 +#@ mantra +msgid "Slider navigation:" +msgstr "Navigace v slideru" + +#: admin/settings.php:314 +#@ mantra +msgid "Numbers" +msgstr "PoÄŤet" + +#: admin/settings.php:314 +#@ mantra +msgid "Bullets" +msgstr "Odrážky" + +#: admin/settings.php:314 +#: admin/settings.php:1451 +#@ mantra +msgid "None" +msgstr "ŽádnĂ˝" + +#: admin/settings.php:322 +#@ mantra +msgid "Your slider navigation type. Shown under the slider." +msgstr "Typ navigace ve slideru. ZobrazobrazĂ­ se pod nĂ­m" + +#: admin/settings.php:324 +#@ mantra +msgid "Slider arrows:" +msgstr "Ĺ ipky slideru" + +#: admin/settings.php:326 +#@ mantra +msgid "Always Visible" +msgstr "VĹľdy viditelnĂ©" + +#: admin/settings.php:326 +#@ mantra +msgid "Visible on Hover" +msgstr "ViditelnĂ© pĹ™i zaměřenĂ­" + +#: admin/settings.php:326 +#@ mantra +msgid "Hidden" +msgstr "SkrĂ˝t" + +#: admin/settings.php:334 +#@ mantra +msgid "The Left and Right arrows on your slider" +msgstr "Levá a pravá šipka vašeho slideru" + +#: admin/settings.php:375 +#: admin/settings.php:444 +#@ mantra +msgid "Select Category" +msgstr "Vyberte rubriku" + +#: admin/settings.php:402 +#@ mantra +msgid "Custom Slides" +msgstr "VlastnĂ­ slider" + +#: admin/settings.php:402 +#@ mantra +msgid "Latest Posts" +msgstr "PoslednĂ­ snĂ­mky" + +#: admin/settings.php:402 +#@ mantra +msgid "Random Posts" +msgstr "NáhodnĂ© snĂ­mky" + +#: admin/settings.php:402 +#@ mantra +msgid "Sticky Posts" +msgstr "DĹŻleĹľitĂ© snĂ­mky" + +#: admin/settings.php:402 +#@ mantra +msgid "Latest Posts from Category" +msgstr "PoslednĂ­ snĂ­mky v rubrice" + +#: admin/settings.php:402 +#@ mantra +msgid "Random Posts from Category" +msgstr "NáhodnĂ© snĂ­mky v rubrice" + +#: admin/settings.php:402 +#@ mantra +msgid "Specific Posts" +msgstr "VybranĂ© snĂ­mky" + +#: admin/settings.php:411 +#@ mantra +msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." +msgstr "Obsah snĂ­mkĹŻ. Je nutnĂ© zadat obrázek, všechna ostatnĂ­ pole jsou volitelná. zadánĂ­m zvolenĂ©ho snĂ­mku se stane slider aktivnĂ­ a viditelnĂ˝ ve slideru." + +#: admin/settings.php:416 +#@ mantra +msgid "Latest posts will be loaded into the slider." +msgstr "NejnovÄ›jší snĂ­mky budou naÄŤteny do slideru." + +#: admin/settings.php:420 +#@ mantra +msgid "Random posts will be loaded into the slider." +msgstr "NáhodnĂ© snĂ­mky budou naÄŤteny do slideru." + +#: admin/settings.php:424 +#@ mantra +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "PoslednĂ­ snĂ­mky z vybranĂ© rubriky budou vloĹľeny do slideru." + +#: admin/settings.php:429 +#@ mantra +msgid "Random posts from the category you choose will be loaded into the slider." +msgstr "NáhodnĂ© snĂ­mky z vybranĂ© rubriky budou vloĹľeny do slideru." + +#: admin/settings.php:433 +#@ mantra +msgid "Only sticky posts will be loaded into the slider." +msgstr "Pouze dĹŻleĹľitĂ© snĂ­mky budou naÄŤteny do slideru." + +#: admin/settings.php:437 +#@ mantra +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "Seznam ID snĂ­mkĹŻ, kterĂ© chcete zobrazit (oddÄ›lenĂ© čárkou):" + +#: admin/settings.php:442 +#@ mantra +msgid "
    Choose the cateogry: " +msgstr "
    Zvolte rubriku:" + +#: admin/settings.php:459 +#@ mantra +msgid "Number of posts to show:" +msgstr "ÄŚĂ­slo snĂ­mku pro zobrazenĂ­:" + +#: admin/settings.php:466 +#@ mantra +msgid "Slide 1" +msgstr "SnĂ­mek 1" + +#: admin/settings.php:470 +#: admin/settings.php:485 +#: admin/settings.php:500 +#: admin/settings.php:515 +#: admin/settings.php:530 +#: admin/settings.php:572 +#: admin/settings.php:587 +#: admin/settings.php:602 +#: admin/settings.php:617 +#: admin/settings.php:766 +#: admin/settings.php:789 +#@ mantra +msgid "Select / Upload Image" +msgstr "Vybrat/nahrát obrázek" + +#: admin/settings.php:471 +#: admin/settings.php:486 +#: admin/settings.php:501 +#: admin/settings.php:516 +#: admin/settings.php:531 +#: admin/settings.php:573 +#: admin/settings.php:588 +#: admin/settings.php:618 +#@ mantra +msgid "Title" +msgstr "Název" + +#: admin/settings.php:473 +#: admin/settings.php:488 +#: admin/settings.php:503 +#: admin/settings.php:518 +#: admin/settings.php:533 +#: admin/settings.php:575 +#: admin/settings.php:590 +#: admin/settings.php:605 +#: admin/settings.php:620 +#@ mantra +msgid "Text" +msgstr "Text" + +#: admin/settings.php:481 +#@ mantra +msgid "Slide 2" +msgstr "SnĂ­mek 2" + +#: admin/settings.php:496 +#@ mantra +msgid "Slide 3" +msgstr "SnĂ­mek 3" + +#: admin/settings.php:511 +#@ mantra +msgid "Slide 4" +msgstr "SnĂ­mek 4" + +#: admin/settings.php:526 +#@ mantra +msgid "Slide 5" +msgstr "SnĂ­mek 5" + +#: admin/settings.php:548 +#@ mantra +msgid "Number of columns:" +msgstr "PoÄŤet sloupcĹŻ:" + +#: admin/settings.php:558 +#@ mantra +msgid "Image Height:" +msgstr "Výška obrázku:" + +#: admin/settings.php:561 +#@ mantra +msgid "Read more text:" +msgstr "ÄŚĂ­st dále:" + +#: admin/settings.php:564 +#@ mantra +msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." +msgstr "SouvisejĂ­cĂ­ text, kterĂ˝ se zobrazĂ­ v dolnĂ­ části jednotlivĂ˝ch sloupcĹŻ. MĹŻĹľete takĂ© veškerĂ˝ text uvnitĹ™ odstranit, pokud jej tam nechcete." + +#: admin/settings.php:568 +#@ mantra +msgid "1st Column" +msgstr "1. sloupec" + +#: admin/settings.php:583 +#@ mantra +msgid "2nd Column" +msgstr "2. sloupec" + +#: admin/settings.php:598 +#@ mantra +msgid "3rd Column" +msgstr "3. sloupec" + +#: admin/settings.php:613 +#@ mantra +msgid "4th Column" +msgstr "4. sloupec" + +#: admin/settings.php:635 +#@ mantra +msgid "Extra Text" +msgstr "VybranĂ˝ text" + +#: admin/settings.php:637 +#@ mantra +msgid "" +"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Další text pro titulnĂ­ stránku. HornĂ­ titulek je nad sliderem, druhĂ˝ mezi sliderem a sloupci, je-li a 2 vĂ­ce řádkĹŻ textu ve sloupci.\n" +"\t\t Vše je volitelnĂ©, pokud nechcete tato vstupnĂ­ pole vyplĹovat, nemusĂ­te." + +#: admin/settings.php:640 +#@ mantra +msgid "Top Title" +msgstr "HornĂ­ titulek" + +#: admin/settings.php:641 +#@ mantra +msgid "Second Title" +msgstr "DruhĂ˝ titulek" + +#: admin/settings.php:644 +#@ mantra +msgid "Title color" +msgstr "Barva titulku" + +#: admin/settings.php:648 +#@ mantra +msgid "Bottom Text 1" +msgstr "SpodnĂ­ text 1" + +#: admin/settings.php:650 +#@ mantra +msgid "Bottom Text 2" +msgstr "SpodnĂ­ text 2" + +#: admin/settings.php:658 +#@ mantra +msgid "Hide areas" +msgstr "SkrĂ˝t pole" + +#: admin/settings.php:660 +#@ mantra +msgid "Choose the areas to hide on the first page." +msgstr "Vyberte pole pro skrytĂ­ na prvnĂ­ stránce." + +#: admin/settings.php:672 +#@ mantra +msgid "Hide the header area (image or background color)." +msgstr "SkrĂ˝t oblast záhlavĂ­ (obrázek nebo barvu pozadĂ­)." + +#: admin/settings.php:676 +#@ mantra +msgid "Hide the main menu (the top navigation tabs)." +msgstr "SkrytĂ­ hlavnĂ­ menu (hornĂ­ navigaÄŤnĂ­ panel)." + +#: admin/settings.php:680 +#@ mantra +msgid "Hide the footer widgets. " +msgstr "SkrĂ˝t widgety v zápatĂ­." + +#: admin/settings.php:684 +#@ mantra +msgid "Hide the footer (copyright area)." +msgstr "SkrĂ˝t zápatĂ­ (oblast copyrightu)." + +#: admin/settings.php:688 +#@ mantra +msgid "Hide the white color. Only the background color remains." +msgstr "SkrĂ˝t bĂ­lou barvu. ZĹŻstane pouze barva pozadĂ­." + +#: admin/settings.php:708 +#@ mantra +msgid "Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = " +msgstr "Vyberte výšku záhlavĂ­. Po uloĹľenĂ­ nastavenĂ­ se ujistÄ›te, Ĺľe se novĂ˝ obrázek v záhlavĂ­ zobrazil (pokud jej používáte). Ĺ Ă­Ĺ™ka hlaviÄŤky je =" + +#: admin/settings.php:715 +#@ default +msgid "Define header image" +msgstr "Vyberte obrázek záhlavĂ­" + +#: admin/settings.php:716 +#@ mantra +msgid "The header image should not be used to display logos.
    Enable ratio preservation to force the header image aspect ratio. Keep in mind that short images will become very small on mobile devices." +msgstr "Obrázek v záhlaví by neměl být používán pro zobrazení loga.
    Povolte zachování poměru mezi velikostí záhlaví a obrázku. Mějte na paměti, že malé snímky budou velmi malé na mobilních zařízeních." + +#: admin/settings.php:739 +#@ mantra +msgid "Enable or disable the round corners for the main menu items." +msgstr "Povolte nebo zakažte zaoblené rohy pro hlavní položky menu." + +#: admin/settings.php:747 +#@ mantra +msgid "Site Title and Description" +msgstr "Název a popis stránky" + +#: admin/settings.php:747 +#@ mantra +msgid "Custom Logo" +msgstr "Vlastní logo" + +#: admin/settings.php:747 +#@ mantra +msgid "Clickable header image" +msgstr "Klikatelný obrázek záhlaví" + +#: admin/settings.php:747 +#@ mantra +msgid "Empty" +msgstr "Prázdný" + +#: admin/settings.php:755 +#@ mantra +msgid "Choose what to display inside your header area." +msgstr "Vyberte, co se má zobrazit uvnitř oblasti záhlaví." + +#: admin/settings.php:765 +#@ mantra +msgid "Custom Logo upload. The logo will appear over the heder image if you have used one." +msgstr "Vlastní logo nahráno. Logo se zobrazí v oblasti záhlaví, ale jen pokud jste použili jedno." + +#: admin/settings.php:774 +#@ mantra +msgid "top" +msgstr "Nahoře" + +#: admin/settings.php:775 +#@ mantra +msgid "left" +msgstr "vlevo" + +#: admin/settings.php:778 +#@ mantra +msgid "Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. " +msgstr "Vyberte horní mezeru pro záhlaví. Jejím použitím můžete lépe umístit titulek své stránky a její popis nebo vlastní logo v záhlaví." + +#: admin/settings.php:788 +#@ mantra +msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png.
    Note that some browsers do not display the changed favicon instantly." +msgstr "Omezení: Musí to být obrázek. Měl by mít rozměry max. 64x64 pixelů. Doporučené přípony souborů jsou .ico a .png..
    UpozorĹujeme, Ĺľe nÄ›kterĂ© prohlĂ­ĹľeÄŤe nezobrazujĂ­ zmÄ›nÄ›nĂ© favicony okamĹľitÄ›." + +#: admin/settings.php:811 +#@ mantra +msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." +msgstr "Zvolte velikost pĂ­sma, kterĂ© budete používat na svĂ©m blogu. TĂ˝ká se to stránek, příspÄ›vkĹŻ a komentářů.. TlaÄŤĂ­tka, záhlavĂ­ a vedlejší menu zĹŻstanou beze zmÄ›n.." + +#: admin/settings.php:855 +#@ mantra +msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " +msgstr "Zvolte typ pĂ­sma, kterĂ© budete používat ve svĂ©m blogu. TĂ˝ká se to veškerĂ©ho textovĂ©ho obsahu (vÄŤetnÄ› tlaÄŤĂ­tek v menu)." + +#: admin/settings.php:857 +#: admin/settings.php:907 +#: admin/settings.php:958 +#: admin/settings.php:1010 +#@ mantra +msgid "Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "Nebo níže vložte vybraný Google Font. Vložte pouze název písma.
    Pozn.:. Přejděte na google fonts pro inspiraci." + +#: admin/settings.php:904 +#@ mantra +msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." +msgstr "Zvolte typ písma, které chcete použít pro titulky. Týká se to názvů příspěvků a názvů stránek. Při volbě 'default' bude použito obecné písmo." + +#: admin/settings.php:956 +#@ mantra +msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." +msgstr "Zvolte typ písma, které chcete použít v sidebaru(ech). Týká se to textu v postranních sloupcích, včetně widgetů. Při volbě 'default' bude použito obecné písmo." + +#: admin/settings.php:1007 +#@ mantra +msgid "Select the font family you want your headings to have (h1 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." +msgstr "Zvolte typ písma, které chcete použít pro nadpisy (h1 - h6). Při volbě 'default' bude použito obecné písmo." + +#: admin/settings.php:1019 +#: admin/settings.php:1034 +#: admin/settings.php:1049 +#: admin/settings.php:1109 +#: admin/settings.php:1124 +#: admin/settings.php:1139 +#@ mantra +msgid "Default" +msgstr "Default" + +#: admin/settings.php:1027 +#@ mantra +msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Velikost písma v záhlaví příspěvku. Volba 'default' znamená normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." + +#: admin/settings.php:1042 +#@ mantra +msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Velikost písma sidebaru. Volba 'default' znamená normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." + +#: admin/settings.php:1049 +#: admin/settings.php:1373 +#: admin/settings.php:1884 +#@ mantra +msgid "Left" +msgstr "Vlevo" + +#: admin/settings.php:1049 +#: admin/settings.php:1373 +#: admin/settings.php:1884 +#@ mantra +msgid "Right" +msgstr "Vpravo" + +#: admin/settings.php:1049 +#@ mantra +msgid "Justify" +msgstr "Do bloku" + +#: admin/settings.php:1049 +#: admin/settings.php:1373 +#: admin/settings.php:1884 +#@ mantra +msgid "Center" +msgstr "Na střed" + +#: admin/settings.php:1057 +#@ mantra +msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "Toto přepíše zarovnání textu v příspěvcích a na stránkách. Volba 'default' znamená normální nastavení (zarovnání zůstane takové, jaké je deklarované v příspěvcích, komentářích apod.)." + +#: admin/settings.php:1071 +#@ mantra +msgid "Choose the spacing between paragraphs." +msgstr "Vyberte mezeru mezi odstavci." + +#: admin/settings.php:1086 +#@ mantra +msgid "Choose the indent for your paragraphs." +msgstr "Vyberte odsazení odstavců." + +#: admin/settings.php:1102 +#@ mantra +msgid "Disable the default header and title indent (left margin)." +msgstr "Vypnout defaultní název v záhlaví a odsazení (vlevo)." + +#: admin/settings.php:1117 +#@ mantra +msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Výška řádků textu (výška mezi 2 řádky textu). Volba 'default' znamená normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." + +#: admin/settings.php:1132 +#@ mantra +msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Mezera mezi slovy. Volba 'default' zobrazí normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." + +#: admin/settings.php:1147 +#@ mantra +msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Mezera mezi písmeny. Volba 'default' zobrazí normální nastavení (hodnota velikosti bude taková, jaká je uvedená v CSS)." + +#: admin/settings.php:1164 +#@ mantra +msgid "Disable the default text shadow on headers and titles." +msgstr "Vypnout výchozí stín u textu v záhlaví a v titulcích." + +#: admin/settings.php:1172 +#@ default +msgid "Define background image" +msgstr "Definovat obrázek na pozadí" + +#: admin/settings.php:1181 +#@ mantra +msgid "Background color (Default value is 444444)." +msgstr "Barva pozadí (výchozí hodnota je 444444)." + +#: admin/settings.php:1189 +#@ mantra +msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." +msgstr "Barva pozadí záhlaví (výchozí hodnota je 333333). Přepíše všechny texty, dosud bez barvy pozadí." + +#: admin/settings.php:1196 +#@ mantra +msgid "Content background color (Default value is FFFFFF). Works best with really light colors." +msgstr "Barva pozadí obsahu (výchozí hodnota je FFFFFF). Nejlépe vynikne se světlými barvami." + +#: admin/settings.php:1203 +#@ mantra +msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." +msgstr "Barva pozadí hlavního menu (výchozí hodnota je FAFAFA). Měla by být stejné barvy jako pozadí obsahu nebo podobná, světlejší." + +#: admin/settings.php:1210 +#@ mantra +msgid "First sidebar background color (Default is no color for a transparent sidebar)." +msgstr "Barva pozadí prvního sidebaru (výchozí hodnota je transparentní sidebar)." + +#: admin/settings.php:1217 +#@ mantra +msgid "Second sidebar background color (Default is no color for a transparent sidebar)." +msgstr "Barva pozadí druhého sidebaru (výchozí hodnota je transparentní sidebar)." + +#: admin/settings.php:1225 +#@ mantra +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "Barva pozadí prostoru pro widgety v zápatí. (výchozí hodnota je 171717)." + +#: admin/settings.php:1233 +#@ mantra +msgid "Footer background color (Default value is 222222)." +msgstr "Barva pozadí zápatí (výchozí hodnota je 222222)." + +#: admin/settings.php:1241 +#@ mantra +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "Barva titulu vašeho blogu (Výchozí hodnota je 0D85CC)." + +#: admin/settings.php:1249 +#@ mantra +msgid "Your blog's description color(Default value is 222222)." +msgstr "Barva popisu vašeho blogu (výchozí hodnota je 222222)." + +#: admin/settings.php:1257 +#@ mantra +msgid "Content Text Color (Default value is 333333)." +msgstr "Barva textu obsahu (výchozí hodnota je 333333)." + +#: admin/settings.php:1265 +#@ mantra +msgid "Links color (Default value is 0D85CC)." +msgstr "Barvy odkazu (výchozí hodnota je 0D85CC)." + +#: admin/settings.php:1273 +#@ mantra +msgid "Links color on mouse over (Default value is 333333)." +msgstr "Barva zaměřeného odkazu (výchozí hodnota je 333333)." + +#: admin/settings.php:1281 +#@ mantra +msgid "Post Header Text Color (Default value is 333333)." +msgstr "Barva textu názvu příspěvku (výchozí hodnota je 333333)." + +#: admin/settings.php:1289 +#@ mantra +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "Barva textu zaměřeného názvu příspěvku (výchozí hodnota je 000000)." + +#: admin/settings.php:1297 +#@ mantra +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "Brva pozadí záhlaví sidebaru (výchozí hodnota je 444444)" + +#: admin/settings.php:1306 +#@ mantra +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "Barva textu v záhlaví sidebaru (výchozí hodnota je 2EA5FD)." + +#: admin/settings.php:1314 +#@ mantra +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "Barva textu ve widgetu v zápatí (výchozí hodnota je 0D85CC)." + +#: admin/settings.php:1322 +#@ mantra +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "Barva odkazu ve widgetu v zápatí (výchozí hodnota je 666666)." + +#: admin/settings.php:1330 +#@ mantra +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "Barva zaměřeného odkazu ve widgetu v zápatí (výchozí hodnota je 888888)." + +#: admin/settings.php:1352 +#@ mantra +msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." +msgstr "Zobrazit drobečkovou navigaci v horní části obsahu. Drobečková navigace je forma navigaci, která zajišťuje informace o momentální poloze v daném webu." + +#: admin/settings.php:1367 +#@ mantra +msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " +msgstr "Zobrazit číslování stránek ve spodní části stránky u webů, které mají více než jednu stránku. Odkazy Starší příspěvky a Novější příspěvky zobrazí čísla stránek." + +#: admin/settings.php:1381 +#@ mantra +msgid "Select the desired main menu items alignment. Center option is only valid for single line menus." +msgstr "Vyberte zarovnání položek v hlavním menu. Volba Na střed je platná pouze pro jednotlivé odkazy v menu." + +#: admin/settings.php:1388 +#: admin/settings.php:1451 +#@ mantra +msgid "White" +msgstr "Býlá" + +#: admin/settings.php:1388 +#@ mantra +msgid "Light" +msgstr "Světlá" + +#: admin/settings.php:1388 +#@ mantra +msgid "Light Gray" +msgstr "Světle šedá" + +#: admin/settings.php:1388 +#: admin/settings.php:1451 +#@ mantra +msgid "Gray" +msgstr "Šedá" + +#: admin/settings.php:1388 +#@ mantra +msgid "Dark Gray" +msgstr "Tmavě šedá" + +#: admin/settings.php:1388 +#@ mantra +msgid "Black" +msgstr "Černá" + +#: admin/settings.php:1396 +#@ mantra +msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." +msgstr "Toto nastavení změní vzhled vašich titulků. Na obrázky, které nejsou vloženy do titulků to nemá vliv." + +#: admin/settings.php:1412 +#@ mantra +msgid "The border around your inserted images. " +msgstr "Ohraničení kolem vložených obrázků." + +#: admin/settings.php:1427 +#@ mantra +msgid "The image on top of your captions. " +msgstr "Obrázek v horní části popisků." + +#: admin/settings.php:1442 +#@ mantra +msgid "The sidebar list bullets. " +msgstr "Odrážky v seznamu v sidebaru." + +#: admin/settings.php:1459 +#@ mantra +msgid "The background for your post-metas area (under your post tiltes). Gray by default." +msgstr "Pozadí oblasti pro Meta u příspěvku. Ve výchozím nastavení je šedé." + +#: admin/settings.php:1467 +#: admin/settings.php:1483 +#: admin/settings.php:1500 +#: admin/settings.php:1515 +#: admin/settings.php:1545 +#: admin/settings.php:1560 +#: admin/settings.php:1576 +#: admin/settings.php:1612 +#: admin/settings.php:1627 +#: admin/settings.php:1642 +#: admin/settings.php:1657 +#: admin/settings.php:1672 +#: admin/settings.php:1687 +#: admin/settings.php:1702 +#: admin/settings.php:1717 +#@ mantra +msgid "Show" +msgstr "Zobrazit" + +#: admin/settings.php:1467 +#: admin/settings.php:1483 +#: admin/settings.php:1500 +#: admin/settings.php:1515 +#: admin/settings.php:1545 +#: admin/settings.php:1576 +#: admin/settings.php:1612 +#: admin/settings.php:1627 +#: admin/settings.php:1642 +#: admin/settings.php:1657 +#: admin/settings.php:1672 +#: admin/settings.php:1687 +#: admin/settings.php:1702 +#: admin/settings.php:1717 +#@ mantra +msgid "Hide" +msgstr "Skrýt" + +#: admin/settings.php:1475 +#@ mantra +msgid "Hide or show a horizontal rule to separate posts." +msgstr "Skrýtnebo zobrazit horizontální zobrazení samostatných příspěvků." + +#: admin/settings.php:1491 +#@ mantra +msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." +msgstr "Skrýt nebo zobrazit odrážky u seznamů v obsahu (příspěvky, stránky, atd.)." + +#: admin/settings.php:1508 +#@ mantra +msgid "Hide or show Page titles on any created pages. " +msgstr "Skrýt nebo zobrazit názvy stránek na každé vytvořené stránce." + +#: admin/settings.php:1523 +#@ mantra +msgid "Hide or show Page titles on Category Pages. " +msgstr "Skrýt nebo zobrazit názvy stránek na stránce Rubrika." + +#: admin/settings.php:1538 +#@ mantra +msgid "Hide table borders and background color." +msgstr "Skrýt ohraničení tabulky a barvu pozadí." + +#: admin/settings.php:1553 +#@ mantra +msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." +msgstr "Skrýt vysvětlující text pod formulářem komentáře (začíná Můžete použít tyto HTML tagy a atributy: ... )." + +#: admin/settings.php:1560 +#@ mantra +msgid "Hide in posts" +msgstr "Skrýt příspěvek" + +#: admin/settings.php:1560 +#@ mantra +msgid "Hide in pages" +msgstr "Skrýt stránku" + +#: admin/settings.php:1560 +#@ mantra +msgid "Hide everywhere" +msgstr "Skrýt vše" + +#: admin/settings.php:1568 +#@ mantra +msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." +msgstr "Skrýt text Komentáře jsou uzavřeny, který se ve výchozím nastavení zobrazuje na stránkách, nebo u komentářů u příspěvků pro zdravotně postižené." + +#: admin/settings.php:1584 +#@ mantra +msgid "Hide the Comments off text next to posts that have comments disabled." +msgstr "Skrýt text Komentáře jsou uzavřeny u příspěvků s komentáři pro zdravotně postižené." + +#: admin/settings.php:1600 +#@ mantra +msgid "Enable the Back to Top button. The button appears after scrolling the page down." +msgstr "Zapnout tlačítko Zpět na začátek. Zobrazí se tlačítko po rolování stránky." + +#: admin/settings.php:1620 +#@ mantra +msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "Skrýt nebo zobrazit Komentovat nebo x Komentářů vedle příspěvků nebo u úryvků příspěvků." + +#: admin/settings.php:1635 +#@ mantra +msgid "Hide or show the post date." +msgstr "Skrýt nebo zobrazit datum u příspěvku." + +#: admin/settings.php:1650 +#@ mantra +msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." +msgstr "Zobrazit Čas odeslání s datem příspěvku. Čas nebude zobrazen, pokud je skryto Datum příspěvku." + +#: admin/settings.php:1665 +#@ mantra +msgid "Hide or show the post author." +msgstr "Skrýt nebo zobrazit autora příspěvku." + +#: admin/settings.php:1680 +#@ mantra +msgid "Hide the post category." +msgstr "Skrýt nebo zobrazit rubriku příspěvku." + +#: admin/settings.php:1695 +#@ mantra +msgid "Hide the 'Bookmark permalink'." +msgstr "Skrýt trvalý odkaz 'Záložka'." + +#: admin/settings.php:1710 +#@ mantra +msgid "Hide the meta bar. All meta info in it will be hidden." +msgstr "Skrýt panel meta. Všechny meta infomace budou skryty." + +#: admin/settings.php:1725 +#@ mantra +msgid "Hide the post tags." +msgstr "Skrýt štítky u příspěvků" + +#: admin/settings.php:1738 +#: admin/settings.php:1753 +#: admin/settings.php:1769 +#@ mantra +msgid "Excerpt" +msgstr "Úryvek" + +#: admin/settings.php:1738 +#: admin/settings.php:1753 +#: admin/settings.php:1769 +#@ mantra +msgid "Full Post" +msgstr "Celý příspěvek" + +#: admin/settings.php:1746 +#@ mantra +msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "Úryvky na hlavní straně. Týká se pouze standardních příspěvků. Všechny ostatní formy příspěvků (stránky, obrázky, chat, citace atd.) mají i nadále své specifické formátování." + +#: admin/settings.php:1761 +#@ mantra +msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " +msgstr "Vyberte, zda mají být důležité příspěvky na vaší domovské stránce viditelné celé nebo jen v úryvcích." + +#: admin/settings.php:1777 +#@ mantra +msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." +msgstr "Úryvky z archivu, rubrik a vyhledávacích stránek. Stejné jako výše, týká se jen standardních příspěvků." + +#: admin/settings.php:1785 +#@ mantra +msgid "" +"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"Počet slov v úryvku. Je-li ho dosaženo, příspěvek bude přerušen a zobrazí se odkaz Číst dále, Po kliknutí na něj\n" +"\t\t\t\t\t\t\t,si čtenář může zobrazit celou stránku." + +#: admin/settings.php:1801 +#@ mantra +msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." +msgstr "Zapnout rozvržení časopisu. Toto uspořádání se vztahuje na stránky s příspěvky a zobrazuje 2 příspěvky vedle sebe." + +#: admin/settings.php:1808 +#@ mantra +msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." +msgstr "Nahradí tři tečky (\"[...])\", které jsou automaticky zobrazeny v úryvcích." + +#: admin/settings.php:1815 +#@ mantra +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "Upravený odkaz na 'Číst dále\" bude přidán k úryvku vašeho příspěvku." + +#: admin/settings.php:1861 +#@ mantra +msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." +msgstr "Zobrazit dané obrázky jako miniatury u příspěvků. Snímky musí být vybrány pro každý příspěvek zvlášť." + +#: admin/settings.php:1876 +#@ mantra +msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." +msgstr "Zobrazit první snímek, který jste vložili v příspěvku jako miniaturu. Pokud povolíte tuto možnost, bude použit první obrázek v příspěvku, i když jste pro publikování vybrali jiný obrázek." + +#: admin/settings.php:1892 +#@ mantra +msgid "Thumbnail alignment." +msgstr "Zarovnání náhledu" + +#: admin/settings.php:1909 +#@ mantra +msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." +msgstr "Velikost, jakou má mít miniatura (v pixelech). Ve výchozím nastavení bude obrázek zmenšen a zůstane zachován poměr stran. Vyberte, zda chcete obrázek oříznout, pokud chcete přesnou velikost." + +#: admin/settings.php:1925 +#@ mantra +msgid "" +"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." +msgstr "" +"Zobrazit dané obrázky v záhlaví. V záhlaví bude daný obrazek nahrazen, pokud jste jej vybrali jako obrázek v příspěvku a\n" +"\t\t\t\t\t\t\t pokud je větší nebo alespoŠroven aktuální velikosti záhlaví." + +#: admin/settings.php:1941 +#@ mantra +msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" +msgstr "Vyberte požadovanou sociální síť z rozbalovací nabídky vlevo a vložte odpovídající adresu do pravého vstupního pole. (př: http://www.facebook.com/yourname)" + +#: admin/settings.php:1942 +#@ mantra +msgid "You can insert up to 5 different social sites and addresses." +msgstr "Vložte až 5 různých adres sociálních sítí." + +#: admin/settings.php:1943 +#@ mantra +msgid "There are a total of 27 social networks to choose from. " +msgstr "Vybrat si můžete celkem z 27 sociálních sítí." + +#: admin/settings.php:1944 +#@ mantra +msgid "You can leave any number of inputs empty. " +msgstr "Můžete vynechat libovolný počet prázdných vstupních polí." + +#: admin/settings.php:1945 +#@ mantra +msgid "You can choose the same social media any number of times. " +msgstr "Můžete si zvolit stejnou sociální síť, kolikrát chcete." + +#: admin/settings.php:2020 +#@ mantra +msgid "Choose the areas where to display the social icons." +msgstr "Vyberte oblast pro zobrazení ikon sociálních sítí." + +#: admin/settings.php:2033 +#@ mantra +msgid "Insert custom text or HTML code that will appear last in you footer.
    You can use HTML to insert links, images and special characters like © ." +msgstr "VloĹľte vlastnĂ­ text nebo HTML kĂłd, kterĂ˝ se objevĂ­ na konci zápatĂ­.
    Můžete použít HTML odkazy, obrázky a speciální znaky, jako např. ©." + +#: admin/settings.php:2041 +#@ mantra +msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
    Your custom CSS will be preserved when updating the theme.
    The <style> tags are not needed." +msgstr "Sem vložte své vlastní CSS. Jakýkoliv CSS sem vložený přepíše šablonu Mantra (i vlastní možnosti, uvedené přímo zde na stránce Nastavení šablony Mantra).
    Vlastní CSS bude zachováno i při aktualizaci šablony.
    <Styly> tagů nejsou potřeba." + +#: admin/settings.php:2048 +#@ mantra +msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
    The <script> tags are not needed." +msgstr "Zde vložte vlastní kód JavaScriptu. (Google Analytics a jakékoliv jiné formy analytického softwaru).
    <Scripty> tagĹŻ nejsou potĹ™eba." + +#: admin/settings.php:2061 +#@ mantra +msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." +msgstr "Povolit Mantra Search Engine Optimization. To je ve vĂ˝chozĂ­m nastavenĂ­ povoleno a mÄ›lo by bĂ˝t zakázáno pouze v případÄ›, Ĺľe používáte SEO plugin." + +#: admin/settings.php:2073 +#@ mantra +msgid "Auto" +msgstr "Auto" + +#: admin/settings.php:2073 +#@ mantra +msgid "Manual" +msgstr "ManuálnĂ­" + +#: includes/theme-comments.php:28 +#@ mantra +msgid "says:" +msgstr "říká:" + +#: includes/theme-comments.php:34 +#@ mantra +msgid "Your comment is awaiting moderation." +msgstr "Váš komentář ÄŤeká na schválenĂ­." + +#. translators: 1: date, 2: time +#: includes/theme-comments.php:41 +#@ mantra +msgid "at" +msgstr "na" + +#: includes/theme-comments.php:41 +#: includes/theme-comments.php:58 +#@ mantra +msgid "(Edit)" +msgstr "(Editovat)" + +#: includes/theme-comments.php:58 +#@ mantra +msgid "Pingback: " +msgstr "Pingback: " + +#: includes/theme-comments.php:85 +#@ mantra +msgid "Leave a comment" +msgstr "Komentovat" + +#: includes/theme-comments.php:85 +#@ mantra +msgid "1 Comment" +msgstr "1 komentář" + +#: includes/theme-comments.php:85 +#@ mantra +msgid "% Comments" +msgstr "% komentáře" + +#: includes/theme-comments.php:107 +#@ mantra +msgid "Older Comments" +msgstr "Starší komentáře" + +#: includes/theme-comments.php:108 +#@ mantra +msgid "Newer Comments" +msgstr "NovÄ›jší komentáře" + +#: includes/theme-functions.php:58 +#@ mantra +msgid "Menu" +msgstr "Menu" + +#: includes/theme-functions.php:269 +#@ mantra +msgid "Home Page" +msgstr "Domovská stránka" + +#: includes/theme-functions.php:342 +#@ mantra +msgid "Powered by" +msgstr "VytvoĹ™il" + +#: includes/theme-loop.php:166 +#@ mantra +msgid "By " +msgstr "Autor" + +#: includes/theme-loop.php:206 +#@ mantra +msgid " Bookmark the " +msgstr "ZáloĹľka pro" + +#: includes/theme-loop.php:206 +#: includes/theme-loop.php:208 +#: includes/theme-loop.php:210 +#@ mantra +msgid "Permalink to" +msgstr "TrvalĂ˝ odkaz na" + +#: includes/theme-loop.php:206 +#: includes/theme-loop.php:208 +#: includes/theme-loop.php:210 +#@ mantra +msgid "permalink" +msgstr "trvalĂ˝ odkaz" + +#: includes/theme-loop.php:208 +#: includes/theme-loop.php:210 +#@ mantra +msgid "Bookmark the " +msgstr "ZáloĹľka pro" + +#: includes/theme-loop.php:232 +#@ mantra +msgid "« Older posts" +msgstr "« Starší příspÄ›vky" + +#: includes/theme-loop.php:233 +#@ mantra +msgid "Newer posts »" +msgstr "NovÄ›jší příspÄ›vky »" + +#: includes/theme-seo.php:26 +#, php-format +#@ mantra +msgid "Page %s" +msgstr "Stránka %s" + +#: includes/theme-setup.php:91 +#@ mantra +msgid "Primary Navigation" +msgstr "HlavnĂ­ navigace" + +#: includes/theme-setup.php:92 +#@ mantra +msgid "Top Navigation" +msgstr "VrchnĂ­ navigace" + +#: includes/theme-setup.php:93 +#@ mantra +msgid "Footer Navigation" +msgstr "Navigace v zápatĂ­" + +#: includes/theme-setup.php:129 +#@ mantra +msgid "mantra" +msgstr "Mantra" + +#: includes/theme-setup.php:188 +#@ mantra +msgid "Skip to content" +msgstr "ZpÄ›t na obsah" + +#: includes/theme-setup.php:215 +#@ mantra +msgid "Primary Widget Area - Sidebar 1" +msgstr "PrvnĂ­ prostor pro widgety - Sidebar 1" + +#: includes/theme-setup.php:217 +#@ mantra +msgid "Primary widget area - Sidebar 1" +msgstr "PrvnĂ­ prostor pro widgety - Sidebar 1" + +#: includes/theme-setup.php:226 +#@ mantra +msgid "Secondary Widget Area - Sidebar 1" +msgstr "DruhĂ˝ prostor pro widgety - Sidebar 1" + +#: includes/theme-setup.php:228 +#@ mantra +msgid "Secondary widget area - Sidebar 1" +msgstr "DruhĂ˝ prostor pro widgety - Sidebar 1" + +#: includes/theme-setup.php:237 +#@ mantra +msgid "Third Widget Area - Sidebar 2" +msgstr "TĹ™etĂ­ prostor pro widgety - Sidebar 2" + +#: includes/theme-setup.php:239 +#@ mantra +msgid "Third widget area - Sidebar 2" +msgstr "TĹ™etĂ­ prostor pro widgety - Sidebar 2" + +#: includes/theme-setup.php:248 +#@ mantra +msgid "Fourth Widget Area - Sidebar 2" +msgstr "ÄŚtvrtĂ˝ prostor pro widgety - Sidebar 2" + +#: includes/theme-setup.php:250 +#@ mantra +msgid "Fourth widget area - Sidebar 2" +msgstr "ÄŚtvrtĂ˝ prostor pro widgety - Sidebar 2" + +#: includes/theme-setup.php:259 +#@ mantra +msgid "First Footer Widget Area" +msgstr "PrvnĂ­ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:261 +#@ mantra +msgid "First footer widget area" +msgstr "PrvnĂ­ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:270 +#@ mantra +msgid "Second Footer Widget Area" +msgstr "DruhĂ˝ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:272 +#@ mantra +msgid "Second footer widget area" +msgstr "DruhĂ˝ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:281 +#@ mantra +msgid "Third Footer Widget Area" +msgstr "TĹ™etĂ­ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:283 +#@ mantra +msgid "The third footer widget area" +msgstr "TĹ™etĂ­ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:292 +#@ mantra +msgid "Fourth Footer Widget Area" +msgstr "ÄŚtvrtĂ˝ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:294 +#@ mantra +msgid "The fourth footer widget area" +msgstr "ÄŚtvrtĂ˝ prostor pro widgety v zápatĂ­" + +#: includes/theme-setup.php:303 +#: includes/theme-setup.php:305 +#@ mantra +msgid "Above content Widget Area" +msgstr "HornĂ­ část prostoru pro widgety" + +#: includes/theme-setup.php:314 +#: includes/theme-setup.php:316 +#@ mantra +msgid "Below Content Widget Area" +msgstr "SpodnĂ­ část prostoru pro widgety" + +#: admin/settings.php:403 +#@ mantra +msgid "Select the content you want to load in your slides:" +msgstr "" + +#: admin/settings.php:2062 +#@ mantra +msgid "All title tags are handled automatically by Mantra." +msgstr "" + +#: admin/settings.php:2065 +#@ mantra +msgid "Homepage Meta Description" +msgstr "" + +#: admin/settings.php:2067 +#@ mantra +msgid "This is unique and you should fill this in. Describe your site the best you can and try not to go over 160 characters." +msgstr "" + +#: admin/settings.php:2081 +#@ mantra +msgid "" +"Auto - Mantra will automatically add post expcerpts to 'page' and 'post'\tmeta descriptions.
    \n" +"\t\t\t\t\t Manual - you will enable a new custom field in your post/page admin section where you can type the exact description you want for every post and page.
    \n" +"\t\t\t\t\t For category pages, the actual category descriptions will be used. Go to Posts > Categories and you can fill in a description for every category you have." +msgstr "" + +#: admin/settings.php:2090 +#@ mantra +msgid "Do not use" +msgstr "" + +#: admin/settings.php:2100 +#@ mantra +msgid "If you want to show an author in the meta tags." +msgstr "" + +#: archive.php:29 +#@ mantra +msgctxt "monthly archives date format" +msgid "F Y" +msgstr "" + +#: archive.php:31 +#@ mantra +msgctxt "yearly archives date format" +msgid "Y" +msgstr "" + +#: attachment.php:33 +#: includes/theme-loop.php:168 +#, php-format +#@ mantra +msgid "View all posts by %s" +msgstr "" + +#: content-aside.php:16 +#: content-chat.php:16 +#: content-gallery.php:19 +#: content-gallery.php:56 +#: content-image.php:15 +#: content-link.php:16 +#: content-quote.php:14 +#: content-status.php:15 +#: content.php:20 +#, php-format +#@ mantra +msgid "Permalink to %s" +msgstr "" + +#: content-gallery.php:55 +#, php-format +#@ mantra +msgid "This gallery contains
    %2$s photo." +msgid_plural "This gallery contains %2$s photos." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: includes/theme-comments.php:94 +#, php-format +#@ mantra +msgid "One Response to %2$s" +msgid_plural "%1$s Responses to %2$s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: includes/theme-functions.php:344 +#@ mantra +msgid "Semantic Personal Publishing Platform" +msgstr "" + diff --git a/themes/mantra/languages/da_DK.po b/themes/mantra/languages/da_DK.po index 9b46f9a5..140b2bda 100644 --- a/themes/mantra/languages/da_DK.po +++ b/themes/mantra/languages/da_DK.po @@ -1,2425 +1,2425 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra-Pengelinks v\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2012-09-30 11:35:29+0000\n" -"Last-Translator: admin \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: Danish\n" -"X-Poedit-Country: DENMARK\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;_ex: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:17 -#@ mantra -msgid "Not Found" -msgstr "Blev ikke fundet" - -#: 404.php:19 -#@ mantra -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "Beklager, men siden du forsøger at hente blev ikke fundet. Måske en søgning vil hjælpe." - -#: admin/admin-functions.php:62 -#@ mantra -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "" - -#: admin/admin-functions.php:70 -#@ mantra -msgid "Import Mantra Theme Options" -msgstr "Importér Mantra tema indstillinger" - -#: admin/admin-functions.php:72 -#@ mantra -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "Hej! Dette er her du kan importere indstillingerne for Mantra.Husk venligst, at dette stadig er en eksperimentel funktion." - -#: admin/admin-functions.php:74 -#@ mantra -msgid "Just choose a file from your computer:" -msgstr "Vælg en fil fra computeren:" - -#: admin/admin-functions.php:76 -#, php-format -#@ mantra -msgid "Maximum size: %s" -msgstr "Maksimale størrelse: %s" - -#: admin/admin-functions.php:82 -#@ mantra -msgid "And import!" -msgstr "Og importér!" - -#: admin/admin-functions.php:148 -#@ mantra -msgid "Import Mantra Theme Options " -msgstr "Importér Mantra tema indstillinger " - -#: admin/admin-functions.php:151 -#@ mantra -msgid "Great! The options have been imported!" -msgstr "Fremragende! Indstillingerne er blevet importeret!" - -#: admin/admin-functions.php:152 -#@ mantra -msgid "Go back to the Mantra options page and check them out!" -msgstr "Gå tilbage til siden for Mantra indstillinger og kontrollér dem!" - -#: admin/admin-functions.php:155 -#: admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -#@ mantra -msgid "Oops, there's a small problem." -msgstr "Ups, der er et lille problem." - -#: admin/admin-functions.php:156 -#@ mantra -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "Den uploadede fil indeholder ikke gyldige Mantra indstillinger. Kontrollér venligst, at filen er eksporteret fra siden med Mantra indstillinger" - -#: admin/admin-functions.php:162 -#@ mantra -msgid "The uploaded file could not be read." -msgstr "Den uploadede fil kunne ikke læses" - -#: admin/admin-functions.php:168 -#@ mantra -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "Den uploadede fil understøttes ikke. Kontrollér venligst, at filen var eksporteret fra Mantra siden og at det er en tekst fil." - -#: admin/admin-functions.php:177 -#@ mantra -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "Ups! filen er tom eller manglende. Denne fejl kan også skyldes, at upload er deaktiveret i din php.ini eller post_max_size er angivet til at være mindre end upload_max_filesize i php.ini" - -#: admin/admin-functions.php:183 -#@ mantra -msgid "ERROR: You are not authorised to perform that operation" -msgstr "FEJL: Du har ikke rettigheder til at udføre denne handling" - -#: admin/main.php:93 -#@ mantra -msgid "Layout Settings" -msgstr "Layout indstillinger" - -#: admin/main.php:94 -#@ mantra -msgid "Presentation Page" -msgstr "Præsentations side" - -#: admin/main.php:95 -#@ mantra -msgid "Text Settings" -msgstr "Tekst indstillinger" - -#: admin/main.php:96 -#@ mantra -msgid "Color Settings" -msgstr "Farve indstillinger" - -#: admin/main.php:97 -#@ mantra -msgid "Graphics Settings" -msgstr "Grafik indstillinger" - -#: admin/main.php:98 -#@ mantra -msgid "Post Information Settings" -msgstr "Indlægs information indstillinger" - -#: admin/main.php:99 -#@ mantra -msgid "Post Excerpt Settings" -msgstr "Indlægs uddrag indstillinger" - -#: admin/main.php:100 -#@ mantra -msgid "Featured Image Settings" -msgstr "Fremhævet billede indstillinger" - -#: admin/main.php:101 -#@ mantra -msgid "Social Media Settings" -msgstr "Sociale medier indstillinger" - -#: admin/main.php:102 -#@ mantra -msgid "Miscellaneous Settings" -msgstr "Diverse indstillinger" - -#: admin/main.php:104 -#@ mantra -msgid "Main Layout" -msgstr "Primært layout" - -#: admin/main.php:105 -#@ mantra -msgid "Content / Sidebar Width" -msgstr "Indhold / Sidebar bredde" - -#: admin/main.php:106 -#@ mantra -msgid "Header Image Height" -msgstr "Header billede højde" - -#: admin/main.php:108 -#@ mantra -msgid "Enable Presentation Page" -msgstr "Aktivér præsentations side" - -#: admin/main.php:109 -#@ mantra -msgid "Slider Settings" -msgstr "Slider indstillinger" - -#: admin/main.php:110 -#@ mantra -msgid "Slides" -msgstr "Slides" - -#: admin/main.php:111 -#@ mantra -msgid "Presentation Page Columns" -msgstr "Præsentations side kolonner" - -#: admin/main.php:112 -#@ mantra -msgid "Extras" -msgstr "Extras" - -#: admin/main.php:114 -#@ mantra -msgid "General Font" -msgstr "Primær font" - -#: admin/main.php:115 -#@ mantra -msgid "General Font Size" -msgstr "Primær font størrelse" - -#: admin/main.php:116 -#@ mantra -msgid "Post Title Font " -msgstr "Indlægs titel font" - -#: admin/main.php:117 -#@ mantra -msgid "Post Title Font Size" -msgstr "Indlægs titel font størrelse" - -#: admin/main.php:118 -#@ mantra -msgid "Sidebar Font" -msgstr "Sidebar font" - -#: admin/main.php:119 -#@ mantra -msgid "SideBar Font Size" -msgstr "Sidebar font størrelse" - -#: admin/main.php:120 -#@ mantra -msgid "Sub-Headers Font" -msgstr "Under overskrift font" - -#: admin/main.php:121 -#@ mantra -msgid "Force Text Align" -msgstr "Gennemtving font tilpasning" - -#: admin/main.php:122 -#@ mantra -msgid "Paragraph indent" -msgstr "Afsnitsindrykning" - -#: admin/main.php:123 -#@ mantra -msgid "Header indent" -msgstr "Headerindrykning" - -#: admin/main.php:124 -#@ mantra -msgid "Line Height" -msgstr "Linie højde" - -#: admin/main.php:125 -#@ mantra -msgid "Word spacing" -msgstr "Ord afstand" - -#: admin/main.php:126 -#@ mantra -msgid "Letter spacing" -msgstr "Bogstav afstand" - -#: admin/main.php:127 -#@ mantra -msgid "Text shadow" -msgstr "Tekst skygge" - -#: admin/main.php:129 -#@ mantra -msgid "Background Color" -msgstr "Baggrundsfarve" - -#: admin/main.php:130 -#@ mantra -msgid "Header (Banner and Menu) Background Color" -msgstr "Header (Banner og menu) baggrundsfarve" - -#: admin/main.php:131 -#@ mantra -msgid "Content Background Color" -msgstr "Indholds baggrundsfarve" - -#: admin/main.php:132 -#@ mantra -msgid "Menu Background Color" -msgstr "Menu baggrundsfarve" - -#: admin/main.php:133 -#@ mantra -msgid "First Sidebar Background Color" -msgstr "Første sidebar baggrundsfarve" - -#: admin/main.php:134 -#@ mantra -msgid "Second Sidebar Background Color" -msgstr "Anden sidebar baggrundsfarve" - -#: admin/main.php:136 -#@ mantra -msgid "Site Title Color" -msgstr "Sidetitel farve" - -#: admin/main.php:137 -#@ mantra -msgid "Site Description Color" -msgstr "Sidebeskrivelse farve" - -#: admin/main.php:139 -#@ mantra -msgid "Content Text Color" -msgstr "Indholdstekst farve" - -#: admin/main.php:140 -#@ mantra -msgid "Links Color" -msgstr "Links farve" - -#: admin/main.php:141 -#@ mantra -msgid "Links Hover Color" -msgstr "Links hover farve" - -#: admin/main.php:142 -#@ mantra -msgid "Post Title Color" -msgstr "Indlægs titel farve" - -#: admin/main.php:143 -#@ mantra -msgid "Post Title Hover Color" -msgstr "Indlægs titel hover farve" - -#: admin/main.php:144 -#@ mantra -msgid "Sidebar Header Background Color" -msgstr "Sidebar overskrift baggrundsfarve" - -#: admin/main.php:145 -#@ mantra -msgid "Sidebar Header Text Color" -msgstr "Sidebar overskrift tekstfarve" - -#: admin/main.php:146 -#@ mantra -msgid "Footer Widget Background Color" -msgstr "Footer widget baggrundsfarve" - -#: admin/main.php:147 -#@ mantra -msgid "Footer Background Color" -msgstr "Footer baggrundsfarve" - -#: admin/main.php:148 -#@ mantra -msgid "Footer Widget Header Text Color" -msgstr "Footer widget overskifts tekstfarve" - -#: admin/main.php:149 -#@ mantra -msgid "Footer Widget Link Color" -msgstr "Footer widget link farve" - -#: admin/main.php:150 -#@ mantra -msgid "Footer Widget Hover Color" -msgstr "Footer widget hover farve" - -#: admin/main.php:152 -#@ mantra -msgid "Caption Border" -msgstr "Billedtekst kant" - -#: admin/main.php:153 -#@ mantra -msgid "Post Images Border" -msgstr "Indlægsbilleder kant" - -#: admin/main.php:154 -#@ mantra -msgid "Caption Pin" -msgstr "Billedetekst pin" - -#: admin/main.php:155 -#@ mantra -msgid "Sidebar Menu Bullets" -msgstr "Sidebar menu bullets" - -#: admin/main.php:156 -#@ mantra -msgid "Meta Area Background" -msgstr "Meta område baggrund" - -#: admin/main.php:157 -#@ mantra -msgid "Post Separator" -msgstr "Indlægs seperator" - -#: admin/main.php:158 -#@ mantra -msgid "Content List Bullets" -msgstr "Indholdsliste bullets" - -#: admin/main.php:159 -#@ mantra -msgid "Title and Description" -msgstr "Titel og beskrivelse" - -#: admin/main.php:160 -#@ mantra -msgid "Page Titles" -msgstr "Sidetitler" - -#: admin/main.php:161 -#@ mantra -msgid "Category Page Titles" -msgstr "Kategori sidetitler" - -#: admin/main.php:162 -#@ mantra -msgid "Hide Tables" -msgstr "Skjul tabeller" - -#: admin/main.php:163 -#@ mantra -msgid "Back to Top button" -msgstr "Tilbage til top knap" - -#: admin/main.php:164 -#@ mantra -msgid "Text Under Comments" -msgstr "Tekst under kommentarer" - -#: admin/main.php:165 -#@ mantra -msgid "Comments are closed text" -msgstr "Lukket for kommentarer tekst" - -#: admin/main.php:166 -#@ mantra -msgid "Comments off" -msgstr "Lukket for kommentarer" - -#: admin/main.php:167 -#@ mantra -msgid "Insert footer copyright" -msgstr "Indsæt footer copyright tekst" - -#: admin/main.php:169 -#@ mantra -msgid "Post Comments Link" -msgstr "Indlægskommentarer link" - -#: admin/main.php:170 -#@ mantra -msgid "Post Date" -msgstr "Indlægsdato" - -#: admin/main.php:171 -#@ mantra -msgid "Post Time" -msgstr "Indlægstidspunkt" - -#: admin/main.php:172 -#@ mantra -msgid "Post Author" -msgstr "Forfatter" - -#: admin/main.php:173 -#@ mantra -msgid "Post Category" -msgstr "Indlægskategori" - -#: admin/main.php:174 -#@ mantra -msgid "Post Tags" -msgstr "Indlægs tags" - -#: admin/main.php:175 -#@ mantra -msgid "Post Permalink" -msgstr "Link til indlæg" - -#: admin/main.php:176 -#@ mantra -msgid "All Post Metas" -msgstr "Meta for alle indlæg" - -#: admin/main.php:178 -#@ mantra -msgid "Post Excerpts on Home Page" -msgstr "Indlægsuddrag på forside" - -#: admin/main.php:179 -#@ mantra -msgid "Affect Sticky Posts" -msgstr "Påvirker sticky indlæg" - -#: admin/main.php:180 -#@ mantra -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Indlægsuddrag på arkiv- og kategori sider" - -#: admin/main.php:181 -#@ mantra -msgid "Number of Words for Post Excerpts " -msgstr "Antal ord i indlægsuddrag" - -#: admin/main.php:182 -#@ mantra -msgid "Magazine Layout" -msgstr "Magasin layout" - -#: admin/main.php:183 -#@ mantra -msgid "Excerpt suffix" -msgstr "Uddrag suffiks" - -#: admin/main.php:184 -#@ mantra -msgid "Continue reading link text " -msgstr "Læs mere link tekst" - -#: admin/main.php:185 -#@ mantra -msgid "HTML tags in Excerpts" -msgstr "HTML tags i uddrag" - -#: admin/main.php:187 -#@ mantra -msgid "Featured Images as POST Thumbnails " -msgstr "Fremhævede billeder som indlæg Thumbnails" - -#: admin/main.php:188 -#@ mantra -msgid "Auto Select Images From Posts " -msgstr "Autovælg billeder fra indlæg" - -#: admin/main.php:189 -#@ mantra -msgid "Thumbnails Alignment " -msgstr "Thumbnail justering" - -#: admin/main.php:190 -#@ mantra -msgid "Thumbnails Size " -msgstr "Thumbnail størrelse" - -#: admin/main.php:191 -#@ mantra -msgid "Featured Images as HEADER Images " -msgstr "Fremhævet billede som Header billede" - -#: admin/main.php:193 -#@ mantra -msgid "Link nr. 1" -msgstr "Link nr. 1" - -#: admin/main.php:194 -#@ mantra -msgid "Link nr. 2" -msgstr "Link nr. 2" - -#: admin/main.php:195 -#@ mantra -msgid "Link nr. 3" -msgstr "Link nr. 3" - -#: admin/main.php:196 -#@ mantra -msgid "Link nr. 4" -msgstr "Link nr. 4" - -#: admin/main.php:197 -#@ mantra -msgid "Link nr. 5" -msgstr "Link nr. 5" - -#: admin/main.php:198 -#@ mantra -msgid "Socials display" -msgstr "Sociale medier visning" - -#: admin/main.php:200 -#@ mantra -msgid "Make Site Header a Link" -msgstr "Lav header til link" - -#: admin/main.php:201 -#@ mantra -msgid "Breadcrumbs" -msgstr "Breadcrumbs" - -#: admin/main.php:202 -#@ mantra -msgid "Pagination" -msgstr "Sideinddeling" - -#: admin/main.php:203 -#@ mantra -msgid "Mobile view" -msgstr "Mobilvisning" - -#: admin/main.php:204 -#@ mantra -msgid "FavIcon" -msgstr "FavIcon" - -#: admin/main.php:205 -#@ mantra -msgid "Custom CSS" -msgstr "brugerdefineret CSS" - -#: admin/main.php:206 -#@ mantra -msgid "Custom JavaScript" -msgstr "Brugerdefineret Javescript" - -#: admin/main.php:207 -#@ mantra -msgid "SEO Settings" -msgstr "SEO indstillinger" - -#: admin/main.php:224 -#@ mantra -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Beklager, men du har ikke rettigheder til at tilg[ denne side" - -#: admin/main.php:234 -#@ mantra -msgid "Mantra settings updated successfully." -msgstr "Mantra indstillinger opdateret med success" - -#: admin/main.php:245 -#@ mantra -msgid "Reset to Defaults" -msgstr "Nulstil til standard" - -#: admin/main.php:246 -#@ mantra -msgid "Save Changes" -msgstr "Gem ændringer" - -#: admin/main.php:260 -#@ mantra -msgid "" -"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

    \n" -"\t\t\t

    So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

    " -msgstr "" -"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

    \n" -"\\\t\\\t\\\t

    So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

    " - -#: admin/main.php:275 -#@ mantra -msgid "Import/Export Settings" -msgstr "Import&eksport indstillinger" - -#: admin/main.php:281 -#@ mantra -msgid "Export Theme options" -msgstr "Eksportér tema indstillinger" - -#: admin/main.php:282 -#@ mantra -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "Så nemt er det: et museklik væk - Muligheden for at eksportere dine Mantra indstillinger og gemme dem på din computer. Føler du dig sikrere nu.... Det burde du :) " - -#: admin/main.php:287 -#@ mantra -msgid "Import Theme options" -msgstr "Importér Theme indstillinger" - -#: admin/main.php:288 -#@ mantra -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "Uden importmuligheden ville eksporten blot være en øvelse. Hav den eksporterede fil klar og så ses vi efter et klik på musen :)" - -#: admin/main.php:295 -#@ mantra -msgid "Mantra Latest News" -msgstr "Seneste nyheder fra Mantra" - -#: admin/main.php:306 -#@ mantra -msgid "No news items." -msgstr "Ingen nyheder" - -#: admin/main.php:320 -#@ mantra -msgid "Mantra Help" -msgstr "Mantra hjælp" - -#: admin/main.php:323 -#@ mantra -msgid "" -"\n" -"\t\t\t
      \n" -"\t\t\t\t
    • - Need any Mantra or WordPress help?
    • \n" -"\t\t\t\t
    • - Want to know what changes are made to the theme with each new version?
    • \n" -"\t\t\t\t
    • - Found a bug or maybe something doesn't work exactly as expected?
    • \n" -"\t\t\t\t
    • - Got an idea on how to improve the Mantra Theme to better suit your needs?
    • \n" -"\t\t\t\t
    • - Want a setting implemented?
    • \n" -"\t\t\t\t
    • - Do you have or would you like to make a translation of the Mantra Theme?
    • \n" -"\t\t\t
    \n" -"\t\t\t

    Then come visit us at Mantra's support page.

    \n" -"\t" -msgstr "" -"\n" -"\\\t\\\t\\\t
      \n" -"\\\t\\\t\\\t\\\t
    • - Need any Mantra or WordPress help?
    • \n" -"\\\t\\\t\\\t\\\t
    • - Want to know what changes are made to the theme with each new version?
    • \n" -"\\\t\\\t\\\t\\\t
    • - Found a bug or maybe something doesn't work exactly as expected?
    • \n" -"\\\t\\\t\\\t\\\t
    • - Got an idea on how to improve the Mantra Theme to better suit your needs?
    • \n" -"\\\t\\\t\\\t\\\t
    • - Want a setting implemented?
    • \n" -"\\\t\\\t\\\t\\\t
    • - Do you have or would you like to make a translation of the Mantra Theme?
    • \n" -"\\\t\\\t\\\t
    \n" -"\\\t\\\t\\\t

    Then come visit us at Mantra's support page.

    \n" -"\\\t" - -#: admin/main.php:334 -#@ mantra -msgid "Mantra Support Page" -msgstr "Mantra support side" - -#: admin/settings.php:61 -#@ mantra -msgid "One column (no sidebars)" -msgstr "En kolonne (Ingen sidebar)" - -#: admin/settings.php:62 -#@ mantra -msgid "Two columns, sidebar on the right" -msgstr "To kolonner, sidebar til højre" - -#: admin/settings.php:63 -#@ mantra -msgid "Two columns, sidebar on the left" -msgstr "To kolonner, sidebar til venstre" - -#: admin/settings.php:64 -#@ mantra -msgid "Three columns, sidebars on the right" -msgstr "Tre kolonner, sidebars til højre" - -#: admin/settings.php:65 -#@ mantra -msgid "Three columns, sidebars on the left" -msgstr "Tre kolonner, sidebars til venstre" - -#: admin/settings.php:66 -#@ mantra -msgid "Three columns, one sidebar on each side" -msgstr "Tre kolonner, en sidebar på hver side" - -#: admin/settings.php:81 -#@ mantra -msgid "Choose your layout " -msgstr "Vælg layout" - -#: admin/settings.php:89 -#@ mantra -msgid "Absolute" -msgstr "Absolut" - -#: admin/settings.php:89 -#@ mantra -msgid "Relative" -msgstr "Relativt" - -#: admin/settings.php:90 -#@ mantra -msgid "Dimensions to use: " -msgstr "Benyt følgende dimensioner" - -#: admin/settings.php:189 -#: admin/settings.php:209 -#@ mantra -msgid "Content =" -msgstr "Indhold =" - -#: admin/settings.php:190 -#: admin/settings.php:210 -#@ mantra -msgid "Sidebar(s) =" -msgstr "Sidebar(s) =" - -#: admin/settings.php:191 -#: admin/settings.php:211 -#@ mantra -msgid "Total width =" -msgstr "Total bredde =" - -#: admin/settings.php:200 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Vælg bredden af dit indhold og sidebar(s). \n" -" \\\t\\\tInholdet kan ikke være mindre end 500px bred, sidebar bredden er mindst 220px og ikke mere end 800px.
    \n" -"\\\tHvis du har valgt 3 kolonner (2 sidebars) vil hver sidebar have den halve bredde af det valgte." - -#: admin/settings.php:220 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
    \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Vælg bredden af dit idnhold og sidebar(s). \n" -" \\\t\\\tDette er relative dimensioner - relativt i forhold til brugerens browser. Den totale bredde er en procentdel af browserens bredde.
    \n" -"\\\t Indholdet kan ikke være mindre end 40% af den samlede bredde, sidebar området er mindst 20% og ikke mere end 50%.
    \n" -"\\\tHvis du har valgt 3 kolonner (med 2 sidebars) vil hver sidebar have den halve bredde af det valgte." - -#: admin/settings.php:244 -#@ mantra -msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be = " -msgstr "Vælg headerens højde. Efter at have gemt indstillingerne, upload dit nye header billede. Headerens bredde vil være = " - -#: admin/settings.php:257 -#: admin/settings.php:969 -#: admin/settings.php:1031 -#: admin/settings.php:1367 -#: admin/settings.php:1429 -#: admin/settings.php:1637 -#: admin/settings.php:1666 -#: admin/settings.php:1689 -#: admin/settings.php:1712 -#: admin/settings.php:1761 -#: admin/settings.php:1890 -#: admin/settings.php:1905 -#: admin/settings.php:1920 -#: admin/settings.php:1935 -#: admin/settings.php:1977 -#@ mantra -msgid "Enable" -msgstr "Aktiver" - -#: admin/settings.php:257 -#: admin/settings.php:969 -#: admin/settings.php:1031 -#: admin/settings.php:1367 -#: admin/settings.php:1429 -#: admin/settings.php:1637 -#: admin/settings.php:1666 -#: admin/settings.php:1689 -#: admin/settings.php:1712 -#: admin/settings.php:1761 -#: admin/settings.php:1890 -#: admin/settings.php:1905 -#: admin/settings.php:1920 -#: admin/settings.php:1935 -#: admin/settings.php:1977 -#@ mantra -msgid "Disable" -msgstr "Deaktivér" - -#: admin/settings.php:265 -#@ mantra -msgid "" -"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" -"\t\ttext and images." -msgstr "" -"Aktivér præsentations forside. Dette vil blive din nye forside og vil erstatte dit nuværende valg. Præsentations siden har en slider og kolonner for præsentation\n" -"\\\t\\\ttekst og billeder." - -#: admin/settings.php:275 -#@ mantra -msgid "Slider Dimensions:" -msgstr "Slider dimensioner:" - -#: admin/settings.php:276 -#@ mantra -msgid "width" -msgstr "bredde" - -#: admin/settings.php:277 -#@ mantra -msgid "height" -msgstr "højde" - -#: admin/settings.php:278 -#@ mantra -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "Dimensionerne af slider. Vær sikker på, at dine billeder har samme dimensioner. " - -#: admin/settings.php:280 -#@ mantra -msgid "Animation:" -msgstr "Animation:" - -#: admin/settings.php:282 -#@ mantra -msgid "Random" -msgstr "Tilfældig" - -#: admin/settings.php:282 -#@ mantra -msgid "Fold" -msgstr "Fold" - -#: admin/settings.php:282 -#@ mantra -msgid "Fade" -msgstr "Fade" - -#: admin/settings.php:282 -#@ mantra -msgid "SlideInRight" -msgstr "Slide ind fra højre" - -#: admin/settings.php:282 -#@ mantra -msgid "SlideInLeft" -msgstr "Slide ind fra venstre" - -#: admin/settings.php:282 -#@ mantra -msgid "SliceDown" -msgstr "Slice ned" - -#: admin/settings.php:282 -#@ mantra -msgid "SliceDownLeft" -msgstr "Slice ned fra venstre" - -#: admin/settings.php:282 -#@ mantra -msgid "SliceUp" -msgstr "Slice op" - -#: admin/settings.php:282 -#@ mantra -msgid "SliceUpLeft" -msgstr "Slice op fra venstre" - -#: admin/settings.php:282 -#@ mantra -msgid "SliceUpDown" -msgstr "Slice ned og op" - -#: admin/settings.php:282 -#@ mantra -msgid "SliceUpDownLeft" -msgstr "Slice ned og op fra venstre" - -#: admin/settings.php:282 -#@ mantra -msgid "BoxRandom" -msgstr "Tilfældig boks" - -#: admin/settings.php:282 -#@ mantra -msgid "BoxRain" -msgstr "Regn effekt" - -#: admin/settings.php:282 -#@ mantra -msgid "BoxRainReverse" -msgstr "Omvendt regn effekt" - -#: admin/settings.php:282 -#@ mantra -msgid "BoxRainGrow" -msgstr "Voksende regn effekt" - -#: admin/settings.php:282 -#@ mantra -msgid "BoxRainGrowReverse" -msgstr "Omvendt voksende regn effekt" - -#: admin/settings.php:290 -#@ mantra -msgid "The transition effect your slider will have." -msgstr "Overgangseffekten på din slider." - -#: admin/settings.php:292 -#@ mantra -msgid "Border Settings:" -msgstr "Kant indstillinger:" - -#: admin/settings.php:293 -#@ mantra -msgid "Width" -msgstr "Bredde" - -#: admin/settings.php:294 -#@ mantra -msgid "Color" -msgstr "Farve" - -#: admin/settings.php:296 -#@ mantra -msgid "The width and color of the slider's border." -msgstr "Bredde og farve på sliderens kant." - -#: admin/settings.php:298 -#@ mantra -msgid "Animation Time:" -msgstr "Animationstid:" - -#: admin/settings.php:299 -#: admin/settings.php:303 -#@ mantra -msgid "milliseconds (1000ms = 1 second) " -msgstr "millisekunder (1000ms = 1 sekund) " - -#: admin/settings.php:300 -#@ mantra -msgid "The time in which the transition animation will take place." -msgstr "Den tid overgangseffekten vil tage." - -#: admin/settings.php:302 -#@ mantra -msgid "Pause Time:" -msgstr "Pausetid:" - -#: admin/settings.php:304 -#@ mantra -msgid "The time in which a slide will be still and visible." -msgstr "Den tid din slide vil være stille og synlig." - -#: admin/settings.php:307 -#@ mantra -msgid "Slider navigation:" -msgstr "Slider navigation:" - -#: admin/settings.php:309 -#@ mantra -msgid "Numbers" -msgstr "Tal" - -#: admin/settings.php:309 -#@ mantra -msgid "Bullets" -msgstr "Bullets" - -#: admin/settings.php:309 -#: admin/settings.php:1273 -#@ mantra -msgid "None" -msgstr "Ingen" - -#: admin/settings.php:317 -#@ mantra -msgid "Your slider navigation type. Shown under the slider." -msgstr "Din slider navigationstype. Bliver vist under slideren." - -#: admin/settings.php:319 -#@ mantra -msgid "Slider arrows:" -msgstr "Slider pile:" - -#: admin/settings.php:321 -#@ mantra -msgid "Always Visible" -msgstr "Altid synlig" - -#: admin/settings.php:321 -#@ mantra -msgid "Visible on Hover" -msgstr "Synlig når musen holdes over" - -#: admin/settings.php:321 -#@ mantra -msgid "Hidden" -msgstr "Gemt" - -#: admin/settings.php:329 -#@ mantra -msgid "The Left and Right arrows on your slider" -msgstr "Venstre og højre pilene på din slider" - -#: admin/settings.php:370 -#: admin/settings.php:438 -#@ mantra -msgid "Select Category" -msgstr "Vælg kategori" - -#: admin/settings.php:397 -#@ mantra -msgid "Custom Slides" -msgstr "Tilpassede slides" - -#: admin/settings.php:397 -#@ mantra -msgid "Latest Posts" -msgstr "Seneste indlæg" - -#: admin/settings.php:397 -#@ mantra -msgid "Random Posts" -msgstr "Tilfældige indlæg" - -#: admin/settings.php:397 -#@ mantra -msgid "Sticky Posts" -msgstr "Sticky indlæg" - -#: admin/settings.php:397 -#@ mantra -msgid "Latest Posts from Category" -msgstr "Seneste indlæg fra kategori" - -#: admin/settings.php:397 -#@ mantra -msgid "Random Posts from Category" -msgstr "Tilfældige indlæg fra kategori" - -#: admin/settings.php:397 -#@ mantra -msgid "Specific Posts" -msgstr "Bestemte indlæg" - -#: admin/settings.php:410 -#@ mantra -msgid "Latest posts will be loaded into the slider." -msgstr "Seneste indlæg vil blive indlæst i slideren." - -#: admin/settings.php:414 -#@ mantra -msgid "Random posts will be loaded into the slider." -msgstr "Tilfældige indlæge vil blive indlæst i slideren." - -#: admin/settings.php:418 -#@ mantra -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "Seneste indlæg fra kategorien vil blive indlæst i slideren." - -#: admin/settings.php:423 -#@ mantra -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "Tilfældige indlæg fra den valgte kategori vil blive indlæst i slideren." - -#: admin/settings.php:427 -#@ mantra -msgid "Only sticky posts will be loaded into the slider." -msgstr "Kun sticky indlæg vil blive indlæst i slideren." - -#: admin/settings.php:431 -#@ mantra -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Indtast ID på de indlæg du ønsker at vise (adskil med komma):" - -#: admin/settings.php:436 -#@ mantra -msgid "
    Choose the cateogry: " -msgstr "
    Vælg kategorien: " - -#: admin/settings.php:453 -#@ mantra -msgid "Number of posts to show:" -msgstr "Antal indlæg der skal vises:" - -#: admin/settings.php:460 -#@ mantra -msgid "Slide 1" -msgstr "Slide 1" - -#: admin/settings.php:462 -#: admin/settings.php:477 -#: admin/settings.php:492 -#: admin/settings.php:507 -#: admin/settings.php:522 -#: admin/settings.php:565 -#: admin/settings.php:580 -#: admin/settings.php:595 -#: admin/settings.php:610 -#: content-image.php:19 -#@ mantra -msgid "Image" -msgstr "Billede" - -#: admin/settings.php:464 -#: admin/settings.php:479 -#: admin/settings.php:494 -#: admin/settings.php:509 -#: admin/settings.php:524 -#: admin/settings.php:567 -#: admin/settings.php:582 -#: admin/settings.php:597 -#: admin/settings.php:612 -#@ mantra -msgid "Upload or select image from gallery" -msgstr "Upload eller vælg billede fra galleriet" - -#: admin/settings.php:465 -#: admin/settings.php:480 -#: admin/settings.php:495 -#: admin/settings.php:510 -#: admin/settings.php:525 -#: admin/settings.php:568 -#: admin/settings.php:583 -#: admin/settings.php:613 -#@ mantra -msgid "Title" -msgstr "Titel" - -#: admin/settings.php:467 -#: admin/settings.php:482 -#: admin/settings.php:497 -#: admin/settings.php:512 -#: admin/settings.php:527 -#: admin/settings.php:570 -#: admin/settings.php:585 -#: admin/settings.php:600 -#: admin/settings.php:615 -#@ mantra -msgid "Text" -msgstr "Tekst" - -#: admin/settings.php:469 -#: admin/settings.php:484 -#: admin/settings.php:499 -#: admin/settings.php:514 -#: admin/settings.php:529 -#: admin/settings.php:572 -#: admin/settings.php:587 -#: admin/settings.php:602 -#: admin/settings.php:617 -#: content-link.php:20 -#@ mantra -msgid "Link" -msgstr "Link" - -#: admin/settings.php:475 -#@ mantra -msgid "Slide 2" -msgstr "Slide 2" - -#: admin/settings.php:490 -#@ mantra -msgid "Slide 3" -msgstr "Slide 3" - -#: admin/settings.php:505 -#@ mantra -msgid "Slide 4" -msgstr "Slide 4" - -#: admin/settings.php:520 -#@ mantra -msgid "Slide 5" -msgstr "Slide 5" - -#: admin/settings.php:533 -#@ mantra -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "Dine slides' indhold. Kun billede er påkrævet, alle andre felter er valgfri. Kun slides med billede valgt vil være aktive og synlige i live slideren." - -#: admin/settings.php:543 -#@ mantra -msgid "Number of columns:" -msgstr "Antal kolonner:" - -#: admin/settings.php:553 -#@ mantra -msgid "Image Height:" -msgstr "Højde på billede:" - -#: admin/settings.php:556 -#@ mantra -msgid "Read more text:" -msgstr "Læs mere tekst:" - -#: admin/settings.php:559 -#@ mantra -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "Link teksten som kan ses i bunden af alle kolonner. Du kan slette teksten, hvis du ikke ønsker den." - -#: admin/settings.php:563 -#@ mantra -msgid "1st Column" -msgstr "1. kolonne" - -#: admin/settings.php:578 -#@ mantra -msgid "2nd Column" -msgstr "2. kolonne" - -#: admin/settings.php:593 -#@ mantra -msgid "3rd Column" -msgstr "3. kolonne" - -#: admin/settings.php:608 -#@ mantra -msgid "4th Column" -msgstr "4. kolonne" - -#: admin/settings.php:630 -#@ mantra -msgid "Extra Text" -msgstr "Ekstra tekst" - -#: admin/settings.php:630 -#@ mantra -msgid "Top Title" -msgstr "Top titel" - -#: admin/settings.php:632 -#@ mantra -msgid "Second Title" -msgstr "Anden titel" - -#: admin/settings.php:635 -#@ mantra -msgid "Title color" -msgstr "Titelfarve" - -#: admin/settings.php:638 -#@ mantra -msgid "The titles' color (Default value is 333333)." -msgstr "Farven på titlen (Standard er 333333)." - -#: admin/settings.php:640 -#@ mantra -msgid "Bottom Text 1" -msgstr "Bundtekst 1" - -#: admin/settings.php:642 -#@ mantra -msgid "Bottom Text 2" -msgstr "Bundtekst 2" - -#: admin/settings.php:645 -#@ mantra -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Mere tekst til din forside. Toptitlen er over slideren. Anden titel vises mellem slideren og kolonnerne og 2 rækker mere under kolonnerne.\n" -"\\\t\\\t Alle felter er valgfri." - -#: admin/settings.php:651 -#@ mantra -msgid "Hide areas" -msgstr "Skjul områder" - -#: admin/settings.php:664 -#@ mantra -msgid "Hide the header area (image or background color)." -msgstr "Skjul header området (Billede eller baggrundsfarve)." - -#: admin/settings.php:668 -#@ mantra -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Skjul hovedmenuen (top navigationen)." - -#: admin/settings.php:672 -#@ mantra -msgid "Hide the footer widgets. " -msgstr "Skjul footer widgets." - -#: admin/settings.php:676 -#@ mantra -msgid "Hide the footer (copyright area)." -msgstr "Skjul footeren (copyright området)." - -#: admin/settings.php:680 -#@ mantra -msgid "Hide the white color. Only the background color remains." -msgstr "Skjul den hvide farve. Kun baggrundsfarven vises." - -#: admin/settings.php:684 -#@ mantra -msgid "Choose the areas to hide on the first page." -msgstr "Vælg hvilke områder der skal skjules på forsiden." - -#: admin/settings.php:703 -#@ mantra -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "Vælg fontstørrelsen du vil bruge på din hjemmeside. Sider, indlæg og kommentarer vil blive påvirket. Knapper, header og menuer vil bevare udseendet." - -#: admin/settings.php:747 -#@ mantra -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "Vælg hvilken font du vil benytte på din hjemmeside. Alt indholdstekst vil blive påvirket (også menuknapper)." - -#: admin/settings.php:748 -#: admin/settings.php:797 -#: admin/settings.php:848 -#: admin/settings.php:899 -#@ mantra -msgid "Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "Eller indsæt din Google font nedenfor. Indsæt kun navnet på din font.
    Eksempelvis: Marko One. Gå til google fonts for noget inspiration." - -#: admin/settings.php:795 -#@ mantra -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "Vælg den font du vil bruge til dine titler. Det vil påvirke titler på indlæg og sidetitler. Vælg standard og standard fonten der er valgt vil blive brugt." - -#: admin/settings.php:846 -#@ mantra -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "V;lg den font du vil benytte i din(e) sidebar(s). Tekst i sidebars vil blive påvirket, inkluderet alle widgets. Efterlad standard og din valgte standard font vil blive brugt." - -#: admin/settings.php:897 -#@ mantra -msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "Vælg den font du vil have dine underoverskrifter til at bruge (h2 - h6 tags vil blive påvirket). Efterlad som standard og den valgte standard font vil blive benyttet." - -#: admin/settings.php:909 -#: admin/settings.php:924 -#: admin/settings.php:939 -#: admin/settings.php:984 -#: admin/settings.php:999 -#: admin/settings.php:1014 -#@ mantra -msgid "Default" -msgstr "Standard" - -#: admin/settings.php:917 -#@ mantra -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Fontstørrelse for indlægsoverskrifter. Efterlad standard for normal indstilling (Størrelsen vil være som indstillet i CSS)." - -#: admin/settings.php:932 -#@ mantra -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Fontstørrelse for Sidebar. Efterlad standard for normal indstilling (Størrelsen vil være som indstillet i CSS)." - -#: admin/settings.php:939 -#: admin/settings.php:1728 -#@ mantra -msgid "Left" -msgstr "Venstre" - -#: admin/settings.php:939 -#: admin/settings.php:1728 -#@ mantra -msgid "Right" -msgstr "Højre" - -#: admin/settings.php:939 -#@ mantra -msgid "Justify" -msgstr "" - -#: admin/settings.php:939 -#: admin/settings.php:1728 -#@ mantra -msgid "Center" -msgstr "Centrér" - -#: admin/settings.php:947 -#@ mantra -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "Denne indstilling overskriver tekstjustering i indlæg og på sider. Efterlad standard for normal indstilling (Justeringen vil benytte indstillingen der er valgt i indlæg, kommentarer osv.)." - -#: admin/settings.php:961 -#@ mantra -msgid "Choose the indent for your paragraphs." -msgstr "Vælg indrykning for dine afsnit" - -#: admin/settings.php:977 -#@ mantra -msgid "Disable the default header and title indent (left margin)." -msgstr "Deaktivér standard headeren og titel indrykning (venstre margen)." - -#: admin/settings.php:992 -#@ mantra -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Tekstlinie højde. Højden mellem 2 rækker tekst. Efterlad standard for normal indstilling (højden vil være som indstillet i CSS)." - -#: admin/settings.php:1007 -#@ mantra -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Afstanden mellem ord. Efterlad standard for normal indstilling (afstanden vil være som indstillet i CSS)." - -#: admin/settings.php:1022 -#@ mantra -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Afstanden mellem bogstaver. Efterlad standard for normal indstilling (afstanden vil være som indstillet i CSS)." - -#: admin/settings.php:1039 -#@ mantra -msgid "Disable the default text shadow on headers and titles." -msgstr "Deaktivér standard tekst skygge på headers og titler." - -#: admin/settings.php:1051 -#@ mantra -msgid "Background color (Default value is 444444)." -msgstr "Baggrundsfarve (standard 444444)" - -#: admin/settings.php:1059 -#@ mantra -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "Header baggrundsfarve (standard 333333). Du kan slette teksten for at vælge \\\"ingen baggrundsfarve\\\"" - -#: admin/settings.php:1066 -#@ mantra -msgid "Content background color (Default value is FFFFFF). Works best with really light colors." -msgstr "Indhold baggrundsfarve (standard FFFFFF). Virker bedst med meget lyse farver." - -#: admin/settings.php:1073 -#@ mantra -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "Hovedmenu baggrundsfarve (standard FAFAFA). Bør være samme farve som baggrundsfarven for indhold eller en farve lige så lys." - -#: admin/settings.php:1080 -#: admin/settings.php:1087 -#@ mantra -msgid "First sidebar background color (Default value is FFFFFF)." -msgstr "1. sidebar baggrundsfarve standard (FFFFFF)." - -#: admin/settings.php:1095 -#@ mantra -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Footer widget område baggrundsfarve (standard 171717)." - -#: admin/settings.php:1103 -#@ mantra -msgid "Footer background color (Default value is 222222)." -msgstr "Footer baggrundsfarve (standard 222222)." - -#: admin/settings.php:1111 -#@ mantra -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Din hjemmesides titelfarve (standard 0D85CC)" - -#: admin/settings.php:1119 -#@ mantra -msgid "Your blog's description color(Default value is 222222)." -msgstr "Farve for hjemmesidebeskrivelse (standard 222222)." - -#: admin/settings.php:1127 -#@ mantra -msgid "Content Text Color (Default value is 333333)." -msgstr "Indholdstekst farve (standard 333333)." - -#: admin/settings.php:1135 -#@ mantra -msgid "Links color (Default value is 0D85CC)." -msgstr "Linksfarve (standard 0D85CC)" - -#: admin/settings.php:1143 -#@ mantra -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Linksfarve ved mouse over (standard 333333)" - -#: admin/settings.php:1151 -#@ mantra -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Indlægsoverskrift tekstfarve (standard 333333)." - -#: admin/settings.php:1159 -#@ mantra -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Indlægsoverskrift tekstfarve ved mouse over (standard 000000)." - -#: admin/settings.php:1167 -#@ mantra -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Sidebar header baggrundsfarve (standard 444444)." - -#: admin/settings.php:1176 -#@ mantra -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Sidebar Overskrift tekstfarve (standard 2EA5FD)" - -#: admin/settings.php:1184 -#@ mantra -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Footer widget tekstfarve (standard 0D85CC)." - -#: admin/settings.php:1192 -#@ mantra -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Footer widget linkfarve (standard 666666)." - -#: admin/settings.php:1200 -#@ mantra -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "Footer widget linkfarve ved mouse over (standard 888888)." - -#: admin/settings.php:1212 -#: admin/settings.php:1273 -#@ mantra -msgid "White" -msgstr "Hvid" - -#: admin/settings.php:1212 -#@ mantra -msgid "Light" -msgstr "Lys" - -#: admin/settings.php:1212 -#@ mantra -msgid "Light Gray" -msgstr "Lys grå" - -#: admin/settings.php:1212 -#: admin/settings.php:1273 -#@ mantra -msgid "Gray" -msgstr "Grå" - -#: admin/settings.php:1212 -#@ mantra -msgid "Dark Gray" -msgstr "Mørk grå" - -#: admin/settings.php:1212 -#@ mantra -msgid "Black" -msgstr "Sort" - -#: admin/settings.php:1220 -#@ mantra -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "Denne indstilling ændrer udseendet på dine billedtekster. Billeder der ikke er indsat med billedtekster vil ikke blive påvirket." - -#: admin/settings.php:1236 -#@ mantra -msgid "The border around your inserted images. " -msgstr "Rammen om dine indsatte billeder." - -#: admin/settings.php:1251 -#@ mantra -msgid "The image on top of your captions. " -msgstr "Billedet over dine billedtekster." - -#: admin/settings.php:1266 -#@ mantra -msgid "The sidebar list bullets. " -msgstr "Sidebar liste bullets." - -#: admin/settings.php:1281 -#@ mantra -msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" -msgstr "Baggrunden ved dine indlæg metas område (under indlægstitlerne). Grå som standard.<" - -#: admin/settings.php:1289 -#: admin/settings.php:1305 -#: admin/settings.php:1322 -#: admin/settings.php:1337 -#: admin/settings.php:1352 -#: admin/settings.php:1382 -#: admin/settings.php:1397 -#: admin/settings.php:1413 -#: admin/settings.php:1456 -#: admin/settings.php:1471 -#: admin/settings.php:1486 -#: admin/settings.php:1501 -#: admin/settings.php:1516 -#: admin/settings.php:1531 -#: admin/settings.php:1546 -#: admin/settings.php:1561 -#@ mantra -msgid "Show" -msgstr "Vis" - -#: admin/settings.php:1289 -#: admin/settings.php:1305 -#: admin/settings.php:1322 -#: admin/settings.php:1337 -#: admin/settings.php:1352 -#: admin/settings.php:1382 -#: admin/settings.php:1413 -#: admin/settings.php:1456 -#: admin/settings.php:1471 -#: admin/settings.php:1486 -#: admin/settings.php:1501 -#: admin/settings.php:1516 -#: admin/settings.php:1531 -#: admin/settings.php:1546 -#: admin/settings.php:1561 -#@ mantra -msgid "Hide" -msgstr "Skjul" - -#: admin/settings.php:1297 -#@ mantra -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Skjul eller vis vandret linie for at adskille indlæg." - -#: admin/settings.php:1313 -#@ mantra -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "Vis eller skjul bullets ved lister der er en del af indholdet (indlæg, sider o.s.v.)." - -#: admin/settings.php:1330 -#@ mantra -msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." -msgstr "Skjul eller vis Din hjemmesidetitel og beskrivelse i header." - -#: admin/settings.php:1345 -#@ mantra -msgid "Hide or show Page titles on any created pages. " -msgstr "Vis eller skjul Sidetitler på alle oprettede sider." - -#: admin/settings.php:1360 -#@ mantra -msgid "Hide or show Page titles on Category Pages. " -msgstr "Vis eller skjul sidetitler på kategori sider." - -#: admin/settings.php:1375 -#@ mantra -msgid "Hide table borders and background color." -msgstr "Skjul tabelkanter og baggrundsfarve." - -#: admin/settings.php:1390 -#@ mantra -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "Skjul forklaringsteksten under kommentarboksen. (Den der starter med Du må benytte disse HTML......." - -#: admin/settings.php:1397 -#@ mantra -msgid "Hide in posts" -msgstr "Skjul i indlæg" - -#: admin/settings.php:1397 -#@ mantra -msgid "Hide in pages" -msgstr "Skjul på sider" - -#: admin/settings.php:1397 -#@ mantra -msgid "Hide everywhere" -msgstr "Skjul overalt" - -#: admin/settings.php:1405 -#@ mantra -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "Skjul Lukket for kommentarer teksten der vises på sider eller ved indlæg hvor kommentarer er deaktivéret." - -#: admin/settings.php:1421 -#@ mantra -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "Skjul Lukket for kommentarer teksten ved indlæg hvor kommentarer er deaktivéret." - -#: admin/settings.php:1437 -#@ mantra -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "Aktivér Tilbage til top knappen. Knappen vises efter der er scrollet ned på siden." - -#: admin/settings.php:1444 -#@ mantra -msgid "Insert custom text or HTML code that will appear last in you footer.
    You can use HTML to insert links, images and special characters like © ." -msgstr "Indsæt brugerdefineret tekst eller HTML til brug i din footer.
    Du kan bruge HTML til at indsætte links, billeder og specialkarakterer som eksempelvis ©." - -#: admin/settings.php:1464 -#@ mantra -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "Skjul eller vis KommentĂ©r elle kommentarer ved indlæg eller uddrag." - -#: admin/settings.php:1479 -#@ mantra -msgid "Hide or show the post date." -msgstr "Skjul eller vis dato for indlæg." - -#: admin/settings.php:1494 -#@ mantra -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "Vis tidspunktet sammen med datoen. Tidspunktet vil ikke være synligt, hvis indlægsdatoen er skjult." - -#: admin/settings.php:1509 -#@ mantra -msgid "Hide or show the post author." -msgstr "Skjul eller vis forfatter til indlæg." - -#: admin/settings.php:1524 -#@ mantra -msgid "Hide the post category." -msgstr "Skjul indlægskategori." - -#: admin/settings.php:1539 -#@ mantra -msgid "Hide the post tags." -msgstr "Skjul indlægs tags." - -#: admin/settings.php:1554 -#@ mantra -msgid "Hide the 'Bookmark permalink'." -msgstr "Skjul 'Føj permalink til favoritter'." - -#: admin/settings.php:1569 -#@ mantra -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "Skjul alle indlæg metas. Alt meta information og meta omrĂĄder vil være skjult." - -#: admin/settings.php:1582 -#: admin/settings.php:1597 -#: admin/settings.php:1613 -#@ mantra -msgid "Excerpt" -msgstr "Uddrag" - -#: admin/settings.php:1582 -#: admin/settings.php:1597 -#: admin/settings.php:1613 -#@ mantra -msgid "Full Post" -msgstr "Komplet indlæg" - -#: admin/settings.php:1590 -#@ mantra -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "Uddrag pĂĄ forsiden. Kun standard indlægssider vil blive pĂĄvirket. Alle andre sideformater (aside, billede, chat o.s.v.) benytter deres egne indstillinger." - -#: admin/settings.php:1605 -#@ mantra -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "Vælg om du ønsker sticky indlæg pĂĄ din forside kan ses i fuld længde eller blot uddrag. " - -#: admin/settings.php:1621 -#@ mantra -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "Uddrag pĂĄ arkiv, kategori og søge sider. Samme som ovenfor, kun standard indlæg vil blive berørt." - -#: admin/settings.php:1629 -#@ mantra -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "Antallet af ord der bruges i uddrag. NĂĄr dette antal er nĂĄet vil indlægget blive afbrudt med et Læs mere link som \\\t\\\t\\\t\\\t\\\t\\\t\\\tvil tage læseren til det fulde indlæg." - -#: admin/settings.php:1645 -#@ mantra -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "AktivĂ©r Magazine Layout. Dette layout gælder sider med indlæg og viser 2 indlæg pr. række." - -#: admin/settings.php:1652 -#@ mantra -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "Erstatter de tre prikker ('[...])', der automatisk føjes til uddrag." - -#: admin/settings.php:1659 -#@ mantra -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "RedigĂ©r hyperlinket 'Læs mere' der tilføjes til dine uddrag." - -#: admin/settings.php:1705 -#@ mantra -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "Vis fremhævede billeder som thumbnails ved indlæg. Billederne skal vælges for hvert indlæg i indstillingerne for fremhævede billeder." - -#: admin/settings.php:1720 -#@ mantra -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "Vis det første billede du indsætter i dine indlæg som thumbnail. Hvis du vælger denne indstilling vil det 1. billede du indsætter i dit indlæg blive benyttet, selvom du vælger fremhvævet billede i dine indlæg." - -#: admin/settings.php:1736 -#@ mantra -msgid "Thumbnail alignment." -msgstr "Thumbnail justering." - -#: admin/settings.php:1753 -#@ mantra -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "Størrelsen pĂĄ thumbnails (i pixel). Som standard vil billederne blive skaleret ned med format forhold bevaret. Du kan vælge at beskære billederne, hvis du ønsker den eksakte størrelse." - -#: admin/settings.php:1769 -#@ mantra -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" -"Vis fremhævede billeder som headers. Headeren vil blive erstattet med et fremhævet billede, hvis du har valgt det som fremhævet billede i dit indlæg \n" -"\\\t\\\t\\\t\\\t\\\t\\\t\\\tog hvis det er større eller mindst samme størrelse, som den eksisterende header." - -#: admin/settings.php:1790 -#@ mantra -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "Vælg dit ønskede sociale netværk fra venstre dropdown menu og indsæt din adresse i feltet til højre. (ex: http://www.facebook.com/ditnavn )" - -#: admin/settings.php:1804 -#@ mantra -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Du kan indsætte op til 5 forskellige sociale medier og adresser" - -#: admin/settings.php:1818 -#@ mantra -msgid "There are a total of 27 social networks to choose from. " -msgstr "Der er i alt 27 sociale netværk at vælge fra." - -#: admin/settings.php:1832 -#@ mantra -msgid "You can leave any number of inputs empty. " -msgstr "Du kan efterlade alle felter tomme." - -#: admin/settings.php:1846 -#@ mantra -msgid "You can choose the same social media any number of times. " -msgstr "Du kan vælge det samme sociale medier et valgfrit antal gange." - -#: admin/settings.php:1877 -#@ mantra -msgid "Choose the areas where to display the social icons." -msgstr "Vælg de omrĂĄder hvor du vil vise de sociale ikoner." - -#: admin/settings.php:1898 -#@ mantra -msgid "Make the site header into a clickable link that links to your index page." -msgstr "Lav din header til et link der linker til din forside." - -#: admin/settings.php:1913 -#@ mantra -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "Vis breadcrumbs i toppen af indholdsomrĂĄdet. Breadcrumbs er en form for navigation der viser hvor pĂĄ hjemmesiden du befinder dig." - -#: admin/settings.php:1928 -#@ mantra -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "Vis nummereret sideinddeling. Hvis der er mere end Ă©n side vil Ældre indlæg og Nyere indlæg have nummereret inddeling." - -#: admin/settings.php:1943 -#@ mantra -msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " -msgstr "AktivĂ©r mobile view og Mantra vil skifte udseende alt efter, hvilken enhed og skærmopløsning der besøger din hjemmeside. " - -#: admin/settings.php:1953 -#@ mantra -msgid "Upload or select favicon from gallery" -msgstr "Upload eller vælg favikon fra billedegalleriet" - -#: admin/settings.php:1957 -#@ mantra -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " -msgstr "Begrænsninger: Det skal være et billede. Det mĂĄ maks være 64x64 pixel. Anbefalede filtyper er .ico og .png." - -#: admin/settings.php:1965 -#@ mantra -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
    Your custom CSS will be preserved when updating the theme." -msgstr "Indsæt din brugerdefinerede CSS her. Enhver CSS indstilling der indtastes her vil overskrive Mantra (selv de brugerdefinerede indstillinger angivet på siden Indstillinger for Mantra).
    Din brugerdefinerede CSS bevares, nĂĄr du opdaterer tema." - -#: admin/settings.php:1972 -#@ mantra -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software)." -msgstr "Indsæt brugerdefineret javascript kode her. (Google Analytics eller anden form for sporingskode)." - -#: admin/settings.php:1985 -#@ mantra -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "AktivĂ©r Mantra's Søgemaskineoptimering (SEO). Dette er som standard aktiveret og bør kun deaktiveres, hvis du bruger et SEO-plugin." - -#: admin/settings.php:1997 -#@ mantra -msgid "Auto" -msgstr "Auto" - -#: admin/settings.php:1997 -#@ mantra -msgid "Manual" -msgstr "Manuel" - -#: archive.php:25 -#, php-format -#@ mantra -msgid "Daily Archives: %s" -msgstr "Daglige arkiver: %s" - -#: archive.php:27 -#, php-format -#@ mantra -msgid "Monthly Archives: %s" -msgstr "MĂĄnedlige arkiver: %s" - -#: archive.php:27 -#@ mantra -msgctxt "monthly archives date format" -msgid "F Y" -msgstr "F Y" - -#: archive.php:29 -#, php-format -#@ mantra -msgid "Yearly Archives: %s" -msgstr "Ă…rlige arkiver: %s" - -#: archive.php:29 -#@ mantra -msgctxt "yearly archives date format" -msgid "Y" -msgstr "Y" - -#: archive.php:31 -#@ mantra -msgid "Blog Archives" -msgstr "Blog arkiver" - -#: archive.php:57 -#: author.php:74 -#: category.php:50 -#: index.php:40 -#: search.php:40 -#: tag.php:51 -#: template-blog.php:36 -#@ mantra -msgid "Nothing Found" -msgstr "Intet fundet" - -#: archive.php:61 -#: author.php:78 -#: category.php:54 -#: index.php:44 -#: tag.php:55 -#: template-blog.php:40 -#@ mantra -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "Beklager, men der blev ikke fundet noget i arkivet. MĂĄske en søgning vil hjælpe." - -#: attachment.php:18 -#, php-format -#@ mantra -msgid "Return to %s" -msgstr "Tilbage til %s" - -#. translators: %s - title of parent post -#: attachment.php:29 -#@ mantra -msgid "By" -msgstr "af" - -#: attachment.php:33 -#: includes/theme-loop.php:146 -#, php-format -#@ mantra -msgid "View all posts by %s" -msgstr "Se alle indlæg af %s" - -#: attachment.php:40 -#@ mantra -msgid "Published" -msgstr "Udgivet" - -#: attachment.php:50 -#, php-format -#@ mantra -msgid "Full size is %s pixels" -msgstr "Fuld størrelse er %s pixel" - -#: attachment.php:53 -#@ mantra -msgid "Link to full-size image" -msgstr "Link til billedet i fuld størrelse" - -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:49 -#: content-gallery.php:65 -#: content-image.php:42 -#: content-link.php:49 -#: content-page.php:22 -#: content.php:77 -#: content-quote.php:46 -#: content-status.php:48 -#: single.php:53 -#: template-onecolumn.php:27 -#@ mantra -msgid "Edit" -msgstr "RedigĂ©r" - -#: attachment.php:100 -#@ mantra -msgid "Continue reading" -msgstr "Læs mere" - -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:38 -#: content-gallery.php:55 -#: content-image.php:33 -#: content-link.php:38 -#: content-page.php:21 -#: content.php:49 -#: content.php:66 -#: content-quote.php:36 -#: content-status.php:39 -#: single.php:31 -#: template-onecolumn.php:26 -#@ mantra -msgid "Pages:" -msgstr "Sider:" - -#: author.php:28 -#, php-format -#@ mantra -msgid "Author Archives: %s" -msgstr "Forfatter arkiver: %s" - -#: author.php:49 -#: single.php:40 -#, php-format -#@ mantra -msgid "About %s" -msgstr "Om %s" - -#: category.php:19 -#, php-format -#@ mantra -msgid "Category Archives: %s" -msgstr "Kategori arkiver: %s" - -#: comments.php:18 -#@ mantra -msgid "This post is password protected. Enter the password to view any comments." -msgstr "Dette indlæg er beskyttet af kodeord. Indtast kodeordet for at se kommentarer." - -#: content-aside.php:16 -#: content-chat.php:16 -#: content-gallery.php:16 -#: content-gallery.php:49 -#: content-image.php:15 -#: content-link.php:16 -#: content.php:20 -#: content-quote.php:14 -#: content-status.php:15 -#, php-format -#@ mantra -msgid "Permalink to %s" -msgstr "Permalink til %s" - -#: content-aside.php:20 -#@ mantra -msgid "Aside" -msgstr "Aside" - -#: content-aside.php:38 -#: content-chat.php:37 -#: content-gallery.php:33 -#: content-image.php:32 -#: content-link.php:37 -#: content-quote.php:35 -#: content-status.php:38 -#@ mantra -msgid "Continue reading " -msgstr "Læs mere " - -#: content-aside.php:46 -#: content-chat.php:45 -#: content-gallery.php:62 -#: content-image.php:39 -#: content-link.php:45 -#: content.php:75 -#: content-quote.php:43 -#: content-status.php:46 -#: includes/theme-loop.php:172 -#@ mantra -msgid "Tagged" -msgstr "Tagget" - -#: content-chat.php:20 -#@ mantra -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:20 -#@ mantra -msgid "Gallery" -msgstr "Galleri" - -#: content-gallery.php:48 -#, php-format -#@ mantra -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "Dette galleri indeholder %2$s billede." -msgstr[1] "Dette galleri indeholder %2$s billeder." - -#: content-page.php:27 -#: includes/theme-comments.php:136 -#@ mantra -msgid "Comments are closed." -msgstr "Lukket for kommentarer." - -#: content-quote.php:18 -#@ mantra -msgid "Quote" -msgstr "CitĂ©r" - -#: content-status.php:30 -#@ mantra -msgid "Status" -msgstr "Status" - -#: includes/theme-comments.php:28 -#@ mantra -msgid "says:" -msgstr "siger:" - -#: includes/theme-comments.php:34 -#@ mantra -msgid "Your comment is awaiting moderation." -msgstr "Din kommentar afventer godkendelse." - -#. translators: 1: date, 2: time -#: includes/theme-comments.php:41 -#@ mantra -msgid "at" -msgstr "d." - -#: includes/theme-comments.php:41 -#: includes/theme-comments.php:58 -#@ mantra -msgid "(Edit)" -msgstr "(RedigĂ©r)" - -#: includes/theme-comments.php:58 -#@ mantra -msgid "Pingback: " -msgstr "Pingback:" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "Leave a comment" -msgstr "KommentĂ©r" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "1 Comment" -msgstr "1 Kommentar" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "% Comments" -msgstr "% Kommentarer" - -#: includes/theme-comments.php:94 -#, php-format -#@ mantra -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "En kommentar til %2$ s" -msgstr[1] "%1$s Kommentarer til %2$s" - -#: includes/theme-comments.php:107 -#@ mantra -msgid "Older Comments" -msgstr "Ældre kommentarer" - -#: includes/theme-comments.php:108 -#@ mantra -msgid "Newer Comments" -msgstr "Nyere kommentarer" - -#: includes/theme-functions.php:233 -#@ mantra -msgid "Home Page" -msgstr "Forside" - -#: includes/theme-functions.php:301 -#@ mantra -msgid "Semantic Personal Publishing Platform" -msgstr "Semantic Personal Publishing Platform" - -#: includes/theme-loop.php:144 -#@ mantra -msgid "By " -msgstr "af" - -#: includes/theme-loop.php:172 -#@ mantra -msgid " Bookmark the " -msgstr "Bogmærk" - -#: includes/theme-loop.php:172 -#: includes/theme-loop.php:174 -#: includes/theme-loop.php:176 -#@ mantra -msgid "Permalink to" -msgstr "Permalink til" - -#: includes/theme-loop.php:172 -#: includes/theme-loop.php:174 -#: includes/theme-loop.php:176 -#@ mantra -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:174 -#: includes/theme-loop.php:176 -#@ mantra -msgid "Bookmark the " -msgstr "Bogmærk" - -#: includes/theme-loop.php:198 -#@ mantra -msgid "« Older posts" -msgstr "« Ældre indlæg" - -#: includes/theme-loop.php:199 -#@ mantra -msgid "Newer posts »" -msgstr "Nyere indlæg »" - -#: includes/theme-seo.php:26 -#, php-format -#@ mantra -msgid "Page %s" -msgstr "Side %s" - -#: includes/theme-setup.php:90 -#@ mantra -msgid "Primary Navigation" -msgstr "Hovedmenu" - -#: includes/theme-setup.php:91 -#@ mantra -msgid "Top Navigation" -msgstr "Top menu" - -#: includes/theme-setup.php:92 -#@ mantra -msgid "Footer Navigation" -msgstr "Footer menu" - -#: includes/theme-setup.php:136 -#@ mantra -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:197 -#@ mantra -msgid "Skip to content" -msgstr "Hop til indhold" - -#: includes/theme-setup.php:224 -#@ mantra -msgid "Primary Widget Area - Sidebar 1" -msgstr "Primary Widget Area - Sidebar 1" - -#: includes/theme-setup.php:226 -#@ mantra -msgid "Primary widget area - Sidebar 1" -msgstr "Primary widget area - Sidebar 1" - -#: includes/theme-setup.php:235 -#@ mantra -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Secondary Widget Area - Sidebar 1" - -#: includes/theme-setup.php:237 -#@ mantra -msgid "Secondary widget area - Sidebar 1" -msgstr "Secondary widget area - Sidebar 1" - -#: includes/theme-setup.php:246 -#@ mantra -msgid "Third Widget Area - Sidebar 2" -msgstr "Third Widget Area - Sidebar 2" - -#: includes/theme-setup.php:248 -#@ mantra -msgid "Third widget area - Sidebar 2" -msgstr "Third widget area - Sidebar 2" - -#: includes/theme-setup.php:257 -#@ mantra -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Fourth Widget Area - Sidebar 2" - -#: includes/theme-setup.php:259 -#@ mantra -msgid "Fourth widget area - Sidebar 2" -msgstr "Fourth widget area - Sidebar 2" - -#: includes/theme-setup.php:268 -#@ mantra -msgid "First Footer Widget Area" -msgstr "First Footer Widget Area" - -#: includes/theme-setup.php:270 -#@ mantra -msgid "First footer widget area" -msgstr "First footer widget area" - -#: includes/theme-setup.php:279 -#@ mantra -msgid "Second Footer Widget Area" -msgstr "Second Footer Widget Area" - -#: includes/theme-setup.php:281 -#@ mantra -msgid "Second footer widget area" -msgstr "Second footer widget area" - -#: includes/theme-setup.php:290 -#@ mantra -msgid "Third Footer Widget Area" -msgstr "Third Footer Widget Area" - -#: includes/theme-setup.php:292 -#@ mantra -msgid "The third footer widget area" -msgstr "The third footer widget area" - -#: includes/theme-setup.php:301 -#@ mantra -msgid "Fourth Footer Widget Area" -msgstr "Fourth Footer Widget Area" - -#: includes/theme-setup.php:303 -#@ mantra -msgid "The fourth footer widget area" -msgstr "The fourth footer widget area" - -#: search.php:19 -#, php-format -#@ mantra -msgid "Search Results for: %s" -msgstr "Søgeresultater for: %s" - -#: search.php:38 -#, php-format -#@ mantra -msgid "No search results for: %s" -msgstr "Ingen søgeresultater for: %s" - -#: single.php:44 -#@ mantra -msgid "View all posts by " -msgstr "Se alle indlæg af " - -#: tag.php:20 -#, php-format -#@ mantra -msgid "Tag Archives: %s" -msgstr "Tag arkiver: %s" - +msgid "" +msgstr "" +"Project-Id-Version: Mantra-Pengelinks v\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-09-30 11:35:29+0000\n" +"Last-Translator: admin \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: Danish\n" +"X-Poedit-Country: DENMARK\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;_ex: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:17 +#@ mantra +msgid "Not Found" +msgstr "Blev ikke fundet" + +#: 404.php:19 +#@ mantra +msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." +msgstr "Beklager, men siden du forsøger at hente blev ikke fundet. MĂĄske en søgning vil hjælpe." + +#: admin/admin-functions.php:62 +#@ mantra +msgid "Before you can upload your import file, you will need to fix the following error:" +msgstr "" + +#: admin/admin-functions.php:70 +#@ mantra +msgid "Import Mantra Theme Options" +msgstr "ImportĂ©r Mantra tema indstillinger" + +#: admin/admin-functions.php:72 +#@ mantra +msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." +msgstr "Hej! Dette er her du kan importere indstillingerne for Mantra.Husk venligst, at dette stadig er en eksperimentel funktion." + +#: admin/admin-functions.php:74 +#@ mantra +msgid "Just choose a file from your computer:" +msgstr "Vælg en fil fra computeren:" + +#: admin/admin-functions.php:76 +#, php-format +#@ mantra +msgid "Maximum size: %s" +msgstr "Maksimale størrelse: %s" + +#: admin/admin-functions.php:82 +#@ mantra +msgid "And import!" +msgstr "Og importĂ©r!" + +#: admin/admin-functions.php:148 +#@ mantra +msgid "Import Mantra Theme Options " +msgstr "ImportĂ©r Mantra tema indstillinger " + +#: admin/admin-functions.php:151 +#@ mantra +msgid "Great! The options have been imported!" +msgstr "Fremragende! Indstillingerne er blevet importeret!" + +#: admin/admin-functions.php:152 +#@ mantra +msgid "Go back to the Mantra options page and check them out!" +msgstr "GĂĄ tilbage til siden for Mantra indstillinger og kontrollĂ©r dem!" + +#: admin/admin-functions.php:155 +#: admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +#@ mantra +msgid "Oops, there's a small problem." +msgstr "Ups, der er et lille problem." + +#: admin/admin-functions.php:156 +#@ mantra +msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." +msgstr "Den uploadede fil indeholder ikke gyldige Mantra indstillinger. KontrollĂ©r venligst, at filen er eksporteret fra siden med Mantra indstillinger" + +#: admin/admin-functions.php:162 +#@ mantra +msgid "The uploaded file could not be read." +msgstr "Den uploadede fil kunne ikke læses" + +#: admin/admin-functions.php:168 +#@ mantra +msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." +msgstr "Den uploadede fil understøttes ikke. KontrollĂ©r venligst, at filen var eksporteret fra Mantra siden og at det er en tekst fil." + +#: admin/admin-functions.php:177 +#@ mantra +msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." +msgstr "Ups! filen er tom eller manglende. Denne fejl kan ogsĂĄ skyldes, at upload er deaktiveret i din php.ini eller post_max_size er angivet til at være mindre end upload_max_filesize i php.ini" + +#: admin/admin-functions.php:183 +#@ mantra +msgid "ERROR: You are not authorised to perform that operation" +msgstr "FEJL: Du har ikke rettigheder til at udføre denne handling" + +#: admin/main.php:93 +#@ mantra +msgid "Layout Settings" +msgstr "Layout indstillinger" + +#: admin/main.php:94 +#@ mantra +msgid "Presentation Page" +msgstr "Præsentations side" + +#: admin/main.php:95 +#@ mantra +msgid "Text Settings" +msgstr "Tekst indstillinger" + +#: admin/main.php:96 +#@ mantra +msgid "Color Settings" +msgstr "Farve indstillinger" + +#: admin/main.php:97 +#@ mantra +msgid "Graphics Settings" +msgstr "Grafik indstillinger" + +#: admin/main.php:98 +#@ mantra +msgid "Post Information Settings" +msgstr "Indlægs information indstillinger" + +#: admin/main.php:99 +#@ mantra +msgid "Post Excerpt Settings" +msgstr "Indlægs uddrag indstillinger" + +#: admin/main.php:100 +#@ mantra +msgid "Featured Image Settings" +msgstr "Fremhævet billede indstillinger" + +#: admin/main.php:101 +#@ mantra +msgid "Social Media Settings" +msgstr "Sociale medier indstillinger" + +#: admin/main.php:102 +#@ mantra +msgid "Miscellaneous Settings" +msgstr "Diverse indstillinger" + +#: admin/main.php:104 +#@ mantra +msgid "Main Layout" +msgstr "Primært layout" + +#: admin/main.php:105 +#@ mantra +msgid "Content / Sidebar Width" +msgstr "Indhold / Sidebar bredde" + +#: admin/main.php:106 +#@ mantra +msgid "Header Image Height" +msgstr "Header billede højde" + +#: admin/main.php:108 +#@ mantra +msgid "Enable Presentation Page" +msgstr "AktivĂ©r præsentations side" + +#: admin/main.php:109 +#@ mantra +msgid "Slider Settings" +msgstr "Slider indstillinger" + +#: admin/main.php:110 +#@ mantra +msgid "Slides" +msgstr "Slides" + +#: admin/main.php:111 +#@ mantra +msgid "Presentation Page Columns" +msgstr "Præsentations side kolonner" + +#: admin/main.php:112 +#@ mantra +msgid "Extras" +msgstr "Extras" + +#: admin/main.php:114 +#@ mantra +msgid "General Font" +msgstr "Primær font" + +#: admin/main.php:115 +#@ mantra +msgid "General Font Size" +msgstr "Primær font størrelse" + +#: admin/main.php:116 +#@ mantra +msgid "Post Title Font " +msgstr "Indlægs titel font" + +#: admin/main.php:117 +#@ mantra +msgid "Post Title Font Size" +msgstr "Indlægs titel font størrelse" + +#: admin/main.php:118 +#@ mantra +msgid "Sidebar Font" +msgstr "Sidebar font" + +#: admin/main.php:119 +#@ mantra +msgid "SideBar Font Size" +msgstr "Sidebar font størrelse" + +#: admin/main.php:120 +#@ mantra +msgid "Sub-Headers Font" +msgstr "Under overskrift font" + +#: admin/main.php:121 +#@ mantra +msgid "Force Text Align" +msgstr "Gennemtving font tilpasning" + +#: admin/main.php:122 +#@ mantra +msgid "Paragraph indent" +msgstr "Afsnitsindrykning" + +#: admin/main.php:123 +#@ mantra +msgid "Header indent" +msgstr "Headerindrykning" + +#: admin/main.php:124 +#@ mantra +msgid "Line Height" +msgstr "Linie højde" + +#: admin/main.php:125 +#@ mantra +msgid "Word spacing" +msgstr "Ord afstand" + +#: admin/main.php:126 +#@ mantra +msgid "Letter spacing" +msgstr "Bogstav afstand" + +#: admin/main.php:127 +#@ mantra +msgid "Text shadow" +msgstr "Tekst skygge" + +#: admin/main.php:129 +#@ mantra +msgid "Background Color" +msgstr "Baggrundsfarve" + +#: admin/main.php:130 +#@ mantra +msgid "Header (Banner and Menu) Background Color" +msgstr "Header (Banner og menu) baggrundsfarve" + +#: admin/main.php:131 +#@ mantra +msgid "Content Background Color" +msgstr "Indholds baggrundsfarve" + +#: admin/main.php:132 +#@ mantra +msgid "Menu Background Color" +msgstr "Menu baggrundsfarve" + +#: admin/main.php:133 +#@ mantra +msgid "First Sidebar Background Color" +msgstr "Første sidebar baggrundsfarve" + +#: admin/main.php:134 +#@ mantra +msgid "Second Sidebar Background Color" +msgstr "Anden sidebar baggrundsfarve" + +#: admin/main.php:136 +#@ mantra +msgid "Site Title Color" +msgstr "Sidetitel farve" + +#: admin/main.php:137 +#@ mantra +msgid "Site Description Color" +msgstr "Sidebeskrivelse farve" + +#: admin/main.php:139 +#@ mantra +msgid "Content Text Color" +msgstr "Indholdstekst farve" + +#: admin/main.php:140 +#@ mantra +msgid "Links Color" +msgstr "Links farve" + +#: admin/main.php:141 +#@ mantra +msgid "Links Hover Color" +msgstr "Links hover farve" + +#: admin/main.php:142 +#@ mantra +msgid "Post Title Color" +msgstr "Indlægs titel farve" + +#: admin/main.php:143 +#@ mantra +msgid "Post Title Hover Color" +msgstr "Indlægs titel hover farve" + +#: admin/main.php:144 +#@ mantra +msgid "Sidebar Header Background Color" +msgstr "Sidebar overskrift baggrundsfarve" + +#: admin/main.php:145 +#@ mantra +msgid "Sidebar Header Text Color" +msgstr "Sidebar overskrift tekstfarve" + +#: admin/main.php:146 +#@ mantra +msgid "Footer Widget Background Color" +msgstr "Footer widget baggrundsfarve" + +#: admin/main.php:147 +#@ mantra +msgid "Footer Background Color" +msgstr "Footer baggrundsfarve" + +#: admin/main.php:148 +#@ mantra +msgid "Footer Widget Header Text Color" +msgstr "Footer widget overskifts tekstfarve" + +#: admin/main.php:149 +#@ mantra +msgid "Footer Widget Link Color" +msgstr "Footer widget link farve" + +#: admin/main.php:150 +#@ mantra +msgid "Footer Widget Hover Color" +msgstr "Footer widget hover farve" + +#: admin/main.php:152 +#@ mantra +msgid "Caption Border" +msgstr "Billedtekst kant" + +#: admin/main.php:153 +#@ mantra +msgid "Post Images Border" +msgstr "Indlægsbilleder kant" + +#: admin/main.php:154 +#@ mantra +msgid "Caption Pin" +msgstr "Billedetekst pin" + +#: admin/main.php:155 +#@ mantra +msgid "Sidebar Menu Bullets" +msgstr "Sidebar menu bullets" + +#: admin/main.php:156 +#@ mantra +msgid "Meta Area Background" +msgstr "Meta omrĂĄde baggrund" + +#: admin/main.php:157 +#@ mantra +msgid "Post Separator" +msgstr "Indlægs seperator" + +#: admin/main.php:158 +#@ mantra +msgid "Content List Bullets" +msgstr "Indholdsliste bullets" + +#: admin/main.php:159 +#@ mantra +msgid "Title and Description" +msgstr "Titel og beskrivelse" + +#: admin/main.php:160 +#@ mantra +msgid "Page Titles" +msgstr "Sidetitler" + +#: admin/main.php:161 +#@ mantra +msgid "Category Page Titles" +msgstr "Kategori sidetitler" + +#: admin/main.php:162 +#@ mantra +msgid "Hide Tables" +msgstr "Skjul tabeller" + +#: admin/main.php:163 +#@ mantra +msgid "Back to Top button" +msgstr "Tilbage til top knap" + +#: admin/main.php:164 +#@ mantra +msgid "Text Under Comments" +msgstr "Tekst under kommentarer" + +#: admin/main.php:165 +#@ mantra +msgid "Comments are closed text" +msgstr "Lukket for kommentarer tekst" + +#: admin/main.php:166 +#@ mantra +msgid "Comments off" +msgstr "Lukket for kommentarer" + +#: admin/main.php:167 +#@ mantra +msgid "Insert footer copyright" +msgstr "Indsæt footer copyright tekst" + +#: admin/main.php:169 +#@ mantra +msgid "Post Comments Link" +msgstr "Indlægskommentarer link" + +#: admin/main.php:170 +#@ mantra +msgid "Post Date" +msgstr "Indlægsdato" + +#: admin/main.php:171 +#@ mantra +msgid "Post Time" +msgstr "Indlægstidspunkt" + +#: admin/main.php:172 +#@ mantra +msgid "Post Author" +msgstr "Forfatter" + +#: admin/main.php:173 +#@ mantra +msgid "Post Category" +msgstr "Indlægskategori" + +#: admin/main.php:174 +#@ mantra +msgid "Post Tags" +msgstr "Indlægs tags" + +#: admin/main.php:175 +#@ mantra +msgid "Post Permalink" +msgstr "Link til indlæg" + +#: admin/main.php:176 +#@ mantra +msgid "All Post Metas" +msgstr "Meta for alle indlæg" + +#: admin/main.php:178 +#@ mantra +msgid "Post Excerpts on Home Page" +msgstr "Indlægsuddrag pĂĄ forside" + +#: admin/main.php:179 +#@ mantra +msgid "Affect Sticky Posts" +msgstr "PĂĄvirker sticky indlæg" + +#: admin/main.php:180 +#@ mantra +msgid "Post Excerpts on Archive and Category Pages" +msgstr "Indlægsuddrag pĂĄ arkiv- og kategori sider" + +#: admin/main.php:181 +#@ mantra +msgid "Number of Words for Post Excerpts " +msgstr "Antal ord i indlægsuddrag" + +#: admin/main.php:182 +#@ mantra +msgid "Magazine Layout" +msgstr "Magasin layout" + +#: admin/main.php:183 +#@ mantra +msgid "Excerpt suffix" +msgstr "Uddrag suffiks" + +#: admin/main.php:184 +#@ mantra +msgid "Continue reading link text " +msgstr "Læs mere link tekst" + +#: admin/main.php:185 +#@ mantra +msgid "HTML tags in Excerpts" +msgstr "HTML tags i uddrag" + +#: admin/main.php:187 +#@ mantra +msgid "Featured Images as POST Thumbnails " +msgstr "Fremhævede billeder som indlæg Thumbnails" + +#: admin/main.php:188 +#@ mantra +msgid "Auto Select Images From Posts " +msgstr "Autovælg billeder fra indlæg" + +#: admin/main.php:189 +#@ mantra +msgid "Thumbnails Alignment " +msgstr "Thumbnail justering" + +#: admin/main.php:190 +#@ mantra +msgid "Thumbnails Size " +msgstr "Thumbnail størrelse" + +#: admin/main.php:191 +#@ mantra +msgid "Featured Images as HEADER Images " +msgstr "Fremhævet billede som Header billede" + +#: admin/main.php:193 +#@ mantra +msgid "Link nr. 1" +msgstr "Link nr. 1" + +#: admin/main.php:194 +#@ mantra +msgid "Link nr. 2" +msgstr "Link nr. 2" + +#: admin/main.php:195 +#@ mantra +msgid "Link nr. 3" +msgstr "Link nr. 3" + +#: admin/main.php:196 +#@ mantra +msgid "Link nr. 4" +msgstr "Link nr. 4" + +#: admin/main.php:197 +#@ mantra +msgid "Link nr. 5" +msgstr "Link nr. 5" + +#: admin/main.php:198 +#@ mantra +msgid "Socials display" +msgstr "Sociale medier visning" + +#: admin/main.php:200 +#@ mantra +msgid "Make Site Header a Link" +msgstr "Lav header til link" + +#: admin/main.php:201 +#@ mantra +msgid "Breadcrumbs" +msgstr "Breadcrumbs" + +#: admin/main.php:202 +#@ mantra +msgid "Pagination" +msgstr "Sideinddeling" + +#: admin/main.php:203 +#@ mantra +msgid "Mobile view" +msgstr "Mobilvisning" + +#: admin/main.php:204 +#@ mantra +msgid "FavIcon" +msgstr "FavIcon" + +#: admin/main.php:205 +#@ mantra +msgid "Custom CSS" +msgstr "brugerdefineret CSS" + +#: admin/main.php:206 +#@ mantra +msgid "Custom JavaScript" +msgstr "Brugerdefineret Javescript" + +#: admin/main.php:207 +#@ mantra +msgid "SEO Settings" +msgstr "SEO indstillinger" + +#: admin/main.php:224 +#@ mantra +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "Beklager, men du har ikke rettigheder til at tilg[ denne side" + +#: admin/main.php:234 +#@ mantra +msgid "Mantra settings updated successfully." +msgstr "Mantra indstillinger opdateret med success" + +#: admin/main.php:245 +#@ mantra +msgid "Reset to Defaults" +msgstr "Nulstil til standard" + +#: admin/main.php:246 +#@ mantra +msgid "Save Changes" +msgstr "Gem ændringer" + +#: admin/main.php:260 +#@ mantra +msgid "" +"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

    \n" +"\t\t\t

    So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

    " +msgstr "" +"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

    \n" +"\\\t\\\t\\\t

    So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

    " + +#: admin/main.php:275 +#@ mantra +msgid "Import/Export Settings" +msgstr "Import&eksport indstillinger" + +#: admin/main.php:281 +#@ mantra +msgid "Export Theme options" +msgstr "Eksportér tema indstillinger" + +#: admin/main.php:282 +#@ mantra +msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" +msgstr "Så nemt er det: et museklik væk - Muligheden for at eksportere dine Mantra indstillinger og gemme dem på din computer. Føler du dig sikrere nu.... Det burde du :) " + +#: admin/main.php:287 +#@ mantra +msgid "Import Theme options" +msgstr "Importér Theme indstillinger" + +#: admin/main.php:288 +#@ mantra +msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." +msgstr "Uden importmuligheden ville eksporten blot være en øvelse. Hav den eksporterede fil klar og så ses vi efter et klik på musen :)" + +#: admin/main.php:295 +#@ mantra +msgid "Mantra Latest News" +msgstr "Seneste nyheder fra Mantra" + +#: admin/main.php:306 +#@ mantra +msgid "No news items." +msgstr "Ingen nyheder" + +#: admin/main.php:320 +#@ mantra +msgid "Mantra Help" +msgstr "Mantra hjælp" + +#: admin/main.php:323 +#@ mantra +msgid "" +"\n" +"\t\t\t
      \n" +"\t\t\t\t
    • - Need any Mantra or WordPress help?
    • \n" +"\t\t\t\t
    • - Want to know what changes are made to the theme with each new version?
    • \n" +"\t\t\t\t
    • - Found a bug or maybe something doesn't work exactly as expected?
    • \n" +"\t\t\t\t
    • - Got an idea on how to improve the Mantra Theme to better suit your needs?
    • \n" +"\t\t\t\t
    • - Want a setting implemented?
    • \n" +"\t\t\t\t
    • - Do you have or would you like to make a translation of the Mantra Theme?
    • \n" +"\t\t\t
    \n" +"\t\t\t

    Then come visit us at Mantra's support page.

    \n" +"\t" +msgstr "" +"\n" +"\\\t\\\t\\\t
      \n" +"\\\t\\\t\\\t\\\t
    • - Need any Mantra or WordPress help?
    • \n" +"\\\t\\\t\\\t\\\t
    • - Want to know what changes are made to the theme with each new version?
    • \n" +"\\\t\\\t\\\t\\\t
    • - Found a bug or maybe something doesn't work exactly as expected?
    • \n" +"\\\t\\\t\\\t\\\t
    • - Got an idea on how to improve the Mantra Theme to better suit your needs?
    • \n" +"\\\t\\\t\\\t\\\t
    • - Want a setting implemented?
    • \n" +"\\\t\\\t\\\t\\\t
    • - Do you have or would you like to make a translation of the Mantra Theme?
    • \n" +"\\\t\\\t\\\t
    \n" +"\\\t\\\t\\\t

    Then come visit us at Mantra's support page.

    \n" +"\\\t" + +#: admin/main.php:334 +#@ mantra +msgid "Mantra Support Page" +msgstr "Mantra support side" + +#: admin/settings.php:61 +#@ mantra +msgid "One column (no sidebars)" +msgstr "En kolonne (Ingen sidebar)" + +#: admin/settings.php:62 +#@ mantra +msgid "Two columns, sidebar on the right" +msgstr "To kolonner, sidebar til højre" + +#: admin/settings.php:63 +#@ mantra +msgid "Two columns, sidebar on the left" +msgstr "To kolonner, sidebar til venstre" + +#: admin/settings.php:64 +#@ mantra +msgid "Three columns, sidebars on the right" +msgstr "Tre kolonner, sidebars til højre" + +#: admin/settings.php:65 +#@ mantra +msgid "Three columns, sidebars on the left" +msgstr "Tre kolonner, sidebars til venstre" + +#: admin/settings.php:66 +#@ mantra +msgid "Three columns, one sidebar on each side" +msgstr "Tre kolonner, en sidebar på hver side" + +#: admin/settings.php:81 +#@ mantra +msgid "Choose your layout " +msgstr "Vælg layout" + +#: admin/settings.php:89 +#@ mantra +msgid "Absolute" +msgstr "Absolut" + +#: admin/settings.php:89 +#@ mantra +msgid "Relative" +msgstr "Relativt" + +#: admin/settings.php:90 +#@ mantra +msgid "Dimensions to use: " +msgstr "Benyt følgende dimensioner" + +#: admin/settings.php:189 +#: admin/settings.php:209 +#@ mantra +msgid "Content =" +msgstr "Indhold =" + +#: admin/settings.php:190 +#: admin/settings.php:210 +#@ mantra +msgid "Sidebar(s) =" +msgstr "Sidebar(s) =" + +#: admin/settings.php:191 +#: admin/settings.php:211 +#@ mantra +msgid "Total width =" +msgstr "Total bredde =" + +#: admin/settings.php:200 +#@ mantra +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" +"Vælg bredden af dit indhold og sidebar(s). \n" +" \\\t\\\tInholdet kan ikke være mindre end 500px bred, sidebar bredden er mindst 220px og ikke mere end 800px.
    \n" +"\\\tHvis du har valgt 3 kolonner (2 sidebars) vil hver sidebar have den halve bredde af det valgte." + +#: admin/settings.php:220 +#@ mantra +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
    \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" +"Vælg bredden af dit idnhold og sidebar(s). \n" +" \\\t\\\tDette er relative dimensioner - relativt i forhold til brugerens browser. Den totale bredde er en procentdel af browserens bredde.
    \n" +"\\\t Indholdet kan ikke være mindre end 40% af den samlede bredde, sidebar området er mindst 20% og ikke mere end 50%.
    \n" +"\\\tHvis du har valgt 3 kolonner (med 2 sidebars) vil hver sidebar have den halve bredde af det valgte." + +#: admin/settings.php:244 +#@ mantra +msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be = " +msgstr "Vælg headerens højde. Efter at have gemt indstillingerne, upload dit nye header billede. Headerens bredde vil være = " + +#: admin/settings.php:257 +#: admin/settings.php:969 +#: admin/settings.php:1031 +#: admin/settings.php:1367 +#: admin/settings.php:1429 +#: admin/settings.php:1637 +#: admin/settings.php:1666 +#: admin/settings.php:1689 +#: admin/settings.php:1712 +#: admin/settings.php:1761 +#: admin/settings.php:1890 +#: admin/settings.php:1905 +#: admin/settings.php:1920 +#: admin/settings.php:1935 +#: admin/settings.php:1977 +#@ mantra +msgid "Enable" +msgstr "Aktiver" + +#: admin/settings.php:257 +#: admin/settings.php:969 +#: admin/settings.php:1031 +#: admin/settings.php:1367 +#: admin/settings.php:1429 +#: admin/settings.php:1637 +#: admin/settings.php:1666 +#: admin/settings.php:1689 +#: admin/settings.php:1712 +#: admin/settings.php:1761 +#: admin/settings.php:1890 +#: admin/settings.php:1905 +#: admin/settings.php:1920 +#: admin/settings.php:1935 +#: admin/settings.php:1977 +#@ mantra +msgid "Disable" +msgstr "Deaktivér" + +#: admin/settings.php:265 +#@ mantra +msgid "" +"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" +"\t\ttext and images." +msgstr "" +"Aktivér præsentations forside. Dette vil blive din nye forside og vil erstatte dit nuværende valg. Præsentations siden har en slider og kolonner for præsentation\n" +"\\\t\\\ttekst og billeder." + +#: admin/settings.php:275 +#@ mantra +msgid "Slider Dimensions:" +msgstr "Slider dimensioner:" + +#: admin/settings.php:276 +#@ mantra +msgid "width" +msgstr "bredde" + +#: admin/settings.php:277 +#@ mantra +msgid "height" +msgstr "højde" + +#: admin/settings.php:278 +#@ mantra +msgid "The dimensions of your slider. Make sure your images are of the same size." +msgstr "Dimensionerne af slider. Vær sikker på, at dine billeder har samme dimensioner. " + +#: admin/settings.php:280 +#@ mantra +msgid "Animation:" +msgstr "Animation:" + +#: admin/settings.php:282 +#@ mantra +msgid "Random" +msgstr "Tilfældig" + +#: admin/settings.php:282 +#@ mantra +msgid "Fold" +msgstr "Fold" + +#: admin/settings.php:282 +#@ mantra +msgid "Fade" +msgstr "Fade" + +#: admin/settings.php:282 +#@ mantra +msgid "SlideInRight" +msgstr "Slide ind fra højre" + +#: admin/settings.php:282 +#@ mantra +msgid "SlideInLeft" +msgstr "Slide ind fra venstre" + +#: admin/settings.php:282 +#@ mantra +msgid "SliceDown" +msgstr "Slice ned" + +#: admin/settings.php:282 +#@ mantra +msgid "SliceDownLeft" +msgstr "Slice ned fra venstre" + +#: admin/settings.php:282 +#@ mantra +msgid "SliceUp" +msgstr "Slice op" + +#: admin/settings.php:282 +#@ mantra +msgid "SliceUpLeft" +msgstr "Slice op fra venstre" + +#: admin/settings.php:282 +#@ mantra +msgid "SliceUpDown" +msgstr "Slice ned og op" + +#: admin/settings.php:282 +#@ mantra +msgid "SliceUpDownLeft" +msgstr "Slice ned og op fra venstre" + +#: admin/settings.php:282 +#@ mantra +msgid "BoxRandom" +msgstr "Tilfældig boks" + +#: admin/settings.php:282 +#@ mantra +msgid "BoxRain" +msgstr "Regn effekt" + +#: admin/settings.php:282 +#@ mantra +msgid "BoxRainReverse" +msgstr "Omvendt regn effekt" + +#: admin/settings.php:282 +#@ mantra +msgid "BoxRainGrow" +msgstr "Voksende regn effekt" + +#: admin/settings.php:282 +#@ mantra +msgid "BoxRainGrowReverse" +msgstr "Omvendt voksende regn effekt" + +#: admin/settings.php:290 +#@ mantra +msgid "The transition effect your slider will have." +msgstr "Overgangseffekten på din slider." + +#: admin/settings.php:292 +#@ mantra +msgid "Border Settings:" +msgstr "Kant indstillinger:" + +#: admin/settings.php:293 +#@ mantra +msgid "Width" +msgstr "Bredde" + +#: admin/settings.php:294 +#@ mantra +msgid "Color" +msgstr "Farve" + +#: admin/settings.php:296 +#@ mantra +msgid "The width and color of the slider's border." +msgstr "Bredde og farve på sliderens kant." + +#: admin/settings.php:298 +#@ mantra +msgid "Animation Time:" +msgstr "Animationstid:" + +#: admin/settings.php:299 +#: admin/settings.php:303 +#@ mantra +msgid "milliseconds (1000ms = 1 second) " +msgstr "millisekunder (1000ms = 1 sekund) " + +#: admin/settings.php:300 +#@ mantra +msgid "The time in which the transition animation will take place." +msgstr "Den tid overgangseffekten vil tage." + +#: admin/settings.php:302 +#@ mantra +msgid "Pause Time:" +msgstr "Pausetid:" + +#: admin/settings.php:304 +#@ mantra +msgid "The time in which a slide will be still and visible." +msgstr "Den tid din slide vil være stille og synlig." + +#: admin/settings.php:307 +#@ mantra +msgid "Slider navigation:" +msgstr "Slider navigation:" + +#: admin/settings.php:309 +#@ mantra +msgid "Numbers" +msgstr "Tal" + +#: admin/settings.php:309 +#@ mantra +msgid "Bullets" +msgstr "Bullets" + +#: admin/settings.php:309 +#: admin/settings.php:1273 +#@ mantra +msgid "None" +msgstr "Ingen" + +#: admin/settings.php:317 +#@ mantra +msgid "Your slider navigation type. Shown under the slider." +msgstr "Din slider navigationstype. Bliver vist under slideren." + +#: admin/settings.php:319 +#@ mantra +msgid "Slider arrows:" +msgstr "Slider pile:" + +#: admin/settings.php:321 +#@ mantra +msgid "Always Visible" +msgstr "Altid synlig" + +#: admin/settings.php:321 +#@ mantra +msgid "Visible on Hover" +msgstr "Synlig når musen holdes over" + +#: admin/settings.php:321 +#@ mantra +msgid "Hidden" +msgstr "Gemt" + +#: admin/settings.php:329 +#@ mantra +msgid "The Left and Right arrows on your slider" +msgstr "Venstre og højre pilene på din slider" + +#: admin/settings.php:370 +#: admin/settings.php:438 +#@ mantra +msgid "Select Category" +msgstr "Vælg kategori" + +#: admin/settings.php:397 +#@ mantra +msgid "Custom Slides" +msgstr "Tilpassede slides" + +#: admin/settings.php:397 +#@ mantra +msgid "Latest Posts" +msgstr "Seneste indlæg" + +#: admin/settings.php:397 +#@ mantra +msgid "Random Posts" +msgstr "Tilfældige indlæg" + +#: admin/settings.php:397 +#@ mantra +msgid "Sticky Posts" +msgstr "Sticky indlæg" + +#: admin/settings.php:397 +#@ mantra +msgid "Latest Posts from Category" +msgstr "Seneste indlæg fra kategori" + +#: admin/settings.php:397 +#@ mantra +msgid "Random Posts from Category" +msgstr "Tilfældige indlæg fra kategori" + +#: admin/settings.php:397 +#@ mantra +msgid "Specific Posts" +msgstr "Bestemte indlæg" + +#: admin/settings.php:410 +#@ mantra +msgid "Latest posts will be loaded into the slider." +msgstr "Seneste indlæg vil blive indlæst i slideren." + +#: admin/settings.php:414 +#@ mantra +msgid "Random posts will be loaded into the slider." +msgstr "Tilfældige indlæge vil blive indlæst i slideren." + +#: admin/settings.php:418 +#@ mantra +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "Seneste indlæg fra kategorien vil blive indlæst i slideren." + +#: admin/settings.php:423 +#@ mantra +msgid "Random posts from the category you choose will be loaded into the slider." +msgstr "Tilfældige indlæg fra den valgte kategori vil blive indlæst i slideren." + +#: admin/settings.php:427 +#@ mantra +msgid "Only sticky posts will be loaded into the slider." +msgstr "Kun sticky indlæg vil blive indlæst i slideren." + +#: admin/settings.php:431 +#@ mantra +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "Indtast ID på de indlæg du ønsker at vise (adskil med komma):" + +#: admin/settings.php:436 +#@ mantra +msgid "
    Choose the cateogry: " +msgstr "
    Vælg kategorien: " + +#: admin/settings.php:453 +#@ mantra +msgid "Number of posts to show:" +msgstr "Antal indlæg der skal vises:" + +#: admin/settings.php:460 +#@ mantra +msgid "Slide 1" +msgstr "Slide 1" + +#: admin/settings.php:462 +#: admin/settings.php:477 +#: admin/settings.php:492 +#: admin/settings.php:507 +#: admin/settings.php:522 +#: admin/settings.php:565 +#: admin/settings.php:580 +#: admin/settings.php:595 +#: admin/settings.php:610 +#: content-image.php:19 +#@ mantra +msgid "Image" +msgstr "Billede" + +#: admin/settings.php:464 +#: admin/settings.php:479 +#: admin/settings.php:494 +#: admin/settings.php:509 +#: admin/settings.php:524 +#: admin/settings.php:567 +#: admin/settings.php:582 +#: admin/settings.php:597 +#: admin/settings.php:612 +#@ mantra +msgid "Upload or select image from gallery" +msgstr "Upload eller vælg billede fra galleriet" + +#: admin/settings.php:465 +#: admin/settings.php:480 +#: admin/settings.php:495 +#: admin/settings.php:510 +#: admin/settings.php:525 +#: admin/settings.php:568 +#: admin/settings.php:583 +#: admin/settings.php:613 +#@ mantra +msgid "Title" +msgstr "Titel" + +#: admin/settings.php:467 +#: admin/settings.php:482 +#: admin/settings.php:497 +#: admin/settings.php:512 +#: admin/settings.php:527 +#: admin/settings.php:570 +#: admin/settings.php:585 +#: admin/settings.php:600 +#: admin/settings.php:615 +#@ mantra +msgid "Text" +msgstr "Tekst" + +#: admin/settings.php:469 +#: admin/settings.php:484 +#: admin/settings.php:499 +#: admin/settings.php:514 +#: admin/settings.php:529 +#: admin/settings.php:572 +#: admin/settings.php:587 +#: admin/settings.php:602 +#: admin/settings.php:617 +#: content-link.php:20 +#@ mantra +msgid "Link" +msgstr "Link" + +#: admin/settings.php:475 +#@ mantra +msgid "Slide 2" +msgstr "Slide 2" + +#: admin/settings.php:490 +#@ mantra +msgid "Slide 3" +msgstr "Slide 3" + +#: admin/settings.php:505 +#@ mantra +msgid "Slide 4" +msgstr "Slide 4" + +#: admin/settings.php:520 +#@ mantra +msgid "Slide 5" +msgstr "Slide 5" + +#: admin/settings.php:533 +#@ mantra +msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." +msgstr "Dine slides' indhold. Kun billede er påkrævet, alle andre felter er valgfri. Kun slides med billede valgt vil være aktive og synlige i live slideren." + +#: admin/settings.php:543 +#@ mantra +msgid "Number of columns:" +msgstr "Antal kolonner:" + +#: admin/settings.php:553 +#@ mantra +msgid "Image Height:" +msgstr "Højde på billede:" + +#: admin/settings.php:556 +#@ mantra +msgid "Read more text:" +msgstr "Læs mere tekst:" + +#: admin/settings.php:559 +#@ mantra +msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." +msgstr "Link teksten som kan ses i bunden af alle kolonner. Du kan slette teksten, hvis du ikke ønsker den." + +#: admin/settings.php:563 +#@ mantra +msgid "1st Column" +msgstr "1. kolonne" + +#: admin/settings.php:578 +#@ mantra +msgid "2nd Column" +msgstr "2. kolonne" + +#: admin/settings.php:593 +#@ mantra +msgid "3rd Column" +msgstr "3. kolonne" + +#: admin/settings.php:608 +#@ mantra +msgid "4th Column" +msgstr "4. kolonne" + +#: admin/settings.php:630 +#@ mantra +msgid "Extra Text" +msgstr "Ekstra tekst" + +#: admin/settings.php:630 +#@ mantra +msgid "Top Title" +msgstr "Top titel" + +#: admin/settings.php:632 +#@ mantra +msgid "Second Title" +msgstr "Anden titel" + +#: admin/settings.php:635 +#@ mantra +msgid "Title color" +msgstr "Titelfarve" + +#: admin/settings.php:638 +#@ mantra +msgid "The titles' color (Default value is 333333)." +msgstr "Farven på titlen (Standard er 333333)." + +#: admin/settings.php:640 +#@ mantra +msgid "Bottom Text 1" +msgstr "Bundtekst 1" + +#: admin/settings.php:642 +#@ mantra +msgid "Bottom Text 2" +msgstr "Bundtekst 2" + +#: admin/settings.php:645 +#@ mantra +msgid "" +"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Mere tekst til din forside. Toptitlen er over slideren. Anden titel vises mellem slideren og kolonnerne og 2 rækker mere under kolonnerne.\n" +"\\\t\\\t Alle felter er valgfri." + +#: admin/settings.php:651 +#@ mantra +msgid "Hide areas" +msgstr "Skjul områder" + +#: admin/settings.php:664 +#@ mantra +msgid "Hide the header area (image or background color)." +msgstr "Skjul header området (Billede eller baggrundsfarve)." + +#: admin/settings.php:668 +#@ mantra +msgid "Hide the main menu (the top navigation tabs)." +msgstr "Skjul hovedmenuen (top navigationen)." + +#: admin/settings.php:672 +#@ mantra +msgid "Hide the footer widgets. " +msgstr "Skjul footer widgets." + +#: admin/settings.php:676 +#@ mantra +msgid "Hide the footer (copyright area)." +msgstr "Skjul footeren (copyright området)." + +#: admin/settings.php:680 +#@ mantra +msgid "Hide the white color. Only the background color remains." +msgstr "Skjul den hvide farve. Kun baggrundsfarven vises." + +#: admin/settings.php:684 +#@ mantra +msgid "Choose the areas to hide on the first page." +msgstr "Vælg hvilke områder der skal skjules på forsiden." + +#: admin/settings.php:703 +#@ mantra +msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." +msgstr "Vælg fontstørrelsen du vil bruge på din hjemmeside. Sider, indlæg og kommentarer vil blive påvirket. Knapper, header og menuer vil bevare udseendet." + +#: admin/settings.php:747 +#@ mantra +msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " +msgstr "Vælg hvilken font du vil benytte på din hjemmeside. Alt indholdstekst vil blive påvirket (også menuknapper)." + +#: admin/settings.php:748 +#: admin/settings.php:797 +#: admin/settings.php:848 +#: admin/settings.php:899 +#@ mantra +msgid "Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "Eller indsæt din Google font nedenfor. Indsæt kun navnet på din font.
    Eksempelvis: Marko One. Gå til google fonts for noget inspiration." + +#: admin/settings.php:795 +#@ mantra +msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." +msgstr "Vælg den font du vil bruge til dine titler. Det vil påvirke titler på indlæg og sidetitler. Vælg standard og standard fonten der er valgt vil blive brugt." + +#: admin/settings.php:846 +#@ mantra +msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." +msgstr "V;lg den font du vil benytte i din(e) sidebar(s). Tekst i sidebars vil blive påvirket, inkluderet alle widgets. Efterlad standard og din valgte standard font vil blive brugt." + +#: admin/settings.php:897 +#@ mantra +msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." +msgstr "Vælg den font du vil have dine underoverskrifter til at bruge (h2 - h6 tags vil blive påvirket). Efterlad som standard og den valgte standard font vil blive benyttet." + +#: admin/settings.php:909 +#: admin/settings.php:924 +#: admin/settings.php:939 +#: admin/settings.php:984 +#: admin/settings.php:999 +#: admin/settings.php:1014 +#@ mantra +msgid "Default" +msgstr "Standard" + +#: admin/settings.php:917 +#@ mantra +msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Fontstørrelse for indlægsoverskrifter. Efterlad standard for normal indstilling (Størrelsen vil være som indstillet i CSS)." + +#: admin/settings.php:932 +#@ mantra +msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Fontstørrelse for Sidebar. Efterlad standard for normal indstilling (Størrelsen vil være som indstillet i CSS)." + +#: admin/settings.php:939 +#: admin/settings.php:1728 +#@ mantra +msgid "Left" +msgstr "Venstre" + +#: admin/settings.php:939 +#: admin/settings.php:1728 +#@ mantra +msgid "Right" +msgstr "Højre" + +#: admin/settings.php:939 +#@ mantra +msgid "Justify" +msgstr "" + +#: admin/settings.php:939 +#: admin/settings.php:1728 +#@ mantra +msgid "Center" +msgstr "Centrér" + +#: admin/settings.php:947 +#@ mantra +msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "Denne indstilling overskriver tekstjustering i indlæg og på sider. Efterlad standard for normal indstilling (Justeringen vil benytte indstillingen der er valgt i indlæg, kommentarer osv.)." + +#: admin/settings.php:961 +#@ mantra +msgid "Choose the indent for your paragraphs." +msgstr "Vælg indrykning for dine afsnit" + +#: admin/settings.php:977 +#@ mantra +msgid "Disable the default header and title indent (left margin)." +msgstr "Deaktivér standard headeren og titel indrykning (venstre margen)." + +#: admin/settings.php:992 +#@ mantra +msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Tekstlinie højde. Højden mellem 2 rækker tekst. Efterlad standard for normal indstilling (højden vil være som indstillet i CSS)." + +#: admin/settings.php:1007 +#@ mantra +msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Afstanden mellem ord. Efterlad standard for normal indstilling (afstanden vil være som indstillet i CSS)." + +#: admin/settings.php:1022 +#@ mantra +msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Afstanden mellem bogstaver. Efterlad standard for normal indstilling (afstanden vil være som indstillet i CSS)." + +#: admin/settings.php:1039 +#@ mantra +msgid "Disable the default text shadow on headers and titles." +msgstr "Deaktivér standard tekst skygge på headers og titler." + +#: admin/settings.php:1051 +#@ mantra +msgid "Background color (Default value is 444444)." +msgstr "Baggrundsfarve (standard 444444)" + +#: admin/settings.php:1059 +#@ mantra +msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." +msgstr "Header baggrundsfarve (standard 333333). Du kan slette teksten for at vælge \\\"ingen baggrundsfarve\\\"" + +#: admin/settings.php:1066 +#@ mantra +msgid "Content background color (Default value is FFFFFF). Works best with really light colors." +msgstr "Indhold baggrundsfarve (standard FFFFFF). Virker bedst med meget lyse farver." + +#: admin/settings.php:1073 +#@ mantra +msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." +msgstr "Hovedmenu baggrundsfarve (standard FAFAFA). Bør være samme farve som baggrundsfarven for indhold eller en farve lige så lys." + +#: admin/settings.php:1080 +#: admin/settings.php:1087 +#@ mantra +msgid "First sidebar background color (Default value is FFFFFF)." +msgstr "1. sidebar baggrundsfarve standard (FFFFFF)." + +#: admin/settings.php:1095 +#@ mantra +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "Footer widget område baggrundsfarve (standard 171717)." + +#: admin/settings.php:1103 +#@ mantra +msgid "Footer background color (Default value is 222222)." +msgstr "Footer baggrundsfarve (standard 222222)." + +#: admin/settings.php:1111 +#@ mantra +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "Din hjemmesides titelfarve (standard 0D85CC)" + +#: admin/settings.php:1119 +#@ mantra +msgid "Your blog's description color(Default value is 222222)." +msgstr "Farve for hjemmesidebeskrivelse (standard 222222)." + +#: admin/settings.php:1127 +#@ mantra +msgid "Content Text Color (Default value is 333333)." +msgstr "Indholdstekst farve (standard 333333)." + +#: admin/settings.php:1135 +#@ mantra +msgid "Links color (Default value is 0D85CC)." +msgstr "Linksfarve (standard 0D85CC)" + +#: admin/settings.php:1143 +#@ mantra +msgid "Links color on mouse over (Default value is 333333)." +msgstr "Linksfarve ved mouse over (standard 333333)" + +#: admin/settings.php:1151 +#@ mantra +msgid "Post Header Text Color (Default value is 333333)." +msgstr "Indlægsoverskrift tekstfarve (standard 333333)." + +#: admin/settings.php:1159 +#@ mantra +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "Indlægsoverskrift tekstfarve ved mouse over (standard 000000)." + +#: admin/settings.php:1167 +#@ mantra +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "Sidebar header baggrundsfarve (standard 444444)." + +#: admin/settings.php:1176 +#@ mantra +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "Sidebar Overskrift tekstfarve (standard 2EA5FD)" + +#: admin/settings.php:1184 +#@ mantra +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "Footer widget tekstfarve (standard 0D85CC)." + +#: admin/settings.php:1192 +#@ mantra +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "Footer widget linkfarve (standard 666666)." + +#: admin/settings.php:1200 +#@ mantra +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "Footer widget linkfarve ved mouse over (standard 888888)." + +#: admin/settings.php:1212 +#: admin/settings.php:1273 +#@ mantra +msgid "White" +msgstr "Hvid" + +#: admin/settings.php:1212 +#@ mantra +msgid "Light" +msgstr "Lys" + +#: admin/settings.php:1212 +#@ mantra +msgid "Light Gray" +msgstr "Lys grå" + +#: admin/settings.php:1212 +#: admin/settings.php:1273 +#@ mantra +msgid "Gray" +msgstr "Grå" + +#: admin/settings.php:1212 +#@ mantra +msgid "Dark Gray" +msgstr "Mørk grå" + +#: admin/settings.php:1212 +#@ mantra +msgid "Black" +msgstr "Sort" + +#: admin/settings.php:1220 +#@ mantra +msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." +msgstr "Denne indstilling ændrer udseendet på dine billedtekster. Billeder der ikke er indsat med billedtekster vil ikke blive påvirket." + +#: admin/settings.php:1236 +#@ mantra +msgid "The border around your inserted images. " +msgstr "Rammen om dine indsatte billeder." + +#: admin/settings.php:1251 +#@ mantra +msgid "The image on top of your captions. " +msgstr "Billedet over dine billedtekster." + +#: admin/settings.php:1266 +#@ mantra +msgid "The sidebar list bullets. " +msgstr "Sidebar liste bullets." + +#: admin/settings.php:1281 +#@ mantra +msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" +msgstr "Baggrunden ved dine indlæg metas område (under indlægstitlerne). Grå som standard.<" + +#: admin/settings.php:1289 +#: admin/settings.php:1305 +#: admin/settings.php:1322 +#: admin/settings.php:1337 +#: admin/settings.php:1352 +#: admin/settings.php:1382 +#: admin/settings.php:1397 +#: admin/settings.php:1413 +#: admin/settings.php:1456 +#: admin/settings.php:1471 +#: admin/settings.php:1486 +#: admin/settings.php:1501 +#: admin/settings.php:1516 +#: admin/settings.php:1531 +#: admin/settings.php:1546 +#: admin/settings.php:1561 +#@ mantra +msgid "Show" +msgstr "Vis" + +#: admin/settings.php:1289 +#: admin/settings.php:1305 +#: admin/settings.php:1322 +#: admin/settings.php:1337 +#: admin/settings.php:1352 +#: admin/settings.php:1382 +#: admin/settings.php:1413 +#: admin/settings.php:1456 +#: admin/settings.php:1471 +#: admin/settings.php:1486 +#: admin/settings.php:1501 +#: admin/settings.php:1516 +#: admin/settings.php:1531 +#: admin/settings.php:1546 +#: admin/settings.php:1561 +#@ mantra +msgid "Hide" +msgstr "Skjul" + +#: admin/settings.php:1297 +#@ mantra +msgid "Hide or show a horizontal rule to separate posts." +msgstr "Skjul eller vis vandret linie for at adskille indlæg." + +#: admin/settings.php:1313 +#@ mantra +msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." +msgstr "Vis eller skjul bullets ved lister der er en del af indholdet (indlæg, sider o.s.v.)." + +#: admin/settings.php:1330 +#@ mantra +msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." +msgstr "Skjul eller vis Din hjemmesidetitel og beskrivelse i header." + +#: admin/settings.php:1345 +#@ mantra +msgid "Hide or show Page titles on any created pages. " +msgstr "Vis eller skjul Sidetitler på alle oprettede sider." + +#: admin/settings.php:1360 +#@ mantra +msgid "Hide or show Page titles on Category Pages. " +msgstr "Vis eller skjul sidetitler på kategori sider." + +#: admin/settings.php:1375 +#@ mantra +msgid "Hide table borders and background color." +msgstr "Skjul tabelkanter og baggrundsfarve." + +#: admin/settings.php:1390 +#@ mantra +msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." +msgstr "Skjul forklaringsteksten under kommentarboksen. (Den der starter med Du må benytte disse HTML......." + +#: admin/settings.php:1397 +#@ mantra +msgid "Hide in posts" +msgstr "Skjul i indlæg" + +#: admin/settings.php:1397 +#@ mantra +msgid "Hide in pages" +msgstr "Skjul på sider" + +#: admin/settings.php:1397 +#@ mantra +msgid "Hide everywhere" +msgstr "Skjul overalt" + +#: admin/settings.php:1405 +#@ mantra +msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." +msgstr "Skjul Lukket for kommentarer teksten der vises på sider eller ved indlæg hvor kommentarer er deaktivéret." + +#: admin/settings.php:1421 +#@ mantra +msgid "Hide the Comments off text next to posts that have comments disabled." +msgstr "Skjul Lukket for kommentarer teksten ved indlæg hvor kommentarer er deaktivéret." + +#: admin/settings.php:1437 +#@ mantra +msgid "Enable the Back to Top button. The button appears after scrolling the page down." +msgstr "Aktivér Tilbage til top knappen. Knappen vises efter der er scrollet ned på siden." + +#: admin/settings.php:1444 +#@ mantra +msgid "Insert custom text or HTML code that will appear last in you footer.
    You can use HTML to insert links, images and special characters like © ." +msgstr "Indsæt brugerdefineret tekst eller HTML til brug i din footer.
    Du kan bruge HTML til at indsætte links, billeder og specialkarakterer som eksempelvis ©." + +#: admin/settings.php:1464 +#@ mantra +msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "Skjul eller vis KommentĂ©r elle kommentarer ved indlæg eller uddrag." + +#: admin/settings.php:1479 +#@ mantra +msgid "Hide or show the post date." +msgstr "Skjul eller vis dato for indlæg." + +#: admin/settings.php:1494 +#@ mantra +msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." +msgstr "Vis tidspunktet sammen med datoen. Tidspunktet vil ikke være synligt, hvis indlægsdatoen er skjult." + +#: admin/settings.php:1509 +#@ mantra +msgid "Hide or show the post author." +msgstr "Skjul eller vis forfatter til indlæg." + +#: admin/settings.php:1524 +#@ mantra +msgid "Hide the post category." +msgstr "Skjul indlægskategori." + +#: admin/settings.php:1539 +#@ mantra +msgid "Hide the post tags." +msgstr "Skjul indlægs tags." + +#: admin/settings.php:1554 +#@ mantra +msgid "Hide the 'Bookmark permalink'." +msgstr "Skjul 'Føj permalink til favoritter'." + +#: admin/settings.php:1569 +#@ mantra +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "Skjul alle indlæg metas. Alt meta information og meta omrĂĄder vil være skjult." + +#: admin/settings.php:1582 +#: admin/settings.php:1597 +#: admin/settings.php:1613 +#@ mantra +msgid "Excerpt" +msgstr "Uddrag" + +#: admin/settings.php:1582 +#: admin/settings.php:1597 +#: admin/settings.php:1613 +#@ mantra +msgid "Full Post" +msgstr "Komplet indlæg" + +#: admin/settings.php:1590 +#@ mantra +msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "Uddrag pĂĄ forsiden. Kun standard indlægssider vil blive pĂĄvirket. Alle andre sideformater (aside, billede, chat o.s.v.) benytter deres egne indstillinger." + +#: admin/settings.php:1605 +#@ mantra +msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " +msgstr "Vælg om du ønsker sticky indlæg pĂĄ din forside kan ses i fuld længde eller blot uddrag. " + +#: admin/settings.php:1621 +#@ mantra +msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." +msgstr "Uddrag pĂĄ arkiv, kategori og søge sider. Samme som ovenfor, kun standard indlæg vil blive berørt." + +#: admin/settings.php:1629 +#@ mantra +msgid "" +"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "Antallet af ord der bruges i uddrag. NĂĄr dette antal er nĂĄet vil indlægget blive afbrudt med et Læs mere link som \\\t\\\t\\\t\\\t\\\t\\\t\\\tvil tage læseren til det fulde indlæg." + +#: admin/settings.php:1645 +#@ mantra +msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." +msgstr "AktivĂ©r Magazine Layout. Dette layout gælder sider med indlæg og viser 2 indlæg pr. række." + +#: admin/settings.php:1652 +#@ mantra +msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." +msgstr "Erstatter de tre prikker ('[...])', der automatisk føjes til uddrag." + +#: admin/settings.php:1659 +#@ mantra +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "RedigĂ©r hyperlinket 'Læs mere' der tilføjes til dine uddrag." + +#: admin/settings.php:1705 +#@ mantra +msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." +msgstr "Vis fremhævede billeder som thumbnails ved indlæg. Billederne skal vælges for hvert indlæg i indstillingerne for fremhævede billeder." + +#: admin/settings.php:1720 +#@ mantra +msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." +msgstr "Vis det første billede du indsætter i dine indlæg som thumbnail. Hvis du vælger denne indstilling vil det 1. billede du indsætter i dit indlæg blive benyttet, selvom du vælger fremhvævet billede i dine indlæg." + +#: admin/settings.php:1736 +#@ mantra +msgid "Thumbnail alignment." +msgstr "Thumbnail justering." + +#: admin/settings.php:1753 +#@ mantra +msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." +msgstr "Størrelsen pĂĄ thumbnails (i pixel). Som standard vil billederne blive skaleret ned med format forhold bevaret. Du kan vælge at beskære billederne, hvis du ønsker den eksakte størrelse." + +#: admin/settings.php:1769 +#@ mantra +msgid "" +"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." +msgstr "" +"Vis fremhævede billeder som headers. Headeren vil blive erstattet med et fremhævet billede, hvis du har valgt det som fremhævet billede i dit indlæg \n" +"\\\t\\\t\\\t\\\t\\\t\\\t\\\tog hvis det er større eller mindst samme størrelse, som den eksisterende header." + +#: admin/settings.php:1790 +#@ mantra +msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" +msgstr "Vælg dit ønskede sociale netværk fra venstre dropdown menu og indsæt din adresse i feltet til højre. (ex: http://www.facebook.com/ditnavn )" + +#: admin/settings.php:1804 +#@ mantra +msgid "You can insert up to 5 different social sites and addresses." +msgstr "Du kan indsætte op til 5 forskellige sociale medier og adresser" + +#: admin/settings.php:1818 +#@ mantra +msgid "There are a total of 27 social networks to choose from. " +msgstr "Der er i alt 27 sociale netværk at vælge fra." + +#: admin/settings.php:1832 +#@ mantra +msgid "You can leave any number of inputs empty. " +msgstr "Du kan efterlade alle felter tomme." + +#: admin/settings.php:1846 +#@ mantra +msgid "You can choose the same social media any number of times. " +msgstr "Du kan vælge det samme sociale medier et valgfrit antal gange." + +#: admin/settings.php:1877 +#@ mantra +msgid "Choose the areas where to display the social icons." +msgstr "Vælg de omrĂĄder hvor du vil vise de sociale ikoner." + +#: admin/settings.php:1898 +#@ mantra +msgid "Make the site header into a clickable link that links to your index page." +msgstr "Lav din header til et link der linker til din forside." + +#: admin/settings.php:1913 +#@ mantra +msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." +msgstr "Vis breadcrumbs i toppen af indholdsomrĂĄdet. Breadcrumbs er en form for navigation der viser hvor pĂĄ hjemmesiden du befinder dig." + +#: admin/settings.php:1928 +#@ mantra +msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " +msgstr "Vis nummereret sideinddeling. Hvis der er mere end Ă©n side vil Ældre indlæg og Nyere indlæg have nummereret inddeling." + +#: admin/settings.php:1943 +#@ mantra +msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " +msgstr "AktivĂ©r mobile view og Mantra vil skifte udseende alt efter, hvilken enhed og skærmopløsning der besøger din hjemmeside. " + +#: admin/settings.php:1953 +#@ mantra +msgid "Upload or select favicon from gallery" +msgstr "Upload eller vælg favikon fra billedegalleriet" + +#: admin/settings.php:1957 +#@ mantra +msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " +msgstr "Begrænsninger: Det skal være et billede. Det mĂĄ maks være 64x64 pixel. Anbefalede filtyper er .ico og .png." + +#: admin/settings.php:1965 +#@ mantra +msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
    Your custom CSS will be preserved when updating the theme." +msgstr "Indsæt din brugerdefinerede CSS her. Enhver CSS indstilling der indtastes her vil overskrive Mantra (selv de brugerdefinerede indstillinger angivet på siden Indstillinger for Mantra).
    Din brugerdefinerede CSS bevares, nĂĄr du opdaterer tema." + +#: admin/settings.php:1972 +#@ mantra +msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software)." +msgstr "Indsæt brugerdefineret javascript kode her. (Google Analytics eller anden form for sporingskode)." + +#: admin/settings.php:1985 +#@ mantra +msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." +msgstr "AktivĂ©r Mantra's Søgemaskineoptimering (SEO). Dette er som standard aktiveret og bør kun deaktiveres, hvis du bruger et SEO-plugin." + +#: admin/settings.php:1997 +#@ mantra +msgid "Auto" +msgstr "Auto" + +#: admin/settings.php:1997 +#@ mantra +msgid "Manual" +msgstr "Manuel" + +#: archive.php:25 +#, php-format +#@ mantra +msgid "Daily Archives: %s" +msgstr "Daglige arkiver: %s" + +#: archive.php:27 +#, php-format +#@ mantra +msgid "Monthly Archives: %s" +msgstr "MĂĄnedlige arkiver: %s" + +#: archive.php:27 +#@ mantra +msgctxt "monthly archives date format" +msgid "F Y" +msgstr "F Y" + +#: archive.php:29 +#, php-format +#@ mantra +msgid "Yearly Archives: %s" +msgstr "Ă…rlige arkiver: %s" + +#: archive.php:29 +#@ mantra +msgctxt "yearly archives date format" +msgid "Y" +msgstr "Y" + +#: archive.php:31 +#@ mantra +msgid "Blog Archives" +msgstr "Blog arkiver" + +#: archive.php:57 +#: author.php:74 +#: category.php:50 +#: index.php:40 +#: search.php:40 +#: tag.php:51 +#: template-blog.php:36 +#@ mantra +msgid "Nothing Found" +msgstr "Intet fundet" + +#: archive.php:61 +#: author.php:78 +#: category.php:54 +#: index.php:44 +#: tag.php:55 +#: template-blog.php:40 +#@ mantra +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "Beklager, men der blev ikke fundet noget i arkivet. MĂĄske en søgning vil hjælpe." + +#: attachment.php:18 +#, php-format +#@ mantra +msgid "Return to %s" +msgstr "Tilbage til %s" + +#. translators: %s - title of parent post +#: attachment.php:29 +#@ mantra +msgid "By" +msgstr "af" + +#: attachment.php:33 +#: includes/theme-loop.php:146 +#, php-format +#@ mantra +msgid "View all posts by %s" +msgstr "Se alle indlæg af %s" + +#: attachment.php:40 +#@ mantra +msgid "Published" +msgstr "Udgivet" + +#: attachment.php:50 +#, php-format +#@ mantra +msgid "Full size is %s pixels" +msgstr "Fuld størrelse er %s pixel" + +#: attachment.php:53 +#@ mantra +msgid "Link to full-size image" +msgstr "Link til billedet i fuld størrelse" + +#: attachment.php:60 +#: attachment.php:107 +#: content-aside.php:48 +#: content-chat.php:49 +#: content-gallery.php:65 +#: content-image.php:42 +#: content-link.php:49 +#: content-page.php:22 +#: content.php:77 +#: content-quote.php:46 +#: content-status.php:48 +#: single.php:53 +#: template-onecolumn.php:27 +#@ mantra +msgid "Edit" +msgstr "RedigĂ©r" + +#: attachment.php:100 +#@ mantra +msgid "Continue reading" +msgstr "Læs mere" + +#: attachment.php:101 +#: content-aside.php:39 +#: content-chat.php:38 +#: content-gallery.php:55 +#: content-image.php:33 +#: content-link.php:38 +#: content-page.php:21 +#: content.php:49 +#: content.php:66 +#: content-quote.php:36 +#: content-status.php:39 +#: single.php:31 +#: template-onecolumn.php:26 +#@ mantra +msgid "Pages:" +msgstr "Sider:" + +#: author.php:28 +#, php-format +#@ mantra +msgid "Author Archives: %s" +msgstr "Forfatter arkiver: %s" + +#: author.php:49 +#: single.php:40 +#, php-format +#@ mantra +msgid "About %s" +msgstr "Om %s" + +#: category.php:19 +#, php-format +#@ mantra +msgid "Category Archives: %s" +msgstr "Kategori arkiver: %s" + +#: comments.php:18 +#@ mantra +msgid "This post is password protected. Enter the password to view any comments." +msgstr "Dette indlæg er beskyttet af kodeord. Indtast kodeordet for at se kommentarer." + +#: content-aside.php:16 +#: content-chat.php:16 +#: content-gallery.php:16 +#: content-gallery.php:49 +#: content-image.php:15 +#: content-link.php:16 +#: content.php:20 +#: content-quote.php:14 +#: content-status.php:15 +#, php-format +#@ mantra +msgid "Permalink to %s" +msgstr "Permalink til %s" + +#: content-aside.php:20 +#@ mantra +msgid "Aside" +msgstr "Aside" + +#: content-aside.php:38 +#: content-chat.php:37 +#: content-gallery.php:33 +#: content-image.php:32 +#: content-link.php:37 +#: content-quote.php:35 +#: content-status.php:38 +#@ mantra +msgid "Continue reading " +msgstr "Læs mere " + +#: content-aside.php:46 +#: content-chat.php:45 +#: content-gallery.php:62 +#: content-image.php:39 +#: content-link.php:45 +#: content.php:75 +#: content-quote.php:43 +#: content-status.php:46 +#: includes/theme-loop.php:172 +#@ mantra +msgid "Tagged" +msgstr "Tagget" + +#: content-chat.php:20 +#@ mantra +msgid "Chat" +msgstr "Chat" + +#: content-gallery.php:20 +#@ mantra +msgid "Gallery" +msgstr "Galleri" + +#: content-gallery.php:48 +#, php-format +#@ mantra +msgid "This gallery contains %2$s photo." +msgid_plural "This gallery contains %2$s photos." +msgstr[0] "Dette galleri indeholder %2$s billede." +msgstr[1] "Dette galleri indeholder %2$s billeder." + +#: content-page.php:27 +#: includes/theme-comments.php:136 +#@ mantra +msgid "Comments are closed." +msgstr "Lukket for kommentarer." + +#: content-quote.php:18 +#@ mantra +msgid "Quote" +msgstr "CitĂ©r" + +#: content-status.php:30 +#@ mantra +msgid "Status" +msgstr "Status" + +#: includes/theme-comments.php:28 +#@ mantra +msgid "says:" +msgstr "siger:" + +#: includes/theme-comments.php:34 +#@ mantra +msgid "Your comment is awaiting moderation." +msgstr "Din kommentar afventer godkendelse." + +#. translators: 1: date, 2: time +#: includes/theme-comments.php:41 +#@ mantra +msgid "at" +msgstr "d." + +#: includes/theme-comments.php:41 +#: includes/theme-comments.php:58 +#@ mantra +msgid "(Edit)" +msgstr "(RedigĂ©r)" + +#: includes/theme-comments.php:58 +#@ mantra +msgid "Pingback: " +msgstr "Pingback:" + +#: includes/theme-comments.php:85 +#@ mantra +msgid "Leave a comment" +msgstr "KommentĂ©r" + +#: includes/theme-comments.php:85 +#@ mantra +msgid "1 Comment" +msgstr "1 Kommentar" + +#: includes/theme-comments.php:85 +#@ mantra +msgid "% Comments" +msgstr "% Kommentarer" + +#: includes/theme-comments.php:94 +#, php-format +#@ mantra +msgid "One Response to %2$s" +msgid_plural "%1$s Responses to %2$s" +msgstr[0] "En kommentar til %2$ s" +msgstr[1] "%1$s Kommentarer til %2$s" + +#: includes/theme-comments.php:107 +#@ mantra +msgid "Older Comments" +msgstr "Ældre kommentarer" + +#: includes/theme-comments.php:108 +#@ mantra +msgid "Newer Comments" +msgstr "Nyere kommentarer" + +#: includes/theme-functions.php:233 +#@ mantra +msgid "Home Page" +msgstr "Forside" + +#: includes/theme-functions.php:301 +#@ mantra +msgid "Semantic Personal Publishing Platform" +msgstr "Semantic Personal Publishing Platform" + +#: includes/theme-loop.php:144 +#@ mantra +msgid "By " +msgstr "af" + +#: includes/theme-loop.php:172 +#@ mantra +msgid " Bookmark the " +msgstr "Bogmærk" + +#: includes/theme-loop.php:172 +#: includes/theme-loop.php:174 +#: includes/theme-loop.php:176 +#@ mantra +msgid "Permalink to" +msgstr "Permalink til" + +#: includes/theme-loop.php:172 +#: includes/theme-loop.php:174 +#: includes/theme-loop.php:176 +#@ mantra +msgid "permalink" +msgstr "permalink" + +#: includes/theme-loop.php:174 +#: includes/theme-loop.php:176 +#@ mantra +msgid "Bookmark the " +msgstr "Bogmærk" + +#: includes/theme-loop.php:198 +#@ mantra +msgid "« Older posts" +msgstr "« Ældre indlæg" + +#: includes/theme-loop.php:199 +#@ mantra +msgid "Newer posts »" +msgstr "Nyere indlæg »" + +#: includes/theme-seo.php:26 +#, php-format +#@ mantra +msgid "Page %s" +msgstr "Side %s" + +#: includes/theme-setup.php:90 +#@ mantra +msgid "Primary Navigation" +msgstr "Hovedmenu" + +#: includes/theme-setup.php:91 +#@ mantra +msgid "Top Navigation" +msgstr "Top menu" + +#: includes/theme-setup.php:92 +#@ mantra +msgid "Footer Navigation" +msgstr "Footer menu" + +#: includes/theme-setup.php:136 +#@ mantra +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:197 +#@ mantra +msgid "Skip to content" +msgstr "Hop til indhold" + +#: includes/theme-setup.php:224 +#@ mantra +msgid "Primary Widget Area - Sidebar 1" +msgstr "Primary Widget Area - Sidebar 1" + +#: includes/theme-setup.php:226 +#@ mantra +msgid "Primary widget area - Sidebar 1" +msgstr "Primary widget area - Sidebar 1" + +#: includes/theme-setup.php:235 +#@ mantra +msgid "Secondary Widget Area - Sidebar 1" +msgstr "Secondary Widget Area - Sidebar 1" + +#: includes/theme-setup.php:237 +#@ mantra +msgid "Secondary widget area - Sidebar 1" +msgstr "Secondary widget area - Sidebar 1" + +#: includes/theme-setup.php:246 +#@ mantra +msgid "Third Widget Area - Sidebar 2" +msgstr "Third Widget Area - Sidebar 2" + +#: includes/theme-setup.php:248 +#@ mantra +msgid "Third widget area - Sidebar 2" +msgstr "Third widget area - Sidebar 2" + +#: includes/theme-setup.php:257 +#@ mantra +msgid "Fourth Widget Area - Sidebar 2" +msgstr "Fourth Widget Area - Sidebar 2" + +#: includes/theme-setup.php:259 +#@ mantra +msgid "Fourth widget area - Sidebar 2" +msgstr "Fourth widget area - Sidebar 2" + +#: includes/theme-setup.php:268 +#@ mantra +msgid "First Footer Widget Area" +msgstr "First Footer Widget Area" + +#: includes/theme-setup.php:270 +#@ mantra +msgid "First footer widget area" +msgstr "First footer widget area" + +#: includes/theme-setup.php:279 +#@ mantra +msgid "Second Footer Widget Area" +msgstr "Second Footer Widget Area" + +#: includes/theme-setup.php:281 +#@ mantra +msgid "Second footer widget area" +msgstr "Second footer widget area" + +#: includes/theme-setup.php:290 +#@ mantra +msgid "Third Footer Widget Area" +msgstr "Third Footer Widget Area" + +#: includes/theme-setup.php:292 +#@ mantra +msgid "The third footer widget area" +msgstr "The third footer widget area" + +#: includes/theme-setup.php:301 +#@ mantra +msgid "Fourth Footer Widget Area" +msgstr "Fourth Footer Widget Area" + +#: includes/theme-setup.php:303 +#@ mantra +msgid "The fourth footer widget area" +msgstr "The fourth footer widget area" + +#: search.php:19 +#, php-format +#@ mantra +msgid "Search Results for: %s" +msgstr "Søgeresultater for: %s" + +#: search.php:38 +#, php-format +#@ mantra +msgid "No search results for: %s" +msgstr "Ingen søgeresultater for: %s" + +#: single.php:44 +#@ mantra +msgid "View all posts by " +msgstr "Se alle indlæg af " + +#: tag.php:20 +#, php-format +#@ mantra +msgid "Tag Archives: %s" +msgstr "Tag arkiver: %s" + diff --git a/themes/mantra/languages/de_DE.mo b/themes/mantra/languages/de_DE.mo deleted file mode 100644 index 3c4d3a55..00000000 Binary files a/themes/mantra/languages/de_DE.mo and /dev/null differ diff --git a/themes/mantra/languages/de_DE.po b/themes/mantra/languages/de_DE.po deleted file mode 100644 index 6d8083af..00000000 --- a/themes/mantra/languages/de_DE.po +++ /dev/null @@ -1,2461 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra v2.0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-08 18:32+0200\n" -"PO-Revision-Date: 2013-04-06 22:03:55+0000\n" -"Last-Translator: Franz Sauerstein \n" -"Language-Team: Exciting Webdesign \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: \n" -"X-Poedit-Country: \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;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" -"X-Poedit-Basepath: C:/Users/medicated/Desktop/mantra\n" -"X-Poedit-Bookmarks: \n" -"X-Poedit-SearchPath-0: .\n" -"X-Textdomain-Support: yes" - -#: 404.php:17 -#@ mantra -msgid "Not Found" -msgstr "Nicht gefunden" - -#: 404.php:19 -#@ mantra -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "Entschuldige, aber die angeforderte Seite konnte nicht gefunden werden. Vielleicht hilft eine Suche." - -#: archive.php:26 -#, php-format -#@ mantra -msgid "Daily Archives: %s" -msgstr "Tagesarchiv: %s" - -#: archive.php:28 -#, php-format -#@ mantra -msgid "Monthly Archives: %s" -msgstr "Monatsarchiv: %s" - -#: archive.php:30 -#, php-format -#@ mantra -msgid "Yearly Archives: %s" -msgstr "Jahresarchiv: %s" - -#: archive.php:32 -#@ mantra -msgid "Blog Archives" -msgstr "Blogarchiv" - -#: archive.php:58 -#: author.php:75 -#: category.php:51 -#: index.php:41 -#: search.php:41 -#: tag.php:52 -#: template-blog.php:36 -#@ mantra -msgid "Nothing Found" -msgstr "Nichts gefunden" - -#: archive.php:62 -#: author.php:79 -#: category.php:55 -#: index.php:45 -#: tag.php:56 -#: template-blog.php:40 -#@ mantra -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "Entschuldige, aber fĂĽr das nachgefragte Archiv konnten keine Ergebnisse gefunden werden. Vielleicht hilft das Suchen einen verwandten Beitrag zu finden." - -#: attachment.php:18 -#, php-format -#@ mantra -msgid "Return to %s" -msgstr "Gehe zurĂĽck zu %s" - -#. translators: %s - title of parent post -#: attachment.php:29 -#@ mantra -msgid "By" -msgstr "von" - -#: attachment.php:40 -#@ mantra -msgid "Published" -msgstr "Veröffentlicht" - -#: attachment.php:50 -#, php-format -#@ mantra -msgid "Full size is %s pixels" -msgstr "Die volle Größe beträgt %s Pixel" - -#: attachment.php:53 -#@ mantra -msgid "Link to full-size image" -msgstr "Link zum Vollbild" - -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:49 -#: content-gallery.php:65 -#: content-image.php:42 -#: content-link.php:49 -#: content-page.php:22 -#: content-quote.php:46 -#: content-status.php:48 -#: content.php:76 -#: single.php:54 -#: template-onecolumn.php:27 -#@ mantra -msgid "Edit" -msgstr "Editieren" - -#: attachment.php:100 -#@ mantra -msgid "Continue reading" -msgstr "Mehr lesen" - -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:38 -#: content-gallery.php:55 -#: content-image.php:33 -#: content-link.php:38 -#: content-page.php:21 -#: content-quote.php:36 -#: content-status.php:39 -#: content.php:49 -#: content.php:65 -#: single.php:32 -#: template-onecolumn.php:26 -#@ mantra -msgid "Pages:" -msgstr "Seiten:" - -#: author.php:29 -#, php-format -#@ mantra -msgid "Author Archives: %s" -msgstr "Autorenarchive: %s" - -#: author.php:50 -#: single.php:41 -#, php-format -#@ mantra -msgid "About %s" -msgstr "Ăśber %s" - -#: category.php:20 -#, php-format -#@ mantra -msgid "Category Archives: %s" -msgstr "Kategorienarchive: %s" - -#: comments.php:18 -#@ mantra -msgid "This post is password protected. Enter the password to view any comments." -msgstr "Dieser Beitrag ist passwortgeschĂĽtzt. Gib das Passwort ein um Kommentare zu sehen." - -#: includes/theme-comments.php:107 -#@ mantra -msgid "Older Comments" -msgstr "Ă„ltere Kommentare" - -#: includes/theme-comments.php:108 -#@ mantra -msgid "Newer Comments" -msgstr "Neuere Kommentare" - -#: content-page.php:27 -#: includes/theme-comments.php:136 -#@ mantra -msgid "Comments are closed." -msgstr "Die Kommentare sind geschlossen." - -#: content-aside.php:20 -#@ mantra -msgid "Aside" -msgstr "zur Seite" - -#: content-aside.php:38 -#: content-chat.php:37 -#: content-gallery.php:33 -#: content-image.php:32 -#: content-link.php:37 -#: content-quote.php:35 -#: content-status.php:38 -#@ mantra -msgid "Continue reading " -msgstr "Mehr lesen " - -#: content-aside.php:46 -#: content-chat.php:45 -#: content-gallery.php:62 -#: content-image.php:39 -#: content-link.php:45 -#: content-quote.php:43 -#: content-status.php:46 -#: content.php:74 -#: includes/theme-loop.php:185 -#@ mantra -msgid "Tagged" -msgstr "Markiert mit" - -#: content-chat.php:20 -#@ mantra -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:20 -#@ mantra -msgid "Gallery" -msgstr "Gallerie" - -#: admin/settings.php:470 -#: admin/settings.php:485 -#: admin/settings.php:500 -#: admin/settings.php:515 -#: admin/settings.php:530 -#: admin/settings.php:572 -#: admin/settings.php:587 -#: admin/settings.php:602 -#: admin/settings.php:617 -#: content-image.php:19 -#@ mantra -msgid "Image" -msgstr "Bild" - -#: admin/settings.php:477 -#: admin/settings.php:492 -#: admin/settings.php:507 -#: admin/settings.php:522 -#: admin/settings.php:537 -#: admin/settings.php:579 -#: admin/settings.php:594 -#: admin/settings.php:609 -#: admin/settings.php:624 -#: content-link.php:20 -#@ mantra -msgid "Link" -msgstr "Link" - -#: content-quote.php:18 -#@ mantra -msgid "Quote" -msgstr "Zitat" - -#: content-status.php:30 -#@ mantra -msgid "Status" -msgstr "Status" - -#: search.php:20 -#, php-format -#@ mantra -msgid "Search Results for: %s" -msgstr "Suchergebnisse fĂĽr: %s" - -#: search.php:39 -#, php-format -#@ mantra -msgid "No search results for: %s" -msgstr "Keine Suchergebnisse fĂĽr: %s" - -#: single.php:45 -#@ mantra -msgid "View all posts by " -msgstr "Siehe alle Beiträge von" - -#: tag.php:21 -#, php-format -#@ mantra -msgid "Tag Archives: %s" -msgstr "Tagarchive: %s" - -#: admin/admin-functions.php:62 -#@ mantra -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "Bevor du deine Import-Datei hochladen kannst, must du den folgenden Fehler beheben:" - -#: admin/admin-functions.php:70 -#@ mantra -msgid "Import Mantra Theme Options" -msgstr "Importiere Mantra Theme Optionen" - -#: admin/admin-functions.php:72 -#@ mantra -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "Hi! Hier importierst du deine Mantra Optionen. Bitte denke daran, dass dieses Feature noch experimentell ist. " - -#: admin/admin-functions.php:74 -#@ mantra -msgid "Just choose a file from your computer:" -msgstr "Wähle einfach eine Datei von deinem Computer aus:" - -#: admin/admin-functions.php:76 -#, php-format -#@ mantra -msgid "Maximum size: %s" -msgstr "Maximale Größe: %s" - -#: admin/admin-functions.php:82 -#@ mantra -msgid "And import!" -msgstr "Und importiere!" - -#: admin/admin-functions.php:148 -#@ mantra -msgid "Import Mantra Theme Options " -msgstr "Importiere Mantra Theme Optionen" - -#: admin/admin-functions.php:151 -#@ mantra -msgid "Great! The options have been imported!" -msgstr "Super! Die Optionen wurden importiert!" - -#: admin/admin-functions.php:152 -#@ mantra -msgid "Go back to the Mantra options page and check them out!" -msgstr "Gehe zurĂĽck zu der Mantra Optionen Seite und sieh sie dir an!" - -#: admin/admin-functions.php:155 -#: admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -#@ mantra -msgid "Oops, there's a small problem." -msgstr "Hupps, da ist ein kleines Problem." - -#: admin/admin-functions.php:156 -#@ mantra -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "Die hochgeladene Datei beinhaltet keine gĂĽltigen Mantra Optionen. Stelle sicher, dass die Datei richtig von der Mantra Optionen Seite exportiert wurde." - -#: admin/admin-functions.php:162 -#@ mantra -msgid "The uploaded file could not be read." -msgstr "Die hochgeladene Datei konnte nicht gelesen werden." - -#: admin/admin-functions.php:168 -#@ mantra -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "Die hochgeladene Datei wird nicht unterstĂĽtzt. Stelle sicher, dass die Datei von der Mantra-Seite exportiert wurde und das es eine Textdatei ist." - -#: admin/admin-functions.php:177 -#@ mantra -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "Hupps! Die Datei war leer oder es gab keine Datei. Dieser Fehler könnte dadurch ausgelöst worden sein, dass Uploads in der php.ini deaktiviert wurden oder das die post_max_size kleiner definierd wurde als die upload_max_filesize in der php.ini" - -#: admin/admin-functions.php:183 -#@ mantra -msgid "ERROR: You are not authorised to perform that operation" -msgstr "FEHLER: Du bist authorisiert diese Aktion auszufĂĽhren" - -#: admin/main.php:95 -#@ mantra -msgid "Layout Settings" -msgstr "Layout Einstellungen" - -#: admin/main.php:97 -#@ mantra -msgid "Presentation Page" -msgstr "Präsentationsseite" - -#: admin/main.php:98 -#@ mantra -msgid "Text Settings" -msgstr "Texteinstellungen" - -#: admin/main.php:99 -#@ mantra -msgid "Color Settings" -msgstr "Farbeinstellungen" - -#: admin/main.php:100 -#@ mantra -msgid "Graphics Settings" -msgstr "Grafikeinstellungen" - -#: admin/main.php:101 -#@ mantra -msgid "Post Information Settings" -msgstr "Einstellungen der Beitragsinfos" - -#: admin/main.php:102 -#@ mantra -msgid "Post Excerpt Settings" -msgstr "Einstellungen der BeitragsauszĂĽge" - -#: admin/main.php:103 -#@ mantra -msgid "Featured Image Settings" -msgstr "Artikelbild" - -#: admin/main.php:104 -#@ mantra -msgid "Social Media Settings" -msgstr "Social Media Einstellungen" - -#: admin/main.php:105 -#@ mantra -msgid "Miscellaneous Settings" -msgstr "Verschiedene Einstellungen" - -#: admin/main.php:107 -#@ mantra -msgid "Main Layout" -msgstr "Hauptlayout" - -#: admin/main.php:108 -#@ mantra -msgid "Content / Sidebar Width" -msgstr "Inhalt/Sidebar Breite" - -#: admin/main.php:111 -#@ mantra -msgid "Enable Presentation Page" -msgstr "Aktiviere die Präsentationsseite" - -#: admin/main.php:112 -#@ mantra -msgid "Slider Settings" -msgstr "Slidereinstellungen" - -#: admin/main.php:113 -#@ mantra -msgid "Slides" -msgstr "Slides" - -#: admin/main.php:114 -#@ mantra -msgid "Presentation Page Columns" -msgstr "Spalten der Präsentationsseite" - -#: admin/main.php:115 -#@ mantra -msgid "Extras" -msgstr "Extras" - -#: admin/main.php:124 -#@ mantra -msgid "General Font" -msgstr "Allgemeine Schriftart" - -#: admin/main.php:125 -#@ mantra -msgid "General Font Size" -msgstr "Größe der allgemeinen Schriftart" - -#: admin/main.php:126 -#@ mantra -msgid "Post Title Font " -msgstr "Schriftart der BeitragsĂĽberschrift" - -#: admin/main.php:127 -#@ mantra -msgid "Post Title Font Size" -msgstr "Größe der BeitragsĂĽberschrift" - -#: admin/main.php:128 -#@ mantra -msgid "Sidebar Font" -msgstr "Schriftart der Sidebar" - -#: admin/main.php:129 -#@ mantra -msgid "SideBar Font Size" -msgstr "Schriftartgröße der Sidebar" - -#: admin/main.php:130 -#@ mantra -msgid "Sub-Headers Font" -msgstr "Schriftart der Untertitel" - -#: admin/main.php:131 -#@ mantra -msgid "Force Text Align" -msgstr "Erzwinge Textausrichtung" - -#: admin/main.php:132 -#@ mantra -msgid "Paragraph indent" -msgstr "Paragraph einrĂĽcken" - -#: admin/main.php:133 -#@ mantra -msgid "Header indent" -msgstr "Titel einrĂĽcken" - -#: admin/main.php:134 -#@ mantra -msgid "Line Height" -msgstr "Linienhöhe" - -#: admin/main.php:135 -#@ mantra -msgid "Word spacing" -msgstr "Wortabstand" - -#: admin/main.php:136 -#@ mantra -msgid "Letter spacing" -msgstr "Buchstabenabstand" - -#: admin/main.php:137 -#@ mantra -msgid "Text shadow" -msgstr "Textschatten" - -#: admin/main.php:139 -#@ mantra -msgid "Background Color" -msgstr "Hintergrundfarbe" - -#: admin/main.php:140 -#@ mantra -msgid "Header (Banner and Menu) Background Color" -msgstr "Kopfzeile (Banner und MenĂĽ) Hintergrundfarbe" - -#: admin/main.php:141 -#@ mantra -msgid "Content Background Color" -msgstr "Hintergrundfarbe Inhalt" - -#: admin/main.php:146 -#@ mantra -msgid "Site Title Color" -msgstr "Farbe Seitentitel" - -#: admin/main.php:147 -#@ mantra -msgid "Site Description Color" -msgstr "Farbe Seitenbeschreibung" - -#: admin/main.php:149 -#@ mantra -msgid "Content Text Color" -msgstr "Farbe Inhalt" - -#: admin/main.php:150 -#@ mantra -msgid "Links Color" -msgstr "Farbe Links" - -#: admin/main.php:151 -#@ mantra -msgid "Links Hover Color" -msgstr "Linkfarbe bei MauszeigerberĂĽhung" - -#: admin/main.php:152 -#@ mantra -msgid "Post Title Color" -msgstr "Farbe Beitragstitel" - -#: admin/main.php:153 -#@ mantra -msgid "Post Title Hover Color" -msgstr "Farbe Beitragstitel bei MauszeigerberĂĽhung" - -#: admin/main.php:154 -#@ mantra -msgid "Sidebar Header Background Color" -msgstr "Hintergrundfarbe der Kopfzeile der Sidebar" - -#: admin/main.php:155 -#@ mantra -msgid "Sidebar Header Text Color" -msgstr "Textfarbe der Kopfzeile der Sidebar" - -#: admin/main.php:156 -#@ mantra -msgid "Footer Widget Background Color" -msgstr "Footer Widget Hintergrundfarbe" - -#: admin/main.php:157 -#@ mantra -msgid "Footer Background Color" -msgstr "Footer Hintergrundfarbe" - -#: admin/main.php:158 -#@ mantra -msgid "Footer Widget Header Text Color" -msgstr "Textfarbe der Kopfzeile des Footer Widget " - -#: admin/main.php:159 -#@ mantra -msgid "Footer Widget Link Color" -msgstr "Linkfarbe des Footerwidget" - -#: admin/main.php:160 -#@ mantra -msgid "Footer Widget Hover Color" -msgstr "Farbe des Footer Widget bei MauszeigerberĂĽhung" - -#: admin/main.php:165 -#@ mantra -msgid "Caption Border" -msgstr "Rahmen der Bildunterschrift" - -#: admin/main.php:164 -#@ mantra -msgid "Post Images Border" -msgstr "Rahmen der Beitragsbilder" - -#: admin/main.php:166 -#@ mantra -msgid "Caption Pin" -msgstr "Bildunterschriftspin" - -#: admin/main.php:167 -#@ mantra -msgid "Sidebar Menu Bullets" -msgstr "Sidebar MenĂĽ Aufzählungszeichen" - -#: admin/main.php:168 -#@ mantra -msgid "Meta Area Background" -msgstr "Meta Bereich Hintergrund" - -#: admin/main.php:169 -#@ mantra -msgid "Post Separator" -msgstr "Beitragstrenner" - -#: admin/main.php:170 -#@ mantra -msgid "Content List Bullets" -msgstr "Aufzählungszeichen InhaltsĂĽbersicht" - -#: admin/main.php:171 -#@ mantra -msgid "Page Titles" -msgstr "Seitentitel" - -#: admin/main.php:172 -#@ mantra -msgid "Category Page Titles" -msgstr "Titel der Kategorieseiten" - -#: admin/main.php:173 -#@ mantra -msgid "Hide Tables" -msgstr "Verstecke Tabellen" - -#: admin/main.php:174 -#@ mantra -msgid "Back to Top button" -msgstr "ZĂĽruck zum Anfang Schaltfläche" - -#: admin/main.php:175 -#@ mantra -msgid "Text Under Comments" -msgstr "Text unter Kommentaren" - -#: admin/main.php:176 -#@ mantra -msgid "Comments are closed text" -msgstr "Text, falls Kommentare geschlossen sind" - -#: admin/main.php:177 -#@ mantra -msgid "Comments off" -msgstr "Kommentare aus" - -#: admin/main.php:179 -#@ mantra -msgid "Post Comments Link" -msgstr "Link zu den Beitragskommentaren" - -#: admin/main.php:180 -#@ mantra -msgid "Post Date" -msgstr "Erscheinungstermin" - -#: admin/main.php:181 -#@ mantra -msgid "Post Time" -msgstr "Erscheinungszeit" - -#: admin/main.php:182 -#@ mantra -msgid "Post Author" -msgstr "Beitragsverfasser" - -#: admin/main.php:183 -#@ mantra -msgid "Post Category" -msgstr "Beitragskategorie" - -#: admin/main.php:184 -#@ mantra -msgid "Post Tags" -msgstr "Post Tags" - -#: admin/main.php:185 -#@ mantra -msgid "Post Permalink" -msgstr "Post Permalink" - -#: admin/main.php:186 -#@ mantra -msgid "All Post Metas" -msgstr "Alle Metas des Posts" - -#: admin/main.php:188 -#@ mantra -msgid "Post Excerpts on Home Page" -msgstr "Beitragsauszug auf der Homepage" - -#: admin/main.php:189 -#@ mantra -msgid "Affect Sticky Posts" -msgstr "Beinflusse den Sticky Post" - -#: admin/main.php:190 -#@ mantra -msgid "Post Excerpts on Archive and Category Pages" -msgstr "BeitragsauszĂĽge in Archiven und Kategorieseiten" - -#: admin/main.php:191 -#@ mantra -msgid "Number of Words for Post Excerpts " -msgstr "Anzahl der Wörter fĂĽr BeitragsauszĂĽge" - -#: admin/main.php:192 -#@ mantra -msgid "Magazine Layout" -msgstr "Magazinlayout" - -#: admin/main.php:193 -#@ mantra -msgid "Excerpt suffix" -msgstr "Auszugsanhängsel" - -#: admin/main.php:194 -#@ mantra -msgid "Continue reading link text " -msgstr "Weiterlesen Linktext" - -#: admin/main.php:195 -#@ mantra -msgid "HTML tags in Excerpts" -msgstr "HTML Tags in AuszĂĽgen" - -#: admin/main.php:197 -#@ mantra -msgid "Featured Images as POST Thumbnails " -msgstr "Artikelbild als Beitragsthumbnails" - -#: admin/main.php:198 -#@ mantra -msgid "Auto Select Images From Posts " -msgstr "Selektiere Bilder aus Beiträgen automatisch" - -#: admin/main.php:199 -#@ mantra -msgid "Thumbnails Alignment " -msgstr "Bildausrichtung" - -#: admin/main.php:200 -#@ mantra -msgid "Thumbnails Size " -msgstr "Thumbnailgröße" - -#: admin/main.php:201 -#@ mantra -msgid "Featured Images as HEADER Images " -msgstr "Artikelbilder als Kopfzeilenbilder" - -#: admin/main.php:203 -#@ mantra -msgid "Link nr. 1" -msgstr "Link Nr. 1" - -#: admin/main.php:204 -#@ mantra -msgid "Link nr. 2" -msgstr "Link Nr. 2" - -#: admin/main.php:205 -#@ mantra -msgid "Link nr. 3" -msgstr "Link Nr. 3" - -#: admin/main.php:206 -#@ mantra -msgid "Link nr. 4" -msgstr "Link Nr. 4" - -#: admin/main.php:207 -#@ mantra -msgid "Link nr. 5" -msgstr "Link Nr. 5" - -#: admin/main.php:208 -#@ mantra -msgid "Socials display" -msgstr "Soziale Icons anzeigen" - -#: admin/main.php:162 -#@ mantra -msgid "Breadcrumbs" -msgstr "Breadcrumbs" - -#: admin/main.php:163 -#@ mantra -msgid "Pagination" -msgstr "Pagination" - -#: admin/main.php:109 -#@ mantra -msgid "Mobile view" -msgstr "Mobile Ansicht" - -#: admin/main.php:212 -#@ mantra -msgid "Custom CSS" -msgstr "Benutzerdefinierter CSS" - -#: admin/main.php:213 -#@ mantra -msgid "Custom JavaScript" -msgstr "Benutzerdefiniertes JavaSkript" - -#: admin/main.php:210 -#@ mantra -msgid "SEO Settings" -msgstr "Suchmaschinenoptimierungseinstellungen" - -#: admin/main.php:230 -#@ mantra -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Entschuldige, aber dir fehlen die nötigen Rechte um diese Seite zu betreten." - -#: admin/main.php:249 -#@ mantra -msgid "Mantra settings updated successfully." -msgstr "Mantraeinstellungen wurden erfolgreich aktualisiert." - -#: admin/main.php:262 -#@ mantra -msgid "Reset to Defaults" -msgstr "Stelle die Standarteinstellungen wieder her." - -#: admin/main.php:261 -#@ mantra -msgid "Save Changes" -msgstr "Sichere Ă„nderungen" - -#: admin/main.php:276 -#@ mantra -msgid "" -"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

    \n" -"\t\t\t

    So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

    " -msgstr "" -"

    Hier bei Cryout Creations (den Entwicklern des einzig wahren Mantra Themes) verbringen wir Nacht für Nacht damit, das Mantra Theme weiter zu verbessern. Wir beheben Fehler (die wir daov erstellt haben); wir fügen immer mehr Anpassungsoptionen ein und versuchen trotzdem die Dinge so einfach wie möglich zu halten; Dann… spielen wir vielleicht ein Spiel oder zwei, aber sei versichert, dass wir auch deine späten Nachrichten lesen und (meistens) darauf antworten, uns Notizen machen und Skizzen erstellen von Dingen, die in späteren Versionen eingebaut werden.

    \n" -"\t\t\t

    Vielleicht fragst du dich selbst: Wie machen die das? Wie bleiben Sie so frisch und cool nach all der harten Arbeit an diesem Theme? Tja, Leute, es ist ganz einfach. Wir trinken Kaffee. Industrielle Mengen von kochend heißen Kaffee. Wir lieben Kaffee! Also, falls du uns helfen willst bei der weiteren Entwicklung des Mantra Theme…

    " - -#: admin/main.php:291 -#@ mantra -msgid "Import/Export Settings" -msgstr "Importierungs/Exportierungseinstellungen" - -#: admin/main.php:297 -#@ mantra -msgid "Export Theme options" -msgstr "Exportiere die Themeeinstellungen" - -#: admin/main.php:298 -#@ mantra -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "Es ist so einfach: einen Mausklick entfernt - die Möglichkeit deine Mantraeinstellungen zu exportieren und auf dem Computer zu speichern. Fühlst du dich sicherer? Solltest du!" - -#: admin/main.php:303 -#@ mantra -msgid "Import Theme options" -msgstr "Importiere Themeeinstellungen" - -#: admin/main.php:304 -#@ mantra -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "Ohne den Import, wäre der Export sinnlos. Stelle sicher, dass du die exportierte Datei griffbereit hast. Wir sehen uns nach dem Mausklick!" - -#: admin/main.php:312 -#@ mantra -msgid "Mantra Latest News" -msgstr "Neueste Mantraneuigkeiten" - -#: admin/main.php:323 -#@ mantra -msgid "No news items." -msgstr "Keine News." - -#: admin/settings.php:66 -#@ mantra -msgid "One column (no sidebars)" -msgstr "Eine Spalte (keine Marginalspalte)" - -#: admin/settings.php:67 -#@ mantra -msgid "Two columns, sidebar on the right" -msgstr "Zwei Spalten, Marginalspalte rechts" - -#: admin/settings.php:68 -#@ mantra -msgid "Two columns, sidebar on the left" -msgstr "Zwei Spalten, Marginalspalte links" - -#: admin/settings.php:69 -#@ mantra -msgid "Three columns, sidebars on the right" -msgstr "Drei Spalten, Marginalspalte rechts" - -#: admin/settings.php:70 -#@ mantra -msgid "Three columns, sidebars on the left" -msgstr "Drei Spalten, Marginalspalte links" - -#: admin/settings.php:71 -#@ mantra -msgid "Three columns, one sidebar on each side" -msgstr "Drei Spalten, Marginalspalte auf jeder Seite" - -#: admin/settings.php:95 -#@ mantra -msgid "Absolute" -msgstr "Absolut" - -#: admin/settings.php:95 -#@ mantra -msgid "Relative" -msgstr "Relativ" - -#: admin/settings.php:96 -#@ mantra -msgid "Dimensions to use: " -msgstr "Zu benutzende Abmessungen:" - -#: admin/settings.php:194 -#: admin/settings.php:214 -#@ mantra -msgid "Content =" -msgstr "Inhalt =" - -#: admin/settings.php:195 -#: admin/settings.php:215 -#@ mantra -msgid "Sidebar(s) =" -msgstr "Marginalspalte(n) =" - -#: admin/settings.php:196 -#: admin/settings.php:216 -#@ mantra -msgid "Total width =" -msgstr "Totale Breite =" - -#: admin/settings.php:205 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Wähle die Breite deines Inhalts und der Marginalspalte(n). \n" -" \t\tWährend der Inhalt nicht schmäler als 500px sein darf, muss die Marginalspalte mindestens 220px und nicht breiter als 800bx sein.
    \n" -"\tFalls du drei Spalten (mit zwei Marginalspalten) benutzt, wird jede Spalte die Hälfte des gewählten Wertes breit sein." - -#: admin/settings.php:225 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
    \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Wähle die Breite deines Inhalts und der Marginalspalte(n). \n" -" \t\tDies sind relative Angaben - relativ zum Broswer des Benutzers. Die totale Breite ist ein Anteil der Breite des Benutzerbrowsers.
    \n" -" \t\tWährend der Inhalt nicht weniger als 40% weit sein kann, muss die Marginalspalte mindestens 20% breit und nicht weiter als 50% sein.
    \n" -"\tFalls du drei Spalten (mit zwei Marginalspalten) benutzt, wird jede Spalte die Hälfte des gewählten Wertes breit sein." - -#: admin/settings.php:239 -#: admin/settings.php:264 -#: admin/settings.php:724 -#: admin/settings.php:1071 -#: admin/settings.php:1133 -#: admin/settings.php:1316 -#: admin/settings.php:1331 -#: admin/settings.php:1488 -#: admin/settings.php:1550 -#: admin/settings.php:1751 -#: admin/settings.php:1780 -#: admin/settings.php:1803 -#: admin/settings.php:1826 -#: admin/settings.php:1875 -#: admin/settings.php:2024 -#@ mantra -msgid "Enable" -msgstr "Aktiviere" - -#: admin/settings.php:239 -#: admin/settings.php:264 -#: admin/settings.php:724 -#: admin/settings.php:1071 -#: admin/settings.php:1133 -#: admin/settings.php:1316 -#: admin/settings.php:1331 -#: admin/settings.php:1488 -#: admin/settings.php:1550 -#: admin/settings.php:1751 -#: admin/settings.php:1780 -#: admin/settings.php:1803 -#: admin/settings.php:1826 -#: admin/settings.php:1875 -#: admin/settings.php:2024 -#@ mantra -msgid "Disable" -msgstr "Deaktiviere" - -#: admin/settings.php:282 -#@ mantra -msgid "Slider Dimensions:" -msgstr "Sliderdimensionen" - -#: admin/settings.php:283 -#@ mantra -msgid "width" -msgstr "Breite" - -#: admin/settings.php:284 -#@ mantra -msgid "height" -msgstr "Höhe" - -#: admin/settings.php:285 -#@ mantra -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "Die Dimensionen deines Sliders. Stelle sicher, dass deine Bidler gleich groß sind." - -#: admin/settings.php:287 -#@ mantra -msgid "Animation:" -msgstr "Animation:" - -#: admin/settings.php:289 -#@ mantra -msgid "Random" -msgstr "Zufall" - -#: admin/settings.php:289 -#@ mantra -msgid "Fold" -msgstr "Falten" - -#: admin/settings.php:289 -#@ mantra -msgid "Fade" -msgstr "Einblenden" - -#: admin/settings.php:289 -#@ mantra -msgid "SlideInRight" -msgstr "EinfliegenVonRechts" - -#: admin/settings.php:289 -#@ mantra -msgid "SlideInLeft" -msgstr "EinfliegenVonLinks" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceDown" -msgstr "NachUntenSchneiden" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceDownLeft" -msgstr "NachLinksSchneiden" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceUp" -msgstr "NachObenSchneiden" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceUpLeft" -msgstr "NachLinksSchneiden" - -# well? -#: admin/settings.php:289 -#@ mantra -msgid "SliceUpDown" -msgstr "SchneideObenUnten" - -# well? -#: admin/settings.php:289 -#@ mantra -msgid "SliceUpDownLeft" -msgstr "SchneideObenRunterLinks" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRandom" -msgstr "BoxZufall" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRain" -msgstr "BoxRegen" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRainReverse" -msgstr "BoxUmgekehrterRegen" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRainGrow" -msgstr "BoxRegenWachsend" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRainGrowReverse" -msgstr "BoxRegenWachsendUmgekehrt" - -#: admin/settings.php:297 -#@ mantra -msgid "The transition effect your slider will have." -msgstr "Den Übergangseffekt den dein Slider haben wird." - -#: admin/settings.php:299 -#@ mantra -msgid "Border Settings:" -msgstr "Begrenzungseinstellungen:" - -#: admin/settings.php:300 -#@ mantra -msgid "Width" -msgstr "Breite" - -#: admin/settings.php:301 -#@ mantra -msgid "Color" -msgstr "Farbe" - -#: admin/settings.php:303 -#@ mantra -msgid "The width and color of the slider's border." -msgstr "Die Breite und die Farbe der Begrenzung des Sliders." - -#: admin/settings.php:305 -#@ mantra -msgid "Animation Time:" -msgstr "Animationszeit" - -#: admin/settings.php:307 -#@ mantra -msgid "The time in which the transition animation will take place." -msgstr "Die Dauer der Übergangsanimation." - -#: admin/settings.php:309 -#@ mantra -msgid "Pause Time:" -msgstr "Pausenzeit:" - -#: admin/settings.php:311 -#@ mantra -msgid "The time in which a slide will be still and visible." -msgstr "Die Zeit während der jede Slide still steht und sichtbar ist." - -#: admin/settings.php:314 -#@ mantra -msgid "Slider navigation:" -msgstr "Slidernavigation:" - -#: admin/settings.php:316 -#@ mantra -msgid "Numbers" -msgstr "Nummern" - -#: admin/settings.php:316 -#@ mantra -msgid "Bullets" -msgstr "Aufzählungszeichen" - -#: admin/settings.php:316 -#: admin/settings.php:1409 -#@ mantra -msgid "None" -msgstr "Keine" - -#: admin/settings.php:324 -#@ mantra -msgid "Your slider navigation type. Shown under the slider." -msgstr "Der Navigationstyp deines Sliders, Gezeigt unterm Slider." - -#: admin/settings.php:326 -#@ mantra -msgid "Slider arrows:" -msgstr "Sliderpfeile:" - -#: admin/settings.php:328 -#@ mantra -msgid "Always Visible" -msgstr "Immer sichtbar" - -#: admin/settings.php:328 -#@ mantra -msgid "Visible on Hover" -msgstr "Bei Mauszeigerberührung sichtbar" - -#: admin/settings.php:328 -#@ mantra -msgid "Hidden" -msgstr "Versteckt" - -#: admin/settings.php:336 -#@ mantra -msgid "The Left and Right arrows on your slider" -msgstr "Der linke und rechte Pfeil deines Sliders." - -#: admin/settings.php:377 -#: admin/settings.php:446 -#@ mantra -msgid "Select Category" -msgstr "Wähle Kategorie" - -#: admin/settings.php:404 -#@ mantra -msgid "Custom Slides" -msgstr "Benutzerdefinierte Slides" - -#: admin/settings.php:404 -#@ mantra -msgid "Latest Posts" -msgstr "Neueste Beiträge" - -#: admin/settings.php:404 -#@ mantra -msgid "Random Posts" -msgstr "Zufällige Beiträge" - -#: admin/settings.php:404 -#@ mantra -msgid "Sticky Posts" -msgstr "Sticky Posts" - -#: admin/settings.php:404 -#@ mantra -msgid "Latest Posts from Category" -msgstr "Neueste Posts der Kategorie" - -#: admin/settings.php:404 -#@ mantra -msgid "Random Posts from Category" -msgstr "Zufällige Posts der Kategorie" - -#: admin/settings.php:404 -#@ mantra -msgid "Specific Posts" -msgstr "Bestimmter Beitrag" - -#: admin/settings.php:418 -#@ mantra -msgid "Latest posts will be loaded into the slider." -msgstr "Neuester Beitrag wird in den Slider geladen." - -#: admin/settings.php:422 -#@ mantra -msgid "Random posts will be loaded into the slider." -msgstr "Zufälliger Beitrag wird in den Slider geladen." - -#: admin/settings.php:426 -#@ mantra -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "Neuester Beitrag einer gewählten Kategorie wird in den Slider geladen." - -#: admin/settings.php:431 -#@ mantra -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "Zufälliger Post einer gewählten Kategorie wird in den Slider geladen." - -#: admin/settings.php:435 -#@ mantra -msgid "Only sticky posts will be loaded into the slider." -msgstr "Nur Sticky Posts werden in den Slider geladen." - -#: admin/settings.php:439 -#@ mantra -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Liste die Beitrag-Identifikationsnummern (IDs) auf, die angezeigt werden sollen (getrennt durch ein Komma):" - -#: admin/settings.php:444 -#@ mantra -msgid "
    Choose the cateogry: " -msgstr "
    Wähle die Kategorie:" - -#: admin/settings.php:461 -#@ mantra -msgid "Number of posts to show:" -msgstr "Anzahl der zu zeigenden Beiträge:" - -#: admin/settings.php:468 -#@ mantra -msgid "Slide 1" -msgstr "Slide 1" - -#: admin/settings.php:473 -#: admin/settings.php:488 -#: admin/settings.php:503 -#: admin/settings.php:518 -#: admin/settings.php:533 -#: admin/settings.php:575 -#: admin/settings.php:590 -#: admin/settings.php:620 -#@ mantra -msgid "Title" -msgstr "Überschrift" - -#: admin/settings.php:475 -#: admin/settings.php:490 -#: admin/settings.php:505 -#: admin/settings.php:520 -#: admin/settings.php:535 -#: admin/settings.php:577 -#: admin/settings.php:592 -#: admin/settings.php:607 -#: admin/settings.php:622 -#@ mantra -msgid "Text" -msgstr "Text" - -#: admin/settings.php:483 -#@ mantra -msgid "Slide 2" -msgstr "Slide 2" - -#: admin/settings.php:498 -#@ mantra -msgid "Slide 3" -msgstr "Slide 3" - -#: admin/settings.php:513 -#@ mantra -msgid "Slide 4" -msgstr "Slide 4" - -#: admin/settings.php:528 -#@ mantra -msgid "Slide 5" -msgstr "Slide 5" - -#: admin/settings.php:413 -#@ mantra -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "Der Inhalt deiner Slide. Nur das Bild wird benütigt, alle anderen Felder sind optional. Nur die Slides mit einem ausgewählten Bild werden aktiv und sichtbar im Slider." - -#: admin/settings.php:550 -#@ mantra -msgid "Number of columns:" -msgstr "Anzahl der Spalten:" - -#: admin/settings.php:560 -#@ mantra -msgid "Image Height:" -msgstr "Bildhöhe:" - -#: admin/settings.php:563 -#@ mantra -msgid "Read more text:" -msgstr "Weiterlesen Text:" - -#: admin/settings.php:566 -#@ mantra -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "Der verlinkte Text erscheint am Ende aller Spalten. Du kannst allen Text hier drin löschen, wenn du ihn nicht willst." - -#: admin/settings.php:570 -#@ mantra -msgid "1st Column" -msgstr "Erste Spalte" - -#: admin/settings.php:585 -#@ mantra -msgid "2nd Column" -msgstr "Zweite Spalte" - -#: admin/settings.php:600 -#@ mantra -msgid "3rd Column" -msgstr "Dritte Spalte" - -#: admin/settings.php:615 -#@ mantra -msgid "4th Column" -msgstr "Vierte Spalte" - -#: admin/settings.php:637 -#@ mantra -msgid "Extra Text" -msgstr "Extratext" - -#: admin/settings.php:642 -#@ mantra -msgid "Top Title" -msgstr "Überschrift Oben" - -#: admin/settings.php:643 -#@ mantra -msgid "Second Title" -msgstr "Zweite Überschrift" - -#: admin/settings.php:646 -#@ mantra -msgid "Title color" -msgstr "Farbe der Überschrift" - -#: admin/settings.php:650 -#@ mantra -msgid "Bottom Text 1" -msgstr "Text unten 1" - -#: admin/settings.php:652 -#@ mantra -msgid "Bottom Text 2" -msgstr "Text unten 2" - -#: admin/settings.php:639 -#@ mantra -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Mehr Text für deine Startseite. Die obere Überschrift ist über dem Slider, der zweite Titel zwischen dem Slider und den Reihen und zwei mehr Zeilen Text gibnt es unter den Reihen.\n" -"\t\t Die Felder sind alle optional, also lasse sie leer, falls diese nicht benötigt werden." - -#: admin/settings.php:660 -#@ mantra -msgid "Hide areas" -msgstr "Verstecke Bereiche" - -#: admin/settings.php:674 -#@ mantra -msgid "Hide the header area (image or background color)." -msgstr "Verstecke den Kopfzeilenbereich (Bild oder Hintergrundfarbe)" - -#: admin/settings.php:678 -#@ mantra -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Verstecke das Hauptmenü" - -#: admin/settings.php:682 -#@ mantra -msgid "Hide the footer widgets. " -msgstr "Verstecke die Footer Widgets" - -#: admin/settings.php:686 -#@ mantra -msgid "Hide the footer (copyright area)." -msgstr "Verstecke den Footer (Copyrightbereich)" - -#: admin/settings.php:690 -#@ mantra -msgid "Hide the white color. Only the background color remains." -msgstr "Verstecke die weiße Farbe. Nur die Hintergrundfarbe bleibt." - -#: admin/settings.php:662 -#@ mantra -msgid "Choose the areas to hide on the first page." -msgstr "Wähle die zu versteckenden Bereiche auf der ersten Seite." - -#: admin/settings.php:803 -#@ mantra -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "Wähle die Größe der Schriftart die du in deinem Blog benutzt. Seiten, Beiträge und Kommentare werden beinflusst. Knöpfe, Kopfzeilen und Marginalmenüs bleiben gleich." - -#: admin/settings.php:847 -#@ mantra -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "Wähle die Schriftartenfamilie die du in deinem Blog benutzen willst. Der gesamte Inhaltstext wird beinflusst (auch Menüknöpfe)." - -#: admin/settings.php:849 -#: admin/settings.php:899 -#: admin/settings.php:950 -#: admin/settings.php:1002 -#@ mantra -msgid "Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "Oder füge deine Google Schriftart ein. Bitte füge nur den Namen der Schriftart ein. Beispiel: Marko One. Geh zu a href='http://www.google.com/webfonts' > google fonts für ein bisschen Inspiration." - -#: admin/settings.php:896 -#@ mantra -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "Wähle die Schriftartfamilie, die du für Überschriften benutzen willst. Diese wird Beitragsüberschriften und Seitentitel beinflussen. Lasse 'Default' (Standart) eingestellt und die von dir gewählte allgemeine Schriftart wird benutzt." - -#: admin/settings.php:948 -#@ mantra -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "Wähle die Schriftartfamilie, die du für Marginalspalten benutzen willst. Diese wird Text und Widgets in den Marginalspalten beinflussen. Lasse 'Default' (Standart) eingestellt und die von dir gewählte allgemeine Schriftart wird benutzt." - -#: admin/settings.php:999 -#@ mantra -msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "Wähle die Schriftartfamilie, die du für Unterüberschriften (h2-h6 Tags werden beinflusst) benutzen willst. Lasse 'Default' (Standart) eingestellt und die von dir gewählte allgemeine Schriftart wird benutzt." - -#: admin/settings.php:1011 -#: admin/settings.php:1026 -#: admin/settings.php:1041 -#: admin/settings.php:1086 -#: admin/settings.php:1101 -#: admin/settings.php:1116 -#@ mantra -msgid "Default" -msgstr "Standart" - -#: admin/settings.php:1019 -#@ mantra -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Größe der Schriftart in der Beitragsüberschrift. Lasse 'Default' (Standart) eingestellt für normale Einstellungen. (Größenangaben werden im CSS gesetzt.)" - -#: admin/settings.php:1034 -#@ mantra -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Größe der Schriftart in der Marginalspalte. Lasse 'Default' (Standart) eingestellt für normale Einstellungen. (Größenangaben werden im CSS gesetzt.)" - -#: admin/settings.php:1041 -#: admin/settings.php:1842 -#@ mantra -msgid "Left" -msgstr "Links" - -#: admin/settings.php:1041 -#: admin/settings.php:1842 -#@ mantra -msgid "Right" -msgstr "Rechts" - -#: admin/settings.php:1041 -#@ mantra -msgid "Justify" -msgstr "Begründe" - -#: admin/settings.php:1041 -#: admin/settings.php:1842 -#@ mantra -msgid "Center" -msgstr "Mitte" - -#: admin/settings.php:1049 -#@ mantra -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "Dies überschreibt die Textausrichtung in Beiträgen und auf Seiten. Lass 'Standart' für normale Einstellungen. (Ausrichtungen bleiben wie in den Beiträgen und Kommentaren deklariert.)" - -#: admin/settings.php:1063 -#@ mantra -msgid "Choose the indent for your paragraphs." -msgstr "Wähle die Einrückung für deine Absätze." - -#: admin/settings.php:1079 -#@ mantra -msgid "Disable the default header and title indent (left margin)." -msgstr "Deaktiviere die Standartkopfzeile und die Einrückung des Titels (linker Rand)." - -#: admin/settings.php:1094 -#@ mantra -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Zeilenabstand des Textes, der Abstand zwischen zwei Zeilen von Text. Lasse 'Default' (Standart) eingestellt für normale Einstellungen. (Größenangaben werden im CSS gesetzt.)" - -#: admin/settings.php:1109 -#@ mantra -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Der Abstand zwischen Worten. Lasse 'Default' (Standart) eingestellt für normale Einstellungen. (Größenangaben werden im CSS gesetzt.)" - -#: admin/settings.php:1124 -#@ mantra -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Der Abstand zwischen Buchstaben. Lasse 'Default' (Standart) eingestellt für normale Einstellungen. (Größenangaben werden im CSS gesetzt.)" - -#: admin/settings.php:1141 -#@ mantra -msgid "Disable the default text shadow on headers and titles." -msgstr "Deaktiviere den Standarttextschatten in der Kopfzeile und bei Überschriften." - -#: admin/settings.php:1153 -#@ mantra -msgid "Background color (Default value is 444444)." -msgstr "Hintergrundfarbe (Standartwert ist 444444)." - -#: admin/settings.php:1161 -#@ mantra -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "Hintergrundfarbe der Kopfzeile. (Standartwert ist 333333.) Du kannst den eingegeben Text löschen, um keine Farbe darzustellen." - -#: admin/settings.php:1175 -#@ mantra -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "Hintergrundfarbe des Hauptmenüs. (Standart ist FAFAFA.) Sollte die selbe Farbe haben wie die Hintergrundfarbe des Inhalts oder ähnlich hell sein." - -#: admin/settings.php:1197 -#@ mantra -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Hintergrundfarbe Fußzeilen Widgetbereich (Standart ist 171717)." - -#: admin/settings.php:1205 -#@ mantra -msgid "Footer background color (Default value is 222222)." -msgstr "Hintergrundfarbe Fußzeile (Standart ist 222222)." - -#: admin/settings.php:1213 -#@ mantra -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Die Titelfarbe deines Blogs (Standart ist 0D85CC)." - -#: admin/settings.php:1221 -#@ mantra -msgid "Your blog's description color(Default value is 222222)." -msgstr "Die Farbe der Beschreibung deines Blogs. (Standart ist 222222)." - -#: admin/settings.php:1229 -#@ mantra -msgid "Content Text Color (Default value is 333333)." -msgstr "Textfarbe Inhalt (Standart ist 333333)." - -#: admin/settings.php:1237 -#@ mantra -msgid "Links color (Default value is 0D85CC)." -msgstr "Linkfarben (Standart ist 0D85CC)." - -#: admin/settings.php:1245 -#@ mantra -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Linkfarben bei Mausberühung (Standart ist 333333)." - -#: admin/settings.php:1253 -#@ mantra -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Farbe des Beitragstitel (Standart ist 333333)." - -#: admin/settings.php:1261 -#@ mantra -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Farbe des Beitragstitel bei Mausberührung (Standart ist 000000)." - -#: admin/settings.php:1269 -#@ mantra -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Hintergrundfarbe der Überschrift in der Marginalspalte (Standart ist 444444)." - -#: admin/settings.php:1278 -#@ mantra -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Farbe der Überschrift in der Marginalspalte (Standart ist 2EA5FD)." - -#: admin/settings.php:1286 -#@ mantra -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Textfarbe der Fußzeilenwidgets (Standartwert ist 0D85CC)." - -#: admin/settings.php:1294 -#@ mantra -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Linkfarbe der Fußzeilenwidgets (Standart ist 666666)." - -#: admin/settings.php:1302 -#@ mantra -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "Linkfarbe der Fußzeilenwidgets bei Mausberührung (Standart ist 888888)." - -#: admin/settings.php:1346 -#: admin/settings.php:1409 -#@ mantra -msgid "White" -msgstr "Weiß" - -#: admin/settings.php:1346 -#@ mantra -msgid "Light" -msgstr "Hell" - -#: admin/settings.php:1346 -#@ mantra -msgid "Light Gray" -msgstr "Leichtes Grau" - -#: admin/settings.php:1346 -#: admin/settings.php:1409 -#@ mantra -msgid "Gray" -msgstr "Grau" - -#: admin/settings.php:1346 -#@ mantra -msgid "Dark Gray" -msgstr "Dunkles Grau" - -#: admin/settings.php:1346 -#@ mantra -msgid "Black" -msgstr "Schwarz" - -#: admin/settings.php:1354 -#@ mantra -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "Diese Einstellungen ändern das Aussehen deiner Bildunterschriften. Bilder, die nicht durch Bildunterschriften eingefügt sind werden nicht beinflusst." - -#: admin/settings.php:1370 -#@ mantra -msgid "The border around your inserted images. " -msgstr "Der Rahmen um deine eingefügten Bilder." - -#: admin/settings.php:1385 -#@ mantra -msgid "The image on top of your captions. " -msgstr "Das Bild oben auf deinen Bildunterschriften." - -#: admin/settings.php:1400 -#@ mantra -msgid "The sidebar list bullets. " -msgstr "Die Aufzählungszeichen der Marginalspalte." - -#: admin/settings.php:1425 -#: admin/settings.php:1441 -#: admin/settings.php:1458 -#: admin/settings.php:1473 -#: admin/settings.php:1503 -#: admin/settings.php:1518 -#: admin/settings.php:1534 -#: admin/settings.php:1570 -#: admin/settings.php:1585 -#: admin/settings.php:1600 -#: admin/settings.php:1615 -#: admin/settings.php:1630 -#: admin/settings.php:1645 -#: admin/settings.php:1660 -#: admin/settings.php:1675 -#@ mantra -msgid "Show" -msgstr "Zeige" - -#: admin/settings.php:1425 -#: admin/settings.php:1441 -#: admin/settings.php:1458 -#: admin/settings.php:1473 -#: admin/settings.php:1503 -#: admin/settings.php:1534 -#: admin/settings.php:1570 -#: admin/settings.php:1585 -#: admin/settings.php:1600 -#: admin/settings.php:1615 -#: admin/settings.php:1630 -#: admin/settings.php:1645 -#: admin/settings.php:1660 -#: admin/settings.php:1675 -#@ mantra -msgid "Hide" -msgstr "Verstecke" - -#: admin/settings.php:1433 -#@ mantra -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Verstecke oder zeige eine horizontale Linie um Beiträge zu trennen." - -#: admin/settings.php:1449 -#@ mantra -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "Verstecke oder zeige Aufzählungszeichen neben Listen, die in deinem Inhaltsbereich sind (Beiträge, Seiten usw.)" - -#: admin/settings.php:1466 -#@ mantra -msgid "Hide or show Page titles on any created pages. " -msgstr "Verstecke oder zeige Seitentitel auf jedglichen erstellten Seiten." - -#: admin/settings.php:1481 -#@ mantra -msgid "Hide or show Page titles on Category Pages. " -msgstr "Verstecke oder zeige Seitentitel auf Kategorieseiten." - -#: admin/settings.php:1496 -#@ mantra -msgid "Hide table borders and background color." -msgstr "Verstecke Tabellenrahmen und Hintergrundfarben." - -#: admin/settings.php:1511 -#@ mantra -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "Verstecke den erklärenden Text unter dem Kommentarfeld. (Fängt mit Du kannst diese HTML Tags und Attribute benutzen: ..." - -#: admin/settings.php:1518 -#@ mantra -msgid "Hide in posts" -msgstr "Verstecke in Beiträgen" - -#: admin/settings.php:1518 -#@ mantra -msgid "Hide in pages" -msgstr "Verstecke auf Seiten" - -#: admin/settings.php:1518 -#@ mantra -msgid "Hide everywhere" -msgstr "Verstecke überall" - -#: admin/settings.php:1526 -#@ mantra -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "Verstecke den Kommentare sind geschlossen Text, der normalerweise bei Seiten und Beiträgen mit abgeschalteten Kommentaren auftaucht." - -#: admin/settings.php:1542 -#@ mantra -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "Verstecke den Kommentare aus-Text neben Beiträgen, deren Kommentare deaktiviert sind." - -#: admin/settings.php:1558 -#@ mantra -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "Aktiviere den \"Zurück nach Oben\" Knopf. Der Knopf taucht auf, nachdem man die Seite nach unten gescrollt hat." - -# like & copy? -#: admin/settings.php:2004 -#@ mantra -msgid "Insert custom text or HTML code that will appear last in you footer.
    You can use HTML to insert links, images and special characters like © ." -msgstr "FĂĽge eigenen Text oder HTML code hier in deine FuĂźzeile ein.
    Du kannst HTML benutzten um Links, Bilder und spezielle Zeichen einzufĂĽgen." - -#: admin/settings.php:1578 -#@ mantra -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "Verstecke oder zeige Hinterlasse einen Kommentar oder x Kommentare neben Beiträgen oder AuszĂĽgen." - -#: admin/settings.php:1593 -#@ mantra -msgid "Hide or show the post date." -msgstr "Verstecke oder zeige das Veröffentlichungsdatum." - -#: admin/settings.php:1608 -#@ mantra -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "Zeige die Uhrzeit und das Datum des Beitrags. Die Zeit wird nicht angezeigt, wenn das Beitragsdatum versteckt ist." - -#: admin/settings.php:1623 -#@ mantra -msgid "Hide or show the post author." -msgstr "Verstecke oder zeige den Author des Beitrags." - -#: admin/settings.php:1638 -#@ mantra -msgid "Hide the post category." -msgstr "Verstecke die Beitragskategorie." - -#: admin/settings.php:1653 -#@ mantra -msgid "Hide the post tags." -msgstr "Verstecke die Beitragstags." - -#: admin/settings.php:1668 -#@ mantra -msgid "Hide the 'Bookmark permalink'." -msgstr "Verstecke 'FĂĽge deinen Lesezeichen diesen Permalink hinzu'" - -#: admin/settings.php:1683 -#@ mantra -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "Verstecke alle Beitragsmetas. Alle Metainfos und Metabereiche werden versteckt." - -#: admin/settings.php:1696 -#: admin/settings.php:1711 -#: admin/settings.php:1727 -#@ mantra -msgid "Excerpt" -msgstr "Auszug" - -#: admin/settings.php:1696 -#: admin/settings.php:1711 -#: admin/settings.php:1727 -#@ mantra -msgid "Full Post" -msgstr "Ganzer Beitrag" - -#: admin/settings.php:1704 -#@ mantra -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "Auszug auf der Hauptseite. Nur Standartbeiträge werden beinflusst. Alle anderen Beitragsformate (Bild, Chat, Zitate, Kurzmitteilung etc.) haben ihre spezifische Formatierung." - -#: admin/settings.php:1719 -#@ mantra -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "Wähle, ob der Sticky Post auf deiner Homepage vollständig oder nur dessen AuszĂĽge zu sehen sind." - -#: admin/settings.php:1735 -#@ mantra -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "AuszĂĽge in Archiven, Kategorien und Suchseiten. Genau wie oben werden nur Standardposts beinflusst." - -#: admin/settings.php:1743 -#@ mantra -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Die Anzahl der Wörter die ein Auszug haeben wird. Wenn diese Nummer erreicht ist wird der Beitrag unterbruchen durch einenWeiterlesen Link, welcher\n" -"\t\t\t\t\t\t\tden Leser zum gesamten Post bringen wird." - -#: admin/settings.php:1759 -#@ mantra -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "Aktiviere das Magazinlayout. Dieses Layout wirkt auf Seiten mit Beiträgen und zeig zwei Beiträge pro Reihe." - -#: admin/settings.php:1766 -#@ mantra -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "Ersetzt die drei Punkte ('[…])' welceh automatisch an AuszĂĽge gehangen werden." - -#: admin/settings.php:1773 -#@ mantra -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Editiere den 'Weiterlesen' Link, welcher deinen BeitragsauszĂĽgen hinzugefĂĽgt wird." - -#: admin/settings.php:1819 -#@ mantra -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "Zeige " - -#: admin/settings.php:1834 -#@ mantra -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "Zeige das erste Bild, welches du in den Beitrag eingefĂĽgt hast, als Thumbnail. Wenn du diese Option verwendest, wird das erste Bild im Artikel benutzt, auch wenn du ein Artikelbild festgelegt hast." - -#: admin/settings.php:1850 -#@ mantra -msgid "Thumbnail alignment." -msgstr "Thumbnailausrichtung" - -#: admin/settings.php:1867 -#@ mantra -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "Die Größe die deine Thumbnails haben sollen (in Pixeln). Standartmäßig werden Bilder im gleichen Format herunterskaliert. Schneide Bilder zu, wenn du gleiche Größen haben willst." - -#: admin/settings.php:1883 -#@ mantra -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" -"Zeige Artikelbilder in der Kopfzeile. Die Kopfzeile wird durch ein Artikelbild ersetzt, falls du es im Beitrag eingestellt hast und\n" -"\t\t\t\t\t\t\tand falls es größer ist oder wenigstens genauso groĂź wie die gewählte Kopfzeilengröße." - -#: admin/settings.php:1904 -#@ mantra -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "Wähle die gewĂĽnschten sozialen Netzwerke vom linken DropdownmenĂĽ und fĂĽge die entsprechenden Adressen in das Eingabefeld rechts ein. (Zum Beispiel: http://www.facebook.com/deinname )" - -#: admin/settings.php:1918 -#@ mantra -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Du kannst bis zu fĂĽnf verschiedene soziale Netzwerke und Adressen angeben." - -#: admin/settings.php:1932 -#@ mantra -msgid "There are a total of 27 social networks to choose from. " -msgstr "Du kannst aus 27 sozialen Netzwerken auswählen." - -#: admin/settings.php:1946 -#@ mantra -msgid "You can leave any number of inputs empty. " -msgstr "Du kannst so viele Eingabefelder freilassen wie du magst." - -#: admin/settings.php:1960 -#@ mantra -msgid "You can choose the same social media any number of times. " -msgstr "Du kannst das selbe Icon so oft benutzen wie du willst." - -#: admin/settings.php:1991 -#@ mantra -msgid "Choose the areas where to display the social icons." -msgstr "Wähle den Bereich in dem die Icons angezeigt werden." - -#: admin/settings.php:1324 -#@ mantra -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "Zeige Breadcrumbs (Navigationshilfe) ĂĽber deiner Inhaltsseite an. Breadcrumbs helfen Besuchern deiner Seite, sich zurechtzufinden." - -#: admin/settings.php:1339 -#@ mantra -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "Zeige nummerierte Seitennavigation. Falls es mehr als eine Seite gibt, wird am Ende der Seite anstatt von Ă„ltere Posts und Neuere Posts>eine numerierte Navigation gezeigt." - -#: admin/settings.php:780 -#@ mantra -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " -msgstr "Einschränkungen: Es muss ein Bild sein. Es sollte maximal 64x64 Pixel groĂź sein. Empfohlen wird die Dateiendung .ico und .png ." - -#: admin/settings.php:2032 -#@ mantra -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "Aktiviere Mantra's Suchmaschinenoptimierung. Diese ist standartmaäßig angeschaltet und sollte nur deaktiviert werden, wenn du ein eigenes SEO Plugin benutzt." - -#: admin/settings.php:2044 -#@ mantra -msgid "Auto" -msgstr "Automatisch" - -#: admin/settings.php:2044 -#@ mantra -msgid "Manual" -msgstr "Manuell" - -#: includes/theme-functions.php:275 -#@ mantra -msgid "Home Page" -msgstr "Startseite" - -# context is missing, should be right -#: includes/theme-comments.php:28 -#@ mantra -msgid "says:" -msgstr "sagt:" - -#: includes/theme-comments.php:34 -#@ mantra -msgid "Your comment is awaiting moderation." -msgstr "Dein Kommentar erwartet Freischaltung." - -# context missing -#. translators: 1: date, 2: time -#: includes/theme-comments.php:41 -#@ mantra -msgid "at" -msgstr "bei" - -#: includes/theme-comments.php:41 -#: includes/theme-comments.php:58 -#@ mantra -msgid "(Edit)" -msgstr "(Bearbeite)" - -#: includes/theme-comments.php:58 -#@ mantra -msgid "Pingback: " -msgstr "Pingback:" - -#: includes/theme-loop.php:145 -#@ mantra -msgid "By " -msgstr "von" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "Leave a comment" -msgstr "Hinterlasse einen Kommentar" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "1 Comment" -msgstr "1 Kommentar" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "% Comments" -msgstr "% Kommentare" - -#: includes/theme-loop.php:185 -#@ mantra -msgid " Bookmark the " -msgstr "Speichere in deinen Favoriten diesen" - -#: includes/theme-loop.php:185 -#: includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -#@ mantra -msgid "Permalink to" -msgstr "Permalink zu" - -#: includes/theme-loop.php:185 -#: includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -#@ mantra -msgid "permalink" -msgstr "Permalink" - -#: includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -#@ mantra -msgid "Bookmark the " -msgstr "Speichere in deinen Favoriten diesen" - -#: includes/theme-loop.php:211 -#@ mantra -msgid "« Older posts" -msgstr "« Ă„ltere Beiträge" - -#: includes/theme-loop.php:212 -#@ mantra -msgid "Newer posts »" -msgstr "Neuere Beiträge »" - -#: includes/theme-seo.php:26 -#, php-format -#@ mantra -msgid "Page %s" -msgstr "Seite %s" - -#: includes/theme-setup.php:90 -#@ mantra -msgid "Primary Navigation" -msgstr "Primäre Navigation" - -#: includes/theme-setup.php:91 -#@ mantra -msgid "Top Navigation" -msgstr "Oberste Navigation" - -#: includes/theme-setup.php:92 -#@ mantra -msgid "Footer Navigation" -msgstr "FuĂźzeilennavigation" - -#: includes/theme-setup.php:139 -#@ mantra -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:200 -#@ mantra -msgid "Skip to content" -msgstr "Weiter zum Inhalt" - -#: includes/theme-setup.php:227 -#@ mantra -msgid "Primary Widget Area - Sidebar 1" -msgstr "Primärer Widgetbereich - Marginalspalte 1" - -#: includes/theme-setup.php:229 -#@ mantra -msgid "Primary widget area - Sidebar 1" -msgstr "Primärer Widgetbereich - Marginalspalte 1" - -#: includes/theme-setup.php:238 -#@ mantra -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Sekundärer Widgetbereich - Marginalspalte 1" - -#: includes/theme-setup.php:240 -#@ mantra -msgid "Secondary widget area - Sidebar 1" -msgstr "Sekundärer Widgetbereich - Marginalspalte 1" - -#: includes/theme-setup.php:249 -#@ mantra -msgid "Third Widget Area - Sidebar 2" -msgstr "Tertiärer Widgetbereich - Marginalspalte 2" - -#: includes/theme-setup.php:251 -#@ mantra -msgid "Third widget area - Sidebar 2" -msgstr "Tertiärer Widgetbereich - Marginalspalte 2" - -#: includes/theme-setup.php:260 -#@ mantra -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Quartitärer Widgetbereich - Marginalspalte 2" - -#: includes/theme-setup.php:262 -#@ mantra -msgid "Fourth widget area - Sidebar 2" -msgstr "Quartitärer Widgetbereich - Marginalspalte 2" - -#: includes/theme-setup.php:271 -#@ mantra -msgid "First Footer Widget Area" -msgstr "Erster FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:273 -#@ mantra -msgid "First footer widget area" -msgstr "Erster FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:282 -#@ mantra -msgid "Second Footer Widget Area" -msgstr "Zweiter FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:284 -#@ mantra -msgid "Second footer widget area" -msgstr "Zweiter FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:293 -#@ mantra -msgid "Third Footer Widget Area" -msgstr "Dritter FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:295 -#@ mantra -msgid "The third footer widget area" -msgstr "Der dritte FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:304 -#@ mantra -msgid "Fourth Footer Widget Area" -msgstr "Vierter FuĂźzeilen Widgetbereich" - -#: includes/theme-setup.php:306 -#@ mantra -msgid "The fourth footer widget area" -msgstr "Der vierte FuĂźzeilen Widgetbereich" - -#: admin/main.php:96 -#@ mantra -msgid "Header Settings" -msgstr "" - -#: admin/main.php:117 -#@ mantra -msgid "Header Height" -msgstr "" - -#: admin/main.php:118 -#@ mantra -msgid "Site Header" -msgstr "" - -#: admin/main.php:119 -#@ mantra -msgid "Custom Logo Upload" -msgstr "" - -#: admin/main.php:120 -#@ mantra -msgid "Header Top Spacing" -msgstr "" - -#: admin/main.php:121 -#@ mantra -msgid "Rounded Menu Corners" -msgstr "" - -#: admin/main.php:122 -#@ mantra -msgid "FavIcon Upload" -msgstr "" - -#: admin/main.php:142 -#@ mantra -msgid "Menu Items Background Color" -msgstr "" - -#: admin/main.php:143 -#@ mantra -msgid "First Sidebar Background Color" -msgstr "" - -#: admin/main.php:144 -#@ mantra -msgid "Second Sidebar Background Color" -msgstr "" - -#: admin/main.php:211 -#@ mantra -msgid "Custom Footer Text" -msgstr "" - -#: admin/settings.php:86 -#@ mantra -msgid "" -"Choose your layout. Possible options are:
    No sidebar, a single sidebar on either left of right, two sidebars on either left or \n" -"\t\tright and two sidebars on each side." -msgstr "" - -#: admin/settings.php:250 -#@ mantra -msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in." -msgstr "" - -#: admin/settings.php:272 -#@ mantra -msgid "" -"Enable the presentation front-page. This will become your new home page. It has a slider and columns for presentation\n" -"\t\ttext and images.
    If you have this enabled but don't see a Presentation page then go to Settings » Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" - -#: admin/settings.php:306 -#: admin/settings.php:310 -#@ mantra -msgid "milliseconds" -msgstr "" - -#: admin/settings.php:472 -#: admin/settings.php:487 -#: admin/settings.php:502 -#: admin/settings.php:517 -#: admin/settings.php:532 -#: admin/settings.php:574 -#: admin/settings.php:589 -#: admin/settings.php:604 -#: admin/settings.php:619 -#: admin/settings.php:759 -#: admin/settings.php:781 -#@ mantra -msgid "Select / Upload Image" -msgstr "" - -#: admin/settings.php:714 -#@ mantra -msgid "Center the header image horizontally" -msgstr "" - -#: admin/settings.php:717 -#@ mantra -msgid "Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = " -msgstr "" - -#: admin/settings.php:732 -#@ mantra -msgid "Enable or disable the round corners for the main menu items." -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Site Title and Description" -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Custom Logo" -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Clickable header image" -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Empty" -msgstr "" - -#: admin/settings.php:748 -#@ mantra -msgid "Choose what to display inside your header area." -msgstr "" - -#: admin/settings.php:758 -#@ mantra -msgid "Custom Logo upload. The logo will appear over the heder image if you have used one." -msgstr "" - -#: admin/settings.php:770 -#@ mantra -msgid "Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. " -msgstr "" - -#: admin/settings.php:1168 -#@ mantra -msgid "Content background color (Default value is FFFFFF). Works best with really light colors." -msgstr "" - -#: admin/settings.php:1182 -#@ mantra -msgid "First sidebar background color (Default is no color for a transparent sidebar)." -msgstr "" - -#: admin/settings.php:1189 -#@ mantra -msgid "Second sidebar background color (Default is no color for a transparent sidebar)." -msgstr "" - -#: admin/settings.php:1417 -#@ mantra -msgid "The background for your post-metas area (under your post tiltes). Gray by default." -msgstr "" - -#: admin/settings.php:2012 -#@ mantra -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
    Your custom CSS will be preserved when updating the theme.
    The <style> tags are not needed." -msgstr "" - -#: admin/settings.php:2019 -#@ mantra -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
    The <script> tags are not needed." -msgstr "" - -#: archive.php:28 -#@ mantra -msgctxt "monthly archives date format" -msgid "F Y" -msgstr "" - -#: archive.php:30 -#@ mantra -msgctxt "yearly archives date format" -msgid "Y" -msgstr "" - -#: attachment.php:33 -#: includes/theme-loop.php:147 -#, php-format -#@ mantra -msgid "View all posts by %s" -msgstr "" - -#: content-aside.php:16 -#: content-chat.php:16 -#: content-gallery.php:16 -#: content-gallery.php:49 -#: content-image.php:15 -#: content-link.php:16 -#: content-quote.php:14 -#: content-status.php:15 -#: content.php:20 -#, php-format -#@ mantra -msgid "Permalink to %s" -msgstr "" - -#: content-gallery.php:48 -#, php-format -#@ mantra -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "" -msgstr[1] "" - -#: includes/theme-comments.php:94 -#, php-format -#@ mantra -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "" -msgstr[1] "" - -#: includes/theme-functions.php:339 -#@ mantra -msgid "Powered by" -msgstr "" - -#: includes/theme-functions.php:341 -#@ mantra -msgid "Semantic Personal Publishing Platform" -msgstr "" - -#: includes/theme-setup.php:315 -#: includes/theme-setup.php:317 -#@ mantra -msgid "Above content Widget Area" -msgstr "" - -#: includes/theme-setup.php:326 -#: includes/theme-setup.php:328 -#@ mantra -msgid "Below Content Widget Area" -msgstr "" - -#: searchform.php:1 -#@ mantra -msgid "Search" -msgstr "Suchen" - diff --git a/themes/mantra/languages/el.po b/themes/mantra/languages/el.po index a22deded..4cde9a84 100644 --- a/themes/mantra/languages/el.po +++ b/themes/mantra/languages/el.po @@ -1,2168 +1,2168 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-08 18:32+0200\n" -"PO-Revision-Date: 2013-01-02 21:26+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.4\n" -"Language: el\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "Δεν βĎέθηκε" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"ΛυπούμαĎτε, η Ďελίδα που ζητήĎατε δεν ήταν δυνατό να βĎεθεί. ΊĎως η " -"αναζήτηĎη θα μποĎούĎε να Ďας φανεί χĎήĎιμη." - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "ΗμεĎήĎια ΑĎχεία: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Μηνιαία ΑĎχεία: %s" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "ΕτήĎια ΑĎχεία: %s" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "ΑĎχεία ΙĎτολογίου" - -#: archive.php:57 author.php:74 category.php:50 -msgid "Nothing Found" -msgstr "Δεν βĎέθηκαν αποτελέĎματα" - -#: archive.php:61 author.php:78 category.php:54 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"ΛυπούμαĎτε, δεν βĎέθηκαν αποτελέĎματα για Ď„Îż αĎχείο που ζήτηĎατε. ΊĎως η " -"αναζήτηĎη Ďάς βοηθήĎει να βĎείτε κάποια Ďυναφή δημοĎίευĎη." - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "ΕπιĎĎ„Ďοφή ĎĎ„Îż %s" - -#: attachment.php:29 -msgid "By" -msgstr "Από" - -#: attachment.php:40 -msgid "Published" -msgstr "ΔημοĎιευμένο" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "Το πλήĎες μέγεθος είναι %s εικονοĎτοιχεία" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "ΣύνδεĎμος Ď€Ďος τη πλήĎη εικόνα" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:48 content-gallery.php:64 content-image.php:41 -#: content-link.php:48 content-page.php:22 content-quote.php:46 -#: content-status.php:49 content.php:80 -msgid "Edit" -msgstr "ΕπεξεĎγαĎία" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "ΠεĎÎąĎĎότεĎα" - -#: attachment.php:101 content-aside.php:39 content-chat.php:37 -#: content-gallery.php:54 content-image.php:32 content-link.php:37 -#: content-page.php:21 content-quote.php:36 content-status.php:40 -#: content.php:52 content.php:69 -msgid "Pages:" -msgstr "Σελίδες:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "ΑĎχεία Συντάκτη: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "ΠληĎοφοĎίες Ďυντάκτη %s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "ΑĎχεία ΚατηγοĎίας: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"Αυτή η δημοĎίευĎη είναι Ď€ĎÎżĎτατευμένη. ΕιĎάγετε τον κωδικό για να δείτε τα " -"Ďχόλια." - -#: comments.php:41 comments.php:60 -msgid "Older Comments" -msgstr "ΠαλαιότεĎα Ďχόλια" - -#: comments.php:42 comments.php:61 -msgid "Newer Comments" -msgstr "ΝεώτεĎα Ďχόλια" - -#: comments.php:72 content-page.php:27 -msgid "Comments are closed." -msgstr "Τα Ďχόλια έχουν κλείĎει." - -#: content-aside.php:21 -msgid "Aside" -msgstr "ΠαĎαπλεύĎως" - -#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 -#: content-image.php:31 content-link.php:36 content-quote.php:35 -#: content-status.php:39 -msgid "Continue reading " -msgstr "ΠεĎÎąĎĎότεĎα " - -#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 -#: content-image.php:38 content-link.php:44 content-quote.php:43 -#: content-status.php:47 content.php:78 -msgid "Tagged" -msgstr "Ετικέτες" - -#: content-chat.php:20 -msgid "Chat" -msgstr "Συνομιλία" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "ÎκθεĎη" - -#: content-image.php:19 -msgid "Image" -msgstr "Εικόνα" - -#: content-link.php:20 -msgid "Link" -msgstr "ΣύνδεĎμος" - -#: content-quote.php:19 -msgid "Quote" -msgstr "ΠαĎάθεĎη" - -#: content-status.php:31 -msgid "Status" -msgstr "ΚατάĎταĎη" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "ΑποτελέĎματα αναζήτηĎης για: %s" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "Δεν βĎέθηκαν αποτελέĎματα για: %s" - -#: sidebar.php:35 sidebar.php:92 -msgid "Archives" -msgstr "ΑĎχεία" - -#: sidebar.php:42 sidebar.php:99 -msgid "Meta" -msgstr "Μεταδεδομένα" - -#: single.php:44 -msgid "View all posts by " -msgstr "ΠĎοβολή όλων των δημοĎιεύĎεων από " - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "ΑĎχεία Ετικέτας: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"ΠĎοτού μποĎέĎετε να μεταφοĎĎ„ĎŽĎετε Ď„Îż αĎχείο ειĎαγωγής, Ď€Ďέπει να διοĎθώĎετε " -"Ď„Îż ακόλουθο Ďφάλμα:" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "ΕιĎαγωγή ΡυθμίĎεων Îέματος Mantra" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Εδώ μποĎείτε να ειĎαγάγετε τις ΡυθμίĎεις του Mantra. ΠαĎακαλούμε " -"ĎημειώĎτε πως Ď€Ďόκειται για πειĎαματικό χαĎακτηĎÎąĎτικό." - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Επιλέξτε ένα αĎχείο από τον υπολογιĎτή Ďας:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "ΜέγιĎĎ„Îż μέγεθος: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "Και ειĎαγωγή!" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "ΕιĎαγωγή ΡυθμίĎεων Îέματος Mantra" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "ΥπέĎοχα! Οι ĎυθμίĎεις έχουν ειĎαχθεί!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "ΕπιĎĎ„ĎέĎτε Ďτη Ďελίδα ĎυθμίĎεων του Mantra και μελετήĎτε τις!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Ωχ! παĎουĎιάĎτηκε ένα μικĎĎŚ Ď€Ďόβλημα." - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"Το μεταφοĎτωμένο αĎχείο δεν πεĎιλαμβάνει έγκυĎες ĎυθμίĎεις για Ď„Îż Mantra. " -"Βεβαιωθείτε πως Ď„Îż αĎχείο έχει εξαχθεί από τη Ďελίδα ΡυθμίĎεων του Mantra" - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "Το μεταφοĎτωμένο αĎχείο δεν ήταν δυνατό να αναγνωĎθεί." - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"Δεν υποĎτηĎίζεται Îż τύπος του μεταφοĎτωμένου αĎχείου. Βεβαιωθείτε πως Ď„Îż " -"αĎχείο έχει εξαχθεί από τη Ďελίδα του Mantra και πως είναι αĎχείο κειμένου." - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Ωχ! Το αĎχείο είναι κενό ή δεν υπήĎχε αĎχείο. Αυτό Ď„Îż Ďφάλμα μποĎεί ακόμη να " -"Ď€Ďοκαλείται από την απενεĎγοποίηĎη των μεταφοĎĎ„ĎŽĎεων ĎĎ„Îż 'php.ini' ή από τον " -"Ď€ĎÎżĎδιοĎÎąĎÎĽĎŚ χαμηλότεĎης τιμής ĎĎ„Îż 'post_max_size' από εκείνη του " -"'upload_max_filesize' ĎĎ„Îż 'php.ini'" - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "ΣΦΑΛΜΑ: Δεν έχετε την αĎμοδιότητα να εκτελέĎετε τέτοιου είδους εĎγαĎία" - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "ΡυθμίĎεις Διάταξης" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "Σελίδα ΠαĎουĎίαĎης" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "ΡυθμίĎεις Κειμένου" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "ΡυθμίĎεις ΧĎώματος" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "ΡυθμίĎεις ΓĎαφικών" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "ΡυθμίĎεις ΠληĎοφοĎιών ΔημοĎίευĎης" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "ΡυθμίĎεις ΑποĎπάĎματος ΔημοĎίευĎης" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "ΡυθμίĎεις Επιλεγμένης Εικόνας" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "ΡυθμίĎεις Κοινωνικής ΔικτύωĎης" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "ΔιάφοĎες ΡυθμίĎεις" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "ΚύĎια Διάταξη" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "Πλάτος ΠεĎιεχομένου / ΠλευĎικής Στήλης" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "ÎŽĎος Εικόνας Κεφαλίδας" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "ΕνεĎγοποίηĎη Σελίδας ΠαĎουĎίαĎης" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "ΡυθμίĎεις Slider" - -#: admin/main.php:110 -msgid "Slides" -msgstr "Slides" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "Στήλες Σελίδας ΠαĎουĎίαĎης" - -#: admin/main.php:112 -msgid "Extras" -msgstr "ΠĎĎŚĎθετα" - -#: admin/main.php:114 -msgid "General Font" -msgstr "Γενική ΓĎαμματοĎειĎά" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "Μέγεθος Γενικής ΓĎαμματοĎειĎάς" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "ΓĎαμματοĎειĎά Τίτλου ΔημοĎίευĎης" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "Μέγεθος ΓĎαμματοĎειĎάς Τίτλου ΔημοĎίευĎης" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "ΓĎαμματοĎειĎά ΠλευĎικής Στήλης" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "Μέγεθος ΓĎαμματοĎειĎάς ΠλευĎικής Στήλης" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "ΓĎαμματοĎειĎά Υπο-Κεφαλίδας" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "Επιβολή ΣτοίχιĎης Κειμένου" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "ΕĎοχή παĎαγĎάφου" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "ΕĎοχή κεφαλίδας" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "ÎŽĎος ΓĎαμμής" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "ΑπόĎταĎη λέξεων" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "ΑπόĎταĎη χαĎακτήĎων" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "ΣκίαĎη κειμένου" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "ΧĎώμα ΥποβάθĎου" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "ΧĎώμα ΥποβάθĎου Κεφαλίδας (Μενού και Πανό)" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "ΧĎώμα ΥποβάθĎου ΠεĎιεχομεένου" - -#: admin/main.php:132 -msgid "Menu background color" -msgstr "ΧĎώμα υποβάθĎου μενού" - -#: admin/main.php:134 -msgid "Site Title Color" -msgstr "ΧĎώμα Τίτλου ΙĎτοτόπου" - -#: admin/main.php:135 -msgid "Site Description Color" -msgstr "ΧĎώμα ΠεĎιγĎαφής ΙĎτοτόπου" - -#: admin/main.php:137 -msgid "Content Text Color" -msgstr "ΧĎώμα Κειμένου ΠεĎιεχομένου" - -#: admin/main.php:138 -msgid "Links Color" -msgstr "ΧĎώμα ΣυνδέĎμων" - -#: admin/main.php:139 -msgid "Links Hover Color" -msgstr "ΧĎώμα ΣυνδέĎμων κατά την ΥπέĎπτηĎη του Δείκτη" - -#: admin/main.php:140 -msgid "Post Title Color" -msgstr "ΧĎώμα Τίτλου ΔημοĎίευĎης" - -#: admin/main.php:141 -msgid "Post Title Hover Color" -msgstr "ΧĎώμα Τίτλου ΔημοĎίευĎης κατά την ΥπέĎπτηĎη του Δείκτη" - -#: admin/main.php:142 -msgid "Sidebar Header Background Color" -msgstr "ΧĎώμα ΥποβάθĎου Κεφαλίδας ΠλευĎικής Στήλης" - -#: admin/main.php:143 -msgid "Sidebar Header Text Color" -msgstr "ΧĎώμα Κειμένου Κεφαλίδας ΠλευĎικής Στήλης" - -#: admin/main.php:144 -msgid "Footer Widget Background Color" -msgstr "ΧĎώμα ΥποβάθĎου Μονάδων ΥποĎέλιδου." - -#: admin/main.php:145 -msgid "Footer Background Color" -msgstr "ΧĎώμα ΥποβάθĎου ΥποĎέλιδου" - -#: admin/main.php:146 -msgid "Footer Widget Header Text Color" -msgstr "ΧĎώμα Κειμένου Κεφαλίδας Μονάδων ΥποĎέλιδου" - -#: admin/main.php:147 -msgid "Footer Widget Link Color" -msgstr "ΧĎώμα ΣυνδέĎμου Μονάδων ΥποĎέλιδου" - -#: admin/main.php:148 -msgid "Footer Widget Hover Color" -msgstr "ΧĎώμα Μονάδων ΥποĎέλιδου κατά την ΥπέĎπτηĎη του Δείκτη" - -#: admin/main.php:150 -msgid "Caption Border" -msgstr "ΠεĎÎŻÎłĎαμμα Λεζάντας" - -#: admin/main.php:151 -msgid "Post Images Border" -msgstr "ΠεĎÎŻÎłĎαμμα Εικόνων ΔημοĎίευĎης" - -#: admin/main.php:152 -msgid "Caption Pin" -msgstr "ΚαĎφίτĎα ΠεĎιγĎάμματος" - -#: admin/main.php:153 -msgid "Sidebar Menu Bullets" -msgstr "Κουκκίδες Μενού ΠλευĎικής Στήλης" - -#: admin/main.php:154 -msgid "Meta Area Background" -msgstr "ΥπόβαθĎÎż ΠεĎιοχής Μεταδεδομένων" - -#: admin/main.php:155 -msgid "Post Separator" -msgstr "ΔιαχωĎÎąĎτικό ΔημοĎιεύĎεων" - -#: admin/main.php:156 -msgid "Content List Bullets" -msgstr "Κουκκίδες ΛίĎτας ΠεĎιεχομένου" - -#: admin/main.php:157 -msgid "Title and Description" -msgstr "Τίτλος και ΠεĎιγĎαφή" - -#: admin/main.php:158 -msgid "Page Titles" -msgstr "Τίτλοι Σελίδων" - -#: admin/main.php:159 -msgid "Category Page Titles" -msgstr "Τίτλοι Σελίδων ΚατηγοĎιών" - -#: admin/main.php:160 -msgid "Hide Tables" -msgstr "ΑπόκĎĎ…Ďη Πινάκων" - -#: admin/main.php:161 -msgid "Back to Top button" -msgstr "Κουμπί ΕπιĎĎ„Ďοφής Ďτην ΚοĎυφή" - -#: admin/main.php:162 -msgid "Text Under Comments" -msgstr "Κείμενο Κάτωθεν Σχολίων" - -#: admin/main.php:163 -msgid "Comments are closed text" -msgstr "Κείμενο κλειĎίματος Ďχολίων" - -#: admin/main.php:164 -msgid "Comments off" -msgstr "ΑνενεĎγός ĎχολιαĎÎĽĎŚĎ‚" - -#: admin/main.php:165 -msgid "Insert footer copyright" -msgstr "ΕιĎάγετε τα Ďτοχεία πνευματικών δικαιωμάτων για Ď„Îż υποĎέλιδο" - -#: admin/main.php:167 -msgid "Post Comments Link" -msgstr "ΣύνδεĎμος Σχολίων ΔημοĎίευĎης" - -#: admin/main.php:168 -msgid "Post Date" -msgstr "ΗμεĎομηνία ΔημοĎίευĎης" - -#: admin/main.php:169 -msgid "Post Time" -msgstr "ÎŹĎα ΔημοĎίευĎης" - -#: admin/main.php:170 -msgid "Post Author" -msgstr "Συντάκτης ΔημοĎίευĎης" - -#: admin/main.php:171 -msgid "Post Category" -msgstr "ΚατηγοĎία ΔημοĎίευĎης" - -#: admin/main.php:172 -msgid "Post Tags" -msgstr "Ετικέτες ΔημοĎίευĎης" - -#: admin/main.php:173 -msgid "Post Permalink" -msgstr "Μόνιμος ΣύνδεĎμος ΔημοĎίευĎης" - -#: admin/main.php:174 -msgid "All Post Metas" -msgstr "Σύνολο Μεταδεδομένων ΔημοĎίευĎης" - -#: admin/main.php:176 -msgid "Post Excerpts on Home Page" -msgstr "ΑποĎπάĎματα ΔημοĎίευĎης Ďτην ΑĎχική Σελίδα" - -#: admin/main.php:177 -msgid "Affect Sticky Posts" -msgstr "ΚεντĎικές ΔημοĎιεύĎεις" - -#: admin/main.php:178 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "ΑποĎπάĎματα ΔημοĎίευĎης Ďτις Σελίδες ΑĎχείων και ΚατηγοĎιών" - -#: admin/main.php:179 -msgid "Number of Words for Post Excerpts " -msgstr "ΑĎιθμός Λέξεων ΑποĎπάĎματος ΔημοĎιεύĎεων" - -#: admin/main.php:180 -msgid "Magazine Layout" -msgstr "Διάταξη ΠεĎιοδικού" - -#: admin/main.php:181 -msgid "Excerpt suffix" -msgstr "ΠĎόθεμα ΑποĎπάĎματος" - -#: admin/main.php:182 -msgid "Continue reading link text " -msgstr "Κείμενο ĎυνδέĎμου 'διαβάĎτε πεĎÎąĎĎότεĎα'" - -#: admin/main.php:183 -msgid "HTML tags in Excerpts" -msgstr "Ετικέτες HTML Ďτα ΑποĎπάĎματα" - -#: admin/main.php:185 -msgid "Featured Images as POST Thumbnails " -msgstr "Επιλεγμένες Εικόνες ως ΜικĎογĎαφίες ΔΗΜΟΣΙΕΥΣΗΣ" - -#: admin/main.php:186 -msgid "Auto Select Images From Posts " -msgstr "Αυτόματη Επιλογή Εικόνων ΔημοĎιεύĎεων" - -#: admin/main.php:187 -msgid "Thumbnails Alignment " -msgstr "ΣτοίχιĎη ΜικĎογĎαφιών" - -#: admin/main.php:188 -msgid "Thumbnails Size " -msgstr "Μέγεθος ΜικĎογĎαφιών" - -#: admin/main.php:189 -msgid "Featured Images as HEADER Images " -msgstr "Επιλεγμένες Εικόνες ως Εικόνες ΚΕΦΑΛΙΔΑΣ" - -#: admin/main.php:191 -msgid "Link nr. 1" -msgstr "ΣύνδεĎμος αĎ. 1" - -#: admin/main.php:192 -msgid "Link nr. 2" -msgstr "ΣύνδεĎμος αĎ. 2" - -#: admin/main.php:193 -msgid "Link nr. 3" -msgstr "ΣύνδεĎμος αĎ. 3" - -#: admin/main.php:194 -msgid "Link nr. 4" -msgstr "ΣύνδεĎμος αĎ. 4" - -#: admin/main.php:195 -msgid "Link nr. 5" -msgstr "ΣύνδεĎμος αĎ. 5" - -#: admin/main.php:196 -msgid "Socials display" -msgstr "ΕμφάνιĎη κοινωνικών δικτύων" - -#: admin/main.php:198 -msgid "Make Site Header a Link" -msgstr "Κεφαλίδα ΙĎτοτόπου ως ΣύνδεĎμος" - -#: admin/main.php:199 -msgid "Breadcrumbs" -msgstr "ΔιαδĎομή" - -#: admin/main.php:200 -msgid "Pagination" -msgstr "ΣελιδοποίηĎη" - -#: admin/main.php:201 -msgid "Mobile view" -msgstr "ΠĎοβολή ΦοĎητών ÎŁĎ…Ďκευών" - -#: admin/main.php:202 -msgid "FavIcon" -msgstr "Favicon" - -#: admin/main.php:203 -msgid "Custom CSS" -msgstr "ΠĎÎżĎαĎÎĽÎżĎμένος κώδικας CSS" - -#: admin/main.php:204 -msgid "Custom JavaScript" -msgstr "ΠĎÎżĎαĎÎĽÎżĎμένος κώδικας Javascript" - -#: admin/main.php:205 -msgid "SEO Settings" -msgstr "ΡυθμίĎεις SEO" - -#: admin/main.php:222 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Συγγνώμη, δεν έχει επαĎκή δικαιώματα Ď€ĎĎŚĎβαĎης Ď' αυτή τη Ďελίδα." - -#: admin/main.php:232 -msgid "Mantra settings updated successfully." -msgstr "Οι ĎυθμίĎεις του Mantra ενημέĎωθηκαν επιτυχώς." - -#: admin/main.php:243 -msgid "Reset to Defaults" -msgstr "ΕπαναφοĎά ΠĎοεπιλογών" - -#: admin/main.php:244 -msgid "Save Changes" -msgstr "ΑποθήκευĎη Αλλαγών" - -#: admin/main.php:258 -msgid "" -"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

    \n" -"\t\t\t

    So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

    " -msgstr "" -"

    Εδώ Ďτην Cryout Creations (την εταιĎεία ανάπτυξης του Îέματος Mantra), " -"αφιεĎώνουμε πολλές νύχτες, μία μετά την άλλη, Ďτην βελτίωĎη του θέματος " -"Mantra. ΔιοĎθώνουμε αĎκετές δυĎλειτουĎγίες (που δημιουĎγήĎαμε νωĎίτεĎα), " -"Ď€ĎÎżĎθέτουμε ολοένα και πεĎÎąĎĎότεĎες ĎυθμίĎεις Ď€ĎÎżĎαĎμογής, Ď€ĎÎżĎπαθώντας " -"ταυτόχĎονα να τις διατηĎούμε ĎŚĎÎż πιο απλές γίνεται. Îπειτα... μποĎεί να " -"παίξουμε και λίγο αλλά να είĎτε ĎίγουĎοι ĎŚĎ„Îą επιĎĎ„Ďέφουμε για να διαβάĎουμε " -"και (Ďτις πεĎÎąĎĎότεĎες πεĎιπτώĎεις) να απαντήĎουμε Ďτα μεταμεĎονύχτα email " -"και Ďχόλιά Ďας, να ÎşĎατήĎουμε ĎημειώĎεις και να δημιουĎγήĎουμε Ďχέδια για " -"Ď€Ďάγματα που θέλουμε να υλοποιήĎουμε Ďε μελλοντικές εκδόĎεις.

    \n" -"\t\t\t

    Οπότε θα αναĎωτιέĎτε: Πώς τα καταφέĎνουν; Πώς μποĎούν να μένουν " -"Ď„ĎŚĎÎż φĎέĎκιοι μετά από Ď„ĎŚĎη δουλειά πάνω Ď' αυτό Ď„Îż αναθεματιĎμένο θέμα; Λοιπόν, είναι απλό. Πίνουμε πολύ καφέ. Βιομηχανικές ποĎότητες ζεĎτού, " -"βĎαĎτού καφέ. Μας αĎέĎει πολύ! Οπότε αν θέλετε να βοηθήĎτε την Ďυνεχή " -"ανάπτυξη του θέματος Mantra...

    " - -#: admin/main.php:273 -msgid "Import/Export Settings" -msgstr "ΕιĎαγωγή/Εξαγωγή ΡυθμίĎεων" - -#: admin/main.php:279 -msgid "Export Theme options" -msgstr "Εξαγωγή ΡυθμίĎεων Îέματος" - -#: admin/main.php:280 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"ΤόĎÎż εύκολο είναι: ένα 'κλικ' του ποντικιού μακĎυά - η δυνατότητα να εξάγετε " -"τις ΡυθμίĎεις του Mantra και να τις αποθηκεύετε Ďτον υπολογιĎτή Ďας. Νιώθετε " -"πιο αĎφαλείς; Îα έπĎεπε!" - -#: admin/main.php:285 -msgid "Import Theme options" -msgstr "ΕιĎαγωγή ΡυθμίĎεων Îέματος" - -#: admin/main.php:286 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"ΕλλείĎει της λειτουĎγίας ειĎαγωγής η εξαγωγή θα ήταν μάταιη. Βεβαιωθείτε πως " -"έχετε έτοιμο Ď„Îż εξαχθέν αĎχείο και θα Ďας δούμε μετά Ď„Îż επόμενο κλικ." - -#: admin/main.php:293 -msgid "Mantra Latest News" -msgstr "Τελευταία Νέα για Ď„Îż Mantra" - -#: admin/main.php:304 -msgid "No news items." -msgstr "Δεν υπάĎχουν νέα." - -#: admin/main.php:318 -msgid "Mantra Help" -msgstr "Βοήθεια Mantra" - -#: admin/main.php:321 -msgid "" -"\n" -"\t\t\t
      \n" -"\t\t\t\t
    • - Need any Mantra or WordPress help?
    • \n" -"\t\t\t\t
    • - Want to know what changes are made to the theme with each new " -"version?
    • \n" -"\t\t\t\t
    • - Found a bug or maybe something doesn't work exactly as " -"expected?
    • \n" -"\t\t\t\t
    • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
    • \n" -"\t\t\t\t
    • - Want a setting implemented?
    • \n" -"\t\t\t\t
    • - Do you have or would you like to make a translation of the " -"Mantra Theme?
    • \n" -"\t\t\t
    \n" -"\t\t\t

    Then come visit us at Mantra's support page.

    \n" -"\t" -msgstr "" -"\n" -"\t\t\t
      \n" -"\t\t\t\t
    • - ΧĎειάζεĎτε βοήθεια με Ď„Îż Mantra ή Ď„Îż Wordpress;
    • \n" -"\t\t\t\t
    • - Îέλετε να γνωĎίζετε Ď„ÎŻ αλλαγές γίνονται ĎĎ„Îż θέμα Ďε κάθε νέα " -"έκδοĎη;
    • \n" -"\t\t\t\t
    • - Îχετε εντοπίĎει μια δυĎλειτουĎγία ή μήπως κάτι δεν λειτουĎγεί " -"όπως ακĎιβώς θα έπĎεπε;
    • \n" -"\t\t\t\t
    • - Îχετε μια ιδέα για τη βελτίωĎη του θέματος Mantra ĎŽĎτε να " -"ικανοποιεί πεĎÎąĎĎότεĎÎż τις ανάγκες Ďας;
    • \n" -"\t\t\t\t
    • - Îέλετε να Ď€ĎÎżĎτεθεί μια ĎύθμιĎη;
    • \n" -"\t\t\t\t
    • - Îέλετε να υποβάλετε μια μετάφĎαĎη για Ď„Îż θέμα Mantra;
    • \n" -"\t\t\t
    \n" -"\t\t\t

    Τότε επιĎκεφθείτε μας Ďτη Ďελίδα υποĎτηĎίξης του Mantra.

    \n" -"\t" - -#: admin/main.php:332 -msgid "Mantra Support Page" -msgstr "Σελίδα ΥποĎτήĎιξης του Mantra" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "Μία Ďτήλη (χωĎÎŻĎ‚ πλευĎικές Ďτήλες)" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "Δύο Ďτήλες, η πλευĎική Ďτήλη Ďτα δεξιά." - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "Δύο Ďτήλες, η πλευĎική Ďτήλη Ďτα αĎÎąĎτεĎά" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "ΤĎεις Ďτήλες, οι πλευĎικές Ďτήλες Ďτα δεξιά" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "ΤĎεις Ďτήλες, οι πλευĎικές Ďτήλες Ďτα αĎÎąĎτεĎά" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "ΤĎεις Ďτήλες, μία πλευĎική Ďτήλη Ďε κάθε πλευĎά" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "Επιλέξτε διάταξη" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "Απόλυτες" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "Σχετικές" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "ΔιαĎτάĎεις:" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "ΠεĎιεχόμενο =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "ΠλευĎική(-ές) Στήλη(-ες) =" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "Συνολικό πλάτος =" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Επιλέξτε Ď„Îż πλάτος του πεĎιεχομένου και της(των) πλευĎικής(-ών) " -"Ďτήλης(-ών). \n" -" \t\tΗ πεĎιοχή του πεĎιεχομένου δεν μποĎεί να έχει πλάτος μικĎότεĎÎż των " -"500px και η πεĎιοχή της πλευĎικής Ďτήλης Ď€Ďέπει να έχει πλάτος τουλάχιĎτον " -"220px και όχι μεγαλύτεĎÎż από 800px.
    \n" -"\tΑν επιλέξετε 3 Ďτήλες (με δύο πλευĎικές Ďτήλες) Ď„Îż πλάτος της κάθεμιάς θα " -"είναι Ď„Îż ήμιĎĎ… του επιλεγμένου πλάτους." - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
    \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
    \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Επιλέξτε Ď„Îż πλάτος του πεĎιεχομένου και της(των) πλευĎικής(-ών) " -"Ďτήλης(-ών). \n" -" \t\tΠĎόκειται για Ďχετικές διαĎτάĎεις - Ďχετικές Ď€Ďος τον φυλλομετĎητή του " -"χĎήĎτη. Το Ďυνολικό πλάτος είναι ένα ποĎÎżĎĎ„ĎŚ του πλάτος του φυλλομετĎητή." -"
    \n" -"\t Αν και Ď„Îż πεĎιεχόμενο δεν μποĎεί να έχει πλάτος μικĎότεĎÎż του 40%, η " -"πλευĎική Ďτήλη έχει μέγεθος τουλάχιĎτον 20% και όχι πάνω από 50%.
    \n" -"\tΑν επιλέξτε 3 Ďτήλες (με δύο πλευĎικές Ďτήλες) καθεμιά θα έχει Ď„Îż ήμιĎĎ… " -"του επιλεγμένου πλάτους." - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"Επιλέξτε Ď„Îż ĎŤĎος της κεφαλίδας. Αφού αποθηκεύĎετε τις ĎυθμίĎεις πηγαίντε και " -"μεταφοĎĎ„ĎŽĎτε τη νέα Ďας εικόνα κεφαλίδας. Το πλάτος της κεφαλίδας θα είναι =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 -#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 -#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 -#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 -msgid "Enable" -msgstr "ΕνεĎγοποίηĎη" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 -#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 -#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 -#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 -msgid "Disable" -msgstr "ΑπενεĎγοποίηĎη" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page and " -"it will replace whatever page you have selected as homepage. It has a slider " -"and columns for presentation\n" -"\t\ttext and images." -msgstr "" -"ΕνεĎγοποίηĎη της Ďελίδας παĎουĎίαĎης. Αυτή θα γίνει η νέα Ďας αĎχική Ďελίδα " -"και θα αντικαταĎτήĎει οποιαδήποτε Ďελίδα έχει επιλέξει ως αĎχική Ďελίδα. " -"ΠεĎιλαμβάνει έναν slider και Ďτήλες για τη παĎουĎίαĎη \n" -"\t\tκειμένου και εικόνων." - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "ΔιαĎτάĎεις Slider:" - -#: admin/settings.php:276 -msgid "width" -msgstr "πλάτος" - -#: admin/settings.php:277 -msgid "height" -msgstr "ĎŤĎος" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" -"Οι διαĎτάĎεις του slider. Βεβαιωθείτε πως οι εικόνες Ďας είναι του ίδιου " -"μεγέθους." - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "ΓĎαφική ΑπεικόνιĎη" - -#: admin/settings.php:282 -msgid "Random" -msgstr "Τυχαία" - -#: admin/settings.php:282 -msgid "Fold" -msgstr "Fold" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "Fade" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "SlideInRight" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "SlideInLeft" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "SliceDown" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "SliceDownLeft" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "SliceUp" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "SliceUpLeft" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "SliceUpDown" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "SliceUpDownLeft" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "BoxRandom" - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "BoxRain" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "BoxRainReverse" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "BoxRainGrow" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "BoxRainGrowReverse" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "Το εφέ μετάβαĎης που θα χĎηĎιμοποιεί Îż slider" - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "ΡυθμίĎεις ΠεĎιγĎάμματος:" - -#: admin/settings.php:293 -msgid "Width" -msgstr "Πλάτος" - -#: admin/settings.php:294 -msgid "Color" -msgstr "ΧĎώμα" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "Το πλάτος και Ď„Îż χĎώμα του πεĎιγĎάμματος του slider." - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "ΧĎόνος ÎłĎαφικής απεικόνιĎης:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "milliseconds (1000ms = 1 δευτεĎόλεπτο) " - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "" -"Îź χĎόνος εντός του οποίου Ď€Ďαγματοποιείται η μετάβαĎη της ÎłĎαφικής " -"απεικόνιĎης." - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "ΧĎόνος ΠαύĎης" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "Îź χĎόνος που ένα slide παĎαμένει ακίνητο και ÎżĎατό." - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "ΠλοήγηĎη Slider:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "ΑĎιθμοί" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "Κουκκίδες" - -#: admin/settings.php:309 admin/settings.php:1259 -msgid "None" -msgstr "Καμμία" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "Îź τύπος πλοήγηĎης του slider. Εμφανίζεται κάτωθεν του slider." - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "Βέλη Slider:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "Πάντοτε ÎźĎατό" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "ÎźĎατά κατά την ΥπέĎπτηĎη του Δείκτη" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "ΚĎυμμένα" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "Τα ΑĎÎąĎτεĎά και Δεξιά Βέλη του Slider" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "Επιλέξτε ΚατηγοĎία" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "ΠĎÎżĎαĎÎĽÎżĎμένα Slides" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "Τελευταίες ΔημοĎιεύĎεις" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "Τυχαίες ΔημοĎιεύĎεις" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "ΚεντĎικές ΔημοĎιεύĎεις" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "Τελευταίες ΔημοĎιεύĎεις ΚατηγοĎίας" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "Τυχαίες ΔημοĎιεύĎεις ΚατηγοĎίας" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "Επιλεγμένες ΔημοĎιεύĎεις" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "Στον slider θα φοĎτώνονται οι τελευταίες δημοĎιεύĎεις." - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "Στον slider θα φοĎτώνονται τυχαίες δημοĎιεύĎεις." - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" -"Στον slider θα φοĎτώνονται οι τελευταίες δημοĎιεύĎεις από τις κατηγοĎίες που " -"θα επιλέξετε." - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "" -"Στον slider θα φοĎτώνονται τυχαίες δημοĎιεύĎεις από τη κατηγοĎία που θα " -"επιλέξετε." - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Μόνο ΚεντĎικές ΔημοĎιεύĎεις θα φοĎτώνονται Ďτον slider." - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" -"ΕιĎάγετε τα αναγνωĎÎąĎτικά/ID των δημοĎιεύĎεων που θέλετε να Ď€Ďοβάλετε " -"(χωĎÎąĎμένα με κόμμα):" - -#: admin/settings.php:436 -msgid "
    Choose the cateogry: " -msgstr "
    Επιλέξτε κατηγοĎία: " - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "ΑĎιθμός δημοĎιεύĎεων Ď€Ďος εμφάνιĎη:" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "Slide 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "ΜεταφοĎĎ„ĎŽĎτε ή επιλέξτε μια εικόνα από τη Ďυλλογή" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "Τίτλος" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "Κείμενο" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "Slide 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "Slide 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "Slide 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "Slide 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"Το πεĎιεχόμενο των slide Ďας. Μόνο η εικόνα είναι απαιτούμενη, όλα τα άλλα " -"πεδία είναι Ď€ĎοαιĎετικά. Μόνο τα slide που πεĎιλαμβάνουν μια εικόνα θα " -"επιλεγούν και θα καταĎτούν ενεĎγά και ÎżĎατά Ďτον slider." - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "ΑĎιθμός Ďτηλών:" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "ÎŽĎος Εικόνας" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "Κείμενο 'ΔιαβάĎτε πεĎÎąĎĎότεĎα':" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"Το κείμενο που εμφανίζεται ως ĎύνδεĎμος κάτω από όλες τις Ďτήλες. ΜποĎείτε " -"να διαγĎάĎετε Ď„Îż κείμενο αν δεν Ď„Îż χĎειάζεĎτε." - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "1η Στήλη" - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "2η Στήλη" - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "3η Στήλη" - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "4η Στήλη" - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "ΠĎĎŚĎθετο Κείμενο" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "ΚύĎιος Τίτλος" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "ΔευτεĎεύων Τίτλος" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "ΧĎώμα τίτλου" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "ΧĎώμα Τίτλων (ΠĎοεπιλεγμένη τιμή: 333333)" - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "Συνοδευτικό Κείμενο 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "Συνοδευτικό Κείμενο 2" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Επιπλέον κείμενο για την αĎχική Ďας Ďελίδα. Îź Ď€Ďώτος τίτλος τοποθετείται " -"πάνω από τον slider, Îż δεύτεĎος τίτλος μεταξύ του slider και των Ďτηλών και " -"διατίθενται δύο ακόμη ĎειĎές κειμένου κάτω από τις Ďτήλες.\n" -"\t\t Όλα τα πεδία είναι Ď€ĎοαιĎετικά, οπότε μποĎείτε να τα αφήĎτε κενά αν δεν " -"τα χĎειάζεĎτε." - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "ΑπόκĎĎ…Ďη πεĎιοχών" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "ΑπόκĎĎ…Ďη της κεφαλίδας (εικόνας ή χĎώματος υποβάθĎου)" - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "ΑπόκĎĎ…Ďη του κύĎιου μενού (των κύĎιων καĎτελών πλοήγηĎης)" - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "ΑπόκĎĎ…Ďη μονάδων υποĎέλιδου." - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "ΑπόκĎĎ…Ďη υποĎέλιδου (πεĎιοχή δήλωĎης πνευματικών δικαιωμάτων)" - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "ΑπόκĎĎ…Ďη του άĎĎ€Ďου χĎώματος. Îα παĎαμείνει μόνο Ď„Îż χĎώμα υποβάθĎου." - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "Επιλέξτε τις πεĎιοχές που θέλετε να ÎşĎĎŤĎετε Ďτην Ď€Ďώτη Ďελίδα." - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Επιλέξτε μέγεθος ÎłĎαμματοĎειĎάς για Ď„Îż ÎąĎτολόγιό Ďας. ΕπηĎεάζει τις Σελίδες, " -"τις ΔημοĎιεύĎεις και τα Σχόλια. Τα Κουμπιά, οι Κεφαλίδες και τα ΠλευĎικά " -"μενού θα παĎαμείνουν ως έχουν." - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιήĎετε ĎĎ„Îż " -"ÎąĎτολογιό Ďας. Îα επηĎεάĎει όλο Ď„Îż κείμενο που βĎÎŻĎκεται εντός του " -"πεĎιεχομένου (ĎυμπεĎιλαμβανομένων και των κουμπιών του μενού)." - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"Εναλλακτικά ειĎάγετε τη ΓĎαμματοĎειĎά Google που επιθυμείτε παĎακάτω. " -"ΠαĎακαλούμε ειĎάγετε μόνο Ď„Îż όνομα της ÎłĎαμματοĎειĎάς.
    Πχ: Marko One. ΕπιĎκεφθείτε τις " -"ÎłĎαμματοĎειĎές google για λίγη έμπνευĎη." - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιήĎετε για " -"τους τίτλους. Îα επηĎεάĎει τους τίτλους δημοĎιεύĎεων και Ďελίδων. Επιλέξτε " -"'ΠĎοεπιλογή\" και θα χĎηĎιμοποιηθεί η γενική ÎłĎαμματοĎειĎά που έχετε ÎżĎÎŻĎει." - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιούν οι " -"πλευĎικές Ďτήλες. Îα επηĎεαĎτεί Ď„Îż κείμενο Ďτις πλευĎικές Ďτήλες, " -"ĎυμπεĎιλαμβανομένων και των μονάδων. Επιλέξτε 'ΠĎοεπιλογή' για να " -"χĎηĎιμοποιηθεί η γενική ÎłĎαμματοĎειĎά που έχετε ÎżĎÎŻĎει." - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιούν οι υπο-" -"κεφαλίδες (ετικέτες h2-h6). Επιλέξτε 'ΠĎοεπιλογή' για να χĎηĎιμοποιηθεί η " -"γενική ÎłĎαμματοĎειĎά που έχετε ÎżĎÎŻĎει." - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "ΠĎοεπιλογή" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Μέγεθος ΓĎαμματοĎειĎάς Κεφαλίδας ΔημοĎίευĎης. Επιλέξτε 'ΠĎοεπιλογή' για τις " -"κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί βάĎει του κώδικα CSS)" - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Μέγεθος ΓĎαμματοĎειĎάς ΠλευĎικής Στήλης. Επιλέξτε 'ΠĎοεπιλογή' για τις " -"κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί βάĎει του κώδικα CSS)" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Left" -msgstr "ΑĎÎąĎτεĎά" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Right" -msgstr "Δεξιά" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "ΠλήĎης" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Center" -msgstr "ΚέντĎÎż" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Αυτή η ĎύθμιĎη υπεĎβαίνει την ĎτοίχιĎη κειμένου των δημοĎιεύĎεων και των " -"Ďελίδων. Επιλέξτε 'ΠĎοεπιλογή' για τις κανονικές ĎυθμίĎεις (η ĎύθμιĎη θα " -"παĎαμείνει ως έχει Ďτις δημοĎιεύĎεις, τα Ďχόλια κοκ)." - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "ÎźĎÎŻĎτε Ď„Îż μέγεθος της εĎοχής των παĎαγĎάφων." - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "" -"ΑπενεĎγοποίηĎη της Ď€Ďοεπιλεγμένης εĎοχής κεφαλίδας και τίτλου (αĎÎąĎτεĎĎŚ " -"πεĎιθώĎιο)." - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"ÎŽĎος ÎłĎαμμής κειμένου. Η απόĎταĎη μεταξύ δύο ÎłĎαμμών κειμένου. Επιλέξτε " -"'ΠĎοεπιλογή' για τις κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί " -"βάĎει του κώδικα CSS)." - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Η απόĎταĎη/Ď„Îż διάĎτημα μεταξύ λέξεων. Επιλέξτε 'ΠĎοεπιλογή' για τις " -"κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί βάĎει του κώδικα CSS)." - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Η απόĎταĎη/Ď„Îż διάĎτημα μεταξύ χαĎακτήĎων/ÎłĎαμμάτων. Επιλέξτε " -"'ΠĎοεπιλογή' για τις κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί " -"βάĎει του κώδικα CSS)." - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "" -"ΑπενεĎγοποίηĎη της Ď€Ďοεπιλεγμένης ĎκίαĎης κειμένου Ďτις κεφαλίδες και τους " -"τίτλους. " - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "ΧĎώμα υποβάθĎου (ΠĎοεπιλεγμένη τιμή: 444444)." - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"ΧĎώμα υποβάθĎου κεφαλίδας (ΠĎοεπιλεγμένη τιμή: 333333) ΜποĎείτε να " -"διαγĎάĎετε Ď„Îż πεĎιεχόμενο για να μην έχετε χĎώμα υποβάθĎου." - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FAFAFA). Works best with really " -"light colors." -msgstr "" -"ΧĎώμα υποβάθĎου πεĎιεχομένου (ΠĎοεπιλεγμένη τιμή: FAFAFA). ΠĎοτιμήĎτε " -"φωτεινά χĎώματα." - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"ΧĎώμα υποβάθĎου του κύĎιου μενού (ΠĎοεπιλεγμένη τιμή: FAFAFA). Îα Ď€Ďέπει να " -"είναι Ď„Îż ίδιο χĎώμα με Ď„Îż υπόβαθĎÎż πεĎιεχομένου ή κάποιο εξίĎου φωτεινό." - -#: admin/settings.php:1081 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" -"ΧĎώμα υποβάθĎου υποĎέλιδου-πεĎιοχής μονάδων (ΠĎοεπιλεγμένη τιμή: 171717)." - -#: admin/settings.php:1089 -msgid "Footer background color (Default value is 222222)." -msgstr "ΧĎώμα υποβάθĎου υποĎέλιδου (ΠĎοεπιλεγμένη τιμή: 222222)." - -#: admin/settings.php:1097 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Το χĎώμα του τίτλου του ÎąĎτολογίου Ďας (ΠĎοεπιλεγμένη τιμή: 0D85CC)." - -#: admin/settings.php:1105 -msgid "Your blog's description color(Default value is 222222)." -msgstr "" -"Το χĎώμα της πεĎιγĎαφής του ÎąĎτολογίου Ďας (ΠĎοεπιλεγμένη τιμή: 222222)." - -#: admin/settings.php:1113 -msgid "Content Text Color (Default value is 333333)." -msgstr "ΧĎώμα Κειμένου ΠεĎιεχομένου (ΠĎοεπιλεγμένη τιμή: 333333)." - -#: admin/settings.php:1121 -msgid "Links color (Default value is 0D85CC)." -msgstr "ΧĎώμα ĎυνδέĎμων (ΠĎοεπιλεγμένη τιμή: 0D85CC)." - -#: admin/settings.php:1129 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" -"ΧĎώμα ΣυνδέĎμων κατά την ΥπέĎπτηĎη του Δείκτη (ΠĎοεπιλεγμένη τιμή: 333333)." - -#: admin/settings.php:1137 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "ΧĎώμα Κειμένου Κεφαλίδας ΔημοĎίευĎης (ΠĎοεπιλεγμένη τιμή: 333333)" - -#: admin/settings.php:1145 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" -"ΧĎώμα Κειμένου Κεφαλίδας ΔημοĎίευĎης κατά την ΥπέĎπτηĎη του Δείκτη " -"(ΠĎοεπιλεγμένη τιμή: 000000)." - -#: admin/settings.php:1153 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "" -"ΧĎώμα ΥποβάθĎου Κεφαλίδας ΠλευĎικής Στήλης (ΠĎοεπιλεγμένη τιμή: 444444)." - -#: admin/settings.php:1162 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "" -"ΧĎώμα Κειμένου Κεφαλίδας ΠλευĎικής Στήλης (ΠĎοεπιλεγμένη τιμή: 2EA5FD)." - -#: admin/settings.php:1170 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "ΧĎώμα Κειμένου Μονάδων ΥποĎέλιδου (ΠĎοεπιλεγμένη τιμή: 0D85CC)" - -#: admin/settings.php:1178 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "ΧĎώμα ΣυνδέĎμου Μονάδων ΥποĎέλιδου (ΠĎοεπιλεγμένη τιμή: 666666)." - -#: admin/settings.php:1186 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"ΧĎώμα ΣυνδέĎμου Μονάδων ΥποĎέλιδου κατά την ΥπέĎπτηĎη του Δείκτη " -"(ΠĎοεπιλεγμένη τιμή: 888888)." - -#: admin/settings.php:1198 admin/settings.php:1259 -msgid "White" -msgstr "ΆĎĎ€ĎÎż" - -#: admin/settings.php:1198 -msgid "Light" -msgstr "Φωτεινό" - -#: admin/settings.php:1198 -msgid "Light Gray" -msgstr "Φωτεινό ΓκĎÎą" - -#: admin/settings.php:1198 admin/settings.php:1259 -msgid "Gray" -msgstr "ΓκĎίζο" - -#: admin/settings.php:1198 -msgid "Dark Gray" -msgstr "Σκοτεινό ΓκĎÎą" - -#: admin/settings.php:1198 -msgid "Black" -msgstr "ΜαύĎÎż" - -#: admin/settings.php:1206 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Αυτή η ĎύθμιĎη αλλάζει την ĎŚĎη των λεζαντών. Οι εικόνες που δεν ειĎάγονται " -"με λεζάντες δεν θα επηĎεαĎτούν." - -#: admin/settings.php:1222 -msgid "The border around your inserted images. " -msgstr "Το πεĎÎŻÎłĎαμμα γύĎω από τις ειĎαχθείĎες εικόνες." - -#: admin/settings.php:1237 -msgid "The image on top of your captions. " -msgstr "Η εικόνα πάνω από τις λεζάντες Ďας." - -#: admin/settings.php:1252 -msgid "The sidebar list bullets. " -msgstr "Οι κουκκίδες λίĎτας της πλευĎικής Ďτήλης." - -#: admin/settings.php:1267 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "" -"Το υπόβαθĎÎż της πεĎιοχής μεταδεδομένων (κάτωθεν των δημοĎιεύĎεων). ΓκĎίζο εκ " -"Ď€Ďοεπιλογής." - -#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 -#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 -#: admin/settings.php:1383 admin/settings.php:1399 admin/settings.php:1442 -#: admin/settings.php:1457 admin/settings.php:1472 admin/settings.php:1487 -#: admin/settings.php:1502 admin/settings.php:1517 admin/settings.php:1532 -#: admin/settings.php:1547 -msgid "Show" -msgstr "ΕμφάνιĎη" - -#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 -#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 -#: admin/settings.php:1399 admin/settings.php:1442 admin/settings.php:1457 -#: admin/settings.php:1472 admin/settings.php:1487 admin/settings.php:1502 -#: admin/settings.php:1517 admin/settings.php:1532 admin/settings.php:1547 -msgid "Hide" -msgstr "ΑπόκĎĎ…Ďη" - -#: admin/settings.php:1283 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "" -"ΕμφάνιĎη ή απόκĎĎ…Ďη ενός ÎżĎιζόντιου χάĎακα για Ď„Îż διαχωĎÎąĎÎĽĎŚ των " -"δημοĎιεύĎεων." - -#: admin/settings.php:1299 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"ΕμφάνιĎη ή απόκĎĎ…Ďη των κουκκίδων δίπλα Ďτις λίĎτες που έχετε εντός της " -"πεĎιοχής πεĎιεχομένου (Ďελίδες, δημοĎιεύĎεις κοκ)." - -#: admin/settings.php:1316 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"ΕμφάνιĎη ή απόκĎĎ…Ďη του Τίτλου και της ΠεĎιγĎαφής του ÎąĎτολογίου Ďας Ďτην " -"κεφαλίδα (Ď€Ďοτείνεται η απόκĎĎ…Ďη αν έχετε μια Ď€ĎÎżĎαĎÎĽÎżĎμένη εικόνα με " -"κείμενο)." - -#: admin/settings.php:1331 -msgid "Hide or show Page titles on any created pages. " -msgstr "" -"ΕμφάνιĎη ή απόκĎĎ…Ďη των τίτλων Σελίδων Ďε όλες τις δημιουĎγηθείĎες " -"Ďελίδες." - -#: admin/settings.php:1346 -msgid "Hide or show Page titles on Category Pages. " -msgstr "" -"ΕμφάνιĎη ή απόκĎĎ…Ďη των τίτλων των Ďελίδων Ďτις Σελίδες ΚατηγοĎιών." - -#: admin/settings.php:1361 -msgid "Hide table borders and background color." -msgstr "ΑπόκĎĎ…Ďη πεĎιγĎάμματος πίνακα και χĎώματος υποβάθĎου." - -#: admin/settings.php:1376 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"ΑπόκĎĎ…Ďη του επεξηγηματικού κειμένου κάτωθεν του πεδίου των Ďχολίων. ΑĎχίζει " -"με: ΜποĎείτε να χĎηĎιμοποιήĎετε τις ακόλουθες HTML ετικέτες και " -"ιδιότητες:...." - -#: admin/settings.php:1383 -msgid "Hide in posts" -msgstr "ΑπόκĎĎ…Ďη Ďτις δημοĎιεύĎεις" - -#: admin/settings.php:1383 -msgid "Hide in pages" -msgstr "ΑπόκĎĎ…Ďη Ďτις Ďελίδες" - -#: admin/settings.php:1383 -msgid "Hide everywhere" -msgstr "ΑπόκĎĎ…Ďη παντού" - -#: admin/settings.php:1391 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"ΑπόκĎĎ…Ďη του κειμένου Τα Ďχόλια έχουν κλείĎει που εμφανίζεται εκ " -"Ď€Ďοεπιλογής Ďτις Ďελίδες ή Ďτις δημοĎιεύĎεις όπου τα Ďχόλια έχουν " -"απενεĎγοποιηθεί." - -#: admin/settings.php:1407 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"ΑπόκĎĎ…Ďη του κειμένου ΑνενεĎγός ĎχολιαĎÎĽĎŚĎ‚ που εμφανίζεται Ďε " -"δημοĎιεύĎεις με απενεĎγοποιημένα τα Ďχόλια." - -#: admin/settings.php:1423 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"ΕνεĎγοποίηĎη του κουμπιού 'ΕπιĎĎ„Ďοφής Ďτην ΚοĎυφή'. Το κουμπί εμφανίζεται " -"κατά την κατακύλιĎη της Ďελίδας." - -#: admin/settings.php:1430 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
    " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"ΕιĎάγετε Ď€ĎÎżĎαĎÎĽÎżĎμένο κείμενο ή κώδικα HTML που θα εμφανίζεται ĎĎ„Îż τέλος " -"του υποĎελίδου Ďας.
    ΜποĎείτε να χĎηĎιμοποιήĎτε HTML για να ειĎάγετε " -"ĎυνδέĎμους, εικόνες και ειδικούς χαĎακτήĎες όπως © ." - -#: admin/settings.php:1450 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"ΕμφάνιĎη ή απόκĎĎ…Ďη του κειμένου ΑφήĎτε ένα Ďχόλιο ή " -"x Σχόλια δίπλα Ďτις δημοĎιεύĎεις ή Ďτα αποĎπάĎματα " -"δημοĎιεύĎεων." - -#: admin/settings.php:1465 -msgid "Hide or show the post date." -msgstr "ΑπόκĎĎ…Ďη ή εμφάνιĎη της ημεĎομηνίας δημοĎίευĎης" - -#: admin/settings.php:1480 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"ΕμφάνιĎη της ĎŽĎας δημοĎίευĎης μαζί με την ημεĎομηνία. Η ĎŽĎα δεν θα " -"εμφανίζεται αν η ΗμεĎομηνία ΔημοĎίευĎης είναι ÎşĎυμμένη." - -#: admin/settings.php:1495 -msgid "Hide or show the post author." -msgstr "ΑπόκĎĎ…Ďη ή εμφάνιĎη του Ďυντάκτη της δημοĎίευĎης." - -#: admin/settings.php:1510 -msgid "Hide the post category." -msgstr "ΑπόκĎĎ…Ďη κατηγοĎίας δημοĎίευĎης" - -#: admin/settings.php:1525 -msgid "Hide the post tags." -msgstr "ΑπόκĎĎ…Ďη ετικετών δημοĎίευĎης" - -#: admin/settings.php:1540 -msgid "Hide the 'Bookmark permalink'." -msgstr "" -"ΑπόκĎĎ…Ďη του κειμένου 'ΠĎÎżĎθέĎτε Ďτους Ďελιδοδείκτες Ď„Îż μόνιμο ĎύνδεĎÎĽÎż'." - -#: admin/settings.php:1555 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"ΑπόκĎĎ…Ďη όλων των μεταδεδομένων των δημοĎιεύĎεων. Ολες οι πληĎοφοĎίες και " -"πεĎιοχές μεταδεδομένων θα αποκĎύπτονται." - -#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 -msgid "Excerpt" -msgstr "ΑπόĎπαĎμα" - -#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 -msgid "Full Post" -msgstr "ΠλήĎης δημοĎίευĎη" - -#: admin/settings.php:1576 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"ΑποĎπάĎματα Ďτην αĎχική Ďελίδα. Îα επηĎεαĎτούν μόνο οι κανονικές " -"δημοĎιεύĎεις. Όλοι οι υπόλοιποι τύποι δημοĎίευĎης (παĎαπλεύĎως, εικόνα, " -"Ďυνομιλία, παĎάθεĎη κτλ) έχουν ειδική διαμόĎφωĎη." - -#: admin/settings.php:1591 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Επιλέξτε αν θέλετε να Ď€Ďοβάλλεται Ď„Îż πλήĎες πεĎιεχόμενο των ΚεντĎικών " -"ΔημοĎιεύĎεών Ďας Ďτην αĎχική Ďελίδα ή μόνο τα αποĎπάĎματα." - -#: admin/settings.php:1607 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"ΕμφάνιĎη αποĎπαĎμάτων Ďτις Ďελίδες αĎχείων, κατηγοĎιών και αναζήτηĎης. Όπως " -"παĎαπάνω, θα επηĎεάζονται μόνο οι κανονικές δημοĎιεύĎεις." - -#: admin/settings.php:1615 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Îź αĎιθμός των λέξεων που θα πεĎιλαμβάνονται ĎĎ„Îż απόĎπαĎμα. Όταν " -"ĎυμπληĎώνεται αυτός Îż αĎιθμός, Ď„Îż κείμενο της δημοĎίευĎης θα διακόπτεται από " -"έναν ĎύνδεĎÎĽÎż ΔιαβάĎτε πεĎÎąĎĎότεĎα που\n" -"\t\t\t\t\t\t\tθα οδηγεί τον αναγνώĎτη Ďτη Ďελίδα της πλήĎους δημοĎίευĎης." - -#: admin/settings.php:1631 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"ΕνεĎγοποίηĎη της Διάταξης ΠεĎιοδικού. Αυτή η διάταξη εφαĎμόζεται Ďε Ďελίδες " -"που πεĎιλαμβάνουν δημοĎιεύĎεις και εμφανίζει δύο δημοĎιεύĎεις ανά ĎειĎά." - -#: admin/settings.php:1638 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"ΑντικαθιĎτά τις Ď„Ďεις τελείες ('[...])' που επιĎυνάπτονται αυτόματα Ďτα " -"αποĎπάĎματα." - -#: admin/settings.php:1645 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" -"ΕπεξεĎγαĎτείτε τον ĎύνδεĎÎĽÎż 'ΔιαβάĎτε πεĎÎąĎĎότεĎα' που Ď€ĎÎżĎτίθεται Ďτα " -"αποĎπάĎματα των δημοĎιεύĎεών Ďας." - -#: admin/settings.php:1660 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" -"Εκ Ď€Ďοεπιλογής Ď„Îż Wordpress αφαιĎεί όλες τις ετικέτες HTML από τα " -"αποĎπάĎματα (" - -#: admin/settings.php:1691 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"ΕμφάνιĎη των επιλεγμένων εικόνων ως μικĎογĎαφιών Ďτις δημοĎιεύĎεις. Οι " -"εικόνες Ď€Ďέπει να έχουν ÎżĎÎąĎτεί για κάθε δημοĎίευĎη Ďτη πεĎιοχή Επιλεγμένης " -"Εικόνας." - -#: admin/settings.php:1706 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"ΕμφάνιĎη της Ď€Ďώτης εικόνας μιας δημοĎίευĎης ως μικĎογĎαφία. Αν " -"ενεĎγοποιήĎετε αυτή την επιλογή, θα χĎηĎιμοποιείται η Ď€Ďώτη εικόνα της " -"δημοĎίευĎής Ďας ακόμη κι αν έχετε ÎżĎÎŻĎει μια Επιλεγμένη Εικόνα για τη " -"δημοĎίευĎη." - -#: admin/settings.php:1722 -msgid "Thumbnail alignment." -msgstr "ΣτοίχιĎη μικĎογĎαφίας" - -#: admin/settings.php:1739 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"Το μέγεθος που θέλετε να έχουν οι μικĎογĎαφίες (Ďε εικονοĎτοιχεία-pixels). " -"Εκ Ď€Ďοεπιλογής οι εικόνες θα αναπĎÎżĎαĎÎĽÎżĎτούν με ĎταθεĎή αναλογία " -"διαĎτάĎεων. ÎźĎÎŻĎτε να πεĎικόπτονται οι εικόνες αν θέλετε ένα ακĎιβές μέγεθος." - -#: admin/settings.php:1755 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"ΕμφάνιĎη των Επιλεγμένων Εικόνων Ďτις κεφαλίδες. Η κεφαλίδα θα " -"αντικαταĎταθεί από μια επιλεγμένη εικόνα, την οποία έχετε ÎżĎÎŻĎει ως " -"Επιλεγμένη Ďτη δημοĎίευĎή Ďας\n" -"\t\t\t\t\t\t\tκαι είναι μεγαλύτεĎη ή τουλάχιĎτον ÎŻĎη με Ď„Îż Ď„Ďέχον μέγεθος " -"κεφαλίδας." - -#: admin/settings.php:1776 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Επιλέξτε Ď„Îż Κοινωνικό Δίκτυο που επιθυμείτε από Ď„Îż μενού και ειĎάγετε τις " -"αντίĎτοιχες διευθύνĎεις ĎĎ„Îż πεδίο ειĎαγωγής (πχ: http://www.facebook.com/" -"yourname )" - -#: admin/settings.php:1790 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "ΜποĎείτε να ειĎάγετε μέχĎÎą 5 κοινωνικά δίκτυα και διευθύνĎεις." - -#: admin/settings.php:1804 -msgid "There are a total of 27 social networks to choose from. " -msgstr "ΥπάĎχουν Ďυνολικά 27 κοινωνικά δίκτυα για να διαλέξετε." - -#: admin/settings.php:1818 -msgid "You can leave any number of inputs empty. " -msgstr "ΜποĎείτε να αφήĎετε ĎŚĎα πεδία ειĎαγωγής θέλετε κενά." - -#: admin/settings.php:1832 -msgid "You can choose the same social media any number of times. " -msgstr "ΜποĎείτε να επιλέξετε τα ίδια κοινωνικά δίκτυα πάνω από μία φοĎά." - -#: admin/settings.php:1863 -msgid "Choose the areas where to display the social icons." -msgstr "" -"Επιλέξτε τις πεĎιοχές όπου θέλετε να εμφανίζονται τα εικονίδια " -"κοινωνικής δικτύωĎης." - -#: admin/settings.php:1884 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "" -"ΜετατĎέĎτε τη κελίδα του ÎąĎτοτόπου Ďε ĎύνδεĎÎĽÎż Ď€Ďος την Ďελίδα ευĎετηĎίου " -"(index)." - -#: admin/settings.php:1899 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"ΕμφάνιĎη της διαδĎομής Ďτη κοĎυφή της πεĎιοχής πεĎιεχομένου. Η διαδĎομή " -"είναι μια ÎĽÎżĎφή πλογήĎης που δείχνει τα ίχνη της τοποθεĎίας Ďας εντός του " -"ÎąĎτοτόπου." - -#: admin/settings.php:1914 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"ΕμφάνιĎη αĎιθμημένης ĎελιδοποίηĎης. Όπου υπάĎχει πάνω από μια Ďελίδα, αντί " -"των ĎυνδέĎμων ΠαλαιότεĎες δημοĎιεύĎεις και ΝεώτεĎες δημοĎιεύĎεις, θα εμφανίζεται αĎιθμημένη ĎελιδοποίηĎη." - -#: admin/settings.php:1929 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"ΕνεĎγοποιήĎτε τη Ď€Ďοβολή φοĎητών ĎĎ…Ďκευών και κάντε Ď„Îż Mantra ευέλικτο. Η " -"διάταξη και η ĎŚĎη του ÎąĎτολογίου Ďας θα αλλάζει ανάλογα με τη ĎĎ…Ďκευή και " -"την ανάλυĎη Ďτην οποία Ď€Ďοβάλλεται." - -#: admin/settings.php:1939 -msgid "Upload or select favicon from gallery" -msgstr "ΜεταφοĎĎ„ĎŽĎτε ή επιλέξτε ένα favicon από τη Ďυλλογή" - -#: admin/settings.php:1943 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"ΠεĎιοĎÎąĎμοί: ΠĎέπει να είναι εικόνα. ΠĎέπει να έχει μέγιĎτες διαĎτάĎεις " -"64x64 εικονοĎτοιχεία. ΠĎοτεινόμενες επεκτάĎεις: .ico και .png" - -#: admin/settings.php:1951 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
    Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"ΕιĎάγετε τον Ď€ĎÎżĎαĎÎĽÎżĎμένο κώδικα CSS εδώ. Κάθε CSS δήλωĎη που Ď€ĎÎżĎτίθεται " -"εδώ θα υπεĎβαίνει τις Ď€Ďοεπιλεγμένες του Mantra (ακόμη και τις " -"Ď€ĎÎżĎαĎÎĽÎżĎμένες ĎυθμίĎεις που ÎżĎίζονται εδώ, Ďτη Σελίδα ΡυθμίĎεων του " -"Mantra).
    Îź Ď€ĎÎżĎαĎÎĽÎżĎμένος Ďας κώδικας CSS θα διατηĎείται κατά την " -"αναβάθμιĎη του θέματος." - -#: admin/settings.php:1958 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"ΕιĎάγετε τον Ď€ĎÎżĎαĎÎĽÎżĎμένο κώδικα Javascript εδώ (Google Analytics και άλλα " -"είδη λογιĎμικού ανάλυĎης)." - -#: admin/settings.php:1971 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"ΕνεĎγοποίηĎη της λειτουĎγίας SEO του Mantra. Είναι ενεĎγοποιημένη εκ " -"Ď€Ďοεπιλογής και θα Ď€Ďέπει να απενεĎγοποιείται μόνο αν χĎηĎιμοποιείτε κάποιο " -"Ď€ĎĎŚĎθετο SEO. " - -#: admin/settings.php:1983 -msgid "Auto" -msgstr "Αυτόματα" - -#: admin/settings.php:1983 -msgid "Manual" -msgstr "Επιλεκτικά" - -#: includes/theme-functions.php:213 -msgid "Home Page" -msgstr "ΑĎχική Σελίδα" - -#: includes/theme-loop.php:146 -msgid "says:" -msgstr "λέει:" - -#: includes/theme-loop.php:152 -msgid "Your comment is awaiting moderation." -msgstr "Αναμένεται Îż έλεγχος του ĎυντονιĎτή για τη δημοĎίευĎη του Ďχολίου Ďας." - -#: includes/theme-loop.php:159 -msgid "at" -msgstr "ĎĎ„Îż" - -#: includes/theme-loop.php:159 includes/theme-loop.php:176 -msgid "(Edit)" -msgstr "(ΕπεξεĎγαĎία)" - -#: includes/theme-loop.php:176 -msgid "Pingback: " -msgstr "Pingback: " - -#: includes/theme-loop.php:213 -msgid "By " -msgstr "Από" - -#: includes/theme-loop.php:224 -msgid "Leave a comment" -msgstr "ΑφήĎτε ένα Ďχόλιο" - -#: includes/theme-loop.php:224 -msgid "1 Comment" -msgstr "1 Σχόλιο" - -#: includes/theme-loop.php:224 -msgid "% Comments" -msgstr "% Σχόλια" - -#: includes/theme-loop.php:247 -msgid " Bookmark the " -msgstr "ΠĎÎżĎθέĎτε Ďτους Ďελιδοδείκτες Ď„Îż" - -#: includes/theme-loop.php:247 includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "Permalink to" -msgstr "Μόνιμος ĎύνδεĎμος ĎĎ„Îż" - -#: includes/theme-loop.php:247 includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "permalink" -msgstr "μόνιμο ĎύνδεĎÎĽÎż" - -#: includes/theme-loop.php:249 includes/theme-loop.php:251 -msgid "Bookmark the " -msgstr "ΠĎÎżĎθέĎτε Ďτους Ďελιδοδείκτες Ď„Îż" - -#: includes/theme-loop.php:273 -msgid "« Older posts" -msgstr "« ΠαλαιότεĎες δημοĎιεύĎεις" - -#: includes/theme-loop.php:274 -msgid "Newer posts »" -msgstr "ΝεώτεĎες δημοĎιεύĎεις »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Σελίδα %s" - -#: includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "ΚύĎια ΠλοήγηĎη" - -#: includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "ΠλοήγηĎη ΚοĎυφής" - -#: includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "ΠλοήγηĎη ΥποĎέλιδου" - -#: includes/theme-setup.php:137 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:198 -msgid "Skip to content" -msgstr "ΜετάβαĎη ĎĎ„Îż πεĎιεχόμενο" - -#: includes/theme-setup.php:224 -msgid "Primary Widget Area - Sidebar 1" -msgstr "ΠĎωτεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 1" - -#: includes/theme-setup.php:226 -msgid "Primary widget area - Sidebar 1" -msgstr "ΠĎωτεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 1" - -#: includes/theme-setup.php:235 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "ΔευτεĎεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 1" - -#: includes/theme-setup.php:237 -msgid "Secondary widget area - Sidebar 1" -msgstr "ΔευτεĎεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 1" - -#: includes/theme-setup.php:246 -msgid "Third Widget Area - Sidebar 2" -msgstr "ΤĎιτεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 2" - -#: includes/theme-setup.php:248 -msgid "Third widget area - Sidebar 2" -msgstr "ΤĎιτεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 2" - -#: includes/theme-setup.php:257 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "ΤεταĎτεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 2" - -#: includes/theme-setup.php:259 -msgid "Fourth widget area - Sidebar 2" -msgstr "ΤεταĎτεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 2" - -#: includes/theme-setup.php:268 -msgid "First Footer Widget Area" -msgstr "ΠĎωτεύουĎα ΠεĎιοχή Μονάδων ΥποĎέλιδου" - -#: includes/theme-setup.php:270 -msgid "First footer widget area" -msgstr "ΠĎωτεύουĎα πεĎιοχή μονάδων υποĎέλιδου" - -#: includes/theme-setup.php:279 -msgid "Second Footer Widget Area" -msgstr "ΔευτεĎεύουĎα ΠεĎιοχή Μονάδων ΥποĎέλιδου" - -#: includes/theme-setup.php:281 -msgid "Second footer widget area" -msgstr "ΔευτεĎεύουĎα πεĎιοχή μονάδων υποĎέλιδου" - -#: includes/theme-setup.php:290 -msgid "Third Footer Widget Area" -msgstr "ΤĎιτεύουĎα ΠεĎιοχή Μονάδων ΥποĎέλιδου" - -#: includes/theme-setup.php:292 -msgid "The third footer widget area" -msgstr "ΤĎιτεύουĎα πεĎιοχή μονάδων υποĎέλιδου" - -#: includes/theme-setup.php:301 -msgid "Fourth Footer Widget Area" -msgstr "ΤεταĎτεύουĎα πεĎιοχή Μονάδων ΥποĎέλιδου" - -#: includes/theme-setup.php:303 -msgid "The fourth footer widget area" -msgstr "ΤεταĎτεύουĎα πεĎιοχή μονάδων υποĎέλδου" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-09-08 18:32+0200\n" +"PO-Revision-Date: 2013-01-02 21:26+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Generator: Poedit 1.5.4\n" +"Language: el\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "Δεν βĎέθηκε" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "" +"ΛυπούμαĎτε, η Ďελίδα που ζητήĎατε δεν ήταν δυνατό να βĎεθεί. ΊĎως η " +"αναζήτηĎη θα μποĎούĎε να Ďας φανεί χĎήĎιμη." + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "ΗμεĎήĎια ΑĎχεία: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "Μηνιαία ΑĎχεία: %s" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "ΕτήĎια ΑĎχεία: %s" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "ΑĎχεία ΙĎτολογίου" + +#: archive.php:57 author.php:74 category.php:50 +msgid "Nothing Found" +msgstr "Δεν βĎέθηκαν αποτελέĎματα" + +#: archive.php:61 author.php:78 category.php:54 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" +"ΛυπούμαĎτε, δεν βĎέθηκαν αποτελέĎματα για Ď„Îż αĎχείο που ζήτηĎατε. ΊĎως η " +"αναζήτηĎη Ďάς βοηθήĎει να βĎείτε κάποια Ďυναφή δημοĎίευĎη." + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "ΕπιĎĎ„Ďοφή ĎĎ„Îż %s" + +#: attachment.php:29 +msgid "By" +msgstr "Από" + +#: attachment.php:40 +msgid "Published" +msgstr "ΔημοĎιευμένο" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "Το πλήĎες μέγεθος είναι %s εικονοĎτοιχεία" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "ΣύνδεĎμος Ď€Ďος τη πλήĎη εικόνα" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:48 content-gallery.php:64 content-image.php:41 +#: content-link.php:48 content-page.php:22 content-quote.php:46 +#: content-status.php:49 content.php:80 +msgid "Edit" +msgstr "ΕπεξεĎγαĎία" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "ΠεĎÎąĎĎότεĎα" + +#: attachment.php:101 content-aside.php:39 content-chat.php:37 +#: content-gallery.php:54 content-image.php:32 content-link.php:37 +#: content-page.php:21 content-quote.php:36 content-status.php:40 +#: content.php:52 content.php:69 +msgid "Pages:" +msgstr "Σελίδες:" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "ΑĎχεία Συντάκτη: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "ΠληĎοφοĎίες Ďυντάκτη %s" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "ΑĎχεία ΚατηγοĎίας: %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" +"Αυτή η δημοĎίευĎη είναι Ď€ĎÎżĎτατευμένη. ΕιĎάγετε τον κωδικό για να δείτε τα " +"Ďχόλια." + +#: comments.php:41 comments.php:60 +msgid "Older Comments" +msgstr "ΠαλαιότεĎα Ďχόλια" + +#: comments.php:42 comments.php:61 +msgid "Newer Comments" +msgstr "ΝεώτεĎα Ďχόλια" + +#: comments.php:72 content-page.php:27 +msgid "Comments are closed." +msgstr "Τα Ďχόλια έχουν κλείĎει." + +#: content-aside.php:21 +msgid "Aside" +msgstr "ΠαĎαπλεύĎως" + +#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 +#: content-image.php:31 content-link.php:36 content-quote.php:35 +#: content-status.php:39 +msgid "Continue reading " +msgstr "ΠεĎÎąĎĎότεĎα " + +#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 +#: content-image.php:38 content-link.php:44 content-quote.php:43 +#: content-status.php:47 content.php:78 +msgid "Tagged" +msgstr "Ετικέτες" + +#: content-chat.php:20 +msgid "Chat" +msgstr "Συνομιλία" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "ÎκθεĎη" + +#: content-image.php:19 +msgid "Image" +msgstr "Εικόνα" + +#: content-link.php:20 +msgid "Link" +msgstr "ΣύνδεĎμος" + +#: content-quote.php:19 +msgid "Quote" +msgstr "ΠαĎάθεĎη" + +#: content-status.php:31 +msgid "Status" +msgstr "ΚατάĎταĎη" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "ΑποτελέĎματα αναζήτηĎης για: %s" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "Δεν βĎέθηκαν αποτελέĎματα για: %s" + +#: sidebar.php:35 sidebar.php:92 +msgid "Archives" +msgstr "ΑĎχεία" + +#: sidebar.php:42 sidebar.php:99 +msgid "Meta" +msgstr "Μεταδεδομένα" + +#: single.php:44 +msgid "View all posts by " +msgstr "ΠĎοβολή όλων των δημοĎιεύĎεων από " + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "ΑĎχεία Ετικέτας: %s" + +#: admin/admin-functions.php:62 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" +"ΠĎοτού μποĎέĎετε να μεταφοĎĎ„ĎŽĎετε Ď„Îż αĎχείο ειĎαγωγής, Ď€Ďέπει να διοĎθώĎετε " +"Ď„Îż ακόλουθο Ďφάλμα:" + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "ΕιĎαγωγή ΡυθμίĎεων Îέματος Mantra" + +#: admin/admin-functions.php:72 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Εδώ μποĎείτε να ειĎαγάγετε τις ΡυθμίĎεις του Mantra. ΠαĎακαλούμε " +"ĎημειώĎτε πως Ď€Ďόκειται για πειĎαματικό χαĎακτηĎÎąĎτικό." + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "Επιλέξτε ένα αĎχείο από τον υπολογιĎτή Ďας:" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "ΜέγιĎĎ„Îż μέγεθος: %s" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "Και ειĎαγωγή!" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "ΕιĎαγωγή ΡυθμίĎεων Îέματος Mantra" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "ΥπέĎοχα! Οι ĎυθμίĎεις έχουν ειĎαχθεί!" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "ΕπιĎĎ„ĎέĎτε Ďτη Ďελίδα ĎυθμίĎεων του Mantra και μελετήĎτε τις!" + +#: admin/admin-functions.php:155 admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "Ωχ! παĎουĎιάĎτηκε ένα μικĎĎŚ Ď€Ďόβλημα." + +#: admin/admin-functions.php:156 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"Το μεταφοĎτωμένο αĎχείο δεν πεĎιλαμβάνει έγκυĎες ĎυθμίĎεις για Ď„Îż Mantra. " +"Βεβαιωθείτε πως Ď„Îż αĎχείο έχει εξαχθεί από τη Ďελίδα ΡυθμίĎεων του Mantra" + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "Το μεταφοĎτωμένο αĎχείο δεν ήταν δυνατό να αναγνωĎθεί." + +#: admin/admin-functions.php:168 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"Δεν υποĎτηĎίζεται Îż τύπος του μεταφοĎτωμένου αĎχείου. Βεβαιωθείτε πως Ď„Îż " +"αĎχείο έχει εξαχθεί από τη Ďελίδα του Mantra και πως είναι αĎχείο κειμένου." + +#: admin/admin-functions.php:177 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"Ωχ! Το αĎχείο είναι κενό ή δεν υπήĎχε αĎχείο. Αυτό Ď„Îż Ďφάλμα μποĎεί ακόμη να " +"Ď€Ďοκαλείται από την απενεĎγοποίηĎη των μεταφοĎĎ„ĎŽĎεων ĎĎ„Îż 'php.ini' ή από τον " +"Ď€ĎÎżĎδιοĎÎąĎÎĽĎŚ χαμηλότεĎης τιμής ĎĎ„Îż 'post_max_size' από εκείνη του " +"'upload_max_filesize' ĎĎ„Îż 'php.ini'" + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "ΣΦΑΛΜΑ: Δεν έχετε την αĎμοδιότητα να εκτελέĎετε τέτοιου είδους εĎγαĎία" + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "ΡυθμίĎεις Διάταξης" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "Σελίδα ΠαĎουĎίαĎης" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "ΡυθμίĎεις Κειμένου" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "ΡυθμίĎεις ΧĎώματος" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "ΡυθμίĎεις ΓĎαφικών" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "ΡυθμίĎεις ΠληĎοφοĎιών ΔημοĎίευĎης" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "ΡυθμίĎεις ΑποĎπάĎματος ΔημοĎίευĎης" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "ΡυθμίĎεις Επιλεγμένης Εικόνας" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "ΡυθμίĎεις Κοινωνικής ΔικτύωĎης" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "ΔιάφοĎες ΡυθμίĎεις" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "ΚύĎια Διάταξη" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "Πλάτος ΠεĎιεχομένου / ΠλευĎικής Στήλης" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "ÎŽĎος Εικόνας Κεφαλίδας" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "ΕνεĎγοποίηĎη Σελίδας ΠαĎουĎίαĎης" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "ΡυθμίĎεις Slider" + +#: admin/main.php:110 +msgid "Slides" +msgstr "Slides" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "Στήλες Σελίδας ΠαĎουĎίαĎης" + +#: admin/main.php:112 +msgid "Extras" +msgstr "ΠĎĎŚĎθετα" + +#: admin/main.php:114 +msgid "General Font" +msgstr "Γενική ΓĎαμματοĎειĎά" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "Μέγεθος Γενικής ΓĎαμματοĎειĎάς" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "ΓĎαμματοĎειĎά Τίτλου ΔημοĎίευĎης" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "Μέγεθος ΓĎαμματοĎειĎάς Τίτλου ΔημοĎίευĎης" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "ΓĎαμματοĎειĎά ΠλευĎικής Στήλης" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "Μέγεθος ΓĎαμματοĎειĎάς ΠλευĎικής Στήλης" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "ΓĎαμματοĎειĎά Υπο-Κεφαλίδας" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "Επιβολή ΣτοίχιĎης Κειμένου" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "ΕĎοχή παĎαγĎάφου" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "ΕĎοχή κεφαλίδας" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "ÎŽĎος ΓĎαμμής" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "ΑπόĎταĎη λέξεων" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "ΑπόĎταĎη χαĎακτήĎων" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "ΣκίαĎη κειμένου" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "ΧĎώμα ΥποβάθĎου" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "ΧĎώμα ΥποβάθĎου Κεφαλίδας (Μενού και Πανό)" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "ΧĎώμα ΥποβάθĎου ΠεĎιεχομεένου" + +#: admin/main.php:132 +msgid "Menu background color" +msgstr "ΧĎώμα υποβάθĎου μενού" + +#: admin/main.php:134 +msgid "Site Title Color" +msgstr "ΧĎώμα Τίτλου ΙĎτοτόπου" + +#: admin/main.php:135 +msgid "Site Description Color" +msgstr "ΧĎώμα ΠεĎιγĎαφής ΙĎτοτόπου" + +#: admin/main.php:137 +msgid "Content Text Color" +msgstr "ΧĎώμα Κειμένου ΠεĎιεχομένου" + +#: admin/main.php:138 +msgid "Links Color" +msgstr "ΧĎώμα ΣυνδέĎμων" + +#: admin/main.php:139 +msgid "Links Hover Color" +msgstr "ΧĎώμα ΣυνδέĎμων κατά την ΥπέĎπτηĎη του Δείκτη" + +#: admin/main.php:140 +msgid "Post Title Color" +msgstr "ΧĎώμα Τίτλου ΔημοĎίευĎης" + +#: admin/main.php:141 +msgid "Post Title Hover Color" +msgstr "ΧĎώμα Τίτλου ΔημοĎίευĎης κατά την ΥπέĎπτηĎη του Δείκτη" + +#: admin/main.php:142 +msgid "Sidebar Header Background Color" +msgstr "ΧĎώμα ΥποβάθĎου Κεφαλίδας ΠλευĎικής Στήλης" + +#: admin/main.php:143 +msgid "Sidebar Header Text Color" +msgstr "ΧĎώμα Κειμένου Κεφαλίδας ΠλευĎικής Στήλης" + +#: admin/main.php:144 +msgid "Footer Widget Background Color" +msgstr "ΧĎώμα ΥποβάθĎου Μονάδων ΥποĎέλιδου." + +#: admin/main.php:145 +msgid "Footer Background Color" +msgstr "ΧĎώμα ΥποβάθĎου ΥποĎέλιδου" + +#: admin/main.php:146 +msgid "Footer Widget Header Text Color" +msgstr "ΧĎώμα Κειμένου Κεφαλίδας Μονάδων ΥποĎέλιδου" + +#: admin/main.php:147 +msgid "Footer Widget Link Color" +msgstr "ΧĎώμα ΣυνδέĎμου Μονάδων ΥποĎέλιδου" + +#: admin/main.php:148 +msgid "Footer Widget Hover Color" +msgstr "ΧĎώμα Μονάδων ΥποĎέλιδου κατά την ΥπέĎπτηĎη του Δείκτη" + +#: admin/main.php:150 +msgid "Caption Border" +msgstr "ΠεĎÎŻÎłĎαμμα Λεζάντας" + +#: admin/main.php:151 +msgid "Post Images Border" +msgstr "ΠεĎÎŻÎłĎαμμα Εικόνων ΔημοĎίευĎης" + +#: admin/main.php:152 +msgid "Caption Pin" +msgstr "ΚαĎφίτĎα ΠεĎιγĎάμματος" + +#: admin/main.php:153 +msgid "Sidebar Menu Bullets" +msgstr "Κουκκίδες Μενού ΠλευĎικής Στήλης" + +#: admin/main.php:154 +msgid "Meta Area Background" +msgstr "ΥπόβαθĎÎż ΠεĎιοχής Μεταδεδομένων" + +#: admin/main.php:155 +msgid "Post Separator" +msgstr "ΔιαχωĎÎąĎτικό ΔημοĎιεύĎεων" + +#: admin/main.php:156 +msgid "Content List Bullets" +msgstr "Κουκκίδες ΛίĎτας ΠεĎιεχομένου" + +#: admin/main.php:157 +msgid "Title and Description" +msgstr "Τίτλος και ΠεĎιγĎαφή" + +#: admin/main.php:158 +msgid "Page Titles" +msgstr "Τίτλοι Σελίδων" + +#: admin/main.php:159 +msgid "Category Page Titles" +msgstr "Τίτλοι Σελίδων ΚατηγοĎιών" + +#: admin/main.php:160 +msgid "Hide Tables" +msgstr "ΑπόκĎĎ…Ďη Πινάκων" + +#: admin/main.php:161 +msgid "Back to Top button" +msgstr "Κουμπί ΕπιĎĎ„Ďοφής Ďτην ΚοĎυφή" + +#: admin/main.php:162 +msgid "Text Under Comments" +msgstr "Κείμενο Κάτωθεν Σχολίων" + +#: admin/main.php:163 +msgid "Comments are closed text" +msgstr "Κείμενο κλειĎίματος Ďχολίων" + +#: admin/main.php:164 +msgid "Comments off" +msgstr "ΑνενεĎγός ĎχολιαĎÎĽĎŚĎ‚" + +#: admin/main.php:165 +msgid "Insert footer copyright" +msgstr "ΕιĎάγετε τα Ďτοχεία πνευματικών δικαιωμάτων για Ď„Îż υποĎέλιδο" + +#: admin/main.php:167 +msgid "Post Comments Link" +msgstr "ΣύνδεĎμος Σχολίων ΔημοĎίευĎης" + +#: admin/main.php:168 +msgid "Post Date" +msgstr "ΗμεĎομηνία ΔημοĎίευĎης" + +#: admin/main.php:169 +msgid "Post Time" +msgstr "ÎŹĎα ΔημοĎίευĎης" + +#: admin/main.php:170 +msgid "Post Author" +msgstr "Συντάκτης ΔημοĎίευĎης" + +#: admin/main.php:171 +msgid "Post Category" +msgstr "ΚατηγοĎία ΔημοĎίευĎης" + +#: admin/main.php:172 +msgid "Post Tags" +msgstr "Ετικέτες ΔημοĎίευĎης" + +#: admin/main.php:173 +msgid "Post Permalink" +msgstr "Μόνιμος ΣύνδεĎμος ΔημοĎίευĎης" + +#: admin/main.php:174 +msgid "All Post Metas" +msgstr "Σύνολο Μεταδεδομένων ΔημοĎίευĎης" + +#: admin/main.php:176 +msgid "Post Excerpts on Home Page" +msgstr "ΑποĎπάĎματα ΔημοĎίευĎης Ďτην ΑĎχική Σελίδα" + +#: admin/main.php:177 +msgid "Affect Sticky Posts" +msgstr "ΚεντĎικές ΔημοĎιεύĎεις" + +#: admin/main.php:178 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "ΑποĎπάĎματα ΔημοĎίευĎης Ďτις Σελίδες ΑĎχείων και ΚατηγοĎιών" + +#: admin/main.php:179 +msgid "Number of Words for Post Excerpts " +msgstr "ΑĎιθμός Λέξεων ΑποĎπάĎματος ΔημοĎιεύĎεων" + +#: admin/main.php:180 +msgid "Magazine Layout" +msgstr "Διάταξη ΠεĎιοδικού" + +#: admin/main.php:181 +msgid "Excerpt suffix" +msgstr "ΠĎόθεμα ΑποĎπάĎματος" + +#: admin/main.php:182 +msgid "Continue reading link text " +msgstr "Κείμενο ĎυνδέĎμου 'διαβάĎτε πεĎÎąĎĎότεĎα'" + +#: admin/main.php:183 +msgid "HTML tags in Excerpts" +msgstr "Ετικέτες HTML Ďτα ΑποĎπάĎματα" + +#: admin/main.php:185 +msgid "Featured Images as POST Thumbnails " +msgstr "Επιλεγμένες Εικόνες ως ΜικĎογĎαφίες ΔΗΜΟΣΙΕΥΣΗΣ" + +#: admin/main.php:186 +msgid "Auto Select Images From Posts " +msgstr "Αυτόματη Επιλογή Εικόνων ΔημοĎιεύĎεων" + +#: admin/main.php:187 +msgid "Thumbnails Alignment " +msgstr "ΣτοίχιĎη ΜικĎογĎαφιών" + +#: admin/main.php:188 +msgid "Thumbnails Size " +msgstr "Μέγεθος ΜικĎογĎαφιών" + +#: admin/main.php:189 +msgid "Featured Images as HEADER Images " +msgstr "Επιλεγμένες Εικόνες ως Εικόνες ΚΕΦΑΛΙΔΑΣ" + +#: admin/main.php:191 +msgid "Link nr. 1" +msgstr "ΣύνδεĎμος αĎ. 1" + +#: admin/main.php:192 +msgid "Link nr. 2" +msgstr "ΣύνδεĎμος αĎ. 2" + +#: admin/main.php:193 +msgid "Link nr. 3" +msgstr "ΣύνδεĎμος αĎ. 3" + +#: admin/main.php:194 +msgid "Link nr. 4" +msgstr "ΣύνδεĎμος αĎ. 4" + +#: admin/main.php:195 +msgid "Link nr. 5" +msgstr "ΣύνδεĎμος αĎ. 5" + +#: admin/main.php:196 +msgid "Socials display" +msgstr "ΕμφάνιĎη κοινωνικών δικτύων" + +#: admin/main.php:198 +msgid "Make Site Header a Link" +msgstr "Κεφαλίδα ΙĎτοτόπου ως ΣύνδεĎμος" + +#: admin/main.php:199 +msgid "Breadcrumbs" +msgstr "ΔιαδĎομή" + +#: admin/main.php:200 +msgid "Pagination" +msgstr "ΣελιδοποίηĎη" + +#: admin/main.php:201 +msgid "Mobile view" +msgstr "ΠĎοβολή ΦοĎητών ÎŁĎ…Ďκευών" + +#: admin/main.php:202 +msgid "FavIcon" +msgstr "Favicon" + +#: admin/main.php:203 +msgid "Custom CSS" +msgstr "ΠĎÎżĎαĎÎĽÎżĎμένος κώδικας CSS" + +#: admin/main.php:204 +msgid "Custom JavaScript" +msgstr "ΠĎÎżĎαĎÎĽÎżĎμένος κώδικας Javascript" + +#: admin/main.php:205 +msgid "SEO Settings" +msgstr "ΡυθμίĎεις SEO" + +#: admin/main.php:222 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "Συγγνώμη, δεν έχει επαĎκή δικαιώματα Ď€ĎĎŚĎβαĎης Ď' αυτή τη Ďελίδα." + +#: admin/main.php:232 +msgid "Mantra settings updated successfully." +msgstr "Οι ĎυθμίĎεις του Mantra ενημέĎωθηκαν επιτυχώς." + +#: admin/main.php:243 +msgid "Reset to Defaults" +msgstr "ΕπαναφοĎά ΠĎοεπιλογών" + +#: admin/main.php:244 +msgid "Save Changes" +msgstr "ΑποθήκευĎη Αλλαγών" + +#: admin/main.php:258 +msgid "" +"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

    \n" +"\t\t\t

    So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

    " +msgstr "" +"

    Εδώ Ďτην Cryout Creations (την εταιĎεία ανάπτυξης του Îέματος Mantra), " +"αφιεĎώνουμε πολλές νύχτες, μία μετά την άλλη, Ďτην βελτίωĎη του θέματος " +"Mantra. ΔιοĎθώνουμε αĎκετές δυĎλειτουĎγίες (που δημιουĎγήĎαμε νωĎίτεĎα), " +"Ď€ĎÎżĎθέτουμε ολοένα και πεĎÎąĎĎότεĎες ĎυθμίĎεις Ď€ĎÎżĎαĎμογής, Ď€ĎÎżĎπαθώντας " +"ταυτόχĎονα να τις διατηĎούμε ĎŚĎÎż πιο απλές γίνεται. Îπειτα... μποĎεί να " +"παίξουμε και λίγο αλλά να είĎτε ĎίγουĎοι ĎŚĎ„Îą επιĎĎ„Ďέφουμε για να διαβάĎουμε " +"και (Ďτις πεĎÎąĎĎότεĎες πεĎιπτώĎεις) να απαντήĎουμε Ďτα μεταμεĎονύχτα email " +"και Ďχόλιά Ďας, να ÎşĎατήĎουμε ĎημειώĎεις και να δημιουĎγήĎουμε Ďχέδια για " +"Ď€Ďάγματα που θέλουμε να υλοποιήĎουμε Ďε μελλοντικές εκδόĎεις.

    \n" +"\t\t\t

    Οπότε θα αναĎωτιέĎτε: Πώς τα καταφέĎνουν; Πώς μποĎούν να μένουν " +"Ď„ĎŚĎÎż φĎέĎκιοι μετά από Ď„ĎŚĎη δουλειά πάνω Ď' αυτό Ď„Îż αναθεματιĎμένο θέμα; Λοιπόν, είναι απλό. Πίνουμε πολύ καφέ. Βιομηχανικές ποĎότητες ζεĎτού, " +"βĎαĎτού καφέ. Μας αĎέĎει πολύ! Οπότε αν θέλετε να βοηθήĎτε την Ďυνεχή " +"ανάπτυξη του θέματος Mantra...

    " + +#: admin/main.php:273 +msgid "Import/Export Settings" +msgstr "ΕιĎαγωγή/Εξαγωγή ΡυθμίĎεων" + +#: admin/main.php:279 +msgid "Export Theme options" +msgstr "Εξαγωγή ΡυθμίĎεων Îέματος" + +#: admin/main.php:280 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"ΤόĎÎż εύκολο είναι: ένα 'κλικ' του ποντικιού μακĎυά - η δυνατότητα να εξάγετε " +"τις ΡυθμίĎεις του Mantra και να τις αποθηκεύετε Ďτον υπολογιĎτή Ďας. Νιώθετε " +"πιο αĎφαλείς; Îα έπĎεπε!" + +#: admin/main.php:285 +msgid "Import Theme options" +msgstr "ΕιĎαγωγή ΡυθμίĎεων Îέματος" + +#: admin/main.php:286 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"ΕλλείĎει της λειτουĎγίας ειĎαγωγής η εξαγωγή θα ήταν μάταιη. Βεβαιωθείτε πως " +"έχετε έτοιμο Ď„Îż εξαχθέν αĎχείο και θα Ďας δούμε μετά Ď„Îż επόμενο κλικ." + +#: admin/main.php:293 +msgid "Mantra Latest News" +msgstr "Τελευταία Νέα για Ď„Îż Mantra" + +#: admin/main.php:304 +msgid "No news items." +msgstr "Δεν υπάĎχουν νέα." + +#: admin/main.php:318 +msgid "Mantra Help" +msgstr "Βοήθεια Mantra" + +#: admin/main.php:321 +msgid "" +"\n" +"\t\t\t
      \n" +"\t\t\t\t
    • - Need any Mantra or WordPress help?
    • \n" +"\t\t\t\t
    • - Want to know what changes are made to the theme with each new " +"version?
    • \n" +"\t\t\t\t
    • - Found a bug or maybe something doesn't work exactly as " +"expected?
    • \n" +"\t\t\t\t
    • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
    • \n" +"\t\t\t\t
    • - Want a setting implemented?
    • \n" +"\t\t\t\t
    • - Do you have or would you like to make a translation of the " +"Mantra Theme?
    • \n" +"\t\t\t
    \n" +"\t\t\t

    Then come visit us at Mantra's support page.

    \n" +"\t" +msgstr "" +"\n" +"\t\t\t
      \n" +"\t\t\t\t
    • - ΧĎειάζεĎτε βοήθεια με Ď„Îż Mantra ή Ď„Îż Wordpress;
    • \n" +"\t\t\t\t
    • - Îέλετε να γνωĎίζετε Ď„ÎŻ αλλαγές γίνονται ĎĎ„Îż θέμα Ďε κάθε νέα " +"έκδοĎη;
    • \n" +"\t\t\t\t
    • - Îχετε εντοπίĎει μια δυĎλειτουĎγία ή μήπως κάτι δεν λειτουĎγεί " +"όπως ακĎιβώς θα έπĎεπε;
    • \n" +"\t\t\t\t
    • - Îχετε μια ιδέα για τη βελτίωĎη του θέματος Mantra ĎŽĎτε να " +"ικανοποιεί πεĎÎąĎĎότεĎÎż τις ανάγκες Ďας;
    • \n" +"\t\t\t\t
    • - Îέλετε να Ď€ĎÎżĎτεθεί μια ĎύθμιĎη;
    • \n" +"\t\t\t\t
    • - Îέλετε να υποβάλετε μια μετάφĎαĎη για Ď„Îż θέμα Mantra;
    • \n" +"\t\t\t
    \n" +"\t\t\t

    Τότε επιĎκεφθείτε μας Ďτη Ďελίδα υποĎτηĎίξης του Mantra.

    \n" +"\t" + +#: admin/main.php:332 +msgid "Mantra Support Page" +msgstr "Σελίδα ΥποĎτήĎιξης του Mantra" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "Μία Ďτήλη (χωĎÎŻĎ‚ πλευĎικές Ďτήλες)" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "Δύο Ďτήλες, η πλευĎική Ďτήλη Ďτα δεξιά." + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "Δύο Ďτήλες, η πλευĎική Ďτήλη Ďτα αĎÎąĎτεĎά" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "ΤĎεις Ďτήλες, οι πλευĎικές Ďτήλες Ďτα δεξιά" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "ΤĎεις Ďτήλες, οι πλευĎικές Ďτήλες Ďτα αĎÎąĎτεĎά" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "ΤĎεις Ďτήλες, μία πλευĎική Ďτήλη Ďε κάθε πλευĎά" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "Επιλέξτε διάταξη" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "Απόλυτες" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "Σχετικές" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "ΔιαĎτάĎεις:" + +#: admin/settings.php:189 admin/settings.php:209 +msgid "Content =" +msgstr "ΠεĎιεχόμενο =" + +#: admin/settings.php:190 admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "ΠλευĎική(-ές) Στήλη(-ες) =" + +#: admin/settings.php:191 admin/settings.php:211 +msgid "Total width =" +msgstr "Συνολικό πλάτος =" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Επιλέξτε Ď„Îż πλάτος του πεĎιεχομένου και της(των) πλευĎικής(-ών) " +"Ďτήλης(-ών). \n" +" \t\tΗ πεĎιοχή του πεĎιεχομένου δεν μποĎεί να έχει πλάτος μικĎότεĎÎż των " +"500px και η πεĎιοχή της πλευĎικής Ďτήλης Ď€Ďέπει να έχει πλάτος τουλάχιĎτον " +"220px και όχι μεγαλύτεĎÎż από 800px.
    \n" +"\tΑν επιλέξετε 3 Ďτήλες (με δύο πλευĎικές Ďτήλες) Ď„Îż πλάτος της κάθεμιάς θα " +"είναι Ď„Îż ήμιĎĎ… του επιλεγμένου πλάτους." + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
    \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
    \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Επιλέξτε Ď„Îż πλάτος του πεĎιεχομένου και της(των) πλευĎικής(-ών) " +"Ďτήλης(-ών). \n" +" \t\tΠĎόκειται για Ďχετικές διαĎτάĎεις - Ďχετικές Ď€Ďος τον φυλλομετĎητή του " +"χĎήĎτη. Το Ďυνολικό πλάτος είναι ένα ποĎÎżĎĎ„ĎŚ του πλάτος του φυλλομετĎητή." +"
    \n" +"\t Αν και Ď„Îż πεĎιεχόμενο δεν μποĎεί να έχει πλάτος μικĎότεĎÎż του 40%, η " +"πλευĎική Ďτήλη έχει μέγεθος τουλάχιĎτον 20% και όχι πάνω από 50%.
    \n" +"\tΑν επιλέξτε 3 Ďτήλες (με δύο πλευĎικές Ďτήλες) καθεμιά θα έχει Ď„Îż ήμιĎĎ… " +"του επιλεγμένου πλάτους." + +#: admin/settings.php:244 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"Επιλέξτε Ď„Îż ĎŤĎος της κεφαλίδας. Αφού αποθηκεύĎετε τις ĎυθμίĎεις πηγαίντε και " +"μεταφοĎĎ„ĎŽĎτε τη νέα Ďας εικόνα κεφαλίδας. Το πλάτος της κεφαλίδας θα είναι =" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 +#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 +#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 +#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 +msgid "Enable" +msgstr "ΕνεĎγοποίηĎη" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 +#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 +#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 +#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 +msgid "Disable" +msgstr "ΑπενεĎγοποίηĎη" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page and " +"it will replace whatever page you have selected as homepage. It has a slider " +"and columns for presentation\n" +"\t\ttext and images." +msgstr "" +"ΕνεĎγοποίηĎη της Ďελίδας παĎουĎίαĎης. Αυτή θα γίνει η νέα Ďας αĎχική Ďελίδα " +"και θα αντικαταĎτήĎει οποιαδήποτε Ďελίδα έχει επιλέξει ως αĎχική Ďελίδα. " +"ΠεĎιλαμβάνει έναν slider και Ďτήλες για τη παĎουĎίαĎη \n" +"\t\tκειμένου και εικόνων." + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "ΔιαĎτάĎεις Slider:" + +#: admin/settings.php:276 +msgid "width" +msgstr "πλάτος" + +#: admin/settings.php:277 +msgid "height" +msgstr "ĎŤĎος" + +#: admin/settings.php:278 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "" +"Οι διαĎτάĎεις του slider. Βεβαιωθείτε πως οι εικόνες Ďας είναι του ίδιου " +"μεγέθους." + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "ΓĎαφική ΑπεικόνιĎη" + +#: admin/settings.php:282 +msgid "Random" +msgstr "Τυχαία" + +#: admin/settings.php:282 +msgid "Fold" +msgstr "Fold" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "Fade" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "SlideInRight" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "SlideInLeft" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "SliceDown" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "SliceDownLeft" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "SliceUp" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "SliceUpLeft" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "SliceUpDown" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "SliceUpDownLeft" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "BoxRandom" + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "BoxRain" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "BoxRainReverse" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "BoxRainGrow" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "BoxRainGrowReverse" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "Το εφέ μετάβαĎης που θα χĎηĎιμοποιεί Îż slider" + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "ΡυθμίĎεις ΠεĎιγĎάμματος:" + +#: admin/settings.php:293 +msgid "Width" +msgstr "Πλάτος" + +#: admin/settings.php:294 +msgid "Color" +msgstr "ΧĎώμα" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "Το πλάτος και Ď„Îż χĎώμα του πεĎιγĎάμματος του slider." + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "ΧĎόνος ÎłĎαφικής απεικόνιĎης:" + +#: admin/settings.php:299 admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "milliseconds (1000ms = 1 δευτεĎόλεπτο) " + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "" +"Îź χĎόνος εντός του οποίου Ď€Ďαγματοποιείται η μετάβαĎη της ÎłĎαφικής " +"απεικόνιĎης." + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "ΧĎόνος ΠαύĎης" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "Îź χĎόνος που ένα slide παĎαμένει ακίνητο και ÎżĎατό." + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "ΠλοήγηĎη Slider:" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "ΑĎιθμοί" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "Κουκκίδες" + +#: admin/settings.php:309 admin/settings.php:1259 +msgid "None" +msgstr "Καμμία" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "Îź τύπος πλοήγηĎης του slider. Εμφανίζεται κάτωθεν του slider." + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "Βέλη Slider:" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "Πάντοτε ÎźĎατό" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "ÎźĎατά κατά την ΥπέĎπτηĎη του Δείκτη" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "ΚĎυμμένα" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "Τα ΑĎÎąĎτεĎά και Δεξιά Βέλη του Slider" + +#: admin/settings.php:370 admin/settings.php:438 +msgid "Select Category" +msgstr "Επιλέξτε ΚατηγοĎία" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "ΠĎÎżĎαĎÎĽÎżĎμένα Slides" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "Τελευταίες ΔημοĎιεύĎεις" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "Τυχαίες ΔημοĎιεύĎεις" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "ΚεντĎικές ΔημοĎιεύĎεις" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "Τελευταίες ΔημοĎιεύĎεις ΚατηγοĎίας" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "Τυχαίες ΔημοĎιεύĎεις ΚατηγοĎίας" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "Επιλεγμένες ΔημοĎιεύĎεις" + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "Στον slider θα φοĎτώνονται οι τελευταίες δημοĎιεύĎεις." + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "Στον slider θα φοĎτώνονται τυχαίες δημοĎιεύĎεις." + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "" +"Στον slider θα φοĎτώνονται οι τελευταίες δημοĎιεύĎεις από τις κατηγοĎίες που " +"θα επιλέξετε." + +#: admin/settings.php:423 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "" +"Στον slider θα φοĎτώνονται τυχαίες δημοĎιεύĎεις από τη κατηγοĎία που θα " +"επιλέξετε." + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "Μόνο ΚεντĎικές ΔημοĎιεύĎεις θα φοĎτώνονται Ďτον slider." + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "" +"ΕιĎάγετε τα αναγνωĎÎąĎτικά/ID των δημοĎιεύĎεων που θέλετε να Ď€Ďοβάλετε " +"(χωĎÎąĎμένα με κόμμα):" + +#: admin/settings.php:436 +msgid "
    Choose the cateogry: " +msgstr "
    Επιλέξτε κατηγοĎία: " + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "ΑĎιθμός δημοĎιεύĎεων Ď€Ďος εμφάνιĎη:" + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "Slide 1" + +#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 +#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 +#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "ΜεταφοĎĎ„ĎŽĎτε ή επιλέξτε μια εικόνα από τη Ďυλλογή" + +#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 +#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 +#: admin/settings.php:583 admin/settings.php:613 +msgid "Title" +msgstr "Τίτλος" + +#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 +#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 +#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 +msgid "Text" +msgstr "Κείμενο" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "Slide 2" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "Slide 3" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "Slide 4" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "Slide 5" + +#: admin/settings.php:533 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"Το πεĎιεχόμενο των slide Ďας. Μόνο η εικόνα είναι απαιτούμενη, όλα τα άλλα " +"πεδία είναι Ď€ĎοαιĎετικά. Μόνο τα slide που πεĎιλαμβάνουν μια εικόνα θα " +"επιλεγούν και θα καταĎτούν ενεĎγά και ÎżĎατά Ďτον slider." + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "ΑĎιθμός Ďτηλών:" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "ÎŽĎος Εικόνας" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "Κείμενο 'ΔιαβάĎτε πεĎÎąĎĎότεĎα':" + +#: admin/settings.php:559 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" +"Το κείμενο που εμφανίζεται ως ĎύνδεĎμος κάτω από όλες τις Ďτήλες. ΜποĎείτε " +"να διαγĎάĎετε Ď„Îż κείμενο αν δεν Ď„Îż χĎειάζεĎτε." + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "1η Στήλη" + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "2η Στήλη" + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "3η Στήλη" + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "4η Στήλη" + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "ΠĎĎŚĎθετο Κείμενο" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "ΚύĎιος Τίτλος" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "ΔευτεĎεύων Τίτλος" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "ΧĎώμα τίτλου" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "ΧĎώμα Τίτλων (ΠĎοεπιλεγμένη τιμή: 333333)" + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "Συνοδευτικό Κείμενο 1" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "Συνοδευτικό Κείμενο 2" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Επιπλέον κείμενο για την αĎχική Ďας Ďελίδα. Îź Ď€Ďώτος τίτλος τοποθετείται " +"πάνω από τον slider, Îż δεύτεĎος τίτλος μεταξύ του slider και των Ďτηλών και " +"διατίθενται δύο ακόμη ĎειĎές κειμένου κάτω από τις Ďτήλες.\n" +"\t\t Όλα τα πεδία είναι Ď€ĎοαιĎετικά, οπότε μποĎείτε να τα αφήĎτε κενά αν δεν " +"τα χĎειάζεĎτε." + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "ΑπόκĎĎ…Ďη πεĎιοχών" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "ΑπόκĎĎ…Ďη της κεφαλίδας (εικόνας ή χĎώματος υποβάθĎου)" + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "ΑπόκĎĎ…Ďη του κύĎιου μενού (των κύĎιων καĎτελών πλοήγηĎης)" + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "ΑπόκĎĎ…Ďη μονάδων υποĎέλιδου." + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "ΑπόκĎĎ…Ďη υποĎέλιδου (πεĎιοχή δήλωĎης πνευματικών δικαιωμάτων)" + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "ΑπόκĎĎ…Ďη του άĎĎ€Ďου χĎώματος. Îα παĎαμείνει μόνο Ď„Îż χĎώμα υποβάθĎου." + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "Επιλέξτε τις πεĎιοχές που θέλετε να ÎşĎĎŤĎετε Ďτην Ď€Ďώτη Ďελίδα." + +#: admin/settings.php:703 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"Επιλέξτε μέγεθος ÎłĎαμματοĎειĎάς για Ď„Îż ÎąĎτολόγιό Ďας. ΕπηĎεάζει τις Σελίδες, " +"τις ΔημοĎιεύĎεις και τα Σχόλια. Τα Κουμπιά, οι Κεφαλίδες και τα ΠλευĎικά " +"μενού θα παĎαμείνουν ως έχουν." + +#: admin/settings.php:747 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιήĎετε ĎĎ„Îż " +"ÎąĎτολογιό Ďας. Îα επηĎεάĎει όλο Ď„Îż κείμενο που βĎÎŻĎκεται εντός του " +"πεĎιεχομένου (ĎυμπεĎιλαμβανομένων και των κουμπιών του μενού)." + +#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 +#: admin/settings.php:899 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
    Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" +"Εναλλακτικά ειĎάγετε τη ΓĎαμματοĎειĎά Google που επιθυμείτε παĎακάτω. " +"ΠαĎακαλούμε ειĎάγετε μόνο Ď„Îż όνομα της ÎłĎαμματοĎειĎάς.
    Πχ: Marko One. ΕπιĎκεφθείτε τις " +"ÎłĎαμματοĎειĎές google για λίγη έμπνευĎη." + +#: admin/settings.php:795 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιήĎετε για " +"τους τίτλους. Îα επηĎεάĎει τους τίτλους δημοĎιεύĎεων και Ďελίδων. Επιλέξτε " +"'ΠĎοεπιλογή\" και θα χĎηĎιμοποιηθεί η γενική ÎłĎαμματοĎειĎά που έχετε ÎżĎÎŻĎει." + +#: admin/settings.php:846 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιούν οι " +"πλευĎικές Ďτήλες. Îα επηĎεαĎτεί Ď„Îż κείμενο Ďτις πλευĎικές Ďτήλες, " +"ĎυμπεĎιλαμβανομένων και των μονάδων. Επιλέξτε 'ΠĎοεπιλογή' για να " +"χĎηĎιμοποιηθεί η γενική ÎłĎαμματοĎειĎά που έχετε ÎżĎÎŻĎει." + +#: admin/settings.php:897 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"Επιλέξτε την οικογένεια ÎłĎαμματοĎειĎάς που θέλετε να χĎηĎιμοποιούν οι υπο-" +"κεφαλίδες (ετικέτες h2-h6). Επιλέξτε 'ΠĎοεπιλογή' για να χĎηĎιμοποιηθεί η " +"γενική ÎłĎαμματοĎειĎά που έχετε ÎżĎÎŻĎει." + +#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 +#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 +msgid "Default" +msgstr "ΠĎοεπιλογή" + +#: admin/settings.php:917 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"Μέγεθος ΓĎαμματοĎειĎάς Κεφαλίδας ΔημοĎίευĎης. Επιλέξτε 'ΠĎοεπιλογή' για τις " +"κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί βάĎει του κώδικα CSS)" + +#: admin/settings.php:932 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"Μέγεθος ΓĎαμματοĎειĎάς ΠλευĎικής Στήλης. Επιλέξτε 'ΠĎοεπιλογή' για τις " +"κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί βάĎει του κώδικα CSS)" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Left" +msgstr "ΑĎÎąĎτεĎά" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Right" +msgstr "Δεξιά" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "ΠλήĎης" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Center" +msgstr "ΚέντĎÎż" + +#: admin/settings.php:947 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"Αυτή η ĎύθμιĎη υπεĎβαίνει την ĎτοίχιĎη κειμένου των δημοĎιεύĎεων και των " +"Ďελίδων. Επιλέξτε 'ΠĎοεπιλογή' για τις κανονικές ĎυθμίĎεις (η ĎύθμιĎη θα " +"παĎαμείνει ως έχει Ďτις δημοĎιεύĎεις, τα Ďχόλια κοκ)." + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "ÎźĎÎŻĎτε Ď„Îż μέγεθος της εĎοχής των παĎαγĎάφων." + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "" +"ΑπενεĎγοποίηĎη της Ď€Ďοεπιλεγμένης εĎοχής κεφαλίδας και τίτλου (αĎÎąĎτεĎĎŚ " +"πεĎιθώĎιο)." + +#: admin/settings.php:992 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"ÎŽĎος ÎłĎαμμής κειμένου. Η απόĎταĎη μεταξύ δύο ÎłĎαμμών κειμένου. Επιλέξτε " +"'ΠĎοεπιλογή' για τις κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί " +"βάĎει του κώδικα CSS)." + +#: admin/settings.php:1007 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"Η απόĎταĎη/Ď„Îż διάĎτημα μεταξύ λέξεων. Επιλέξτε 'ΠĎοεπιλογή' για τις " +"κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί βάĎει του κώδικα CSS)." + +#: admin/settings.php:1022 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"Η απόĎταĎη/Ď„Îż διάĎτημα μεταξύ χαĎακτήĎων/ÎłĎαμμάτων. Επιλέξτε " +"'ΠĎοεπιλογή' για τις κανονικές ĎυθμίĎεις (η τιμή του μεγέθους θα ÎżĎÎąĎτεί " +"βάĎει του κώδικα CSS)." + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "" +"ΑπενεĎγοποίηĎη της Ď€Ďοεπιλεγμένης ĎκίαĎης κειμένου Ďτις κεφαλίδες και τους " +"τίτλους. " + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "ΧĎώμα υποβάθĎου (ΠĎοεπιλεγμένη τιμή: 444444)." + +#: admin/settings.php:1059 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" +"ΧĎώμα υποβάθĎου κεφαλίδας (ΠĎοεπιλεγμένη τιμή: 333333) ΜποĎείτε να " +"διαγĎάĎετε Ď„Îż πεĎιεχόμενο για να μην έχετε χĎώμα υποβάθĎου." + +#: admin/settings.php:1066 +msgid "" +"Content background color (Default value is FAFAFA). Works best with really " +"light colors." +msgstr "" +"ΧĎώμα υποβάθĎου πεĎιεχομένου (ΠĎοεπιλεγμένη τιμή: FAFAFA). ΠĎοτιμήĎτε " +"φωτεινά χĎώματα." + +#: admin/settings.php:1073 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"ΧĎώμα υποβάθĎου του κύĎιου μενού (ΠĎοεπιλεγμένη τιμή: FAFAFA). Îα Ď€Ďέπει να " +"είναι Ď„Îż ίδιο χĎώμα με Ď„Îż υπόβαθĎÎż πεĎιεχομένου ή κάποιο εξίĎου φωτεινό." + +#: admin/settings.php:1081 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "" +"ΧĎώμα υποβάθĎου υποĎέλιδου-πεĎιοχής μονάδων (ΠĎοεπιλεγμένη τιμή: 171717)." + +#: admin/settings.php:1089 +msgid "Footer background color (Default value is 222222)." +msgstr "ΧĎώμα υποβάθĎου υποĎέλιδου (ΠĎοεπιλεγμένη τιμή: 222222)." + +#: admin/settings.php:1097 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "Το χĎώμα του τίτλου του ÎąĎτολογίου Ďας (ΠĎοεπιλεγμένη τιμή: 0D85CC)." + +#: admin/settings.php:1105 +msgid "Your blog's description color(Default value is 222222)." +msgstr "" +"Το χĎώμα της πεĎιγĎαφής του ÎąĎτολογίου Ďας (ΠĎοεπιλεγμένη τιμή: 222222)." + +#: admin/settings.php:1113 +msgid "Content Text Color (Default value is 333333)." +msgstr "ΧĎώμα Κειμένου ΠεĎιεχομένου (ΠĎοεπιλεγμένη τιμή: 333333)." + +#: admin/settings.php:1121 +msgid "Links color (Default value is 0D85CC)." +msgstr "ΧĎώμα ĎυνδέĎμων (ΠĎοεπιλεγμένη τιμή: 0D85CC)." + +#: admin/settings.php:1129 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "" +"ΧĎώμα ΣυνδέĎμων κατά την ΥπέĎπτηĎη του Δείκτη (ΠĎοεπιλεγμένη τιμή: 333333)." + +#: admin/settings.php:1137 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "ΧĎώμα Κειμένου Κεφαλίδας ΔημοĎίευĎης (ΠĎοεπιλεγμένη τιμή: 333333)" + +#: admin/settings.php:1145 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" +"ΧĎώμα Κειμένου Κεφαλίδας ΔημοĎίευĎης κατά την ΥπέĎπτηĎη του Δείκτη " +"(ΠĎοεπιλεγμένη τιμή: 000000)." + +#: admin/settings.php:1153 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "" +"ΧĎώμα ΥποβάθĎου Κεφαλίδας ΠλευĎικής Στήλης (ΠĎοεπιλεγμένη τιμή: 444444)." + +#: admin/settings.php:1162 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "" +"ΧĎώμα Κειμένου Κεφαλίδας ΠλευĎικής Στήλης (ΠĎοεπιλεγμένη τιμή: 2EA5FD)." + +#: admin/settings.php:1170 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "ΧĎώμα Κειμένου Μονάδων ΥποĎέλιδου (ΠĎοεπιλεγμένη τιμή: 0D85CC)" + +#: admin/settings.php:1178 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "ΧĎώμα ΣυνδέĎμου Μονάδων ΥποĎέλιδου (ΠĎοεπιλεγμένη τιμή: 666666)." + +#: admin/settings.php:1186 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" +"ΧĎώμα ΣυνδέĎμου Μονάδων ΥποĎέλιδου κατά την ΥπέĎπτηĎη του Δείκτη " +"(ΠĎοεπιλεγμένη τιμή: 888888)." + +#: admin/settings.php:1198 admin/settings.php:1259 +msgid "White" +msgstr "ΆĎĎ€ĎÎż" + +#: admin/settings.php:1198 +msgid "Light" +msgstr "Φωτεινό" + +#: admin/settings.php:1198 +msgid "Light Gray" +msgstr "Φωτεινό ΓκĎÎą" + +#: admin/settings.php:1198 admin/settings.php:1259 +msgid "Gray" +msgstr "ΓκĎίζο" + +#: admin/settings.php:1198 +msgid "Dark Gray" +msgstr "Σκοτεινό ΓκĎÎą" + +#: admin/settings.php:1198 +msgid "Black" +msgstr "ΜαύĎÎż" + +#: admin/settings.php:1206 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"Αυτή η ĎύθμιĎη αλλάζει την ĎŚĎη των λεζαντών. Οι εικόνες που δεν ειĎάγονται " +"με λεζάντες δεν θα επηĎεαĎτούν." + +#: admin/settings.php:1222 +msgid "The border around your inserted images. " +msgstr "Το πεĎÎŻÎłĎαμμα γύĎω από τις ειĎαχθείĎες εικόνες." + +#: admin/settings.php:1237 +msgid "The image on top of your captions. " +msgstr "Η εικόνα πάνω από τις λεζάντες Ďας." + +#: admin/settings.php:1252 +msgid "The sidebar list bullets. " +msgstr "Οι κουκκίδες λίĎτας της πλευĎικής Ďτήλης." + +#: admin/settings.php:1267 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "" +"Το υπόβαθĎÎż της πεĎιοχής μεταδεδομένων (κάτωθεν των δημοĎιεύĎεων). ΓκĎίζο εκ " +"Ď€Ďοεπιλογής." + +#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 +#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 +#: admin/settings.php:1383 admin/settings.php:1399 admin/settings.php:1442 +#: admin/settings.php:1457 admin/settings.php:1472 admin/settings.php:1487 +#: admin/settings.php:1502 admin/settings.php:1517 admin/settings.php:1532 +#: admin/settings.php:1547 +msgid "Show" +msgstr "ΕμφάνιĎη" + +#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 +#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 +#: admin/settings.php:1399 admin/settings.php:1442 admin/settings.php:1457 +#: admin/settings.php:1472 admin/settings.php:1487 admin/settings.php:1502 +#: admin/settings.php:1517 admin/settings.php:1532 admin/settings.php:1547 +msgid "Hide" +msgstr "ΑπόκĎĎ…Ďη" + +#: admin/settings.php:1283 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "" +"ΕμφάνιĎη ή απόκĎĎ…Ďη ενός ÎżĎιζόντιου χάĎακα για Ď„Îż διαχωĎÎąĎÎĽĎŚ των " +"δημοĎιεύĎεων." + +#: admin/settings.php:1299 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"ΕμφάνιĎη ή απόκĎĎ…Ďη των κουκκίδων δίπλα Ďτις λίĎτες που έχετε εντός της " +"πεĎιοχής πεĎιεχομένου (Ďελίδες, δημοĎιεύĎεις κοκ)." + +#: admin/settings.php:1316 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"ΕμφάνιĎη ή απόκĎĎ…Ďη του Τίτλου και της ΠεĎιγĎαφής του ÎąĎτολογίου Ďας Ďτην " +"κεφαλίδα (Ď€Ďοτείνεται η απόκĎĎ…Ďη αν έχετε μια Ď€ĎÎżĎαĎÎĽÎżĎμένη εικόνα με " +"κείμενο)." + +#: admin/settings.php:1331 +msgid "Hide or show Page titles on any created pages. " +msgstr "" +"ΕμφάνιĎη ή απόκĎĎ…Ďη των τίτλων Σελίδων Ďε όλες τις δημιουĎγηθείĎες " +"Ďελίδες." + +#: admin/settings.php:1346 +msgid "Hide or show Page titles on Category Pages. " +msgstr "" +"ΕμφάνιĎη ή απόκĎĎ…Ďη των τίτλων των Ďελίδων Ďτις Σελίδες ΚατηγοĎιών." + +#: admin/settings.php:1361 +msgid "Hide table borders and background color." +msgstr "ΑπόκĎĎ…Ďη πεĎιγĎάμματος πίνακα και χĎώματος υποβάθĎου." + +#: admin/settings.php:1376 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"ΑπόκĎĎ…Ďη του επεξηγηματικού κειμένου κάτωθεν του πεδίου των Ďχολίων. ΑĎχίζει " +"με: ΜποĎείτε να χĎηĎιμοποιήĎετε τις ακόλουθες HTML ετικέτες και " +"ιδιότητες:...." + +#: admin/settings.php:1383 +msgid "Hide in posts" +msgstr "ΑπόκĎĎ…Ďη Ďτις δημοĎιεύĎεις" + +#: admin/settings.php:1383 +msgid "Hide in pages" +msgstr "ΑπόκĎĎ…Ďη Ďτις Ďελίδες" + +#: admin/settings.php:1383 +msgid "Hide everywhere" +msgstr "ΑπόκĎĎ…Ďη παντού" + +#: admin/settings.php:1391 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"ΑπόκĎĎ…Ďη του κειμένου Τα Ďχόλια έχουν κλείĎει που εμφανίζεται εκ " +"Ď€Ďοεπιλογής Ďτις Ďελίδες ή Ďτις δημοĎιεύĎεις όπου τα Ďχόλια έχουν " +"απενεĎγοποιηθεί." + +#: admin/settings.php:1407 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"ΑπόκĎĎ…Ďη του κειμένου ΑνενεĎγός ĎχολιαĎÎĽĎŚĎ‚ που εμφανίζεται Ďε " +"δημοĎιεύĎεις με απενεĎγοποιημένα τα Ďχόλια." + +#: admin/settings.php:1423 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"ΕνεĎγοποίηĎη του κουμπιού 'ΕπιĎĎ„Ďοφής Ďτην ΚοĎυφή'. Το κουμπί εμφανίζεται " +"κατά την κατακύλιĎη της Ďελίδας." + +#: admin/settings.php:1430 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
    " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"ΕιĎάγετε Ď€ĎÎżĎαĎÎĽÎżĎμένο κείμενο ή κώδικα HTML που θα εμφανίζεται ĎĎ„Îż τέλος " +"του υποĎελίδου Ďας.
    ΜποĎείτε να χĎηĎιμοποιήĎτε HTML για να ειĎάγετε " +"ĎυνδέĎμους, εικόνες και ειδικούς χαĎακτήĎες όπως © ." + +#: admin/settings.php:1450 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"ΕμφάνιĎη ή απόκĎĎ…Ďη του κειμένου ΑφήĎτε ένα Ďχόλιο ή " +"x Σχόλια δίπλα Ďτις δημοĎιεύĎεις ή Ďτα αποĎπάĎματα " +"δημοĎιεύĎεων." + +#: admin/settings.php:1465 +msgid "Hide or show the post date." +msgstr "ΑπόκĎĎ…Ďη ή εμφάνιĎη της ημεĎομηνίας δημοĎίευĎης" + +#: admin/settings.php:1480 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"ΕμφάνιĎη της ĎŽĎας δημοĎίευĎης μαζί με την ημεĎομηνία. Η ĎŽĎα δεν θα " +"εμφανίζεται αν η ΗμεĎομηνία ΔημοĎίευĎης είναι ÎşĎυμμένη." + +#: admin/settings.php:1495 +msgid "Hide or show the post author." +msgstr "ΑπόκĎĎ…Ďη ή εμφάνιĎη του Ďυντάκτη της δημοĎίευĎης." + +#: admin/settings.php:1510 +msgid "Hide the post category." +msgstr "ΑπόκĎĎ…Ďη κατηγοĎίας δημοĎίευĎης" + +#: admin/settings.php:1525 +msgid "Hide the post tags." +msgstr "ΑπόκĎĎ…Ďη ετικετών δημοĎίευĎης" + +#: admin/settings.php:1540 +msgid "Hide the 'Bookmark permalink'." +msgstr "" +"ΑπόκĎĎ…Ďη του κειμένου 'ΠĎÎżĎθέĎτε Ďτους Ďελιδοδείκτες Ď„Îż μόνιμο ĎύνδεĎÎĽÎż'." + +#: admin/settings.php:1555 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" +"ΑπόκĎĎ…Ďη όλων των μεταδεδομένων των δημοĎιεύĎεων. Ολες οι πληĎοφοĎίες και " +"πεĎιοχές μεταδεδομένων θα αποκĎύπτονται." + +#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 +msgid "Excerpt" +msgstr "ΑπόĎπαĎμα" + +#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 +msgid "Full Post" +msgstr "ΠλήĎης δημοĎίευĎη" + +#: admin/settings.php:1576 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"ΑποĎπάĎματα Ďτην αĎχική Ďελίδα. Îα επηĎεαĎτούν μόνο οι κανονικές " +"δημοĎιεύĎεις. Όλοι οι υπόλοιποι τύποι δημοĎίευĎης (παĎαπλεύĎως, εικόνα, " +"Ďυνομιλία, παĎάθεĎη κτλ) έχουν ειδική διαμόĎφωĎη." + +#: admin/settings.php:1591 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"Επιλέξτε αν θέλετε να Ď€Ďοβάλλεται Ď„Îż πλήĎες πεĎιεχόμενο των ΚεντĎικών " +"ΔημοĎιεύĎεών Ďας Ďτην αĎχική Ďελίδα ή μόνο τα αποĎπάĎματα." + +#: admin/settings.php:1607 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"ΕμφάνιĎη αποĎπαĎμάτων Ďτις Ďελίδες αĎχείων, κατηγοĎιών και αναζήτηĎης. Όπως " +"παĎαπάνω, θα επηĎεάζονται μόνο οι κανονικές δημοĎιεύĎεις." + +#: admin/settings.php:1615 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"Îź αĎιθμός των λέξεων που θα πεĎιλαμβάνονται ĎĎ„Îż απόĎπαĎμα. Όταν " +"ĎυμπληĎώνεται αυτός Îż αĎιθμός, Ď„Îż κείμενο της δημοĎίευĎης θα διακόπτεται από " +"έναν ĎύνδεĎÎĽÎż ΔιαβάĎτε πεĎÎąĎĎότεĎα που\n" +"\t\t\t\t\t\t\tθα οδηγεί τον αναγνώĎτη Ďτη Ďελίδα της πλήĎους δημοĎίευĎης." + +#: admin/settings.php:1631 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"ΕνεĎγοποίηĎη της Διάταξης ΠεĎιοδικού. Αυτή η διάταξη εφαĎμόζεται Ďε Ďελίδες " +"που πεĎιλαμβάνουν δημοĎιεύĎεις και εμφανίζει δύο δημοĎιεύĎεις ανά ĎειĎά." + +#: admin/settings.php:1638 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "" +"ΑντικαθιĎτά τις Ď„Ďεις τελείες ('[...])' που επιĎυνάπτονται αυτόματα Ďτα " +"αποĎπάĎματα." + +#: admin/settings.php:1645 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "" +"ΕπεξεĎγαĎτείτε τον ĎύνδεĎÎĽÎż 'ΔιαβάĎτε πεĎÎąĎĎότεĎα' που Ď€ĎÎżĎτίθεται Ďτα " +"αποĎπάĎματα των δημοĎιεύĎεών Ďας." + +#: admin/settings.php:1660 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "" +"Εκ Ď€Ďοεπιλογής Ď„Îż Wordpress αφαιĎεί όλες τις ετικέτες HTML από τα " +"αποĎπάĎματα (" + +#: admin/settings.php:1691 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"ΕμφάνιĎη των επιλεγμένων εικόνων ως μικĎογĎαφιών Ďτις δημοĎιεύĎεις. Οι " +"εικόνες Ď€Ďέπει να έχουν ÎżĎÎąĎτεί για κάθε δημοĎίευĎη Ďτη πεĎιοχή Επιλεγμένης " +"Εικόνας." + +#: admin/settings.php:1706 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"ΕμφάνιĎη της Ď€Ďώτης εικόνας μιας δημοĎίευĎης ως μικĎογĎαφία. Αν " +"ενεĎγοποιήĎετε αυτή την επιλογή, θα χĎηĎιμοποιείται η Ď€Ďώτη εικόνα της " +"δημοĎίευĎής Ďας ακόμη κι αν έχετε ÎżĎÎŻĎει μια Επιλεγμένη Εικόνα για τη " +"δημοĎίευĎη." + +#: admin/settings.php:1722 +msgid "Thumbnail alignment." +msgstr "ΣτοίχιĎη μικĎογĎαφίας" + +#: admin/settings.php:1739 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"Το μέγεθος που θέλετε να έχουν οι μικĎογĎαφίες (Ďε εικονοĎτοιχεία-pixels). " +"Εκ Ď€Ďοεπιλογής οι εικόνες θα αναπĎÎżĎαĎÎĽÎżĎτούν με ĎταθεĎή αναλογία " +"διαĎτάĎεων. ÎźĎÎŻĎτε να πεĎικόπτονται οι εικόνες αν θέλετε ένα ακĎιβές μέγεθος." + +#: admin/settings.php:1755 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"ΕμφάνιĎη των Επιλεγμένων Εικόνων Ďτις κεφαλίδες. Η κεφαλίδα θα " +"αντικαταĎταθεί από μια επιλεγμένη εικόνα, την οποία έχετε ÎżĎÎŻĎει ως " +"Επιλεγμένη Ďτη δημοĎίευĎή Ďας\n" +"\t\t\t\t\t\t\tκαι είναι μεγαλύτεĎη ή τουλάχιĎτον ÎŻĎη με Ď„Îż Ď„Ďέχον μέγεθος " +"κεφαλίδας." + +#: admin/settings.php:1776 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"Επιλέξτε Ď„Îż Κοινωνικό Δίκτυο που επιθυμείτε από Ď„Îż μενού και ειĎάγετε τις " +"αντίĎτοιχες διευθύνĎεις ĎĎ„Îż πεδίο ειĎαγωγής (πχ: http://www.facebook.com/" +"yourname )" + +#: admin/settings.php:1790 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "ΜποĎείτε να ειĎάγετε μέχĎÎą 5 κοινωνικά δίκτυα και διευθύνĎεις." + +#: admin/settings.php:1804 +msgid "There are a total of 27 social networks to choose from. " +msgstr "ΥπάĎχουν Ďυνολικά 27 κοινωνικά δίκτυα για να διαλέξετε." + +#: admin/settings.php:1818 +msgid "You can leave any number of inputs empty. " +msgstr "ΜποĎείτε να αφήĎετε ĎŚĎα πεδία ειĎαγωγής θέλετε κενά." + +#: admin/settings.php:1832 +msgid "You can choose the same social media any number of times. " +msgstr "ΜποĎείτε να επιλέξετε τα ίδια κοινωνικά δίκτυα πάνω από μία φοĎά." + +#: admin/settings.php:1863 +msgid "Choose the areas where to display the social icons." +msgstr "" +"Επιλέξτε τις πεĎιοχές όπου θέλετε να εμφανίζονται τα εικονίδια " +"κοινωνικής δικτύωĎης." + +#: admin/settings.php:1884 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "" +"ΜετατĎέĎτε τη κελίδα του ÎąĎτοτόπου Ďε ĎύνδεĎÎĽÎż Ď€Ďος την Ďελίδα ευĎετηĎίου " +"(index)." + +#: admin/settings.php:1899 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"ΕμφάνιĎη της διαδĎομής Ďτη κοĎυφή της πεĎιοχής πεĎιεχομένου. Η διαδĎομή " +"είναι μια ÎĽÎżĎφή πλογήĎης που δείχνει τα ίχνη της τοποθεĎίας Ďας εντός του " +"ÎąĎτοτόπου." + +#: admin/settings.php:1914 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"ΕμφάνιĎη αĎιθμημένης ĎελιδοποίηĎης. Όπου υπάĎχει πάνω από μια Ďελίδα, αντί " +"των ĎυνδέĎμων ΠαλαιότεĎες δημοĎιεύĎεις και ΝεώτεĎες δημοĎιεύĎεις, θα εμφανίζεται αĎιθμημένη ĎελιδοποίηĎη." + +#: admin/settings.php:1929 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"ΕνεĎγοποιήĎτε τη Ď€Ďοβολή φοĎητών ĎĎ…Ďκευών και κάντε Ď„Îż Mantra ευέλικτο. Η " +"διάταξη και η ĎŚĎη του ÎąĎτολογίου Ďας θα αλλάζει ανάλογα με τη ĎĎ…Ďκευή και " +"την ανάλυĎη Ďτην οποία Ď€Ďοβάλλεται." + +#: admin/settings.php:1939 +msgid "Upload or select favicon from gallery" +msgstr "ΜεταφοĎĎ„ĎŽĎτε ή επιλέξτε ένα favicon από τη Ďυλλογή" + +#: admin/settings.php:1943 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"ΠεĎιοĎÎąĎμοί: ΠĎέπει να είναι εικόνα. ΠĎέπει να έχει μέγιĎτες διαĎτάĎεις " +"64x64 εικονοĎτοιχεία. ΠĎοτεινόμενες επεκτάĎεις: .ico και .png" + +#: admin/settings.php:1951 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
    Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"ΕιĎάγετε τον Ď€ĎÎżĎαĎÎĽÎżĎμένο κώδικα CSS εδώ. Κάθε CSS δήλωĎη που Ď€ĎÎżĎτίθεται " +"εδώ θα υπεĎβαίνει τις Ď€Ďοεπιλεγμένες του Mantra (ακόμη και τις " +"Ď€ĎÎżĎαĎÎĽÎżĎμένες ĎυθμίĎεις που ÎżĎίζονται εδώ, Ďτη Σελίδα ΡυθμίĎεων του " +"Mantra).
    Îź Ď€ĎÎżĎαĎÎĽÎżĎμένος Ďας κώδικας CSS θα διατηĎείται κατά την " +"αναβάθμιĎη του θέματος." + +#: admin/settings.php:1958 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "" +"ΕιĎάγετε τον Ď€ĎÎżĎαĎÎĽÎżĎμένο κώδικα Javascript εδώ (Google Analytics και άλλα " +"είδη λογιĎμικού ανάλυĎης)." + +#: admin/settings.php:1971 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"ΕνεĎγοποίηĎη της λειτουĎγίας SEO του Mantra. Είναι ενεĎγοποιημένη εκ " +"Ď€Ďοεπιλογής και θα Ď€Ďέπει να απενεĎγοποιείται μόνο αν χĎηĎιμοποιείτε κάποιο " +"Ď€ĎĎŚĎθετο SEO. " + +#: admin/settings.php:1983 +msgid "Auto" +msgstr "Αυτόματα" + +#: admin/settings.php:1983 +msgid "Manual" +msgstr "Επιλεκτικά" + +#: includes/theme-functions.php:213 +msgid "Home Page" +msgstr "ΑĎχική Σελίδα" + +#: includes/theme-loop.php:146 +msgid "says:" +msgstr "λέει:" + +#: includes/theme-loop.php:152 +msgid "Your comment is awaiting moderation." +msgstr "Αναμένεται Îż έλεγχος του ĎυντονιĎτή για τη δημοĎίευĎη του Ďχολίου Ďας." + +#: includes/theme-loop.php:159 +msgid "at" +msgstr "ĎĎ„Îż" + +#: includes/theme-loop.php:159 includes/theme-loop.php:176 +msgid "(Edit)" +msgstr "(ΕπεξεĎγαĎία)" + +#: includes/theme-loop.php:176 +msgid "Pingback: " +msgstr "Pingback: " + +#: includes/theme-loop.php:213 +msgid "By " +msgstr "Από" + +#: includes/theme-loop.php:224 +msgid "Leave a comment" +msgstr "ΑφήĎτε ένα Ďχόλιο" + +#: includes/theme-loop.php:224 +msgid "1 Comment" +msgstr "1 Σχόλιο" + +#: includes/theme-loop.php:224 +msgid "% Comments" +msgstr "% Σχόλια" + +#: includes/theme-loop.php:247 +msgid " Bookmark the " +msgstr "ΠĎÎżĎθέĎτε Ďτους Ďελιδοδείκτες Ď„Îż" + +#: includes/theme-loop.php:247 includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "Permalink to" +msgstr "Μόνιμος ĎύνδεĎμος ĎĎ„Îż" + +#: includes/theme-loop.php:247 includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "permalink" +msgstr "μόνιμο ĎύνδεĎÎĽÎż" + +#: includes/theme-loop.php:249 includes/theme-loop.php:251 +msgid "Bookmark the " +msgstr "ΠĎÎżĎθέĎτε Ďτους Ďελιδοδείκτες Ď„Îż" + +#: includes/theme-loop.php:273 +msgid "« Older posts" +msgstr "« ΠαλαιότεĎες δημοĎιεύĎεις" + +#: includes/theme-loop.php:274 +msgid "Newer posts »" +msgstr "ΝεώτεĎες δημοĎιεύĎεις »" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "Σελίδα %s" + +#: includes/theme-setup.php:91 +msgid "Primary Navigation" +msgstr "ΚύĎια ΠλοήγηĎη" + +#: includes/theme-setup.php:92 +msgid "Top Navigation" +msgstr "ΠλοήγηĎη ΚοĎυφής" + +#: includes/theme-setup.php:93 +msgid "Footer Navigation" +msgstr "ΠλοήγηĎη ΥποĎέλιδου" + +#: includes/theme-setup.php:137 +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:198 +msgid "Skip to content" +msgstr "ΜετάβαĎη ĎĎ„Îż πεĎιεχόμενο" + +#: includes/theme-setup.php:224 +msgid "Primary Widget Area - Sidebar 1" +msgstr "ΠĎωτεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 1" + +#: includes/theme-setup.php:226 +msgid "Primary widget area - Sidebar 1" +msgstr "ΠĎωτεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 1" + +#: includes/theme-setup.php:235 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "ΔευτεĎεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 1" + +#: includes/theme-setup.php:237 +msgid "Secondary widget area - Sidebar 1" +msgstr "ΔευτεĎεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 1" + +#: includes/theme-setup.php:246 +msgid "Third Widget Area - Sidebar 2" +msgstr "ΤĎιτεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 2" + +#: includes/theme-setup.php:248 +msgid "Third widget area - Sidebar 2" +msgstr "ΤĎιτεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 2" + +#: includes/theme-setup.php:257 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "ΤεταĎτεύουĎα ΠεĎιοχή Μονάδων - ΠλευĎική Στήλη 2" + +#: includes/theme-setup.php:259 +msgid "Fourth widget area - Sidebar 2" +msgstr "ΤεταĎτεύουĎα πεĎιοχή μονάδων - πλευĎική Ďτήλη 2" + +#: includes/theme-setup.php:268 +msgid "First Footer Widget Area" +msgstr "ΠĎωτεύουĎα ΠεĎιοχή Μονάδων ΥποĎέλιδου" + +#: includes/theme-setup.php:270 +msgid "First footer widget area" +msgstr "ΠĎωτεύουĎα πεĎιοχή μονάδων υποĎέλιδου" + +#: includes/theme-setup.php:279 +msgid "Second Footer Widget Area" +msgstr "ΔευτεĎεύουĎα ΠεĎιοχή Μονάδων ΥποĎέλιδου" + +#: includes/theme-setup.php:281 +msgid "Second footer widget area" +msgstr "ΔευτεĎεύουĎα πεĎιοχή μονάδων υποĎέλιδου" + +#: includes/theme-setup.php:290 +msgid "Third Footer Widget Area" +msgstr "ΤĎιτεύουĎα ΠεĎιοχή Μονάδων ΥποĎέλιδου" + +#: includes/theme-setup.php:292 +msgid "The third footer widget area" +msgstr "ΤĎιτεύουĎα πεĎιοχή μονάδων υποĎέλιδου" + +#: includes/theme-setup.php:301 +msgid "Fourth Footer Widget Area" +msgstr "ΤεταĎτεύουĎα πεĎιοχή Μονάδων ΥποĎέλιδου" + +#: includes/theme-setup.php:303 +msgid "The fourth footer widget area" +msgstr "ΤεταĎτεύουĎα πεĎιοχή μονάδων υποĎέλδου" diff --git a/themes/mantra/languages/es_ES.mo b/themes/mantra/languages/es_ES.mo deleted file mode 100644 index b610f882..00000000 Binary files a/themes/mantra/languages/es_ES.mo and /dev/null differ diff --git a/themes/mantra/languages/es_ES.po b/themes/mantra/languages/es_ES.po deleted file mode 100644 index 66591038..00000000 --- a/themes/mantra/languages/es_ES.po +++ /dev/null @@ -1,2219 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra Wordpress Theme 1.9.8\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-19 15:55+0100\n" -"PO-Revision-Date: 2013-08-03 21:03+0100\n" -"Last-Translator: RaĂşl AntĂłn Cuadrado \n" -"Language-Team: Cryout Creations \n" -"Language: fr_FR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x;_ex;_nx;" -"esc_attr__;esc_attr_e;esc_html_e\n" -"X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 1.5.7\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "No encontrado" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"Disculpenos, pero la página que pidiĂł no se encuentra disponible. Quizás una " -"bĂşsqueda podrĂ­a ayudar." - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "Archivos diarioss: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Archivos mensuales: %s" - -#: archive.php:27 -msgid "F Y" -msgstr "F Y" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Archivos anuales: %s" - -#: archive.php:29 -msgid "Y" -msgstr "Y" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "ArtĂ­culos archivados" - -#: archive.php:57 author.php:74 category.php:50 index.php:40 search.php:40 -#: tag.php:51 template-blog.php:36 -msgid "Nothing Found" -msgstr "No se encontrĂł ningĂşn artĂ­culo" - -#: archive.php:61 author.php:78 category.php:54 index.php:44 tag.php:55 -#: template-blog.php:40 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"Disculpenos, pero la página que pidiĂł no se encuentra disponible. Intente " -"buscar algĂşn artĂ­culo relacionado." - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Volver a %s" - -#: attachment.php:29 -msgid "By" -msgstr "De" - -#: attachment.php:33 includes/theme-loop.php:145 -#, php-format -msgid "View all posts by %s" -msgstr "Ver todos los artĂ­culos de %s" - -#: attachment.php:40 -msgid "Published" -msgstr "Publicado" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "Talla original de %s pixels" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Enlace a la imagen original" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:48 content-gallery.php:64 content-image.php:41 -#: content-link.php:48 content-page.php:22 content-quote.php:46 -#: content-status.php:49 content.php:76 single.php:53 -#: template-onecolumn.php:27 -msgid "Edit" -msgstr "Modificar" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Continuar leyendo" - -#: attachment.php:101 content-aside.php:39 content-chat.php:37 -#: content-gallery.php:54 content-image.php:32 content-link.php:37 -#: content-page.php:21 content-quote.php:36 content-status.php:40 -#: content.php:48 content.php:65 single.php:31 template-onecolumn.php:26 -msgid "Pages:" -msgstr "Páginas:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "Archivos del autor: %s" - -#: author.php:49 single.php:40 -#, php-format -msgid "About %s" -msgstr "Acerca de %s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "Archivos por categorĂ­a: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"Este artĂ­culo está protegido por una palabra clave. Introduzca la palabra " -"clave para ver los comentarios." - -#: content-aside.php:16 content-chat.php:16 content-gallery.php:16 -#: content-gallery.php:48 content-image.php:15 content-link.php:16 -#: content-quote.php:14 content-status.php:15 content.php:20 -#, php-format -msgid "Permalink to %s" -msgstr "Permalink a %s" - -#: content-aside.php:21 -msgid "Aside" -msgstr "Pasando" - -#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 -#: content-image.php:31 content-link.php:36 content-quote.php:35 -#: content-status.php:39 -msgid "Continue reading " -msgstr "Continuar leyendo " - -#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 -#: content-image.php:38 content-link.php:44 content-quote.php:43 -#: content-status.php:47 content.php:74 includes/theme-loop.php:171 -msgid "Tagged" -msgstr "Etiquetado" - -#: content-chat.php:20 -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "GalerĂ­a" - -#: content-gallery.php:47 -#, php-format -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "Esta galerĂ­a contiene %2$s foto." -msgstr[1] "Esta galerĂ­a contiene %2$s fotos." - -#: content-image.php:19 admin/settings.php:462 admin/settings.php:477 -#: admin/settings.php:492 admin/settings.php:507 admin/settings.php:522 -#: admin/settings.php:565 admin/settings.php:580 admin/settings.php:595 -#: admin/settings.php:610 -msgid "Image" -msgstr "Imagen" - -#: content-link.php:20 admin/settings.php:469 admin/settings.php:484 -#: admin/settings.php:499 admin/settings.php:514 admin/settings.php:529 -#: admin/settings.php:572 admin/settings.php:587 admin/settings.php:602 -#: admin/settings.php:617 -msgid "Link" -msgstr "Enlace" - -#: content-page.php:27 includes/theme-comments.php:130 -msgid "Comments are closed." -msgstr "Los comentarios están cerrados." - -#: content-quote.php:19 -msgid "Quote" -msgstr "Cita" - -#: content-status.php:31 -msgid "Status" -msgstr "Estado" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "Resultado de la bĂşsqueda de: %s" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "No hay resultados para: %s" - -#: single.php:44 -msgid "View all posts by " -msgstr "Ver todos los artĂ­culos de " - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "Archivos por etiqueta: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"Antes de poder descargar su fichero, Vd. debe corregir el error siguiente: " - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Importar las opciones del tema Mantra" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Hola. AquĂ­ es donde Vd. puede importar las opciones del tema Mantra." -"AtenciĂłn, se trata todavĂ­a de una funciĂłn en desarrollo" - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Seleccione un fichero de su ordenador:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "Tamaño máximo: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "E importar!" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Importar las opciones del tema Mantra" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "¡Chachi! ¡Las opciones se han importado!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "¡Volver a la página de opciones de Mantra y verificarlas!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Uyyy, hay un problemita." - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"El fichero subido no contiene opciones Mantra válidas. Asegurese de que el " -"fichero fue exportado desde la página de opciones de Mantra" - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "El fichero subido no pudo ser leĂ­do." - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"El formato de fichero está sin soporte. AseguresĂ© que se exportĂł desde la " -"página de Mantra y que se trata de un fichero de texto." - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"¡Uyyy! El fichero está vacĂ­o o simplemente no existe. Este error podrĂ­a " -"causarse por la inhabilitaciĂłn de subidas de ficheros en el php.ini o por un " -"post_max_size definido más reducido que upload_max_filesize en el php.ini." - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "Error: Vd. no está autorizado a realizar esta operaciĂłn." - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "ConfiguraciĂłn de página (layout)" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "Página de presentaciĂłn" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "Texto" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "Color" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "ConfiguraciĂłn gráfica" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "Propiedades de los artĂ­culos" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "Extractos de artĂ­culos" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "ConfiguraciĂłn de imagen 'featured'" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "ConfiguraciĂłn de Redes Sociales" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "Otras configuraciones" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "DisposiciĂłn global" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "Ancho de contenido y barra de desplazamiento" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "Altura de la imagen de cabecera" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "Activar la página de presentaciĂłn" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "Parametros de dispositivas" - -#: admin/main.php:110 -msgid "Slides" -msgstr "Diapositivas" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "Columnas de la página de presentaciĂłn" - -#: admin/main.php:112 -msgid "Extras" -msgstr "Extras" - -#: admin/main.php:114 -msgid "General Font" -msgstr "Fuente de caracteres general" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "Tamaño general de la fuente" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "Fuente de tĂ­tulos de artĂ­culo" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "Tamaño de la fuente de tĂ­tulos de artĂ­culo" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "Fuente para las barras laterales" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "Tamaño de la fuente para las barras laterales" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "Fuente para tĂ­tulos de párrafo" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "Alineamiento forzado" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "IndentaciĂłn de párrafo" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "IndentaciĂłn de tĂ­tulo" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "Alto de lĂ­nea" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "Espaciado entre palabras" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "Espaciado entre letras" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "Sombreado del texto" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "Color de fondo" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "Color de fondo para el encabezado (Banner y MenĂş)." - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "Color de fondo para el contenido" - -#: admin/main.php:132 -msgid "Menu Background Color" -msgstr "Color de fondo del menĂş" - -#: admin/main.php:133 -msgid "First Sidebar Background Color" -msgstr "Color de fondo de la primera barra lateral" - -#: admin/main.php:134 -msgid "Second Sidebar Background Color" -msgstr "Color de fondo de la segunda barra lateral" - -#: admin/main.php:136 -msgid "Site Title Color" -msgstr "Color del tĂ­tulo del site" - -#: admin/main.php:137 -msgid "Site Description Color" -msgstr "Color de la descripciĂłn del site" - -#: admin/main.php:139 -msgid "Content Text Color" -msgstr "Color de texto en el contenido" - -#: admin/main.php:140 -msgid "Links Color" -msgstr "Colores de los vĂ­nvulos" - -#: admin/main.php:141 -msgid "Links Hover Color" -msgstr "Color del hover de los enlaces" - -#: admin/main.php:142 -msgid "Post Title Color" -msgstr "Color del tĂ­tulo de los archivos" - -#: admin/main.php:143 -msgid "Post Title Hover Color" -msgstr "Color del hover del tĂ­tulo del post" - -#: admin/main.php:144 -msgid "Sidebar Header Background Color" -msgstr "Color del fondo de la cabecera de la barra lateral" - -#: admin/main.php:145 -msgid "Sidebar Header Text Color" -msgstr "Color del texto de la cabecera de la barra lateral" - -#: admin/main.php:146 -msgid "Footer Widget Background Color" -msgstr "Color del fondo del pie de la barra lateral" - -#: admin/main.php:147 -msgid "Footer Background Color" -msgstr "Color del fondo del pie de página" - -#: admin/main.php:148 -msgid "Footer Widget Header Text Color" -msgstr "Color de texto de los tĂ­tulos en los widgets de pie de página" - -#: admin/main.php:149 -msgid "Footer Widget Link Color" -msgstr "Color de los enlaces en los widgets de pie de página" - -#: admin/main.php:150 -msgid "Footer Widget Hover Color" -msgstr "Color de hover en los widgets de pie de página" - -#: admin/main.php:152 -msgid "Caption Border" -msgstr "Borde de las leyendas" - -#: admin/main.php:153 -msgid "Post Images Border" -msgstr "Borde de imagen en los artĂ­culos" - -#: admin/main.php:154 -msgid "Caption Pin" -msgstr "Pin para las leyendas (caption)" - -#: admin/main.php:155 -msgid "Sidebar Menu Bullets" -msgstr "Viñetas del menĂş lateral." - -#: admin/main.php:156 -msgid "Meta Area Background" -msgstr "Color de fondo de la zona de informaciĂłn" - -#: admin/main.php:157 -msgid "Post Separator" -msgstr "Separador de artĂ­culos" - -#: admin/main.php:158 -msgid "Content List Bullets" -msgstr "Viñetas para lista de contenido" - -#: admin/main.php:159 -msgid "Title and Description" -msgstr "TĂ­tulo y descripciĂłn" - -#: admin/main.php:160 -msgid "Page Titles" -msgstr "TĂ­tulos de página" - -#: admin/main.php:161 -msgid "Category Page Titles" -msgstr "TĂ­tulos de la página de categorĂ­as" - -#: admin/main.php:162 -msgid "Hide Tables" -msgstr "Esconder tablas" - -#: admin/main.php:163 -msgid "Back to Top button" -msgstr "BotĂłn de vuelta a principio de página" - -#: admin/main.php:164 -msgid "Text Under Comments" -msgstr "Texto bajo los comentarios" - -#: admin/main.php:165 -msgid "Comments are closed text" -msgstr "Comentarios cerrados" - -#: admin/main.php:166 -msgid "Comments off" -msgstr "Comentarios inactivos" - -#: admin/main.php:167 -msgid "Insert footer copyright" -msgstr "InserciĂłn de copiright en el pie de página." - -#: admin/main.php:169 -msgid "Post Comments Link" -msgstr "Enlace de comentarios de un post" - -#: admin/main.php:170 -msgid "Post Date" -msgstr "Fecha de publicaciĂłn" - -#: admin/main.php:171 -msgid "Post Time" -msgstr "Hora de publicaciĂłn" - -#: admin/main.php:172 -msgid "Post Author" -msgstr "Autor del artĂ­culo" - -#: admin/main.php:173 -msgid "Post Category" -msgstr "CategorĂ­a del artĂ­culo" - -#: admin/main.php:174 -msgid "Post Tags" -msgstr "Etiquetas de artĂ­culo" - -#: admin/main.php:175 -msgid "Post Permalink" -msgstr "Permalink del artĂ­culo" - -#: admin/main.php:176 -msgid "All Post Metas" -msgstr "Infos asociadas al artĂ­culo" - -#: admin/main.php:178 -msgid "Post Excerpts on Home Page" -msgstr "Extractos en página principal." - -#: admin/main.php:179 -msgid "Affect Sticky Posts" -msgstr "Afectar a Sticky Posts" - -#: admin/main.php:180 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Extractos de artĂ­culos en los archivos y páginas de categorĂ­a" - -#: admin/main.php:181 -msgid "Number of Words for Post Excerpts " -msgstr "NĂşmero de palabras para los extractos de artĂ­culo" - -#: admin/main.php:182 -msgid "Magazine Layout" -msgstr "DisposiciĂłn (layout) tipo magazine " - -#: admin/main.php:183 -msgid "Excerpt suffix" -msgstr "Terminador de extracto" - -#: admin/main.php:184 -msgid "Continue reading link text " -msgstr "Texto del enlace 'Continuar leyendo'" - -#: admin/main.php:185 -msgid "HTML tags in Excerpts" -msgstr "Etiquetas HTML en los extractos" - -#: admin/main.php:187 -msgid "Featured Images as POST Thumbnails " -msgstr "Imagenes destacadas como Thumbnail de post" - -#: admin/main.php:188 -msgid "Auto Select Images From Posts " -msgstr "SelecciĂłn automática de imágenes de artĂ­culos" - -#: admin/main.php:189 -msgid "Thumbnails Alignment " -msgstr "Alineamiento de miniaturas (Thumbnails)" - -#: admin/main.php:190 -msgid "Thumbnails Size " -msgstr "Tamaño de los Thumbnails" - -#: admin/main.php:191 -msgid "Featured Images as HEADER Images " -msgstr "Imágenes destacadas como imágenes de cabecera" - -#: admin/main.php:193 -msgid "Link nr. 1" -msgstr "Enlace N°1" - -#: admin/main.php:194 -msgid "Link nr. 2" -msgstr "Enlace N°2" - -#: admin/main.php:195 -msgid "Link nr. 3" -msgstr "Enlace N°3" - -#: admin/main.php:196 -msgid "Link nr. 4" -msgstr "Enlace N°4" - -#: admin/main.php:197 -msgid "Link nr. 5" -msgstr "Enlace N°5" - -#: admin/main.php:198 -msgid "Socials display" -msgstr "Mostrar redes sociales" - -#: admin/main.php:200 -msgid "Make Site Header a Link" -msgstr "Hacer la cabecera del site un enlace" - -#: admin/main.php:201 -msgid "Breadcrumbs" -msgstr "Ayuda a la navegaciĂłn" - -#: admin/main.php:202 -msgid "Pagination" -msgstr "PaginaciĂłn" - -#: admin/main.php:203 -msgid "Mobile view" -msgstr "Vista para mĂłviles" - -#: admin/main.php:204 -msgid "FavIcon" -msgstr "Favicon" - -#: admin/main.php:205 -msgid "Custom CSS" -msgstr "CSS personalizado" - -#: admin/main.php:206 -msgid "Custom JavaScript" -msgstr "JavaScript personalizado" - -#: admin/main.php:207 -msgid "SEO Settings" -msgstr "Parametros SEO" - -#: admin/main.php:224 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Los siento, pero no tienes suficientes permisos para ver esta página" - -#: admin/main.php:234 -msgid "Mantra settings updated successfully." -msgstr "Configuration de Mantr actualizada" - -#: admin/main.php:245 -msgid "Reset to Defaults" -msgstr "Volver a la configuraciĂłn por defecto" - -#: admin/main.php:246 -msgid "Save Changes" -msgstr "Grabar las modificaciones" - -#: admin/main.php:260 -msgid "" -"

    Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

    \n" -"\t\t\t

    So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

    " -msgstr "" -"

    Aquí, en Cryout Creations (los desarrolladores de tu tema Mantra), " -"buscamos mejorar Mantra, noche tras noche. Corregimos bastantes bugs (que " -"hemos creado previamente). Añadimos cada vez más opciones de configuración, " -"siempre esforzándonos en dejar las cosas tan sencillas como sea posible, " -"asíq ue... podremos echar una partidita o dos, pero estate seguro que " -"volvemos a leer y (en la mayoría de los casos) responder tus email y " -"comentarios nocturnos, tomar notas y planear lo que implementar en las " -"próximas versiones.

    \n" -"\t\t\t

    Así que podéis preguntaros: Vómo lo hacen? Cómo pueden " -"mantenerse tan frescos después de todo ese duro trabajo para este dichoso " -"tema? Bueno, amigos, es sencillo. bebemos café. Cantidades industriales " -"de café calentito, humenante. ¡Nos encanta! Así que si deseas colaborar con " -"la continuación del desarrollo del tema Mantra...

    " - -#: admin/main.php:275 -msgid "Import/Export Settings" -msgstr "Importación/exportación de la configuración" - -#: admin/main.php:281 -msgid "Export Theme options" -msgstr "Exportar las opciones del tema" - -#: admin/main.php:282 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"Es así de fácil, un sólo click de ratón para exportar todas las opciones de " -"tu tema Mantra y guardarlas en tu ordenador. ¿Te sientes más seguro? " -"Debieras. " - -#: admin/main.php:287 -msgid "Import Theme options" -msgstr "Importar las opciones del tema" - -#: admin/main.php:288 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"Sin la importación, la exportación no serviría de nada. Asegurate que tienes " -"a mano el fichero de exportación y nos vemos tras el click." - -#: admin/main.php:295 -msgid "Mantra Latest News" -msgstr "Últimas noticias de Mantra" - -#: admin/main.php:306 -msgid "No news items." -msgstr "No hay nuevos elementos." - -#: admin/main.php:320 -msgid "Mantra Help" -msgstr "Ayuda de Mantra" - -#: admin/main.php:323 -msgid "" -"\n" -"\t\t\t
      \n" -"\t\t\t\t
    • - Need any Mantra or WordPress help?
    • \n" -"\t\t\t\t
    • - Want to know what changes are made to the theme with each new " -"version?
    • \n" -"\t\t\t\t
    • - Found a bug or maybe something doesn't work exactly as " -"expected?
    • \n" -"\t\t\t\t
    • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
    • \n" -"\t\t\t\t
    • - Want a setting implemented?
    • \n" -"\t\t\t\t
    • - Do you have or would you like to make a translation of the " -"Mantra Theme?
    • \n" -"\t\t\t
    \n" -"\t\t\t

    Then come visit us at Mantra's support page.

    \n" -"\t" -msgstr "" -"\n" -"
    • - ÂżNecesitas ayuda sobre Mantra o sobre Wordpress?
    • - " -"ÂżQuieres saber quĂ© cambios se hacen al tema con cada nueva versiĂłn?
    • - ÂżHas encontrado un bug o algo que no funciona como debiera?
    • - ÂżTienes una idea para mejorar el tema Mantra para que se ajuste " -"mejor a tus necesidades?
    • - ÂżDeseas que se implemente una opciĂłn?
    • -ÂżHas hecho o te gustarĂ­a hacer una traducciĂłn del tema Mantra?
    • Entonces, ven a visitarnos a la página de suporte de Mantra.

      " - -#: admin/main.php:334 -msgid "Mantra Support Page" -msgstr "Página de soporte de Mantra" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "Una columna (sin barra lateral)" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "Dos columnas. Barra lateral a la derecha" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "Dos columnas. Barra lateral a la izquierda" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "Tres columnas, dos barras laterales a la derecha" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "tres columnas, dos barras laterales a la izquierda" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "Ttres columnas, una barra a cada lado." - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "Elige una disposición en la página" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "Absoluta" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "Relativa" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "Dimensiones:" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "Contenido =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "Barra(s) Laterale(s) =" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "Ancho total=" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Selecciona el ancho de tus zonas de contenido y barras. \n" -" \t\tEl ancho mĂ­nimo de la zona de contenido es de 500px. El de la zona de " -"barra lateral debe estar entre 220px y 800px.
      \n" -"\tEn caso de una disposiciĂłn en 3 columnas, con 2 barras laterales, cada " -"barra ocupa la mitad del ancho seleccionado." - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Selecciona el ancho de tus zonas de contenido y barras. \n" -"\t\tEstas dimensiones son relativas al ancho de la ventana de navegaciĂłn del " -"usuario (ancho navegador).
      \n" -"\t El ancho de la zona de contenido no puede ser inferior al 40% del ancho " -"del navegador. El de la zona de la barra lateral debe estar comprendido " -"entre el 20% y el 50% del ancho del navegador.
      \n" -"\tEn el caso de una disposición en la página de 3 columnas con dos barras " -"laterales, cada barra ocupa la mitad de la zona de barras." - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"Elige el alto del encabezado. Despues de registrar el parámetro, sube al " -"site una nueva imagen de encabezado. El ancho del encabezado será igual al " -"ancho total del site =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Enable" -msgstr "Activar" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Disable" -msgstr "Desactivar" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page and " -"it will replace whatever page you have selected as homepage. It has a slider " -"and columns for presentation\n" -"\t\ttext and images." -msgstr "" -"Activar la página de presentación. Esta deviene la nueva página de " -"bienvenida, remplazando toda página seleccionada como tal anteriormente. " -"Integra una presentación en diapositivas y varias columnas para la " -"presentación de texto e imágenes. " - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "Dimensiones de la presentación:" - -#: admin/settings.php:276 -msgid "width" -msgstr "ancho" - -#: admin/settings.php:277 -msgid "height" -msgstr "alto" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" -"Dimensiones de la presentación de las diapositivas. Aseguraté que las " -"imagenes son de la misma talla." - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "Animación:" - -#: admin/settings.php:282 -msgid "Random" -msgstr "Aleatorio" - -#: admin/settings.php:282 -msgid "Fold" -msgstr "Fold" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "Fundido" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "Deslizar desde la derecha" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "Deslizar desde la izquierda" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "Deslizar hacia abajo y derecha" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "Deslizar hacia abajo e izquierda" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "Delizar arriba a la derecha" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "Delizar arriba a la izquierda" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "Deslizar desde arriba y abajo a partir de la izquierda" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "Deslizar desde arriba y abajo a partir de la derecha" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "Cajas aleatorias" - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "Lluvia de cajas" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "Lluvia de cajas 'hacia arriba'" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "Los cuadrados se agrandan de arriba a abajo y hacia la derecha" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "Los cuadrados se agrandan de abajo a arriba y hacia la izquierda" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "El efecto para las transiciones de la presentación." - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "Parámetros de bordes:" - -#: admin/settings.php:293 -msgid "Width" -msgstr "Ancho" - -#: admin/settings.php:294 -msgid "Color" -msgstr "Color" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "Ancho y color del borde de la presentación" - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "Duración de la animación:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "milisegundos (1000ms = 1 segundo)" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "Momento en que la animación de transición ocurrirá" - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "Tiempo de pausa:" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "Tiempo en que cada diapositiva estará estable y visible." - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "Navegación entre diapositivas:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "Numeros" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "Marcadores" - -#: admin/settings.php:309 admin/settings.php:1273 -msgid "None" -msgstr "Ningún" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "Modo de navegación de la presentación. Se muestra debajo." - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "Flechas de navegación:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "Siempre visible" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "Visible al paso del ratón" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "Escondido" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "Las flechas izquierda y derecha en tu presentación" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "Elige una categoría" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "Presentación personalizada" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "Últimos artículos" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "Artículos al azar" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "Sticky Posts" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "Últimos artículos de la categoría" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "Artículos de la categoría al azar" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "Artículos específicos" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "Los últimos artículos se cargarán en la presentación." - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "Se cargarán en la presentación artículos al azar." - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" -"Se cargarán en la presentación los últimos artículos de la categoría que " -"elijas." - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "" -"Se cargarán en la presentación artículos al azar de la categoría que elijas." - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Sólo se cargarán en la presentación los sticky posts." - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" -"Lista los IDs de los artículos que quieras mostrar (separados por comas):" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      Elige la categoría: " - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "Número de artículos a mostrar :" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "Diapositiva 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "Subir o selecionar una imagen de la galería" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "Título" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "Texto" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "Diapositiva 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "Diapositiva 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "Diapositiva 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "Diapositiva 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"El contenido de tu presentación. Sólo es obligatoria la imagen, todo el " -"resto de campos son facultativos. Sólo las diapositivas con una imagen " -"seleccionada serán activas y visibles en la presentación." - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "Número de columnas:" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "Altura de las imágenes:" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "Texto de continuar leyendo:" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"Texto del enlace que aparece bajo todas las columnas. Puedes borrar el texto " -"si lo deseas." - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "Primera columna" - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "Segunda columna" - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "Tercera columna" - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "Cuarta columna" - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "Texto suplementario" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "Título superior" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "Segundo título" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "Color de los títulos" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "Color del texto de los títulos (333333 por defecto)." - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "Texto inferior 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "Texto inferior 2" - -# Raúl Antón Cuadrado -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Más texto para tu página principal. El título superior se muestra bajo la " -"presentación, el segundo título entre ésta y las columnas, dónde se muestran " -"los textos inferiores 1 y 2. Todo es opocional, así que deja vacíos los " -"campos que no te interese mostrar." - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "Ocultar áreas" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "Ocultar el encabezado (imagen y fondo)." - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Ocultar el menú principal (pestañas de navegación)" - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "Ocultar la zona de widget inferior." - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "Ocultar el pie de página (área del copyright)" - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "" -"En zonas de fondo blanco, remplazar el blanco por el color de fondo elegido." - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "Elegir las zonas a ocultar en la primera página." - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Elegir la talla de la fuente a utilizar en el blog. Se verán afectados " -"páginas, artículos (posts) y comentarios. Los botones, encabezados y los " -"menús laterales permanecerán inalterados." - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Elige la fuente a utilizar en el site. Esta decisión afecta a todos los " -"textos de contenido (incluyendo los botones de menú)." - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"O inserta tu fuente Google aquĂ­. Por favor, inserta exclusivamente el " -"nombre de la fuente.
      Ej: Marko One. Si quieres un " -"poco de inspiración, la puedes encontrar en: Google Fonts ." - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Elige qué fuente usar para los títulos. Esto concierne tanto a títulos de " -"artículo como de página. La elección por defecto corresponde a la fuente " -"general." - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Elige la fuente de caracteres deseada para las barras laterales. Será " -"afectado el texto de estas barras, inlcuyendo algunos widgets. Si dejas " -"default, se utilizará la fuente general que selecciones." - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Escoger la fuente para los subtítulos (etiquetas h2-h6). Si dejas la opción " -"por defecto se usará la fuente general que seleccionaste." - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "Por defecto" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Tamaño de la fuente de los títulos de artículo. Si dejas la opción por " -"defecto el tamaño se obtendrá del fijado en la hoja de estilo CSS." - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Tamaño de la fuente en las barras laterales. El tamaño por defecto es el que " -"figura en la hoja de estilo CSS." - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Left" -msgstr "Izquierda" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Right" -msgstr "Derecha" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "Justificado" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Center" -msgstr "Centrado" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Esto redefine el alineamiento del texto de artículos y páginas. La opción " -"por defecto corresponde a la configuración normal (el alineamiento " -"corresponderá al declarado en los comentarios, artículos, etc.)." - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "Elige la indentación de tus párrafos." - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "" -"Activar o desactivar la indentación por defecto de los títulos de artículo y " -"párrafo (margen a la izquierda)." - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"Tamaño del interlineado, esto es, la altura del espacio entre dos líneas de " -"texto. La por defecto corresponde a la declarada en la hoja de estilos CSS." - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Espaciado entre palabras. Si dejas la opción por defecto éste se " -"obtendrá de la hoja de estilos CSS." - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Espacio entre letras. El espaciado por defecto se encuentra en la " -"hoja de estilos CSS." - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "" -"Activar o desactivar la sombra de texto en los títulos (de artículos, " -"páginas y párrafos)." - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "Color de fondo (444444 por defecto)." - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Color de fondo del encabezado (333333 por defecto). Si el campo está vacío, " -"no se define ningún color específico." - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "" -"Color de fondo del contenido (valor por defecto FFFFFF). Funciona mejor con " -"colores muy claros." - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Color de fondo del menú principal (El valor por defecto es FAFAFA). Debiera " -"ser el mismo color que el del contenido o algo un pelín más claro." - -#: admin/settings.php:1080 admin/settings.php:1087 -msgid "First sidebar background color (Default value is FFFFFF)." -msgstr "Color de fondo de la primera barra lateral (FFFFFF por defecto)." - -#: admin/settings.php:1095 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" -"Color de fondo de la zona de widgets de la zona inferior de página (171717 " -"por defecto)." - -#: admin/settings.php:1103 -msgid "Footer background color (Default value is 222222)." -msgstr "Color de fondo del pie de página (222222 por defecto)." - -#: admin/settings.php:1111 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Color del título del site (0D85CC por defecto)." - -#: admin/settings.php:1119 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Color de texto de la descripción del site (222222 por defecto)." - -#: admin/settings.php:1127 -msgid "Content Text Color (Default value is 333333)." -msgstr "Color de texto de la zona de contenido (333333 por defecto)." - -#: admin/settings.php:1135 -msgid "Links color (Default value is 0D85CC)." -msgstr "Color de los hipervínculos (0D85CC por defecto)." - -#: admin/settings.php:1143 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" -"Color de los hipervínculos cuando se pasa el ratón por encima (333333 por " -"defecto)." - -#: admin/settings.php:1151 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Color de texto de los títulos de artículo (333333 por defecto)." - -#: admin/settings.php:1159 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" -"Color de los títulos de artículo cuando se pasa el ratón por encima (000000 " -"por defecto)." - -#: admin/settings.php:1167 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "" -"Color de fondo de los títulos en las barras laterales (444444 por defecto)." - -#: admin/settings.php:1176 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "" -"Color de texto de los títulos de las barras laterales (2EA5FD por defecto)." - -#: admin/settings.php:1184 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Color de texto de los widgets del pie de página (0D85CC por defecto)." - -#: admin/settings.php:1192 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "" -"Color de los hipervínculos en los widgets de pie de página (666666 por " -"defecto)." - -#: admin/settings.php:1200 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"Color de los vínculos del pie de página cuando se pasa el ratón por encima " -"(888888 por defecto)." - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "White" -msgstr "Blanco" - -#: admin/settings.php:1212 -msgid "Light" -msgstr "Claro" - -#: admin/settings.php:1212 -msgid "Light Gray" -msgstr "Gris claro" - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "Gray" -msgstr "Gris" - -#: admin/settings.php:1212 -msgid "Dark Gray" -msgstr "Gris oscuro" - -#: admin/settings.php:1212 -msgid "Black" -msgstr "Negro" - -#: admin/settings.php:1220 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Este parametrage cambia la apariencia de las leyendas (captions). Las " -"imágenes que no son dotadas de éstas no se verán afectadas." - -#: admin/settings.php:1236 -msgid "The border around your inserted images. " -msgstr "El borde alrededor de tus imágenes insertadas." - -#: admin/settings.php:1251 -msgid "The image on top of your captions. " -msgstr "La imagen que aparece sobre los cuadros (captions)." - -#: admin/settings.php:1266 -msgid "The sidebar list bullets. " -msgstr "Marcador de elementos de lista en las barras laterales." - -#: admin/settings.php:1281 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "" -"Fondo de la zona de info (post-metas) asociada al artículo. Gris por defecto." -"<" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 -#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 -#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 -#: admin/settings.php:1561 -msgid "Show" -msgstr "Mostrar" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 -#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 -#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 -msgid "Hide" -msgstr "Ocultar" - -#: admin/settings.php:1297 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Mostrar u ocultar una linea de separación entre artículos." - -#: admin/settings.php:1313 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"Ocultar o mostrar los marcadores de elementos de lista en la zona de " -"contenido (artículos, páginas, etc...)." - -#: admin/settings.php:1330 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"Ocultar o mostrar el título y la descripción cucenta del site en el " -"encabezado (se recomienda ocultar si se utiliza una imagen de encabezado con " -"texto)." - -#: admin/settings.php:1345 -msgid "Hide or show Page titles on any created pages. " -msgstr "Mostrar o no los títulos de página para cada página creada." - -#: admin/settings.php:1360 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Ocultar o mostrar los títulos de página en páginas de categoría." - -#: admin/settings.php:1375 -msgid "Hide table borders and background color." -msgstr "Activar o no los bordes de tabla y el color de fondo." - -#: admin/settings.php:1390 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"Ocultal o mostrar el texto explicativo bajo el formulario de comentarios. " -"(El que explcia las etiquetas HTML utilizables)." - -#: admin/settings.php:1397 -msgid "Hide in posts" -msgstr "Ocultar en los artículos" - -#: admin/settings.php:1397 -msgid "Hide in pages" -msgstr "Ocultar en las páginas." - -#: admin/settings.php:1397 -msgid "Hide everywhere" -msgstr "Ocultar siempre." - -#: admin/settings.php:1405 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"Mostrar u ocultar el texto del mensaje Comentarios cerrados que " -"aparece por defecto en las páginas y artículos cuya fase de comentarios " -"terminó." - -#: admin/settings.php:1421 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"Mostrar u ocultar el texto del mensaje Comentarios desactivados que " -"aparece en los artículos cuyos comentarios fueron desactivados." - -#: admin/settings.php:1437 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"Activar o desactivar el botón de volver arriba. Este botón aparece en la " -"zona baja de la página tras un desplazamiento abajo de la página." - -#: admin/settings.php:1444 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"Insertar texto o html personalizado para que aparezca en el pie de página. " -"
      Puedes utilizar HTML para insertar enlaces, imágenes o caracteres " -"especiales como ©." - -#: admin/settings.php:1464 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"Mostrar u ocultar la opciĂłn Dejar un comentario o " -"Comentarios al lado del artĂ­culo o el resumen." - -#: admin/settings.php:1479 -msgid "Hide or show the post date." -msgstr "Mostrar u ocultar la fecha de publicaciĂłn." - -#: admin/settings.php:1494 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"Mostrar u ocultar la hora de publicaciĂłn con la fecha. La hora no puede " -"mostrarse si no se muestra la fecha." - -#: admin/settings.php:1509 -msgid "Hide or show the post author." -msgstr "Mostrar u ocultar el autor del post." - -#: admin/settings.php:1524 -msgid "Hide the post category." -msgstr "Mostrar u ocultar la categorĂ­a del artĂ­culo." - -#: admin/settings.php:1539 -msgid "Hide the post tags." -msgstr "Mostrar u ocultar las etiquetas de los artĂ­culos." - -#: admin/settings.php:1554 -msgid "Hide the 'Bookmark permalink'." -msgstr "Mostrar u ocultar el texto para hacer bookmark del permalink." - -#: admin/settings.php:1569 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"Ocultar todos los metas de los artĂ­culos. Toda las áreas de meta-informaciĂłn " -"se ocultarán." - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Excerpt" -msgstr "Resumen" - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Full Post" -msgstr "ArtĂ­culo completo" - -#: admin/settings.php:1590 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"Resumenes en la página principal. SĂłlo los artĂ­culos de tipo estándar se " -"verán afectados. El resto de formatos, se muestran de un modo especĂ­fico." - -#: admin/settings.php:1605 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Elije la forma en que los artĂ­culos sticky post serán visibles en la página " -"principal (resumen o en su totalidad)." - -#: admin/settings.php:1621 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"Resumenes en archivos, categorĂ­as y páginas de bĂşsqeuda. Como el anterior, " -"sĂłlo se verán afectados los artĂ­culos de tipo estándar." - -#: admin/settings.php:1629 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"NĂşmero de palabras de los resĂşmenes. Cuando se llega a este nĂşmero se " -"interrumpe con un vĂ­nculo 'continuar leyendo' que lleva al artĂ­culo completo." - -#: admin/settings.php:1645 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"Activar la presentaciĂłn magazine. Esta presentaciĂłn se aplica a páginas con " -"artĂ­culos y muestra 2 por fila. " - -#: admin/settings.php:1652 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"Definir una cadena que se añada al final de los resĂşmenes (por defecto, " -"puntos suspensivos)." - -#: admin/settings.php:1659 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" -"Definir el texto del enlace de fin de resumen conduciendo a la totalidad del " -"artĂ­culo." - -#: admin/settings.php:1674 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "Por defecto, Wordpress elimina las etiquetas HTML (" - -#: admin/settings.php:1705 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"Muestra Featured images como thumbnails en los artĂ­culos. Las imágenes se " -"seleccionaran por cada post en la secciĂłn 'Featured Image'." - -#: admin/settings.php:1720 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"Muestra la primera imagen insertada en el artĂ­culo como thumbnail. Si " -"habilitas esta opciĂłn, la primera imagen del post será utilizada incluso si " -"seleccionas una featured Image." - -#: admin/settings.php:1736 -msgid "Thumbnail alignment." -msgstr "Alineamiento de thumbnails." - -#: admin/settings.php:1753 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"El tamaño que desee para las viñetas (en pĂ­xeles). Por defecto las imágenes " -"mantendrán el ratio de dimensiĂłn. TambiĂ©n puedes elegir la opciĂłn recortar " -"(crop) si deseas un tamaño exacto." - -#: admin/settings.php:1769 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"Muestra imágenes asociadas en las cabeceras. La cabecera será remplazada con " -"una imagen seleccionada en el artĂ­culo y si es mayor o al menos igual que el " -"tamaño actual de cabecera." - -#: admin/settings.php:1790 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Elegir una red social del menĂş desplegable e introducir la direcciĂłn que " -"corresponda (ej: http://www.facebook.com/nombre)" - -#: admin/settings.php:1804 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Puedes insertar referencias hasta a 5 redes sociales." - -#: admin/settings.php:1818 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Elegir una de las 27 redes sociales disponibles." - -#: admin/settings.php:1832 -msgid "You can leave any number of inputs empty. " -msgstr "Puedes dejar cualquier campo vacĂ­o." - -#: admin/settings.php:1846 -msgid "You can choose the same social media any number of times. " -msgstr "Se puede elegir varias veces la misma red social." - -#: admin/settings.php:1877 -msgid "Choose the areas where to display the social icons." -msgstr "" -"Elige la zona o las zonas en las que mostrar los iconos de las redes " -"sociales elegidas." - -#: admin/settings.php:1898 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "Hacer que la cabecera sea un enlace clicable a la página principal." - -#: admin/settings.php:1913 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"Mostrar una ayuda a la navegaciĂłn sobre la zona de contenido. Esta ayuda " -"muestra una traza del camino reciente en el site." - -#: admin/settings.php:1928 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"Mostrar paginaciĂłn numerada. Si hay más de una página usar Ă©sta en lugar de " -"los textos artĂ­culos precedentes y artĂ­culos posteriores. " - -#: admin/settings.php:1943 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"Activar la versiĂłn para dispositivo mĂłvil. La disposiciĂłn y el look " -"cambiarán dependiendo del dispositivo y su resoluciĂłn." - -#: admin/settings.php:1953 -msgid "Upload or select favicon from gallery" -msgstr "Subir un favicon o seleccionarlo de la galerĂ­a." - -#: admin/settings.php:1957 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"Limitaciones: debe de ser una imagen con talla máxima de 64x64 pĂ­xeles. La " -"extensiĂłn recomendada es .ico ou .png." - -#: admin/settings.php:1965 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"Inserta aquĂ­ tu hoja de estilos CSS. Toda declaraciĂłn CSS hecha aquĂ­ " -"prevalecerá sobre aquellas del tema Mantra, incluidas las que estĂ©n " -"originadas en la parametrizaciĂłn del tema." - -#: admin/settings.php:1972 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"Inserta tu JavaScript propio aquĂ­. (Google Analytics y otros cĂłdigos de SW " -"de análisis)." - -#: admin/settings.php:1985 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Activar la optimizaciĂłn Mantra para motores de bĂşsqueda. Por defecto lo está " -"y debiera ser desactivado sĂłlo en el caso de que estĂ©s usando un plugin SEO." - -#: admin/settings.php:1997 -msgid "Auto" -msgstr "Automatico" - -#: admin/settings.php:1997 -msgid "Manual" -msgstr "Manual" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "dice:" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "Tu comentario está esperando a ser moderado." - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "en" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "(Modificar" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "Pingback:" - -#: includes/theme-comments.php:82 -msgid "Leave a comment" -msgstr "¡Comenta!" - -#: includes/theme-comments.php:82 -msgid "1 Comment" -msgstr "1 Comentario" - -#: includes/theme-comments.php:82 -msgid "% Comments" -msgstr "% Comentarios" - -#: includes/theme-comments.php:90 -#, php-format -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "Una reacciĂłn a %2$s" -msgstr[1] "%1$s reacciones a %2$s" - -#: includes/theme-comments.php:103 -msgid "Older Comments" -msgstr "Comentarios anteriores" - -#: includes/theme-comments.php:104 -msgid "Newer Comments" -msgstr "Comentarios más recientes" - -#: includes/theme-functions.php:218 -msgid "Home Page" -msgstr "Página principal (Home page)" - -#: includes/theme-functions.php:283 -msgid "Semantic Personal Publishing Platform" -msgstr "Semantic Personal Publishing Platform " - -#: includes/theme-loop.php:143 -msgid "By " -msgstr "Por" - -#: includes/theme-loop.php:171 -msgid " Bookmark the " -msgstr "Enlace para bookmark : " - -#: includes/theme-loop.php:171 includes/theme-loop.php:173 -#: includes/theme-loop.php:175 -msgid "Permalink to" -msgstr "Permalink a" - -#: includes/theme-loop.php:171 includes/theme-loop.php:173 -#: includes/theme-loop.php:175 -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:173 includes/theme-loop.php:175 -msgid "Bookmark the " -msgstr "Bookmark : " - -#: includes/theme-loop.php:197 -msgid "« Older posts" -msgstr "« ArtĂ­culos precedentes" - -#: includes/theme-loop.php:198 -msgid "Newer posts »" -msgstr "ArtĂ­culos posteriores »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Página %s" - -#: includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "NavegaciĂłn principal" - -#: includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "NavegaciĂłn superior" - -#: includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "NavegaciĂłn en pie de página" - -#: includes/theme-setup.php:137 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:198 -msgid "Skip to content" -msgstr "Pasar al contenido directamente" - -#: includes/theme-setup.php:224 -msgid "Primary Widget Area - Sidebar 1" -msgstr "Ărea de widget primaria - Barra Lateral 1" - -#: includes/theme-setup.php:226 -msgid "Primary widget area - Sidebar 1" -msgstr "Ărea de widget primaria - Barra Lateral 1" - -#: includes/theme-setup.php:235 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Ărea de widget secundaria - Barra Lateral 1" - -#: includes/theme-setup.php:237 -msgid "Secondary widget area - Sidebar 1" -msgstr "Ărea de widget secundaria - Barra Lateral 1" - -#: includes/theme-setup.php:246 -msgid "Third Widget Area - Sidebar 2" -msgstr "Tercer área de widget - Barra Lateral 2" - -#: includes/theme-setup.php:248 -msgid "Third widget area - Sidebar 2" -msgstr "Tercer área de widget - Barra Lateral 2" - -#: includes/theme-setup.php:257 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Cuarta área de widget - Barra Lateral 2" - -#: includes/theme-setup.php:259 -msgid "Fourth widget area - Sidebar 2" -msgstr "Cuarta área de widget - Barra Lateral 2" - -#: includes/theme-setup.php:268 -msgid "First Footer Widget Area" -msgstr "Primera zona de widget de pie de página." - -#: includes/theme-setup.php:270 -msgid "First footer widget area" -msgstr "Primera zona de widget de pie de página." - -#: includes/theme-setup.php:279 -msgid "Second Footer Widget Area" -msgstr "Segunda zona de widget de pie de página." - -#: includes/theme-setup.php:281 -msgid "Second footer widget area" -msgstr "Segunda zona de widget de pie de página." - -#: includes/theme-setup.php:290 -msgid "Third Footer Widget Area" -msgstr "Tercera zona de widget de pie de página." - -#: includes/theme-setup.php:292 -msgid "The third footer widget area" -msgstr "Tercera zona de widget de pie de página." - -#: includes/theme-setup.php:301 -msgid "Fourth Footer Widget Area" -msgstr "Cuarta zona de widget de pie de página." - -#: includes/theme-setup.php:303 -msgid "The fourth footer widget area" -msgstr "Cuarta zona de widget de pie de página." - -#~ msgid "Sorry - nothing to found." -#~ msgstr "DĂ©soler - rien Ă  chercher." - -#~ msgid "Image " -#~ msgstr "Image" - -#~ msgid "See photo »" -#~ msgstr "Voir la photo »" - -#~ msgid "Archives" -#~ msgstr "Archives" - -#~ msgid "Meta" -#~ msgstr "Meta" - -#~ msgid "Featured" -#~ msgstr "Mis en avant" - -#~ msgid "Previous post link" -#~ msgstr "Lien pour l'article prĂ©ccĂ©dent" - -#~ msgid "Next post link" -#~ msgstr "Lien pour l'article suivant" - -#~ msgid "The size you want the thumbnails to have (in pixels)." -#~ msgstr "DĂ©finir la taille (en pixels) que doit avoir une rĂ©duction d'image." - -#~ msgid "Pages:" -#~ msgstr "Pages:" - -#~ msgid "" -#~ "Upload your Fav Icon
      Limitations: It has to be an image and it can't " -#~ "be bigger than 20Kb. All uploaded files will \r\n" -#~ "be found in the mantra/uploads/ folder." -#~ msgstr "" -#~ "Télécharger sur le site votre favicon.
      Attention : il doit s'agir " -#~ "d'une image dont la taille doit ĂŞtre infĂ©rieure Ă  20 Ko. Tout fichier " -#~ "ainsi tĂ©lĂ©chargĂ© est stockĂ© dans le dossier mantra/uploads/." diff --git a/themes/mantra/languages/fa_IR.po b/themes/mantra/languages/fa_IR.po index 1beaf98a..8e8808fe 100644 --- a/themes/mantra/languages/fa_IR.po +++ b/themes/mantra/languages/fa_IR.po @@ -1,1920 +1,1920 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra Wordpress Themes - Fa-IR\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-31 16:33+0330\n" -"PO-Revision-Date: 2012-09-02 20:22+0330\n" -"Last-Translator: Sajjad \n" -"Language-Team: Wp-Parsi \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;e_\n" -"X-Poedit-Basepath: E:\\Localhost\\Blog\\wp-content\\themes\\mantra\n" -"Plural-Forms: http://forum.wp-parsi.com/ , http://helical-graph.ir/\n" -"X-Poedit-Language: Persian\n" -"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n" -"X-Poedit-SourceCharset: utf-8\n" -"X-Poedit-SearchPath-0: E:\\Localhost\\Blog\\wp-content\\themes\\mantra\n" - -#: E:\Localhost\Blog\wp-content\themes\mantra/404.php:17 -msgid "Not Found" -msgstr "یاŮŘŞ نشد" - -#: E:\Localhost\Blog\wp-content\themes\mantra/404.php:19 -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "خیلی متاسŮŰŚŮ… ŮŮ„ŰŚ صŮحه Ů…Ůرد نظر شما یاŮŘŞ نشد ! شاید با جستج٠بتŮانید به نتیجه برسید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "آرشی٠رŮزانه %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "آرشی٠ماهانه %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "آرشی٠ماهانه %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:31 -msgid "Blog Archives" -msgstr "آرشی٠سایت" - -#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:57 -#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:74 -#: E:\Localhost\Blog\wp-content\themes\mantra/category.php:50 -msgid "Nothing Found" -msgstr "بدŮن نتیجه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:61 -#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:78 -#: E:\Localhost\Blog\wp-content\themes\mantra/category.php:54 -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "خیلی متاسŮŰŚŮ… ŮŮ„ŰŚ هیچ نتیجه ای برای آرشی٠در Ř®Ůاست شده ŘŞŮسط شما یاŮŘŞ نشد. Ů„Ř·Ůا از طریق جستج٠اقدام کنید تا بتŮانید به نتیجه های مشابه دست پیدا کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "بازگشت به %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:29 -msgid "By" -msgstr "ŘŞŮسط" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:40 -msgid "Published" -msgstr "انتشار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "تمام صŮحه در سایز %s پیکسل" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:53 -msgid "Link to full-size image" -msgstr "لینک به ŘąÚ©Řł تمام صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:60 -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:107 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:48 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:48 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:64 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:41 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:48 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-page.php:22 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:46 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:49 -#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:85 -msgid "Edit" -msgstr "Ůیرایش" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:100 -msgid "Continue reading" -msgstr "ادامه مطلب" - -#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:101 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:39 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:37 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:54 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:32 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:37 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-page.php:21 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:36 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:40 -#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:57 -#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:74 -msgid "Pages:" -msgstr "صŮحه : " - -#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "آرشی٠نŮیسنده %s " - -#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:49 -#, php-format -msgid "About %s" -msgstr "درباره ŰŚ %s " - -#: E:\Localhost\Blog\wp-content\themes\mantra/category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "آرشی٠دسته بندی ها %s " - -#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:18 -msgid "This post is password protected. Enter the password to view any comments." -msgstr "این پست محاŮظت شده است برای دیدن آن ٠ارسال نظر پسŮرد Ř®ŮŘŻ را Ůارد کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:41 -#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:60 -msgid "Older Comments" -msgstr "نظرات Ů‚ŘŻŰŚŮ…ŰŚ تر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:42 -#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:61 -msgid "Newer Comments" -msgstr "نظرات جدیدتر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:72 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-page.php:27 -msgid "Comments are closed." -msgstr "نظرات بسته شده است." - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:21 -msgid "Aside" -msgstr "کنار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:38 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:36 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:32 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:31 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:36 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:35 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:39 -msgid "Continue reading " -msgstr "ادامه مطلب " - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:46 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:44 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:61 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:38 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:44 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:43 -#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:47 -#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:83 -msgid "Tagged" -msgstr "برچسب Ř®Ůرده :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:20 -msgid "Chat" -msgstr "ÚŻŮŘŞÚŻŮ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:20 -msgid "Gallery" -msgstr "گالری" - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:19 -msgid "Image" -msgstr "ŘąÚ©Řł ها " - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:20 -msgid "Link" -msgstr "لینک" - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:19 -msgid "Quote" -msgstr "پاسخ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:31 -msgid "Status" -msgstr "Ůضعیت" - -#: E:\Localhost\Blog\wp-content\themes\mantra/header.php:101 -msgid "Skip to content" -msgstr "دسترسی به Ů…Ř­ŘŞŮا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "نتیجه جستج٠برای کلمه %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "هیچ نتیجه ای برای کلمه مقابل یاŮŘŞ نشد : %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:35 -#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:92 -msgid "Archives" -msgstr "آرشیŮ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:42 -#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:99 -msgid "Meta" -msgstr "متاتگ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/single.php:44 -msgid "View all posts by " -msgstr "دیدن تمام پست های ارسال شده ŘŞŮسط" - -#: E:\Localhost\Blog\wp-content\themes\mantra/tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "برچسب های آرشی٠%s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:62 -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "قبل از این که شما بتŮانید Ůایل های مهم Ř®ŮŘŻ را آپلŮŘŻ کنید باید ارŮرهای ذکر شده را رŮŘą کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "تنظیمات مهم قالب Mantra" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:72 -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "سلام این جا مکانی است که شما تنظیمات مهم قالب Mantra را انجام میدهید. Ů„Ř·Ůا ŘŞŮجه داشته باشید که تغییرات در گزینه های کاملا تجربی است." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Ůایلی را از رایانه Ř®ŮŘŻ انتخاب کنید" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "حداکثر سایز Ůایل %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:82 -msgid "And import!" -msgstr "Ůارد کردن ! " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "تنظیمات قالب را درŮن ریزی کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "تبریک ! تمام تنظیمات با Ů…ŮŮŮ‚ŰŚŘŞ ذخیره Ř´ŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "به تنظیمات قالب برگردید ٠تمام آن ها را Ú†Ú© کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:155 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:161 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "اŮه ! Ů…Ř´Ú©Ů„ Ú©ŮÚ†Ú©ŰŚ ŮجŮŘŻ دارد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:156 -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "Ůایل درŮن ریزی شده ŘŞŮسط شما معتبر نیست ! Ů„Ř·Ůا اطمینان حاصل کنید که تنظیمات حتما از قالب Mantra برŮن ریزی شده باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "Ůایل آپلŮŘŻ شده قالب Ř®Ůاندن نیست." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:168 -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "Ůایل آپلŮŘŻ شده پشتبانی نمیشŮŘŻ. اطمینان حاصل کنید Ůایل از قالب Mantra برŮن ریزی شده باشد ٠همچنین Ůایل به صŮرت پرŮنده نŮشتاری باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:177 -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "اŮه ! این Ůایل خالی است یا این که Ůایلی نیست . این خطا اغلب به این ŘŻŮ„ŰŚŮ„ است که در تنظیمات Ůایل php.ini آپلŮŘŻ غیر Ůعال شده باشد یا این که حجم آپلŮŘŻ در تنظیمات php.ini تعری٠شده باشد. " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "خطا : شما مجاز به انجام این عملیات نیستید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:93 -msgid "Layout Settings" -msgstr "تنظیمات چیدمان" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:94 -msgid "Presentation Page" -msgstr "صŮحه مطالب" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:95 -msgid "Text Settings" -msgstr "تنظیمات متن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:96 -msgid "Color Settings" -msgstr "تنظیمات رنگ " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:97 -msgid "Graphics Settings" -msgstr "تنظیمات گراŮŰŚÚ©ŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:98 -msgid "Post Information Settings" -msgstr "تنظیمات مربŮŘ· به اطلاعات نŮشته ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "تنظیمات مربŮŘ· به خلاصه نŮشته ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:100 -msgid "Featured Image Settings" -msgstr "تنظیمات ŘąÚ©Řł های ŮŰŚÚه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:101 -msgid "Social Media Settings" -msgstr "تنظیمات مربŮŘ· به رسانه های اجتماعی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "تنظیمات Ů…ŘŞŮرقه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:104 -msgid "Main Layout" -msgstr "چیدمان اصلی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "عرض نŮار کناری Ů Ů…Ř­ŘŞŮا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:106 -msgid "Header Image Height" -msgstr "Ř·ŮŮ„ ŘąÚ©Řł سربرگ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "Ůعال کردن صŮحه معرŮŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:109 -msgid "Slider Settings" -msgstr "تنظیمات اسلایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:110 -msgid "Slides" -msgstr "اسلایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "ستŮن های صŮحه نŮشته ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:112 -msgid "Extras" -msgstr "Ů…Ůارد بیشتر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:114 -msgid "General Font" -msgstr "Ů‚Ů„Ů… عمŮŮ…ŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:115 -msgid "General Font Size" -msgstr "سایز Ů‚Ů„Ů… عمŮŮ…ŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:116 -msgid "Post Title Font " -msgstr "Ů‚Ů„Ů… عنŮان پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:117 -msgid "Post Title Font Size" -msgstr "سایز Ů‚Ů„Ů… عنŮان پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:118 -msgid "Sidebar Font" -msgstr "Ů‚Ů„Ů… سایدبار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:119 -msgid "SideBar Font Size" -msgstr "سایز Ů‚Ů„Ů… سایدبار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "Ů‚Ů„Ů… زیرصŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:121 -msgid "Force Text Align" -msgstr "جهت نŮشته ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:122 -msgid "Paragraph indent" -msgstr "ŘŞŮرŮŘŞÚŻŰŚ پاراگراŮ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:123 -msgid "Header indent" -msgstr "نسبت ت٠رŮŘŞÚŻŰŚ سربرگ (هیدر) " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:124 -msgid "Line Height" -msgstr "ارتŮاع خط" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:125 -msgid "Word spacing" -msgstr "Ůاصله کلمات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:126 -msgid "Letter spacing" -msgstr "Ůاصله حرŮŮ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:127 -msgid "Text shadow" -msgstr "سایه متن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:129 -msgid "Background Color" -msgstr "رنگ پس زمینه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "رنگ پس زمینه سربرگ ( بنر ٠من٠ها )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:131 -msgid "Content Background Color" -msgstr "رنگ پس زمینه ŰŚ Ů…Ř­ŘŞŮا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:132 -msgid "Menu background color" -msgstr "رنگ پس زمینه منŮها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:134 -msgid "Site Title Color" -msgstr "رنگ عنŮان سایت" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:135 -msgid "Site Description Color" -msgstr "رنگ ŘŞŮضیحات اصلی سایت" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:137 -msgid "Content Text Color" -msgstr "رنگ نŮشته های Ů…Ř­ŘŞŮا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:138 -msgid "Links Color" -msgstr "رنگ لینک ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:139 -msgid "Links Hover Color" -msgstr "رنگ لینک ها ŮŮ‚ŘŞŰŚ ماŮŘł رŮŰŚ آن ها قرار میگیرید" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:140 -msgid "Post Title Color" -msgstr "رنگ عناŮین پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:141 -msgid "Post Title Hover Color" -msgstr "رنگ عناŮین پست ها زمین قرار گیری ماŮŘł رŮŰŚ آن ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:142 -msgid "Sidebar Header Background Color" -msgstr "رنگ پس زمینه ŰŚ سربرگ سایدبار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:143 -msgid "Sidebar Header Text Color" -msgstr "رنگ نŮشته های سربرگ سایدبار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:144 -msgid "Footer Widget Background Color" -msgstr "رنگ پس زمینه ŰŚ پاصŮحه ابزارک ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:145 -msgid "Footer Background Color" -msgstr "رنگ زمینه ŰŚ پاصŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:146 -msgid "Footer Widget Header Text Color" -msgstr "رنگ نŮشته های پاصŮحه ابزارک ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:147 -msgid "Footer Widget Link Color" -msgstr "رنگ لینک های پا صŮحه ابزارک ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:148 -msgid "Footer Widget Hover Color" -msgstr "رنگ ابزار پا صŮحه زمان قرار گیری ماŮŘł رŮŰŚ آن ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:150 -msgid "Caption Border" -msgstr "کادر عناŮین" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:151 -msgid "Post Images Border" -msgstr "قاب ŘąÚ©Řł های قرار گرŮته در پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:152 -msgid "Caption Pin" -msgstr "نŮŘą سنجاق" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:153 -msgid "Sidebar Menu Bullets" -msgstr "ÚŻŮ„Ůله های ŘŞŮپی منŮŰŚ سایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:154 -msgid "Meta Area Background" -msgstr "متای Ů…Ř­ŰŚŘ· پس زمینه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:155 -msgid "Post Separator" -msgstr "جدا کننده ŰŚ پست " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:156 -msgid "Content List Bullets" -msgstr "ÚŻŮ„Ůله های ŘŞŮپی لیست در Ů…Ř­ŘŞŮای پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:157 -msgid "Title and Description" -msgstr "عنŮان Ů ŘŞŮضیحات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:158 -msgid "Page Titles" -msgstr "عنŮان صŮحات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:159 -msgid "Category Page Titles" -msgstr "عنŮان صŮحات دسته بندی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:160 -msgid "Hide Tables" -msgstr "پنهان کردن جدŮŮ„ ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:161 -msgid "Back to Top button" -msgstr "دکمه بازگشت به بالا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:162 -msgid "Text Under Comments" -msgstr "نŮشته زیر نظرات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:163 -msgid "Comments are closed text" -msgstr "متن نظرات بسته شده" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:164 -msgid "Comments off" -msgstr "نظرات : خامŮŘ´" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:165 -msgid "Insert footer copyright" -msgstr "قرار دادن متن کپی رایت در پاصŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:167 -msgid "Post Comments Link" -msgstr "لینک نظرات پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:168 -msgid "Post Date" -msgstr "تاریخ پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:169 -msgid "Post Time" -msgstr "زمان پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:170 -msgid "Post Author" -msgstr "نŮیسنده پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:171 -msgid "Post Category" -msgstr "دسته بندی پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:172 -msgid "Post Tags" -msgstr "برچسب های پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:173 -msgid "Post Permalink" -msgstr "پیŮند یکتای پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:174 -msgid "All Post Metas" -msgstr "تمام متاهای پست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:176 -msgid "Post Excerpts on Home Page" -msgstr "پست های برگزیده در صŮحه اصلی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:177 -msgid "Affect Sticky Posts" -msgstr "پست های مهم" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:178 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "پست های برگزیده در صŮحه دسته بندی ٠آرشیŮ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:179 -msgid "Number of Words for Post Excerpts " -msgstr "تعداد کلمات برای پست های برگزیده" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:180 -msgid "Magazine Layout" -msgstr "طرح بندی به صŮرت مجله ای" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:181 -msgid "Excerpt suffix" -msgstr "پسŮند برگزیده ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:182 -msgid "Continue reading link text " -msgstr "متن لینک ادامه مطلب" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:183 -msgid "HTML tags in Excerpts" -msgstr "ŘŞÚŻ های اچ ŘŞŰŚ ام ال در برگزیده ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:185 -msgid "Featured Images as POST Thumbnails " -msgstr "تصاŮیر اŮŮ„ در تصاŮیر بند انگشتی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:186 -msgid "Auto Select Images From Posts " -msgstr "انتخاب Ř®Ůدکار ŘąÚ©Řł از پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:187 -msgid "Thumbnails Alignment " -msgstr "ترازبندی تصاŮیر بند انگشتی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:188 -msgid "Thumbnails Size " -msgstr "اندازه تصاŮیر بند انگشتی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:189 -msgid "Featured Images as HEADER Images " -msgstr "ŘąÚ©Řł اŮŮ„ در ŘąÚ©Řł سربرگ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:191 -msgid "Link nr. 1" -msgstr "لینک شماره 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:192 -msgid "Link nr. 2" -msgstr "لینک شماره 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:193 -msgid "Link nr. 3" -msgstr "لینک شماره 3" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:194 -msgid "Link nr. 4" -msgstr "لینک شماره 4" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:195 -msgid "Link nr. 5" -msgstr "لینک شماره 5" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:196 -msgid "Socials display" -msgstr "نمایش اجتماعی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:198 -msgid "Make Site Header a Link" -msgstr "سربرگ سایت را لینک دار کن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:199 -msgid "Breadcrumbs" -msgstr "Ů…Ůارد جزئی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:200 -msgid "Pagination" -msgstr "صŮحه بندی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:201 -msgid "Mobile view" -msgstr "نمایش در ŘŞŮ„Ůن همراه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:202 -msgid "FavIcon" -msgstr "ŮاŮآیکن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:203 -msgid "Custom CSS" -msgstr "CSS ŘłŮارشی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:204 -msgid "Custom JavaScript" -msgstr "JavaScript ŘłŮارشی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:205 -msgid "SEO Settings" -msgstr "تنظیمات سئŮ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:222 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "با عرض ŮľŮزش ŘŚ ŮŮ„ŰŚ شما دسترسی کاŮŰŚ برای دسترسی به این صŮحه را ندارید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:232 -msgid "Mantra settings updated successfully." -msgstr "به رŮز رسانی تنظیمات قالب با Ů…ŮŮŮ‚ŰŚŘŞ اتمام یاŮŘŞ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:243 -msgid "Reset to Defaults" -msgstr "بازنشاندن تنظیمات پیش Ůرض" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:244 -msgid "Save Changes" -msgstr "ذخیره تغییرات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:258 -#, fuzzy -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " -msgstr "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:273 -msgid "Import/Export Settings" -msgstr "تنظیمات برŮن ریزی / درŮن ریزی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:279 -msgid "Export Theme options" -msgstr "برŮن ریزی تنظیمات قالب" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:280 -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "این کار بسیان آسان است . با ŰŚÚ© Ú©Ů„ŰŚÚ© ماŮŘł Ů…ŰŚŘŞŮانید تمام تنظیمات قالب را برŮن ریزی کنید ٠در کامپیŮتر Ř®ŮŘŻ ان را ذخیره کنید! احساس امنیت نمیکنید Řź پس این کار را حتما انجام دهید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:285 -msgid "Import Theme options" -msgstr "درŮن ریزی تنظیمات قالب" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:286 -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "شما Ů…ŰŚŘŞŮانید به آسانی تنظیمات اصلی قالب را از ŰŚÚ© سایت دیگر درŮن ریزی کنید. با این کار دیگر مجبŮر نیستید در هر ŘŻŮعه تمام تنظیمات را انجام دهید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:293 -msgid "Mantra Latest News" -msgstr "آخرین اخبار قالب Mantra" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:304 -msgid "No news items." -msgstr "هنŮر خبری ارسال نشده است ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:318 -msgid "Mantra Help" -msgstr "راهنمای قالب" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:321 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - نیاز به راهنمایی بیشتر در Ů…Ůرد قالب Ů Ůردپرس دارید Řź
      • \n" -"\t\t\t\t
      • - آیا Ů…ŰŚŘ®Ůاهید تغییراتی که انجام دادید در ŮرÚن جدید هم اعمال Ř´ŮŘŻ Řź
      • \n" -"\t\t\t\t
      • - Ů…Ř´Ú©Ů„ŰŚ ŮجŮŘŻ دارد یا چیزی مطابق آنچه انتظار میرŮŘŻ کار نمیکند Řź
      • \n" -"\t\t\t\t
      • - آیا ایده ای برای بهتر شدن قالب منترا دارید Řź
      • \n" -"\t\t\t\t
      • - آیا Ů…ŰŚŘ®Ůاهید تنظیمات اجرا Ř´ŮŘŻŘź
      • \n" -"\t\t\t\t
      • - آیا شما ŘŻŮست دارید ترجمه ای بهتر برای قالب مانترا بسازید؟
      • \n" -"\t\t\t
      \n" -"\t\t\t

      صŮحه پشتیبانی مانترا را ببینید.

      \n" -"\t" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:332 -msgid "Mantra Support Page" -msgstr "صŮحه پشتیبانی قالب مانترا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "ŰŚÚ© ستŮن ( بدŮن ساید بار )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "د٠ستŮن ( سایدبار سمت راست )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "د٠ستŮن ( سایدبار سمت چپ )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "سه ستŮن ŘŚ ساید بار سمت چپ ٠ساید بار سمت راست " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "سه ستŮن ŘŚ سایدبار سمت چپ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "سه ستŮن ŘŚ ساید بار در هر طرŮŰŚ باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:81 -msgid "Choose your layout " -msgstr "طرح Ř®ŮŘŻ را انتخاب کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:89 -msgid "Absolute" -msgstr "Absolute" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:89 -msgid "Relative" -msgstr "Relative" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "استŮاده در ابعاد :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:189 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:209 -msgid "Content =" -msgstr "Ů…Ř­ŘŞŮا =" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:190 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "ساید بار (ها) =" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:191 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:211 -msgid "Total width =" -msgstr "عرض Ú©Ů„ =" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"انتخاب کنید عرض Ů…Ř­ŘŞŮا ٠سایدبار (s). \n" -" \t\tعرض Ů…Ř­ŘŞŮا نمیتŮاند کمتر از 500 پیکسل باشد. Ů…Ř­ŰŚŘ· سایدبار باید بیشتر از 220 پیکسل ٠کمتر از 800 پیکسل باشد..
      \n" -"\tاگر شما طرح سه ستŮن را انتخاب کردید( همراه 2 سایدبار ) هر ŰŚÚ© آز آن ها نیمی از عرض انتخاب شده را ŘŞŘ´Ú©ŰŚŮ„ میدهد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"انتخاب کنید عرضمحتŮا را ٠سایدبار(ها). \n" -" \t\tاین ابعاد تقریبا نسبی است. نسبت به مرŮرگر کاربر است. عرض Ú©Ů„ŰŚ درصدی است که به نسبت مرŮرگر کاربر نمایش داده Ů…ŰŚŘ´ŮŘŻ..
      \n" -"\t در حالی که عرض Ů…Ř­ŘŞŮا نمیŮانید کمتر از 40 درصد باشد. عرض سایدبار باید بیشتر از 20 درصد ٠کمتر از 50 درصد باشد..
      \n" -"\tاگر شما طرح بندی را به صŮرت سه ستŮنه انتخاب کردید ( همراه 2 سایدبار ) آن د٠هر کدام نیمی از عرض انتخاب شده را ŘŞŘ´Ú©ŰŚŮ„ میدهد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:244 -msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be = " -msgstr "ارتŮاع سبرگ را مشخص کنید. سپس تنظیمات را ذخیره کنید ٠به قسمت بارگذاری سربرگ برŮŰŚŘŻ ٠سربرگ جدید را بارگذاری کنید. ارتŮاع سربرگ جدید مساŮŰŚ با عدد مقابل Ů…ŰŚŘ´ŮŘŻ =" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:257 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:969 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1031 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1353 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1415 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1623 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1652 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1675 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1698 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1747 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1876 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1891 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1906 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1921 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1963 -msgid "Enable" -msgstr "Ůعال" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:257 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:969 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1031 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1353 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1415 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1623 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1652 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1675 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1698 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1747 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1876 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1891 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1906 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1921 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1963 -msgid "Disable" -msgstr "غیرŮعال" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" -"\t\ttext and images." -msgstr "ابزار front-page را Ůعال کنید.صŮحه انتخابی شما به عنŮان صŮحه خانگی شما ٠جایگزین تمام صŮحه ها Ů…ŰŚŘ´ŮŘŻ.این شامل اسلایدرها ŘŚ ستŮن ها ŘŚ نŮشته Ů ŘąÚ©Řł ها Ů…ŰŚŘ´ŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "ابعاد اسلایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:276 -msgid "width" -msgstr "عرض" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:277 -msgid "height" -msgstr "Ř·ŮŮ„" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:278 -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "ابعاد اسلایدر شما . اطمینان حاصل کنید ابعاد ŘąÚ©Řł های شما هم در همین ابعاد باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:280 -msgid "Animation:" -msgstr "انیمیشن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "Random" -msgstr "تصادŮŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "Fold" -msgstr "Fold" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "Fade" -msgstr "Fade" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SlideInRight" -msgstr "SlideInRight" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SlideInLeft" -msgstr "SlideInLeft" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SliceDown" -msgstr "SliceDown" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "SliceDownLeft" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SliceUp" -msgstr "SliceUp" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "SliceUpLeft" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SliceUpDown" -msgstr "SliceUpDown" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "SliceUpDownLeft" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "BoxRandom" -msgstr "BoxRandom" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "BoxRain" -msgstr "BoxRain" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "BoxRainReverse" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "BoxRainGrow" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "BoxRainGrowReverse" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "سایدبار شما دارای این جلŮه های اثرگذار است" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:292 -msgid "Border Settings:" -msgstr "تنظیمات قاب : " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:293 -msgid "Width" -msgstr "عرض" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:294 -msgid "Color" -msgstr "رنگ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "عرض ٠رنگ قاب اسلایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:298 -msgid "Animation Time:" -msgstr "زمان انیمیشن :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:299 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "Ů…ŰŚŮ„ŰŚ ثانیه (1000ms = 1 ثانیه)" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "در این زمان جابه جایی به صŮرت انیمیشن صŮرت میگرید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:302 -msgid "Pause Time:" -msgstr "زمان ŘŞŮŮ‚Ů:" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "در زمان ŘŞŮق٠نیز اسلایدر قابل مشاهده ٠استŮاده میباشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:307 -msgid "Slider navigation:" -msgstr "اسلایدر Ú©Ř´ŮŰŚŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:309 -msgid "Numbers" -msgstr "شماره ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:309 -msgid "Bullets" -msgstr "ÚŻŮ„Ůله ŘŞŮپی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:309 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1259 -msgid "None" -msgstr "هیچ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "نŮŘą اسلایدر Ú©Ř´ŮŰŚŰŚ شما . این اسلایدر در زیر اسلایدر اصلی نمایش داده Ů…ŰŚŘ´ŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:319 -msgid "Slider arrows:" -msgstr "پیکان اسلایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:321 -msgid "Always Visible" -msgstr "همیشه قابل نمایش باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:321 -msgid "Visible on Hover" -msgstr "قابل مشاهده در زمان قرار گیری ماŮŘł ر٠آن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:321 -msgid "Hidden" -msgstr "پنهان" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "ŮŮ„Ř´ های ŮľÚ† ٠راست در اسلایدر شما" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:370 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:438 -msgid "Select Category" -msgstr "انتخاب دسته بندی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Custom Slides" -msgstr "اسلاید ŘłŮارشی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Latest Posts" -msgstr "آخرین نŮشته ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Random Posts" -msgstr "نŮشته های تصادŮŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Sticky Posts" -msgstr "نŮشته های مهم" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "آخرین نŮشته ها از دسته بندی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "نŮشته های تصادŮŰŚ از دسته بندها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 -msgid "Specific Posts" -msgstr "نŮشته های خاص" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "آخرین نŮشته هایی که در اسلایدر بارگذاری Ů…ŰŚŘ´Ůند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "نŮشته های تصادŮŰŚ که در اسلایدر بارگذاری Ů…ŰŚŘ´Ůند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "آخرین نŮشته ها از دسته بندی انتخابی شما ٠بارگذاری آن در اسلایدر." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:423 -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "نŮشته های تصادŮŰŚ از دسته بندی انتخابی شما ٠بارگذاری آن در اسلایدر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr " نŮشته های مهم Ů Ů„ŮŘŻ آن در اسلایدر " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "لیست از آیدی پست های شما برای نمایش. ( با کاما جدا کنید )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      انتخاب از دسته بندی ها :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "تعداد پست ها برای نمایش :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:460 -msgid "Slide 1" -msgstr "اسلاید 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:464 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:479 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:494 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:509 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:524 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:567 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:582 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:597 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "بارگذاری یا انتخاب ŘąÚ©Řł از گالری" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:465 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:480 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:495 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:510 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:525 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:568 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:583 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:613 -msgid "Title" -msgstr "عنŮان" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:467 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:482 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:497 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:512 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:527 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:570 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:585 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:600 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:615 -msgid "Text" -msgstr "نŮشته" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:475 -msgid "Slide 2" -msgstr "اسلاید 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:490 -msgid "Slide 3" -msgstr "اسلاید 3" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:505 -msgid "Slide 4" -msgstr "اسلاید 4" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:520 -msgid "Slide 5" -msgstr "اسلاید 5" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:533 -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "Ů…Ř­ŘŞŮای اسلایدر شما. ŮŮ‚Ř· تصŮیر Ů…Ůرد نیاز است. ŮŰŚŮ„ŘŻ های دیگر به صŮرت اختیاری است. اسلایدر تنها با ŘąÚ©Řł انتخاب شده Ůعال Ů…ŰŚŘ´ŮŘŻ ٠قابل نمایش بر رŮŰŚ اسلایدر Ůعال است.." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:543 -msgid "Number of columns:" -msgstr "تعداد ستŮن ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:553 -msgid "Image Height:" -msgstr "ارتŮاع تصŮیر:" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:556 -msgid "Read more text:" -msgstr "Ř®Ůاندن ادامه مطلب:" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:559 -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "متن لینک داری که در پایین ستŮن ها نمایش داده Ů…ŰŚŘ´ŮŘŻ. شما Ů…ŰŚŘŞŮانید تمام نŮشته ها را در صŮرتی که تمایلی به این کار ندارید حذ٠کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:563 -msgid "1st Column" -msgstr "ستŮن اŮŮ„" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:578 -msgid "2nd Column" -msgstr "ستŮن ŘŻŮŮ…" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:593 -msgid "3rd Column" -msgstr "ستŮن ŘłŮŮ…" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:608 -msgid "4th Column" -msgstr "ستŮن چهارم" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:630 -msgid "Extra Text" -msgstr "متن های اضاŮه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:630 -msgid "Top Title" -msgstr "عنŮان بالا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:632 -msgid "Second Title" -msgstr "عنŮان ŘŻŮŮ…" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:635 -msgid "Title color" -msgstr "رنگ عنŮان" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "رنگ عنŮان (مقدار پیش Ůرض 333ŘŚ333 است)." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "نŮشته دکمه 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "نŮشته دکمه 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"نŮشته بیشتر برای پایین صŮحه شما. بالاترین نŮشته بالای اسلایدر قرار دارد، عنŮان ŘŻŮŮ… میان اسلایدر ٠ستŮن ٠د٠ستŮن بیشتر از نŮشته زیر ستŮن ها است. .\n" -"\t\t تمام این ها اختیاری میباشد. اگر بخŮاهید Ů…ŰŚŘŞŮانید آن ها را خالی بگذارید. " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:651 -msgid "Hide areas" -msgstr "پنهان کردن مناطق" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "پنهان کردن Ů…Ř­ŰŚŘ· سربرگ ( ŘąÚ©Řł یا رنگ بک گراند )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "پنهان کردن منŮŰŚ اصلی ( منŮŰŚ Ú©Ř´ŮŰŚŰŚ بالا ) " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "پنهان کردن ابرارک های پاصŮحه." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "پنهان کردن پاصŮحه ( Ů…Ř­ŰŚŘ· کپی رایت )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "پنهان کردن رنگ ŘłŮŰŚŘŻ. ŮŮ‚Ř· رنگ بکگراند باقی میماند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "Ů…Ř­ŰŚŘ·ŰŚ که Ů…ŰŚŘ®Ůاهید در صŮحه اŮŮ„ پنهان Ř´ŮŘŻ را انتخاب کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:703 -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "Ů‚Ů„Ů…ŰŚ را که Ů…ŰŚŘ®Ůاهید در Ůبلاگ Ř®ŮŘŻ از آن استŮاده کنید انتخاب کنید.این تغییرات در صŮحات ŘŚ نŮشته ها ٠نظرات اعمال Ů…ŰŚŘ´ŮŘŻ.دکمه ها ŘŚ منŮŰŚ سایدبار ٠سربرگ ŘŞŘ­ŘŞ تاثیر قرار نمیگیریند. " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:747 -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "Ů‚Ů„Ů…ŰŚ را که Ů…ŰŚŘ®Ůاهید از آن در Ůبلاگ Ř®ŮŘŻ استŮاده کنید انتخاب کنید. تمامی Ů…Ř­ŘŞŮاهای متنی ŘŞŘ­ŘŞ تاثیر این تغییرات قرار میگیریند. ( از جمله دکمه های من٠)" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:748 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:797 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:848 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:899 -msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "یا Ů‚Ů„Ů…ŰŚ از ÚŻŮÚŻŮ„ انتخاب کنید ٠در زیر قرار دهید. Ů„Ř·Ů ŮŮ‚Ř· Ůارد کنید نامŮŮŘŞ را.
      مثال: برای انتخاب ŰŚÚ© ŮŮنت برŮŰŚŘŻ به ÚŻŮÚŻŮ„ ŮŮنت برای انتخاب ŮŮنت های استاندارد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:795 -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "Ů‚Ů„Ů…ŰŚ که Ů…ŰŚŘ®Ůاهید به عنŮان Ů‚Ů„Ů… \"عنŮان\" قرار بگیرد را انتخاب کنید. این تغییر به عنŮان صŮحات ٠نŮشته ها اعمال Ů…ŰŚŘ´ŮŘŻ. با زدن دکمه پیش Ůرض Ů‚Ů„Ů…ŰŚ که به صŮرت عمŮŮ…ŰŚ انتخاب کردید در اینجا نیز Ů…Ůرد استŮاده قرار میگیرد ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:846 -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "Ů‚Ů„Ů…ŰŚ را که Ů…ŰŚŘ®Ůاهید در سایدبار(ها) از آن استŮاده کنید انتخاب کنید.تغییرات در تمام سایدبارها از جمله ابزارک ها اعمال Ů…ŰŚŘ´ŮŘŻ.با زدن دکمه پیش Ůرض Ů‚Ů„Ů…ŰŚ که به صŮرت عمŮŮ…ŰŚ انتخاب کردید در اینجا نیز Ů…Ůرد استŮاده قرار میگیرد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:897 -msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "ŮŮنتی که Ů…ŰŚŘ®Ůاهید در ساب هیدر Ů…Ůرد استŮاده قرار بگیرد را انتخاب کنید. ( درتگ های اچ 2 ٠اچ 6 اعمال Ů…ŰŚŘ´ŮŘŻ. )با زدن دکمه پیش Ůرض Ů‚Ů„Ů…ŰŚ که به صŮرت عمŮŮ…ŰŚ انتخاب کردید در اینجا نیز Ů…Ůرد استŮاده قرار میگیرد " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:909 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:924 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:984 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:999 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1014 -msgid "Default" -msgstr "پیش Ůرض" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:917 -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "سایز Ů‚Ů„Ů… سربرگ نŮشته ها . با زدن دکمه پیش Ůرض تنظیمات عادی اعمال Ů…ŰŚŘ´Ůند. ( سایز در Ůایل سی اس اس تنظیم شده است. )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:932 -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "سایز Ů‚Ů„Ů… سایدبار. ( سایز در Ůایل سی اس اس تنظیم شده است. )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1714 -msgid "Left" -msgstr "چپ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1714 -msgid "Right" -msgstr "راست" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 -msgid "Justify" -msgstr "تراز کردن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1714 -msgid "Center" -msgstr "Ůسط" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:947 -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "این تراز بندی ŘŻŮ„Ř®Ůاه برای Ů…ŘŞŮن را تنظیم میکند. با زدن دکمه پیش Ůرض تنظیمات اŮلیه اعمال Ů…ŰŚŘ´Ůند. ( این تراز بندی همانطŮر ÚŻŮته که ÚŻŮته Ř´ŘŻ در نŮشته ها ŘŚ نظرات ٠غیره اعمال Ů…ŰŚŘ´ŮŘŻ. ) " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "مقدار ت٠رŮŘŞÚŻŰŚ را برای پاراگرا٠های Ř®ŮŘŻ انتخاب کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "غیرŮعال کردن ت٠رŮŘŞÚŻŰŚ پیش Ůرض برای سربرگ عنŮان ها ( مارجین سمت چپ )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:992 -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "ارتŮاع خط متن. ارتŮاع آن بین 2 ستŮن از نŮشته هاست. برای اعمال تنظیمات ŘŻŮ„Ř®Ůاه پیش Ůرض را Ú©Ů„ŰŚÚ© کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1007 -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Ůاصله میان کلمات.برای بازگشت به تنظیمات اŮلیه پیش Ůرض را Ú©Ů„ŰŚÚ© کنید. ( از سی اس اس قابل تغییر است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1022 -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Ůاصله میان حرŮŮ. برای بازگشت به تنظیمات اŮلیه پیش Ůرض را Ú©Ů„ŰŚÚ© کنید. ( از سی اس اس قابل تغییر است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "غیرŮعال کردن سایه پیش Ůرض در سربرگ ٠عناŮین" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "رنگ پس زمینه ( به صŮرت پیش Ůرض 44444 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1059 -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "رنگ پس زمینه سربرگ ( به صŮرت پیش Ůرض 333333 است ) شما Ů…ŰŚŘŞŮانید تمام متن ها را پاک کنید تا پس زمینه رنگی نداشته باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1066 -msgid "Content background color (Default value is FAFAFA). Works best with really light colors." -msgstr "رنگ پس زمینه Ů…Ř­ŘŞŮابهترین حالت ترکیب با رنگ رŮشن است.رنگ پیش Ůرض : FAFAFA" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1073 -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "رنگ پس زمینه منŮŰŚ اصلی باید برای بک گراند باید از چند رنگ یا از رنگ رŮشن استŮاده کرد.رنگ پیش Ůرض : FAFAFA " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1081 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "رنگ پس زمینه Ů…Ř­ŰŚŘ· ابزارک پاصŮحه.( رنگ پیش Ůرض : 171717 )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1089 -msgid "Footer background color (Default value is 222222)." -msgstr "رنگ پس زمینه پاصŮحه ( رنگ پیش Ůرض 222222 است. )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1097 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "رنگ عنŮان بلاگ ( ها ) شما رنگ پیش Ůرض : 0D85CC" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1105 -msgid "Your blog's description color(Default value is 222222)." -msgstr "رنگ ŘŞŮضیحات Ůبلاگ شما ( رنگ پیش Ůرض 222222 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1113 -msgid "Content Text Color (Default value is 333333)." -msgstr "رنگ نŮشته Ů…Ř­ŘŞŮا ( رنگ پیش Ůرض 333333 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1121 -msgid "Links color (Default value is 0D85CC)." -msgstr "رنگ لینک ها ( رنگ پیش Ůرض 0D85CC است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1129 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "رنگ لینک زمان قرار گیری ماŮŘł رŮŰŚ آن ها ( پیش Ůرض 333333 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1137 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "رنگ نŮشته سربرگ نŮشته ها (رنگ پیش Ůرض 333333 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1145 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "رنگ نŮشته سربرگ نŮشته ها زمان قرار گیری ماŮŘł رŮŰŚ آن ها ( پیش Ůرض 000000 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1153 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "رنگ پس زمینه سربرگ سایدبار ( رنگ پیش Ůرض 444444 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1162 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "رنگ نŮشته سربرگ سایدبار ( رنگ پیش Ůرض 444444 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1170 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "رنگ نŮشته های ابزارک پا صŮحه ( رنگ پیش Ůرض 0D85CC است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1178 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "رنگ لینک های ابزارک پاصŮحه ( رنگ پیش Ůرض 666666 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1186 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "رنگ لینک های ابزارک پاصŮحه زمان قرار گیری ماŮŘł ر٠یان ها ( پیش Ůرض 888888 است )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1259 -msgid "White" -msgstr "ŘłŮŰŚŘŻ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 -msgid "Light" -msgstr "رŮشن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 -msgid "Light Gray" -msgstr "خاکستری رŮشن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1259 -msgid "Gray" -msgstr "خاکستری" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 -msgid "Dark Gray" -msgstr "خاکستری تیره" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 -msgid "Black" -msgstr "Ů…Ř´Ú©ŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1206 -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "این تنظیمات نŮŘą نمایش ŘŞŮضیحات ŘąÚ©Řł را تغییر میدهد.ŘąÚ©Řł هایی که دارای ŘŞŮضیحات نیستند اعمال نمیشŮند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1222 -msgid "The border around your inserted images. " -msgstr "قاب برای اطر٠عکس هایی که قرار دادید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1237 -msgid "The image on top of your captions. " -msgstr "ŰŚÚ© ŘąÚ©Řł برای بالای ŘŞŮضیحات شما" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1252 -msgid "The sidebar list bullets. " -msgstr "ÚŻŮ„Ůله ŘŞŮپی سایدبار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1267 -msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" -msgstr "پس زمینه برای Ů…Ř­ŰŚŘ· متای پست ها ( زیر عنŮان پست ها ) . به Ř·Ůر پیش Ůرض رنگ خاکستری در نظر گرŮته شده.<" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1275 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1291 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1308 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1323 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1338 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1368 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1399 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1442 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1457 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1472 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1487 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1502 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1517 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1532 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1547 -msgid "Show" -msgstr "نمایش" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1275 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1291 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1308 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1323 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1338 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1368 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1399 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1442 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1457 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1472 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1487 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1502 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1517 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1532 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1547 -msgid "Hide" -msgstr "پنهان کردن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1283 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "نمایش یا عدم نمایش خط اŮŮ‚ŰŚ برای جدا کردن پست ها از هم." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1299 -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "نمایش یا عدم نمایش ÚŻŮ„Ůله های ŘŞŮپی به صŮرت لیست در ناحیه Ů…Ř­ŘŞŮا ( نŮشته ها ŘŚ صŮحات ٠غیره . . .)" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1316 -msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." -msgstr "نمایش یا عدم نمایش عنŮان Ů ŘŞŮضیحات در سربرگ اصلی ( اگر شما سربرگ ŘłŮارشی شده دارید که دارای نŮشته Ů ŘąÚ©Řł است این گزینه پیشنهاد Ů…ŰŚŘ´ŮŘŻ. )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1331 -msgid "Hide or show Page titles on any created pages. " -msgstr "نمایش یا عدم نمایش عنŮان ها در هر صŮحه ساخته شده. " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1346 -msgid "Hide or show Page titles on Category Pages. " -msgstr "نمایش یا عدم نمایش عنŮان ها در صŮحات دسته بندی. " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1361 -msgid "Hide table borders and background color." -msgstr "Ů…Ř®ŮŰŚ کردن قاب جدŮŮ„ ها در رنگ پس زمینه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1376 -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "Ů…Ř®ŮŰŚ کردن متن ŘŞŮضیحات در زیر Ůرم ارسال نظرات (starts with شما Ů…ŰŚŘŞŮانید از کدهای اچ ŘŞŰŚ ام ال هم استŮاده کنید:...)." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 -msgid "Hide in posts" -msgstr "Ů…Ř®ŮŰŚ کردن در پست ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 -msgid "Hide in pages" -msgstr "Ů…Ř®ŮŰŚ کردن در صŮحات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 -msgid "Hide everywhere" -msgstr "پنهان کردن در همه جا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1391 -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "Ů…Ř®ŮŰŚ کردن متن نظرات بسته شده این متن به صŮرت پیش Ůرض در زمانی که نظرات در نŮشته ها یا صŮحات بسته شده باشد نمایش داده Ů…ŰŚŘ´ŮŘŻ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1407 -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "Ů…Ř®ŮŰŚ کردن متن نظرات خامŮŘ´ این متن Ů…Ůاقعی نمایش داده Ů…ŰŚŘ´ŮŘŻ که نظرات غیرŮعال باشند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1423 -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "Ůعال کردن بازگشت به بالا. این دکمه بعد از اسکرŮŮ„ در پایین صŮحه نمایش داده Ů…ŰŚŘ´ŮŘŻ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1430 -msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." -msgstr "قرار دادن نŮشته یا Ú©ŘŻ اچ ŘŞŰŚ ام ال ŘłŮارشی که در آخر پاصŮحه نمایش داده Ř´ŮŘŻ..
      شما Ů…ŰŚŘŞŮانید با استŮاده از اچ ŘŞŰŚ ام ال لینک های ŘŚ ŘąÚ©Řł ها یا کارکتر های ŘłŮارشی Ř®ŮŘŻ را در پاصŮحه قرار دهید. Ů…Ř«Ů„ : © ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1450 -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "نمایش یا عدم نمایش دیدگاهتان را بنŮیسید یا x نظردر نŮشته های برگزیده ٠عادی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1465 -msgid "Hide or show the post date." -msgstr "نمایش یا عدم نمایش تاریخ نŮشته ها" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1480 -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "نمایش ساعت ارسال پست همرا با تاریخ. اگر تاریخ نŮشته را غیرŮعال کرده باشید این گزینه کاربردی ندارد!" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1495 -msgid "Hide or show the post author." -msgstr "نمایش یا پنهان کردن نŮیسنده پست." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1510 -msgid "Hide the post category." -msgstr "پنهان کردن دسته بندی پست." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1525 -msgid "Hide the post tags." -msgstr "پنهان کردن برچسب های نŮشته" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1540 -msgid "Hide the 'Bookmark permalink'." -msgstr "پنهان کردن پیŮند بŮÚ© مارک" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1555 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "پنهان کردن تمام متاهای نŮشته.تمام اطلاعات متا ٠ناحیه متا پنهان Ů…ŰŚŘ´ŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1568 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1583 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1599 -msgid "Excerpt" -msgstr "گلچین کردن" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1568 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1583 -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1599 -msgid "Full Post" -msgstr "نŮشته کامل" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1576 -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "گزیده ها در صŮحه اصلی. ŮŮ‚Ř· نŮشته های استاندارد ŘŞŘ­ŘŞ تاثیر قرار میگیرند. تمام نŮشته های دیگر که قالب Ř®ŮŘŻ را دارند Ů…Ř«Ů„ ( نŮار کنار ŘŚ تصاŮیر ŘŚ ÚŻŮŘŞÚŻŮ ŘŚ نقل Ů‚ŮŮ„ Ů ...) ŘŞŘ­ŘŞ تاثیر این تغییر قرار نخŮاهند گرŮŘŞ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1591 -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "اگر شما ŘŻŮست دارید نŮشته های سنجاق شده ٠مهم صŮحه اصلی را کاملا یا ŮŮ‚Ř· گزیده های آن ها در بر بگیرد ٠قابل نمایش باشد این گزینه را انتخاب کنید. " - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1607 -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "گزیده ها در ارشی٠، دسته بندی ŘŚ صŮحه جستج٠بالاتر از همه قرار بگیرند. ŮŮ‚Ř· پست های استاندارد ŘŞŘ­ŘŞ تاثیر قرار میگیرند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1615 -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1631 -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "Ůعال کردن طرح بندی مجله ای. در این طرح بندی پست ها ٠صŮحات با هم نمایش داده Ů…ŰŚŘ´Ůند ٠در هر سطر د٠پست نمایش داده Ů…ŰŚŘ´ŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1638 -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "جایگزین کردن 3 نقطه ('[...])'که به Ř·Ůر Ř®Ůدکار به گزیده ها اضŮه Ů…ŰŚŘ´Ůند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1645 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Ůیرایش ' ادامه مطلب' لینک ها به گزیده ŰŚ پست ها اضŮه Ů…ŰŚŘ´Ůند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1660 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "ŘŞŮسط گزیده های پیش Ůرض Ůردپرس تمام ŘŞÚŻ های HTML پاک Ů…ŰŚŘ´Ůند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1691 -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "نمایش ŘąÚ©Řł های ŮŰŚÚه در پست ها به صŮرت ŘąÚ©Řł های بند انگشتی. ŘąÚ©Řł باید در هنگام ارسال به عنŮان تصŮیر بند انگشتی انتخاب شده باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1706 -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "نمایش اŮلین ŘąÚ©Řł قرار داده شده در پست به عنŮان تصŮیر بندانگشتی. اگر شما این گزینه را Ůعال کنید تصŮیر بند انشگتی از اŮلین تصŮیری که در پست Ř®ŮŘŻ استŮاده کردید انتخاب Ů…ŰŚŘ´ŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1722 -msgid "Thumbnail alignment." -msgstr "تراز بندی ŘŻŮ„Ř®Ůاه برای تصاŮیر بندانگشتی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1739 -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "سایز تصŮیر بند انگشتی ( در پیکسل )به Ř·Ůر پیشŮرض ŘąÚ©Řł ها با اندازه Ú©ŮÚ†Ú© قرار میگیریند.اگر شما سایزی Ů…ŘŻ نظر دارید به سیسم بدهید تا به صŮرت Ř®Ůدکار ŘąÚ©Řł شما بریده ٠به سایز ŘŻŮ„Ř®Ůاه شما تبدیل Ř´ŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1755 -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" -"نمایش ŘąÚ©Řł های برتر در سربرگ. سربرگ Ůعلی با ŘąÚ©Řł برتر انتخاب شده جایگزین Ů…ŰŚŘ´ŮŘŻ اگه در نŮشته هایتان ŘąÚ©Řł را مشخص کرده باشید.\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1776 -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "شبکه اجتماعی Ů…Ůرد نظر Ř®ŮŘŻ را از منŮŰŚ Ú©Ř´ŮŰŚŰŚ سمت ŮľÚ† انتخاب کنید ٠آدرس مربŮŘ· به پرŮŮایل Ř®ŮŘŻ را در ŮŰŚŮ„ŘŻ ŮرŮŘŻŰŚ سمت راست Ůارد کنید.(مثال: http://www.facebook.com/yourname )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1790 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "شما Ů…ŰŚŘŞŮانید 5 سایت از شبکه های اجتماعی را با آدرس های مختل٠Ůارد کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1804 -msgid "There are a total of 27 social networks to choose from. " -msgstr "این ها تمام 27 شبکه اجتماعی Ů…ŮجŮŘŻ برای انتخاب کردن شماست." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1818 -msgid "You can leave any number of inputs empty. " -msgstr "شما Ů…ŰŚŘŞŮانید تعدادی از Ůیلدهای ŮرŮŘŻŰŚ را خالی بگذارید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1832 -msgid "You can choose the same social media any number of times. " -msgstr "شما Ů…ŰŚŘŞŮانید هر تعدادی که Ů…ŰŚŘ®Ůاهید رسانه ای اجتماعی را انتخاب کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1863 -msgid "Choose the areas where to display the social icons." -msgstr "انتخاب کنید ناحیه ای که ŘŻŮست دارید آیکن های اجتماعی در آن جا نمایش داده Ř´Ůند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1884 -msgid "Make the site header into a clickable link that links to your index page." -msgstr "Ů…ŰŚŘŞŮانید سربرگ سایت را لینک دار کنید. آدرس لینک ŘŚ صŮحه اصلی سایت شما Ř®Ůاهد بŮŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1899 -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "نمایش نŮار پیمایش در بالای Ů…Ř­ŰŚŘ· Ů…Ř­ŘŞŮا. نŮار راهنمای ابزاری است که مکان Ůعلی شخص در سایت را به ا٠نمایش میدهد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1914 -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "نمایش شماره بندی صŮحات. در مکان های که بیشتر از ŰŚÚ© صŮحه ŮجŮŘŻ داشته باشد, امکان دسترسی به در پایین صŮحه قرار میگیرد ٠پست های Ů‚ŘŻŰŚŮ…ŰŚ تر ٠پست های جدیدتر را آسان میکند." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1929 -msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " -msgstr "Ůعال کردن نمایش به صŮرت ŘŞŮ„Ůن همراه . در این نمایش Ř®ŮŘŻ قالب پاسخگ٠خŮاهد بŮŘŻ. ابعاد ٠سایر قالب به ÚŻŮنه ای تغییر میکند که به راحتی در دستگاه ŘŞŮ„Ůن همراه قابل نمایش باشد." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1939 -msgid "Upload or select favicon from gallery" -msgstr "بارگذاری یا انتخاب ŮاŮآیکن از گالری" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1943 -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " -msgstr "Ů…Ř­ŘŻŮŘŻŰŚŘŞ ها : Ůایل باید حتما به صŮرت ŘąÚ©Řł باشد. باید حداکثر در سایز 64 پیکسل در 64 پیکسل باشد. بهترین Ůرمت ŘąÚ©Řł : .png , .ico" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1951 -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme." -msgstr "CSS ŘłŮارشی Ř®ŮŘŻ را در اینجا قرار بدید.هر اعلان استایلی بر رŮŰŚ استایل Mantra ر٠نŮیسی Ů…ŰŚŘ´ŮŘŻ.( تمام تنظیمات ŘłŮارشی پیشرŮته در تنظیمات قالب آماده است. )CSS ŘłŮارشی شما حتما پس از به رŮز رسانه قالب هم Ř­Ůظ Ř®Ůاهد Ř´ŘŻ." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1958 -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software)." -msgstr "کدهای جاŮا اسکریپت ŘłŮارشی Ř®ŮŘŻ را در اینجا قرار دهید. ( ÚŻŮÚŻŮ„ آنالیز ٠هر Ř´Ú©Ů„ دیگر از نرم اŮزارهای آنالیزگر سایت )" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1971 -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "Ůعال کردن قابلیت بهینه سازی سایت برای Ů…ŮŘŞŮر های جستجŮ. این Ů…Ůرد به صŮرت پیش Ůرض Ůعال است ٠شما ŮŮ‚Ř· Ů…ŰŚŘŞŮانید آن را غیرŮعال کنید. البته اگر از پلاگین های سئ٠استŮاده میکنید پیشنهاد میکنیم این گزینه را غیرŮعال کنید." - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1983 -msgid "Auto" -msgstr "Ř®Ůدکار" - -#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1983 -msgid "Manual" -msgstr "دستی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-functions.php:56 -msgid "Home Page" -msgstr "صŮحه خانگی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:146 -msgid "says:" -msgstr "Ů…ŰŚÚŻŮŰŚŘŻ :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:152 -msgid "Your comment is awaiting moderation." -msgstr "نظر شما در انتظار تایید ŘŞŮسط مدیریت سایت است." - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:159 -msgid "at" -msgstr "در" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:159 -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:176 -msgid "(Edit)" -msgstr "(Ůیرایش)" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:176 -msgid "Pingback: " -msgstr "پینگ بک :" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:213 -msgid "By " -msgstr "ŘŞŮسط" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:224 -msgid "Leave a comment" -msgstr "دیدگاهتان را بنŮیسید" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:224 -msgid "1 Comment" -msgstr "1 نظر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:224 -msgid "% Comments" -msgstr "% نظرات" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:247 -msgid " Bookmark the " -msgstr " Bookmark the " - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:247 -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:249 -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:251 -msgid "Permalink to" -msgstr "پیŮند یکتا به" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:247 -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:249 -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:251 -msgid "permalink" -msgstr "پیŮند یکتا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:249 -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:251 -msgid "Bookmark the " -msgstr "Bookmark the " - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:273 -msgid "« Older posts" -msgstr "« نŮشته های Ů‚ŘŻŰŚŮ…ŰŚ تر" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:274 -msgid "Newer posts »" -msgstr "پست های جدیدتر »" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "صŮحه %s" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "منŮŰŚ اŮŮ„ŰŚ" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "منŮŰŚ بالایی" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "منŮŰŚ پاصŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:137 -msgid "mantra" -msgstr "مانترا" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:196 -msgid "Primary Widget Area - Sidebar 1" -msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ - سایدبار 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:198 -msgid "Primary widget area - Sidebar 1" -msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ - سایدبار 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:207 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… - سایدبار 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:209 -msgid "Secondary widget area - Sidebar 1" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… - سایدبار 1" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:218 -msgid "Third Widget Area - Sidebar 2" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… - سایدبار 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:220 -msgid "Third widget area - Sidebar 2" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… - سایدبار 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:229 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم - سایدبار 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:231 -msgid "Fourth widget area - Sidebar 2" -msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم - سایدبار 2" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:240 -msgid "First Footer Widget Area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:242 -msgid "First footer widget area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:251 -msgid "Second Footer Widget Area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:253 -msgid "Second footer widget area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:262 -msgid "Third Footer Widget Area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:264 -msgid "The third footer widget area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:273 -msgid "Fourth Footer Widget Area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم Ů…Ř­ŰŚŘ· پایین صŮحه" - -#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:275 -msgid "The fourth footer widget area" -msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم Ů…Ř­ŰŚŘ· پایین صŮحه" - +msgid "" +msgstr "" +"Project-Id-Version: Mantra Wordpress Themes - Fa-IR\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-31 16:33+0330\n" +"PO-Revision-Date: 2012-09-02 20:22+0330\n" +"Last-Translator: Sajjad \n" +"Language-Team: Wp-Parsi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;e_\n" +"X-Poedit-Basepath: E:\\Localhost\\Blog\\wp-content\\themes\\mantra\n" +"Plural-Forms: http://forum.wp-parsi.com/ , http://helical-graph.ir/\n" +"X-Poedit-Language: Persian\n" +"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-SearchPath-0: E:\\Localhost\\Blog\\wp-content\\themes\\mantra\n" + +#: E:\Localhost\Blog\wp-content\themes\mantra/404.php:17 +msgid "Not Found" +msgstr "یاŮŘŞ نشد" + +#: E:\Localhost\Blog\wp-content\themes\mantra/404.php:19 +msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." +msgstr "خیلی متاسŮŰŚŮ… ŮŮ„ŰŚ صŮحه Ů…Ůرد نظر شما یاŮŘŞ نشد ! شاید با جستج٠بتŮانید به نتیجه برسید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "آرشی٠رŮزانه %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "آرشی٠ماهانه %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "آرشی٠ماهانه %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:31 +msgid "Blog Archives" +msgstr "آرشی٠سایت" + +#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:57 +#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:74 +#: E:\Localhost\Blog\wp-content\themes\mantra/category.php:50 +msgid "Nothing Found" +msgstr "بدŮن نتیجه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/archive.php:61 +#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:78 +#: E:\Localhost\Blog\wp-content\themes\mantra/category.php:54 +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "خیلی متاسŮŰŚŮ… ŮŮ„ŰŚ هیچ نتیجه ای برای آرشی٠در Ř®Ůاست شده ŘŞŮسط شما یاŮŘŞ نشد. Ů„Ř·Ůا از طریق جستج٠اقدام کنید تا بتŮانید به نتیجه های مشابه دست پیدا کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "بازگشت به %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:29 +msgid "By" +msgstr "ŘŞŮسط" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:40 +msgid "Published" +msgstr "انتشار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "تمام صŮحه در سایز %s پیکسل" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:53 +msgid "Link to full-size image" +msgstr "لینک به ŘąÚ©Řł تمام صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:60 +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:107 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:48 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:48 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:64 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:41 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:48 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-page.php:22 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:46 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:49 +#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:85 +msgid "Edit" +msgstr "Ůیرایش" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:100 +msgid "Continue reading" +msgstr "ادامه مطلب" + +#: E:\Localhost\Blog\wp-content\themes\mantra/attachment.php:101 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:39 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:37 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:54 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:32 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:37 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-page.php:21 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:36 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:40 +#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:57 +#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:74 +msgid "Pages:" +msgstr "صŮحه : " + +#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "آرشی٠نŮیسنده %s " + +#: E:\Localhost\Blog\wp-content\themes\mantra/author.php:49 +#, php-format +msgid "About %s" +msgstr "درباره ŰŚ %s " + +#: E:\Localhost\Blog\wp-content\themes\mantra/category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "آرشی٠دسته بندی ها %s " + +#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:18 +msgid "This post is password protected. Enter the password to view any comments." +msgstr "این پست محاŮظت شده است برای دیدن آن ٠ارسال نظر پسŮرد Ř®ŮŘŻ را Ůارد کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:41 +#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:60 +msgid "Older Comments" +msgstr "نظرات Ů‚ŘŻŰŚŮ…ŰŚ تر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:42 +#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:61 +msgid "Newer Comments" +msgstr "نظرات جدیدتر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/comments.php:72 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-page.php:27 +msgid "Comments are closed." +msgstr "نظرات بسته شده است." + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:21 +msgid "Aside" +msgstr "کنار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:38 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:36 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:32 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:31 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:36 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:35 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:39 +msgid "Continue reading " +msgstr "ادامه مطلب " + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-aside.php:46 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:44 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:61 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:38 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:44 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:43 +#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:47 +#: E:\Localhost\Blog\wp-content\themes\mantra/content.php:83 +msgid "Tagged" +msgstr "برچسب Ř®Ůرده :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-chat.php:20 +msgid "Chat" +msgstr "ÚŻŮŘŞÚŻŮ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-gallery.php:20 +msgid "Gallery" +msgstr "گالری" + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-image.php:19 +msgid "Image" +msgstr "ŘąÚ©Řł ها " + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-link.php:20 +msgid "Link" +msgstr "لینک" + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-quote.php:19 +msgid "Quote" +msgstr "پاسخ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/content-status.php:31 +msgid "Status" +msgstr "Ůضعیت" + +#: E:\Localhost\Blog\wp-content\themes\mantra/header.php:101 +msgid "Skip to content" +msgstr "دسترسی به Ů…Ř­ŘŞŮا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "نتیجه جستج٠برای کلمه %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "هیچ نتیجه ای برای کلمه مقابل یاŮŘŞ نشد : %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:35 +#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:92 +msgid "Archives" +msgstr "آرشیŮ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:42 +#: E:\Localhost\Blog\wp-content\themes\mantra/sidebar.php:99 +msgid "Meta" +msgstr "متاتگ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/single.php:44 +msgid "View all posts by " +msgstr "دیدن تمام پست های ارسال شده ŘŞŮسط" + +#: E:\Localhost\Blog\wp-content\themes\mantra/tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "برچسب های آرشی٠%s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:62 +msgid "Before you can upload your import file, you will need to fix the following error:" +msgstr "قبل از این که شما بتŮانید Ůایل های مهم Ř®ŮŘŻ را آپلŮŘŻ کنید باید ارŮرهای ذکر شده را رŮŘą کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "تنظیمات مهم قالب Mantra" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:72 +msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." +msgstr "سلام این جا مکانی است که شما تنظیمات مهم قالب Mantra را انجام میدهید. Ů„Ř·Ůا ŘŞŮجه داشته باشید که تغییرات در گزینه های کاملا تجربی است." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "Ůایلی را از رایانه Ř®ŮŘŻ انتخاب کنید" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "حداکثر سایز Ůایل %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:82 +msgid "And import!" +msgstr "Ůارد کردن ! " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "تنظیمات قالب را درŮن ریزی کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "تبریک ! تمام تنظیمات با Ů…ŮŮŮ‚ŰŚŘŞ ذخیره Ř´ŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "به تنظیمات قالب برگردید ٠تمام آن ها را Ú†Ú© کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:155 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:161 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "اŮه ! Ů…Ř´Ú©Ů„ Ú©ŮÚ†Ú©ŰŚ ŮجŮŘŻ دارد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:156 +msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." +msgstr "Ůایل درŮن ریزی شده ŘŞŮسط شما معتبر نیست ! Ů„Ř·Ůا اطمینان حاصل کنید که تنظیمات حتما از قالب Mantra برŮن ریزی شده باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "Ůایل آپلŮŘŻ شده قالب Ř®Ůاندن نیست." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:168 +msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." +msgstr "Ůایل آپلŮŘŻ شده پشتبانی نمیشŮŘŻ. اطمینان حاصل کنید Ůایل از قالب Mantra برŮن ریزی شده باشد ٠همچنین Ůایل به صŮرت پرŮنده نŮشتاری باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:177 +msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." +msgstr "اŮه ! این Ůایل خالی است یا این که Ůایلی نیست . این خطا اغلب به این ŘŻŮ„ŰŚŮ„ است که در تنظیمات Ůایل php.ini آپلŮŘŻ غیر Ůعال شده باشد یا این که حجم آپلŮŘŻ در تنظیمات php.ini تعری٠شده باشد. " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "خطا : شما مجاز به انجام این عملیات نیستید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:93 +msgid "Layout Settings" +msgstr "تنظیمات چیدمان" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:94 +msgid "Presentation Page" +msgstr "صŮحه مطالب" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:95 +msgid "Text Settings" +msgstr "تنظیمات متن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:96 +msgid "Color Settings" +msgstr "تنظیمات رنگ " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:97 +msgid "Graphics Settings" +msgstr "تنظیمات گراŮŰŚÚ©ŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:98 +msgid "Post Information Settings" +msgstr "تنظیمات مربŮŘ· به اطلاعات نŮشته ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "تنظیمات مربŮŘ· به خلاصه نŮشته ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:100 +msgid "Featured Image Settings" +msgstr "تنظیمات ŘąÚ©Řł های ŮŰŚÚه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:101 +msgid "Social Media Settings" +msgstr "تنظیمات مربŮŘ· به رسانه های اجتماعی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "تنظیمات Ů…ŘŞŮرقه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:104 +msgid "Main Layout" +msgstr "چیدمان اصلی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "عرض نŮار کناری Ů Ů…Ř­ŘŞŮا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:106 +msgid "Header Image Height" +msgstr "Ř·ŮŮ„ ŘąÚ©Řł سربرگ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "Ůعال کردن صŮحه معرŮŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:109 +msgid "Slider Settings" +msgstr "تنظیمات اسلایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:110 +msgid "Slides" +msgstr "اسلایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "ستŮن های صŮحه نŮشته ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:112 +msgid "Extras" +msgstr "Ů…Ůارد بیشتر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:114 +msgid "General Font" +msgstr "Ů‚Ů„Ů… عمŮŮ…ŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:115 +msgid "General Font Size" +msgstr "سایز Ů‚Ů„Ů… عمŮŮ…ŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:116 +msgid "Post Title Font " +msgstr "Ů‚Ů„Ů… عنŮان پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:117 +msgid "Post Title Font Size" +msgstr "سایز Ů‚Ů„Ů… عنŮان پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:118 +msgid "Sidebar Font" +msgstr "Ů‚Ů„Ů… سایدبار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:119 +msgid "SideBar Font Size" +msgstr "سایز Ů‚Ů„Ů… سایدبار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "Ů‚Ů„Ů… زیرصŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:121 +msgid "Force Text Align" +msgstr "جهت نŮشته ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:122 +msgid "Paragraph indent" +msgstr "ŘŞŮرŮŘŞÚŻŰŚ پاراگراŮ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:123 +msgid "Header indent" +msgstr "نسبت ت٠رŮŘŞÚŻŰŚ سربرگ (هیدر) " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:124 +msgid "Line Height" +msgstr "ارتŮاع خط" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:125 +msgid "Word spacing" +msgstr "Ůاصله کلمات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:126 +msgid "Letter spacing" +msgstr "Ůاصله حرŮŮ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:127 +msgid "Text shadow" +msgstr "سایه متن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:129 +msgid "Background Color" +msgstr "رنگ پس زمینه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "رنگ پس زمینه سربرگ ( بنر ٠من٠ها )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:131 +msgid "Content Background Color" +msgstr "رنگ پس زمینه ŰŚ Ů…Ř­ŘŞŮا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:132 +msgid "Menu background color" +msgstr "رنگ پس زمینه منŮها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:134 +msgid "Site Title Color" +msgstr "رنگ عنŮان سایت" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:135 +msgid "Site Description Color" +msgstr "رنگ ŘŞŮضیحات اصلی سایت" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:137 +msgid "Content Text Color" +msgstr "رنگ نŮشته های Ů…Ř­ŘŞŮا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:138 +msgid "Links Color" +msgstr "رنگ لینک ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:139 +msgid "Links Hover Color" +msgstr "رنگ لینک ها ŮŮ‚ŘŞŰŚ ماŮŘł رŮŰŚ آن ها قرار میگیرید" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:140 +msgid "Post Title Color" +msgstr "رنگ عناŮین پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:141 +msgid "Post Title Hover Color" +msgstr "رنگ عناŮین پست ها زمین قرار گیری ماŮŘł رŮŰŚ آن ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:142 +msgid "Sidebar Header Background Color" +msgstr "رنگ پس زمینه ŰŚ سربرگ سایدبار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:143 +msgid "Sidebar Header Text Color" +msgstr "رنگ نŮشته های سربرگ سایدبار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:144 +msgid "Footer Widget Background Color" +msgstr "رنگ پس زمینه ŰŚ پاصŮحه ابزارک ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:145 +msgid "Footer Background Color" +msgstr "رنگ زمینه ŰŚ پاصŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:146 +msgid "Footer Widget Header Text Color" +msgstr "رنگ نŮشته های پاصŮحه ابزارک ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:147 +msgid "Footer Widget Link Color" +msgstr "رنگ لینک های پا صŮحه ابزارک ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:148 +msgid "Footer Widget Hover Color" +msgstr "رنگ ابزار پا صŮحه زمان قرار گیری ماŮŘł رŮŰŚ آن ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:150 +msgid "Caption Border" +msgstr "کادر عناŮین" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:151 +msgid "Post Images Border" +msgstr "قاب ŘąÚ©Řł های قرار گرŮته در پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:152 +msgid "Caption Pin" +msgstr "نŮŘą سنجاق" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:153 +msgid "Sidebar Menu Bullets" +msgstr "ÚŻŮ„Ůله های ŘŞŮپی منŮŰŚ سایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:154 +msgid "Meta Area Background" +msgstr "متای Ů…Ř­ŰŚŘ· پس زمینه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:155 +msgid "Post Separator" +msgstr "جدا کننده ŰŚ پست " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:156 +msgid "Content List Bullets" +msgstr "ÚŻŮ„Ůله های ŘŞŮپی لیست در Ů…Ř­ŘŞŮای پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:157 +msgid "Title and Description" +msgstr "عنŮان Ů ŘŞŮضیحات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:158 +msgid "Page Titles" +msgstr "عنŮان صŮحات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:159 +msgid "Category Page Titles" +msgstr "عنŮان صŮحات دسته بندی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:160 +msgid "Hide Tables" +msgstr "پنهان کردن جدŮŮ„ ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:161 +msgid "Back to Top button" +msgstr "دکمه بازگشت به بالا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:162 +msgid "Text Under Comments" +msgstr "نŮشته زیر نظرات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:163 +msgid "Comments are closed text" +msgstr "متن نظرات بسته شده" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:164 +msgid "Comments off" +msgstr "نظرات : خامŮŘ´" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:165 +msgid "Insert footer copyright" +msgstr "قرار دادن متن کپی رایت در پاصŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:167 +msgid "Post Comments Link" +msgstr "لینک نظرات پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:168 +msgid "Post Date" +msgstr "تاریخ پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:169 +msgid "Post Time" +msgstr "زمان پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:170 +msgid "Post Author" +msgstr "نŮیسنده پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:171 +msgid "Post Category" +msgstr "دسته بندی پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:172 +msgid "Post Tags" +msgstr "برچسب های پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:173 +msgid "Post Permalink" +msgstr "پیŮند یکتای پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:174 +msgid "All Post Metas" +msgstr "تمام متاهای پست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:176 +msgid "Post Excerpts on Home Page" +msgstr "پست های برگزیده در صŮحه اصلی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:177 +msgid "Affect Sticky Posts" +msgstr "پست های مهم" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:178 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "پست های برگزیده در صŮحه دسته بندی ٠آرشیŮ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:179 +msgid "Number of Words for Post Excerpts " +msgstr "تعداد کلمات برای پست های برگزیده" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:180 +msgid "Magazine Layout" +msgstr "طرح بندی به صŮرت مجله ای" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:181 +msgid "Excerpt suffix" +msgstr "پسŮند برگزیده ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:182 +msgid "Continue reading link text " +msgstr "متن لینک ادامه مطلب" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:183 +msgid "HTML tags in Excerpts" +msgstr "ŘŞÚŻ های اچ ŘŞŰŚ ام ال در برگزیده ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:185 +msgid "Featured Images as POST Thumbnails " +msgstr "تصاŮیر اŮŮ„ در تصاŮیر بند انگشتی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:186 +msgid "Auto Select Images From Posts " +msgstr "انتخاب Ř®Ůدکار ŘąÚ©Řł از پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:187 +msgid "Thumbnails Alignment " +msgstr "ترازبندی تصاŮیر بند انگشتی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:188 +msgid "Thumbnails Size " +msgstr "اندازه تصاŮیر بند انگشتی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:189 +msgid "Featured Images as HEADER Images " +msgstr "ŘąÚ©Řł اŮŮ„ در ŘąÚ©Řł سربرگ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:191 +msgid "Link nr. 1" +msgstr "لینک شماره 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:192 +msgid "Link nr. 2" +msgstr "لینک شماره 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:193 +msgid "Link nr. 3" +msgstr "لینک شماره 3" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:194 +msgid "Link nr. 4" +msgstr "لینک شماره 4" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:195 +msgid "Link nr. 5" +msgstr "لینک شماره 5" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:196 +msgid "Socials display" +msgstr "نمایش اجتماعی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:198 +msgid "Make Site Header a Link" +msgstr "سربرگ سایت را لینک دار کن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:199 +msgid "Breadcrumbs" +msgstr "Ů…Ůارد جزئی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:200 +msgid "Pagination" +msgstr "صŮحه بندی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:201 +msgid "Mobile view" +msgstr "نمایش در ŘŞŮ„Ůن همراه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:202 +msgid "FavIcon" +msgstr "ŮاŮآیکن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:203 +msgid "Custom CSS" +msgstr "CSS ŘłŮارشی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:204 +msgid "Custom JavaScript" +msgstr "JavaScript ŘłŮارشی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:205 +msgid "SEO Settings" +msgstr "تنظیمات سئŮ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:222 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "با عرض ŮľŮزش ŘŚ ŮŮ„ŰŚ شما دسترسی کاŮŰŚ برای دسترسی به این صŮحه را ندارید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:232 +msgid "Mantra settings updated successfully." +msgstr "به رŮز رسانی تنظیمات قالب با Ů…ŮŮŮ‚ŰŚŘŞ اتمام یاŮŘŞ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:243 +msgid "Reset to Defaults" +msgstr "بازنشاندن تنظیمات پیش Ůرض" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:244 +msgid "Save Changes" +msgstr "ذخیره تغییرات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:258 +#, fuzzy +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " +msgstr "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:273 +msgid "Import/Export Settings" +msgstr "تنظیمات برŮن ریزی / درŮن ریزی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:279 +msgid "Export Theme options" +msgstr "برŮن ریزی تنظیمات قالب" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:280 +msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" +msgstr "این کار بسیان آسان است . با ŰŚÚ© Ú©Ů„ŰŚÚ© ماŮŘł Ů…ŰŚŘŞŮانید تمام تنظیمات قالب را برŮن ریزی کنید ٠در کامپیŮتر Ř®ŮŘŻ ان را ذخیره کنید! احساس امنیت نمیکنید Řź پس این کار را حتما انجام دهید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:285 +msgid "Import Theme options" +msgstr "درŮن ریزی تنظیمات قالب" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:286 +msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." +msgstr "شما Ů…ŰŚŘŞŮانید به آسانی تنظیمات اصلی قالب را از ŰŚÚ© سایت دیگر درŮن ریزی کنید. با این کار دیگر مجبŮر نیستید در هر ŘŻŮعه تمام تنظیمات را انجام دهید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:293 +msgid "Mantra Latest News" +msgstr "آخرین اخبار قالب Mantra" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:304 +msgid "No news items." +msgstr "هنŮر خبری ارسال نشده است ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:318 +msgid "Mantra Help" +msgstr "راهنمای قالب" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:321 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - نیاز به راهنمایی بیشتر در Ů…Ůرد قالب Ů Ůردپرس دارید Řź
      • \n" +"\t\t\t\t
      • - آیا Ů…ŰŚŘ®Ůاهید تغییراتی که انجام دادید در ŮرÚن جدید هم اعمال Ř´ŮŘŻ Řź
      • \n" +"\t\t\t\t
      • - Ů…Ř´Ú©Ů„ŰŚ ŮجŮŘŻ دارد یا چیزی مطابق آنچه انتظار میرŮŘŻ کار نمیکند Řź
      • \n" +"\t\t\t\t
      • - آیا ایده ای برای بهتر شدن قالب منترا دارید Řź
      • \n" +"\t\t\t\t
      • - آیا Ů…ŰŚŘ®Ůاهید تنظیمات اجرا Ř´ŮŘŻŘź
      • \n" +"\t\t\t\t
      • - آیا شما ŘŻŮست دارید ترجمه ای بهتر برای قالب مانترا بسازید؟
      • \n" +"\t\t\t
      \n" +"\t\t\t

      صŮحه پشتیبانی مانترا را ببینید.

      \n" +"\t" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/main.php:332 +msgid "Mantra Support Page" +msgstr "صŮحه پشتیبانی قالب مانترا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "ŰŚÚ© ستŮن ( بدŮن ساید بار )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "د٠ستŮن ( سایدبار سمت راست )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "د٠ستŮن ( سایدبار سمت چپ )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "سه ستŮن ŘŚ ساید بار سمت چپ ٠ساید بار سمت راست " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "سه ستŮن ŘŚ سایدبار سمت چپ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "سه ستŮن ŘŚ ساید بار در هر طرŮŰŚ باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:81 +msgid "Choose your layout " +msgstr "طرح Ř®ŮŘŻ را انتخاب کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:89 +msgid "Absolute" +msgstr "Absolute" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:89 +msgid "Relative" +msgstr "Relative" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "استŮاده در ابعاد :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:189 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:209 +msgid "Content =" +msgstr "Ů…Ř­ŘŞŮا =" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:190 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "ساید بار (ها) =" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:191 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:211 +msgid "Total width =" +msgstr "عرض Ú©Ů„ =" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" +"انتخاب کنید عرض Ů…Ř­ŘŞŮا ٠سایدبار (s). \n" +" \t\tعرض Ů…Ř­ŘŞŮا نمیتŮاند کمتر از 500 پیکسل باشد. Ů…Ř­ŰŚŘ· سایدبار باید بیشتر از 220 پیکسل ٠کمتر از 800 پیکسل باشد..
      \n" +"\tاگر شما طرح سه ستŮن را انتخاب کردید( همراه 2 سایدبار ) هر ŰŚÚ© آز آن ها نیمی از عرض انتخاب شده را ŘŞŘ´Ú©ŰŚŮ„ میدهد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" +"انتخاب کنید عرضمحتŮا را ٠سایدبار(ها). \n" +" \t\tاین ابعاد تقریبا نسبی است. نسبت به مرŮرگر کاربر است. عرض Ú©Ů„ŰŚ درصدی است که به نسبت مرŮرگر کاربر نمایش داده Ů…ŰŚŘ´ŮŘŻ..
      \n" +"\t در حالی که عرض Ů…Ř­ŘŞŮا نمیŮانید کمتر از 40 درصد باشد. عرض سایدبار باید بیشتر از 20 درصد ٠کمتر از 50 درصد باشد..
      \n" +"\tاگر شما طرح بندی را به صŮرت سه ستŮنه انتخاب کردید ( همراه 2 سایدبار ) آن د٠هر کدام نیمی از عرض انتخاب شده را ŘŞŘ´Ú©ŰŚŮ„ میدهد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:244 +msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be = " +msgstr "ارتŮاع سبرگ را مشخص کنید. سپس تنظیمات را ذخیره کنید ٠به قسمت بارگذاری سربرگ برŮŰŚŘŻ ٠سربرگ جدید را بارگذاری کنید. ارتŮاع سربرگ جدید مساŮŰŚ با عدد مقابل Ů…ŰŚŘ´ŮŘŻ =" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:257 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:969 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1031 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1353 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1415 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1623 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1652 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1675 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1698 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1747 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1876 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1891 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1906 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1921 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1963 +msgid "Enable" +msgstr "Ůعال" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:257 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:969 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1031 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1353 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1415 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1623 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1652 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1675 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1698 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1747 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1876 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1891 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1906 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1921 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1963 +msgid "Disable" +msgstr "غیرŮعال" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" +"\t\ttext and images." +msgstr "ابزار front-page را Ůعال کنید.صŮحه انتخابی شما به عنŮان صŮحه خانگی شما ٠جایگزین تمام صŮحه ها Ů…ŰŚŘ´ŮŘŻ.این شامل اسلایدرها ŘŚ ستŮن ها ŘŚ نŮشته Ů ŘąÚ©Řł ها Ů…ŰŚŘ´ŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "ابعاد اسلایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:276 +msgid "width" +msgstr "عرض" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:277 +msgid "height" +msgstr "Ř·ŮŮ„" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:278 +msgid "The dimensions of your slider. Make sure your images are of the same size." +msgstr "ابعاد اسلایدر شما . اطمینان حاصل کنید ابعاد ŘąÚ©Řł های شما هم در همین ابعاد باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:280 +msgid "Animation:" +msgstr "انیمیشن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "Random" +msgstr "تصادŮŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "Fold" +msgstr "Fold" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "Fade" +msgstr "Fade" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SlideInRight" +msgstr "SlideInRight" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SlideInLeft" +msgstr "SlideInLeft" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SliceDown" +msgstr "SliceDown" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "SliceDownLeft" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SliceUp" +msgstr "SliceUp" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "SliceUpLeft" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SliceUpDown" +msgstr "SliceUpDown" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "SliceUpDownLeft" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "BoxRandom" +msgstr "BoxRandom" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "BoxRain" +msgstr "BoxRain" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "BoxRainReverse" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "BoxRainGrow" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "BoxRainGrowReverse" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "سایدبار شما دارای این جلŮه های اثرگذار است" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:292 +msgid "Border Settings:" +msgstr "تنظیمات قاب : " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:293 +msgid "Width" +msgstr "عرض" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:294 +msgid "Color" +msgstr "رنگ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "عرض ٠رنگ قاب اسلایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:298 +msgid "Animation Time:" +msgstr "زمان انیمیشن :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:299 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "Ů…ŰŚŮ„ŰŚ ثانیه (1000ms = 1 ثانیه)" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "در این زمان جابه جایی به صŮرت انیمیشن صŮرت میگرید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:302 +msgid "Pause Time:" +msgstr "زمان ŘŞŮŮ‚Ů:" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "در زمان ŘŞŮق٠نیز اسلایدر قابل مشاهده ٠استŮاده میباشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:307 +msgid "Slider navigation:" +msgstr "اسلایدر Ú©Ř´ŮŰŚŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:309 +msgid "Numbers" +msgstr "شماره ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:309 +msgid "Bullets" +msgstr "ÚŻŮ„Ůله ŘŞŮپی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:309 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1259 +msgid "None" +msgstr "هیچ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "نŮŘą اسلایدر Ú©Ř´ŮŰŚŰŚ شما . این اسلایدر در زیر اسلایدر اصلی نمایش داده Ů…ŰŚŘ´ŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:319 +msgid "Slider arrows:" +msgstr "پیکان اسلایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:321 +msgid "Always Visible" +msgstr "همیشه قابل نمایش باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:321 +msgid "Visible on Hover" +msgstr "قابل مشاهده در زمان قرار گیری ماŮŘł ر٠آن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:321 +msgid "Hidden" +msgstr "پنهان" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "ŮŮ„Ř´ های ŮľÚ† ٠راست در اسلایدر شما" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:370 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:438 +msgid "Select Category" +msgstr "انتخاب دسته بندی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Custom Slides" +msgstr "اسلاید ŘłŮارشی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Latest Posts" +msgstr "آخرین نŮشته ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Random Posts" +msgstr "نŮشته های تصادŮŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Sticky Posts" +msgstr "نŮشته های مهم" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "آخرین نŮشته ها از دسته بندی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "نŮشته های تصادŮŰŚ از دسته بندها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:397 +msgid "Specific Posts" +msgstr "نŮشته های خاص" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "آخرین نŮشته هایی که در اسلایدر بارگذاری Ů…ŰŚŘ´Ůند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "نŮشته های تصادŮŰŚ که در اسلایدر بارگذاری Ů…ŰŚŘ´Ůند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "آخرین نŮشته ها از دسته بندی انتخابی شما ٠بارگذاری آن در اسلایدر." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:423 +msgid "Random posts from the category you choose will be loaded into the slider." +msgstr "نŮشته های تصادŮŰŚ از دسته بندی انتخابی شما ٠بارگذاری آن در اسلایدر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr " نŮشته های مهم Ů Ů„ŮŘŻ آن در اسلایدر " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "لیست از آیدی پست های شما برای نمایش. ( با کاما جدا کنید )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "
      انتخاب از دسته بندی ها :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "تعداد پست ها برای نمایش :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:460 +msgid "Slide 1" +msgstr "اسلاید 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:464 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:479 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:494 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:509 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:524 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:567 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:582 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:597 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "بارگذاری یا انتخاب ŘąÚ©Řł از گالری" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:465 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:480 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:495 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:510 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:525 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:568 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:583 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:613 +msgid "Title" +msgstr "عنŮان" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:467 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:482 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:497 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:512 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:527 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:570 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:585 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:600 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:615 +msgid "Text" +msgstr "نŮشته" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:475 +msgid "Slide 2" +msgstr "اسلاید 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:490 +msgid "Slide 3" +msgstr "اسلاید 3" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:505 +msgid "Slide 4" +msgstr "اسلاید 4" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:520 +msgid "Slide 5" +msgstr "اسلاید 5" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:533 +msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." +msgstr "Ů…Ř­ŘŞŮای اسلایدر شما. ŮŮ‚Ř· تصŮیر Ů…Ůرد نیاز است. ŮŰŚŮ„ŘŻ های دیگر به صŮرت اختیاری است. اسلایدر تنها با ŘąÚ©Řł انتخاب شده Ůعال Ů…ŰŚŘ´ŮŘŻ ٠قابل نمایش بر رŮŰŚ اسلایدر Ůعال است.." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:543 +msgid "Number of columns:" +msgstr "تعداد ستŮن ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:553 +msgid "Image Height:" +msgstr "ارتŮاع تصŮیر:" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:556 +msgid "Read more text:" +msgstr "Ř®Ůاندن ادامه مطلب:" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:559 +msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." +msgstr "متن لینک داری که در پایین ستŮن ها نمایش داده Ů…ŰŚŘ´ŮŘŻ. شما Ů…ŰŚŘŞŮانید تمام نŮشته ها را در صŮرتی که تمایلی به این کار ندارید حذ٠کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:563 +msgid "1st Column" +msgstr "ستŮن اŮŮ„" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:578 +msgid "2nd Column" +msgstr "ستŮن ŘŻŮŮ…" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:593 +msgid "3rd Column" +msgstr "ستŮن ŘłŮŮ…" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:608 +msgid "4th Column" +msgstr "ستŮن چهارم" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:630 +msgid "Extra Text" +msgstr "متن های اضاŮه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:630 +msgid "Top Title" +msgstr "عنŮان بالا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:632 +msgid "Second Title" +msgstr "عنŮان ŘŻŮŮ…" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:635 +msgid "Title color" +msgstr "رنگ عنŮان" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "رنگ عنŮان (مقدار پیش Ůرض 333ŘŚ333 است)." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "نŮشته دکمه 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "نŮشته دکمه 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"نŮشته بیشتر برای پایین صŮحه شما. بالاترین نŮشته بالای اسلایدر قرار دارد، عنŮان ŘŻŮŮ… میان اسلایدر ٠ستŮن ٠د٠ستŮن بیشتر از نŮشته زیر ستŮن ها است. .\n" +"\t\t تمام این ها اختیاری میباشد. اگر بخŮاهید Ů…ŰŚŘŞŮانید آن ها را خالی بگذارید. " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:651 +msgid "Hide areas" +msgstr "پنهان کردن مناطق" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "پنهان کردن Ů…Ř­ŰŚŘ· سربرگ ( ŘąÚ©Řł یا رنگ بک گراند )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "پنهان کردن منŮŰŚ اصلی ( منŮŰŚ Ú©Ř´ŮŰŚŰŚ بالا ) " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "پنهان کردن ابرارک های پاصŮحه." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "پنهان کردن پاصŮحه ( Ů…Ř­ŰŚŘ· کپی رایت )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "پنهان کردن رنگ ŘłŮŰŚŘŻ. ŮŮ‚Ř· رنگ بکگراند باقی میماند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "Ů…Ř­ŰŚŘ·ŰŚ که Ů…ŰŚŘ®Ůاهید در صŮحه اŮŮ„ پنهان Ř´ŮŘŻ را انتخاب کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:703 +msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." +msgstr "Ů‚Ů„Ů…ŰŚ را که Ů…ŰŚŘ®Ůاهید در Ůبلاگ Ř®ŮŘŻ از آن استŮاده کنید انتخاب کنید.این تغییرات در صŮحات ŘŚ نŮشته ها ٠نظرات اعمال Ů…ŰŚŘ´ŮŘŻ.دکمه ها ŘŚ منŮŰŚ سایدبار ٠سربرگ ŘŞŘ­ŘŞ تاثیر قرار نمیگیریند. " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:747 +msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " +msgstr "Ů‚Ů„Ů…ŰŚ را که Ů…ŰŚŘ®Ůاهید از آن در Ůبلاگ Ř®ŮŘŻ استŮاده کنید انتخاب کنید. تمامی Ů…Ř­ŘŞŮاهای متنی ŘŞŘ­ŘŞ تاثیر این تغییرات قرار میگیریند. ( از جمله دکمه های من٠)" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:748 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:797 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:848 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:899 +msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "یا Ů‚Ů„Ů…ŰŚ از ÚŻŮÚŻŮ„ انتخاب کنید ٠در زیر قرار دهید. Ů„Ř·Ů ŮŮ‚Ř· Ůارد کنید نامŮŮŘŞ را.
      مثال: برای انتخاب ŰŚÚ© ŮŮنت برŮŰŚŘŻ به ÚŻŮÚŻŮ„ ŮŮنت برای انتخاب ŮŮنت های استاندارد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:795 +msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." +msgstr "Ů‚Ů„Ů…ŰŚ که Ů…ŰŚŘ®Ůاهید به عنŮان Ů‚Ů„Ů… \"عنŮان\" قرار بگیرد را انتخاب کنید. این تغییر به عنŮان صŮحات ٠نŮشته ها اعمال Ů…ŰŚŘ´ŮŘŻ. با زدن دکمه پیش Ůرض Ů‚Ů„Ů…ŰŚ که به صŮرت عمŮŮ…ŰŚ انتخاب کردید در اینجا نیز Ů…Ůرد استŮاده قرار میگیرد ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:846 +msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." +msgstr "Ů‚Ů„Ů…ŰŚ را که Ů…ŰŚŘ®Ůاهید در سایدبار(ها) از آن استŮاده کنید انتخاب کنید.تغییرات در تمام سایدبارها از جمله ابزارک ها اعمال Ů…ŰŚŘ´ŮŘŻ.با زدن دکمه پیش Ůرض Ů‚Ů„Ů…ŰŚ که به صŮرت عمŮŮ…ŰŚ انتخاب کردید در اینجا نیز Ů…Ůرد استŮاده قرار میگیرد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:897 +msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." +msgstr "ŮŮنتی که Ů…ŰŚŘ®Ůاهید در ساب هیدر Ů…Ůرد استŮاده قرار بگیرد را انتخاب کنید. ( درتگ های اچ 2 ٠اچ 6 اعمال Ů…ŰŚŘ´ŮŘŻ. )با زدن دکمه پیش Ůرض Ů‚Ů„Ů…ŰŚ که به صŮرت عمŮŮ…ŰŚ انتخاب کردید در اینجا نیز Ů…Ůرد استŮاده قرار میگیرد " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:909 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:924 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:984 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:999 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1014 +msgid "Default" +msgstr "پیش Ůرض" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:917 +msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "سایز Ů‚Ů„Ů… سربرگ نŮشته ها . با زدن دکمه پیش Ůرض تنظیمات عادی اعمال Ů…ŰŚŘ´Ůند. ( سایز در Ůایل سی اس اس تنظیم شده است. )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:932 +msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "سایز Ů‚Ů„Ů… سایدبار. ( سایز در Ůایل سی اس اس تنظیم شده است. )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1714 +msgid "Left" +msgstr "چپ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1714 +msgid "Right" +msgstr "راست" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 +msgid "Justify" +msgstr "تراز کردن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:939 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1714 +msgid "Center" +msgstr "Ůسط" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:947 +msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "این تراز بندی ŘŻŮ„Ř®Ůاه برای Ů…ŘŞŮن را تنظیم میکند. با زدن دکمه پیش Ůرض تنظیمات اŮلیه اعمال Ů…ŰŚŘ´Ůند. ( این تراز بندی همانطŮر ÚŻŮته که ÚŻŮته Ř´ŘŻ در نŮشته ها ŘŚ نظرات ٠غیره اعمال Ů…ŰŚŘ´ŮŘŻ. ) " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "مقدار ت٠رŮŘŞÚŻŰŚ را برای پاراگرا٠های Ř®ŮŘŻ انتخاب کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "غیرŮعال کردن ت٠رŮŘŞÚŻŰŚ پیش Ůرض برای سربرگ عنŮان ها ( مارجین سمت چپ )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:992 +msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "ارتŮاع خط متن. ارتŮاع آن بین 2 ستŮن از نŮشته هاست. برای اعمال تنظیمات ŘŻŮ„Ř®Ůاه پیش Ůرض را Ú©Ů„ŰŚÚ© کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1007 +msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Ůاصله میان کلمات.برای بازگشت به تنظیمات اŮلیه پیش Ůرض را Ú©Ů„ŰŚÚ© کنید. ( از سی اس اس قابل تغییر است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1022 +msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "Ůاصله میان حرŮŮ. برای بازگشت به تنظیمات اŮلیه پیش Ůرض را Ú©Ů„ŰŚÚ© کنید. ( از سی اس اس قابل تغییر است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "غیرŮعال کردن سایه پیش Ůرض در سربرگ ٠عناŮین" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "رنگ پس زمینه ( به صŮرت پیش Ůرض 44444 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1059 +msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." +msgstr "رنگ پس زمینه سربرگ ( به صŮرت پیش Ůرض 333333 است ) شما Ů…ŰŚŘŞŮانید تمام متن ها را پاک کنید تا پس زمینه رنگی نداشته باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1066 +msgid "Content background color (Default value is FAFAFA). Works best with really light colors." +msgstr "رنگ پس زمینه Ů…Ř­ŘŞŮابهترین حالت ترکیب با رنگ رŮشن است.رنگ پیش Ůرض : FAFAFA" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1073 +msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." +msgstr "رنگ پس زمینه منŮŰŚ اصلی باید برای بک گراند باید از چند رنگ یا از رنگ رŮشن استŮاده کرد.رنگ پیش Ůرض : FAFAFA " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1081 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "رنگ پس زمینه Ů…Ř­ŰŚŘ· ابزارک پاصŮحه.( رنگ پیش Ůرض : 171717 )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1089 +msgid "Footer background color (Default value is 222222)." +msgstr "رنگ پس زمینه پاصŮحه ( رنگ پیش Ůرض 222222 است. )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1097 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "رنگ عنŮان بلاگ ( ها ) شما رنگ پیش Ůرض : 0D85CC" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1105 +msgid "Your blog's description color(Default value is 222222)." +msgstr "رنگ ŘŞŮضیحات Ůبلاگ شما ( رنگ پیش Ůرض 222222 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1113 +msgid "Content Text Color (Default value is 333333)." +msgstr "رنگ نŮشته Ů…Ř­ŘŞŮا ( رنگ پیش Ůرض 333333 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1121 +msgid "Links color (Default value is 0D85CC)." +msgstr "رنگ لینک ها ( رنگ پیش Ůرض 0D85CC است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1129 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "رنگ لینک زمان قرار گیری ماŮŘł رŮŰŚ آن ها ( پیش Ůرض 333333 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1137 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "رنگ نŮشته سربرگ نŮشته ها (رنگ پیش Ůرض 333333 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1145 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "رنگ نŮشته سربرگ نŮشته ها زمان قرار گیری ماŮŘł رŮŰŚ آن ها ( پیش Ůرض 000000 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1153 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "رنگ پس زمینه سربرگ سایدبار ( رنگ پیش Ůرض 444444 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1162 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "رنگ نŮشته سربرگ سایدبار ( رنگ پیش Ůرض 444444 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1170 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "رنگ نŮشته های ابزارک پا صŮحه ( رنگ پیش Ůرض 0D85CC است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1178 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "رنگ لینک های ابزارک پاصŮحه ( رنگ پیش Ůرض 666666 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1186 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "رنگ لینک های ابزارک پاصŮحه زمان قرار گیری ماŮŘł ر٠یان ها ( پیش Ůرض 888888 است )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1259 +msgid "White" +msgstr "ŘłŮŰŚŘŻ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 +msgid "Light" +msgstr "رŮشن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 +msgid "Light Gray" +msgstr "خاکستری رŮشن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1259 +msgid "Gray" +msgstr "خاکستری" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 +msgid "Dark Gray" +msgstr "خاکستری تیره" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1198 +msgid "Black" +msgstr "Ů…Ř´Ú©ŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1206 +msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." +msgstr "این تنظیمات نŮŘą نمایش ŘŞŮضیحات ŘąÚ©Řł را تغییر میدهد.ŘąÚ©Řł هایی که دارای ŘŞŮضیحات نیستند اعمال نمیشŮند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1222 +msgid "The border around your inserted images. " +msgstr "قاب برای اطر٠عکس هایی که قرار دادید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1237 +msgid "The image on top of your captions. " +msgstr "ŰŚÚ© ŘąÚ©Řł برای بالای ŘŞŮضیحات شما" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1252 +msgid "The sidebar list bullets. " +msgstr "ÚŻŮ„Ůله ŘŞŮپی سایدبار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1267 +msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" +msgstr "پس زمینه برای Ů…Ř­ŰŚŘ· متای پست ها ( زیر عنŮان پست ها ) . به Ř·Ůر پیش Ůرض رنگ خاکستری در نظر گرŮته شده.<" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1275 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1291 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1308 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1323 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1338 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1368 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1399 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1442 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1457 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1472 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1487 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1502 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1517 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1532 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1547 +msgid "Show" +msgstr "نمایش" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1275 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1291 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1308 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1323 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1338 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1368 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1399 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1442 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1457 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1472 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1487 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1502 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1517 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1532 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1547 +msgid "Hide" +msgstr "پنهان کردن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1283 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "نمایش یا عدم نمایش خط اŮŮ‚ŰŚ برای جدا کردن پست ها از هم." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1299 +msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." +msgstr "نمایش یا عدم نمایش ÚŻŮ„Ůله های ŘŞŮپی به صŮرت لیست در ناحیه Ů…Ř­ŘŞŮا ( نŮشته ها ŘŚ صŮحات ٠غیره . . .)" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1316 +msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." +msgstr "نمایش یا عدم نمایش عنŮان Ů ŘŞŮضیحات در سربرگ اصلی ( اگر شما سربرگ ŘłŮارشی شده دارید که دارای نŮشته Ů ŘąÚ©Řł است این گزینه پیشنهاد Ů…ŰŚŘ´ŮŘŻ. )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1331 +msgid "Hide or show Page titles on any created pages. " +msgstr "نمایش یا عدم نمایش عنŮان ها در هر صŮحه ساخته شده. " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1346 +msgid "Hide or show Page titles on Category Pages. " +msgstr "نمایش یا عدم نمایش عنŮان ها در صŮحات دسته بندی. " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1361 +msgid "Hide table borders and background color." +msgstr "Ů…Ř®ŮŰŚ کردن قاب جدŮŮ„ ها در رنگ پس زمینه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1376 +msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." +msgstr "Ů…Ř®ŮŰŚ کردن متن ŘŞŮضیحات در زیر Ůرم ارسال نظرات (starts with شما Ů…ŰŚŘŞŮانید از کدهای اچ ŘŞŰŚ ام ال هم استŮاده کنید:...)." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 +msgid "Hide in posts" +msgstr "Ů…Ř®ŮŰŚ کردن در پست ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 +msgid "Hide in pages" +msgstr "Ů…Ř®ŮŰŚ کردن در صŮحات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1383 +msgid "Hide everywhere" +msgstr "پنهان کردن در همه جا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1391 +msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." +msgstr "Ů…Ř®ŮŰŚ کردن متن نظرات بسته شده این متن به صŮرت پیش Ůرض در زمانی که نظرات در نŮشته ها یا صŮحات بسته شده باشد نمایش داده Ů…ŰŚŘ´ŮŘŻ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1407 +msgid "Hide the Comments off text next to posts that have comments disabled." +msgstr "Ů…Ř®ŮŰŚ کردن متن نظرات خامŮŘ´ این متن Ů…Ůاقعی نمایش داده Ů…ŰŚŘ´ŮŘŻ که نظرات غیرŮعال باشند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1423 +msgid "Enable the Back to Top button. The button appears after scrolling the page down." +msgstr "Ůعال کردن بازگشت به بالا. این دکمه بعد از اسکرŮŮ„ در پایین صŮحه نمایش داده Ů…ŰŚŘ´ŮŘŻ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1430 +msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." +msgstr "قرار دادن نŮشته یا Ú©ŘŻ اچ ŘŞŰŚ ام ال ŘłŮارشی که در آخر پاصŮحه نمایش داده Ř´ŮŘŻ..
      شما Ů…ŰŚŘŞŮانید با استŮاده از اچ ŘŞŰŚ ام ال لینک های ŘŚ ŘąÚ©Řł ها یا کارکتر های ŘłŮارشی Ř®ŮŘŻ را در پاصŮحه قرار دهید. Ů…Ř«Ů„ : © ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1450 +msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "نمایش یا عدم نمایش دیدگاهتان را بنŮیسید یا x نظردر نŮشته های برگزیده ٠عادی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1465 +msgid "Hide or show the post date." +msgstr "نمایش یا عدم نمایش تاریخ نŮشته ها" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1480 +msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." +msgstr "نمایش ساعت ارسال پست همرا با تاریخ. اگر تاریخ نŮشته را غیرŮعال کرده باشید این گزینه کاربردی ندارد!" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1495 +msgid "Hide or show the post author." +msgstr "نمایش یا پنهان کردن نŮیسنده پست." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1510 +msgid "Hide the post category." +msgstr "پنهان کردن دسته بندی پست." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1525 +msgid "Hide the post tags." +msgstr "پنهان کردن برچسب های نŮشته" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1540 +msgid "Hide the 'Bookmark permalink'." +msgstr "پنهان کردن پیŮند بŮÚ© مارک" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1555 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "پنهان کردن تمام متاهای نŮشته.تمام اطلاعات متا ٠ناحیه متا پنهان Ů…ŰŚŘ´ŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1568 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1583 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1599 +msgid "Excerpt" +msgstr "گلچین کردن" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1568 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1583 +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1599 +msgid "Full Post" +msgstr "نŮشته کامل" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1576 +msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "گزیده ها در صŮحه اصلی. ŮŮ‚Ř· نŮشته های استاندارد ŘŞŘ­ŘŞ تاثیر قرار میگیرند. تمام نŮشته های دیگر که قالب Ř®ŮŘŻ را دارند Ů…Ř«Ů„ ( نŮار کنار ŘŚ تصاŮیر ŘŚ ÚŻŮŘŞÚŻŮ ŘŚ نقل Ů‚ŮŮ„ Ů ...) ŘŞŘ­ŘŞ تاثیر این تغییر قرار نخŮاهند گرŮŘŞ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1591 +msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " +msgstr "اگر شما ŘŻŮست دارید نŮشته های سنجاق شده ٠مهم صŮحه اصلی را کاملا یا ŮŮ‚Ř· گزیده های آن ها در بر بگیرد ٠قابل نمایش باشد این گزینه را انتخاب کنید. " + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1607 +msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." +msgstr "گزیده ها در ارشی٠، دسته بندی ŘŚ صŮحه جستج٠بالاتر از همه قرار بگیرند. ŮŮ‚Ř· پست های استاندارد ŘŞŘ­ŘŞ تاثیر قرار میگیرند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1615 +msgid "" +"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1631 +msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." +msgstr "Ůعال کردن طرح بندی مجله ای. در این طرح بندی پست ها ٠صŮحات با هم نمایش داده Ů…ŰŚŘ´Ůند ٠در هر سطر د٠پست نمایش داده Ů…ŰŚŘ´ŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1638 +msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." +msgstr "جایگزین کردن 3 نقطه ('[...])'که به Ř·Ůر Ř®Ůدکار به گزیده ها اضŮه Ů…ŰŚŘ´Ůند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1645 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "Ůیرایش ' ادامه مطلب' لینک ها به گزیده ŰŚ پست ها اضŮه Ů…ŰŚŘ´Ůند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1660 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "ŘŞŮسط گزیده های پیش Ůرض Ůردپرس تمام ŘŞÚŻ های HTML پاک Ů…ŰŚŘ´Ůند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1691 +msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." +msgstr "نمایش ŘąÚ©Řł های ŮŰŚÚه در پست ها به صŮرت ŘąÚ©Řł های بند انگشتی. ŘąÚ©Řł باید در هنگام ارسال به عنŮان تصŮیر بند انگشتی انتخاب شده باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1706 +msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." +msgstr "نمایش اŮلین ŘąÚ©Řł قرار داده شده در پست به عنŮان تصŮیر بندانگشتی. اگر شما این گزینه را Ůعال کنید تصŮیر بند انشگتی از اŮلین تصŮیری که در پست Ř®ŮŘŻ استŮاده کردید انتخاب Ů…ŰŚŘ´ŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1722 +msgid "Thumbnail alignment." +msgstr "تراز بندی ŘŻŮ„Ř®Ůاه برای تصاŮیر بندانگشتی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1739 +msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." +msgstr "سایز تصŮیر بند انگشتی ( در پیکسل )به Ř·Ůر پیشŮرض ŘąÚ©Řł ها با اندازه Ú©ŮÚ†Ú© قرار میگیریند.اگر شما سایزی Ů…ŘŻ نظر دارید به سیسم بدهید تا به صŮرت Ř®Ůدکار ŘąÚ©Řł شما بریده ٠به سایز ŘŻŮ„Ř®Ůاه شما تبدیل Ř´ŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1755 +msgid "" +"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." +msgstr "" +"نمایش ŘąÚ©Řł های برتر در سربرگ. سربرگ Ůعلی با ŘąÚ©Řł برتر انتخاب شده جایگزین Ů…ŰŚŘ´ŮŘŻ اگه در نŮشته هایتان ŘąÚ©Řł را مشخص کرده باشید.\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1776 +msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" +msgstr "شبکه اجتماعی Ů…Ůرد نظر Ř®ŮŘŻ را از منŮŰŚ Ú©Ř´ŮŰŚŰŚ سمت ŮľÚ† انتخاب کنید ٠آدرس مربŮŘ· به پرŮŮایل Ř®ŮŘŻ را در ŮŰŚŮ„ŘŻ ŮرŮŘŻŰŚ سمت راست Ůارد کنید.(مثال: http://www.facebook.com/yourname )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1790 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "شما Ů…ŰŚŘŞŮانید 5 سایت از شبکه های اجتماعی را با آدرس های مختل٠Ůارد کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1804 +msgid "There are a total of 27 social networks to choose from. " +msgstr "این ها تمام 27 شبکه اجتماعی Ů…ŮجŮŘŻ برای انتخاب کردن شماست." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1818 +msgid "You can leave any number of inputs empty. " +msgstr "شما Ů…ŰŚŘŞŮانید تعدادی از Ůیلدهای ŮرŮŘŻŰŚ را خالی بگذارید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1832 +msgid "You can choose the same social media any number of times. " +msgstr "شما Ů…ŰŚŘŞŮانید هر تعدادی که Ů…ŰŚŘ®Ůاهید رسانه ای اجتماعی را انتخاب کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1863 +msgid "Choose the areas where to display the social icons." +msgstr "انتخاب کنید ناحیه ای که ŘŻŮست دارید آیکن های اجتماعی در آن جا نمایش داده Ř´Ůند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1884 +msgid "Make the site header into a clickable link that links to your index page." +msgstr "Ů…ŰŚŘŞŮانید سربرگ سایت را لینک دار کنید. آدرس لینک ŘŚ صŮحه اصلی سایت شما Ř®Ůاهد بŮŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1899 +msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." +msgstr "نمایش نŮار پیمایش در بالای Ů…Ř­ŰŚŘ· Ů…Ř­ŘŞŮا. نŮار راهنمای ابزاری است که مکان Ůعلی شخص در سایت را به ا٠نمایش میدهد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1914 +msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " +msgstr "نمایش شماره بندی صŮحات. در مکان های که بیشتر از ŰŚÚ© صŮحه ŮجŮŘŻ داشته باشد, امکان دسترسی به در پایین صŮحه قرار میگیرد ٠پست های Ů‚ŘŻŰŚŮ…ŰŚ تر ٠پست های جدیدتر را آسان میکند." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1929 +msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " +msgstr "Ůعال کردن نمایش به صŮرت ŘŞŮ„Ůن همراه . در این نمایش Ř®ŮŘŻ قالب پاسخگ٠خŮاهد بŮŘŻ. ابعاد ٠سایر قالب به ÚŻŮنه ای تغییر میکند که به راحتی در دستگاه ŘŞŮ„Ůن همراه قابل نمایش باشد." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1939 +msgid "Upload or select favicon from gallery" +msgstr "بارگذاری یا انتخاب ŮاŮآیکن از گالری" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1943 +msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " +msgstr "Ů…Ř­ŘŻŮŘŻŰŚŘŞ ها : Ůایل باید حتما به صŮرت ŘąÚ©Řł باشد. باید حداکثر در سایز 64 پیکسل در 64 پیکسل باشد. بهترین Ůرمت ŘąÚ©Řł : .png , .ico" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1951 +msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme." +msgstr "CSS ŘłŮارشی Ř®ŮŘŻ را در اینجا قرار بدید.هر اعلان استایلی بر رŮŰŚ استایل Mantra ر٠نŮیسی Ů…ŰŚŘ´ŮŘŻ.( تمام تنظیمات ŘłŮارشی پیشرŮته در تنظیمات قالب آماده است. )CSS ŘłŮارشی شما حتما پس از به رŮز رسانه قالب هم Ř­Ůظ Ř®Ůاهد Ř´ŘŻ." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1958 +msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software)." +msgstr "کدهای جاŮا اسکریپت ŘłŮارشی Ř®ŮŘŻ را در اینجا قرار دهید. ( ÚŻŮÚŻŮ„ آنالیز ٠هر Ř´Ú©Ů„ دیگر از نرم اŮزارهای آنالیزگر سایت )" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1971 +msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." +msgstr "Ůعال کردن قابلیت بهینه سازی سایت برای Ů…ŮŘŞŮر های جستجŮ. این Ů…Ůرد به صŮرت پیش Ůرض Ůعال است ٠شما ŮŮ‚Ř· Ů…ŰŚŘŞŮانید آن را غیرŮعال کنید. البته اگر از پلاگین های سئ٠استŮاده میکنید پیشنهاد میکنیم این گزینه را غیرŮعال کنید." + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1983 +msgid "Auto" +msgstr "Ř®Ůدکار" + +#: E:\Localhost\Blog\wp-content\themes\mantra/admin/settings.php:1983 +msgid "Manual" +msgstr "دستی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-functions.php:56 +msgid "Home Page" +msgstr "صŮحه خانگی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:146 +msgid "says:" +msgstr "Ů…ŰŚÚŻŮŰŚŘŻ :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:152 +msgid "Your comment is awaiting moderation." +msgstr "نظر شما در انتظار تایید ŘŞŮسط مدیریت سایت است." + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:159 +msgid "at" +msgstr "در" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:159 +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:176 +msgid "(Edit)" +msgstr "(Ůیرایش)" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:176 +msgid "Pingback: " +msgstr "پینگ بک :" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:213 +msgid "By " +msgstr "ŘŞŮسط" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:224 +msgid "Leave a comment" +msgstr "دیدگاهتان را بنŮیسید" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:224 +msgid "1 Comment" +msgstr "1 نظر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:224 +msgid "% Comments" +msgstr "% نظرات" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:247 +msgid " Bookmark the " +msgstr " Bookmark the " + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:247 +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:249 +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:251 +msgid "Permalink to" +msgstr "پیŮند یکتا به" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:247 +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:249 +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:251 +msgid "permalink" +msgstr "پیŮند یکتا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:249 +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:251 +msgid "Bookmark the " +msgstr "Bookmark the " + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:273 +msgid "« Older posts" +msgstr "« نŮشته های Ů‚ŘŻŰŚŮ…ŰŚ تر" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-loop.php:274 +msgid "Newer posts »" +msgstr "پست های جدیدتر »" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "صŮحه %s" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:91 +msgid "Primary Navigation" +msgstr "منŮŰŚ اŮŮ„ŰŚ" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:92 +msgid "Top Navigation" +msgstr "منŮŰŚ بالایی" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:93 +msgid "Footer Navigation" +msgstr "منŮŰŚ پاصŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:137 +msgid "mantra" +msgstr "مانترا" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:196 +msgid "Primary Widget Area - Sidebar 1" +msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ - سایدبار 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:198 +msgid "Primary widget area - Sidebar 1" +msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ - سایدبار 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:207 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… - سایدبار 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:209 +msgid "Secondary widget area - Sidebar 1" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… - سایدبار 1" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:218 +msgid "Third Widget Area - Sidebar 2" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… - سایدبار 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:220 +msgid "Third widget area - Sidebar 2" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… - سایدبار 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:229 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم - سایدبار 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:231 +msgid "Fourth widget area - Sidebar 2" +msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم - سایدبار 2" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:240 +msgid "First Footer Widget Area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:242 +msgid "First footer widget area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک اŮŮ„ Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:251 +msgid "Second Footer Widget Area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:253 +msgid "Second footer widget area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘŻŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:262 +msgid "Third Footer Widget Area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:264 +msgid "The third footer widget area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک ŘłŮŮ… Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:273 +msgid "Fourth Footer Widget Area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم Ů…Ř­ŰŚŘ· پایین صŮحه" + +#: E:\Localhost\Blog\wp-content\themes\mantra/includes/theme-setup.php:275 +msgid "The fourth footer widget area" +msgstr "Ů…Ř­ŰŚŘ· ابزارک چهارم Ů…Ř­ŰŚŘ· پایین صŮحه" + diff --git a/themes/mantra/languages/fr_FR.mo b/themes/mantra/languages/fr_FR.mo deleted file mode 100644 index ecb39df6..00000000 Binary files a/themes/mantra/languages/fr_FR.mo and /dev/null differ diff --git a/themes/mantra/languages/fr_FR.po b/themes/mantra/languages/fr_FR.po deleted file mode 100644 index e6628510..00000000 --- a/themes/mantra/languages/fr_FR.po +++ /dev/null @@ -1,2617 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra v2.3.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-02 15:49+0100\n" -"PO-Revision-Date: 2014-01-02 15:50+0100\n" -"Last-Translator: Luc Capronnier \n" -"Language-Team: Luc Capronnier \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr_FR\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" -"X-Generator: Poedit 1.5.7\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;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;esc_html;esc_html__;esc_html_e;esc_attr__;esc_attr_e\n" -"X-Poedit-Basepath: ..\n" -"X-Textdomain-Support: yes\n" -"X-Poedit-Language: French\n" -"X-Poedit-Country: FRANCE\n" -"X-Poedit-SearchPath-0: .\n" - -# @ mantra -#: 404.php:17 -msgid "Not Found" -msgstr "Non trouvĂ©" - -# @ mantra -#: 404.php:19 -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "DĂ©solĂ©, la page que vous demandez n'a pu ĂŞtre trouvĂ©e. Une recherche peut ĂŞtre utile." - -# @ mantra -#: archive.php:27 -#, php-format -msgid "Daily Archives: %s" -msgstr "Archives journalières: %s" - -# @ mantra -#: archive.php:29 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Archives mensuelles: %s" - -# @ mantra -#: archive.php:29 -msgctxt "monthly archives date format" -msgid "F Y" -msgstr "F Y" - -# @ mantra -#: archive.php:31 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Archives annuelles: %s" - -# @ mantra -#: archive.php:31 -msgctxt "yearly archives date format" -msgid "Y" -msgstr "Y" - -# @ mantra -#: archive.php:33 -msgid "Blog Archives" -msgstr "Articles archivĂ©s" - -# @ mantra -#: archive.php:59 -#: author.php:75 -#: category.php:51 -#: content-frontpage.php:26 -msgid "Nothing Found" -msgstr "Aucun article trouvĂ©" - -# @ mantra -#: archive.php:63 -#: author.php:79 -#: category.php:55 -#: content-frontpage.php:30 -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "DĂ©solĂ©, l'archive demandĂ©e ne peut ĂŞtre trouvĂ©e. Essayez de rechercher un article en rapport avec elle." - -# @ mantra -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Retour Ă  %s" - -# @ mantra -#: attachment.php:29 -msgid "By" -msgstr "De" - -# @ mantra -#: attachment.php:33 -#, php-format -msgid "View all posts by %s" -msgstr "Voir tous les artciles de %s" - -# @ mantra -#: attachment.php:40 -msgid "Published" -msgstr "PubliĂ©" - -# @ mantra -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "Taille originelle de %s pixels" - -# @ mantra -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Lien vers l'image d'origine" - -# @ mantra -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:49 -#: content-gallery.php:75 -#: content-image.php:42 -#: content-link.php:49 -#: content-page.php:22 -#: content-quote.php:46 -#: content-status.php:48 -#: content.php:76 -msgid "Edit" -msgstr "Modifier" - -# @ mantra -#: attachment.php:100 -msgid "Continue reading" -msgstr "Lire la suite" - -# @ mantra -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:38 -#: content-gallery.php:65 -#: content-image.php:33 -#: content-link.php:38 -#: content-page.php:21 -#: content-quote.php:36 -#: content-status.php:39 -#: content.php:49 -#: content.php:65 -msgid "Pages:" -msgstr "Pages:" - -# @ mantra -#: author.php:29 -#, php-format -msgid "Author Archives: %s" -msgstr "Archives par auteur: %s" - -# @ mantra -#: author.php:50 -#, php-format -msgid "About %s" -msgstr "A propos de %s" - -# @ mantra -#: category.php:20 -#, php-format -msgid "Category Archives: %s" -msgstr "Archives par catĂ©gorie: %s" - -# @ mantra -#: comments.php:18 -msgid "This post is password protected. Enter the password to view any comments." -msgstr "Cet article est protĂ©gĂ© par un mot de passe. Donner le mot de passe pour voir les commentaires." - -# @ mantra -#: content-aside.php:16 -#: content-chat.php:16 -#: content-gallery.php:19 -#: content-gallery.php:56 -#: content-image.php:15 -#: content-link.php:16 -#: content-quote.php:14 -#: content-status.php:15 -#: content.php:20 -#, php-format -msgid "Permalink to %s" -msgstr "Permalien vers %s" - -# @ mantra -#: content-aside.php:20 -msgid "Aside" -msgstr "En passant" - -# @ mantra -#: content-aside.php:38 -#: content-chat.php:37 -#: content-image.php:32 -#: content-link.php:37 -#: content-quote.php:35 -#: content-status.php:38 -msgid "Continue reading " -msgstr "Lire la suite " - -# @ mantra -#: content-aside.php:46 -#: content-chat.php:45 -#: content-gallery.php:72 -#: content-image.php:39 -#: content-link.php:45 -#: content-quote.php:43 -#: content-status.php:46 -#: content.php:74 -msgid "Tagged" -msgstr "Avec mots-clefs" - -# @ mantra -#: content-chat.php:20 -msgid "Chat" -msgstr "Chat" - -# @ mantra -#: content-gallery.php:23 -msgid "Gallery" -msgstr "Galerie" - -# @ mantra -#: content-gallery.php:55 -#, php-format -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "Cette gallerie contient %2$s photo." -msgstr[1] "Cette gallerie contient %2$s photos." - -# @ mantra -#: content-image.php:19 -msgid "Image" -msgstr "Image" - -# @ mantra -#: content-link.php:20 -msgid "Link" -msgstr "Lien" - -# @ mantra -#: content-page.php:27 -msgid "Comments are closed." -msgstr "Les commentaires sont fermĂ©s." - -# @ mantra -#: content-quote.php:18 -msgid "Quote" -msgstr "Citation" - -# @ mantra -#: content-status.php:30 -msgid "Status" -msgstr "Etat" - -# @ mantra -#: search.php:20 -#, php-format -msgid "Search Results for: %s" -msgstr "RĂ©sultat de la recherche de: %s" - -# @ mantra -#: search.php:39 -#, php-format -msgid "No search results for: %s" -msgstr "Pas de rĂ©sultat pour : %s" - -# @ mantra -#: searchform.php:1 -msgid "Search" -msgstr "Rechercher" - -# @ mantra -#: sidebar.php:26 -#: sidebar.php:92 -msgid "Sidebar 1" -msgstr "Barre latĂ©rale 1" - -#: sidebar.php:28 -#: sidebar.php:94 -#, php-format -msgid "You currently have no widgets set in the primary sidebar. You can add widgets via the Dashboard." -msgstr "Vous n'avez pas actuellement de widgets dans le barre latĂ©rale principale. Vous pouvez ajouter des widgets par le tableau de bord." - -#: sidebar.php:29 -#: sidebar.php:61 -#: sidebar.php:95 -#: sidebar.php:128 -#, php-format -msgid "To hide this sidebar, switch to a different Layout via the Theme Settings." -msgstr "Pour cacher cette barre latĂ©rale, choisissez une prĂ©sentation difffĂ©rente par les paramètres du thème." - -# @ mantra -#: sidebar.php:58 -#: sidebar.php:125 -msgid "Sidebar 2" -msgstr "Barre latĂ©rale 2" - -#: sidebar.php:60 -#: sidebar.php:127 -#, php-format -msgid "You currently have no widgets set in the secondary sidebar. You can add widgets via the Dashboard." -msgstr "Vous n'avez pas actuellement de widgets dans le barre latĂ©rale secondaire. Vous pouvez ajouter des widgets par le tableau de bord." - -# @ mantra -#: single.php:46 -msgid "View all posts by " -msgstr "Voir tous les articles de " - -# @ mantra -#: tag.php:21 -#, php-format -msgid "Tag Archives: %s" -msgstr "Archives par mot-clef: %s" - -# @ mantra -#: admin/admin-functions.php:62 -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "Avant de pouvoir tĂ©lĂ©charger votre fichier, vous devez corriger l'erreur suivante :" - -# @ mantra -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Importer les options du thème Mantra" - -# @ mantra -#: admin/admin-functions.php:72 -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "Bonjour. C'est ici que vous pouvez importer les options du thème Mantra.Attention, il s'agit toujours d'une fonction en dĂ©veloppement." - -# @ mantra -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Choissiez un fichier sur votre ordinateur:" - -# @ mantra -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "Taille maximum: %s" - -# @ mantra -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "Et importer!" - -# @ mantra -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Importer les options du thème Mantra" - -# @ mantra -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "Bravo ! Les options ont Ă©tĂ© importĂ©es !" - -# @ mantra -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Retourner sur la page des options du thème et vĂ©rifier les !" - -# @ mantra -#: admin/admin-functions.php:155 -#: admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "DĂ©soler, il y a eut un problème." - -# @ mantra -#: admin/admin-functions.php:156 -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "Le fichier tĂ©lĂ©chargĂ© ne contient pas des options valides pour le thème Mantra. VĂ©rifier que ce fichier a bien Ă©tĂ© produit par un export des options du thème." - -# @ mantra -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "Le fichier tĂ©lĂ©chargĂ© ne peut pas ĂŞtre lu." - -# @ mantra -#: admin/admin-functions.php:168 -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "Le fichier tĂ©lĂ©chargĂ© n'est pas dans un format supportĂ©. VĂ©rifier que ce fichier a bien Ă©tĂ© produit par l'export des options du thème et qu'il est de type texte." - -# @ mantra -#: admin/admin-functions.php:177 -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "DĂ©soler ! Le fichier est vide ou bien il n'y a pas de fichier. Cette erreur peut aussi ĂŞtre causĂ©e lorsque les tĂ©lĂ©pchargement sont interdits dans la configuration de php.ini ou par le paramètre post_max_size qui a une valeur plus petite que le paramètre upload_max_filesize dans le fichier php.ini." - -# @ mantra -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "ERREUR: Vous n'ĂŞtes pas autorisĂ© Ă  faire cette opĂ©ration" - -# @ mantra -#: admin/defaults.php:39 -msgid "This is your caption's title" -msgstr "Ceux-ci est le titre de votre diapositive" - -#: admin/defaults.php:40 -msgid "And this is the text that could accompany it. It is all optional so if you delete it in the Mantra Settings there will be no more caption with the black background." -msgstr "Et ici mettez le texte qui peut accompager la diapositive. Tout est optionnel, donc si vous supprimez les valeurs dans les paramètres de Mantra, il n'y aura plus d'informations sur fond noir dans la diapositive." - -# @ mantra -#: admin/defaults.php:43 -msgid "This is yet another caption title" -msgstr "Ceux-ci est le titre de votre diapositive" - -#: admin/defaults.php:44 -msgid "And some more text to give you as an example. You can use links and other type of HTML formats." -msgstr "Et plus de texte donner en exemple. Vous pouvez utiliser des liens et balises HTML pour modifier l'affichage." - -# @ mantra -#: admin/defaults.php:61 -msgid "Read more" -msgstr "En savoir plus" - -#: admin/defaults.php:64 -msgid "Hi there!" -msgstr "Bonjour Ă  tous!" - -#: admin/defaults.php:65 -msgid "You can also have some text here. Just like with the slider, it's all optional (including the title and the link inputs). All you need is an image, unless you want the Mantra image above to follow you everywhere." -msgstr "Vous pouvez aussi avoir du texte ici. Comme pour les diapositives, tout est optionnel (y compris le titre et le liens). Tout ce dont vous avez besoin c'est d'une image, Ă  moins que vous ne souhaitiez garder l'image fournie par Mantra." - -#: admin/defaults.php:68 -msgid " HTML tags" -msgstr "Balises HTML" - -#: admin/defaults.php:69 -msgid "You can also have links here as well as some HTML tags." -msgstr "Vous pouvez utiliser des liens et balises HTML pour modifier l'affichage." - -# @ mantra -#: admin/defaults.php:80 -msgid "This could be a title" -msgstr "Ceux-ci peut-ĂŞtre un texte" - -# @ mantra -#: admin/defaults.php:81 -msgid "And this is a second title" -msgstr "Et ici un deuxième titre" - -#: admin/defaults.php:83 -msgid "And here you could have a whole lot of text. Or not. It's all up to you. Deleting all text inside the appropriate input in the Mantra Settings will remove this whole text zone. It can also contain some HTML tags.
      Just try everything out and see what suits you. Have fun and good luck! " -msgstr "Et ici vous pouvez saisir beaucoup de texte, ou rien. C'est comme vous le souhaitez. En supprimant tout le texte dans les différentes zones, Mantra supprimera les zones dans la page. Le texte peut bien sûr contenir des balises HTML. " - -# @ mantra -#: admin/defaults.php:99 -#: admin/settings.php:738 -msgid "Site Title and Description" -msgstr "Titre du site et sa description" - -# @ mantra -#: admin/main.php:105 -msgid "Layout Settings" -msgstr "Mise en page" - -# @ mantra -#: admin/main.php:106 -msgid "Header Settings" -msgstr "Entête" - -# @ mantra -#: admin/main.php:107 -msgid "Presentation Page" -msgstr "Page de présentation" - -# @ mantra -#: admin/main.php:108 -msgid "Text Settings" -msgstr "Texte" - -# @ mantra -#: admin/main.php:109 -msgid "Color Settings" -msgstr "Couleur" - -# @ mantra -#: admin/main.php:110 -msgid "Graphics Settings" -msgstr "Eléments graphiques" - -# @ mantra -#: admin/main.php:111 -msgid "Post Information Settings" -msgstr "Propriétés des articles" - -# @ mantra -#: admin/main.php:112 -msgid "Post Excerpt Settings" -msgstr "Extraits d'articles" - -# @ mantra -#: admin/main.php:113 -msgid "Featured Image Settings" -msgstr "Images à la une" - -# @ mantra -#: admin/main.php:114 -msgid "Social Media Settings" -msgstr "Réseaux sociaux" - -# @ mantra -#: admin/main.php:115 -msgid "Miscellaneous Settings" -msgstr "Divers" - -# @ mantra -#: admin/main.php:118 -msgid "Main Layout" -msgstr "Agencement global" - -# @ mantra -#: admin/main.php:119 -msgid "Content / Sidebar Width" -msgstr "Largeur contenu / volet" - -# @ mantra -#: admin/main.php:120 -msgid "Responsiveness" -msgstr "Adaptable" - -# @ mantra -#: admin/main.php:123 -msgid "Enable Presentation Page" -msgstr "Activer la page de présentation" - -# @ mantra -#: admin/main.php:124 -msgid "Show Posts on Presentation Page" -msgstr "Afficher les articles sur la page de présentation" - -# @ mantra -#: admin/main.php:125 -msgid "Slider Settings" -msgstr "Diaporama" - -# @ mantra -#: admin/main.php:126 -msgid "Slides" -msgstr "Diapos" - -# @ mantra -#: admin/main.php:127 -msgid "Presentation Page Columns" -msgstr "Colonnes de la page de présentation" - -# @ mantra -#: admin/main.php:128 -msgid "Extras" -msgstr "Extras" - -# @ mantra -#: admin/main.php:131 -msgid "Header Height" -msgstr "Hauteur de l'entête" - -# @ mantra -#: admin/main.php:132 -msgid "Header Image" -msgstr "Image de l'entête" - -# @ mantra -#: admin/main.php:133 -msgid "Site Header" -msgstr "En-tête du site" - -# @ mantra -#: admin/main.php:134 -msgid "Custom Logo Upload" -msgstr "Envoi du logo personalisé" - -# @ mantra -#: admin/main.php:135 -msgid "Header Spacing" -msgstr "Espacement de l'entête" - -# @ mantra -#: admin/main.php:136 -msgid "Rounded Menu Corners" -msgstr "Coin des menus arrondis" - -# @ mantra -#: admin/main.php:137 -msgid "FavIcon Upload" -msgstr "Envoie de la favicon" - -# @ mantra -#: admin/main.php:139 -msgid "General Font" -msgstr "Police de caractères générale" - -# @ mantra -#: admin/main.php:140 -msgid "General Font Size" -msgstr "Taille de la police générale" - -# @ mantra -#: admin/main.php:141 -msgid "Post Title Font " -msgstr "Police des titres d'article" - -# @ mantra -#: admin/main.php:142 -msgid "Post Title Font Size" -msgstr "Taille de la police des titres d'article" - -# @ mantra -#: admin/main.php:143 -msgid "Sidebar Font" -msgstr "Police pour les volets" - -# @ mantra -#: admin/main.php:144 -msgid "SideBar Font Size" -msgstr "Taille de la police pour les volets" - -# @ mantra -#: admin/main.php:145 -msgid "Headings Font" -msgstr "Police pour l'entête" - -# @ mantra -#: admin/main.php:146 -msgid "Force Text Align" -msgstr "Alignement de texte forcé" - -# @ mantra -#: admin/main.php:147 -msgid "Paragraph spacing" -msgstr "Espace entre les paragraphes" - -# @ mantra -#: admin/main.php:148 -msgid "Paragraph indent" -msgstr "Indentation de paragraphe" - -# @ mantra -#: admin/main.php:149 -msgid "Header indent" -msgstr "Indentation des titres" - -# @ mantra -#: admin/main.php:150 -msgid "Line Height" -msgstr "Hauteur de ligne" - -# @ mantra -#: admin/main.php:151 -msgid "Word spacing" -msgstr "Espacement entre mots" - -# @ mantra -#: admin/main.php:152 -msgid "Letter spacing" -msgstr "Espacement entre lettres" - -# @ mantra -#: admin/main.php:153 -msgid "Text shadow" -msgstr "Ombrage de texte" - -# @ mantra -#: admin/main.php:155 -msgid "Background Image" -msgstr "Image de fond" - -# @ mantra -#: admin/main.php:156 -msgid "Background Color" -msgstr "Couleur de fond" - -# @ mantra -#: admin/main.php:157 -msgid "Header (Banner and Menu) Background Color" -msgstr "Couleur de fond pour l'en-tête (bannière et menu)" - -# @ mantra -#: admin/main.php:158 -msgid "Content Background Color" -msgstr "Couleur de fond de la zone de contenu" - -# @ mantra -#: admin/main.php:159 -msgid "Menu Items Background Color" -msgstr "Couleur de fond du menu" - -# @ mantra -#: admin/main.php:160 -msgid "First Sidebar Background Color" -msgstr "Couleur de fond de la première barre latérale" - -# @ mantra -#: admin/main.php:161 -msgid "Second Sidebar Background Color" -msgstr "Couleur de fond de la deuxième barre latérale" - -# @ mantra -#: admin/main.php:163 -msgid "Site Title Color" -msgstr "Couleur du titre du site" - -# @ mantra -#: admin/main.php:164 -msgid "Site Description Color" -msgstr "Couleur de la description du titre du site" - -# @ mantra -#: admin/main.php:166 -msgid "Content Text Color" -msgstr "Couleur du texte dans le contenu" - -# @ mantra -#: admin/main.php:167 -msgid "Links Color" -msgstr "Couleur des liens" - -# @ mantra -#: admin/main.php:168 -msgid "Links Hover Color" -msgstr "Couleur des liens lors du passage de la souris" - -# @ mantra -#: admin/main.php:169 -msgid "Post Title Color" -msgstr "Couleur du titre des articles" - -# @ mantra -#: admin/main.php:170 -msgid "Post Title Hover Color" -msgstr "Couleur du titre des articles lors du passage de la souris" - -# @ mantra -#: admin/main.php:171 -msgid "Sidebar Header Background Color" -msgstr "Couleur de fond des titres dans les volets" - -# @ mantra -#: admin/main.php:172 -msgid "Sidebar Header Text Color" -msgstr "Couleur du texte des titres dans les volets" - -# @ mantra -#: admin/main.php:173 -msgid "Footer Widget Background Color" -msgstr "Couleur de fond des widgets en bas de page" - -# @ mantra -#: admin/main.php:174 -msgid "Footer Background Color" -msgstr "Couleur de fond de la zone bas de page" - -# @ mantra -#: admin/main.php:175 -msgid "Footer Widget Header Text Color" -msgstr "Couleur du texte des titres dans les widgets de bas de page" - -# @ mantra -#: admin/main.php:176 -msgid "Footer Widget Link Color" -msgstr "Couleur des liens dans les widgets de bas de page" - -# @ mantra -#: admin/main.php:177 -msgid "Footer Widget Hover Color" -msgstr "Couleur des liens sous la souris dans les widgets de bas de page" - -# @ mantra -#: admin/main.php:179 -msgid "Breadcrumbs" -msgstr "Aide à la navigation" - -# @ mantra -#: admin/main.php:180 -msgid "Pagination" -msgstr "Pagination" - -# @ mantra -#: admin/main.php:181 -msgid "Main Menu Alignment" -msgstr "Alignement du menu principal" - -# @ mantra -#: admin/main.php:182 -msgid "Post Images Border" -msgstr "Bordure des images dans les articles" - -# @ mantra -#: admin/main.php:183 -msgid "Caption Border" -msgstr "Bordure des légendes" - -# @ mantra -#: admin/main.php:184 -msgid "Caption Pin" -msgstr "Epingle pour les légendes" - -# @ mantra -#: admin/main.php:185 -msgid "Sidebar Menu Bullets" -msgstr "Vignette des menus de volet" - -# @ mantra -#: admin/main.php:186 -msgid "Meta Area Background" -msgstr "Couleur du fond de la zone info" - -# @ mantra -#: admin/main.php:187 -msgid "Post Separator" -msgstr "Séparateur entre articles" - -# @ mantra -#: admin/main.php:188 -msgid "Content List Bullets" -msgstr "Vignette des listes dans la zone contenu" - -# @ mantra -#: admin/main.php:189 -msgid "Page Titles" -msgstr "Titres des pages" - -# @ mantra -#: admin/main.php:190 -msgid "Category Page Titles" -msgstr "Titre lors de l'affichage d'un ensemble" - -# @ mantra -#: admin/main.php:191 -msgid "Hide Tables" -msgstr "Masquage des tableaux" - -# @ mantra -#: admin/main.php:192 -msgid "Back to Top button" -msgstr "Bouton de retour en haut de page" - -# @ mantra -#: admin/main.php:193 -msgid "Text Under Comments" -msgstr "Texte sous les commentaires" - -# @ mantra -#: admin/main.php:194 -msgid "Comments are closed text" -msgstr "Commentaires fermés" - -# @ mantra -#: admin/main.php:195 -msgid "Comments off" -msgstr "Commentaires désactivés" - -# @ mantra -#: admin/main.php:197 -msgid "Post Comments Link" -msgstr "Liens pour soumettre un commentaire" - -# @ mantra -#: admin/main.php:198 -msgid "Post Date" -msgstr "Date de publication" - -# @ mantra -#: admin/main.php:199 -msgid "Post Time" -msgstr "Heure de publication" - -# @ mantra -#: admin/main.php:200 -#: admin/settings.php:2072 -msgid "Post Author" -msgstr "Auteur de l'article" - -# @ mantra -#: admin/main.php:201 -msgid "Post Category" -msgstr "Catégorie de publication" - -# @ mantra -#: admin/main.php:202 -msgid "Meta Bar" -msgstr "Meta" - -# @ mantra -#: admin/main.php:203 -msgid "Post Tags" -msgstr "Mots-clefs associés" - -# @ mantra -#: admin/main.php:204 -msgid "Post Permalink" -msgstr "Permalien de l'article" - -# @ mantra -#: admin/main.php:206 -msgid "Post Excerpts on Home Page" -msgstr "Extraits d'articles en page d'accueil" - -# @ mantra -#: admin/main.php:207 -msgid "Affect Sticky Posts" -msgstr "Cas des articles épinglés" - -# @ mantra -#: admin/main.php:208 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Extraits des articles dans les archives et les pages de catégories" - -# @ mantra -#: admin/main.php:209 -msgid "Number of Words for Post Excerpts " -msgstr "Nombre de mots pour les extraits d'articles" - -# @ mantra -#: admin/main.php:210 -msgid "Magazine Layout" -msgstr "Mise en page de type magazine" - -# @ mantra -#: admin/main.php:211 -msgid "Excerpt suffix" -msgstr "Terminateur des extraits" - -# @ mantra -#: admin/main.php:212 -msgid "Continue reading link text " -msgstr "Texte du lien lire la suite" - -# @ mantra -#: admin/main.php:213 -msgid "HTML tags in Excerpts" -msgstr "Tags HTML dans les extraits" - -# @ mantra -#: admin/main.php:215 -msgid "Featured Images as POST Thumbnails " -msgstr "Réductions pour les images à la une" - -# @ mantra -#: admin/main.php:216 -msgid "Auto Select Images From Posts " -msgstr " Sélection automatique d'images d'articles" - -# @ mantra -#: admin/main.php:217 -msgid "Thumbnails Alignment " -msgstr "Emplacement des réductions" - -# @ mantra -#: admin/main.php:218 -msgid "Thumbnails Size " -msgstr "Taille des réductions" - -# @ mantra -#: admin/main.php:219 -msgid "Featured Images as HEADER Images " -msgstr "Images à la une utilisées comme images d'en-tête" - -# @ mantra -#: admin/main.php:221 -msgid "Link nr. 1" -msgstr "Lien N°1" - -# @ mantra -#: admin/main.php:222 -msgid "Link nr. 2" -msgstr "Lien N°2" - -# @ mantra -#: admin/main.php:223 -msgid "Link nr. 3" -msgstr "Lien N°3" - -# @ mantra -#: admin/main.php:224 -msgid "Link nr. 4" -msgstr "Lien N°4" - -# @ mantra -#: admin/main.php:225 -msgid "Link nr. 5" -msgstr "Lien N°5" - -# @ mantra -#: admin/main.php:226 -msgid "Socials display" -msgstr "Affichage des réseaux sociaux" - -# @ mantra -#: admin/main.php:228 -msgid "SEO Settings" -msgstr "SEO" - -# @ mantra -#: admin/main.php:229 -msgid "Custom Footer Text" -msgstr "Text de pied de page" - -# @ mantra -#: admin/main.php:230 -msgid "Custom CSS" -msgstr "CSS spécifique" - -# @ mantra -#: admin/main.php:231 -msgid "Custom JavaScript" -msgstr "JavaScript personalisé" - -# @ mantra -#: admin/main.php:248 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Désolé, vos droits ne vous permettent pas d'accéder à cette page." - -# @ mantra -#: admin/main.php:268 -msgid "Mantra settings updated successfully." -msgstr "Configuration de Mantra mise à jour" - -# @ mantra -#: admin/main.php:283 -msgid "Save Changes" -msgstr "Enregistrer les modifications" - -# @ mantra -#: admin/main.php:284 -msgid "Reset to Defaults" -msgstr "Retour à configuration par défaut" - -# @ mantra -#: admin/main.php:316 -msgid "Import/Export Settings" -msgstr "Import/export de la configuration" - -# @ mantra -#: admin/main.php:322 -msgid "Export Theme options" -msgstr "Exporter les options du thème" - -# @ mantra -#: admin/main.php:323 -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "C'est facile : juste un clic de la souriis pour exporter toutes les options de votre thème Mantra et les sauvegarder sur votre ordinateur. Vous sentez vous rassuré ? Vous le devriez !" - -# @ mantra -#: admin/main.php:328 -msgid "Import Theme options" -msgstr "Importer les options du thème" - -# @ mantra -#: admin/main.php:329 -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "Sans l'import, l'export ne servirait à rien. Vérifier de disposer du fichier d'export puis cliquer." - -# @ mantra -#: admin/main.php:337 -msgid "Mantra Latest News" -msgstr "Dernières nouvelles de Mantra" - -# @ mantra -#: admin/main.php:348 -msgid "No news items." -msgstr "Pas de nouvel élément." - -# @ mantra -#: admin/main.php:352 -msgid "Posted on" -msgstr "Publié sur" - -# @ mantra -#: admin/settings.php:66 -msgid "One column (no sidebars)" -msgstr "Une colonne (pas de volet)" - -# @ mantra -#: admin/settings.php:67 -msgid "Two columns, sidebar on the right" -msgstr "Deux colonnes, volet à droite" - -# @ mantra -#: admin/settings.php:68 -msgid "Two columns, sidebar on the left" -msgstr "Deux colonnes, volet à gauche" - -# @ mantra -#: admin/settings.php:69 -msgid "Three columns, sidebars on the right" -msgstr "Trois colonnes dont deux volets à droite" - -# @ mantra -#: admin/settings.php:70 -msgid "Three columns, sidebars on the left" -msgstr "Trois colonnes dont deux volets à gauche" - -# @ mantra -#: admin/settings.php:71 -msgid "Three columns, one sidebar on each side" -msgstr "Trois colonnes, un volet de chaque côté" - -# @ mantra -#: admin/settings.php:86 -msgid "Choose your layout. Possible options are:
      No sidebar, a single sidebar on either left of right, two sidebars on either left or right and two sidebars on each side." -msgstr "Choisissez votre structure. Les options possibles sont :
      Pas de colonne, une colonne soit à gauche ou à droite, deux colonnes soient à gauche ou à droite ou une de chaque côté." - -# @ mantra -#: admin/settings.php:94 -msgid "Absolute" -msgstr "Absolue" - -# @ mantra -#: admin/settings.php:94 -msgid "Relative *DEPRECATED" -msgstr "Relatif (* Plus supporter)" - -# @ mantra -#: admin/settings.php:95 -msgid "Dimensions to use: " -msgstr "Dimensions " - -# @ mantra -#: admin/settings.php:177 -#: admin/settings.php:195 -msgid "Content =" -msgstr "Contenu =" - -# @ mantra -#: admin/settings.php:178 -#: admin/settings.php:196 -msgid "Sidebar(s) =" -msgstr "Volet(s) =" - -# @ mantra -#: admin/settings.php:179 -#: admin/settings.php:197 -msgid "Total width =" -msgstr "Largeur totale=" - -# @ mantra -#: admin/settings.php:188 -msgid "Select the width of your content and sidebar(s). While the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      If you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "Choisir la largeur des zones contenu et volet(s). La largeur minimale de la zone contenu est de 500px. Celle de la zone volet doit ĂŞtre comprise entre 220px et 800px.
      Dans le cas d'une mise en page à 3 colonnes avec 2 volets, chaque volet occupe la moitié de la largeur choisie pour la zone volet." - -# @ mantra -#: admin/settings.php:206 -msgid "Select the width of your content and sidebar(s). These are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      If you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "Choisir la largeur des zones contenu et volet. Ces dimensions sont relatives Ă  la largeur de la fenĂŞtre du navigateur utilisateur (largeur navigateur).
      La largeur de la zone contenu ne peut être inférieure à 40% de la largeur navigateur. Celle de la zone volet doit être comprise entre 20% et 50% de la largeur navigateur.
      Dans le cas d'une mise en page à 3 colonnes avec 2 volets, chaque volet occupe la moitié de la zone volet." - -# @ mantra -#: admin/settings.php:217 -#: admin/settings.php:240 -#: admin/settings.php:255 -#: admin/settings.php:722 -#: admin/settings.php:1085 -#: admin/settings.php:1147 -#: admin/settings.php:1335 -#: admin/settings.php:1350 -#: admin/settings.php:1521 -#: admin/settings.php:1583 -#: admin/settings.php:1783 -#: admin/settings.php:1812 -#: admin/settings.php:1833 -#: admin/settings.php:1856 -#: admin/settings.php:1905 -#: admin/settings.php:2040 -msgid "Enable" -msgstr "Activer" - -# @ mantra -#: admin/settings.php:217 -#: admin/settings.php:240 -#: admin/settings.php:255 -#: admin/settings.php:722 -#: admin/settings.php:1085 -#: admin/settings.php:1147 -#: admin/settings.php:1335 -#: admin/settings.php:1350 -#: admin/settings.php:1521 -#: admin/settings.php:1583 -#: admin/settings.php:1783 -#: admin/settings.php:1812 -#: admin/settings.php:1833 -#: admin/settings.php:1856 -#: admin/settings.php:1905 -#: admin/settings.php:2040 -msgid "Disable" -msgstr "Désactiver" - -# @ mantra -#: admin/settings.php:226 -msgid "Enable to make Mantra fully responsive. The layout and general sizes of your blog will adjust depending on what device and what resolution it is viewed in.
      Do not disable unless you have a good reason to." -msgstr "Activer la version pour mobile pour rendre Mantra plus adaptable. La forme et l'affichage de votre site vont changer en fonction du terminal utilisé et de sa résolution.
      Ne pas désactivé sans une bonne raison." - -# @ mantra -#: admin/settings.php:248 -msgid "Enable the presentation front-page. This will become your new home page. It has a slider and columns for presentation text and images.
      If you have this enabled but don't see a Presentation page then go to Settings » Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "Activer la page de prĂ©sentation. Cette page deviendra votre nouvelle page d'accueil. Elle possède un diaporama, et des colonnes pour la prĂ©sentation.
      Si vous l'avez activĂ© et que vous ne voyez pas de page de prĂ©sentation, allez aux RĂ©glages » Lecture et vĂ©rifier que vous avez sĂ©lectionnĂ© Affichage de la page de prĂ©sentation comme votre dernier article." - -#: admin/settings.php:264 -msgid "posts" -msgstr "articles" - -#: admin/settings.php:265 -msgid "Enable to display latest posts on the presentation page, below the columns. Sticky posts are always displayed and not counted." -msgstr "Activer pour afficher les derniers articles sur la page de prĂ©sentation, sous les colonnes. Les articles mis en avant sont toujours affichĂ©s et ne sont pas comptĂ©s." - -# @ mantra -#: admin/settings.php:273 -msgid "Slider Dimensions:" -msgstr "Taille des diapos:" - -# @ mantra -#: admin/settings.php:274 -msgid "width" -msgstr "largeur" - -# @ mantra -#: admin/settings.php:275 -msgid "height" -msgstr "hauteur" - -# @ mantra -#: admin/settings.php:276 -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "Dimensions de l'affichage du diaporama. S'assurer que les images utilisĂ©es sont de la mĂŞme taille." - -# @ mantra -#: admin/settings.php:278 -msgid "Animation:" -msgstr "Animation:" - -# @ mantra -#: admin/settings.php:280 -msgid "Random" -msgstr "Au hasard" - -# @ mantra -#: admin/settings.php:280 -msgid "Fold" -msgstr "Balayage" - -# @ mantra -#: admin/settings.php:280 -msgid "Fade" -msgstr "Fondu" - -# @ mantra -#: admin/settings.php:280 -msgid "SlideInRight" -msgstr "Glisser depuis la droite" - -# @ mantra -#: admin/settings.php:280 -msgid "SlideInLeft" -msgstr "Glisser depuis la gauche" - -# @ mantra -#: admin/settings.php:280 -msgid "SliceDown" -msgstr "Glisser vers le bas et la droite" - -# @ mantra -#: admin/settings.php:280 -msgid "SliceDownLeft" -msgstr "Glisser vers le bas et la gauche" - -# @ mantra -#: admin/settings.php:280 -msgid "SliceUp" -msgstr "Glisser vers le haut et la droite" - -# @ mantra -#: admin/settings.php:280 -msgid "SliceUpLeft" -msgstr "Glisser vers le haut et la gauche" - -# @ mantra -#: admin/settings.php:280 -msgid "SliceUpDown" -msgstr "Glisser du haut et du bas Ă  partir de la gauche" - -# @ mantra -#: admin/settings.php:280 -msgid "SliceUpDownLeft" -msgstr "Glisser du haut et du bas Ă  partir de la droite" - -# @ mantra -#: admin/settings.php:280 -msgid "BoxRandom" -msgstr "Boites au hasard" - -# @ mantra -#: admin/settings.php:280 -msgid "BoxRain" -msgstr "CarrĂ©s du haut en bas vers la droite" - -# @ mantra -#: admin/settings.php:280 -msgid "BoxRainReverse" -msgstr "CarrĂ©s du bas en haut vers la gauche" - -# @ mantra -#: admin/settings.php:280 -msgid "BoxRainGrow" -msgstr "CarrĂ©s s'agrandissant de haut en bas vers la droite" - -# @ mantra -#: admin/settings.php:280 -msgid "BoxRainGrowReverse" -msgstr "CarrĂ©s s'agrandissant de bas en haut vers la gauche" - -# @ mantra -#: admin/settings.php:288 -msgid "The transition effect your slider will have." -msgstr "Type d'effet lors des transitions du diaporama." - -# @ mantra -#: admin/settings.php:290 -msgid "Border Settings:" -msgstr "Bordures:" - -# @ mantra -#: admin/settings.php:291 -msgid "Width" -msgstr "Largeur" - -# @ mantra -#: admin/settings.php:292 -msgid "Color" -msgstr "Couleur" - -# @ mantra -#: admin/settings.php:294 -msgid "The width and color of the slider's border." -msgstr "La taille et la couleur de la bordure du diaporama" - -# @ mantra -#: admin/settings.php:296 -msgid "Animation Time:" -msgstr "DurĂ©e d'animation:" - -# @ mantra -#: admin/settings.php:297 -#: admin/settings.php:301 -msgid "milliseconds" -msgstr "milliseconds" - -# @ mantra -#: admin/settings.php:298 -msgid "The time in which the transition animation will take place." -msgstr "DurĂ©e de l'effet lors des transitions." - -# @ mantra -#: admin/settings.php:300 -msgid "Pause Time:" -msgstr "Temps de pose:" - -# @ mantra -#: admin/settings.php:302 -msgid "The time in which a slide will be still and visible." -msgstr "DurĂ©e pendant laquelle chaque vue est stable et visible." - -# @ mantra -#: admin/settings.php:305 -msgid "Slider navigation:" -msgstr "Navigation entre diapos:" - -# @ mantra -#: admin/settings.php:307 -msgid "Numbers" -msgstr "NumĂ©ros" - -# @ mantra -#: admin/settings.php:307 -msgid "Bullets" -msgstr "Marqueurs" - -# @ mantra -#: admin/settings.php:307 -#: admin/settings.php:1442 -msgid "None" -msgstr "Aucun" - -# @ mantra -#: admin/settings.php:315 -msgid "Your slider navigation type. Shown under the slider." -msgstr "Mode de navigation entre vues pour le diaporama. AffichĂ© sous le passe-vues." - -# @ mantra -#: admin/settings.php:317 -msgid "Slider arrows:" -msgstr "Flèches pour navigation:" - -# @ mantra -#: admin/settings.php:319 -msgid "Always Visible" -msgstr "Toujours visible" - -# @ mantra -#: admin/settings.php:319 -msgid "Visible on Hover" -msgstr "Visible sous la souris" - -# @ mantra -#: admin/settings.php:319 -msgid "Hidden" -msgstr "CachĂ©" - -# @ mantra -#: admin/settings.php:327 -msgid "The Left and Right arrows on your slider" -msgstr "Flèches gauche et droite sur le passe-vues" - -# @ mantra -#: admin/settings.php:368 -#: admin/settings.php:437 -msgid "Select Category" -msgstr "Choisir une catĂ©gorie" - -# @ mantra -#: admin/settings.php:395 -msgid "Custom Slides" -msgstr "Diaporama personalisĂ©" - -# @ mantra -#: admin/settings.php:395 -msgid "Latest Posts" -msgstr "Derniers articles" - -# @ mantra -#: admin/settings.php:395 -msgid "Random Posts" -msgstr "Articles au hasard" - -# @ mantra -#: admin/settings.php:395 -msgid "Sticky Posts" -msgstr "Articles Ă©pinglĂ©s" - -# @ mantra -#: admin/settings.php:395 -msgid "Latest Posts from Category" -msgstr "Derniers articles de la catĂ©gorie" - -# @ mantra -#: admin/settings.php:395 -msgid "Random Posts from Category" -msgstr "Articles au hasard de la catĂ©gorie" - -# @ mantra -#: admin/settings.php:395 -msgid "Specific Posts" -msgstr "Articles spĂ©cifiques" - -#: admin/settings.php:396 -msgid "Select the content you want to load in your slides:" -msgstr "Choisissez le contenu que vous voulez mettre dans le diaporama :" - -# @ mantra -#: admin/settings.php:404 -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "Description des diverses vues affichĂ©es par le diaporama. Seul le champ image est obligatoire. Ne sont actives et visibles que les vues dont le champ image est renseignĂ©." - -# @ mantra -#: admin/settings.php:409 -msgid "Latest posts will be loaded into the slider." -msgstr "Les derniers articles seront mis dans le diaporama." - -# @ mantra -#: admin/settings.php:413 -msgid "Random posts will be loaded into the slider." -msgstr "Des articles au hasard seront mis dans le diaporama." - -# @ mantra -#: admin/settings.php:417 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "Les derniers articles de la catĂ©gorie sĂ©lectionnĂ©e seront mis dans le diaporama." - -# @ mantra -#: admin/settings.php:422 -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "Des articles au hasard de la catĂ©gorie sĂ©lectionnĂ©e seront mis dans le diaporama." - -# @ mantra -#: admin/settings.php:426 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Seuls les articles sĂ©lectionnĂ©s seront mis dans le diaporama." - -# @ mantra -#: admin/settings.php:430 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Listes des articles (identifiĂ©s par leurs ID) Ă  mettre dans le diaporama (sĂ©parĂ©s par des virgules)" - -# @ mantra -#: admin/settings.php:435 -msgid "
      Choose the cateogry: " -msgstr "
      Choisir la catégorie: " - -# @ mantra -#: admin/settings.php:452 -msgid "Number of posts to show:" -msgstr "Nombre d'articles à montrer :" - -# @ mantra -#: admin/settings.php:459 -msgid "Slide 1" -msgstr "Diapo 1" - -# @ mantra -#: admin/settings.php:463 -#: admin/settings.php:478 -#: admin/settings.php:493 -#: admin/settings.php:508 -#: admin/settings.php:523 -#: admin/settings.php:565 -#: admin/settings.php:580 -#: admin/settings.php:595 -#: admin/settings.php:610 -#: admin/settings.php:757 -#: admin/settings.php:780 -msgid "Select / Upload Image" -msgstr "Sélectionner / Charger une image" - -# @ mantra -#: admin/settings.php:464 -#: admin/settings.php:479 -#: admin/settings.php:494 -#: admin/settings.php:509 -#: admin/settings.php:524 -#: admin/settings.php:566 -#: admin/settings.php:581 -#: admin/settings.php:611 -msgid "Title" -msgstr "Titre" - -# @ mantra -#: admin/settings.php:466 -#: admin/settings.php:481 -#: admin/settings.php:496 -#: admin/settings.php:511 -#: admin/settings.php:526 -#: admin/settings.php:568 -#: admin/settings.php:583 -#: admin/settings.php:598 -#: admin/settings.php:613 -msgid "Text" -msgstr "Texte" - -# @ mantra -#: admin/settings.php:474 -msgid "Slide 2" -msgstr "Diapo 2" - -# @ mantra -#: admin/settings.php:489 -msgid "Slide 3" -msgstr "Diapo 3" - -# @ mantra -#: admin/settings.php:504 -msgid "Slide 4" -msgstr "Diapo 4" - -# @ mantra -#: admin/settings.php:519 -msgid "Slide 5" -msgstr "Diapo 5" - -# @ mantra -#: admin/settings.php:541 -msgid "Number of columns:" -msgstr "Nombre de colonnes:" - -# @ mantra -#: admin/settings.php:551 -msgid "Image Height:" -msgstr "Hauteur des images:" - -# @ mantra -#: admin/settings.php:554 -msgid "Read more text:" -msgstr "Texte suite:" - -# @ mantra -#: admin/settings.php:557 -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "Texte du lien apparaissant au bas de chaque colonne. Ce texte peut être vide, auquel cas aucun lien n'est affiché." - -# @ mantra -#: admin/settings.php:561 -msgid "1st Column" -msgstr "1ère colonne" - -# @ mantra -#: admin/settings.php:576 -msgid "2nd Column" -msgstr "2ème colonne" - -# @ mantra -#: admin/settings.php:591 -msgid "3rd Column" -msgstr "3ème colonne" - -# @ mantra -#: admin/settings.php:606 -msgid "4th Column" -msgstr "4ème colonne" - -# @ mantra -#: admin/settings.php:628 -msgid "Extra Text" -msgstr "Texte supplémentaire" - -# @ mantra -#: admin/settings.php:630 -msgid "More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns. It's all optional so leave any input field empty if it's not required. " -msgstr "Texte supplémentaire dans la page de présentation. Le titre du haut est affiché au-dessus du diaporama. Le second titre apparaît entre le diaporama et la zone des colonnes. Sous cette zone sont affichés les deux textes du bas 1 et 2.Tout est optionnel. Les champs vides ne seront pas affichés." - -# @ mantra -#: admin/settings.php:632 -msgid "Top Title" -msgstr "Titre du haut" - -# @ mantra -#: admin/settings.php:633 -msgid "Second Title" -msgstr "Second titre" - -# @ mantra -#: admin/settings.php:636 -msgid "Title color" -msgstr "Couleur des titres" - -# @ mantra -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "Texte du bas N°1" - -# @ mantra -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "Texte du bas N°2" - -# @ mantra -#: admin/settings.php:650 -msgid "Hide areas" -msgstr "Masquage de zones" - -# @ mantra -#: admin/settings.php:652 -msgid "Choose the areas to hide on the first page." -msgstr "Choisir les zones à cacher en première page." - -# @ mantra -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "Masquer la zone en-tête (image et fond)" - -# @ mantra -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Masquer le menu principal (onglets de navigation)" - -# @ mantra -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "Masquer la zone widget du bas." - -# @ mantra -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "Masquer le bas de page (zone du copyright)" - -# @ mantra -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "Dans la zone à fond blanc, remplacer le blanc par la couleur de fond choisie." - -# @ mantra -#: admin/settings.php:700 -msgid "Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = " -msgstr "Choisir la hauteur de l'en-tête. Après enregistrement du paramétrage, télécharger sur le site une nouvelle image d'en-tête (si vous en avez une). La largeur de l'en-tête sera égale à la largeur totale du site =" - -# @ default -#: admin/settings.php:707 -msgid "Define header image" -msgstr "Définir l'image de l'entête" - -#: admin/settings.php:708 -msgid "The header image should not be used to display logos.
      Enable ratio preservation to force the header image aspect ratio. Keep in mind that short images will become very small on mobile devices." -msgstr "L'image d'entête ne doit pas être utilisée pour afficher des logos.
      Activer la préservation du ratio pour forcer cette conservation sur l'image d'entête. Garder à l'esprit que les images petites vont devenir très petites sur les appareils mobiles." - -#: admin/settings.php:711 -msgid "Center the header image horizontally" -msgstr "Centrer l'image de l'entête horizontallement" - -# @ default -#: admin/settings.php:714 -msgid "Keep header image aspect ratio" -msgstr "Conserver les ratios de l'image" - -# @ mantra -#: admin/settings.php:730 -msgid "Enable or disable the round corners for the main menu items." -msgstr "Activié ou désactivé les coins arrondis pour le menu principal" - -# @ mantra -#: admin/settings.php:738 -msgid "Custom Logo" -msgstr "Logo personalisé" - -# @ mantra -#: admin/settings.php:738 -msgid "Clickable header image" -msgstr "Image d'entête avec un lien" - -# @ mantra -#: admin/settings.php:738 -msgid "Empty" -msgstr "Vide" - -# @ mantra -#: admin/settings.php:746 -msgid "Choose what to display inside your header area." -msgstr "Choisir ce qu'il faut afficher dans la zone d'entête" - -# @ mantra -#: admin/settings.php:756 -msgid "Custom Logo upload. The logo will appear over the heder image if you have used one." -msgstr "Chargement du logo personalisé. Le logo apparaitra par dessus l'image dans l'entête si vous en avez sélectionné une." - -# @ mantra -#: admin/settings.php:765 -msgid "top" -msgstr "haut" - -# @ mantra -#: admin/settings.php:766 -msgid "left" -msgstr "gauche" - -# @ mantra -#: admin/settings.php:769 -msgid "Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. " -msgstr "Définir l'espace avant l'entête. A utiliser pour mieux positionner le titre et la description du site ainsi que le logo personalisé dans l'entête." - -# @ mantra -#: admin/settings.php:779 -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png.
      Note that some browsers do not display the changed favicon instantly." -msgstr "Limitations: cela doit être une image. Elle doit avoir une taille maximum de 64x64 pixels. L'extension recommandée est .ico ou .png.
      Certains navigateurs n'affichent pas immédiatement le changement de l'icône." - -# @ mantra -#: admin/settings.php:802 -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "Choisir la taille de la police à utiliser sur le site. Sont concernés les pages, les articles et les commentaires. Les boutons, les titres et les menus latéraux restent inchangés." - -# @ mantra -#: admin/settings.php:846 -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "Choisir la police à utiliser sur le site. Sont concernés tous les textes de contenu (y compris les boutons de menus)." - -# @ mantra -#: admin/settings.php:848 -#: admin/settings.php:898 -#: admin/settings.php:949 -#: admin/settings.php:1001 -msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "Ou bien insérer votre font Google ci-dessous. Merci d'insérer le nom de la font.
      Ex: Marko One. Aller sur les fontes de Google pour chercher de l'inspiration." - -# @ mantra -#: admin/settings.php:895 -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "Choisir la police à utiliser pour les titres. Cela concerne les titres d'article et de page. Le choix par défaut correspond à la police générale." - -# @ mantra -#: admin/settings.php:947 -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "Choisir la police de caractères souhaitée pour la ou les volets. Seront affectés le texte dans les volets et les éventuels widgets. Au cas où est choisie la police par défaut, la police générale sélectionnée par ailleurs sera utilisée." - -# @ mantra -#: admin/settings.php:998 -msgid "Select the font family you want your headings to have (h1 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "Choisissez la famille de font que vous souhaitez pour les titres (les tags h1 à h6 seront modifiés). Laissez 'Défaut' et la font globale que vous avez sélectionné sera utlisée." - -# @ mantra -#: admin/settings.php:1010 -#: admin/settings.php:1025 -#: admin/settings.php:1040 -#: admin/settings.php:1100 -#: admin/settings.php:1115 -#: admin/settings.php:1130 -msgid "Default" -msgstr "Par défaut" - -# @ mantra -#: admin/settings.php:1018 -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Taille de la police des titres des articles. Le choix de la taille par défaut correspond à la taille telle que définie dans la feuille de style (CSS)." - -# @ mantra -#: admin/settings.php:1033 -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Taille de la police dans les volets. Le choix de la taille par défaut correspond à la taille telle que définie dans la feuille de style (CSS)." - -# @ mantra -#: admin/settings.php:1040 -#: admin/settings.php:1364 -#: admin/settings.php:1872 -msgid "Left" -msgstr "A gauche" - -# @ mantra -#: admin/settings.php:1040 -#: admin/settings.php:1364 -#: admin/settings.php:1872 -msgid "Right" -msgstr "A droite" - -# @ mantra -#: admin/settings.php:1040 -msgid "Justify" -msgstr "Justifié" - -# @ mantra -#: admin/settings.php:1040 -#: admin/settings.php:1364 -#: admin/settings.php:1872 -msgid "Center" -msgstr "Centré" - -# @ mantra -#: admin/settings.php:1048 -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "Ceci redéfinit l'alignement de texte dans les articles et les pages. L'alignement par défaut correspond à celui déclaré dans les articles, les commentaires etc..." - -# @ mantra -#: admin/settings.php:1062 -msgid "Choose the spacing between paragraphs." -msgstr "Choisir l'espace entre les paragraphes." - -# @ mantra -#: admin/settings.php:1077 -msgid "Choose the indent for your paragraphs." -msgstr "Choisir l'indentation des paragraphes." - -# @ mantra -#: admin/settings.php:1093 -msgid "Disable the default header and title indent (left margin)." -msgstr "Activer/désactiver l'indentation par défaut des titres d'article et de paragraphe (marge gauche)." - -# @ mantra -#: admin/settings.php:1108 -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Taille de l'interligne, c'est-à-dire hauteur de l'espace entre deux lignes de texte. La taille par défaut correspond au paramétrage" - -# @ mantra -#: admin/settings.php:1123 -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Espacement entre mots. Choisir l'espacement par défaut pour celui défini normalement dans la feuille de style (CSS)." - -# @ mantra -#: admin/settings.php:1138 -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Espacement entre lettres. Choisir l'espacement par défaut pour celui défini normalement dans la feuille de style (CSS)." - -# @ mantra -#: admin/settings.php:1155 -msgid "Disable the default text shadow on headers and titles." -msgstr "Activer/désactiver l'ombrage de texte sur les divers titres (articles, pages et paragraphes)." - -# @ default -#: admin/settings.php:1163 -msgid "Define background image" -msgstr "Définir l'image de fond" - -# @ mantra -#: admin/settings.php:1172 -msgid "Background color (Default value is 444444)." -msgstr "Couleur de fond (444444 par défaut)." - -# @ mantra -#: admin/settings.php:1180 -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "Couleur de fond de l'en-tête (333333 par défaut). Si le champ est vide, aucune couleur de fond spécifique n'est définie." - -# @ mantra -#: admin/settings.php:1187 -msgid "Content background color (Default value is FFFFFF). Works best with really light colors." -msgstr "Couleur du fond du contenu (valeur par défaut FFFFFF). Fonctionne mieux avec des couleurs très claires." - -# @ mantra -#: admin/settings.php:1194 -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "Couleur de fond du menu principal (La valeur par défaut est FAFAFA). Devrait être la même couleur que celle du contenu ou quelque chose d'un peu plus clair." - -# @ mantra -#: admin/settings.php:1201 -msgid "First sidebar background color (Default is no color for a transparent sidebar)." -msgstr "Couleur de fond de la première barre latérale (Par défaut pas de couleur pour une barre transparente)." - -# @ mantra -#: admin/settings.php:1208 -msgid "Second sidebar background color (Default is no color for a transparent sidebar)." -msgstr "Couleur de fond de la deuxième barre latérale (Par défaut, aucune couleur pour une barre latérale transparente)" - -# @ mantra -#: admin/settings.php:1216 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Couleur de fond de la zone des widgets de bas de page (171717 par défaut)." - -# @ mantra -#: admin/settings.php:1224 -msgid "Footer background color (Default value is 222222)." -msgstr "Couleur de fond de la zone de bas de page (222222 par défaut)." - -# @ mantra -#: admin/settings.php:1232 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Couleur du titre du site (0D85CC par défaut)." - -# @ mantra -#: admin/settings.php:1240 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Couleur du texte de description du site (222222 par défaut)." - -# @ mantra -#: admin/settings.php:1248 -msgid "Content Text Color (Default value is 333333)." -msgstr "Couleur du texte dans la zone de contenu (333333 par défaut)." - -# @ mantra -#: admin/settings.php:1256 -msgid "Links color (Default value is 0D85CC)." -msgstr "Couleur des liens (0D85CC par défaut)." - -# @ mantra -#: admin/settings.php:1264 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Couleur des liens lors du passage de la souris (333333 par défaut)." - -# @ mantra -#: admin/settings.php:1272 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Couleur du texte des titres d'article (333333 par défaut)." - -# @ mantra -#: admin/settings.php:1280 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Couleur du texte des titres d'articles lors du passage de la souris (000000 par défaut)." - -# @ mantra -#: admin/settings.php:1288 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Couleur de fond des titres dans les volets (444444 par défaut)." - -# @ mantra -#: admin/settings.php:1297 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Couleur du texte des titres dans les volets (2EA5FD par défaut)." - -# @ mantra -#: admin/settings.php:1305 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Couleur du texte dans les widgets en bas de page (0D85CC par défaut)." - -# @ mantra -#: admin/settings.php:1313 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Couleur des liens dans les widgets de bas de page (666666 par défaut)." - -# @ mantra -#: admin/settings.php:1321 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "Couleur des liens lors du passage de la souris dans les widgets de bas de page (888888 par défaut)." - -# @ mantra -#: admin/settings.php:1343 -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "Afficher une aide à la navigation en haut de la zone de contenu. Cette aide affiche une trace du cheminement récent au travers du site." - -# @ mantra -#: admin/settings.php:1358 -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "Lors de l'affichage d'un ensemble d'articles sur plusieurs pages, utilisation de numéros pour naviguer entre ces pages en lieu et place des liens Articles antérieurs et Articles plus récents." - -#: admin/settings.php:1372 -msgid "Select the desired main menu items alignment. Center option is only valid for single line menus." -msgstr "Choisissez l'alignement du menu principal souhaiter. L'option centrer est valide uniquement pour les menus sur une seule ligne." - -# @ mantra -#: admin/settings.php:1379 -#: admin/settings.php:1442 -msgid "White" -msgstr "Blanc" - -# @ mantra -#: admin/settings.php:1379 -msgid "Light" -msgstr "Clair" - -# @ mantra -#: admin/settings.php:1379 -msgid "Light Gray" -msgstr "Gris clair" - -# @ mantra -#: admin/settings.php:1379 -#: admin/settings.php:1442 -msgid "Gray" -msgstr "Gris" - -# @ mantra -#: admin/settings.php:1379 -msgid "Dark Gray" -msgstr "Gris foncé" - -# @ mantra -#: admin/settings.php:1379 -msgid "Black" -msgstr "Noir" - -# @ mantra -#: admin/settings.php:1387 -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "Ce paramétrage change l'apparence des légendes. Les images qui ne sont pas dotées de légendes ne sont pas affectées." - -# @ mantra -#: admin/settings.php:1403 -msgid "The border around your inserted images. " -msgstr "Bordure autour des images insérées dans les articles ou pages." - -# @ mantra -#: admin/settings.php:1418 -msgid "The image on top of your captions. " -msgstr "Icône apparaissant au sommet des cadres avec légende." - -# @ mantra -#: admin/settings.php:1433 -msgid "The sidebar list bullets. " -msgstr "Marqueur d'élément de liste dans les volets." - -# @ mantra -#: admin/settings.php:1450 -msgid "The background for your post-metas area (under your post tiltes). Gray by default." -msgstr "Fond de la zone d'info associée à l’article (sous le titre de l'article). Gris par défaut." - -# @ mantra -#: admin/settings.php:1458 -#: admin/settings.php:1474 -#: admin/settings.php:1491 -#: admin/settings.php:1506 -#: admin/settings.php:1536 -#: admin/settings.php:1551 -#: admin/settings.php:1567 -#: admin/settings.php:1603 -#: admin/settings.php:1618 -#: admin/settings.php:1633 -#: admin/settings.php:1648 -#: admin/settings.php:1663 -#: admin/settings.php:1678 -#: admin/settings.php:1693 -#: admin/settings.php:1708 -msgid "Show" -msgstr "Afficher" - -# @ mantra -#: admin/settings.php:1458 -#: admin/settings.php:1474 -#: admin/settings.php:1491 -#: admin/settings.php:1506 -#: admin/settings.php:1536 -#: admin/settings.php:1567 -#: admin/settings.php:1603 -#: admin/settings.php:1618 -#: admin/settings.php:1633 -#: admin/settings.php:1648 -#: admin/settings.php:1663 -#: admin/settings.php:1678 -#: admin/settings.php:1693 -#: admin/settings.php:1708 -msgid "Hide" -msgstr "Cacher" - -# @ mantra -#: admin/settings.php:1466 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Afficher ou non une ligne horizontale de séparation entre les articles." - -# @ mantra -#: admin/settings.php:1482 -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "Cacher ou afficher les marqueurs d'éléments de liste dans la zone contenu (articles, pages, etc...)." - -# @ mantra -#: admin/settings.php:1499 -msgid "Hide or show Page titles on any created pages. " -msgstr "Afficher ou non les titres de page pour chaque page créée." - -# @ mantra -#: admin/settings.php:1514 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Afficher ou non un titre lors de l'affichage d'un ensemble de pages ou d'articles." - -# @ mantra -#: admin/settings.php:1529 -msgid "Hide table borders and background color." -msgstr "Activer ou non le masquage des bordures de tableau et de la couleur de fond associée" - -# @ mantra -#: admin/settings.php:1544 -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "Afficher ou masquer le texte explicatif sous le formulaire de saisie de commentaire (celui commençant par Vous pouvez utiliser...)." - -# @ mantra -#: admin/settings.php:1551 -msgid "Hide in posts" -msgstr "Cacher dans les articles" - -# @ mantra -#: admin/settings.php:1551 -msgid "Hide in pages" -msgstr "Cacher dans les pages" - -# @ mantra -#: admin/settings.php:1551 -msgid "Hide everywhere" -msgstr "Cacher partout" - -# @ mantra -#: admin/settings.php:1559 -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "Afficher ou non le texte du message Commentaires fermés qui apparaît par défaut sur chaque page ou article pour lequel les commentaires ont été fermés." - -# @ mantra -#: admin/settings.php:1575 -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "Afficher ou non le texte du message Commentaires désactivés qui apparaît pour les articles dont les commentaires ont été désactivés." - -# @ mantra -#: admin/settings.php:1591 -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "Activer/ désactiver le bouton de retour en haut de page. Ce bouton apparaît en bas de page après un défilement vertical." - -# @ mantra -#: admin/settings.php:1611 -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "Montrer ou cacher l'option Laisser un commentaire ou Commentaires à côté de l'article ou du résummé." - -# @ mantra -#: admin/settings.php:1626 -msgid "Hide or show the post date." -msgstr "Cacher ou afficher la date de publication." - -# @ mantra -#: admin/settings.php:1641 -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "Afficher/cacher l'heure de publication avec la date. L'heure ne peut être affichée si la date ne l'est pas." - -# @ mantra -#: admin/settings.php:1656 -msgid "Hide or show the post author." -msgstr "Cacher ou afficher le nom de l'auteur de l'article." - -# @ mantra -#: admin/settings.php:1671 -msgid "Hide the post category." -msgstr "Afficher ou cacher la catégorie associée à l'article." - -# @ mantra -#: admin/settings.php:1686 -msgid "Hide the 'Bookmark permalink'." -msgstr "Afficher ou non le permalien pour marque-pages." - -# @ mantra -#: admin/settings.php:1701 -msgid "Hide the meta bar. All meta info in it will be hidden." -msgstr "Cacher permet d'empêcher l'affichage de toute meta-information associée aux articles." - -# @ mantra -#: admin/settings.php:1716 -msgid "Hide the post tags." -msgstr "Afficher ou non les mots-clefs associés à l'article." - -# @ mantra -#: admin/settings.php:1729 -#: admin/settings.php:1744 -#: admin/settings.php:1760 -msgid "Excerpt" -msgstr "Extrait" - -# @ mantra -#: admin/settings.php:1729 -#: admin/settings.php:1744 -#: admin/settings.php:1760 -msgid "Full Post" -msgstr "Article entier" - -# @ mantra -#: admin/settings.php:1737 -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "Mode d'affichage des articles en page principale (sous forme d'extraits ou en totalité). Ne concerne que les articles standards. Les articles de format spécifique (en passant, image, chat, citation...) disposent de leur propre mode d'affichage." - -# @ mantra -#: admin/settings.php:1752 -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "Sélectionner la façon dont les articles épinglés sont affichés en page d'accueil (extraits ou en totalité)." - -# @ mantra -#: admin/settings.php:1768 -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "Mode d'affichage de chaque article (extrait ou article entier) lors de l'affichage d'un ensemble d'articles (sélection d'articles d'une période donnée, rattachés à une catégorie donnée, en réponse à une recherche, etc...). Comme plus haut, ne concerne que les articles standards." - -# @ mantra -#: admin/settings.php:1776 -msgid "The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that will take the reader to the full post page." -msgstr "Nombre de mots dont est composé un extrait. Quand ce nombre est atteint, l'affichage est interrompu et un lien Lire la suite est inséré, conduisant à la totalité de l'article." - -# @ mantra -#: admin/settings.php:1791 -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "Activer ou désactiver la mise en page magazine. Cette mise en page concerne les pages contenant plusieurs articles et provoque un affichage de 2 articles ou extraits par ligne." - -# @ mantra -#: admin/settings.php:1798 -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "Définir la chaîne ajoutée automatiquement à la fin des extraits (par défaut une suite de points)." - -# @ mantra -#: admin/settings.php:1805 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Définir le texte du lien de fin d'extrait conduisant à la totalité de l'article." - -#: admin/settings.php:1820 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "Par défaut le résumé WordPress supprime tous les tags HTML (" - -#: admin/settings.php:1846 -msgid "Link the thumbail to the post" -msgstr "Lié l'image à la une à l'article" - -# @ mantra -#: admin/settings.php:1849 -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image Section." -msgstr "Lors d'une affichage d'un ensemble d’articles, pour les articles disposant d'une image à la une (à sélectionner au cas par cas dans la section Image à la une), afficher ou non cette image sous forme de réduction. " - -# @ mantra -#: admin/settings.php:1864 -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "Lors de l'affichage d'un ensemble d'articles, afficher ou non la première image associée à chaque article sous forme de réduction. Si cette option est activée, elle prévaut sur l'affichage d'une éventuelle image à la une." - -# @ mantra -#: admin/settings.php:1880 -msgid "Thumbnail alignment." -msgstr "Endroit où doit être affichée une réduction d'image." - -#: admin/settings.php:1894 -msgid "Crop images to exact size." -msgstr "Réduire les images à la taille exacte." - -# @ mantra -#: admin/settings.php:1897 -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "La taille que vous souhaitez pour les vignettes (en pixels). Par défaut les imgaes seront dimentionnées avec le respect du ratio. Choisissez l'option 'crop' si vous souhaitez une taille exacte." - -# @ mantra -#: admin/settings.php:1913 -msgid "Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and and if it is bigger or at least equal to the current header size." -msgstr "Lors de l'affichage d'un article complet, activer ou désactiver l'affichage en en-tête de l'éventuelle image à la une qui lui est associée. Cette affichage n'a lieu que si la taille de l'image à la une est au moins égale à la taille courante de l'en-tête." - -# @ mantra -#: admin/settings.php:1928 -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "Sélectionner un réseau social dans le menu déroulant et saisir l'adresse correspondante (ex: http://www.facebook.com/monnom)" - -# @ mantra -#: admin/settings.php:1929 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Il est possible d'insérer jusqu'à 5 références à des réseaux sociaux." - -# @ mantra -#: admin/settings.php:1930 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Choisir l'un des 27 réseaux sociaux disponibles." - -# @ mantra -#: admin/settings.php:1931 -msgid "You can leave any number of inputs empty. " -msgstr "Chaque champ peut être laissé vide." - -# @ mantra -#: admin/settings.php:1932 -msgid "You can choose the same social media any number of times. " -msgstr "Il est possible de choisir plusieurs fois le même réseau social." - -#: admin/settings.php:1991 -msgid "Top right corner of header" -msgstr "En haut et à droite du titre" - -#: admin/settings.php:1995 -msgid "Under menu - left side" -msgstr "Sous le menu - à gauche" - -#: admin/settings.php:1999 -msgid "Under menu - right side" -msgstr "Sous le menu - à droite" - -#: admin/settings.php:2003 -msgid "In the footer (smaller icons)" -msgstr "Dans le pied de page (petites icônes)" - -# @ mantra -#: admin/settings.php:2007 -msgid "Choose the areas where to display the social icons." -msgstr "Sélectionner la ou les zones où afficher les icônes des réseaux sociaux choisis." - -# @ mantra -#: admin/settings.php:2020 -msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." -msgstr "InsĂ©rer du texte ou du code HTML qui apparaĂ®t en dernier lieu en bas de page.
      Il est possible d'utiliser HTML pour insĂ©rer des liens, des images et des caractères spĂ©ciaux tels que © ." - -# @ mantra -#: admin/settings.php:2028 -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme.
      The <style> tags are not needed." -msgstr "Insérer ici votre feuille de style CSS spécifique. Toute déclaration CSS faite ici prévaudra sur celles du thème Mantra (y compris sur les déclarations issues du paramétrage du thème fait via le paramétrage). Vos CSS seront préservés lors des mises à jour du thème. Les tags <style> ne sont pas nécessaires." - -# @ mantra -#: admin/settings.php:2035 -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
      The <script> tags are not needed." -msgstr "Insérer votre code JavaScript personalisé ici. (Google Analytics ou n'importe quel autre code d'un fournisseur). Le tag <script> n'est pas nécessaire." - -# @ mantra -#: admin/settings.php:2048 -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "Activer l'optimisation des moteurs de recherche de Mantra. Cette option est active par défaut et ne devrait être supprimée que si vous utilisez une extension SEO." - -#: admin/settings.php:2049 -msgid "All title tags are handled automatically by Mantra." -msgstr "Toutes les balises de titre sont automatiquement pris en compte par Mantra." - -# @ mantra -#: admin/settings.php:2052 -msgid "Homepage Meta Description" -msgstr "Contenu de la balise description pour la page d'accueil" - -#: admin/settings.php:2054 -msgid "This is unique and you should fill this in. Describe your site the best you can and try not to go over 160 characters." -msgstr "Cela doit être unique et vous devriez le remplir. Décriver votre site de la meilleur façon et si possible en moins de 160 caractères." - -# @ mantra -#: admin/settings.php:2058 -msgid "Meta Descriptions for all other pages:" -msgstr "Contenu de la balise description pour toutes les autres pages:" - -#: admin/settings.php:2060 -msgid "Auto" -msgstr "Auto" - -# @ mantra -#: admin/settings.php:2060 -msgid "Manual" -msgstr "Manuel" - -#: admin/settings.php:2068 -msgid "Auto - Mantra will automatically add post expcerpts to 'page' and 'post'\tmeta descriptions.
      Manual - you will enable a new custom field in your post/page admin section where you can type the exact description you want for every post and page.
      For category pages, the actual category descriptions will be used. Go to Posts > Categories and you can fill in a description for every category you have." -msgstr "Auto - Mantra va ajouter automatiquement le résumé aux 'page' et 'article' dans la balise meta de description.
      Manuel - Vous aurez à disposition un nouveau champ dans l'interface de rédaction de vos page/article où vous pourrez écrire la description exacte que vous souhaitez pour chaque page et chaque article.
      Pour les pages des catĂ©gories, la description de la catĂ©gorie sera utilisĂ©e pour la balise mĂ©ta. Aller dans Articles > CatĂ©gories et remplissez la description de chaque catĂ©gorie." - -#: admin/settings.php:2075 -msgid "Do not use" -msgstr "Ne pas utiliser" - -#: admin/settings.php:2085 -msgid "If you want to show an author in the meta tags." -msgstr "Si vous souhaitez afficher un autheur dans les balises mĂ©ta." - -# @ mantra -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "a Ă©crit:" - -# @ mantra -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "Votre commentaire est en attente de validation." - -# @ mantra -#: includes/theme-comments.php:41 -msgid "at" -msgstr "Ă " - -# @ mantra -#: includes/theme-comments.php:41 -#: includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "(Modifier)" - -# @ mantra -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "Pingback:" - -# @ mantra -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "RĂ©agir" - -# @ mantra -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "1 Commentaire" - -# @ mantra -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "% Commentaires" - -# @ mantra -#: includes/theme-comments.php:94 -#, php-format -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "Une rĂ©action Ă  %2$s" -msgstr[1] "%1$s rĂ©actions Ă  %2$s" - -# @ mantra -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "Commentaires antĂ©rieurs" - -# @ mantra -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "Commentaires plus rĂ©cents" - -# @ mantra -#: includes/theme-functions.php:58 -msgid "Menu" -msgstr "Menu" - -# @ mantra -#: includes/theme-functions.php:269 -msgid "Home Page" -msgstr "Page d'accueil" - -# @ mantra -#: includes/theme-functions.php:342 -msgid "Powered by" -msgstr "PropulsĂ© par" - -# @ mantra -#: includes/theme-functions.php:344 -msgid "Semantic Personal Publishing Platform" -msgstr "Semantic Personal Publishing Platform" - -# @ mantra -#: includes/theme-loop.php:166 -msgid "By " -msgstr "De" - -# @ mantra -#: includes/theme-loop.php:206 -msgid " Bookmark the " -msgstr "Lien pour marque-pages : " - -# @ mantra -#: includes/theme-loop.php:206 -#: includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "Permalink to" -msgstr "Permalien vers" - -# @ mantra -#: includes/theme-loop.php:206 -#: includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "permalink" -msgstr "permalien" - -# @ mantra -#: includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "Bookmark the " -msgstr "Pour marque-pages : " - -# @ mantra -#: includes/theme-loop.php:232 -msgid "« Older posts" -msgstr "« Articles antĂ©rieurs" - -# @ mantra -#: includes/theme-loop.php:233 -msgid "Newer posts »" -msgstr "Articles postĂ©rieurs »" - -# @ mantra -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Page %s" - -# @ mantra -#: includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "Navigation principale" - -# @ mantra -#: includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "Navigation haut de page" - -# @ mantra -#: includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "Navigation bas de page" - -# @ mantra -#: includes/theme-setup.php:129 -msgid "mantra" -msgstr "mantra" - -# @ mantra -#: includes/theme-setup.php:188 -msgid "Skip to content" -msgstr "Passer directement au contenu" - -# @ mantra -#: includes/theme-setup.php:215 -msgid "Primary Widget Area - Sidebar 1" -msgstr "Zone widget primaire - Volet 1" - -# @ mantra -#: includes/theme-setup.php:217 -msgid "Primary widget area - Sidebar 1" -msgstr "Zone widget N°1 - Volet 1" - -# @ mantra -#: includes/theme-setup.php:226 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Zone widget secondaire - Volet 1" - -# @ mantra -#: includes/theme-setup.php:228 -msgid "Secondary widget area - Sidebar 1" -msgstr "Zone widget N°2 - Volet 1" - -# @ mantra -#: includes/theme-setup.php:237 -msgid "Third Widget Area - Sidebar 2" -msgstr "3ème zone widget - Volet 2" - -# @ mantra -#: includes/theme-setup.php:239 -msgid "Third widget area - Sidebar 2" -msgstr "Zone widget N°3 - Volet 2" - -# @ mantra -#: includes/theme-setup.php:248 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "4ème zone widget - Volet 2" - -# @ mantra -#: includes/theme-setup.php:250 -msgid "Fourth widget area - Sidebar 2" -msgstr "Zone widget N°4 - Volet 2" - -# @ mantra -#: includes/theme-setup.php:259 -msgid "First Footer Widget Area" -msgstr "1ère zone widget de bas de page" - -# @ mantra -#: includes/theme-setup.php:261 -msgid "First footer widget area" -msgstr "Zone widget de bas de page N°1" - -# @ mantra -#: includes/theme-setup.php:270 -msgid "Second Footer Widget Area" -msgstr "2ème zone widget de bas de page" - -# @ mantra -#: includes/theme-setup.php:272 -msgid "Second footer widget area" -msgstr "Zone widget de bas de page N°2" - -# @ mantra -#: includes/theme-setup.php:281 -msgid "Third Footer Widget Area" -msgstr "3ème zone widget de bas de page" - -# @ mantra -#: includes/theme-setup.php:283 -msgid "The third footer widget area" -msgstr "Zone widget de bas de page N°3" - -# @ mantra -#: includes/theme-setup.php:292 -msgid "Fourth Footer Widget Area" -msgstr "4ème zone widget de bas de page" - -# @ mantra -#: includes/theme-setup.php:294 -msgid "The fourth footer widget area" -msgstr "Zone widget de bas de page N°4" - -# @ mantra -#: includes/theme-setup.php:303 -#: includes/theme-setup.php:305 -msgid "Above content Widget Area" -msgstr "Au dessus de la zone de Widget" - -# @ mantra -#: includes/theme-setup.php:314 -#: includes/theme-setup.php:316 -msgid "Below Content Widget Area" -msgstr "En dessous de la zone de Widget" - diff --git a/themes/mantra/languages/he_IL.po b/themes/mantra/languages/he_IL.po index 1a90323c..eb130999 100644 --- a/themes/mantra/languages/he_IL.po +++ b/themes/mantra/languages/he_IL.po @@ -1,1889 +1,1889 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-08 18:32+0200\n" -"PO-Revision-Date: 2012-09-08 18:32+0200\n" -"Last-Translator: Kay \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "" - -#: 404.php:19 -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "" - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "" - -#: archive.php:57 -#: author.php:74 -#: category.php:50 -msgid "Nothing Found" -msgstr "" - -#: archive.php:61 -#: author.php:78 -#: category.php:54 -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "" - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "" - -#: attachment.php:29 -msgid "By" -msgstr "" - -#: attachment.php:40 -msgid "Published" -msgstr "" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "" - -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:48 -#: content-gallery.php:64 -#: content-image.php:41 -#: content-link.php:48 -#: content-page.php:22 -#: content-quote.php:46 -#: content-status.php:49 -#: content.php:80 -msgid "Edit" -msgstr "" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "" - -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:37 -#: content-gallery.php:54 -#: content-image.php:32 -#: content-link.php:37 -#: content-page.php:21 -#: content-quote.php:36 -#: content-status.php:40 -#: content.php:52 -#: content.php:69 -msgid "Pages:" -msgstr "" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "" - -#: comments.php:18 -msgid "This post is password protected. Enter the password to view any comments." -msgstr "" - -#: comments.php:41 -#: comments.php:60 -msgid "Older Comments" -msgstr "" - -#: comments.php:42 -#: comments.php:61 -msgid "Newer Comments" -msgstr "" - -#: comments.php:72 -#: content-page.php:27 -msgid "Comments are closed." -msgstr "" - -#: content-aside.php:21 -msgid "Aside" -msgstr "" - -#: content-aside.php:38 -#: content-chat.php:36 -#: content-gallery.php:32 -#: content-image.php:31 -#: content-link.php:36 -#: content-quote.php:35 -#: content-status.php:39 -msgid "Continue reading " -msgstr "" - -#: content-aside.php:46 -#: content-chat.php:44 -#: content-gallery.php:61 -#: content-image.php:38 -#: content-link.php:44 -#: content-quote.php:43 -#: content-status.php:47 -#: content.php:78 -msgid "Tagged" -msgstr "" - -#: content-chat.php:20 -msgid "Chat" -msgstr "" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "" - -#: content-image.php:19 -msgid "Image" -msgstr "" - -#: content-link.php:20 -msgid "Link" -msgstr "" - -#: content-quote.php:19 -msgid "Quote" -msgstr "" - -#: content-status.php:31 -msgid "Status" -msgstr "" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "" - -#: sidebar.php:35 -#: sidebar.php:92 -msgid "Archives" -msgstr "" - -#: sidebar.php:42 -#: sidebar.php:99 -msgid "Meta" -msgstr "" - -#: single.php:44 -msgid "View all posts by " -msgstr "" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "" - -#: admin/admin-functions.php:62 -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "" - -#: admin/admin-functions.php:72 -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "" - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "" - -#: admin/admin-functions.php:155 -#: admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "" - -#: admin/admin-functions.php:156 -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "" - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "" - -#: admin/admin-functions.php:168 -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "" - -#: admin/admin-functions.php:177 -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "" - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "" - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "" - -#: admin/main.php:110 -msgid "Slides" -msgstr "" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "" - -#: admin/main.php:112 -msgid "Extras" -msgstr "" - -#: admin/main.php:114 -msgid "General Font" -msgstr "" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "" - -#: admin/main.php:132 -msgid "Menu background color" -msgstr "" - -#: admin/main.php:134 -msgid "Site Title Color" -msgstr "" - -#: admin/main.php:135 -msgid "Site Description Color" -msgstr "" - -#: admin/main.php:137 -msgid "Content Text Color" -msgstr "" - -#: admin/main.php:138 -msgid "Links Color" -msgstr "" - -#: admin/main.php:139 -msgid "Links Hover Color" -msgstr "" - -#: admin/main.php:140 -msgid "Post Title Color" -msgstr "" - -#: admin/main.php:141 -msgid "Post Title Hover Color" -msgstr "" - -#: admin/main.php:142 -msgid "Sidebar Header Background Color" -msgstr "" - -#: admin/main.php:143 -msgid "Sidebar Header Text Color" -msgstr "" - -#: admin/main.php:144 -msgid "Footer Widget Background Color" -msgstr "" - -#: admin/main.php:145 -msgid "Footer Background Color" -msgstr "" - -#: admin/main.php:146 -msgid "Footer Widget Header Text Color" -msgstr "" - -#: admin/main.php:147 -msgid "Footer Widget Link Color" -msgstr "" - -#: admin/main.php:148 -msgid "Footer Widget Hover Color" -msgstr "" - -#: admin/main.php:150 -msgid "Caption Border" -msgstr "" - -#: admin/main.php:151 -msgid "Post Images Border" -msgstr "" - -#: admin/main.php:152 -msgid "Caption Pin" -msgstr "" - -#: admin/main.php:153 -msgid "Sidebar Menu Bullets" -msgstr "" - -#: admin/main.php:154 -msgid "Meta Area Background" -msgstr "" - -#: admin/main.php:155 -msgid "Post Separator" -msgstr "" - -#: admin/main.php:156 -msgid "Content List Bullets" -msgstr "" - -#: admin/main.php:157 -msgid "Title and Description" -msgstr "" - -#: admin/main.php:158 -msgid "Page Titles" -msgstr "" - -#: admin/main.php:159 -msgid "Category Page Titles" -msgstr "" - -#: admin/main.php:160 -msgid "Hide Tables" -msgstr "" - -#: admin/main.php:161 -msgid "Back to Top button" -msgstr "" - -#: admin/main.php:162 -msgid "Text Under Comments" -msgstr "" - -#: admin/main.php:163 -msgid "Comments are closed text" -msgstr "" - -#: admin/main.php:164 -msgid "Comments off" -msgstr "" - -#: admin/main.php:165 -msgid "Insert footer copyright" -msgstr "" - -#: admin/main.php:167 -msgid "Post Comments Link" -msgstr "" - -#: admin/main.php:168 -msgid "Post Date" -msgstr "" - -#: admin/main.php:169 -msgid "Post Time" -msgstr "" - -#: admin/main.php:170 -msgid "Post Author" -msgstr "" - -#: admin/main.php:171 -msgid "Post Category" -msgstr "" - -#: admin/main.php:172 -msgid "Post Tags" -msgstr "" - -#: admin/main.php:173 -msgid "Post Permalink" -msgstr "" - -#: admin/main.php:174 -msgid "All Post Metas" -msgstr "" - -#: admin/main.php:176 -msgid "Post Excerpts on Home Page" -msgstr "" - -#: admin/main.php:177 -msgid "Affect Sticky Posts" -msgstr "" - -#: admin/main.php:178 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "" - -#: admin/main.php:179 -msgid "Number of Words for Post Excerpts " -msgstr "" - -#: admin/main.php:180 -msgid "Magazine Layout" -msgstr "" - -#: admin/main.php:181 -msgid "Excerpt suffix" -msgstr "" - -#: admin/main.php:182 -msgid "Continue reading link text " -msgstr "" - -#: admin/main.php:183 -msgid "HTML tags in Excerpts" -msgstr "" - -#: admin/main.php:185 -msgid "Featured Images as POST Thumbnails " -msgstr "" - -#: admin/main.php:186 -msgid "Auto Select Images From Posts " -msgstr "" - -#: admin/main.php:187 -msgid "Thumbnails Alignment " -msgstr "" - -#: admin/main.php:188 -msgid "Thumbnails Size " -msgstr "" - -#: admin/main.php:189 -msgid "Featured Images as HEADER Images " -msgstr "" - -#: admin/main.php:191 -msgid "Link nr. 1" -msgstr "" - -#: admin/main.php:192 -msgid "Link nr. 2" -msgstr "" - -#: admin/main.php:193 -msgid "Link nr. 3" -msgstr "" - -#: admin/main.php:194 -msgid "Link nr. 4" -msgstr "" - -#: admin/main.php:195 -msgid "Link nr. 5" -msgstr "" - -#: admin/main.php:196 -msgid "Socials display" -msgstr "" - -#: admin/main.php:198 -msgid "Make Site Header a Link" -msgstr "" - -#: admin/main.php:199 -msgid "Breadcrumbs" -msgstr "" - -#: admin/main.php:200 -msgid "Pagination" -msgstr "" - -#: admin/main.php:201 -msgid "Mobile view" -msgstr "" - -#: admin/main.php:202 -msgid "FavIcon" -msgstr "" - -#: admin/main.php:203 -msgid "Custom CSS" -msgstr "" - -#: admin/main.php:204 -msgid "Custom JavaScript" -msgstr "" - -#: admin/main.php:205 -msgid "SEO Settings" -msgstr "" - -#: admin/main.php:222 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "" - -#: admin/main.php:232 -msgid "Mantra settings updated successfully." -msgstr "" - -#: admin/main.php:243 -msgid "Reset to Defaults" -msgstr "" - -#: admin/main.php:244 -msgid "Save Changes" -msgstr "" - -#: admin/main.php:258 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " -msgstr "" - -#: admin/main.php:273 -msgid "Import/Export Settings" -msgstr "" - -#: admin/main.php:279 -msgid "Export Theme options" -msgstr "" - -#: admin/main.php:280 -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "" - -#: admin/main.php:285 -msgid "Import Theme options" -msgstr "" - -#: admin/main.php:286 -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "" - -#: admin/main.php:293 -msgid "Mantra Latest News" -msgstr "" - -#: admin/main.php:304 -msgid "No news items." -msgstr "" - -#: admin/main.php:318 -msgid "Mantra Help" -msgstr "" - -#: admin/main.php:321 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" - -#: admin/main.php:332 -msgid "Mantra Support Page" -msgstr "" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "" - -#: admin/settings.php:189 -#: admin/settings.php:209 -msgid "Content =" -msgstr "" - -#: admin/settings.php:190 -#: admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "" - -#: admin/settings.php:191 -#: admin/settings.php:211 -msgid "Total width =" -msgstr "" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" - -#: admin/settings.php:244 -msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be = " -msgstr "" - -#: admin/settings.php:257 -#: admin/settings.php:969 -#: admin/settings.php:1031 -#: admin/settings.php:1353 -#: admin/settings.php:1415 -#: admin/settings.php:1623 -#: admin/settings.php:1652 -#: admin/settings.php:1675 -#: admin/settings.php:1698 -#: admin/settings.php:1747 -#: admin/settings.php:1876 -#: admin/settings.php:1891 -#: admin/settings.php:1906 -#: admin/settings.php:1921 -#: admin/settings.php:1963 -msgid "Enable" -msgstr "" - -#: admin/settings.php:257 -#: admin/settings.php:969 -#: admin/settings.php:1031 -#: admin/settings.php:1353 -#: admin/settings.php:1415 -#: admin/settings.php:1623 -#: admin/settings.php:1652 -#: admin/settings.php:1675 -#: admin/settings.php:1698 -#: admin/settings.php:1747 -#: admin/settings.php:1876 -#: admin/settings.php:1891 -#: admin/settings.php:1906 -#: admin/settings.php:1921 -#: admin/settings.php:1963 -msgid "Disable" -msgstr "" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" -"\t\ttext and images." -msgstr "" - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "" - -#: admin/settings.php:276 -msgid "width" -msgstr "" - -#: admin/settings.php:277 -msgid "height" -msgstr "" - -#: admin/settings.php:278 -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "" - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "" - -#: admin/settings.php:282 -msgid "Random" -msgstr "" - -#: admin/settings.php:282 -msgid "Fold" -msgstr "" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "" - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "" - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "" - -#: admin/settings.php:293 -msgid "Width" -msgstr "" - -#: admin/settings.php:294 -msgid "Color" -msgstr "" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "" - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "" - -#: admin/settings.php:299 -#: admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "" - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "" - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "" - -#: admin/settings.php:309 -#: admin/settings.php:1259 -msgid "None" -msgstr "" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "" - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "" - -#: admin/settings.php:370 -#: admin/settings.php:438 -msgid "Select Category" -msgstr "" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "" - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "" - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" - -#: admin/settings.php:423 -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "" - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "" - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "" - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "" - -#: admin/settings.php:464 -#: admin/settings.php:479 -#: admin/settings.php:494 -#: admin/settings.php:509 -#: admin/settings.php:524 -#: admin/settings.php:567 -#: admin/settings.php:582 -#: admin/settings.php:597 -#: admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "" - -#: admin/settings.php:465 -#: admin/settings.php:480 -#: admin/settings.php:495 -#: admin/settings.php:510 -#: admin/settings.php:525 -#: admin/settings.php:568 -#: admin/settings.php:583 -#: admin/settings.php:613 -msgid "Title" -msgstr "" - -#: admin/settings.php:467 -#: admin/settings.php:482 -#: admin/settings.php:497 -#: admin/settings.php:512 -#: admin/settings.php:527 -#: admin/settings.php:570 -#: admin/settings.php:585 -#: admin/settings.php:600 -#: admin/settings.php:615 -msgid "Text" -msgstr "" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "" - -#: admin/settings.php:533 -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "" - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "" - -#: admin/settings.php:559 -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "" - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "" - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "" - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "" - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "" - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "" - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "" - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "" - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "" - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "" - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "" - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "" - -#: admin/settings.php:703 -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" - -#: admin/settings.php:747 -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "" - -#: admin/settings.php:748 -#: admin/settings.php:797 -#: admin/settings.php:848 -#: admin/settings.php:899 -msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" - -#: admin/settings.php:795 -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/settings.php:846 -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/settings.php:897 -msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/settings.php:909 -#: admin/settings.php:924 -#: admin/settings.php:939 -#: admin/settings.php:984 -#: admin/settings.php:999 -#: admin/settings.php:1014 -msgid "Default" -msgstr "" - -#: admin/settings.php:917 -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:932 -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:939 -#: admin/settings.php:1714 -msgid "Left" -msgstr "" - -#: admin/settings.php:939 -#: admin/settings.php:1714 -msgid "Right" -msgstr "" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "" - -#: admin/settings.php:939 -#: admin/settings.php:1714 -msgid "Center" -msgstr "" - -#: admin/settings.php:947 -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "" - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "" - -#: admin/settings.php:992 -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1007 -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1022 -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "" - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "" - -#: admin/settings.php:1059 -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "" - -#: admin/settings.php:1066 -msgid "Content background color (Default value is FAFAFA). Works best with really light colors." -msgstr "" - -#: admin/settings.php:1073 -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "" - -#: admin/settings.php:1081 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" - -#: admin/settings.php:1089 -msgid "Footer background color (Default value is 222222)." -msgstr "" - -#: admin/settings.php:1097 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "" - -#: admin/settings.php:1105 -msgid "Your blog's description color(Default value is 222222)." -msgstr "" - -#: admin/settings.php:1113 -msgid "Content Text Color (Default value is 333333)." -msgstr "" - -#: admin/settings.php:1121 -msgid "Links color (Default value is 0D85CC)." -msgstr "" - -#: admin/settings.php:1129 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" - -#: admin/settings.php:1137 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "" - -#: admin/settings.php:1145 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" - -#: admin/settings.php:1153 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "" - -#: admin/settings.php:1162 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "" - -#: admin/settings.php:1170 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "" - -#: admin/settings.php:1178 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "" - -#: admin/settings.php:1186 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" - -#: admin/settings.php:1198 -#: admin/settings.php:1259 -msgid "White" -msgstr "" - -#: admin/settings.php:1198 -msgid "Light" -msgstr "" - -#: admin/settings.php:1198 -msgid "Light Gray" -msgstr "" - -#: admin/settings.php:1198 -#: admin/settings.php:1259 -msgid "Gray" -msgstr "" - -#: admin/settings.php:1198 -msgid "Dark Gray" -msgstr "" - -#: admin/settings.php:1198 -msgid "Black" -msgstr "" - -#: admin/settings.php:1206 -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "" - -#: admin/settings.php:1222 -msgid "The border around your inserted images. " -msgstr "" - -#: admin/settings.php:1237 -msgid "The image on top of your captions. " -msgstr "" - -#: admin/settings.php:1252 -msgid "The sidebar list bullets. " -msgstr "" - -#: admin/settings.php:1267 -msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" -msgstr "" - -#: admin/settings.php:1275 -#: admin/settings.php:1291 -#: admin/settings.php:1308 -#: admin/settings.php:1323 -#: admin/settings.php:1338 -#: admin/settings.php:1368 -#: admin/settings.php:1383 -#: admin/settings.php:1399 -#: admin/settings.php:1442 -#: admin/settings.php:1457 -#: admin/settings.php:1472 -#: admin/settings.php:1487 -#: admin/settings.php:1502 -#: admin/settings.php:1517 -#: admin/settings.php:1532 -#: admin/settings.php:1547 -msgid "Show" -msgstr "" - -#: admin/settings.php:1275 -#: admin/settings.php:1291 -#: admin/settings.php:1308 -#: admin/settings.php:1323 -#: admin/settings.php:1338 -#: admin/settings.php:1368 -#: admin/settings.php:1399 -#: admin/settings.php:1442 -#: admin/settings.php:1457 -#: admin/settings.php:1472 -#: admin/settings.php:1487 -#: admin/settings.php:1502 -#: admin/settings.php:1517 -#: admin/settings.php:1532 -#: admin/settings.php:1547 -msgid "Hide" -msgstr "" - -#: admin/settings.php:1283 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "" - -#: admin/settings.php:1299 -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "" - -#: admin/settings.php:1316 -msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." -msgstr "" - -#: admin/settings.php:1331 -msgid "Hide or show Page titles on any created pages. " -msgstr "" - -#: admin/settings.php:1346 -msgid "Hide or show Page titles on Category Pages. " -msgstr "" - -#: admin/settings.php:1361 -msgid "Hide table borders and background color." -msgstr "" - -#: admin/settings.php:1376 -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "" - -#: admin/settings.php:1383 -msgid "Hide in posts" -msgstr "" - -#: admin/settings.php:1383 -msgid "Hide in pages" -msgstr "" - -#: admin/settings.php:1383 -msgid "Hide everywhere" -msgstr "" - -#: admin/settings.php:1391 -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "" - -#: admin/settings.php:1407 -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "" - -#: admin/settings.php:1423 -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "" - -#: admin/settings.php:1430 -msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." -msgstr "" - -#: admin/settings.php:1450 -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" - -#: admin/settings.php:1465 -msgid "Hide or show the post date." -msgstr "" - -#: admin/settings.php:1480 -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "" - -#: admin/settings.php:1495 -msgid "Hide or show the post author." -msgstr "" - -#: admin/settings.php:1510 -msgid "Hide the post category." -msgstr "" - -#: admin/settings.php:1525 -msgid "Hide the post tags." -msgstr "" - -#: admin/settings.php:1540 -msgid "Hide the 'Bookmark permalink'." -msgstr "" - -#: admin/settings.php:1555 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" - -#: admin/settings.php:1568 -#: admin/settings.php:1583 -#: admin/settings.php:1599 -msgid "Excerpt" -msgstr "" - -#: admin/settings.php:1568 -#: admin/settings.php:1583 -#: admin/settings.php:1599 -msgid "Full Post" -msgstr "" - -#: admin/settings.php:1576 -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" - -#: admin/settings.php:1591 -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "" - -#: admin/settings.php:1607 -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "" - -#: admin/settings.php:1615 -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" - -#: admin/settings.php:1631 -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "" - -#: admin/settings.php:1638 -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "" - -#: admin/settings.php:1645 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" - -#: admin/settings.php:1660 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" - -#: admin/settings.php:1691 -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "" - -#: admin/settings.php:1706 -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "" - -#: admin/settings.php:1722 -msgid "Thumbnail alignment." -msgstr "" - -#: admin/settings.php:1739 -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "" - -#: admin/settings.php:1755 -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" - -#: admin/settings.php:1776 -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "" - -#: admin/settings.php:1790 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "" - -#: admin/settings.php:1804 -msgid "There are a total of 27 social networks to choose from. " -msgstr "" - -#: admin/settings.php:1818 -msgid "You can leave any number of inputs empty. " -msgstr "" - -#: admin/settings.php:1832 -msgid "You can choose the same social media any number of times. " -msgstr "" - -#: admin/settings.php:1863 -msgid "Choose the areas where to display the social icons." -msgstr "" - -#: admin/settings.php:1884 -msgid "Make the site header into a clickable link that links to your index page." -msgstr "" - -#: admin/settings.php:1899 -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "" - -#: admin/settings.php:1914 -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "" - -#: admin/settings.php:1929 -msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " -msgstr "" - -#: admin/settings.php:1939 -msgid "Upload or select favicon from gallery" -msgstr "" - -#: admin/settings.php:1943 -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " -msgstr "" - -#: admin/settings.php:1951 -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme." -msgstr "" - -#: admin/settings.php:1958 -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software)." -msgstr "" - -#: admin/settings.php:1971 -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "" - -#: admin/settings.php:1983 -msgid "Auto" -msgstr "" - -#: admin/settings.php:1983 -msgid "Manual" -msgstr "" - -#: includes/theme-functions.php:213 -msgid "Home Page" -msgstr "" - -#: includes/theme-loop.php:146 -msgid "says:" -msgstr "" - -#: includes/theme-loop.php:152 -msgid "Your comment is awaiting moderation." -msgstr "" - -#: includes/theme-loop.php:159 -msgid "at" -msgstr "" - -#: includes/theme-loop.php:159 -#: includes/theme-loop.php:176 -msgid "(Edit)" -msgstr "" - -#: includes/theme-loop.php:176 -msgid "Pingback: " -msgstr "" - -#: includes/theme-loop.php:213 -msgid "By " -msgstr "" - -#: includes/theme-loop.php:224 -msgid "Leave a comment" -msgstr "" - -#: includes/theme-loop.php:224 -msgid "1 Comment" -msgstr "" - -#: includes/theme-loop.php:224 -msgid "% Comments" -msgstr "" - -#: includes/theme-loop.php:247 -msgid " Bookmark the " -msgstr "" - -#: includes/theme-loop.php:247 -#: includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "Permalink to" -msgstr "" - -#: includes/theme-loop.php:247 -#: includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "permalink" -msgstr "" - -#: includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "Bookmark the " -msgstr "" - -#: includes/theme-loop.php:273 -msgid "« Older posts" -msgstr "" - -#: includes/theme-loop.php:274 -msgid "Newer posts »" -msgstr "" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "" - -#: includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "" - -#: includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "" - -#: includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "" - -#: includes/theme-setup.php:137 -msgid "mantra" -msgstr "" - -#: includes/theme-setup.php:198 -msgid "Skip to content" -msgstr "" - -#: includes/theme-setup.php:224 -msgid "Primary Widget Area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:226 -msgid "Primary widget area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:235 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:237 -msgid "Secondary widget area - Sidebar 1" -msgstr "" - -#: includes/theme-setup.php:246 -msgid "Third Widget Area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:248 -msgid "Third widget area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:257 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:259 -msgid "Fourth widget area - Sidebar 2" -msgstr "" - -#: includes/theme-setup.php:268 -msgid "First Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:270 -msgid "First footer widget area" -msgstr "" - -#: includes/theme-setup.php:279 -msgid "Second Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:281 -msgid "Second footer widget area" -msgstr "" - -#: includes/theme-setup.php:290 -msgid "Third Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:292 -msgid "The third footer widget area" -msgstr "" - -#: includes/theme-setup.php:301 -msgid "Fourth Footer Widget Area" -msgstr "" - -#: includes/theme-setup.php:303 -msgid "The fourth footer widget area" -msgstr "" - +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-09-08 18:32+0200\n" +"PO-Revision-Date: 2012-09-08 18:32+0200\n" +"Last-Translator: Kay \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "" + +#: 404.php:19 +msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." +msgstr "" + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "" + +#: archive.php:57 +#: author.php:74 +#: category.php:50 +msgid "Nothing Found" +msgstr "" + +#: archive.php:61 +#: author.php:78 +#: category.php:54 +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "" + +#: attachment.php:29 +msgid "By" +msgstr "" + +#: attachment.php:40 +msgid "Published" +msgstr "" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "" + +#: attachment.php:60 +#: attachment.php:107 +#: content-aside.php:48 +#: content-chat.php:48 +#: content-gallery.php:64 +#: content-image.php:41 +#: content-link.php:48 +#: content-page.php:22 +#: content-quote.php:46 +#: content-status.php:49 +#: content.php:80 +msgid "Edit" +msgstr "" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "" + +#: attachment.php:101 +#: content-aside.php:39 +#: content-chat.php:37 +#: content-gallery.php:54 +#: content-image.php:32 +#: content-link.php:37 +#: content-page.php:21 +#: content-quote.php:36 +#: content-status.php:40 +#: content.php:52 +#: content.php:69 +msgid "Pages:" +msgstr "" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "" + +#: comments.php:18 +msgid "This post is password protected. Enter the password to view any comments." +msgstr "" + +#: comments.php:41 +#: comments.php:60 +msgid "Older Comments" +msgstr "" + +#: comments.php:42 +#: comments.php:61 +msgid "Newer Comments" +msgstr "" + +#: comments.php:72 +#: content-page.php:27 +msgid "Comments are closed." +msgstr "" + +#: content-aside.php:21 +msgid "Aside" +msgstr "" + +#: content-aside.php:38 +#: content-chat.php:36 +#: content-gallery.php:32 +#: content-image.php:31 +#: content-link.php:36 +#: content-quote.php:35 +#: content-status.php:39 +msgid "Continue reading " +msgstr "" + +#: content-aside.php:46 +#: content-chat.php:44 +#: content-gallery.php:61 +#: content-image.php:38 +#: content-link.php:44 +#: content-quote.php:43 +#: content-status.php:47 +#: content.php:78 +msgid "Tagged" +msgstr "" + +#: content-chat.php:20 +msgid "Chat" +msgstr "" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "" + +#: content-image.php:19 +msgid "Image" +msgstr "" + +#: content-link.php:20 +msgid "Link" +msgstr "" + +#: content-quote.php:19 +msgid "Quote" +msgstr "" + +#: content-status.php:31 +msgid "Status" +msgstr "" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "" + +#: sidebar.php:35 +#: sidebar.php:92 +msgid "Archives" +msgstr "" + +#: sidebar.php:42 +#: sidebar.php:99 +msgid "Meta" +msgstr "" + +#: single.php:44 +msgid "View all posts by " +msgstr "" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "" + +#: admin/admin-functions.php:62 +msgid "Before you can upload your import file, you will need to fix the following error:" +msgstr "" + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "" + +#: admin/admin-functions.php:72 +msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." +msgstr "" + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "" + +#: admin/admin-functions.php:155 +#: admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "" + +#: admin/admin-functions.php:156 +msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." +msgstr "" + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "" + +#: admin/admin-functions.php:168 +msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." +msgstr "" + +#: admin/admin-functions.php:177 +msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." +msgstr "" + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "" + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "" + +#: admin/main.php:110 +msgid "Slides" +msgstr "" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "" + +#: admin/main.php:112 +msgid "Extras" +msgstr "" + +#: admin/main.php:114 +msgid "General Font" +msgstr "" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "" + +#: admin/main.php:132 +msgid "Menu background color" +msgstr "" + +#: admin/main.php:134 +msgid "Site Title Color" +msgstr "" + +#: admin/main.php:135 +msgid "Site Description Color" +msgstr "" + +#: admin/main.php:137 +msgid "Content Text Color" +msgstr "" + +#: admin/main.php:138 +msgid "Links Color" +msgstr "" + +#: admin/main.php:139 +msgid "Links Hover Color" +msgstr "" + +#: admin/main.php:140 +msgid "Post Title Color" +msgstr "" + +#: admin/main.php:141 +msgid "Post Title Hover Color" +msgstr "" + +#: admin/main.php:142 +msgid "Sidebar Header Background Color" +msgstr "" + +#: admin/main.php:143 +msgid "Sidebar Header Text Color" +msgstr "" + +#: admin/main.php:144 +msgid "Footer Widget Background Color" +msgstr "" + +#: admin/main.php:145 +msgid "Footer Background Color" +msgstr "" + +#: admin/main.php:146 +msgid "Footer Widget Header Text Color" +msgstr "" + +#: admin/main.php:147 +msgid "Footer Widget Link Color" +msgstr "" + +#: admin/main.php:148 +msgid "Footer Widget Hover Color" +msgstr "" + +#: admin/main.php:150 +msgid "Caption Border" +msgstr "" + +#: admin/main.php:151 +msgid "Post Images Border" +msgstr "" + +#: admin/main.php:152 +msgid "Caption Pin" +msgstr "" + +#: admin/main.php:153 +msgid "Sidebar Menu Bullets" +msgstr "" + +#: admin/main.php:154 +msgid "Meta Area Background" +msgstr "" + +#: admin/main.php:155 +msgid "Post Separator" +msgstr "" + +#: admin/main.php:156 +msgid "Content List Bullets" +msgstr "" + +#: admin/main.php:157 +msgid "Title and Description" +msgstr "" + +#: admin/main.php:158 +msgid "Page Titles" +msgstr "" + +#: admin/main.php:159 +msgid "Category Page Titles" +msgstr "" + +#: admin/main.php:160 +msgid "Hide Tables" +msgstr "" + +#: admin/main.php:161 +msgid "Back to Top button" +msgstr "" + +#: admin/main.php:162 +msgid "Text Under Comments" +msgstr "" + +#: admin/main.php:163 +msgid "Comments are closed text" +msgstr "" + +#: admin/main.php:164 +msgid "Comments off" +msgstr "" + +#: admin/main.php:165 +msgid "Insert footer copyright" +msgstr "" + +#: admin/main.php:167 +msgid "Post Comments Link" +msgstr "" + +#: admin/main.php:168 +msgid "Post Date" +msgstr "" + +#: admin/main.php:169 +msgid "Post Time" +msgstr "" + +#: admin/main.php:170 +msgid "Post Author" +msgstr "" + +#: admin/main.php:171 +msgid "Post Category" +msgstr "" + +#: admin/main.php:172 +msgid "Post Tags" +msgstr "" + +#: admin/main.php:173 +msgid "Post Permalink" +msgstr "" + +#: admin/main.php:174 +msgid "All Post Metas" +msgstr "" + +#: admin/main.php:176 +msgid "Post Excerpts on Home Page" +msgstr "" + +#: admin/main.php:177 +msgid "Affect Sticky Posts" +msgstr "" + +#: admin/main.php:178 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "" + +#: admin/main.php:179 +msgid "Number of Words for Post Excerpts " +msgstr "" + +#: admin/main.php:180 +msgid "Magazine Layout" +msgstr "" + +#: admin/main.php:181 +msgid "Excerpt suffix" +msgstr "" + +#: admin/main.php:182 +msgid "Continue reading link text " +msgstr "" + +#: admin/main.php:183 +msgid "HTML tags in Excerpts" +msgstr "" + +#: admin/main.php:185 +msgid "Featured Images as POST Thumbnails " +msgstr "" + +#: admin/main.php:186 +msgid "Auto Select Images From Posts " +msgstr "" + +#: admin/main.php:187 +msgid "Thumbnails Alignment " +msgstr "" + +#: admin/main.php:188 +msgid "Thumbnails Size " +msgstr "" + +#: admin/main.php:189 +msgid "Featured Images as HEADER Images " +msgstr "" + +#: admin/main.php:191 +msgid "Link nr. 1" +msgstr "" + +#: admin/main.php:192 +msgid "Link nr. 2" +msgstr "" + +#: admin/main.php:193 +msgid "Link nr. 3" +msgstr "" + +#: admin/main.php:194 +msgid "Link nr. 4" +msgstr "" + +#: admin/main.php:195 +msgid "Link nr. 5" +msgstr "" + +#: admin/main.php:196 +msgid "Socials display" +msgstr "" + +#: admin/main.php:198 +msgid "Make Site Header a Link" +msgstr "" + +#: admin/main.php:199 +msgid "Breadcrumbs" +msgstr "" + +#: admin/main.php:200 +msgid "Pagination" +msgstr "" + +#: admin/main.php:201 +msgid "Mobile view" +msgstr "" + +#: admin/main.php:202 +msgid "FavIcon" +msgstr "" + +#: admin/main.php:203 +msgid "Custom CSS" +msgstr "" + +#: admin/main.php:204 +msgid "Custom JavaScript" +msgstr "" + +#: admin/main.php:205 +msgid "SEO Settings" +msgstr "" + +#: admin/main.php:222 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "" + +#: admin/main.php:232 +msgid "Mantra settings updated successfully." +msgstr "" + +#: admin/main.php:243 +msgid "Reset to Defaults" +msgstr "" + +#: admin/main.php:244 +msgid "Save Changes" +msgstr "" + +#: admin/main.php:258 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " +msgstr "" + +#: admin/main.php:273 +msgid "Import/Export Settings" +msgstr "" + +#: admin/main.php:279 +msgid "Export Theme options" +msgstr "" + +#: admin/main.php:280 +msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" +msgstr "" + +#: admin/main.php:285 +msgid "Import Theme options" +msgstr "" + +#: admin/main.php:286 +msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." +msgstr "" + +#: admin/main.php:293 +msgid "Mantra Latest News" +msgstr "" + +#: admin/main.php:304 +msgid "No news items." +msgstr "" + +#: admin/main.php:318 +msgid "Mantra Help" +msgstr "" + +#: admin/main.php:321 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" + +#: admin/main.php:332 +msgid "Mantra Support Page" +msgstr "" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "" + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "" + +#: admin/settings.php:189 +#: admin/settings.php:209 +msgid "Content =" +msgstr "" + +#: admin/settings.php:190 +#: admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "" + +#: admin/settings.php:191 +#: admin/settings.php:211 +msgid "Total width =" +msgstr "" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" + +#: admin/settings.php:244 +msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be = " +msgstr "" + +#: admin/settings.php:257 +#: admin/settings.php:969 +#: admin/settings.php:1031 +#: admin/settings.php:1353 +#: admin/settings.php:1415 +#: admin/settings.php:1623 +#: admin/settings.php:1652 +#: admin/settings.php:1675 +#: admin/settings.php:1698 +#: admin/settings.php:1747 +#: admin/settings.php:1876 +#: admin/settings.php:1891 +#: admin/settings.php:1906 +#: admin/settings.php:1921 +#: admin/settings.php:1963 +msgid "Enable" +msgstr "" + +#: admin/settings.php:257 +#: admin/settings.php:969 +#: admin/settings.php:1031 +#: admin/settings.php:1353 +#: admin/settings.php:1415 +#: admin/settings.php:1623 +#: admin/settings.php:1652 +#: admin/settings.php:1675 +#: admin/settings.php:1698 +#: admin/settings.php:1747 +#: admin/settings.php:1876 +#: admin/settings.php:1891 +#: admin/settings.php:1906 +#: admin/settings.php:1921 +#: admin/settings.php:1963 +msgid "Disable" +msgstr "" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" +"\t\ttext and images." +msgstr "" + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "" + +#: admin/settings.php:276 +msgid "width" +msgstr "" + +#: admin/settings.php:277 +msgid "height" +msgstr "" + +#: admin/settings.php:278 +msgid "The dimensions of your slider. Make sure your images are of the same size." +msgstr "" + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "" + +#: admin/settings.php:282 +msgid "Random" +msgstr "" + +#: admin/settings.php:282 +msgid "Fold" +msgstr "" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "" + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "" + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "" + +#: admin/settings.php:293 +msgid "Width" +msgstr "" + +#: admin/settings.php:294 +msgid "Color" +msgstr "" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "" + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "" + +#: admin/settings.php:299 +#: admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "" + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "" + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "" + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "" + +#: admin/settings.php:309 +#: admin/settings.php:1259 +msgid "None" +msgstr "" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "" + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "" + +#: admin/settings.php:370 +#: admin/settings.php:438 +msgid "Select Category" +msgstr "" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "" + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "" + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "" + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "" + +#: admin/settings.php:423 +msgid "Random posts from the category you choose will be loaded into the slider." +msgstr "" + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "" + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "" + +#: admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "" + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "" + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "" + +#: admin/settings.php:464 +#: admin/settings.php:479 +#: admin/settings.php:494 +#: admin/settings.php:509 +#: admin/settings.php:524 +#: admin/settings.php:567 +#: admin/settings.php:582 +#: admin/settings.php:597 +#: admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "" + +#: admin/settings.php:465 +#: admin/settings.php:480 +#: admin/settings.php:495 +#: admin/settings.php:510 +#: admin/settings.php:525 +#: admin/settings.php:568 +#: admin/settings.php:583 +#: admin/settings.php:613 +msgid "Title" +msgstr "" + +#: admin/settings.php:467 +#: admin/settings.php:482 +#: admin/settings.php:497 +#: admin/settings.php:512 +#: admin/settings.php:527 +#: admin/settings.php:570 +#: admin/settings.php:585 +#: admin/settings.php:600 +#: admin/settings.php:615 +msgid "Text" +msgstr "" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "" + +#: admin/settings.php:533 +msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." +msgstr "" + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "" + +#: admin/settings.php:559 +msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." +msgstr "" + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "" + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "" + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "" + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "" + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "" + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "" + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "" + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "" + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "" + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "" + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "" + +#: admin/settings.php:703 +msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" + +#: admin/settings.php:747 +msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " +msgstr "" + +#: admin/settings.php:748 +#: admin/settings.php:797 +#: admin/settings.php:848 +#: admin/settings.php:899 +msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" + +#: admin/settings.php:795 +msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/settings.php:846 +msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/settings.php:897 +msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/settings.php:909 +#: admin/settings.php:924 +#: admin/settings.php:939 +#: admin/settings.php:984 +#: admin/settings.php:999 +#: admin/settings.php:1014 +msgid "Default" +msgstr "" + +#: admin/settings.php:917 +msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:932 +msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:939 +#: admin/settings.php:1714 +msgid "Left" +msgstr "" + +#: admin/settings.php:939 +#: admin/settings.php:1714 +msgid "Right" +msgstr "" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "" + +#: admin/settings.php:939 +#: admin/settings.php:1714 +msgid "Center" +msgstr "" + +#: admin/settings.php:947 +msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "" + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "" + +#: admin/settings.php:992 +msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1007 +msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1022 +msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "" + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "" + +#: admin/settings.php:1059 +msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." +msgstr "" + +#: admin/settings.php:1066 +msgid "Content background color (Default value is FAFAFA). Works best with really light colors." +msgstr "" + +#: admin/settings.php:1073 +msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." +msgstr "" + +#: admin/settings.php:1081 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "" + +#: admin/settings.php:1089 +msgid "Footer background color (Default value is 222222)." +msgstr "" + +#: admin/settings.php:1097 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "" + +#: admin/settings.php:1105 +msgid "Your blog's description color(Default value is 222222)." +msgstr "" + +#: admin/settings.php:1113 +msgid "Content Text Color (Default value is 333333)." +msgstr "" + +#: admin/settings.php:1121 +msgid "Links color (Default value is 0D85CC)." +msgstr "" + +#: admin/settings.php:1129 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "" + +#: admin/settings.php:1137 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "" + +#: admin/settings.php:1145 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" + +#: admin/settings.php:1153 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "" + +#: admin/settings.php:1162 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "" + +#: admin/settings.php:1170 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "" + +#: admin/settings.php:1178 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "" + +#: admin/settings.php:1186 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" + +#: admin/settings.php:1198 +#: admin/settings.php:1259 +msgid "White" +msgstr "" + +#: admin/settings.php:1198 +msgid "Light" +msgstr "" + +#: admin/settings.php:1198 +msgid "Light Gray" +msgstr "" + +#: admin/settings.php:1198 +#: admin/settings.php:1259 +msgid "Gray" +msgstr "" + +#: admin/settings.php:1198 +msgid "Dark Gray" +msgstr "" + +#: admin/settings.php:1198 +msgid "Black" +msgstr "" + +#: admin/settings.php:1206 +msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." +msgstr "" + +#: admin/settings.php:1222 +msgid "The border around your inserted images. " +msgstr "" + +#: admin/settings.php:1237 +msgid "The image on top of your captions. " +msgstr "" + +#: admin/settings.php:1252 +msgid "The sidebar list bullets. " +msgstr "" + +#: admin/settings.php:1267 +msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" +msgstr "" + +#: admin/settings.php:1275 +#: admin/settings.php:1291 +#: admin/settings.php:1308 +#: admin/settings.php:1323 +#: admin/settings.php:1338 +#: admin/settings.php:1368 +#: admin/settings.php:1383 +#: admin/settings.php:1399 +#: admin/settings.php:1442 +#: admin/settings.php:1457 +#: admin/settings.php:1472 +#: admin/settings.php:1487 +#: admin/settings.php:1502 +#: admin/settings.php:1517 +#: admin/settings.php:1532 +#: admin/settings.php:1547 +msgid "Show" +msgstr "" + +#: admin/settings.php:1275 +#: admin/settings.php:1291 +#: admin/settings.php:1308 +#: admin/settings.php:1323 +#: admin/settings.php:1338 +#: admin/settings.php:1368 +#: admin/settings.php:1399 +#: admin/settings.php:1442 +#: admin/settings.php:1457 +#: admin/settings.php:1472 +#: admin/settings.php:1487 +#: admin/settings.php:1502 +#: admin/settings.php:1517 +#: admin/settings.php:1532 +#: admin/settings.php:1547 +msgid "Hide" +msgstr "" + +#: admin/settings.php:1283 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "" + +#: admin/settings.php:1299 +msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." +msgstr "" + +#: admin/settings.php:1316 +msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." +msgstr "" + +#: admin/settings.php:1331 +msgid "Hide or show Page titles on any created pages. " +msgstr "" + +#: admin/settings.php:1346 +msgid "Hide or show Page titles on Category Pages. " +msgstr "" + +#: admin/settings.php:1361 +msgid "Hide table borders and background color." +msgstr "" + +#: admin/settings.php:1376 +msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." +msgstr "" + +#: admin/settings.php:1383 +msgid "Hide in posts" +msgstr "" + +#: admin/settings.php:1383 +msgid "Hide in pages" +msgstr "" + +#: admin/settings.php:1383 +msgid "Hide everywhere" +msgstr "" + +#: admin/settings.php:1391 +msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." +msgstr "" + +#: admin/settings.php:1407 +msgid "Hide the Comments off text next to posts that have comments disabled." +msgstr "" + +#: admin/settings.php:1423 +msgid "Enable the Back to Top button. The button appears after scrolling the page down." +msgstr "" + +#: admin/settings.php:1430 +msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." +msgstr "" + +#: admin/settings.php:1450 +msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" + +#: admin/settings.php:1465 +msgid "Hide or show the post date." +msgstr "" + +#: admin/settings.php:1480 +msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." +msgstr "" + +#: admin/settings.php:1495 +msgid "Hide or show the post author." +msgstr "" + +#: admin/settings.php:1510 +msgid "Hide the post category." +msgstr "" + +#: admin/settings.php:1525 +msgid "Hide the post tags." +msgstr "" + +#: admin/settings.php:1540 +msgid "Hide the 'Bookmark permalink'." +msgstr "" + +#: admin/settings.php:1555 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" + +#: admin/settings.php:1568 +#: admin/settings.php:1583 +#: admin/settings.php:1599 +msgid "Excerpt" +msgstr "" + +#: admin/settings.php:1568 +#: admin/settings.php:1583 +#: admin/settings.php:1599 +msgid "Full Post" +msgstr "" + +#: admin/settings.php:1576 +msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" + +#: admin/settings.php:1591 +msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " +msgstr "" + +#: admin/settings.php:1607 +msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." +msgstr "" + +#: admin/settings.php:1615 +msgid "" +"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" + +#: admin/settings.php:1631 +msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." +msgstr "" + +#: admin/settings.php:1638 +msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." +msgstr "" + +#: admin/settings.php:1645 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "" + +#: admin/settings.php:1660 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "" + +#: admin/settings.php:1691 +msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." +msgstr "" + +#: admin/settings.php:1706 +msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." +msgstr "" + +#: admin/settings.php:1722 +msgid "Thumbnail alignment." +msgstr "" + +#: admin/settings.php:1739 +msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." +msgstr "" + +#: admin/settings.php:1755 +msgid "" +"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." +msgstr "" + +#: admin/settings.php:1776 +msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" +msgstr "" + +#: admin/settings.php:1790 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "" + +#: admin/settings.php:1804 +msgid "There are a total of 27 social networks to choose from. " +msgstr "" + +#: admin/settings.php:1818 +msgid "You can leave any number of inputs empty. " +msgstr "" + +#: admin/settings.php:1832 +msgid "You can choose the same social media any number of times. " +msgstr "" + +#: admin/settings.php:1863 +msgid "Choose the areas where to display the social icons." +msgstr "" + +#: admin/settings.php:1884 +msgid "Make the site header into a clickable link that links to your index page." +msgstr "" + +#: admin/settings.php:1899 +msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." +msgstr "" + +#: admin/settings.php:1914 +msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " +msgstr "" + +#: admin/settings.php:1929 +msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " +msgstr "" + +#: admin/settings.php:1939 +msgid "Upload or select favicon from gallery" +msgstr "" + +#: admin/settings.php:1943 +msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " +msgstr "" + +#: admin/settings.php:1951 +msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme." +msgstr "" + +#: admin/settings.php:1958 +msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software)." +msgstr "" + +#: admin/settings.php:1971 +msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." +msgstr "" + +#: admin/settings.php:1983 +msgid "Auto" +msgstr "" + +#: admin/settings.php:1983 +msgid "Manual" +msgstr "" + +#: includes/theme-functions.php:213 +msgid "Home Page" +msgstr "" + +#: includes/theme-loop.php:146 +msgid "says:" +msgstr "" + +#: includes/theme-loop.php:152 +msgid "Your comment is awaiting moderation." +msgstr "" + +#: includes/theme-loop.php:159 +msgid "at" +msgstr "" + +#: includes/theme-loop.php:159 +#: includes/theme-loop.php:176 +msgid "(Edit)" +msgstr "" + +#: includes/theme-loop.php:176 +msgid "Pingback: " +msgstr "" + +#: includes/theme-loop.php:213 +msgid "By " +msgstr "" + +#: includes/theme-loop.php:224 +msgid "Leave a comment" +msgstr "" + +#: includes/theme-loop.php:224 +msgid "1 Comment" +msgstr "" + +#: includes/theme-loop.php:224 +msgid "% Comments" +msgstr "" + +#: includes/theme-loop.php:247 +msgid " Bookmark the " +msgstr "" + +#: includes/theme-loop.php:247 +#: includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "Permalink to" +msgstr "" + +#: includes/theme-loop.php:247 +#: includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "permalink" +msgstr "" + +#: includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "Bookmark the " +msgstr "" + +#: includes/theme-loop.php:273 +msgid "« Older posts" +msgstr "" + +#: includes/theme-loop.php:274 +msgid "Newer posts »" +msgstr "" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "" + +#: includes/theme-setup.php:91 +msgid "Primary Navigation" +msgstr "" + +#: includes/theme-setup.php:92 +msgid "Top Navigation" +msgstr "" + +#: includes/theme-setup.php:93 +msgid "Footer Navigation" +msgstr "" + +#: includes/theme-setup.php:137 +msgid "mantra" +msgstr "" + +#: includes/theme-setup.php:198 +msgid "Skip to content" +msgstr "" + +#: includes/theme-setup.php:224 +msgid "Primary Widget Area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:226 +msgid "Primary widget area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:235 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:237 +msgid "Secondary widget area - Sidebar 1" +msgstr "" + +#: includes/theme-setup.php:246 +msgid "Third Widget Area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:248 +msgid "Third widget area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:257 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:259 +msgid "Fourth widget area - Sidebar 2" +msgstr "" + +#: includes/theme-setup.php:268 +msgid "First Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:270 +msgid "First footer widget area" +msgstr "" + +#: includes/theme-setup.php:279 +msgid "Second Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:281 +msgid "Second footer widget area" +msgstr "" + +#: includes/theme-setup.php:290 +msgid "Third Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:292 +msgid "The third footer widget area" +msgstr "" + +#: includes/theme-setup.php:301 +msgid "Fourth Footer Widget Area" +msgstr "" + +#: includes/theme-setup.php:303 +msgid "The fourth footer widget area" +msgstr "" + diff --git a/themes/mantra/languages/hu_HU.po b/themes/mantra/languages/hu_HU.po index d5d00b5d..697c4fba 100644 --- a/themes/mantra/languages/hu_HU.po +++ b/themes/mantra/languages/hu_HU.po @@ -1,2298 +1,2298 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-15 19:23+0100\n" -"PO-Revision-Date: 2013-01-16 15:46+0100\n" -"Last-Translator: GeriSoft \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/" -"themes/mantra/\n" -"X-Generator: Poedit 1.5.4\n" -"X-Poedit-SearchPath-0: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-" -"content/themes/mantra\n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/404.php:33 -msgid "Not Found" -msgstr "Nincs találat" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/404.php:37 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "Sajnos a keresett oldal nem találhatĂł. PrĂłbálj meg máskĂ©pp keresni…" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:49 -#, php-format -msgid "Daily Archives: %s" -msgstr "Napi archĂ­vum: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:53 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Havi archĂ­vum: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:57 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Éves archĂ­vum: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:61 -msgid "Blog Archives" -msgstr "Blog archĂ­vum" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:113 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:147 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/category.php:99 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/index.php:81 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/search.php:79 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/tag.php:101 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-blog.php:71 -msgid "Nothing Found" -msgstr "Nincs találat" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:121 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:155 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/category.php:107 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/index.php:89 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/tag.php:109 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-blog.php:79 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"Sajnos a keresett bejegyzĂ©s nem találhatĂł. PrĂłbáld meg megkeresni máskĂ©pp..." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:35 -#, php-format -msgid "Return to %s" -msgstr "VisszalĂ©pĂ©s: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:57 -msgid "By" -msgstr "ĂŤrta: " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:79 -msgid "Published" -msgstr "Publikálta: " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:99 -#, php-format -msgid "Full size is %s pixels" -msgstr "A teljes mĂ©ret %s pixel" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:105 -msgid "Link to full-size image" -msgstr "Link a teljes mĂ©retű kĂ©phez" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:119 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:213 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:95 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:97 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:129 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:83 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:97 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-page.php:43 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:91 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:95 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:153 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/single.php:105 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-onecolumn.php:53 -msgid "Edit" -msgstr "SzerkesztĂ©s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:199 -msgid "Continue reading" -msgstr "Tovább olvasom" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:201 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:77 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:75 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:109 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:65 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:75 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-page.php:41 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:71 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:77 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:97 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:131 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/single.php:61 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-onecolumn.php:51 -msgid "Pages:" -msgstr "Oldalak: " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:55 -#, php-format -msgid "Author Archives: %s" -msgstr "SzerzĹ‘ archĂ­vum: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:97 -#, php-format -msgid "About %s" -msgstr "%s adatai" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/category.php:37 -#, php-format -msgid "Category Archives: %s" -msgstr "KategĂłria archĂ­vum: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/comments.php:35 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "Ez a bejegyzĂ©s jelszĂłval vĂ©dett. LĂ©pj be az elolvasásához!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:39 -msgid "Aside" -msgstr "FĂ©lre" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:75 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:73 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:65 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:63 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:73 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:69 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:75 -msgid "Continue reading " -msgstr "Tovább olvasom " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:91 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:89 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:123 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:77 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:89 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:85 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:91 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:149 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 -msgid "Tagged" -msgstr "Megjelölve" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:39 -msgid "Chat" -msgstr "Chat" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:39 -msgid "Gallery" -msgstr "GalĂ©ria" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:37 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:923 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:953 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:983 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1013 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1043 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1129 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1159 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1189 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1219 -msgid "Image" -msgstr "KĂ©p" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:39 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:937 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:967 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:997 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1027 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1057 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1143 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1173 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1203 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1233 -msgid "Link" -msgstr "Link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-page.php:53 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:271 -msgid "Comments are closed." -msgstr "HozzászĂłlás nem lehetsĂ©ges." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:35 -msgid "Quote" -msgstr "IdĂ©zet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:59 -msgid "Status" -msgstr "Státusz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/search.php:37 -#, php-format -msgid "Search Results for: %s" -msgstr "KeresĂ©si eredmĂ©nyek: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/search.php:75 -#, php-format -msgid "No search results for: %s" -msgstr "Nincs találat a keresett kifejezĂ©sre: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/searchform.php:1 -msgid "Search" -msgstr "KeresĂ©s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/single.php:87 -msgid "View all posts by " -msgstr "Minden bejegyzĂ©s megtekintĂ©se tĹ‘le: " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/tag.php:39 -#, php-format -msgid "Tag Archives: %s" -msgstr "Cimke archĂ­vum: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:123 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"MielĹ‘tt feltöltöd az import file, a következĹ‘ hibákat kell kijavĂ­tani: " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:139 -msgid "Import Mantra Theme Options" -msgstr "Mantra sablon opciĂłk importálása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:143 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Ăśdv! Itt tudod importálni a Mantra beállĂ­tásokat.Vigyázz, ez egy " -"kĂ­sĂ©rleti funkciĂł." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:147 -msgid "Just choose a file from your computer:" -msgstr "Válassz egy filet a számĂ­tĂłgĂ©prĹ‘l:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:151 -#, php-format -msgid "Maximum size: %s" -msgstr "Maximális mĂ©ret: %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:163 -msgid "And import!" -msgstr "Hajrá!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:295 -msgid "Import Mantra Theme Options " -msgstr "Mantra sablon opciĂłk importálása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:301 -msgid "Great! The options have been imported!" -msgstr "Szuper! Az opciĂłk importálva!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:303 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Vissza a Mantra opciĂłk oldalra Ă©s ellenĹ‘rizd!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:309 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:321 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:333 -msgid "Oops, there's a small problem." -msgstr "Hoppá, egy kis hiba törtĂ©nt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:311 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"A feltöltött file nem tartalmaz Mantra opciĂłkat. EllenĹ‘rizd, hogy a file " -"tĂ©nyleg a Mantra exportálĂłval kĂ©szĂĽlt!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:323 -msgid "The uploaded file could not be read." -msgstr "A feltöltött file nem olvashatĂł." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:335 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"A feltöltött file nem támogatott. EllenĹ‘rizd, hogy a file tĂ©nyleg a Mantra " -"exportálĂłval kĂ©szĂĽlt!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:353 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Hoppá! A file ĂĽres vagy nem lĂ©tezik. Ez a hiba akkor fordulhat elĹ‘, ha a " -"feltöltĂ©s tiltott a php.ini fileban, vagy nagyobb, mint a maximális mĂ©ret " -"beállĂ­tás az upload_max_filesize opciĂłnál." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:365 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "HIBA: nincs jogod a kĂ©rt feladatra" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:185 -msgid "Layout Settings" -msgstr "ElrendezĂ©s beállĂ­tásai" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:187 -msgid "Presentation Page" -msgstr "BemutatĂł oldal" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:189 -msgid "Text Settings" -msgstr "Szöveg beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:191 -msgid "Color Settings" -msgstr "SzĂ­n beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:193 -msgid "Graphics Settings" -msgstr "Grafikai beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:195 -msgid "Post Information Settings" -msgstr "BejegyzĂ©s informáciĂłs beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:197 -msgid "Post Excerpt Settings" -msgstr "SzemelvĂ©ny beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:199 -msgid "Featured Image Settings" -msgstr "Kiemelt kĂ©p beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:201 -msgid "Social Media Settings" -msgstr "KözössĂ©gi mĂ©dia beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:203 -msgid "Miscellaneous Settings" -msgstr "EgyĂ©b beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:207 -msgid "Main Layout" -msgstr "FĹ‘ elrendezĂ©s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:209 -msgid "Content / Sidebar Width" -msgstr "Tartalom / Oldalsáv szĂ©lessĂ©g" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:211 -msgid "Header Image Height" -msgstr "FejlĂ©c kĂ©p magasság" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:215 -msgid "Enable Presentation Page" -msgstr "BemutatĂł oldal engedĂ©lyezĂ©se" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:217 -msgid "Slider Settings" -msgstr "DiavetĂ­tĂ©s beállĂ­tása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:219 -msgid "Slides" -msgstr "Diák" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:221 -msgid "Presentation Page Columns" -msgstr "PrezentáciĂłs oldal oszlopok" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:223 -msgid "Extras" -msgstr "Extrák" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:227 -msgid "General Font" -msgstr "Ăltalános betűtĂ­pus" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:229 -msgid "General Font Size" -msgstr "Ăltalános betűtĂ­pus mĂ©rete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:231 -msgid "Post Title Font " -msgstr "BejegyzĂ©s cĂ­me betűtĂ­pus" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:233 -msgid "Post Title Font Size" -msgstr "BejegyzĂ©s betűtĂ­pus mĂ©rete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:235 -msgid "Sidebar Font" -msgstr "Oldalsáv betűtĂ­pus" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:237 -msgid "SideBar Font Size" -msgstr "Oldalsáv betűtĂ­pus mĂ©rete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:239 -msgid "Sub-Headers Font" -msgstr "Al-cĂ­msor betűtĂ­pus" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:241 -msgid "Force Text Align" -msgstr "ElrendezĂ©s kĂ©nyszerĂ­tĂ©se" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:243 -msgid "Paragraph indent" -msgstr "BekezdĂ©s behĂşzása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:245 -msgid "Header indent" -msgstr "FejlĂ©c behĂşzása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:247 -msgid "Line Height" -msgstr "Sor magasság" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:249 -msgid "Word spacing" -msgstr "SzĂł-köz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:251 -msgid "Letter spacing" -msgstr "Betű-köz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:253 -msgid "Text shadow" -msgstr "Szöveg árnyĂ©kolás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:257 -msgid "Background Color" -msgstr "HáttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:259 -msgid "Header (Banner and Menu) Background Color" -msgstr "FejlĂ©c (banner Ă©s menĂĽ) háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:261 -msgid "Content Background Color" -msgstr "Tartalom háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:263 -msgid "Menu Background Color" -msgstr "MenĂĽ háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:265 -msgid "First Sidebar Background Color" -msgstr "ElsĹ‘ oldalsáv háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:267 -msgid "Second Sidebar Background Color" -msgstr "Második oldalsáv háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:271 -msgid "Site Title Color" -msgstr "Oldal cĂ­m szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:273 -msgid "Site Description Color" -msgstr "Oldal leĂ­rás szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:277 -msgid "Content Text Color" -msgstr "Tartalom szöveg szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:279 -msgid "Links Color" -msgstr "Link szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:281 -msgid "Links Hover Color" -msgstr "Link hover szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:283 -msgid "Post Title Color" -msgstr "BejegyzĂ©s cĂ­me szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:285 -msgid "Post Title Hover Color" -msgstr "BejegyzĂ©s cĂ­me hover szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:287 -msgid "Sidebar Header Background Color" -msgstr "Oldalsáv fejlĂ©c háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:289 -msgid "Sidebar Header Text Color" -msgstr "Oldalsáv fejlĂ©c szöveg szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:291 -msgid "Footer Widget Background Color" -msgstr "LáblĂ©c widget háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:293 -msgid "Footer Background Color" -msgstr "LáblĂ©c háttĂ©r szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:295 -msgid "Footer Widget Header Text Color" -msgstr "LáblĂ©c widget fejlĂ©c szöveg szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:297 -msgid "Footer Widget Link Color" -msgstr "LáblĂ©c widget link szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:299 -msgid "Footer Widget Hover Color" -msgstr "LáblĂ©c widget hover szĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:303 -msgid "Caption Border" -msgstr "KĂ©paláírás kerete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:305 -msgid "Post Images Border" -msgstr "BejegyzĂ©s kĂ©pek kerete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:307 -msgid "Caption Pin" -msgstr "KĂ©paláírás jelölĹ‘" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:309 -msgid "Sidebar Menu Bullets" -msgstr "Oldalsáv menĂĽ jelek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:311 -msgid "Meta Area Background" -msgstr "Meta terĂĽlet háttĂ©r" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:313 -msgid "Post Separator" -msgstr "BejegyzĂ©s elválasztĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:315 -msgid "Content List Bullets" -msgstr "Tartalom lista jelölĹ‘" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:317 -msgid "Title and Description" -msgstr "CĂ­m Ă©s leĂ­rás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:319 -msgid "Page Titles" -msgstr "Oldal cĂ­mek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:321 -msgid "Category Page Titles" -msgstr "KategĂłria oldal cĂ­mek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:323 -msgid "Hide Tables" -msgstr "Táblák elrejtĂ©se" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:325 -msgid "Back to Top button" -msgstr "Vissza a tetejĂ©re gomb" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:327 -msgid "Text Under Comments" -msgstr "Szöveg a hozzászĂłlások alatt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:329 -msgid "Comments are closed text" -msgstr "HozzászĂłlások lezárva szöveg" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:331 -msgid "Comments off" -msgstr "HozzászĂłlások kikapcsolása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:333 -msgid "Custom Footer Text" -msgstr "Egyedi láblĂ©c szöveg" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:337 -msgid "Post Comments Link" -msgstr "BejegyzĂ©s hozzászĂłlások link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:339 -msgid "Post Date" -msgstr "BejegyzĂ©s dátuma" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:341 -msgid "Post Time" -msgstr "BejegyzĂ©s ideje" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:343 -msgid "Post Author" -msgstr "BejegyzĂ©s szerzĹ‘je" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:345 -msgid "Post Category" -msgstr "BejegyzĂ©s kategĂłria" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:347 -msgid "Post Tags" -msgstr "BejegyzĂ©s cimke" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:349 -msgid "Post Permalink" -msgstr "BejegyzĂ©s permalink" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:351 -msgid "All Post Metas" -msgstr "Minden bejegyzĂ©s meta adat" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:355 -msgid "Post Excerpts on Home Page" -msgstr "BejegyzĂ©s szemelvĂ©nyek a kezdĹ‘lapon" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:357 -msgid "Affect Sticky Posts" -msgstr "Befolyásolja a ragadĂłs bejegyzĂ©st" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:359 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "BejegyzĂ©s szemelvĂ©nyek a kategĂłria archĂ­vum oldalakon" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:361 -msgid "Number of Words for Post Excerpts " -msgstr "Szavak száma a bejegyzĂ©s szemelvĂ©nyekhez" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:363 -msgid "Magazine Layout" -msgstr "Oldal elrendezĂ©s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:365 -msgid "Excerpt suffix" -msgstr "SzemelvĂ©ny kivonat" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:367 -msgid "Continue reading link text " -msgstr "Tovább olvasom link szöveg" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:369 -msgid "HTML tags in Excerpts" -msgstr "HTML tag-ek a szemelvĂ©nyekben" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:373 -msgid "Featured Images as POST Thumbnails " -msgstr "Kiemelt kĂ©pek a bejegyzĂ©sek bĂ©lyegkĂ©peiben" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:375 -msgid "Auto Select Images From Posts " -msgstr "KĂ©pek automatikus kiválasztása a bejegyzĂ©sekhez" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:377 -msgid "Thumbnails Alignment " -msgstr "BĂ©lyegkĂ©p igazĂ­tása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:379 -msgid "Thumbnails Size " -msgstr "BĂ©lyegkĂ©p mĂ©rete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:381 -msgid "Featured Images as HEADER Images " -msgstr "Kiemelt kĂ©p FEJLÉC kĂ©pkĂ©nt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:385 -msgid "Link nr. 1" -msgstr "1. Link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:387 -msgid "Link nr. 2" -msgstr "2. Link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:389 -msgid "Link nr. 3" -msgstr "3. Link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:391 -msgid "Link nr. 4" -msgstr "4. Link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:393 -msgid "Link nr. 5" -msgstr "5. Link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:395 -msgid "Socials display" -msgstr "KözössĂ©gi hálĂłzat megjelenĂ­tĂ©se" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:399 -msgid "Make Site Header a Link" -msgstr "Legyen a fejlĂ©c link" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:401 -msgid "Breadcrumbs" -msgstr "Breadcrumb" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:403 -msgid "Pagination" -msgstr "LapozĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:405 -msgid "Mobile view" -msgstr "Mobil nĂ©zet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:407 -msgid "FavIcon" -msgstr "FavIcon" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:409 -msgid "Custom CSS" -msgstr "egyĂ©ni CSS" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:411 -msgid "Custom JavaScript" -msgstr "EgyĂ©ni JavaScript" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:413 -msgid "SEO Settings" -msgstr "SEO beállĂ­tások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:447 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Sajnálom, nincs elegendĹ‘ jogosultságod megnyitni ezt az oldalt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:467 -msgid "Mantra settings updated successfully." -msgstr "Mantra beállĂ­tások frissĂ­tve!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:489 -msgid "Reset to Defaults" -msgstr "Vissza az alapokhoz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:491 -msgid "Save Changes" -msgstr "Változások mentĂ©se" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:519 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Mi itt a Cryout Creations-nél (a Mantra sablon készítő csapatánál) éjjel-" -"nappal fejlesztjük a kedvenc Mantra sablonod. Rengeteg hibát javítunk (amit " -"korábban tettünk bele :) ), több és jobb funkciókat adunk hozzá, melyekkel " -"mind jobban testreszabható az oldalad. Majd játszunk egy kicsit… Aztán " -"visszatérünk, elolvassuk a rengeteg visszajelzést, emailt és hozzászólást, " -"majd (legtöbbször) meg is válaszoljuk aznap őket. És sokszor ki is " -"fejlesztjük a kért funkciót.

      \n" -"\n" -"\t\t\t

      Szóval kérdezd meg magadtól: Hogyan csinálják? Hogyan tudják " -"naprakészen tartani az oldalt? Nos, mi sem egyszerűbb, barátaim… Kávét " -"iszunk. Ipari mennyiségű kávét iszunk :) És mi szeretjük ezt! Szóval, ha " -"szeretnéd támogatni a mi csapatunkat...

      " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:549 -msgid "Import/Export Settings" -msgstr "Import/Export beállítások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:561 -msgid "Export Theme options" -msgstr "Theme export opciók" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:563 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"Ez ilyen egyszerű: csak egy kattintás, és az összes Mantra beállítást " -"lementheted a számítógépedre. Nagyobb biztonságban érzed magad? Lehet is :)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:573 -msgid "Import Theme options" -msgstr "Theme opciók importálása" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:575 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"Az importálás nélkül az exportálás csak butaság. Ellenőrizd a file meglétét " -"a gépeden!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:589 -msgid "Mantra Latest News" -msgstr "Legfrissebb Mantra hírek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:611 -msgid "No news items." -msgstr "Nincs új hír" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:639 -msgid "Mantra Help" -msgstr "Mantra súgó" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:645 -msgid "" -"\n" -"\n" -"\t\t\t
        \n" -"\n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\n" -"\t\t\t
      \n" -"\n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\n" -"\t" -msgstr "" -"\n" -"\n" -"\t\t\t
        \n" -"\n" -"\t\t\t\t
      • - SzĂĽksĂ©ged lenne Mantra segĂ­tsĂ©gre a WP oldaladhoz?
      • \n" -"\n" -"\t\t\t\t
      • - SzeretnĂ©d tudni, milyen változások Ă©rhetĹ‘k el a frissĂ­tĂ©sben?\n" -"\n" -"\t\t\t\t
      • - Hibát találtál, vagy valami nem Ăşgy működik, mint elkĂ©pzelted?" -"
      • \n" -"\n" -"\t\t\t\t
      • - Van egy ötleted, amivel jobbá tehetnĂ©d a Mantra sablont?
      • \n" -"\n" -"\t\t\t\t
      • - SzĂĽksĂ©ged van egyedi beállĂ­tásra?
      • \n" -"\n" -"\t\t\t\t
      • - Van kĂ©sz fordĂ­tásod, vagy szeretnĂ©l fordĂ­tani?
      • \n" -"\n" -"\t\t\t
      \n" -"\n" -"\t\t\t

      Akkor látogasd meg a Mantra support oldalát.

      \n" -"\n" -"\t" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:667 -msgid "Mantra Support Page" -msgstr "Mantra terméktámogatás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:121 -msgid "One column (no sidebars)" -msgstr "Egy oszlop (nincs oldalsáv)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:123 -msgid "Two columns, sidebar on the right" -msgstr "Két oszlop, oldalsáv jobb oldalt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:125 -msgid "Two columns, sidebar on the left" -msgstr "Két oszlop, oldalsáv bal oldalt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:127 -msgid "Three columns, sidebars on the right" -msgstr "Három oszlop, oldalsáv jobb oldalt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:129 -msgid "Three columns, sidebars on the left" -msgstr "Három oszlop, oldalsáv bal oldalt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:131 -msgid "Three columns, one sidebar on each side" -msgstr "Három oszlop, oldalsáv mindkét oldalon" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:161 -msgid "Choose your layout " -msgstr "Válassz elrendezést" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:177 -msgid "Absolute" -msgstr "Abszolút" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:177 -msgid "Relative" -msgstr "Relatív" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:179 -msgid "Dimensions to use: " -msgstr "Méretek használata: " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:377 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:417 -msgid "Content =" -msgstr "Tartalom =" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:379 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:419 -msgid "Sidebar(s) =" -msgstr "Oldalsáv(ok) =" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:381 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:421 -msgid "Total width =" -msgstr "Teljes szélesség =" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:399 -msgid "" -"Select the width of your content and sidebar(s). \n" -"\n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Válaszd ki a tartalom és az oldalsáv(ok) szélességét. \n" -"\n" -" \t\tA tartalom nem lehet kisebb mint 500px széles, az oldalsáv minimum " -"220px és maximum 800px.
      \n" -"\n" -"\tHa 3 hasábos kinézetet állítasz be (2 oldalsávval) akkor a szélességek " -"egyenként értendők." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:439 -msgid "" -"Select the width of your content and sidebar(s). \n" -"\n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Válaszd ki a tartalom és az oldalsáv(ok) szélességét. \n" -"\n" -" \t\tEzek relatív méretek a böngésző szélességéhez képest. A teljes méret " -"adott százaléka a szélesség.
      \n" -"\n" -"\t A tartalom nem lehet kisebb mint 40% szélesség, az oldalsáv minimum 20% " -"és maximum 50%.
      \n" -"\n" -"\tHa 3 hasábos kinézetet választasz 2 oldalsávval, akkor a két oldalsáv a " -"választott szélesség fele-fele lesz." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:487 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"Válaszd ki a fejléc magasságát. Miután elmentetted töltsd fel az új fejléc " -"képet. A fejléc kép szélessége legyen =" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:513 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1937 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2061 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2733 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2857 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3273 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3331 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3377 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3423 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3521 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3779 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3809 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3839 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3869 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3953 -msgid "Enable" -msgstr "Engedélyezés" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:513 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1937 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2061 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2733 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2857 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3273 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3331 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3377 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3423 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3521 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3779 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3809 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3839 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3869 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3953 -msgid "Disable" -msgstr "Letiltás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:529 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\n" -"\t\ttext and images.
      If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"A prezentáciĂłs kezdĹ‘ oldal engedĂ©lyezĂ©se. Ezután Ăşj kezdĹ‘lapod lesz, melyen " -"egy diavetĂ­tĂ©s fut majd\n" -"\n" -"\t\t szöveggel Ă©s kĂ©ppel.
      Ha engedĂ©lyezed, de nem látod a prezentáciĂłs " -"oldalt, menj a BeállĂ­tások » Olvasás menĂĽbe Ă©s ellenĹ‘rizd, hogy a megfelelĹ‘ oldal van kiválasztva " -"kezdĹ‘lapnak mint utolsĂł bejegyzĂ©sek." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:549 -msgid "Slider Dimensions:" -msgstr "DiavetĂ­tĂ©s mĂ©retei:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:551 -msgid "width" -msgstr "szĂ©lessĂ©g" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:553 -msgid "height" -msgstr "magasság" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:555 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "A diavetĂ­tĂ©s mĂ©rete. EllenĹ‘rizd, hogy minden kĂ©p azonos mĂ©retű legyen!" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:559 -msgid "Animation:" -msgstr "AnimáciĂł:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "Random" -msgstr "VĂ©letlenszerű" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "Fold" -msgstr "Hajtogatás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "Fade" -msgstr "ĂttűnĂ©s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SlideInRight" -msgstr "BecsĂşszás jobbra" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SlideInLeft" -msgstr "BecsĂşszás balra" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SliceDown" -msgstr "Szeletelve le" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SliceDownLeft" -msgstr "Szeletelve balra" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SliceUp" -msgstr "Szeletelve fel" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SliceUpLeft" -msgstr "Szeletelve le" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SliceUpDown" -msgstr "Szeletelve fel/le" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "SliceUpDownLeft" -msgstr "Szeletelve le/balra" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "BoxRandom" -msgstr "Doboz vĂ©letlenszerű" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "BoxRain" -msgstr "Doboz esĹ‘" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "BoxRainReverse" -msgstr "Doboz esĹ‘ vissza" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "BoxRainGrow" -msgstr "Doboz esĹ‘ növekvĹ‘" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 -msgid "BoxRainGrowReverse" -msgstr "Doboz esĹ‘ növekvĹ‘ visszafelĂ©" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:579 -msgid "The transition effect your slider will have." -msgstr "A diavetĂ­tĂ©s effektje lesz." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:583 -msgid "Border Settings:" -msgstr "Keret beállĂ­tások:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:585 -msgid "Width" -msgstr "SzĂ©lessĂ©g" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:587 -msgid "Color" -msgstr "SzĂ­n" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:591 -msgid "The width and color of the slider's border." -msgstr "A diavetĂ­tĂ©s keretĂ©nek szĂ©lessĂ©ge Ă©s szĂ­ne" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:595 -msgid "Animation Time:" -msgstr "AnimáciĂł ideje:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:597 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:605 -msgid "milliseconds (1000ms = 1 second) " -msgstr "ezredmásodperc (1000ms = 1mp)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:599 -msgid "The time in which the transition animation will take place." -msgstr "Ez alatt az idĹ‘ alatt fut le az animáciĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:603 -msgid "Pause Time:" -msgstr "SzĂĽnet ideje:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:607 -msgid "The time in which a slide will be still and visible." -msgstr "Ennyi ideig marad a kĂ©p mozdulatlan." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:613 -msgid "Slider navigation:" -msgstr "DiavetĂ­tĂ©s navigáciĂł:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:617 -msgid "Numbers" -msgstr "Számok" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:617 -msgid "Bullets" -msgstr "JelölĹ‘k" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:617 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2545 -msgid "None" -msgstr "Semmi" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:633 -msgid "Your slider navigation type. Shown under the slider." -msgstr "A diavetĂ­tĂ©s navigáciĂł tĂ­pusa. Megjelenik a diavetĂ­tĂ©s alatt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:637 -msgid "Slider arrows:" -msgstr "DiavetĂ­tĂ©s nyilak:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:641 -msgid "Always Visible" -msgstr "Mindig láthatĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:641 -msgid "Visible on Hover" -msgstr "FölĂ©hĂşzáskor láthatĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:641 -msgid "Hidden" -msgstr "Rejtett" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:657 -msgid "The Left and Right arrows on your slider" -msgstr "A bal Ă©s jobb nyilak mindig a diákon" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:739 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:875 -msgid "Select Category" -msgstr "Válassz kategĂłriát" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Custom Slides" -msgstr "Egyedi diák" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Latest Posts" -msgstr "UtolsĂł bejegyzĂ©sek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Random Posts" -msgstr "VĂ©letlenszerű bejegyzĂ©sek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Sticky Posts" -msgstr "RagadĂłs bejegyzĂ©sek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Latest Posts from Category" -msgstr "UtolsĂł bejegyzĂ©sek adott kategĂłriábĂłl" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Random Posts from Category" -msgstr "VĂ©letlenszerű bejegyzĂ©sek adott kategĂłriábĂłl" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 -msgid "Specific Posts" -msgstr "Adott bejegyzĂ©sek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:819 -msgid "Latest posts will be loaded into the slider." -msgstr "LegutĂłbbi bejegyzĂ©sek lesznek betöltve a diavetĂ­tĂ©sbe." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:827 -msgid "Random posts will be loaded into the slider." -msgstr "A diavetĂ­tĂ©sbe vĂ©letlenszerű bejegyzĂ©sek kerĂĽlnek." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:835 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" -"A diavetĂ­tĂ©sbe a legutĂłbbi bejegyzĂ©sek fognak bekerĂĽlni a választott " -"kategĂłriábĂłl." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:845 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "" -"A diavetĂ­tĂ©sbe a legutĂłbbi bejegyzĂ©sek fognak bekerĂĽlni a választott " -"kategĂłriábĂłl." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:853 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Csak a ragadĂłs bejegyzĂ©sek kerĂĽlnek be a diavetĂ­tĂ©sbe." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:861 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" -"Válaszd ki a bejegyzĂ©sek ID-it amik a diavetĂ­tĂ©sbe kerĂĽlnek, vesszĹ‘vel " -"elválasztva:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:871 -msgid "
      Choose the cateogry: " -msgstr "
      Válassz kategóriát:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:905 -msgid "Number of posts to show:" -msgstr "Bejegyzések száma a megjelenítéshez:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:919 -msgid "Slide 1" -msgstr "1. Dia" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:927 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:957 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:987 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1017 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1047 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1133 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1163 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1193 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1223 -msgid "Upload or select image from gallery" -msgstr "Tölts fel képet vagy válassz a médiatárból" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:929 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:959 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:989 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1019 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1049 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1135 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1165 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1225 -msgid "Title" -msgstr "Cím" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:933 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:963 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:993 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1023 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1053 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1139 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1169 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1199 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1229 -msgid "Text" -msgstr "Szöveg" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:949 -msgid "Slide 2" -msgstr "2. Dia" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:979 -msgid "Slide 3" -msgstr "3. Dia" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1009 -msgid "Slide 4" -msgstr "4. Dia" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1039 -msgid "Slide 5" -msgstr "5. Dia" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1065 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"A diák tartalma. Csak a képek kötelezők, minden más mező opcionális. Csak " -"olyan dia jelenik meg, amihez van kép beállítva, és aktív." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1085 -msgid "Number of columns:" -msgstr "Oszlopok száma:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1105 -msgid "Image Height:" -msgstr "Kép magassága:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1111 -msgid "Read more text:" -msgstr "Több szöveg olvasása:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1117 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"A linkelt szöveg megjelenik minden oszlop alatt. A szöveget törölheted, ha " -"nincs rá szükséged." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1125 -msgid "1st Column" -msgstr "1. Oszlop" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1155 -msgid "2nd Column" -msgstr "2. Oszlop" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1185 -msgid "3rd Column" -msgstr "3. Oszlop" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1215 -msgid "4th Column" -msgstr "4. Oszlop" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1259 -msgid "Extra Text" -msgstr "Extra szöveg" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1259 -msgid "Top Title" -msgstr "Felső cím" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1263 -msgid "Second Title" -msgstr "Második cím" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1269 -msgid "Title color" -msgstr "Cím színe" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1275 -msgid "The titles' color (Default value is 333333)." -msgstr "A cím alapértelmezett színe 333333" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1279 -msgid "Bottom Text 1" -msgstr "Alszöveg 1" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1283 -msgid "Bottom Text 2" -msgstr "Alszöveg 2" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1289 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Több szöveg a kezdőlapra. A felső cím a diavetítés felett jelenik meg, a " -"második cím a diák és az oszlopok közt, és 2-nél több sor az oszlopok alatt " -"jelenik meg.\n" -"\n" -"\t\tEz mind opcionális, hagyd üresen ha nem kell." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1301 -msgid "Hide areas" -msgstr "Területek elrejtése" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1327 -msgid "Hide the header area (image or background color)." -msgstr "Fejléc terület elrejtése (képek és háttér szín)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1335 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Főmenü elrejtése (felső navigációs sor)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1343 -msgid "Hide the footer widgets. " -msgstr "Lábléc widgetek elrejtése." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1351 -msgid "Hide the footer (copyright area)." -msgstr "Lábléc (copyright) elrejtése." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1359 -msgid "Hide the white color. Only the background color remains." -msgstr "Fehér szín elrejtése. Csak a hátérszín marad." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1367 -msgid "Choose the areas to hide on the first page." -msgstr "Válaszd ki a kezdőlapon elrejtendő területeket." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1405 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Válaszd ki a BLOG betűméretét. Az oldalak és bejegyzések betűméretei " -"érintettek. Fejléc és oldalsáv menük nem változnak." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1493 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Válaszd ki a betűtípust a BLOG-od részére. Minden szöveg érintett (a menü " -"gombok is)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1495 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1593 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1695 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1797 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to
      google fonts for some font inspiration." -msgstr "" -"Vagy válassz egy Google Fontot lent. Csak pontos nevet írj " -"be.
      Pl.: Marko one. Menj a " -"google fonts oldalra további ötletekért." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1589 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Válaszd ki a betűtípust a címhez. Ez befolyásolja a bejegyzések és oldalak " -"címét. Hagyd 'alapértelmezett' állásban az általános betűtípus használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1691 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Válaszd ki a betűtípust az oldalsávhoz. Az oldalsáv szövegek és a widgetek " -"érintettek. Hagyd 'alapértelmezett' állásban az általános betűtípus " -"használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1793 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Válaszd ki a betűtípust az alcímekhez (h2-h6 elemek is érintettek). Hagyd " -"'alapértelmezett' állásban az általános betűtípus használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1817 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1847 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1967 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1997 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2027 -msgid "Default" -msgstr "Alapértelmezett" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1833 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Bejegyzés fejléc betűméret. Hagyd 'alapértelmezett' állásban az általános " -"méret (CSS-ben állítva) használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1863 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Oldalsáv betűméret. Hagyd 'alapértelmezett' állásban az általános méret (CSS-" -"ben állítva) használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3455 -msgid "Left" -msgstr "Bal" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3455 -msgid "Right" -msgstr "Jobb" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 -msgid "Justify" -msgstr "Sorkizárt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3455 -msgid "Center" -msgstr "Középre zárt" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1893 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Ez felülírja a szöveg igazítást a bejegyzéseknél és oldalaknál. Hagyd " -"'alapértelmezett' állásban az általános elrendezés érdekében (ha a " -"bejegyzésben vagy oldalnál mást állítasz be, az felülírja)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1921 -msgid "Choose the indent for your paragraphs." -msgstr "Bekezdés behúzásának beállítása." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1953 -msgid "Disable the default header and title indent (left margin)." -msgstr "Az alapértelmezett fejléc és cím behúzás kikapcsolása (bal margó)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1983 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"Sormagasság. A távolság két sor közt. Hagyd 'alapértelmezett' állásban az " -"általános méret (CSS-ben állítva) használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2013 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"A távolság a szavak közt. Hagyd 'alapértelmezett' állásban az " -"általános méret (CSS-ben állítva) használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2043 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"A távolság a betűk közt. Hagyd 'alapértelmezett' állásban az " -"általános méret (CSS-ben állítva) használatához." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2077 -msgid "Disable the default text shadow on headers and titles." -msgstr "Szöveg árnyékolás kikapcsolása a fejlécben és a címeknél." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2101 -msgid "Background color (Default value is 444444)." -msgstr "Háttér szín (alapértelmezett 444444)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2117 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Fejléc háttér szín (alapértelmezett 333333). Ha kitörölsz minden szöveget " -"innen, nem lesz háttérszín." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2131 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "" -"Tartalom háttérszín (alapértelmezett FFFFFF). Világos színekkel mutat " -"igazán jól." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2145 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Főmenü háttér szín (alapértelmezett FAFAFA). Javasolt azonos színnel mint a " -"tartalom " - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2159 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2173 -msgid "First sidebar background color (Default value is FFFFFF)." -msgstr "Első oldalsáv háttér színe (alapértelmezett FFFFFF)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2189 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Lábléc widget-terület háttér színe (alapértelmezett 171717)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2205 -msgid "Footer background color (Default value is 222222)." -msgstr "Lábléc háttér színe (alapértelmezett 222222)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2221 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "A blogod címének színe (alapértelmezett 0D85CC)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2237 -msgid "Your blog's description color(Default value is 222222)." -msgstr "A blogod leírásának színe (alapértelmezett 222222)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2253 -msgid "Content Text Color (Default value is 333333)." -msgstr "Tartalom szöveg színe (alapértelmezett 333333)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2269 -msgid "Links color (Default value is 0D85CC)." -msgstr "Linkek színe (alapértelmezett 0D85CC)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2285 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Egérrel mutatott link színe (alapértelmezett 333333)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2301 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Bejegyzés fejléc szövegének színe (alapértelmezett 333333)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2317 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" -"Bejegyzés fejléc szövegének színe egérrel mutatva (alapértelmezett 000000)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2333 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Oldalsáv fejléc hátterének színe (alapértelmezett 444444)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2351 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Oldalsáv fejléc szövegének színe (alapértelmezett 2EA5FD)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2367 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Lábléc widget szöveg színe (alapértelmezett 0D85CC)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2383 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Lábléc widget link színe (alapértelmezett 666666)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2399 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "Lábléc widget link színe egérrel mutatva (alapértelmezett 888888)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2545 -msgid "White" -msgstr "Fehér" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 -msgid "Light" -msgstr "Világos" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 -msgid "Light Gray" -msgstr "Világos szürke" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2545 -msgid "Gray" -msgstr "Szürke" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 -msgid "Dark Gray" -msgstr "Sötét szürke" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 -msgid "Black" -msgstr "Fekete" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2439 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Ez a beállítás megváltoztatja a címmezők kinézetét. Azok a képek, amelyekhez " -"nincs címmező, nem érintettek." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2471 -msgid "The border around your inserted images. " -msgstr "Keret a beillesztett kép körül." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2501 -msgid "The image on top of your captions. " -msgstr "A kép a megadott címmező felett." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2531 -msgid "The sidebar list bullets. " -msgstr "Oldalsáv lista jelölők." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2561 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "A bejegyzések meta adatainak háttere. Alapesetben szürke.<" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2577 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2609 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2643 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2673 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2703 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2763 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2825 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2911 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2941 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2971 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3001 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3031 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3061 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3091 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3121 -msgid "Show" -msgstr "Mutatás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2577 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2609 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2643 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2673 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2703 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2763 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2825 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2911 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2941 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2971 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3001 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3031 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3061 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3091 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3121 -msgid "Hide" -msgstr "Elrejtés" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2593 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "A bejegyzéseket elválasztó vonal mutatása vagy elrejtése." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2625 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"A lista elemek előtti jelölők mutatása vagy elrejtése a tartalom részben. " -"(bejegyzések, oldalak, stb)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2659 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"A blog címének és leírásának mutatása vagy elrejtése (fontos, ha olyan " -"fejléc képed van, amin kép és szöveg is van)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2689 -msgid "Hide or show Page titles on any created pages. " -msgstr "A készítette elem elrejtése az oldalakon." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2719 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Az oldalak címének elrejtése a Kategóriák oldalon." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2749 -msgid "Hide table borders and background color." -msgstr "Táblázat szegélyek és háttérszínek elrejtése." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2779 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"A magyarázó szöveg elrejtése a kommentek mező alatt. (így kezdődik: " -"Használhatod a következő html elemeket…)." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 -msgid "Hide in posts" -msgstr "Elrejteni a bejegyzésekben" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 -msgid "Hide in pages" -msgstr "Elrejteni az oldalakon" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 -msgid "Hide everywhere" -msgstr "Mindenhol elrejteni" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2809 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"A hozzászólások letiltva üzenet elrejtése, ami automatikusan " -"megjelenik minden oldalon, ahol tiltott." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2841 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"A Hozzászóások kikapcsolva szöveg elrejtése ha globálisan le vannak " -"tiltva." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2873 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"A vissza a tetejére gomb engedélyezése. A gomb megjelenik ha lefelé " -"scrollozunk." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2887 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"SzĂşrj be egyedi szöveget vagy HTML kĂłdot ami megjelenik a láblĂ©cben.
      Használhatsz HTML tageket is, kĂ©peket, Ă©s speciális karaktereket is like " -"© ." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2927 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"A szĂłlj hozzá elem vagy x hozzászĂłlás elem " -"mutatása vagy elrejtĂ©se a bejegyzĂ©sek szemelvĂ©nyeinĂ©l." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2957 -msgid "Hide or show the post date." -msgstr "A bejegyzĂ©s dátumának elrejtĂ©se." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2987 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"Mutassa a bejegyzĂ©s idejĂ©t is a dátum mellett. Az idĹ‘ nem lesz láthatĂł, ha a " -"dátum el van rejtve." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3017 -msgid "Hide or show the post author." -msgstr "A szerzĹ‘ mutatása vagy elrejtĂ©se." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3047 -msgid "Hide the post category." -msgstr "A bejegyzĂ©s kategĂłria elrejtĂ©se." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3077 -msgid "Hide the post tags." -msgstr "A bejegyzĂ©s cimke elrejtĂ©se" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3107 -msgid "Hide the 'Bookmark permalink'." -msgstr "A 'permalink könyvjelzĹ‘be' elrejtĂ©se." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3137 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "Minden bejegyzĂ©s meta adat elrejtĂ©se." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3163 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3193 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3225 -msgid "Excerpt" -msgstr "SzemelvĂ©ny" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3163 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3193 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3225 -msgid "Full Post" -msgstr "Teljes bejegyzĂ©s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3179 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"SzemelvĂ©nyek a fĹ‘oldalon. Csak a normál bejegyzĂ©sek Ă©rintettek. Minden más " -"bejegyzĂ©s forma (mellĂ©k, kĂ©p, chat, idĂ©zet stb) saját formázással " -"rendelkezik." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3209 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Válaszd ki ha szeretnĂ©l ragadĂłs bejegyzĂ©st a kezdĹ‘ oldalon megjelenĂ­teni, " -"teljes mĂ©retben vagy szemelvĂ©nyben." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3241 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"SzemelvĂ©nyek az archĂ­vumban, kategĂłriákban Ă©s a keresĂ©s oldalon. Csak az " -"általános bejegyzĂ©sek Ă©rintettek." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3257 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"A szavak száma a szemelvĂ©nyekben. Ha a számot elĂ©rtĂ©k, a szemelvĂ©ny meg lesz " -"szakĂ­tva a tovább olvasom linkkel egyĂĽtt.\n" -"\n" -"\t\t\t\t\t\t\t az olvasĂłt a cikk teljes tartalmára irányĂ­tja." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3289 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"A magazin kinĂ©zet engedĂ©lyezĂ©se. Ez a kinĂ©zet kĂ©t oszlopban mutatja a " -"bejegyzĂ©seket soronkĂ©nt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3303 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"KicserĂ©li a három pontot ('[…])' amit automatikusan a szemelvĂ©ny vĂ©gĂ©hez " -"tesz." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3317 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "A 'tovább olvasom' link szerkesztĂ©se, amit a szemelvĂ©nyekhez adunk." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3347 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" -"AlapĂ©rtelmezĂ©sben a WordPress eltávolĂ­t minden HTML taget a szemelvĂ©nyekbĹ‘l (" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3409 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"Mutassa a kiemelt kĂ©peket bĂ©lyegkĂ©pkĂ©nt a bejegyzĂ©seknĂ©l. A kĂ©peket ki kell " -"jelölni minden bejegyzĂ©s elejĂ©n kiemelt kĂ©pkĂ©nt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3439 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"Mutassa az elsĹ‘ kĂ©pet bĂ©lyegkĂ©pkĂ©nt amit beillesztettĂ©l a bejegyzĂ©shez. Ha " -"engedĂ©lyezed ezt az opciĂłt, a bejegyzĂ©snĂ©l az elsĹ‘ kĂ©p bekerĂĽl a kiemelt " -"kĂ©pek közĂ© a bejegyzĂ©snĂ©l." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3471 -msgid "Thumbnail alignment." -msgstr "BĂ©lyegkĂ©p rendezĂ©se." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3505 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"A bĂ©lyegkĂ©p mĂ©rete (kĂ©ppontokban). Alapesetben a kĂ©pek rögzĂ­tett " -"oldalaránnyal lesznek átmĂ©retezve. Válaszd a vágás opciĂłt ha pontos mĂ©retet " -"szeretnĂ©l." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3537 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"Mutassa a kiemelt kĂ©pet a fejlĂ©cben. A fejlĂ©c le lesz cserĂ©lve a kiemelt " -"kĂ©ppel ha kiválasztod a kiemelt kĂ©pet a bejegyzĂ©snĂ©l\n" -"\n" -"\t\t\t\t\t\t\t Ă©s a feltöltött kĂ©p akkora vagy nagyobb mint a fejlĂ©c kĂ©p " -"mĂ©rete." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3579 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Válaszd ki a közössĂ©gi hálĂłzatot a legördĂĽlĹ‘ listábĂłl, Ă©s illeszd be a " -"pontos URL-t a beviteli mezĹ‘be. (pl http://www.facebook.com/teneved )" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3607 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Akár 5 kĂĽlönbözĹ‘ közössĂ©gi oldalt is beállĂ­thatsz." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3635 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Ă–sszesen 27 közössĂ©gi oldal közĂĽl választhatsz." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3663 -msgid "You can leave any number of inputs empty. " -msgstr "Akármelyik mezĹ‘t ĂĽresen hagyhatod." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3691 -msgid "You can choose the same social media any number of times. " -msgstr "Ugyanazt a közössĂ©gi oldalt többször is használhatod." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3753 -msgid "Choose the areas where to display the social icons." -msgstr "Válaszd ki a terĂĽletet ahol megjelennek az ikonok." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3795 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "Legyen a fejlĂ©c kattinthatĂł, amely link a kezdĹ‘lapodra mutat." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3825 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"Mutassa a breadcrumb (webmorzsa) elemeket a tartalom felett. A webmorzsák " -"egyfajta navigáciĂłs segĂ©dletkĂ©nt használhatĂłk." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3855 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"Mutass számozott lapozĂłt. Ahol több, mint egy oldal jelenne meg, ott láthatĂł " -"a rĂ©gebbi bejegyzĂ©sek Ă©s az Ăşjabb bejegyzĂ©sek link számozással " -"egyĂĽtt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3885 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"EngedĂ©lyezi a mobil nĂ©zetet a Mantra reszponzĂ­v kinĂ©zet Ă©rdekĂ©ben. A " -"kinĂ©zete a blogodnak megváltozik attĂłl fĂĽggĹ‘en, hogy milyen eszközön " -"tekintik meg azt." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3905 -msgid "Upload or select favicon from gallery" -msgstr "Favicon feltöltĂ©se vagy választása a galĂ©riábĂłl." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3913 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"Korlátozások: kĂ©pnek kell lennie, Ă©s maximum 64x64kĂ©ppont mĂ©retű lehet. " -"Javasolt kiterjesztĂ©sek: ico, png." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3929 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"Illeszd be a saját CSS tartalmad. Bármilyen CSS deklarálás amit itt teszel, " -"felülírja a Mantra beállításokat (akár az egyedi beállításokét is).
      " -"Az egyedi CSS tartalom megĹ‘rzĂ©sre kerĂĽl frissĂ­tĂ©s után is." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3943 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "Illeszd be az egyedi JavaScriptedet. (GoogleAnalytics vagy egyĂ©b kĂłd)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3969 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"EngedĂ©lyezed a Mantra SEO modult. Alapesetben bekapcsolva, akkor kell " -"kikapcsold, ha saját SEO plugint használsz." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3993 -msgid "Auto" -msgstr "Automatikus" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3993 -msgid "Manual" -msgstr "KĂ©zi" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:55 -msgid "says:" -msgstr "mondta:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:67 -msgid "Your comment is awaiting moderation." -msgstr "A hozzászĂłlás moderáciĂłra vár." - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:81 -msgid "at" -msgstr "ekkor" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:81 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:115 -msgid "(Edit)" -msgstr "(SzerkesztĂ©s)" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:115 -msgid "Pingback: " -msgstr "Pingback:" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:169 -msgid "Leave a comment" -msgstr "SzĂłlj hozzá" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:169 -msgid "1 Comment" -msgstr "1 HozzászĂłlás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:169 -msgid "% Comments" -msgstr "% HozzászĂłlás" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:213 -msgid "Older Comments" -msgstr "RĂ©gebbi hozzászĂłlások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:215 -msgid "Newer Comments" -msgstr "Ăšjabb hozzászĂłlások" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-functions.php:465 -msgid "Home Page" -msgstr "KezdĹ‘lap" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:289 -msgid "By " -msgstr "ĂŤrta" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 -msgid " Bookmark the " -msgstr "KönyvjelzĹ‘khöz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:373 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:377 -msgid "Permalink to" -msgstr "Permalink ehhez" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:373 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:377 -msgid "permalink" -msgstr "permalink" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:373 -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:377 -msgid "Bookmark the " -msgstr "KönyvjelzĹ‘khöz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:421 -msgid "« Older posts" -msgstr "« RĂ©gebbi bejegyzĂ©sek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:423 -msgid "Newer posts »" -msgstr "Ăšjabb bejegyzĂ©sek" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-seo.php:51 -#, php-format -msgid "Page %s" -msgstr "Oldal %s" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:179 -msgid "Primary Navigation" -msgstr "ElsĹ‘dleges navigáciĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:181 -msgid "Top Navigation" -msgstr "FelsĹ‘ navigáciĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:183 -msgid "Footer Navigation" -msgstr "LáblĂ©c navigáciĂł" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:271 -msgid "mantra" -msgstr "mantra" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:393 -msgid "Skip to content" -msgstr "Ugrás a tartalomhoz" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:447 -msgid "Primary Widget Area - Sidebar 1" -msgstr "ElsĹ‘ widget terĂĽlet - 1. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:451 -msgid "Primary widget area - Sidebar 1" -msgstr "Második widget terĂĽlet - 1. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:469 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Második widget terĂĽlet - 1. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:473 -msgid "Secondary widget area - Sidebar 1" -msgstr "Második widget terĂĽlet - 1. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:491 -msgid "Third Widget Area - Sidebar 2" -msgstr "Harmadik widget terĂĽlet - 2. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:495 -msgid "Third widget area - Sidebar 2" -msgstr "Harmadik widget terĂĽlet - 2. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:513 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Negyedik widget terĂĽlet - 2. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:517 -msgid "Fourth widget area - Sidebar 2" -msgstr "Negyedik widget terĂĽlet - 2. oldalsáv" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:535 -msgid "First Footer Widget Area" -msgstr "ElsĹ‘ láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:539 -msgid "First footer widget area" -msgstr "ElsĹ‘ láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:557 -msgid "Second Footer Widget Area" -msgstr "Második láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:561 -msgid "Second footer widget area" -msgstr "Második láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:579 -msgid "Third Footer Widget Area" -msgstr "Harmadik láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:583 -msgid "The third footer widget area" -msgstr "Harmadik láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:601 -msgid "Fourth Footer Widget Area" -msgstr "Negyedik láblĂ©c widget terĂĽlet" - -#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:605 -msgid "The fourth footer widget area" -msgstr "Negyedik láblĂ©c widget terĂĽlet" - -#~ msgid "Archives" -#~ msgstr "ArchĂ­vum" - -#~ msgid "Meta" -#~ msgstr "Meta" - -#~ msgid "Insert footer copyright" -#~ msgstr "LáblĂ©c jogi informáciĂłk beszĂşrása" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-15 19:23+0100\n" +"PO-Revision-Date: 2013-01-16 15:46+0100\n" +"Last-Translator: GeriSoft \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/" +"themes/mantra/\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-SearchPath-0: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-" +"content/themes/mantra\n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/404.php:33 +msgid "Not Found" +msgstr "Nincs találat" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/404.php:37 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "Sajnos a keresett oldal nem találhatĂł. PrĂłbálj meg máskĂ©pp keresni…" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:49 +#, php-format +msgid "Daily Archives: %s" +msgstr "Napi archĂ­vum: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:53 +#, php-format +msgid "Monthly Archives: %s" +msgstr "Havi archĂ­vum: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:57 +#, php-format +msgid "Yearly Archives: %s" +msgstr "Éves archĂ­vum: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:61 +msgid "Blog Archives" +msgstr "Blog archĂ­vum" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:113 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:147 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/category.php:99 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/index.php:81 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/search.php:79 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/tag.php:101 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-blog.php:71 +msgid "Nothing Found" +msgstr "Nincs találat" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/archive.php:121 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:155 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/category.php:107 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/index.php:89 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/tag.php:109 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-blog.php:79 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" +"Sajnos a keresett bejegyzĂ©s nem találhatĂł. PrĂłbáld meg megkeresni máskĂ©pp..." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:35 +#, php-format +msgid "Return to %s" +msgstr "VisszalĂ©pĂ©s: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:57 +msgid "By" +msgstr "ĂŤrta: " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:79 +msgid "Published" +msgstr "Publikálta: " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:99 +#, php-format +msgid "Full size is %s pixels" +msgstr "A teljes mĂ©ret %s pixel" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:105 +msgid "Link to full-size image" +msgstr "Link a teljes mĂ©retű kĂ©phez" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:119 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:213 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:95 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:97 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:129 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:83 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:97 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-page.php:43 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:91 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:95 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:153 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/single.php:105 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-onecolumn.php:53 +msgid "Edit" +msgstr "SzerkesztĂ©s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:199 +msgid "Continue reading" +msgstr "Tovább olvasom" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/attachment.php:201 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:77 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:75 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:109 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:65 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:75 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-page.php:41 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:71 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:77 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:97 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:131 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/single.php:61 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/template-onecolumn.php:51 +msgid "Pages:" +msgstr "Oldalak: " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:55 +#, php-format +msgid "Author Archives: %s" +msgstr "SzerzĹ‘ archĂ­vum: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/author.php:97 +#, php-format +msgid "About %s" +msgstr "%s adatai" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/category.php:37 +#, php-format +msgid "Category Archives: %s" +msgstr "KategĂłria archĂ­vum: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/comments.php:35 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "Ez a bejegyzĂ©s jelszĂłval vĂ©dett. LĂ©pj be az elolvasásához!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:39 +msgid "Aside" +msgstr "FĂ©lre" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:75 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:73 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:65 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:63 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:73 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:69 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:75 +msgid "Continue reading " +msgstr "Tovább olvasom " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-aside.php:91 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:89 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:123 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:77 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:89 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:85 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:91 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content.php:149 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 +msgid "Tagged" +msgstr "Megjelölve" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-chat.php:39 +msgid "Chat" +msgstr "Chat" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-gallery.php:39 +msgid "Gallery" +msgstr "GalĂ©ria" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-image.php:37 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:923 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:953 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:983 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1013 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1043 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1129 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1159 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1189 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1219 +msgid "Image" +msgstr "KĂ©p" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-link.php:39 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:937 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:967 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:997 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1027 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1057 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1143 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1173 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1203 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1233 +msgid "Link" +msgstr "Link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-page.php:53 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:271 +msgid "Comments are closed." +msgstr "HozzászĂłlás nem lehetsĂ©ges." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-quote.php:35 +msgid "Quote" +msgstr "IdĂ©zet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/content-status.php:59 +msgid "Status" +msgstr "Státusz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/search.php:37 +#, php-format +msgid "Search Results for: %s" +msgstr "KeresĂ©si eredmĂ©nyek: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/search.php:75 +#, php-format +msgid "No search results for: %s" +msgstr "Nincs találat a keresett kifejezĂ©sre: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/searchform.php:1 +msgid "Search" +msgstr "KeresĂ©s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/single.php:87 +msgid "View all posts by " +msgstr "Minden bejegyzĂ©s megtekintĂ©se tĹ‘le: " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/tag.php:39 +#, php-format +msgid "Tag Archives: %s" +msgstr "Cimke archĂ­vum: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:123 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" +"MielĹ‘tt feltöltöd az import file, a következĹ‘ hibákat kell kijavĂ­tani: " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:139 +msgid "Import Mantra Theme Options" +msgstr "Mantra sablon opciĂłk importálása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:143 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Ăśdv! Itt tudod importálni a Mantra beállĂ­tásokat.Vigyázz, ez egy " +"kĂ­sĂ©rleti funkciĂł." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:147 +msgid "Just choose a file from your computer:" +msgstr "Válassz egy filet a számĂ­tĂłgĂ©prĹ‘l:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:151 +#, php-format +msgid "Maximum size: %s" +msgstr "Maximális mĂ©ret: %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:163 +msgid "And import!" +msgstr "Hajrá!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:295 +msgid "Import Mantra Theme Options " +msgstr "Mantra sablon opciĂłk importálása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:301 +msgid "Great! The options have been imported!" +msgstr "Szuper! Az opciĂłk importálva!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:303 +msgid "Go back to the Mantra options page and check them out!" +msgstr "Vissza a Mantra opciĂłk oldalra Ă©s ellenĹ‘rizd!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:309 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:321 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:333 +msgid "Oops, there's a small problem." +msgstr "Hoppá, egy kis hiba törtĂ©nt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:311 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"A feltöltött file nem tartalmaz Mantra opciĂłkat. EllenĹ‘rizd, hogy a file " +"tĂ©nyleg a Mantra exportálĂłval kĂ©szĂĽlt!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:323 +msgid "The uploaded file could not be read." +msgstr "A feltöltött file nem olvashatĂł." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:335 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"A feltöltött file nem támogatott. EllenĹ‘rizd, hogy a file tĂ©nyleg a Mantra " +"exportálĂłval kĂ©szĂĽlt!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:353 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"Hoppá! A file ĂĽres vagy nem lĂ©tezik. Ez a hiba akkor fordulhat elĹ‘, ha a " +"feltöltĂ©s tiltott a php.ini fileban, vagy nagyobb, mint a maximális mĂ©ret " +"beállĂ­tás az upload_max_filesize opciĂłnál." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/admin-functions.php:365 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "HIBA: nincs jogod a kĂ©rt feladatra" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:185 +msgid "Layout Settings" +msgstr "ElrendezĂ©s beállĂ­tásai" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:187 +msgid "Presentation Page" +msgstr "BemutatĂł oldal" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:189 +msgid "Text Settings" +msgstr "Szöveg beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:191 +msgid "Color Settings" +msgstr "SzĂ­n beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:193 +msgid "Graphics Settings" +msgstr "Grafikai beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:195 +msgid "Post Information Settings" +msgstr "BejegyzĂ©s informáciĂłs beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:197 +msgid "Post Excerpt Settings" +msgstr "SzemelvĂ©ny beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:199 +msgid "Featured Image Settings" +msgstr "Kiemelt kĂ©p beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:201 +msgid "Social Media Settings" +msgstr "KözössĂ©gi mĂ©dia beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:203 +msgid "Miscellaneous Settings" +msgstr "EgyĂ©b beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:207 +msgid "Main Layout" +msgstr "FĹ‘ elrendezĂ©s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:209 +msgid "Content / Sidebar Width" +msgstr "Tartalom / Oldalsáv szĂ©lessĂ©g" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:211 +msgid "Header Image Height" +msgstr "FejlĂ©c kĂ©p magasság" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:215 +msgid "Enable Presentation Page" +msgstr "BemutatĂł oldal engedĂ©lyezĂ©se" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:217 +msgid "Slider Settings" +msgstr "DiavetĂ­tĂ©s beállĂ­tása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:219 +msgid "Slides" +msgstr "Diák" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:221 +msgid "Presentation Page Columns" +msgstr "PrezentáciĂłs oldal oszlopok" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:223 +msgid "Extras" +msgstr "Extrák" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:227 +msgid "General Font" +msgstr "Ăltalános betűtĂ­pus" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:229 +msgid "General Font Size" +msgstr "Ăltalános betűtĂ­pus mĂ©rete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:231 +msgid "Post Title Font " +msgstr "BejegyzĂ©s cĂ­me betűtĂ­pus" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:233 +msgid "Post Title Font Size" +msgstr "BejegyzĂ©s betűtĂ­pus mĂ©rete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:235 +msgid "Sidebar Font" +msgstr "Oldalsáv betűtĂ­pus" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:237 +msgid "SideBar Font Size" +msgstr "Oldalsáv betűtĂ­pus mĂ©rete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:239 +msgid "Sub-Headers Font" +msgstr "Al-cĂ­msor betűtĂ­pus" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:241 +msgid "Force Text Align" +msgstr "ElrendezĂ©s kĂ©nyszerĂ­tĂ©se" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:243 +msgid "Paragraph indent" +msgstr "BekezdĂ©s behĂşzása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:245 +msgid "Header indent" +msgstr "FejlĂ©c behĂşzása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:247 +msgid "Line Height" +msgstr "Sor magasság" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:249 +msgid "Word spacing" +msgstr "SzĂł-köz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:251 +msgid "Letter spacing" +msgstr "Betű-köz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:253 +msgid "Text shadow" +msgstr "Szöveg árnyĂ©kolás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:257 +msgid "Background Color" +msgstr "HáttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:259 +msgid "Header (Banner and Menu) Background Color" +msgstr "FejlĂ©c (banner Ă©s menĂĽ) háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:261 +msgid "Content Background Color" +msgstr "Tartalom háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:263 +msgid "Menu Background Color" +msgstr "MenĂĽ háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:265 +msgid "First Sidebar Background Color" +msgstr "ElsĹ‘ oldalsáv háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:267 +msgid "Second Sidebar Background Color" +msgstr "Második oldalsáv háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:271 +msgid "Site Title Color" +msgstr "Oldal cĂ­m szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:273 +msgid "Site Description Color" +msgstr "Oldal leĂ­rás szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:277 +msgid "Content Text Color" +msgstr "Tartalom szöveg szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:279 +msgid "Links Color" +msgstr "Link szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:281 +msgid "Links Hover Color" +msgstr "Link hover szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:283 +msgid "Post Title Color" +msgstr "BejegyzĂ©s cĂ­me szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:285 +msgid "Post Title Hover Color" +msgstr "BejegyzĂ©s cĂ­me hover szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:287 +msgid "Sidebar Header Background Color" +msgstr "Oldalsáv fejlĂ©c háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:289 +msgid "Sidebar Header Text Color" +msgstr "Oldalsáv fejlĂ©c szöveg szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:291 +msgid "Footer Widget Background Color" +msgstr "LáblĂ©c widget háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:293 +msgid "Footer Background Color" +msgstr "LáblĂ©c háttĂ©r szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:295 +msgid "Footer Widget Header Text Color" +msgstr "LáblĂ©c widget fejlĂ©c szöveg szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:297 +msgid "Footer Widget Link Color" +msgstr "LáblĂ©c widget link szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:299 +msgid "Footer Widget Hover Color" +msgstr "LáblĂ©c widget hover szĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:303 +msgid "Caption Border" +msgstr "KĂ©paláírás kerete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:305 +msgid "Post Images Border" +msgstr "BejegyzĂ©s kĂ©pek kerete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:307 +msgid "Caption Pin" +msgstr "KĂ©paláírás jelölĹ‘" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:309 +msgid "Sidebar Menu Bullets" +msgstr "Oldalsáv menĂĽ jelek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:311 +msgid "Meta Area Background" +msgstr "Meta terĂĽlet háttĂ©r" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:313 +msgid "Post Separator" +msgstr "BejegyzĂ©s elválasztĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:315 +msgid "Content List Bullets" +msgstr "Tartalom lista jelölĹ‘" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:317 +msgid "Title and Description" +msgstr "CĂ­m Ă©s leĂ­rás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:319 +msgid "Page Titles" +msgstr "Oldal cĂ­mek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:321 +msgid "Category Page Titles" +msgstr "KategĂłria oldal cĂ­mek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:323 +msgid "Hide Tables" +msgstr "Táblák elrejtĂ©se" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:325 +msgid "Back to Top button" +msgstr "Vissza a tetejĂ©re gomb" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:327 +msgid "Text Under Comments" +msgstr "Szöveg a hozzászĂłlások alatt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:329 +msgid "Comments are closed text" +msgstr "HozzászĂłlások lezárva szöveg" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:331 +msgid "Comments off" +msgstr "HozzászĂłlások kikapcsolása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:333 +msgid "Custom Footer Text" +msgstr "Egyedi láblĂ©c szöveg" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:337 +msgid "Post Comments Link" +msgstr "BejegyzĂ©s hozzászĂłlások link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:339 +msgid "Post Date" +msgstr "BejegyzĂ©s dátuma" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:341 +msgid "Post Time" +msgstr "BejegyzĂ©s ideje" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:343 +msgid "Post Author" +msgstr "BejegyzĂ©s szerzĹ‘je" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:345 +msgid "Post Category" +msgstr "BejegyzĂ©s kategĂłria" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:347 +msgid "Post Tags" +msgstr "BejegyzĂ©s cimke" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:349 +msgid "Post Permalink" +msgstr "BejegyzĂ©s permalink" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:351 +msgid "All Post Metas" +msgstr "Minden bejegyzĂ©s meta adat" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:355 +msgid "Post Excerpts on Home Page" +msgstr "BejegyzĂ©s szemelvĂ©nyek a kezdĹ‘lapon" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:357 +msgid "Affect Sticky Posts" +msgstr "Befolyásolja a ragadĂłs bejegyzĂ©st" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:359 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "BejegyzĂ©s szemelvĂ©nyek a kategĂłria archĂ­vum oldalakon" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:361 +msgid "Number of Words for Post Excerpts " +msgstr "Szavak száma a bejegyzĂ©s szemelvĂ©nyekhez" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:363 +msgid "Magazine Layout" +msgstr "Oldal elrendezĂ©s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:365 +msgid "Excerpt suffix" +msgstr "SzemelvĂ©ny kivonat" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:367 +msgid "Continue reading link text " +msgstr "Tovább olvasom link szöveg" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:369 +msgid "HTML tags in Excerpts" +msgstr "HTML tag-ek a szemelvĂ©nyekben" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:373 +msgid "Featured Images as POST Thumbnails " +msgstr "Kiemelt kĂ©pek a bejegyzĂ©sek bĂ©lyegkĂ©peiben" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:375 +msgid "Auto Select Images From Posts " +msgstr "KĂ©pek automatikus kiválasztása a bejegyzĂ©sekhez" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:377 +msgid "Thumbnails Alignment " +msgstr "BĂ©lyegkĂ©p igazĂ­tása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:379 +msgid "Thumbnails Size " +msgstr "BĂ©lyegkĂ©p mĂ©rete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:381 +msgid "Featured Images as HEADER Images " +msgstr "Kiemelt kĂ©p FEJLÉC kĂ©pkĂ©nt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:385 +msgid "Link nr. 1" +msgstr "1. Link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:387 +msgid "Link nr. 2" +msgstr "2. Link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:389 +msgid "Link nr. 3" +msgstr "3. Link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:391 +msgid "Link nr. 4" +msgstr "4. Link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:393 +msgid "Link nr. 5" +msgstr "5. Link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:395 +msgid "Socials display" +msgstr "KözössĂ©gi hálĂłzat megjelenĂ­tĂ©se" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:399 +msgid "Make Site Header a Link" +msgstr "Legyen a fejlĂ©c link" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:401 +msgid "Breadcrumbs" +msgstr "Breadcrumb" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:403 +msgid "Pagination" +msgstr "LapozĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:405 +msgid "Mobile view" +msgstr "Mobil nĂ©zet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:407 +msgid "FavIcon" +msgstr "FavIcon" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:409 +msgid "Custom CSS" +msgstr "egyĂ©ni CSS" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:411 +msgid "Custom JavaScript" +msgstr "EgyĂ©ni JavaScript" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:413 +msgid "SEO Settings" +msgstr "SEO beállĂ­tások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:447 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "Sajnálom, nincs elegendĹ‘ jogosultságod megnyitni ezt az oldalt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:467 +msgid "Mantra settings updated successfully." +msgstr "Mantra beállĂ­tások frissĂ­tve!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:489 +msgid "Reset to Defaults" +msgstr "Vissza az alapokhoz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:491 +msgid "Save Changes" +msgstr "Változások mentĂ©se" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:519 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"\n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

      " +msgstr "" +"

      Mi itt a Cryout Creations-nél (a Mantra sablon készítő csapatánál) éjjel-" +"nappal fejlesztjük a kedvenc Mantra sablonod. Rengeteg hibát javítunk (amit " +"korábban tettünk bele :) ), több és jobb funkciókat adunk hozzá, melyekkel " +"mind jobban testreszabható az oldalad. Majd játszunk egy kicsit… Aztán " +"visszatérünk, elolvassuk a rengeteg visszajelzést, emailt és hozzászólást, " +"majd (legtöbbször) meg is válaszoljuk aznap őket. És sokszor ki is " +"fejlesztjük a kért funkciót.

      \n" +"\n" +"\t\t\t

      Szóval kérdezd meg magadtól: Hogyan csinálják? Hogyan tudják " +"naprakészen tartani az oldalt? Nos, mi sem egyszerűbb, barátaim… Kávét " +"iszunk. Ipari mennyiségű kávét iszunk :) És mi szeretjük ezt! Szóval, ha " +"szeretnéd támogatni a mi csapatunkat...

      " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:549 +msgid "Import/Export Settings" +msgstr "Import/Export beállítások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:561 +msgid "Export Theme options" +msgstr "Theme export opciók" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:563 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"Ez ilyen egyszerű: csak egy kattintás, és az összes Mantra beállítást " +"lementheted a számítógépedre. Nagyobb biztonságban érzed magad? Lehet is :)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:573 +msgid "Import Theme options" +msgstr "Theme opciók importálása" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:575 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"Az importálás nélkül az exportálás csak butaság. Ellenőrizd a file meglétét " +"a gépeden!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:589 +msgid "Mantra Latest News" +msgstr "Legfrissebb Mantra hírek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:611 +msgid "No news items." +msgstr "Nincs új hír" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:639 +msgid "Mantra Help" +msgstr "Mantra súgó" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:645 +msgid "" +"\n" +"\n" +"\t\t\t
        \n" +"\n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\n" +"\t\t\t
      \n" +"\n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\n" +"\t" +msgstr "" +"\n" +"\n" +"\t\t\t
        \n" +"\n" +"\t\t\t\t
      • - SzĂĽksĂ©ged lenne Mantra segĂ­tsĂ©gre a WP oldaladhoz?
      • \n" +"\n" +"\t\t\t\t
      • - SzeretnĂ©d tudni, milyen változások Ă©rhetĹ‘k el a frissĂ­tĂ©sben?\n" +"\n" +"\t\t\t\t
      • - Hibát találtál, vagy valami nem Ăşgy működik, mint elkĂ©pzelted?" +"
      • \n" +"\n" +"\t\t\t\t
      • - Van egy ötleted, amivel jobbá tehetnĂ©d a Mantra sablont?
      • \n" +"\n" +"\t\t\t\t
      • - SzĂĽksĂ©ged van egyedi beállĂ­tásra?
      • \n" +"\n" +"\t\t\t\t
      • - Van kĂ©sz fordĂ­tásod, vagy szeretnĂ©l fordĂ­tani?
      • \n" +"\n" +"\t\t\t
      \n" +"\n" +"\t\t\t

      Akkor látogasd meg a Mantra support oldalát.

      \n" +"\n" +"\t" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/main.php:667 +msgid "Mantra Support Page" +msgstr "Mantra terméktámogatás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:121 +msgid "One column (no sidebars)" +msgstr "Egy oszlop (nincs oldalsáv)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:123 +msgid "Two columns, sidebar on the right" +msgstr "Két oszlop, oldalsáv jobb oldalt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:125 +msgid "Two columns, sidebar on the left" +msgstr "Két oszlop, oldalsáv bal oldalt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:127 +msgid "Three columns, sidebars on the right" +msgstr "Három oszlop, oldalsáv jobb oldalt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:129 +msgid "Three columns, sidebars on the left" +msgstr "Három oszlop, oldalsáv bal oldalt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:131 +msgid "Three columns, one sidebar on each side" +msgstr "Három oszlop, oldalsáv mindkét oldalon" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:161 +msgid "Choose your layout " +msgstr "Válassz elrendezést" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:177 +msgid "Absolute" +msgstr "Abszolút" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:177 +msgid "Relative" +msgstr "Relatív" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:179 +msgid "Dimensions to use: " +msgstr "Méretek használata: " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:377 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:417 +msgid "Content =" +msgstr "Tartalom =" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:379 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:419 +msgid "Sidebar(s) =" +msgstr "Oldalsáv(ok) =" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:381 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:421 +msgid "Total width =" +msgstr "Teljes szélesség =" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:399 +msgid "" +"Select the width of your content and sidebar(s). \n" +"\n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Válaszd ki a tartalom és az oldalsáv(ok) szélességét. \n" +"\n" +" \t\tA tartalom nem lehet kisebb mint 500px széles, az oldalsáv minimum " +"220px és maximum 800px.
      \n" +"\n" +"\tHa 3 hasábos kinézetet állítasz be (2 oldalsávval) akkor a szélességek " +"egyenként értendők." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:439 +msgid "" +"Select the width of your content and sidebar(s). \n" +"\n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Válaszd ki a tartalom és az oldalsáv(ok) szélességét. \n" +"\n" +" \t\tEzek relatív méretek a böngésző szélességéhez képest. A teljes méret " +"adott százaléka a szélesség.
      \n" +"\n" +"\t A tartalom nem lehet kisebb mint 40% szélesség, az oldalsáv minimum 20% " +"és maximum 50%.
      \n" +"\n" +"\tHa 3 hasábos kinézetet választasz 2 oldalsávval, akkor a két oldalsáv a " +"választott szélesség fele-fele lesz." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:487 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"Válaszd ki a fejléc magasságát. Miután elmentetted töltsd fel az új fejléc " +"képet. A fejléc kép szélessége legyen =" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:513 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1937 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2061 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2733 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2857 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3273 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3331 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3377 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3423 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3521 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3779 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3809 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3839 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3869 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3953 +msgid "Enable" +msgstr "Engedélyezés" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:513 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1937 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2061 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2733 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2857 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3273 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3331 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3377 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3423 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3521 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3779 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3809 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3839 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3869 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3953 +msgid "Disable" +msgstr "Letiltás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:529 +msgid "" +"Enable the presentation front-page. This will become your new home page. It " +"has a slider and columns for presentation\n" +"\n" +"\t\ttext and images.
      If you have this enabled but don't see a " +"Presentation page then go to Settings » " +"Reading and make sure you have selected Front Page Displays as Your Latest Posts." +msgstr "" +"A prezentáciĂłs kezdĹ‘ oldal engedĂ©lyezĂ©se. Ezután Ăşj kezdĹ‘lapod lesz, melyen " +"egy diavetĂ­tĂ©s fut majd\n" +"\n" +"\t\t szöveggel Ă©s kĂ©ppel.
      Ha engedĂ©lyezed, de nem látod a prezentáciĂłs " +"oldalt, menj a BeállĂ­tások » Olvasás menĂĽbe Ă©s ellenĹ‘rizd, hogy a megfelelĹ‘ oldal van kiválasztva " +"kezdĹ‘lapnak mint utolsĂł bejegyzĂ©sek." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:549 +msgid "Slider Dimensions:" +msgstr "DiavetĂ­tĂ©s mĂ©retei:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:551 +msgid "width" +msgstr "szĂ©lessĂ©g" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:553 +msgid "height" +msgstr "magasság" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:555 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "A diavetĂ­tĂ©s mĂ©rete. EllenĹ‘rizd, hogy minden kĂ©p azonos mĂ©retű legyen!" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:559 +msgid "Animation:" +msgstr "AnimáciĂł:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "Random" +msgstr "VĂ©letlenszerű" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "Fold" +msgstr "Hajtogatás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "Fade" +msgstr "ĂttűnĂ©s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SlideInRight" +msgstr "BecsĂşszás jobbra" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SlideInLeft" +msgstr "BecsĂşszás balra" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SliceDown" +msgstr "Szeletelve le" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SliceDownLeft" +msgstr "Szeletelve balra" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SliceUp" +msgstr "Szeletelve fel" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SliceUpLeft" +msgstr "Szeletelve le" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SliceUpDown" +msgstr "Szeletelve fel/le" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "SliceUpDownLeft" +msgstr "Szeletelve le/balra" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "BoxRandom" +msgstr "Doboz vĂ©letlenszerű" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "BoxRain" +msgstr "Doboz esĹ‘" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "BoxRainReverse" +msgstr "Doboz esĹ‘ vissza" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "BoxRainGrow" +msgstr "Doboz esĹ‘ növekvĹ‘" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:563 +msgid "BoxRainGrowReverse" +msgstr "Doboz esĹ‘ növekvĹ‘ visszafelĂ©" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:579 +msgid "The transition effect your slider will have." +msgstr "A diavetĂ­tĂ©s effektje lesz." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:583 +msgid "Border Settings:" +msgstr "Keret beállĂ­tások:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:585 +msgid "Width" +msgstr "SzĂ©lessĂ©g" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:587 +msgid "Color" +msgstr "SzĂ­n" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:591 +msgid "The width and color of the slider's border." +msgstr "A diavetĂ­tĂ©s keretĂ©nek szĂ©lessĂ©ge Ă©s szĂ­ne" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:595 +msgid "Animation Time:" +msgstr "AnimáciĂł ideje:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:597 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:605 +msgid "milliseconds (1000ms = 1 second) " +msgstr "ezredmásodperc (1000ms = 1mp)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:599 +msgid "The time in which the transition animation will take place." +msgstr "Ez alatt az idĹ‘ alatt fut le az animáciĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:603 +msgid "Pause Time:" +msgstr "SzĂĽnet ideje:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:607 +msgid "The time in which a slide will be still and visible." +msgstr "Ennyi ideig marad a kĂ©p mozdulatlan." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:613 +msgid "Slider navigation:" +msgstr "DiavetĂ­tĂ©s navigáciĂł:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:617 +msgid "Numbers" +msgstr "Számok" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:617 +msgid "Bullets" +msgstr "JelölĹ‘k" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:617 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2545 +msgid "None" +msgstr "Semmi" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:633 +msgid "Your slider navigation type. Shown under the slider." +msgstr "A diavetĂ­tĂ©s navigáciĂł tĂ­pusa. Megjelenik a diavetĂ­tĂ©s alatt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:637 +msgid "Slider arrows:" +msgstr "DiavetĂ­tĂ©s nyilak:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:641 +msgid "Always Visible" +msgstr "Mindig láthatĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:641 +msgid "Visible on Hover" +msgstr "FölĂ©hĂşzáskor láthatĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:641 +msgid "Hidden" +msgstr "Rejtett" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:657 +msgid "The Left and Right arrows on your slider" +msgstr "A bal Ă©s jobb nyilak mindig a diákon" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:739 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:875 +msgid "Select Category" +msgstr "Válassz kategĂłriát" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Custom Slides" +msgstr "Egyedi diák" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Latest Posts" +msgstr "UtolsĂł bejegyzĂ©sek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Random Posts" +msgstr "VĂ©letlenszerű bejegyzĂ©sek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Sticky Posts" +msgstr "RagadĂłs bejegyzĂ©sek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Latest Posts from Category" +msgstr "UtolsĂł bejegyzĂ©sek adott kategĂłriábĂłl" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Random Posts from Category" +msgstr "VĂ©letlenszerű bejegyzĂ©sek adott kategĂłriábĂłl" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:793 +msgid "Specific Posts" +msgstr "Adott bejegyzĂ©sek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:819 +msgid "Latest posts will be loaded into the slider." +msgstr "LegutĂłbbi bejegyzĂ©sek lesznek betöltve a diavetĂ­tĂ©sbe." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:827 +msgid "Random posts will be loaded into the slider." +msgstr "A diavetĂ­tĂ©sbe vĂ©letlenszerű bejegyzĂ©sek kerĂĽlnek." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:835 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "" +"A diavetĂ­tĂ©sbe a legutĂłbbi bejegyzĂ©sek fognak bekerĂĽlni a választott " +"kategĂłriábĂłl." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:845 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "" +"A diavetĂ­tĂ©sbe a legutĂłbbi bejegyzĂ©sek fognak bekerĂĽlni a választott " +"kategĂłriábĂłl." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:853 +msgid "Only sticky posts will be loaded into the slider." +msgstr "Csak a ragadĂłs bejegyzĂ©sek kerĂĽlnek be a diavetĂ­tĂ©sbe." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:861 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "" +"Válaszd ki a bejegyzĂ©sek ID-it amik a diavetĂ­tĂ©sbe kerĂĽlnek, vesszĹ‘vel " +"elválasztva:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:871 +msgid "
      Choose the cateogry: " +msgstr "
      Válassz kategóriát:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:905 +msgid "Number of posts to show:" +msgstr "Bejegyzések száma a megjelenítéshez:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:919 +msgid "Slide 1" +msgstr "1. Dia" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:927 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:957 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:987 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1017 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1047 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1133 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1163 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1193 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1223 +msgid "Upload or select image from gallery" +msgstr "Tölts fel képet vagy válassz a médiatárból" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:929 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:959 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:989 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1019 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1049 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1135 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1165 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1225 +msgid "Title" +msgstr "Cím" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:933 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:963 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:993 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1023 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1053 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1139 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1169 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1199 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1229 +msgid "Text" +msgstr "Szöveg" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:949 +msgid "Slide 2" +msgstr "2. Dia" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:979 +msgid "Slide 3" +msgstr "3. Dia" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1009 +msgid "Slide 4" +msgstr "4. Dia" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1039 +msgid "Slide 5" +msgstr "5. Dia" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1065 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"A diák tartalma. Csak a képek kötelezők, minden más mező opcionális. Csak " +"olyan dia jelenik meg, amihez van kép beállítva, és aktív." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1085 +msgid "Number of columns:" +msgstr "Oszlopok száma:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1105 +msgid "Image Height:" +msgstr "Kép magassága:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1111 +msgid "Read more text:" +msgstr "Több szöveg olvasása:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1117 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" +"A linkelt szöveg megjelenik minden oszlop alatt. A szöveget törölheted, ha " +"nincs rá szükséged." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1125 +msgid "1st Column" +msgstr "1. Oszlop" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1155 +msgid "2nd Column" +msgstr "2. Oszlop" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1185 +msgid "3rd Column" +msgstr "3. Oszlop" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1215 +msgid "4th Column" +msgstr "4. Oszlop" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1259 +msgid "Extra Text" +msgstr "Extra szöveg" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1259 +msgid "Top Title" +msgstr "Felső cím" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1263 +msgid "Second Title" +msgstr "Második cím" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1269 +msgid "Title color" +msgstr "Cím színe" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1275 +msgid "The titles' color (Default value is 333333)." +msgstr "A cím alapértelmezett színe 333333" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1279 +msgid "Bottom Text 1" +msgstr "Alszöveg 1" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1283 +msgid "Bottom Text 2" +msgstr "Alszöveg 2" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1289 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Több szöveg a kezdőlapra. A felső cím a diavetítés felett jelenik meg, a " +"második cím a diák és az oszlopok közt, és 2-nél több sor az oszlopok alatt " +"jelenik meg.\n" +"\n" +"\t\tEz mind opcionális, hagyd üresen ha nem kell." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1301 +msgid "Hide areas" +msgstr "Területek elrejtése" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1327 +msgid "Hide the header area (image or background color)." +msgstr "Fejléc terület elrejtése (képek és háttér szín)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1335 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "Főmenü elrejtése (felső navigációs sor)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1343 +msgid "Hide the footer widgets. " +msgstr "Lábléc widgetek elrejtése." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1351 +msgid "Hide the footer (copyright area)." +msgstr "Lábléc (copyright) elrejtése." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1359 +msgid "Hide the white color. Only the background color remains." +msgstr "Fehér szín elrejtése. Csak a hátérszín marad." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1367 +msgid "Choose the areas to hide on the first page." +msgstr "Válaszd ki a kezdőlapon elrejtendő területeket." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1405 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"Válaszd ki a BLOG betűméretét. Az oldalak és bejegyzések betűméretei " +"érintettek. Fejléc és oldalsáv menük nem változnak." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1493 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"Válaszd ki a betűtípust a BLOG-od részére. Minden szöveg érintett (a menü " +"gombok is)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1495 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1593 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1695 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1797 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to
      google fonts for some font inspiration." +msgstr "" +"Vagy válassz egy Google Fontot lent. Csak pontos nevet írj " +"be.
      Pl.: Marko one. Menj a " +"google fonts oldalra további ötletekért." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1589 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"Válaszd ki a betűtípust a címhez. Ez befolyásolja a bejegyzések és oldalak " +"címét. Hagyd 'alapértelmezett' állásban az általános betűtípus használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1691 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"Válaszd ki a betűtípust az oldalsávhoz. Az oldalsáv szövegek és a widgetek " +"érintettek. Hagyd 'alapértelmezett' állásban az általános betűtípus " +"használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1793 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"Válaszd ki a betűtípust az alcímekhez (h2-h6 elemek is érintettek). Hagyd " +"'alapértelmezett' állásban az általános betűtípus használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1817 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1847 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1967 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1997 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2027 +msgid "Default" +msgstr "Alapértelmezett" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1833 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"Bejegyzés fejléc betűméret. Hagyd 'alapértelmezett' állásban az általános " +"méret (CSS-ben állítva) használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1863 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"Oldalsáv betűméret. Hagyd 'alapértelmezett' állásban az általános méret (CSS-" +"ben állítva) használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3455 +msgid "Left" +msgstr "Bal" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3455 +msgid "Right" +msgstr "Jobb" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 +msgid "Justify" +msgstr "Sorkizárt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1877 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3455 +msgid "Center" +msgstr "Középre zárt" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1893 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"Ez felülírja a szöveg igazítást a bejegyzéseknél és oldalaknál. Hagyd " +"'alapértelmezett' állásban az általános elrendezés érdekében (ha a " +"bejegyzésben vagy oldalnál mást állítasz be, az felülírja)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1921 +msgid "Choose the indent for your paragraphs." +msgstr "Bekezdés behúzásának beállítása." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1953 +msgid "Disable the default header and title indent (left margin)." +msgstr "Az alapértelmezett fejléc és cím behúzás kikapcsolása (bal margó)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:1983 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"Sormagasság. A távolság két sor közt. Hagyd 'alapértelmezett' állásban az " +"általános méret (CSS-ben állítva) használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2013 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"A távolság a szavak közt. Hagyd 'alapértelmezett' állásban az " +"általános méret (CSS-ben állítva) használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2043 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"A távolság a betűk közt. Hagyd 'alapértelmezett' állásban az " +"általános méret (CSS-ben állítva) használatához." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2077 +msgid "Disable the default text shadow on headers and titles." +msgstr "Szöveg árnyékolás kikapcsolása a fejlécben és a címeknél." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2101 +msgid "Background color (Default value is 444444)." +msgstr "Háttér szín (alapértelmezett 444444)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2117 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" +"Fejléc háttér szín (alapértelmezett 333333). Ha kitörölsz minden szöveget " +"innen, nem lesz háttérszín." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2131 +msgid "" +"Content background color (Default value is FFFFFF). Works best with really " +"light colors." +msgstr "" +"Tartalom háttérszín (alapértelmezett FFFFFF). Világos színekkel mutat " +"igazán jól." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2145 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"Főmenü háttér szín (alapértelmezett FAFAFA). Javasolt azonos színnel mint a " +"tartalom " + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2159 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2173 +msgid "First sidebar background color (Default value is FFFFFF)." +msgstr "Első oldalsáv háttér színe (alapértelmezett FFFFFF)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2189 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "Lábléc widget-terület háttér színe (alapértelmezett 171717)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2205 +msgid "Footer background color (Default value is 222222)." +msgstr "Lábléc háttér színe (alapértelmezett 222222)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2221 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "A blogod címének színe (alapértelmezett 0D85CC)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2237 +msgid "Your blog's description color(Default value is 222222)." +msgstr "A blogod leírásának színe (alapértelmezett 222222)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2253 +msgid "Content Text Color (Default value is 333333)." +msgstr "Tartalom szöveg színe (alapértelmezett 333333)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2269 +msgid "Links color (Default value is 0D85CC)." +msgstr "Linkek színe (alapértelmezett 0D85CC)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2285 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "Egérrel mutatott link színe (alapértelmezett 333333)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2301 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "Bejegyzés fejléc szövegének színe (alapértelmezett 333333)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2317 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" +"Bejegyzés fejléc szövegének színe egérrel mutatva (alapértelmezett 000000)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2333 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "Oldalsáv fejléc hátterének színe (alapértelmezett 444444)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2351 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "Oldalsáv fejléc szövegének színe (alapértelmezett 2EA5FD)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2367 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "Lábléc widget szöveg színe (alapértelmezett 0D85CC)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2383 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "Lábléc widget link színe (alapértelmezett 666666)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2399 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "Lábléc widget link színe egérrel mutatva (alapértelmezett 888888)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2545 +msgid "White" +msgstr "Fehér" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 +msgid "Light" +msgstr "Világos" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 +msgid "Light Gray" +msgstr "Világos szürke" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2545 +msgid "Gray" +msgstr "Szürke" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 +msgid "Dark Gray" +msgstr "Sötét szürke" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2423 +msgid "Black" +msgstr "Fekete" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2439 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"Ez a beállítás megváltoztatja a címmezők kinézetét. Azok a képek, amelyekhez " +"nincs címmező, nem érintettek." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2471 +msgid "The border around your inserted images. " +msgstr "Keret a beillesztett kép körül." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2501 +msgid "The image on top of your captions. " +msgstr "A kép a megadott címmező felett." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2531 +msgid "The sidebar list bullets. " +msgstr "Oldalsáv lista jelölők." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2561 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "A bejegyzések meta adatainak háttere. Alapesetben szürke.<" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2577 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2609 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2643 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2673 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2703 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2763 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2825 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2911 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2941 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2971 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3001 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3031 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3061 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3091 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3121 +msgid "Show" +msgstr "Mutatás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2577 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2609 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2643 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2673 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2703 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2763 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2825 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2911 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2941 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2971 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3001 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3031 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3061 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3091 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3121 +msgid "Hide" +msgstr "Elrejtés" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2593 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "A bejegyzéseket elválasztó vonal mutatása vagy elrejtése." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2625 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"A lista elemek előtti jelölők mutatása vagy elrejtése a tartalom részben. " +"(bejegyzések, oldalak, stb)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2659 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"A blog címének és leírásának mutatása vagy elrejtése (fontos, ha olyan " +"fejléc képed van, amin kép és szöveg is van)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2689 +msgid "Hide or show Page titles on any created pages. " +msgstr "A készítette elem elrejtése az oldalakon." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2719 +msgid "Hide or show Page titles on Category Pages. " +msgstr "Az oldalak címének elrejtése a Kategóriák oldalon." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2749 +msgid "Hide table borders and background color." +msgstr "Táblázat szegélyek és háttérszínek elrejtése." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2779 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"A magyarázó szöveg elrejtése a kommentek mező alatt. (így kezdődik: " +"Használhatod a következő html elemeket…)." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 +msgid "Hide in posts" +msgstr "Elrejteni a bejegyzésekben" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 +msgid "Hide in pages" +msgstr "Elrejteni az oldalakon" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2793 +msgid "Hide everywhere" +msgstr "Mindenhol elrejteni" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2809 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"A hozzászólások letiltva üzenet elrejtése, ami automatikusan " +"megjelenik minden oldalon, ahol tiltott." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2841 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"A Hozzászóások kikapcsolva szöveg elrejtése ha globálisan le vannak " +"tiltva." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2873 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"A vissza a tetejére gomb engedélyezése. A gomb megjelenik ha lefelé " +"scrollozunk." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2887 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"SzĂşrj be egyedi szöveget vagy HTML kĂłdot ami megjelenik a láblĂ©cben.
      Használhatsz HTML tageket is, kĂ©peket, Ă©s speciális karaktereket is like " +"© ." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2927 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"A szĂłlj hozzá elem vagy x hozzászĂłlás elem " +"mutatása vagy elrejtĂ©se a bejegyzĂ©sek szemelvĂ©nyeinĂ©l." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2957 +msgid "Hide or show the post date." +msgstr "A bejegyzĂ©s dátumának elrejtĂ©se." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:2987 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"Mutassa a bejegyzĂ©s idejĂ©t is a dátum mellett. Az idĹ‘ nem lesz láthatĂł, ha a " +"dátum el van rejtve." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3017 +msgid "Hide or show the post author." +msgstr "A szerzĹ‘ mutatása vagy elrejtĂ©se." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3047 +msgid "Hide the post category." +msgstr "A bejegyzĂ©s kategĂłria elrejtĂ©se." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3077 +msgid "Hide the post tags." +msgstr "A bejegyzĂ©s cimke elrejtĂ©se" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3107 +msgid "Hide the 'Bookmark permalink'." +msgstr "A 'permalink könyvjelzĹ‘be' elrejtĂ©se." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3137 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "Minden bejegyzĂ©s meta adat elrejtĂ©se." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3163 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3193 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3225 +msgid "Excerpt" +msgstr "SzemelvĂ©ny" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3163 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3193 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3225 +msgid "Full Post" +msgstr "Teljes bejegyzĂ©s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3179 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"SzemelvĂ©nyek a fĹ‘oldalon. Csak a normál bejegyzĂ©sek Ă©rintettek. Minden más " +"bejegyzĂ©s forma (mellĂ©k, kĂ©p, chat, idĂ©zet stb) saját formázással " +"rendelkezik." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3209 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"Válaszd ki ha szeretnĂ©l ragadĂłs bejegyzĂ©st a kezdĹ‘ oldalon megjelenĂ­teni, " +"teljes mĂ©retben vagy szemelvĂ©nyben." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3241 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"SzemelvĂ©nyek az archĂ­vumban, kategĂłriákban Ă©s a keresĂ©s oldalon. Csak az " +"általános bejegyzĂ©sek Ă©rintettek." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3257 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"A szavak száma a szemelvĂ©nyekben. Ha a számot elĂ©rtĂ©k, a szemelvĂ©ny meg lesz " +"szakĂ­tva a tovább olvasom linkkel egyĂĽtt.\n" +"\n" +"\t\t\t\t\t\t\t az olvasĂłt a cikk teljes tartalmára irányĂ­tja." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3289 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"A magazin kinĂ©zet engedĂ©lyezĂ©se. Ez a kinĂ©zet kĂ©t oszlopban mutatja a " +"bejegyzĂ©seket soronkĂ©nt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3303 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "" +"KicserĂ©li a három pontot ('[…])' amit automatikusan a szemelvĂ©ny vĂ©gĂ©hez " +"tesz." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3317 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "A 'tovább olvasom' link szerkesztĂ©se, amit a szemelvĂ©nyekhez adunk." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3347 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "" +"AlapĂ©rtelmezĂ©sben a WordPress eltávolĂ­t minden HTML taget a szemelvĂ©nyekbĹ‘l (" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3409 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"Mutassa a kiemelt kĂ©peket bĂ©lyegkĂ©pkĂ©nt a bejegyzĂ©seknĂ©l. A kĂ©peket ki kell " +"jelölni minden bejegyzĂ©s elejĂ©n kiemelt kĂ©pkĂ©nt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3439 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"Mutassa az elsĹ‘ kĂ©pet bĂ©lyegkĂ©pkĂ©nt amit beillesztettĂ©l a bejegyzĂ©shez. Ha " +"engedĂ©lyezed ezt az opciĂłt, a bejegyzĂ©snĂ©l az elsĹ‘ kĂ©p bekerĂĽl a kiemelt " +"kĂ©pek közĂ© a bejegyzĂ©snĂ©l." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3471 +msgid "Thumbnail alignment." +msgstr "BĂ©lyegkĂ©p rendezĂ©se." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3505 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"A bĂ©lyegkĂ©p mĂ©rete (kĂ©ppontokban). Alapesetben a kĂ©pek rögzĂ­tett " +"oldalaránnyal lesznek átmĂ©retezve. Válaszd a vágás opciĂłt ha pontos mĂ©retet " +"szeretnĂ©l." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3537 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"Mutassa a kiemelt kĂ©pet a fejlĂ©cben. A fejlĂ©c le lesz cserĂ©lve a kiemelt " +"kĂ©ppel ha kiválasztod a kiemelt kĂ©pet a bejegyzĂ©snĂ©l\n" +"\n" +"\t\t\t\t\t\t\t Ă©s a feltöltött kĂ©p akkora vagy nagyobb mint a fejlĂ©c kĂ©p " +"mĂ©rete." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3579 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"Válaszd ki a közössĂ©gi hálĂłzatot a legördĂĽlĹ‘ listábĂłl, Ă©s illeszd be a " +"pontos URL-t a beviteli mezĹ‘be. (pl http://www.facebook.com/teneved )" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3607 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "Akár 5 kĂĽlönbözĹ‘ közössĂ©gi oldalt is beállĂ­thatsz." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3635 +msgid "There are a total of 27 social networks to choose from. " +msgstr "Ă–sszesen 27 közössĂ©gi oldal közĂĽl választhatsz." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3663 +msgid "You can leave any number of inputs empty. " +msgstr "Akármelyik mezĹ‘t ĂĽresen hagyhatod." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3691 +msgid "You can choose the same social media any number of times. " +msgstr "Ugyanazt a közössĂ©gi oldalt többször is használhatod." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3753 +msgid "Choose the areas where to display the social icons." +msgstr "Válaszd ki a terĂĽletet ahol megjelennek az ikonok." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3795 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "Legyen a fejlĂ©c kattinthatĂł, amely link a kezdĹ‘lapodra mutat." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3825 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"Mutassa a breadcrumb (webmorzsa) elemeket a tartalom felett. A webmorzsák " +"egyfajta navigáciĂłs segĂ©dletkĂ©nt használhatĂłk." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3855 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"Mutass számozott lapozĂłt. Ahol több, mint egy oldal jelenne meg, ott láthatĂł " +"a rĂ©gebbi bejegyzĂ©sek Ă©s az Ăşjabb bejegyzĂ©sek link számozással " +"egyĂĽtt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3885 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"EngedĂ©lyezi a mobil nĂ©zetet a Mantra reszponzĂ­v kinĂ©zet Ă©rdekĂ©ben. A " +"kinĂ©zete a blogodnak megváltozik attĂłl fĂĽggĹ‘en, hogy milyen eszközön " +"tekintik meg azt." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3905 +msgid "Upload or select favicon from gallery" +msgstr "Favicon feltöltĂ©se vagy választása a galĂ©riábĂłl." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3913 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"Korlátozások: kĂ©pnek kell lennie, Ă©s maximum 64x64kĂ©ppont mĂ©retű lehet. " +"Javasolt kiterjesztĂ©sek: ico, png." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3929 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"Illeszd be a saját CSS tartalmad. Bármilyen CSS deklarálás amit itt teszel, " +"felülírja a Mantra beállításokat (akár az egyedi beállításokét is).
      " +"Az egyedi CSS tartalom megĹ‘rzĂ©sre kerĂĽl frissĂ­tĂ©s után is." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3943 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "Illeszd be az egyedi JavaScriptedet. (GoogleAnalytics vagy egyĂ©b kĂłd)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3969 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"EngedĂ©lyezed a Mantra SEO modult. Alapesetben bekapcsolva, akkor kell " +"kikapcsold, ha saját SEO plugint használsz." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3993 +msgid "Auto" +msgstr "Automatikus" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/admin/settings.php:3993 +msgid "Manual" +msgstr "KĂ©zi" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:55 +msgid "says:" +msgstr "mondta:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:67 +msgid "Your comment is awaiting moderation." +msgstr "A hozzászĂłlás moderáciĂłra vár." + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:81 +msgid "at" +msgstr "ekkor" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:81 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:115 +msgid "(Edit)" +msgstr "(SzerkesztĂ©s)" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:115 +msgid "Pingback: " +msgstr "Pingback:" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:169 +msgid "Leave a comment" +msgstr "SzĂłlj hozzá" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:169 +msgid "1 Comment" +msgstr "1 HozzászĂłlás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:169 +msgid "% Comments" +msgstr "% HozzászĂłlás" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:213 +msgid "Older Comments" +msgstr "RĂ©gebbi hozzászĂłlások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-comments.php:215 +msgid "Newer Comments" +msgstr "Ăšjabb hozzászĂłlások" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-functions.php:465 +msgid "Home Page" +msgstr "KezdĹ‘lap" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:289 +msgid "By " +msgstr "ĂŤrta" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 +msgid " Bookmark the " +msgstr "KönyvjelzĹ‘khöz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:373 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:377 +msgid "Permalink to" +msgstr "Permalink ehhez" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:369 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:373 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:377 +msgid "permalink" +msgstr "permalink" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:373 +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:377 +msgid "Bookmark the " +msgstr "KönyvjelzĹ‘khöz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:421 +msgid "« Older posts" +msgstr "« RĂ©gebbi bejegyzĂ©sek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-loop.php:423 +msgid "Newer posts »" +msgstr "Ăšjabb bejegyzĂ©sek" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-seo.php:51 +#, php-format +msgid "Page %s" +msgstr "Oldal %s" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:179 +msgid "Primary Navigation" +msgstr "ElsĹ‘dleges navigáciĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:181 +msgid "Top Navigation" +msgstr "FelsĹ‘ navigáciĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:183 +msgid "Footer Navigation" +msgstr "LáblĂ©c navigáciĂł" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:271 +msgid "mantra" +msgstr "mantra" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:393 +msgid "Skip to content" +msgstr "Ugrás a tartalomhoz" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:447 +msgid "Primary Widget Area - Sidebar 1" +msgstr "ElsĹ‘ widget terĂĽlet - 1. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:451 +msgid "Primary widget area - Sidebar 1" +msgstr "Második widget terĂĽlet - 1. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:469 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "Második widget terĂĽlet - 1. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:473 +msgid "Secondary widget area - Sidebar 1" +msgstr "Második widget terĂĽlet - 1. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:491 +msgid "Third Widget Area - Sidebar 2" +msgstr "Harmadik widget terĂĽlet - 2. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:495 +msgid "Third widget area - Sidebar 2" +msgstr "Harmadik widget terĂĽlet - 2. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:513 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "Negyedik widget terĂĽlet - 2. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:517 +msgid "Fourth widget area - Sidebar 2" +msgstr "Negyedik widget terĂĽlet - 2. oldalsáv" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:535 +msgid "First Footer Widget Area" +msgstr "ElsĹ‘ láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:539 +msgid "First footer widget area" +msgstr "ElsĹ‘ láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:557 +msgid "Second Footer Widget Area" +msgstr "Második láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:561 +msgid "Second footer widget area" +msgstr "Második láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:579 +msgid "Third Footer Widget Area" +msgstr "Harmadik láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:583 +msgid "The third footer widget area" +msgstr "Harmadik láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:601 +msgid "Fourth Footer Widget Area" +msgstr "Negyedik láblĂ©c widget terĂĽlet" + +#: /Users/Peter/weblapjaim/gerisoft.hu/wp_site/wp-content/themes/mantra/includes/theme-setup.php:605 +msgid "The fourth footer widget area" +msgstr "Negyedik láblĂ©c widget terĂĽlet" + +#~ msgid "Archives" +#~ msgstr "ArchĂ­vum" + +#~ msgid "Meta" +#~ msgstr "Meta" + +#~ msgid "Insert footer copyright" +#~ msgstr "LáblĂ©c jogi informáciĂłk beszĂşrása" diff --git a/themes/mantra/languages/it_IT.mo b/themes/mantra/languages/it_IT.mo deleted file mode 100644 index 15ae6f88..00000000 Binary files a/themes/mantra/languages/it_IT.mo and /dev/null differ diff --git a/themes/mantra/languages/it_IT.po b/themes/mantra/languages/it_IT.po deleted file mode 100644 index f4b29b78..00000000 --- a/themes/mantra/languages/it_IT.po +++ /dev/null @@ -1,2331 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra International\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-20 09:59+0100\n" -"PO-Revision-Date: 2013-04-20 10:22+0100\n" -"Last-Translator: Antonio Mercurio \n" -"Language-Team: Antonio Mercurio \n" -"Language: it_IT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x;_ex;_nx;" -"esc_attr__;esc_attr_e;_n_noop;_nx_noop\n" -"X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.5.5\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "Non trovato" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"Spiacenti, la pagina richiesta non è presente su questo sito. Provate a " -"migliorare i criteri di ricerca" - -#: archive.php:26 -#, php-format -msgid "Daily Archives: %s" -msgstr "Archivi per Giorno: %s" - -#: archive.php:28 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Archivi per Mese: %s" - -#: archive.php:28 -msgid "F Y" -msgstr "F Y" - -#: archive.php:30 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Archivi per Anno: %s" - -#: archive.php:30 -msgid "Y" -msgstr "Y" - -#: archive.php:32 -msgid "Blog Archives" -msgstr "Archivi Blog" - -#: archive.php:58 author.php:75 category.php:51 index.php:41 search.php:41 -#: tag.php:52 template-blog.php:36 -msgid "Nothing Found" -msgstr "Nessun risultato" - -#: archive.php:62 author.php:79 category.php:55 index.php:45 tag.php:56 -#: template-blog.php:40 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"Siamo spiacenti ma non è stato ottenuto alcun risultato per l'archivio " -"richiesto. Provate a cercare negli articoli correlati." - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Ritorna a %s" - -#: attachment.php:29 -msgid "By" -msgstr "Di" - -#: attachment.php:33 includes/theme-loop.php:147 -#, php-format -msgid "View all posts by %s" -msgstr "Mostra tutti gli articoli di %s" - -#: attachment.php:40 -msgid "Published" -msgstr "Pubblicato" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "La dimensione reale è di %s pixel" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Collegamento all'imagine in dimensione reale" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:49 content-gallery.php:65 content-image.php:42 -#: content-link.php:49 content-page.php:22 content-quote.php:46 -#: content-status.php:48 content.php:76 single.php:54 -#: template-onecolumn.php:27 -msgid "Edit" -msgstr "Modifica" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Continua a leggere" - -#: attachment.php:101 content-aside.php:39 content-chat.php:38 -#: content-gallery.php:55 content-image.php:33 content-link.php:38 -#: content-page.php:21 content-quote.php:36 content-status.php:39 -#: content.php:49 content.php:65 single.php:32 template-onecolumn.php:26 -msgid "Pages:" -msgstr "Pagine:" - -#: author.php:29 -#, php-format -msgid "Author Archives: %s" -msgstr "Archivio dell'Autore: %s" - -#: author.php:50 single.php:41 -#, php-format -msgid "About %s" -msgstr "Info su %s" - -#: category.php:20 -#, php-format -msgid "Category Archives: %s" -msgstr "Archivio categoria: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"Questo articolo è protetto da una password. Inseriscila per visualizzare i " -"commenti" - -#: content-aside.php:16 content-chat.php:16 content-gallery.php:16 -#: content-gallery.php:49 content-image.php:15 content-link.php:16 -#: content-quote.php:14 content-status.php:15 content.php:20 -#, php-format -msgid "Permalink to %s" -msgstr "Permalink verso %s" - -#: content-aside.php:20 -msgid "Aside" -msgstr "Da parte " - -#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 -#: content-image.php:32 content-link.php:37 content-quote.php:35 -#: content-status.php:38 -msgid "Continue reading " -msgstr "Continua la lettura " - -#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 -#: content-image.php:39 content-link.php:45 content-quote.php:43 -#: content-status.php:46 content.php:74 includes/theme-loop.php:185 -msgid "Tagged" -msgstr "Con le parole chiave " - -#: content-chat.php:20 -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "Galleria" - -#: content-gallery.php:48 -#, php-format -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "Questa galleria contiene %2$s foto." -msgstr[1] "Questa galleria contiene %2$s foto." - -#: content-image.php:19 admin/settings.php:470 admin/settings.php:485 -#: admin/settings.php:500 admin/settings.php:515 admin/settings.php:530 -#: admin/settings.php:572 admin/settings.php:587 admin/settings.php:602 -#: admin/settings.php:617 -msgid "Image" -msgstr "Immagine" - -#: content-link.php:20 admin/settings.php:477 admin/settings.php:492 -#: admin/settings.php:507 admin/settings.php:522 admin/settings.php:537 -#: admin/settings.php:579 admin/settings.php:594 admin/settings.php:609 -#: admin/settings.php:624 -msgid "Link" -msgstr "Link" - -#: content-page.php:27 includes/theme-comments.php:136 -msgid "Comments are closed." -msgstr "I commenti sono disattivati" - -#: content-quote.php:18 -msgid "Quote" -msgstr "Citazione" - -#: content-status.php:30 -msgid "Status" -msgstr "Stato" - -#: search.php:20 -#, php-format -msgid "Search Results for: %s" -msgstr "Risultati della ricerca per: %s" - -#: search.php:39 -#, php-format -msgid "No search results for: %s" -msgstr "Nessun risultato per la ricerca di : %s" - -#: searchform.php:1 -msgid "Search" -msgstr "Cerca" - -#: single.php:45 -msgid "View all posts by " -msgstr "Mostra tutti gli articoli di " - -#: tag.php:21 -#, php-format -msgid "Tag Archives: %s" -msgstr "Archivi per parole chiave: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"Prima di effettuare l'upload del file da importare è necessario rimediare a " -"questo errore:" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Importazione opzioni del template Mantra" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"In questa sezione è possibile importare le impostazioni del template Mantra." -" Attenzione! Questa opzione è ancora sperimentale." - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Seleziona un file dal computer:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "Dimensione Massima: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "ed importa" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Importazione delle Opzioni del template Mantra" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "Perfetto! Le opzioni sono state importate!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "" -"Ritorna alla pagina di impostazione di Mantra e verifica la correttezza " -"delle impostazioni importate" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Oops, c'è stato un piccolo problema" - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"Il file inviato non contiene nessuna opzione valida per il template Mantra. " -"Assicuratevi che il file sia stato esportato dalla pagina delle opzioni di " -"Mantra" - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "Impossibile leggere il file inviato" - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"Il file inviato non è supportato. Assicuratevi che il file sia stato " -"esportato dalla pagina delle opzioni di Mantra." - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Oops! Il file è vuoto oppure non è stato inviato. Questo file potrebbe " -"essere causato anche dall'impostazione file_upload nel php.ini oppure la " -"dimensione del file è superiore a quella indicata nell'opzione " -"upload_max_filesize, sempre nel php.ini" - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "" -"ERRORE: Non si possiedono le necessarie autorizzazioni per effettuare questa " -"operazione!" - -#: admin/main.php:95 -msgid "Layout Settings" -msgstr "Impostazione Layout" - -#: admin/main.php:96 -msgid "Header Settings" -msgstr "Impostazione header" - -#: admin/main.php:97 -msgid "Presentation Page" -msgstr "Pagina di presentazione" - -#: admin/main.php:98 -msgid "Text Settings" -msgstr "Impostazione Testo" - -#: admin/main.php:99 -msgid "Color Settings" -msgstr "Impostazione Colore" - -#: admin/main.php:100 -msgid "Graphics Settings" -msgstr "Impostazione Grafica" - -#: admin/main.php:101 -msgid "Post Information Settings" -msgstr "Impostazione Informazione Articoli" - -#: admin/main.php:102 -msgid "Post Excerpt Settings" -msgstr "Impostazione Riassunto Articoli" - -#: admin/main.php:103 -msgid "Featured Image Settings" -msgstr "Impostazione Immagini In Evidenza" - -#: admin/main.php:104 -msgid "Social Media Settings" -msgstr "Impostazione Social Media" - -#: admin/main.php:105 -msgid "Miscellaneous Settings" -msgstr "Impostazione Varie" - -#: admin/main.php:107 -msgid "Main Layout" -msgstr "Layout principale" - -#: admin/main.php:108 -msgid "Content / Sidebar Width" -msgstr "Larghezza Contenuti / Sidebar" - -#: admin/main.php:109 -msgid "Mobile view" -msgstr "Sito Mobile" - -#: admin/main.php:111 -msgid "Enable Presentation Page" -msgstr "Abilita la pagina di presentazione" - -#: admin/main.php:112 -msgid "Slider Settings" -msgstr "Impostazioni Sliders" - -#: admin/main.php:113 -msgid "Slides" -msgstr "Slide" - -#: admin/main.php:114 -msgid "Presentation Page Columns" -msgstr "Colonne Pagina Presentazione" - -#: admin/main.php:115 -msgid "Extras" -msgstr "Extra" - -#: admin/main.php:117 -msgid "Header Height" -msgstr "Altezza Testata" - -#: admin/main.php:118 -msgid "Site Header" -msgstr "Testata sito" - -#: admin/main.php:119 -msgid "Custom Logo Upload" -msgstr "Invio Logo Personalizzato" - -#: admin/main.php:120 -msgid "Header Top Spacing" -msgstr "Spaziatura superiore testata" - -#: admin/main.php:121 -msgid "Rounded Menu Corners" -msgstr "Bordi Arrotondati per il menĂą" - -#: admin/main.php:122 -msgid "FavIcon Upload" -msgstr "Upload Favicon" - -#: admin/main.php:124 -msgid "General Font" -msgstr "Font Generale" - -#: admin/main.php:125 -msgid "General Font Size" -msgstr "Dimesione Font Generale" - -#: admin/main.php:126 -msgid "Post Title Font " -msgstr "Font Titolo Articolo" - -#: admin/main.php:127 -msgid "Post Title Font Size" -msgstr "Dimensione Font Titolo Articolo" - -#: admin/main.php:128 -msgid "Sidebar Font" -msgstr "Font Sidebar" - -#: admin/main.php:129 -msgid "SideBar Font Size" -msgstr "Dimensione Font Barra Laterale" - -#: admin/main.php:130 -msgid "Sub-Headers Font" -msgstr "Font Sub-Header" - -#: admin/main.php:131 -msgid "Force Text Align" -msgstr "Forza allineamento del testo" - -#: admin/main.php:132 -msgid "Paragraph indent" -msgstr "Indentazione paragrafo" - -#: admin/main.php:133 -msgid "Header indent" -msgstr "Indentazione Header" - -#: admin/main.php:134 -msgid "Line Height" -msgstr "Interlinea" - -#: admin/main.php:135 -msgid "Word spacing" -msgstr "Spaziiatura parole" - -#: admin/main.php:136 -msgid "Letter spacing" -msgstr "Spaziatura Lettere" - -#: admin/main.php:137 -msgid "Text shadow" -msgstr "Ombreggiatura testo" - -#: admin/main.php:139 -msgid "Background Color" -msgstr "Colore di Sfondo" - -#: admin/main.php:140 -msgid "Header (Banner and Menu) Background Color" -msgstr "Colore di sfondo Header ( Banner e MenĂą)" - -#: admin/main.php:141 -msgid "Content Background Color" -msgstr "Colore di sfondo dei contenuti" - -#: admin/main.php:142 -msgid "Menu Items Background Color" -msgstr "Colore di Sfondo del MenĂą" - -#: admin/main.php:143 -msgid "First Sidebar Background Color" -msgstr "Colore di sfondo della prima barra laterale (Sidebar)" - -#: admin/main.php:144 -msgid "Second Sidebar Background Color" -msgstr "Colore di sfondo della seconda barra laterale" - -#: admin/main.php:146 -msgid "Site Title Color" -msgstr "Colore titolo del sito" - -#: admin/main.php:147 -msgid "Site Description Color" -msgstr "Colore descrizione sito" - -#: admin/main.php:149 -msgid "Content Text Color" -msgstr "Colore testo contenuti" - -#: admin/main.php:150 -msgid "Links Color" -msgstr "Colore Link" - -#: admin/main.php:151 -msgid "Links Hover Color" -msgstr "Colore Link Hover" - -#: admin/main.php:152 -msgid "Post Title Color" -msgstr "Colore titolo dell'articolo " - -#: admin/main.php:153 -msgid "Post Title Hover Color" -msgstr "Colore titolo dell'articolo hover" - -#: admin/main.php:154 -msgid "Sidebar Header Background Color" -msgstr "Colore di sfondo dell'intestazione della sidebar" - -#: admin/main.php:155 -msgid "Sidebar Header Text Color" -msgstr "Colore testo dell'intestazione della sidebar" - -#: admin/main.php:156 -msgid "Footer Widget Background Color" -msgstr "Colore di Sfondo dei Widget a Piè di Pagina" - -#: admin/main.php:157 -msgid "Footer Background Color" -msgstr "Colore di sfondo di Piè di Pagina" - -#: admin/main.php:158 -msgid "Footer Widget Header Text Color" -msgstr "Colore testo dell'intestazione dei widger a piè di pagina" - -#: admin/main.php:159 -msgid "Footer Widget Link Color" -msgstr "Colore link nei widget a piè di pagina" - -#: admin/main.php:160 -msgid "Footer Widget Hover Color" -msgstr "Colore link hover nei widget a piè di pagina" - -#: admin/main.php:162 -msgid "Breadcrumbs" -msgstr "Barra di navigazione" - -#: admin/main.php:163 -msgid "Pagination" -msgstr "Paginazione" - -#: admin/main.php:164 -msgid "Post Images Border" -msgstr "Bordo immagini negli articoli " - -#: admin/main.php:165 -msgid "Caption Border" -msgstr "Bordo didascalia" - -#: admin/main.php:166 -msgid "Caption Pin" -msgstr "Pin Didascalia" - -#: admin/main.php:167 -msgid "Sidebar Menu Bullets" -msgstr "Punti elenco Sidebar" - -#: admin/main.php:168 -msgid "Meta Area Background" -msgstr "Sfondo Meta Area" - -#: admin/main.php:169 -msgid "Post Separator" -msgstr "Separatore articoli" - -#: admin/main.php:170 -msgid "Content List Bullets" -msgstr "Punti elenco nei contenuti" - -#: admin/main.php:171 -msgid "Page Titles" -msgstr "Titolo Pagina" - -#: admin/main.php:172 -msgid "Category Page Titles" -msgstr "Titolo Pagina Categoria" - -#: admin/main.php:173 -msgid "Hide Tables" -msgstr "Nascondi Tabelle" - -#: admin/main.php:174 -msgid "Back to Top button" -msgstr "Ritorna all'inizio" - -#: admin/main.php:175 -msgid "Text Under Comments" -msgstr "Testo nei commenti" - -#: admin/main.php:176 -msgid "Comments are closed text" -msgstr "Testo per commenti disattivati" - -#: admin/main.php:177 -msgid "Comments off" -msgstr "Commenti disattivati" - -#: admin/main.php:179 -msgid "Post Comments Link" -msgstr "Link Inserimento Commenti" - -#: admin/main.php:180 -msgid "Post Date" -msgstr "Data Intervernto" - -#: admin/main.php:181 -msgid "Post Time" -msgstr "Orario Articolo" - -#: admin/main.php:182 -msgid "Post Author" -msgstr "Autore Articolo" - -#: admin/main.php:183 -msgid "Post Category" -msgstr "Categoria Articolo" - -#: admin/main.php:184 -msgid "Post Tags" -msgstr "Parole Chiave Articolo" - -#: admin/main.php:185 -msgid "Post Permalink" -msgstr "Permalink Articolo" - -#: admin/main.php:186 -msgid "All Post Metas" -msgstr "Meta Inserimenti" - -#: admin/main.php:188 -msgid "Post Excerpts on Home Page" -msgstr "Inserimento Riassunto in Home Page" - -#: admin/main.php:189 -msgid "Affect Sticky Posts" -msgstr "Applica a Articoli in evidenza" - -#: admin/main.php:190 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Inserire i Riassunti nelle pagine Archivio e Categorie" - -#: admin/main.php:191 -msgid "Number of Words for Post Excerpts " -msgstr "Numero di parole per creazione Riassunto" - -#: admin/main.php:192 -msgid "Magazine Layout" -msgstr "Layout Magazine" - -#: admin/main.php:193 -msgid "Excerpt suffix" -msgstr "Suffisso Riassunto" - -#: admin/main.php:194 -msgid "Continue reading link text " -msgstr "Testo per la continuazione della lettura" - -#: admin/main.php:195 -msgid "HTML tags in Excerpts" -msgstr "TAG HTML nei riassunti" - -#: admin/main.php:197 -msgid "Featured Images as POST Thumbnails " -msgstr "Immagini in evidenza come miniature Articolo" - -#: admin/main.php:198 -msgid "Auto Select Images From Posts " -msgstr "Seleziona automatica Immagini dagli articoli " - -#: admin/main.php:199 -msgid "Thumbnails Alignment " -msgstr "Allineamento Miniature" - -#: admin/main.php:200 -msgid "Thumbnails Size " -msgstr "Dimensione Miniature" - -#: admin/main.php:201 -msgid "Featured Images as HEADER Images " -msgstr "Immagini in evidenza come Immagine Header" - -#: admin/main.php:203 -msgid "Link nr. 1" -msgstr "Link nr. 1" - -#: admin/main.php:204 -msgid "Link nr. 2" -msgstr "Link nr. 2" - -#: admin/main.php:205 -msgid "Link nr. 3" -msgstr "Link nr. 3" - -#: admin/main.php:206 -msgid "Link nr. 4" -msgstr "Link nr. 4" - -#: admin/main.php:207 -msgid "Link nr. 5" -msgstr "Link nr. 5" - -#: admin/main.php:208 -msgid "Socials display" -msgstr "Socials display" - -#: admin/main.php:210 -msgid "SEO Settings" -msgstr "Impostazioni SEO" - -#: admin/main.php:211 -msgid "Custom Footer Text" -msgstr "Testo personalizzato piè di pagina" - -#: admin/main.php:212 -msgid "Custom CSS" -msgstr "CSS Personalizzato" - -#: admin/main.php:213 -msgid "Custom JavaScript" -msgstr "Codice Javascript personalizzato" - -#: admin/main.php:230 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Spiacenti! Permessi insufficienti per accedere a questa pagina" - -#: admin/main.php:249 -msgid "Mantra settings updated successfully." -msgstr "Impostazioni di Mantra correttamente aggornate." - -#: admin/main.php:261 -msgid "Save Changes" -msgstr "Memorizza Modifica" - -#: admin/main.php:262 -msgid "Reset to Defaults" -msgstr "Ripristina valori predefiniti." - -#: admin/main.php:276 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Qui alla Cryout Creations ( gli sviluppatori del tema Mantra ) lavoriamo " -"notte dopo notte per migliore il tema Mantra. Sistemiamo molti bug ( che " -"abbiamo precedentemente creato); aggiungiamo molte opzioni di " -"personalizzazione cercando di mantenere il tema il piĂą semplice possibile; " -"quindi potremmo giocare a qualche gioco o due ma prima ci assicuriamo di " -"aver letto e ( nella maggior parte dei casi risposto) alle vostre email e " -"commenti notturni, memorizzato annotazioni e riempito lavagne di opzioni da " -"implementare nelle future versioni..

      \n" -"\t\t\t

      A questo punto chiedetevi: Come ci riescono? Come possono essere " -"ancora freschi dopo tutto questo duro lavoro per questo dannato tema? à " -"semplice ragazzi: Noi beviamo caffè. Quantità industriali di caffè bollente. " -"Lo amiamo! Quindi se volete aiutarci con lo sviluppo del tema Mantra …

      " - -#: admin/main.php:291 -msgid "Import/Export Settings" -msgstr "Impostazioni Importazione/Esportazione" - -#: admin/main.php:297 -msgid "Export Theme options" -msgstr "Opzioni di esportazione del tema" - -#: admin/main.php:298 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"E' facile: basta un click del mouse per esportare le impostazioni del " -"template e memorizzarle sul computer." - -#: admin/main.php:303 -msgid "Import Theme options" -msgstr "Importa Opzioni del template" - -#: admin/main.php:304 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"Senza la possibilitĂ  di importare la funzione di esportazione rimarrebbe un " -"semplice esercizio. Assicuratevi di avere a portata di mano il file di " -"esportazione." - -#: admin/main.php:312 -msgid "Mantra Latest News" -msgstr "Ultime notizie relative a Mantra" - -#: admin/main.php:323 -msgid "No news items." -msgstr "Nessuna novitĂ " - -#: admin/settings.php:66 -msgid "One column (no sidebars)" -msgstr "Una colonna ( Nessuna Sidebar)" - -#: admin/settings.php:67 -msgid "Two columns, sidebar on the right" -msgstr "Due colonne, Sidebar a destra" - -#: admin/settings.php:68 -msgid "Two columns, sidebar on the left" -msgstr "Due colonne, Sidebar a Sinistra" - -#: admin/settings.php:69 -msgid "Three columns, sidebars on the right" -msgstr "Tre Colonne, Sidebar a Destra" - -#: admin/settings.php:70 -msgid "Three columns, sidebars on the left" -msgstr "Tre colonne, sidebar a Sinistra" - -#: admin/settings.php:71 -msgid "Three columns, one sidebar on each side" -msgstr "Tre colonne, una sidebar per posizione" - -#: admin/settings.php:86 -msgid "" -"Choose your layout. Possible options are:
      No sidebar, a single sidebar " -"on either left of right, two sidebars on either left or \n" -"\t\tright and two sidebars on each side." -msgstr "" -"Selezionare il layout. Le opzioni possibili sono:
      Nessuna Sidebar, " -"Singola sidebar a destra o sinistra, una sidebar a destra ed una a sinistra, " -"due sidebar a destra o due sidebar a sinistra." - -#: admin/settings.php:95 -msgid "Absolute" -msgstr "Assoluto" - -#: admin/settings.php:95 -msgid "Relative" -msgstr "Relativo" - -#: admin/settings.php:96 -msgid "Dimensions to use: " -msgstr "Dimensione da utilizzare:" - -#: admin/settings.php:194 admin/settings.php:214 -msgid "Content =" -msgstr "Contenuto =" - -#: admin/settings.php:195 admin/settings.php:215 -msgid "Sidebar(s) =" -msgstr "Sidebar =" - -#: admin/settings.php:196 admin/settings.php:216 -msgid "Total width =" -msgstr "Larghezza totale =" - -#: admin/settings.php:205 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Selezionare la larghezza dei contenuti e delle eventuali Sidebar. \r\n" -"\t\tDal momento che la sezione dei contenuti non può essere inferiore a " -"500px, i valori per l'area della o delle Sidebar è compresa tra 220px e " -"800px.
      \r\n" -"Se avete impostato una sezione a 3 colonne ( con 2 siderbar) ciascuna di " -"essa misurerĂ  la metĂ  del valore impostato" - -#: admin/settings.php:225 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Selezionare la larghezza del contenuto e della(e) sidebar. \n" -"\t\tLe dimensioni sono relative al browser utilizzato dall'utente. La " -"larghezza totale è una percentuale della larghezza del browser.
      \n" -"t Le dimensioni del contenuto non possono essere inferiori al 40%, l'area " -"della sidecar deve essere almeno il 20% e non superare il 50%.
      \n" -"\tSe si sta lavorando su un'area a 3 colonne ( con due sidecar) ciascuna " -"colonna avrĂ  una larghezza par a metĂ  di quella selezionata." - -#: admin/settings.php:239 admin/settings.php:264 admin/settings.php:724 -#: admin/settings.php:1071 admin/settings.php:1133 admin/settings.php:1316 -#: admin/settings.php:1331 admin/settings.php:1488 admin/settings.php:1550 -#: admin/settings.php:1751 admin/settings.php:1780 admin/settings.php:1803 -#: admin/settings.php:1826 admin/settings.php:1875 admin/settings.php:2024 -msgid "Enable" -msgstr "Abilita" - -#: admin/settings.php:239 admin/settings.php:264 admin/settings.php:724 -#: admin/settings.php:1071 admin/settings.php:1133 admin/settings.php:1316 -#: admin/settings.php:1331 admin/settings.php:1488 admin/settings.php:1550 -#: admin/settings.php:1751 admin/settings.php:1780 admin/settings.php:1803 -#: admin/settings.php:1826 admin/settings.php:1875 admin/settings.php:2024 -msgid "Disable" -msgstr "Disabilita" - -#: admin/settings.php:250 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in." -msgstr "" -"Abilitare la navigazione mobile. Il Layout del sito verrĂ  visualizzato " -"diversamente a seconda del sistema utilizzato per navigare sul web." - -#: admin/settings.php:272 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\t\ttext and images.
      If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"Abilitare la modalitĂ  di presentazione per la pagina principale. Questa " -"diventerĂ  la pagina iniziale del sito e sostituirĂ  qualsiasi pagina " -"precedentemente imposta. Questa modalitĂ  comprende uno slide e delle colonne " -"per la presentazione\n" -"\t\ttesto ed immagini.
      Se questa opzione è attiva ma non viene " -"visualizzata la pagina di presentazione andare su Impostazioni » Lettura ed assicuratevi di aver selezionato " -"La pagina inziale mostra come Gli ultimi articoli" - -#: admin/settings.php:282 -msgid "Slider Dimensions:" -msgstr "Dimensioni dello Slider" - -#: admin/settings.php:283 -msgid "width" -msgstr "larghezza" - -#: admin/settings.php:284 -msgid "height" -msgstr "Altezza" - -#: admin/settings.php:285 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" -"Le dimensioni dello slider. Assicuratevi che le immagini utilizzate abbiano " -"la stessa dimensione." - -#: admin/settings.php:287 -msgid "Animation:" -msgstr "Animazione:" - -#: admin/settings.php:289 -msgid "Random" -msgstr "Casuale" - -#: admin/settings.php:289 -msgid "Fold" -msgstr "Fold" - -#: admin/settings.php:289 -msgid "Fade" -msgstr "Fade" - -#: admin/settings.php:289 -msgid "SlideInRight" -msgstr "Scorrimento a Destra" - -#: admin/settings.php:289 -msgid "SlideInLeft" -msgstr "Scorrimento a Sinistra" - -#: admin/settings.php:289 -msgid "SliceDown" -msgstr "Slice verso il basso" - -#: admin/settings.php:289 -msgid "SliceDownLeft" -msgstr "Slice verso il basso e a sinistra" - -#: admin/settings.php:289 -msgid "SliceUp" -msgstr "Slice verso l'alto" - -#: admin/settings.php:289 -msgid "SliceUpLeft" -msgstr "Slice verso l'alto ed a sinistra" - -#: admin/settings.php:289 -msgid "SliceUpDown" -msgstr "Slice sopra e sotto" - -#: admin/settings.php:289 -msgid "SliceUpDownLeft" -msgstr "Slice Sopra, sotto e a sinistra" - -#: admin/settings.php:289 -msgid "BoxRandom" -msgstr "BoxRandom" - -#: admin/settings.php:289 -msgid "BoxRain" -msgstr "BOX effetto pioggia" - -#: admin/settings.php:289 -msgid "BoxRainReverse" -msgstr "Box Pioggia inverso" - -#: admin/settings.php:289 -msgid "BoxRainGrow" -msgstr "BoxRainGrow" - -#: admin/settings.php:289 -msgid "BoxRainGrowReverse" -msgstr "BoxRainGrowReverse" - -#: admin/settings.php:297 -msgid "The transition effect your slider will have." -msgstr "Le transazioni che verranno applicate allo slider." - -#: admin/settings.php:299 -msgid "Border Settings:" -msgstr "Impostazione Bordi:" - -#: admin/settings.php:300 -msgid "Width" -msgstr "Larghezza" - -#: admin/settings.php:301 -msgid "Color" -msgstr "Colore" - -#: admin/settings.php:303 -msgid "The width and color of the slider's border." -msgstr "Colore e larghezza dei bordi delle barre a scorrimento" - -#: admin/settings.php:305 -msgid "Animation Time:" -msgstr "Durata animazione:" - -#: admin/settings.php:306 admin/settings.php:310 -msgid "milliseconds" -msgstr "millisecondi" - -#: admin/settings.php:307 -msgid "The time in which the transition animation will take place." -msgstr "La durata dell'animazione verrĂ  applicata." - -#: admin/settings.php:309 -msgid "Pause Time:" -msgstr "Durata della Pausa:" - -#: admin/settings.php:311 -msgid "The time in which a slide will be still and visible." -msgstr "" -"Il tempo in cui il contenuto della finestra a scorrimento verrĂ  visualizzato " -"senza transazione" - -#: admin/settings.php:314 -msgid "Slider navigation:" -msgstr "Navigazione slider: " - -#: admin/settings.php:316 -msgid "Numbers" -msgstr "Numeri" - -#: admin/settings.php:316 -msgid "Bullets" -msgstr "Segnaposto per liste" - -#: admin/settings.php:316 admin/settings.php:1409 -msgid "None" -msgstr "Nessuno(a)" - -#: admin/settings.php:324 -msgid "Your slider navigation type. Shown under the slider." -msgstr "Tipologia di navigazione dello slidere. Visualizzato sotto lo slidere." - -#: admin/settings.php:326 -msgid "Slider arrows:" -msgstr "Frecce dello slider: " - -#: admin/settings.php:328 -msgid "Always Visible" -msgstr "Sempre visibili" - -#: admin/settings.php:328 -msgid "Visible on Hover" -msgstr "Visibili al passaggio del mouse" - -#: admin/settings.php:328 -msgid "Hidden" -msgstr "Nascoste" - -#: admin/settings.php:336 -msgid "The Left and Right arrows on your slider" -msgstr "Le frecce a destra ed a sinistra dello slider" - -#: admin/settings.php:377 admin/settings.php:446 -msgid "Select Category" -msgstr "Seleziona categoria" - -#: admin/settings.php:404 -msgid "Custom Slides" -msgstr "Slides personalizzato" - -#: admin/settings.php:404 -msgid "Latest Posts" -msgstr "Ultimi Articoli" - -#: admin/settings.php:404 -msgid "Random Posts" -msgstr "Articoli casuali" - -#: admin/settings.php:404 -msgid "Sticky Posts" -msgstr "Articoli in evidenza" - -#: admin/settings.php:404 -msgid "Latest Posts from Category" -msgstr "Ultimi articoli per la categoria" - -#: admin/settings.php:404 -msgid "Random Posts from Category" -msgstr "Articoli casuali per la categoria" - -#: admin/settings.php:404 -msgid "Specific Posts" -msgstr "Articoli Specifici" - -#: admin/settings.php:413 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"Il contenuto della tua slide. E' richiesto soltanto l'inserimento di " -"un'immagine, gli altri campi sono tutti opzionali. Verranno visualizzate " -"solo le slide con un immagine." - -#: admin/settings.php:418 -msgid "Latest posts will be loaded into the slider." -msgstr "All'interno dello slider verranno inseriti gli ultimi articoli" - -#: admin/settings.php:422 -msgid "Random posts will be loaded into the slider." -msgstr "" -"All'interno dello slider verranno inseriti gli articoli in modo casuale" - -#: admin/settings.php:426 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" -"All'interno dello slider verranno inseriti gli ultimi articoli della " -"categoria selezionata" - -#: admin/settings.php:431 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "" -"All'interno dello slider verranno inseriti gli articoli dalla categoria " -"selezionata in modo casuale" - -#: admin/settings.php:435 -msgid "Only sticky posts will be loaded into the slider." -msgstr "" -"All'interno dello slider verranno inseriti solo gli articoli in evidenza." - -#: admin/settings.php:439 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" -"Inserire i post ID ( separati da una virgola) degli articoli che si desidera " -"visualizzare" - -#: admin/settings.php:444 -msgid "
      Choose the cateogry: " -msgstr "
      Selezionare la categoria: " - -#: admin/settings.php:461 -msgid "Number of posts to show:" -msgstr "Numero di articoli da visualizzare" - -#: admin/settings.php:468 -msgid "Slide 1" -msgstr "Slide 1" - -#: admin/settings.php:472 admin/settings.php:487 admin/settings.php:502 -#: admin/settings.php:517 admin/settings.php:532 admin/settings.php:574 -#: admin/settings.php:589 admin/settings.php:604 admin/settings.php:619 -#: admin/settings.php:759 admin/settings.php:781 -msgid "Select / Upload Image" -msgstr "Seleziona / Upload immagine" - -#: admin/settings.php:473 admin/settings.php:488 admin/settings.php:503 -#: admin/settings.php:518 admin/settings.php:533 admin/settings.php:575 -#: admin/settings.php:590 admin/settings.php:620 -msgid "Title" -msgstr "Titolo" - -#: admin/settings.php:475 admin/settings.php:490 admin/settings.php:505 -#: admin/settings.php:520 admin/settings.php:535 admin/settings.php:577 -#: admin/settings.php:592 admin/settings.php:607 admin/settings.php:622 -msgid "Text" -msgstr "Test" - -#: admin/settings.php:483 -msgid "Slide 2" -msgstr "Slide 2" - -#: admin/settings.php:498 -msgid "Slide 3" -msgstr "Slide 3" - -#: admin/settings.php:513 -msgid "Slide 4" -msgstr "Slide 4" - -#: admin/settings.php:528 -msgid "Slide 5" -msgstr "Slide 5" - -#: admin/settings.php:550 -msgid "Number of columns:" -msgstr "Numero di colonne:" - -#: admin/settings.php:560 -msgid "Image Height:" -msgstr "Altezza immagine:" - -#: admin/settings.php:563 -msgid "Read more text:" -msgstr "Testo Continua:" - -#: admin/settings.php:566 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"Il testo con link verrà visualizzato nella parte inferiore di tutte le " -"colonne. E' possibile cancellare tutto il testo se non è necessario " -"utilizzarlo." - -#: admin/settings.php:570 -msgid "1st Column" -msgstr "Prima Colonna" - -#: admin/settings.php:585 -msgid "2nd Column" -msgstr "Seconda Colonna" - -#: admin/settings.php:600 -msgid "3rd Column" -msgstr "Terza Colonna" - -#: admin/settings.php:615 -msgid "4th Column" -msgstr "Quarta Colonna" - -#: admin/settings.php:637 -msgid "Extra Text" -msgstr "Testo aggiuntivo" - -#: admin/settings.php:639 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Testo aggiuntivo nella pagina principale. Il titolo principale è " -"visualizzato sopra lo slide, il secondario tra lo slider e le colonne e due " -"ulteriori righe sono disposte sotto le colonne.\n" -"\t\t Tutte le funzioni sono opzionali quindi è sufficiente non riempire i " -"campi che non si desidera utilizzare." - -#: admin/settings.php:642 -msgid "Top Title" -msgstr "Titolo Principale" - -#: admin/settings.php:643 -msgid "Second Title" -msgstr "Titolo Secondario" - -#: admin/settings.php:646 -msgid "Title color" -msgstr "Colore del titolo" - -#: admin/settings.php:650 -msgid "Bottom Text 1" -msgstr "Testo Piè di Pagina 1" - -#: admin/settings.php:652 -msgid "Bottom Text 2" -msgstr "Testo Piè di Pagina 2" - -#: admin/settings.php:660 -msgid "Hide areas" -msgstr "Nascondi Aree" - -#: admin/settings.php:662 -msgid "Choose the areas to hide on the first page." -msgstr "Seleziona le aree da nascondere nella prima pagina" - -#: admin/settings.php:674 -msgid "Hide the header area (image or background color)." -msgstr "Nascondi l'aera della testata ( immagine o colore di sfondo)" - -#: admin/settings.php:678 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Nascondi il menù principale ( il tab di navigazione in alto)" - -#: admin/settings.php:682 -msgid "Hide the footer widgets. " -msgstr "Nascondi i widget a Piè di pagina" - -#: admin/settings.php:686 -msgid "Hide the footer (copyright area)." -msgstr "Nascondi il footer (area copyright)" - -#: admin/settings.php:690 -msgid "Hide the white color. Only the background color remains." -msgstr "Nascondi il colore bianco. Verrà utilizzato solo il colore di sfondo." - -#: admin/settings.php:714 -msgid "Center the header image horizontally" -msgstr "Centra l'immagine della testata orizzontalmente." - -#: admin/settings.php:717 -msgid "" -"Select the header's height. After saving the settings make sure you reupload " -"a new header image (if you're using one). The header's width will be = " -msgstr "" -"Selezionare l'altezza della testata. Dopo aver salvato le impostazioni è " -"necessario effettuare l'upload della nuova immagine. La larghezza della " -"testata sarà =" - -#: admin/settings.php:732 -msgid "Enable or disable the round corners for the main menu items." -msgstr "" -"Abilita o disabilita i bordi arrotondati negli oggetti del menù principale." - -#: admin/settings.php:740 -msgid "Site Title and Description" -msgstr "Titolo del sito e descrizione" - -#: admin/settings.php:740 -msgid "Custom Logo" -msgstr "Logo personalizzato" - -#: admin/settings.php:740 -msgid "Clickable header image" -msgstr "Immagine della testa cliccabile" - -#: admin/settings.php:740 -msgid "Empty" -msgstr "Vuoto" - -#: admin/settings.php:748 -msgid "Choose what to display inside your header area." -msgstr "Selezionare cosa visualizzare nell'area di testata" - -#: admin/settings.php:758 -msgid "" -"Custom Logo upload. The logo will appear over the heder image if you have " -"used one." -msgstr "" -"Upload logo personalizzato. Il logo verrà visualizzato sopra l'immagine " -"della testata se utilizzata." - -#: admin/settings.php:770 -msgid "" -"Select the top spacing for the header. Use it to better position your site " -"title and description or custom logo inside the header. " -msgstr "" -"Seleziona la spaziatura superiore della testata. Utilizzare per posizionare " -"il titolo e la descrizione del blogo o il logo personalizza all'interno " -"della testata." - -#: admin/settings.php:780 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"Limitazioni: deve essere un immagine. Deve avere una dimensione massima di " -"64 x 64 pixel. Estensioni raccomandate: .ico e .png" - -#: admin/settings.php:803 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Seleziona la dimensione del font che verrà utilizzato nel blog. Questo " -"influirà su pagine, articoli e commenti. Pulsanti, Header e Menù resteranno " -"immutati" - -#: admin/settings.php:847 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Seleziona la tipologia del carattere usato (font family). Questa opzione " -"avrà effetto su tutto il contenuto del blog, compresi i pulsanti del menù." - -#: admin/settings.php:849 admin/settings.php:899 admin/settings.php:950 -#: admin/settings.php:1002 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"Oppure inserite un font da Google. Inserire solamente il nome del font.
      Es: Marko One. Visitare google fonts per approfondire" - -#: admin/settings.php:896 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Selezionare la famiglia dei font da utilizzare per i titoli. Questo avrà " -"effetto sui titoli degli articoli e delle pagine. Se si seleziona 'Default' " -"o 'Predefinito' verrà utilizzato il font selezionato per il blog" - -#: admin/settings.php:948 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Selezionare la famiglia dei font da utilizzare per le sideba. Questo avrà " -"effetto sul testo presente nelle sidebar, compreso quello interno ad " -"eventuali widget. Se si seleziona 'Default' o 'Predefinito' verrà utilizzato " -"il font selezionato per il blog" - -#: admin/settings.php:999 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Selezionare la famiglia dei font da utilizzare per le sezioni intermedie. " -"Questo avrà effetto sul testo delimitato dai tag h2 - h6. Se si seleziona " -"'Default' o 'Predefinito' verrà utilizzato il font selezionato per il blog" - -#: admin/settings.php:1011 admin/settings.php:1026 admin/settings.php:1041 -#: admin/settings.php:1086 admin/settings.php:1101 admin/settings.php:1116 -msgid "Default" -msgstr "Predefinito" - -#: admin/settings.php:1019 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Dimensione dei caratteri dell'header dei articoli. Se si seleziona " -"'Default' o 'Predefinito' verrà utilizzato la dimensione impostata nel CSS" - -#: admin/settings.php:1034 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Dimensione dei caratteri nelle Sidebat. Se si seleziona 'Default' o " -"'Predefinito' verrà utilizzato la dimensione impostata nel CSS" - -#: admin/settings.php:1041 admin/settings.php:1842 -msgid "Left" -msgstr "Destra" - -#: admin/settings.php:1041 admin/settings.php:1842 -msgid "Right" -msgstr "Sinistra" - -#: admin/settings.php:1041 -msgid "Justify" -msgstr "Giustificato" - -#: admin/settings.php:1041 admin/settings.php:1842 -msgid "Center" -msgstr "Centrato" - -#: admin/settings.php:1049 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Questo modificherà l'allineamento del testo nelle pagine e negli articoli . " -"Selezionare Predefinito per le impostazioni standard ( l'allineamento sarà " -"quello impostato negli articoli , commenti etc. etc." - -#: admin/settings.php:1063 -msgid "Choose the indent for your paragraphs." -msgstr "Selezionare l'indentazione dei paragrafi" - -#: admin/settings.php:1079 -msgid "Disable the default header and title indent (left margin)." -msgstr "" -"Disabilitare l'header predefinito e l'indentazione del titolo ( margine " -"sinistro)" - -#: admin/settings.php:1094 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"Dimensione interlinea. La distanza tra due righe di testo. Se si seleziona " -"'Default' o 'Predefinito' verrà utilizzato la dimensione impostata nel CSS" - -#: admin/settings.php:1109 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Spazio tra parole. Se si seleziona 'Default' o 'Predefinito' verrà " -"utilizzato la dimensione impostata nel CSS" - -#: admin/settings.php:1124 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Spazio tra le lettere. Se si seleziona 'Default' o 'Predefinito' " -"verrà utilizzato la dimensione impostata nel CSS" - -#: admin/settings.php:1141 -msgid "Disable the default text shadow on headers and titles." -msgstr "" -"Disattivare l'ombreggiatura predefinita per il testo nelle intestazioni, " -"nella testata e nei titoli" - -#: admin/settings.php:1153 -msgid "Background color (Default value is 444444)." -msgstr "Colore di sfondo (Default: 444444)." - -#: admin/settings.php:1161 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Colore di sfondo dell'intestazione (Default: 333333). Cancellando il testo " -"all'interno lo sfondo diverrà trasparente" - -#: admin/settings.php:1168 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "" -"Colore di sfondo per i contenuti ( Valore predefinito FFFFFF). Si consiglia " -"l'utilizzo di colori chiari." - -#: admin/settings.php:1175 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Colore di sfondo principale. (Valore predefinito FAFAFA). Dovrebbe essere " -"uguale al colore di sfondo per i contenuti o appena più chiaro." - -#: admin/settings.php:1182 -msgid "" -"First sidebar background color (Default is no color for a transparent " -"sidebar)." -msgstr "" -"Colore di sfondo della prima Sidebar (Default: nessun colore per una sidebar " -"trasparente)." - -#: admin/settings.php:1189 -msgid "" -"Second sidebar background color (Default is no color for a transparent " -"sidebar)." -msgstr "" -"Colore di sfondo della seconda sidebar (Valore predefinito: nessun colore " -"per una sidebar trasparente)" - -#: admin/settings.php:1197 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Colore sfondo dell'area Widget a Piè di Pagina. (Default: 171717)." - -#: admin/settings.php:1205 -msgid "Footer background color (Default value is 222222)." -msgstr "Colore di sfondo del piè di pagina (Default: 222222)." - -#: admin/settings.php:1213 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Colore del titolo del Blog (Default: 0D85CC)." - -#: admin/settings.php:1221 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Colore della descrizione del titolo (Default: 222222)." - -#: admin/settings.php:1229 -msgid "Content Text Color (Default value is 333333)." -msgstr "Colore testo dei contenuti (Default: 333333)." - -#: admin/settings.php:1237 -msgid "Links color (Default value is 0D85CC)." -msgstr "Colore dei link (Default: 0D85CC)." - -#: admin/settings.php:1245 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Colore dei link su mouse over (Default: 333333)." - -#: admin/settings.php:1253 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Colore Intestazione dell'articolo (Default: 333333)." - -#: admin/settings.php:1261 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Colore Intestazione dell'articolo su Mouse over (Default: 000000)." - -#: admin/settings.php:1269 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Colore di Sfonto intestazione Sidebar (Default: 444444)." - -#: admin/settings.php:1278 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Colore Testo Intestazione Sidebar (Default: 2EA5FD)." - -#: admin/settings.php:1286 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Colore Testo del Widget a Piè di Pagina (Default: 0D85CC)." - -#: admin/settings.php:1294 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Colore dei link nei widget a piè di pagina (Default: 666666)." - -#: admin/settings.php:1302 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"Colore dei link nei widget a piè di pagina su Mouse Over (Default: 888888)." - -#: admin/settings.php:1324 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"Mostra barra di navigazione al'inizio dell'area dei contenuti. La barra di " -"navigazione (breadcrumbs) è un form di navigazione che tiene traccia della " -"posizione dell'utente all'interno del sito." - -#: admin/settings.php:1339 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"Mostra la paginazione come numero. Nel caso in cui siano presenti più di una " -"pagina, in sostituzione della barra di navigazio con vecchi e nuovi articoli " -"i link avranno una numerazione navigabile." - -#: admin/settings.php:1346 admin/settings.php:1409 -msgid "White" -msgstr "Bianco" - -#: admin/settings.php:1346 -msgid "Light" -msgstr "Chiaro" - -#: admin/settings.php:1346 -msgid "Light Gray" -msgstr "Grigio chiaro" - -#: admin/settings.php:1346 admin/settings.php:1409 -msgid "Gray" -msgstr "Grigio" - -#: admin/settings.php:1346 -msgid "Dark Gray" -msgstr "Grigio Scuro" - -#: admin/settings.php:1346 -msgid "Black" -msgstr "Nero" - -#: admin/settings.php:1354 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Questa opzione influisce sull'aspetto delle didascalie. Le immagini che non " -"sono inserite con didascalie non saranno modificate." - -#: admin/settings.php:1370 -msgid "The border around your inserted images. " -msgstr "Bordo attorno alle immagini" - -#: admin/settings.php:1385 -msgid "The image on top of your captions. " -msgstr "Immagine all'inizio della didascalia" - -#: admin/settings.php:1400 -msgid "The sidebar list bullets. " -msgstr "Punti elenco delle sidebar" - -#: admin/settings.php:1417 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default." -msgstr "" -"Sfondo per l'area post ( sotto il titolo dell'articolo ). Valore predefinto: " -"Grigio." - -#: admin/settings.php:1425 admin/settings.php:1441 admin/settings.php:1458 -#: admin/settings.php:1473 admin/settings.php:1503 admin/settings.php:1518 -#: admin/settings.php:1534 admin/settings.php:1570 admin/settings.php:1585 -#: admin/settings.php:1600 admin/settings.php:1615 admin/settings.php:1630 -#: admin/settings.php:1645 admin/settings.php:1660 admin/settings.php:1675 -msgid "Show" -msgstr "Mostra" - -#: admin/settings.php:1425 admin/settings.php:1441 admin/settings.php:1458 -#: admin/settings.php:1473 admin/settings.php:1503 admin/settings.php:1534 -#: admin/settings.php:1570 admin/settings.php:1585 admin/settings.php:1600 -#: admin/settings.php:1615 admin/settings.php:1630 admin/settings.php:1645 -#: admin/settings.php:1660 admin/settings.php:1675 -msgid "Hide" -msgstr "Nascondi" - -#: admin/settings.php:1433 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Mostra o nascondi una riga orizzontale per separare gli articoli " - -#: admin/settings.php:1449 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"Mostra o nascondi Punti elenco nelle liste presenti nei contenuti " -"(inserimenti, pagine etc.)" - -#: admin/settings.php:1466 -msgid "Hide or show Page titles on any created pages. " -msgstr "Mostra o nascondi il titolo nelle in qualsiai pagina." - -#: admin/settings.php:1481 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Mostra o nascondi Titolo nelle Categorie" - -#: admin/settings.php:1496 -msgid "Hide table borders and background color." -msgstr "Nascondi il bordo delle tabelle ed il colore di sfondo." - -#: admin/settings.php:1511 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"Nascondere il testo di aiuto nei form di inserimento commento ( quello che " -"inizia con à possibile utilizzare questi tag ed attributi XHTML: ...)." - -#: admin/settings.php:1518 -msgid "Hide in posts" -msgstr "Nascondi negli articoli " - -#: admin/settings.php:1518 -msgid "Hide in pages" -msgstr "Nascondi nelle pagine." - -#: admin/settings.php:1518 -msgid "Hide everywhere" -msgstr "Nascondi ovunque" - -#: admin/settings.php:1526 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"Nascondere il testo Commenti disattivati generalmente mostrato nelle " -"pagine o negli articoli in cui siano stati disattivati i commenti." - -#: admin/settings.php:1542 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "Nascondi l'articolo Commenti disattivati." - -#: admin/settings.php:1558 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"Abilita il pulsante \"Torna all'inizio\". Questo pulsante apparirà una volta " -"raggiunta la fine della pagina." - -#: admin/settings.php:1578 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"Mostra o nascondi l'opzione Lascia un commento o " -"Commenti vicino agli articoli o ai riassunti." - -#: admin/settings.php:1593 -msgid "Hide or show the post date." -msgstr "Mostra o nascondi la data di inserimento articolo." - -#: admin/settings.php:1608 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"Mostra l'orario dell'inserimento dell'articolo assieme alla data. L'orario " -"non sarà comunque visualizzato se la visualizzazione della data " -"dell'articolo è disattivata." - -#: admin/settings.php:1623 -msgid "Hide or show the post author." -msgstr "Mostra o nascondi l'autore dell'articolo " - -#: admin/settings.php:1638 -msgid "Hide the post category." -msgstr "Nascondi la categoria dell'articolo ." - -#: admin/settings.php:1653 -msgid "Hide the post tags." -msgstr "Nascondi le parole chiave dell'articolo ." - -#: admin/settings.php:1668 -msgid "Hide the 'Bookmark permalink'." -msgstr "Nascondi \"Aggiungi ai preferiti: permalink\"." - -#: admin/settings.php:1683 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "Nascondi tutte le meta-informazioni dell'articolo ." - -#: admin/settings.php:1696 admin/settings.php:1711 admin/settings.php:1727 -msgid "Excerpt" -msgstr "Riassunto" - -#: admin/settings.php:1696 admin/settings.php:1711 admin/settings.php:1727 -msgid "Full Post" -msgstr "Tutto l'articolo " - -#: admin/settings.php:1704 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"Riassunti nella pagina principale. Questa opzione avrà effetto sugli " -"articoli normali. Tutti gli altri articoli (immagini, chat, citazioni etc.) " -"manterranno le loro specifiche formattazioni." - -#: admin/settings.php:1719 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Indicare se si vogliono visualizzare gli articoli in evidenza in home page o " -"solo il loro riassunto." - -#: admin/settings.php:1735 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"Riassunti in archivio, categoria e pagine di ricerca. Come indicato sopra, " -"solo gli articoli standard verranno modificati." - -#: admin/settings.php:1743 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Il numero di parole che verranno visualizzate in un riassunto. Quando questo " -"numero verrà raggiunto l'articolo verrà interrotto da un link Continua che\n" -"\t\t\t\t\t\t\tporterà il lettore alla pagina con l'articolo integrale." - -#: admin/settings.php:1759 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"Abilita il layout magazine. Questo layout verrà applicato alle pagine con " -"articoli e visualizzerà due articoli per riga" - -#: admin/settings.php:1766 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"Sostituire i tre punti ('[...])' che vengono inseriti automaticamente ai " -"riassunti." - -#: admin/settings.php:1773 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Modifica il link 'Continua' aggiunto ai riassunti degli articoli ." - -#: admin/settings.php:1788 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" -"Come impostazione predefinita Worpress rimuove tutti i tag HTML dai " -"riassunti (" - -#: admin/settings.php:1819 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"Mostra immagini in evidenza come miniature negli articoli . Queste immagini " -"devono essere selezionate per ciascun inserimento dalla sezione Immagini in " -"Evidenza." - -#: admin/settings.php:1834 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"Mostra la prima immagine inserita nell'articolo come una miniatura. Se si " -"abilita questa opzione, la prima immagine nell'articolo verrà utilizzata " -"come miniatura, anche se è stata selezionata l'opzione Immagini in Evidenza." - -#: admin/settings.php:1850 -msgid "Thumbnail alignment." -msgstr "Allineamento miniatura." - -#: admin/settings.php:1867 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"La dimensione da impostare per le miniature (in pixel). Le immagini verranno " -"scalate in modo da mantenere la proporzione. Selezionare \"Ritaglia\" se " -"volete utilizzare la dimensione esatta." - -#: admin/settings.php:1883 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"Mostra immagini in evidenza nell'intestazione. L'header verrà sostituito da " -"un'immagine in evidenza se nell'articolo è stata selezionata l'opzione " -"relativa e se\n" -"\t\t\t\t\t\t\t la dimensione è maggiore o perlomeno identica a quella " -"dell'immagine dell'header." - -#: admin/settings.php:1904 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Selezionare l'icona del social network dal menù a tendina ed inserire il " -"l'indirizzo internet corrispondente (es: http://www.facebook.com/" -"yourname )" - -#: admin/settings.php:1918 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "E' possibile inserire sino a 5 social network o indirizzi web" - -#: admin/settings.php:1932 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Ci sono 27 social network da cui scegliere." - -#: admin/settings.php:1946 -msgid "You can leave any number of inputs empty. " -msgstr "E' possibile lasciare qualsiasi numero di input non valorizzati" - -#: admin/settings.php:1960 -msgid "You can choose the same social media any number of times. " -msgstr "Potete selezionare lo stesso social media quante volte si desidera." - -#: admin/settings.php:1991 -msgid "Choose the areas where to display the social icons." -msgstr "" -"Selezionare le aree in cui visualizzare le icone dei social network." - -#: admin/settings.php:2004 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"Inserire del testo personalizzato o codice HTML che verrĂ  visualizzato nel " -"Piè di pagina.
      E' possibile utilizzare l'HTML per inserire link, " -"immagini e caratteri speciali come ©." - -#: admin/settings.php:2012 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme.
      The <style> tags are not needed." -msgstr "" -"Inserire qui i parametri CSS personalizzati. Ogni dichiarazione CSS " -"sostituirĂ  i valori predefiniti di Mantra.
      Questi valori verranno " -"conservati anche in caso di aggiornamento del template." - -#: admin/settings.php:2019 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software).
      The <script> tags are not needed." -msgstr "" -"Inserite qui il vostro codice Javascript personalizzato ( Google Analytics o " -"altri script relativi a software di analisi traffico).
      i tag " -"<script> non sono necessari." - -#: admin/settings.php:2032 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Abilitare le funzioni SEO (search angine optimization) di Mantra. Questa " -"funzione è abilitata come opzione predefinita e dovrebbe essere disabilitato " -"esclusivamente se state utilizzando un altro plugin SEO" - -#: admin/settings.php:2044 -msgid "Auto" -msgstr "Automatico" - -#: admin/settings.php:2044 -msgid "Manual" -msgstr "Manuale" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "ha scritto:" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "Il commento è in attesa di moderazione" - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "a" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "(Modifica)" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "Pingback: " - -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "Scrivi un commento" - -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "1 Commento" - -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "% Commenti" - -#: includes/theme-comments.php:94 -#, php-format -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "Una reazione a %2$s" -msgstr[1] "%1$s reazioni a %2$s" - -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "Commenti Precedenti" - -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "Commenti Successivi" - -#: includes/theme-functions.php:282 -msgid "Home Page" -msgstr "Pagina Iniziale" - -#: includes/theme-functions.php:346 -msgid "Powered by" -msgstr "Powered by" - -#: includes/theme-functions.php:348 -msgid "Semantic Personal Publishing Platform" -msgstr "Semantic Personal Publishing Platform" - -#: includes/theme-loop.php:145 -msgid "By " -msgstr "Di" - -#: includes/theme-loop.php:185 -msgid " Bookmark the " -msgstr " Aggiungi ai preferiti :" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "Permalink to" -msgstr "Permalink verso" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:187 includes/theme-loop.php:189 -msgid "Bookmark the " -msgstr "Aggiungi ai preferiti : " - -#: includes/theme-loop.php:211 -msgid "« Older posts" -msgstr "« Articoli precedenti" - -#: includes/theme-loop.php:212 -msgid "Newer posts »" -msgstr "Articoli piĂą recenti »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Pagina %s" - -#: includes/theme-setup.php:90 -msgid "Primary Navigation" -msgstr "Navigazione Principale" - -#: includes/theme-setup.php:91 -msgid "Top Navigation" -msgstr "Navigazione Inizio Pagina" - -#: includes/theme-setup.php:92 -msgid "Footer Navigation" -msgstr "Navigazione Piè di Pagina" - -#: includes/theme-setup.php:139 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:200 -msgid "Skip to content" -msgstr "Vai al contenuto" - -#: includes/theme-setup.php:227 -msgid "Primary Widget Area - Sidebar 1" -msgstr "Prima Area Widget - Barra Laterale 1" - -#: includes/theme-setup.php:229 -msgid "Primary widget area - Sidebar 1" -msgstr "Prima Area Widget - Barra Laterale 1" - -#: includes/theme-setup.php:238 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Seconda Area Widget - Barra Laterale 1" - -#: includes/theme-setup.php:240 -msgid "Secondary widget area - Sidebar 1" -msgstr "Seconda Area Widget - Barra Laterale 1" - -#: includes/theme-setup.php:249 -msgid "Third Widget Area - Sidebar 2" -msgstr "Terza Area Widget - Barra Laterale 2" - -#: includes/theme-setup.php:251 -msgid "Third widget area - Sidebar 2" -msgstr "Terza Area Widget - Barra Laterale 2" - -#: includes/theme-setup.php:260 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Quarta Area Widget - Barra Laterale 2" - -#: includes/theme-setup.php:262 -msgid "Fourth widget area - Sidebar 2" -msgstr "Quarta Area Widget - Barra Laterale 2" - -#: includes/theme-setup.php:271 -msgid "First Footer Widget Area" -msgstr "Prima Area Widget Piè di Pagina" - -#: includes/theme-setup.php:273 -msgid "First footer widget area" -msgstr "Prima Area Widget Piè di Pagina" - -#: includes/theme-setup.php:282 -msgid "Second Footer Widget Area" -msgstr "Seconda Area Widget Piè di Pagina" - -#: includes/theme-setup.php:284 -msgid "Second footer widget area" -msgstr "Seconda Area Widget Piè di Pagina" - -#: includes/theme-setup.php:293 -msgid "Third Footer Widget Area" -msgstr "Terza Area Widget Piè di Pagina" - -#: includes/theme-setup.php:295 -msgid "The third footer widget area" -msgstr "Terza Area Widget Piè di Pagina" - -#: includes/theme-setup.php:304 -msgid "Fourth Footer Widget Area" -msgstr "Quarta Area Widget Piè di Pagina" - -#: includes/theme-setup.php:306 -msgid "The fourth footer widget area" -msgstr "La Quarta Area Widget Piè di Pagina" - -#: includes/theme-setup.php:315 includes/theme-setup.php:317 -msgid "Above content Widget Area" -msgstr "Area Widget sopra il contenuto" - -#: includes/theme-setup.php:326 includes/theme-setup.php:328 -msgid "Below Content Widget Area" -msgstr "Area Widget sotto il contenuto" - -#~ msgid "Insert footer copyright" -#~ msgstr "Inserimento copyright nel piè di pagina" - -#~ msgid "Mantra Help" -#~ msgstr "Help Mantra (Inglese)" - -#, fuzzy -#~ msgid "" -#~ "\r\n" -#~ "\t\t\t
        \r\n" -#~ "\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \r\n" -#~ "\t\t\t\t
      • - Want to know what changes are made to the theme with each " -#~ "new version?
      • \r\n" -#~ "\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -#~ "expected?
      • \r\n" -#~ "\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better " -#~ "suit your needs?
      • \r\n" -#~ "\t\t\t\t
      • - Want a setting implemented?
      • \r\n" -#~ "\t\t\t\t
      • - Do you have or would you like to make a translation of the " -#~ "Mantra Theme?
      • \r\n" -#~ "\t\t\t
      \r\n" -#~ "\t\t\t

      Then come visit us at Mantra's support page.

      \r\n" -#~ "\t" -#~ msgstr "" -#~ "\r\n" -#~ "\t\t\t
        \r\n" -#~ "\t\t\t\t
      • - Avete bisogno di aiuto su Mantra o su WordPress?
      • \r\n" -#~ "\t\t\t\t
      • - Volete sapere quali modifiche sono state fatte in ogni " -#~ "nuova versione?
      • \r\n" -#~ "\t\t\t\t
      • - Volete segnalare un bug o qualcosa non sembra funzionare " -#~ "come previsto?
      • \r\n" -#~ "\t\t\t\t
      • - Avete un idea da implementare su Mantra per venire incontro " -#~ "alle vostre necessitĂ ?
      • \r\n" -#~ "\t\t\t\t
      • - Volete implementare un’impostazione?
      • \r\n" -#~ "\t\t\t\t
      • - Avete tradotto o volete collaborare alla traduzione del " -#~ "tema Mantra?
      • \r\n" -#~ "\t\t\t
      \r\n" -#~ "\t\t\t

      Visitate la pagina di supporto di Mantra ( in lingua inglese).\r\n" -#~ "\t" - -#~ msgid "Mantra Support Page" -#~ msgstr "Pagina di supporto (Inglese)" - -#~ msgid "Choose your layout " -#~ msgstr "Seleziona il tuo layout" - -#~ msgid "" -#~ "Enable the presentation front-page. This will become your new home page " -#~ "and it will replace whatever page you have selected as homepage. It has a " -#~ "slider and columns for presentation\r\n" -#~ "\t\ttext and images." -#~ msgstr "" -#~ "Abilitare la modalitĂ  di presentazione per la pagina principale. Questa " -#~ "diventerĂ  la pagina iniziale del sito e sostituirĂ  qualsiasi pagina " -#~ "precedentemente imposta. Questa modalitĂ  comprende uno slide e delle " -#~ "colonne per la presentazione\n" -#~ "\t\ttesto ed immagini" - -#~ msgid "milliseconds (1000ms = 1 second) " -#~ msgstr "millisecondi (1000ms = 1 secondo) " - -#~ msgid "Upload or select image from gallery" -#~ msgstr "Caricare un immagine dal computer o selezionarne una dalla galleria" - -#~ msgid "The titles' color (Default value is 333333)." -#~ msgstr "Colore del titolo ( Predefinito 333333)" - -#~ msgid "" -#~ "Hide or show your blog's Title and Description in the header (recommended " -#~ "if you have a custom header image with text)." -#~ msgstr "" -#~ "Mostra o nascondi Titolo e descrizione del Blog nella testata " -#~ "( raccomandato se si ha un'immagine nella testata contenente del testo)" - -#~ msgid "" -#~ "Make the site header into a clickable link that links to your index page." -#~ msgstr "" -#~ "Impostare l'header del sito come link verso la prima pagina del sito." - -#~ msgid "Upload or select favicon from gallery" -#~ msgstr "Invia o seleziona una favicon dalla galleria" - -#~ msgid "Featured" -#~ msgstr "Featured" - -#~ msgid "Archives" -#~ msgstr "Archivi" - -#~ msgid "Meta" -#~ msgstr "Meta" - -#~ msgid "Previous post link" -#~ msgstr "Link articolo precedente" - -#~ msgid "Next post link" -#~ msgstr "Link articolo successivo" - -#~ msgid "The size you want the thumbnails to have (in pixels)." -#~ msgstr "Dimensione della miniatura (in pixel)" diff --git a/themes/mantra/languages/ja.po b/themes/mantra/languages/ja.po index 86421f46..36cb3163 100644 --- a/themes/mantra/languages/ja.po +++ b/themes/mantra/languages/ja.po @@ -1,2088 +1,2088 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-30 17:12+0200\n" -"PO-Revision-Date: 2013-06-14 15:07+0900\n" -"Last-Translator: Yoshiki Osako \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.5\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "見ă¤ă‹ă‚Šăľă›ă‚“" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "ć—ĄĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "ćśĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "ĺą´ĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "ă–ă­ă‚°ă‚˘ăĽă‚«ă‚¤ă–" - -#: archive.php:57 author.php:74 category.php:50 -msgid "Nothing Found" -msgstr "何も見ă¤ă‹ă‚Šăľă›ă‚“" - -#: archive.php:61 author.php:78 category.php:54 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "%s ă¸ć»ă‚‹" - -#: attachment.php:29 -msgid "By" -msgstr "By" - -#: attachment.php:40 -msgid "Published" -msgstr "発行" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "ă•ă«ă‚µă‚¤ă‚ş %s ă”ă‚Żă‚»ă«" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "ă•ă«ă‚µă‚¤ă‚şă‚¤ăˇăĽă‚¸ă¸ăŞăłă‚Ż" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:49 content-gallery.php:65 content-image.php:42 -#: content-link.php:49 content-page.php:22 content-quote.php:46 -#: content-status.php:48 content.php:77 -msgid "Edit" -msgstr "編集" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "続ăŤă‚’読む" - -#: attachment.php:101 content-aside.php:39 content-chat.php:38 -#: content-gallery.php:55 content-image.php:33 content-link.php:38 -#: content-page.php:21 content-quote.php:36 content-status.php:39 -#: content.php:49 content.php:66 -msgid "Pages:" -msgstr "ăšăĽă‚¸:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "著者アăĽă‚«ă‚¤ă–: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "%s ă«ă¤ă„ă¦" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "ă‚«ă†ă‚´ăŞă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"ă“ă®ćŠ•ç¨żăŻă‘ă‚ąăŻăĽă‰ă§äżťč­·ă•ă‚Śă¦ă„ăľă™ă€‚ă‚łăˇăłăを表示ă™ă‚‹ă«ăŻă‘ă‚ąăŻăĽă‰ă‚’ĺ…Ą" -"力ă—ă¦ăŹă ă•ă„。" - -#: content-aside.php:20 -msgid "Aside" -msgstr "ă‚ŹăŤ" - -#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 -#: content-image.php:32 content-link.php:37 content-quote.php:35 -#: content-status.php:38 -msgid "Continue reading " -msgstr "続ăŤă‚’読む " - -#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 -#: content-image.php:39 content-link.php:45 content-quote.php:43 -#: content-status.php:46 content.php:75 -msgid "Tagged" -msgstr "ă‚żă‚°ä»ă‘ă•ă‚Śăź" - -#: content-chat.php:20 -msgid "Chat" -msgstr "ăăŁăă" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "ă‚®ăŁă©ăŞăĽ" - -#: content-image.php:19 -msgid "Image" -msgstr "ç”»ĺŹ" - -#: content-link.php:20 -msgid "Link" -msgstr "ăŞăłă‚Ż" - -#: content-page.php:27 -msgid "Comments are closed." -msgstr "ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ă€‚" - -#: content-quote.php:18 -msgid "Quote" -msgstr "引用" - -#: content-status.php:30 -msgid "Status" -msgstr "ă‚ąă†ăĽă‚żă‚ą" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "%s ă®ć¤śç´˘çµćžś" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "%s ă®ć¤śç´˘çµćžśăŚă‚ă‚Šăľă›ă‚“" - -#: searchform.php:1 -msgid "Search" -msgstr "検索" - -#: single.php:44 -msgid "View all posts by " -msgstr "ă™ăąă¦ă®ćŠ•ç¨żă‚’見る" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "タグアăĽă‚«ă‚¤ă–: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"イăłăťăĽăă•ă‚ˇă‚¤ă«ă‚’アăă—ă­ăĽă‰ă™ă‚‹ĺ‰Ťă«ă€ä»Ąä¸‹ă®ă‚¨ă©ăĽă‚’修正ă—ă¦ăŹă ă•ă„。" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Mantra設定をイăłăťăĽăă™ă‚‹ĺ ´ć‰€ă§ă™ă€‚ ă“ă‚ŚăŻăľă č©¦é¨“中ă®ć©źč˝ă§ă™ă€‚" - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "ă‚łăłă”ăĄăĽă‚żă‹ă‚‰ă•ă‚ˇă‚¤ă«ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "最大サイズ: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "ăťă—ă¦ă‚¤ăłăťăĽăďĽ" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "ă‚Şă—ă‚·ă§ăłăŻă‚¤ăłăťăĽăă•ă‚Śăľă—ăź!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă¸ć»ă‚Šă€ăťă‚Śă‚‰ă‚’ăェăă‚Żă—ă¦ăŹă ă•ă„!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "ĺ°Źă•ăŞĺ•ŹéˇŚăŚč¦‹ă¤ă‹ă‚Šăľă—ăźă€‚" - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă€ć­Łĺ˝“㪠Mantra ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚“ă§ă„ăľă›ă‚“。" -"Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă‹ă‚‰ă•ă‚ˇă‚¤ă«ăŚă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•" -"ă„。" - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻčŞ­ăżčľĽă‚ăľă›ă‚“。" - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă‚µăťăĽăă•ă‚Śă¦ă„ăľă›ă‚“。Mantra ăšăĽă‚¸ă‹ă‚‰ă†ă‚­ă‚ąă" -"ă•ă‚ˇă‚¤ă«ă¨ă—ă¦ă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"ă•ă‚ˇă‚¤ă«ăŚç©şă‹ă€ă•ă‚ˇă‚¤ă«ăŚă‚ă‚Šăľă›ă‚“。ă“ă®ă‚¨ă©ăĽăŻă€php.ini ă®č¨­ĺ®šă§ă€ă‚˘ăă—" -"ă­ăĽă‰ăŚćś‰ĺŠąă«ăŞăŁă¦ă„ăŞă„ă‹ă€post_max_size ă®ĺ€¤ăŚ upload_max_filesize ă®ĺ€¤ă‚" -"ă‚Šă‚‚ĺ°Źă•ă„ă“ă¨ăŚĺŽźĺ› ă‹ă‚‚ă—ă‚Śăľă›ă‚“。" - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "ERROR: ă“ă®ć©źč˝ă‚’使用ă™ă‚‹ć¨©é™ăŚă‚ă‚Šăľă›ă‚“。" - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "ă¬ă‚¤ă‚˘ă‚¦ă設定" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "ă†ă‚­ă‚ąă設定" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "ă‚«ă©ăĽč¨­ĺ®š" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "ă‚°ă©ă•ă‚Łăクス設定" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "投稿ć…報設定" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "投稿抜粋設定" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹč¨­ĺ®š" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "ă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘č¨­ĺ®š" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "ăťă®ä»–設定" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "ăˇă‚¤ăłă¬ă‚¤ă‚˘ă‚¦ă" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "ă‚łăłă†ăłă„ / サイă‰ăăĽă®ĺą…" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "ăăă€ăĽç”»ĺŹă®é«ă•" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă®ćś‰ĺŠąĺŚ–" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "ă‚ąă©ă‚¤ă€ăĽč¨­ĺ®š" - -#: admin/main.php:110 -msgid "Slides" -msgstr "ă‚ąă©ă‚¤ă‰" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă‚łă©ă " - -#: admin/main.php:112 -msgid "Extras" -msgstr "エキスăă©" - -#: admin/main.php:114 -msgid "General Font" -msgstr "一č¬ă•ă‚©ăłă" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "一č¬ă•ă‚©ăłăサイズ" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "投稿タイăă«ă•ă‚©ăłă" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "投稿タイăă«ă•ă‚©ăłăサイズ" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "サイă‰ăăĽă•ă‚©ăłă" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "サイă‰ăăĽă•ă‚©ăłăサイズ" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "サă–ăăă€ă•ă‚©ăłă" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "強調ă†ă‚­ă‚ąăć•´ĺ—" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "段č˝ă‚¤ăłă‡ăłă" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "ăăă€ă‚¤ăłă‡ăłă" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "ă©ă‚¤ăłă®é«ă•" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "ĺŤčŞžé–“ă®ĺą…" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "文字間ă®ĺą…" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "čŚć™Żč‰˛" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "ăăă€ďĽăăŠăĽă€ăˇă‹ăĄăĽďĽ‰ă®čŚć™Żč‰˛" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "ă‚łăłă†ăłă„ă®čŚć™Żč‰˛" - -#: admin/main.php:132 -msgid "Menu Background Color" -msgstr "ăˇă‹ăĄăĽă®čŚć™Żč‰˛" - -#: admin/main.php:133 -msgid "First Sidebar Background Color" -msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛" - -#: admin/main.php:134 -msgid "Second Sidebar Background Color" -msgstr "2nd サイă‰ăăĽă®čŚć™Żč‰˛" - -#: admin/main.php:136 -msgid "Site Title Color" -msgstr "サイăタイăă«ă‚«ă©ăĽ" - -#: admin/main.php:137 -msgid "Site Description Color" -msgstr "サイăă‡ă‚Łă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽ" - -#: admin/main.php:139 -msgid "Content Text Color" -msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽ" - -#: admin/main.php:140 -msgid "Links Color" -msgstr "ăŞăłă‚Żă‚«ă©ăĽ" - -#: admin/main.php:141 -msgid "Links Hover Color" -msgstr "ăŞăłă‚Żă›ăăĽă‚«ă©ăĽ" - -#: admin/main.php:142 -msgid "Post Title Color" -msgstr "投稿タイăă«ă‚«ă©ăĽ" - -#: admin/main.php:143 -msgid "Post Title Hover Color" -msgstr "投稿タイăă«ă›ăăĽă‚«ă©ăĽ" - -#: admin/main.php:144 -msgid "Sidebar Header Background Color" -msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛" - -#: admin/main.php:145 -msgid "Sidebar Header Text Color" -msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" - -#: admin/main.php:146 -msgid "Footer Widget Background Color" -msgstr "ă•ăタウィジェăăčŚć™Żč‰˛" - -#: admin/main.php:147 -msgid "Footer Background Color" -msgstr "ă•ăă‚żčŚć™Żč‰˛" - -#: admin/main.php:148 -msgid "Footer Widget Header Text Color" -msgstr "ă•ăタウィジェăăăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" - -#: admin/main.php:149 -msgid "Footer Widget Link Color" -msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽ" - -#: admin/main.php:150 -msgid "Footer Widget Hover Color" -msgstr "ă•ăタウィジェăăă›ăăĽă‚«ă©ăĽ" - -#: admin/main.php:152 -msgid "Caption Border" -msgstr "ă‚­ăŁă—ă‚·ă§ăłăśăĽă€ăĽ" - -#: admin/main.php:153 -msgid "Post Images Border" -msgstr "投稿画ĺŹăśăĽă€ăĽ" - -#: admin/main.php:154 -msgid "Caption Pin" -msgstr "ă‚­ăŁă—ă‚·ă§ăłă”ăł" - -#: admin/main.php:155 -msgid "Sidebar Menu Bullets" -msgstr "サイă‰ăˇă‹ăĄăĽă–ă¬ăă" - -#: admin/main.php:156 -msgid "Meta Area Background" -msgstr "ăˇă‚żă‚¨ăŞă‚˘čŚć™Ż" - -#: admin/main.php:157 -msgid "Post Separator" -msgstr "投稿セă‘ă¬ăĽă‚ż" - -#: admin/main.php:158 -msgid "Content List Bullets" -msgstr "ă‚łăłă†ăłă„ăŞă‚ąăă–ă¬ăă" - -#: admin/main.php:159 -msgid "Title and Description" -msgstr "タイăă«ă¨čެćŽ" - -#: admin/main.php:160 -msgid "Page Titles" -msgstr "ăšăĽă‚¸ă‚żă‚¤ăă«" - -#: admin/main.php:161 -msgid "Category Page Titles" -msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă‚żă‚¤ăă«" - -#: admin/main.php:162 -msgid "Hide Tables" -msgstr "ă†ăĽă–ă«ă‚’非表示ă«ă—ăľă™" - -#: admin/main.php:163 -msgid "Back to Top button" -msgstr "ăăă—ă¸ć»ă‚‹ăśă‚żăł" - -#: admin/main.php:164 -msgid "Text Under Comments" -msgstr "ă‚łăˇăłă下ă®ă†ă‚­ă‚ąă" - -#: admin/main.php:165 -msgid "Comments are closed text" -msgstr "ă‚łăˇăłăĺść­˘ä¸­ă†ă‚­ă‚ąă" - -#: admin/main.php:166 -msgid "Comments off" -msgstr "ă‚łăˇăłăă‚Şă•" - -#: admin/main.php:167 -msgid "Custom Footer Text" -msgstr "ă‚«ă‚ąă‚żă ă•ăă‚żă†ă‚­ă‚ąă" - -#: admin/main.php:169 -msgid "Post Comments Link" -msgstr "ă‚łăˇăłă投稿ăŞăłă‚Ż" - -#: admin/main.php:170 -msgid "Post Date" -msgstr "投稿日" - -#: admin/main.php:171 -msgid "Post Time" -msgstr "投稿時ĺ»" - -#: admin/main.php:172 -msgid "Post Author" -msgstr "著者" - -#: admin/main.php:173 -msgid "Post Category" -msgstr "投稿カă†ă‚´ăŞ" - -#: admin/main.php:174 -msgid "Post Tags" -msgstr "投稿タグ" - -#: admin/main.php:175 -msgid "Post Permalink" -msgstr "投稿ă‘ăĽăžăŞăłă‚Ż" - -#: admin/main.php:176 -msgid "All Post Metas" -msgstr "ă™ăąă¦ă®ćŠ•ç¨żăˇă‚ż" - -#: admin/main.php:178 -msgid "Post Excerpts on Home Page" -msgstr "ă›ăĽă ăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" - -#: admin/main.php:179 -msgid "Affect Sticky Posts" -msgstr "ăˇă˘ćŠ•ç¨żă¸ĺ˝±éźż" - -#: admin/main.php:180 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "アăĽă‚«ă‚¤ă–ăŠă‚ăłă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" - -#: admin/main.php:181 -msgid "Number of Words for Post Excerpts " -msgstr "投稿抜粋ă®ĺŤčŞžć•°" - -#: admin/main.php:182 -msgid "Magazine Layout" -msgstr "雑誌ă¬ă‚¤ă‚˘ă‚¦ă" - -#: admin/main.php:183 -msgid "Excerpt suffix" -msgstr "抜粋ă®ćŽĄĺ°ľčľž" - -#: admin/main.php:184 -msgid "Continue reading link text " -msgstr "続ăŤă‚’読むăŞăłă‚Żă†ă‚­ă‚ąă" - -#: admin/main.php:185 -msgid "HTML tags in Excerpts" -msgstr "抜粋中ă®HTMLă‚żă‚°" - -#: admin/main.php:187 -msgid "Featured Images as POST Thumbnails " -msgstr "投稿アイキăŁăăç”»ĺŹă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" - -#: admin/main.php:188 -msgid "Auto Select Images From Posts " -msgstr "投稿ă‹ă‚‰č‡Şĺ‹•çš„ă«ç”»ĺŹă‚’é¸ćŠž" - -#: admin/main.php:189 -msgid "Thumbnails Alignment " -msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" - -#: admin/main.php:190 -msgid "Thumbnails Size " -msgstr "アイキăŁăăç”»ĺŹă‚µă‚¤ă‚ş" - -#: admin/main.php:191 -msgid "Featured Images as HEADER Images " -msgstr "ăăă€ă‚¤ăˇăĽă‚¸ă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" - -#: admin/main.php:193 -msgid "Link nr. 1" -msgstr "ăŞăłă‚Ż nr. 1" - -#: admin/main.php:194 -msgid "Link nr. 2" -msgstr "ăŞăłă‚Ż nr. 2" - -#: admin/main.php:195 -msgid "Link nr. 3" -msgstr "ăŞăłă‚Ż nr. 3" - -#: admin/main.php:196 -msgid "Link nr. 4" -msgstr "ăŞăłă‚Ż nr. 4" - -#: admin/main.php:197 -msgid "Link nr. 5" -msgstr "ăŞăłă‚Ż nr. 5" - -#: admin/main.php:198 -msgid "Socials display" -msgstr "ă‚˝ăĽă‚·ăŁă«čˇ¨ç¤ş" - -#: admin/main.php:200 -msgid "Make Site Header a Link" -msgstr "サイăăăă€ă‚’ăŞăłă‚Żă«ă—ăľă™" - -#: admin/main.php:201 -msgid "Breadcrumbs" -msgstr "ă‘ăłĺ±‘ăŞă‚ąă" - -#: admin/main.php:202 -msgid "Pagination" -msgstr "ăšăĽă‚¸é€ă‚Š" - -#: admin/main.php:203 -msgid "Mobile view" -msgstr "ă˘ăイă«ă“ăĄăĽ" - -#: admin/main.php:204 -msgid "FavIcon" -msgstr "FavIcon" - -#: admin/main.php:205 -msgid "Custom CSS" -msgstr "ă‚«ă‚ąă‚żă  CSS" - -#: admin/main.php:206 -msgid "Custom JavaScript" -msgstr "ă‚«ă‚ąă‚żă  JavaScript" - -#: admin/main.php:207 -msgid "SEO Settings" -msgstr "SEO 設定" - -#: admin/main.php:224 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "ă“ă®ăšăĽă‚¸ă«ă‚˘ă‚Żă‚»ă‚ąă™ă‚‹ă‘ăĽăźăă‚·ă§ăłăŚă‚ă‚Šăľă›ă‚“。" - -#: admin/main.php:234 -msgid "Mantra settings updated successfully." -msgstr "Mantra 設定ăŻć›´ć–°ă•ă‚Śăľă—ăźă€‚" - -#: admin/main.php:245 -msgid "Reset to Defaults" -msgstr "既定値ă«ć»ă™" - -#: admin/main.php:246 -msgid "Save Changes" -msgstr "変更を保ĺ­" - -#: admin/main.php:260 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Cryout Creations (Mantra ă†ăĽăžă®é–‹ç™şč€…)ă§ăŻă€ĺ¸¸ă«Mantra ă†ăĽăžă®ć”ąĺ–„ă«ĺŠŞ" -"ă‚ă¦ă„ăľă™ă€‚今ăľă§ĺ¤šăŹă®ä¸Ťĺ…·ĺă‚’ç›´ă—ă¦ăŤăľă—ăź; 多ăŹă®ă‚«ă‚ąă‚żăžă‚¤ă‚şă‚Şă—ă‚·ă§ăł" -"を追加ă™ă‚‹ă¨ĺŚć™‚ă«ă€ă§ăŤă‚‹ă ă‘ă‚·ăłă—ă«ă«äżťă¤ă‚ă†ĺŠŞĺŠ›ă—ă¦ăŤăľă—ăź; ăťă—ă¦...ă„" -"ă¤ă‚‚皆ă•ă‚“ă®ăˇăĽă«ă‚„ă‚łăˇăłăを読ăżă€ăŽăĽăを取りă€ĺ°†ćťĄă®ăăĽă‚¸ă§ăłă§ĺ®źçŹľă™ă‚‹" -"ć©źč˝ă‚’ăŞă‚ąăアăă—ă—ă¦ă„ăľă™ă€‚

      \n" -"\t\t\t

      彼らăŻă©ă†ă‚„ăŁă¦ă„ă‚‹ă®? ă©ă†ă‚„ăŁă¦ă†ăĽăžă‚’良好ă«äżťăˇç¶šă‘ă¦ă„ă‚‹ă®?" -" ă¨č¨€ă†ă‚ă†ăŞç–‘ĺ•Źă‚’ćŚăŁă¦ă„ă‚‹ă‹ă‚‚ă—ă‚Śăľă›ă‚“。ăťă‚ŚăŻç°ˇĺŤăŞă®ă§ă§ă™ă€‚ă‚łăĽ" -"ă’ăĽă‚’飲んă§ă„ă‚‹ă ă‘ă§ă™ă€‚ăťă‚Śă‚‚熱ă„ă‚łăĽă’ăĽă‚’。ç§ăźăˇăŻăťă‚ŚăŚĺĄ˝ăŤăŞă®ă§ă™! " -"Mantra ă†ăĽăžă®ĺ°†ćťĄă®é–‹ç™şă«ĺŠ›ă‚’貸ă—ă¦ăŹă ă•ă„...

      " - -#: admin/main.php:275 -msgid "Import/Export Settings" -msgstr "イăłăťăĽă / エクスăťăĽă 設定" - -#: admin/main.php:281 -msgid "Export Theme options" -msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¨ă‚Żă‚ąăťăĽă" - -#: admin/main.php:282 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"ç°ˇĺŤă§ă™ă€‚ăžă‚¦ă‚ąă‚’ă‚ŻăŞăă‚Żă—ă¦Mantra 設定をエクスăťăĽăă—ă€PCă«äżťĺ­ă™ă‚‹ă“ă¨ăŚ" -"ă§ăŤăľă™ă€‚" - -#: admin/main.php:287 -msgid "Import Theme options" -msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¤ăłăťăĽă" - -#: admin/main.php:288 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"イăłăťăĽăăŚăŞă‘ă‚Śă°ă€ă‚¨ă‚Żă‚ąăťăĽăă‚‚ă‚ă‚Šăľă›ă‚“。エクスăťăĽăă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŚ" -"ă‚ă‚‹ă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" - -#: admin/main.php:295 -msgid "Mantra Latest News" -msgstr "Mantra 最新ă‹ăĄăĽă‚ą" - -#: admin/main.php:306 -msgid "No news items." -msgstr "ć–°ă—ă„アイă†ă ăŻă‚ă‚Šăľă›ă‚“。" - -#: admin/main.php:320 -msgid "Mantra Help" -msgstr "Mantra ăă«ă—" - -#: admin/main.php:323 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Mantra ă‹ Wordpress ă®ăă«ă—ăŚĺż…č¦ă§ă™ă‹ďĽź
      • \n" -"\t\t\t\t
      • - ć–°ăăĽă‚¸ă§ăłă®ă†ăĽăžă§ä˝•ăŚĺ¤‰ć›´ă•ă‚Śăźă‹çźĄă‚Šăźă„ă§ă™ă‹ďĽź
      • \n" -"\t\t\t\t
      • - 不具ĺを見ă¤ă‘ăźă‚Šă€ć€ťăŁăźă‚ă†ă«ĺ‹•ă‹ăŞă„ă‚‚ă®ă‚’見ă¤ă‘ăľă—ăźă‹?\n" -"\t\t\t\t
      • - ă‚ăŞăźă®ă‹ăĽă‚şă«ĺă†ă‚ă†ă« Mantra ă†ăĽăžă‚’改善ă™ă‚‹ă‚˘ă‚¤ă‡ă‚˘ăŚćµ®" -"ă‹ăłăľă—ăźă‹?
      • \n" -"\t\t\t\t
      • - 設定を実行ă—ăźă„ă§ă™ă‹?
      • \n" -"\t\t\t\t
      • - Mantra ă†ăĽăžă®çż»č¨łă‚’ă—ăźă„ă§ă™ă‹?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      ăťă®ă‚ă†ăŞć™‚ăŻă€Mantra サăťăĽăăšăĽă‚¸ă‚’訪問ă—ă¦ăŹă ă•ă„。

      \n" -"\t" - -#: admin/main.php:334 -msgid "Mantra Support Page" -msgstr "Mantra サăťăĽăăšăĽă‚¸" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "1 ă‚łă©ă ă€ă‚µă‚¤ă‰ăăĽăŞă—" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "2 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "2 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "3 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "3 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "2 ă‚łă©ă ă€ä¸ˇĺ´ă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "ă¬ă‚¤ă‚˘ă‚¦ăă‚’é¸ćŠž" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "絶対" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "相対" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "使用ă™ă‚‹ĺ¤§ăŤă•:" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "ă‚łăłă†ăłă„ =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "サイă‰ă㼠=" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "ĺą…ĺč¨ =" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" -" \t\tă‚łăłă†ăłă„㯠500px 以上ă®ĺą…ă€ă‚µă‚¤ă‰ăăĽăŻ 220px 以上ă§800px 以下ă§ăŞă‘ă‚Ś" -"ă°ăŞă‚Šăľă›ă‚“。
      \n" -"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" -"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" -" \t\tă¦ăĽă‚¶ă®ă–ă©ă‚¦ă‚¶ă«ĺŻľă—ă¦ç›¸ĺŻľçš„ăŞĺ‰˛ĺă‚’é¸ćŠžă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚ăťă®ĺ ´ĺăŻ" -"ă–ă©ă‚¦ă‚¶ă®ĺą…ă«ĺŻľă™ă‚‹ % ă§č¨­ĺ®šă—ăľă™ă€‚
      \n" -"\t ă‚łăłă†ăłă„㯠40% 以上ăŚĺż…č¦ă§ă€ă‚µăĽă‰ăăĽăŻ 20% 以上㧠50% 以下ă§ăŞă‘ă‚Śă°" -"ăŞă‚Šăľă›ă‚“。
      \n" -"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" -"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"ăăă€ă®é«ă•ă‚’指定ă—ă¦ăŹă ă•ă„。設定を保ĺ­ă—ăźĺľŚă§ă€ć–°ă—ă„ăăă€ă‚¤ăˇăĽă‚¸ă‚’" -"アăă—ă­ăĽă‰ă—ă¦ăŹă ă•ă„。ăăă€ă®ĺą… =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Enable" -msgstr "有効化" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Disable" -msgstr "無効化" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\t\ttext and images.
      If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłă•ă­ăłăăšăĽă‚¸ă‚’有効化ă—ăľă™ă€‚ă“ă‚Śă§ă€ă‚ăŞăźă®ć–°ă—ă„ă›ăĽă " -"ăšăĽă‚¸ă«ăŞă‚Šăľă™ă€‚ăšăĽă‚¸ă«ăŻă€ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăł\n" -"\t\tă†ă‚­ă‚ąăă¨ă‚¤ăˇăĽă‚¸ä»ă®ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłç”¨ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ăŚă‚ă‚Šăľă™ă€‚" -"
      有効化ă—ă¦ă‚‚ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ăŚčˇ¨ç¤şă•ă‚ŚăŞă„時ăŻă€ 設定 » 読ăżčľĽăżă¸čˇŚăŤă€ă‚ăŞăźă®" -"最新ă®ćŠ•ç¨żăŚă•ă­ăłăăšăĽă‚¸čˇ¨ç¤şă«é¸ćŠžă•ă‚Śă¦ă„ă‚‹ă‹ă©" -"ă†ă‹ă‚’確認ă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•:" - -#: admin/settings.php:276 -msgid "width" -msgstr "ĺą…" - -#: admin/settings.php:277 -msgid "height" -msgstr "é«ă•" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•ăŻă€ă‚¤ăˇăĽă‚¸ă¨ĺŚăサイズă§ă™ă€‚" - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "アă‹ăˇăĽă‚·ă§ăł:" - -#: admin/settings.php:282 -msgid "Random" -msgstr "ă©ăłă€ă " - -#: admin/settings.php:282 -msgid "Fold" -msgstr "ćŠă‚Šăźăźăż" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "ă•ă‚§ăĽă‰" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "右ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "ă‚ąă©ă‚¤ă‰ă‚˘ăă—" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "ĺ·¦ă¸ă‚ąă©ă‚¤ă‰ă‚˘ăă—" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "上下ă¸ă‚ąă©ă‚¤ă‚ą" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "ĺ·¦ă‹ă‚‰ä¸Šä¸‹ă¸ă‚ąă©ă‚¤ă‚ą" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "ăśăă‚Żă‚ąă©ăłă€ă " - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăł" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăł" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "ă‚ąă©ă‚¤ă‰ă®ăă©ăłă‚¸ă‚·ă§ăłĺŠąćžśă§ă™ă€‚" - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "ăśăĽă€ăĽč¨­ĺ®š:" - -#: admin/settings.php:293 -msgid "Width" -msgstr "ĺą…" - -#: admin/settings.php:294 -msgid "Color" -msgstr "ă‚«ă©ăĽ" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "ă‚ąă©ă‚¤ă€ăĽăśăĽă€ăĽă®ĺą…ă¨ă‚«ă©ăĽ" - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "アă‹ăˇăĽă‚·ă§ăłć™‚é–“:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "ăźăŞă‚»ă‚«ăłă‰(1000ms = 1 秒)" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "ăă©ăłă‚¸ă‚·ă§ăłă‚˘ă‹ăˇăĽă‚·ă§ăłă‚’継続ă™ă‚‹ć™‚é–“" - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "ăťăĽă‚şć™‚é–“:" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "ă‚ąă©ă‚¤ă‰ăŚéť™ć­˘ă—表示ă•ă‚Śă‚‹ć™‚間。" - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "ă‚ąă©ă‚¤ă€ăĽăŠă“ゲăĽă‚·ă§ăł:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "ć•°" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "ă–ă¬ăă" - -#: admin/settings.php:309 admin/settings.php:1273 -msgid "None" -msgstr "ăŞă—" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "ă‚ąă©ă‚¤ă€ăĽă®ăŠă“ゲăĽă‚·ă§ăłă‚żă‚¤ă—。スă©ă‚¤ă€ăĽă®ä¸‹ă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "ă‚ąă©ă‚¤ă€ăĽă®çź˘ĺŤ°:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "常ă«čˇ¨ç¤ş" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "ă›ăăĽć™‚ă«čˇ¨ç¤ş" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "非表示" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "ă‚ąă©ă‚¤ă€ăĽă«ĺŹłăŠă‚ăłĺ·¦çź˘ĺŤ°" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "ă‚«ă†ă‚´ăŞé¸ćŠž" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "ă‚«ă‚ąă‚żă ă‚ąă©ă‚¤ă‰" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "最新ă®ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "ă©ăłă€ă ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "ăˇă˘ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "特定ă®ćŠ•ç¨ż" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "最新ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "ăˇă˘ćŠ•ç¨żă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "表示ă—ăźă„投稿IDăŞă‚ąăďĽă‚łăłăžă§ĺŚşĺ‡ă‚‹ďĽ‰" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      ă‚«ă†ă‚´ăŞé¸ćŠž:" - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "表示ă™ă‚‹ćŠ•ç¨żć•°:" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "ă‚ąă©ă‚¤ă‰ 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "アăă—ă­ăĽă‰ă€ă‚ă‚‹ă„ăŻă€ă‚®ăŁă©ăŞăĽă‹ă‚‰ç”»ĺŹé¸ćŠž" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "タイăă«" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "ă†ă‚­ă‚ąă" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "ă‚ąă©ă‚¤ă‰ 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "ă‚ąă©ă‚¤ă‰ 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "ă‚ąă©ă‚¤ă‰ 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "ă‚ąă©ă‚¤ă‰ 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"ă‚ąă©ă‚¤ă‰ă®ă‚łăłă†ăłă„。画ĺŹăŚĺż…é ă§ă™ă€‚ä»–ă®é …ç›®ăŻă‚Şă—ă‚·ă§ăłă§ă™ă€‚ç”»ĺŹăŚé¸ćŠžă•" -"ă‚Śă¦ă„ă‚‹ă‚ąă©ă‚¤ă‰ă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "ă‚łă©ă ć•°:" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "ç”»ĺŹă®é«ă•:" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "続ăŤă‚’読むă†ă‚­ă‚ąă:" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "ă‚łă©ă ă®ä¸‹é¨ă«čˇ¨ç¤şă•ă‚Śă‚‹ăŞăłă‚Żă†ă‚­ă‚ąă。削除ă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚" - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "1st ă‚łă©ă " - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "2nd ă‚łă©ă " - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "3rd ă‚łă©ă " - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "4th ă‚łă©ă " - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "拡張ă†ă‚­ă‚ąă" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "ăăă—タイăă«" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "セカăłă‰ă‚żă‚¤ăă«" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "タイăă«ă‚«ă©ăĽ" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "タイăă«ă‚«ă©ăĽ (既定値 333333)。" - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "ăśăă ă†ă‚­ă‚ąă 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "ăśăă ă†ă‚­ă‚ąă 2" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"ă•ă­ăłăăšăĽă‚¸ă®ă†ă‚­ă‚ąă。ăăă—タイăă«ăŻă‚ąă©ă‚¤ă€ăĽä¸Šé¨ă€ă‚»ă‚«ăłă‰ă‚żă‚¤ăă«ăŻ" -"ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ă®é–“ă€ăťă—ă¦ă€ă‚łă©ă ä¸‹é¨ă®2行ă®ă†ă‚­ă‚ąă。\n" -"\t\tă™ăąă¦ă‚Şă—ă‚·ă§ăłă§ă™ă®ă§ă€ĺ…ĄĺŠ›ă—ăŞăŹă¦ă‚‚良ă„ă§ă™ă€‚ " - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "エăŞă‚˘ă‚’非表示ă«ă—ăľă™" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "ăăă€ă‚¨ăŞă‚˘ďĽç”»ĺŹă‚„čŚć™Żč‰˛ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "ăˇă‚¤ăłăˇă‹ăĄăĽďĽăăă—ăŠă“ゲăĽă‚·ă§ăłă‚żă–)を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "ă•ăタウィジェăăを非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "ă•ăă‚żďĽă‚łă”ăĽă©ă‚¤ăエăŞă‚˘ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "白色を非表示ă«ă—ăľă™ă€‚čŚć™Żč‰˛ă®ăżăŚć®‹ă‚Šăľă™ă€‚" - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "最ĺťă®ăšăĽă‚¸ă®éťžčˇ¨ç¤şă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăサイズをé¸ćŠžă—ă¦ăŹă ă•ă„。ăšăĽă‚¸ă€ćŠ•ç¨żă€ăťă—ă¦ă€ă‚łăˇ" -"ăłăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăăă€ă€ă‚µă‚¤ă‰ăˇă‹ăĄăĽăŻĺ¤‰ć›´ă—ăľă›ă‚“。" - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ă™ăąă¦ă®ă‚łăłă†ăłă„ă†ă‚­" -"ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăˇă‹ăĄăĽă‚‚ĺ«ăľă‚Śăľă™ă€‚" - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"ă‚ă‚‹ă„ăŻă€Googleă•ă‚©ăłăを下ă«ćŚżĺ…Ąă—ă¦ăŹă ă•ă„。ă•ă‚©ăłăă®ĺŤĺ‰Ťă ă‘を挿入ă—ă¦ăŹă ă•ă„。
      äľ‹: Marko One。Googleă•ă‚©ăłăを参照ă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"タイăă«ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。投稿ă¨ĺ›şĺ®šăšăĽă‚¸ă®ă‚ż" -"イăă«ă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"サイă‰ăăĽă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ウィジェăăă‚’ĺ«ăż" -"サイă‰ăăĽă®ă†ă‚­ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚ" -"é©ç”¨ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"サă–ăăă€ďĽh2 - h6é–“ă§ă®ă‚żă‚°ďĽ‰ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•" -"ă„。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "既定値" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"投稿ăăă€ă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"サイă‰ăăĽă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Left" -msgstr "ĺ·¦" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Right" -msgstr "右" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "両端ćŹă" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Center" -msgstr "中央" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"ă“ă‚ŚăŻćŠ•ç¨żă¨ăšăĽă‚¸ă®ă†ă‚­ă‚ąăć•´ĺ—を変更ă—ăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬" -"設定ăŚé©ç”¨ă•ă‚Śăľă™ďĽă†ă‚­ă‚ąăć•´ĺ—ăŻćŠ•ç¨żă‚„ă‚łăˇăłăă§č¨­ĺ®šă•ă‚Śăźă‚‚ă®ăŚä˝żç”¨ă•ă‚Śăľ" -"ă™ďĽ‰ă€‚" - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "段č˝ă®ă‚¤ăłă‡ăłăă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "既定ă®ăăă€ă¨ă‚żă‚¤ăă«ă‚¤ăłă‡ăłăďĽĺ·¦ăžăĽă‚¸ăłďĽ‰ă‚’無効ă«ă—ăľă™ă€‚" - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"ă†ă‚­ă‚ąăă®čˇŚă®é«ă•ă€‚ă†ă‚­ă‚ąăă®čˇŚé–“ă®é«ă•ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®š" -"ăŚé©ç”¨ă•ă‚Śăľă™ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"ĺŤčŞžé–“ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"文字間ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "ăăă€ă¨ă‚żă‚¤ăă«ă®ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦ă‚’無効ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "ăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 333333)。ă–ă©ăłă‚Żă«ă™ă‚‹ă¨čŚć™Żč‰˛ă‚’無ăŹă—ăľă™ă€‚" - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "ă‚łăłă†ăłă„čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。ćŽă‚‹ă„色を設定ă—ăźć–ąăŚč‰Żă„ă§ă™ă€‚" - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"ăˇă‚¤ăłăˇă‹ăĄăĽčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FAFAFA)。コăłă†ăłă„ă®čŚć™Żč‰˛ă¨ĺŚč‰˛ă‹ćŽă‚‹ă„色ăŚč‰Ż" -"ă„ă§ă—ょă†ă€‚" - -#: admin/settings.php:1080 admin/settings.php:1087 -msgid "First sidebar background color (Default value is FFFFFF)." -msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。" - -#: admin/settings.php:1095 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "ă•ăタウィジェăăエăŞă‚˘čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 171717)。" - -#: admin/settings.php:1103 -msgid "Footer background color (Default value is 222222)." -msgstr "ă•ăă‚żčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 222222)。" - -#: admin/settings.php:1111 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "ă–ă­ă‚°ă‚żă‚¤ăă«ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" - -#: admin/settings.php:1119 -msgid "Your blog's description color(Default value is 222222)." -msgstr "ă–ă­ă‚°ă®ă‡ă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 222222)。" - -#: admin/settings.php:1127 -msgid "Content Text Color (Default value is 333333)." -msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" - -#: admin/settings.php:1135 -msgid "Links color (Default value is 0D85CC)." -msgstr "ăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" - -#: admin/settings.php:1143 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ăŞăłă‚Żă®ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" - -#: admin/settings.php:1151 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "投稿ăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" - -#: admin/settings.php:1159 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ćŠ•ç¨żăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 000000)。" - -#: admin/settings.php:1167 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" - -#: admin/settings.php:1176 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 2EA5FD)。" - -#: admin/settings.php:1184 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "ă•ăタウィジェăăă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" - -#: admin/settings.php:1192 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 666666)。" - -#: admin/settings.php:1200 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 888888)。" - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "White" -msgstr "ă›ăŻă‚¤ă" - -#: admin/settings.php:1212 -msgid "Light" -msgstr "淡色" - -#: admin/settings.php:1212 -msgid "Light Gray" -msgstr "ć·ˇă„ă‚°ă¬ăĽ" - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "Gray" -msgstr "ă‚°ă¬ăĽ" - -#: admin/settings.php:1212 -msgid "Dark Gray" -msgstr "ćš—ă„ă‚°ă¬ăĽ" - -#: admin/settings.php:1212 -msgid "Black" -msgstr "ă–ă©ăă‚Ż" - -#: admin/settings.php:1220 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"ă“ă®č¨­ĺ®šăŻă€ă‚­ăŁă—ă‚·ă§ăłă®č¦‹ć „ăを変更ă—ăľă™ă€‚ă‚­ăŁă—ă‚·ă§ăłăŚăŞă„ç”»ĺŹă«ăŻĺ˝±éźż" -"ă—ăľă›ă‚“。" - -#: admin/settings.php:1236 -msgid "The border around your inserted images. " -msgstr "挿入ă—ăźç”»ĺŹă®ăśăĽă€ăĽă€‚" - -#: admin/settings.php:1251 -msgid "The image on top of your captions. " -msgstr "ç”»ĺŹä¸Šé¨ă®ă‚­ăŁă—ă‚·ă§ăłă€‚" - -#: admin/settings.php:1266 -msgid "The sidebar list bullets. " -msgstr "サイă‰ăăĽă®ăŞă‚ąăă–ă¬ăă。" - -#: admin/settings.php:1281 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "投稿ăˇă‚żă‚¨ăŞă‚˘ďĽćŠ•ç¨żă‚żă‚¤ăă«ă®ä¸‹ďĽ‰čŚć™Żč‰˛ă€‚既定値ăŻă‚°ă¬ăĽă€‚<" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 -#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 -#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 -#: admin/settings.php:1561 -msgid "Show" -msgstr "表示" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 -#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 -#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 -msgid "Hide" -msgstr "非表示" - -#: admin/settings.php:1297 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "投稿をĺ†ă‘ă‚‹ć°´ĺąłă«ăĽă©ăĽă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1313 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"ă‚łăłă†ăłă„エăŞă‚˘ďĽćŠ•ç¨żă€ăšăĽă‚¸ăŞă©ďĽ‰ă®ăŞă‚ąăă–ă¬ăăを表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1330 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"ăăă€ĺ†…ă®ă–ă­ă‚°ă‚żă‚¤ăă«ă¨čެćŽďĽă‚«ă‚ąă‚żă ăăă€ç”»ĺŹă‚’使用ă™ă‚‹ĺ ´ĺă€ă†ă‚­ă‚ąăä»" -"ă®ç”»ĺŹă‚’推奨)を表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1345 -msgid "Hide or show Page titles on any created pages. " -msgstr "作ćă•ă‚ŚăźăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1360 -msgid "Hide or show Page titles on Category Pages. " -msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1375 -msgid "Hide table borders and background color." -msgstr "ă†ăĽă–ă«ăśăĽă€ăĽă¨čŚć™Żč‰˛ă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1390 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"ă‚łăˇăłăă•ă‚©ăĽă ä¸‹é¨ă®čެćŽă†ă‚­ă‚ąăを非表示ă«ă—ăľă™ă€‚ďĽć¬ˇă®HTML ă‚żă‚°ă¨ĺ±žć€§" -"ăŚä˝żăăľă™:...ă§ĺ§‹ăľă‚‹ă†ă‚­ă‚ąă)" - -#: admin/settings.php:1397 -msgid "Hide in posts" -msgstr "投稿内を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1397 -msgid "Hide in pages" -msgstr "ăšăĽă‚¸ĺ†…を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1397 -msgid "Hide everywhere" -msgstr "ă©ă“ă§ă‚‚非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1405 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"ă‚łăˇăłăを受ă‘取らăŞă„設定をă—ă¦ă„る時ă«ć—˘ĺ®šĺ€¤ă¨ă—ă¦č¨­ĺ®šă•ă‚Śă¦ă„ă‚‹ă†ă‚­ă‚ąă " -"ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1421 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"ă‚łăˇăłăを受ă‘取らăŞă„投稿ă«čˇ¨ç¤şă•ă‚Śă‚‹ă†ă‚­ă‚ąă ă‚łăˇăłăオ㕠を非表示ă«" -"ă—ăľă™ă€‚" - -#: admin/settings.php:1437 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"ăăă—ă«ć»ă‚‹ăśă‚żăłă‚’有効化ă—ăľă™ă€‚ăśă‚żăłăŻăšăĽă‚¸ă‚’ă—ăźă«ă‚ąă‚Żă­ăĽă«ă™ă‚‹ă¨čˇ¨ç¤ş" -"ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1444 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"ă•ăă‚żă®ćś€ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚«ă‚ąă‚żă ă†ă‚­ă‚ąăă‚„ HTML ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚
      ăŞ" -"ăłă‚Żă€ç”»ĺŹă€©ăŞă©ă®ç‰ąć®Šć–‡ĺ­—ă‚’ĺ«ă‚“ă HTMLを使用ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1464 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"投稿や抜粋ă®ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚łăˇăłăă‚’ă©ă†ăžă‚„x 件ă®ă‚ł" -"ăˇăłăを表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" - -#: admin/settings.php:1479 -msgid "Hide or show the post date." -msgstr "投稿日を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" - -#: admin/settings.php:1494 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"投稿時間ä»ă®ćŠ•ç¨żć—Ąă‚’表示ă—ăľă™ă€‚投稿時間ăŻă€ćŠ•ç¨żć—ĄăŚéťžčˇ¨ç¤şă®ĺ ´ĺă€čˇ¨ç¤şă•ă‚Śăľ" -"ă›ă‚“。" - -#: admin/settings.php:1509 -msgid "Hide or show the post author." -msgstr "著者を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" - -#: admin/settings.php:1524 -msgid "Hide the post category." -msgstr "投稿カă†ă‚´ăŞă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1539 -msgid "Hide the post tags." -msgstr "投稿タグを非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1554 -msgid "Hide the 'Bookmark permalink'." -msgstr "'ă–ăă‚ŻăžăĽă‚Żă‘ăĽăžăŞăłă‚Ż'を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1569 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"ă™ăąă¦ă®ćŠ•ç¨żăˇă‚żă‚’非表示ă«ă—ăľă™ă€‚ă™ăąă¦ă®ăˇă‚żć…ĺ ±ă€ăˇă‚żă‚¨ăŞă‚˘ăŚéťžčˇ¨ç¤şă«ăŞă‚Š" -"ăľă™ă€‚" - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Excerpt" -msgstr "抜粋" - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Full Post" -msgstr "投稿全文" - -#: admin/settings.php:1590 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"ăˇă‚¤ăłăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚標準投稿ă«é©ç”¨ă•ă‚Śăľă™ă€‚ăťă®ä»–ă®ćŠ•ç¨żă•ă‚©ăĽăžă" -"ăďĽă‚˘ă‚µă‚¤ă‰ă€ă‚¤ăˇăĽă‚¸ă€ăăŁăăă€ĺĽ•ç”¨ăŞă©ďĽ‰ăŻă€ăťă‚Śăžă‚Śç‹¬č‡Şă®ă•ă‚©ăĽăžăăă‚’" -"ćŚăŁă¦ă„ăľă™ă€‚" - -#: admin/settings.php:1605 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"ă›ăĽă ăšăĽă‚¸ă®ăˇă˘ćŠ•ç¨żă‚’全文表示ă™ă‚‹ă‹ă€ćŠśç˛‹čˇ¨ç¤şă™ă‚‹ă‹ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:1621 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"アăĽă‚«ă‚¤ă–ă€ă‚«ă†ă‚´ăŞă€ć¤śç´˘ăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚上č¨ă¨ĺŚć§ă«ă€ć¨™ćş–投稿ă«é©" -"用ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1629 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"抜粋ă«čˇ¨ç¤şă™ă‚‹ĺŤčŞžć•°ă€‚ä¸Šé™ă«é”ă™ă‚‹ă¨ĺ…¨ć–‡ăšăĽă‚¸ă«ăŞăłă‚Żă™ă‚‹ç¶šăŤă‚’読むăŞ" -"ăłă‚ŻăŚčˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1645 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"雑誌ă¬ă‚¤ă‚˘ă‚¦ăを有効化ă—ăľă™ă€‚ă“ă®ă¬ă‚¤ă‚˘ă‚¦ăăŻă€ćŠ•ç¨żă®ă‚る固定ăšăĽă‚¸ă§ă€2段組" -"ă§čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1652 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "3ă‰ăăďĽ[...])を置換ă—ăľă™ă€‚抜粋ă«č‡Şĺ‹•çš„ă«čż˝ĺŠ ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1659 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "抜粋ă«čż˝ĺŠ ă•ă‚Śă‚‹'続ăŤă‚’読む'ăŞăłă‚Żă‚’編集ă—ăľă™ă€‚" - -#: admin/settings.php:1674 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "WordPressăŻă‡ă•ă‚©ă«ăă§ă™ăąă¦ă®HTMLタグを取り除ăŤăľă™ (" - -#: admin/settings.php:1705 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"投稿ă«ă‚˘ă‚¤ă‚­ăŁăăç”»ĺŹă¨ă—ă¦ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚ç”»ĺŹăŻăŠć°—ă«ĺ…Ąă‚Šă‚¤" -"ăˇăĽă‚¸ă‚»ă‚Żă‚·ă§ăłă§ă€ćŠ•ç¨żćŻŽă«é¸ćŠžă—ăŞă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。" - -#: admin/settings.php:1720 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"投稿ă«ćŚżĺ…Ąă•ă‚Śăźă‚¤ăˇăĽă‚¸ă§ćś€ĺťă®ç”»ĺŹă‚’アイキăŁăăç”»ĺŹă¨ă—ă¦čˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1736 -msgid "Thumbnail alignment." -msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" - -#: admin/settings.php:1753 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"アイキăŁăăç”»ĺŹă®ă‚µă‚¤ă‚şďĽă”ă‚Żă‚»ă«ĺŤä˝ŤďĽ‰ă€‚ă‡ă•ă‚©ă«ăă§ăŻă€ç”»ĺŹă®ă‚˘ă‚ąăšă‚Żă比" -"ă§čŞżć•´ă•ă‚Śăľă™ă€‚特定ă®ă‚µă‚¤ă‚şăŚĺż…č¦ăŞĺ ´ĺăŻă€ç”»ĺŹă‚’ĺ‡ă‚ŠĺŹ–ă‚‹ăŞă©ă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:1769 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"ăăă€ăĽă«ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚投稿ă®ăŠć°—ă«ĺ…Ąă‚Šă‚¤ăˇăĽă‚¸ă‚’é¸ćŠžă—ă€\n" -"\t\t\t\t\t\t\tăťă®ç”»ĺŹăŚçŹľĺś¨ă®ăăă€ă‚µă‚¤ă‚şă¨ĺŚç­‰ă‹ĺ¤§ăŤă„ĺ ´ĺă«ăăă€ăŚăŠć°—ă«" -"ĺ…Ąă‚Šç”»ĺŹă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" - -#: admin/settings.php:1790 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"ĺ·¦ă®ă‰ă­ăă—ă€ă‚¦ăłăˇă‹ăĄăĽă‹ă‚‰ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’é¸ćŠžă—ă€ĺŹłă®ĺ…ĄĺŠ›ć¬„ă«ăť" -"ă®ă‚˘ă‰ă¬ă‚ąă‚’挿入ă—ă¦ăŹă ă•ă„。ďĽäľ‹: http://www.facebook.com/yourname)" - -#: admin/settings.php:1804 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’最大5ă¤ćŚżĺ…Ąă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1818 -msgid "There are a total of 27 social networks to choose from. " -msgstr "ĺ…¨é¨ă§27ă®ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‹ă‚‰é¸ćŠžă§ăŤăľă™ă€‚" - -#: admin/settings.php:1832 -msgid "You can leave any number of inputs empty. " -msgstr "入力欄ăŻă„ăŹă¤ă§ă‚‚ç©şă®ăľăľă«ă—ă¦ăŠă„ă¦ă‚‚ă‹ăľă„ăľă›ă‚“。" - -#: admin/settings.php:1846 -msgid "You can choose the same social media any number of times. " -msgstr "ĺŚăă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘ă‚’何度ă§ă‚‚é¸ćŠžă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1877 -msgid "Choose the areas where to display the social icons." -msgstr "" -"ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚˘ă‚¤ă‚łăłă‚’表示ă™ă‚‹ă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:1898 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "" -"サイăăăă€ă‚’ă‚ŻăŞăă‚Żă—ă¦ă‚¤ăłă‡ăă‚Żă‚ąăšăĽă‚¸ă¸ăŞăłă‚Żă™ă‚‹ă‚ă†ă«č¨­ĺ®šă—ăľă™ă€‚" - -#: admin/settings.php:1913 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"ă‚łăłă†ăłă„エăŞă‚˘ă®ćś€ä¸Šé¨ă«ă‘ăłĺ±‘ăŞă‚ąăを表示ă—ăľă™ă€‚ă‘ăłĺ±‘ăŞă‚ąăăŻă‚µă‚¤ă内ă§" -"ă©ă“ă«ă„ă‚‹ă‹ă‚’示ă™ăŠă“ゲăĽă‚·ă§ăłă§ă™ă€‚" - -#: admin/settings.php:1928 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"ăšăĽă‚¸ăŤăĽă‚·ă§ăłă‚’表示ă—ăľă™ă€‚2ăšăĽă‚¸ä»Ąä¸Šĺ­ĺś¨ă™ă‚‹ć™‚ăŻă€ăšăĽă‚¸ćś€ä¸‹é¨ă®ĺŹ¤ă„" -"投稿ă¨ć–°ă—ă„投稿ăŞăłă‚ŻăŚăšăĽă‚¸ă‚’é¸ćŠžă§ăŤă‚‹ăŞăłă‚Żă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" - -#: admin/settings.php:1943 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"ă˘ăイă«ă“ăĄăĽă‚’有効化ă—ă€Mantraă‚’ă¬ă‚ąăťăłă‚·ă–ă«ă—ăľă™ă€‚ă¬ă‚¤ă‚˘ă‚¦ăă¨ă–ă­ă‚°ă®" -"見ăć–ąăŻă€ă‡ăイスă®č§ŁĺŹĺş¦ă«ă‚ăŁă¦ĺ¤‰ă‚Źă‚Šăľă™ă€‚" - -#: admin/settings.php:1953 -msgid "Upload or select favicon from gallery" -msgstr "アăă—ă­ăĽă‰ă™ă‚‹ă‹ă€ă‚®ăŁă©ăŞăĽă‹ă‚‰faviconă‚’é¸ćŠžă—ăľă™ă€‚" - -#: admin/settings.php:1957 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"ĺ¶é™: イăˇăĽă‚¸ăŚç„ˇă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。イăˇăĽă‚¸ă®ĺ¤§ăŤă•ăŻă€ćś€ĺ¤§64 x 64 ă§ă™ă€‚" -"ă•ă‚ˇă‚¤ă«ă®ĺ˝˘ĺĽŹăŻ .ico 㨠.png を推奨ă—ăľă™ă€‚" - -#: admin/settings.php:1965 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"ă‚«ă‚ąă‚żă CSSを挿入ă—ăľă™ă€‚設定ă•ă‚ŚăźCSSăŻă€Mantra 標準CSSďĽMantra 設定ăšăĽă‚¸ă§" -"設定ă—ăźă‚«ă‚ąă‚żă ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚€ďĽ‰ă‚ă‚Šĺ„Şĺ…ă•ă‚Śăľă™ă€‚
      ă‚«ă‚ąă‚żă CSSăŻă€" -"ă†ăĽăžă‚’ć›´ć–°ă—ăźĺ ´ĺă§ă‚‚äżťćŚă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1972 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"ă‚«ă‚ąă‚żă  Javascript ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚ďĽGoogle Analytcs ă‚„ăťă®ä»–アクセスĺ†" -"ćžă‚˝ă•ăウェアăŞă©ďĽ‰" - -#: admin/settings.php:1985 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Mantra ă®SEOを有効化ă—ăľă™ă€‚最ĺťă‹ă‚‰ćś‰ĺŠąĺŚ–ă•ă‚Śă¦ă„ăľă™ăŚă€SEO ă—ă©ă‚°ă‚¤ăłă‚’使" -"用ă™ă‚‹ĺ ´ĺă«ç„ˇĺŠąĺŚ–ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1997 -msgid "Auto" -msgstr "自動" - -#: admin/settings.php:1997 -msgid "Manual" -msgstr "手動" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "ć›°ăŹ:" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "ă‚łăˇăłăăŻć‰żčŞŤĺľ…ăˇă§ă™ă€‚" - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "at" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "ďĽç·¨é›†ďĽ‰" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "ă”ăłăăă‚Ż:" - -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "ă‚łăˇăłăă‚’ă©ă†ăž" - -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "1件ă®ă‚łăˇăłă" - -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "%件ă®ă‚łăˇăłă" - -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "古ă„ă‚łăˇăłă" - -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "ć–°ă—ă„ă‚łăˇăłă" - -#: includes/theme-functions.php:233 -msgid "Home Page" -msgstr "ă›ăĽă ăšăĽă‚¸" - -#: includes/theme-functions.php:297 -msgid "Powered by" -msgstr "Powered by" - -#: includes/theme-loop.php:145 -msgid "By " -msgstr "By " - -#: includes/theme-loop.php:185 -msgid " Bookmark the " -msgstr " ă–ăă‚ŻăžăĽă‚Żă™ă‚‹" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "Permalink to" -msgstr "ă‘ăĽăžăŞăłă‚Ż" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "permalink" -msgstr "ă¸ă®ă‘ăĽăžăŞăłă‚Ż" - -#: includes/theme-loop.php:187 includes/theme-loop.php:189 -msgid "Bookmark the " -msgstr "ă–ăă‚ŻăžăĽă‚Ż" - -#: includes/theme-loop.php:211 -msgid "« Older posts" -msgstr "« 古ă„投稿" - -#: includes/theme-loop.php:212 -msgid "Newer posts »" -msgstr "ć–°ă—ă„投稿 »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "ăšăĽă‚¸ %s" - -#: includes/theme-setup.php:90 -msgid "Primary Navigation" -msgstr "ă—ă©ă‚¤ăžăŞăĽăŠă“ゲăĽă‚·ă§ăł" - -#: includes/theme-setup.php:91 -msgid "Top Navigation" -msgstr "ăăă—ăŠă“ゲăĽă‚·ă§ăł" - -#: includes/theme-setup.php:92 -msgid "Footer Navigation" -msgstr "ă•ăă‚żăŠă“ゲăĽă‚·ă§ăł" - -#: includes/theme-setup.php:139 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:200 -msgid "Skip to content" -msgstr "ă‚łăłă†ăłă„ă¸ă‚ąă‚­ăă—" - -#: includes/theme-setup.php:227 -msgid "Primary Widget Area - Sidebar 1" -msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:229 -msgid "Primary widget area - Sidebar 1" -msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:238 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:240 -msgid "Secondary widget area - Sidebar 1" -msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:249 -msgid "Third Widget Area - Sidebar 2" -msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:251 -msgid "Third widget area - Sidebar 2" -msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:260 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:262 -msgid "Fourth widget area - Sidebar 2" -msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:271 -msgid "First Footer Widget Area" -msgstr "1st ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:273 -msgid "First footer widget area" -msgstr "1st ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:282 -msgid "Second Footer Widget Area" -msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:284 -msgid "Second footer widget area" -msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:293 -msgid "Third Footer Widget Area" -msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:295 -msgid "The third footer widget area" -msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:304 -msgid "Fourth Footer Widget Area" -msgstr "4th ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:306 -msgid "The fourth footer widget area" -msgstr "4th ă•ăタウィジェăăエăŞă‚˘" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-30 17:12+0200\n" +"PO-Revision-Date: 2013-06-14 15:07+0900\n" +"Last-Translator: Yoshiki Osako \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Generator: Poedit 1.5.5\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "見ă¤ă‹ă‚Šăľă›ă‚“" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "ć—ĄĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "ćśĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "ĺą´ĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "ă–ă­ă‚°ă‚˘ăĽă‚«ă‚¤ă–" + +#: archive.php:57 author.php:74 category.php:50 +msgid "Nothing Found" +msgstr "何も見ă¤ă‹ă‚Šăľă›ă‚“" + +#: archive.php:61 author.php:78 category.php:54 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "%s ă¸ć»ă‚‹" + +#: attachment.php:29 +msgid "By" +msgstr "By" + +#: attachment.php:40 +msgid "Published" +msgstr "発行" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "ă•ă«ă‚µă‚¤ă‚ş %s ă”ă‚Żă‚»ă«" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "ă•ă«ă‚µă‚¤ă‚şă‚¤ăˇăĽă‚¸ă¸ăŞăłă‚Ż" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:49 content-gallery.php:65 content-image.php:42 +#: content-link.php:49 content-page.php:22 content-quote.php:46 +#: content-status.php:48 content.php:77 +msgid "Edit" +msgstr "編集" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "続ăŤă‚’読む" + +#: attachment.php:101 content-aside.php:39 content-chat.php:38 +#: content-gallery.php:55 content-image.php:33 content-link.php:38 +#: content-page.php:21 content-quote.php:36 content-status.php:39 +#: content.php:49 content.php:66 +msgid "Pages:" +msgstr "ăšăĽă‚¸:" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "著者アăĽă‚«ă‚¤ă–: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "%s ă«ă¤ă„ă¦" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "ă‚«ă†ă‚´ăŞă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" +"ă“ă®ćŠ•ç¨żăŻă‘ă‚ąăŻăĽă‰ă§äżťč­·ă•ă‚Śă¦ă„ăľă™ă€‚ă‚łăˇăłăを表示ă™ă‚‹ă«ăŻă‘ă‚ąăŻăĽă‰ă‚’ĺ…Ą" +"力ă—ă¦ăŹă ă•ă„。" + +#: content-aside.php:20 +msgid "Aside" +msgstr "ă‚ŹăŤ" + +#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 +#: content-image.php:32 content-link.php:37 content-quote.php:35 +#: content-status.php:38 +msgid "Continue reading " +msgstr "続ăŤă‚’読む " + +#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 +#: content-image.php:39 content-link.php:45 content-quote.php:43 +#: content-status.php:46 content.php:75 +msgid "Tagged" +msgstr "ă‚żă‚°ä»ă‘ă•ă‚Śăź" + +#: content-chat.php:20 +msgid "Chat" +msgstr "ăăŁăă" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "ă‚®ăŁă©ăŞăĽ" + +#: content-image.php:19 +msgid "Image" +msgstr "ç”»ĺŹ" + +#: content-link.php:20 +msgid "Link" +msgstr "ăŞăłă‚Ż" + +#: content-page.php:27 +msgid "Comments are closed." +msgstr "ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ă€‚" + +#: content-quote.php:18 +msgid "Quote" +msgstr "引用" + +#: content-status.php:30 +msgid "Status" +msgstr "ă‚ąă†ăĽă‚żă‚ą" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "%s ă®ć¤śç´˘çµćžś" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "%s ă®ć¤śç´˘çµćžśăŚă‚ă‚Šăľă›ă‚“" + +#: searchform.php:1 +msgid "Search" +msgstr "検索" + +#: single.php:44 +msgid "View all posts by " +msgstr "ă™ăąă¦ă®ćŠ•ç¨żă‚’見る" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "タグアăĽă‚«ă‚¤ă–: %s" + +#: admin/admin-functions.php:62 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" +"イăłăťăĽăă•ă‚ˇă‚¤ă«ă‚’アăă—ă­ăĽă‰ă™ă‚‹ĺ‰Ťă«ă€ä»Ąä¸‹ă®ă‚¨ă©ăĽă‚’修正ă—ă¦ăŹă ă•ă„。" + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" + +#: admin/admin-functions.php:72 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Mantra設定をイăłăťăĽăă™ă‚‹ĺ ´ć‰€ă§ă™ă€‚ ă“ă‚ŚăŻăľă č©¦é¨“中ă®ć©źč˝ă§ă™ă€‚" + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "ă‚łăłă”ăĄăĽă‚żă‹ă‚‰ă•ă‚ˇă‚¤ă«ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "最大サイズ: %s" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "ăťă—ă¦ă‚¤ăłăťăĽăďĽ" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "ă‚Şă—ă‚·ă§ăłăŻă‚¤ăłăťăĽăă•ă‚Śăľă—ăź!" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă¸ć»ă‚Šă€ăťă‚Śă‚‰ă‚’ăェăă‚Żă—ă¦ăŹă ă•ă„!" + +#: admin/admin-functions.php:155 admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "ĺ°Źă•ăŞĺ•ŹéˇŚăŚč¦‹ă¤ă‹ă‚Šăľă—ăźă€‚" + +#: admin/admin-functions.php:156 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă€ć­Łĺ˝“㪠Mantra ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚“ă§ă„ăľă›ă‚“。" +"Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă‹ă‚‰ă•ă‚ˇă‚¤ă«ăŚă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•" +"ă„。" + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻčŞ­ăżčľĽă‚ăľă›ă‚“。" + +#: admin/admin-functions.php:168 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă‚µăťăĽăă•ă‚Śă¦ă„ăľă›ă‚“。Mantra ăšăĽă‚¸ă‹ă‚‰ă†ă‚­ă‚ąă" +"ă•ă‚ˇă‚¤ă«ă¨ă—ă¦ă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" + +#: admin/admin-functions.php:177 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"ă•ă‚ˇă‚¤ă«ăŚç©şă‹ă€ă•ă‚ˇă‚¤ă«ăŚă‚ă‚Šăľă›ă‚“。ă“ă®ă‚¨ă©ăĽăŻă€php.ini ă®č¨­ĺ®šă§ă€ă‚˘ăă—" +"ă­ăĽă‰ăŚćś‰ĺŠąă«ăŞăŁă¦ă„ăŞă„ă‹ă€post_max_size ă®ĺ€¤ăŚ upload_max_filesize ă®ĺ€¤ă‚" +"ă‚Šă‚‚ĺ°Źă•ă„ă“ă¨ăŚĺŽźĺ› ă‹ă‚‚ă—ă‚Śăľă›ă‚“。" + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "ERROR: ă“ă®ć©źč˝ă‚’使用ă™ă‚‹ć¨©é™ăŚă‚ă‚Šăľă›ă‚“。" + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "ă¬ă‚¤ă‚˘ă‚¦ă設定" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "ă†ă‚­ă‚ąă設定" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "ă‚«ă©ăĽč¨­ĺ®š" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "ă‚°ă©ă•ă‚Łăクス設定" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "投稿ć…報設定" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "投稿抜粋設定" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹč¨­ĺ®š" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "ă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘č¨­ĺ®š" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "ăťă®ä»–設定" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "ăˇă‚¤ăłă¬ă‚¤ă‚˘ă‚¦ă" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "ă‚łăłă†ăłă„ / サイă‰ăăĽă®ĺą…" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "ăăă€ăĽç”»ĺŹă®é«ă•" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă®ćś‰ĺŠąĺŚ–" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "ă‚ąă©ă‚¤ă€ăĽč¨­ĺ®š" + +#: admin/main.php:110 +msgid "Slides" +msgstr "ă‚ąă©ă‚¤ă‰" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă‚łă©ă " + +#: admin/main.php:112 +msgid "Extras" +msgstr "エキスăă©" + +#: admin/main.php:114 +msgid "General Font" +msgstr "一č¬ă•ă‚©ăłă" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "一č¬ă•ă‚©ăłăサイズ" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "投稿タイăă«ă•ă‚©ăłă" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "投稿タイăă«ă•ă‚©ăłăサイズ" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "サイă‰ăăĽă•ă‚©ăłă" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "サイă‰ăăĽă•ă‚©ăłăサイズ" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "サă–ăăă€ă•ă‚©ăłă" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "強調ă†ă‚­ă‚ąăć•´ĺ—" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "段č˝ă‚¤ăłă‡ăłă" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "ăăă€ă‚¤ăłă‡ăłă" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "ă©ă‚¤ăłă®é«ă•" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "ĺŤčŞžé–“ă®ĺą…" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "文字間ă®ĺą…" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "čŚć™Żč‰˛" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "ăăă€ďĽăăŠăĽă€ăˇă‹ăĄăĽďĽ‰ă®čŚć™Żč‰˛" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "ă‚łăłă†ăłă„ă®čŚć™Żč‰˛" + +#: admin/main.php:132 +msgid "Menu Background Color" +msgstr "ăˇă‹ăĄăĽă®čŚć™Żč‰˛" + +#: admin/main.php:133 +msgid "First Sidebar Background Color" +msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛" + +#: admin/main.php:134 +msgid "Second Sidebar Background Color" +msgstr "2nd サイă‰ăăĽă®čŚć™Żč‰˛" + +#: admin/main.php:136 +msgid "Site Title Color" +msgstr "サイăタイăă«ă‚«ă©ăĽ" + +#: admin/main.php:137 +msgid "Site Description Color" +msgstr "サイăă‡ă‚Łă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽ" + +#: admin/main.php:139 +msgid "Content Text Color" +msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽ" + +#: admin/main.php:140 +msgid "Links Color" +msgstr "ăŞăłă‚Żă‚«ă©ăĽ" + +#: admin/main.php:141 +msgid "Links Hover Color" +msgstr "ăŞăłă‚Żă›ăăĽă‚«ă©ăĽ" + +#: admin/main.php:142 +msgid "Post Title Color" +msgstr "投稿タイăă«ă‚«ă©ăĽ" + +#: admin/main.php:143 +msgid "Post Title Hover Color" +msgstr "投稿タイăă«ă›ăăĽă‚«ă©ăĽ" + +#: admin/main.php:144 +msgid "Sidebar Header Background Color" +msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛" + +#: admin/main.php:145 +msgid "Sidebar Header Text Color" +msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" + +#: admin/main.php:146 +msgid "Footer Widget Background Color" +msgstr "ă•ăタウィジェăăčŚć™Żč‰˛" + +#: admin/main.php:147 +msgid "Footer Background Color" +msgstr "ă•ăă‚żčŚć™Żč‰˛" + +#: admin/main.php:148 +msgid "Footer Widget Header Text Color" +msgstr "ă•ăタウィジェăăăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" + +#: admin/main.php:149 +msgid "Footer Widget Link Color" +msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽ" + +#: admin/main.php:150 +msgid "Footer Widget Hover Color" +msgstr "ă•ăタウィジェăăă›ăăĽă‚«ă©ăĽ" + +#: admin/main.php:152 +msgid "Caption Border" +msgstr "ă‚­ăŁă—ă‚·ă§ăłăśăĽă€ăĽ" + +#: admin/main.php:153 +msgid "Post Images Border" +msgstr "投稿画ĺŹăśăĽă€ăĽ" + +#: admin/main.php:154 +msgid "Caption Pin" +msgstr "ă‚­ăŁă—ă‚·ă§ăłă”ăł" + +#: admin/main.php:155 +msgid "Sidebar Menu Bullets" +msgstr "サイă‰ăˇă‹ăĄăĽă–ă¬ăă" + +#: admin/main.php:156 +msgid "Meta Area Background" +msgstr "ăˇă‚żă‚¨ăŞă‚˘čŚć™Ż" + +#: admin/main.php:157 +msgid "Post Separator" +msgstr "投稿セă‘ă¬ăĽă‚ż" + +#: admin/main.php:158 +msgid "Content List Bullets" +msgstr "ă‚łăłă†ăłă„ăŞă‚ąăă–ă¬ăă" + +#: admin/main.php:159 +msgid "Title and Description" +msgstr "タイăă«ă¨čެćŽ" + +#: admin/main.php:160 +msgid "Page Titles" +msgstr "ăšăĽă‚¸ă‚żă‚¤ăă«" + +#: admin/main.php:161 +msgid "Category Page Titles" +msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă‚żă‚¤ăă«" + +#: admin/main.php:162 +msgid "Hide Tables" +msgstr "ă†ăĽă–ă«ă‚’非表示ă«ă—ăľă™" + +#: admin/main.php:163 +msgid "Back to Top button" +msgstr "ăăă—ă¸ć»ă‚‹ăśă‚żăł" + +#: admin/main.php:164 +msgid "Text Under Comments" +msgstr "ă‚łăˇăłă下ă®ă†ă‚­ă‚ąă" + +#: admin/main.php:165 +msgid "Comments are closed text" +msgstr "ă‚łăˇăłăĺść­˘ä¸­ă†ă‚­ă‚ąă" + +#: admin/main.php:166 +msgid "Comments off" +msgstr "ă‚łăˇăłăă‚Şă•" + +#: admin/main.php:167 +msgid "Custom Footer Text" +msgstr "ă‚«ă‚ąă‚żă ă•ăă‚żă†ă‚­ă‚ąă" + +#: admin/main.php:169 +msgid "Post Comments Link" +msgstr "ă‚łăˇăłă投稿ăŞăłă‚Ż" + +#: admin/main.php:170 +msgid "Post Date" +msgstr "投稿日" + +#: admin/main.php:171 +msgid "Post Time" +msgstr "投稿時ĺ»" + +#: admin/main.php:172 +msgid "Post Author" +msgstr "著者" + +#: admin/main.php:173 +msgid "Post Category" +msgstr "投稿カă†ă‚´ăŞ" + +#: admin/main.php:174 +msgid "Post Tags" +msgstr "投稿タグ" + +#: admin/main.php:175 +msgid "Post Permalink" +msgstr "投稿ă‘ăĽăžăŞăłă‚Ż" + +#: admin/main.php:176 +msgid "All Post Metas" +msgstr "ă™ăąă¦ă®ćŠ•ç¨żăˇă‚ż" + +#: admin/main.php:178 +msgid "Post Excerpts on Home Page" +msgstr "ă›ăĽă ăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" + +#: admin/main.php:179 +msgid "Affect Sticky Posts" +msgstr "ăˇă˘ćŠ•ç¨żă¸ĺ˝±éźż" + +#: admin/main.php:180 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "アăĽă‚«ă‚¤ă–ăŠă‚ăłă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" + +#: admin/main.php:181 +msgid "Number of Words for Post Excerpts " +msgstr "投稿抜粋ă®ĺŤčŞžć•°" + +#: admin/main.php:182 +msgid "Magazine Layout" +msgstr "雑誌ă¬ă‚¤ă‚˘ă‚¦ă" + +#: admin/main.php:183 +msgid "Excerpt suffix" +msgstr "抜粋ă®ćŽĄĺ°ľčľž" + +#: admin/main.php:184 +msgid "Continue reading link text " +msgstr "続ăŤă‚’読むăŞăłă‚Żă†ă‚­ă‚ąă" + +#: admin/main.php:185 +msgid "HTML tags in Excerpts" +msgstr "抜粋中ă®HTMLă‚żă‚°" + +#: admin/main.php:187 +msgid "Featured Images as POST Thumbnails " +msgstr "投稿アイキăŁăăç”»ĺŹă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" + +#: admin/main.php:188 +msgid "Auto Select Images From Posts " +msgstr "投稿ă‹ă‚‰č‡Şĺ‹•çš„ă«ç”»ĺŹă‚’é¸ćŠž" + +#: admin/main.php:189 +msgid "Thumbnails Alignment " +msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" + +#: admin/main.php:190 +msgid "Thumbnails Size " +msgstr "アイキăŁăăç”»ĺŹă‚µă‚¤ă‚ş" + +#: admin/main.php:191 +msgid "Featured Images as HEADER Images " +msgstr "ăăă€ă‚¤ăˇăĽă‚¸ă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" + +#: admin/main.php:193 +msgid "Link nr. 1" +msgstr "ăŞăłă‚Ż nr. 1" + +#: admin/main.php:194 +msgid "Link nr. 2" +msgstr "ăŞăłă‚Ż nr. 2" + +#: admin/main.php:195 +msgid "Link nr. 3" +msgstr "ăŞăłă‚Ż nr. 3" + +#: admin/main.php:196 +msgid "Link nr. 4" +msgstr "ăŞăłă‚Ż nr. 4" + +#: admin/main.php:197 +msgid "Link nr. 5" +msgstr "ăŞăłă‚Ż nr. 5" + +#: admin/main.php:198 +msgid "Socials display" +msgstr "ă‚˝ăĽă‚·ăŁă«čˇ¨ç¤ş" + +#: admin/main.php:200 +msgid "Make Site Header a Link" +msgstr "サイăăăă€ă‚’ăŞăłă‚Żă«ă—ăľă™" + +#: admin/main.php:201 +msgid "Breadcrumbs" +msgstr "ă‘ăłĺ±‘ăŞă‚ąă" + +#: admin/main.php:202 +msgid "Pagination" +msgstr "ăšăĽă‚¸é€ă‚Š" + +#: admin/main.php:203 +msgid "Mobile view" +msgstr "ă˘ăイă«ă“ăĄăĽ" + +#: admin/main.php:204 +msgid "FavIcon" +msgstr "FavIcon" + +#: admin/main.php:205 +msgid "Custom CSS" +msgstr "ă‚«ă‚ąă‚żă  CSS" + +#: admin/main.php:206 +msgid "Custom JavaScript" +msgstr "ă‚«ă‚ąă‚żă  JavaScript" + +#: admin/main.php:207 +msgid "SEO Settings" +msgstr "SEO 設定" + +#: admin/main.php:224 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "ă“ă®ăšăĽă‚¸ă«ă‚˘ă‚Żă‚»ă‚ąă™ă‚‹ă‘ăĽăźăă‚·ă§ăłăŚă‚ă‚Šăľă›ă‚“。" + +#: admin/main.php:234 +msgid "Mantra settings updated successfully." +msgstr "Mantra 設定ăŻć›´ć–°ă•ă‚Śăľă—ăźă€‚" + +#: admin/main.php:245 +msgid "Reset to Defaults" +msgstr "既定値ă«ć»ă™" + +#: admin/main.php:246 +msgid "Save Changes" +msgstr "変更を保ĺ­" + +#: admin/main.php:260 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

      " +msgstr "" +"

      Cryout Creations (Mantra ă†ăĽăžă®é–‹ç™şč€…)ă§ăŻă€ĺ¸¸ă«Mantra ă†ăĽăžă®ć”ąĺ–„ă«ĺŠŞ" +"ă‚ă¦ă„ăľă™ă€‚今ăľă§ĺ¤šăŹă®ä¸Ťĺ…·ĺă‚’ç›´ă—ă¦ăŤăľă—ăź; 多ăŹă®ă‚«ă‚ąă‚żăžă‚¤ă‚şă‚Şă—ă‚·ă§ăł" +"を追加ă™ă‚‹ă¨ĺŚć™‚ă«ă€ă§ăŤă‚‹ă ă‘ă‚·ăłă—ă«ă«äżťă¤ă‚ă†ĺŠŞĺŠ›ă—ă¦ăŤăľă—ăź; ăťă—ă¦...ă„" +"ă¤ă‚‚皆ă•ă‚“ă®ăˇăĽă«ă‚„ă‚łăˇăłăを読ăżă€ăŽăĽăを取りă€ĺ°†ćťĄă®ăăĽă‚¸ă§ăłă§ĺ®źçŹľă™ă‚‹" +"ć©źč˝ă‚’ăŞă‚ąăアăă—ă—ă¦ă„ăľă™ă€‚

      \n" +"\t\t\t

      彼らăŻă©ă†ă‚„ăŁă¦ă„ă‚‹ă®? ă©ă†ă‚„ăŁă¦ă†ăĽăžă‚’良好ă«äżťăˇç¶šă‘ă¦ă„ă‚‹ă®?" +" ă¨č¨€ă†ă‚ă†ăŞç–‘ĺ•Źă‚’ćŚăŁă¦ă„ă‚‹ă‹ă‚‚ă—ă‚Śăľă›ă‚“。ăťă‚ŚăŻç°ˇĺŤăŞă®ă§ă§ă™ă€‚ă‚łăĽ" +"ă’ăĽă‚’飲んă§ă„ă‚‹ă ă‘ă§ă™ă€‚ăťă‚Śă‚‚熱ă„ă‚łăĽă’ăĽă‚’。ç§ăźăˇăŻăťă‚ŚăŚĺĄ˝ăŤăŞă®ă§ă™! " +"Mantra ă†ăĽăžă®ĺ°†ćťĄă®é–‹ç™şă«ĺŠ›ă‚’貸ă—ă¦ăŹă ă•ă„...

      " + +#: admin/main.php:275 +msgid "Import/Export Settings" +msgstr "イăłăťăĽă / エクスăťăĽă 設定" + +#: admin/main.php:281 +msgid "Export Theme options" +msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¨ă‚Żă‚ąăťăĽă" + +#: admin/main.php:282 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"ç°ˇĺŤă§ă™ă€‚ăžă‚¦ă‚ąă‚’ă‚ŻăŞăă‚Żă—ă¦Mantra 設定をエクスăťăĽăă—ă€PCă«äżťĺ­ă™ă‚‹ă“ă¨ăŚ" +"ă§ăŤăľă™ă€‚" + +#: admin/main.php:287 +msgid "Import Theme options" +msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¤ăłăťăĽă" + +#: admin/main.php:288 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"イăłăťăĽăăŚăŞă‘ă‚Śă°ă€ă‚¨ă‚Żă‚ąăťăĽăă‚‚ă‚ă‚Šăľă›ă‚“。エクスăťăĽăă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŚ" +"ă‚ă‚‹ă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" + +#: admin/main.php:295 +msgid "Mantra Latest News" +msgstr "Mantra 最新ă‹ăĄăĽă‚ą" + +#: admin/main.php:306 +msgid "No news items." +msgstr "ć–°ă—ă„アイă†ă ăŻă‚ă‚Šăľă›ă‚“。" + +#: admin/main.php:320 +msgid "Mantra Help" +msgstr "Mantra ăă«ă—" + +#: admin/main.php:323 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Mantra ă‹ Wordpress ă®ăă«ă—ăŚĺż…č¦ă§ă™ă‹ďĽź
      • \n" +"\t\t\t\t
      • - ć–°ăăĽă‚¸ă§ăłă®ă†ăĽăžă§ä˝•ăŚĺ¤‰ć›´ă•ă‚Śăźă‹çźĄă‚Šăźă„ă§ă™ă‹ďĽź
      • \n" +"\t\t\t\t
      • - 不具ĺを見ă¤ă‘ăźă‚Šă€ć€ťăŁăźă‚ă†ă«ĺ‹•ă‹ăŞă„ă‚‚ă®ă‚’見ă¤ă‘ăľă—ăźă‹?\n" +"\t\t\t\t
      • - ă‚ăŞăźă®ă‹ăĽă‚şă«ĺă†ă‚ă†ă« Mantra ă†ăĽăžă‚’改善ă™ă‚‹ă‚˘ă‚¤ă‡ă‚˘ăŚćµ®" +"ă‹ăłăľă—ăźă‹?
      • \n" +"\t\t\t\t
      • - 設定を実行ă—ăźă„ă§ă™ă‹?
      • \n" +"\t\t\t\t
      • - Mantra ă†ăĽăžă®çż»č¨łă‚’ă—ăźă„ă§ă™ă‹?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      ăťă®ă‚ă†ăŞć™‚ăŻă€Mantra サăťăĽăăšăĽă‚¸ă‚’訪問ă—ă¦ăŹă ă•ă„。

      \n" +"\t" + +#: admin/main.php:334 +msgid "Mantra Support Page" +msgstr "Mantra サăťăĽăăšăĽă‚¸" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "1 ă‚łă©ă ă€ă‚µă‚¤ă‰ăăĽăŞă—" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "2 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "2 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "3 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "3 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "2 ă‚łă©ă ă€ä¸ˇĺ´ă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "ă¬ă‚¤ă‚˘ă‚¦ăă‚’é¸ćŠž" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "絶対" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "相対" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "使用ă™ă‚‹ĺ¤§ăŤă•:" + +#: admin/settings.php:189 admin/settings.php:209 +msgid "Content =" +msgstr "ă‚łăłă†ăłă„ =" + +#: admin/settings.php:190 admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "サイă‰ă㼠=" + +#: admin/settings.php:191 admin/settings.php:211 +msgid "Total width =" +msgstr "ĺą…ĺč¨ =" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" +" \t\tă‚łăłă†ăłă„㯠500px 以上ă®ĺą…ă€ă‚µă‚¤ă‰ăăĽăŻ 220px 以上ă§800px 以下ă§ăŞă‘ă‚Ś" +"ă°ăŞă‚Šăľă›ă‚“。
      \n" +"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" +"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" +" \t\tă¦ăĽă‚¶ă®ă–ă©ă‚¦ă‚¶ă«ĺŻľă—ă¦ç›¸ĺŻľçš„ăŞĺ‰˛ĺă‚’é¸ćŠžă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚ăťă®ĺ ´ĺăŻ" +"ă–ă©ă‚¦ă‚¶ă®ĺą…ă«ĺŻľă™ă‚‹ % ă§č¨­ĺ®šă—ăľă™ă€‚
      \n" +"\t ă‚łăłă†ăłă„㯠40% 以上ăŚĺż…č¦ă§ă€ă‚µăĽă‰ăăĽăŻ 20% 以上㧠50% 以下ă§ăŞă‘ă‚Śă°" +"ăŞă‚Šăľă›ă‚“。
      \n" +"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" +"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" + +#: admin/settings.php:244 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"ăăă€ă®é«ă•ă‚’指定ă—ă¦ăŹă ă•ă„。設定を保ĺ­ă—ăźĺľŚă§ă€ć–°ă—ă„ăăă€ă‚¤ăˇăĽă‚¸ă‚’" +"アăă—ă­ăĽă‰ă—ă¦ăŹă ă•ă„。ăăă€ă®ĺą… =" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 +#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 +#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 +#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 +msgid "Enable" +msgstr "有効化" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 +#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 +#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 +#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 +msgid "Disable" +msgstr "無効化" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page. It " +"has a slider and columns for presentation\n" +"\t\ttext and images.
      If you have this enabled but don't see a " +"Presentation page then go to Settings » " +"Reading and make sure you have selected Front Page Displays as Your Latest Posts." +msgstr "" +"ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłă•ă­ăłăăšăĽă‚¸ă‚’有効化ă—ăľă™ă€‚ă“ă‚Śă§ă€ă‚ăŞăźă®ć–°ă—ă„ă›ăĽă " +"ăšăĽă‚¸ă«ăŞă‚Šăľă™ă€‚ăšăĽă‚¸ă«ăŻă€ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăł\n" +"\t\tă†ă‚­ă‚ąăă¨ă‚¤ăˇăĽă‚¸ä»ă®ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłç”¨ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ăŚă‚ă‚Šăľă™ă€‚" +"
      有効化ă—ă¦ă‚‚ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ăŚčˇ¨ç¤şă•ă‚ŚăŞă„時ăŻă€ 設定 » 読ăżčľĽăżă¸čˇŚăŤă€ă‚ăŞăźă®" +"最新ă®ćŠ•ç¨żăŚă•ă­ăłăăšăĽă‚¸čˇ¨ç¤şă«é¸ćŠžă•ă‚Śă¦ă„ă‚‹ă‹ă©" +"ă†ă‹ă‚’確認ă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•:" + +#: admin/settings.php:276 +msgid "width" +msgstr "ĺą…" + +#: admin/settings.php:277 +msgid "height" +msgstr "é«ă•" + +#: admin/settings.php:278 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•ăŻă€ă‚¤ăˇăĽă‚¸ă¨ĺŚăサイズă§ă™ă€‚" + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "アă‹ăˇăĽă‚·ă§ăł:" + +#: admin/settings.php:282 +msgid "Random" +msgstr "ă©ăłă€ă " + +#: admin/settings.php:282 +msgid "Fold" +msgstr "ćŠă‚Šăźăźăż" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "ă•ă‚§ăĽă‰" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "右ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "ă‚ąă©ă‚¤ă‰ă‚˘ăă—" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "ĺ·¦ă¸ă‚ąă©ă‚¤ă‰ă‚˘ăă—" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "上下ă¸ă‚ąă©ă‚¤ă‚ą" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "ĺ·¦ă‹ă‚‰ä¸Šä¸‹ă¸ă‚ąă©ă‚¤ă‚ą" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "ăśăă‚Żă‚ąă©ăłă€ă " + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăł" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăł" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "ă‚ąă©ă‚¤ă‰ă®ăă©ăłă‚¸ă‚·ă§ăłĺŠąćžśă§ă™ă€‚" + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "ăśăĽă€ăĽč¨­ĺ®š:" + +#: admin/settings.php:293 +msgid "Width" +msgstr "ĺą…" + +#: admin/settings.php:294 +msgid "Color" +msgstr "ă‚«ă©ăĽ" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "ă‚ąă©ă‚¤ă€ăĽăśăĽă€ăĽă®ĺą…ă¨ă‚«ă©ăĽ" + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "アă‹ăˇăĽă‚·ă§ăłć™‚é–“:" + +#: admin/settings.php:299 admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "ăźăŞă‚»ă‚«ăłă‰(1000ms = 1 秒)" + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "ăă©ăłă‚¸ă‚·ă§ăłă‚˘ă‹ăˇăĽă‚·ă§ăłă‚’継続ă™ă‚‹ć™‚é–“" + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "ăťăĽă‚şć™‚é–“:" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "ă‚ąă©ă‚¤ă‰ăŚéť™ć­˘ă—表示ă•ă‚Śă‚‹ć™‚間。" + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "ă‚ąă©ă‚¤ă€ăĽăŠă“ゲăĽă‚·ă§ăł:" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "ć•°" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "ă–ă¬ăă" + +#: admin/settings.php:309 admin/settings.php:1273 +msgid "None" +msgstr "ăŞă—" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "ă‚ąă©ă‚¤ă€ăĽă®ăŠă“ゲăĽă‚·ă§ăłă‚żă‚¤ă—。スă©ă‚¤ă€ăĽă®ä¸‹ă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "ă‚ąă©ă‚¤ă€ăĽă®çź˘ĺŤ°:" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "常ă«čˇ¨ç¤ş" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "ă›ăăĽć™‚ă«čˇ¨ç¤ş" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "非表示" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "ă‚ąă©ă‚¤ă€ăĽă«ĺŹłăŠă‚ăłĺ·¦çź˘ĺŤ°" + +#: admin/settings.php:370 admin/settings.php:438 +msgid "Select Category" +msgstr "ă‚«ă†ă‚´ăŞé¸ćŠž" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "ă‚«ă‚ąă‚żă ă‚ąă©ă‚¤ă‰" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "最新ă®ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "ă©ăłă€ă ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "ăˇă˘ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "特定ă®ćŠ•ç¨ż" + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "最新ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:423 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "ăˇă˘ćŠ•ç¨żă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "表示ă—ăźă„投稿IDăŞă‚ąăďĽă‚łăłăžă§ĺŚşĺ‡ă‚‹ďĽ‰" + +#: admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "
      ă‚«ă†ă‚´ăŞé¸ćŠž:" + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "表示ă™ă‚‹ćŠ•ç¨żć•°:" + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "ă‚ąă©ă‚¤ă‰ 1" + +#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 +#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 +#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "アăă—ă­ăĽă‰ă€ă‚ă‚‹ă„ăŻă€ă‚®ăŁă©ăŞăĽă‹ă‚‰ç”»ĺŹé¸ćŠž" + +#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 +#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 +#: admin/settings.php:583 admin/settings.php:613 +msgid "Title" +msgstr "タイăă«" + +#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 +#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 +#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 +msgid "Text" +msgstr "ă†ă‚­ă‚ąă" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "ă‚ąă©ă‚¤ă‰ 2" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "ă‚ąă©ă‚¤ă‰ 3" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "ă‚ąă©ă‚¤ă‰ 4" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "ă‚ąă©ă‚¤ă‰ 5" + +#: admin/settings.php:533 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"ă‚ąă©ă‚¤ă‰ă®ă‚łăłă†ăłă„。画ĺŹăŚĺż…é ă§ă™ă€‚ä»–ă®é …ç›®ăŻă‚Şă—ă‚·ă§ăłă§ă™ă€‚ç”»ĺŹăŚé¸ćŠžă•" +"ă‚Śă¦ă„ă‚‹ă‚ąă©ă‚¤ă‰ă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "ă‚łă©ă ć•°:" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "ç”»ĺŹă®é«ă•:" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "続ăŤă‚’読むă†ă‚­ă‚ąă:" + +#: admin/settings.php:559 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "ă‚łă©ă ă®ä¸‹é¨ă«čˇ¨ç¤şă•ă‚Śă‚‹ăŞăłă‚Żă†ă‚­ă‚ąă。削除ă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚" + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "1st ă‚łă©ă " + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "2nd ă‚łă©ă " + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "3rd ă‚łă©ă " + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "4th ă‚łă©ă " + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "拡張ă†ă‚­ă‚ąă" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "ăăă—タイăă«" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "セカăłă‰ă‚żă‚¤ăă«" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "タイăă«ă‚«ă©ăĽ" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "タイăă«ă‚«ă©ăĽ (既定値 333333)。" + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "ăśăă ă†ă‚­ă‚ąă 1" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "ăśăă ă†ă‚­ă‚ąă 2" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"ă•ă­ăłăăšăĽă‚¸ă®ă†ă‚­ă‚ąă。ăăă—タイăă«ăŻă‚ąă©ă‚¤ă€ăĽä¸Šé¨ă€ă‚»ă‚«ăłă‰ă‚żă‚¤ăă«ăŻ" +"ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ă®é–“ă€ăťă—ă¦ă€ă‚łă©ă ä¸‹é¨ă®2行ă®ă†ă‚­ă‚ąă。\n" +"\t\tă™ăąă¦ă‚Şă—ă‚·ă§ăłă§ă™ă®ă§ă€ĺ…ĄĺŠ›ă—ăŞăŹă¦ă‚‚良ă„ă§ă™ă€‚ " + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "エăŞă‚˘ă‚’非表示ă«ă—ăľă™" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "ăăă€ă‚¨ăŞă‚˘ďĽç”»ĺŹă‚„čŚć™Żč‰˛ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "ăˇă‚¤ăłăˇă‹ăĄăĽďĽăăă—ăŠă“ゲăĽă‚·ă§ăłă‚żă–)を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "ă•ăタウィジェăăを非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "ă•ăă‚żďĽă‚łă”ăĽă©ă‚¤ăエăŞă‚˘ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "白色を非表示ă«ă—ăľă™ă€‚čŚć™Żč‰˛ă®ăżăŚć®‹ă‚Šăľă™ă€‚" + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "最ĺťă®ăšăĽă‚¸ă®éťžčˇ¨ç¤şă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:703 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăサイズをé¸ćŠžă—ă¦ăŹă ă•ă„。ăšăĽă‚¸ă€ćŠ•ç¨żă€ăťă—ă¦ă€ă‚łăˇ" +"ăłăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăăă€ă€ă‚µă‚¤ă‰ăˇă‹ăĄăĽăŻĺ¤‰ć›´ă—ăľă›ă‚“。" + +#: admin/settings.php:747 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ă™ăąă¦ă®ă‚łăłă†ăłă„ă†ă‚­" +"ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăˇă‹ăĄăĽă‚‚ĺ«ăľă‚Śăľă™ă€‚" + +#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 +#: admin/settings.php:899 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" +"ă‚ă‚‹ă„ăŻă€Googleă•ă‚©ăłăを下ă«ćŚżĺ…Ąă—ă¦ăŹă ă•ă„。ă•ă‚©ăłăă®ĺŤĺ‰Ťă ă‘を挿入ă—ă¦ăŹă ă•ă„。
      äľ‹: Marko One。Googleă•ă‚©ăłăを参照ă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:795 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"タイăă«ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。投稿ă¨ĺ›şĺ®šăšăĽă‚¸ă®ă‚ż" +"イăă«ă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:846 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"サイă‰ăăĽă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ウィジェăăă‚’ĺ«ăż" +"サイă‰ăăĽă®ă†ă‚­ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚ" +"é©ç”¨ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:897 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"サă–ăăă€ďĽh2 - h6é–“ă§ă®ă‚żă‚°ďĽ‰ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•" +"ă„。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 +#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 +msgid "Default" +msgstr "既定値" + +#: admin/settings.php:917 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"投稿ăăă€ă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:932 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"サイă‰ăăĽă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Left" +msgstr "ĺ·¦" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Right" +msgstr "右" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "両端ćŹă" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Center" +msgstr "中央" + +#: admin/settings.php:947 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"ă“ă‚ŚăŻćŠ•ç¨żă¨ăšăĽă‚¸ă®ă†ă‚­ă‚ąăć•´ĺ—を変更ă—ăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬" +"設定ăŚé©ç”¨ă•ă‚Śăľă™ďĽă†ă‚­ă‚ąăć•´ĺ—ăŻćŠ•ç¨żă‚„ă‚łăˇăłăă§č¨­ĺ®šă•ă‚Śăźă‚‚ă®ăŚä˝żç”¨ă•ă‚Śăľ" +"ă™ďĽ‰ă€‚" + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "段č˝ă®ă‚¤ăłă‡ăłăă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "既定ă®ăăă€ă¨ă‚żă‚¤ăă«ă‚¤ăłă‡ăłăďĽĺ·¦ăžăĽă‚¸ăłďĽ‰ă‚’無効ă«ă—ăľă™ă€‚" + +#: admin/settings.php:992 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"ă†ă‚­ă‚ąăă®čˇŚă®é«ă•ă€‚ă†ă‚­ă‚ąăă®čˇŚé–“ă®é«ă•ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®š" +"ăŚé©ç”¨ă•ă‚Śăľă™ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:1007 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"ĺŤčŞžé–“ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:1022 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"文字間ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "ăăă€ă¨ă‚żă‚¤ăă«ă®ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦ă‚’無効ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" + +#: admin/settings.php:1059 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "ăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 333333)。ă–ă©ăłă‚Żă«ă™ă‚‹ă¨čŚć™Żč‰˛ă‚’無ăŹă—ăľă™ă€‚" + +#: admin/settings.php:1066 +msgid "" +"Content background color (Default value is FFFFFF). Works best with really " +"light colors." +msgstr "ă‚łăłă†ăłă„čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。ćŽă‚‹ă„色を設定ă—ăźć–ąăŚč‰Żă„ă§ă™ă€‚" + +#: admin/settings.php:1073 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"ăˇă‚¤ăłăˇă‹ăĄăĽčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FAFAFA)。コăłă†ăłă„ă®čŚć™Żč‰˛ă¨ĺŚč‰˛ă‹ćŽă‚‹ă„色ăŚč‰Ż" +"ă„ă§ă—ょă†ă€‚" + +#: admin/settings.php:1080 admin/settings.php:1087 +msgid "First sidebar background color (Default value is FFFFFF)." +msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。" + +#: admin/settings.php:1095 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "ă•ăタウィジェăăエăŞă‚˘čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 171717)。" + +#: admin/settings.php:1103 +msgid "Footer background color (Default value is 222222)." +msgstr "ă•ăă‚żčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 222222)。" + +#: admin/settings.php:1111 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "ă–ă­ă‚°ă‚żă‚¤ăă«ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" + +#: admin/settings.php:1119 +msgid "Your blog's description color(Default value is 222222)." +msgstr "ă–ă­ă‚°ă®ă‡ă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 222222)。" + +#: admin/settings.php:1127 +msgid "Content Text Color (Default value is 333333)." +msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" + +#: admin/settings.php:1135 +msgid "Links color (Default value is 0D85CC)." +msgstr "ăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" + +#: admin/settings.php:1143 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ăŞăłă‚Żă®ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" + +#: admin/settings.php:1151 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "投稿ăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" + +#: admin/settings.php:1159 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ćŠ•ç¨żăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 000000)。" + +#: admin/settings.php:1167 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" + +#: admin/settings.php:1176 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 2EA5FD)。" + +#: admin/settings.php:1184 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "ă•ăタウィジェăăă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" + +#: admin/settings.php:1192 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 666666)。" + +#: admin/settings.php:1200 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 888888)。" + +#: admin/settings.php:1212 admin/settings.php:1273 +msgid "White" +msgstr "ă›ăŻă‚¤ă" + +#: admin/settings.php:1212 +msgid "Light" +msgstr "淡色" + +#: admin/settings.php:1212 +msgid "Light Gray" +msgstr "ć·ˇă„ă‚°ă¬ăĽ" + +#: admin/settings.php:1212 admin/settings.php:1273 +msgid "Gray" +msgstr "ă‚°ă¬ăĽ" + +#: admin/settings.php:1212 +msgid "Dark Gray" +msgstr "ćš—ă„ă‚°ă¬ăĽ" + +#: admin/settings.php:1212 +msgid "Black" +msgstr "ă–ă©ăă‚Ż" + +#: admin/settings.php:1220 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"ă“ă®č¨­ĺ®šăŻă€ă‚­ăŁă—ă‚·ă§ăłă®č¦‹ć „ăを変更ă—ăľă™ă€‚ă‚­ăŁă—ă‚·ă§ăłăŚăŞă„ç”»ĺŹă«ăŻĺ˝±éźż" +"ă—ăľă›ă‚“。" + +#: admin/settings.php:1236 +msgid "The border around your inserted images. " +msgstr "挿入ă—ăźç”»ĺŹă®ăśăĽă€ăĽă€‚" + +#: admin/settings.php:1251 +msgid "The image on top of your captions. " +msgstr "ç”»ĺŹä¸Šé¨ă®ă‚­ăŁă—ă‚·ă§ăłă€‚" + +#: admin/settings.php:1266 +msgid "The sidebar list bullets. " +msgstr "サイă‰ăăĽă®ăŞă‚ąăă–ă¬ăă。" + +#: admin/settings.php:1281 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "投稿ăˇă‚żă‚¨ăŞă‚˘ďĽćŠ•ç¨żă‚żă‚¤ăă«ă®ä¸‹ďĽ‰čŚć™Żč‰˛ă€‚既定値ăŻă‚°ă¬ăĽă€‚<" + +#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 +#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 +#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 +#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 +#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 +#: admin/settings.php:1561 +msgid "Show" +msgstr "表示" + +#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 +#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 +#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 +#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 +#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 +msgid "Hide" +msgstr "非表示" + +#: admin/settings.php:1297 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "投稿をĺ†ă‘ă‚‹ć°´ĺąłă«ăĽă©ăĽă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1313 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"ă‚łăłă†ăłă„エăŞă‚˘ďĽćŠ•ç¨żă€ăšăĽă‚¸ăŞă©ďĽ‰ă®ăŞă‚ąăă–ă¬ăăを表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1330 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"ăăă€ĺ†…ă®ă–ă­ă‚°ă‚żă‚¤ăă«ă¨čެćŽďĽă‚«ă‚ąă‚żă ăăă€ç”»ĺŹă‚’使用ă™ă‚‹ĺ ´ĺă€ă†ă‚­ă‚ąăä»" +"ă®ç”»ĺŹă‚’推奨)を表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1345 +msgid "Hide or show Page titles on any created pages. " +msgstr "作ćă•ă‚ŚăźăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1360 +msgid "Hide or show Page titles on Category Pages. " +msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1375 +msgid "Hide table borders and background color." +msgstr "ă†ăĽă–ă«ăśăĽă€ăĽă¨čŚć™Żč‰˛ă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1390 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"ă‚łăˇăłăă•ă‚©ăĽă ä¸‹é¨ă®čެćŽă†ă‚­ă‚ąăを非表示ă«ă—ăľă™ă€‚ďĽć¬ˇă®HTML ă‚żă‚°ă¨ĺ±žć€§" +"ăŚä˝żăăľă™:...ă§ĺ§‹ăľă‚‹ă†ă‚­ă‚ąă)" + +#: admin/settings.php:1397 +msgid "Hide in posts" +msgstr "投稿内を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1397 +msgid "Hide in pages" +msgstr "ăšăĽă‚¸ĺ†…を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1397 +msgid "Hide everywhere" +msgstr "ă©ă“ă§ă‚‚非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1405 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"ă‚łăˇăłăを受ă‘取らăŞă„設定をă—ă¦ă„る時ă«ć—˘ĺ®šĺ€¤ă¨ă—ă¦č¨­ĺ®šă•ă‚Śă¦ă„ă‚‹ă†ă‚­ă‚ąă " +"ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1421 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"ă‚łăˇăłăを受ă‘取らăŞă„投稿ă«čˇ¨ç¤şă•ă‚Śă‚‹ă†ă‚­ă‚ąă ă‚łăˇăłăオ㕠を非表示ă«" +"ă—ăľă™ă€‚" + +#: admin/settings.php:1437 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"ăăă—ă«ć»ă‚‹ăśă‚żăłă‚’有効化ă—ăľă™ă€‚ăśă‚żăłăŻăšăĽă‚¸ă‚’ă—ăźă«ă‚ąă‚Żă­ăĽă«ă™ă‚‹ă¨čˇ¨ç¤ş" +"ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1444 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"ă•ăă‚żă®ćś€ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚«ă‚ąă‚żă ă†ă‚­ă‚ąăă‚„ HTML ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚
      ăŞ" +"ăłă‚Żă€ç”»ĺŹă€©ăŞă©ă®ç‰ąć®Šć–‡ĺ­—ă‚’ĺ«ă‚“ă HTMLを使用ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1464 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"投稿や抜粋ă®ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚łăˇăłăă‚’ă©ă†ăžă‚„x 件ă®ă‚ł" +"ăˇăłăを表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" + +#: admin/settings.php:1479 +msgid "Hide or show the post date." +msgstr "投稿日を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" + +#: admin/settings.php:1494 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"投稿時間ä»ă®ćŠ•ç¨żć—Ąă‚’表示ă—ăľă™ă€‚投稿時間ăŻă€ćŠ•ç¨żć—ĄăŚéťžčˇ¨ç¤şă®ĺ ´ĺă€čˇ¨ç¤şă•ă‚Śăľ" +"ă›ă‚“。" + +#: admin/settings.php:1509 +msgid "Hide or show the post author." +msgstr "著者を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" + +#: admin/settings.php:1524 +msgid "Hide the post category." +msgstr "投稿カă†ă‚´ăŞă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1539 +msgid "Hide the post tags." +msgstr "投稿タグを非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1554 +msgid "Hide the 'Bookmark permalink'." +msgstr "'ă–ăă‚ŻăžăĽă‚Żă‘ăĽăžăŞăłă‚Ż'を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1569 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" +"ă™ăąă¦ă®ćŠ•ç¨żăˇă‚żă‚’非表示ă«ă—ăľă™ă€‚ă™ăąă¦ă®ăˇă‚żć…ĺ ±ă€ăˇă‚żă‚¨ăŞă‚˘ăŚéťžčˇ¨ç¤şă«ăŞă‚Š" +"ăľă™ă€‚" + +#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 +msgid "Excerpt" +msgstr "抜粋" + +#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 +msgid "Full Post" +msgstr "投稿全文" + +#: admin/settings.php:1590 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"ăˇă‚¤ăłăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚標準投稿ă«é©ç”¨ă•ă‚Śăľă™ă€‚ăťă®ä»–ă®ćŠ•ç¨żă•ă‚©ăĽăžă" +"ăďĽă‚˘ă‚µă‚¤ă‰ă€ă‚¤ăˇăĽă‚¸ă€ăăŁăăă€ĺĽ•ç”¨ăŞă©ďĽ‰ăŻă€ăťă‚Śăžă‚Śç‹¬č‡Şă®ă•ă‚©ăĽăžăăă‚’" +"ćŚăŁă¦ă„ăľă™ă€‚" + +#: admin/settings.php:1605 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"ă›ăĽă ăšăĽă‚¸ă®ăˇă˘ćŠ•ç¨żă‚’全文表示ă™ă‚‹ă‹ă€ćŠśç˛‹čˇ¨ç¤şă™ă‚‹ă‹ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:1621 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"アăĽă‚«ă‚¤ă–ă€ă‚«ă†ă‚´ăŞă€ć¤śç´˘ăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚上č¨ă¨ĺŚć§ă«ă€ć¨™ćş–投稿ă«é©" +"用ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1629 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"抜粋ă«čˇ¨ç¤şă™ă‚‹ĺŤčŞžć•°ă€‚ä¸Šé™ă«é”ă™ă‚‹ă¨ĺ…¨ć–‡ăšăĽă‚¸ă«ăŞăłă‚Żă™ă‚‹ç¶šăŤă‚’読むăŞ" +"ăłă‚ŻăŚčˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1645 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"雑誌ă¬ă‚¤ă‚˘ă‚¦ăを有効化ă—ăľă™ă€‚ă“ă®ă¬ă‚¤ă‚˘ă‚¦ăăŻă€ćŠ•ç¨żă®ă‚る固定ăšăĽă‚¸ă§ă€2段組" +"ă§čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1652 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "3ă‰ăăďĽ[...])を置換ă—ăľă™ă€‚抜粋ă«č‡Şĺ‹•çš„ă«čż˝ĺŠ ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1659 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "抜粋ă«čż˝ĺŠ ă•ă‚Śă‚‹'続ăŤă‚’読む'ăŞăłă‚Żă‚’編集ă—ăľă™ă€‚" + +#: admin/settings.php:1674 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "WordPressăŻă‡ă•ă‚©ă«ăă§ă™ăąă¦ă®HTMLタグを取り除ăŤăľă™ (" + +#: admin/settings.php:1705 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"投稿ă«ă‚˘ă‚¤ă‚­ăŁăăç”»ĺŹă¨ă—ă¦ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚ç”»ĺŹăŻăŠć°—ă«ĺ…Ąă‚Šă‚¤" +"ăˇăĽă‚¸ă‚»ă‚Żă‚·ă§ăłă§ă€ćŠ•ç¨żćŻŽă«é¸ćŠžă—ăŞă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。" + +#: admin/settings.php:1720 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"投稿ă«ćŚżĺ…Ąă•ă‚Śăźă‚¤ăˇăĽă‚¸ă§ćś€ĺťă®ç”»ĺŹă‚’アイキăŁăăç”»ĺŹă¨ă—ă¦čˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1736 +msgid "Thumbnail alignment." +msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" + +#: admin/settings.php:1753 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"アイキăŁăăç”»ĺŹă®ă‚µă‚¤ă‚şďĽă”ă‚Żă‚»ă«ĺŤä˝ŤďĽ‰ă€‚ă‡ă•ă‚©ă«ăă§ăŻă€ç”»ĺŹă®ă‚˘ă‚ąăšă‚Żă比" +"ă§čŞżć•´ă•ă‚Śăľă™ă€‚特定ă®ă‚µă‚¤ă‚şăŚĺż…č¦ăŞĺ ´ĺăŻă€ç”»ĺŹă‚’ĺ‡ă‚ŠĺŹ–ă‚‹ăŞă©ă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:1769 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"ăăă€ăĽă«ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚投稿ă®ăŠć°—ă«ĺ…Ąă‚Šă‚¤ăˇăĽă‚¸ă‚’é¸ćŠžă—ă€\n" +"\t\t\t\t\t\t\tăťă®ç”»ĺŹăŚçŹľĺś¨ă®ăăă€ă‚µă‚¤ă‚şă¨ĺŚç­‰ă‹ĺ¤§ăŤă„ĺ ´ĺă«ăăă€ăŚăŠć°—ă«" +"ĺ…Ąă‚Šç”»ĺŹă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" + +#: admin/settings.php:1790 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"ĺ·¦ă®ă‰ă­ăă—ă€ă‚¦ăłăˇă‹ăĄăĽă‹ă‚‰ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’é¸ćŠžă—ă€ĺŹłă®ĺ…ĄĺŠ›ć¬„ă«ăť" +"ă®ă‚˘ă‰ă¬ă‚ąă‚’挿入ă—ă¦ăŹă ă•ă„。ďĽäľ‹: http://www.facebook.com/yourname)" + +#: admin/settings.php:1804 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’最大5ă¤ćŚżĺ…Ąă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1818 +msgid "There are a total of 27 social networks to choose from. " +msgstr "ĺ…¨é¨ă§27ă®ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‹ă‚‰é¸ćŠžă§ăŤăľă™ă€‚" + +#: admin/settings.php:1832 +msgid "You can leave any number of inputs empty. " +msgstr "入力欄ăŻă„ăŹă¤ă§ă‚‚ç©şă®ăľăľă«ă—ă¦ăŠă„ă¦ă‚‚ă‹ăľă„ăľă›ă‚“。" + +#: admin/settings.php:1846 +msgid "You can choose the same social media any number of times. " +msgstr "ĺŚăă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘ă‚’何度ă§ă‚‚é¸ćŠžă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1877 +msgid "Choose the areas where to display the social icons." +msgstr "" +"ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚˘ă‚¤ă‚łăłă‚’表示ă™ă‚‹ă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:1898 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "" +"サイăăăă€ă‚’ă‚ŻăŞăă‚Żă—ă¦ă‚¤ăłă‡ăă‚Żă‚ąăšăĽă‚¸ă¸ăŞăłă‚Żă™ă‚‹ă‚ă†ă«č¨­ĺ®šă—ăľă™ă€‚" + +#: admin/settings.php:1913 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"ă‚łăłă†ăłă„エăŞă‚˘ă®ćś€ä¸Šé¨ă«ă‘ăłĺ±‘ăŞă‚ąăを表示ă—ăľă™ă€‚ă‘ăłĺ±‘ăŞă‚ąăăŻă‚µă‚¤ă内ă§" +"ă©ă“ă«ă„ă‚‹ă‹ă‚’示ă™ăŠă“ゲăĽă‚·ă§ăłă§ă™ă€‚" + +#: admin/settings.php:1928 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"ăšăĽă‚¸ăŤăĽă‚·ă§ăłă‚’表示ă—ăľă™ă€‚2ăšăĽă‚¸ä»Ąä¸Šĺ­ĺś¨ă™ă‚‹ć™‚ăŻă€ăšăĽă‚¸ćś€ä¸‹é¨ă®ĺŹ¤ă„" +"投稿ă¨ć–°ă—ă„投稿ăŞăłă‚ŻăŚăšăĽă‚¸ă‚’é¸ćŠžă§ăŤă‚‹ăŞăłă‚Żă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" + +#: admin/settings.php:1943 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"ă˘ăイă«ă“ăĄăĽă‚’有効化ă—ă€Mantraă‚’ă¬ă‚ąăťăłă‚·ă–ă«ă—ăľă™ă€‚ă¬ă‚¤ă‚˘ă‚¦ăă¨ă–ă­ă‚°ă®" +"見ăć–ąăŻă€ă‡ăイスă®č§ŁĺŹĺş¦ă«ă‚ăŁă¦ĺ¤‰ă‚Źă‚Šăľă™ă€‚" + +#: admin/settings.php:1953 +msgid "Upload or select favicon from gallery" +msgstr "アăă—ă­ăĽă‰ă™ă‚‹ă‹ă€ă‚®ăŁă©ăŞăĽă‹ă‚‰faviconă‚’é¸ćŠžă—ăľă™ă€‚" + +#: admin/settings.php:1957 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"ĺ¶é™: イăˇăĽă‚¸ăŚç„ˇă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。イăˇăĽă‚¸ă®ĺ¤§ăŤă•ăŻă€ćś€ĺ¤§64 x 64 ă§ă™ă€‚" +"ă•ă‚ˇă‚¤ă«ă®ĺ˝˘ĺĽŹăŻ .ico 㨠.png を推奨ă—ăľă™ă€‚" + +#: admin/settings.php:1965 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"ă‚«ă‚ąă‚żă CSSを挿入ă—ăľă™ă€‚設定ă•ă‚ŚăźCSSăŻă€Mantra 標準CSSďĽMantra 設定ăšăĽă‚¸ă§" +"設定ă—ăźă‚«ă‚ąă‚żă ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚€ďĽ‰ă‚ă‚Šĺ„Şĺ…ă•ă‚Śăľă™ă€‚
      ă‚«ă‚ąă‚żă CSSăŻă€" +"ă†ăĽăžă‚’ć›´ć–°ă—ăźĺ ´ĺă§ă‚‚äżťćŚă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1972 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "" +"ă‚«ă‚ąă‚żă  Javascript ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚ďĽGoogle Analytcs ă‚„ăťă®ä»–アクセスĺ†" +"ćžă‚˝ă•ăウェアăŞă©ďĽ‰" + +#: admin/settings.php:1985 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"Mantra ă®SEOを有効化ă—ăľă™ă€‚最ĺťă‹ă‚‰ćś‰ĺŠąĺŚ–ă•ă‚Śă¦ă„ăľă™ăŚă€SEO ă—ă©ă‚°ă‚¤ăłă‚’使" +"用ă™ă‚‹ĺ ´ĺă«ç„ˇĺŠąĺŚ–ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1997 +msgid "Auto" +msgstr "自動" + +#: admin/settings.php:1997 +msgid "Manual" +msgstr "手動" + +#: includes/theme-comments.php:28 +msgid "says:" +msgstr "ć›°ăŹ:" + +#: includes/theme-comments.php:34 +msgid "Your comment is awaiting moderation." +msgstr "ă‚łăˇăłăăŻć‰żčŞŤĺľ…ăˇă§ă™ă€‚" + +#: includes/theme-comments.php:41 +msgid "at" +msgstr "at" + +#: includes/theme-comments.php:41 includes/theme-comments.php:58 +msgid "(Edit)" +msgstr "ďĽç·¨é›†ďĽ‰" + +#: includes/theme-comments.php:58 +msgid "Pingback: " +msgstr "ă”ăłăăă‚Ż:" + +#: includes/theme-comments.php:85 +msgid "Leave a comment" +msgstr "ă‚łăˇăłăă‚’ă©ă†ăž" + +#: includes/theme-comments.php:85 +msgid "1 Comment" +msgstr "1件ă®ă‚łăˇăłă" + +#: includes/theme-comments.php:85 +msgid "% Comments" +msgstr "%件ă®ă‚łăˇăłă" + +#: includes/theme-comments.php:107 +msgid "Older Comments" +msgstr "古ă„ă‚łăˇăłă" + +#: includes/theme-comments.php:108 +msgid "Newer Comments" +msgstr "ć–°ă—ă„ă‚łăˇăłă" + +#: includes/theme-functions.php:233 +msgid "Home Page" +msgstr "ă›ăĽă ăšăĽă‚¸" + +#: includes/theme-functions.php:297 +msgid "Powered by" +msgstr "Powered by" + +#: includes/theme-loop.php:145 +msgid "By " +msgstr "By " + +#: includes/theme-loop.php:185 +msgid " Bookmark the " +msgstr " ă–ăă‚ŻăžăĽă‚Żă™ă‚‹" + +#: includes/theme-loop.php:185 includes/theme-loop.php:187 +#: includes/theme-loop.php:189 +msgid "Permalink to" +msgstr "ă‘ăĽăžăŞăłă‚Ż" + +#: includes/theme-loop.php:185 includes/theme-loop.php:187 +#: includes/theme-loop.php:189 +msgid "permalink" +msgstr "ă¸ă®ă‘ăĽăžăŞăłă‚Ż" + +#: includes/theme-loop.php:187 includes/theme-loop.php:189 +msgid "Bookmark the " +msgstr "ă–ăă‚ŻăžăĽă‚Ż" + +#: includes/theme-loop.php:211 +msgid "« Older posts" +msgstr "« 古ă„投稿" + +#: includes/theme-loop.php:212 +msgid "Newer posts »" +msgstr "ć–°ă—ă„投稿 »" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "ăšăĽă‚¸ %s" + +#: includes/theme-setup.php:90 +msgid "Primary Navigation" +msgstr "ă—ă©ă‚¤ăžăŞăĽăŠă“ゲăĽă‚·ă§ăł" + +#: includes/theme-setup.php:91 +msgid "Top Navigation" +msgstr "ăăă—ăŠă“ゲăĽă‚·ă§ăł" + +#: includes/theme-setup.php:92 +msgid "Footer Navigation" +msgstr "ă•ăă‚żăŠă“ゲăĽă‚·ă§ăł" + +#: includes/theme-setup.php:139 +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:200 +msgid "Skip to content" +msgstr "ă‚łăłă†ăłă„ă¸ă‚ąă‚­ăă—" + +#: includes/theme-setup.php:227 +msgid "Primary Widget Area - Sidebar 1" +msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:229 +msgid "Primary widget area - Sidebar 1" +msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:238 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:240 +msgid "Secondary widget area - Sidebar 1" +msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:249 +msgid "Third Widget Area - Sidebar 2" +msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:251 +msgid "Third widget area - Sidebar 2" +msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:260 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:262 +msgid "Fourth widget area - Sidebar 2" +msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:271 +msgid "First Footer Widget Area" +msgstr "1st ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:273 +msgid "First footer widget area" +msgstr "1st ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:282 +msgid "Second Footer Widget Area" +msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:284 +msgid "Second footer widget area" +msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:293 +msgid "Third Footer Widget Area" +msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:295 +msgid "The third footer widget area" +msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:304 +msgid "Fourth Footer Widget Area" +msgstr "4th ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:306 +msgid "The fourth footer widget area" +msgstr "4th ă•ăタウィジェăăエăŞă‚˘" diff --git a/themes/mantra/languages/ja_JP.po b/themes/mantra/languages/ja_JP.po index 86421f46..36cb3163 100644 --- a/themes/mantra/languages/ja_JP.po +++ b/themes/mantra/languages/ja_JP.po @@ -1,2088 +1,2088 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-30 17:12+0200\n" -"PO-Revision-Date: 2013-06-14 15:07+0900\n" -"Last-Translator: Yoshiki Osako \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.5\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "見ă¤ă‹ă‚Šăľă›ă‚“" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "ć—ĄĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "ćśĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "ĺą´ĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "ă–ă­ă‚°ă‚˘ăĽă‚«ă‚¤ă–" - -#: archive.php:57 author.php:74 category.php:50 -msgid "Nothing Found" -msgstr "何も見ă¤ă‹ă‚Šăľă›ă‚“" - -#: archive.php:61 author.php:78 category.php:54 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "%s ă¸ć»ă‚‹" - -#: attachment.php:29 -msgid "By" -msgstr "By" - -#: attachment.php:40 -msgid "Published" -msgstr "発行" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "ă•ă«ă‚µă‚¤ă‚ş %s ă”ă‚Żă‚»ă«" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "ă•ă«ă‚µă‚¤ă‚şă‚¤ăˇăĽă‚¸ă¸ăŞăłă‚Ż" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:49 content-gallery.php:65 content-image.php:42 -#: content-link.php:49 content-page.php:22 content-quote.php:46 -#: content-status.php:48 content.php:77 -msgid "Edit" -msgstr "編集" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "続ăŤă‚’読む" - -#: attachment.php:101 content-aside.php:39 content-chat.php:38 -#: content-gallery.php:55 content-image.php:33 content-link.php:38 -#: content-page.php:21 content-quote.php:36 content-status.php:39 -#: content.php:49 content.php:66 -msgid "Pages:" -msgstr "ăšăĽă‚¸:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "著者アăĽă‚«ă‚¤ă–: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "%s ă«ă¤ă„ă¦" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "ă‚«ă†ă‚´ăŞă‚˘ăĽă‚«ă‚¤ă–: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"ă“ă®ćŠ•ç¨żăŻă‘ă‚ąăŻăĽă‰ă§äżťč­·ă•ă‚Śă¦ă„ăľă™ă€‚ă‚łăˇăłăを表示ă™ă‚‹ă«ăŻă‘ă‚ąăŻăĽă‰ă‚’ĺ…Ą" -"力ă—ă¦ăŹă ă•ă„。" - -#: content-aside.php:20 -msgid "Aside" -msgstr "ă‚ŹăŤ" - -#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 -#: content-image.php:32 content-link.php:37 content-quote.php:35 -#: content-status.php:38 -msgid "Continue reading " -msgstr "続ăŤă‚’読む " - -#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 -#: content-image.php:39 content-link.php:45 content-quote.php:43 -#: content-status.php:46 content.php:75 -msgid "Tagged" -msgstr "ă‚żă‚°ä»ă‘ă•ă‚Śăź" - -#: content-chat.php:20 -msgid "Chat" -msgstr "ăăŁăă" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "ă‚®ăŁă©ăŞăĽ" - -#: content-image.php:19 -msgid "Image" -msgstr "ç”»ĺŹ" - -#: content-link.php:20 -msgid "Link" -msgstr "ăŞăłă‚Ż" - -#: content-page.php:27 -msgid "Comments are closed." -msgstr "ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ă€‚" - -#: content-quote.php:18 -msgid "Quote" -msgstr "引用" - -#: content-status.php:30 -msgid "Status" -msgstr "ă‚ąă†ăĽă‚żă‚ą" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "%s ă®ć¤śç´˘çµćžś" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "%s ă®ć¤śç´˘çµćžśăŚă‚ă‚Šăľă›ă‚“" - -#: searchform.php:1 -msgid "Search" -msgstr "検索" - -#: single.php:44 -msgid "View all posts by " -msgstr "ă™ăąă¦ă®ćŠ•ç¨żă‚’見る" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "タグアăĽă‚«ă‚¤ă–: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"イăłăťăĽăă•ă‚ˇă‚¤ă«ă‚’アăă—ă­ăĽă‰ă™ă‚‹ĺ‰Ťă«ă€ä»Ąä¸‹ă®ă‚¨ă©ăĽă‚’修正ă—ă¦ăŹă ă•ă„。" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Mantra設定をイăłăťăĽăă™ă‚‹ĺ ´ć‰€ă§ă™ă€‚ ă“ă‚ŚăŻăľă č©¦é¨“中ă®ć©źč˝ă§ă™ă€‚" - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "ă‚łăłă”ăĄăĽă‚żă‹ă‚‰ă•ă‚ˇă‚¤ă«ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "最大サイズ: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "ăťă—ă¦ă‚¤ăłăťăĽăďĽ" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "ă‚Şă—ă‚·ă§ăłăŻă‚¤ăłăťăĽăă•ă‚Śăľă—ăź!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă¸ć»ă‚Šă€ăťă‚Śă‚‰ă‚’ăェăă‚Żă—ă¦ăŹă ă•ă„!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "ĺ°Źă•ăŞĺ•ŹéˇŚăŚč¦‹ă¤ă‹ă‚Šăľă—ăźă€‚" - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă€ć­Łĺ˝“㪠Mantra ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚“ă§ă„ăľă›ă‚“。" -"Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă‹ă‚‰ă•ă‚ˇă‚¤ă«ăŚă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•" -"ă„。" - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻčŞ­ăżčľĽă‚ăľă›ă‚“。" - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă‚µăťăĽăă•ă‚Śă¦ă„ăľă›ă‚“。Mantra ăšăĽă‚¸ă‹ă‚‰ă†ă‚­ă‚ąă" -"ă•ă‚ˇă‚¤ă«ă¨ă—ă¦ă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"ă•ă‚ˇă‚¤ă«ăŚç©şă‹ă€ă•ă‚ˇă‚¤ă«ăŚă‚ă‚Šăľă›ă‚“。ă“ă®ă‚¨ă©ăĽăŻă€php.ini ă®č¨­ĺ®šă§ă€ă‚˘ăă—" -"ă­ăĽă‰ăŚćś‰ĺŠąă«ăŞăŁă¦ă„ăŞă„ă‹ă€post_max_size ă®ĺ€¤ăŚ upload_max_filesize ă®ĺ€¤ă‚" -"ă‚Šă‚‚ĺ°Źă•ă„ă“ă¨ăŚĺŽźĺ› ă‹ă‚‚ă—ă‚Śăľă›ă‚“。" - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "ERROR: ă“ă®ć©źč˝ă‚’使用ă™ă‚‹ć¨©é™ăŚă‚ă‚Šăľă›ă‚“。" - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "ă¬ă‚¤ă‚˘ă‚¦ă設定" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "ă†ă‚­ă‚ąă設定" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "ă‚«ă©ăĽč¨­ĺ®š" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "ă‚°ă©ă•ă‚Łăクス設定" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "投稿ć…報設定" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "投稿抜粋設定" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹč¨­ĺ®š" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "ă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘č¨­ĺ®š" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "ăťă®ä»–設定" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "ăˇă‚¤ăłă¬ă‚¤ă‚˘ă‚¦ă" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "ă‚łăłă†ăłă„ / サイă‰ăăĽă®ĺą…" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "ăăă€ăĽç”»ĺŹă®é«ă•" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă®ćś‰ĺŠąĺŚ–" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "ă‚ąă©ă‚¤ă€ăĽč¨­ĺ®š" - -#: admin/main.php:110 -msgid "Slides" -msgstr "ă‚ąă©ă‚¤ă‰" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă‚łă©ă " - -#: admin/main.php:112 -msgid "Extras" -msgstr "エキスăă©" - -#: admin/main.php:114 -msgid "General Font" -msgstr "一č¬ă•ă‚©ăłă" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "一č¬ă•ă‚©ăłăサイズ" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "投稿タイăă«ă•ă‚©ăłă" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "投稿タイăă«ă•ă‚©ăłăサイズ" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "サイă‰ăăĽă•ă‚©ăłă" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "サイă‰ăăĽă•ă‚©ăłăサイズ" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "サă–ăăă€ă•ă‚©ăłă" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "強調ă†ă‚­ă‚ąăć•´ĺ—" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "段č˝ă‚¤ăłă‡ăłă" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "ăăă€ă‚¤ăłă‡ăłă" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "ă©ă‚¤ăłă®é«ă•" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "ĺŤčŞžé–“ă®ĺą…" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "文字間ă®ĺą…" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "čŚć™Żč‰˛" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "ăăă€ďĽăăŠăĽă€ăˇă‹ăĄăĽďĽ‰ă®čŚć™Żč‰˛" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "ă‚łăłă†ăłă„ă®čŚć™Żč‰˛" - -#: admin/main.php:132 -msgid "Menu Background Color" -msgstr "ăˇă‹ăĄăĽă®čŚć™Żč‰˛" - -#: admin/main.php:133 -msgid "First Sidebar Background Color" -msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛" - -#: admin/main.php:134 -msgid "Second Sidebar Background Color" -msgstr "2nd サイă‰ăăĽă®čŚć™Żč‰˛" - -#: admin/main.php:136 -msgid "Site Title Color" -msgstr "サイăタイăă«ă‚«ă©ăĽ" - -#: admin/main.php:137 -msgid "Site Description Color" -msgstr "サイăă‡ă‚Łă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽ" - -#: admin/main.php:139 -msgid "Content Text Color" -msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽ" - -#: admin/main.php:140 -msgid "Links Color" -msgstr "ăŞăłă‚Żă‚«ă©ăĽ" - -#: admin/main.php:141 -msgid "Links Hover Color" -msgstr "ăŞăłă‚Żă›ăăĽă‚«ă©ăĽ" - -#: admin/main.php:142 -msgid "Post Title Color" -msgstr "投稿タイăă«ă‚«ă©ăĽ" - -#: admin/main.php:143 -msgid "Post Title Hover Color" -msgstr "投稿タイăă«ă›ăăĽă‚«ă©ăĽ" - -#: admin/main.php:144 -msgid "Sidebar Header Background Color" -msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛" - -#: admin/main.php:145 -msgid "Sidebar Header Text Color" -msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" - -#: admin/main.php:146 -msgid "Footer Widget Background Color" -msgstr "ă•ăタウィジェăăčŚć™Żč‰˛" - -#: admin/main.php:147 -msgid "Footer Background Color" -msgstr "ă•ăă‚żčŚć™Żč‰˛" - -#: admin/main.php:148 -msgid "Footer Widget Header Text Color" -msgstr "ă•ăタウィジェăăăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" - -#: admin/main.php:149 -msgid "Footer Widget Link Color" -msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽ" - -#: admin/main.php:150 -msgid "Footer Widget Hover Color" -msgstr "ă•ăタウィジェăăă›ăăĽă‚«ă©ăĽ" - -#: admin/main.php:152 -msgid "Caption Border" -msgstr "ă‚­ăŁă—ă‚·ă§ăłăśăĽă€ăĽ" - -#: admin/main.php:153 -msgid "Post Images Border" -msgstr "投稿画ĺŹăśăĽă€ăĽ" - -#: admin/main.php:154 -msgid "Caption Pin" -msgstr "ă‚­ăŁă—ă‚·ă§ăłă”ăł" - -#: admin/main.php:155 -msgid "Sidebar Menu Bullets" -msgstr "サイă‰ăˇă‹ăĄăĽă–ă¬ăă" - -#: admin/main.php:156 -msgid "Meta Area Background" -msgstr "ăˇă‚żă‚¨ăŞă‚˘čŚć™Ż" - -#: admin/main.php:157 -msgid "Post Separator" -msgstr "投稿セă‘ă¬ăĽă‚ż" - -#: admin/main.php:158 -msgid "Content List Bullets" -msgstr "ă‚łăłă†ăłă„ăŞă‚ąăă–ă¬ăă" - -#: admin/main.php:159 -msgid "Title and Description" -msgstr "タイăă«ă¨čެćŽ" - -#: admin/main.php:160 -msgid "Page Titles" -msgstr "ăšăĽă‚¸ă‚żă‚¤ăă«" - -#: admin/main.php:161 -msgid "Category Page Titles" -msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă‚żă‚¤ăă«" - -#: admin/main.php:162 -msgid "Hide Tables" -msgstr "ă†ăĽă–ă«ă‚’非表示ă«ă—ăľă™" - -#: admin/main.php:163 -msgid "Back to Top button" -msgstr "ăăă—ă¸ć»ă‚‹ăśă‚żăł" - -#: admin/main.php:164 -msgid "Text Under Comments" -msgstr "ă‚łăˇăłă下ă®ă†ă‚­ă‚ąă" - -#: admin/main.php:165 -msgid "Comments are closed text" -msgstr "ă‚łăˇăłăĺść­˘ä¸­ă†ă‚­ă‚ąă" - -#: admin/main.php:166 -msgid "Comments off" -msgstr "ă‚łăˇăłăă‚Şă•" - -#: admin/main.php:167 -msgid "Custom Footer Text" -msgstr "ă‚«ă‚ąă‚żă ă•ăă‚żă†ă‚­ă‚ąă" - -#: admin/main.php:169 -msgid "Post Comments Link" -msgstr "ă‚łăˇăłă投稿ăŞăłă‚Ż" - -#: admin/main.php:170 -msgid "Post Date" -msgstr "投稿日" - -#: admin/main.php:171 -msgid "Post Time" -msgstr "投稿時ĺ»" - -#: admin/main.php:172 -msgid "Post Author" -msgstr "著者" - -#: admin/main.php:173 -msgid "Post Category" -msgstr "投稿カă†ă‚´ăŞ" - -#: admin/main.php:174 -msgid "Post Tags" -msgstr "投稿タグ" - -#: admin/main.php:175 -msgid "Post Permalink" -msgstr "投稿ă‘ăĽăžăŞăłă‚Ż" - -#: admin/main.php:176 -msgid "All Post Metas" -msgstr "ă™ăąă¦ă®ćŠ•ç¨żăˇă‚ż" - -#: admin/main.php:178 -msgid "Post Excerpts on Home Page" -msgstr "ă›ăĽă ăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" - -#: admin/main.php:179 -msgid "Affect Sticky Posts" -msgstr "ăˇă˘ćŠ•ç¨żă¸ĺ˝±éźż" - -#: admin/main.php:180 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "アăĽă‚«ă‚¤ă–ăŠă‚ăłă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" - -#: admin/main.php:181 -msgid "Number of Words for Post Excerpts " -msgstr "投稿抜粋ă®ĺŤčŞžć•°" - -#: admin/main.php:182 -msgid "Magazine Layout" -msgstr "雑誌ă¬ă‚¤ă‚˘ă‚¦ă" - -#: admin/main.php:183 -msgid "Excerpt suffix" -msgstr "抜粋ă®ćŽĄĺ°ľčľž" - -#: admin/main.php:184 -msgid "Continue reading link text " -msgstr "続ăŤă‚’読むăŞăłă‚Żă†ă‚­ă‚ąă" - -#: admin/main.php:185 -msgid "HTML tags in Excerpts" -msgstr "抜粋中ă®HTMLă‚żă‚°" - -#: admin/main.php:187 -msgid "Featured Images as POST Thumbnails " -msgstr "投稿アイキăŁăăç”»ĺŹă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" - -#: admin/main.php:188 -msgid "Auto Select Images From Posts " -msgstr "投稿ă‹ă‚‰č‡Şĺ‹•çš„ă«ç”»ĺŹă‚’é¸ćŠž" - -#: admin/main.php:189 -msgid "Thumbnails Alignment " -msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" - -#: admin/main.php:190 -msgid "Thumbnails Size " -msgstr "アイキăŁăăç”»ĺŹă‚µă‚¤ă‚ş" - -#: admin/main.php:191 -msgid "Featured Images as HEADER Images " -msgstr "ăăă€ă‚¤ăˇăĽă‚¸ă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" - -#: admin/main.php:193 -msgid "Link nr. 1" -msgstr "ăŞăłă‚Ż nr. 1" - -#: admin/main.php:194 -msgid "Link nr. 2" -msgstr "ăŞăłă‚Ż nr. 2" - -#: admin/main.php:195 -msgid "Link nr. 3" -msgstr "ăŞăłă‚Ż nr. 3" - -#: admin/main.php:196 -msgid "Link nr. 4" -msgstr "ăŞăłă‚Ż nr. 4" - -#: admin/main.php:197 -msgid "Link nr. 5" -msgstr "ăŞăłă‚Ż nr. 5" - -#: admin/main.php:198 -msgid "Socials display" -msgstr "ă‚˝ăĽă‚·ăŁă«čˇ¨ç¤ş" - -#: admin/main.php:200 -msgid "Make Site Header a Link" -msgstr "サイăăăă€ă‚’ăŞăłă‚Żă«ă—ăľă™" - -#: admin/main.php:201 -msgid "Breadcrumbs" -msgstr "ă‘ăłĺ±‘ăŞă‚ąă" - -#: admin/main.php:202 -msgid "Pagination" -msgstr "ăšăĽă‚¸é€ă‚Š" - -#: admin/main.php:203 -msgid "Mobile view" -msgstr "ă˘ăイă«ă“ăĄăĽ" - -#: admin/main.php:204 -msgid "FavIcon" -msgstr "FavIcon" - -#: admin/main.php:205 -msgid "Custom CSS" -msgstr "ă‚«ă‚ąă‚żă  CSS" - -#: admin/main.php:206 -msgid "Custom JavaScript" -msgstr "ă‚«ă‚ąă‚żă  JavaScript" - -#: admin/main.php:207 -msgid "SEO Settings" -msgstr "SEO 設定" - -#: admin/main.php:224 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "ă“ă®ăšăĽă‚¸ă«ă‚˘ă‚Żă‚»ă‚ąă™ă‚‹ă‘ăĽăźăă‚·ă§ăłăŚă‚ă‚Šăľă›ă‚“。" - -#: admin/main.php:234 -msgid "Mantra settings updated successfully." -msgstr "Mantra 設定ăŻć›´ć–°ă•ă‚Śăľă—ăźă€‚" - -#: admin/main.php:245 -msgid "Reset to Defaults" -msgstr "既定値ă«ć»ă™" - -#: admin/main.php:246 -msgid "Save Changes" -msgstr "変更を保ĺ­" - -#: admin/main.php:260 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Cryout Creations (Mantra ă†ăĽăžă®é–‹ç™şč€…)ă§ăŻă€ĺ¸¸ă«Mantra ă†ăĽăžă®ć”ąĺ–„ă«ĺŠŞ" -"ă‚ă¦ă„ăľă™ă€‚今ăľă§ĺ¤šăŹă®ä¸Ťĺ…·ĺă‚’ç›´ă—ă¦ăŤăľă—ăź; 多ăŹă®ă‚«ă‚ąă‚żăžă‚¤ă‚şă‚Şă—ă‚·ă§ăł" -"を追加ă™ă‚‹ă¨ĺŚć™‚ă«ă€ă§ăŤă‚‹ă ă‘ă‚·ăłă—ă«ă«äżťă¤ă‚ă†ĺŠŞĺŠ›ă—ă¦ăŤăľă—ăź; ăťă—ă¦...ă„" -"ă¤ă‚‚皆ă•ă‚“ă®ăˇăĽă«ă‚„ă‚łăˇăłăを読ăżă€ăŽăĽăを取りă€ĺ°†ćťĄă®ăăĽă‚¸ă§ăłă§ĺ®źçŹľă™ă‚‹" -"ć©źč˝ă‚’ăŞă‚ąăアăă—ă—ă¦ă„ăľă™ă€‚

      \n" -"\t\t\t

      彼らăŻă©ă†ă‚„ăŁă¦ă„ă‚‹ă®? ă©ă†ă‚„ăŁă¦ă†ăĽăžă‚’良好ă«äżťăˇç¶šă‘ă¦ă„ă‚‹ă®?" -" ă¨č¨€ă†ă‚ă†ăŞç–‘ĺ•Źă‚’ćŚăŁă¦ă„ă‚‹ă‹ă‚‚ă—ă‚Śăľă›ă‚“。ăťă‚ŚăŻç°ˇĺŤăŞă®ă§ă§ă™ă€‚ă‚łăĽ" -"ă’ăĽă‚’飲んă§ă„ă‚‹ă ă‘ă§ă™ă€‚ăťă‚Śă‚‚熱ă„ă‚łăĽă’ăĽă‚’。ç§ăźăˇăŻăťă‚ŚăŚĺĄ˝ăŤăŞă®ă§ă™! " -"Mantra ă†ăĽăžă®ĺ°†ćťĄă®é–‹ç™şă«ĺŠ›ă‚’貸ă—ă¦ăŹă ă•ă„...

      " - -#: admin/main.php:275 -msgid "Import/Export Settings" -msgstr "イăłăťăĽă / エクスăťăĽă 設定" - -#: admin/main.php:281 -msgid "Export Theme options" -msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¨ă‚Żă‚ąăťăĽă" - -#: admin/main.php:282 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"ç°ˇĺŤă§ă™ă€‚ăžă‚¦ă‚ąă‚’ă‚ŻăŞăă‚Żă—ă¦Mantra 設定をエクスăťăĽăă—ă€PCă«äżťĺ­ă™ă‚‹ă“ă¨ăŚ" -"ă§ăŤăľă™ă€‚" - -#: admin/main.php:287 -msgid "Import Theme options" -msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¤ăłăťăĽă" - -#: admin/main.php:288 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"イăłăťăĽăăŚăŞă‘ă‚Śă°ă€ă‚¨ă‚Żă‚ąăťăĽăă‚‚ă‚ă‚Šăľă›ă‚“。エクスăťăĽăă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŚ" -"ă‚ă‚‹ă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" - -#: admin/main.php:295 -msgid "Mantra Latest News" -msgstr "Mantra 最新ă‹ăĄăĽă‚ą" - -#: admin/main.php:306 -msgid "No news items." -msgstr "ć–°ă—ă„アイă†ă ăŻă‚ă‚Šăľă›ă‚“。" - -#: admin/main.php:320 -msgid "Mantra Help" -msgstr "Mantra ăă«ă—" - -#: admin/main.php:323 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Mantra ă‹ Wordpress ă®ăă«ă—ăŚĺż…č¦ă§ă™ă‹ďĽź
      • \n" -"\t\t\t\t
      • - ć–°ăăĽă‚¸ă§ăłă®ă†ăĽăžă§ä˝•ăŚĺ¤‰ć›´ă•ă‚Śăźă‹çźĄă‚Šăźă„ă§ă™ă‹ďĽź
      • \n" -"\t\t\t\t
      • - 不具ĺを見ă¤ă‘ăźă‚Šă€ć€ťăŁăźă‚ă†ă«ĺ‹•ă‹ăŞă„ă‚‚ă®ă‚’見ă¤ă‘ăľă—ăźă‹?\n" -"\t\t\t\t
      • - ă‚ăŞăźă®ă‹ăĽă‚şă«ĺă†ă‚ă†ă« Mantra ă†ăĽăžă‚’改善ă™ă‚‹ă‚˘ă‚¤ă‡ă‚˘ăŚćµ®" -"ă‹ăłăľă—ăźă‹?
      • \n" -"\t\t\t\t
      • - 設定を実行ă—ăźă„ă§ă™ă‹?
      • \n" -"\t\t\t\t
      • - Mantra ă†ăĽăžă®çż»č¨łă‚’ă—ăźă„ă§ă™ă‹?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      ăťă®ă‚ă†ăŞć™‚ăŻă€Mantra サăťăĽăăšăĽă‚¸ă‚’訪問ă—ă¦ăŹă ă•ă„。

      \n" -"\t" - -#: admin/main.php:334 -msgid "Mantra Support Page" -msgstr "Mantra サăťăĽăăšăĽă‚¸" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "1 ă‚łă©ă ă€ă‚µă‚¤ă‰ăăĽăŞă—" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "2 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "2 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "3 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "3 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "2 ă‚łă©ă ă€ä¸ˇĺ´ă‚µă‚¤ă‰ăăĽ" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "ă¬ă‚¤ă‚˘ă‚¦ăă‚’é¸ćŠž" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "絶対" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "相対" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "使用ă™ă‚‹ĺ¤§ăŤă•:" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "ă‚łăłă†ăłă„ =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "サイă‰ă㼠=" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "ĺą…ĺč¨ =" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" -" \t\tă‚łăłă†ăłă„㯠500px 以上ă®ĺą…ă€ă‚µă‚¤ă‰ăăĽăŻ 220px 以上ă§800px 以下ă§ăŞă‘ă‚Ś" -"ă°ăŞă‚Šăľă›ă‚“。
      \n" -"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" -"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" -" \t\tă¦ăĽă‚¶ă®ă–ă©ă‚¦ă‚¶ă«ĺŻľă—ă¦ç›¸ĺŻľçš„ăŞĺ‰˛ĺă‚’é¸ćŠžă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚ăťă®ĺ ´ĺăŻ" -"ă–ă©ă‚¦ă‚¶ă®ĺą…ă«ĺŻľă™ă‚‹ % ă§č¨­ĺ®šă—ăľă™ă€‚
      \n" -"\t ă‚łăłă†ăłă„㯠40% 以上ăŚĺż…č¦ă§ă€ă‚µăĽă‰ăăĽăŻ 20% 以上㧠50% 以下ă§ăŞă‘ă‚Śă°" -"ăŞă‚Šăľă›ă‚“。
      \n" -"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" -"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"ăăă€ă®é«ă•ă‚’指定ă—ă¦ăŹă ă•ă„。設定を保ĺ­ă—ăźĺľŚă§ă€ć–°ă—ă„ăăă€ă‚¤ăˇăĽă‚¸ă‚’" -"アăă—ă­ăĽă‰ă—ă¦ăŹă ă•ă„。ăăă€ă®ĺą… =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Enable" -msgstr "有効化" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Disable" -msgstr "無効化" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\t\ttext and images.
      If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłă•ă­ăłăăšăĽă‚¸ă‚’有効化ă—ăľă™ă€‚ă“ă‚Śă§ă€ă‚ăŞăźă®ć–°ă—ă„ă›ăĽă " -"ăšăĽă‚¸ă«ăŞă‚Šăľă™ă€‚ăšăĽă‚¸ă«ăŻă€ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăł\n" -"\t\tă†ă‚­ă‚ąăă¨ă‚¤ăˇăĽă‚¸ä»ă®ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłç”¨ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ăŚă‚ă‚Šăľă™ă€‚" -"
      有効化ă—ă¦ă‚‚ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ăŚčˇ¨ç¤şă•ă‚ŚăŞă„時ăŻă€ 設定 » 読ăżčľĽăżă¸čˇŚăŤă€ă‚ăŞăźă®" -"最新ă®ćŠ•ç¨żăŚă•ă­ăłăăšăĽă‚¸čˇ¨ç¤şă«é¸ćŠžă•ă‚Śă¦ă„ă‚‹ă‹ă©" -"ă†ă‹ă‚’確認ă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•:" - -#: admin/settings.php:276 -msgid "width" -msgstr "ĺą…" - -#: admin/settings.php:277 -msgid "height" -msgstr "é«ă•" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•ăŻă€ă‚¤ăˇăĽă‚¸ă¨ĺŚăサイズă§ă™ă€‚" - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "アă‹ăˇăĽă‚·ă§ăł:" - -#: admin/settings.php:282 -msgid "Random" -msgstr "ă©ăłă€ă " - -#: admin/settings.php:282 -msgid "Fold" -msgstr "ćŠă‚Šăźăźăż" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "ă•ă‚§ăĽă‰" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "右ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "ă‚ąă©ă‚¤ă‰ă‚˘ăă—" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "ĺ·¦ă¸ă‚ąă©ă‚¤ă‰ă‚˘ăă—" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "上下ă¸ă‚ąă©ă‚¤ă‚ą" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "ĺ·¦ă‹ă‚‰ä¸Šä¸‹ă¸ă‚ąă©ă‚¤ă‚ą" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "ăśăă‚Żă‚ąă©ăłă€ă " - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăł" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăł" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "ă‚ąă©ă‚¤ă‰ă®ăă©ăłă‚¸ă‚·ă§ăłĺŠąćžśă§ă™ă€‚" - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "ăśăĽă€ăĽč¨­ĺ®š:" - -#: admin/settings.php:293 -msgid "Width" -msgstr "ĺą…" - -#: admin/settings.php:294 -msgid "Color" -msgstr "ă‚«ă©ăĽ" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "ă‚ąă©ă‚¤ă€ăĽăśăĽă€ăĽă®ĺą…ă¨ă‚«ă©ăĽ" - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "アă‹ăˇăĽă‚·ă§ăłć™‚é–“:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "ăźăŞă‚»ă‚«ăłă‰(1000ms = 1 秒)" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "ăă©ăłă‚¸ă‚·ă§ăłă‚˘ă‹ăˇăĽă‚·ă§ăłă‚’継続ă™ă‚‹ć™‚é–“" - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "ăťăĽă‚şć™‚é–“:" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "ă‚ąă©ă‚¤ă‰ăŚéť™ć­˘ă—表示ă•ă‚Śă‚‹ć™‚間。" - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "ă‚ąă©ă‚¤ă€ăĽăŠă“ゲăĽă‚·ă§ăł:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "ć•°" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "ă–ă¬ăă" - -#: admin/settings.php:309 admin/settings.php:1273 -msgid "None" -msgstr "ăŞă—" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "ă‚ąă©ă‚¤ă€ăĽă®ăŠă“ゲăĽă‚·ă§ăłă‚żă‚¤ă—。スă©ă‚¤ă€ăĽă®ä¸‹ă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "ă‚ąă©ă‚¤ă€ăĽă®çź˘ĺŤ°:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "常ă«čˇ¨ç¤ş" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "ă›ăăĽć™‚ă«čˇ¨ç¤ş" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "非表示" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "ă‚ąă©ă‚¤ă€ăĽă«ĺŹłăŠă‚ăłĺ·¦çź˘ĺŤ°" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "ă‚«ă†ă‚´ăŞé¸ćŠž" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "ă‚«ă‚ąă‚żă ă‚ąă©ă‚¤ă‰" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "最新ă®ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "ă©ăłă€ă ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "ăˇă˘ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨ż" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "特定ă®ćŠ•ç¨ż" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "最新ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "ăˇă˘ćŠ•ç¨żă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "表示ă—ăźă„投稿IDăŞă‚ąăďĽă‚łăłăžă§ĺŚşĺ‡ă‚‹ďĽ‰" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      ă‚«ă†ă‚´ăŞé¸ćŠž:" - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "表示ă™ă‚‹ćŠ•ç¨żć•°:" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "ă‚ąă©ă‚¤ă‰ 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "アăă—ă­ăĽă‰ă€ă‚ă‚‹ă„ăŻă€ă‚®ăŁă©ăŞăĽă‹ă‚‰ç”»ĺŹé¸ćŠž" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "タイăă«" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "ă†ă‚­ă‚ąă" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "ă‚ąă©ă‚¤ă‰ 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "ă‚ąă©ă‚¤ă‰ 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "ă‚ąă©ă‚¤ă‰ 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "ă‚ąă©ă‚¤ă‰ 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"ă‚ąă©ă‚¤ă‰ă®ă‚łăłă†ăłă„。画ĺŹăŚĺż…é ă§ă™ă€‚ä»–ă®é …ç›®ăŻă‚Şă—ă‚·ă§ăłă§ă™ă€‚ç”»ĺŹăŚé¸ćŠžă•" -"ă‚Śă¦ă„ă‚‹ă‚ąă©ă‚¤ă‰ă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "ă‚łă©ă ć•°:" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "ç”»ĺŹă®é«ă•:" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "続ăŤă‚’読むă†ă‚­ă‚ąă:" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "ă‚łă©ă ă®ä¸‹é¨ă«čˇ¨ç¤şă•ă‚Śă‚‹ăŞăłă‚Żă†ă‚­ă‚ąă。削除ă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚" - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "1st ă‚łă©ă " - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "2nd ă‚łă©ă " - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "3rd ă‚łă©ă " - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "4th ă‚łă©ă " - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "拡張ă†ă‚­ă‚ąă" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "ăăă—タイăă«" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "セカăłă‰ă‚żă‚¤ăă«" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "タイăă«ă‚«ă©ăĽ" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "タイăă«ă‚«ă©ăĽ (既定値 333333)。" - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "ăśăă ă†ă‚­ă‚ąă 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "ăśăă ă†ă‚­ă‚ąă 2" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"ă•ă­ăłăăšăĽă‚¸ă®ă†ă‚­ă‚ąă。ăăă—タイăă«ăŻă‚ąă©ă‚¤ă€ăĽä¸Šé¨ă€ă‚»ă‚«ăłă‰ă‚żă‚¤ăă«ăŻ" -"ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ă®é–“ă€ăťă—ă¦ă€ă‚łă©ă ä¸‹é¨ă®2行ă®ă†ă‚­ă‚ąă。\n" -"\t\tă™ăąă¦ă‚Şă—ă‚·ă§ăłă§ă™ă®ă§ă€ĺ…ĄĺŠ›ă—ăŞăŹă¦ă‚‚良ă„ă§ă™ă€‚ " - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "エăŞă‚˘ă‚’非表示ă«ă—ăľă™" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "ăăă€ă‚¨ăŞă‚˘ďĽç”»ĺŹă‚„čŚć™Żč‰˛ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "ăˇă‚¤ăłăˇă‹ăĄăĽďĽăăă—ăŠă“ゲăĽă‚·ă§ăłă‚żă–)を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "ă•ăタウィジェăăを非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "ă•ăă‚żďĽă‚łă”ăĽă©ă‚¤ăエăŞă‚˘ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "白色を非表示ă«ă—ăľă™ă€‚čŚć™Żč‰˛ă®ăżăŚć®‹ă‚Šăľă™ă€‚" - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "最ĺťă®ăšăĽă‚¸ă®éťžčˇ¨ç¤şă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăサイズをé¸ćŠžă—ă¦ăŹă ă•ă„。ăšăĽă‚¸ă€ćŠ•ç¨żă€ăťă—ă¦ă€ă‚łăˇ" -"ăłăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăăă€ă€ă‚µă‚¤ă‰ăˇă‹ăĄăĽăŻĺ¤‰ć›´ă—ăľă›ă‚“。" - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ă™ăąă¦ă®ă‚łăłă†ăłă„ă†ă‚­" -"ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăˇă‹ăĄăĽă‚‚ĺ«ăľă‚Śăľă™ă€‚" - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"ă‚ă‚‹ă„ăŻă€Googleă•ă‚©ăłăを下ă«ćŚżĺ…Ąă—ă¦ăŹă ă•ă„。ă•ă‚©ăłăă®ĺŤĺ‰Ťă ă‘を挿入ă—ă¦ăŹă ă•ă„。
      äľ‹: Marko One。Googleă•ă‚©ăłăを参照ă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"タイăă«ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。投稿ă¨ĺ›şĺ®šăšăĽă‚¸ă®ă‚ż" -"イăă«ă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"サイă‰ăăĽă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ウィジェăăă‚’ĺ«ăż" -"サイă‰ăăĽă®ă†ă‚­ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚ" -"é©ç”¨ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"サă–ăăă€ďĽh2 - h6é–“ă§ă®ă‚żă‚°ďĽ‰ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•" -"ă„。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "既定値" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"投稿ăăă€ă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"サイă‰ăăĽă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Left" -msgstr "ĺ·¦" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Right" -msgstr "右" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "両端ćŹă" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Center" -msgstr "中央" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"ă“ă‚ŚăŻćŠ•ç¨żă¨ăšăĽă‚¸ă®ă†ă‚­ă‚ąăć•´ĺ—を変更ă—ăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬" -"設定ăŚé©ç”¨ă•ă‚Śăľă™ďĽă†ă‚­ă‚ąăć•´ĺ—ăŻćŠ•ç¨żă‚„ă‚łăˇăłăă§č¨­ĺ®šă•ă‚Śăźă‚‚ă®ăŚä˝żç”¨ă•ă‚Śăľ" -"ă™ďĽ‰ă€‚" - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "段č˝ă®ă‚¤ăłă‡ăłăă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "既定ă®ăăă€ă¨ă‚żă‚¤ăă«ă‚¤ăłă‡ăłăďĽĺ·¦ăžăĽă‚¸ăłďĽ‰ă‚’無効ă«ă—ăľă™ă€‚" - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"ă†ă‚­ă‚ąăă®čˇŚă®é«ă•ă€‚ă†ă‚­ă‚ąăă®čˇŚé–“ă®é«ă•ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®š" -"ăŚé©ç”¨ă•ă‚Śăľă™ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"ĺŤčŞžé–“ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"文字間ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" -"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "ăăă€ă¨ă‚żă‚¤ăă«ă®ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦ă‚’無効ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "ăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 333333)。ă–ă©ăłă‚Żă«ă™ă‚‹ă¨čŚć™Żč‰˛ă‚’無ăŹă—ăľă™ă€‚" - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "ă‚łăłă†ăłă„čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。ćŽă‚‹ă„色を設定ă—ăźć–ąăŚč‰Żă„ă§ă™ă€‚" - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"ăˇă‚¤ăłăˇă‹ăĄăĽčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FAFAFA)。コăłă†ăłă„ă®čŚć™Żč‰˛ă¨ĺŚč‰˛ă‹ćŽă‚‹ă„色ăŚč‰Ż" -"ă„ă§ă—ょă†ă€‚" - -#: admin/settings.php:1080 admin/settings.php:1087 -msgid "First sidebar background color (Default value is FFFFFF)." -msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。" - -#: admin/settings.php:1095 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "ă•ăタウィジェăăエăŞă‚˘čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 171717)。" - -#: admin/settings.php:1103 -msgid "Footer background color (Default value is 222222)." -msgstr "ă•ăă‚żčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 222222)。" - -#: admin/settings.php:1111 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "ă–ă­ă‚°ă‚żă‚¤ăă«ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" - -#: admin/settings.php:1119 -msgid "Your blog's description color(Default value is 222222)." -msgstr "ă–ă­ă‚°ă®ă‡ă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 222222)。" - -#: admin/settings.php:1127 -msgid "Content Text Color (Default value is 333333)." -msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" - -#: admin/settings.php:1135 -msgid "Links color (Default value is 0D85CC)." -msgstr "ăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" - -#: admin/settings.php:1143 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ăŞăłă‚Żă®ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" - -#: admin/settings.php:1151 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "投稿ăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" - -#: admin/settings.php:1159 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ćŠ•ç¨żăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 000000)。" - -#: admin/settings.php:1167 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" - -#: admin/settings.php:1176 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 2EA5FD)。" - -#: admin/settings.php:1184 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "ă•ăタウィジェăăă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" - -#: admin/settings.php:1192 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 666666)。" - -#: admin/settings.php:1200 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 888888)。" - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "White" -msgstr "ă›ăŻă‚¤ă" - -#: admin/settings.php:1212 -msgid "Light" -msgstr "淡色" - -#: admin/settings.php:1212 -msgid "Light Gray" -msgstr "ć·ˇă„ă‚°ă¬ăĽ" - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "Gray" -msgstr "ă‚°ă¬ăĽ" - -#: admin/settings.php:1212 -msgid "Dark Gray" -msgstr "ćš—ă„ă‚°ă¬ăĽ" - -#: admin/settings.php:1212 -msgid "Black" -msgstr "ă–ă©ăă‚Ż" - -#: admin/settings.php:1220 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"ă“ă®č¨­ĺ®šăŻă€ă‚­ăŁă—ă‚·ă§ăłă®č¦‹ć „ăを変更ă—ăľă™ă€‚ă‚­ăŁă—ă‚·ă§ăłăŚăŞă„ç”»ĺŹă«ăŻĺ˝±éźż" -"ă—ăľă›ă‚“。" - -#: admin/settings.php:1236 -msgid "The border around your inserted images. " -msgstr "挿入ă—ăźç”»ĺŹă®ăśăĽă€ăĽă€‚" - -#: admin/settings.php:1251 -msgid "The image on top of your captions. " -msgstr "ç”»ĺŹä¸Šé¨ă®ă‚­ăŁă—ă‚·ă§ăłă€‚" - -#: admin/settings.php:1266 -msgid "The sidebar list bullets. " -msgstr "サイă‰ăăĽă®ăŞă‚ąăă–ă¬ăă。" - -#: admin/settings.php:1281 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "投稿ăˇă‚żă‚¨ăŞă‚˘ďĽćŠ•ç¨żă‚żă‚¤ăă«ă®ä¸‹ďĽ‰čŚć™Żč‰˛ă€‚既定値ăŻă‚°ă¬ăĽă€‚<" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 -#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 -#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 -#: admin/settings.php:1561 -msgid "Show" -msgstr "表示" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 -#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 -#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 -msgid "Hide" -msgstr "非表示" - -#: admin/settings.php:1297 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "投稿をĺ†ă‘ă‚‹ć°´ĺąłă«ăĽă©ăĽă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1313 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"ă‚łăłă†ăłă„エăŞă‚˘ďĽćŠ•ç¨żă€ăšăĽă‚¸ăŞă©ďĽ‰ă®ăŞă‚ąăă–ă¬ăăを表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1330 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"ăăă€ĺ†…ă®ă–ă­ă‚°ă‚żă‚¤ăă«ă¨čެćŽďĽă‚«ă‚ąă‚żă ăăă€ç”»ĺŹă‚’使用ă™ă‚‹ĺ ´ĺă€ă†ă‚­ă‚ąăä»" -"ă®ç”»ĺŹă‚’推奨)を表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1345 -msgid "Hide or show Page titles on any created pages. " -msgstr "作ćă•ă‚ŚăźăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1360 -msgid "Hide or show Page titles on Category Pages. " -msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1375 -msgid "Hide table borders and background color." -msgstr "ă†ăĽă–ă«ăśăĽă€ăĽă¨čŚć™Żč‰˛ă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1390 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"ă‚łăˇăłăă•ă‚©ăĽă ä¸‹é¨ă®čެćŽă†ă‚­ă‚ąăを非表示ă«ă—ăľă™ă€‚ďĽć¬ˇă®HTML ă‚żă‚°ă¨ĺ±žć€§" -"ăŚä˝żăăľă™:...ă§ĺ§‹ăľă‚‹ă†ă‚­ă‚ąă)" - -#: admin/settings.php:1397 -msgid "Hide in posts" -msgstr "投稿内を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1397 -msgid "Hide in pages" -msgstr "ăšăĽă‚¸ĺ†…を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1397 -msgid "Hide everywhere" -msgstr "ă©ă“ă§ă‚‚非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1405 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"ă‚łăˇăłăを受ă‘取らăŞă„設定をă—ă¦ă„る時ă«ć—˘ĺ®šĺ€¤ă¨ă—ă¦č¨­ĺ®šă•ă‚Śă¦ă„ă‚‹ă†ă‚­ă‚ąă " -"ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1421 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"ă‚łăˇăłăを受ă‘取らăŞă„投稿ă«čˇ¨ç¤şă•ă‚Śă‚‹ă†ă‚­ă‚ąă ă‚łăˇăłăオ㕠を非表示ă«" -"ă—ăľă™ă€‚" - -#: admin/settings.php:1437 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"ăăă—ă«ć»ă‚‹ăśă‚żăłă‚’有効化ă—ăľă™ă€‚ăśă‚żăłăŻăšăĽă‚¸ă‚’ă—ăźă«ă‚ąă‚Żă­ăĽă«ă™ă‚‹ă¨čˇ¨ç¤ş" -"ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1444 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"ă•ăă‚żă®ćś€ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚«ă‚ąă‚żă ă†ă‚­ă‚ąăă‚„ HTML ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚
      ăŞ" -"ăłă‚Żă€ç”»ĺŹă€©ăŞă©ă®ç‰ąć®Šć–‡ĺ­—ă‚’ĺ«ă‚“ă HTMLを使用ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1464 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"投稿や抜粋ă®ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚łăˇăłăă‚’ă©ă†ăžă‚„x 件ă®ă‚ł" -"ăˇăłăを表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" - -#: admin/settings.php:1479 -msgid "Hide or show the post date." -msgstr "投稿日を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" - -#: admin/settings.php:1494 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"投稿時間ä»ă®ćŠ•ç¨żć—Ąă‚’表示ă—ăľă™ă€‚投稿時間ăŻă€ćŠ•ç¨żć—ĄăŚéťžčˇ¨ç¤şă®ĺ ´ĺă€čˇ¨ç¤şă•ă‚Śăľ" -"ă›ă‚“。" - -#: admin/settings.php:1509 -msgid "Hide or show the post author." -msgstr "著者を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" - -#: admin/settings.php:1524 -msgid "Hide the post category." -msgstr "投稿カă†ă‚´ăŞă‚’非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1539 -msgid "Hide the post tags." -msgstr "投稿タグを非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1554 -msgid "Hide the 'Bookmark permalink'." -msgstr "'ă–ăă‚ŻăžăĽă‚Żă‘ăĽăžăŞăłă‚Ż'を非表示ă«ă—ăľă™ă€‚" - -#: admin/settings.php:1569 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"ă™ăąă¦ă®ćŠ•ç¨żăˇă‚żă‚’非表示ă«ă—ăľă™ă€‚ă™ăąă¦ă®ăˇă‚żć…ĺ ±ă€ăˇă‚żă‚¨ăŞă‚˘ăŚéťžčˇ¨ç¤şă«ăŞă‚Š" -"ăľă™ă€‚" - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Excerpt" -msgstr "抜粋" - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Full Post" -msgstr "投稿全文" - -#: admin/settings.php:1590 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"ăˇă‚¤ăłăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚標準投稿ă«é©ç”¨ă•ă‚Śăľă™ă€‚ăťă®ä»–ă®ćŠ•ç¨żă•ă‚©ăĽăžă" -"ăďĽă‚˘ă‚µă‚¤ă‰ă€ă‚¤ăˇăĽă‚¸ă€ăăŁăăă€ĺĽ•ç”¨ăŞă©ďĽ‰ăŻă€ăťă‚Śăžă‚Śç‹¬č‡Şă®ă•ă‚©ăĽăžăăă‚’" -"ćŚăŁă¦ă„ăľă™ă€‚" - -#: admin/settings.php:1605 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"ă›ăĽă ăšăĽă‚¸ă®ăˇă˘ćŠ•ç¨żă‚’全文表示ă™ă‚‹ă‹ă€ćŠśç˛‹čˇ¨ç¤şă™ă‚‹ă‹ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:1621 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"アăĽă‚«ă‚¤ă–ă€ă‚«ă†ă‚´ăŞă€ć¤śç´˘ăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚上č¨ă¨ĺŚć§ă«ă€ć¨™ćş–投稿ă«é©" -"用ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1629 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"抜粋ă«čˇ¨ç¤şă™ă‚‹ĺŤčŞžć•°ă€‚ä¸Šé™ă«é”ă™ă‚‹ă¨ĺ…¨ć–‡ăšăĽă‚¸ă«ăŞăłă‚Żă™ă‚‹ç¶šăŤă‚’読むăŞ" -"ăłă‚ŻăŚčˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1645 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"雑誌ă¬ă‚¤ă‚˘ă‚¦ăを有効化ă—ăľă™ă€‚ă“ă®ă¬ă‚¤ă‚˘ă‚¦ăăŻă€ćŠ•ç¨żă®ă‚る固定ăšăĽă‚¸ă§ă€2段組" -"ă§čˇ¨ç¤şă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1652 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "3ă‰ăăďĽ[...])を置換ă—ăľă™ă€‚抜粋ă«č‡Şĺ‹•çš„ă«čż˝ĺŠ ă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1659 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "抜粋ă«čż˝ĺŠ ă•ă‚Śă‚‹'続ăŤă‚’読む'ăŞăłă‚Żă‚’編集ă—ăľă™ă€‚" - -#: admin/settings.php:1674 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "WordPressăŻă‡ă•ă‚©ă«ăă§ă™ăąă¦ă®HTMLタグを取り除ăŤăľă™ (" - -#: admin/settings.php:1705 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"投稿ă«ă‚˘ă‚¤ă‚­ăŁăăç”»ĺŹă¨ă—ă¦ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚ç”»ĺŹăŻăŠć°—ă«ĺ…Ąă‚Šă‚¤" -"ăˇăĽă‚¸ă‚»ă‚Żă‚·ă§ăłă§ă€ćŠ•ç¨żćŻŽă«é¸ćŠžă—ăŞă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。" - -#: admin/settings.php:1720 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"投稿ă«ćŚżĺ…Ąă•ă‚Śăźă‚¤ăˇăĽă‚¸ă§ćś€ĺťă®ç”»ĺŹă‚’アイキăŁăăç”»ĺŹă¨ă—ă¦čˇ¨ç¤şă—ăľă™ă€‚" - -#: admin/settings.php:1736 -msgid "Thumbnail alignment." -msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" - -#: admin/settings.php:1753 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"アイキăŁăăç”»ĺŹă®ă‚µă‚¤ă‚şďĽă”ă‚Żă‚»ă«ĺŤä˝ŤďĽ‰ă€‚ă‡ă•ă‚©ă«ăă§ăŻă€ç”»ĺŹă®ă‚˘ă‚ąăšă‚Żă比" -"ă§čŞżć•´ă•ă‚Śăľă™ă€‚特定ă®ă‚µă‚¤ă‚şăŚĺż…č¦ăŞĺ ´ĺăŻă€ç”»ĺŹă‚’ĺ‡ă‚ŠĺŹ–ă‚‹ăŞă©ă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:1769 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"ăăă€ăĽă«ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚投稿ă®ăŠć°—ă«ĺ…Ąă‚Šă‚¤ăˇăĽă‚¸ă‚’é¸ćŠžă—ă€\n" -"\t\t\t\t\t\t\tăťă®ç”»ĺŹăŚçŹľĺś¨ă®ăăă€ă‚µă‚¤ă‚şă¨ĺŚç­‰ă‹ĺ¤§ăŤă„ĺ ´ĺă«ăăă€ăŚăŠć°—ă«" -"ĺ…Ąă‚Šç”»ĺŹă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" - -#: admin/settings.php:1790 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"ĺ·¦ă®ă‰ă­ăă—ă€ă‚¦ăłăˇă‹ăĄăĽă‹ă‚‰ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’é¸ćŠžă—ă€ĺŹłă®ĺ…ĄĺŠ›ć¬„ă«ăť" -"ă®ă‚˘ă‰ă¬ă‚ąă‚’挿入ă—ă¦ăŹă ă•ă„。ďĽäľ‹: http://www.facebook.com/yourname)" - -#: admin/settings.php:1804 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’最大5ă¤ćŚżĺ…Ąă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1818 -msgid "There are a total of 27 social networks to choose from. " -msgstr "ĺ…¨é¨ă§27ă®ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‹ă‚‰é¸ćŠžă§ăŤăľă™ă€‚" - -#: admin/settings.php:1832 -msgid "You can leave any number of inputs empty. " -msgstr "入力欄ăŻă„ăŹă¤ă§ă‚‚ç©şă®ăľăľă«ă—ă¦ăŠă„ă¦ă‚‚ă‹ăľă„ăľă›ă‚“。" - -#: admin/settings.php:1846 -msgid "You can choose the same social media any number of times. " -msgstr "ĺŚăă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘ă‚’何度ă§ă‚‚é¸ćŠžă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1877 -msgid "Choose the areas where to display the social icons." -msgstr "" -"ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚˘ă‚¤ă‚łăłă‚’表示ă™ă‚‹ă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" - -#: admin/settings.php:1898 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "" -"サイăăăă€ă‚’ă‚ŻăŞăă‚Żă—ă¦ă‚¤ăłă‡ăă‚Żă‚ąăšăĽă‚¸ă¸ăŞăłă‚Żă™ă‚‹ă‚ă†ă«č¨­ĺ®šă—ăľă™ă€‚" - -#: admin/settings.php:1913 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"ă‚łăłă†ăłă„エăŞă‚˘ă®ćś€ä¸Šé¨ă«ă‘ăłĺ±‘ăŞă‚ąăを表示ă—ăľă™ă€‚ă‘ăłĺ±‘ăŞă‚ąăăŻă‚µă‚¤ă内ă§" -"ă©ă“ă«ă„ă‚‹ă‹ă‚’示ă™ăŠă“ゲăĽă‚·ă§ăłă§ă™ă€‚" - -#: admin/settings.php:1928 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"ăšăĽă‚¸ăŤăĽă‚·ă§ăłă‚’表示ă—ăľă™ă€‚2ăšăĽă‚¸ä»Ąä¸Šĺ­ĺś¨ă™ă‚‹ć™‚ăŻă€ăšăĽă‚¸ćś€ä¸‹é¨ă®ĺŹ¤ă„" -"投稿ă¨ć–°ă—ă„投稿ăŞăłă‚ŻăŚăšăĽă‚¸ă‚’é¸ćŠžă§ăŤă‚‹ăŞăłă‚Żă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" - -#: admin/settings.php:1943 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"ă˘ăイă«ă“ăĄăĽă‚’有効化ă—ă€Mantraă‚’ă¬ă‚ąăťăłă‚·ă–ă«ă—ăľă™ă€‚ă¬ă‚¤ă‚˘ă‚¦ăă¨ă–ă­ă‚°ă®" -"見ăć–ąăŻă€ă‡ăイスă®č§ŁĺŹĺş¦ă«ă‚ăŁă¦ĺ¤‰ă‚Źă‚Šăľă™ă€‚" - -#: admin/settings.php:1953 -msgid "Upload or select favicon from gallery" -msgstr "アăă—ă­ăĽă‰ă™ă‚‹ă‹ă€ă‚®ăŁă©ăŞăĽă‹ă‚‰faviconă‚’é¸ćŠžă—ăľă™ă€‚" - -#: admin/settings.php:1957 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"ĺ¶é™: イăˇăĽă‚¸ăŚç„ˇă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。イăˇăĽă‚¸ă®ĺ¤§ăŤă•ăŻă€ćś€ĺ¤§64 x 64 ă§ă™ă€‚" -"ă•ă‚ˇă‚¤ă«ă®ĺ˝˘ĺĽŹăŻ .ico 㨠.png を推奨ă—ăľă™ă€‚" - -#: admin/settings.php:1965 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"ă‚«ă‚ąă‚żă CSSを挿入ă—ăľă™ă€‚設定ă•ă‚ŚăźCSSăŻă€Mantra 標準CSSďĽMantra 設定ăšăĽă‚¸ă§" -"設定ă—ăźă‚«ă‚ąă‚żă ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚€ďĽ‰ă‚ă‚Šĺ„Şĺ…ă•ă‚Śăľă™ă€‚
      ă‚«ă‚ąă‚żă CSSăŻă€" -"ă†ăĽăžă‚’ć›´ć–°ă—ăźĺ ´ĺă§ă‚‚äżťćŚă•ă‚Śăľă™ă€‚" - -#: admin/settings.php:1972 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"ă‚«ă‚ąă‚żă  Javascript ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚ďĽGoogle Analytcs ă‚„ăťă®ä»–アクセスĺ†" -"ćžă‚˝ă•ăウェアăŞă©ďĽ‰" - -#: admin/settings.php:1985 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Mantra ă®SEOを有効化ă—ăľă™ă€‚最ĺťă‹ă‚‰ćś‰ĺŠąĺŚ–ă•ă‚Śă¦ă„ăľă™ăŚă€SEO ă—ă©ă‚°ă‚¤ăłă‚’使" -"用ă™ă‚‹ĺ ´ĺă«ç„ˇĺŠąĺŚ–ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" - -#: admin/settings.php:1997 -msgid "Auto" -msgstr "自動" - -#: admin/settings.php:1997 -msgid "Manual" -msgstr "手動" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "ć›°ăŹ:" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "ă‚łăˇăłăăŻć‰żčŞŤĺľ…ăˇă§ă™ă€‚" - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "at" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "ďĽç·¨é›†ďĽ‰" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "ă”ăłăăă‚Ż:" - -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "ă‚łăˇăłăă‚’ă©ă†ăž" - -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "1件ă®ă‚łăˇăłă" - -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "%件ă®ă‚łăˇăłă" - -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "古ă„ă‚łăˇăłă" - -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "ć–°ă—ă„ă‚łăˇăłă" - -#: includes/theme-functions.php:233 -msgid "Home Page" -msgstr "ă›ăĽă ăšăĽă‚¸" - -#: includes/theme-functions.php:297 -msgid "Powered by" -msgstr "Powered by" - -#: includes/theme-loop.php:145 -msgid "By " -msgstr "By " - -#: includes/theme-loop.php:185 -msgid " Bookmark the " -msgstr " ă–ăă‚ŻăžăĽă‚Żă™ă‚‹" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "Permalink to" -msgstr "ă‘ăĽăžăŞăłă‚Ż" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "permalink" -msgstr "ă¸ă®ă‘ăĽăžăŞăłă‚Ż" - -#: includes/theme-loop.php:187 includes/theme-loop.php:189 -msgid "Bookmark the " -msgstr "ă–ăă‚ŻăžăĽă‚Ż" - -#: includes/theme-loop.php:211 -msgid "« Older posts" -msgstr "« 古ă„投稿" - -#: includes/theme-loop.php:212 -msgid "Newer posts »" -msgstr "ć–°ă—ă„投稿 »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "ăšăĽă‚¸ %s" - -#: includes/theme-setup.php:90 -msgid "Primary Navigation" -msgstr "ă—ă©ă‚¤ăžăŞăĽăŠă“ゲăĽă‚·ă§ăł" - -#: includes/theme-setup.php:91 -msgid "Top Navigation" -msgstr "ăăă—ăŠă“ゲăĽă‚·ă§ăł" - -#: includes/theme-setup.php:92 -msgid "Footer Navigation" -msgstr "ă•ăă‚żăŠă“ゲăĽă‚·ă§ăł" - -#: includes/theme-setup.php:139 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:200 -msgid "Skip to content" -msgstr "ă‚łăłă†ăłă„ă¸ă‚ąă‚­ăă—" - -#: includes/theme-setup.php:227 -msgid "Primary Widget Area - Sidebar 1" -msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:229 -msgid "Primary widget area - Sidebar 1" -msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:238 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:240 -msgid "Secondary widget area - Sidebar 1" -msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" - -#: includes/theme-setup.php:249 -msgid "Third Widget Area - Sidebar 2" -msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:251 -msgid "Third widget area - Sidebar 2" -msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:260 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:262 -msgid "Fourth widget area - Sidebar 2" -msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" - -#: includes/theme-setup.php:271 -msgid "First Footer Widget Area" -msgstr "1st ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:273 -msgid "First footer widget area" -msgstr "1st ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:282 -msgid "Second Footer Widget Area" -msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:284 -msgid "Second footer widget area" -msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:293 -msgid "Third Footer Widget Area" -msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:295 -msgid "The third footer widget area" -msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:304 -msgid "Fourth Footer Widget Area" -msgstr "4th ă•ăタウィジェăăエăŞă‚˘" - -#: includes/theme-setup.php:306 -msgid "The fourth footer widget area" -msgstr "4th ă•ăタウィジェăăエăŞă‚˘" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-30 17:12+0200\n" +"PO-Revision-Date: 2013-06-14 15:07+0900\n" +"Last-Translator: Yoshiki Osako \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Generator: Poedit 1.5.5\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "見ă¤ă‹ă‚Šăľă›ă‚“" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "ć—ĄĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "ćśĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "ĺą´ĺĄă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "ă–ă­ă‚°ă‚˘ăĽă‚«ă‚¤ă–" + +#: archive.php:57 author.php:74 category.php:50 +msgid "Nothing Found" +msgstr "何も見ă¤ă‹ă‚Šăľă›ă‚“" + +#: archive.php:61 author.php:78 category.php:54 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "ăŠćŽ˘ă—ă®ăšăĽă‚¸ăŻč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "%s ă¸ć»ă‚‹" + +#: attachment.php:29 +msgid "By" +msgstr "By" + +#: attachment.php:40 +msgid "Published" +msgstr "発行" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "ă•ă«ă‚µă‚¤ă‚ş %s ă”ă‚Żă‚»ă«" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "ă•ă«ă‚µă‚¤ă‚şă‚¤ăˇăĽă‚¸ă¸ăŞăłă‚Ż" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:49 content-gallery.php:65 content-image.php:42 +#: content-link.php:49 content-page.php:22 content-quote.php:46 +#: content-status.php:48 content.php:77 +msgid "Edit" +msgstr "編集" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "続ăŤă‚’読む" + +#: attachment.php:101 content-aside.php:39 content-chat.php:38 +#: content-gallery.php:55 content-image.php:33 content-link.php:38 +#: content-page.php:21 content-quote.php:36 content-status.php:39 +#: content.php:49 content.php:66 +msgid "Pages:" +msgstr "ăšăĽă‚¸:" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "著者アăĽă‚«ă‚¤ă–: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "%s ă«ă¤ă„ă¦" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "ă‚«ă†ă‚´ăŞă‚˘ăĽă‚«ă‚¤ă–: %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" +"ă“ă®ćŠ•ç¨żăŻă‘ă‚ąăŻăĽă‰ă§äżťč­·ă•ă‚Śă¦ă„ăľă™ă€‚ă‚łăˇăłăを表示ă™ă‚‹ă«ăŻă‘ă‚ąăŻăĽă‰ă‚’ĺ…Ą" +"力ă—ă¦ăŹă ă•ă„。" + +#: content-aside.php:20 +msgid "Aside" +msgstr "ă‚ŹăŤ" + +#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 +#: content-image.php:32 content-link.php:37 content-quote.php:35 +#: content-status.php:38 +msgid "Continue reading " +msgstr "続ăŤă‚’読む " + +#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 +#: content-image.php:39 content-link.php:45 content-quote.php:43 +#: content-status.php:46 content.php:75 +msgid "Tagged" +msgstr "ă‚żă‚°ä»ă‘ă•ă‚Śăź" + +#: content-chat.php:20 +msgid "Chat" +msgstr "ăăŁăă" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "ă‚®ăŁă©ăŞăĽ" + +#: content-image.php:19 +msgid "Image" +msgstr "ç”»ĺŹ" + +#: content-link.php:20 +msgid "Link" +msgstr "ăŞăłă‚Ż" + +#: content-page.php:27 +msgid "Comments are closed." +msgstr "ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ă€‚" + +#: content-quote.php:18 +msgid "Quote" +msgstr "引用" + +#: content-status.php:30 +msgid "Status" +msgstr "ă‚ąă†ăĽă‚żă‚ą" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "%s ă®ć¤śç´˘çµćžś" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "%s ă®ć¤śç´˘çµćžśăŚă‚ă‚Šăľă›ă‚“" + +#: searchform.php:1 +msgid "Search" +msgstr "検索" + +#: single.php:44 +msgid "View all posts by " +msgstr "ă™ăąă¦ă®ćŠ•ç¨żă‚’見る" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "タグアăĽă‚«ă‚¤ă–: %s" + +#: admin/admin-functions.php:62 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" +"イăłăťăĽăă•ă‚ˇă‚¤ă«ă‚’アăă—ă­ăĽă‰ă™ă‚‹ĺ‰Ťă«ă€ä»Ąä¸‹ă®ă‚¨ă©ăĽă‚’修正ă—ă¦ăŹă ă•ă„。" + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" + +#: admin/admin-functions.php:72 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Mantra設定をイăłăťăĽăă™ă‚‹ĺ ´ć‰€ă§ă™ă€‚ ă“ă‚ŚăŻăľă č©¦é¨“中ă®ć©źč˝ă§ă™ă€‚" + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "ă‚łăłă”ăĄăĽă‚żă‹ă‚‰ă•ă‚ˇă‚¤ă«ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "最大サイズ: %s" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "ăťă—ă¦ă‚¤ăłăťăĽăďĽ" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "Mantra ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚’イăłăťăĽă" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "ă‚Şă—ă‚·ă§ăłăŻă‚¤ăłăťăĽăă•ă‚Śăľă—ăź!" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă¸ć»ă‚Šă€ăťă‚Śă‚‰ă‚’ăェăă‚Żă—ă¦ăŹă ă•ă„!" + +#: admin/admin-functions.php:155 admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "ĺ°Źă•ăŞĺ•ŹéˇŚăŚč¦‹ă¤ă‹ă‚Šăľă—ăźă€‚" + +#: admin/admin-functions.php:156 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă€ć­Łĺ˝“㪠Mantra ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚“ă§ă„ăľă›ă‚“。" +"Mantra ă‚Şă—ă‚·ă§ăłăšăĽă‚¸ă‹ă‚‰ă•ă‚ˇă‚¤ă«ăŚă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•" +"ă„。" + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻčŞ­ăżčľĽă‚ăľă›ă‚“。" + +#: admin/admin-functions.php:168 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"アăă—ă­ăĽă‰ă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŻă‚µăťăĽăă•ă‚Śă¦ă„ăľă›ă‚“。Mantra ăšăĽă‚¸ă‹ă‚‰ă†ă‚­ă‚ąă" +"ă•ă‚ˇă‚¤ă«ă¨ă—ă¦ă‚¨ă‚Żă‚ąăťăĽăă•ă‚Śăźă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" + +#: admin/admin-functions.php:177 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"ă•ă‚ˇă‚¤ă«ăŚç©şă‹ă€ă•ă‚ˇă‚¤ă«ăŚă‚ă‚Šăľă›ă‚“。ă“ă®ă‚¨ă©ăĽăŻă€php.ini ă®č¨­ĺ®šă§ă€ă‚˘ăă—" +"ă­ăĽă‰ăŚćś‰ĺŠąă«ăŞăŁă¦ă„ăŞă„ă‹ă€post_max_size ă®ĺ€¤ăŚ upload_max_filesize ă®ĺ€¤ă‚" +"ă‚Šă‚‚ĺ°Źă•ă„ă“ă¨ăŚĺŽźĺ› ă‹ă‚‚ă—ă‚Śăľă›ă‚“。" + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "ERROR: ă“ă®ć©źč˝ă‚’使用ă™ă‚‹ć¨©é™ăŚă‚ă‚Šăľă›ă‚“。" + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "ă¬ă‚¤ă‚˘ă‚¦ă設定" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "ă†ă‚­ă‚ąă設定" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "ă‚«ă©ăĽč¨­ĺ®š" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "ă‚°ă©ă•ă‚Łăクス設定" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "投稿ć…報設定" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "投稿抜粋設定" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹč¨­ĺ®š" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "ă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘č¨­ĺ®š" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "ăťă®ä»–設定" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "ăˇă‚¤ăłă¬ă‚¤ă‚˘ă‚¦ă" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "ă‚łăłă†ăłă„ / サイă‰ăăĽă®ĺą…" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "ăăă€ăĽç”»ĺŹă®é«ă•" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă®ćś‰ĺŠąĺŚ–" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "ă‚ąă©ă‚¤ă€ăĽč¨­ĺ®š" + +#: admin/main.php:110 +msgid "Slides" +msgstr "ă‚ąă©ă‚¤ă‰" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ă‚łă©ă " + +#: admin/main.php:112 +msgid "Extras" +msgstr "エキスăă©" + +#: admin/main.php:114 +msgid "General Font" +msgstr "一č¬ă•ă‚©ăłă" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "一č¬ă•ă‚©ăłăサイズ" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "投稿タイăă«ă•ă‚©ăłă" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "投稿タイăă«ă•ă‚©ăłăサイズ" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "サイă‰ăăĽă•ă‚©ăłă" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "サイă‰ăăĽă•ă‚©ăłăサイズ" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "サă–ăăă€ă•ă‚©ăłă" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "強調ă†ă‚­ă‚ąăć•´ĺ—" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "段č˝ă‚¤ăłă‡ăłă" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "ăăă€ă‚¤ăłă‡ăłă" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "ă©ă‚¤ăłă®é«ă•" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "ĺŤčŞžé–“ă®ĺą…" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "文字間ă®ĺą…" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "čŚć™Żč‰˛" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "ăăă€ďĽăăŠăĽă€ăˇă‹ăĄăĽďĽ‰ă®čŚć™Żč‰˛" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "ă‚łăłă†ăłă„ă®čŚć™Żč‰˛" + +#: admin/main.php:132 +msgid "Menu Background Color" +msgstr "ăˇă‹ăĄăĽă®čŚć™Żč‰˛" + +#: admin/main.php:133 +msgid "First Sidebar Background Color" +msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛" + +#: admin/main.php:134 +msgid "Second Sidebar Background Color" +msgstr "2nd サイă‰ăăĽă®čŚć™Żč‰˛" + +#: admin/main.php:136 +msgid "Site Title Color" +msgstr "サイăタイăă«ă‚«ă©ăĽ" + +#: admin/main.php:137 +msgid "Site Description Color" +msgstr "サイăă‡ă‚Łă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽ" + +#: admin/main.php:139 +msgid "Content Text Color" +msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽ" + +#: admin/main.php:140 +msgid "Links Color" +msgstr "ăŞăłă‚Żă‚«ă©ăĽ" + +#: admin/main.php:141 +msgid "Links Hover Color" +msgstr "ăŞăłă‚Żă›ăăĽă‚«ă©ăĽ" + +#: admin/main.php:142 +msgid "Post Title Color" +msgstr "投稿タイăă«ă‚«ă©ăĽ" + +#: admin/main.php:143 +msgid "Post Title Hover Color" +msgstr "投稿タイăă«ă›ăăĽă‚«ă©ăĽ" + +#: admin/main.php:144 +msgid "Sidebar Header Background Color" +msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛" + +#: admin/main.php:145 +msgid "Sidebar Header Text Color" +msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" + +#: admin/main.php:146 +msgid "Footer Widget Background Color" +msgstr "ă•ăタウィジェăăčŚć™Żč‰˛" + +#: admin/main.php:147 +msgid "Footer Background Color" +msgstr "ă•ăă‚żčŚć™Żč‰˛" + +#: admin/main.php:148 +msgid "Footer Widget Header Text Color" +msgstr "ă•ăタウィジェăăăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽ" + +#: admin/main.php:149 +msgid "Footer Widget Link Color" +msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽ" + +#: admin/main.php:150 +msgid "Footer Widget Hover Color" +msgstr "ă•ăタウィジェăăă›ăăĽă‚«ă©ăĽ" + +#: admin/main.php:152 +msgid "Caption Border" +msgstr "ă‚­ăŁă—ă‚·ă§ăłăśăĽă€ăĽ" + +#: admin/main.php:153 +msgid "Post Images Border" +msgstr "投稿画ĺŹăśăĽă€ăĽ" + +#: admin/main.php:154 +msgid "Caption Pin" +msgstr "ă‚­ăŁă—ă‚·ă§ăłă”ăł" + +#: admin/main.php:155 +msgid "Sidebar Menu Bullets" +msgstr "サイă‰ăˇă‹ăĄăĽă–ă¬ăă" + +#: admin/main.php:156 +msgid "Meta Area Background" +msgstr "ăˇă‚żă‚¨ăŞă‚˘čŚć™Ż" + +#: admin/main.php:157 +msgid "Post Separator" +msgstr "投稿セă‘ă¬ăĽă‚ż" + +#: admin/main.php:158 +msgid "Content List Bullets" +msgstr "ă‚łăłă†ăłă„ăŞă‚ąăă–ă¬ăă" + +#: admin/main.php:159 +msgid "Title and Description" +msgstr "タイăă«ă¨čެćŽ" + +#: admin/main.php:160 +msgid "Page Titles" +msgstr "ăšăĽă‚¸ă‚żă‚¤ăă«" + +#: admin/main.php:161 +msgid "Category Page Titles" +msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă‚żă‚¤ăă«" + +#: admin/main.php:162 +msgid "Hide Tables" +msgstr "ă†ăĽă–ă«ă‚’非表示ă«ă—ăľă™" + +#: admin/main.php:163 +msgid "Back to Top button" +msgstr "ăăă—ă¸ć»ă‚‹ăśă‚żăł" + +#: admin/main.php:164 +msgid "Text Under Comments" +msgstr "ă‚łăˇăłă下ă®ă†ă‚­ă‚ąă" + +#: admin/main.php:165 +msgid "Comments are closed text" +msgstr "ă‚łăˇăłăĺść­˘ä¸­ă†ă‚­ă‚ąă" + +#: admin/main.php:166 +msgid "Comments off" +msgstr "ă‚łăˇăłăă‚Şă•" + +#: admin/main.php:167 +msgid "Custom Footer Text" +msgstr "ă‚«ă‚ąă‚żă ă•ăă‚żă†ă‚­ă‚ąă" + +#: admin/main.php:169 +msgid "Post Comments Link" +msgstr "ă‚łăˇăłă投稿ăŞăłă‚Ż" + +#: admin/main.php:170 +msgid "Post Date" +msgstr "投稿日" + +#: admin/main.php:171 +msgid "Post Time" +msgstr "投稿時ĺ»" + +#: admin/main.php:172 +msgid "Post Author" +msgstr "著者" + +#: admin/main.php:173 +msgid "Post Category" +msgstr "投稿カă†ă‚´ăŞ" + +#: admin/main.php:174 +msgid "Post Tags" +msgstr "投稿タグ" + +#: admin/main.php:175 +msgid "Post Permalink" +msgstr "投稿ă‘ăĽăžăŞăłă‚Ż" + +#: admin/main.php:176 +msgid "All Post Metas" +msgstr "ă™ăąă¦ă®ćŠ•ç¨żăˇă‚ż" + +#: admin/main.php:178 +msgid "Post Excerpts on Home Page" +msgstr "ă›ăĽă ăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" + +#: admin/main.php:179 +msgid "Affect Sticky Posts" +msgstr "ăˇă˘ćŠ•ç¨żă¸ĺ˝±éźż" + +#: admin/main.php:180 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "アăĽă‚«ă‚¤ă–ăŠă‚ăłă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ćŠ•ç¨żćŠśç˛‹" + +#: admin/main.php:181 +msgid "Number of Words for Post Excerpts " +msgstr "投稿抜粋ă®ĺŤčŞžć•°" + +#: admin/main.php:182 +msgid "Magazine Layout" +msgstr "雑誌ă¬ă‚¤ă‚˘ă‚¦ă" + +#: admin/main.php:183 +msgid "Excerpt suffix" +msgstr "抜粋ă®ćŽĄĺ°ľčľž" + +#: admin/main.php:184 +msgid "Continue reading link text " +msgstr "続ăŤă‚’読むăŞăłă‚Żă†ă‚­ă‚ąă" + +#: admin/main.php:185 +msgid "HTML tags in Excerpts" +msgstr "抜粋中ă®HTMLă‚żă‚°" + +#: admin/main.php:187 +msgid "Featured Images as POST Thumbnails " +msgstr "投稿アイキăŁăăç”»ĺŹă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" + +#: admin/main.php:188 +msgid "Auto Select Images From Posts " +msgstr "投稿ă‹ă‚‰č‡Şĺ‹•çš„ă«ç”»ĺŹă‚’é¸ćŠž" + +#: admin/main.php:189 +msgid "Thumbnails Alignment " +msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" + +#: admin/main.php:190 +msgid "Thumbnails Size " +msgstr "アイキăŁăăç”»ĺŹă‚µă‚¤ă‚ş" + +#: admin/main.php:191 +msgid "Featured Images as HEADER Images " +msgstr "ăăă€ă‚¤ăˇăĽă‚¸ă¨ă—ă¦ă®ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹ" + +#: admin/main.php:193 +msgid "Link nr. 1" +msgstr "ăŞăłă‚Ż nr. 1" + +#: admin/main.php:194 +msgid "Link nr. 2" +msgstr "ăŞăłă‚Ż nr. 2" + +#: admin/main.php:195 +msgid "Link nr. 3" +msgstr "ăŞăłă‚Ż nr. 3" + +#: admin/main.php:196 +msgid "Link nr. 4" +msgstr "ăŞăłă‚Ż nr. 4" + +#: admin/main.php:197 +msgid "Link nr. 5" +msgstr "ăŞăłă‚Ż nr. 5" + +#: admin/main.php:198 +msgid "Socials display" +msgstr "ă‚˝ăĽă‚·ăŁă«čˇ¨ç¤ş" + +#: admin/main.php:200 +msgid "Make Site Header a Link" +msgstr "サイăăăă€ă‚’ăŞăłă‚Żă«ă—ăľă™" + +#: admin/main.php:201 +msgid "Breadcrumbs" +msgstr "ă‘ăłĺ±‘ăŞă‚ąă" + +#: admin/main.php:202 +msgid "Pagination" +msgstr "ăšăĽă‚¸é€ă‚Š" + +#: admin/main.php:203 +msgid "Mobile view" +msgstr "ă˘ăイă«ă“ăĄăĽ" + +#: admin/main.php:204 +msgid "FavIcon" +msgstr "FavIcon" + +#: admin/main.php:205 +msgid "Custom CSS" +msgstr "ă‚«ă‚ąă‚żă  CSS" + +#: admin/main.php:206 +msgid "Custom JavaScript" +msgstr "ă‚«ă‚ąă‚żă  JavaScript" + +#: admin/main.php:207 +msgid "SEO Settings" +msgstr "SEO 設定" + +#: admin/main.php:224 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "ă“ă®ăšăĽă‚¸ă«ă‚˘ă‚Żă‚»ă‚ąă™ă‚‹ă‘ăĽăźăă‚·ă§ăłăŚă‚ă‚Šăľă›ă‚“。" + +#: admin/main.php:234 +msgid "Mantra settings updated successfully." +msgstr "Mantra 設定ăŻć›´ć–°ă•ă‚Śăľă—ăźă€‚" + +#: admin/main.php:245 +msgid "Reset to Defaults" +msgstr "既定値ă«ć»ă™" + +#: admin/main.php:246 +msgid "Save Changes" +msgstr "変更を保ĺ­" + +#: admin/main.php:260 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

      " +msgstr "" +"

      Cryout Creations (Mantra ă†ăĽăžă®é–‹ç™şč€…)ă§ăŻă€ĺ¸¸ă«Mantra ă†ăĽăžă®ć”ąĺ–„ă«ĺŠŞ" +"ă‚ă¦ă„ăľă™ă€‚今ăľă§ĺ¤šăŹă®ä¸Ťĺ…·ĺă‚’ç›´ă—ă¦ăŤăľă—ăź; 多ăŹă®ă‚«ă‚ąă‚żăžă‚¤ă‚şă‚Şă—ă‚·ă§ăł" +"を追加ă™ă‚‹ă¨ĺŚć™‚ă«ă€ă§ăŤă‚‹ă ă‘ă‚·ăłă—ă«ă«äżťă¤ă‚ă†ĺŠŞĺŠ›ă—ă¦ăŤăľă—ăź; ăťă—ă¦...ă„" +"ă¤ă‚‚皆ă•ă‚“ă®ăˇăĽă«ă‚„ă‚łăˇăłăを読ăżă€ăŽăĽăを取りă€ĺ°†ćťĄă®ăăĽă‚¸ă§ăłă§ĺ®źçŹľă™ă‚‹" +"ć©źč˝ă‚’ăŞă‚ąăアăă—ă—ă¦ă„ăľă™ă€‚

      \n" +"\t\t\t

      彼らăŻă©ă†ă‚„ăŁă¦ă„ă‚‹ă®? ă©ă†ă‚„ăŁă¦ă†ăĽăžă‚’良好ă«äżťăˇç¶šă‘ă¦ă„ă‚‹ă®?" +" ă¨č¨€ă†ă‚ă†ăŞç–‘ĺ•Źă‚’ćŚăŁă¦ă„ă‚‹ă‹ă‚‚ă—ă‚Śăľă›ă‚“。ăťă‚ŚăŻç°ˇĺŤăŞă®ă§ă§ă™ă€‚ă‚łăĽ" +"ă’ăĽă‚’飲んă§ă„ă‚‹ă ă‘ă§ă™ă€‚ăťă‚Śă‚‚熱ă„ă‚łăĽă’ăĽă‚’。ç§ăźăˇăŻăťă‚ŚăŚĺĄ˝ăŤăŞă®ă§ă™! " +"Mantra ă†ăĽăžă®ĺ°†ćťĄă®é–‹ç™şă«ĺŠ›ă‚’貸ă—ă¦ăŹă ă•ă„...

      " + +#: admin/main.php:275 +msgid "Import/Export Settings" +msgstr "イăłăťăĽă / エクスăťăĽă 設定" + +#: admin/main.php:281 +msgid "Export Theme options" +msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¨ă‚Żă‚ąăťăĽă" + +#: admin/main.php:282 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"ç°ˇĺŤă§ă™ă€‚ăžă‚¦ă‚ąă‚’ă‚ŻăŞăă‚Żă—ă¦Mantra 設定をエクスăťăĽăă—ă€PCă«äżťĺ­ă™ă‚‹ă“ă¨ăŚ" +"ă§ăŤăľă™ă€‚" + +#: admin/main.php:287 +msgid "Import Theme options" +msgstr "ă†ăĽăžă‚Şă—ă‚·ă§ăłă‚¤ăłăťăĽă" + +#: admin/main.php:288 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"イăłăťăĽăăŚăŞă‘ă‚Śă°ă€ă‚¨ă‚Żă‚ąăťăĽăă‚‚ă‚ă‚Šăľă›ă‚“。エクスăťăĽăă•ă‚Śăźă•ă‚ˇă‚¤ă«ăŚ" +"ă‚ă‚‹ă“ă¨ă‚’確認ă—ă¦ăŹă ă•ă„。" + +#: admin/main.php:295 +msgid "Mantra Latest News" +msgstr "Mantra 最新ă‹ăĄăĽă‚ą" + +#: admin/main.php:306 +msgid "No news items." +msgstr "ć–°ă—ă„アイă†ă ăŻă‚ă‚Šăľă›ă‚“。" + +#: admin/main.php:320 +msgid "Mantra Help" +msgstr "Mantra ăă«ă—" + +#: admin/main.php:323 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Mantra ă‹ Wordpress ă®ăă«ă—ăŚĺż…č¦ă§ă™ă‹ďĽź
      • \n" +"\t\t\t\t
      • - ć–°ăăĽă‚¸ă§ăłă®ă†ăĽăžă§ä˝•ăŚĺ¤‰ć›´ă•ă‚Śăźă‹çźĄă‚Šăźă„ă§ă™ă‹ďĽź
      • \n" +"\t\t\t\t
      • - 不具ĺを見ă¤ă‘ăźă‚Šă€ć€ťăŁăźă‚ă†ă«ĺ‹•ă‹ăŞă„ă‚‚ă®ă‚’見ă¤ă‘ăľă—ăźă‹?\n" +"\t\t\t\t
      • - ă‚ăŞăźă®ă‹ăĽă‚şă«ĺă†ă‚ă†ă« Mantra ă†ăĽăžă‚’改善ă™ă‚‹ă‚˘ă‚¤ă‡ă‚˘ăŚćµ®" +"ă‹ăłăľă—ăźă‹?
      • \n" +"\t\t\t\t
      • - 設定を実行ă—ăźă„ă§ă™ă‹?
      • \n" +"\t\t\t\t
      • - Mantra ă†ăĽăžă®çż»č¨łă‚’ă—ăźă„ă§ă™ă‹?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      ăťă®ă‚ă†ăŞć™‚ăŻă€Mantra サăťăĽăăšăĽă‚¸ă‚’訪問ă—ă¦ăŹă ă•ă„。

      \n" +"\t" + +#: admin/main.php:334 +msgid "Mantra Support Page" +msgstr "Mantra サăťăĽăăšăĽă‚¸" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "1 ă‚łă©ă ă€ă‚µă‚¤ă‰ăăĽăŞă—" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "2 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "2 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "3 ă‚łă©ă ă€ĺŹłă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "3 ă‚łă©ă ă€ĺ·¦ă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "2 ă‚łă©ă ă€ä¸ˇĺ´ă‚µă‚¤ă‰ăăĽ" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "ă¬ă‚¤ă‚˘ă‚¦ăă‚’é¸ćŠž" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "絶対" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "相対" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "使用ă™ă‚‹ĺ¤§ăŤă•:" + +#: admin/settings.php:189 admin/settings.php:209 +msgid "Content =" +msgstr "ă‚łăłă†ăłă„ =" + +#: admin/settings.php:190 admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "サイă‰ă㼠=" + +#: admin/settings.php:191 admin/settings.php:211 +msgid "Total width =" +msgstr "ĺą…ĺč¨ =" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" +" \t\tă‚łăłă†ăłă„㯠500px 以上ă®ĺą…ă€ă‚µă‚¤ă‰ăăĽăŻ 220px 以上ă§800px 以下ă§ăŞă‘ă‚Ś" +"ă°ăŞă‚Šăľă›ă‚“。
      \n" +"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" +"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"ă‚łăłă†ăłă„ă¨ă‚µă‚¤ă‰ăăĽă®ĺą…ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。\n" +" \t\tă¦ăĽă‚¶ă®ă–ă©ă‚¦ă‚¶ă«ĺŻľă—ă¦ç›¸ĺŻľçš„ăŞĺ‰˛ĺă‚’é¸ćŠžă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚ăťă®ĺ ´ĺăŻ" +"ă–ă©ă‚¦ă‚¶ă®ĺą…ă«ĺŻľă™ă‚‹ % ă§č¨­ĺ®šă—ăľă™ă€‚
      \n" +"\t ă‚łăłă†ăłă„㯠40% 以上ăŚĺż…č¦ă§ă€ă‚µăĽă‰ăăĽăŻ 20% 以上㧠50% 以下ă§ăŞă‘ă‚Śă°" +"ăŞă‚Šăľă›ă‚“。
      \n" +"\tă‚‚ă— 3 ă‚łă©ă ă‚¨ăŞă‚˘ďĽ2サイă‰ăăĽďĽ‰ă‚’使用ă—ăźă„時ăŻă€ăťă‚Śăžă‚Śă®ĺą…ăŻé¸ćŠžă—ăź" +"ĺą…ă®ĺŤŠĺ†ă§ă™ă€‚" + +#: admin/settings.php:244 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"ăăă€ă®é«ă•ă‚’指定ă—ă¦ăŹă ă•ă„。設定を保ĺ­ă—ăźĺľŚă§ă€ć–°ă—ă„ăăă€ă‚¤ăˇăĽă‚¸ă‚’" +"アăă—ă­ăĽă‰ă—ă¦ăŹă ă•ă„。ăăă€ă®ĺą… =" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 +#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 +#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 +#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 +msgid "Enable" +msgstr "有効化" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 +#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 +#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 +#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 +msgid "Disable" +msgstr "無効化" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page. It " +"has a slider and columns for presentation\n" +"\t\ttext and images.
      If you have this enabled but don't see a " +"Presentation page then go to Settings » " +"Reading and make sure you have selected Front Page Displays as Your Latest Posts." +msgstr "" +"ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłă•ă­ăłăăšăĽă‚¸ă‚’有効化ă—ăľă™ă€‚ă“ă‚Śă§ă€ă‚ăŞăźă®ć–°ă—ă„ă›ăĽă " +"ăšăĽă‚¸ă«ăŞă‚Šăľă™ă€‚ăšăĽă‚¸ă«ăŻă€ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăł\n" +"\t\tă†ă‚­ă‚ąăă¨ă‚¤ăˇăĽă‚¸ä»ă®ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłç”¨ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ăŚă‚ă‚Šăľă™ă€‚" +"
      有効化ă—ă¦ă‚‚ă—ă¬ă‚Ľăłă†ăĽă‚·ă§ăłăšăĽă‚¸ăŚčˇ¨ç¤şă•ă‚ŚăŞă„時ăŻă€ 設定 » 読ăżčľĽăżă¸čˇŚăŤă€ă‚ăŞăźă®" +"最新ă®ćŠ•ç¨żăŚă•ă­ăłăăšăĽă‚¸čˇ¨ç¤şă«é¸ćŠžă•ă‚Śă¦ă„ă‚‹ă‹ă©" +"ă†ă‹ă‚’確認ă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•:" + +#: admin/settings.php:276 +msgid "width" +msgstr "ĺą…" + +#: admin/settings.php:277 +msgid "height" +msgstr "é«ă•" + +#: admin/settings.php:278 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "ă‚ąă©ă‚¤ă€ăĽă®ĺ¤§ăŤă•ăŻă€ă‚¤ăˇăĽă‚¸ă¨ĺŚăサイズă§ă™ă€‚" + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "アă‹ăˇăĽă‚·ă§ăł:" + +#: admin/settings.php:282 +msgid "Random" +msgstr "ă©ăłă€ă " + +#: admin/settings.php:282 +msgid "Fold" +msgstr "ćŠă‚Šăźăźăż" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "ă•ă‚§ăĽă‰" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "右ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă‚¤ăł" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "ĺ·¦ă‹ă‚‰ă‚ąă©ă‚¤ă‰ă€ă‚¦ăł" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "ă‚ąă©ă‚¤ă‰ă‚˘ăă—" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "ĺ·¦ă¸ă‚ąă©ă‚¤ă‰ă‚˘ăă—" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "上下ă¸ă‚ąă©ă‚¤ă‚ą" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "ĺ·¦ă‹ă‚‰ä¸Šä¸‹ă¸ă‚ąă©ă‚¤ă‚ą" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "ăśăă‚Żă‚ąă©ăłă€ă " + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăł" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăł" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "逆ăśăă‚Żă‚ąă¬ă‚¤ăłă‚°ă­ă‚¦" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "ă‚ąă©ă‚¤ă‰ă®ăă©ăłă‚¸ă‚·ă§ăłĺŠąćžśă§ă™ă€‚" + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "ăśăĽă€ăĽč¨­ĺ®š:" + +#: admin/settings.php:293 +msgid "Width" +msgstr "ĺą…" + +#: admin/settings.php:294 +msgid "Color" +msgstr "ă‚«ă©ăĽ" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "ă‚ąă©ă‚¤ă€ăĽăśăĽă€ăĽă®ĺą…ă¨ă‚«ă©ăĽ" + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "アă‹ăˇăĽă‚·ă§ăłć™‚é–“:" + +#: admin/settings.php:299 admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "ăźăŞă‚»ă‚«ăłă‰(1000ms = 1 秒)" + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "ăă©ăłă‚¸ă‚·ă§ăłă‚˘ă‹ăˇăĽă‚·ă§ăłă‚’継続ă™ă‚‹ć™‚é–“" + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "ăťăĽă‚şć™‚é–“:" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "ă‚ąă©ă‚¤ă‰ăŚéť™ć­˘ă—表示ă•ă‚Śă‚‹ć™‚間。" + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "ă‚ąă©ă‚¤ă€ăĽăŠă“ゲăĽă‚·ă§ăł:" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "ć•°" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "ă–ă¬ăă" + +#: admin/settings.php:309 admin/settings.php:1273 +msgid "None" +msgstr "ăŞă—" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "ă‚ąă©ă‚¤ă€ăĽă®ăŠă“ゲăĽă‚·ă§ăłă‚żă‚¤ă—。スă©ă‚¤ă€ăĽă®ä¸‹ă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "ă‚ąă©ă‚¤ă€ăĽă®çź˘ĺŤ°:" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "常ă«čˇ¨ç¤ş" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "ă›ăăĽć™‚ă«čˇ¨ç¤ş" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "非表示" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "ă‚ąă©ă‚¤ă€ăĽă«ĺŹłăŠă‚ăłĺ·¦çź˘ĺŤ°" + +#: admin/settings.php:370 admin/settings.php:438 +msgid "Select Category" +msgstr "ă‚«ă†ă‚´ăŞé¸ćŠž" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "ă‚«ă‚ąă‚żă ă‚ąă©ă‚¤ă‰" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "最新ă®ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "ă©ăłă€ă ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "ăˇă˘ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨ż" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "特定ă®ćŠ•ç¨ż" + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "最新ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ćś€ć–°ă®ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:423 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "ă‚«ă†ă‚´ăŞă‹ă‚‰ă®ă©ăłă€ă ćŠ•ç¨żăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "ăˇă˘ćŠ•ç¨żă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "表示ă—ăźă„投稿IDăŞă‚ąăďĽă‚łăłăžă§ĺŚşĺ‡ă‚‹ďĽ‰" + +#: admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "
      ă‚«ă†ă‚´ăŞé¸ćŠž:" + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "表示ă™ă‚‹ćŠ•ç¨żć•°:" + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "ă‚ąă©ă‚¤ă‰ 1" + +#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 +#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 +#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "アăă—ă­ăĽă‰ă€ă‚ă‚‹ă„ăŻă€ă‚®ăŁă©ăŞăĽă‹ă‚‰ç”»ĺŹé¸ćŠž" + +#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 +#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 +#: admin/settings.php:583 admin/settings.php:613 +msgid "Title" +msgstr "タイăă«" + +#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 +#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 +#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 +msgid "Text" +msgstr "ă†ă‚­ă‚ąă" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "ă‚ąă©ă‚¤ă‰ 2" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "ă‚ąă©ă‚¤ă‰ 3" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "ă‚ąă©ă‚¤ă‰ 4" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "ă‚ąă©ă‚¤ă‰ 5" + +#: admin/settings.php:533 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"ă‚ąă©ă‚¤ă‰ă®ă‚łăłă†ăłă„。画ĺŹăŚĺż…é ă§ă™ă€‚ä»–ă®é …ç›®ăŻă‚Şă—ă‚·ă§ăłă§ă™ă€‚ç”»ĺŹăŚé¸ćŠžă•" +"ă‚Śă¦ă„ă‚‹ă‚ąă©ă‚¤ă‰ă ă‘ăŚă‚ąă©ă‚¤ă€ăĽă«čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "ă‚łă©ă ć•°:" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "ç”»ĺŹă®é«ă•:" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "続ăŤă‚’読むă†ă‚­ă‚ąă:" + +#: admin/settings.php:559 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "ă‚łă©ă ă®ä¸‹é¨ă«čˇ¨ç¤şă•ă‚Śă‚‹ăŞăłă‚Żă†ă‚­ă‚ąă。削除ă™ă‚‹ă“ă¨ă‚‚ă§ăŤăľă™ă€‚" + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "1st ă‚łă©ă " + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "2nd ă‚łă©ă " + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "3rd ă‚łă©ă " + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "4th ă‚łă©ă " + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "拡張ă†ă‚­ă‚ąă" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "ăăă—タイăă«" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "セカăłă‰ă‚żă‚¤ăă«" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "タイăă«ă‚«ă©ăĽ" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "タイăă«ă‚«ă©ăĽ (既定値 333333)。" + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "ăśăă ă†ă‚­ă‚ąă 1" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "ăśăă ă†ă‚­ă‚ąă 2" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"ă•ă­ăłăăšăĽă‚¸ă®ă†ă‚­ă‚ąă。ăăă—タイăă«ăŻă‚ąă©ă‚¤ă€ăĽä¸Šé¨ă€ă‚»ă‚«ăłă‰ă‚żă‚¤ăă«ăŻ" +"ă‚ąă©ă‚¤ă€ăĽă¨ă‚łă©ă ă®é–“ă€ăťă—ă¦ă€ă‚łă©ă ä¸‹é¨ă®2行ă®ă†ă‚­ă‚ąă。\n" +"\t\tă™ăąă¦ă‚Şă—ă‚·ă§ăłă§ă™ă®ă§ă€ĺ…ĄĺŠ›ă—ăŞăŹă¦ă‚‚良ă„ă§ă™ă€‚ " + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "エăŞă‚˘ă‚’非表示ă«ă—ăľă™" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "ăăă€ă‚¨ăŞă‚˘ďĽç”»ĺŹă‚„čŚć™Żč‰˛ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "ăˇă‚¤ăłăˇă‹ăĄăĽďĽăăă—ăŠă“ゲăĽă‚·ă§ăłă‚żă–)を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "ă•ăタウィジェăăを非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "ă•ăă‚żďĽă‚łă”ăĽă©ă‚¤ăエăŞă‚˘ďĽ‰ă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "白色を非表示ă«ă—ăľă™ă€‚čŚć™Żč‰˛ă®ăżăŚć®‹ă‚Šăľă™ă€‚" + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "最ĺťă®ăšăĽă‚¸ă®éťžčˇ¨ç¤şă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:703 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăサイズをé¸ćŠžă—ă¦ăŹă ă•ă„。ăšăĽă‚¸ă€ćŠ•ç¨żă€ăťă—ă¦ă€ă‚łăˇ" +"ăłăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăăă€ă€ă‚µă‚¤ă‰ăˇă‹ăĄăĽăŻĺ¤‰ć›´ă—ăľă›ă‚“。" + +#: admin/settings.php:747 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"ă–ă­ă‚°ă§ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ă™ăąă¦ă®ă‚łăłă†ăłă„ă†ă‚­" +"ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚ăśă‚żăłă€ăˇă‹ăĄăĽă‚‚ĺ«ăľă‚Śăľă™ă€‚" + +#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 +#: admin/settings.php:899 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" +"ă‚ă‚‹ă„ăŻă€Googleă•ă‚©ăłăを下ă«ćŚżĺ…Ąă—ă¦ăŹă ă•ă„。ă•ă‚©ăłăă®ĺŤĺ‰Ťă ă‘を挿入ă—ă¦ăŹă ă•ă„。
      äľ‹: Marko One。Googleă•ă‚©ăłăを参照ă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:795 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"タイăă«ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。投稿ă¨ĺ›şĺ®šăšăĽă‚¸ă®ă‚ż" +"イăă«ă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:846 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"サイă‰ăăĽă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。ウィジェăăă‚’ĺ«ăż" +"サイă‰ăăĽă®ă†ă‚­ă‚ąăă«é©ç”¨ă•ă‚Śăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚ" +"é©ç”¨ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:897 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"サă–ăăă€ďĽh2 - h6é–“ă§ă®ă‚żă‚°ďĽ‰ă«ä˝żç”¨ă™ă‚‹ă•ă‚©ăłăă•ă‚ˇăźăŞăĽă‚’é¸ćŠžă—ă¦ăŹă ă•" +"ă„。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬ă•ă‚©ăłăăŚé©ç”¨ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 +#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 +msgid "Default" +msgstr "既定値" + +#: admin/settings.php:917 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"投稿ăăă€ă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:932 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"サイă‰ăăĽă•ă‚©ăłăサイズ。「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽă‚µă‚¤ă‚şĺ€¤ăŻCSSă§č¨­ĺ®šă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Left" +msgstr "ĺ·¦" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Right" +msgstr "右" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "両端ćŹă" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Center" +msgstr "中央" + +#: admin/settings.php:947 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"ă“ă‚ŚăŻćŠ•ç¨żă¨ăšăĽă‚¸ă®ă†ă‚­ă‚ąăć•´ĺ—を変更ă—ăľă™ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬" +"設定ăŚé©ç”¨ă•ă‚Śăľă™ďĽă†ă‚­ă‚ąăć•´ĺ—ăŻćŠ•ç¨żă‚„ă‚łăˇăłăă§č¨­ĺ®šă•ă‚Śăźă‚‚ă®ăŚä˝żç”¨ă•ă‚Śăľ" +"ă™ďĽ‰ă€‚" + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "段č˝ă®ă‚¤ăłă‡ăłăă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "既定ă®ăăă€ă¨ă‚żă‚¤ăă«ă‚¤ăłă‡ăłăďĽĺ·¦ăžăĽă‚¸ăłďĽ‰ă‚’無効ă«ă—ăľă™ă€‚" + +#: admin/settings.php:992 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"ă†ă‚­ă‚ąăă®čˇŚă®é«ă•ă€‚ă†ă‚­ă‚ąăă®čˇŚé–“ă®é«ă•ă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®š" +"ăŚé©ç”¨ă•ă‚Śăľă™ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:1007 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"ĺŤčŞžé–“ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:1022 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"文字間ă®ă‚ąăšăĽă‚ąă€‚「既定値」ă®ăľăľă«ă™ă‚‹ă¨ă€ä¸€č¬č¨­ĺ®šăŚé©ç”¨ă•ă‚Śăľă™" +"ďĽCSSă§č¨­ĺ®šă•ă‚Śăźĺ€¤ăŚä˝żç”¨ă•ă‚Śăľă™ďĽ‰ă€‚" + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "ăăă€ă¨ă‚żă‚¤ăă«ă®ă†ă‚­ă‚ąăă‚·ăŁă‰ă‚¦ă‚’無効ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" + +#: admin/settings.php:1059 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "ăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 333333)。ă–ă©ăłă‚Żă«ă™ă‚‹ă¨čŚć™Żč‰˛ă‚’無ăŹă—ăľă™ă€‚" + +#: admin/settings.php:1066 +msgid "" +"Content background color (Default value is FFFFFF). Works best with really " +"light colors." +msgstr "ă‚łăłă†ăłă„čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。ćŽă‚‹ă„色を設定ă—ăźć–ąăŚč‰Żă„ă§ă™ă€‚" + +#: admin/settings.php:1073 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"ăˇă‚¤ăłăˇă‹ăĄăĽčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FAFAFA)。コăłă†ăłă„ă®čŚć™Żč‰˛ă¨ĺŚč‰˛ă‹ćŽă‚‹ă„色ăŚč‰Ż" +"ă„ă§ă—ょă†ă€‚" + +#: admin/settings.php:1080 admin/settings.php:1087 +msgid "First sidebar background color (Default value is FFFFFF)." +msgstr "1st サイă‰ăăĽă®čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ FFFFFF)。" + +#: admin/settings.php:1095 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "ă•ăタウィジェăăエăŞă‚˘čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 171717)。" + +#: admin/settings.php:1103 +msgid "Footer background color (Default value is 222222)." +msgstr "ă•ăă‚żčŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 222222)。" + +#: admin/settings.php:1111 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "ă–ă­ă‚°ă‚żă‚¤ăă«ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" + +#: admin/settings.php:1119 +msgid "Your blog's description color(Default value is 222222)." +msgstr "ă–ă­ă‚°ă®ă‡ă‚ąă‚ŻăŞă—ă‚·ă§ăłă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 222222)。" + +#: admin/settings.php:1127 +msgid "Content Text Color (Default value is 333333)." +msgstr "ă‚łăłă†ăłă„ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" + +#: admin/settings.php:1135 +msgid "Links color (Default value is 0D85CC)." +msgstr "ăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" + +#: admin/settings.php:1143 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ăŞăłă‚Żă®ă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" + +#: admin/settings.php:1151 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "投稿ăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 333333)。" + +#: admin/settings.php:1159 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ćŠ•ç¨żăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 000000)。" + +#: admin/settings.php:1167 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "サイă‰ăăĽăăă€čŚć™Żč‰˛ďĽć—˘ĺ®šĺ€¤ 444444)。" + +#: admin/settings.php:1176 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "サイă‰ăăĽăăă€ă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 2EA5FD)。" + +#: admin/settings.php:1184 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "ă•ăタウィジェăăă†ă‚­ă‚ąăă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 0D85CC)。" + +#: admin/settings.php:1192 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 666666)。" + +#: admin/settings.php:1200 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "ăžă‚¦ă‚ąă‚ŞăĽăăĽć™‚ă®ă•ăタウィジェăăăŞăłă‚Żă‚«ă©ăĽďĽć—˘ĺ®šĺ€¤ 888888)。" + +#: admin/settings.php:1212 admin/settings.php:1273 +msgid "White" +msgstr "ă›ăŻă‚¤ă" + +#: admin/settings.php:1212 +msgid "Light" +msgstr "淡色" + +#: admin/settings.php:1212 +msgid "Light Gray" +msgstr "ć·ˇă„ă‚°ă¬ăĽ" + +#: admin/settings.php:1212 admin/settings.php:1273 +msgid "Gray" +msgstr "ă‚°ă¬ăĽ" + +#: admin/settings.php:1212 +msgid "Dark Gray" +msgstr "ćš—ă„ă‚°ă¬ăĽ" + +#: admin/settings.php:1212 +msgid "Black" +msgstr "ă–ă©ăă‚Ż" + +#: admin/settings.php:1220 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"ă“ă®č¨­ĺ®šăŻă€ă‚­ăŁă—ă‚·ă§ăłă®č¦‹ć „ăを変更ă—ăľă™ă€‚ă‚­ăŁă—ă‚·ă§ăłăŚăŞă„ç”»ĺŹă«ăŻĺ˝±éźż" +"ă—ăľă›ă‚“。" + +#: admin/settings.php:1236 +msgid "The border around your inserted images. " +msgstr "挿入ă—ăźç”»ĺŹă®ăśăĽă€ăĽă€‚" + +#: admin/settings.php:1251 +msgid "The image on top of your captions. " +msgstr "ç”»ĺŹä¸Šé¨ă®ă‚­ăŁă—ă‚·ă§ăłă€‚" + +#: admin/settings.php:1266 +msgid "The sidebar list bullets. " +msgstr "サイă‰ăăĽă®ăŞă‚ąăă–ă¬ăă。" + +#: admin/settings.php:1281 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "投稿ăˇă‚żă‚¨ăŞă‚˘ďĽćŠ•ç¨żă‚żă‚¤ăă«ă®ä¸‹ďĽ‰čŚć™Żč‰˛ă€‚既定値ăŻă‚°ă¬ăĽă€‚<" + +#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 +#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 +#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 +#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 +#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 +#: admin/settings.php:1561 +msgid "Show" +msgstr "表示" + +#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 +#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 +#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 +#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 +#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 +msgid "Hide" +msgstr "非表示" + +#: admin/settings.php:1297 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "投稿をĺ†ă‘ă‚‹ć°´ĺąłă«ăĽă©ăĽă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1313 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"ă‚łăłă†ăłă„エăŞă‚˘ďĽćŠ•ç¨żă€ăšăĽă‚¸ăŞă©ďĽ‰ă®ăŞă‚ąăă–ă¬ăăを表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1330 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"ăăă€ĺ†…ă®ă–ă­ă‚°ă‚żă‚¤ăă«ă¨čެćŽďĽă‚«ă‚ąă‚żă ăăă€ç”»ĺŹă‚’使用ă™ă‚‹ĺ ´ĺă€ă†ă‚­ă‚ąăä»" +"ă®ç”»ĺŹă‚’推奨)を表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1345 +msgid "Hide or show Page titles on any created pages. " +msgstr "作ćă•ă‚ŚăźăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1360 +msgid "Hide or show Page titles on Category Pages. " +msgstr "ă‚«ă†ă‚´ăŞăšăĽă‚¸ă®ăšăĽă‚¸ă‚żă‚¤ăă«ă‚’表示ă€éťžčˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1375 +msgid "Hide table borders and background color." +msgstr "ă†ăĽă–ă«ăśăĽă€ăĽă¨čŚć™Żč‰˛ă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1390 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"ă‚łăˇăłăă•ă‚©ăĽă ä¸‹é¨ă®čެćŽă†ă‚­ă‚ąăを非表示ă«ă—ăľă™ă€‚ďĽć¬ˇă®HTML ă‚żă‚°ă¨ĺ±žć€§" +"ăŚä˝żăăľă™:...ă§ĺ§‹ăľă‚‹ă†ă‚­ă‚ąă)" + +#: admin/settings.php:1397 +msgid "Hide in posts" +msgstr "投稿内を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1397 +msgid "Hide in pages" +msgstr "ăšăĽă‚¸ĺ†…を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1397 +msgid "Hide everywhere" +msgstr "ă©ă“ă§ă‚‚非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1405 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"ă‚łăˇăłăを受ă‘取らăŞă„設定をă—ă¦ă„る時ă«ć—˘ĺ®šĺ€¤ă¨ă—ă¦č¨­ĺ®šă•ă‚Śă¦ă„ă‚‹ă†ă‚­ă‚ąă " +"ă‚łăˇăłăăŻĺść­˘ä¸­ă§ă™ を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1421 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"ă‚łăˇăłăを受ă‘取らăŞă„投稿ă«čˇ¨ç¤şă•ă‚Śă‚‹ă†ă‚­ă‚ąă ă‚łăˇăłăオ㕠を非表示ă«" +"ă—ăľă™ă€‚" + +#: admin/settings.php:1437 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"ăăă—ă«ć»ă‚‹ăśă‚żăłă‚’有効化ă—ăľă™ă€‚ăśă‚żăłăŻăšăĽă‚¸ă‚’ă—ăźă«ă‚ąă‚Żă­ăĽă«ă™ă‚‹ă¨čˇ¨ç¤ş" +"ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1444 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"ă•ăă‚żă®ćś€ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚«ă‚ąă‚żă ă†ă‚­ă‚ąăă‚„ HTML ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚
      ăŞ" +"ăłă‚Żă€ç”»ĺŹă€©ăŞă©ă®ç‰ąć®Šć–‡ĺ­—ă‚’ĺ«ă‚“ă HTMLを使用ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1464 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"投稿や抜粋ă®ĺľŚă«čˇ¨ç¤şă•ă‚Śă‚‹ă‚łăˇăłăă‚’ă©ă†ăžă‚„x 件ă®ă‚ł" +"ăˇăłăを表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" + +#: admin/settings.php:1479 +msgid "Hide or show the post date." +msgstr "投稿日を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" + +#: admin/settings.php:1494 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"投稿時間ä»ă®ćŠ•ç¨żć—Ąă‚’表示ă—ăľă™ă€‚投稿時間ăŻă€ćŠ•ç¨żć—ĄăŚéťžčˇ¨ç¤şă®ĺ ´ĺă€čˇ¨ç¤şă•ă‚Śăľ" +"ă›ă‚“。" + +#: admin/settings.php:1509 +msgid "Hide or show the post author." +msgstr "著者を表示ă€éťžčˇ¨ç¤şă«ă—ăľă™ă€‚" + +#: admin/settings.php:1524 +msgid "Hide the post category." +msgstr "投稿カă†ă‚´ăŞă‚’非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1539 +msgid "Hide the post tags." +msgstr "投稿タグを非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1554 +msgid "Hide the 'Bookmark permalink'." +msgstr "'ă–ăă‚ŻăžăĽă‚Żă‘ăĽăžăŞăłă‚Ż'を非表示ă«ă—ăľă™ă€‚" + +#: admin/settings.php:1569 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" +"ă™ăąă¦ă®ćŠ•ç¨żăˇă‚żă‚’非表示ă«ă—ăľă™ă€‚ă™ăąă¦ă®ăˇă‚żć…ĺ ±ă€ăˇă‚żă‚¨ăŞă‚˘ăŚéťžčˇ¨ç¤şă«ăŞă‚Š" +"ăľă™ă€‚" + +#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 +msgid "Excerpt" +msgstr "抜粋" + +#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 +msgid "Full Post" +msgstr "投稿全文" + +#: admin/settings.php:1590 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"ăˇă‚¤ăłăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚標準投稿ă«é©ç”¨ă•ă‚Śăľă™ă€‚ăťă®ä»–ă®ćŠ•ç¨żă•ă‚©ăĽăžă" +"ăďĽă‚˘ă‚µă‚¤ă‰ă€ă‚¤ăˇăĽă‚¸ă€ăăŁăăă€ĺĽ•ç”¨ăŞă©ďĽ‰ăŻă€ăťă‚Śăžă‚Śç‹¬č‡Şă®ă•ă‚©ăĽăžăăă‚’" +"ćŚăŁă¦ă„ăľă™ă€‚" + +#: admin/settings.php:1605 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"ă›ăĽă ăšăĽă‚¸ă®ăˇă˘ćŠ•ç¨żă‚’全文表示ă™ă‚‹ă‹ă€ćŠśç˛‹čˇ¨ç¤şă™ă‚‹ă‹ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:1621 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"アăĽă‚«ă‚¤ă–ă€ă‚«ă†ă‚´ăŞă€ć¤śç´˘ăšăĽă‚¸ă«čˇ¨ç¤şă•ă‚Śă‚‹ćŠśç˛‹ă€‚上č¨ă¨ĺŚć§ă«ă€ć¨™ćş–投稿ă«é©" +"用ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1629 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"抜粋ă«čˇ¨ç¤şă™ă‚‹ĺŤčŞžć•°ă€‚ä¸Šé™ă«é”ă™ă‚‹ă¨ĺ…¨ć–‡ăšăĽă‚¸ă«ăŞăłă‚Żă™ă‚‹ç¶šăŤă‚’読むăŞ" +"ăłă‚ŻăŚčˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1645 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"雑誌ă¬ă‚¤ă‚˘ă‚¦ăを有効化ă—ăľă™ă€‚ă“ă®ă¬ă‚¤ă‚˘ă‚¦ăăŻă€ćŠ•ç¨żă®ă‚る固定ăšăĽă‚¸ă§ă€2段組" +"ă§čˇ¨ç¤şă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1652 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "3ă‰ăăďĽ[...])を置換ă—ăľă™ă€‚抜粋ă«č‡Şĺ‹•çš„ă«čż˝ĺŠ ă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1659 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "抜粋ă«čż˝ĺŠ ă•ă‚Śă‚‹'続ăŤă‚’読む'ăŞăłă‚Żă‚’編集ă—ăľă™ă€‚" + +#: admin/settings.php:1674 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "WordPressăŻă‡ă•ă‚©ă«ăă§ă™ăąă¦ă®HTMLタグを取り除ăŤăľă™ (" + +#: admin/settings.php:1705 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"投稿ă«ă‚˘ă‚¤ă‚­ăŁăăç”»ĺŹă¨ă—ă¦ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚ç”»ĺŹăŻăŠć°—ă«ĺ…Ąă‚Šă‚¤" +"ăˇăĽă‚¸ă‚»ă‚Żă‚·ă§ăłă§ă€ćŠ•ç¨żćŻŽă«é¸ćŠžă—ăŞă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。" + +#: admin/settings.php:1720 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"投稿ă«ćŚżĺ…Ąă•ă‚Śăźă‚¤ăˇăĽă‚¸ă§ćś€ĺťă®ç”»ĺŹă‚’アイキăŁăăç”»ĺŹă¨ă—ă¦čˇ¨ç¤şă—ăľă™ă€‚" + +#: admin/settings.php:1736 +msgid "Thumbnail alignment." +msgstr "アイキăŁăăç”»ĺŹă®ć•´ĺ—" + +#: admin/settings.php:1753 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"アイキăŁăăç”»ĺŹă®ă‚µă‚¤ă‚şďĽă”ă‚Żă‚»ă«ĺŤä˝ŤďĽ‰ă€‚ă‡ă•ă‚©ă«ăă§ăŻă€ç”»ĺŹă®ă‚˘ă‚ąăšă‚Żă比" +"ă§čŞżć•´ă•ă‚Śăľă™ă€‚特定ă®ă‚µă‚¤ă‚şăŚĺż…č¦ăŞĺ ´ĺăŻă€ç”»ĺŹă‚’ĺ‡ă‚ŠĺŹ–ă‚‹ăŞă©ă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:1769 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"ăăă€ăĽă«ăŠć°—ă«ĺ…Ąă‚Šç”»ĺŹă‚’表示ă—ăľă™ă€‚投稿ă®ăŠć°—ă«ĺ…Ąă‚Šă‚¤ăˇăĽă‚¸ă‚’é¸ćŠžă—ă€\n" +"\t\t\t\t\t\t\tăťă®ç”»ĺŹăŚçŹľĺś¨ă®ăăă€ă‚µă‚¤ă‚şă¨ĺŚç­‰ă‹ĺ¤§ăŤă„ĺ ´ĺă«ăăă€ăŚăŠć°—ă«" +"ĺ…Ąă‚Šç”»ĺŹă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" + +#: admin/settings.php:1790 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"ĺ·¦ă®ă‰ă­ăă—ă€ă‚¦ăłăˇă‹ăĄăĽă‹ă‚‰ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’é¸ćŠžă—ă€ĺŹłă®ĺ…ĄĺŠ›ć¬„ă«ăť" +"ă®ă‚˘ă‰ă¬ă‚ąă‚’挿入ă—ă¦ăŹă ă•ă„。ďĽäľ‹: http://www.facebook.com/yourname)" + +#: admin/settings.php:1804 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚’最大5ă¤ćŚżĺ…Ąă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1818 +msgid "There are a total of 27 social networks to choose from. " +msgstr "ĺ…¨é¨ă§27ă®ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‹ă‚‰é¸ćŠžă§ăŤăľă™ă€‚" + +#: admin/settings.php:1832 +msgid "You can leave any number of inputs empty. " +msgstr "入力欄ăŻă„ăŹă¤ă§ă‚‚ç©şă®ăľăľă«ă—ă¦ăŠă„ă¦ă‚‚ă‹ăľă„ăľă›ă‚“。" + +#: admin/settings.php:1846 +msgid "You can choose the same social media any number of times. " +msgstr "ĺŚăă‚˝ăĽă‚·ăŁă«ăˇă‡ă‚Łă‚˘ă‚’何度ă§ă‚‚é¸ćŠžă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1877 +msgid "Choose the areas where to display the social icons." +msgstr "" +"ă‚˝ăĽă‚·ăŁă«ăŤăăăŻăĽă‚Żă‚˘ă‚¤ă‚łăłă‚’表示ă™ă‚‹ă‚¨ăŞă‚˘ă‚’é¸ćŠžă—ă¦ăŹă ă•ă„。" + +#: admin/settings.php:1898 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "" +"サイăăăă€ă‚’ă‚ŻăŞăă‚Żă—ă¦ă‚¤ăłă‡ăă‚Żă‚ąăšăĽă‚¸ă¸ăŞăłă‚Żă™ă‚‹ă‚ă†ă«č¨­ĺ®šă—ăľă™ă€‚" + +#: admin/settings.php:1913 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"ă‚łăłă†ăłă„エăŞă‚˘ă®ćś€ä¸Šé¨ă«ă‘ăłĺ±‘ăŞă‚ąăを表示ă—ăľă™ă€‚ă‘ăłĺ±‘ăŞă‚ąăăŻă‚µă‚¤ă内ă§" +"ă©ă“ă«ă„ă‚‹ă‹ă‚’示ă™ăŠă“ゲăĽă‚·ă§ăłă§ă™ă€‚" + +#: admin/settings.php:1928 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"ăšăĽă‚¸ăŤăĽă‚·ă§ăłă‚’表示ă—ăľă™ă€‚2ăšăĽă‚¸ä»Ąä¸Šĺ­ĺś¨ă™ă‚‹ć™‚ăŻă€ăšăĽă‚¸ćś€ä¸‹é¨ă®ĺŹ¤ă„" +"投稿ă¨ć–°ă—ă„投稿ăŞăłă‚ŻăŚăšăĽă‚¸ă‚’é¸ćŠžă§ăŤă‚‹ăŞăłă‚Żă«ç˝®ăŤćŹ›ă‚Źă‚Šăľă™ă€‚" + +#: admin/settings.php:1943 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"ă˘ăイă«ă“ăĄăĽă‚’有効化ă—ă€Mantraă‚’ă¬ă‚ąăťăłă‚·ă–ă«ă—ăľă™ă€‚ă¬ă‚¤ă‚˘ă‚¦ăă¨ă–ă­ă‚°ă®" +"見ăć–ąăŻă€ă‡ăイスă®č§ŁĺŹĺş¦ă«ă‚ăŁă¦ĺ¤‰ă‚Źă‚Šăľă™ă€‚" + +#: admin/settings.php:1953 +msgid "Upload or select favicon from gallery" +msgstr "アăă—ă­ăĽă‰ă™ă‚‹ă‹ă€ă‚®ăŁă©ăŞăĽă‹ă‚‰faviconă‚’é¸ćŠžă—ăľă™ă€‚" + +#: admin/settings.php:1957 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"ĺ¶é™: イăˇăĽă‚¸ăŚç„ˇă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。イăˇăĽă‚¸ă®ĺ¤§ăŤă•ăŻă€ćś€ĺ¤§64 x 64 ă§ă™ă€‚" +"ă•ă‚ˇă‚¤ă«ă®ĺ˝˘ĺĽŹăŻ .ico 㨠.png を推奨ă—ăľă™ă€‚" + +#: admin/settings.php:1965 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"ă‚«ă‚ąă‚żă CSSを挿入ă—ăľă™ă€‚設定ă•ă‚ŚăźCSSăŻă€Mantra 標準CSSďĽMantra 設定ăšăĽă‚¸ă§" +"設定ă—ăźă‚«ă‚ąă‚żă ă‚Şă—ă‚·ă§ăłă‚’ĺ«ă‚€ďĽ‰ă‚ă‚Šĺ„Şĺ…ă•ă‚Śăľă™ă€‚
      ă‚«ă‚ąă‚żă CSSăŻă€" +"ă†ăĽăžă‚’ć›´ć–°ă—ăźĺ ´ĺă§ă‚‚äżťćŚă•ă‚Śăľă™ă€‚" + +#: admin/settings.php:1972 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "" +"ă‚«ă‚ąă‚żă  Javascript ă‚łăĽă‰ă‚’挿入ă—ăľă™ă€‚ďĽGoogle Analytcs ă‚„ăťă®ä»–アクセスĺ†" +"ćžă‚˝ă•ăウェアăŞă©ďĽ‰" + +#: admin/settings.php:1985 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"Mantra ă®SEOを有効化ă—ăľă™ă€‚最ĺťă‹ă‚‰ćś‰ĺŠąĺŚ–ă•ă‚Śă¦ă„ăľă™ăŚă€SEO ă—ă©ă‚°ă‚¤ăłă‚’使" +"用ă™ă‚‹ĺ ´ĺă«ç„ˇĺŠąĺŚ–ă™ă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚" + +#: admin/settings.php:1997 +msgid "Auto" +msgstr "自動" + +#: admin/settings.php:1997 +msgid "Manual" +msgstr "手動" + +#: includes/theme-comments.php:28 +msgid "says:" +msgstr "ć›°ăŹ:" + +#: includes/theme-comments.php:34 +msgid "Your comment is awaiting moderation." +msgstr "ă‚łăˇăłăăŻć‰żčŞŤĺľ…ăˇă§ă™ă€‚" + +#: includes/theme-comments.php:41 +msgid "at" +msgstr "at" + +#: includes/theme-comments.php:41 includes/theme-comments.php:58 +msgid "(Edit)" +msgstr "ďĽç·¨é›†ďĽ‰" + +#: includes/theme-comments.php:58 +msgid "Pingback: " +msgstr "ă”ăłăăă‚Ż:" + +#: includes/theme-comments.php:85 +msgid "Leave a comment" +msgstr "ă‚łăˇăłăă‚’ă©ă†ăž" + +#: includes/theme-comments.php:85 +msgid "1 Comment" +msgstr "1件ă®ă‚łăˇăłă" + +#: includes/theme-comments.php:85 +msgid "% Comments" +msgstr "%件ă®ă‚łăˇăłă" + +#: includes/theme-comments.php:107 +msgid "Older Comments" +msgstr "古ă„ă‚łăˇăłă" + +#: includes/theme-comments.php:108 +msgid "Newer Comments" +msgstr "ć–°ă—ă„ă‚łăˇăłă" + +#: includes/theme-functions.php:233 +msgid "Home Page" +msgstr "ă›ăĽă ăšăĽă‚¸" + +#: includes/theme-functions.php:297 +msgid "Powered by" +msgstr "Powered by" + +#: includes/theme-loop.php:145 +msgid "By " +msgstr "By " + +#: includes/theme-loop.php:185 +msgid " Bookmark the " +msgstr " ă–ăă‚ŻăžăĽă‚Żă™ă‚‹" + +#: includes/theme-loop.php:185 includes/theme-loop.php:187 +#: includes/theme-loop.php:189 +msgid "Permalink to" +msgstr "ă‘ăĽăžăŞăłă‚Ż" + +#: includes/theme-loop.php:185 includes/theme-loop.php:187 +#: includes/theme-loop.php:189 +msgid "permalink" +msgstr "ă¸ă®ă‘ăĽăžăŞăłă‚Ż" + +#: includes/theme-loop.php:187 includes/theme-loop.php:189 +msgid "Bookmark the " +msgstr "ă–ăă‚ŻăžăĽă‚Ż" + +#: includes/theme-loop.php:211 +msgid "« Older posts" +msgstr "« 古ă„投稿" + +#: includes/theme-loop.php:212 +msgid "Newer posts »" +msgstr "ć–°ă—ă„投稿 »" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "ăšăĽă‚¸ %s" + +#: includes/theme-setup.php:90 +msgid "Primary Navigation" +msgstr "ă—ă©ă‚¤ăžăŞăĽăŠă“ゲăĽă‚·ă§ăł" + +#: includes/theme-setup.php:91 +msgid "Top Navigation" +msgstr "ăăă—ăŠă“ゲăĽă‚·ă§ăł" + +#: includes/theme-setup.php:92 +msgid "Footer Navigation" +msgstr "ă•ăă‚żăŠă“ゲăĽă‚·ă§ăł" + +#: includes/theme-setup.php:139 +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:200 +msgid "Skip to content" +msgstr "ă‚łăłă†ăłă„ă¸ă‚ąă‚­ăă—" + +#: includes/theme-setup.php:227 +msgid "Primary Widget Area - Sidebar 1" +msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:229 +msgid "Primary widget area - Sidebar 1" +msgstr "ă—ă©ă‚¤ăžăŞăĽă‚¦ă‚Łă‚¸ă‚§ăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:238 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:240 +msgid "Secondary widget area - Sidebar 1" +msgstr "2nd ウィジェăăエăŞă‚˘ - サイă‰ă㼠1" + +#: includes/theme-setup.php:249 +msgid "Third Widget Area - Sidebar 2" +msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:251 +msgid "Third widget area - Sidebar 2" +msgstr "3rd ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:260 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:262 +msgid "Fourth widget area - Sidebar 2" +msgstr "4th ウィジェăăエăŞă‚˘ - サイă‰ă㼠2" + +#: includes/theme-setup.php:271 +msgid "First Footer Widget Area" +msgstr "1st ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:273 +msgid "First footer widget area" +msgstr "1st ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:282 +msgid "Second Footer Widget Area" +msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:284 +msgid "Second footer widget area" +msgstr "2nd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:293 +msgid "Third Footer Widget Area" +msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:295 +msgid "The third footer widget area" +msgstr "3rd ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:304 +msgid "Fourth Footer Widget Area" +msgstr "4th ă•ăタウィジェăăエăŞă‚˘" + +#: includes/theme-setup.php:306 +msgid "The fourth footer widget area" +msgstr "4th ă•ăタウィジェăăエăŞă‚˘" diff --git a/themes/mantra/languages/nb_NO.po b/themes/mantra/languages/nb_NO.po index 4f95ea96..e5f1cf54 100644 --- a/themes/mantra/languages/nb_NO.po +++ b/themes/mantra/languages/nb_NO.po @@ -1,1819 +1,1819 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra International\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-12 12:46+0200\n" -"PO-Revision-Date: 2012-09-10 16:54+0100\n" -"Last-Translator: kandasa \n" -"Language-Team: Norwegian front-end by kandasa \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: \n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x;_ex;_nx;esc_attr__;esc_attr_e;_n_noop;_nx_noop\n" -"X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=2;plural=n>1\n" -"X-Poedit-Language: Norwegian Bokmal\n" -"X-Poedit-Country: NORWAY\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "Ikke funnet" - -#: 404.php:19 -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "Beklager, men siden du prøvde ĂĄ ĂĄpne ble ikke funnet. Kanskje et søk kan hjelpe." - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "Dagsarkiv: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "MĂĄnedsarkiv: %s" - -#: archive.php:27 -msgid "F Y" -msgstr "" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Ă…rsarkiv: %s" - -#: archive.php:29 -msgid "Y" -msgstr "" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "Blogarkiv" - -#: archive.php:57 -#: author.php:74 -#: category.php:50 -#: front-page.php:83 -msgid "Nothing Found" -msgstr "Ingenting funnet" - -#: archive.php:61 -#: author.php:78 -#: category.php:54 -#: front-page.php:87 -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "Beklager, men det ble ikke funnet noe pĂĄ det forespurte arkivet. Kanskje et søk vil hjelpe for ĂĄ finne en relatert innlegg/side." - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "GĂĄ tilbake til %s" - -#: attachment.php:29 -msgid "By" -msgstr "Av" - -#: attachment.php:33 -#, php-format -msgid "View all posts by %s" -msgstr "Vis alle innleggene til %s" - -#: attachment.php:40 -msgid "Published" -msgstr "Publisert" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "Full størrelse er %s piksler" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Link til bilde i full størrelse" - -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:48 -#: content-gallery.php:64 -#: content-image.php:41 -#: content-link.php:48 -#: content-quote.php:46 -#: content-status.php:47 -#: content.php:85 -#: front-page.php:42 -msgid "Edit" -msgstr "RedigĂ©r" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Les videre" - -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:37 -#: content-gallery.php:54 -#: content-image.php:32 -#: content-link.php:37 -#: content-quote.php:36 -#: content-status.php:38 -#: content.php:57 -#: content.php:74 -#: front-page.php:41 -msgid "Pages:" -msgstr "Sider:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "Forfatterarkiv: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "Om %s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "Kategoriarkiv: %s" - -#: comments.php:18 -msgid "This post is password protected. Enter the password to view any comments." -msgstr "Dette innlegget er passordbeskyttet. Skriv inn passord for ĂĄ se kommentarene." - -#: comments.php:35 -#, php-format -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "En kommentar til %2$s" -msgstr[1] "%1$s kommentarer til %2$s" - -#: comments.php:41 -#: comments.php:60 -msgid "Older Comments" -msgstr "Eldre kommentarer" - -#: comments.php:42 -#: comments.php:61 -msgid "Newer Comments" -msgstr "Nyere kommentarer" - -#: comments.php:72 -#: front-page.php:47 -msgid "Comments are closed." -msgstr "Kommentarer er stengt." - -#: content-aside.php:16 -#: content-chat.php:16 -#: content-gallery.php:16 -#: content-gallery.php:48 -#: content-image.php:15 -#: content-link.php:16 -#: content-quote.php:14 -#: content-status.php:15 -#: content.php:24 -#: content.php:28 -#, php-format -msgid "Permalink to %s" -msgstr "Permalink til %s" - -#: content-aside.php:21 -msgid "Aside" -msgstr "En side" - -#: content-aside.php:38 -#: content-chat.php:36 -#: content-gallery.php:32 -#: content-image.php:31 -#: content-link.php:36 -#: content-quote.php:35 -#: content-status.php:37 -msgid "Continue reading " -msgstr "Les videre " - -#: content-aside.php:46 -#: content-chat.php:44 -#: content-gallery.php:61 -#: content-image.php:38 -#: content-link.php:44 -#: content-quote.php:43 -#: content-status.php:45 -#: content.php:83 -msgid "Tagged" -msgstr "Tagged" - -#: content-chat.php:20 -msgid "Chat" -msgstr "" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "Galleri" - -#: content-gallery.php:47 -#, php-format -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "Dette galleriet inneholder %2$s bilde." -msgstr[1] "Dette galleriet inneholder %2$s bilder." - -#: content-image.php:19 -msgid "Image" -msgstr "Bilde" - -#: content-link.php:20 -msgid "Link" -msgstr "" - -#: content-quote.php:19 -msgid "Quote" -msgstr "SitĂ©r" - -#: content-status.php:29 -msgid "Status" -msgstr "" - -#: content.php:33 -msgid "Featured" -msgstr "" - -#: footer.php:43 -msgid "Semantic Personal Publishing Platform" -msgstr "" - -#: functions.php:193 -msgid "Primary Navigation" -msgstr "" - -#: functions.php:194 -msgid "Top Navigation" -msgstr "" - -#: functions.php:195 -msgid "Footer Navigation" -msgstr "" - -#: functions.php:236 -msgid "mantra" -msgstr "" - -#: functions.php:414 -msgid "says:" -msgstr "sier:" - -#: functions.php:420 -msgid "Your comment is awaiting moderation." -msgstr " - Din kommentar venter pĂĄ godkjennelse av en moderator." - -#: functions.php:427 -msgid "at" -msgstr "pĂĄ" - -#: functions.php:427 -#: functions.php:444 -msgid "(Edit)" -msgstr "(RedigĂ©r)" - -#: functions.php:444 -msgid "Pingback: " -msgstr "" - -#: functions.php:463 -msgid "Primary Widget Area - Sidebar 1" -msgstr "" - -#: functions.php:465 -msgid "Primary widget area - Sidebar 1" -msgstr "" - -#: functions.php:474 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "" - -#: functions.php:476 -msgid "Secondary widget area - Sidebar 1" -msgstr "" - -#: functions.php:485 -msgid "Third Widget Area - Sidebar 2" -msgstr "" - -#: functions.php:487 -msgid "Third widget area - Sidebar 2" -msgstr "" - -#: functions.php:496 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "" - -#: functions.php:498 -msgid "Fourth widget area - Sidebar 2" -msgstr "" - -#: functions.php:507 -msgid "First Footer Widget Area" -msgstr "" - -#: functions.php:509 -msgid "First footer widget area" -msgstr "" - -#: functions.php:518 -msgid "Second Footer Widget Area" -msgstr "" - -#: functions.php:520 -msgid "Second footer widget area" -msgstr "" - -#: functions.php:529 -msgid "Third Footer Widget Area" -msgstr "" - -#: functions.php:531 -msgid "The third footer widget area" -msgstr "" - -#: functions.php:540 -msgid "Fourth Footer Widget Area" -msgstr "" - -#: functions.php:542 -msgid "The fourth footer widget area" -msgstr "" - -#: functions.php:582 -msgid "By " -msgstr "Av " - -#: functions.php:593 -msgid "Leave a comment" -msgstr " KommentĂ©r " - -#: functions.php:593 -msgid "1 Comment" -msgstr "1 Kommentar" - -#: functions.php:593 -msgid "% Comments" -msgstr "% Kommentarer" - -#: functions.php:613 -msgid " Bookmark the " -msgstr "Bokmerk" - -#: functions.php:613 -#: functions.php:615 -#: functions.php:617 -msgid "Permalink to" -msgstr "" - -#: functions.php:613 -#: functions.php:615 -#: functions.php:617 -msgid "permalink" -msgstr "" - -#: functions.php:615 -#: functions.php:617 -msgid "Bookmark the " -msgstr "Bokmerk " - -#: functions.php:639 -msgid "« Older posts" -msgstr "« Eldre innlegg" - -#: functions.php:640 -msgid "Newer posts »" -msgstr "Nyere innlegg »" - -#: functions.php:836 -#, php-format -msgid "Page %s" -msgstr "Side %s" - -#: functions.php:972 -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "" - -#: functions.php:980 -msgid "Import Mantra Theme Options" -msgstr "" - -#: functions.php:982 -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "" - -#: functions.php:984 -msgid "Just choose a file from your computer:" -msgstr "" - -#: functions.php:986 -#, php-format -msgid "Maximum size: %s" -msgstr "" - -#: functions.php:992 -msgid "And import!" -msgstr "" - -#: functions.php:1054 -msgid "Import Mantra Theme Options " -msgstr "" - -#: functions.php:1057 -msgid "Great! The options have been imported!" -msgstr "" - -#: functions.php:1058 -msgid "Go back to the Mantra options page and check them out!" -msgstr "" - -#: functions.php:1061 -#: functions.php:1067 -#: functions.php:1073 -msgid "Oops, there's a small problem." -msgstr "" - -#: functions.php:1062 -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "" - -#: functions.php:1068 -msgid "The uploaded file could not be read." -msgstr "" - -#: functions.php:1074 -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "" - -#: functions.php:1083 -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "" - -#: functions.php:1089 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "" - -#: header.php:104 -msgid "Skip to content" -msgstr "GĂĄ til innhold" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "Søkeresultat for: %s" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "Ikke noe søkeresultat for: %s" - -#: sidebar.php:34 -msgid "Archives" -msgstr "Arkiv" - -#: sidebar.php:41 -msgid "Meta" -msgstr "" - -#: single.php:18 -#: single.php:58 -msgid "Previous post link" -msgstr "Neste innleggs lenke" - -#: single.php:19 -#: single.php:59 -msgid "Next post link" -msgstr "Forrige innleggs lenke" - -#: single.php:44 -msgid "View all posts by " -msgstr "Vis alle innlegg fra " - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "Tag arkiv: %s" - -#: admin/mantra-admin-functions.php:31 -msgid "Layout Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:32 -msgid "Presentation Page" -msgstr "" - -#: admin/mantra-admin-functions.php:33 -msgid "Text Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:34 -msgid "Color Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:35 -msgid "Graphics Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:36 -msgid "Post Information Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:37 -msgid "Post Excerpt Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:38 -msgid "Featured Image Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:39 -msgid "Social Media Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:40 -msgid "Miscellaneous Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:42 -msgid "Main Layout" -msgstr "" - -#: admin/mantra-admin-functions.php:43 -msgid "Content / Sidebar Width" -msgstr "" - -#: admin/mantra-admin-functions.php:44 -msgid "Header Image Height" -msgstr "" - -#: admin/mantra-admin-functions.php:46 -msgid "Enable Presentation Page" -msgstr "" - -#: admin/mantra-admin-functions.php:47 -msgid "Slider Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:48 -msgid "Slides" -msgstr "" - -#: admin/mantra-admin-functions.php:49 -msgid "Presentation Page Columns" -msgstr "" - -#: admin/mantra-admin-functions.php:50 -msgid "Extras" -msgstr "" - -#: admin/mantra-admin-functions.php:52 -msgid "General Font" -msgstr "" - -#: admin/mantra-admin-functions.php:53 -msgid "General Font Size" -msgstr "" - -#: admin/mantra-admin-functions.php:54 -msgid "Post Title Font " -msgstr "" - -#: admin/mantra-admin-functions.php:55 -msgid "Post Title Font Size" -msgstr "" - -#: admin/mantra-admin-functions.php:56 -msgid "Sidebar Font" -msgstr "" - -#: admin/mantra-admin-functions.php:57 -msgid "SideBar Font Size" -msgstr "" - -#: admin/mantra-admin-functions.php:58 -msgid "Sub-Headers Font" -msgstr "" - -#: admin/mantra-admin-functions.php:59 -msgid "Force Text Align" -msgstr "" - -#: admin/mantra-admin-functions.php:60 -msgid "Paragraph indent" -msgstr "" - -#: admin/mantra-admin-functions.php:61 -msgid "Header indent" -msgstr "" - -#: admin/mantra-admin-functions.php:62 -msgid "Line Height" -msgstr "" - -#: admin/mantra-admin-functions.php:63 -msgid "Word spacing" -msgstr "" - -#: admin/mantra-admin-functions.php:64 -msgid "Letter spacing" -msgstr "" - -#: admin/mantra-admin-functions.php:65 -msgid "Text shadow" -msgstr "" - -#: admin/mantra-admin-functions.php:67 -msgid "Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:68 -msgid "Header (Banner and Menu) Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:70 -msgid "Site Title Color" -msgstr "" - -#: admin/mantra-admin-functions.php:71 -msgid "Site Description Color" -msgstr "" - -#: admin/mantra-admin-functions.php:73 -msgid "Content Text Color" -msgstr "" - -#: admin/mantra-admin-functions.php:74 -msgid "Links Color" -msgstr "" - -#: admin/mantra-admin-functions.php:75 -msgid "Links Hover Color" -msgstr "" - -#: admin/mantra-admin-functions.php:76 -msgid "Post Title Color" -msgstr "" - -#: admin/mantra-admin-functions.php:77 -msgid "Post Title Hover Color" -msgstr "" - -#: admin/mantra-admin-functions.php:78 -msgid "Sidebar Header Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:79 -msgid "Sidebar Header Text Color" -msgstr "" - -#: admin/mantra-admin-functions.php:80 -msgid "Footer Widget Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:81 -msgid "Footer Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:82 -msgid "Footer Widget Header Text Color" -msgstr "" - -#: admin/mantra-admin-functions.php:83 -msgid "Footer Widget Link Color" -msgstr "" - -#: admin/mantra-admin-functions.php:84 -msgid "Footer Widget Hover Color" -msgstr "" - -#: admin/mantra-admin-functions.php:86 -msgid "Caption Border" -msgstr "" - -#: admin/mantra-admin-functions.php:87 -msgid "Post Images Border" -msgstr "" - -#: admin/mantra-admin-functions.php:88 -msgid "Caption Pin" -msgstr "" - -#: admin/mantra-admin-functions.php:89 -msgid "Sidebar Menu Bullets" -msgstr "" - -#: admin/mantra-admin-functions.php:90 -msgid "Meta Area Background" -msgstr "" - -#: admin/mantra-admin-functions.php:91 -msgid "Post Separator" -msgstr "" - -#: admin/mantra-admin-functions.php:92 -msgid "Content List Bullets" -msgstr "" - -#: admin/mantra-admin-functions.php:93 -msgid "Title and Description" -msgstr "" - -#: admin/mantra-admin-functions.php:94 -msgid "Page Titles" -msgstr "" - -#: admin/mantra-admin-functions.php:95 -msgid "Category Page Titles" -msgstr "" - -#: admin/mantra-admin-functions.php:96 -msgid "Hide Tables" -msgstr "" - -#: admin/mantra-admin-functions.php:97 -msgid "Back to Top button" -msgstr "" - -#: admin/mantra-admin-functions.php:98 -msgid "Text Under Comments" -msgstr "" - -#: admin/mantra-admin-functions.php:99 -msgid "Comments are closed text" -msgstr "" - -#: admin/mantra-admin-functions.php:100 -msgid "Comments off" -msgstr "Kommentarer av" - -#: admin/mantra-admin-functions.php:101 -msgid "Insert footer copyright" -msgstr "" - -#: admin/mantra-admin-functions.php:103 -msgid "Post Date" -msgstr "" - -#: admin/mantra-admin-functions.php:104 -msgid "Post Time" -msgstr "" - -#: admin/mantra-admin-functions.php:105 -msgid "Post Author" -msgstr "" - -#: admin/mantra-admin-functions.php:106 -msgid "Post Category" -msgstr "" - -#: admin/mantra-admin-functions.php:107 -msgid "Post Tags" -msgstr "" - -#: admin/mantra-admin-functions.php:108 -msgid "Post Permalink" -msgstr "" - -#: admin/mantra-admin-functions.php:109 -msgid "All Post Metas" -msgstr "" - -#: admin/mantra-admin-functions.php:111 -msgid "Post Excerpts on Home Page" -msgstr "" - -#: admin/mantra-admin-functions.php:112 -msgid "Affect Sticky Posts" -msgstr "" - -#: admin/mantra-admin-functions.php:113 -msgid "Post Excerpts on Arhive and Category Pages" -msgstr "" - -#: admin/mantra-admin-functions.php:114 -msgid "Number of Words for Post Excerpts " -msgstr "" - -#: admin/mantra-admin-functions.php:115 -msgid "Magazine Layout" -msgstr "" - -#: admin/mantra-admin-functions.php:116 -msgid "Excerpt suffix" -msgstr "" - -#: admin/mantra-admin-functions.php:117 -msgid "Continue reading link text " -msgstr "" - -#: admin/mantra-admin-functions.php:118 -msgid "HTML tags in Excerpts" -msgstr "" - -#: admin/mantra-admin-functions.php:120 -msgid "Featured Images as POST Thumbnails " -msgstr "" - -#: admin/mantra-admin-functions.php:121 -msgid "Auto Select Images From Posts " -msgstr "" - -#: admin/mantra-admin-functions.php:122 -msgid "Thumbnails Alignment " -msgstr "" - -#: admin/mantra-admin-functions.php:123 -msgid "Thumbnails Size " -msgstr "" - -#: admin/mantra-admin-functions.php:124 -msgid "Featured Images as HEADER Images " -msgstr "" - -#: admin/mantra-admin-functions.php:126 -msgid "Link nr. 1" -msgstr "" - -#: admin/mantra-admin-functions.php:127 -msgid "Link nr. 2" -msgstr "" - -#: admin/mantra-admin-functions.php:128 -msgid "Link nr. 3" -msgstr "" - -#: admin/mantra-admin-functions.php:129 -msgid "Link nr. 4" -msgstr "" - -#: admin/mantra-admin-functions.php:130 -msgid "Link nr. 5" -msgstr "" - -#: admin/mantra-admin-functions.php:131 -msgid "Socials display" -msgstr "" - -#: admin/mantra-admin-functions.php:133 -msgid "Make Site Header a Link" -msgstr "" - -#: admin/mantra-admin-functions.php:134 -msgid "Breadcrumbs" -msgstr "" - -#: admin/mantra-admin-functions.php:135 -msgid "Pagination" -msgstr "" - -#: admin/mantra-admin-functions.php:136 -msgid "Mobile view" -msgstr "" - -#: admin/mantra-admin-functions.php:137 -msgid "FavIcon" -msgstr "" - -#: admin/mantra-admin-functions.php:138 -msgid "Custom CSS" -msgstr "" - -#: admin/mantra-admin-functions.php:228 -msgid "One column (no sidebars)" -msgstr "" - -#: admin/mantra-admin-functions.php:229 -msgid "Two columns, sidebar on the right" -msgstr "" - -#: admin/mantra-admin-functions.php:230 -msgid "Two columns, sidebar on the left" -msgstr "" - -#: admin/mantra-admin-functions.php:231 -msgid "Three columns, sidebars on the right" -msgstr "" - -#: admin/mantra-admin-functions.php:232 -msgid "Three columns, sidebars on the left" -msgstr "" - -#: admin/mantra-admin-functions.php:233 -msgid "Three columns, one sidebar on each side" -msgstr "" - -#: admin/mantra-admin-functions.php:248 -msgid "Choose your layout " -msgstr "" - -#: admin/mantra-admin-functions.php:258 -msgid "Absolute" -msgstr "" - -#: admin/mantra-admin-functions.php:258 -msgid "Relative" -msgstr "" - -#: admin/mantra-admin-functions.php:259 -msgid "Dimensions to use: " -msgstr "" - -#: admin/mantra-admin-functions.php:358 -#: admin/mantra-admin-functions.php:378 -msgid "Content =" -msgstr "" - -#: admin/mantra-admin-functions.php:359 -#: admin/mantra-admin-functions.php:379 -msgid "Sidebar(s) =" -msgstr "" - -#: admin/mantra-admin-functions.php:360 -#: admin/mantra-admin-functions.php:380 -msgid "Total width =" -msgstr "" - -#: admin/mantra-admin-functions.php:369 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" - -#: admin/mantra-admin-functions.php:389 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" - -#: admin/mantra-admin-functions.php:413 -msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be equal to the Total Site Width = " -msgstr "" - -#: admin/mantra-admin-functions.php:426 -#: admin/mantra-admin-functions.php:1117 -#: admin/mantra-admin-functions.php:1179 -#: admin/mantra-admin-functions.php:1487 -#: admin/mantra-admin-functions.php:1549 -#: admin/mantra-admin-functions.php:1742 -#: admin/mantra-admin-functions.php:1771 -#: admin/mantra-admin-functions.php:1794 -#: admin/mantra-admin-functions.php:1809 -#: admin/mantra-admin-functions.php:1850 -#: admin/mantra-admin-functions.php:1982 -#: admin/mantra-admin-functions.php:1997 -#: admin/mantra-admin-functions.php:2012 -#: admin/mantra-admin-functions.php:2027 -msgid "Enable" -msgstr "" - -#: admin/mantra-admin-functions.php:426 -#: admin/mantra-admin-functions.php:1117 -#: admin/mantra-admin-functions.php:1179 -#: admin/mantra-admin-functions.php:1487 -#: admin/mantra-admin-functions.php:1549 -#: admin/mantra-admin-functions.php:1742 -#: admin/mantra-admin-functions.php:1771 -#: admin/mantra-admin-functions.php:1794 -#: admin/mantra-admin-functions.php:1809 -#: admin/mantra-admin-functions.php:1850 -#: admin/mantra-admin-functions.php:1982 -#: admin/mantra-admin-functions.php:1997 -#: admin/mantra-admin-functions.php:2012 -#: admin/mantra-admin-functions.php:2027 -msgid "Disable" -msgstr "" - -#: admin/mantra-admin-functions.php:434 -msgid "" -"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" -"\t\ttext and images." -msgstr "" - -#: admin/mantra-admin-functions.php:443 -msgid "Slider Dimensions:" -msgstr "" - -#: admin/mantra-admin-functions.php:444 -msgid "width" -msgstr "" - -#: admin/mantra-admin-functions.php:445 -msgid "height" -msgstr "" - -#: admin/mantra-admin-functions.php:446 -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "" - -#: admin/mantra-admin-functions.php:449 -msgid "Animation:" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "Random" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "Fold" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "Fade" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SlideInRight" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SlideInLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceDown" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceDownLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUp" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUpLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUpDown" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUpDownLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRandom" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRain" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRainReverse" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRainGrow" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRainGrowReverse" -msgstr "" - -#: admin/mantra-admin-functions.php:459 -msgid "The transition effect your slider will have." -msgstr "" - -#: admin/mantra-admin-functions.php:461 -msgid "Animation Time:" -msgstr "" - -#: admin/mantra-admin-functions.php:462 -#: admin/mantra-admin-functions.php:466 -msgid "milliseconds (1000ms = 1 second) " -msgstr "" - -#: admin/mantra-admin-functions.php:463 -msgid "The time in which the transition animation will take place." -msgstr "" - -#: admin/mantra-admin-functions.php:465 -msgid "Pause Time:" -msgstr "" - -#: admin/mantra-admin-functions.php:467 -msgid "The time in which a slide will be still and visible." -msgstr "" - -#: admin/mantra-admin-functions.php:470 -msgid "Slider navigation:" -msgstr "" - -#: admin/mantra-admin-functions.php:472 -msgid "Numbers" -msgstr "" - -#: admin/mantra-admin-functions.php:472 -msgid "Bullets" -msgstr "" - -#: admin/mantra-admin-functions.php:472 -#: admin/mantra-admin-functions.php:1393 -msgid "None" -msgstr "" - -#: admin/mantra-admin-functions.php:480 -msgid "Your slider navigation type. Shown under the slider." -msgstr "" - -#: admin/mantra-admin-functions.php:482 -msgid "Slider arrows:" -msgstr "" - -#: admin/mantra-admin-functions.php:484 -msgid "Always Visible" -msgstr "" - -#: admin/mantra-admin-functions.php:484 -msgid "Visible on Hover" -msgstr "" - -#: admin/mantra-admin-functions.php:484 -msgid "Hidden" -msgstr "" - -#: admin/mantra-admin-functions.php:492 -msgid "The Left and Right arrows on your slider" -msgstr "" - -#: admin/mantra-admin-functions.php:536 -msgid "Select Category" -msgstr "" - -#: admin/mantra-admin-functions.php:594 -msgid "Slide 1" -msgstr "" - -#: admin/mantra-admin-functions.php:598 -#: admin/mantra-admin-functions.php:613 -#: admin/mantra-admin-functions.php:628 -#: admin/mantra-admin-functions.php:643 -#: admin/mantra-admin-functions.php:658 -#: admin/mantra-admin-functions.php:702 -#: admin/mantra-admin-functions.php:717 -#: admin/mantra-admin-functions.php:732 -#: admin/mantra-admin-functions.php:747 -msgid "Upload or select image from gallery" -msgstr "" - -#: admin/mantra-admin-functions.php:599 -#: admin/mantra-admin-functions.php:614 -#: admin/mantra-admin-functions.php:629 -#: admin/mantra-admin-functions.php:644 -#: admin/mantra-admin-functions.php:659 -#: admin/mantra-admin-functions.php:703 -#: admin/mantra-admin-functions.php:718 -#: admin/mantra-admin-functions.php:748 -msgid "Title" -msgstr "" - -#: admin/mantra-admin-functions.php:601 -#: admin/mantra-admin-functions.php:616 -#: admin/mantra-admin-functions.php:631 -#: admin/mantra-admin-functions.php:646 -#: admin/mantra-admin-functions.php:661 -#: admin/mantra-admin-functions.php:705 -#: admin/mantra-admin-functions.php:720 -#: admin/mantra-admin-functions.php:735 -#: admin/mantra-admin-functions.php:750 -msgid "Text" -msgstr "" - -#: admin/mantra-admin-functions.php:609 -msgid "Slide 2" -msgstr "" - -#: admin/mantra-admin-functions.php:624 -msgid "Slide 3" -msgstr "" - -#: admin/mantra-admin-functions.php:639 -msgid "Slide 4" -msgstr "" - -#: admin/mantra-admin-functions.php:654 -msgid "Slide 5" -msgstr "" - -#: admin/mantra-admin-functions.php:667 -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "" - -#: admin/mantra-admin-functions.php:678 -msgid "Number of columns:" -msgstr "" - -#: admin/mantra-admin-functions.php:688 -msgid "Image Height:" -msgstr "" - -#: admin/mantra-admin-functions.php:691 -msgid "Read more text:" -msgstr "" - -#: admin/mantra-admin-functions.php:694 -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "" - -#: admin/mantra-admin-functions.php:698 -msgid "1st Column" -msgstr "" - -#: admin/mantra-admin-functions.php:713 -msgid "2nd Column" -msgstr "" - -#: admin/mantra-admin-functions.php:728 -msgid "3rd Column" -msgstr "" - -#: admin/mantra-admin-functions.php:743 -msgid "4th Column" -msgstr "" - -#: admin/mantra-admin-functions.php:766 -msgid "Extra Text" -msgstr "" - -#: admin/mantra-admin-functions.php:766 -msgid "Top Title" -msgstr "" - -#: admin/mantra-admin-functions.php:768 -msgid "Second Title" -msgstr "" - -#: admin/mantra-admin-functions.php:771 -msgid "Title color" -msgstr "" - -#: admin/mantra-admin-functions.php:774 -msgid "The titles' color (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:776 -msgid "Bottom Text 1" -msgstr "" - -#: admin/mantra-admin-functions.php:778 -msgid "Bottom Text 2" -msgstr "" - -#: admin/mantra-admin-functions.php:781 -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" - -#: admin/mantra-admin-functions.php:787 -msgid "Hide areas" -msgstr "" - -#: admin/mantra-admin-functions.php:800 -msgid "Hide the header area (image or background color)." -msgstr "" - -#: admin/mantra-admin-functions.php:804 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "" - -#: admin/mantra-admin-functions.php:808 -msgid "Hide the footer widgets. " -msgstr "" - -#: admin/mantra-admin-functions.php:812 -msgid "Hide the footer (copyright area)." -msgstr "" - -#: admin/mantra-admin-functions.php:816 -msgid "Hide the white color. Only the background color remains." -msgstr "" - -#: admin/mantra-admin-functions.php:820 -msgid "Choose the areas to hide on the first page." -msgstr "" - -#: admin/mantra-admin-functions.php:851 -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" - -#: admin/mantra-admin-functions.php:895 -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "" - -#: admin/mantra-admin-functions.php:896 -#: admin/mantra-admin-functions.php:945 -#: admin/mantra-admin-functions.php:996 -#: admin/mantra-admin-functions.php:1047 -msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" - -#: admin/mantra-admin-functions.php:943 -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/mantra-admin-functions.php:994 -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/mantra-admin-functions.php:1045 -msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/mantra-admin-functions.php:1057 -#: admin/mantra-admin-functions.php:1072 -#: admin/mantra-admin-functions.php:1087 -#: admin/mantra-admin-functions.php:1132 -#: admin/mantra-admin-functions.php:1147 -#: admin/mantra-admin-functions.php:1162 -msgid "Default" -msgstr "" - -#: admin/mantra-admin-functions.php:1065 -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1080 -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1087 -#: admin/mantra-admin-functions.php:1825 -msgid "Left" -msgstr "" - -#: admin/mantra-admin-functions.php:1087 -#: admin/mantra-admin-functions.php:1825 -msgid "Right" -msgstr "" - -#: admin/mantra-admin-functions.php:1087 -msgid "Justify" -msgstr "" - -#: admin/mantra-admin-functions.php:1087 -#: admin/mantra-admin-functions.php:1825 -msgid "Center" -msgstr "" - -#: admin/mantra-admin-functions.php:1095 -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" - -#: admin/mantra-admin-functions.php:1109 -msgid "Choose the indent for your paragraphs." -msgstr "" - -#: admin/mantra-admin-functions.php:1125 -msgid "Disable the default header and title indent (left margin)." -msgstr "" - -#: admin/mantra-admin-functions.php:1140 -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1155 -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1170 -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1187 -msgid "Disable the default text shadow on headers and titles." -msgstr "" - -#: admin/mantra-admin-functions.php:1199 -msgid "Background color (Default value is 444444)." -msgstr "" - -#: admin/mantra-admin-functions.php:1207 -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "" - -#: admin/mantra-admin-functions.php:1215 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" - -#: admin/mantra-admin-functions.php:1223 -msgid "Footer background color (Default value is 222222)." -msgstr "" - -#: admin/mantra-admin-functions.php:1231 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "" - -#: admin/mantra-admin-functions.php:1239 -msgid "Your blog's description color(Default value is 222222)." -msgstr "" - -#: admin/mantra-admin-functions.php:1247 -msgid "Content Text Color (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:1255 -msgid "Links color (Default value is 0D85CC)." -msgstr "" - -#: admin/mantra-admin-functions.php:1263 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:1271 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:1279 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" - -#: admin/mantra-admin-functions.php:1287 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "" - -#: admin/mantra-admin-functions.php:1296 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "" - -#: admin/mantra-admin-functions.php:1304 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "" - -#: admin/mantra-admin-functions.php:1312 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "" - -#: admin/mantra-admin-functions.php:1320 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -#: admin/mantra-admin-functions.php:1393 -msgid "White" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Light" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Light Gray" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -#: admin/mantra-admin-functions.php:1393 -msgid "Gray" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Dark Gray" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Black" -msgstr "" - -#: admin/mantra-admin-functions.php:1340 -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "" - -#: admin/mantra-admin-functions.php:1356 -msgid "The border around your inserted images. " -msgstr "" - -#: admin/mantra-admin-functions.php:1371 -msgid "The image on top of your captions. " -msgstr "" - -#: admin/mantra-admin-functions.php:1386 -msgid "The sidebar list bullets. " -msgstr "" - -#: admin/mantra-admin-functions.php:1401 -msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" -msgstr "" - -#: admin/mantra-admin-functions.php:1409 -#: admin/mantra-admin-functions.php:1425 -#: admin/mantra-admin-functions.php:1442 -#: admin/mantra-admin-functions.php:1457 -#: admin/mantra-admin-functions.php:1472 -#: admin/mantra-admin-functions.php:1502 -#: admin/mantra-admin-functions.php:1517 -#: admin/mantra-admin-functions.php:1533 -#: admin/mantra-admin-functions.php:1576 -#: admin/mantra-admin-functions.php:1591 -#: admin/mantra-admin-functions.php:1606 -#: admin/mantra-admin-functions.php:1621 -#: admin/mantra-admin-functions.php:1636 -#: admin/mantra-admin-functions.php:1651 -#: admin/mantra-admin-functions.php:1666 -msgid "Show" -msgstr "" - -#: admin/mantra-admin-functions.php:1409 -#: admin/mantra-admin-functions.php:1425 -#: admin/mantra-admin-functions.php:1442 -#: admin/mantra-admin-functions.php:1457 -#: admin/mantra-admin-functions.php:1472 -#: admin/mantra-admin-functions.php:1502 -#: admin/mantra-admin-functions.php:1533 -#: admin/mantra-admin-functions.php:1576 -#: admin/mantra-admin-functions.php:1591 -#: admin/mantra-admin-functions.php:1606 -#: admin/mantra-admin-functions.php:1621 -#: admin/mantra-admin-functions.php:1636 -#: admin/mantra-admin-functions.php:1651 -#: admin/mantra-admin-functions.php:1666 -msgid "Hide" -msgstr "" - -#: admin/mantra-admin-functions.php:1417 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "" - -#: admin/mantra-admin-functions.php:1433 -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "" - -#: admin/mantra-admin-functions.php:1450 -msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." -msgstr "" - -#: admin/mantra-admin-functions.php:1465 -msgid "Hide or show Page titles on any created pages. " -msgstr "" - -#: admin/mantra-admin-functions.php:1480 -msgid "Hide or show Page titles on Category Pages. " -msgstr "" - -#: admin/mantra-admin-functions.php:1495 -msgid "Hide table borders and background color." -msgstr "" - -#: admin/mantra-admin-functions.php:1510 -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "" - -#: admin/mantra-admin-functions.php:1517 -msgid "Hide in posts" -msgstr "" - -#: admin/mantra-admin-functions.php:1517 -msgid "Hide in pages" -msgstr "" - -#: admin/mantra-admin-functions.php:1517 -msgid "Hide everywhere" -msgstr "" - -#: admin/mantra-admin-functions.php:1525 -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "" - -#: admin/mantra-admin-functions.php:1541 -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "" - -#: admin/mantra-admin-functions.php:1557 -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "" - -#: admin/mantra-admin-functions.php:1564 -msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." -msgstr "" - -#: admin/mantra-admin-functions.php:1584 -msgid "Hide or show the post date." -msgstr "" - -#: admin/mantra-admin-functions.php:1599 -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "" - -#: admin/mantra-admin-functions.php:1614 -msgid "Hide or show the post author." -msgstr "" - -#: admin/mantra-admin-functions.php:1629 -msgid "Hide the post category." -msgstr "" - -#: admin/mantra-admin-functions.php:1644 -msgid "Hide the post tags." -msgstr "" - -#: admin/mantra-admin-functions.php:1659 -msgid "Hide the 'Bookmark permalink'." -msgstr "" - -#: admin/mantra-admin-functions.php:1674 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" - -#: admin/mantra-admin-functions.php:1687 -#: admin/mantra-admin-functions.php:1702 -#: admin/mantra-admin-functions.php:1718 -msgid "Excerpt" -msgstr "" - -#: admin/mantra-admin-functions.php:1687 -#: admin/mantra-admin-functions.php:1702 -#: admin/mantra-admin-functions.php:1718 -msgid "Full Post" -msgstr "" - -#: admin/mantra-admin-functions.php:1695 -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" - -#: admin/mantra-admin-functions.php:1710 -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "" - -#: admin/mantra-admin-functions.php:1726 -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "" - -#: admin/mantra-admin-functions.php:1734 -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" - -#: admin/mantra-admin-functions.php:1750 -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "" - -#: admin/mantra-admin-functions.php:1757 -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "" - -#: admin/mantra-admin-functions.php:1764 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" - -#: admin/mantra-admin-functions.php:1779 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" - -#: admin/mantra-admin-functions.php:1802 -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "" - -#: admin/mantra-admin-functions.php:1817 -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "" - -#: admin/mantra-admin-functions.php:1833 -msgid "Thumbnail alignment." -msgstr "" - -#: admin/mantra-admin-functions.php:1842 -msgid "The size you want the thumbnails to have (in pixels)." -msgstr "" - -#: admin/mantra-admin-functions.php:1858 -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" - -#: admin/mantra-admin-functions.php:1882 -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "" - -#: admin/mantra-admin-functions.php:1896 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "" - -#: admin/mantra-admin-functions.php:1910 -msgid "There are a total of 27 social networks to choose from. " -msgstr "" - -#: admin/mantra-admin-functions.php:1924 -msgid "You can leave any number of inputs empty. " -msgstr "" - -#: admin/mantra-admin-functions.php:1938 -msgid "You can choose the same social media any number of times. " -msgstr "" - -#: admin/mantra-admin-functions.php:1969 -msgid "Choose the areas where to display the social icons." -msgstr "" - -#: admin/mantra-admin-functions.php:1990 -msgid "Make the site header into a clickable link that links to your index page." -msgstr "" - -#: admin/mantra-admin-functions.php:2005 -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "" - -#: admin/mantra-admin-functions.php:2020 -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "" - -#: admin/mantra-admin-functions.php:2035 -msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " -msgstr "" - -#: admin/mantra-admin-functions.php:2045 -msgid "Upload or select favicon from gallery" -msgstr "" - -#: admin/mantra-admin-functions.php:2049 -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " -msgstr "" - -#: admin/mantra-admin-functions.php:2057 -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme." -msgstr "" - -#: admin/mantra-admin-functions.php:2075 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "" - -#: admin/mantra-admin-functions.php:2085 -msgid "Mantra settings updated successfully." -msgstr "" - -#: admin/mantra-admin-functions.php:2099 -msgid "Reset to Defaults" -msgstr "" - -#: admin/mantra-admin-functions.php:2100 -msgid "Save Changes" -msgstr "" - -#: admin/mantra-admin-functions.php:2114 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" -"

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " -msgstr "" - -#: admin/mantra-admin-functions.php:2131 -msgid "Import/Export Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:2137 -msgid "Export Theme options" -msgstr "" - -#: admin/mantra-admin-functions.php:2138 -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "" - -#: admin/mantra-admin-functions.php:2143 -msgid "Import Theme options" -msgstr "" - -#: admin/mantra-admin-functions.php:2144 -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "" - -#: admin/mantra-admin-functions.php:2152 -msgid "Mantra Latest News" -msgstr "" - -#: admin/mantra-admin-functions.php:2163 -msgid "No news items." -msgstr "" - -#: admin/mantra-admin-functions.php:2177 -msgid "Mantra Help" -msgstr "" - -#: admin/mantra-admin-functions.php:2180 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" - -#: admin/mantra-admin-functions.php:2191 -msgid "Mantra Support Page" -msgstr "" - +msgid "" +msgstr "" +"Project-Id-Version: Mantra International\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-12 12:46+0200\n" +"PO-Revision-Date: 2012-09-10 16:54+0100\n" +"Last-Translator: kandasa \n" +"Language-Team: Norwegian front-end by kandasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: \n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x;_ex;_nx;esc_attr__;esc_attr_e;_n_noop;_nx_noop\n" +"X-Poedit-Basepath: ..\n" +"Plural-Forms: nplurals=2;plural=n>1\n" +"X-Poedit-Language: Norwegian Bokmal\n" +"X-Poedit-Country: NORWAY\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "Ikke funnet" + +#: 404.php:19 +msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." +msgstr "Beklager, men siden du prøvde ĂĄ ĂĄpne ble ikke funnet. Kanskje et søk kan hjelpe." + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "Dagsarkiv: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "MĂĄnedsarkiv: %s" + +#: archive.php:27 +msgid "F Y" +msgstr "" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "Ă…rsarkiv: %s" + +#: archive.php:29 +msgid "Y" +msgstr "" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "Blogarkiv" + +#: archive.php:57 +#: author.php:74 +#: category.php:50 +#: front-page.php:83 +msgid "Nothing Found" +msgstr "Ingenting funnet" + +#: archive.php:61 +#: author.php:78 +#: category.php:54 +#: front-page.php:87 +msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." +msgstr "Beklager, men det ble ikke funnet noe pĂĄ det forespurte arkivet. Kanskje et søk vil hjelpe for ĂĄ finne en relatert innlegg/side." + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "GĂĄ tilbake til %s" + +#: attachment.php:29 +msgid "By" +msgstr "Av" + +#: attachment.php:33 +#, php-format +msgid "View all posts by %s" +msgstr "Vis alle innleggene til %s" + +#: attachment.php:40 +msgid "Published" +msgstr "Publisert" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "Full størrelse er %s piksler" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "Link til bilde i full størrelse" + +#: attachment.php:60 +#: attachment.php:107 +#: content-aside.php:48 +#: content-chat.php:48 +#: content-gallery.php:64 +#: content-image.php:41 +#: content-link.php:48 +#: content-quote.php:46 +#: content-status.php:47 +#: content.php:85 +#: front-page.php:42 +msgid "Edit" +msgstr "RedigĂ©r" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "Les videre" + +#: attachment.php:101 +#: content-aside.php:39 +#: content-chat.php:37 +#: content-gallery.php:54 +#: content-image.php:32 +#: content-link.php:37 +#: content-quote.php:36 +#: content-status.php:38 +#: content.php:57 +#: content.php:74 +#: front-page.php:41 +msgid "Pages:" +msgstr "Sider:" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "Forfatterarkiv: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "Om %s" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "Kategoriarkiv: %s" + +#: comments.php:18 +msgid "This post is password protected. Enter the password to view any comments." +msgstr "Dette innlegget er passordbeskyttet. Skriv inn passord for ĂĄ se kommentarene." + +#: comments.php:35 +#, php-format +msgid "One Response to %2$s" +msgid_plural "%1$s Responses to %2$s" +msgstr[0] "En kommentar til %2$s" +msgstr[1] "%1$s kommentarer til %2$s" + +#: comments.php:41 +#: comments.php:60 +msgid "Older Comments" +msgstr "Eldre kommentarer" + +#: comments.php:42 +#: comments.php:61 +msgid "Newer Comments" +msgstr "Nyere kommentarer" + +#: comments.php:72 +#: front-page.php:47 +msgid "Comments are closed." +msgstr "Kommentarer er stengt." + +#: content-aside.php:16 +#: content-chat.php:16 +#: content-gallery.php:16 +#: content-gallery.php:48 +#: content-image.php:15 +#: content-link.php:16 +#: content-quote.php:14 +#: content-status.php:15 +#: content.php:24 +#: content.php:28 +#, php-format +msgid "Permalink to %s" +msgstr "Permalink til %s" + +#: content-aside.php:21 +msgid "Aside" +msgstr "En side" + +#: content-aside.php:38 +#: content-chat.php:36 +#: content-gallery.php:32 +#: content-image.php:31 +#: content-link.php:36 +#: content-quote.php:35 +#: content-status.php:37 +msgid "Continue reading " +msgstr "Les videre " + +#: content-aside.php:46 +#: content-chat.php:44 +#: content-gallery.php:61 +#: content-image.php:38 +#: content-link.php:44 +#: content-quote.php:43 +#: content-status.php:45 +#: content.php:83 +msgid "Tagged" +msgstr "Tagged" + +#: content-chat.php:20 +msgid "Chat" +msgstr "" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "Galleri" + +#: content-gallery.php:47 +#, php-format +msgid "This gallery contains %2$s photo." +msgid_plural "This gallery contains %2$s photos." +msgstr[0] "Dette galleriet inneholder %2$s bilde." +msgstr[1] "Dette galleriet inneholder %2$s bilder." + +#: content-image.php:19 +msgid "Image" +msgstr "Bilde" + +#: content-link.php:20 +msgid "Link" +msgstr "" + +#: content-quote.php:19 +msgid "Quote" +msgstr "SitĂ©r" + +#: content-status.php:29 +msgid "Status" +msgstr "" + +#: content.php:33 +msgid "Featured" +msgstr "" + +#: footer.php:43 +msgid "Semantic Personal Publishing Platform" +msgstr "" + +#: functions.php:193 +msgid "Primary Navigation" +msgstr "" + +#: functions.php:194 +msgid "Top Navigation" +msgstr "" + +#: functions.php:195 +msgid "Footer Navigation" +msgstr "" + +#: functions.php:236 +msgid "mantra" +msgstr "" + +#: functions.php:414 +msgid "says:" +msgstr "sier:" + +#: functions.php:420 +msgid "Your comment is awaiting moderation." +msgstr " - Din kommentar venter pĂĄ godkjennelse av en moderator." + +#: functions.php:427 +msgid "at" +msgstr "pĂĄ" + +#: functions.php:427 +#: functions.php:444 +msgid "(Edit)" +msgstr "(RedigĂ©r)" + +#: functions.php:444 +msgid "Pingback: " +msgstr "" + +#: functions.php:463 +msgid "Primary Widget Area - Sidebar 1" +msgstr "" + +#: functions.php:465 +msgid "Primary widget area - Sidebar 1" +msgstr "" + +#: functions.php:474 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "" + +#: functions.php:476 +msgid "Secondary widget area - Sidebar 1" +msgstr "" + +#: functions.php:485 +msgid "Third Widget Area - Sidebar 2" +msgstr "" + +#: functions.php:487 +msgid "Third widget area - Sidebar 2" +msgstr "" + +#: functions.php:496 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "" + +#: functions.php:498 +msgid "Fourth widget area - Sidebar 2" +msgstr "" + +#: functions.php:507 +msgid "First Footer Widget Area" +msgstr "" + +#: functions.php:509 +msgid "First footer widget area" +msgstr "" + +#: functions.php:518 +msgid "Second Footer Widget Area" +msgstr "" + +#: functions.php:520 +msgid "Second footer widget area" +msgstr "" + +#: functions.php:529 +msgid "Third Footer Widget Area" +msgstr "" + +#: functions.php:531 +msgid "The third footer widget area" +msgstr "" + +#: functions.php:540 +msgid "Fourth Footer Widget Area" +msgstr "" + +#: functions.php:542 +msgid "The fourth footer widget area" +msgstr "" + +#: functions.php:582 +msgid "By " +msgstr "Av " + +#: functions.php:593 +msgid "Leave a comment" +msgstr " KommentĂ©r " + +#: functions.php:593 +msgid "1 Comment" +msgstr "1 Kommentar" + +#: functions.php:593 +msgid "% Comments" +msgstr "% Kommentarer" + +#: functions.php:613 +msgid " Bookmark the " +msgstr "Bokmerk" + +#: functions.php:613 +#: functions.php:615 +#: functions.php:617 +msgid "Permalink to" +msgstr "" + +#: functions.php:613 +#: functions.php:615 +#: functions.php:617 +msgid "permalink" +msgstr "" + +#: functions.php:615 +#: functions.php:617 +msgid "Bookmark the " +msgstr "Bokmerk " + +#: functions.php:639 +msgid "« Older posts" +msgstr "« Eldre innlegg" + +#: functions.php:640 +msgid "Newer posts »" +msgstr "Nyere innlegg »" + +#: functions.php:836 +#, php-format +msgid "Page %s" +msgstr "Side %s" + +#: functions.php:972 +msgid "Before you can upload your import file, you will need to fix the following error:" +msgstr "" + +#: functions.php:980 +msgid "Import Mantra Theme Options" +msgstr "" + +#: functions.php:982 +msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." +msgstr "" + +#: functions.php:984 +msgid "Just choose a file from your computer:" +msgstr "" + +#: functions.php:986 +#, php-format +msgid "Maximum size: %s" +msgstr "" + +#: functions.php:992 +msgid "And import!" +msgstr "" + +#: functions.php:1054 +msgid "Import Mantra Theme Options " +msgstr "" + +#: functions.php:1057 +msgid "Great! The options have been imported!" +msgstr "" + +#: functions.php:1058 +msgid "Go back to the Mantra options page and check them out!" +msgstr "" + +#: functions.php:1061 +#: functions.php:1067 +#: functions.php:1073 +msgid "Oops, there's a small problem." +msgstr "" + +#: functions.php:1062 +msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." +msgstr "" + +#: functions.php:1068 +msgid "The uploaded file could not be read." +msgstr "" + +#: functions.php:1074 +msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." +msgstr "" + +#: functions.php:1083 +msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." +msgstr "" + +#: functions.php:1089 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "" + +#: header.php:104 +msgid "Skip to content" +msgstr "GĂĄ til innhold" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "Søkeresultat for: %s" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "Ikke noe søkeresultat for: %s" + +#: sidebar.php:34 +msgid "Archives" +msgstr "Arkiv" + +#: sidebar.php:41 +msgid "Meta" +msgstr "" + +#: single.php:18 +#: single.php:58 +msgid "Previous post link" +msgstr "Neste innleggs lenke" + +#: single.php:19 +#: single.php:59 +msgid "Next post link" +msgstr "Forrige innleggs lenke" + +#: single.php:44 +msgid "View all posts by " +msgstr "Vis alle innlegg fra " + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "Tag arkiv: %s" + +#: admin/mantra-admin-functions.php:31 +msgid "Layout Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:32 +msgid "Presentation Page" +msgstr "" + +#: admin/mantra-admin-functions.php:33 +msgid "Text Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:34 +msgid "Color Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:35 +msgid "Graphics Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:36 +msgid "Post Information Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:37 +msgid "Post Excerpt Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:38 +msgid "Featured Image Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:39 +msgid "Social Media Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:40 +msgid "Miscellaneous Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:42 +msgid "Main Layout" +msgstr "" + +#: admin/mantra-admin-functions.php:43 +msgid "Content / Sidebar Width" +msgstr "" + +#: admin/mantra-admin-functions.php:44 +msgid "Header Image Height" +msgstr "" + +#: admin/mantra-admin-functions.php:46 +msgid "Enable Presentation Page" +msgstr "" + +#: admin/mantra-admin-functions.php:47 +msgid "Slider Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:48 +msgid "Slides" +msgstr "" + +#: admin/mantra-admin-functions.php:49 +msgid "Presentation Page Columns" +msgstr "" + +#: admin/mantra-admin-functions.php:50 +msgid "Extras" +msgstr "" + +#: admin/mantra-admin-functions.php:52 +msgid "General Font" +msgstr "" + +#: admin/mantra-admin-functions.php:53 +msgid "General Font Size" +msgstr "" + +#: admin/mantra-admin-functions.php:54 +msgid "Post Title Font " +msgstr "" + +#: admin/mantra-admin-functions.php:55 +msgid "Post Title Font Size" +msgstr "" + +#: admin/mantra-admin-functions.php:56 +msgid "Sidebar Font" +msgstr "" + +#: admin/mantra-admin-functions.php:57 +msgid "SideBar Font Size" +msgstr "" + +#: admin/mantra-admin-functions.php:58 +msgid "Sub-Headers Font" +msgstr "" + +#: admin/mantra-admin-functions.php:59 +msgid "Force Text Align" +msgstr "" + +#: admin/mantra-admin-functions.php:60 +msgid "Paragraph indent" +msgstr "" + +#: admin/mantra-admin-functions.php:61 +msgid "Header indent" +msgstr "" + +#: admin/mantra-admin-functions.php:62 +msgid "Line Height" +msgstr "" + +#: admin/mantra-admin-functions.php:63 +msgid "Word spacing" +msgstr "" + +#: admin/mantra-admin-functions.php:64 +msgid "Letter spacing" +msgstr "" + +#: admin/mantra-admin-functions.php:65 +msgid "Text shadow" +msgstr "" + +#: admin/mantra-admin-functions.php:67 +msgid "Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:68 +msgid "Header (Banner and Menu) Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:70 +msgid "Site Title Color" +msgstr "" + +#: admin/mantra-admin-functions.php:71 +msgid "Site Description Color" +msgstr "" + +#: admin/mantra-admin-functions.php:73 +msgid "Content Text Color" +msgstr "" + +#: admin/mantra-admin-functions.php:74 +msgid "Links Color" +msgstr "" + +#: admin/mantra-admin-functions.php:75 +msgid "Links Hover Color" +msgstr "" + +#: admin/mantra-admin-functions.php:76 +msgid "Post Title Color" +msgstr "" + +#: admin/mantra-admin-functions.php:77 +msgid "Post Title Hover Color" +msgstr "" + +#: admin/mantra-admin-functions.php:78 +msgid "Sidebar Header Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:79 +msgid "Sidebar Header Text Color" +msgstr "" + +#: admin/mantra-admin-functions.php:80 +msgid "Footer Widget Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:81 +msgid "Footer Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:82 +msgid "Footer Widget Header Text Color" +msgstr "" + +#: admin/mantra-admin-functions.php:83 +msgid "Footer Widget Link Color" +msgstr "" + +#: admin/mantra-admin-functions.php:84 +msgid "Footer Widget Hover Color" +msgstr "" + +#: admin/mantra-admin-functions.php:86 +msgid "Caption Border" +msgstr "" + +#: admin/mantra-admin-functions.php:87 +msgid "Post Images Border" +msgstr "" + +#: admin/mantra-admin-functions.php:88 +msgid "Caption Pin" +msgstr "" + +#: admin/mantra-admin-functions.php:89 +msgid "Sidebar Menu Bullets" +msgstr "" + +#: admin/mantra-admin-functions.php:90 +msgid "Meta Area Background" +msgstr "" + +#: admin/mantra-admin-functions.php:91 +msgid "Post Separator" +msgstr "" + +#: admin/mantra-admin-functions.php:92 +msgid "Content List Bullets" +msgstr "" + +#: admin/mantra-admin-functions.php:93 +msgid "Title and Description" +msgstr "" + +#: admin/mantra-admin-functions.php:94 +msgid "Page Titles" +msgstr "" + +#: admin/mantra-admin-functions.php:95 +msgid "Category Page Titles" +msgstr "" + +#: admin/mantra-admin-functions.php:96 +msgid "Hide Tables" +msgstr "" + +#: admin/mantra-admin-functions.php:97 +msgid "Back to Top button" +msgstr "" + +#: admin/mantra-admin-functions.php:98 +msgid "Text Under Comments" +msgstr "" + +#: admin/mantra-admin-functions.php:99 +msgid "Comments are closed text" +msgstr "" + +#: admin/mantra-admin-functions.php:100 +msgid "Comments off" +msgstr "Kommentarer av" + +#: admin/mantra-admin-functions.php:101 +msgid "Insert footer copyright" +msgstr "" + +#: admin/mantra-admin-functions.php:103 +msgid "Post Date" +msgstr "" + +#: admin/mantra-admin-functions.php:104 +msgid "Post Time" +msgstr "" + +#: admin/mantra-admin-functions.php:105 +msgid "Post Author" +msgstr "" + +#: admin/mantra-admin-functions.php:106 +msgid "Post Category" +msgstr "" + +#: admin/mantra-admin-functions.php:107 +msgid "Post Tags" +msgstr "" + +#: admin/mantra-admin-functions.php:108 +msgid "Post Permalink" +msgstr "" + +#: admin/mantra-admin-functions.php:109 +msgid "All Post Metas" +msgstr "" + +#: admin/mantra-admin-functions.php:111 +msgid "Post Excerpts on Home Page" +msgstr "" + +#: admin/mantra-admin-functions.php:112 +msgid "Affect Sticky Posts" +msgstr "" + +#: admin/mantra-admin-functions.php:113 +msgid "Post Excerpts on Arhive and Category Pages" +msgstr "" + +#: admin/mantra-admin-functions.php:114 +msgid "Number of Words for Post Excerpts " +msgstr "" + +#: admin/mantra-admin-functions.php:115 +msgid "Magazine Layout" +msgstr "" + +#: admin/mantra-admin-functions.php:116 +msgid "Excerpt suffix" +msgstr "" + +#: admin/mantra-admin-functions.php:117 +msgid "Continue reading link text " +msgstr "" + +#: admin/mantra-admin-functions.php:118 +msgid "HTML tags in Excerpts" +msgstr "" + +#: admin/mantra-admin-functions.php:120 +msgid "Featured Images as POST Thumbnails " +msgstr "" + +#: admin/mantra-admin-functions.php:121 +msgid "Auto Select Images From Posts " +msgstr "" + +#: admin/mantra-admin-functions.php:122 +msgid "Thumbnails Alignment " +msgstr "" + +#: admin/mantra-admin-functions.php:123 +msgid "Thumbnails Size " +msgstr "" + +#: admin/mantra-admin-functions.php:124 +msgid "Featured Images as HEADER Images " +msgstr "" + +#: admin/mantra-admin-functions.php:126 +msgid "Link nr. 1" +msgstr "" + +#: admin/mantra-admin-functions.php:127 +msgid "Link nr. 2" +msgstr "" + +#: admin/mantra-admin-functions.php:128 +msgid "Link nr. 3" +msgstr "" + +#: admin/mantra-admin-functions.php:129 +msgid "Link nr. 4" +msgstr "" + +#: admin/mantra-admin-functions.php:130 +msgid "Link nr. 5" +msgstr "" + +#: admin/mantra-admin-functions.php:131 +msgid "Socials display" +msgstr "" + +#: admin/mantra-admin-functions.php:133 +msgid "Make Site Header a Link" +msgstr "" + +#: admin/mantra-admin-functions.php:134 +msgid "Breadcrumbs" +msgstr "" + +#: admin/mantra-admin-functions.php:135 +msgid "Pagination" +msgstr "" + +#: admin/mantra-admin-functions.php:136 +msgid "Mobile view" +msgstr "" + +#: admin/mantra-admin-functions.php:137 +msgid "FavIcon" +msgstr "" + +#: admin/mantra-admin-functions.php:138 +msgid "Custom CSS" +msgstr "" + +#: admin/mantra-admin-functions.php:228 +msgid "One column (no sidebars)" +msgstr "" + +#: admin/mantra-admin-functions.php:229 +msgid "Two columns, sidebar on the right" +msgstr "" + +#: admin/mantra-admin-functions.php:230 +msgid "Two columns, sidebar on the left" +msgstr "" + +#: admin/mantra-admin-functions.php:231 +msgid "Three columns, sidebars on the right" +msgstr "" + +#: admin/mantra-admin-functions.php:232 +msgid "Three columns, sidebars on the left" +msgstr "" + +#: admin/mantra-admin-functions.php:233 +msgid "Three columns, one sidebar on each side" +msgstr "" + +#: admin/mantra-admin-functions.php:248 +msgid "Choose your layout " +msgstr "" + +#: admin/mantra-admin-functions.php:258 +msgid "Absolute" +msgstr "" + +#: admin/mantra-admin-functions.php:258 +msgid "Relative" +msgstr "" + +#: admin/mantra-admin-functions.php:259 +msgid "Dimensions to use: " +msgstr "" + +#: admin/mantra-admin-functions.php:358 +#: admin/mantra-admin-functions.php:378 +msgid "Content =" +msgstr "" + +#: admin/mantra-admin-functions.php:359 +#: admin/mantra-admin-functions.php:379 +msgid "Sidebar(s) =" +msgstr "" + +#: admin/mantra-admin-functions.php:360 +#: admin/mantra-admin-functions.php:380 +msgid "Total width =" +msgstr "" + +#: admin/mantra-admin-functions.php:369 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" + +#: admin/mantra-admin-functions.php:389 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." +msgstr "" + +#: admin/mantra-admin-functions.php:413 +msgid "Select the header's height. After saving the settings go and upload your new header image. The header's width will be equal to the Total Site Width = " +msgstr "" + +#: admin/mantra-admin-functions.php:426 +#: admin/mantra-admin-functions.php:1117 +#: admin/mantra-admin-functions.php:1179 +#: admin/mantra-admin-functions.php:1487 +#: admin/mantra-admin-functions.php:1549 +#: admin/mantra-admin-functions.php:1742 +#: admin/mantra-admin-functions.php:1771 +#: admin/mantra-admin-functions.php:1794 +#: admin/mantra-admin-functions.php:1809 +#: admin/mantra-admin-functions.php:1850 +#: admin/mantra-admin-functions.php:1982 +#: admin/mantra-admin-functions.php:1997 +#: admin/mantra-admin-functions.php:2012 +#: admin/mantra-admin-functions.php:2027 +msgid "Enable" +msgstr "" + +#: admin/mantra-admin-functions.php:426 +#: admin/mantra-admin-functions.php:1117 +#: admin/mantra-admin-functions.php:1179 +#: admin/mantra-admin-functions.php:1487 +#: admin/mantra-admin-functions.php:1549 +#: admin/mantra-admin-functions.php:1742 +#: admin/mantra-admin-functions.php:1771 +#: admin/mantra-admin-functions.php:1794 +#: admin/mantra-admin-functions.php:1809 +#: admin/mantra-admin-functions.php:1850 +#: admin/mantra-admin-functions.php:1982 +#: admin/mantra-admin-functions.php:1997 +#: admin/mantra-admin-functions.php:2012 +#: admin/mantra-admin-functions.php:2027 +msgid "Disable" +msgstr "" + +#: admin/mantra-admin-functions.php:434 +msgid "" +"Enable the presentation front-page. This will become your new home page and it will replace whatever page you have selected as homepage. It has a slider and columns for presentation\n" +"\t\ttext and images." +msgstr "" + +#: admin/mantra-admin-functions.php:443 +msgid "Slider Dimensions:" +msgstr "" + +#: admin/mantra-admin-functions.php:444 +msgid "width" +msgstr "" + +#: admin/mantra-admin-functions.php:445 +msgid "height" +msgstr "" + +#: admin/mantra-admin-functions.php:446 +msgid "The dimensions of your slider. Make sure your images are of the same size." +msgstr "" + +#: admin/mantra-admin-functions.php:449 +msgid "Animation:" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "Random" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "Fold" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "Fade" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SlideInRight" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SlideInLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceDown" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceDownLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUp" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUpLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUpDown" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUpDownLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRandom" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRain" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRainReverse" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRainGrow" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRainGrowReverse" +msgstr "" + +#: admin/mantra-admin-functions.php:459 +msgid "The transition effect your slider will have." +msgstr "" + +#: admin/mantra-admin-functions.php:461 +msgid "Animation Time:" +msgstr "" + +#: admin/mantra-admin-functions.php:462 +#: admin/mantra-admin-functions.php:466 +msgid "milliseconds (1000ms = 1 second) " +msgstr "" + +#: admin/mantra-admin-functions.php:463 +msgid "The time in which the transition animation will take place." +msgstr "" + +#: admin/mantra-admin-functions.php:465 +msgid "Pause Time:" +msgstr "" + +#: admin/mantra-admin-functions.php:467 +msgid "The time in which a slide will be still and visible." +msgstr "" + +#: admin/mantra-admin-functions.php:470 +msgid "Slider navigation:" +msgstr "" + +#: admin/mantra-admin-functions.php:472 +msgid "Numbers" +msgstr "" + +#: admin/mantra-admin-functions.php:472 +msgid "Bullets" +msgstr "" + +#: admin/mantra-admin-functions.php:472 +#: admin/mantra-admin-functions.php:1393 +msgid "None" +msgstr "" + +#: admin/mantra-admin-functions.php:480 +msgid "Your slider navigation type. Shown under the slider." +msgstr "" + +#: admin/mantra-admin-functions.php:482 +msgid "Slider arrows:" +msgstr "" + +#: admin/mantra-admin-functions.php:484 +msgid "Always Visible" +msgstr "" + +#: admin/mantra-admin-functions.php:484 +msgid "Visible on Hover" +msgstr "" + +#: admin/mantra-admin-functions.php:484 +msgid "Hidden" +msgstr "" + +#: admin/mantra-admin-functions.php:492 +msgid "The Left and Right arrows on your slider" +msgstr "" + +#: admin/mantra-admin-functions.php:536 +msgid "Select Category" +msgstr "" + +#: admin/mantra-admin-functions.php:594 +msgid "Slide 1" +msgstr "" + +#: admin/mantra-admin-functions.php:598 +#: admin/mantra-admin-functions.php:613 +#: admin/mantra-admin-functions.php:628 +#: admin/mantra-admin-functions.php:643 +#: admin/mantra-admin-functions.php:658 +#: admin/mantra-admin-functions.php:702 +#: admin/mantra-admin-functions.php:717 +#: admin/mantra-admin-functions.php:732 +#: admin/mantra-admin-functions.php:747 +msgid "Upload or select image from gallery" +msgstr "" + +#: admin/mantra-admin-functions.php:599 +#: admin/mantra-admin-functions.php:614 +#: admin/mantra-admin-functions.php:629 +#: admin/mantra-admin-functions.php:644 +#: admin/mantra-admin-functions.php:659 +#: admin/mantra-admin-functions.php:703 +#: admin/mantra-admin-functions.php:718 +#: admin/mantra-admin-functions.php:748 +msgid "Title" +msgstr "" + +#: admin/mantra-admin-functions.php:601 +#: admin/mantra-admin-functions.php:616 +#: admin/mantra-admin-functions.php:631 +#: admin/mantra-admin-functions.php:646 +#: admin/mantra-admin-functions.php:661 +#: admin/mantra-admin-functions.php:705 +#: admin/mantra-admin-functions.php:720 +#: admin/mantra-admin-functions.php:735 +#: admin/mantra-admin-functions.php:750 +msgid "Text" +msgstr "" + +#: admin/mantra-admin-functions.php:609 +msgid "Slide 2" +msgstr "" + +#: admin/mantra-admin-functions.php:624 +msgid "Slide 3" +msgstr "" + +#: admin/mantra-admin-functions.php:639 +msgid "Slide 4" +msgstr "" + +#: admin/mantra-admin-functions.php:654 +msgid "Slide 5" +msgstr "" + +#: admin/mantra-admin-functions.php:667 +msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." +msgstr "" + +#: admin/mantra-admin-functions.php:678 +msgid "Number of columns:" +msgstr "" + +#: admin/mantra-admin-functions.php:688 +msgid "Image Height:" +msgstr "" + +#: admin/mantra-admin-functions.php:691 +msgid "Read more text:" +msgstr "" + +#: admin/mantra-admin-functions.php:694 +msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." +msgstr "" + +#: admin/mantra-admin-functions.php:698 +msgid "1st Column" +msgstr "" + +#: admin/mantra-admin-functions.php:713 +msgid "2nd Column" +msgstr "" + +#: admin/mantra-admin-functions.php:728 +msgid "3rd Column" +msgstr "" + +#: admin/mantra-admin-functions.php:743 +msgid "4th Column" +msgstr "" + +#: admin/mantra-admin-functions.php:766 +msgid "Extra Text" +msgstr "" + +#: admin/mantra-admin-functions.php:766 +msgid "Top Title" +msgstr "" + +#: admin/mantra-admin-functions.php:768 +msgid "Second Title" +msgstr "" + +#: admin/mantra-admin-functions.php:771 +msgid "Title color" +msgstr "" + +#: admin/mantra-admin-functions.php:774 +msgid "The titles' color (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:776 +msgid "Bottom Text 1" +msgstr "" + +#: admin/mantra-admin-functions.php:778 +msgid "Bottom Text 2" +msgstr "" + +#: admin/mantra-admin-functions.php:781 +msgid "" +"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" + +#: admin/mantra-admin-functions.php:787 +msgid "Hide areas" +msgstr "" + +#: admin/mantra-admin-functions.php:800 +msgid "Hide the header area (image or background color)." +msgstr "" + +#: admin/mantra-admin-functions.php:804 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "" + +#: admin/mantra-admin-functions.php:808 +msgid "Hide the footer widgets. " +msgstr "" + +#: admin/mantra-admin-functions.php:812 +msgid "Hide the footer (copyright area)." +msgstr "" + +#: admin/mantra-admin-functions.php:816 +msgid "Hide the white color. Only the background color remains." +msgstr "" + +#: admin/mantra-admin-functions.php:820 +msgid "Choose the areas to hide on the first page." +msgstr "" + +#: admin/mantra-admin-functions.php:851 +msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" + +#: admin/mantra-admin-functions.php:895 +msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " +msgstr "" + +#: admin/mantra-admin-functions.php:896 +#: admin/mantra-admin-functions.php:945 +#: admin/mantra-admin-functions.php:996 +#: admin/mantra-admin-functions.php:1047 +msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" + +#: admin/mantra-admin-functions.php:943 +msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/mantra-admin-functions.php:994 +msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/mantra-admin-functions.php:1045 +msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/mantra-admin-functions.php:1057 +#: admin/mantra-admin-functions.php:1072 +#: admin/mantra-admin-functions.php:1087 +#: admin/mantra-admin-functions.php:1132 +#: admin/mantra-admin-functions.php:1147 +#: admin/mantra-admin-functions.php:1162 +msgid "Default" +msgstr "" + +#: admin/mantra-admin-functions.php:1065 +msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1080 +msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1087 +#: admin/mantra-admin-functions.php:1825 +msgid "Left" +msgstr "" + +#: admin/mantra-admin-functions.php:1087 +#: admin/mantra-admin-functions.php:1825 +msgid "Right" +msgstr "" + +#: admin/mantra-admin-functions.php:1087 +msgid "Justify" +msgstr "" + +#: admin/mantra-admin-functions.php:1087 +#: admin/mantra-admin-functions.php:1825 +msgid "Center" +msgstr "" + +#: admin/mantra-admin-functions.php:1095 +msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" + +#: admin/mantra-admin-functions.php:1109 +msgid "Choose the indent for your paragraphs." +msgstr "" + +#: admin/mantra-admin-functions.php:1125 +msgid "Disable the default header and title indent (left margin)." +msgstr "" + +#: admin/mantra-admin-functions.php:1140 +msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1155 +msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1170 +msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1187 +msgid "Disable the default text shadow on headers and titles." +msgstr "" + +#: admin/mantra-admin-functions.php:1199 +msgid "Background color (Default value is 444444)." +msgstr "" + +#: admin/mantra-admin-functions.php:1207 +msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." +msgstr "" + +#: admin/mantra-admin-functions.php:1215 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "" + +#: admin/mantra-admin-functions.php:1223 +msgid "Footer background color (Default value is 222222)." +msgstr "" + +#: admin/mantra-admin-functions.php:1231 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "" + +#: admin/mantra-admin-functions.php:1239 +msgid "Your blog's description color(Default value is 222222)." +msgstr "" + +#: admin/mantra-admin-functions.php:1247 +msgid "Content Text Color (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:1255 +msgid "Links color (Default value is 0D85CC)." +msgstr "" + +#: admin/mantra-admin-functions.php:1263 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:1271 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:1279 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" + +#: admin/mantra-admin-functions.php:1287 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "" + +#: admin/mantra-admin-functions.php:1296 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "" + +#: admin/mantra-admin-functions.php:1304 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "" + +#: admin/mantra-admin-functions.php:1312 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "" + +#: admin/mantra-admin-functions.php:1320 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +#: admin/mantra-admin-functions.php:1393 +msgid "White" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Light" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Light Gray" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +#: admin/mantra-admin-functions.php:1393 +msgid "Gray" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Dark Gray" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Black" +msgstr "" + +#: admin/mantra-admin-functions.php:1340 +msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." +msgstr "" + +#: admin/mantra-admin-functions.php:1356 +msgid "The border around your inserted images. " +msgstr "" + +#: admin/mantra-admin-functions.php:1371 +msgid "The image on top of your captions. " +msgstr "" + +#: admin/mantra-admin-functions.php:1386 +msgid "The sidebar list bullets. " +msgstr "" + +#: admin/mantra-admin-functions.php:1401 +msgid "The background for your post-metas area (under your post tiltes). Gray by default.<" +msgstr "" + +#: admin/mantra-admin-functions.php:1409 +#: admin/mantra-admin-functions.php:1425 +#: admin/mantra-admin-functions.php:1442 +#: admin/mantra-admin-functions.php:1457 +#: admin/mantra-admin-functions.php:1472 +#: admin/mantra-admin-functions.php:1502 +#: admin/mantra-admin-functions.php:1517 +#: admin/mantra-admin-functions.php:1533 +#: admin/mantra-admin-functions.php:1576 +#: admin/mantra-admin-functions.php:1591 +#: admin/mantra-admin-functions.php:1606 +#: admin/mantra-admin-functions.php:1621 +#: admin/mantra-admin-functions.php:1636 +#: admin/mantra-admin-functions.php:1651 +#: admin/mantra-admin-functions.php:1666 +msgid "Show" +msgstr "" + +#: admin/mantra-admin-functions.php:1409 +#: admin/mantra-admin-functions.php:1425 +#: admin/mantra-admin-functions.php:1442 +#: admin/mantra-admin-functions.php:1457 +#: admin/mantra-admin-functions.php:1472 +#: admin/mantra-admin-functions.php:1502 +#: admin/mantra-admin-functions.php:1533 +#: admin/mantra-admin-functions.php:1576 +#: admin/mantra-admin-functions.php:1591 +#: admin/mantra-admin-functions.php:1606 +#: admin/mantra-admin-functions.php:1621 +#: admin/mantra-admin-functions.php:1636 +#: admin/mantra-admin-functions.php:1651 +#: admin/mantra-admin-functions.php:1666 +msgid "Hide" +msgstr "" + +#: admin/mantra-admin-functions.php:1417 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "" + +#: admin/mantra-admin-functions.php:1433 +msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." +msgstr "" + +#: admin/mantra-admin-functions.php:1450 +msgid "Hide or show your blog's Title and Description in the header (recommended if you have a custom header image with text)." +msgstr "" + +#: admin/mantra-admin-functions.php:1465 +msgid "Hide or show Page titles on any created pages. " +msgstr "" + +#: admin/mantra-admin-functions.php:1480 +msgid "Hide or show Page titles on Category Pages. " +msgstr "" + +#: admin/mantra-admin-functions.php:1495 +msgid "Hide table borders and background color." +msgstr "" + +#: admin/mantra-admin-functions.php:1510 +msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." +msgstr "" + +#: admin/mantra-admin-functions.php:1517 +msgid "Hide in posts" +msgstr "" + +#: admin/mantra-admin-functions.php:1517 +msgid "Hide in pages" +msgstr "" + +#: admin/mantra-admin-functions.php:1517 +msgid "Hide everywhere" +msgstr "" + +#: admin/mantra-admin-functions.php:1525 +msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." +msgstr "" + +#: admin/mantra-admin-functions.php:1541 +msgid "Hide the Comments off text next to posts that have comments disabled." +msgstr "" + +#: admin/mantra-admin-functions.php:1557 +msgid "Enable the Back to Top button. The button appears after scrolling the page down." +msgstr "" + +#: admin/mantra-admin-functions.php:1564 +msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." +msgstr "" + +#: admin/mantra-admin-functions.php:1584 +msgid "Hide or show the post date." +msgstr "" + +#: admin/mantra-admin-functions.php:1599 +msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." +msgstr "" + +#: admin/mantra-admin-functions.php:1614 +msgid "Hide or show the post author." +msgstr "" + +#: admin/mantra-admin-functions.php:1629 +msgid "Hide the post category." +msgstr "" + +#: admin/mantra-admin-functions.php:1644 +msgid "Hide the post tags." +msgstr "" + +#: admin/mantra-admin-functions.php:1659 +msgid "Hide the 'Bookmark permalink'." +msgstr "" + +#: admin/mantra-admin-functions.php:1674 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" + +#: admin/mantra-admin-functions.php:1687 +#: admin/mantra-admin-functions.php:1702 +#: admin/mantra-admin-functions.php:1718 +msgid "Excerpt" +msgstr "" + +#: admin/mantra-admin-functions.php:1687 +#: admin/mantra-admin-functions.php:1702 +#: admin/mantra-admin-functions.php:1718 +msgid "Full Post" +msgstr "" + +#: admin/mantra-admin-functions.php:1695 +msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" + +#: admin/mantra-admin-functions.php:1710 +msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " +msgstr "" + +#: admin/mantra-admin-functions.php:1726 +msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." +msgstr "" + +#: admin/mantra-admin-functions.php:1734 +msgid "" +"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" + +#: admin/mantra-admin-functions.php:1750 +msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." +msgstr "" + +#: admin/mantra-admin-functions.php:1757 +msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." +msgstr "" + +#: admin/mantra-admin-functions.php:1764 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "" + +#: admin/mantra-admin-functions.php:1779 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "" + +#: admin/mantra-admin-functions.php:1802 +msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." +msgstr "" + +#: admin/mantra-admin-functions.php:1817 +msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." +msgstr "" + +#: admin/mantra-admin-functions.php:1833 +msgid "Thumbnail alignment." +msgstr "" + +#: admin/mantra-admin-functions.php:1842 +msgid "The size you want the thumbnails to have (in pixels)." +msgstr "" + +#: admin/mantra-admin-functions.php:1858 +msgid "" +"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." +msgstr "" + +#: admin/mantra-admin-functions.php:1882 +msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" +msgstr "" + +#: admin/mantra-admin-functions.php:1896 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "" + +#: admin/mantra-admin-functions.php:1910 +msgid "There are a total of 27 social networks to choose from. " +msgstr "" + +#: admin/mantra-admin-functions.php:1924 +msgid "You can leave any number of inputs empty. " +msgstr "" + +#: admin/mantra-admin-functions.php:1938 +msgid "You can choose the same social media any number of times. " +msgstr "" + +#: admin/mantra-admin-functions.php:1969 +msgid "Choose the areas where to display the social icons." +msgstr "" + +#: admin/mantra-admin-functions.php:1990 +msgid "Make the site header into a clickable link that links to your index page." +msgstr "" + +#: admin/mantra-admin-functions.php:2005 +msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." +msgstr "" + +#: admin/mantra-admin-functions.php:2020 +msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " +msgstr "" + +#: admin/mantra-admin-functions.php:2035 +msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in. " +msgstr "" + +#: admin/mantra-admin-functions.php:2045 +msgid "Upload or select favicon from gallery" +msgstr "" + +#: admin/mantra-admin-functions.php:2049 +msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " +msgstr "" + +#: admin/mantra-admin-functions.php:2057 +msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme." +msgstr "" + +#: admin/mantra-admin-functions.php:2075 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "" + +#: admin/mantra-admin-functions.php:2085 +msgid "Mantra settings updated successfully." +msgstr "" + +#: admin/mantra-admin-functions.php:2099 +msgid "Reset to Defaults" +msgstr "" + +#: admin/mantra-admin-functions.php:2100 +msgid "Save Changes" +msgstr "" + +#: admin/mantra-admin-functions.php:2114 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" +"

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " +msgstr "" + +#: admin/mantra-admin-functions.php:2131 +msgid "Import/Export Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:2137 +msgid "Export Theme options" +msgstr "" + +#: admin/mantra-admin-functions.php:2138 +msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" +msgstr "" + +#: admin/mantra-admin-functions.php:2143 +msgid "Import Theme options" +msgstr "" + +#: admin/mantra-admin-functions.php:2144 +msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." +msgstr "" + +#: admin/mantra-admin-functions.php:2152 +msgid "Mantra Latest News" +msgstr "" + +#: admin/mantra-admin-functions.php:2163 +msgid "No news items." +msgstr "" + +#: admin/mantra-admin-functions.php:2177 +msgid "Mantra Help" +msgstr "" + +#: admin/mantra-admin-functions.php:2180 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" + +#: admin/mantra-admin-functions.php:2191 +msgid "Mantra Support Page" +msgstr "" + diff --git a/themes/mantra/languages/nl_NL.mo b/themes/mantra/languages/nl_NL.mo deleted file mode 100644 index 2ddbfe74..00000000 Binary files a/themes/mantra/languages/nl_NL.mo and /dev/null differ diff --git a/themes/mantra/languages/nl_NL.po b/themes/mantra/languages/nl_NL.po deleted file mode 100644 index b22daf5f..00000000 --- a/themes/mantra/languages/nl_NL.po +++ /dev/null @@ -1,2456 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra v2.0.1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-08 18:32+0200\n" -"PO-Revision-Date: 2013-04-06 22:05:45+0000\n" -"Last-Translator: Tim De Keyser \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: \n" -"X-Poedit-Country: \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;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" -"X-Poedit-Basepath: C:/Users/medicated/Desktop/mantra\n" -"X-Poedit-Bookmarks: \n" -"X-Poedit-SearchPath-0: .\n" -"X-Textdomain-Support: yes" - -#: 404.php:17 -#@ mantra -msgid "Not Found" -msgstr "Niet gevonden" - -#: 404.php:19 -#@ mantra -msgid "Apologies, but the page you requested could not be found. Perhaps searching will help." -msgstr "Sorry, maar deze pagina is niet gevonden. Misschien dat zoeken helpt." - -#: archive.php:26 -#, php-format -#@ mantra -msgid "Daily Archives: %s" -msgstr "Dagelijkse Archieven: %s" - -#: archive.php:28 -#, php-format -#@ mantra -msgid "Monthly Archives: %s" -msgstr "Maandelijkse archieven: %s" - -#: archive.php:30 -#, php-format -#@ mantra -msgid "Yearly Archives: %s" -msgstr "Jaarlijkse archieven: %s" - -#: archive.php:32 -#@ mantra -msgid "Blog Archives" -msgstr "Blog archieven" - -#: archive.php:58 -#: author.php:75 -#: category.php:51 -#: index.php:41 -#: search.php:41 -#: tag.php:52 -#: template-blog.php:36 -#@ mantra -msgid "Nothing Found" -msgstr "Niets gevonden" - -#: archive.php:62 -#: author.php:79 -#: category.php:55 -#: index.php:45 -#: tag.php:56 -#: template-blog.php:40 -#@ mantra -msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post." -msgstr "Sorry, er zijn geen resultaten in het gevraagde archief. Misschien kunt een zoeken naar een soortgelijke post." - -#: attachment.php:18 -#, php-format -#@ mantra -msgid "Return to %s" -msgstr "Teruggaan naar %s" - -#. translators: %s - title of parent post -#: attachment.php:29 -#@ mantra -msgid "By" -msgstr "Door" - -#: attachment.php:40 -#@ mantra -msgid "Published" -msgstr "Gepubliceerd" - -#: attachment.php:50 -#, php-format -#@ mantra -msgid "Full size is %s pixels" -msgstr "Volledige groote is %s pixels" - -#: attachment.php:53 -#@ mantra -msgid "Link to full-size image" -msgstr "Link naar afbeeling op ware groote" - -#: attachment.php:60 -#: attachment.php:107 -#: content-aside.php:48 -#: content-chat.php:49 -#: content-gallery.php:65 -#: content-image.php:42 -#: content-link.php:49 -#: content-page.php:22 -#: content-quote.php:46 -#: content-status.php:48 -#: content.php:76 -#: single.php:54 -#: template-onecolumn.php:27 -#@ mantra -msgid "Edit" -msgstr "Bewerken" - -#: attachment.php:100 -#@ mantra -msgid "Continue reading" -msgstr "Verder lezen" - -#: attachment.php:101 -#: content-aside.php:39 -#: content-chat.php:38 -#: content-gallery.php:55 -#: content-image.php:33 -#: content-link.php:38 -#: content-page.php:21 -#: content-quote.php:36 -#: content-status.php:39 -#: content.php:49 -#: content.php:65 -#: single.php:32 -#: template-onecolumn.php:26 -#@ mantra -msgid "Pages:" -msgstr "Pagina's:" - -#: author.php:29 -#, php-format -#@ mantra -msgid "Author Archives: %s" -msgstr "Auteur archieven: %s" - -#: author.php:50 -#: single.php:41 -#, php-format -#@ mantra -msgid "About %s" -msgstr "Over %s" - -#: category.php:20 -#, php-format -#@ mantra -msgid "Category Archives: %s" -msgstr "Categorie archieven: %s" - -#: comments.php:18 -#@ mantra -msgid "This post is password protected. Enter the password to view any comments." -msgstr "Dit bericht is beveiligd met een wachtwoord. Geef het wachtwoord op om door te gaan." - -#: includes/theme-comments.php:107 -#@ mantra -msgid "Older Comments" -msgstr "Oudere reacties" - -#: includes/theme-comments.php:108 -#@ mantra -msgid "Newer Comments" -msgstr "Nieuwere reacties" - -#: content-page.php:27 -#: includes/theme-comments.php:136 -#@ mantra -msgid "Comments are closed." -msgstr "Reacties zijn uitgeschakeld." - -#: content-aside.php:20 -#@ mantra -msgid "Aside" -msgstr "Naast" - -#: content-aside.php:38 -#: content-chat.php:37 -#: content-gallery.php:33 -#: content-image.php:32 -#: content-link.php:37 -#: content-quote.php:35 -#: content-status.php:38 -#@ mantra -msgid "Continue reading " -msgstr "Verder lezeen " - -#: content-aside.php:46 -#: content-chat.php:45 -#: content-gallery.php:62 -#: content-image.php:39 -#: content-link.php:45 -#: content-quote.php:43 -#: content-status.php:46 -#: content.php:74 -#: includes/theme-loop.php:185 -#@ mantra -msgid "Tagged" -msgstr "Tagged" - -#: content-chat.php:20 -#@ mantra -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:20 -#@ mantra -msgid "Gallery" -msgstr "Galerij" - -#: admin/settings.php:470 -#: admin/settings.php:485 -#: admin/settings.php:500 -#: admin/settings.php:515 -#: admin/settings.php:530 -#: admin/settings.php:572 -#: admin/settings.php:587 -#: admin/settings.php:602 -#: admin/settings.php:617 -#: content-image.php:19 -#@ mantra -msgid "Image" -msgstr "Afbeelding" - -#: admin/settings.php:477 -#: admin/settings.php:492 -#: admin/settings.php:507 -#: admin/settings.php:522 -#: admin/settings.php:537 -#: admin/settings.php:579 -#: admin/settings.php:594 -#: admin/settings.php:609 -#: admin/settings.php:624 -#: content-link.php:20 -#@ mantra -msgid "Link" -msgstr "Link" - -#: content-quote.php:18 -#@ mantra -msgid "Quote" -msgstr "Citaat" - -#: content-status.php:30 -#@ mantra -msgid "Status" -msgstr "Status" - -#: search.php:20 -#, php-format -#@ mantra -msgid "Search Results for: %s" -msgstr "Zoekresultaten voor: %s" - -#: search.php:39 -#, php-format -#@ mantra -msgid "No search results for: %s" -msgstr "Geen zoekresultaten voor: %s" - -#: single.php:45 -#@ mantra -msgid "View all posts by " -msgstr "Bekijk alle berichten van" - -#: tag.php:21 -#, php-format -#@ mantra -msgid "Tag Archives: %s" -msgstr "Tag archieven: %s" - -#: admin/admin-functions.php:62 -#@ mantra -msgid "Before you can upload your import file, you will need to fix the following error:" -msgstr "Voordat je jouw bestand kunt uploaden of importeren moet eers de volgende eror oplossen:" - -#: admin/admin-functions.php:70 -#@ mantra -msgid "Import Mantra Theme Options" -msgstr "Mantra thema opties importeren" - -#: admin/admin-functions.php:72 -#@ mantra -msgid "Hi! This is where you import the Mantra settings. Please remember that this is still an experimental feature." -msgstr "Hallo! Dit is waar je de Mantra instellingen kunt importeren. Gelieve te onthouden dat dit nog altijd een experimentele functie is." - -#: admin/admin-functions.php:74 -#@ mantra -msgid "Just choose a file from your computer:" -msgstr "Kies gewoon een bestand van je computer:" - -#: admin/admin-functions.php:76 -#, php-format -#@ mantra -msgid "Maximum size: %s" -msgstr "Maximum groote: %s" - -#: admin/admin-functions.php:82 -#@ mantra -msgid "And import!" -msgstr "Importeren!" - -#: admin/admin-functions.php:148 -#@ mantra -msgid "Import Mantra Theme Options " -msgstr "Mantra thema opties importeren" - -#: admin/admin-functions.php:151 -#@ mantra -msgid "Great! The options have been imported!" -msgstr "Geweldig! De opties zijn geïmporteerd!" - -#: admin/admin-functions.php:152 -#@ mantra -msgid "Go back to the Mantra options page and check them out!" -msgstr "Ga terug naar de Mantra opties pagina en ga aan de slag!" - -#: admin/admin-functions.php:155 -#: admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -#@ mantra -msgid "Oops, there's a small problem." -msgstr "Oeps, er is een klein probleem." - -#: admin/admin-functions.php:156 -#@ mantra -msgid "The uploaded file does not contain valid Mantra options. Make sure the file is exported from the Mantra Options page." -msgstr "Het geüploade bestand bevat geen geldige Mantra opties. Controleer dat het bestand geëxporteerd is van de Mantra opties pagina." - -#: admin/admin-functions.php:162 -#@ mantra -msgid "The uploaded file could not be read." -msgstr "Het geüploade bestand kon niet gelezen worden." - -#: admin/admin-functions.php:168 -#@ mantra -msgid "The uploaded file is not supported. Make sure the file was exported from the Mantra page and that it is a text file." -msgstr "Het geüploade bestandstype is niet ondersteund. Controleer dat het bestand was geëxporteerd van de Mantra opties pagina en dat een tekstbestand is." - -#: admin/admin-functions.php:177 -#@ mantra -msgid "Oops! The file is empty or there was no file. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini." -msgstr "Oeps! Het bestand is leeg of er was geen bestand. Deze fout kan ook veroorzaakt zijn doordat uploads uigeschakeld zijn in je php.ini or doordat post_max_size gedifiniëerd is als kleiner dan upload_max filesize in php.ini" - -#: admin/admin-functions.php:183 -#@ mantra -msgid "ERROR: You are not authorised to perform that operation" -msgstr "FOUT: Je bent niet bevoegd om die actie uit te voeren" - -#: admin/main.php:95 -#@ mantra -msgid "Layout Settings" -msgstr "Layout instellingen" - -#: admin/main.php:97 -#@ mantra -msgid "Presentation Page" -msgstr "Presentatie pagina" - -#: admin/main.php:98 -#@ mantra -msgid "Text Settings" -msgstr "Tekst instellingen" - -#: admin/main.php:99 -#@ mantra -msgid "Color Settings" -msgstr "Kleurschema's" - -#: admin/main.php:100 -#@ mantra -msgid "Graphics Settings" -msgstr "Grafische instellingen" - -#: admin/main.php:101 -#@ mantra -msgid "Post Information Settings" -msgstr "Bericht informatie instellingen" - -#: admin/main.php:102 -#@ mantra -msgid "Post Excerpt Settings" -msgstr "Bericht fragment instellingen" - -#: admin/main.php:103 -#@ mantra -msgid "Featured Image Settings" -msgstr "Uitgelichte afbeeldingen instellingen" - -#: admin/main.php:104 -#@ mantra -msgid "Social Media Settings" -msgstr "Sociale netwerken instellingen" - -#: admin/main.php:105 -#@ mantra -msgid "Miscellaneous Settings" -msgstr "Diverse instellingen" - -#: admin/main.php:107 -#@ mantra -msgid "Main Layout" -msgstr "Belangrijkste layout" - -#: admin/main.php:108 -#@ mantra -msgid "Content / Sidebar Width" -msgstr "Inhoud / Sidebar breedte" - -#: admin/main.php:111 -#@ mantra -msgid "Enable Presentation Page" -msgstr "Presentatie pagina inschakelen" - -#: admin/main.php:112 -#@ mantra -msgid "Slider Settings" -msgstr "Dia instellingen" - -#: admin/main.php:113 -#@ mantra -msgid "Slides" -msgstr "Dia's" - -#: admin/main.php:114 -#@ mantra -msgid "Presentation Page Columns" -msgstr "Presentatie pagina kolomen" - -#: admin/main.php:115 -#@ mantra -msgid "Extras" -msgstr "Extra's" - -#: admin/main.php:124 -#@ mantra -msgid "General Font" -msgstr "Algemeen lettertype" - -#: admin/main.php:125 -#@ mantra -msgid "General Font Size" -msgstr "Algemene tekengroote" - -#: admin/main.php:126 -#@ mantra -msgid "Post Title Font " -msgstr "Berichttitel lettertype" - -#: admin/main.php:127 -#@ mantra -msgid "Post Title Font Size" -msgstr "Berichttitel tekengroote" - -#: admin/main.php:128 -#@ mantra -msgid "Sidebar Font" -msgstr "Sidebar lettertype" - -#: admin/main.php:129 -#@ mantra -msgid "SideBar Font Size" -msgstr "Sidebar tekengroote" - -#: admin/main.php:130 -#@ mantra -msgid "Sub-Headers Font" -msgstr "Ondertitel lettertype" - -#: admin/main.php:131 -#@ mantra -msgid "Force Text Align" -msgstr "Forceer tekstuitlijning" - -#: admin/main.php:132 -#@ mantra -msgid "Paragraph indent" -msgstr "Paragraaf inspringing" - -#: admin/main.php:133 -#@ mantra -msgid "Header indent" -msgstr "Koptekst inspringing" - -#: admin/main.php:134 -#@ mantra -msgid "Line Height" -msgstr "Regelhoogte" - -#: admin/main.php:135 -#@ mantra -msgid "Word spacing" -msgstr "Woordafstand" - -#: admin/main.php:136 -#@ mantra -msgid "Letter spacing" -msgstr "Tekenafstand" - -#: admin/main.php:137 -#@ mantra -msgid "Text shadow" -msgstr "Tekstschaduw" - -#: admin/main.php:139 -#@ mantra -msgid "Background Color" -msgstr "Achtergrondkleur" - -#: admin/main.php:140 -#@ mantra -msgid "Header (Banner and Menu) Background Color" -msgstr "Koptekst (Afbeelding en Menu) achtergrondkleur" - -#: admin/main.php:141 -#@ mantra -msgid "Content Background Color" -msgstr "Inhoud achtergrondkleur" - -#: admin/main.php:146 -#@ mantra -msgid "Site Title Color" -msgstr "Kleur sitetitel" - -#: admin/main.php:147 -#@ mantra -msgid "Site Description Color" -msgstr "Kleur siteomschrijving" - -#: admin/main.php:149 -#@ mantra -msgid "Content Text Color" -msgstr "Kleur inhoudstekts" - -#: admin/main.php:150 -#@ mantra -msgid "Links Color" -msgstr "Kleur links" - -#: admin/main.php:151 -#@ mantra -msgid "Links Hover Color" -msgstr "Kleur links bij muisover" - -#: admin/main.php:152 -#@ mantra -msgid "Post Title Color" -msgstr "Kleur berichtentitel" - -#: admin/main.php:153 -#@ mantra -msgid "Post Title Hover Color" -msgstr "Kleur berichtentitel bij muisover" - -#: admin/main.php:154 -#@ mantra -msgid "Sidebar Header Background Color" -msgstr "Achtergrondkleur sidebar kop" - -#: admin/main.php:155 -#@ mantra -msgid "Sidebar Header Text Color" -msgstr "Kleur sidebar koptekst" - -#: admin/main.php:156 -#@ mantra -msgid "Footer Widget Background Color" -msgstr "Achtergrondkleur voetnootgadget" - -#: admin/main.php:157 -#@ mantra -msgid "Footer Background Color" -msgstr "Achtergrondkleur voetnoot" - -#: admin/main.php:158 -#@ mantra -msgid "Footer Widget Header Text Color" -msgstr "Tekstkleur koptekst voetnootgadget" - -#: admin/main.php:159 -#@ mantra -msgid "Footer Widget Link Color" -msgstr "Linkkleur voetnootgadget" - -#: admin/main.php:160 -#@ mantra -msgid "Footer Widget Hover Color" -msgstr "Kleur voetnootgadget bij muisover" - -#: admin/main.php:165 -#@ mantra -msgid "Caption Border" -msgstr "Bijschriftrand" - -#: admin/main.php:164 -#@ mantra -msgid "Post Images Border" -msgstr "Rand berichtafbeeldingen" - -#: admin/main.php:166 -#@ mantra -msgid "Caption Pin" -msgstr "Cation Pin" - -#: admin/main.php:167 -#@ mantra -msgid "Sidebar Menu Bullets" -msgstr "Sidebar menu opsommingstekens" - -#: admin/main.php:168 -#@ mantra -msgid "Meta Area Background" -msgstr "Achtergrond Meta zone" - -#: admin/main.php:169 -#@ mantra -msgid "Post Separator" -msgstr "Berichtschijding" - -#: admin/main.php:170 -#@ mantra -msgid "Content List Bullets" -msgstr "Opsommingstekens inhoudslijst" - -#: admin/main.php:171 -#@ mantra -msgid "Page Titles" -msgstr "Pagina titels" - -#: admin/main.php:172 -#@ mantra -msgid "Category Page Titles" -msgstr "Titels categoriepagina's" - -#: admin/main.php:173 -#@ mantra -msgid "Hide Tables" -msgstr "Verberg tabellen" - -#: admin/main.php:174 -#@ mantra -msgid "Back to Top button" -msgstr "Terug naar boven knop" - -#: admin/main.php:175 -#@ mantra -msgid "Text Under Comments" -msgstr "Tekst onder reacties" - -#: admin/main.php:176 -#@ mantra -msgid "Comments are closed text" -msgstr "Reacties zijn uitgeschakeld tekst" - -#: admin/main.php:177 -#@ mantra -msgid "Comments off" -msgstr "Reacties uitgeschakeld" - -#: admin/main.php:179 -#@ mantra -msgid "Post Comments Link" -msgstr "Berichtreacties link" - -#: admin/main.php:180 -#@ mantra -msgid "Post Date" -msgstr "Berichtdatum" - -#: admin/main.php:181 -#@ mantra -msgid "Post Time" -msgstr "Berichttijd" - -#: admin/main.php:182 -#@ mantra -msgid "Post Author" -msgstr "Berichtauteur" - -#: admin/main.php:183 -#@ mantra -msgid "Post Category" -msgstr "Berichtcatagorie" - -#: admin/main.php:184 -#@ mantra -msgid "Post Tags" -msgstr "Berichttags" - -#: admin/main.php:185 -#@ mantra -msgid "Post Permalink" -msgstr "Permanente link bericht" - -#: admin/main.php:186 -#@ mantra -msgid "All Post Metas" -msgstr "Alle berichtmeta's" - -#: admin/main.php:188 -#@ mantra -msgid "Post Excerpts on Home Page" -msgstr "Berichtfragment op startpagina" - -#: admin/main.php:189 -#@ mantra -msgid "Affect Sticky Posts" -msgstr "Beïnvloed gepinde berichten" - -#: admin/main.php:190 -#@ mantra -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Berichtfragment op archief- en categoriepagina's" - -#: admin/main.php:191 -#@ mantra -msgid "Number of Words for Post Excerpts " -msgstr "Aantal woorden voor berichtframgenen" - -#: admin/main.php:192 -#@ mantra -msgid "Magazine Layout" -msgstr "Magazinelay-out" - -#: admin/main.php:193 -#@ mantra -msgid "Excerpt suffix" -msgstr "Achtervoegsel fragment" - -#: admin/main.php:194 -#@ mantra -msgid "Continue reading link text " -msgstr "Verder lezen link tekst" - -#: admin/main.php:195 -#@ mantra -msgid "HTML tags in Excerpts" -msgstr "HTML tags in fragmenten" - -#: admin/main.php:197 -#@ mantra -msgid "Featured Images as POST Thumbnails " -msgstr "Uitgelichte afbeeldingen als BERICHT-miniaturen" - -#: admin/main.php:198 -#@ mantra -msgid "Auto Select Images From Posts " -msgstr "Selecteer automatisch berichtafbeeldingen" - -#: admin/main.php:199 -#@ mantra -msgid "Thumbnails Alignment " -msgstr "Uitlijning miniaturen" - -#: admin/main.php:200 -#@ mantra -msgid "Thumbnails Size " -msgstr "Groote miniaturen" - -#: admin/main.php:201 -#@ mantra -msgid "Featured Images as HEADER Images " -msgstr "Uitgelichte afbeeldingen als KOPTEKST afbeeldingen" - -#: admin/main.php:203 -#@ mantra -msgid "Link nr. 1" -msgstr "Link nr. 1" - -#: admin/main.php:204 -#@ mantra -msgid "Link nr. 2" -msgstr "Link nr. 2" - -#: admin/main.php:205 -#@ mantra -msgid "Link nr. 3" -msgstr "Link nr. 3" - -#: admin/main.php:206 -#@ mantra -msgid "Link nr. 4" -msgstr "Link nr. 4" - -#: admin/main.php:207 -#@ mantra -msgid "Link nr. 5" -msgstr "Link nr. 5" - -#: admin/main.php:208 -#@ mantra -msgid "Socials display" -msgstr "Weergave sociale netwerken" - -#: admin/main.php:162 -#@ mantra -msgid "Breadcrumbs" -msgstr "Broodkruimels" - -#: admin/main.php:163 -#@ mantra -msgid "Pagination" -msgstr "Pagina overslaan" - -#: admin/main.php:109 -#@ mantra -msgid "Mobile view" -msgstr "Mobiele look" - -#: admin/main.php:212 -#@ mantra -msgid "Custom CSS" -msgstr "Aangepaste CSS" - -#: admin/main.php:213 -#@ mantra -msgid "Custom JavaScript" -msgstr "Aangepaste JavaScrips" - -#: admin/main.php:210 -#@ mantra -msgid "SEO Settings" -msgstr "SEO instellingen" - -#: admin/main.php:230 -#@ mantra -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Sorry, je hebt niet geen toestemming om deze pagina te bekijken." - -#: admin/main.php:249 -#@ mantra -msgid "Mantra settings updated successfully." -msgstr "Mantra instelling zijn succesvol bijgewerkt." - -#: admin/main.php:262 -#@ mantra -msgid "Reset to Defaults" -msgstr "Standaardinstellingen herstellen" - -#: admin/main.php:261 -#@ mantra -msgid "Save Changes" -msgstr "Wijzigingen opslaan" - -#: admin/main.php:276 -#@ mantra -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we spend night after night improving the Mantra Theme. We fix a lot of bugs (that we previously created); we add more and more customization options while also trying to keep things as simple as possible; then... we might play a game or two but rest assured that we return to read and (in most cases) reply to your late night emails and comments, take notes and draw dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they keep so fresh after all that hard labor for that darned theme? Well folks, it's simple. We drink coffee. Industrial quantities of hot boiling coffee. We love it! So if you want to help with the further development of the Mantra Theme...

      " -msgstr "" -"

      Hier bij Cryout Creatins (de ontwikkelaars van het enige echte Mantra Thema), werken we de hele nacht door om het Mantra Thema te verbeteren. We reperaren problemen (die we er zelf ingestoken hebben); we voegen meer aanpassingsopties toe terwijl we ook proberen om het zo simpel mogelijk te houden; daarna... spelen we misschien een spelletje of twee maar wees gerust dat we daarna verderdoen om (in de meeste gevallen) je nachtelijke mails en berichten lezen en beantwoorden, notities maken van dingen om toe te voegen in volgende versies.

      \n" -"/t/t/t

      Misschien vraag je jezelf af: Hoe doen ze het? Hoe blijven ze fris achter al dat herde werk voor dat verdomde thema? Wel mensen, het is simpel. We drinken koffie. Industriële hoeveelheden van dampendhete koffie. We zijn er gek op!Dus als je wilt helpen met de verdere ontwikkeling van het Mantra Thme...

      " - -#: admin/main.php:291 -#@ mantra -msgid "Import/Export Settings" -msgstr "Importeer/exporteer instellingen" - -#: admin/main.php:297 -#@ mantra -msgid "Export Theme options" -msgstr "Exporteer de thema instellingen" - -#: admin/main.php:298 -#@ mantra -msgid "It's that easy: a mouse click away - the ability to export your Mantra settings and save them on your computer. Feeling safer? You should!" -msgstr "Het is gemakkelijk: een muisklik verder - de mogelijkhied om je Mantra instellingen te exporteren en om je computer te beweren. Voel je je veiliger? Dat is de bedoeling!" - -#: admin/main.php:303 -#@ mantra -msgid "Import Theme options" -msgstr "Importeer thema instellingen" - -#: admin/main.php:304 -#@ mantra -msgid " Without the import, the export would just be a fool's exercise. Make sure you have the exported file ready and see you after the mouse click." -msgstr "Zonder importeren zou het exporteren zinloos zijn. Zorg ervoor dat je het geëxporteerde bestand klaar voor gebruik hebt en we zien je terug na de muisklik." - -#: admin/main.php:312 -#@ mantra -msgid "Mantra Latest News" -msgstr "Nieuw bij Mantra" - -#: admin/main.php:323 -#@ mantra -msgid "No news items." -msgstr "Geen nieuws is goed nieuws." - -#: admin/settings.php:66 -#@ mantra -msgid "One column (no sidebars)" -msgstr "Eén kolom (geen sidebars)" - -#: admin/settings.php:67 -#@ mantra -msgid "Two columns, sidebar on the right" -msgstr "Twee kolomen, sideber aan de rechterkant" - -#: admin/settings.php:68 -#@ mantra -msgid "Two columns, sidebar on the left" -msgstr "Twee kolomen, sideber aan de linkerkant" - -#: admin/settings.php:69 -#@ mantra -msgid "Three columns, sidebars on the right" -msgstr "Drie kolomen, sidebars aan de rechterkand" - -#: admin/settings.php:70 -#@ mantra -msgid "Three columns, sidebars on the left" -msgstr "Drie kolomen, sidebars aan de linkerkant" - -#: admin/settings.php:71 -#@ mantra -msgid "Three columns, one sidebar on each side" -msgstr "Drie kolomen, één sidebar aan elke kant" - -#: admin/settings.php:95 -#@ mantra -msgid "Absolute" -msgstr "Absoluut" - -#: admin/settings.php:95 -#@ mantra -msgid "Relative" -msgstr "Relatief" - -#: admin/settings.php:96 -#@ mantra -msgid "Dimensions to use: " -msgstr "Afmetingen te gebruiken:" - -#: admin/settings.php:194 -#: admin/settings.php:214 -#@ mantra -msgid "Content =" -msgstr "Inhoud = " - -#: admin/settings.php:195 -#: admin/settings.php:215 -#@ mantra -msgid "Sidebar(s) =" -msgstr "Sidebar(s) = " - -#: admin/settings.php:196 -#: admin/settings.php:216 -#@ mantra -msgid "Total width =" -msgstr "Totale breedte = " - -#: admin/settings.php:205 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Selecteer de breedte van jeinhoud en sidebar(s). \n" -" \t\tTerwijl de inhoud niet minder dan 500px breed kan zijn is de sidebar minstens 220px en maximum 800px.
      \n" -"\tAls je voor drie kolomen hebt gekozen (met 2 sidebars) zullen ze elkd de helft van de geselecteerde breedte hebben." - -#: admin/settings.php:225 -#@ mantra -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have half the selected width." -msgstr "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at least 20% and no more than 50%.
      \n" -"\tAls je voor drie kolomen hebt gekozen (met 2 sidebars) zullen ze elkd de helft van de geselecteerde breedte hebben." - -#: admin/settings.php:239 -#: admin/settings.php:264 -#: admin/settings.php:724 -#: admin/settings.php:1071 -#: admin/settings.php:1133 -#: admin/settings.php:1316 -#: admin/settings.php:1331 -#: admin/settings.php:1488 -#: admin/settings.php:1550 -#: admin/settings.php:1751 -#: admin/settings.php:1780 -#: admin/settings.php:1803 -#: admin/settings.php:1826 -#: admin/settings.php:1875 -#: admin/settings.php:2024 -#@ mantra -msgid "Enable" -msgstr "Ingeschakeld" - -#: admin/settings.php:239 -#: admin/settings.php:264 -#: admin/settings.php:724 -#: admin/settings.php:1071 -#: admin/settings.php:1133 -#: admin/settings.php:1316 -#: admin/settings.php:1331 -#: admin/settings.php:1488 -#: admin/settings.php:1550 -#: admin/settings.php:1751 -#: admin/settings.php:1780 -#: admin/settings.php:1803 -#: admin/settings.php:1826 -#: admin/settings.php:1875 -#: admin/settings.php:2024 -#@ mantra -msgid "Disable" -msgstr "Uitgeschakeld" - -#: admin/settings.php:282 -#@ mantra -msgid "Slider Dimensions:" -msgstr "Diavoorstelling afmetingen:" - -#: admin/settings.php:283 -#@ mantra -msgid "width" -msgstr "Breedte" - -#: admin/settings.php:284 -#@ mantra -msgid "height" -msgstr "Hoogte" - -#: admin/settings.php:285 -#@ mantra -msgid "The dimensions of your slider. Make sure your images are of the same size." -msgstr "De afmetingen van je diashow. Zorg ervoor dat da afbeeldingen dezelfde groote hebben." - -#: admin/settings.php:287 -#@ mantra -msgid "Animation:" -msgstr "Animatie:" - -#: admin/settings.php:289 -#@ mantra -msgid "Random" -msgstr "Willekeurig" - -#: admin/settings.php:289 -#@ mantra -msgid "Fold" -msgstr "Vouwen" - -#: admin/settings.php:289 -#@ mantra -msgid "Fade" -msgstr "Vervagen" - -#: admin/settings.php:289 -#@ mantra -msgid "SlideInRight" -msgstr "Rechts inschuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SlideInLeft" -msgstr "Links inschuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceDown" -msgstr "Naar beneden schuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceDownLeft" -msgstr "Naar links schuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceUp" -msgstr "Naar boven schuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceUpLeft" -msgstr "Naar links schuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceUpDown" -msgstr "Naar beneden inschuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "SliceUpDownLeft" -msgstr "Naar linksonder inschuiven" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRandom" -msgstr "Willekeurige doos" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRain" -msgstr "Regendoos" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRainReverse" -msgstr "Omgedeerde regendoos" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRainGrow" -msgstr "Groeiende regenboogdoos" - -#: admin/settings.php:289 -#@ mantra -msgid "BoxRainGrowReverse" -msgstr "Omgekeerde groeiende regenboogdoos" - -#: admin/settings.php:297 -#@ mantra -msgid "The transition effect your slider will have." -msgstr "Het overganseffect voor je diaschow." - -#: admin/settings.php:299 -#@ mantra -msgid "Border Settings:" -msgstr "Rand instellingen:" - -#: admin/settings.php:300 -#@ mantra -msgid "Width" -msgstr "Breedte" - -#: admin/settings.php:301 -#@ mantra -msgid "Color" -msgstr "Kleur" - -#: admin/settings.php:303 -#@ mantra -msgid "The width and color of the slider's border." -msgstr "De breedte en kleur van de diashow-rand" - -#: admin/settings.php:305 -#@ mantra -msgid "Animation Time:" -msgstr "Antimatietijd:" - -#: admin/settings.php:307 -#@ mantra -msgid "The time in which the transition animation will take place." -msgstr "Hoelang de overgang zal duren." - -#: admin/settings.php:309 -#@ mantra -msgid "Pause Time:" -msgstr "Pausetijd: " - -#: admin/settings.php:311 -#@ mantra -msgid "The time in which a slide will be still and visible." -msgstr "De tijd waarin de dia zal stilstaan en zichtbaar zal zijn." - -#: admin/settings.php:314 -#@ mantra -msgid "Slider navigation:" -msgstr "Diashow navigatie:" - -#: admin/settings.php:316 -#@ mantra -msgid "Numbers" -msgstr "Nummers" - -#: admin/settings.php:316 -#@ mantra -msgid "Bullets" -msgstr "Bolletjes" - -#: admin/settings.php:316 -#: admin/settings.php:1409 -#@ mantra -msgid "None" -msgstr "Geen" - -#: admin/settings.php:324 -#@ mantra -msgid "Your slider navigation type. Shown under the slider." -msgstr "Je diaschow type. Getoond onder de diashow" - -#: admin/settings.php:326 -#@ mantra -msgid "Slider arrows:" -msgstr "Diashowpijlen:" - -#: admin/settings.php:328 -#@ mantra -msgid "Always Visible" -msgstr "Altijd zichtbaar" - -#: admin/settings.php:328 -#@ mantra -msgid "Visible on Hover" -msgstr "Zichtbaar bij muisover" - -#: admin/settings.php:328 -#@ mantra -msgid "Hidden" -msgstr "Verborgen" - -#: admin/settings.php:336 -#@ mantra -msgid "The Left and Right arrows on your slider" -msgstr "De linker- en rechterpijl op je diashow" - -#: admin/settings.php:377 -#: admin/settings.php:446 -#@ mantra -msgid "Select Category" -msgstr "Selecteer categorie" - -#: admin/settings.php:404 -#@ mantra -msgid "Custom Slides" -msgstr "Aangepaste dia's" - -#: admin/settings.php:404 -#@ mantra -msgid "Latest Posts" -msgstr "Recentste berichten" - -#: admin/settings.php:404 -#@ mantra -msgid "Random Posts" -msgstr "Willekeurige berichten" - -#: admin/settings.php:404 -#@ mantra -msgid "Sticky Posts" -msgstr "Gepinde Berichten" - -#: admin/settings.php:404 -#@ mantra -msgid "Latest Posts from Category" -msgstr "Recentste berichten uit een Ccatagorie" - -#: admin/settings.php:404 -#@ mantra -msgid "Random Posts from Category" -msgstr "Willekeurige berichten uit een categorie" - -#: admin/settings.php:404 -#@ mantra -msgid "Specific Posts" -msgstr "Specifieke berichten" - -#: admin/settings.php:418 -#@ mantra -msgid "Latest posts will be loaded into the slider." -msgstr "Recentste berichten zullen in de diashow geladen worden." - -#: admin/settings.php:422 -#@ mantra -msgid "Random posts will be loaded into the slider." -msgstr "Willekeurige berichten zullen in de diashow geladen worden." - -#: admin/settings.php:426 -#@ mantra -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "Recentste berichten uit de gekozen categorie zullen in de diashow geladen worden." - -#: admin/settings.php:431 -#@ mantra -msgid "Random posts from the category you choose will be loaded into the slider." -msgstr "Willekeurige berichten uit de gekozen categorie zullen in de diashow geladen worden." - -#: admin/settings.php:435 -#@ mantra -msgid "Only sticky posts will be loaded into the slider." -msgstr "Enkel gepinde berichten zullen in de diashow geladen worden." - -#: admin/settings.php:439 -#@ mantra -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Typ de ID's van de berichten die je wilt tonen (geschijden door een komma): " - -#: admin/settings.php:444 -#@ mantra -msgid "
      Choose the cateogry: " -msgstr "
      Kies de categorie: " - -#: admin/settings.php:461 -#@ mantra -msgid "Number of posts to show:" -msgstr "Aantal berichten weer te geven:" - -#: admin/settings.php:468 -#@ mantra -msgid "Slide 1" -msgstr "Dia 1" - -#: admin/settings.php:473 -#: admin/settings.php:488 -#: admin/settings.php:503 -#: admin/settings.php:518 -#: admin/settings.php:533 -#: admin/settings.php:575 -#: admin/settings.php:590 -#: admin/settings.php:620 -#@ mantra -msgid "Title" -msgstr "Titel" - -#: admin/settings.php:475 -#: admin/settings.php:490 -#: admin/settings.php:505 -#: admin/settings.php:520 -#: admin/settings.php:535 -#: admin/settings.php:577 -#: admin/settings.php:592 -#: admin/settings.php:607 -#: admin/settings.php:622 -#@ mantra -msgid "Text" -msgstr "Tekst" - -#: admin/settings.php:483 -#@ mantra -msgid "Slide 2" -msgstr "Dia 2" - -#: admin/settings.php:498 -#@ mantra -msgid "Slide 3" -msgstr "Dia 3" - -#: admin/settings.php:513 -#@ mantra -msgid "Slide 4" -msgstr "Dia 4" - -#: admin/settings.php:528 -#@ mantra -msgid "Slide 5" -msgstr "Dia 5" - -#: admin/settings.php:413 -#@ mantra -msgid "Your slides' content. Only the image is required, all other fields are optional. Only the slides with an image selected will become acitve and visible in the live slider." -msgstr "De inhoud van je dia's. Enkel de afbeelding is vereist, alle andere velden zijn optitioneel. Enkel de dia's waarbij een afbeelding is geselecteerd zullen actief zijn en zichtbaar in de diashow." - -#: admin/settings.php:550 -#@ mantra -msgid "Number of columns:" -msgstr "Aantal kolomen:" - -#: admin/settings.php:560 -#@ mantra -msgid "Image Height:" -msgstr "Afbeeldinghoogte:" - -#: admin/settings.php:563 -#@ mantra -msgid "Read more text:" -msgstr "Verder lezen tekst:" - -#: admin/settings.php:566 -#@ mantra -msgid "The linked text that appears at the bottom of all the columns. You can delete all text inside if you don't want it." -msgstr "De gelinkte tekst die onderaan de kolomen verschijnt. Je kunt alle tekst erin verwijderen als je ze niet wilt." - -#: admin/settings.php:570 -#@ mantra -msgid "1st Column" -msgstr "1ste kolom" - -#: admin/settings.php:585 -#@ mantra -msgid "2nd Column" -msgstr "2de kolom" - -#: admin/settings.php:600 -#@ mantra -msgid "3rd Column" -msgstr "3de kolom" - -#: admin/settings.php:615 -#@ mantra -msgid "4th Column" -msgstr "4de kolom" - -#: admin/settings.php:637 -#@ mantra -msgid "Extra Text" -msgstr "Extra tekst" - -#: admin/settings.php:642 -#@ mantra -msgid "Top Title" -msgstr "Titel" - -#: admin/settings.php:643 -#@ mantra -msgid "Second Title" -msgstr "Ondertitel" - -#: admin/settings.php:646 -#@ mantra -msgid "Title color" -msgstr "Titelkleur" - -#: admin/settings.php:650 -#@ mantra -msgid "Bottom Text 1" -msgstr "Ondertekst 1" - -#: admin/settings.php:652 -#@ mantra -msgid "Bottom Text 2" -msgstr "Ondertekst 2" - -#: admin/settings.php:639 -#@ mantra -msgid "" -"More text for your front page. The top title is above the slider, the second title between the slider and the columns and 2 more rows of text under the columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Meer tekst voor je startpagina. De titel staat boven de diashow, de ondertitel tussen de diashow en de kolom en er staan nog 2 tekstrijen onder de kolomen.\n" -"/t/t Dit is allemaal optitioneel dus laat alle invoervelden leek als het niet vereist is." - -#: admin/settings.php:660 -#@ mantra -msgid "Hide areas" -msgstr "Meer gebieden" - -#: admin/settings.php:674 -#@ mantra -msgid "Hide the header area (image or background color)." -msgstr "Verberg de koptekstzone (afbeelding of achtergronkleur)." - -#: admin/settings.php:678 -#@ mantra -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Verberg het hoofdmenu (de navigatietabladen bovenaan)." - -#: admin/settings.php:682 -#@ mantra -msgid "Hide the footer widgets. " -msgstr "Verberg de voetnootwidgets." - -#: admin/settings.php:686 -#@ mantra -msgid "Hide the footer (copyright area)." -msgstr "Verberg de voetnoot (copyright verwijzingen)." - -#: admin/settings.php:690 -#@ mantra -msgid "Hide the white color. Only the background color remains." -msgstr "Verberg de witte kleur. Enkel de achtergrondkleur blijft." - -#: admin/settings.php:662 -#@ mantra -msgid "Choose the areas to hide on the first page." -msgstr "Kies de gebieden om te verbergen op de startpagina." - -#: admin/settings.php:803 -#@ mantra -msgid "Select the font size you'll use in your blog. Pages, posts and comments will be affected. Buttons, Headers and Side menus will remain the same." -msgstr "Selecteer de tekengroote die je wilt gebruiken in de blog. Pagina's, berichten en reacties zullen gewijzigd worden. Knoppen, kopteksten en menu's zullen hetzelfde blijfen." - -#: admin/settings.php:847 -#@ mantra -msgid "Select the font family you'll use in your blog. All content text will be affected (including menu buttons). " -msgstr "Selecteer het lettertype dat je wilt gebruiken in de blog. Alle tekst zal gewijzigd worden (inclusief menuknoppen)." - -#: admin/settings.php:849 -#: admin/settings.php:899 -#: admin/settings.php:950 -#: admin/settings.php:1002 -#@ mantra -msgid "Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "Of voeg je Google-lettertype hieronder in. Gelieve enkel de name van het lettertype in te voegen.
      Voorbeeld: Marco One. Ga naar google fonts voor inspiratie." - -#: admin/settings.php:896 -#@ mantra -msgid "Select the font family you want for your titles. It will affect post titles and page titles. Leave 'Default' and the general font you selected will be used." -msgstr "Selecteer het lettertype dat je voor je titels wilt gebruiken. Dit heeft enkel invloed op berichttitels en paginatitels. Laat 'Standaard' staan om het standaardlettertype dat je geselecteerd hebt te gebruiken." - -#: admin/settings.php:948 -#@ mantra -msgid "Select the font family you want your sidebar(s) to have. Text in sidebars will be affected, including any widgets. Leave 'Default' and the general font you selected will be used." -msgstr "Selecteer het lettertype dat je wilt gebruiken in je sidebar(s). Tekst in de sidebars wordt gewijzigd, inclusief eventuele gadgets. Laat 'Standaard' staan om het standaardlettertype dat je geselecteerd hebt te gebruiken." - -#: admin/settings.php:999 -#@ mantra -msgid "Select the font family you want your subheaders to have (h2 - h6 tags will be affected). Leave 'Default' and the general font you selected will be used." -msgstr "Selecteer het lettertype dat je wilt gebruiken voor je ondertitels (h2 - h6 tags zullen worden gewijzigd). Laat 'Standaard' staan om het standaardlettertype dat je geselecteerd hebt te gebruiken." - -#: admin/settings.php:1011 -#: admin/settings.php:1026 -#: admin/settings.php:1041 -#: admin/settings.php:1086 -#: admin/settings.php:1101 -#: admin/settings.php:1116 -#@ mantra -msgid "Default" -msgstr "Standaard" - -#: admin/settings.php:1019 -#@ mantra -msgid "Post Header Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Berichtkop lettergrope. Laat 'Standaard' staan om de standaardgroote te gebruken (zoals ingesteld in de CSS)." - -#: admin/settings.php:1034 -#@ mantra -msgid "Sidebar Font size. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Sidebar tekengroote. Laat 'Standaard' staan om de standaardgroote te bruiken (zoals ingesteld in de CSS)." - -#: admin/settings.php:1041 -#: admin/settings.php:1842 -#@ mantra -msgid "Left" -msgstr "Links" - -#: admin/settings.php:1041 -#: admin/settings.php:1842 -#@ mantra -msgid "Right" -msgstr "Rechts" - -#: admin/settings.php:1041 -#@ mantra -msgid "Justify" -msgstr "Verantwoorden" - -#: admin/settings.php:1041 -#: admin/settings.php:1842 -#@ mantra -msgid "Center" -msgstr "Centreren" - -#: admin/settings.php:1049 -#@ mantra -msgid "This overwrites the text alignment in posts and pages. Leave 'Default' for normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "Dit overschrijft de tekstuitlijning in berichten en pagina's. Laat 'Standaard' staan voor normale instellingen (uitlijning zal blijven zoals ingesteld in berichten, reacties, ...)." - -#: admin/settings.php:1063 -#@ mantra -msgid "Choose the indent for your paragraphs." -msgstr "Kies de inspringing voor je alinea's." - -#: admin/settings.php:1079 -#@ mantra -msgid "Disable the default header and title indent (left margin)." -msgstr "Schakelt de standaard kop en titel inspringing uit (linker marge)." - -#: admin/settings.php:1094 -#@ mantra -msgid "Text line height. The height between 2 rows of text. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "Tekstlijn hoogte. De hoogte tussen 2 rijen tekst. Laat 'Standaard' staan voor normale instellingen (hoogte zal zijn zoals ingesteld in de CSS)." - -#: admin/settings.php:1109 -#@ mantra -msgid "The space between words. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "De ruimte tussen woorden. Laat 'Standaard' staan voor normale instelling (de afstand zal zijn zoals ingesteld in de CSS)." - -#: admin/settings.php:1124 -#@ mantra -msgid "The space between letters. Leave 'Default' for normal settings (size value will be as set in the CSS)." -msgstr "De ruimte tussen letters. Laat 'Standaard' staan voor normale instellingen (de afstand zal zijn zoals ingesteld in de CSS)." - -#: admin/settings.php:1141 -#@ mantra -msgid "Disable the default text shadow on headers and titles." -msgstr "Schakelt de standaard tekstschaduw op koppen en titels uit." - -#: admin/settings.php:1153 -#@ mantra -msgid "Background color (Default value is 444444)." -msgstr "Achtergrondkleur (Standaardwaarde is 444444)." - -#: admin/settings.php:1161 -#@ mantra -msgid "Header background color (Default value is 333333). You can delete all inside text for no background color." -msgstr "Kop achtergronkleur (Standaardwaarde is 333333). Je kunt de tekst hierin verwijderen om geen achtergrondkleur te hebben." - -#: admin/settings.php:1175 -#@ mantra -msgid "Main menu background color (Default value is FAFAFA). Should be the same color as the content bg or something just as light." -msgstr "Hoofdmenu achtergrondkleur (Standaardwaarde is FAFAFA). Moet dezelfde kleur zijn als de inhoud achtergrondkleur of iets minstens zo licht." - -#: admin/settings.php:1197 -#@ mantra -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Achtergrondkleur voetnootgadgets gebied (Standaardwaarde is 171717)." - -#: admin/settings.php:1205 -#@ mantra -msgid "Footer background color (Default value is 222222)." -msgstr "Voettekst achtergrondkleur (Standaardwaarde is 222222)." - -#: admin/settings.php:1213 -#@ mantra -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Kleur van je blogtitel (Standaardwaarde is 0D85CC)." - -#: admin/settings.php:1221 -#@ mantra -msgid "Your blog's description color(Default value is 222222)." -msgstr "Kleur van je blogbeschrijven (Standaardwaarde is 222222)." - -#: admin/settings.php:1229 -#@ mantra -msgid "Content Text Color (Default value is 333333)." -msgstr "Tekstkleur van de inhoud (Standaardwaarde is 333333)." - -#: admin/settings.php:1237 -#@ mantra -msgid "Links color (Default value is 0D85CC)." -msgstr "Tekstkleur van de links (Standaardwaarde is 0D85CC)." - -#: admin/settings.php:1245 -#@ mantra -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Tekstkleur van de links bij muisover (Standaardwaarde is 333333)." - -#: admin/settings.php:1253 -#@ mantra -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Tekstkleur van de berichtkop (Standaardwaarde is 333333)." - -#: admin/settings.php:1261 -#@ mantra -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Kleur berichttekst bij muisover (Standaardwaarde is 000000)." - -#: admin/settings.php:1269 -#@ mantra -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Achtergrondkleur sidebar kop (Standaardwaarde is 444444)." - -#: admin/settings.php:1278 -#@ mantra -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Tekstkleur sidebar kop (Standaardwaarde is 2EA5FD)." - -#: admin/settings.php:1286 -#@ mantra -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Tekstkleur voetgadgets (Standaardwaarde is 0D85CC)." - -#: admin/settings.php:1294 -#@ mantra -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Tekstkleur links in voetgadgets (Standaardwaarde is 666666)." - -#: admin/settings.php:1302 -#@ mantra -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "Tekstkleur links in voetgadgets bij muisover (Standaardwaarde is 888888)." - -#: admin/settings.php:1346 -#: admin/settings.php:1409 -#@ mantra -msgid "White" -msgstr "Wit" - -#: admin/settings.php:1346 -#@ mantra -msgid "Light" -msgstr "Licht" - -#: admin/settings.php:1346 -#@ mantra -msgid "Light Gray" -msgstr "Lichtgrijs" - -#: admin/settings.php:1346 -#: admin/settings.php:1409 -#@ mantra -msgid "Gray" -msgstr "Grijs" - -#: admin/settings.php:1346 -#@ mantra -msgid "Dark Gray" -msgstr "Donkergrijs" - -#: admin/settings.php:1346 -#@ mantra -msgid "Black" -msgstr "Zwart" - -#: admin/settings.php:1354 -#@ mantra -msgid "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." -msgstr "This setting changes the look of your captions. Images that are not inserted through captions will not be affected." - -#: admin/settings.php:1370 -#@ mantra -msgid "The border around your inserted images. " -msgstr "De rand rond de ingevoegde afbeeldingen." - -#: admin/settings.php:1385 -#@ mantra -msgid "The image on top of your captions. " -msgstr "De afbeelding bovenop uw invoegsels." - -#: admin/settings.php:1400 -#@ mantra -msgid "The sidebar list bullets. " -msgstr "De sidebar opsommingstekens." - -#: admin/settings.php:1425 -#: admin/settings.php:1441 -#: admin/settings.php:1458 -#: admin/settings.php:1473 -#: admin/settings.php:1503 -#: admin/settings.php:1518 -#: admin/settings.php:1534 -#: admin/settings.php:1570 -#: admin/settings.php:1585 -#: admin/settings.php:1600 -#: admin/settings.php:1615 -#: admin/settings.php:1630 -#: admin/settings.php:1645 -#: admin/settings.php:1660 -#: admin/settings.php:1675 -#@ mantra -msgid "Show" -msgstr "Weergeven" - -#: admin/settings.php:1425 -#: admin/settings.php:1441 -#: admin/settings.php:1458 -#: admin/settings.php:1473 -#: admin/settings.php:1503 -#: admin/settings.php:1534 -#: admin/settings.php:1570 -#: admin/settings.php:1585 -#: admin/settings.php:1600 -#: admin/settings.php:1615 -#: admin/settings.php:1630 -#: admin/settings.php:1645 -#: admin/settings.php:1660 -#: admin/settings.php:1675 -#@ mantra -msgid "Hide" -msgstr "Verbergen" - -#: admin/settings.php:1433 -#@ mantra -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Verberg of toon een horizontale lijn om berichten te scheiden." - -#: admin/settings.php:1449 -#@ mantra -msgid "Hide or show bullets next to lists that are in your content area (posts, pages etc.)." -msgstr "Verberg of toon opsommingstekens naast lijsten die in je inhoudsgebied staan (berichten, pagina's, ...)." - -#: admin/settings.php:1466 -#@ mantra -msgid "Hide or show Page titles on any created pages. " -msgstr "Verberg of tooon paginatitels op gelijk welke gemaake pagina." - -#: admin/settings.php:1481 -#@ mantra -msgid "Hide or show Page titles on Category Pages. " -msgstr "Verberg of toon paginatitels op categorie pagina's." - -#: admin/settings.php:1496 -#@ mantra -msgid "Hide table borders and background color." -msgstr "Verberg tabelranden en achtergrondkleur." - -#: admin/settings.php:1511 -#@ mantra -msgid "Hide the explanatory text under the comments form. (starts with You may use these HTML tags and attributes:...)." -msgstr "Verberg de uitleg onder het reactiesformulier. (begint met Je mag deze HTML tags en attributen gebruiken: ...)." - -#: admin/settings.php:1518 -#@ mantra -msgid "Hide in posts" -msgstr "Verberg in berichten" - -#: admin/settings.php:1518 -#@ mantra -msgid "Hide in pages" -msgstr "Verberg in pagina's" - -#: admin/settings.php:1518 -#@ mantra -msgid "Hide everywhere" -msgstr "Overal verbergen." - -#: admin/settings.php:1526 -#@ mantra -msgid "Hide the Comments are closed text that by default shows up on pages or posts with the comments disabled." -msgstr "Verberg de Reacties zijn uitgeschakels tekst die standaard weergegeven wordt op pagina's of berichten waarbij de reacties zijn uitgeschakeld." - -#: admin/settings.php:1542 -#@ mantra -msgid "Hide the Comments off text next to posts that have comments disabled." -msgstr "Verberg de Reacties zijn uitgeschakeld tekst naast berichten waarbij de reacties zijn uitgeschakeld." - -#: admin/settings.php:1558 -#@ mantra -msgid "Enable the Back to Top button. The button appears after scrolling the page down." -msgstr "Schakelt de terug naar boven knop in. De knop verschijn als je naar beneden scrolt." - -#: admin/settings.php:2004 -#@ mantra -msgid "Insert custom text or HTML code that will appear last in you footer.
      You can use HTML to insert links, images and special characters like © ." -msgstr "Voeg aangepaste tekst of HTML-code in die wordt weergegeven in je voetnoot.
      Je kunt HTML gebruiken om links, afbeeldingen en speciale tekens in te voegen." - -#: admin/settings.php:1578 -#@ mantra -msgid "Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "Verberg of toon de Plaats een reacht of x Reacties naast berichtfragmenten." - -#: admin/settings.php:1593 -#@ mantra -msgid "Hide or show the post date." -msgstr "Verberg of toon de berichtdatum." - -#: admin/settings.php:1608 -#@ mantra -msgid "Show the post time with the date. Time will not be visible if the Post Date is hidden." -msgstr "Toon de berichttijd met de datum. Tijd zal niet zichtbaar zijn als de berichtdatum is verborgen." - -#: admin/settings.php:1623 -#@ mantra -msgid "Hide or show the post author." -msgstr "Verberg of toon de auteur van het bericht." - -#: admin/settings.php:1638 -#@ mantra -msgid "Hide the post category." -msgstr "Verberg de berichtcategorie." - -#: admin/settings.php:1653 -#@ mantra -msgid "Hide the post tags." -msgstr "Verberg de berichttags." - -#: admin/settings.php:1668 -#@ mantra -msgid "Hide the 'Bookmark permalink'." -msgstr "Verberg de 'Voeg permalink toe aan je favorieten'." - -#: admin/settings.php:1683 -#@ mantra -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "Verberg alle berichtmeta's. Alle meta-informatie en meta-gebieden zullen worden verborgen." - -#: admin/settings.php:1696 -#: admin/settings.php:1711 -#: admin/settings.php:1727 -#@ mantra -msgid "Excerpt" -msgstr "Fragment" - -#: admin/settings.php:1696 -#: admin/settings.php:1711 -#: admin/settings.php:1727 -#@ mantra -msgid "Full Post" -msgstr "Volledig bericht." - -#: admin/settings.php:1704 -#@ mantra -msgid "Excerpts on the main page. Only standard posts will be affected. All other post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "Fragment op startpagina. Alleen standaardberichten zullen worden aangepast. Alle andere berichtformaten hebben hun eigen specifieke inspringing." - -#: admin/settings.php:1719 -#@ mantra -msgid "Choose if you want the sticky posts on your home page to be visible in full or just the excerpts. " -msgstr "Kies of je wilt de gepinde berichten op je startpagina volledig zichtbaar wilt hebben of enkel een fragment." - -#: admin/settings.php:1735 -#@ mantra -msgid "Excerpts on archive, categroy and search pages. Same as above, only standard posts will be affected." -msgstr "Fragmenten op archief, categorie en zoekpagina's. Hetzelfde als herboven, enkel standaardpagina's worden beĂŻnvloed." - -#: admin/settings.php:1743 -#@ mantra -msgid "" -"The number of words an excerpt will have. When that number is reached the post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Het aantal woorden dat een fragment zal hebben. Als dat aantal is bereikt zal het bericht onderbroken worden door een Verder lezen link die\n" -"\t\t\t\t\t\t\tde lezer naar de bladzijde met de het volledige bericht brengt" - -#: admin/settings.php:1759 -#@ mantra -msgid "Enable the Magazine Layout. This layout applies to pages with posts and shows 2 posts per row." -msgstr "Schakelt de magazine lay-out in. Deze lay-out is voor pagina's met berichten and twee berichten per rij." - -#: admin/settings.php:1766 -#@ mantra -msgid "Replaces the three dots ('[...])' that are appended automatically to excerpts." -msgstr "Vevant de drie puntjes ('[...])' die automatishc worden toegevoegd aan de fragmenten." - -#: admin/settings.php:1773 -#@ mantra -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Pas de 'Verder lezen' link aan die fragmenten wordt toegevoegd." - -#: admin/settings.php:1819 -#@ mantra -msgid "Show featured images as thumbnails on posts. The images must be selected for each post in the Featured Image section." -msgstr "Toont uitgelichte afbeeldingen bij berichten. De afbeelding moet voor elk bericht geselecteerd worden in het uigelichte afbeeldingen gedeelte." - -#: admin/settings.php:1834 -#@ mantra -msgid "Show the first image that you inserted in a post as a thumbnail. If you enable this option, the first image in your post will be used even if you selected a Featured Image in you post." -msgstr "Toon de eerste afbeelding die je in het bericht ingevoegd hebt als miniatuur. Als je deze optie inschakelt zal de eerste afbeelding gebruikt worden, zelfs als je een uitgelichte afbeelding hebt geselecteert in je bericht." - -#: admin/settings.php:1850 -#@ mantra -msgid "Thumbnail alignment." -msgstr "Miniatuur uitlijning." - -#: admin/settings.php:1867 -#@ mantra -msgid "The size you want the thumbnails to have (in pixels). By default imges will be scaled with aspect ratio kept. Choose to crop the images if you want the exact size." -msgstr "De groote die je wilt voor je miniaturen (in pixels). Standaard worden afbeeldingen geschaald, waarbij de verhoudingen behouden blijven. Kies knippen als je de exacte afmetingen wilt." - -#: admin/settings.php:1883 -#@ mantra -msgid "" -"Show featured images on headers. The header will be replaced with a featured image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header size." -msgstr "" -"Toon de uitgelichte afbeeldingen in de kopteksten. De koptekst zal worden vervangen door een uigelichte afbeelding als je die als uitgelichte afbeelding hebt geselecteerd in het bericht en\n" -"\t\t\t\t\t\t\tals het groter of even groot is als de huidige koptekst." - -#: admin/settings.php:1904 -#@ mantra -msgid "Select your desired Social network from the left dropdown menu and insert your corresponding address in the right input field. (ex: http://www.facebook.com/yourname )" -msgstr "Selecteer het gewenste sociale netwerk van het uitvalmenu links en voeg je bijhorende webadres in in het bijhoren invoerveld. (ex: http://www.facebook.com/yourname )" - -#: admin/settings.php:1918 -#@ mantra -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Je kan tot 5 verschillende sociale netwersites en adressen invoeren." - -#: admin/settings.php:1932 -#@ mantra -msgid "There are a total of 27 social networks to choose from. " -msgstr "Er zijn in totaal 27 sociale netwerken om uit te kiezen." - -#: admin/settings.php:1946 -#@ mantra -msgid "You can leave any number of inputs empty. " -msgstr "Je kan er zoveel leeg laten als je wilt." - -#: admin/settings.php:1960 -#@ mantra -msgid "You can choose the same social media any number of times. " -msgstr "Je kan hetzelfde sociale netwerk meerdere keren kiezen." - -#: admin/settings.php:1991 -#@ mantra -msgid "Choose the areas where to display the social icons." -msgstr "Kies het gebied waar je wilt dat het sociale netwerk wordt weergegeven." - -#: admin/settings.php:1324 -#@ mantra -msgid "Show breadcrumbs at the top of the content area. Breadcrumbs are a form of navigation that keeps track of your location withtin the site." -msgstr "Toont broodkruimels aan de bovenkant van elke inhoudsgebied. Broodkruimels zijn een vorm van navigatie dat je locatie binnen de site toont." - -#: admin/settings.php:1339 -#@ mantra -msgid "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination. " -msgstr "Show numbered pagination. Where there is more than one page, instead of the bottom Older Posts and Newer posts links you have a numbered pagination." - -#: admin/settings.php:780 -#@ mantra -msgid "Limitations: It has to be an image. It should be max 64x64 pixels in dimensions. Recommended file extensions .ico and .png . " -msgstr "Beperkingen: Het moet een afbeelding zijn. Niet groter dan 64x64 pixels in afmetingen. Aanbevolen bestandstypen zijn .ico en and .png ." - -#: admin/settings.php:2032 -#@ mantra -msgid "Enable Mantra's Search Engine Optimization. This is enabled by default and should only be disabled if you are using a SEO plugin." -msgstr "Schakelt Mantra's zoekmachinve verbereraar in. Standaard is dit ingeschakeld en zou enkel uitgeschakeld zijn als je een SEO plugin gebruikt." - -#: admin/settings.php:2044 -#@ mantra -msgid "Auto" -msgstr "Automatisch" - -#: admin/settings.php:2044 -#@ mantra -msgid "Manual" -msgstr "Handmatig" - -#: includes/theme-functions.php:275 -#@ mantra -msgid "Home Page" -msgstr "Startpagina" - -#: includes/theme-comments.php:28 -#@ mantra -msgid "says:" -msgstr "zegt:" - -#: includes/theme-comments.php:34 -#@ mantra -msgid "Your comment is awaiting moderation." -msgstr "Je reactie wacht op goedkeuring." - -#. translators: 1: date, 2: time -#: includes/theme-comments.php:41 -#@ mantra -msgid "at" -msgstr "om" - -#: includes/theme-comments.php:41 -#: includes/theme-comments.php:58 -#@ mantra -msgid "(Edit)" -msgstr "(Bewerken)" - -#: includes/theme-comments.php:58 -#@ mantra -msgid "Pingback: " -msgstr "Pingback: " - -#: includes/theme-loop.php:145 -#@ mantra -msgid "By " -msgstr "Door" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "Leave a comment" -msgstr "Laat een reactie achter" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "1 Comment" -msgstr "1 reactie" - -#: includes/theme-comments.php:85 -#@ mantra -msgid "% Comments" -msgstr "% reacties" - -#: includes/theme-loop.php:185 -#@ mantra -msgid " Bookmark the " -msgstr "Voeg toe aan je favorieten: " - -#: includes/theme-loop.php:185 -#: includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -#@ mantra -msgid "Permalink to" -msgstr "Permalink naar" - -#: includes/theme-loop.php:185 -#: includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -#@ mantra -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -#@ mantra -msgid "Bookmark the " -msgstr "Voeg toe aan je favorieten: " - -#: includes/theme-loop.php:211 -#@ mantra -msgid "« Older posts" -msgstr "« Oudere berichten" - -#: includes/theme-loop.php:212 -#@ mantra -msgid "Newer posts »" -msgstr "Nieuwere berichten »" - -#: includes/theme-seo.php:26 -#, php-format -#@ mantra -msgid "Page %s" -msgstr "Pagina %s" - -#: includes/theme-setup.php:90 -#@ mantra -msgid "Primary Navigation" -msgstr "Primaire navigatie" - -#: includes/theme-setup.php:91 -#@ mantra -msgid "Top Navigation" -msgstr "Koptekstnavigatie" - -#: includes/theme-setup.php:92 -#@ mantra -msgid "Footer Navigation" -msgstr "Voettekstnavigatie" - -#: includes/theme-setup.php:139 -#@ mantra -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:200 -#@ mantra -msgid "Skip to content" -msgstr "Doorgaan naar inhoud" - -#: includes/theme-setup.php:227 -#@ mantra -msgid "Primary Widget Area - Sidebar 1" -msgstr "Primaire gadgetzone - Sidebar 1" - -#: includes/theme-setup.php:229 -#@ mantra -msgid "Primary widget area - Sidebar 1" -msgstr "Primaire gadgetzone - Sidebar 1" - -#: includes/theme-setup.php:238 -#@ mantra -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Secundaire gadgetzone - Sidebar 1" - -#: includes/theme-setup.php:240 -#@ mantra -msgid "Secondary widget area - Sidebar 1" -msgstr "Secudaire gadgetzone - Sidebar 1" - -#: includes/theme-setup.php:249 -#@ mantra -msgid "Third Widget Area - Sidebar 2" -msgstr "Derde gadgetzone - Sidebar 2" - -#: includes/theme-setup.php:251 -#@ mantra -msgid "Third widget area - Sidebar 2" -msgstr "Derde gadgetzone - Sidebar 2" - -#: includes/theme-setup.php:260 -#@ mantra -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Vierde gadgetzone - Sidebar 2" - -#: includes/theme-setup.php:262 -#@ mantra -msgid "Fourth widget area - Sidebar 2" -msgstr "Vierde gadgetzone - Sidebar 2" - -#: includes/theme-setup.php:271 -#@ mantra -msgid "First Footer Widget Area" -msgstr "Eerste voetnoot gadgetzone" - -#: includes/theme-setup.php:273 -#@ mantra -msgid "First footer widget area" -msgstr "Eerste voetnoot gadgetzone" - -#: includes/theme-setup.php:282 -#@ mantra -msgid "Second Footer Widget Area" -msgstr "Tweede voetnoot gadgetzone" - -#: includes/theme-setup.php:284 -#@ mantra -msgid "Second footer widget area" -msgstr "Tweede voetnoot gadgetzone" - -#: includes/theme-setup.php:293 -#@ mantra -msgid "Third Footer Widget Area" -msgstr "Derde voetnoot gadgetzone" - -#: includes/theme-setup.php:295 -#@ mantra -msgid "The third footer widget area" -msgstr "De derde voetnoot gadgetzone" - -#: includes/theme-setup.php:304 -#@ mantra -msgid "Fourth Footer Widget Area" -msgstr "Vierde voetnoot gadgetzone" - -#: includes/theme-setup.php:306 -#@ mantra -msgid "The fourth footer widget area" -msgstr "De vierde voetnoot gadgetzone" - -#: admin/main.php:96 -#@ mantra -msgid "Header Settings" -msgstr "" - -#: admin/main.php:117 -#@ mantra -msgid "Header Height" -msgstr "" - -#: admin/main.php:118 -#@ mantra -msgid "Site Header" -msgstr "" - -#: admin/main.php:119 -#@ mantra -msgid "Custom Logo Upload" -msgstr "" - -#: admin/main.php:120 -#@ mantra -msgid "Header Top Spacing" -msgstr "" - -#: admin/main.php:121 -#@ mantra -msgid "Rounded Menu Corners" -msgstr "" - -#: admin/main.php:122 -#@ mantra -msgid "FavIcon Upload" -msgstr "" - -#: admin/main.php:142 -#@ mantra -msgid "Menu Items Background Color" -msgstr "" - -#: admin/main.php:143 -#@ mantra -msgid "First Sidebar Background Color" -msgstr "" - -#: admin/main.php:144 -#@ mantra -msgid "Second Sidebar Background Color" -msgstr "" - -#: admin/main.php:211 -#@ mantra -msgid "Custom Footer Text" -msgstr "" - -#: admin/settings.php:86 -#@ mantra -msgid "" -"Choose your layout. Possible options are:
      No sidebar, a single sidebar on either left of right, two sidebars on either left or \n" -"\t\tright and two sidebars on each side." -msgstr "" - -#: admin/settings.php:250 -#@ mantra -msgid "Enable the mobile view and make Mantra responsive. The layout and look of your blog will change depending on what device and what resolution it is viewed in." -msgstr "" - -#: admin/settings.php:272 -#@ mantra -msgid "" -"Enable the presentation front-page. This will become your new home page. It has a slider and columns for presentation\n" -"\t\ttext and images.
      If you have this enabled but don't see a Presentation page then go to Settings » Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" - -#: admin/settings.php:306 -#: admin/settings.php:310 -#@ mantra -msgid "milliseconds" -msgstr "" - -#: admin/settings.php:472 -#: admin/settings.php:487 -#: admin/settings.php:502 -#: admin/settings.php:517 -#: admin/settings.php:532 -#: admin/settings.php:574 -#: admin/settings.php:589 -#: admin/settings.php:604 -#: admin/settings.php:619 -#: admin/settings.php:759 -#: admin/settings.php:781 -#@ mantra -msgid "Select / Upload Image" -msgstr "" - -#: admin/settings.php:714 -#@ mantra -msgid "Center the header image horizontally" -msgstr "" - -#: admin/settings.php:717 -#@ mantra -msgid "Select the header's height. After saving the settings make sure you reupload a new header image (if you're using one). The header's width will be = " -msgstr "" - -#: admin/settings.php:732 -#@ mantra -msgid "Enable or disable the round corners for the main menu items." -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Site Title and Description" -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Custom Logo" -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Clickable header image" -msgstr "" - -#: admin/settings.php:740 -#@ mantra -msgid "Empty" -msgstr "" - -#: admin/settings.php:748 -#@ mantra -msgid "Choose what to display inside your header area." -msgstr "" - -#: admin/settings.php:758 -#@ mantra -msgid "Custom Logo upload. The logo will appear over the heder image if you have used one." -msgstr "" - -#: admin/settings.php:770 -#@ mantra -msgid "Select the top spacing for the header. Use it to better position your site title and description or custom logo inside the header. " -msgstr "" - -#: admin/settings.php:1168 -#@ mantra -msgid "Content background color (Default value is FFFFFF). Works best with really light colors." -msgstr "" - -#: admin/settings.php:1182 -#@ mantra -msgid "First sidebar background color (Default is no color for a transparent sidebar)." -msgstr "" - -#: admin/settings.php:1189 -#@ mantra -msgid "Second sidebar background color (Default is no color for a transparent sidebar)." -msgstr "" - -#: admin/settings.php:1417 -#@ mantra -msgid "The background for your post-metas area (under your post tiltes). Gray by default." -msgstr "" - -#: admin/settings.php:2012 -#@ mantra -msgid "Insert your custom CSS here. Any CSS declarations made here will overwrite Mantra's (even the custom options specified right here in the Mantra Settings page).
      Your custom CSS will be preserved when updating the theme.
      The <style> tags are not needed." -msgstr "" - -#: admin/settings.php:2019 -#@ mantra -msgid "Insert your custom Javascript code here. (Google Analytics and any other forms of Analytic software).
      The <script> tags are not needed." -msgstr "" - -#: archive.php:28 -#@ mantra -msgctxt "monthly archives date format" -msgid "F Y" -msgstr "" - -#: archive.php:30 -#@ mantra -msgctxt "yearly archives date format" -msgid "Y" -msgstr "" - -#: attachment.php:33 -#: includes/theme-loop.php:147 -#, php-format -#@ mantra -msgid "View all posts by %s" -msgstr "" - -#: content-aside.php:16 -#: content-chat.php:16 -#: content-gallery.php:16 -#: content-gallery.php:49 -#: content-image.php:15 -#: content-link.php:16 -#: content-quote.php:14 -#: content-status.php:15 -#: content.php:20 -#, php-format -#@ mantra -msgid "Permalink to %s" -msgstr "" - -#: content-gallery.php:48 -#, php-format -#@ mantra -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "" -msgstr[1] "" - -#: includes/theme-comments.php:94 -#, php-format -#@ mantra -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "" -msgstr[1] "" - -#: includes/theme-functions.php:339 -#@ mantra -msgid "Powered by" -msgstr "" - -#: includes/theme-functions.php:341 -#@ mantra -msgid "Semantic Personal Publishing Platform" -msgstr "" - -#: includes/theme-setup.php:315 -#: includes/theme-setup.php:317 -#@ mantra -msgid "Above content Widget Area" -msgstr "" - -#: includes/theme-setup.php:326 -#: includes/theme-setup.php:328 -#@ mantra -msgid "Below Content Widget Area" -msgstr "" - -#: searchform.php:1 -#@ mantra -msgid "Search" -msgstr "" - diff --git a/themes/mantra/languages/pl_PL.po b/themes/mantra/languages/pl_PL.po index a3ec7a29..955e32e1 100644 --- a/themes/mantra/languages/pl_PL.po +++ b/themes/mantra/languages/pl_PL.po @@ -1,2123 +1,2123 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-01-30 17:12+0200\n" -"PO-Revision-Date: 2013-04-24 21:33+0100\n" -"Last-Translator: PaweĹ‚ PrzytuĹ‚a \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.5\n" -"Language: polish\n" -"X-Poedit-SourceCharset: UTF-8\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "Nie znaleziono" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"Przepraszamy, strona nie moĹĽe być znaleziona. Być moĹĽe wyszukiwanie pomoĹĽe." - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "Dzienne archiwa: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "MiesiÄ™czne archiwa: %s" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Roczne archiwa: %s" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "Archiwa bloga" - -#: archive.php:57 author.php:74 category.php:50 -msgid "Nothing Found" -msgstr "Nic nie znaleziono" - -#: archive.php:61 author.php:78 category.php:54 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "Przepraszamy, ale nic nie znaleziono" - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Powróć do %s" - -#: attachment.php:29 -msgid "By" -msgstr "Przez" - -#: attachment.php:40 -msgid "Published" -msgstr "Opublikowany" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "PeĹ‚ny rozmiar ma %s pikseli" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Link do peĹ‚nego rozmiaru obrazu" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:49 content-gallery.php:65 content-image.php:42 -#: content-link.php:49 content-page.php:22 content-quote.php:46 -#: content-status.php:48 content.php:77 -msgid "Edit" -msgstr "Edytuj" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Czytaj wiÄ™cej" - -#: attachment.php:101 content-aside.php:39 content-chat.php:38 -#: content-gallery.php:55 content-image.php:33 content-link.php:38 -#: content-page.php:21 content-quote.php:36 content-status.php:39 -#: content.php:49 content.php:66 -msgid "Pages:" -msgstr "Strony:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "Archiwa Autora %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "O Autorze%s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "Kategorie ArchiwĂłw: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"Ten post jest zabezpieczony hasĹ‚em. WprowadĹş hasĹ‚o aby wyĹ›wietlić komentarze." - -#: content-aside.php:20 -msgid "Aside" -msgstr "Z boku" - -#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 -#: content-image.php:32 content-link.php:37 content-quote.php:35 -#: content-status.php:38 -msgid "Continue reading " -msgstr "Czytaj dalej " - -#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 -#: content-image.php:39 content-link.php:45 content-quote.php:43 -#: content-status.php:46 content.php:75 -msgid "Tagged" -msgstr "Otagowany" - -#: content-chat.php:20 -msgid "Chat" -msgstr "Chat" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "Galeria" - -#: content-image.php:19 -msgid "Image" -msgstr "Obrazek" - -#: content-link.php:20 -msgid "Link" -msgstr "Link" - -#: content-page.php:27 -msgid "Comments are closed." -msgstr "Komentarze sÄ… wyĹ‚Ä…czone." - -#: content-quote.php:18 -msgid "Quote" -msgstr "Cytat" - -#: content-status.php:30 -msgid "Status" -msgstr "Status" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "Wyniki wyszukiwania dla: %s" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "Brak wynikĂłw wyszukiwania dla: %s" - -#: searchform.php:1 -msgid "Search" -msgstr "Szukaj" - -#: single.php:44 -msgid "View all posts by " -msgstr "PokaĹĽ wszystkie posty napisane przez" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "Taguj archiwa: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"Zanim wyĹ›lesz swĂłj importowany plik, potrzebujesz naprawić nastÄ™pujÄ…cy bĹ‚Ä…d:" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Opcje importu motywu Mantra" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Cześć! To jest miejsce, gdzie importujesz ustawienia Mantry.ProszÄ™ " -"pamiÄ™taj, ĹĽe to jest wciÄ…ĹĽ eksperymentalna opcja." - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Po prostu wybierz plik ze swojego komputera:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "Maksymalny rozmiar: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "I importuj!" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Importuj opcje motywu Mantra" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "Wspaniale! Opcje zostaĹ‚y zaimportowane!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Powróć do strony opcji motywu Mantra i sprawdĹş je!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Ups, jest maĹ‚y problem." - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"WysĹ‚any plik nie zawiera prawidĹ‚owych opcji motywu Mantra. Upewnij siÄ™, ĹĽe " -"plik jest wysĹ‚any ze strony opcji motywu Mantra." - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "Wgrany plik nie moĹĽe zostać odczytany." - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"Wgrany plik nie jest wspierany. Upewnij siÄ™, ĹĽe plik byĹ‚ wysĹ‚any ze strony " -"Mantra i jest plikiem tekstowym." - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Ups! Plik jest pusty lub nie istnieje. Ten bĹ‚Ä…d moĹĽe być takĹĽe spowodowany " -"przez wyĹ‚Ä…czenie uploadu w Twoim pliku php.ini albo post_max_size jest " -"okreĹ›lony na mniejszy niĹĽ upload_max_filesize w php.ini." - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "BĹÄ„D: Nie masz uprawnieĹ„ do wykonania tej operacji" - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "Ustawienia wyglÄ…du" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "Strona prezentacji" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "Ustawienia tekstu" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "Ustawienia koloru" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "Ustawienia grafiki" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "Ustawienia informacji o poĹ›cie" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "Ustawienia wycinkĂłw postĂłw" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "Ustawienia polecanych obrazĂłw" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "Ustawienia Social Media" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "Ustawienia pozostaĹ‚e" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "GĹ‚Ăłwny wyglÄ…d" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "Zawartość / szerokość paska bocznego" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "Wysokość obrazu NagĹ‚Ăłwka" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "WĹ‚Ä…cz stronÄ™ prezentacji" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "Ustawienia slajdĂłw" - -#: admin/main.php:110 -msgid "Slides" -msgstr "Slajdy" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "Kolumny strony prezentacji" - -#: admin/main.php:112 -msgid "Extras" -msgstr "Dodatki" - -#: admin/main.php:114 -msgid "General Font" -msgstr "GĹ‚Ăłwna czcionka" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "Rozmiar gĹ‚Ăłwnej czcionki" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "Czcionka tytuĹ‚u postu" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "Rozmiar czcionki tytuĹ‚u postu" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "Czcionka paska bocznego" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "Rozmiar czcionki paska bocznego" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "Czcionka pomniejszych nagĹ‚ĂłwkĂłw" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "WymuĹ› wyrĂłwnanie czcionki" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "WciÄ™cie akapitu" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "WciÄ™cie nagĹ‚Ăłwka" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "Wysokość linii" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "OdstÄ™py miÄ™dzy wyrazami" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "OdstÄ™py miÄ™dzy literami" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "CieĹ„ tekstu" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "Kolor tĹ‚a" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "Kolor NagĹ‚Ăłwka (Baner i Menu)" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "Kolor tĹ‚a zawartoĹ›ci" - -#: admin/main.php:132 -msgid "Menu Background Color" -msgstr "Kolor tĹ‚a Menu" - -#: admin/main.php:133 -msgid "First Sidebar Background Color" -msgstr "Kolor tĹ‚a pierwszego paska bocznego" - -#: admin/main.php:134 -msgid "Second Sidebar Background Color" -msgstr "Kolor tĹ‚a drugiego paska bocznego" - -#: admin/main.php:136 -msgid "Site Title Color" -msgstr "Kolor tytuĹ‚u strony" - -#: admin/main.php:137 -msgid "Site Description Color" -msgstr "Kolor opisu strony" - -#: admin/main.php:139 -msgid "Content Text Color" -msgstr "Kolor tekstu zawartoĹ›ci" - -#: admin/main.php:140 -msgid "Links Color" -msgstr "Kolor linkĂłw" - -#: admin/main.php:141 -msgid "Links Hover Color" -msgstr "Kolor zawieszonych linkĂłw" - -#: admin/main.php:142 -msgid "Post Title Color" -msgstr "Kolor tytuĹ‚u posta" - -#: admin/main.php:143 -msgid "Post Title Hover Color" -msgstr "Kolor zawieszonego tytuĹ‚u posta" - -#: admin/main.php:144 -msgid "Sidebar Header Background Color" -msgstr "Kolor tĹ‚a nagĹ‚Ăłwka paska bocznego" - -#: admin/main.php:145 -msgid "Sidebar Header Text Color" -msgstr "Kolor nagĹ‚Ăłwka paska bocznego" - -#: admin/main.php:146 -msgid "Footer Widget Background Color" -msgstr "Kolor tĹ‚a widgetu stopki" - -#: admin/main.php:147 -msgid "Footer Background Color" -msgstr "Kolor tĹ‚a stopki" - -#: admin/main.php:148 -msgid "Footer Widget Header Text Color" -msgstr "Kolor tekstu nagĹ‚Ăłwka widgetu stopki" - -#: admin/main.php:149 -msgid "Footer Widget Link Color" -msgstr "Kolor linku widgetu stopki" - -#: admin/main.php:150 -msgid "Footer Widget Hover Color" -msgstr "Kolor zawieszonego widgetu stopki" - -#: admin/main.php:152 -msgid "Caption Border" -msgstr "Granica podpisu" - -#: admin/main.php:153 -msgid "Post Images Border" -msgstr "Granica obrazkĂłw postĂłw" - -#: admin/main.php:154 -msgid "Caption Pin" -msgstr "PrzypiÄ™cie podpisu" - -#: admin/main.php:155 -msgid "Sidebar Menu Bullets" -msgstr "Punktory menu paska bocznego" - -#: admin/main.php:156 -msgid "Meta Area Background" -msgstr "TĹ‚o przestrzeni meta" - -#: admin/main.php:157 -msgid "Post Separator" -msgstr "Separator postu" - -#: admin/main.php:158 -msgid "Content List Bullets" -msgstr "Punktory listy zawartoĹ›ci" - -#: admin/main.php:159 -msgid "Title and Description" -msgstr "TytuĹ‚ i opis" - -#: admin/main.php:160 -msgid "Page Titles" -msgstr "TytuĹ‚y stron" - -#: admin/main.php:161 -msgid "Category Page Titles" -msgstr "TytuĹ‚y stron kategorii" - -#: admin/main.php:162 -msgid "Hide Tables" -msgstr "Ukryj tabele" - -#: admin/main.php:163 -msgid "Back to Top button" -msgstr "Przycisk powrotu do gĂłry" - -#: admin/main.php:164 -msgid "Text Under Comments" -msgstr "Tekst pod komentarzami" - -#: admin/main.php:165 -msgid "Comments are closed text" -msgstr "Tekst komentarze sÄ… zamkniÄ™te" - -#: admin/main.php:166 -msgid "Comments off" -msgstr "Komentarze wyĹ‚Ä…czone" - -#: admin/main.php:167 -msgid "Custom Footer Text" -msgstr "Tekst stopki niestandardowej" - -#: admin/main.php:169 -msgid "Post Comments Link" -msgstr "Link komentarzy postu" - -#: admin/main.php:170 -msgid "Post Date" -msgstr "Data postu" - -#: admin/main.php:171 -msgid "Post Time" -msgstr "Czas postu" - -#: admin/main.php:172 -msgid "Post Author" -msgstr "Autor postu" - -#: admin/main.php:173 -msgid "Post Category" -msgstr "Kategoria postu" - -#: admin/main.php:174 -msgid "Post Tags" -msgstr "Tagi postu" - -#: admin/main.php:175 -msgid "Post Permalink" -msgstr "Permalink postu" - -#: admin/main.php:176 -msgid "All Post Metas" -msgstr "Meta wszystkich postĂłw" - -#: admin/main.php:178 -msgid "Post Excerpts on Home Page" -msgstr "Wycinki na stronie gĹ‚Ăłwnej" - -#: admin/main.php:179 -msgid "Affect Sticky Posts" -msgstr "Zastosuj do przyklejonych postĂłw" - -#: admin/main.php:180 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Wycinki postĂłw w archiwach i stronach kategorii" - -#: admin/main.php:181 -msgid "Number of Words for Post Excerpts " -msgstr "Liczba sĹ‚Ăłw w wycinkach postĂłw" - -#: admin/main.php:182 -msgid "Magazine Layout" -msgstr "WyglÄ…d gazety" - -#: admin/main.php:183 -msgid "Excerpt suffix" -msgstr "Przyrostek wycinka" - -#: admin/main.php:184 -msgid "Continue reading link text " -msgstr "Tekst linku czytaj dalej" - -#: admin/main.php:185 -msgid "HTML tags in Excerpts" -msgstr "Tagi HTML w wycinkach" - -#: admin/main.php:187 -msgid "Featured Images as POST Thumbnails " -msgstr "Polecane Obrazki jako miniatury POSTU" - -#: admin/main.php:188 -msgid "Auto Select Images From Posts " -msgstr "Automatycznie wybierz Obrazki z postĂłw" - -#: admin/main.php:189 -msgid "Thumbnails Alignment " -msgstr "WyrĂłwnanie miniatur" - -#: admin/main.php:190 -msgid "Thumbnails Size " -msgstr "Rozmiar miniatur" - -#: admin/main.php:191 -msgid "Featured Images as HEADER Images " -msgstr "Polecane obrazki jako obrazki NAGĹĂ“WKA" - -#: admin/main.php:193 -msgid "Link nr. 1" -msgstr "Link nr. 1" - -#: admin/main.php:194 -msgid "Link nr. 2" -msgstr "Link nr. 2" - -#: admin/main.php:195 -msgid "Link nr. 3" -msgstr "Link nr. 3" - -#: admin/main.php:196 -msgid "Link nr. 4" -msgstr "Link nr. 4" - -#: admin/main.php:197 -msgid "Link nr. 5" -msgstr "Link nr. 5" - -#: admin/main.php:198 -msgid "Socials display" -msgstr "WyĹ›wietl spoĹ‚ecznoĹ›ciowe" - -#: admin/main.php:200 -msgid "Make Site Header a Link" -msgstr "ZrĂłb nagĹ‚Ăłwek strony linkiem" - -#: admin/main.php:201 -msgid "Breadcrumbs" -msgstr "Okruchy chleba" - -#: admin/main.php:202 -msgid "Pagination" -msgstr "PodziaĹ‚ strony" - -#: admin/main.php:203 -msgid "Mobile view" -msgstr "WyglÄ…d dla urzÄ…dzeĹ„ mobilnych" - -#: admin/main.php:204 -msgid "FavIcon" -msgstr "FavIcon" - -#: admin/main.php:205 -msgid "Custom CSS" -msgstr "Niestandardowy CSS" - -#: admin/main.php:206 -msgid "Custom JavaScript" -msgstr "Niestandardowy JavaScript" - -#: admin/main.php:207 -msgid "SEO Settings" -msgstr "Ustawienia SEO" - -#: admin/main.php:224 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "" -"Przepraszamy, ale nie masz wystarczajÄ…cych uprawnieĹ„ dostÄ™pu do strony." - -#: admin/main.php:234 -msgid "Mantra settings updated successfully." -msgstr "Aktualizacja ustawieĹ„ Mantry zakoĹ„czona sukcesem." - -#: admin/main.php:245 -msgid "Reset to Defaults" -msgstr "Resetuj do ustawieĹ„ domyĹ›lnych" - -#: admin/main.php:246 -msgid "Save Changes" -msgstr "Zapisz zmiany" - -#: admin/main.php:260 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Tutaj w Cryout Creations (producenci Twojego motywu Mantra), spędzamy noc " -"za nocą nad ulepszaniem motywu Mantra. Naprawiamy błędy (które wcześniej " -"stworzyliśmy); dodajemy coraz więcej opcji modyfikacji zarazem próbując " -"utrzymać je w prostej formie; póżniej... możemy grać w grę albo dwie ale " -"zapewniamy że wrócimy do czytania i (w większości przypadków) odpowiadaniana " -"Wasze późnonocne emaile i komentarze, robimy notatki, rysujemy plany rzeczy " -"do zaimplementowania w przyszłych wersjach.

      \n" -"\t\t\t

      Możecie się pytać: Jak oni to robią? Jak oni mogą zachować " -"świeżość po tych wszystkich zmaganiach z tym przeklętym motywem? No " -"ludzie, to proste. Pijemy kawę. Przemysłowe ilości gorącej wrzącej kawy. " -"Kochamy to! Więc jeśli chcecie pomóc w dalszym rozwoju motywu Mantra...

      " - -#: admin/main.php:275 -msgid "Import/Export Settings" -msgstr "Importuj/eksportuj ustawienia" - -#: admin/main.php:281 -msgid "Export Theme options" -msgstr "Eksportuj ustawienia motywu" - -#: admin/main.php:282 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"To jest proste: kliknięcie myszą - zdolność do eksportu Twoich ustawień " -"Mantry i zapisania ich na Twoim komputerze. Czujesz się bezpieczniej? To " -"dobrze!" - -#: admin/main.php:287 -msgid "Import Theme options" -msgstr "Importuj opcje motywu" - -#: admin/main.php:288 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"Bez importu, eksport byłby robotą głupiego. Upewnij się, że masz " -"przygotowany eksportowany plik i do zobaczenia po kliknięciu myszy." - -#: admin/main.php:295 -msgid "Mantra Latest News" -msgstr "Najnowsze wiadomości Mantry" - -#: admin/main.php:306 -msgid "No news items." -msgstr "Brak nowych ogłoszeń." - -#: admin/main.php:320 -msgid "Mantra Help" -msgstr "Pomoc Mantry" - -#: admin/main.php:323 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • -Potrzebujesz pomocy z MantrÄ… albo WordPress?
      • \n" -"\t\t\t\t
      • - Chcesz wiedzieć jakie zmiany sÄ… wproadzone do motywu w kaĹĽdej " -"nowej wersji?
      • \n" -"\t\t\t\t
      • - ZnalazĹ‚eĹ›/aĹ› bĹ‚Ä…d albo coĹ› nie dziaĹ‚a dokĹ‚adnie jak powinno?\n" -"\t\t\t\t
      • - Masz pomysĹ‚ jak ulepszyć motyw Mantra aby bardziej odpowiadaĹ‚ " -"Twoim potrzebom?
      • \n" -"\t\t\t\t
      • - Chcesz aby byĹ‚o coĹ› dodane?
      • \n" -"\t\t\t\t
      • -Masz albo chcesz przetĹ‚umaczyć motyw Mantra?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      W takim razie odwiedĹş nas na naszej stronie wsparcia.

      \n" -"\t" - -#: admin/main.php:334 -msgid "Mantra Support Page" -msgstr "Strona Wsparcia Mantra" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "Jedna kolumna (bez pasków bocznych)" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "Dwie kolumny, pasek boczny po prawej" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "Dwie kolumny, pasek boczny po lewej" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "Trzy kolumny, paski boczne po prawej" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "Trzy kolumny, paski boczne po lewej" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "Trzy kolumny, jeden pasek boczny na każdej stronie" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "Wybierz swój wygląd" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "Całkowity" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "Względny" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "Wymiary do użycia:" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "Zawartość =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "Pasek/ki boczny/ne =" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "Całkowita szerokość =" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Wybierz szerokość twoich zawartości> i pasków bocznych. \n" -" \t\t Kiedy zawartość nie może być mniejsza niż 500px w szerokości, " -"przestrzeń paska bocznego ma przynajmniej 220px i nie więcej niż 800px.
      \n" -"\t Jeśli ustawisz przestrzeń dla 3 kolumn (z 2 paskami bocznymi) każdy z " -"nich będzie miał połowę wybranej szerokośści." - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Wybierz szerokość Twoich zawartości i pasków bocznych(paska) \n" -" \t\t To są względne wymiary - relatywne wobec przeglądarki użytkownika. " -"Całkowita szerokość jest procentem szerokości przeglądarki.
      \n" -"\t Kiedy zawartość nie może być mniejsza niż 40% szerokości, przestrzeń " -"pasków bocznych ma przynajmniej 20% i nie więcej niż 50%.
      \n" -"\t Jeśli potrzebujesz przestrzeni trzech kolumn (z 2 paskami bocznymi) każdy " -"z nich będzie miał połowę szerokości." - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"Wysokość wybranego nagłówka. Po zapisaniu ustawień Wgraj tutaj nowy obrazek " -"nagłówka. Wysokość nagłówka będzie =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Enable" -msgstr "Włączona" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 -#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 -#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 -#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 -msgid "Disable" -msgstr "Wyłączona" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\t\ttext and images.
      If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"WĹ‚Ä…cz prezentacjÄ™ strony gĹ‚Ăłwnej. To bÄ™dzie TwojÄ… nowÄ… stronÄ… gĹ‚ĂłwnÄ…. " -"Posiada slajder i kolumny do prezentacji\n" -"\t\t tekst i obrazki.
      JeĹ›li masz wĹ‚Ä…czonÄ… tÄ™ opcjÄ™ ale nie widzisz " -"strony prezentacji, wtedy idĹş do Ustawienia " -"» Czytanie i upewnij siÄ™, ĹĽe masz wybrane WyĹ›wietlanie " -"strony gĹ‚Ăłwnej jako Najnowsze wpisy." - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "Wymiary slajdu:" - -#: admin/settings.php:276 -msgid "width" -msgstr "szerokość" - -#: admin/settings.php:277 -msgid "height" -msgstr "wysokość" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" -"Wymiary Twojego slajdu. Upewnij siÄ™, ĹĽe Twoje obrazki sÄ… tego samego " -"rozmiaru." - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "Animacja:" - -#: admin/settings.php:282 -msgid "Random" -msgstr "Losowa" - -#: admin/settings.php:282 -msgid "Fold" -msgstr "SkĹ‚adanie" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "Opadanie" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "Slajd w prawo" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "Slajd w lewo" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "CiÄ™cie w dół" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "CiÄ™cie w dolne lewo" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "CiÄ™cie w gĂłrÄ™" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "CiÄ™cie w gĂłrne lewo" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "CiÄ™cie gĂłra-dół" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "CiÄ™cie gĂłra-dół-lewo" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "PudĹ‚o losowo" - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "PudĹ‚o deszcz" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "PudĹ‚o deszcz odwrĂłcony" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "PudĹ‚o deszcz rosnÄ…cy" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "PudĹ‚o deszcz odwrĂłcony rosnÄ…cy" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "PrzejĹ›cie, jakie bÄ™dzie miaĹ‚ slajder." - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "Ustawienia granic:" - -#: admin/settings.php:293 -msgid "Width" -msgstr "Szerokość" - -#: admin/settings.php:294 -msgid "Color" -msgstr "Kolor" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "Szerokość i kolor granicy slajdu." - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "Czas animacji:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "milisekundy (1000ms = 1 sekunda)" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "Czas, w ktĂłrym animacja bÄ™dzie miaĹ‚a miejsce." - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "Czas pauzy:" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "Czas, w ktĂłrym animacja bÄ™dzie nieruchoma i widoczna" - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "Nawigacja slajdera:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "Numery" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "Punktory" - -#: admin/settings.php:309 admin/settings.php:1273 -msgid "None" -msgstr "Nic" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "Rodzaj nawigacji Twojego slajdera. Pokazany pod slajderem." - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "StrzaĹ‚ki slajdera:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "Zawsze widoczne" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "Widoczne po najechaniu kursorem" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "Ukryte" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "Prawa i lewa strzaĹ‚ka na Twoim slajderze" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "Wybierz kategoriÄ™" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "Niestandardowe slajdy" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "Ostatnie posty" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "Losowe posty" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "Przyklejone posty" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "Ostatnie posty z kategorii" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "Losowe posty z kategorii" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "Specyficzne posty" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "Ostatnie posty bÄ™dÄ… wczytane do slajdera." - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "Losowe posty bÄ™dÄ… wczytane do slajdera." - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "Ostatnie posty z kategorii ktĂłrÄ… wybierzesz bÄ™dÄ… wczytane do slajdera." - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "Losowe posty z kategorii ktĂłrÄ… wybierzesz bÄ™dÄ… wczytane do slajdera." - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Tylko przyklejone posty bÄ™dÄ… wczytane do slajdera." - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Lista ID postĂłw ktĂłre chcesz wyĹ›wietlić (oddzielone przecinkami):" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      Wybierz kategorię:" - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "Liczba postów do wyświetlenia:" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "Slajd 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "Wyślij obrazek lub wybierz z galerii" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "Tytuł" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "Tekst" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "Slajd 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "Slajd 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "Slajd 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "Slajd 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"Zawartość Twoich slajdów. Wymagany jest tylko obrazek, pozostałe pola są " -"opcjonalne. Tylko slajdy z wybranym obrazkiem będą aktywne w slajderze." - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "Liczba kolumn:" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "Wysokość obrazka:" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "Tekst czytaj więcej:" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"Podłączony tekst który pojawia się na górze wszystkich kolumn. Możesz usunąć " -"cały tekst wewnątrz jeśli go nie chcesz." - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "Pierwsza kolumna" - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "Druga kolumna" - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "Trzecia kolumna" - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "Czwarta kolumna" - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "Dodatkowy tekst" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "Górny tytuł" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "Drugi tytuł" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "Kolor tytułu" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "Kolor tytułów (Domyślnyą wartością jest 333333)." - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "Górny tekst 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "Górny tekst 2" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Więcej tekstu na Twojej głównej stronie. Górny tytuł jest powyżej slajdera, " -"drugi tytuł pomiędzy slajderem i kolumnami oraz 2 rzędy tekstu pod " -"kolumnami..\n" -"\t\t To wszystko jest opcjonalne, więc pozostaw pola puste jeśli nie są " -"wymagane." - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "Ukryj przestrzenie" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "Ukryj przestrzeń nagłówka (obrazek albo kolor tła)" - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Ukryj główne menu (zakładki górnej nawigacji)." - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "Ukryj widgety stopki." - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "Ukryj stopkę (strefa copyright)." - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "Ukryj biały kolor. Pozostanie tylko kolor tła." - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "Wybierz przestrzenie do ukrycia na pierwszej stronie." - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Wybierz rozmiar czcionki, która będzie używana na Twoim blogu. Dotyczy " -"stron, postów i komentarzy. Przyciski, nagłówki i menu boczne pozostaną bez " -"zmian." - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Wybierz rodzinę czcionek, której użyjesz na blogu. Dotyczy całego tekstu " -"zawartości (włącznie z przyciskami menu)." - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"Albo wstaw swojÄ… czcionkÄ™ Google poniĹĽej. ProszÄ™ wstaw tylkonazwÄ™ czcionki.
      Np.: Makro One. Zajrzyj na google fonts po trochę inspiracji." - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Wybierz rodzinę czcionek, której chcesz użyć w swoich tytułach. Dotyczy " -"tytułów postów i stron. Zostaw 'Domyślne' i zostanie użyta czcionka ogólna." - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Wybierz rodzinę czcionek, której użyjesz w Twoich paskach bocznych. Dotyczy " -"tekstu w paskach bocznych, wliczając wszystkie widgety. ZZostaw 'Domyślne' i " -"zostanie użyta ogólna czcionka." - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Wybierz rodzinę czcionek, której użyjesz w opisach nagłówków (dotyczy tagów " -"h2 - h6) Zostaw 'Domyślne' i zostanie użyta czcionka ogólna." - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "Domyślne" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Rozmiar czcionki nagłówka postu. Zostaw 'Domyślne' dla normalnych ustawień " -"(watość rozmiaru będzie taka jak ustawiona w CSS)." - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Rozmiar czcionki paska bocznego. Zostaw 'Domyślne' dla normalnych ustawień " -"(watość rozmiaru będzie taka jak ustawiona w CSS)." - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Left" -msgstr "W lewo" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Right" -msgstr "W prawo" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "Wyjustuj" - -#: admin/settings.php:939 admin/settings.php:1728 -msgid "Center" -msgstr "Do środka" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"To nadpisuje wyrównanie w postach i na stronach. Zostaw 'Domyślne' dla " -"normalnych ustawień (wyrównanie pozostanie takie jak ustawione w postach, " -"komentarzach itp.)" - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "Wybierz wcięcie dla Twoich akapitów" - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "Wyłącz domyślny nagłówek i wcięcie tytułu (lewy margines)." - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"Wysokość linii tekstu. Wysokość pomiędzy 2 zędami tekstu. Zostaw 'Domyślne' " -"dla normalnych ustawień (watość rozmiaru będzie taka jak ustawiona w CSS)." - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Przestrzeń pomiędzy wyrazami. Zostaw 'Domyślne' dla normalnych " -"ustawień (watość rozmiaru będzie taka jak ustawiona w CSS)." - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Przestrzeń między literami. Zostaw 'Domyślne' dla normalnych ustawień " -"(watość rozmiaru będzie taka jak ustawiona w CSS)." - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "Wyłącz domyślny cień tekstu w nagłówkach i tytułach." - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "Kolor tła (Domyślną wartością jest 444444)." - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Kolor tła nagłówka (Domyślną wartością jest 333333). Możesz usunąć wszystko " -"ze środka aby usunąć kolor tła." - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "" -"Kolor tła zawartości (DDomyślną wartością jest FFFFFF). Działa świetnie z " -"bardzo jasnymi kolorami." - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Kolor tła menu głównego (Domyślną wartością jest FAFAFA). Powinien być taki " -"sam jak kolor zawartości tła lub tak samo jasny." - -#: admin/settings.php:1080 admin/settings.php:1087 -msgid "First sidebar background color (Default value is FFFFFF)." -msgstr "Kolor tła pierwszego paska bocznego (Domyślną wartością jest FFFFFF)." - -#: admin/settings.php:1095 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" -"Kolor tła przestrzeni stopki widgetu. (Domyślną wartością jest 171717)." - -#: admin/settings.php:1103 -msgid "Footer background color (Default value is 222222)." -msgstr "Kolor tła stopki (Domyślną wartością jest 222222)." - -#: admin/settings.php:1111 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Kolor tytułu Twojego bloga (Domyślną wartością jest 0D85CC)." - -#: admin/settings.php:1119 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Kolor opisu Twojego bloga Domyślną wartością jest 222222)." - -#: admin/settings.php:1127 -msgid "Content Text Color (Default value is 333333)." -msgstr "Kolor tekstu zawartości (Domyślną wartością jest 333333)." - -#: admin/settings.php:1135 -msgid "Links color (Default value is 0D85CC)." -msgstr "Kolor linków (Domyślną wartością jest 0D85CC)." - -#: admin/settings.php:1143 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Kolor linków po najechaniu myszą (Domyślną wartością jest 333333)." - -#: admin/settings.php:1151 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Kolor tekstu nagłówka (Domyślną wartością jest 333333)." - -#: admin/settings.php:1159 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" -"Kolor tekstu nagłówka po najechaniu na niego (Domyślną wartością jest " -"000000)." - -#: admin/settings.php:1167 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Kolor tła nagłówka paska bocznego (Domyślną wartością jest 444444)." - -#: admin/settings.php:1176 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Kolor tekstu nagłówka paska bocznego (Domyślną wartością jest 2EA5FD)." - -#: admin/settings.php:1184 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Kolor tekstu widgetu (Domyślną wartością jest 0D85CC)." - -#: admin/settings.php:1192 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Kolor linku stopki widgetu (Domyślną wartością jest 666666)." - -#: admin/settings.php:1200 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"Kolor linku stopki po najechaniu na widget (Domyślną wartością jest 888888)." - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "White" -msgstr "Biały" - -#: admin/settings.php:1212 -msgid "Light" -msgstr "Jasny" - -#: admin/settings.php:1212 -msgid "Light Gray" -msgstr "Jasny szary" - -#: admin/settings.php:1212 admin/settings.php:1273 -msgid "Gray" -msgstr "Szary" - -#: admin/settings.php:1212 -msgid "Dark Gray" -msgstr "Ciemny szary" - -#: admin/settings.php:1212 -msgid "Black" -msgstr "Czarny" - -#: admin/settings.php:1220 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"To ustawienie zmienia wygląd Twoich podpisów. Obrazki które nie są wstawione " -"przez podpisy nie będą narażone." - -#: admin/settings.php:1236 -msgid "The border around your inserted images. " -msgstr "Granica dookoła Twoich wstawionych obrazków" - -#: admin/settings.php:1251 -msgid "The image on top of your captions. " -msgstr "Obrazek na górze Twoich podpisów." - -#: admin/settings.php:1266 -msgid "The sidebar list bullets. " -msgstr "Punktory paska bocznego." - -#: admin/settings.php:1281 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "" -"Tło dla Twoich postów-przestrzeń meta (pod tytułami postów). Domyślnie szara." -"<" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 -#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 -#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 -#: admin/settings.php:1561 -msgid "Show" -msgstr "Pokaż" - -#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 -#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 -#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 -#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 -#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 -msgid "Hide" -msgstr "Ukryj" - -#: admin/settings.php:1297 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Ukryj lub pokaż poziomą linię rozdzielającą pojedyńcze posty." - -#: admin/settings.php:1313 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"Ukryj lub pokaż punktory przy listach które są w strefie zawartości (posty, " -"strony itp.)." - -#: admin/settings.php:1330 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"Ukryj lub pokaż tytuł i opis w nagłówku (zalecane jeśli masz niestandardowy " -"obrazek nagłówka z tekstem)." - -#: admin/settings.php:1345 -msgid "Hide or show Page titles on any created pages. " -msgstr "Ukryj lub pokaż tytuły na stronach stworzony." - -#: admin/settings.php:1360 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Ukryj lub pokaż tytuły na stronach Kategorie." - -#: admin/settings.php:1375 -msgid "Hide table borders and background color." -msgstr "Ukryj obramowania tabel i kolor tła." - -#: admin/settings.php:1390 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"Ukryj wyjaśnienie pod formularzem komentarzy. (zaczyna się od Możesz " -"użyć tagów HTML i atrybutów:..." - -#: admin/settings.php:1397 -msgid "Hide in posts" -msgstr "Ukryj w postach" - -#: admin/settings.php:1397 -msgid "Hide in pages" -msgstr "Ukryj na stronach" - -#: admin/settings.php:1397 -msgid "Hide everywhere" -msgstr "Ukryj wszędzie" - -#: admin/settings.php:1405 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"Ukryj tekstKomentarze są wyłączone który domyślnie się pokazuje na " -"stronach, gdzie komentarze są wyłączone." - -#: admin/settings.php:1421 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"Ukryj tekst Komentarze wyłączone przy postach, które mają wyłączoną " -"opcję komentowania." - -#: admin/settings.php:1437 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"Włącz przycisk Powrót do góry. Przycisk pojawi się po przewinięciu strony w " -"dół." - -#: admin/settings.php:1444 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"Wstaw wĹ‚asny tekst lub kod HTML, ktĂłry pojawi siÄ™ jako ostatni w stopce. " -"
      MoĹĽesz uĹĽyć HTML do wstawienia linkĂłw, obrazkĂłw i specjalnych znakĂłw " -"jak ©." - -#: admin/settings.php:1464 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"Ukryj lub pokaĹĽ Komentuj \" albo x Komentarze obok postĂłw lub wycinkĂłw." - -#: admin/settings.php:1479 -msgid "Hide or show the post date." -msgstr "Ukryj datÄ™ postu." - -#: admin/settings.php:1494 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"PokaĹĽ datÄ™ i godzinÄ™ postu. Czas nie bÄ™dzi widoczny, jeĹ›li data bÄ™dzie " -"ukryta." - -#: admin/settings.php:1509 -msgid "Hide or show the post author." -msgstr "Ukryj albo pokaĹĽ autora postu." - -#: admin/settings.php:1524 -msgid "Hide the post category." -msgstr "Ukryj kategoriÄ™ postu." - -#: admin/settings.php:1539 -msgid "Hide the post tags." -msgstr "Ukryj tagi postu." - -#: admin/settings.php:1554 -msgid "Hide the 'Bookmark permalink'." -msgstr "Ukryj 'Dodaj link do zakĹ‚adek'." - -#: admin/settings.php:1569 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"Ukryj wszystkie meta postĂłw. Wszystkie informacje i obszary meta bÄ™dÄ… ukryte." - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Excerpt" -msgstr "Wycinek" - -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 -msgid "Full Post" -msgstr "CaĹ‚y post" - -#: admin/settings.php:1590 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"Tworzy wycinek na gĹ‚Ăłwnej stronie. Tylko standardowe posty bÄ™dÄ… naruszone. " -"Wszystkie inne formaty (boczne, obrazek, chat, cytat itd.) bÄ™dÄ… miaĹ‚y swoje " -"odrÄ™bne formatowanie." - -#: admin/settings.php:1605 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Wybierz, czy chcesz aby przyklejone posty byĹ‚y wyĹ›wietlane na Twojej stronie " -"gĹ‚Ăłwnej jako caĹ‚ość, czy wycinki." - -#: admin/settings.php:1621 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"Tworzy wycinki archiwum, kategorii i stron wyszukiwania. To samo co powyĹĽej, " -"tylko standardowe posty zostanÄ… naruszone." - -#: admin/settings.php:1629 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Liczba sĹ‚Ăłw, ile bÄ™dzie miaĹ‚ wycinek. Kiedy ta liczba zostanie osiÄ…gniÄ™ta, " -"post bÄ™dzie przerwany przez link Czytaj dalej poĹ‚Ä…cz to\n" -"\t\t\t\t\t\t\t ktĂłry odeĹ›le czytelnika do strony z caĹ‚ym postem." - -#: admin/settings.php:1645 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"WĹ‚Ä…cz wyglÄ…d gazety. Ten wyglÄ…d stosuje siÄ™ do stron z postami i pokazuje 2 " -"posty pod rzÄ…d." - -#: admin/settings.php:1652 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"Zamienia wielokropek ('[...])' ktĂłry pojawia siÄ™ automatycznie przy wycinku." - -#: admin/settings.php:1659 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Edytuj link 'Czytaj dalej' dodany do Twojego wycinku" - -#: admin/settings.php:1674 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "DomyĹ›lnie wycinki WordPress usuwajÄ… caĹ‚e tagi HTML (" - -#: admin/settings.php:1705 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"PokaĹĽ polecane obrazki jako miniatury w postach. Obrazki muszÄ… być wybrane " -"dla kaĹĽdego postu jako polecane." - -#: admin/settings.php:1720 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"PokaĹĽ pierwszy obraz, ktĂłry zostaĹ‚ wprowadzony w poĹ›cie jako miniaturÄ™. " -"JeĹ›li wĹ‚Ä…czysz tÄ™ opcjÄ™, pierwszy obrazek w Twoim poĹ›cie bÄ™dzie uĹĽyty nawet " -"jeĹ›li wybierzesz polecany obrazek w poĹ›cie." - -#: admin/settings.php:1736 -msgid "Thumbnail alignment." -msgstr "Dostosowanie miniatury." - -#: admin/settings.php:1753 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"Rozmiar, jaki ma mieć miniatura (w pikselach). DomyĹ›lnie obrazki bÄ™dÄ… " -"przeskalowane proporcjonalnie. Wybierz przyciÄ™cie obrazka jeĹ›li chcesz " -"dokĹ‚adny rozmiar." - -#: admin/settings.php:1769 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"PokaĹĽ wybrane obrazy w nagĹ‚Ăłwkach. Obrazek zostanie zastÄ…piony polecanym, " -"jeĹ›li wybrano go jako polecany obrazek w poĹ›cie and\n" -"\t\t\t\t\t\t\t jeĹ›li jest wiÄ™kszy lub co najmniej rĂłwny rozmiarowi bieĹĽÄ…cego " -"nagĹ‚Ăłwka." - -#: admin/settings.php:1790 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Wybierz TwojÄ… sieć spoĹ‚ecznoĹ›ciowÄ… z lewego menu rozwijanego i wstaw " -"odpowiedni adres w odpowiednim polu.(na przykĹ‚ad: http://www.facebook.com/" -"yourname )" - -#: admin/settings.php:1804 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "MoĹĽesz wprowadzić do 5 różnych stron spoĹ‚ecznoĹ›ciowych i adresĂłw." - -#: admin/settings.php:1818 -msgid "There are a total of 27 social networks to choose from. " -msgstr "ĹÄ…cznie jest 27 sieci spoĹ‚ecznoĹ›ciowych do wyboru." - -#: admin/settings.php:1832 -msgid "You can leave any number of inputs empty. " -msgstr "MoĹĽesz zostawić ile chcesz pustych miejsc na dane wejĹ›ciowe." - -#: admin/settings.php:1846 -msgid "You can choose the same social media any number of times. " -msgstr "MoĹĽesz wybrać te same portale spoĹ‚ecznoĹ›ciowe niezliczonÄ… ilość razy" - -#: admin/settings.php:1877 -msgid "Choose the areas where to display the social icons." -msgstr "Wybierz Przestrzenie w ktĂłrych umieĹ›cić ikony spoĹ‚ecznoĹ›ci." - -#: admin/settings.php:1898 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "Spraw aby tytuĹ‚ strony byĹ‚ klikalnym linkiem do strony gĹ‚Ăłwnej." - -#: admin/settings.php:1913 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"PokaĹĽ Okruszki chleba na gĂłrze zawartoĹ›ci. Okruszki chleba sÄ… formÄ… " -"nawigacji ktĂłra przedstawia TwojÄ… lokalizacjÄ™ na stronie w postaci Ĺ›cieĹĽki." - -#: admin/settings.php:1928 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"PokaĹĽ numerowanie stron. Gdzie jest wiÄ™cej niĹĽ jedna strona, zamiast linkĂłw " -"Starsze posty i Nowsze posty pojawiÄ… siÄ™ linki z numerami " -"stron." - -#: admin/settings.php:1943 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"WĹ‚Ä…cz opcjÄ™ widoku dla urzÄ…dzeĹ„ przenoĹ›nych. WyglÄ…d Twojego bloga ulegnie " -"zmianie w zaleĹĽnoĹ›ci od uĹĽytego urzÄ…dzenia na ktĂłrym bÄ™dzie wyĹ›wietlany. " - -#: admin/settings.php:1953 -msgid "Upload or select favicon from gallery" -msgstr "WyĹ›lij albo wybierz favicon z galerii" - -#: admin/settings.php:1957 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"Ograniczenia: To musi być obrazek. Powinien mieć wymiary max 64x64 pikseli. " -"Zalecane rozszerzenia plikĂłw to .ico i .png ." - -#: admin/settings.php:1965 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"Tutaj wprowadź własny CSS. Każde deklaracje CSS dodane tutaj zastąpią te z " -"Mantry. (nawet niestandardowe opcje określone tutaj na stronie ustawień " -"Mantry).
      TwĂłj niestandardowy CSS bÄ™dzie zachowany w przypadku " -"aktualizacji motywu." - -#: admin/settings.php:1972 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"Tutaj wprowadĹş swĂłj kod Javascript. (Google Analytics i jakiekolwiek inne " -"formy oprogramowania tego typu)." - -#: admin/settings.php:1985 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"WĹ‚Ä…cz optymalizacjÄ™ silnika wyszukiwania Mantry. Funkcja jest uruchomiona " -"domyĹ›lnie i powinna być wyĹ‚Ä…czona tylko jeĹ›li uĹĽywasz pluginu SEO." - -#: admin/settings.php:1997 -msgid "Auto" -msgstr "Auto" - -#: admin/settings.php:1997 -msgid "Manual" -msgstr "RÄ™czne" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "mĂłwi:" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "TwĂłj komentarz oczekuje na moderacjÄ™." - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "na" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "(Edytuj)" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "Pingback:" - -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "Skomentuj" - -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "1 Komentarz" - -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "% Komentarze" - -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "Starsze komentarze" - -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "Nowsze komentarze" - -#: includes/theme-functions.php:233 -msgid "Home Page" -msgstr "Strona Startowa" - -#: includes/theme-functions.php:297 -msgid "Powered by" -msgstr "Powered by" - -#: includes/theme-loop.php:145 -msgid "By " -msgstr "Przez" - -#: includes/theme-loop.php:185 -msgid " Bookmark the " -msgstr "Dodaj do zakĹ‚adek" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "Permalink to" -msgstr "Permalink z" - -#: includes/theme-loop.php:185 includes/theme-loop.php:187 -#: includes/theme-loop.php:189 -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:187 includes/theme-loop.php:189 -msgid "Bookmark the " -msgstr "Dodaj do zakĹ‚adek" - -#: includes/theme-loop.php:211 -msgid "« Older posts" -msgstr "« Starsze posty" - -#: includes/theme-loop.php:212 -msgid "Newer posts »" -msgstr "Nowsze posty »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Strona %s" - -#: includes/theme-setup.php:90 -msgid "Primary Navigation" -msgstr "Podstawowa nawigacja" - -#: includes/theme-setup.php:91 -msgid "Top Navigation" -msgstr "GĂłrna nawigacja" - -#: includes/theme-setup.php:92 -msgid "Footer Navigation" -msgstr "Nawigacja stopki" - -#: includes/theme-setup.php:139 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:200 -msgid "Skip to content" -msgstr "PrzewiĹ„ do zawartoĹ›ci" - -#: includes/theme-setup.php:227 -msgid "Primary Widget Area - Sidebar 1" -msgstr "PrzestrzeĹ„ pierwszego widgetu - Pasek boczny 1" - -#: includes/theme-setup.php:229 -msgid "Primary widget area - Sidebar 1" -msgstr "PrzestrzeĹ„ pierwszego widgetu - Pasek boczny 1" - -#: includes/theme-setup.php:238 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "PrzestrzeĹ„ drugiego widgetu - Pasek boczny 1" - -#: includes/theme-setup.php:240 -msgid "Secondary widget area - Sidebar 1" -msgstr "PrzestrzeĹ„ drugiego widgetu - Pasek boczny 1" - -#: includes/theme-setup.php:249 -msgid "Third Widget Area - Sidebar 2" -msgstr "PrzestrzeĹ„ trzeciego widgetu - Pasek boczny 2" - -#: includes/theme-setup.php:251 -msgid "Third widget area - Sidebar 2" -msgstr "PrzestrzeĹ„ trzeciego widgetu - Pasek boczny 2" - -#: includes/theme-setup.php:260 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "PrzestrzeĹ„ czwartego widgetu - Pasek boczny 2" - -#: includes/theme-setup.php:262 -msgid "Fourth widget area - Sidebar 2" -msgstr "PrzestrzeĹ„ czwartego widgetu - Pasek boczny 2" - -#: includes/theme-setup.php:271 -msgid "First Footer Widget Area" -msgstr "PrzestrzeĹ„ widgetu pierwszej stopki" - -#: includes/theme-setup.php:273 -msgid "First footer widget area" -msgstr "PrzestrzeĹ„ widgetu pierwszej stopki" - -#: includes/theme-setup.php:282 -msgid "Second Footer Widget Area" -msgstr "PrzestrzeĹ„ widgetu drugiej stopki" - -#: includes/theme-setup.php:284 -msgid "Second footer widget area" -msgstr "PrzestrzeĹ„ widgetu drugiej stopki" - -#: includes/theme-setup.php:293 -msgid "Third Footer Widget Area" -msgstr "PrzestrzeĹ„ widgetu trzeciej stopki" - -#: includes/theme-setup.php:295 -msgid "The third footer widget area" -msgstr "PrzestrzeĹ„ widgetu trzeciej stopki" - -#: includes/theme-setup.php:304 -msgid "Fourth Footer Widget Area" -msgstr "PrzestrzeĹ„ widgetu czwartej stopki" - -#: includes/theme-setup.php:306 -msgid "The fourth footer widget area" -msgstr "PrzestrzeĹ„ widgetu czwartej stopki" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-01-30 17:12+0200\n" +"PO-Revision-Date: 2013-04-24 21:33+0100\n" +"Last-Translator: PaweĹ‚ PrzytuĹ‚a \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Generator: Poedit 1.5.5\n" +"Language: polish\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "Nie znaleziono" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "" +"Przepraszamy, strona nie moĹĽe być znaleziona. Być moĹĽe wyszukiwanie pomoĹĽe." + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "Dzienne archiwa: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "MiesiÄ™czne archiwa: %s" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "Roczne archiwa: %s" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "Archiwa bloga" + +#: archive.php:57 author.php:74 category.php:50 +msgid "Nothing Found" +msgstr "Nic nie znaleziono" + +#: archive.php:61 author.php:78 category.php:54 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "Przepraszamy, ale nic nie znaleziono" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "Powróć do %s" + +#: attachment.php:29 +msgid "By" +msgstr "Przez" + +#: attachment.php:40 +msgid "Published" +msgstr "Opublikowany" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "PeĹ‚ny rozmiar ma %s pikseli" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "Link do peĹ‚nego rozmiaru obrazu" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:49 content-gallery.php:65 content-image.php:42 +#: content-link.php:49 content-page.php:22 content-quote.php:46 +#: content-status.php:48 content.php:77 +msgid "Edit" +msgstr "Edytuj" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "Czytaj wiÄ™cej" + +#: attachment.php:101 content-aside.php:39 content-chat.php:38 +#: content-gallery.php:55 content-image.php:33 content-link.php:38 +#: content-page.php:21 content-quote.php:36 content-status.php:39 +#: content.php:49 content.php:66 +msgid "Pages:" +msgstr "Strony:" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "Archiwa Autora %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "O Autorze%s" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "Kategorie ArchiwĂłw: %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" +"Ten post jest zabezpieczony hasĹ‚em. WprowadĹş hasĹ‚o aby wyĹ›wietlić komentarze." + +#: content-aside.php:20 +msgid "Aside" +msgstr "Z boku" + +#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 +#: content-image.php:32 content-link.php:37 content-quote.php:35 +#: content-status.php:38 +msgid "Continue reading " +msgstr "Czytaj dalej " + +#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 +#: content-image.php:39 content-link.php:45 content-quote.php:43 +#: content-status.php:46 content.php:75 +msgid "Tagged" +msgstr "Otagowany" + +#: content-chat.php:20 +msgid "Chat" +msgstr "Chat" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "Galeria" + +#: content-image.php:19 +msgid "Image" +msgstr "Obrazek" + +#: content-link.php:20 +msgid "Link" +msgstr "Link" + +#: content-page.php:27 +msgid "Comments are closed." +msgstr "Komentarze sÄ… wyĹ‚Ä…czone." + +#: content-quote.php:18 +msgid "Quote" +msgstr "Cytat" + +#: content-status.php:30 +msgid "Status" +msgstr "Status" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "Wyniki wyszukiwania dla: %s" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "Brak wynikĂłw wyszukiwania dla: %s" + +#: searchform.php:1 +msgid "Search" +msgstr "Szukaj" + +#: single.php:44 +msgid "View all posts by " +msgstr "PokaĹĽ wszystkie posty napisane przez" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "Taguj archiwa: %s" + +#: admin/admin-functions.php:62 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" +"Zanim wyĹ›lesz swĂłj importowany plik, potrzebujesz naprawić nastÄ™pujÄ…cy bĹ‚Ä…d:" + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "Opcje importu motywu Mantra" + +#: admin/admin-functions.php:72 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Cześć! To jest miejsce, gdzie importujesz ustawienia Mantry.ProszÄ™ " +"pamiÄ™taj, ĹĽe to jest wciÄ…ĹĽ eksperymentalna opcja." + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "Po prostu wybierz plik ze swojego komputera:" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "Maksymalny rozmiar: %s" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "I importuj!" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "Importuj opcje motywu Mantra" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "Wspaniale! Opcje zostaĹ‚y zaimportowane!" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "Powróć do strony opcji motywu Mantra i sprawdĹş je!" + +#: admin/admin-functions.php:155 admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "Ups, jest maĹ‚y problem." + +#: admin/admin-functions.php:156 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"WysĹ‚any plik nie zawiera prawidĹ‚owych opcji motywu Mantra. Upewnij siÄ™, ĹĽe " +"plik jest wysĹ‚any ze strony opcji motywu Mantra." + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "Wgrany plik nie moĹĽe zostać odczytany." + +#: admin/admin-functions.php:168 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"Wgrany plik nie jest wspierany. Upewnij siÄ™, ĹĽe plik byĹ‚ wysĹ‚any ze strony " +"Mantra i jest plikiem tekstowym." + +#: admin/admin-functions.php:177 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"Ups! Plik jest pusty lub nie istnieje. Ten bĹ‚Ä…d moĹĽe być takĹĽe spowodowany " +"przez wyĹ‚Ä…czenie uploadu w Twoim pliku php.ini albo post_max_size jest " +"okreĹ›lony na mniejszy niĹĽ upload_max_filesize w php.ini." + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "BĹÄ„D: Nie masz uprawnieĹ„ do wykonania tej operacji" + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "Ustawienia wyglÄ…du" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "Strona prezentacji" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "Ustawienia tekstu" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "Ustawienia koloru" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "Ustawienia grafiki" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "Ustawienia informacji o poĹ›cie" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "Ustawienia wycinkĂłw postĂłw" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "Ustawienia polecanych obrazĂłw" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "Ustawienia Social Media" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "Ustawienia pozostaĹ‚e" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "GĹ‚Ăłwny wyglÄ…d" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "Zawartość / szerokość paska bocznego" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "Wysokość obrazu NagĹ‚Ăłwka" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "WĹ‚Ä…cz stronÄ™ prezentacji" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "Ustawienia slajdĂłw" + +#: admin/main.php:110 +msgid "Slides" +msgstr "Slajdy" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "Kolumny strony prezentacji" + +#: admin/main.php:112 +msgid "Extras" +msgstr "Dodatki" + +#: admin/main.php:114 +msgid "General Font" +msgstr "GĹ‚Ăłwna czcionka" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "Rozmiar gĹ‚Ăłwnej czcionki" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "Czcionka tytuĹ‚u postu" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "Rozmiar czcionki tytuĹ‚u postu" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "Czcionka paska bocznego" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "Rozmiar czcionki paska bocznego" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "Czcionka pomniejszych nagĹ‚ĂłwkĂłw" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "WymuĹ› wyrĂłwnanie czcionki" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "WciÄ™cie akapitu" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "WciÄ™cie nagĹ‚Ăłwka" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "Wysokość linii" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "OdstÄ™py miÄ™dzy wyrazami" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "OdstÄ™py miÄ™dzy literami" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "CieĹ„ tekstu" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "Kolor tĹ‚a" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "Kolor NagĹ‚Ăłwka (Baner i Menu)" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "Kolor tĹ‚a zawartoĹ›ci" + +#: admin/main.php:132 +msgid "Menu Background Color" +msgstr "Kolor tĹ‚a Menu" + +#: admin/main.php:133 +msgid "First Sidebar Background Color" +msgstr "Kolor tĹ‚a pierwszego paska bocznego" + +#: admin/main.php:134 +msgid "Second Sidebar Background Color" +msgstr "Kolor tĹ‚a drugiego paska bocznego" + +#: admin/main.php:136 +msgid "Site Title Color" +msgstr "Kolor tytuĹ‚u strony" + +#: admin/main.php:137 +msgid "Site Description Color" +msgstr "Kolor opisu strony" + +#: admin/main.php:139 +msgid "Content Text Color" +msgstr "Kolor tekstu zawartoĹ›ci" + +#: admin/main.php:140 +msgid "Links Color" +msgstr "Kolor linkĂłw" + +#: admin/main.php:141 +msgid "Links Hover Color" +msgstr "Kolor zawieszonych linkĂłw" + +#: admin/main.php:142 +msgid "Post Title Color" +msgstr "Kolor tytuĹ‚u posta" + +#: admin/main.php:143 +msgid "Post Title Hover Color" +msgstr "Kolor zawieszonego tytuĹ‚u posta" + +#: admin/main.php:144 +msgid "Sidebar Header Background Color" +msgstr "Kolor tĹ‚a nagĹ‚Ăłwka paska bocznego" + +#: admin/main.php:145 +msgid "Sidebar Header Text Color" +msgstr "Kolor nagĹ‚Ăłwka paska bocznego" + +#: admin/main.php:146 +msgid "Footer Widget Background Color" +msgstr "Kolor tĹ‚a widgetu stopki" + +#: admin/main.php:147 +msgid "Footer Background Color" +msgstr "Kolor tĹ‚a stopki" + +#: admin/main.php:148 +msgid "Footer Widget Header Text Color" +msgstr "Kolor tekstu nagĹ‚Ăłwka widgetu stopki" + +#: admin/main.php:149 +msgid "Footer Widget Link Color" +msgstr "Kolor linku widgetu stopki" + +#: admin/main.php:150 +msgid "Footer Widget Hover Color" +msgstr "Kolor zawieszonego widgetu stopki" + +#: admin/main.php:152 +msgid "Caption Border" +msgstr "Granica podpisu" + +#: admin/main.php:153 +msgid "Post Images Border" +msgstr "Granica obrazkĂłw postĂłw" + +#: admin/main.php:154 +msgid "Caption Pin" +msgstr "PrzypiÄ™cie podpisu" + +#: admin/main.php:155 +msgid "Sidebar Menu Bullets" +msgstr "Punktory menu paska bocznego" + +#: admin/main.php:156 +msgid "Meta Area Background" +msgstr "TĹ‚o przestrzeni meta" + +#: admin/main.php:157 +msgid "Post Separator" +msgstr "Separator postu" + +#: admin/main.php:158 +msgid "Content List Bullets" +msgstr "Punktory listy zawartoĹ›ci" + +#: admin/main.php:159 +msgid "Title and Description" +msgstr "TytuĹ‚ i opis" + +#: admin/main.php:160 +msgid "Page Titles" +msgstr "TytuĹ‚y stron" + +#: admin/main.php:161 +msgid "Category Page Titles" +msgstr "TytuĹ‚y stron kategorii" + +#: admin/main.php:162 +msgid "Hide Tables" +msgstr "Ukryj tabele" + +#: admin/main.php:163 +msgid "Back to Top button" +msgstr "Przycisk powrotu do gĂłry" + +#: admin/main.php:164 +msgid "Text Under Comments" +msgstr "Tekst pod komentarzami" + +#: admin/main.php:165 +msgid "Comments are closed text" +msgstr "Tekst komentarze sÄ… zamkniÄ™te" + +#: admin/main.php:166 +msgid "Comments off" +msgstr "Komentarze wyĹ‚Ä…czone" + +#: admin/main.php:167 +msgid "Custom Footer Text" +msgstr "Tekst stopki niestandardowej" + +#: admin/main.php:169 +msgid "Post Comments Link" +msgstr "Link komentarzy postu" + +#: admin/main.php:170 +msgid "Post Date" +msgstr "Data postu" + +#: admin/main.php:171 +msgid "Post Time" +msgstr "Czas postu" + +#: admin/main.php:172 +msgid "Post Author" +msgstr "Autor postu" + +#: admin/main.php:173 +msgid "Post Category" +msgstr "Kategoria postu" + +#: admin/main.php:174 +msgid "Post Tags" +msgstr "Tagi postu" + +#: admin/main.php:175 +msgid "Post Permalink" +msgstr "Permalink postu" + +#: admin/main.php:176 +msgid "All Post Metas" +msgstr "Meta wszystkich postĂłw" + +#: admin/main.php:178 +msgid "Post Excerpts on Home Page" +msgstr "Wycinki na stronie gĹ‚Ăłwnej" + +#: admin/main.php:179 +msgid "Affect Sticky Posts" +msgstr "Zastosuj do przyklejonych postĂłw" + +#: admin/main.php:180 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "Wycinki postĂłw w archiwach i stronach kategorii" + +#: admin/main.php:181 +msgid "Number of Words for Post Excerpts " +msgstr "Liczba sĹ‚Ăłw w wycinkach postĂłw" + +#: admin/main.php:182 +msgid "Magazine Layout" +msgstr "WyglÄ…d gazety" + +#: admin/main.php:183 +msgid "Excerpt suffix" +msgstr "Przyrostek wycinka" + +#: admin/main.php:184 +msgid "Continue reading link text " +msgstr "Tekst linku czytaj dalej" + +#: admin/main.php:185 +msgid "HTML tags in Excerpts" +msgstr "Tagi HTML w wycinkach" + +#: admin/main.php:187 +msgid "Featured Images as POST Thumbnails " +msgstr "Polecane Obrazki jako miniatury POSTU" + +#: admin/main.php:188 +msgid "Auto Select Images From Posts " +msgstr "Automatycznie wybierz Obrazki z postĂłw" + +#: admin/main.php:189 +msgid "Thumbnails Alignment " +msgstr "WyrĂłwnanie miniatur" + +#: admin/main.php:190 +msgid "Thumbnails Size " +msgstr "Rozmiar miniatur" + +#: admin/main.php:191 +msgid "Featured Images as HEADER Images " +msgstr "Polecane obrazki jako obrazki NAGĹĂ“WKA" + +#: admin/main.php:193 +msgid "Link nr. 1" +msgstr "Link nr. 1" + +#: admin/main.php:194 +msgid "Link nr. 2" +msgstr "Link nr. 2" + +#: admin/main.php:195 +msgid "Link nr. 3" +msgstr "Link nr. 3" + +#: admin/main.php:196 +msgid "Link nr. 4" +msgstr "Link nr. 4" + +#: admin/main.php:197 +msgid "Link nr. 5" +msgstr "Link nr. 5" + +#: admin/main.php:198 +msgid "Socials display" +msgstr "WyĹ›wietl spoĹ‚ecznoĹ›ciowe" + +#: admin/main.php:200 +msgid "Make Site Header a Link" +msgstr "ZrĂłb nagĹ‚Ăłwek strony linkiem" + +#: admin/main.php:201 +msgid "Breadcrumbs" +msgstr "Okruchy chleba" + +#: admin/main.php:202 +msgid "Pagination" +msgstr "PodziaĹ‚ strony" + +#: admin/main.php:203 +msgid "Mobile view" +msgstr "WyglÄ…d dla urzÄ…dzeĹ„ mobilnych" + +#: admin/main.php:204 +msgid "FavIcon" +msgstr "FavIcon" + +#: admin/main.php:205 +msgid "Custom CSS" +msgstr "Niestandardowy CSS" + +#: admin/main.php:206 +msgid "Custom JavaScript" +msgstr "Niestandardowy JavaScript" + +#: admin/main.php:207 +msgid "SEO Settings" +msgstr "Ustawienia SEO" + +#: admin/main.php:224 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "" +"Przepraszamy, ale nie masz wystarczajÄ…cych uprawnieĹ„ dostÄ™pu do strony." + +#: admin/main.php:234 +msgid "Mantra settings updated successfully." +msgstr "Aktualizacja ustawieĹ„ Mantry zakoĹ„czona sukcesem." + +#: admin/main.php:245 +msgid "Reset to Defaults" +msgstr "Resetuj do ustawieĹ„ domyĹ›lnych" + +#: admin/main.php:246 +msgid "Save Changes" +msgstr "Zapisz zmiany" + +#: admin/main.php:260 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

      " +msgstr "" +"

      Tutaj w Cryout Creations (producenci Twojego motywu Mantra), spędzamy noc " +"za nocą nad ulepszaniem motywu Mantra. Naprawiamy błędy (które wcześniej " +"stworzyliśmy); dodajemy coraz więcej opcji modyfikacji zarazem próbując " +"utrzymać je w prostej formie; póżniej... możemy grać w grę albo dwie ale " +"zapewniamy że wrócimy do czytania i (w większości przypadków) odpowiadaniana " +"Wasze późnonocne emaile i komentarze, robimy notatki, rysujemy plany rzeczy " +"do zaimplementowania w przyszłych wersjach.

      \n" +"\t\t\t

      Możecie się pytać: Jak oni to robią? Jak oni mogą zachować " +"świeżość po tych wszystkich zmaganiach z tym przeklętym motywem? No " +"ludzie, to proste. Pijemy kawę. Przemysłowe ilości gorącej wrzącej kawy. " +"Kochamy to! Więc jeśli chcecie pomóc w dalszym rozwoju motywu Mantra...

      " + +#: admin/main.php:275 +msgid "Import/Export Settings" +msgstr "Importuj/eksportuj ustawienia" + +#: admin/main.php:281 +msgid "Export Theme options" +msgstr "Eksportuj ustawienia motywu" + +#: admin/main.php:282 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"To jest proste: kliknięcie myszą - zdolność do eksportu Twoich ustawień " +"Mantry i zapisania ich na Twoim komputerze. Czujesz się bezpieczniej? To " +"dobrze!" + +#: admin/main.php:287 +msgid "Import Theme options" +msgstr "Importuj opcje motywu" + +#: admin/main.php:288 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"Bez importu, eksport byłby robotą głupiego. Upewnij się, że masz " +"przygotowany eksportowany plik i do zobaczenia po kliknięciu myszy." + +#: admin/main.php:295 +msgid "Mantra Latest News" +msgstr "Najnowsze wiadomości Mantry" + +#: admin/main.php:306 +msgid "No news items." +msgstr "Brak nowych ogłoszeń." + +#: admin/main.php:320 +msgid "Mantra Help" +msgstr "Pomoc Mantry" + +#: admin/main.php:323 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • -Potrzebujesz pomocy z MantrÄ… albo WordPress?
      • \n" +"\t\t\t\t
      • - Chcesz wiedzieć jakie zmiany sÄ… wproadzone do motywu w kaĹĽdej " +"nowej wersji?
      • \n" +"\t\t\t\t
      • - ZnalazĹ‚eĹ›/aĹ› bĹ‚Ä…d albo coĹ› nie dziaĹ‚a dokĹ‚adnie jak powinno?\n" +"\t\t\t\t
      • - Masz pomysĹ‚ jak ulepszyć motyw Mantra aby bardziej odpowiadaĹ‚ " +"Twoim potrzebom?
      • \n" +"\t\t\t\t
      • - Chcesz aby byĹ‚o coĹ› dodane?
      • \n" +"\t\t\t\t
      • -Masz albo chcesz przetĹ‚umaczyć motyw Mantra?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      W takim razie odwiedĹş nas na naszej stronie wsparcia.

      \n" +"\t" + +#: admin/main.php:334 +msgid "Mantra Support Page" +msgstr "Strona Wsparcia Mantra" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "Jedna kolumna (bez pasków bocznych)" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "Dwie kolumny, pasek boczny po prawej" + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "Dwie kolumny, pasek boczny po lewej" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "Trzy kolumny, paski boczne po prawej" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "Trzy kolumny, paski boczne po lewej" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "Trzy kolumny, jeden pasek boczny na każdej stronie" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "Wybierz swój wygląd" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "Całkowity" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "Względny" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "Wymiary do użycia:" + +#: admin/settings.php:189 admin/settings.php:209 +msgid "Content =" +msgstr "Zawartość =" + +#: admin/settings.php:190 admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "Pasek/ki boczny/ne =" + +#: admin/settings.php:191 admin/settings.php:211 +msgid "Total width =" +msgstr "Całkowita szerokość =" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Wybierz szerokość twoich zawartości> i pasków bocznych. \n" +" \t\t Kiedy zawartość nie może być mniejsza niż 500px w szerokości, " +"przestrzeń paska bocznego ma przynajmniej 220px i nie więcej niż 800px.
      \n" +"\t Jeśli ustawisz przestrzeń dla 3 kolumn (z 2 paskami bocznymi) każdy z " +"nich będzie miał połowę wybranej szerokośści." + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Wybierz szerokość Twoich zawartości i pasków bocznych(paska) \n" +" \t\t To są względne wymiary - relatywne wobec przeglądarki użytkownika. " +"Całkowita szerokość jest procentem szerokości przeglądarki.
      \n" +"\t Kiedy zawartość nie może być mniejsza niż 40% szerokości, przestrzeń " +"pasków bocznych ma przynajmniej 20% i nie więcej niż 50%.
      \n" +"\t Jeśli potrzebujesz przestrzeni trzech kolumn (z 2 paskami bocznymi) każdy " +"z nich będzie miał połowę szerokości." + +#: admin/settings.php:244 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"Wysokość wybranego nagłówka. Po zapisaniu ustawień Wgraj tutaj nowy obrazek " +"nagłówka. Wysokość nagłówka będzie =" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 +#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 +#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 +#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 +msgid "Enable" +msgstr "Włączona" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1367 admin/settings.php:1429 admin/settings.php:1637 +#: admin/settings.php:1666 admin/settings.php:1689 admin/settings.php:1712 +#: admin/settings.php:1761 admin/settings.php:1890 admin/settings.php:1905 +#: admin/settings.php:1920 admin/settings.php:1935 admin/settings.php:1977 +msgid "Disable" +msgstr "Wyłączona" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page. It " +"has a slider and columns for presentation\n" +"\t\ttext and images.
      If you have this enabled but don't see a " +"Presentation page then go to Settings » " +"Reading and make sure you have selected Front Page Displays as Your Latest Posts." +msgstr "" +"WĹ‚Ä…cz prezentacjÄ™ strony gĹ‚Ăłwnej. To bÄ™dzie TwojÄ… nowÄ… stronÄ… gĹ‚ĂłwnÄ…. " +"Posiada slajder i kolumny do prezentacji\n" +"\t\t tekst i obrazki.
      JeĹ›li masz wĹ‚Ä…czonÄ… tÄ™ opcjÄ™ ale nie widzisz " +"strony prezentacji, wtedy idĹş do Ustawienia " +"» Czytanie i upewnij siÄ™, ĹĽe masz wybrane WyĹ›wietlanie " +"strony gĹ‚Ăłwnej jako Najnowsze wpisy." + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "Wymiary slajdu:" + +#: admin/settings.php:276 +msgid "width" +msgstr "szerokość" + +#: admin/settings.php:277 +msgid "height" +msgstr "wysokość" + +#: admin/settings.php:278 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "" +"Wymiary Twojego slajdu. Upewnij siÄ™, ĹĽe Twoje obrazki sÄ… tego samego " +"rozmiaru." + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "Animacja:" + +#: admin/settings.php:282 +msgid "Random" +msgstr "Losowa" + +#: admin/settings.php:282 +msgid "Fold" +msgstr "SkĹ‚adanie" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "Opadanie" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "Slajd w prawo" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "Slajd w lewo" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "CiÄ™cie w dół" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "CiÄ™cie w dolne lewo" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "CiÄ™cie w gĂłrÄ™" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "CiÄ™cie w gĂłrne lewo" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "CiÄ™cie gĂłra-dół" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "CiÄ™cie gĂłra-dół-lewo" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "PudĹ‚o losowo" + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "PudĹ‚o deszcz" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "PudĹ‚o deszcz odwrĂłcony" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "PudĹ‚o deszcz rosnÄ…cy" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "PudĹ‚o deszcz odwrĂłcony rosnÄ…cy" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "PrzejĹ›cie, jakie bÄ™dzie miaĹ‚ slajder." + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "Ustawienia granic:" + +#: admin/settings.php:293 +msgid "Width" +msgstr "Szerokość" + +#: admin/settings.php:294 +msgid "Color" +msgstr "Kolor" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "Szerokość i kolor granicy slajdu." + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "Czas animacji:" + +#: admin/settings.php:299 admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "milisekundy (1000ms = 1 sekunda)" + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "Czas, w ktĂłrym animacja bÄ™dzie miaĹ‚a miejsce." + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "Czas pauzy:" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "Czas, w ktĂłrym animacja bÄ™dzie nieruchoma i widoczna" + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "Nawigacja slajdera:" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "Numery" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "Punktory" + +#: admin/settings.php:309 admin/settings.php:1273 +msgid "None" +msgstr "Nic" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "Rodzaj nawigacji Twojego slajdera. Pokazany pod slajderem." + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "StrzaĹ‚ki slajdera:" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "Zawsze widoczne" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "Widoczne po najechaniu kursorem" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "Ukryte" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "Prawa i lewa strzaĹ‚ka na Twoim slajderze" + +#: admin/settings.php:370 admin/settings.php:438 +msgid "Select Category" +msgstr "Wybierz kategoriÄ™" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "Niestandardowe slajdy" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "Ostatnie posty" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "Losowe posty" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "Przyklejone posty" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "Ostatnie posty z kategorii" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "Losowe posty z kategorii" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "Specyficzne posty" + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "Ostatnie posty bÄ™dÄ… wczytane do slajdera." + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "Losowe posty bÄ™dÄ… wczytane do slajdera." + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "Ostatnie posty z kategorii ktĂłrÄ… wybierzesz bÄ™dÄ… wczytane do slajdera." + +#: admin/settings.php:423 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "Losowe posty z kategorii ktĂłrÄ… wybierzesz bÄ™dÄ… wczytane do slajdera." + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "Tylko przyklejone posty bÄ™dÄ… wczytane do slajdera." + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "Lista ID postĂłw ktĂłre chcesz wyĹ›wietlić (oddzielone przecinkami):" + +#: admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "
      Wybierz kategorię:" + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "Liczba postów do wyświetlenia:" + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "Slajd 1" + +#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 +#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 +#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "Wyślij obrazek lub wybierz z galerii" + +#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 +#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 +#: admin/settings.php:583 admin/settings.php:613 +msgid "Title" +msgstr "Tytuł" + +#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 +#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 +#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 +msgid "Text" +msgstr "Tekst" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "Slajd 2" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "Slajd 3" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "Slajd 4" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "Slajd 5" + +#: admin/settings.php:533 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"Zawartość Twoich slajdów. Wymagany jest tylko obrazek, pozostałe pola są " +"opcjonalne. Tylko slajdy z wybranym obrazkiem będą aktywne w slajderze." + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "Liczba kolumn:" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "Wysokość obrazka:" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "Tekst czytaj więcej:" + +#: admin/settings.php:559 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" +"Podłączony tekst który pojawia się na górze wszystkich kolumn. Możesz usunąć " +"cały tekst wewnątrz jeśli go nie chcesz." + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "Pierwsza kolumna" + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "Druga kolumna" + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "Trzecia kolumna" + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "Czwarta kolumna" + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "Dodatkowy tekst" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "Górny tytuł" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "Drugi tytuł" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "Kolor tytułu" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "Kolor tytułów (Domyślnyą wartością jest 333333)." + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "Górny tekst 1" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "Górny tekst 2" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Więcej tekstu na Twojej głównej stronie. Górny tytuł jest powyżej slajdera, " +"drugi tytuł pomiędzy slajderem i kolumnami oraz 2 rzędy tekstu pod " +"kolumnami..\n" +"\t\t To wszystko jest opcjonalne, więc pozostaw pola puste jeśli nie są " +"wymagane." + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "Ukryj przestrzenie" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "Ukryj przestrzeń nagłówka (obrazek albo kolor tła)" + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "Ukryj główne menu (zakładki górnej nawigacji)." + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "Ukryj widgety stopki." + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "Ukryj stopkę (strefa copyright)." + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "Ukryj biały kolor. Pozostanie tylko kolor tła." + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "Wybierz przestrzenie do ukrycia na pierwszej stronie." + +#: admin/settings.php:703 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"Wybierz rozmiar czcionki, która będzie używana na Twoim blogu. Dotyczy " +"stron, postów i komentarzy. Przyciski, nagłówki i menu boczne pozostaną bez " +"zmian." + +#: admin/settings.php:747 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"Wybierz rodzinę czcionek, której użyjesz na blogu. Dotyczy całego tekstu " +"zawartości (włącznie z przyciskami menu)." + +#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 +#: admin/settings.php:899 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" +"Albo wstaw swojÄ… czcionkÄ™ Google poniĹĽej. ProszÄ™ wstaw tylkonazwÄ™ czcionki.
      Np.: Makro One. Zajrzyj na google fonts po trochę inspiracji." + +#: admin/settings.php:795 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"Wybierz rodzinę czcionek, której chcesz użyć w swoich tytułach. Dotyczy " +"tytułów postów i stron. Zostaw 'Domyślne' i zostanie użyta czcionka ogólna." + +#: admin/settings.php:846 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"Wybierz rodzinę czcionek, której użyjesz w Twoich paskach bocznych. Dotyczy " +"tekstu w paskach bocznych, wliczając wszystkie widgety. ZZostaw 'Domyślne' i " +"zostanie użyta ogólna czcionka." + +#: admin/settings.php:897 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"Wybierz rodzinę czcionek, której użyjesz w opisach nagłówków (dotyczy tagów " +"h2 - h6) Zostaw 'Domyślne' i zostanie użyta czcionka ogólna." + +#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 +#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 +msgid "Default" +msgstr "Domyślne" + +#: admin/settings.php:917 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"Rozmiar czcionki nagłówka postu. Zostaw 'Domyślne' dla normalnych ustawień " +"(watość rozmiaru będzie taka jak ustawiona w CSS)." + +#: admin/settings.php:932 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"Rozmiar czcionki paska bocznego. Zostaw 'Domyślne' dla normalnych ustawień " +"(watość rozmiaru będzie taka jak ustawiona w CSS)." + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Left" +msgstr "W lewo" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Right" +msgstr "W prawo" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "Wyjustuj" + +#: admin/settings.php:939 admin/settings.php:1728 +msgid "Center" +msgstr "Do środka" + +#: admin/settings.php:947 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"To nadpisuje wyrównanie w postach i na stronach. Zostaw 'Domyślne' dla " +"normalnych ustawień (wyrównanie pozostanie takie jak ustawione w postach, " +"komentarzach itp.)" + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "Wybierz wcięcie dla Twoich akapitów" + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "Wyłącz domyślny nagłówek i wcięcie tytułu (lewy margines)." + +#: admin/settings.php:992 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"Wysokość linii tekstu. Wysokość pomiędzy 2 zędami tekstu. Zostaw 'Domyślne' " +"dla normalnych ustawień (watość rozmiaru będzie taka jak ustawiona w CSS)." + +#: admin/settings.php:1007 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"Przestrzeń pomiędzy wyrazami. Zostaw 'Domyślne' dla normalnych " +"ustawień (watość rozmiaru będzie taka jak ustawiona w CSS)." + +#: admin/settings.php:1022 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"Przestrzeń między literami. Zostaw 'Domyślne' dla normalnych ustawień " +"(watość rozmiaru będzie taka jak ustawiona w CSS)." + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "Wyłącz domyślny cień tekstu w nagłówkach i tytułach." + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "Kolor tła (Domyślną wartością jest 444444)." + +#: admin/settings.php:1059 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" +"Kolor tła nagłówka (Domyślną wartością jest 333333). Możesz usunąć wszystko " +"ze środka aby usunąć kolor tła." + +#: admin/settings.php:1066 +msgid "" +"Content background color (Default value is FFFFFF). Works best with really " +"light colors." +msgstr "" +"Kolor tła zawartości (DDomyślną wartością jest FFFFFF). Działa świetnie z " +"bardzo jasnymi kolorami." + +#: admin/settings.php:1073 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"Kolor tła menu głównego (Domyślną wartością jest FAFAFA). Powinien być taki " +"sam jak kolor zawartości tła lub tak samo jasny." + +#: admin/settings.php:1080 admin/settings.php:1087 +msgid "First sidebar background color (Default value is FFFFFF)." +msgstr "Kolor tła pierwszego paska bocznego (Domyślną wartością jest FFFFFF)." + +#: admin/settings.php:1095 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "" +"Kolor tła przestrzeni stopki widgetu. (Domyślną wartością jest 171717)." + +#: admin/settings.php:1103 +msgid "Footer background color (Default value is 222222)." +msgstr "Kolor tła stopki (Domyślną wartością jest 222222)." + +#: admin/settings.php:1111 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "Kolor tytułu Twojego bloga (Domyślną wartością jest 0D85CC)." + +#: admin/settings.php:1119 +msgid "Your blog's description color(Default value is 222222)." +msgstr "Kolor opisu Twojego bloga Domyślną wartością jest 222222)." + +#: admin/settings.php:1127 +msgid "Content Text Color (Default value is 333333)." +msgstr "Kolor tekstu zawartości (Domyślną wartością jest 333333)." + +#: admin/settings.php:1135 +msgid "Links color (Default value is 0D85CC)." +msgstr "Kolor linków (Domyślną wartością jest 0D85CC)." + +#: admin/settings.php:1143 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "Kolor linków po najechaniu myszą (Domyślną wartością jest 333333)." + +#: admin/settings.php:1151 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "Kolor tekstu nagłówka (Domyślną wartością jest 333333)." + +#: admin/settings.php:1159 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" +"Kolor tekstu nagłówka po najechaniu na niego (Domyślną wartością jest " +"000000)." + +#: admin/settings.php:1167 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "Kolor tła nagłówka paska bocznego (Domyślną wartością jest 444444)." + +#: admin/settings.php:1176 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "Kolor tekstu nagłówka paska bocznego (Domyślną wartością jest 2EA5FD)." + +#: admin/settings.php:1184 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "Kolor tekstu widgetu (Domyślną wartością jest 0D85CC)." + +#: admin/settings.php:1192 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "Kolor linku stopki widgetu (Domyślną wartością jest 666666)." + +#: admin/settings.php:1200 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" +"Kolor linku stopki po najechaniu na widget (Domyślną wartością jest 888888)." + +#: admin/settings.php:1212 admin/settings.php:1273 +msgid "White" +msgstr "Biały" + +#: admin/settings.php:1212 +msgid "Light" +msgstr "Jasny" + +#: admin/settings.php:1212 +msgid "Light Gray" +msgstr "Jasny szary" + +#: admin/settings.php:1212 admin/settings.php:1273 +msgid "Gray" +msgstr "Szary" + +#: admin/settings.php:1212 +msgid "Dark Gray" +msgstr "Ciemny szary" + +#: admin/settings.php:1212 +msgid "Black" +msgstr "Czarny" + +#: admin/settings.php:1220 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"To ustawienie zmienia wygląd Twoich podpisów. Obrazki które nie są wstawione " +"przez podpisy nie będą narażone." + +#: admin/settings.php:1236 +msgid "The border around your inserted images. " +msgstr "Granica dookoła Twoich wstawionych obrazków" + +#: admin/settings.php:1251 +msgid "The image on top of your captions. " +msgstr "Obrazek na górze Twoich podpisów." + +#: admin/settings.php:1266 +msgid "The sidebar list bullets. " +msgstr "Punktory paska bocznego." + +#: admin/settings.php:1281 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "" +"Tło dla Twoich postów-przestrzeń meta (pod tytułami postów). Domyślnie szara." +"<" + +#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 +#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 +#: admin/settings.php:1397 admin/settings.php:1413 admin/settings.php:1456 +#: admin/settings.php:1471 admin/settings.php:1486 admin/settings.php:1501 +#: admin/settings.php:1516 admin/settings.php:1531 admin/settings.php:1546 +#: admin/settings.php:1561 +msgid "Show" +msgstr "Pokaż" + +#: admin/settings.php:1289 admin/settings.php:1305 admin/settings.php:1322 +#: admin/settings.php:1337 admin/settings.php:1352 admin/settings.php:1382 +#: admin/settings.php:1413 admin/settings.php:1456 admin/settings.php:1471 +#: admin/settings.php:1486 admin/settings.php:1501 admin/settings.php:1516 +#: admin/settings.php:1531 admin/settings.php:1546 admin/settings.php:1561 +msgid "Hide" +msgstr "Ukryj" + +#: admin/settings.php:1297 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "Ukryj lub pokaż poziomą linię rozdzielającą pojedyńcze posty." + +#: admin/settings.php:1313 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"Ukryj lub pokaż punktory przy listach które są w strefie zawartości (posty, " +"strony itp.)." + +#: admin/settings.php:1330 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"Ukryj lub pokaż tytuł i opis w nagłówku (zalecane jeśli masz niestandardowy " +"obrazek nagłówka z tekstem)." + +#: admin/settings.php:1345 +msgid "Hide or show Page titles on any created pages. " +msgstr "Ukryj lub pokaż tytuły na stronach stworzony." + +#: admin/settings.php:1360 +msgid "Hide or show Page titles on Category Pages. " +msgstr "Ukryj lub pokaż tytuły na stronach Kategorie." + +#: admin/settings.php:1375 +msgid "Hide table borders and background color." +msgstr "Ukryj obramowania tabel i kolor tła." + +#: admin/settings.php:1390 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"Ukryj wyjaśnienie pod formularzem komentarzy. (zaczyna się od Możesz " +"użyć tagów HTML i atrybutów:..." + +#: admin/settings.php:1397 +msgid "Hide in posts" +msgstr "Ukryj w postach" + +#: admin/settings.php:1397 +msgid "Hide in pages" +msgstr "Ukryj na stronach" + +#: admin/settings.php:1397 +msgid "Hide everywhere" +msgstr "Ukryj wszędzie" + +#: admin/settings.php:1405 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"Ukryj tekstKomentarze są wyłączone który domyślnie się pokazuje na " +"stronach, gdzie komentarze są wyłączone." + +#: admin/settings.php:1421 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"Ukryj tekst Komentarze wyłączone przy postach, które mają wyłączoną " +"opcję komentowania." + +#: admin/settings.php:1437 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"Włącz przycisk Powrót do góry. Przycisk pojawi się po przewinięciu strony w " +"dół." + +#: admin/settings.php:1444 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"Wstaw wĹ‚asny tekst lub kod HTML, ktĂłry pojawi siÄ™ jako ostatni w stopce. " +"
      MoĹĽesz uĹĽyć HTML do wstawienia linkĂłw, obrazkĂłw i specjalnych znakĂłw " +"jak ©." + +#: admin/settings.php:1464 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"Ukryj lub pokaĹĽ Komentuj \" albo x Komentarze obok postĂłw lub wycinkĂłw." + +#: admin/settings.php:1479 +msgid "Hide or show the post date." +msgstr "Ukryj datÄ™ postu." + +#: admin/settings.php:1494 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"PokaĹĽ datÄ™ i godzinÄ™ postu. Czas nie bÄ™dzi widoczny, jeĹ›li data bÄ™dzie " +"ukryta." + +#: admin/settings.php:1509 +msgid "Hide or show the post author." +msgstr "Ukryj albo pokaĹĽ autora postu." + +#: admin/settings.php:1524 +msgid "Hide the post category." +msgstr "Ukryj kategoriÄ™ postu." + +#: admin/settings.php:1539 +msgid "Hide the post tags." +msgstr "Ukryj tagi postu." + +#: admin/settings.php:1554 +msgid "Hide the 'Bookmark permalink'." +msgstr "Ukryj 'Dodaj link do zakĹ‚adek'." + +#: admin/settings.php:1569 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" +"Ukryj wszystkie meta postĂłw. Wszystkie informacje i obszary meta bÄ™dÄ… ukryte." + +#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 +msgid "Excerpt" +msgstr "Wycinek" + +#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1613 +msgid "Full Post" +msgstr "CaĹ‚y post" + +#: admin/settings.php:1590 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"Tworzy wycinek na gĹ‚Ăłwnej stronie. Tylko standardowe posty bÄ™dÄ… naruszone. " +"Wszystkie inne formaty (boczne, obrazek, chat, cytat itd.) bÄ™dÄ… miaĹ‚y swoje " +"odrÄ™bne formatowanie." + +#: admin/settings.php:1605 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"Wybierz, czy chcesz aby przyklejone posty byĹ‚y wyĹ›wietlane na Twojej stronie " +"gĹ‚Ăłwnej jako caĹ‚ość, czy wycinki." + +#: admin/settings.php:1621 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"Tworzy wycinki archiwum, kategorii i stron wyszukiwania. To samo co powyĹĽej, " +"tylko standardowe posty zostanÄ… naruszone." + +#: admin/settings.php:1629 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"Liczba sĹ‚Ăłw, ile bÄ™dzie miaĹ‚ wycinek. Kiedy ta liczba zostanie osiÄ…gniÄ™ta, " +"post bÄ™dzie przerwany przez link Czytaj dalej poĹ‚Ä…cz to\n" +"\t\t\t\t\t\t\t ktĂłry odeĹ›le czytelnika do strony z caĹ‚ym postem." + +#: admin/settings.php:1645 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"WĹ‚Ä…cz wyglÄ…d gazety. Ten wyglÄ…d stosuje siÄ™ do stron z postami i pokazuje 2 " +"posty pod rzÄ…d." + +#: admin/settings.php:1652 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "" +"Zamienia wielokropek ('[...])' ktĂłry pojawia siÄ™ automatycznie przy wycinku." + +#: admin/settings.php:1659 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "Edytuj link 'Czytaj dalej' dodany do Twojego wycinku" + +#: admin/settings.php:1674 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "DomyĹ›lnie wycinki WordPress usuwajÄ… caĹ‚e tagi HTML (" + +#: admin/settings.php:1705 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"PokaĹĽ polecane obrazki jako miniatury w postach. Obrazki muszÄ… być wybrane " +"dla kaĹĽdego postu jako polecane." + +#: admin/settings.php:1720 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"PokaĹĽ pierwszy obraz, ktĂłry zostaĹ‚ wprowadzony w poĹ›cie jako miniaturÄ™. " +"JeĹ›li wĹ‚Ä…czysz tÄ™ opcjÄ™, pierwszy obrazek w Twoim poĹ›cie bÄ™dzie uĹĽyty nawet " +"jeĹ›li wybierzesz polecany obrazek w poĹ›cie." + +#: admin/settings.php:1736 +msgid "Thumbnail alignment." +msgstr "Dostosowanie miniatury." + +#: admin/settings.php:1753 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"Rozmiar, jaki ma mieć miniatura (w pikselach). DomyĹ›lnie obrazki bÄ™dÄ… " +"przeskalowane proporcjonalnie. Wybierz przyciÄ™cie obrazka jeĹ›li chcesz " +"dokĹ‚adny rozmiar." + +#: admin/settings.php:1769 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"PokaĹĽ wybrane obrazy w nagĹ‚Ăłwkach. Obrazek zostanie zastÄ…piony polecanym, " +"jeĹ›li wybrano go jako polecany obrazek w poĹ›cie and\n" +"\t\t\t\t\t\t\t jeĹ›li jest wiÄ™kszy lub co najmniej rĂłwny rozmiarowi bieĹĽÄ…cego " +"nagĹ‚Ăłwka." + +#: admin/settings.php:1790 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"Wybierz TwojÄ… sieć spoĹ‚ecznoĹ›ciowÄ… z lewego menu rozwijanego i wstaw " +"odpowiedni adres w odpowiednim polu.(na przykĹ‚ad: http://www.facebook.com/" +"yourname )" + +#: admin/settings.php:1804 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "MoĹĽesz wprowadzić do 5 różnych stron spoĹ‚ecznoĹ›ciowych i adresĂłw." + +#: admin/settings.php:1818 +msgid "There are a total of 27 social networks to choose from. " +msgstr "ĹÄ…cznie jest 27 sieci spoĹ‚ecznoĹ›ciowych do wyboru." + +#: admin/settings.php:1832 +msgid "You can leave any number of inputs empty. " +msgstr "MoĹĽesz zostawić ile chcesz pustych miejsc na dane wejĹ›ciowe." + +#: admin/settings.php:1846 +msgid "You can choose the same social media any number of times. " +msgstr "MoĹĽesz wybrać te same portale spoĹ‚ecznoĹ›ciowe niezliczonÄ… ilość razy" + +#: admin/settings.php:1877 +msgid "Choose the areas where to display the social icons." +msgstr "Wybierz Przestrzenie w ktĂłrych umieĹ›cić ikony spoĹ‚ecznoĹ›ci." + +#: admin/settings.php:1898 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "Spraw aby tytuĹ‚ strony byĹ‚ klikalnym linkiem do strony gĹ‚Ăłwnej." + +#: admin/settings.php:1913 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"PokaĹĽ Okruszki chleba na gĂłrze zawartoĹ›ci. Okruszki chleba sÄ… formÄ… " +"nawigacji ktĂłra przedstawia TwojÄ… lokalizacjÄ™ na stronie w postaci Ĺ›cieĹĽki." + +#: admin/settings.php:1928 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"PokaĹĽ numerowanie stron. Gdzie jest wiÄ™cej niĹĽ jedna strona, zamiast linkĂłw " +"Starsze posty i Nowsze posty pojawiÄ… siÄ™ linki z numerami " +"stron." + +#: admin/settings.php:1943 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"WĹ‚Ä…cz opcjÄ™ widoku dla urzÄ…dzeĹ„ przenoĹ›nych. WyglÄ…d Twojego bloga ulegnie " +"zmianie w zaleĹĽnoĹ›ci od uĹĽytego urzÄ…dzenia na ktĂłrym bÄ™dzie wyĹ›wietlany. " + +#: admin/settings.php:1953 +msgid "Upload or select favicon from gallery" +msgstr "WyĹ›lij albo wybierz favicon z galerii" + +#: admin/settings.php:1957 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"Ograniczenia: To musi być obrazek. Powinien mieć wymiary max 64x64 pikseli. " +"Zalecane rozszerzenia plikĂłw to .ico i .png ." + +#: admin/settings.php:1965 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"Tutaj wprowadź własny CSS. Każde deklaracje CSS dodane tutaj zastąpią te z " +"Mantry. (nawet niestandardowe opcje określone tutaj na stronie ustawień " +"Mantry).
      TwĂłj niestandardowy CSS bÄ™dzie zachowany w przypadku " +"aktualizacji motywu." + +#: admin/settings.php:1972 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "" +"Tutaj wprowadĹş swĂłj kod Javascript. (Google Analytics i jakiekolwiek inne " +"formy oprogramowania tego typu)." + +#: admin/settings.php:1985 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"WĹ‚Ä…cz optymalizacjÄ™ silnika wyszukiwania Mantry. Funkcja jest uruchomiona " +"domyĹ›lnie i powinna być wyĹ‚Ä…czona tylko jeĹ›li uĹĽywasz pluginu SEO." + +#: admin/settings.php:1997 +msgid "Auto" +msgstr "Auto" + +#: admin/settings.php:1997 +msgid "Manual" +msgstr "RÄ™czne" + +#: includes/theme-comments.php:28 +msgid "says:" +msgstr "mĂłwi:" + +#: includes/theme-comments.php:34 +msgid "Your comment is awaiting moderation." +msgstr "TwĂłj komentarz oczekuje na moderacjÄ™." + +#: includes/theme-comments.php:41 +msgid "at" +msgstr "na" + +#: includes/theme-comments.php:41 includes/theme-comments.php:58 +msgid "(Edit)" +msgstr "(Edytuj)" + +#: includes/theme-comments.php:58 +msgid "Pingback: " +msgstr "Pingback:" + +#: includes/theme-comments.php:85 +msgid "Leave a comment" +msgstr "Skomentuj" + +#: includes/theme-comments.php:85 +msgid "1 Comment" +msgstr "1 Komentarz" + +#: includes/theme-comments.php:85 +msgid "% Comments" +msgstr "% Komentarze" + +#: includes/theme-comments.php:107 +msgid "Older Comments" +msgstr "Starsze komentarze" + +#: includes/theme-comments.php:108 +msgid "Newer Comments" +msgstr "Nowsze komentarze" + +#: includes/theme-functions.php:233 +msgid "Home Page" +msgstr "Strona Startowa" + +#: includes/theme-functions.php:297 +msgid "Powered by" +msgstr "Powered by" + +#: includes/theme-loop.php:145 +msgid "By " +msgstr "Przez" + +#: includes/theme-loop.php:185 +msgid " Bookmark the " +msgstr "Dodaj do zakĹ‚adek" + +#: includes/theme-loop.php:185 includes/theme-loop.php:187 +#: includes/theme-loop.php:189 +msgid "Permalink to" +msgstr "Permalink z" + +#: includes/theme-loop.php:185 includes/theme-loop.php:187 +#: includes/theme-loop.php:189 +msgid "permalink" +msgstr "permalink" + +#: includes/theme-loop.php:187 includes/theme-loop.php:189 +msgid "Bookmark the " +msgstr "Dodaj do zakĹ‚adek" + +#: includes/theme-loop.php:211 +msgid "« Older posts" +msgstr "« Starsze posty" + +#: includes/theme-loop.php:212 +msgid "Newer posts »" +msgstr "Nowsze posty »" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "Strona %s" + +#: includes/theme-setup.php:90 +msgid "Primary Navigation" +msgstr "Podstawowa nawigacja" + +#: includes/theme-setup.php:91 +msgid "Top Navigation" +msgstr "GĂłrna nawigacja" + +#: includes/theme-setup.php:92 +msgid "Footer Navigation" +msgstr "Nawigacja stopki" + +#: includes/theme-setup.php:139 +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:200 +msgid "Skip to content" +msgstr "PrzewiĹ„ do zawartoĹ›ci" + +#: includes/theme-setup.php:227 +msgid "Primary Widget Area - Sidebar 1" +msgstr "PrzestrzeĹ„ pierwszego widgetu - Pasek boczny 1" + +#: includes/theme-setup.php:229 +msgid "Primary widget area - Sidebar 1" +msgstr "PrzestrzeĹ„ pierwszego widgetu - Pasek boczny 1" + +#: includes/theme-setup.php:238 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "PrzestrzeĹ„ drugiego widgetu - Pasek boczny 1" + +#: includes/theme-setup.php:240 +msgid "Secondary widget area - Sidebar 1" +msgstr "PrzestrzeĹ„ drugiego widgetu - Pasek boczny 1" + +#: includes/theme-setup.php:249 +msgid "Third Widget Area - Sidebar 2" +msgstr "PrzestrzeĹ„ trzeciego widgetu - Pasek boczny 2" + +#: includes/theme-setup.php:251 +msgid "Third widget area - Sidebar 2" +msgstr "PrzestrzeĹ„ trzeciego widgetu - Pasek boczny 2" + +#: includes/theme-setup.php:260 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "PrzestrzeĹ„ czwartego widgetu - Pasek boczny 2" + +#: includes/theme-setup.php:262 +msgid "Fourth widget area - Sidebar 2" +msgstr "PrzestrzeĹ„ czwartego widgetu - Pasek boczny 2" + +#: includes/theme-setup.php:271 +msgid "First Footer Widget Area" +msgstr "PrzestrzeĹ„ widgetu pierwszej stopki" + +#: includes/theme-setup.php:273 +msgid "First footer widget area" +msgstr "PrzestrzeĹ„ widgetu pierwszej stopki" + +#: includes/theme-setup.php:282 +msgid "Second Footer Widget Area" +msgstr "PrzestrzeĹ„ widgetu drugiej stopki" + +#: includes/theme-setup.php:284 +msgid "Second footer widget area" +msgstr "PrzestrzeĹ„ widgetu drugiej stopki" + +#: includes/theme-setup.php:293 +msgid "Third Footer Widget Area" +msgstr "PrzestrzeĹ„ widgetu trzeciej stopki" + +#: includes/theme-setup.php:295 +msgid "The third footer widget area" +msgstr "PrzestrzeĹ„ widgetu trzeciej stopki" + +#: includes/theme-setup.php:304 +msgid "Fourth Footer Widget Area" +msgstr "PrzestrzeĹ„ widgetu czwartej stopki" + +#: includes/theme-setup.php:306 +msgid "The fourth footer widget area" +msgstr "PrzestrzeĹ„ widgetu czwartej stopki" diff --git a/themes/mantra/languages/pt_BR.po b/themes/mantra/languages/pt_BR.po index bf12b611..e1e4fca3 100644 --- a/themes/mantra/languages/pt_BR.po +++ b/themes/mantra/languages/pt_BR.po @@ -1,2135 +1,2135 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-08 18:32+0200\n" -"PO-Revision-Date: 2013-02-10 21:15-0300\n" -"Last-Translator: Ivar P. Junior \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.4\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "NĂŁo encontrado" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"Desculpe, mas a página que vocĂŞ requisitou nĂŁo pĂ´de ser encontrada. Talvez a " -"função \"procurar\" ajude. " - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "Arquivos Diários: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Arquivos Mensais: %s" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Arquivos Anuais: %s" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "Arquivos do Blog" - -#: archive.php:57 author.php:74 category.php:50 -msgid "Nothing Found" -msgstr "Nada foi encontrado" - -#: archive.php:61 author.php:78 category.php:54 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"Desculpe, mas nenhum resultado foi encontrado para o arquivo selecionado. " -"Talvez a função \"procurar\" ajude a encontrar um post relacionado. " - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Voltar para %s" - -#: attachment.php:29 -msgid "By" -msgstr "Por" - -#: attachment.php:40 -msgid "Published" -msgstr "Publicado" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "O tamanho Integral Ă© de %s pixels" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Link para a imagem em tamanho integral" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:48 content-gallery.php:64 content-image.php:41 -#: content-link.php:48 content-page.php:22 content-quote.php:46 -#: content-status.php:49 content.php:80 -msgid "Edit" -msgstr "Editar" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Continue a leitura" - -#: attachment.php:101 content-aside.php:39 content-chat.php:37 -#: content-gallery.php:54 content-image.php:32 content-link.php:37 -#: content-page.php:21 content-quote.php:36 content-status.php:40 -#: content.php:52 content.php:69 -msgid "Pages:" -msgstr "Páginas:" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "Arquivos do Autor: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "Sobre %s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "Arquivos da Categoria: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"Este post Ă© protegido por uma senha. Digite a senha para visualizar os " -"comentários." - -#: comments.php:41 comments.php:60 -msgid "Older Comments" -msgstr "Comentários mais antigos" - -#: comments.php:42 comments.php:61 -msgid "Newer Comments" -msgstr "Comentários mais recentes" - -#: comments.php:72 content-page.php:27 -msgid "Comments are closed." -msgstr "Os comentários estĂŁo encerrados. " - -#: content-aside.php:21 -msgid "Aside" -msgstr "AlĂ©m disso" - -#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 -#: content-image.php:31 content-link.php:36 content-quote.php:35 -#: content-status.php:39 -msgid "Continue reading " -msgstr "Continue a leitura " - -#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 -#: content-image.php:38 content-link.php:44 content-quote.php:43 -#: content-status.php:47 content.php:78 -msgid "Tagged" -msgstr "Marcado" - -#: content-chat.php:20 -msgid "Chat" -msgstr "Bate-papo" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "Galeria" - -#: content-image.php:19 -msgid "Image" -msgstr "Imagem" - -#: content-link.php:20 -msgid "Link" -msgstr "Link" - -#: content-quote.php:19 -msgid "Quote" -msgstr "Citação" - -#: content-status.php:31 -msgid "Status" -msgstr "Status" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "Resultados da busca por: %s" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "Nenhum resultado encontrado para: %s" - -#: sidebar.php:35 sidebar.php:92 -msgid "Archives" -msgstr "Arquivos" - -#: sidebar.php:42 sidebar.php:99 -msgid "Meta" -msgstr "Meta" - -#: single.php:44 -msgid "View all posts by " -msgstr "Ver todos os posts escritos por" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "Marcar Arquivos: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "" -"Antes de enviar o arquivo para importação, vocĂŞ precisa verificar o seguinte " -"erro: " - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Opções de importação do Mantra Theme" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Olá! Este Ă© o lugar onde vocĂŞ importa as configurações do Mantra. Por " -"favor, lembre-se de que esta função ainda está em fase experimental. " - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Basta selecionar um arquivo do seu computador:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "Tamanho máximo: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "E importe!" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Opções de importação do Mantra Theme" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "Excelente! As opções foram importadas com sucesso!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Volte Ă  página de opções do Mantra e confira!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Opa! Houve um pequeno problema. " - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"O arquivo enviado nĂŁo contĂŞm opções válidas para o Mantra. Certifique-se que " -"o arquivo seja exportado a partir da página de Opções do Mantra. " - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "NĂŁo foi possĂ­vel ler o arquivo enviado. " - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"O arquivo enviado nĂŁo Ă© suportado. Certifique-se que o arquivo foi exportado " -"a partir da página do Mantra e que seja um arquivo de texto. " - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Opa! O arquivo está vazio, ou nĂŁo havia nenhum arquivo. Este erro tambĂ©m " -"pode ser causado porque os uploads estĂŁo desabilitados no seu arquivo php." -"ini ou porque a variável post_max_size está definida com um tamanho menor do " -"que upload_max_filesize no php.ini." - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "ERRO : VocĂŞ nĂŁo tem autorização para executar essa operação." - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "Configurações do Layout" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "Página de Apresentação" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "Configurações de Texto" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "Configurações de Cor" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "Configurações dos Gráficos" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "Configurações de Informações do Post" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "Configurações do Resumo do Post" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "Configurações da Imagem de Apresentação" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "Configurações de MĂ­dia Social" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "Outras Configurações" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "Layout Principal" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "Largura do ConteĂşdo / Barra Lateral" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "Altura da Imagem do Cabeçalho" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "Habilitar Página de Apresentação" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "Configurações do Slider" - -#: admin/main.php:110 -msgid "Slides" -msgstr "Slides" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "Colunas da Página de Apresentação" - -#: admin/main.php:112 -msgid "Extras" -msgstr "Extras" - -#: admin/main.php:114 -msgid "General Font" -msgstr "Fonte Geral" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "Tamanho da Fonte Geral" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "Fonte do TĂ­tulo do Post" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "Tamanho da Fonte do TĂ­tulo do Post" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "Fonte da Barra Lateral" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "Tamanho da Fonte da Barra Lateral" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "Fonte dos SubtĂ­tulos" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "Forçar o Alinhamento do Texto" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "Recuo do parágrafo" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "Recuo do cabeçalho" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "Altura da Linha" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "Espaçamento das palavras" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "Espaçamento das letras" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "Sombreamento do texto" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "Cor do fundo" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "Cor de Fundo do Cabeçalho (Banner e Menu)" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "Cor de fundo do ConteĂşdo" - -#: admin/main.php:132 -msgid "Menu background color" -msgstr "Cor de fundo do Menu" - -#: admin/main.php:134 -msgid "Site Title Color" -msgstr "Cor do tĂ­tulo do site" - -#: admin/main.php:135 -msgid "Site Description Color" -msgstr "Cor da Descrição do Site" - -#: admin/main.php:137 -msgid "Content Text Color" -msgstr "Cor do Texto do ConteĂşdo" - -#: admin/main.php:138 -msgid "Links Color" -msgstr "Cor dos Links" - -#: admin/main.php:139 -msgid "Links Hover Color" -msgstr "Cor dos Links quando o ponteiro estiver sobreposto" - -#: admin/main.php:140 -msgid "Post Title Color" -msgstr "Cor do TĂ­tulo do Post" - -#: admin/main.php:141 -msgid "Post Title Hover Color" -msgstr "Cor do TĂ­tulo do Post quando o ponteiro estiver sobreposto" - -#: admin/main.php:142 -msgid "Sidebar Header Background Color" -msgstr "Cor do Fundo do Cabeçalho da Barra Lateral" - -#: admin/main.php:143 -msgid "Sidebar Header Text Color" -msgstr "Cor do Texto do Cabeçalho da Barra Lateral" - -#: admin/main.php:144 -msgid "Footer Widget Background Color" -msgstr "Cor do Fundo do Widget do RodapĂ©" - -#: admin/main.php:145 -msgid "Footer Background Color" -msgstr "Cor do Fundo do RodapĂ©" - -#: admin/main.php:146 -msgid "Footer Widget Header Text Color" -msgstr "Cor do Texto do Cabeçalho do Widget do RodapĂ©" - -#: admin/main.php:147 -msgid "Footer Widget Link Color" -msgstr "Cor do Link no Widget do RodapĂ©" - -#: admin/main.php:148 -msgid "Footer Widget Hover Color" -msgstr "" -"Cor do Texto do Cabeçalho do Widget do RodapĂ© quando o ponteiro estiver " -"sobreposto" - -#: admin/main.php:150 -msgid "Caption Border" -msgstr "Borda da legenda da foto" - -#: admin/main.php:151 -msgid "Post Images Border" -msgstr "Borda das imagens do Post" - -#: admin/main.php:152 -msgid "Caption Pin" -msgstr "Alfinete da legenda" - -#: admin/main.php:153 -msgid "Sidebar Menu Bullets" -msgstr "Marcador do Menu da Barra Lateral" - -#: admin/main.php:154 -msgid "Meta Area Background" -msgstr "Fundo da Ărea de Meta" - -#: admin/main.php:155 -msgid "Post Separator" -msgstr "Separador de Posts" - -#: admin/main.php:156 -msgid "Content List Bullets" -msgstr "Marcadores da Lista de ConteĂşdo" - -#: admin/main.php:157 -msgid "Title and Description" -msgstr "TĂ­tulo e Descrição" - -#: admin/main.php:158 -msgid "Page Titles" -msgstr "TĂ­tulos das Páginas" - -#: admin/main.php:159 -msgid "Category Page Titles" -msgstr "TĂ­tulos da Página de Categorias" - -#: admin/main.php:160 -msgid "Hide Tables" -msgstr "Ocultar Tabelas" - -#: admin/main.php:161 -msgid "Back to Top button" -msgstr "BotĂŁo Voltar ao Topo" - -#: admin/main.php:162 -msgid "Text Under Comments" -msgstr "Texto abaixo dos comentários" - -#: admin/main.php:163 -msgid "Comments are closed text" -msgstr "Texto mostrando que os Comentários estĂŁo encerrados" - -#: admin/main.php:164 -msgid "Comments off" -msgstr "Comentários desativados" - -#: admin/main.php:165 -msgid "Insert footer copyright" -msgstr "Inserir informações sobre direitos autorais no rodapĂ©" - -#: admin/main.php:167 -msgid "Post Comments Link" -msgstr "Link para Comentários nos Posts" - -#: admin/main.php:168 -msgid "Post Date" -msgstr "Data do Post" - -#: admin/main.php:169 -msgid "Post Time" -msgstr "Horário do Post" - -#: admin/main.php:170 -msgid "Post Author" -msgstr "Autor do Post" - -#: admin/main.php:171 -msgid "Post Category" -msgstr "Categoria do Post" - -#: admin/main.php:172 -msgid "Post Tags" -msgstr "Palavras-chave do Post" - -#: admin/main.php:173 -msgid "Post Permalink" -msgstr "Permalink do Post" - -#: admin/main.php:174 -msgid "All Post Metas" -msgstr "Todas as Meta-Informações dos Posts" - -#: admin/main.php:176 -msgid "Post Excerpts on Home Page" -msgstr "Resumo dos Posts na Página Principal" - -#: admin/main.php:177 -msgid "Affect Sticky Posts" -msgstr "Afeta Posts Permanentes" - -#: admin/main.php:178 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Resumo dos Posts em páginas de Arquivo e Categorias" - -#: admin/main.php:179 -msgid "Number of Words for Post Excerpts " -msgstr "NĂşmero de Palavras no Resumo dos Posts " - -#: admin/main.php:180 -msgid "Magazine Layout" -msgstr "Layout de Revista" - -#: admin/main.php:181 -msgid "Excerpt suffix" -msgstr "Sufixo apĂłs o Resumo dos Posts" - -#: admin/main.php:182 -msgid "Continue reading link text " -msgstr "Texto para o link de \"Continue a leitura\"" - -#: admin/main.php:183 -msgid "HTML tags in Excerpts" -msgstr "Tags HTML nos Resumo dos Posts" - -#: admin/main.php:185 -msgid "Featured Images as POST Thumbnails " -msgstr "Definir Imagens de Apresentação como imagens em miniatura dos POSTs" - -#: admin/main.php:186 -msgid "Auto Select Images From Posts " -msgstr "Auto-selecionar as imagens de cada Post" - -#: admin/main.php:187 -msgid "Thumbnails Alignment " -msgstr "Alinhamento das imagens em miniatura" - -#: admin/main.php:188 -msgid "Thumbnails Size " -msgstr "Tamanho das imagens em miniatura" - -#: admin/main.php:189 -msgid "Featured Images as HEADER Images " -msgstr "Imagens de Apresentaao como imagens de CABEÇALHO" - -#: admin/main.php:191 -msgid "Link nr. 1" -msgstr "Link nÂş 1" - -#: admin/main.php:192 -msgid "Link nr. 2" -msgstr "Link nÂş 2" - -#: admin/main.php:193 -msgid "Link nr. 3" -msgstr "Link nÂş 3" - -#: admin/main.php:194 -msgid "Link nr. 4" -msgstr "Link nÂş 4" - -#: admin/main.php:195 -msgid "Link nr. 5" -msgstr "Link nÂş 5" - -#: admin/main.php:196 -msgid "Socials display" -msgstr "Mostrar Ă­cones sociais" - -#: admin/main.php:198 -msgid "Make Site Header a Link" -msgstr "Transformar Cabeçalho do Site em Link" - -#: admin/main.php:199 -msgid "Breadcrumbs" -msgstr "Navegação estrutural" - -#: admin/main.php:200 -msgid "Pagination" -msgstr "Paginação" - -#: admin/main.php:201 -msgid "Mobile view" -msgstr "Visualizar em aparelhos mĂłveis" - -#: admin/main.php:202 -msgid "FavIcon" -msgstr "FavIcon" - -#: admin/main.php:203 -msgid "Custom CSS" -msgstr "CSS Personalizados" - -#: admin/main.php:204 -msgid "Custom JavaScript" -msgstr "JavaScript Personalizado" - -#: admin/main.php:205 -msgid "SEO Settings" -msgstr "Configurações de SEO" - -#: admin/main.php:222 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "" -"Desculpe, mas vocĂŞ nĂŁo tem o nĂ­vel de permissões necessário para acessar " -"esta página. " - -#: admin/main.php:232 -msgid "Mantra settings updated successfully." -msgstr "Configurações do Mantra atualizadas com sucesso." - -#: admin/main.php:243 -msgid "Reset to Defaults" -msgstr "Reset para as configurações Default" - -#: admin/main.php:244 -msgid "Save Changes" -msgstr "Salvar Alterações" - -#: admin/main.php:258 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Aqui na Cryout Creations (os desenvolvedores do Mantra Theme), nós " -"passamos noite após noite melhorando o Mantra Theme. Consertamos vários " -"erros (que foram criados anteriormente por nós mesmos); acrescentamos cada " -"vez mais opções de personalização, ao mesmo tempo que tentamos deixar as " -"coisas o mais simples possível; em seguida... podemos jogar um jogo ou dois, " -"mas tenha a certeza de que retornaremos para ler e (na maioria dos casos) " -"responder aos e-mails e comentários enviados tarde da noite, tomar notas e " -"criar diagramas com coisas para implementar em versões futuras.

      \n" -"\t\t\t

      Portanto, você deve estar se perguntando: Como eles conseguem? " -"Como são capazes de continuar a ser tão inofadores depois de todo esse " -"trabalho com esse maldito tema? Bem, pessoal, é simples. Quantidades " -"imensas de café quente e fumegante. Nós adoramos! Assim, se você quiser " -"ajudar com o desenvolvimento das versões futuras do Mantra theme...

      " - -#: admin/main.php:273 -msgid "Import/Export Settings" -msgstr "Configurações de Importação/Exportação" - -#: admin/main.php:279 -msgid "Export Theme options" -msgstr "Opções de Exportação do Tema" - -#: admin/main.php:280 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"É muito fácil, basta apenas um clique do mouse — a possibilidade de exportar " -"seus parâmetros de configuração do Mantra e salvá-los em seu computador. " -"Está se sentindo mais seguro? Pois deveria!" - -#: admin/main.php:285 -msgid "Import Theme options" -msgstr "Opções de Importação do Tema" - -#: admin/main.php:286 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"Sem a Importação, a Exportação seria apenas um exercício fútil. Certifique-" -"se de que você está com o arquivo exportado a postos. Nos vemos depois que " -"você clicar com o mouse. " - -#: admin/main.php:293 -msgid "Mantra Latest News" -msgstr "As últimas do Mantra" - -#: admin/main.php:304 -msgid "No news items." -msgstr "Sem notícias." - -#: admin/main.php:318 -msgid "Mantra Help" -msgstr "Ajuda do Mantra" - -#: admin/main.php:321 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Quer saber quais mudanças sĂŁo feitas no tema a cada nova " -"versĂŁo?
      • \n" -"\t\t\t\t
      • - Encontrou um bug, ou talvez algo que nĂŁo funcione exatamente " -"como deveria?
      • \n" -"\t\t\t\t
      • - Tem uma ideia para melhorar o Mantra Theme para que ele atenda " -"melhor Ă s suas necessidades?
      • \n" -"\t\t\t\t
      • - Gostaria que implementássemos alguma configuração?
      • \n" -"\t\t\t\t
      • - Traduziu ou gostaria de traduzir o Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Então, venha nos visitar na página de suporte do Mantra.

      \n" -"\t" - -#: admin/main.php:332 -msgid "Mantra Support Page" -msgstr "Página de Suporte do Mantra" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "Uma coluna (Sem barras laterais)" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "Duas colunas, barra lateral à direita" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "Duas colunas, barra lateral à esquerda" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "Três colunas, barras lateral à direita" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "Três colunas, barras lateral à direita" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "Três colunas, com uma barra lateral de cada lado" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "Escolha o seu Layout" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "Absoluta" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "Relativa" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "Dimensões a serem utilizadas:" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "Conteúdo =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "Barra(s) lateral(is)" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "Largura total =" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Selecione a largura do seu conteúdo e barra(s) lateral(is). \n" -"\t\tEmbora o conteúdo não possa ter uma largura menor de 500px, a área da " -"barra lateral tem pelo menos 220px e não mais do que 800px.
      \n" -"\t Se você selecionar uma área com três colunas (2 barras laterais), cada " -"uma delas terá metade da largura selecionada. " - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Selecione a largura do seu conteúdo e barra(s) lateral(is). \n" -" \t\t Essas são as dimensões relativas — relativas ao navegador do usuário. " -"A largura total é uma porcentagem da largura do navegador.
      \n" -"\t Embora a largura do conteúdo não possa ser menor do que 40%, a área da " -"barra lateral tem pelo menos 20% e não mais do que 50%.
      \n" -"\t Se você selecionar uma área com três colunas (2 barras laterais), cada " -"uma delas terá metade da largura selecionada. " - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"Selecione a altura do cabeçalho. Após salvar as configurações, faça o upload " -"da sua nova imagem para o cabeçalho. A largura do cabeçalho será =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 -#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 -#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 -#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 -msgid "Enable" -msgstr "Habilitar" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 -#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 -#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 -#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 -msgid "Disable" -msgstr "Desabilitar" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page and " -"it will replace whatever page you have selected as homepage. It has a slider " -"and columns for presentation\n" -"\t\ttext and images." -msgstr "" -"Habilitar a página inicial de apresentação. Ela se tornará a sua nova página " -"inicial e substituirá qualquer outra página que você tenha designado como " -"página inicial. Ela tem um slider e colunas para apresentações\n" -"\t\ttexto e imagens." - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "Dimensões do Slider:" - -#: admin/settings.php:276 -msgid "width" -msgstr "largura" - -#: admin/settings.php:277 -msgid "height" -msgstr "altura" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" -"Dimensões do seu slider. Certifique-se de que suas imagens têm o mesmo " -"tamanho." - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "Animação:" - -#: admin/settings.php:282 -msgid "Random" -msgstr "Aleatório" - -#: admin/settings.php:282 -msgid "Fold" -msgstr "Dobrar" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "Esmaecer" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "Deslizar para a Direita" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "Deslizar para a Esquerda" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "Fatiar para Baixo" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "Fatiar para Baixo e Esquerda" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "Fatiar para Cima" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "Fatiar para Cima e Esquerda" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "Fatiar para Cima e para Baixo" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "Fatiar para Cima, para Baixo e Esquerda" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "Caixa Aleatória" - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "Caixa e Chuva" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "Caixa e Chuva Invertida" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "Caixa e Chuva, Crescendo" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "Caixa e Chuva, Crescendo, Invertido" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "O efeito de transição que o seu slider vai ter." - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "Configurações da Borda:" - -#: admin/settings.php:293 -msgid "Width" -msgstr "Largura" - -#: admin/settings.php:294 -msgid "Color" -msgstr "Cor" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "A largura e a cor da borda do slider. " - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "Intervalo da Animação:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "milissegundos (1000ms = 1 segundo)" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "O tempo durante o qual a animação de transição será exibida. " - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "Tempo de Pausa:" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "O intervalo no qual um slide ficará imóvel e visível." - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "Navegação do Slider:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "Números" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "Marcadores" - -#: admin/settings.php:309 admin/settings.php:1259 -msgid "None" -msgstr "Nenhum" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "O estilo de navegação do seu slider. Exibido abaixo do slider. " - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "Setas do slider:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "Sempre Visíveis" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "Visíveis quando o ponteiro estiver sobre o slider" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "Ocultas" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "As setas para a direita e para a esquerda do seu slider" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "Selecione a Categoria" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "Slides Personalizados" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "Posts mais recentes" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "Posts aleatórios" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "Posts fixos" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "Posts mais recentes da Categoria" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "Posts aleatórios da Categoria" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "Posts específicos " - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "Os posts mais recentes serão carregados no slider." - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "Posts aleatórios serão carregados no slider." - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "" -"Os posts mais recentes da categoria que você escolher serão carregados no " -"slider." - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "" -"Posts aleatórios da categoria que você escolher serão carregados no slider." - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Somente os posts fixos serão carregados no slider." - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "Digite as IDs dos posts que você quer exibir (separadas por vírgulas)" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      Escolha a categoria:" - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "Numero de posts para exibir: " - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "Slide 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "Fazer upload ou selecionar uma imagem da galeria" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "Título" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "Texto" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "Slide 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "Slide 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "Slide 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "Slide 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"O conteúdo dos seus slides. Somente a imagem é necessária, todos os outros " -"campos são opcionais. Somente os slides com imagens selecionadas se tornarão " -"ativos e visíveis no slide principal. " - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "Número de colunas:" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "Altura da Imagem:" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "Texto \"Leia mais\":" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"O texto com link que aparece no final de cada coluna. Você pode deletar todo " -"o texto dentro dele se não o quiser. " - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "1ª Coluna" - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "2ª Coluna" - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "3ª Coluna" - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "4ª Coluna" - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "Texto Extra" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "Título Superior" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "Segundo título" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "Cor do título" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "A cor dos títulos (O valor default é 333333)." - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "Texto inferior 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "Texto inferior 2" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Mais texto para a sua página principal. O título superior fica acima do " -"slider; o segundo título fica entre o slider e as colunas e 2 outras linhas " -"de texto abaixo das colunas.\n" -"\t\t Tudo é opcional, por isso, deixe qualquer campo de dados vazio se não " -"for necessário preenchê-lo. " - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "Ocultar áreas" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "Ocultar a área do cabeçalho (imagem ou cor de fundo)" - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Ocultar o menu principal (as abas de navegação do topo da página)." - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "Ocultar os widgets do rodapé. " - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "Ocultar o rodapé (área de copyright)." - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "Ocultar a cor branca. Somente a cor de fundo aparece. " - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "Escolha as áreas a ocultar na primeira página. " - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Selecione o tamanho da fonte que você usará no seu blog. Páginas, posts e " -"comentários serão afetados. Botões, Cabeçalhos e Menus Laterais continuarão " -"como estavam. " - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Selecione a família de fontes que você usará em seu blog. Todo o conteúdo " -"será afetado (incluindo os botões dos menus)" - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"Ou insira a sua Google Font abaixo. Por favor, insira somente o " -"nome da fonte.
      Ex: Marko One. Vá para google fonts para mais " -"sugestões de fontes. " - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Selecione a família de fontes que você quer para os seus títulos. A escolha " -"afetará os títulos de posts e títulos de páginas. Selecionando 'Default', a " -"fonte geral que você selecionou será utilizada. " - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Selecione a família de fontes que você quer para a(s) sua(s) barra(s) lateral" -"(ais). A escolha afetará os textos nas barras laterais, incluindo quaisquer " -"widgets. Selecionando 'Default', a fonte geral que você selecionou será " -"utilizada. " - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Selecione a família de fontes que você quer para os seus subtítulos e " -"cabeçalhos. A escolha afetará os marcadores h2 - h6. Selecionando 'Default', " -"a fonte geral que você selecionou será utilizada. " - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "Default" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Tamanho da fonte do cabeçalho do post. Escolha 'Default' para configurações " -"normais (o tamanho será o mesmo que foi definido pelo CSS). " - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Tamanho da fonte da barra lateral. Escolha 'Default' para configurações " -"normais (o tamanho será o mesmo que foi definido pelo CSS). " - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Left" -msgstr "Esquerda" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Right" -msgstr "Direita" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "Justificar" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Center" -msgstr "Centralizar" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Este parâmetro indica o alinhamento do texto nos posts e páginas. Escolha " -"'Default' para configurações normais (o alinhamento será o mesmo que for " -"definido nos posts, comentários, etc). " - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "Escolha o valor do recuo para os seus parágrafos. " - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "Desabilitar o cabeçalho default e o recuo do título (margem esquerda)" - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"Altura da linha de texto. A altura entre duas linhas de texto. Escolha " -"'Default' para configurações normais (o tamanho será o mesmo que foi " -"definido pelo CSS). " - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"O espaço entre as palavras. Escolha 'Default' para configurações " -"normais (o valor será o mesmo que foi definido pelo CSS). " - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"O espaço entre as letras. Escolha 'Default' para configurações " -"normais (o valor será o mesmo que foi definido pelo CSS). " - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "Desabilitar a sombra default do texto em cabeçalhos e títulos. " - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "Cor de fundo (O valor Default é 444444)." - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Cor do fundo do cabeçalho (O valor Default é 333333). Você pode apagar todo " -"o texto da caixa para não exibir uma cor de fundo. " - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FAFAFA). Works best with really " -"light colors." -msgstr "" -"Cor do fundo do conteúdo (O valor Default é FAFAFA). Funciona melhor com " -"cores bem claras. " - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Cor do fundo do menu principal (O valor Default é FAFAFA). Deve ser a mesma " -"cor utilizada no fundo do conteúdo, ou tão claro quanto ela. " - -#: admin/settings.php:1081 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Cor do fundo da área dos widgets no rodapé (O valor Default é 171717)." - -#: admin/settings.php:1089 -msgid "Footer background color (Default value is 222222)." -msgstr "Cor do fundo do rodapé (O valor Default é 222222)." - -#: admin/settings.php:1097 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Cor do título do seu blog (O valor Default é 0D85CC)." - -#: admin/settings.php:1105 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Cor da descrição do seu blog (O valor Default é 222222)." - -#: admin/settings.php:1113 -msgid "Content Text Color (Default value is 333333)." -msgstr "Cor texto de conteúdo (O valor Default é 333333)." - -#: admin/settings.php:1121 -msgid "Links color (Default value is 0D85CC)." -msgstr "Cor dos links (O valor Default é 0D85CC)." - -#: admin/settings.php:1129 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" -"Cor dos links quando o ponteiro estiver sobreposto (O valor Default é " -"333333)." - -#: admin/settings.php:1137 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Cor do texto do cabeçalho do post (O valor Default é 333333)." - -#: admin/settings.php:1145 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" -"Cor do texto do cabeçalho do post quando o ponteiro estiver sobreposto (O " -"valor Default é 000000)." - -#: admin/settings.php:1153 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Cor fundo do cabeçalho da Barra Lateral (O valor Default é 444444)." - -#: admin/settings.php:1162 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Cor do Texto do Cabeçalho da Barra Lateral (o valor Default é 2EA5FD)." - -#: admin/settings.php:1170 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Cor do Texto dos Widgets do Rodapé (o valor Default é 0D85CC)" - -#: admin/settings.php:1178 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Cor dos Links dos Widgets do Rodapé (o valor Default é 666666)." - -#: admin/settings.php:1186 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"Cor dos Links dos Widgets do Rodapé quando o mouse estiver sobreposto (o " -"valor Default é 888888)." - -#: admin/settings.php:1198 admin/settings.php:1259 -msgid "White" -msgstr "Branco" - -#: admin/settings.php:1198 -msgid "Light" -msgstr "Claro" - -#: admin/settings.php:1198 -msgid "Light Gray" -msgstr "Cinza Claro" - -#: admin/settings.php:1198 admin/settings.php:1259 -msgid "Gray" -msgstr "Cinza" - -#: admin/settings.php:1198 -msgid "Dark Gray" -msgstr "Cinza Escuro" - -#: admin/settings.php:1198 -msgid "Black" -msgstr "Preto" - -#: admin/settings.php:1206 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Este parâmetro muda a configuração das suas legendas. Imagens que não forem " -"inseridas por meio de legendas não serão afetadas. " - -#: admin/settings.php:1222 -msgid "The border around your inserted images. " -msgstr "A borda ao redor das imagens inseridas." - -#: admin/settings.php:1237 -msgid "The image on top of your captions. " -msgstr "A imagem em cima das suas legendas. " - -#: admin/settings.php:1252 -msgid "The sidebar list bullets. " -msgstr "Os marcadores das listas na barra lateral." - -#: admin/settings.php:1267 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "" -"O fundo da sua área de meta-tags para os posts (abaixo dos títulos dos " -"posts). A cor default é cinza.<" - -#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 -#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 -#: admin/settings.php:1383 admin/settings.php:1399 admin/settings.php:1442 -#: admin/settings.php:1457 admin/settings.php:1472 admin/settings.php:1487 -#: admin/settings.php:1502 admin/settings.php:1517 admin/settings.php:1532 -#: admin/settings.php:1547 -msgid "Show" -msgstr "Exibir" - -#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 -#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 -#: admin/settings.php:1399 admin/settings.php:1442 admin/settings.php:1457 -#: admin/settings.php:1472 admin/settings.php:1487 admin/settings.php:1502 -#: admin/settings.php:1517 admin/settings.php:1532 admin/settings.php:1547 -msgid "Hide" -msgstr "Ocultar" - -#: admin/settings.php:1283 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Oculta ou exibe uma barra horizontal para separar os posts. " - -#: admin/settings.php:1299 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"Oculta ou exibe marcadores ao lado das listas que estão na sua área de " -"conteúdo (posts, páginas, etc). " - -#: admin/settings.php:1316 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"Oculta ou exibe o Título e a Descrição no cabeçalho do seu blog (recomendado " -"se você tiver uma imagem personalizada para o cabeçalho com texto). " - -#: admin/settings.php:1331 -msgid "Hide or show Page titles on any created pages. " -msgstr "" -"Oculta ou exibe títulos de páginas em quaisquer páginas criadas." - -#: admin/settings.php:1346 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Oculta ou exibe títulos de páginas em páginas de Categorias." - -#: admin/settings.php:1361 -msgid "Hide table borders and background color." -msgstr "Oculta as bordas das tabelas e a cor de fundo" - -#: admin/settings.php:1376 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"Ocultar o texto explicativo sob o formulário de comentários. (Inicia com " -"Você pode utilizar estas tags HTML e atributos:... )." - -#: admin/settings.php:1383 -msgid "Hide in posts" -msgstr "Ocultar nos posts" - -#: admin/settings.php:1383 -msgid "Hide in pages" -msgstr "Ocultar nas páginas" - -#: admin/settings.php:1383 -msgid "Hide everywhere" -msgstr "Ocultar em todo o site" - -#: admin/settings.php:1391 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"Ocultar o texto Os comentários estão encerrados que é exibido por " -"default em páginas ou postagens com os comentários desabilitados. " - -#: admin/settings.php:1407 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"Ocultar o texto Comentários desativados ao lado de posts onde não é " -"permitido acrescentar comentários. " - -#: admin/settings.php:1423 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"Habilitar o botão Voltar ao Topo. O botão aparece depois de rolar a página " -"para baixo. " - -#: admin/settings.php:1430 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"Insira textos personalizados ou cĂłdigos HTML que aparecerçao por Ăşltimo no " -"seu rodapĂ©.
      VocĂŞ pode usar HTML para inserir links, imagens e " -"caracteres especiais como ©. " - -#: admin/settings.php:1450 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"Ocultar ou exibir a mensagem Deixe um comentário ou " -"x Comentários ao lado dos posts ou dos resumos dos posts. " - -#: admin/settings.php:1465 -msgid "Hide or show the post date." -msgstr "Oculta ou exibe a data do post." - -#: admin/settings.php:1480 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"Mostra o horário do post com a data. O horário nĂŁo será visĂ­vel se a data do " -"post estiver oculta. " - -#: admin/settings.php:1495 -msgid "Hide or show the post author." -msgstr "Oculta ou exibe o autor do post." - -#: admin/settings.php:1510 -msgid "Hide the post category." -msgstr "Oculta a categoria do post." - -#: admin/settings.php:1525 -msgid "Hide the post tags." -msgstr "Oculta as palavras-chave do post. " - -#: admin/settings.php:1540 -msgid "Hide the 'Bookmark permalink'." -msgstr "Ocultar a mensagem \"Marcar permalink\". " - -#: admin/settings.php:1555 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"Ocultar todas as meta-tags do post. Todas as meta-informações e meta-áreas " -"ficarĂŁo ocultas." - -#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 -msgid "Excerpt" -msgstr "Resumo" - -#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 -msgid "Full Post" -msgstr "Post na Ă­ntegra" - -#: admin/settings.php:1576 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"Resumos na página principal. Somente os posts padrĂŁo serĂŁo afetados. Todos " -"os outros formatos de post (aparte, imagem, bate-papo, citação, etc.) tem " -"sua formatação especĂ­fica." - -#: admin/settings.php:1591 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Escolha se vocĂŞ quer que os posts permanentes na sua página principal sejam " -"visĂ­veis, ou apenas os resumos. " - -#: admin/settings.php:1607 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"Resumos do arquivo, categoria e páginas de busca. Assim como mencionado " -"acima, somente os posts padrĂŁo serĂŁo afetados. " - -#: admin/settings.php:1615 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"O nĂşmero de palavras que um resumo terá. Quando este nĂşmero for alcançado, o " -"post será interrompido por um link Continue a leitura que \n" -"\t\t\t\t\t\t\t levará o leitor Ă  página com o post na Ă­ntegra. " - -#: admin/settings.php:1631 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"Habilitar o Layout de Revista. Este layout Ă© aplicado a paginas com posts, e " -"mostra dois posts por linha. " - -#: admin/settings.php:1638 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"Substitui os trĂŞs pontos ('[...]') que sĂŁo acrescentados automaticamente aos " -"resumos." - -#: admin/settings.php:1645 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" -"Editar o link \"Continue a Leitura\" acrescentado aos resumos dos seus " -"posts. " - -#: admin/settings.php:1660 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "Por default, os resumos do Wordpress removem todas as tags HTML (" - -#: admin/settings.php:1691 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"Mostra as imagens de apresentação como miniaturas nos posts. As imagens " -"devem ser selecionadas para cada post na seção de Imagem de Apresentação. " - -#: admin/settings.php:1706 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"Mostra a primeira imagem que vocĂŞ inseriu em um post como miniatura. Se vocĂŞ " -"habilitar esta opção, a primeira imagem no seu post será usada, mesmo que " -"vocĂŞ selecione uma Imagem de Apresentação para o seu post. " - -#: admin/settings.php:1722 -msgid "Thumbnail alignment." -msgstr "Alinhamento das miniaturas." - -#: admin/settings.php:1739 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"O tamanho que vocĂŞ quer que as miniaturas tenham (em pixels). Por default, " -"as imagens serĂŁo redimensionadas proporcionalmente Ă s dimensões originais. " -"Selecione cortar as imagens se quiser o tamanho exato. " - -#: admin/settings.php:1755 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"Mostrar imagens de apresentação nos cabeçalhos. O cabeçalho será substituĂ­do " -"por uma imagem de apresentação se vocĂŞ a selecionar como Imagem de " -"Apresentação no post e \n" -"\t\t\t\t\t\t\t se ela for maior ou igual ao tamanho atual do cabeçalho." - -#: admin/settings.php:1776 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Selecione sua Rede Social desejada a partir do menu Ă  esquerda e insira o " -"endereço correspondente na área Ă  direita. (ex: http://www.facebook.com/" -"yourname )" - -#: admin/settings.php:1790 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "VocĂŞ pode inserir atĂ© 5 sites diferentes de redes sociais e endereços." - -#: admin/settings.php:1804 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Há um total de 27 redes sociais para escolher. " - -#: admin/settings.php:1818 -msgid "You can leave any number of inputs empty. " -msgstr "VocĂŞ pode deixar quaisquer entradas vazias. " - -#: admin/settings.php:1832 -msgid "You can choose the same social media any number of times. " -msgstr "VocĂŞ pode escolher a mesma mĂ­dia social qualquer nĂşmero de vezes. " - -#: admin/settings.php:1863 -msgid "Choose the areas where to display the social icons." -msgstr "Escolha as áreas onde os Ă­cones sociais serĂŁo exibidos. " - -#: admin/settings.php:1884 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "" -"Transforme o cabeçalho em um link clicável que leva Ă  página inicial do " -"site. " - -#: admin/settings.php:1899 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"Mostrar a navegação estrutural no topo da área de conteĂşdo. A navegação " -"estrutural Ă© uma forma de navegação que mantĂ©m o registro da sua localização " -"dentro do site." - -#: admin/settings.php:1914 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"Mostrar a paginação numerada. Onde houver mais do que uma página, ao invĂ©s " -"dos links de Posts mais antigos e Posts mais recentesque vocĂŞ " -"tem em uma paginação numerada. " - -#: admin/settings.php:1929 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"Habilitar o layout mĂłvel e fazer com que o Mantra se adapte Ă  tela de " -"dispositivos mĂłveis. O layout e o visual do seu blog mudarĂŁo dependendo do " -"aparelho e da resolução em que ele for visualizado. " - -#: admin/settings.php:1939 -msgid "Upload or select favicon from gallery" -msgstr "Enviar ou selecionar um favicon da galeria." - -#: admin/settings.php:1943 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"Limitações: Deve obrigatoriamente ser uma imagem. Deve ter dimensões de no " -"máximo 64x64 pixels. Extensões recomendadas para o arquivo sĂŁo .ico e .png ." - -#: admin/settings.php:1951 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"Insira o seu CSS personalizado aqui. Quaisquer declarações de CSS feitas " -"aqui irão se sobrepor às do Mantra (até mesmo as opções personalizadas " -"especificadas aqui mesmo na página de Configurações do Mantra).
      Seus " -"CSS personalizados serĂŁo preservados quando o tema for atualizado." - -#: admin/settings.php:1958 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"Insira o seu cĂłdigo Javascripto personalizado aqui. (Google Analytics e " -"outras formas de software analĂ­tico). " - -#: admin/settings.php:1971 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Habilitar o SEO (Search Engine Optimization) do Mantra. Por default, está " -"habilitado, e sĂł deve ser desativado se vocĂŞ estiver utilizando um plug-in " -"para SEO. " - -#: admin/settings.php:1983 -msgid "Auto" -msgstr "Automático" - -#: admin/settings.php:1983 -msgid "Manual" -msgstr "Manual" - -#: includes/theme-functions.php:213 -msgid "Home Page" -msgstr "Página Inicial" - -#: includes/theme-loop.php:146 -msgid "says:" -msgstr "diz:" - -#: includes/theme-loop.php:152 -msgid "Your comment is awaiting moderation." -msgstr "Seu comentário está aguardando o processo de moderação." - -#: includes/theme-loop.php:159 -msgid "at" -msgstr "em" - -#: includes/theme-loop.php:159 includes/theme-loop.php:176 -msgid "(Edit)" -msgstr "(Editar)" - -#: includes/theme-loop.php:176 -msgid "Pingback: " -msgstr "Pingback: " - -#: includes/theme-loop.php:213 -msgid "By " -msgstr "Por " - -#: includes/theme-loop.php:224 -msgid "Leave a comment" -msgstr "Deixe um comentário" - -#: includes/theme-loop.php:224 -msgid "1 Comment" -msgstr "1 Comentário" - -#: includes/theme-loop.php:224 -msgid "% Comments" -msgstr "% Comentários" - -#: includes/theme-loop.php:247 -msgid " Bookmark the " -msgstr "Adicionar aos favoritos o " - -#: includes/theme-loop.php:247 includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "Permalink to" -msgstr "Permalink para" - -#: includes/theme-loop.php:247 includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:249 includes/theme-loop.php:251 -msgid "Bookmark the " -msgstr "Adicionar aos favoritos o " - -#: includes/theme-loop.php:273 -msgid "« Older posts" -msgstr "« Posts mais antigos" - -#: includes/theme-loop.php:274 -msgid "Newer posts »" -msgstr "Posts mais recentes »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Página %s" - -#: includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "Navegação Primária" - -#: includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "Navegação no Cabeçalho " - -#: includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "Navegação no RodapĂ©" - -#: includes/theme-setup.php:137 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:198 -msgid "Skip to content" -msgstr "Ir direto ao conteĂşdo" - -#: includes/theme-setup.php:224 -msgid "Primary Widget Area - Sidebar 1" -msgstr "Ărea primária de Widgets - Barra Lateral 1" - -#: includes/theme-setup.php:226 -msgid "Primary widget area - Sidebar 1" -msgstr "Ărea primária de widgets - Barra Lateral 1" - -#: includes/theme-setup.php:235 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Ărea Secundária de Widgets - Barra Lateral 1" - -#: includes/theme-setup.php:237 -msgid "Secondary widget area - Sidebar 1" -msgstr "Ărea secundária de widgets - Barra Lateral 1" - -#: includes/theme-setup.php:246 -msgid "Third Widget Area - Sidebar 2" -msgstr "Terceira Ărea de Widgets - Barra Lateral 2" - -#: includes/theme-setup.php:248 -msgid "Third widget area - Sidebar 2" -msgstr "Terceira área de widgets - Barra Lateral 2" - -#: includes/theme-setup.php:257 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Quarta Ărea de Widgets - Barra Lateral 2" - -#: includes/theme-setup.php:259 -msgid "Fourth widget area - Sidebar 2" -msgstr "Quarta área de widgets - Barra Lateral 2" - -#: includes/theme-setup.php:268 -msgid "First Footer Widget Area" -msgstr "Primeira Ărea de Widgets no RodapĂ©" - -#: includes/theme-setup.php:270 -msgid "First footer widget area" -msgstr "Primeira área de widgets no RodapĂ©" - -#: includes/theme-setup.php:279 -msgid "Second Footer Widget Area" -msgstr "Segunda Ărea de Widgets no RodapĂ©" - -#: includes/theme-setup.php:281 -msgid "Second footer widget area" -msgstr "Segunda área de widgets no RodapĂ©" - -#: includes/theme-setup.php:290 -msgid "Third Footer Widget Area" -msgstr "Terceira Ărea de Widgets no RodapĂ©" - -#: includes/theme-setup.php:292 -msgid "The third footer widget area" -msgstr "A terceira área de widgets no rodapĂ©" - -#: includes/theme-setup.php:301 -msgid "Fourth Footer Widget Area" -msgstr "Quarta Ărea de Widgets no RodapĂ©" - -#: includes/theme-setup.php:303 -msgid "The fourth footer widget area" -msgstr "A quarta area de widgets no rodapĂ©" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-09-08 18:32+0200\n" +"PO-Revision-Date: 2013-02-10 21:15-0300\n" +"Last-Translator: Ivar P. Junior \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "NĂŁo encontrado" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "" +"Desculpe, mas a página que vocĂŞ requisitou nĂŁo pĂ´de ser encontrada. Talvez a " +"função \"procurar\" ajude. " + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "Arquivos Diários: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "Arquivos Mensais: %s" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "Arquivos Anuais: %s" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "Arquivos do Blog" + +#: archive.php:57 author.php:74 category.php:50 +msgid "Nothing Found" +msgstr "Nada foi encontrado" + +#: archive.php:61 author.php:78 category.php:54 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" +"Desculpe, mas nenhum resultado foi encontrado para o arquivo selecionado. " +"Talvez a função \"procurar\" ajude a encontrar um post relacionado. " + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "Voltar para %s" + +#: attachment.php:29 +msgid "By" +msgstr "Por" + +#: attachment.php:40 +msgid "Published" +msgstr "Publicado" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "O tamanho Integral Ă© de %s pixels" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "Link para a imagem em tamanho integral" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:48 content-gallery.php:64 content-image.php:41 +#: content-link.php:48 content-page.php:22 content-quote.php:46 +#: content-status.php:49 content.php:80 +msgid "Edit" +msgstr "Editar" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "Continue a leitura" + +#: attachment.php:101 content-aside.php:39 content-chat.php:37 +#: content-gallery.php:54 content-image.php:32 content-link.php:37 +#: content-page.php:21 content-quote.php:36 content-status.php:40 +#: content.php:52 content.php:69 +msgid "Pages:" +msgstr "Páginas:" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "Arquivos do Autor: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "Sobre %s" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "Arquivos da Categoria: %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "" +"Este post Ă© protegido por uma senha. Digite a senha para visualizar os " +"comentários." + +#: comments.php:41 comments.php:60 +msgid "Older Comments" +msgstr "Comentários mais antigos" + +#: comments.php:42 comments.php:61 +msgid "Newer Comments" +msgstr "Comentários mais recentes" + +#: comments.php:72 content-page.php:27 +msgid "Comments are closed." +msgstr "Os comentários estĂŁo encerrados. " + +#: content-aside.php:21 +msgid "Aside" +msgstr "AlĂ©m disso" + +#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 +#: content-image.php:31 content-link.php:36 content-quote.php:35 +#: content-status.php:39 +msgid "Continue reading " +msgstr "Continue a leitura " + +#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 +#: content-image.php:38 content-link.php:44 content-quote.php:43 +#: content-status.php:47 content.php:78 +msgid "Tagged" +msgstr "Marcado" + +#: content-chat.php:20 +msgid "Chat" +msgstr "Bate-papo" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "Galeria" + +#: content-image.php:19 +msgid "Image" +msgstr "Imagem" + +#: content-link.php:20 +msgid "Link" +msgstr "Link" + +#: content-quote.php:19 +msgid "Quote" +msgstr "Citação" + +#: content-status.php:31 +msgid "Status" +msgstr "Status" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "Resultados da busca por: %s" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "Nenhum resultado encontrado para: %s" + +#: sidebar.php:35 sidebar.php:92 +msgid "Archives" +msgstr "Arquivos" + +#: sidebar.php:42 sidebar.php:99 +msgid "Meta" +msgstr "Meta" + +#: single.php:44 +msgid "View all posts by " +msgstr "Ver todos os posts escritos por" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "Marcar Arquivos: %s" + +#: admin/admin-functions.php:62 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "" +"Antes de enviar o arquivo para importação, vocĂŞ precisa verificar o seguinte " +"erro: " + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "Opções de importação do Mantra Theme" + +#: admin/admin-functions.php:72 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Olá! Este Ă© o lugar onde vocĂŞ importa as configurações do Mantra. Por " +"favor, lembre-se de que esta função ainda está em fase experimental. " + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "Basta selecionar um arquivo do seu computador:" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "Tamanho máximo: %s" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "E importe!" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "Opções de importação do Mantra Theme" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "Excelente! As opções foram importadas com sucesso!" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "Volte Ă  página de opções do Mantra e confira!" + +#: admin/admin-functions.php:155 admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "Opa! Houve um pequeno problema. " + +#: admin/admin-functions.php:156 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"O arquivo enviado nĂŁo contĂŞm opções válidas para o Mantra. Certifique-se que " +"o arquivo seja exportado a partir da página de Opções do Mantra. " + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "NĂŁo foi possĂ­vel ler o arquivo enviado. " + +#: admin/admin-functions.php:168 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"O arquivo enviado nĂŁo Ă© suportado. Certifique-se que o arquivo foi exportado " +"a partir da página do Mantra e que seja um arquivo de texto. " + +#: admin/admin-functions.php:177 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"Opa! O arquivo está vazio, ou nĂŁo havia nenhum arquivo. Este erro tambĂ©m " +"pode ser causado porque os uploads estĂŁo desabilitados no seu arquivo php." +"ini ou porque a variável post_max_size está definida com um tamanho menor do " +"que upload_max_filesize no php.ini." + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "ERRO : VocĂŞ nĂŁo tem autorização para executar essa operação." + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "Configurações do Layout" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "Página de Apresentação" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "Configurações de Texto" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "Configurações de Cor" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "Configurações dos Gráficos" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "Configurações de Informações do Post" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "Configurações do Resumo do Post" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "Configurações da Imagem de Apresentação" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "Configurações de MĂ­dia Social" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "Outras Configurações" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "Layout Principal" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "Largura do ConteĂşdo / Barra Lateral" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "Altura da Imagem do Cabeçalho" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "Habilitar Página de Apresentação" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "Configurações do Slider" + +#: admin/main.php:110 +msgid "Slides" +msgstr "Slides" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "Colunas da Página de Apresentação" + +#: admin/main.php:112 +msgid "Extras" +msgstr "Extras" + +#: admin/main.php:114 +msgid "General Font" +msgstr "Fonte Geral" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "Tamanho da Fonte Geral" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "Fonte do TĂ­tulo do Post" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "Tamanho da Fonte do TĂ­tulo do Post" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "Fonte da Barra Lateral" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "Tamanho da Fonte da Barra Lateral" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "Fonte dos SubtĂ­tulos" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "Forçar o Alinhamento do Texto" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "Recuo do parágrafo" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "Recuo do cabeçalho" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "Altura da Linha" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "Espaçamento das palavras" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "Espaçamento das letras" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "Sombreamento do texto" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "Cor do fundo" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "Cor de Fundo do Cabeçalho (Banner e Menu)" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "Cor de fundo do ConteĂşdo" + +#: admin/main.php:132 +msgid "Menu background color" +msgstr "Cor de fundo do Menu" + +#: admin/main.php:134 +msgid "Site Title Color" +msgstr "Cor do tĂ­tulo do site" + +#: admin/main.php:135 +msgid "Site Description Color" +msgstr "Cor da Descrição do Site" + +#: admin/main.php:137 +msgid "Content Text Color" +msgstr "Cor do Texto do ConteĂşdo" + +#: admin/main.php:138 +msgid "Links Color" +msgstr "Cor dos Links" + +#: admin/main.php:139 +msgid "Links Hover Color" +msgstr "Cor dos Links quando o ponteiro estiver sobreposto" + +#: admin/main.php:140 +msgid "Post Title Color" +msgstr "Cor do TĂ­tulo do Post" + +#: admin/main.php:141 +msgid "Post Title Hover Color" +msgstr "Cor do TĂ­tulo do Post quando o ponteiro estiver sobreposto" + +#: admin/main.php:142 +msgid "Sidebar Header Background Color" +msgstr "Cor do Fundo do Cabeçalho da Barra Lateral" + +#: admin/main.php:143 +msgid "Sidebar Header Text Color" +msgstr "Cor do Texto do Cabeçalho da Barra Lateral" + +#: admin/main.php:144 +msgid "Footer Widget Background Color" +msgstr "Cor do Fundo do Widget do RodapĂ©" + +#: admin/main.php:145 +msgid "Footer Background Color" +msgstr "Cor do Fundo do RodapĂ©" + +#: admin/main.php:146 +msgid "Footer Widget Header Text Color" +msgstr "Cor do Texto do Cabeçalho do Widget do RodapĂ©" + +#: admin/main.php:147 +msgid "Footer Widget Link Color" +msgstr "Cor do Link no Widget do RodapĂ©" + +#: admin/main.php:148 +msgid "Footer Widget Hover Color" +msgstr "" +"Cor do Texto do Cabeçalho do Widget do RodapĂ© quando o ponteiro estiver " +"sobreposto" + +#: admin/main.php:150 +msgid "Caption Border" +msgstr "Borda da legenda da foto" + +#: admin/main.php:151 +msgid "Post Images Border" +msgstr "Borda das imagens do Post" + +#: admin/main.php:152 +msgid "Caption Pin" +msgstr "Alfinete da legenda" + +#: admin/main.php:153 +msgid "Sidebar Menu Bullets" +msgstr "Marcador do Menu da Barra Lateral" + +#: admin/main.php:154 +msgid "Meta Area Background" +msgstr "Fundo da Ărea de Meta" + +#: admin/main.php:155 +msgid "Post Separator" +msgstr "Separador de Posts" + +#: admin/main.php:156 +msgid "Content List Bullets" +msgstr "Marcadores da Lista de ConteĂşdo" + +#: admin/main.php:157 +msgid "Title and Description" +msgstr "TĂ­tulo e Descrição" + +#: admin/main.php:158 +msgid "Page Titles" +msgstr "TĂ­tulos das Páginas" + +#: admin/main.php:159 +msgid "Category Page Titles" +msgstr "TĂ­tulos da Página de Categorias" + +#: admin/main.php:160 +msgid "Hide Tables" +msgstr "Ocultar Tabelas" + +#: admin/main.php:161 +msgid "Back to Top button" +msgstr "BotĂŁo Voltar ao Topo" + +#: admin/main.php:162 +msgid "Text Under Comments" +msgstr "Texto abaixo dos comentários" + +#: admin/main.php:163 +msgid "Comments are closed text" +msgstr "Texto mostrando que os Comentários estĂŁo encerrados" + +#: admin/main.php:164 +msgid "Comments off" +msgstr "Comentários desativados" + +#: admin/main.php:165 +msgid "Insert footer copyright" +msgstr "Inserir informações sobre direitos autorais no rodapĂ©" + +#: admin/main.php:167 +msgid "Post Comments Link" +msgstr "Link para Comentários nos Posts" + +#: admin/main.php:168 +msgid "Post Date" +msgstr "Data do Post" + +#: admin/main.php:169 +msgid "Post Time" +msgstr "Horário do Post" + +#: admin/main.php:170 +msgid "Post Author" +msgstr "Autor do Post" + +#: admin/main.php:171 +msgid "Post Category" +msgstr "Categoria do Post" + +#: admin/main.php:172 +msgid "Post Tags" +msgstr "Palavras-chave do Post" + +#: admin/main.php:173 +msgid "Post Permalink" +msgstr "Permalink do Post" + +#: admin/main.php:174 +msgid "All Post Metas" +msgstr "Todas as Meta-Informações dos Posts" + +#: admin/main.php:176 +msgid "Post Excerpts on Home Page" +msgstr "Resumo dos Posts na Página Principal" + +#: admin/main.php:177 +msgid "Affect Sticky Posts" +msgstr "Afeta Posts Permanentes" + +#: admin/main.php:178 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "Resumo dos Posts em páginas de Arquivo e Categorias" + +#: admin/main.php:179 +msgid "Number of Words for Post Excerpts " +msgstr "NĂşmero de Palavras no Resumo dos Posts " + +#: admin/main.php:180 +msgid "Magazine Layout" +msgstr "Layout de Revista" + +#: admin/main.php:181 +msgid "Excerpt suffix" +msgstr "Sufixo apĂłs o Resumo dos Posts" + +#: admin/main.php:182 +msgid "Continue reading link text " +msgstr "Texto para o link de \"Continue a leitura\"" + +#: admin/main.php:183 +msgid "HTML tags in Excerpts" +msgstr "Tags HTML nos Resumo dos Posts" + +#: admin/main.php:185 +msgid "Featured Images as POST Thumbnails " +msgstr "Definir Imagens de Apresentação como imagens em miniatura dos POSTs" + +#: admin/main.php:186 +msgid "Auto Select Images From Posts " +msgstr "Auto-selecionar as imagens de cada Post" + +#: admin/main.php:187 +msgid "Thumbnails Alignment " +msgstr "Alinhamento das imagens em miniatura" + +#: admin/main.php:188 +msgid "Thumbnails Size " +msgstr "Tamanho das imagens em miniatura" + +#: admin/main.php:189 +msgid "Featured Images as HEADER Images " +msgstr "Imagens de Apresentaao como imagens de CABEÇALHO" + +#: admin/main.php:191 +msgid "Link nr. 1" +msgstr "Link nÂş 1" + +#: admin/main.php:192 +msgid "Link nr. 2" +msgstr "Link nÂş 2" + +#: admin/main.php:193 +msgid "Link nr. 3" +msgstr "Link nÂş 3" + +#: admin/main.php:194 +msgid "Link nr. 4" +msgstr "Link nÂş 4" + +#: admin/main.php:195 +msgid "Link nr. 5" +msgstr "Link nÂş 5" + +#: admin/main.php:196 +msgid "Socials display" +msgstr "Mostrar Ă­cones sociais" + +#: admin/main.php:198 +msgid "Make Site Header a Link" +msgstr "Transformar Cabeçalho do Site em Link" + +#: admin/main.php:199 +msgid "Breadcrumbs" +msgstr "Navegação estrutural" + +#: admin/main.php:200 +msgid "Pagination" +msgstr "Paginação" + +#: admin/main.php:201 +msgid "Mobile view" +msgstr "Visualizar em aparelhos mĂłveis" + +#: admin/main.php:202 +msgid "FavIcon" +msgstr "FavIcon" + +#: admin/main.php:203 +msgid "Custom CSS" +msgstr "CSS Personalizados" + +#: admin/main.php:204 +msgid "Custom JavaScript" +msgstr "JavaScript Personalizado" + +#: admin/main.php:205 +msgid "SEO Settings" +msgstr "Configurações de SEO" + +#: admin/main.php:222 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "" +"Desculpe, mas vocĂŞ nĂŁo tem o nĂ­vel de permissões necessário para acessar " +"esta página. " + +#: admin/main.php:232 +msgid "Mantra settings updated successfully." +msgstr "Configurações do Mantra atualizadas com sucesso." + +#: admin/main.php:243 +msgid "Reset to Defaults" +msgstr "Reset para as configurações Default" + +#: admin/main.php:244 +msgid "Save Changes" +msgstr "Salvar Alterações" + +#: admin/main.php:258 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

      " +msgstr "" +"

      Aqui na Cryout Creations (os desenvolvedores do Mantra Theme), nós " +"passamos noite após noite melhorando o Mantra Theme. Consertamos vários " +"erros (que foram criados anteriormente por nós mesmos); acrescentamos cada " +"vez mais opções de personalização, ao mesmo tempo que tentamos deixar as " +"coisas o mais simples possível; em seguida... podemos jogar um jogo ou dois, " +"mas tenha a certeza de que retornaremos para ler e (na maioria dos casos) " +"responder aos e-mails e comentários enviados tarde da noite, tomar notas e " +"criar diagramas com coisas para implementar em versões futuras.

      \n" +"\t\t\t

      Portanto, você deve estar se perguntando: Como eles conseguem? " +"Como são capazes de continuar a ser tão inofadores depois de todo esse " +"trabalho com esse maldito tema? Bem, pessoal, é simples. Quantidades " +"imensas de café quente e fumegante. Nós adoramos! Assim, se você quiser " +"ajudar com o desenvolvimento das versões futuras do Mantra theme...

      " + +#: admin/main.php:273 +msgid "Import/Export Settings" +msgstr "Configurações de Importação/Exportação" + +#: admin/main.php:279 +msgid "Export Theme options" +msgstr "Opções de Exportação do Tema" + +#: admin/main.php:280 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"É muito fácil, basta apenas um clique do mouse — a possibilidade de exportar " +"seus parâmetros de configuração do Mantra e salvá-los em seu computador. " +"Está se sentindo mais seguro? Pois deveria!" + +#: admin/main.php:285 +msgid "Import Theme options" +msgstr "Opções de Importação do Tema" + +#: admin/main.php:286 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"Sem a Importação, a Exportação seria apenas um exercício fútil. Certifique-" +"se de que você está com o arquivo exportado a postos. Nos vemos depois que " +"você clicar com o mouse. " + +#: admin/main.php:293 +msgid "Mantra Latest News" +msgstr "As últimas do Mantra" + +#: admin/main.php:304 +msgid "No news items." +msgstr "Sem notícias." + +#: admin/main.php:318 +msgid "Mantra Help" +msgstr "Ajuda do Mantra" + +#: admin/main.php:321 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Quer saber quais mudanças sĂŁo feitas no tema a cada nova " +"versĂŁo?
      • \n" +"\t\t\t\t
      • - Encontrou um bug, ou talvez algo que nĂŁo funcione exatamente " +"como deveria?
      • \n" +"\t\t\t\t
      • - Tem uma ideia para melhorar o Mantra Theme para que ele atenda " +"melhor Ă s suas necessidades?
      • \n" +"\t\t\t\t
      • - Gostaria que implementássemos alguma configuração?
      • \n" +"\t\t\t\t
      • - Traduziu ou gostaria de traduzir o Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Então, venha nos visitar na página de suporte do Mantra.

      \n" +"\t" + +#: admin/main.php:332 +msgid "Mantra Support Page" +msgstr "Página de Suporte do Mantra" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "Uma coluna (Sem barras laterais)" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "Duas colunas, barra lateral à direita" + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "Duas colunas, barra lateral à esquerda" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "Três colunas, barras lateral à direita" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "Três colunas, barras lateral à direita" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "Três colunas, com uma barra lateral de cada lado" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "Escolha o seu Layout" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "Absoluta" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "Relativa" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "Dimensões a serem utilizadas:" + +#: admin/settings.php:189 admin/settings.php:209 +msgid "Content =" +msgstr "Conteúdo =" + +#: admin/settings.php:190 admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "Barra(s) lateral(is)" + +#: admin/settings.php:191 admin/settings.php:211 +msgid "Total width =" +msgstr "Largura total =" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Selecione a largura do seu conteúdo e barra(s) lateral(is). \n" +"\t\tEmbora o conteúdo não possa ter uma largura menor de 500px, a área da " +"barra lateral tem pelo menos 220px e não mais do que 800px.
      \n" +"\t Se você selecionar uma área com três colunas (2 barras laterais), cada " +"uma delas terá metade da largura selecionada. " + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"Selecione a largura do seu conteúdo e barra(s) lateral(is). \n" +" \t\t Essas são as dimensões relativas — relativas ao navegador do usuário. " +"A largura total é uma porcentagem da largura do navegador.
      \n" +"\t Embora a largura do conteúdo não possa ser menor do que 40%, a área da " +"barra lateral tem pelo menos 20% e não mais do que 50%.
      \n" +"\t Se você selecionar uma área com três colunas (2 barras laterais), cada " +"uma delas terá metade da largura selecionada. " + +#: admin/settings.php:244 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"Selecione a altura do cabeçalho. Após salvar as configurações, faça o upload " +"da sua nova imagem para o cabeçalho. A largura do cabeçalho será =" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 +#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 +#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 +#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 +msgid "Enable" +msgstr "Habilitar" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 +#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 +#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 +#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 +msgid "Disable" +msgstr "Desabilitar" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page and " +"it will replace whatever page you have selected as homepage. It has a slider " +"and columns for presentation\n" +"\t\ttext and images." +msgstr "" +"Habilitar a página inicial de apresentação. Ela se tornará a sua nova página " +"inicial e substituirá qualquer outra página que você tenha designado como " +"página inicial. Ela tem um slider e colunas para apresentações\n" +"\t\ttexto e imagens." + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "Dimensões do Slider:" + +#: admin/settings.php:276 +msgid "width" +msgstr "largura" + +#: admin/settings.php:277 +msgid "height" +msgstr "altura" + +#: admin/settings.php:278 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "" +"Dimensões do seu slider. Certifique-se de que suas imagens têm o mesmo " +"tamanho." + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "Animação:" + +#: admin/settings.php:282 +msgid "Random" +msgstr "Aleatório" + +#: admin/settings.php:282 +msgid "Fold" +msgstr "Dobrar" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "Esmaecer" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "Deslizar para a Direita" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "Deslizar para a Esquerda" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "Fatiar para Baixo" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "Fatiar para Baixo e Esquerda" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "Fatiar para Cima" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "Fatiar para Cima e Esquerda" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "Fatiar para Cima e para Baixo" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "Fatiar para Cima, para Baixo e Esquerda" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "Caixa Aleatória" + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "Caixa e Chuva" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "Caixa e Chuva Invertida" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "Caixa e Chuva, Crescendo" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "Caixa e Chuva, Crescendo, Invertido" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "O efeito de transição que o seu slider vai ter." + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "Configurações da Borda:" + +#: admin/settings.php:293 +msgid "Width" +msgstr "Largura" + +#: admin/settings.php:294 +msgid "Color" +msgstr "Cor" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "A largura e a cor da borda do slider. " + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "Intervalo da Animação:" + +#: admin/settings.php:299 admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "milissegundos (1000ms = 1 segundo)" + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "O tempo durante o qual a animação de transição será exibida. " + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "Tempo de Pausa:" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "O intervalo no qual um slide ficará imóvel e visível." + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "Navegação do Slider:" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "Números" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "Marcadores" + +#: admin/settings.php:309 admin/settings.php:1259 +msgid "None" +msgstr "Nenhum" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "O estilo de navegação do seu slider. Exibido abaixo do slider. " + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "Setas do slider:" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "Sempre Visíveis" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "Visíveis quando o ponteiro estiver sobre o slider" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "Ocultas" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "As setas para a direita e para a esquerda do seu slider" + +#: admin/settings.php:370 admin/settings.php:438 +msgid "Select Category" +msgstr "Selecione a Categoria" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "Slides Personalizados" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "Posts mais recentes" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "Posts aleatórios" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "Posts fixos" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "Posts mais recentes da Categoria" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "Posts aleatórios da Categoria" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "Posts específicos " + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "Os posts mais recentes serão carregados no slider." + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "Posts aleatórios serão carregados no slider." + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "" +"Os posts mais recentes da categoria que você escolher serão carregados no " +"slider." + +#: admin/settings.php:423 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "" +"Posts aleatórios da categoria que você escolher serão carregados no slider." + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "Somente os posts fixos serão carregados no slider." + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "Digite as IDs dos posts que você quer exibir (separadas por vírgulas)" + +#: admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "
      Escolha a categoria:" + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "Numero de posts para exibir: " + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "Slide 1" + +#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 +#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 +#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "Fazer upload ou selecionar uma imagem da galeria" + +#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 +#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 +#: admin/settings.php:583 admin/settings.php:613 +msgid "Title" +msgstr "Título" + +#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 +#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 +#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 +msgid "Text" +msgstr "Texto" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "Slide 2" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "Slide 3" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "Slide 4" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "Slide 5" + +#: admin/settings.php:533 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"O conteúdo dos seus slides. Somente a imagem é necessária, todos os outros " +"campos são opcionais. Somente os slides com imagens selecionadas se tornarão " +"ativos e visíveis no slide principal. " + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "Número de colunas:" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "Altura da Imagem:" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "Texto \"Leia mais\":" + +#: admin/settings.php:559 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" +"O texto com link que aparece no final de cada coluna. Você pode deletar todo " +"o texto dentro dele se não o quiser. " + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "1ª Coluna" + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "2ª Coluna" + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "3ª Coluna" + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "4ª Coluna" + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "Texto Extra" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "Título Superior" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "Segundo título" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "Cor do título" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "A cor dos títulos (O valor default é 333333)." + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "Texto inferior 1" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "Texto inferior 2" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Mais texto para a sua página principal. O título superior fica acima do " +"slider; o segundo título fica entre o slider e as colunas e 2 outras linhas " +"de texto abaixo das colunas.\n" +"\t\t Tudo é opcional, por isso, deixe qualquer campo de dados vazio se não " +"for necessário preenchê-lo. " + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "Ocultar áreas" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "Ocultar a área do cabeçalho (imagem ou cor de fundo)" + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "Ocultar o menu principal (as abas de navegação do topo da página)." + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "Ocultar os widgets do rodapé. " + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "Ocultar o rodapé (área de copyright)." + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "Ocultar a cor branca. Somente a cor de fundo aparece. " + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "Escolha as áreas a ocultar na primeira página. " + +#: admin/settings.php:703 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"Selecione o tamanho da fonte que você usará no seu blog. Páginas, posts e " +"comentários serão afetados. Botões, Cabeçalhos e Menus Laterais continuarão " +"como estavam. " + +#: admin/settings.php:747 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"Selecione a família de fontes que você usará em seu blog. Todo o conteúdo " +"será afetado (incluindo os botões dos menus)" + +#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 +#: admin/settings.php:899 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" +"Ou insira a sua Google Font abaixo. Por favor, insira somente o " +"nome da fonte.
      Ex: Marko One. Vá para google fonts para mais " +"sugestões de fontes. " + +#: admin/settings.php:795 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"Selecione a família de fontes que você quer para os seus títulos. A escolha " +"afetará os títulos de posts e títulos de páginas. Selecionando 'Default', a " +"fonte geral que você selecionou será utilizada. " + +#: admin/settings.php:846 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"Selecione a família de fontes que você quer para a(s) sua(s) barra(s) lateral" +"(ais). A escolha afetará os textos nas barras laterais, incluindo quaisquer " +"widgets. Selecionando 'Default', a fonte geral que você selecionou será " +"utilizada. " + +#: admin/settings.php:897 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"Selecione a família de fontes que você quer para os seus subtítulos e " +"cabeçalhos. A escolha afetará os marcadores h2 - h6. Selecionando 'Default', " +"a fonte geral que você selecionou será utilizada. " + +#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 +#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 +msgid "Default" +msgstr "Default" + +#: admin/settings.php:917 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"Tamanho da fonte do cabeçalho do post. Escolha 'Default' para configurações " +"normais (o tamanho será o mesmo que foi definido pelo CSS). " + +#: admin/settings.php:932 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"Tamanho da fonte da barra lateral. Escolha 'Default' para configurações " +"normais (o tamanho será o mesmo que foi definido pelo CSS). " + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Left" +msgstr "Esquerda" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Right" +msgstr "Direita" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "Justificar" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Center" +msgstr "Centralizar" + +#: admin/settings.php:947 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"Este parâmetro indica o alinhamento do texto nos posts e páginas. Escolha " +"'Default' para configurações normais (o alinhamento será o mesmo que for " +"definido nos posts, comentários, etc). " + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "Escolha o valor do recuo para os seus parágrafos. " + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "Desabilitar o cabeçalho default e o recuo do título (margem esquerda)" + +#: admin/settings.php:992 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"Altura da linha de texto. A altura entre duas linhas de texto. Escolha " +"'Default' para configurações normais (o tamanho será o mesmo que foi " +"definido pelo CSS). " + +#: admin/settings.php:1007 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"O espaço entre as palavras. Escolha 'Default' para configurações " +"normais (o valor será o mesmo que foi definido pelo CSS). " + +#: admin/settings.php:1022 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"O espaço entre as letras. Escolha 'Default' para configurações " +"normais (o valor será o mesmo que foi definido pelo CSS). " + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "Desabilitar a sombra default do texto em cabeçalhos e títulos. " + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "Cor de fundo (O valor Default é 444444)." + +#: admin/settings.php:1059 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" +"Cor do fundo do cabeçalho (O valor Default é 333333). Você pode apagar todo " +"o texto da caixa para não exibir uma cor de fundo. " + +#: admin/settings.php:1066 +msgid "" +"Content background color (Default value is FAFAFA). Works best with really " +"light colors." +msgstr "" +"Cor do fundo do conteúdo (O valor Default é FAFAFA). Funciona melhor com " +"cores bem claras. " + +#: admin/settings.php:1073 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"Cor do fundo do menu principal (O valor Default é FAFAFA). Deve ser a mesma " +"cor utilizada no fundo do conteúdo, ou tão claro quanto ela. " + +#: admin/settings.php:1081 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "Cor do fundo da área dos widgets no rodapé (O valor Default é 171717)." + +#: admin/settings.php:1089 +msgid "Footer background color (Default value is 222222)." +msgstr "Cor do fundo do rodapé (O valor Default é 222222)." + +#: admin/settings.php:1097 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "Cor do título do seu blog (O valor Default é 0D85CC)." + +#: admin/settings.php:1105 +msgid "Your blog's description color(Default value is 222222)." +msgstr "Cor da descrição do seu blog (O valor Default é 222222)." + +#: admin/settings.php:1113 +msgid "Content Text Color (Default value is 333333)." +msgstr "Cor texto de conteúdo (O valor Default é 333333)." + +#: admin/settings.php:1121 +msgid "Links color (Default value is 0D85CC)." +msgstr "Cor dos links (O valor Default é 0D85CC)." + +#: admin/settings.php:1129 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "" +"Cor dos links quando o ponteiro estiver sobreposto (O valor Default é " +"333333)." + +#: admin/settings.php:1137 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "Cor do texto do cabeçalho do post (O valor Default é 333333)." + +#: admin/settings.php:1145 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" +"Cor do texto do cabeçalho do post quando o ponteiro estiver sobreposto (O " +"valor Default é 000000)." + +#: admin/settings.php:1153 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "Cor fundo do cabeçalho da Barra Lateral (O valor Default é 444444)." + +#: admin/settings.php:1162 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "Cor do Texto do Cabeçalho da Barra Lateral (o valor Default é 2EA5FD)." + +#: admin/settings.php:1170 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "Cor do Texto dos Widgets do Rodapé (o valor Default é 0D85CC)" + +#: admin/settings.php:1178 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "Cor dos Links dos Widgets do Rodapé (o valor Default é 666666)." + +#: admin/settings.php:1186 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" +"Cor dos Links dos Widgets do Rodapé quando o mouse estiver sobreposto (o " +"valor Default é 888888)." + +#: admin/settings.php:1198 admin/settings.php:1259 +msgid "White" +msgstr "Branco" + +#: admin/settings.php:1198 +msgid "Light" +msgstr "Claro" + +#: admin/settings.php:1198 +msgid "Light Gray" +msgstr "Cinza Claro" + +#: admin/settings.php:1198 admin/settings.php:1259 +msgid "Gray" +msgstr "Cinza" + +#: admin/settings.php:1198 +msgid "Dark Gray" +msgstr "Cinza Escuro" + +#: admin/settings.php:1198 +msgid "Black" +msgstr "Preto" + +#: admin/settings.php:1206 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"Este parâmetro muda a configuração das suas legendas. Imagens que não forem " +"inseridas por meio de legendas não serão afetadas. " + +#: admin/settings.php:1222 +msgid "The border around your inserted images. " +msgstr "A borda ao redor das imagens inseridas." + +#: admin/settings.php:1237 +msgid "The image on top of your captions. " +msgstr "A imagem em cima das suas legendas. " + +#: admin/settings.php:1252 +msgid "The sidebar list bullets. " +msgstr "Os marcadores das listas na barra lateral." + +#: admin/settings.php:1267 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "" +"O fundo da sua área de meta-tags para os posts (abaixo dos títulos dos " +"posts). A cor default é cinza.<" + +#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 +#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 +#: admin/settings.php:1383 admin/settings.php:1399 admin/settings.php:1442 +#: admin/settings.php:1457 admin/settings.php:1472 admin/settings.php:1487 +#: admin/settings.php:1502 admin/settings.php:1517 admin/settings.php:1532 +#: admin/settings.php:1547 +msgid "Show" +msgstr "Exibir" + +#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 +#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 +#: admin/settings.php:1399 admin/settings.php:1442 admin/settings.php:1457 +#: admin/settings.php:1472 admin/settings.php:1487 admin/settings.php:1502 +#: admin/settings.php:1517 admin/settings.php:1532 admin/settings.php:1547 +msgid "Hide" +msgstr "Ocultar" + +#: admin/settings.php:1283 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "Oculta ou exibe uma barra horizontal para separar os posts. " + +#: admin/settings.php:1299 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"Oculta ou exibe marcadores ao lado das listas que estão na sua área de " +"conteúdo (posts, páginas, etc). " + +#: admin/settings.php:1316 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"Oculta ou exibe o Título e a Descrição no cabeçalho do seu blog (recomendado " +"se você tiver uma imagem personalizada para o cabeçalho com texto). " + +#: admin/settings.php:1331 +msgid "Hide or show Page titles on any created pages. " +msgstr "" +"Oculta ou exibe títulos de páginas em quaisquer páginas criadas." + +#: admin/settings.php:1346 +msgid "Hide or show Page titles on Category Pages. " +msgstr "Oculta ou exibe títulos de páginas em páginas de Categorias." + +#: admin/settings.php:1361 +msgid "Hide table borders and background color." +msgstr "Oculta as bordas das tabelas e a cor de fundo" + +#: admin/settings.php:1376 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"Ocultar o texto explicativo sob o formulário de comentários. (Inicia com " +"Você pode utilizar estas tags HTML e atributos:... )." + +#: admin/settings.php:1383 +msgid "Hide in posts" +msgstr "Ocultar nos posts" + +#: admin/settings.php:1383 +msgid "Hide in pages" +msgstr "Ocultar nas páginas" + +#: admin/settings.php:1383 +msgid "Hide everywhere" +msgstr "Ocultar em todo o site" + +#: admin/settings.php:1391 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"Ocultar o texto Os comentários estão encerrados que é exibido por " +"default em páginas ou postagens com os comentários desabilitados. " + +#: admin/settings.php:1407 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"Ocultar o texto Comentários desativados ao lado de posts onde não é " +"permitido acrescentar comentários. " + +#: admin/settings.php:1423 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"Habilitar o botão Voltar ao Topo. O botão aparece depois de rolar a página " +"para baixo. " + +#: admin/settings.php:1430 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"Insira textos personalizados ou cĂłdigos HTML que aparecerçao por Ăşltimo no " +"seu rodapĂ©.
      VocĂŞ pode usar HTML para inserir links, imagens e " +"caracteres especiais como ©. " + +#: admin/settings.php:1450 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"Ocultar ou exibir a mensagem Deixe um comentário ou " +"x Comentários ao lado dos posts ou dos resumos dos posts. " + +#: admin/settings.php:1465 +msgid "Hide or show the post date." +msgstr "Oculta ou exibe a data do post." + +#: admin/settings.php:1480 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"Mostra o horário do post com a data. O horário nĂŁo será visĂ­vel se a data do " +"post estiver oculta. " + +#: admin/settings.php:1495 +msgid "Hide or show the post author." +msgstr "Oculta ou exibe o autor do post." + +#: admin/settings.php:1510 +msgid "Hide the post category." +msgstr "Oculta a categoria do post." + +#: admin/settings.php:1525 +msgid "Hide the post tags." +msgstr "Oculta as palavras-chave do post. " + +#: admin/settings.php:1540 +msgid "Hide the 'Bookmark permalink'." +msgstr "Ocultar a mensagem \"Marcar permalink\". " + +#: admin/settings.php:1555 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" +"Ocultar todas as meta-tags do post. Todas as meta-informações e meta-áreas " +"ficarĂŁo ocultas." + +#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 +msgid "Excerpt" +msgstr "Resumo" + +#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 +msgid "Full Post" +msgstr "Post na Ă­ntegra" + +#: admin/settings.php:1576 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"Resumos na página principal. Somente os posts padrĂŁo serĂŁo afetados. Todos " +"os outros formatos de post (aparte, imagem, bate-papo, citação, etc.) tem " +"sua formatação especĂ­fica." + +#: admin/settings.php:1591 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"Escolha se vocĂŞ quer que os posts permanentes na sua página principal sejam " +"visĂ­veis, ou apenas os resumos. " + +#: admin/settings.php:1607 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"Resumos do arquivo, categoria e páginas de busca. Assim como mencionado " +"acima, somente os posts padrĂŁo serĂŁo afetados. " + +#: admin/settings.php:1615 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"O nĂşmero de palavras que um resumo terá. Quando este nĂşmero for alcançado, o " +"post será interrompido por um link Continue a leitura que \n" +"\t\t\t\t\t\t\t levará o leitor Ă  página com o post na Ă­ntegra. " + +#: admin/settings.php:1631 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"Habilitar o Layout de Revista. Este layout Ă© aplicado a paginas com posts, e " +"mostra dois posts por linha. " + +#: admin/settings.php:1638 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "" +"Substitui os trĂŞs pontos ('[...]') que sĂŁo acrescentados automaticamente aos " +"resumos." + +#: admin/settings.php:1645 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "" +"Editar o link \"Continue a Leitura\" acrescentado aos resumos dos seus " +"posts. " + +#: admin/settings.php:1660 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "Por default, os resumos do Wordpress removem todas as tags HTML (" + +#: admin/settings.php:1691 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"Mostra as imagens de apresentação como miniaturas nos posts. As imagens " +"devem ser selecionadas para cada post na seção de Imagem de Apresentação. " + +#: admin/settings.php:1706 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"Mostra a primeira imagem que vocĂŞ inseriu em um post como miniatura. Se vocĂŞ " +"habilitar esta opção, a primeira imagem no seu post será usada, mesmo que " +"vocĂŞ selecione uma Imagem de Apresentação para o seu post. " + +#: admin/settings.php:1722 +msgid "Thumbnail alignment." +msgstr "Alinhamento das miniaturas." + +#: admin/settings.php:1739 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"O tamanho que vocĂŞ quer que as miniaturas tenham (em pixels). Por default, " +"as imagens serĂŁo redimensionadas proporcionalmente Ă s dimensões originais. " +"Selecione cortar as imagens se quiser o tamanho exato. " + +#: admin/settings.php:1755 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"Mostrar imagens de apresentação nos cabeçalhos. O cabeçalho será substituĂ­do " +"por uma imagem de apresentação se vocĂŞ a selecionar como Imagem de " +"Apresentação no post e \n" +"\t\t\t\t\t\t\t se ela for maior ou igual ao tamanho atual do cabeçalho." + +#: admin/settings.php:1776 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"Selecione sua Rede Social desejada a partir do menu Ă  esquerda e insira o " +"endereço correspondente na área Ă  direita. (ex: http://www.facebook.com/" +"yourname )" + +#: admin/settings.php:1790 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "VocĂŞ pode inserir atĂ© 5 sites diferentes de redes sociais e endereços." + +#: admin/settings.php:1804 +msgid "There are a total of 27 social networks to choose from. " +msgstr "Há um total de 27 redes sociais para escolher. " + +#: admin/settings.php:1818 +msgid "You can leave any number of inputs empty. " +msgstr "VocĂŞ pode deixar quaisquer entradas vazias. " + +#: admin/settings.php:1832 +msgid "You can choose the same social media any number of times. " +msgstr "VocĂŞ pode escolher a mesma mĂ­dia social qualquer nĂşmero de vezes. " + +#: admin/settings.php:1863 +msgid "Choose the areas where to display the social icons." +msgstr "Escolha as áreas onde os Ă­cones sociais serĂŁo exibidos. " + +#: admin/settings.php:1884 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "" +"Transforme o cabeçalho em um link clicável que leva Ă  página inicial do " +"site. " + +#: admin/settings.php:1899 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"Mostrar a navegação estrutural no topo da área de conteĂşdo. A navegação " +"estrutural Ă© uma forma de navegação que mantĂ©m o registro da sua localização " +"dentro do site." + +#: admin/settings.php:1914 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"Mostrar a paginação numerada. Onde houver mais do que uma página, ao invĂ©s " +"dos links de Posts mais antigos e Posts mais recentesque vocĂŞ " +"tem em uma paginação numerada. " + +#: admin/settings.php:1929 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"Habilitar o layout mĂłvel e fazer com que o Mantra se adapte Ă  tela de " +"dispositivos mĂłveis. O layout e o visual do seu blog mudarĂŁo dependendo do " +"aparelho e da resolução em que ele for visualizado. " + +#: admin/settings.php:1939 +msgid "Upload or select favicon from gallery" +msgstr "Enviar ou selecionar um favicon da galeria." + +#: admin/settings.php:1943 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"Limitações: Deve obrigatoriamente ser uma imagem. Deve ter dimensões de no " +"máximo 64x64 pixels. Extensões recomendadas para o arquivo sĂŁo .ico e .png ." + +#: admin/settings.php:1951 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"Insira o seu CSS personalizado aqui. Quaisquer declarações de CSS feitas " +"aqui irão se sobrepor às do Mantra (até mesmo as opções personalizadas " +"especificadas aqui mesmo na página de Configurações do Mantra).
      Seus " +"CSS personalizados serĂŁo preservados quando o tema for atualizado." + +#: admin/settings.php:1958 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "" +"Insira o seu cĂłdigo Javascripto personalizado aqui. (Google Analytics e " +"outras formas de software analĂ­tico). " + +#: admin/settings.php:1971 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"Habilitar o SEO (Search Engine Optimization) do Mantra. Por default, está " +"habilitado, e sĂł deve ser desativado se vocĂŞ estiver utilizando um plug-in " +"para SEO. " + +#: admin/settings.php:1983 +msgid "Auto" +msgstr "Automático" + +#: admin/settings.php:1983 +msgid "Manual" +msgstr "Manual" + +#: includes/theme-functions.php:213 +msgid "Home Page" +msgstr "Página Inicial" + +#: includes/theme-loop.php:146 +msgid "says:" +msgstr "diz:" + +#: includes/theme-loop.php:152 +msgid "Your comment is awaiting moderation." +msgstr "Seu comentário está aguardando o processo de moderação." + +#: includes/theme-loop.php:159 +msgid "at" +msgstr "em" + +#: includes/theme-loop.php:159 includes/theme-loop.php:176 +msgid "(Edit)" +msgstr "(Editar)" + +#: includes/theme-loop.php:176 +msgid "Pingback: " +msgstr "Pingback: " + +#: includes/theme-loop.php:213 +msgid "By " +msgstr "Por " + +#: includes/theme-loop.php:224 +msgid "Leave a comment" +msgstr "Deixe um comentário" + +#: includes/theme-loop.php:224 +msgid "1 Comment" +msgstr "1 Comentário" + +#: includes/theme-loop.php:224 +msgid "% Comments" +msgstr "% Comentários" + +#: includes/theme-loop.php:247 +msgid " Bookmark the " +msgstr "Adicionar aos favoritos o " + +#: includes/theme-loop.php:247 includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "Permalink to" +msgstr "Permalink para" + +#: includes/theme-loop.php:247 includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "permalink" +msgstr "permalink" + +#: includes/theme-loop.php:249 includes/theme-loop.php:251 +msgid "Bookmark the " +msgstr "Adicionar aos favoritos o " + +#: includes/theme-loop.php:273 +msgid "« Older posts" +msgstr "« Posts mais antigos" + +#: includes/theme-loop.php:274 +msgid "Newer posts »" +msgstr "Posts mais recentes »" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "Página %s" + +#: includes/theme-setup.php:91 +msgid "Primary Navigation" +msgstr "Navegação Primária" + +#: includes/theme-setup.php:92 +msgid "Top Navigation" +msgstr "Navegação no Cabeçalho " + +#: includes/theme-setup.php:93 +msgid "Footer Navigation" +msgstr "Navegação no RodapĂ©" + +#: includes/theme-setup.php:137 +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:198 +msgid "Skip to content" +msgstr "Ir direto ao conteĂşdo" + +#: includes/theme-setup.php:224 +msgid "Primary Widget Area - Sidebar 1" +msgstr "Ărea primária de Widgets - Barra Lateral 1" + +#: includes/theme-setup.php:226 +msgid "Primary widget area - Sidebar 1" +msgstr "Ărea primária de widgets - Barra Lateral 1" + +#: includes/theme-setup.php:235 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "Ărea Secundária de Widgets - Barra Lateral 1" + +#: includes/theme-setup.php:237 +msgid "Secondary widget area - Sidebar 1" +msgstr "Ărea secundária de widgets - Barra Lateral 1" + +#: includes/theme-setup.php:246 +msgid "Third Widget Area - Sidebar 2" +msgstr "Terceira Ărea de Widgets - Barra Lateral 2" + +#: includes/theme-setup.php:248 +msgid "Third widget area - Sidebar 2" +msgstr "Terceira área de widgets - Barra Lateral 2" + +#: includes/theme-setup.php:257 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "Quarta Ărea de Widgets - Barra Lateral 2" + +#: includes/theme-setup.php:259 +msgid "Fourth widget area - Sidebar 2" +msgstr "Quarta área de widgets - Barra Lateral 2" + +#: includes/theme-setup.php:268 +msgid "First Footer Widget Area" +msgstr "Primeira Ărea de Widgets no RodapĂ©" + +#: includes/theme-setup.php:270 +msgid "First footer widget area" +msgstr "Primeira área de widgets no RodapĂ©" + +#: includes/theme-setup.php:279 +msgid "Second Footer Widget Area" +msgstr "Segunda Ărea de Widgets no RodapĂ©" + +#: includes/theme-setup.php:281 +msgid "Second footer widget area" +msgstr "Segunda área de widgets no RodapĂ©" + +#: includes/theme-setup.php:290 +msgid "Third Footer Widget Area" +msgstr "Terceira Ărea de Widgets no RodapĂ©" + +#: includes/theme-setup.php:292 +msgid "The third footer widget area" +msgstr "A terceira área de widgets no rodapĂ©" + +#: includes/theme-setup.php:301 +msgid "Fourth Footer Widget Area" +msgstr "Quarta Ărea de Widgets no RodapĂ©" + +#: includes/theme-setup.php:303 +msgid "The fourth footer widget area" +msgstr "A quarta area de widgets no rodapĂ©" diff --git a/themes/mantra/languages/ru_RU.mo b/themes/mantra/languages/ru_RU.mo deleted file mode 100644 index 17439099..00000000 Binary files a/themes/mantra/languages/ru_RU.mo and /dev/null differ diff --git a/themes/mantra/languages/ru_RU.po b/themes/mantra/languages/ru_RU.po deleted file mode 100644 index 71ce5ccb..00000000 --- a/themes/mantra/languages/ru_RU.po +++ /dev/null @@ -1,2313 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-08-23 14:29+0200\n" -"PO-Revision-Date: 2013-09-06 13:28+0400\n" -"Last-Translator: Дмитрий Кирьянов \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.5\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "Не найдено" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"ПриноŃим извинения, но запраŃиваемая Ńтраница не найдена. ПопробŃйте " -"воŃпользоватьŃŃŹ поиŃком." - -#: archive.php:26 -#, php-format -msgid "Daily Archives: %s" -msgstr "Đрхив по дням: %s" - -#: archive.php:28 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Đрхив по меŃяцам: %s" - -#: archive.php:28 -msgid "F Y" -msgstr "F Y" - -#: archive.php:30 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Годовой архив: %s" - -#: archive.php:30 -msgid "Y" -msgstr "Y" - -#: archive.php:32 -msgid "Blog Archives" -msgstr "ЗапиŃи блога" - -#: archive.php:58 author.php:75 category.php:51 index.php:41 search.php:41 -#: tag.php:52 template-blog.php:36 -msgid "Nothing Found" -msgstr "Ничего не найдено" - -#: archive.php:62 author.php:79 category.php:55 index.php:45 tag.php:56 -#: template-blog.php:40 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"ПриноŃим извинения, но для запраŃиваемого архива ничего не найдено. " -"ПопробŃйте воŃпользоватьŃŃŹ поиŃком." - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Переход Đş %s" - -#: attachment.php:29 -msgid "By" -msgstr "Đвтор" - -#: attachment.php:40 -msgid "Published" -msgstr "ОпŃбликовано" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "Полный размер в %s пикŃелях" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "СŃылка Đş ĐżĐľĐ»Đ˝ĐľĐĽŃ Đ¸Đ·ĐľĐ±Ń€Đ°Đ¶ĐµĐ˝Đ¸ŃŽ" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:49 content-gallery.php:65 content-image.php:42 -#: content-link.php:49 content-page.php:22 content-quote.php:46 -#: content-status.php:48 content.php:76 single.php:54 -#: template-onecolumn.php:27 template-page-with-intro.php:17 -msgid "Edit" -msgstr "Đзменить" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Продолжить чтение" - -#: attachment.php:101 content-aside.php:39 content-chat.php:38 -#: content-gallery.php:55 content-image.php:33 content-link.php:38 -#: content-page.php:21 content-quote.php:36 content-status.php:39 -#: content.php:49 content.php:65 single.php:32 template-onecolumn.php:26 -#: template-page-with-intro.php:16 -msgid "Pages:" -msgstr "Страницы:" - -#: author.php:29 -#, php-format -msgid "Author Archives: %s" -msgstr "Đрхив по авторŃ: %s" - -#: author.php:50 -#, php-format -msgid "About %s" -msgstr "Đž %s" - -#: category.php:20 -#, php-format -msgid "Category Archives: %s" -msgstr "Đрхив по Ń€Ńбрикам: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "" -"Đ­Ń‚Đ° запиŃŃŚ защищена паролем. ПожалŃĐąŃŃ‚Đ°, введите пароль для проŃмотра " -"комментариев." - -#: content-aside.php:20 -msgid "Aside" -msgstr "ОтŃŃ‚Ńпление" - -#: content-aside.php:38 content-chat.php:37 content-gallery.php:33 -#: content-image.php:32 content-link.php:37 content-quote.php:35 -#: content-status.php:38 -msgid "Continue reading " -msgstr "Продолжить чтение " - -#: content-aside.php:46 content-chat.php:45 content-gallery.php:62 -#: content-image.php:39 content-link.php:45 content-quote.php:43 -#: content-status.php:46 content.php:74 includes/theme-loop.php:206 -msgid "Tagged" -msgstr "Метки" - -#: content-chat.php:20 -msgid "Chat" -msgstr "Чат" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "Галерея" - -#: content-image.php:19 admin/settings.php:452 admin/settings.php:467 -#: admin/settings.php:482 admin/settings.php:497 admin/settings.php:512 -#: admin/settings.php:554 admin/settings.php:569 admin/settings.php:584 -#: admin/settings.php:599 -msgid "Image" -msgstr "Đзображение" - -#: content-link.php:20 admin/settings.php:459 admin/settings.php:474 -#: admin/settings.php:489 admin/settings.php:504 admin/settings.php:519 -#: admin/settings.php:561 admin/settings.php:576 admin/settings.php:591 -#: admin/settings.php:606 -msgid "Link" -msgstr "СŃылка" - -#: content-page.php:27 includes/theme-comments.php:136 -msgid "Comments are closed." -msgstr "ВозможноŃŃ‚ŃŚ комментирования заблокирована." - -#: content-quote.php:18 -msgid "Quote" -msgstr "Цитировать" - -#: content-status.php:30 -msgid "Status" -msgstr "СтатŃŃ" - -#: search.php:20 -#, php-format -msgid "Search Results for: %s" -msgstr "ĐŃкомые резŃльтаты Đş: %s" - -#: search.php:39 -#, php-format -msgid "No search results for: %s" -msgstr "Нет резŃльтатов поиŃка Đş: %s" - -#: searchform.php:1 -msgid "Search" -msgstr "ĐŃкать" - -#: single.php:45 -msgid "View all posts by " -msgstr "ПроŃмотреть вŃе запиŃи Đ·Đ° авторŃтвом" - -#: tag.php:21 -#, php-format -msgid "Tag Archives: %s" -msgstr "Đрхив меток: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "Перед загрŃзкой файла Đ’Đ°ĐĽ ŃледŃет ŃŃтранить возможнŃŃŽ ĐľŃибкŃ:" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Đмпорт наŃтроек темы" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"ЗдеŃŃŚ импортирŃŃŽŃ‚ŃŃŹ наŃтройки темы Mantra. ПожалŃĐąŃŃ‚Đ° помните, ŃŤŃ‚Đ° " -"возможноŃŃ‚ŃŚ Đ´Đľ Ńих пор ŃŤĐşŃпериментальная." - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Выберите файл Ń Đ’Đ°Ńего компьютера:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "МакŃимальный размер: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "Đмпорт!" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Đмпорт наŃтроек темы" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "ПревоŃходно! НаŃтройки импортированы!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "ВернитеŃŃŚ Đş Ńтранице наŃтроек Mantra и проверьте их!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Oops, похоже еŃŃ‚ŃŚ небольŃĐ°ŃŹ проблема." - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"ЗагрŃженный файл не Ńодержит требŃемых наŃтроек темы. ПожалŃĐąŃŃ‚Đ° ŃбедитеŃŃŚ, " -"что файл ŃŤĐşŃпортирован из наŃтроек Mantra." - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "Не ŃĐ´Đ°Ń‘Ń‚ŃŃŹ прочеŃŃ‚ŃŚ загрŃженный файл." - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"ЗагрŃженный файл не поддерживаетŃŃŹ. ПожалŃĐąŃŃ‚Đ° ŃбедитеŃŃŚ, что файл " -"ŃŤĐşŃпортирован из наŃтроек Mantra и имеет раŃŃирение .txt." - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Oops! Файл ĐżŃŃтой или отŃŃŃ‚ŃтвŃет. Такая ĐľŃибка может возникнŃŃ‚ŃŚ еŃли в " -"наŃтройках php.ini отключена возможноŃŃ‚ŃŚ загрŃзки или значение post_max_size " -"определено меньŃе, чем upload_max_filesize вŃŃ‘ в том же php.ini." - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "ОШĐĐ‘ĐšĐ: Đ’Ń‹ не авторизованы для проведения данной операции." - -#: admin/main.php:100 -msgid "Layout Settings" -msgstr "НаŃтройки Ńхемы раŃположения" - -#: admin/main.php:101 -msgid "Header Settings" -msgstr "НаŃтройки заголовка" - -#: admin/main.php:102 -msgid "Presentation Page" -msgstr "Страничка презентаций" - -#: admin/main.php:103 -msgid "Text Settings" -msgstr "НаŃтройки текŃŃ‚Đ°" - -#: admin/main.php:104 -msgid "Color Settings" -msgstr "НаŃтройки цвета" - -#: admin/main.php:105 -msgid "Graphics Settings" -msgstr "НаŃтройки графичеŃкого оформления" - -#: admin/main.php:106 -msgid "Post Information Settings" -msgstr "НаŃтройки запиŃей" - -#: admin/main.php:107 -msgid "Post Excerpt Settings" -msgstr "НаŃтройки краткого Ńодержания" - -#: admin/main.php:108 -msgid "Featured Image Settings" -msgstr "НаŃтройки миниатюр" - -#: admin/main.php:109 -msgid "Social Media Settings" -msgstr "НаŃтройки интеграции Ńоциальных Ńетей" - -#: admin/main.php:110 -msgid "Miscellaneous Settings" -msgstr "ĐžŃтальные наŃтройки" - -#: admin/main.php:113 -msgid "Main Layout" -msgstr "ĐžŃновная Ńхема раŃположения" - -#: admin/main.php:114 -msgid "Content / Sidebar Width" -msgstr "Ширина: Контента / Боковой панели" - -#: admin/main.php:115 -msgid "Responsiveness" -msgstr "ĐвтоподŃтройка Ńирины и разреŃения" - -#: admin/main.php:118 -msgid "Enable Presentation Page" -msgstr "Включение Ńтранички презентаций" - -#: admin/main.php:119 -msgid "Slider Settings" -msgstr "НаŃтройки Ńлайдера" - -#: admin/main.php:120 -msgid "Slides" -msgstr "Слайды" - -#: admin/main.php:121 -msgid "Presentation Page Columns" -msgstr "Колонки Ńтранички презентаций" - -#: admin/main.php:122 -msgid "Extras" -msgstr "Дополнения" - -#: admin/main.php:125 -msgid "Header Height" -msgstr "Đ’Ń‹Ńота заголовка" - -#: admin/main.php:126 -msgid "Header Image" -msgstr "Đзображение заголовка" - -#: admin/main.php:127 -msgid "Site Header" -msgstr "Заголовок Ńайта" - -#: admin/main.php:128 -msgid "Custom Logo Upload" -msgstr "ЗагрŃзка Ńвоего логотипа" - -#: admin/main.php:129 -msgid "Header Spacing" -msgstr "ОтŃŃ‚ŃĐż заголовка" - -#: admin/main.php:130 -msgid "Rounded Menu Corners" -msgstr "ЗакрŃглённые Ńглы меню" - -#: admin/main.php:131 -msgid "FavIcon Upload" -msgstr "ЗагрŃзка иконки Ńайта (фав-иконки)" - -#: admin/main.php:133 -msgid "General Font" -msgstr "ĐžŃновной Ńрифт" - -#: admin/main.php:134 -msgid "General Font Size" -msgstr "Размер ĐľŃновного Ńрифта" - -#: admin/main.php:135 -msgid "Post Title Font " -msgstr "Шрифт заголовка запиŃи" - -#: admin/main.php:136 -msgid "Post Title Font Size" -msgstr "Размер Ńрифта заголовка запиŃи" - -#: admin/main.php:137 -msgid "Sidebar Font" -msgstr "Шрифт бокового меню" - -#: admin/main.php:138 -msgid "SideBar Font Size" -msgstr "Размер Ńрифта бокового меню" - -#: admin/main.php:139 -msgid "Headings Font" -msgstr "Шрифт подзаголовков" - -#: admin/main.php:140 -msgid "Force Text Align" -msgstr "ПринŃдительное выравнивание текŃŃ‚Đ°" - -#: admin/main.php:141 -msgid "Paragraph spacing" -msgstr "ОтŃŃ‚ŃĐż абзаца" - -#: admin/main.php:142 -msgid "Paragraph indent" -msgstr "ОтŃŃ‚ŃĐż абзаца" - -#: admin/main.php:143 -msgid "Header indent" -msgstr "ОтŃŃ‚ŃĐż заголовка" - -#: admin/main.php:144 -msgid "Line Height" -msgstr "МежŃтрочный интервал" - -#: admin/main.php:145 -msgid "Word spacing" -msgstr "Đнтервал ĐĽĐµĐ¶Đ´Ń Ńловами" - -#: admin/main.php:146 -msgid "Letter spacing" -msgstr "МежбŃквенный интервал" - -#: admin/main.php:147 -msgid "Text shadow" -msgstr "ОтбраŃывание тени в текŃте" - -#: admin/main.php:149 -msgid "Background Image" -msgstr "Цвета фона" - -#: admin/main.php:150 -msgid "Background Color" -msgstr "Цвета фона" - -#: admin/main.php:151 -msgid "Header (Banner and Menu) Background Color" -msgstr "Фоновый цвет заголовка (баннер и меню)" - -#: admin/main.php:152 -msgid "Content Background Color" -msgstr "Цвет фона ĐľŃновного Ńодержимого" - -#: admin/main.php:153 -msgid "Menu Items Background Color" -msgstr "Цвет фона меню элементов" - -#: admin/main.php:154 -msgid "First Sidebar Background Color" -msgstr "Цвет фона первого бокового меню" - -#: admin/main.php:155 -msgid "Second Sidebar Background Color" -msgstr "Цвет фона второго бокового меню" - -#: admin/main.php:157 -msgid "Site Title Color" -msgstr "Цвет названия Ńайта" - -#: admin/main.php:158 -msgid "Site Description Color" -msgstr "Цвет опиŃания Ńайта" - -#: admin/main.php:160 -msgid "Content Text Color" -msgstr "Цвет ĐľŃновного текŃŃ‚Đ°" - -#: admin/main.php:161 -msgid "Links Color" -msgstr "Цвет ŃŃылок" - -#: admin/main.php:162 -msgid "Links Hover Color" -msgstr "Цвет выделенных ŃŃылок" - -#: admin/main.php:163 -msgid "Post Title Color" -msgstr "Цвет заголовка запиŃи" - -#: admin/main.php:164 -msgid "Post Title Hover Color" -msgstr "Цвет выделенного заголовка запиŃи" - -#: admin/main.php:165 -msgid "Sidebar Header Background Color" -msgstr "Цвет фона заголовка боковой панели" - -#: admin/main.php:166 -msgid "Sidebar Header Text Color" -msgstr "Цвет текŃŃ‚Đ° заголовка боковой панели" - -#: admin/main.php:167 -msgid "Footer Widget Background Color" -msgstr "Цвет фона виджетов нижнего колонтитŃла (footer)" - -#: admin/main.php:168 -msgid "Footer Background Color" -msgstr "Цвет фона нижнего колонтитŃла (footer)" - -#: admin/main.php:169 -msgid "Footer Widget Header Text Color" -msgstr "Цвет текŃŃ‚Đ° заголовков виджетов нижнего колонтитŃла (footer)" - -#: admin/main.php:170 -msgid "Footer Widget Link Color" -msgstr "Цвет ŃŃылок нижнего колонтитŃла (footer)" - -#: admin/main.php:171 -msgid "Footer Widget Hover Color" -msgstr "Цвет выделенных ŃŃылок нижнего колонтитŃла (footer)" - -#: admin/main.php:173 -msgid "Breadcrumbs" -msgstr "Строка ĐżŃти" - -#: admin/main.php:174 -msgid "Pagination" -msgstr "ĐťŃмерация Ńтраниц" - -#: admin/main.php:175 -msgid "Post Images Border" -msgstr "Рамка изображения" - -#: admin/main.php:176 -msgid "Caption Border" -msgstr "Рамка изображения" - -#: admin/main.php:177 -msgid "Caption Pin" -msgstr "Отметка прикрепления" - -#: admin/main.php:178 -msgid "Sidebar Menu Bullets" -msgstr "Маркеры бокового меню" - -#: admin/main.php:179 -msgid "Meta Area Background" -msgstr "Фон мета данных" - -#: admin/main.php:180 -msgid "Post Separator" -msgstr "Разделитель запиŃей" - -#: admin/main.php:181 -msgid "Content List Bullets" -msgstr "Маркеры ĐľŃновного Ńодержимого" - -#: admin/main.php:182 -msgid "Page Titles" -msgstr "Названия Ńтраниц" - -#: admin/main.php:183 -msgid "Category Page Titles" -msgstr "Названия Ńтранички Ń€Ńбрик" - -#: admin/main.php:184 -msgid "Hide Tables" -msgstr "Скрыть таблицы" - -#: admin/main.php:185 -msgid "Back to Top button" -msgstr "Кнопка \"Наверх\"" - -#: admin/main.php:186 -msgid "Text Under Comments" -msgstr "ТекŃŃ‚ под комментариями" - -#: admin/main.php:187 -msgid "Comments are closed text" -msgstr "ТекŃŃ‚ заблокированных комментариев" - -#: admin/main.php:188 -msgid "Comments off" -msgstr "Комментарии отключены" - -#: admin/main.php:190 -msgid "Post Comments Link" -msgstr "СŃылка на комментарии Đş запиŃи" - -#: admin/main.php:191 -msgid "Post Date" -msgstr "Дата запиŃи" - -#: admin/main.php:192 -msgid "Post Time" -msgstr "Время запиŃи" - -#: admin/main.php:193 -msgid "Post Author" -msgstr "Đвтор запиŃи" - -#: admin/main.php:194 -msgid "Post Category" -msgstr "Đ Ńбрика запиŃи" - -#: admin/main.php:195 -msgid "Meta Bar" -msgstr "Дополнительная информация" - -#: admin/main.php:196 -msgid "Post Tags" -msgstr "Метки запиŃи" - -#: admin/main.php:197 -msgid "Post Permalink" -msgstr "Неизменная ŃŃылка на запиŃŃŚ" - -#: admin/main.php:199 -msgid "Post Excerpts on Home Page" -msgstr "Краткое Ńодержание запиŃей на главной Ńтраничке" - -#: admin/main.php:200 -msgid "Affect Sticky Posts" -msgstr "ДейŃтвие Ńвязанных запиŃей" - -#: admin/main.php:201 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "Краткое Ńодержание запиŃей на Ńтраницах архива и Ń€Ńбрик" - -#: admin/main.php:202 -msgid "Number of Words for Post Excerpts " -msgstr "КоличеŃтво Ńлов для формирования краткого Ńодержания" - -#: admin/main.php:203 -msgid "Magazine Layout" -msgstr "Đ–Ńрнальный вид" - -#: admin/main.php:204 -msgid "Excerpt suffix" -msgstr "ПрипиŃка Đş ĐşŃ€Đ°Ń‚ĐşĐľĐĽŃ Ńодержанию" - -#: admin/main.php:205 -msgid "Continue reading link text " -msgstr "ТекŃŃ‚ ŃŃылки \"Продолжить чтение\"" - -#: admin/main.php:206 -msgid "HTML tags in Excerpts" -msgstr "HTML метки в кратком Ńодержании" - -#: admin/main.php:208 -msgid "Featured Images as POST Thumbnails " -msgstr "Миниатюра в качеŃтве иконки Đş запиŃи" - -#: admin/main.php:209 -msgid "Auto Select Images From Posts " -msgstr "Đвтовыбор изображений из запиŃей" - -#: admin/main.php:210 -msgid "Thumbnails Alignment " -msgstr "Выравнивание иконок" - -#: admin/main.php:211 -msgid "Thumbnails Size " -msgstr "Размер иконок" - -#: admin/main.php:212 -msgid "Featured Images as HEADER Images " -msgstr "Миниатюра в качеŃтве заглавной картинки" - -#: admin/main.php:214 -msgid "Link nr. 1" -msgstr "СŃылка 1" - -#: admin/main.php:215 -msgid "Link nr. 2" -msgstr "СŃылка 2" - -#: admin/main.php:216 -msgid "Link nr. 3" -msgstr "СŃылка 3" - -#: admin/main.php:217 -msgid "Link nr. 4" -msgstr "СŃылка 4" - -#: admin/main.php:218 -msgid "Link nr. 5" -msgstr "СŃылка 5" - -#: admin/main.php:219 -msgid "Socials display" -msgstr "Отображение Ńоциальных Ńетей" - -#: admin/main.php:221 -msgid "SEO Settings" -msgstr "НаŃтройки раŃкрŃтки" - -#: admin/main.php:222 -msgid "Custom Footer Text" -msgstr "Произвольный текŃŃ‚ нижнего колонтитŃла" - -#: admin/main.php:223 -msgid "Custom CSS" -msgstr "Свой CSS" - -#: admin/main.php:224 -msgid "Custom JavaScript" -msgstr "Свой JavaScript" - -#: admin/main.php:241 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "Đзвините, но Ń Đ’Đ°Ń Đ˝ĐµĐ´ĐľŃтаточно прав Đ´ĐľŃŃ‚Ńпа Đş этой Ńтранице" - -#: admin/main.php:262 -msgid "Mantra settings updated successfully." -msgstr "НаŃтройки темы ŃŃпеŃно обновлены" - -#: admin/main.php:274 -msgid "Save Changes" -msgstr "Сохранить изменения" - -#: admin/main.php:275 -msgid "Reset to Defaults" -msgstr "СброŃить наŃтройки" - -#: admin/main.php:307 -msgid "Import/Export Settings" -msgstr "НаŃтройки импорта/ŃŤĐşŃпорта" - -#: admin/main.php:313 -msgid "Export Theme options" -msgstr "Đ­ĐşŃпорт наŃтроек темы" - -#: admin/main.php:314 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"Đ’ŃŃ‘ очень проŃŃ‚Đľ. Щелчок ĐĽŃ‹Ńи отделяет Đ’Đ°Ń ĐľŃ‚ возможноŃти ŃŤĐşŃпортировать " -"наŃтройки ваŃей Мантры и Ńохранить их на компьютере. ВздохнŃли Ńвободней? " -"Так и должно быть!" - -#: admin/main.php:319 -msgid "Import Theme options" -msgstr "Đмпорт наŃтроек темы" - -#: admin/main.php:320 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -" Без импорта ŃŤĐşŃпорт беŃполезен. УбедитеŃŃŚ, что Đ’Đ°Ń ŃŤĐşŃпортированный файл " -"готов и продолжите щёлкнŃв ĐĽŃ‹Ńкой." - -#: admin/main.php:328 -msgid "Mantra Latest News" -msgstr "ПоŃледние новоŃти Мантра" - -#: admin/main.php:339 -msgid "No news items." -msgstr "НовоŃти отŃŃŃ‚ŃтвŃŃŽŃ‚." - -#: admin/main.php:343 -msgid "Posted on" -msgstr "ОпŃбликовано" - -#: admin/settings.php:66 -msgid "One column (no sidebars)" -msgstr "Одна колонка (без бокового меню)" - -#: admin/settings.php:67 -msgid "Two columns, sidebar on the right" -msgstr "Две колонки, боковое меню Ńправа" - -#: admin/settings.php:68 -msgid "Two columns, sidebar on the left" -msgstr "Две колонки, боковое меню Ńлева" - -#: admin/settings.php:69 -msgid "Three columns, sidebars on the right" -msgstr "Три колонки, боковое меню Ńправа" - -#: admin/settings.php:70 -msgid "Three columns, sidebars on the left" -msgstr "Три колонки, боковое меню Ńлева" - -#: admin/settings.php:71 -msgid "Three columns, one sidebar on each side" -msgstr "Три колонки, боковое меню Ń ĐşĐ°Đ¶Đ´ĐľĐą Ńтороны (и Ńправа, и Ńлева)" - -#: admin/settings.php:86 -msgid "" -"Choose your layout. Possible options are:
      No sidebar, a single sidebar " -"on either left of right, two sidebars on either left or\n" -"\t\tright and two sidebars on each side." -msgstr "Выберите Ńвою ŃŃ…ĐµĐĽŃ Ń€Đ°Ńположения. Возможные варианты:
      Без " - -#: admin/settings.php:95 -msgid "Absolute" -msgstr "ĐбŃолютная" - -#: admin/settings.php:95 -msgid "Relative *DEPRECATED" -msgstr "ОтноŃительная *УСТĐРЕВШĐĐŻ" - -#: admin/settings.php:96 -msgid "Dimensions to use: " -msgstr "ĐŃпользŃемый размер:" - -#: admin/settings.php:178 admin/settings.php:198 -msgid "Content =" -msgstr "Содержимое =" - -#: admin/settings.php:179 admin/settings.php:199 -msgid "Sidebar(s) =" -msgstr "Боковая меню =" - -#: admin/settings.php:180 admin/settings.php:200 -msgid "Total width =" -msgstr "Общая Ńирина =" - -#: admin/settings.php:189 -msgid "" -"Select the width of your content and sidebar(s).\n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Выберите ŃĐ¸Ń€Đ¸Đ˝Ń ĐľŃновного Ńодержимого и бокового меню. \n" -" \t\tШирина ĐľŃновного Ńодержимого не может быть меньŃе 500px. Боковое меню " -"от 220px Đ´Đľ 800px.
      \n" -"\tПри иŃпользовании трёхкомпонентной Ńхемы раŃположения (Ń Đ´Đ˛ŃĐĽŃŹ боковыми " -"колонками), каждая из них бŃдет Ńириной в ĐżĐľĐ»ĐľĐ˛Đ¸Đ˝Ń Đ˛Ń‹Đ±Ń€Đ°Đ˝Đ˝ĐľĐłĐľ значения." - -#: admin/settings.php:209 -msgid "" -"Select the width of your content and sidebar(s).\n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"Выберите ŃĐ¸Ń€Đ¸Đ˝Ń ĐľŃновного Ńодержимого и бокового меню. \n" -" \t\tĐ­Ń‚Đľ отноŃительные величины, завиŃящие от Ńирины браŃзера пользователя. " -"Общая Ńирина ŃŤŃ‚Đľ заданный процент от Ńирины пользовательŃкого браŃзера.
      \n" -"\t Ширина общего Ńодержимого (контента) не должна быть меньŃе 40%, облаŃŃ‚ŃŚ " -"бокового меню от 20% Đ´Đľ 50%.
      \n" -"\tПри иŃпользовании трёхкомпонентной Ńхемы раŃположения (Ń Đ´Đ˛ŃĐĽŃŹ боковыми " -"колонками), каждая из них бŃдет Ńириной в ĐżĐľĐ»ĐľĐ˛Đ¸Đ˝Ń Đ˛Ń‹Đ±Ń€Đ°Đ˝Đ˝ĐľĐłĐľ значения." - -#: admin/settings.php:223 admin/settings.php:246 admin/settings.php:715 -#: admin/settings.php:1078 admin/settings.php:1140 admin/settings.php:1328 -#: admin/settings.php:1343 admin/settings.php:1500 admin/settings.php:1562 -#: admin/settings.php:1763 admin/settings.php:1792 admin/settings.php:1815 -#: admin/settings.php:1838 admin/settings.php:1887 admin/settings.php:2023 -msgid "Enable" -msgstr "Включить" - -#: admin/settings.php:223 admin/settings.php:246 admin/settings.php:715 -#: admin/settings.php:1078 admin/settings.php:1140 admin/settings.php:1328 -#: admin/settings.php:1343 admin/settings.php:1500 admin/settings.php:1562 -#: admin/settings.php:1763 admin/settings.php:1792 admin/settings.php:1815 -#: admin/settings.php:1838 admin/settings.php:1887 admin/settings.php:2023 -msgid "Disable" -msgstr "Выключить" - -#: admin/settings.php:232 -msgid "" -"Enable to make Mantra fully responsive. The layout and general sizes of your " -"blog will adjust depending on what device and what resolution it is viewed " -"in.
      Do not disable unless you have a good reason to." -msgstr "" -"Включите автоподŃтройкŃ, чтобы Ńделать ĐśĐ°Đ˝Ń‚Ń€Ń Đ˝Đ°Đ¸Đ±ĐľĐ»ĐµĐµ гибкой. Схема " -"раŃположения и ĐľŃновные размеры ваŃего Ńайта бŃĐ´ŃŃ‚ подŃтраиватьŃŃŹ под Ń‚Đľ " -"ŃŃтройŃтво, на котором его проŃматривают (в завиŃимоŃти от размера экрана и " -"его разреŃения).
      Не выключайте этот режим, еŃли Ń Đ˛Đ°Ń Đ˝ĐµŃ‚ на Ń‚Đľ веŃких " -"ĐľŃнований" - -#: admin/settings.php:254 -msgid "" -"Enable the presentation front-page. This will become your new home page. It " -"has a slider and columns for presentation\n" -"\t\ttext and images.
      If you have this enabled but don't see a " -"Presentation page then go to Settings » " -"Reading and make sure you have selected Front Page Displays as Your Latest Posts." -msgstr "" -"Đктивация Ńтранички презентаций. ĐŁ Đ˛Đ°Ń ĐżĐľŃŹĐ˛Đ¸Ń‚ŃŃŹ новая домаŃняя Ńтраничка, на " -"которой бŃĐ´ŃŃ‚ предŃтавлены Ńлайдеры и колонки для эффектного предŃтавления\n" -"\t\tтекŃŃ‚Đ° и изображений.
      Đ•Ńли Ń Đ˛Đ°Ń Đ˛ĐşĐ»ŃŽŃ‡ĐµĐ˝Đ° ŃŤŃ‚Đ° опция, но Đ’Ń‹ не видете " -"Ńтранички презентаций, откройте Параметры " -"» Чтение и ŃбедитеŃŃŚ в том, что На главной Ńтранице " -"отображать Ń Đ˛Đ°Ń Đ˛Ń‹Đ±Ń€Đ°Đ˝Đľ Đ’Đ°Ńи поŃледние запиŃи." - -#: admin/settings.php:264 -msgid "Slider Dimensions:" -msgstr "Размер Ńлайдера:" - -#: admin/settings.php:265 -msgid "width" -msgstr "Ńирина" - -#: admin/settings.php:266 -msgid "height" -msgstr "выŃота" - -#: admin/settings.php:267 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" -"Размеры Đ’Đ°Ńего Ńлайдера. УбедитеŃŃŚ в том, что иŃпользŃемые изображения имеют " -"идентичный размер." - -#: admin/settings.php:269 -msgid "Animation:" -msgstr "Đнимация:" - -#: admin/settings.php:271 -msgid "Random" -msgstr "СлŃчайно" - -#: admin/settings.php:271 -msgid "Fold" -msgstr "Эффект Ńгибания" - -#: admin/settings.php:271 -msgid "Fade" -msgstr "Эффект затемнения" - -#: admin/settings.php:271 -msgid "SlideInRight" -msgstr "Скольжение направо" - -#: admin/settings.php:271 -msgid "SlideInLeft" -msgstr "Скольжение налево" - -#: admin/settings.php:271 -msgid "SliceDown" -msgstr "Срезание вниз" - -#: admin/settings.php:271 -msgid "SliceDownLeft" -msgstr "Срезание вниз и налево" - -#: admin/settings.php:271 -msgid "SliceUp" -msgstr "Срезание вверх" - -#: admin/settings.php:271 -msgid "SliceUpLeft" -msgstr "Срезание вверх и направо" - -#: admin/settings.php:271 -msgid "SliceUpDown" -msgstr "Срезание ŃĐ˛ĐµŃ€Ń…Ń Đ˛Đ˝Đ¸Đ·" - -#: admin/settings.php:271 -msgid "SliceUpDownLeft" -msgstr "Срезание ŃĐ˛ĐµŃ€Ń…Ń Đ˛Đ˝Đ¸Đ· и налево" - -#: admin/settings.php:271 -msgid "BoxRandom" -msgstr "BoxRandom" - -#: admin/settings.php:271 -msgid "BoxRain" -msgstr "BoxRain" - -#: admin/settings.php:271 -msgid "BoxRainReverse" -msgstr "BoxRainReverse" - -#: admin/settings.php:271 -msgid "BoxRainGrow" -msgstr "BoxRainGrow" - -#: admin/settings.php:271 -msgid "BoxRainGrowReverse" -msgstr "BoxRainGrowReverse" - -#: admin/settings.php:279 -msgid "The transition effect your slider will have." -msgstr "Эффект перехода, иŃпользŃемый в Đ’Đ°Ńем Ńлайдере." - -#: admin/settings.php:281 -msgid "Border Settings:" -msgstr "НаŃтройки рамки:" - -#: admin/settings.php:282 -msgid "Width" -msgstr "Ширина" - -#: admin/settings.php:283 -msgid "Color" -msgstr "Цвет" - -#: admin/settings.php:285 -msgid "The width and color of the slider's border." -msgstr "Ширина и цвет рамки Ńлайдера." - -#: admin/settings.php:287 -msgid "Animation Time:" -msgstr "Время анимации:" - -#: admin/settings.php:288 admin/settings.php:292 -msgid "milliseconds" -msgstr "миллиŃекŃнды" - -#: admin/settings.php:289 -msgid "The time in which the transition animation will take place." -msgstr "Время дейŃтвия анимации перехода." - -#: admin/settings.php:291 -msgid "Pause Time:" -msgstr "Время паŃĐ·Ń‹:" - -#: admin/settings.php:293 -msgid "The time in which a slide will be still and visible." -msgstr "Время, в которое Ńлайдер бŃдет неподвижным и видимым." - -#: admin/settings.php:296 -msgid "Slider navigation:" -msgstr "Навигация по Ńлайдам:" - -#: admin/settings.php:298 -msgid "Numbers" -msgstr "Номера" - -#: admin/settings.php:298 -msgid "Bullets" -msgstr "Маркеры" - -#: admin/settings.php:298 admin/settings.php:1421 -msgid "None" -msgstr "-" - -#: admin/settings.php:306 -msgid "Your slider navigation type. Shown under the slider." -msgstr "" -"Тип навигации по Đ’Đ°ŃĐ¸ĐĽŃ Ńлайдам. ДемонŃтрирŃетŃŃŹ под ними (или номера, или " -"крŃжки маркеров)" - -#: admin/settings.php:308 -msgid "Slider arrows:" -msgstr "Стрелки Ńладов:" - -#: admin/settings.php:310 -msgid "Always Visible" -msgstr "Видимые поŃтоянно" - -#: admin/settings.php:310 -msgid "Visible on Hover" -msgstr "Видимые при наведении ĐşŃŃ€Ńора" - -#: admin/settings.php:310 -msgid "Hidden" -msgstr "Скрытые" - -#: admin/settings.php:318 -msgid "The Left and Right arrows on your slider" -msgstr "Левая и правая Ńтрелки на Đ’Đ°Ńих Ńлайдах" - -#: admin/settings.php:359 admin/settings.php:428 -msgid "Select Category" -msgstr "Выберите Ń€ŃбрикŃ" - -#: admin/settings.php:386 -msgid "Custom Slides" -msgstr "СобŃтвенные Ńлайды" - -#: admin/settings.php:386 -msgid "Latest Posts" -msgstr "ПоŃледние запиŃи" - -#: admin/settings.php:386 -msgid "Random Posts" -msgstr "СлŃчайные запиŃи" - -#: admin/settings.php:386 -msgid "Sticky Posts" -msgstr "Связанные запиŃи" - -#: admin/settings.php:386 -msgid "Latest Posts from Category" -msgstr "ПоŃледние запиŃи из Ń€Ńбрики" - -#: admin/settings.php:386 -msgid "Random Posts from Category" -msgstr "СлŃчайные запиŃи из Ń€Ńбрики" - -#: admin/settings.php:386 -msgid "Specific Posts" -msgstr "Выбранные запиŃи" - -#: admin/settings.php:395 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"Содержимое Đ’Đ°Ńего Ńлайда. Đзображение обязательно, ĐľŃтальные поля " -"опциональны. Только Ńлайды Ń ĐşĐ°Ń€Ń‚Đ¸Đ˝ĐşĐ°ĐĽĐ¸ бŃĐ´ŃŃ‚ активны и начнŃŃ‚ отображатьŃŃŹ " -"в Ńлайдере Ńайта." - -#: admin/settings.php:400 -msgid "Latest posts will be loaded into the slider." -msgstr "ПоŃледние запиŃи бŃĐ´ŃŃ‚ загрŃжены в Ńлайдер." - -#: admin/settings.php:404 -msgid "Random posts will be loaded into the slider." -msgstr "СлŃчайные запиŃи бŃĐ´ŃŃ‚ загрŃжены в Ńлайдер." - -#: admin/settings.php:408 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "ПоŃледние запиŃи из выбранной Ń€Ńбрики бŃĐ´ŃŃ‚ загрŃжены в Ńлайдер." - -#: admin/settings.php:413 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "СлŃчайные запиŃи из выбранной Ń€Ńбрики бŃĐ´ŃŃ‚ загрŃжены в Ńлайдер." - -#: admin/settings.php:417 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Только Ńвязанные запиŃи бŃĐ´ŃŃ‚ загрŃжены в Ńлайдер." - -#: admin/settings.php:421 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" -"ПеречиŃлите ID запиŃей, которые Đ’Ń‹ хотели бы отобразить в Ńлайдере " -"(отделяютŃŃŹ запятой):" - -#: admin/settings.php:426 -msgid "
      Choose the cateogry: " -msgstr "
      Выберите Ń€ŃбрикŃ: " - -#: admin/settings.php:443 -msgid "Number of posts to show:" -msgstr "КоличеŃтво отображаемых запиŃей:" - -#: admin/settings.php:450 -msgid "Slide 1" -msgstr "Слайд первый" - -#: admin/settings.php:454 admin/settings.php:469 admin/settings.php:484 -#: admin/settings.php:499 admin/settings.php:514 admin/settings.php:556 -#: admin/settings.php:571 admin/settings.php:586 admin/settings.php:601 -#: admin/settings.php:750 admin/settings.php:773 -msgid "Select / Upload Image" -msgstr "Выберите / ЗагрŃзите изображение" - -#: admin/settings.php:455 admin/settings.php:470 admin/settings.php:485 -#: admin/settings.php:500 admin/settings.php:515 admin/settings.php:557 -#: admin/settings.php:572 admin/settings.php:602 -msgid "Title" -msgstr "Название" - -#: admin/settings.php:457 admin/settings.php:472 admin/settings.php:487 -#: admin/settings.php:502 admin/settings.php:517 admin/settings.php:559 -#: admin/settings.php:574 admin/settings.php:589 admin/settings.php:604 -msgid "Text" -msgstr "ТекŃŃ‚" - -#: admin/settings.php:465 -msgid "Slide 2" -msgstr "Слайд второй" - -#: admin/settings.php:480 -msgid "Slide 3" -msgstr "Слайд третий" - -#: admin/settings.php:495 -msgid "Slide 4" -msgstr "Слайд четвёртый" - -#: admin/settings.php:510 -msgid "Slide 5" -msgstr "Слайд пятый" - -#: admin/settings.php:532 -msgid "Number of columns:" -msgstr "КоличеŃтво колонок:" - -#: admin/settings.php:542 -msgid "Image Height:" -msgstr "Đ’Ń‹Ńота изображения:" - -#: admin/settings.php:545 -msgid "Read more text:" -msgstr "БольŃе текŃŃ‚Đ°:" - -#: admin/settings.php:548 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"Связанный текŃŃ‚, отображаемый под колонкой. Опционален. Можно Ńдалить, еŃли " -"не желаете его видеть." - -#: admin/settings.php:552 -msgid "1st Column" -msgstr "Первая колонка" - -#: admin/settings.php:567 -msgid "2nd Column" -msgstr "Вторая колонка" - -#: admin/settings.php:582 -msgid "3rd Column" -msgstr "Третья колонка" - -#: admin/settings.php:597 -msgid "4th Column" -msgstr "Четвёртая колонка" - -#: admin/settings.php:619 -msgid "Extra Text" -msgstr "Дополнительный текŃŃ‚" - -#: admin/settings.php:621 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Верхний заголовок раŃположен над Ńлайдером, второй ĐĽĐµĐ¶Đ´Ń Ńлайдером, колонкой " -"и двŃĐĽŃŹ Ńтроками текŃŃ‚Đ° под колонками.\n" -"\t\t ĐžŃтавьте поля ĐżŃŃтыми, еŃли не Đ˝ŃждаетеŃŃŚ в дополнительном текŃте." - -#: admin/settings.php:624 -msgid "Top Title" -msgstr "Верхний заголовок" - -#: admin/settings.php:625 -msgid "Second Title" -msgstr "Второй заголовок" - -#: admin/settings.php:628 -msgid "Title color" -msgstr "Цвет заголовка" - -#: admin/settings.php:632 -msgid "Bottom Text 1" -msgstr "Нижний текŃŃ‚ 1" - -#: admin/settings.php:634 -msgid "Bottom Text 2" -msgstr "Нижний текŃŃ‚ 2" - -#: admin/settings.php:642 -msgid "Hide areas" -msgstr "Скрыть облаŃти" - -#: admin/settings.php:644 -msgid "Choose the areas to hide on the first page." -msgstr "Выбрать облаŃти для Ńкрытия на первой Ńтраничке" - -#: admin/settings.php:656 -msgid "Hide the header area (image or background color)." -msgstr "Скрыть облаŃŃ‚ŃŚ заголовка (изображение и фоновый цвет)" - -#: admin/settings.php:660 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Скрыть ĐľŃновное меню (верхние вкладки навигации)" - -#: admin/settings.php:664 -msgid "Hide the footer widgets. " -msgstr "Скрыть виджеты нижнего колонтитŃла (footer)." - -#: admin/settings.php:668 -msgid "Hide the footer (copyright area)." -msgstr "Скрыть нижний колонтитŃĐ» (footer), облаŃŃ‚ŃŚ копирайтов." - -#: admin/settings.php:672 -msgid "Hide the white color. Only the background color remains." -msgstr "Скрыть белый цвет. ĐžŃтанетŃŃŹ только фоновый цвет." - -#: admin/settings.php:692 -msgid "" -"Select the header's height. After saving the settings make sure you reupload " -"a new header image (if you're using one). The header's width will be = " -msgstr "" -"Укажите выŃĐľŃ‚Ń Đ·Đ°ĐłĐľĐ»ĐľĐ˛ĐşĐ°. ПоŃле Ńохранения загрŃзите изображение ваŃего " -"нового заголовка (еŃли вы иŃпользŃете его). Ширина заголовка ŃĐľŃтавляет = " - -#: admin/settings.php:699 -msgid "Define header image" -msgstr "Укажите изображение заголовка" - -#: admin/settings.php:700 -msgid "" -"The header image should not be used to display logos.
      Enable ratio " -"preservation to force the header image aspect ratio. Keep in mind that short " -"images will become very small on mobile devices." -msgstr "" -"Đзображение заголовка не ŃледŃет иŃпользовать в качеŃтве логотипа.
      " -"Включите Ńохранение ŃоотноŃений для принŃдительного Ńохранения текŃщих " -"ŃоотноŃений изображения заголовка. Помните, что короткие изображения ŃŃ‚Đ°Đ˝ŃŃ‚ " -"очень мелкими на мобильных ŃŃтройŃтвах." - -#: admin/settings.php:723 -msgid "Enable or disable the round corners for the main menu items." -msgstr "" -"Đктивация или деактивация закрŃглённых Ńглов для элементов ĐľŃновного меню" - -#: admin/settings.php:731 -msgid "Site Title and Description" -msgstr "Название и опиŃание Ńайта" - -#: admin/settings.php:731 -msgid "Custom Logo" -msgstr "Свой логотип" - -#: admin/settings.php:731 -msgid "Clickable header image" -msgstr "" -"ĐŃпользовать изображение заголовка в качеŃтве ŃŃылки на главнŃŃŽ ŃтраничкŃ" - -#: admin/settings.php:731 -msgid "Empty" -msgstr "ĐźŃŃтой" - -#: admin/settings.php:739 -msgid "Choose what to display inside your header area." -msgstr "Выберите, что ŃледŃет отображать внŃтри облаŃти заголовка" - -#: admin/settings.php:749 -msgid "" -"Custom Logo upload. The logo will appear over the heder image if you have " -"used one." -msgstr "" -"ЗагрŃзка Ńвоего логотипа. Логотип бŃдет отображатьŃŃŹ над изображением " -"заголовка" - -#: admin/settings.php:758 -msgid "top" -msgstr "СверхŃ" - -#: admin/settings.php:759 -msgid "left" -msgstr "Слева" - -#: admin/settings.php:762 -msgid "" -"Select the top spacing for the header. Use it to better position your site " -"title and description or custom logo inside the header. " -msgstr "" -"Укажите отŃŃ‚ŃĐż ŃĐ˛ĐµŃ€Ń…Ń Đ´Đ»ŃŹ заголовка. ĐŃпользŃйте ŃŤŃ‚Ń Ń„Ńнкцию для определения " -"наилŃчŃего меŃтоположения названия Ńайта и его опиŃания или Ńвоего логотипа " -"внŃтри заголовка" - -#: admin/settings.php:772 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png.
      Note that " -"some browsers do not display the changed favicon instantly." -msgstr "" -"Ограничение: необходимо иŃпользовать изображение, имеющее ĐĽĐ°ĐşŃимальный " -"размер 64x64 в пикŃелях. РекомендŃемые раŃŃирения .ico и .png.
      " -"Некоторые браŃзеры не отображают изменённŃŃŽ фав-иконкŃ, помните об этом. " - -#: admin/settings.php:795 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Выберите размер Ńрифта, иŃпользŃемый Вами в блоге. ОтразитŃŃŹ на Ńтраничках, " -"запиŃŃŹŃ… и комментариях. Кнопки, заголовки и боковые меню ĐľŃŃ‚Đ°Đ˝ŃŃ‚ŃŃŹ без " -"изменений." - -#: admin/settings.php:839 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Выберите ŃемейŃтво Ńрифтов, иŃпользŃемых в блоге. ОтразитŃŃŹ на вŃех текŃŃ‚Đ°Ń… " -"Ńайта (включая кнопки меню)." - -#: admin/settings.php:841 admin/settings.php:891 admin/settings.php:942 -#: admin/settings.php:994 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"Đли вŃтавьте ниже выбранный Вами Google Ńрифт. ПожалŃĐąŃŃ‚Đ°, иŃпользŃйте " -"только название Ńрифта.
      Например: Marko One. " -"ПоŃмотрите наŃрифты Google для " -"вдохновения." - -#: admin/settings.php:888 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Выберите ŃемейŃтво Ńрифтов для названий Đ’Đ°Ńих запиŃей. ОтразитŃŃŹ на " -"заголовках запиŃей и названии Ńтраниц. ĐžŃтавьте 'По Ńмолчанию' и бŃдет " -"иŃпользован выбранный Вами ĐľŃновной Ńрифт." - -#: admin/settings.php:940 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Выберите ŃемейŃтво Ńрифтов для бокового меню Đ’Đ°Ńего блога. ОтразитŃŃŹ на " -"текŃŃ‚Đ°Ń… боковых колонок, включая виджеты. ĐžŃтавьте 'По Ńмолчанию' и бŃдет " -"иŃпользован выбранный Вами ĐľŃновной Ńрифт." - -#: admin/settings.php:991 -msgid "" -"Select the font family you want your headings to have (h1 - h6 tags will be " -"affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Выберите ŃемейŃтво Ńрифтов для иŃпользования в подзаголовках Đ’Đ°Ńих запиŃей. " -"ОтразитŃŃŹ на заголовках h1 - h6. ĐžŃтавьте 'По Ńмолчанию' и бŃдет иŃпользован " -"выбранный вами ĐľŃновной Ńрифт." - -#: admin/settings.php:1003 admin/settings.php:1018 admin/settings.php:1033 -#: admin/settings.php:1093 admin/settings.php:1108 admin/settings.php:1123 -msgid "Default" -msgstr "По Ńмолчанию" - -#: admin/settings.php:1011 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Размер Ńрифта заголовка запиŃи. ĐžŃтавьте 'По Ńмолчанию' для нормальных " -"наŃтроек, размер бŃдет определён в таблице Ńтилей CSS." - -#: admin/settings.php:1026 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Размер Ńрифта в боковом меню. ĐžŃтавьте 'По Ńмолчанию' для нормальных " -"наŃтроек, размер бŃдет определён в таблице Ńтилей CSS." - -#: admin/settings.php:1033 admin/settings.php:1854 -msgid "Left" -msgstr "По Đ»ĐµĐ˛ĐľĐĽŃ ĐşŃ€Đ°ŃŽ" - -#: admin/settings.php:1033 admin/settings.php:1854 -msgid "Right" -msgstr "По ĐżŃ€Đ°Đ˛ĐľĐĽŃ ĐşŃ€Đ°ŃŽ" - -#: admin/settings.php:1033 -msgid "Justify" -msgstr "Заполнить" - -#: admin/settings.php:1033 admin/settings.php:1854 -msgid "Center" -msgstr "По центрŃ" - -#: admin/settings.php:1041 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Đ­Ń‚Đ° опция изменяет выравнивание текŃŃ‚Đ° в запиŃŃŹŃ… и на Ńтраничках. ĐžŃтавьте " -"'По Ńмолчанию' для нормальных наŃтроек, выравнивание бŃдет иŃпользовано в " -"ŃоответŃтвии Ń Đ˝Đ°Ńтройкам запиŃей, комментариев и пр." - -#: admin/settings.php:1055 -msgid "Choose the spacing between paragraphs." -msgstr "Выберите межŃтрочный интервал ĐĽĐµĐ¶Đ´Ń ĐżĐ°Ń€Đ°ĐłŃ€Đ°Ń„Đ°ĐĽĐ¸." - -#: admin/settings.php:1070 -msgid "Choose the indent for your paragraphs." -msgstr "Выберите отŃŃ‚ŃĐż параграфа." - -#: admin/settings.php:1086 -msgid "Disable the default header and title indent (left margin)." -msgstr "Отключить Ńтандартный отŃŃ‚ŃĐż в заголовке и названиях (left margin)." - -#: admin/settings.php:1101 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"МежŃтрочный интервал. ĐžŃтавьте 'По Ńмолчанию' для нормальных наŃтроек, " -"значение бŃдет определено в таблице Ńтилей CSS." - -#: admin/settings.php:1116 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Đ Đ°ŃŃтояние ĐĽĐµĐ¶Đ´Ń Đ´Đ˛ŃĐĽŃŹ Ńловами. ĐžŃтавьте 'По Ńмолчанию' для " -"нормальных наŃтроек, значение бŃдет определено в таблице Ńтилей CSS." - -#: admin/settings.php:1131 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Đ Đ°ŃŃтояние ĐĽĐµĐ¶Đ´Ń Đ´Đ˛ŃĐĽŃŹ бŃквами. ĐžŃтавьте 'По Ńмолчанию' для " -"нормальных наŃтроек, значение бŃдет определено в таблице Ńтилей CSS." - -#: admin/settings.php:1148 -msgid "Disable the default text shadow on headers and titles." -msgstr "Отключение Ńтандартных теней в заголовке и названиях Ńтраниц." - -#: admin/settings.php:1156 -msgid "Define background image" -msgstr "Определите фоновое изображение" - -#: admin/settings.php:1165 -msgid "Background color (Default value is 444444)." -msgstr "Цвет фона (По Ńмолчанию \"444444\")." - -#: admin/settings.php:1173 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Цвет фона заголовка (По Ńмолчанию \"333333\"). Đ’Ń‹ можете Ńдалить Ńодержимое " -"поля и цвет фона не бŃдет задейŃтвован." - -#: admin/settings.php:1180 -msgid "" -"Content background color (Default value is FFFFFF). Works best with really " -"light colors." -msgstr "" -"Цвет фона ĐľŃновного Ńодержимого (По Ńмолчанию \"FFFFFF\"). Đ‘Ńдет Đ»ŃчŃе Ń " -"Ńветлыми цветами." - -#: admin/settings.php:1187 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Цвет фона ĐľŃновного меню (По Ńмолчанию \"FAFAFA\"). Желательно иŃпользовать " -"цвет фона ĐľŃновного Ńодержимого или что-Ń‚Đľ Ńветлое." - -#: admin/settings.php:1194 -msgid "" -"First sidebar background color (Default is no color for a transparent " -"sidebar)." -msgstr "" -"Цвет фона первого бокового меню (По Ńмолчанию цвет не Ńказан для прозрачного " -"бокового меню)." - -#: admin/settings.php:1201 -msgid "" -"Second sidebar background color (Default is no color for a transparent " -"sidebar)." -msgstr "" -"Цвет фона второго бокового меню (По Ńмолчанию цвет не Đ·Đ°Đ´Đ°Đ˝ для прозрачного " -"бокового меню)" - -#: admin/settings.php:1209 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" -"Цвет фона облаŃти виджетов нижнего колонтитŃла (footer). (По Ńмолчанию " -"\"171717\")." - -#: admin/settings.php:1217 -msgid "Footer background color (Default value is 222222)." -msgstr "Цвет фона нижнего колонтитŃла (По Ńмолчанию \"222222\")." - -#: admin/settings.php:1225 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Цвет названия Đ’Đ°Ńего блога (По Ńмолчанию \"0D85CC\")." - -#: admin/settings.php:1233 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Цвет опиŃания Đ’Đ°Ńего блога (По Ńмолчанию \"222222\")." - -#: admin/settings.php:1241 -msgid "Content Text Color (Default value is 333333)." -msgstr "Цвет текŃŃ‚Đ° ĐľŃновного Ńодержимого (По Ńмолчанию \"333333\")." - -#: admin/settings.php:1249 -msgid "Links color (Default value is 0D85CC)." -msgstr "Цвет ŃŃылок (По Ńмолчанию \"0D85CC\")." - -#: admin/settings.php:1257 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Цвет ŃŃылок при наведении ĐşŃŃ€Ńора (По Ńмолчанию \"333333\")." - -#: admin/settings.php:1265 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Цвет заголовка запиŃи (По Ńмолчанию \"333333\")." - -#: admin/settings.php:1273 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "Цвет заголовка запиŃи при наведении ĐşŃŃ€Ńора (По Ńмолчанию \"000000\")." - -#: admin/settings.php:1281 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Цвет фона заголовка бокового меню (По Ńмолчанию \"444444\")." - -#: admin/settings.php:1290 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Цвет заголовка бокового меню (По Ńмолчанию \"2EA5FD\")." - -#: admin/settings.php:1298 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Цвет текŃŃ‚Đ° виджетов нижнего колонтитŃла (По Ńмолчанию \"0D85CC\")." - -#: admin/settings.php:1306 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Цвет ŃŃылок виджетов нижнего колонтитŃла (По Ńмолчанию \"666666\")." - -#: admin/settings.php:1314 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"Цвет ŃŃылок виджетов нижнего колонтитŃла при наведении ĐşŃŃ€Ńора (По Ńмолчанию " -"\"888888\")." - -#: admin/settings.php:1336 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"Показывать ŃŃ‚Ń€ĐľĐşŃ ĐżŃти Đ˛Đ˛ĐµŃ€Ń…Ń ĐľĐ±Đ»Đ°Ńти контента. Строка ĐżŃти - форма " -"навигации, отображающая положение читателя в иерархии Đ’Đ°Ńего Ńайта." - -#: admin/settings.php:1351 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"Отображать номера Ńтраниц. Đ•Ńли Đ’Đ°Ń Đ±Đ»ĐľĐł Ńодержит больŃе одной Ńтраницы в её " -"Đ˝Đ¸Đ·Ń ĐżĐľŃŹĐ˛ŃŹŃ‚ŃŃŹ ŃŃылки на Ранние запиŃи и Новые запиŃи." - -#: admin/settings.php:1358 admin/settings.php:1421 -msgid "White" -msgstr "Белый" - -#: admin/settings.php:1358 -msgid "Light" -msgstr "Светлый" - -#: admin/settings.php:1358 -msgid "Light Gray" -msgstr "Светло-Ńерый" - -#: admin/settings.php:1358 admin/settings.php:1421 -msgid "Gray" -msgstr "Серый" - -#: admin/settings.php:1358 -msgid "Dark Gray" -msgstr "Тёмно-Ńерый" - -#: admin/settings.php:1358 -msgid "Black" -msgstr "Чёрный" - -#: admin/settings.php:1366 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Эти наŃтройки меняют внеŃний вид вŃтавленных Ń Ń€Đ°ĐĽĐşĐľĐą изображений " -"(Ńтандартно при вŃтавке картинок в ĐżŃбликации ВордПреŃŃ). " - -#: admin/settings.php:1382 -msgid "The border around your inserted images. " -msgstr "Рамка вокрŃĐł вŃтавленных изображений." - -#: admin/settings.php:1397 -msgid "The image on top of your captions. " -msgstr "Đзображений ŃĐ˛ĐµŃ€Ń…Ń Đ’Đ°Ńих вŃтавленных картинок." - -#: admin/settings.php:1412 -msgid "The sidebar list bullets. " -msgstr "Маркеры бокового меню." - -#: admin/settings.php:1429 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default." -msgstr "" -"Фон для мета-данных Đş ваŃим запиŃŃŹĐĽ (под заголовком ĐżŃбликации: Đвтор, Дата " -"и пр.). По Ńмолчанию Ńерый." - -#: admin/settings.php:1437 admin/settings.php:1453 admin/settings.php:1470 -#: admin/settings.php:1485 admin/settings.php:1515 admin/settings.php:1530 -#: admin/settings.php:1546 admin/settings.php:1582 admin/settings.php:1597 -#: admin/settings.php:1612 admin/settings.php:1627 admin/settings.php:1642 -#: admin/settings.php:1657 admin/settings.php:1672 admin/settings.php:1687 -msgid "Show" -msgstr "Показать" - -#: admin/settings.php:1437 admin/settings.php:1453 admin/settings.php:1470 -#: admin/settings.php:1485 admin/settings.php:1515 admin/settings.php:1546 -#: admin/settings.php:1582 admin/settings.php:1597 admin/settings.php:1612 -#: admin/settings.php:1627 admin/settings.php:1642 admin/settings.php:1657 -#: admin/settings.php:1672 admin/settings.php:1687 -msgid "Hide" -msgstr "Скрыть" - -#: admin/settings.php:1445 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Показать или Ńкрыть горизонтальнŃŃŽ линию, разделяющŃŃŽ запиŃи." - -#: admin/settings.php:1461 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"Показать или Ńкрыть маркеры ŃледŃющих в ŃпиŃке ĐżŃбликаций в облаŃти " -"ĐľŃновного Ńодержимого (запиŃи, Ńтранички и пр.)." - -#: admin/settings.php:1478 -msgid "Hide or show Page titles on any created pages. " -msgstr "" -"Показать или Ńкрыть название Ńтраниц на любой Ńозданной Ńтраничке." - -#: admin/settings.php:1493 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Показать или Ńкрыть название Ńтраниц на Ńтраничках Ń€Ńбрик." - -#: admin/settings.php:1508 -msgid "Hide table borders and background color." -msgstr "Скрыть границы таблиц и цвет фона." - -#: admin/settings.php:1523 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"Скрыть пояŃнительный текŃŃ‚ под полем комментариев (обычно начинаетŃŃŹ Ń " -"You may use these HTML tags and attributes:...)." - -#: admin/settings.php:1530 -msgid "Hide in posts" -msgstr "Скрыть в запиŃŃŹŃ…" - -#: admin/settings.php:1530 -msgid "Hide in pages" -msgstr "Скрыть в Ńтраницах" - -#: admin/settings.php:1530 -msgid "Hide everywhere" -msgstr "Скрыть везде" - -#: admin/settings.php:1538 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"Скрыть текŃŃ‚ Comments are closed, отображаемый по Ńмолчанию на " -"Ńтраничках Ń Đ·Đ°ĐşŃ€Ń‹Ń‚Ń‹ĐĽĐ¸ комментариями." - -#: admin/settings.php:1554 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"Скрыть текŃŃ‚ Comments off, отображаемый по Ńмолчанию на Ńтраничках Ń " -"отключенными комментариями." - -#: admin/settings.php:1570 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"Đктивировать ĐşĐ˝ĐľĐżĐşŃ \"ВернŃŃ‚ŃŚŃŃŹ наверх\". Кнопка появляетŃŃŹ в правом нижнем " -"ŃĐłĐ»Ń ĐżŃ€Đ¸ прокрŃтке Ńтранички вниз." - -#: admin/settings.php:1590 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"Скрыть или показать поле ĐžŃтавить комментарий или x " -"комментариев в кратком Ńодержании или форме мета-данных запиŃи." - -#: admin/settings.php:1605 -msgid "Hide or show the post date." -msgstr "Скрыть или показать Đ´Đ°Ń‚Ń ĐżŃбликации." - -#: admin/settings.php:1620 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"Показать время запиŃи вмеŃте Ń Đ´Đ°Ń‚ĐľĐą. Время не бŃдет отображатьŃŃŹ, еŃли Đ´Đ°Ń‚Đ° " -"Ńкрыта." - -#: admin/settings.php:1635 -msgid "Hide or show the post author." -msgstr "Скрыть или показать автора запиŃи." - -#: admin/settings.php:1650 -msgid "Hide the post category." -msgstr "Скрыть Ń€ŃĐ±Ń€Đ¸ĐşŃ Đ·Đ°ĐżĐ¸Ńи." - -#: admin/settings.php:1665 -msgid "Hide the 'Bookmark permalink'." -msgstr "Скрыть 'Bookmark permalink'." - -#: admin/settings.php:1680 -msgid "Hide the meta bar. All meta info in it will be hidden." -msgstr "Скрыть вŃе мета-данные запиŃи. ОблаŃŃ‚ŃŚ меток также бŃдет Ńкрыта." - -#: admin/settings.php:1695 -msgid "Hide the post tags." -msgstr "Скрыть метки (теги) запиŃи." - -#: admin/settings.php:1708 admin/settings.php:1723 admin/settings.php:1739 -msgid "Excerpt" -msgstr "Краткое Ńодержание" - -#: admin/settings.php:1708 admin/settings.php:1723 admin/settings.php:1739 -msgid "Full Post" -msgstr "Полная запиŃŃŚ" - -#: admin/settings.php:1716 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"Краткое Ńодержание на главной Ńтраничке. Подпадают под дейŃтвие только " -"Ńтандартные запиŃи (posts), Đ´Ń€Ńгие форматы (такие как чат, " -"изображение, заметка) Ńохранят Ńвоё форматирование." - -#: admin/settings.php:1731 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Выберите, хотите ли Đ’Ń‹ отображения Ńвязанных запиŃей на главной Ńтранице в " -"полном виде или в виде краткого Ńодержания." - -#: admin/settings.php:1747 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"Краткое Ńодержание архива, Ń€Ńбрик и резŃльтатов поиŃка. Подпадают под " -"дейŃтвие только Ńтандартные запиŃи (posts), Đ´Ń€Ńгие форматы " -"(такие как чат, изображение, заметка) Ńохранят Ńвоё форматирование." - -#: admin/settings.php:1755 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"КоличеŃтво Ńлов в кратком Ńодержании. ПоŃле Đ´ĐľŃтижения этого чиŃла запиŃŃŚ " -"бŃдет прервана ŃŃылкой \"Продолжить чтение\", которая\n" -"\t\t\t\t\t\t\t отоŃлёт читателя Đş полной верŃии запиŃи." - -#: admin/settings.php:1771 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"Đктивация жŃрнальной Ńхемы раŃположения. Đ­Ń‚Đ° Ńхема влияет на Ńтранички Ń " -"запиŃями (posts) и демонŃтрирŃет две запиŃи в Ńтроке." - -#: admin/settings.php:1778 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" -"Заменять многоточие ('[...])', добавляемое Đş ĐşŃ€Đ°Ń‚ĐşĐľĐĽŃ Ńодержанию " -"автоматичеŃки." - -#: admin/settings.php:1785 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" -"Редактировать ŃŃŃ‹Đ»ĐşŃ \"Продолжить чтение\", добавляемŃŃŽ Đş ĐşŃ€Đ°Ń‚ĐşĐľĐĽŃ " -"Ńодержанию Đ’Đ°Ńих запиŃей." - -#: admin/settings.php:1800 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" -"По Ńмолчанию в кратком Ńодержании в WordPress ŃдаляютŃŃŹ вŃе HTML-теги (" - -#: admin/settings.php:1831 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"Показать миниатюры в качеŃтве иконки Đş запиŃи. Картинка должна быть отмечена " -"в каждой запиŃи в ŃоответŃтвŃющем поле (Featured Image/Миниатюра)." - -#: admin/settings.php:1846 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"Показать первое изображение как иконкŃ. Đ•Ńли включить ŃŤŃ‚Ń ĐľĐżŃ†Đ¸ŃŽ, первая " -"картинка, прикреплённая Đş запиŃи (необязательно " -"опŃбликованная), бŃдет иŃпользована как миниатюра (Featured Image)." - -#: admin/settings.php:1862 -msgid "Thumbnail alignment." -msgstr "Выравнивание иконок." - -#: admin/settings.php:1879 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"Желаемый размер иконок (в пикŃелях) По Ńмолчанию изображения ŃжимаютŃŃŹ Ń " -"Ńохранением ŃоотноŃения Ńторон. Выберите ŃŃечение изображения, еŃли хотите " -"Ńохранить точный размер." - -#: admin/settings.php:1895 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"Показывать миниатюры (Featured Images) в заголовках. Заголовок бŃдет заменён " -"характерным изображением, еŃли Đ’Ń‹ его Ńкажете в запиŃи и\n" -"\t\t\t\t\t\t\t еŃли оно больŃе или эквивалентно Ń€Đ°Đ·ĐĽĐµŃ€Ń Đ·Đ°ĐłĐľĐ»ĐľĐ˛ĐşĐ°." - -#: admin/settings.php:1911 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Выберите Ńоциальные Ńети из левого меню и вŃтавьте ŃоотноŃимый Đ°Đ´Ń€ĐµŃ Đ˛ поле " -"ввода Ńправа (пример: http://www.facebook.com/yourname )." - -#: admin/settings.php:1912 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "Đ’Ń‹ можете вŃтавить Đ´Đľ пяти различных Ńоциальных Ńетей и ŃŃылки на них." - -#: admin/settings.php:1913 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Выбрать можно из 27 Ńоциальных Ńетей." - -#: admin/settings.php:1914 -msgid "You can leave any number of inputs empty. " -msgstr "Đ’Ń‹ можете ĐľŃтавить незаполненными любое количеŃтво полей." - -#: admin/settings.php:1915 -msgid "You can choose the same social media any number of times. " -msgstr "Đ’Ń‹ можете выбрать ĐľĐ´Đ˝Ń Đ¸ Ń‚Ń Đ¶Đµ ŃоциальнŃŃŽ Ńеть Ńколь Ńгодно раз." - -#: admin/settings.php:1990 -msgid "Choose the areas where to display the social icons." -msgstr "Выберите облаŃти показа иконок на Ńоциальные Ńети." - -#: admin/settings.php:2003 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"Đ’Ńтавка произвольного текŃŃ‚Đ° или HTML-кода, отображаемого в конце нижнего " -"колонтитŃла.
      Đ’Ń‹ можете иŃпользовать HTML для вŃтавки ŃŃылок, " -"изображений и Ńпециальных Ńимволов, например © ." - -#: admin/settings.php:2011 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme.
      The <style> tags are not needed." -msgstr "" -"Đ’Ńтавьте ваŃŃ ŃобŃтвеннŃŃŽ Ń‚Đ°Đ±Đ»Đ¸Ń†Ń Ńтилей CSS здеŃŃŚ. Любые ваŃи изменения " -"перепиŃŃŃ‚ таковые в CSS Мантры.
      Đ’Đ°ŃĐ° CSS бŃдет Ńохранена при " -"обновлении темы.
      Теги <style> не требŃŃŽŃ‚ŃŃŹ." - -#: admin/settings.php:2018 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software).
      The <script> tags are not needed." -msgstr "" -"Đ’Ńтавьте Đ˛Đ°Ń ŃобŃтвенный Javascript код здеŃŃŚ (Google Analytics и любые " -"Đ´Ń€Ńгие формы аналитики).
      Теги <script> не требŃŃŽŃ‚ŃŃŹ." - -#: admin/settings.php:2031 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Включение поиŃковой оптимизации Мантры. Đ­Ń‚Đ° опция включена по Ńмолчанию и её " -"ŃледŃет отключить, еŃли Đ’Ń‹ иŃпользŃете SEO-плагин." - -#: admin/settings.php:2043 -msgid "Auto" -msgstr "ĐвтоматичеŃки" - -#: admin/settings.php:2043 -msgid "Manual" -msgstr "Đ’Ń€ŃчнŃŃŽ" - -#: includes/theme-comments.php:28 -msgid "says:" -msgstr "говорит:" - -#: includes/theme-comments.php:34 -msgid "Your comment is awaiting moderation." -msgstr "Đ’Đ°Ń ĐşĐľĐĽĐĽĐµĐ˝Ń‚Đ°Ń€Đ¸Đą ожидает модерации." - -#: includes/theme-comments.php:41 -msgid "at" -msgstr "в" - -#: includes/theme-comments.php:41 includes/theme-comments.php:58 -msgid "(Edit)" -msgstr "Редактировать" - -#: includes/theme-comments.php:58 -msgid "Pingback: " -msgstr "Пинг блога:" - -#: includes/theme-comments.php:85 -msgid "Leave a comment" -msgstr "ĐžŃтавить комментарий" - -#: includes/theme-comments.php:85 -msgid "1 Comment" -msgstr "Один комментарий" - -#: includes/theme-comments.php:85 -msgid "% Comments" -msgstr "% комментариев" - -#: includes/theme-comments.php:107 -msgid "Older Comments" -msgstr "Ранние комментарии" - -#: includes/theme-comments.php:108 -msgid "Newer Comments" -msgstr "Новые комментарии" - -#: includes/theme-functions.php:58 -msgid "Menu" -msgstr "Меню" - -#: includes/theme-functions.php:271 -msgid "Home Page" -msgstr "ДомаŃняя Ńтраничка" - -#: includes/theme-functions.php:335 -msgid "Powered by" -msgstr "При поддержке" - -#: includes/theme-loop.php:166 -msgid "By " -msgstr "Đвтор" - -#: includes/theme-loop.php:206 -msgid " Bookmark the " -msgstr " Закладка" - -#: includes/theme-loop.php:206 includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "Permalink to" -msgstr "ПоŃтоянная ŃŃылка на" - -#: includes/theme-loop.php:206 includes/theme-loop.php:208 -#: includes/theme-loop.php:210 -msgid "permalink" -msgstr "поŃтоянная ŃŃылка" - -#: includes/theme-loop.php:208 includes/theme-loop.php:210 -msgid "Bookmark the " -msgstr "Закладка" - -#: includes/theme-loop.php:232 -msgid "« Older posts" -msgstr "« Ранние запиŃи" - -#: includes/theme-loop.php:233 -msgid "Newer posts »" -msgstr "Новые запиŃи »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Страничка %s" - -#: includes/theme-setup.php:90 -msgid "Primary Navigation" -msgstr "ĐžŃновная навигация" - -#: includes/theme-setup.php:91 -msgid "Top Navigation" -msgstr "Верхняя навигация" - -#: includes/theme-setup.php:92 -msgid "Footer Navigation" -msgstr "Нижняя навигация" - -#: includes/theme-setup.php:128 -msgid "mantra" -msgstr "Мантра" - -#: includes/theme-setup.php:187 -msgid "Skip to content" -msgstr "Перейти Đş" - -#: includes/theme-setup.php:214 -msgid "Primary Widget Area - Sidebar 1" -msgstr "ОблаŃŃ‚ŃŚ ĐľŃновных виджетов - Первое боковое меню" - -#: includes/theme-setup.php:216 -msgid "Primary widget area - Sidebar 1" -msgstr "ОблаŃŃ‚ŃŚ ĐľŃновных виджетов - Первое боковое меню" - -#: includes/theme-setup.php:225 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Вторая облаŃŃ‚ŃŚ виджетов - Первое боковое меню" - -#: includes/theme-setup.php:227 -msgid "Secondary widget area - Sidebar 1" -msgstr "Вторая облаŃŃ‚ŃŚ виджетов - Первое боковое меню" - -#: includes/theme-setup.php:236 -msgid "Third Widget Area - Sidebar 2" -msgstr "Третья облаŃŃ‚ŃŚ виджетов - Второе боковое меню" - -#: includes/theme-setup.php:238 -msgid "Third widget area - Sidebar 2" -msgstr "Третья облаŃŃ‚ŃŚ виджетов - Второе боковое меню" - -#: includes/theme-setup.php:247 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "Четвёртая облаŃŃ‚ŃŚ виджетов - Второе боковое меню" - -#: includes/theme-setup.php:249 -msgid "Fourth widget area - Sidebar 2" -msgstr "Четвёртая облаŃŃ‚ŃŚ виджетов - Второе боковое меню" - -#: includes/theme-setup.php:258 -msgid "First Footer Widget Area" -msgstr "ОблаŃŃ‚ŃŚ виджетов первого нижнего колонтитŃла" - -#: includes/theme-setup.php:260 -msgid "First footer widget area" -msgstr "ОблаŃŃ‚ŃŚ виджетов первого нижнего колонтитŃла" - -#: includes/theme-setup.php:269 -msgid "Second Footer Widget Area" -msgstr "ОблаŃŃ‚ŃŚ виджетов второго нижнего колонтитŃла" - -#: includes/theme-setup.php:271 -msgid "Second footer widget area" -msgstr "ОблаŃŃ‚ŃŚ виджетов второго нижнего колонтитŃла" - -#: includes/theme-setup.php:280 -msgid "Third Footer Widget Area" -msgstr "ОблаŃŃ‚ŃŚ виджетов третьего нижнего колонтитŃла" - -#: includes/theme-setup.php:282 -msgid "The third footer widget area" -msgstr "ОблаŃŃ‚ŃŚ виджетов третьего нижнего колонтитŃла" - -#: includes/theme-setup.php:291 -msgid "Fourth Footer Widget Area" -msgstr "ОблаŃŃ‚ŃŚ виджетов четвёртого нижнего колонтитŃла" - -#: includes/theme-setup.php:293 -msgid "The fourth footer widget area" -msgstr "ОблаŃŃ‚ŃŚ виджетов четвёртого нижнего колонтитŃла" - -#: includes/theme-setup.php:302 includes/theme-setup.php:304 -msgid "Above content Widget Area" -msgstr "ĐˇĐ˛ĐµŃ€Ń…Ń ĐľĐ±Đ»Đ°Ńти виджетов" - -#: includes/theme-setup.php:313 includes/theme-setup.php:315 -msgid "Below Content Widget Area" -msgstr "ĐˇĐ˝Đ¸Đ·Ń ĐľĐ±Đ»Đ°Ńти виджетов" - -#~ msgid "All Post Metas" -#~ msgstr "Мета-данные вŃех запиŃей" - -#~ msgid "Mobile view" -#~ msgstr "ВерŃия для мобильных ŃŃтройŃтв" - -#~ msgid "" -#~ "

      Here at Cryout Creations (the developers of yours truly Mantra Theme), " -#~ "we spend night after night improving the Mantra Theme. We fix a lot of " -#~ "bugs (that we previously created); we add more and more customization " -#~ "options while also trying to keep things as simple as possible; then... " -#~ "we might play a game or two but rest assured that we return to read and " -#~ "(in most cases) reply to your late night emails and comments, take notes " -#~ "and draw dashboards of things to implement in future versions.

      \n" -#~ "\t\t\t

      So you might ask yourselves: How do they do it? How can they " -#~ "keep so fresh after all that hard labor for that darned theme? Well " -#~ "folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -#~ "coffee. We love it! So if you want to help with the further development " -#~ "of the Mantra Theme...

      " -#~ msgstr "" -#~ "

      ЗдеŃŃŚ, в Cryout Creations ĐĽŃ‹ не Ńпим ночами, неŃŃтанно ŃĐ»ŃчŃĐ°ŃŹ МантрŃ. " -#~ "Мы ŃŃтраняем множеŃтво недоработок (предварительно нами Ńозданных), " -#~ "добавляем вŃŃ‘ больŃе и больŃе возможноŃтей тонкой наŃтройки темы, " -#~ "ŃтараяŃŃŚ ĐľŃтавить вŃŃ‘ Ń‚Đ°Đş же проŃŃ‚Đľ... Рпотом ĐĽŃ‹ читаем ваŃи пиŃŃŚĐĽĐ°, " -#~ "комментарии, проŃьбы изменить или ŃĐ»ŃчŃить те или иные Ń„Ńнкции в бŃĐ´Ńщем. " -#~ "

      \n" -#~ "\t\t\t

      Можете ŃпроŃить Ńебя: Как они вŃŃ‘ ŃŤŃ‚Đľ делают? Как им ŃĐ´Đ°Ń‘Ń‚ŃŃŹ " -#~ "Ńохранить ŃветлŃŃŽ ĐłĐľĐ»ĐľĐ˛Ń ĐżĐľŃле такой кропотливой работы? Что ж, ŃŤŃ‚Đľ " -#~ "проŃŃ‚Đľ. Мы пьём кофе. Мы пьём горячий вкŃŃный Ńвежий кофе в промыŃленных " -#~ "ĐĽĐ°ŃŃтабах. Мы любим его! Так что еŃли Đ’Ń‹ хотите помочь нам Ń Ń€Đ°Đ·Ń€Đ°Đ±ĐľŃ‚ĐşĐľĐą " -#~ "бŃĐ´Ńщих Мантр...

      " - -#~ msgid "Mantra Help" -#~ msgstr "Помощь в Мантре" - -#~ msgid "" -#~ "\n" -#~ "\t\t\t
        \n" -#~ "\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -#~ "\t\t\t\t
      • - Want to know what changes are made to the theme with each " -#~ "new version?
      • \n" -#~ "\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -#~ "expected?
      • \n" -#~ "\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better " -#~ "suit your needs?
      • \n" -#~ "\t\t\t\t
      • - Want a setting implemented?
      • \n" -#~ "\t\t\t\t
      • - Do you have or would you like to make a translation of the " -#~ "Mantra Theme?
      • \n" -#~ "\t\t\t
      \n" -#~ "\t\t\t

      Then come visit us at Mantra's support page.

      \n" -#~ "\t" -#~ msgstr "" -#~ "\n" -#~ "\t\t\t
        \n" -#~ "\t\t\t\t
      • - ĐťŃжна какая-либо помощь Ń ĐśĐ°Đ˝Ń‚Ń€ĐľĐą или WordPress?
      • \n" -#~ "\t\t\t\t
      • - Хотели бы Ńзнать Đľ вŃех изменениях в теме Ń Đ˛Ń‹ĐżŃŃком новой " -#~ "верŃии?
      • \n" -#~ "\t\t\t\t
      • - НаŃли баг или что-Ń‚Đľ работает не Ń‚Đ°Đş, как Đ’Ń‹ ожидаете?\n" -#~ "\t\t\t\t
      • - Đ•ŃŃ‚ŃŚ идеи как ŃĐ»ŃчŃить ĐśĐ°Đ˝Ń‚Ń€Ń Đ´Đ»ŃŹ Đ’Đ°Ńих задач?
      • \n" -#~ "\t\t\t\t
      • - Хотели бы доработать наŃтройки?
      • \n" -#~ "\t\t\t\t
      • - ĐŁ Đ’Đ°Ń ĐµŃŃ‚ŃŚ перевод Мантры или Đ’Ń‹ хотели бы его Ńделать?\n" -#~ "\t\t\t
      \n" -#~ "\t\t\t

      Что ж, на вŃе вопроŃŃ‹ Đ’Ń‹ найдёте ответ на Ńтраничке поддержки " -#~ "Мантры.

      \n" -#~ "\t" - -#~ msgid "Mantra Support Page" -#~ msgstr "Страничка поддержки Мантры" - -#~ msgid "Choose your layout " -#~ msgstr "Выберите ŃŃ…ĐµĐĽŃ Ń€Đ°Ńположения элементов" - -#~ msgid "Relative" -#~ msgstr "ОтноŃительная" - -#~ msgid "milliseconds (1000ms = 1 second) " -#~ msgstr "миллиŃекŃнды (1000ĐĽŃ = 1 ŃекŃнда)" - -#~ msgid "Upload or select image from gallery" -#~ msgstr "ЗагрŃзите изображение или выберите из галереи" - -#~ msgid "The titles' color (Default value is 333333)." -#~ msgstr "Цвет заголовка (по Ńмолчанию \"333333\")" - -#~ msgid "" -#~ "Hide or show your blog's Title and Description in the header (recommended " -#~ "if you have a custom header image with text)." -#~ msgstr "" -#~ "Показать или Ńкрыть заголовок и опиŃание Đ’Đ°Ńего блога в Ńапке Ńайта " -#~ "(рекомендŃетŃŃŹ иметь Ńвоё изображение заголовка Ń Ńвоим текŃтом)." - -#~ msgid "" -#~ "Make the site header into a clickable link that links to your index page." -#~ msgstr "" -#~ "Превратить заголовок Đ’Đ°Ńего Ńайта в кликабельнŃŃŽ ŃŃылкŃ, отŃылающŃŃŽ на " -#~ "главнŃŃŽ ŃтраничкŃ." - -#~ msgid "Upload or select favicon from gallery" -#~ msgstr "" -#~ "ЗагрŃзить или выбрать загрŃженное раннее изображение в качеŃтве иконки " -#~ "(фавиконки) Ńайта." - -#~ msgid "Archives" -#~ msgstr "Đрхив" - -#~ msgid "Insert footer copyright" -#~ msgstr "Đ’Ńтавка копирайта в нижний колонтитŃĐ» (footer)" - -#~ msgid "" -#~ "Enable the presentation front-page. This will become your new home page " -#~ "and it will replace whatever page you have selected as homepage. It has a " -#~ "slider and columns for presentation\n" -#~ "\t\ttext and images." -#~ msgstr "" -#~ "Đктивация начальной Ńтранички презентаций. ĐŁ Đ’Đ°Ń ĐżĐľŃŹĐ˛Đ¸Ń‚ŃŃŹ новая домаŃняя " -#~ "Ńтраничка и любая иŃпользŃемая Đ´Đľ этого бŃдет заменена Ńказанной. " -#~ "Страничка презентаций Ńодержит Ńлайдер и колонки для эффектной " -#~ "демонŃтрации\n" -#~ "\t\tтекŃŃ‚Đ° и изображений." diff --git a/themes/mantra/languages/tr_TR.po b/themes/mantra/languages/tr_TR.po index d581102a..dd99208f 100644 --- a/themes/mantra/languages/tr_TR.po +++ b/themes/mantra/languages/tr_TR.po @@ -1,2097 +1,2097 @@ -msgid "" -msgstr "" -"Project-Id-Version: mantra 197\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-08 18:32+0200\n" -"PO-Revision-Date: 2013-01-10 02:25+0200\n" -"Last-Translator: Emre \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" -"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" -"X-Generator: Poedit 1.5.4\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "Bulunamadı" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "" -"ĂśzgĂĽnĂĽz, aradığınız sayfa bulunamadı. Arama yapmanız yardımcı olabilir." - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "GĂĽnlĂĽk ArĹźivler %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "Aylık ArĹźivler %s" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "Yıllık ArĹźivler %s" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "Blog ArĹźivleri" - -#: archive.php:57 author.php:74 category.php:50 -msgid "Nothing Found" -msgstr "Hiçbir Ĺžey Bulunamadı" - -#: archive.php:61 author.php:78 category.php:54 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "" -"ĂśzgĂĽnĂĽz, aradığınız arĹźiv için sonuç bulunamadı. Arama yapmanız ilgili " -"arĹźivi bulmanıza yardımcı olabilir." - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "Geri dön %s" - -#: attachment.php:29 -msgid "By" -msgstr "tarafından" - -#: attachment.php:40 -msgid "Published" -msgstr "Yayımlandı" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "Tam boyutu %s piksel" - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "Tam boyut görsel için baÄźlantı" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:48 content-gallery.php:64 content-image.php:41 -#: content-link.php:48 content-page.php:22 content-quote.php:46 -#: content-status.php:49 content.php:80 -msgid "Edit" -msgstr "DĂĽzenle" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "Okumaya devam et" - -#: attachment.php:101 content-aside.php:39 content-chat.php:37 -#: content-gallery.php:54 content-image.php:32 content-link.php:37 -#: content-page.php:21 content-quote.php:36 content-status.php:40 -#: content.php:52 content.php:69 -msgid "Pages:" -msgstr "Sayfalar" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "Yazar ArĹźivleri: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "Hakkında %s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "Kategori ArĹźivleri: %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "Bu yazı Ĺźifre korumalı. Yorumları görebilmek için Ĺźifrenizi girin." - -#: comments.php:41 comments.php:60 -msgid "Older Comments" -msgstr "Daha Eski Yorumlar" - -#: comments.php:42 comments.php:61 -msgid "Newer Comments" -msgstr "Daha Yeni Yorumlar" - -#: comments.php:72 content-page.php:27 -msgid "Comments are closed." -msgstr "Yoruma kapalı." - -#: content-aside.php:21 -msgid "Aside" -msgstr "Ayrı" - -#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 -#: content-image.php:31 content-link.php:36 content-quote.php:35 -#: content-status.php:39 -msgid "Continue reading " -msgstr "Okumaya devam et " - -#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 -#: content-image.php:38 content-link.php:44 content-quote.php:43 -#: content-status.php:47 content.php:78 -msgid "Tagged" -msgstr "EtiketlenmiĹź" - -#: content-chat.php:20 -msgid "Chat" -msgstr "Sohbet" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "Galeri" - -#: content-image.php:19 -msgid "Image" -msgstr "GörĂĽntĂĽ" - -#: content-link.php:20 -msgid "Link" -msgstr "BaÄźlantı" - -#: content-quote.php:19 -msgid "Quote" -msgstr "Alıntı" - -#: content-status.php:31 -msgid "Status" -msgstr "Durum" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "Arama Sonuçlar: %s" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "%s için Arama Sonucu Bulunamadı" - -#: sidebar.php:35 sidebar.php:92 -msgid "Archives" -msgstr "ArĹźivler" - -#: sidebar.php:42 sidebar.php:99 -msgid "Meta" -msgstr "Meta" - -#: single.php:44 -msgid "View all posts by " -msgstr "&s tarafından tĂĽm gönderileri görĂĽntĂĽle" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "Etiket ArĹźivleri: %s" - -#: admin/admin-functions.php:62 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "İçe aktarma dosyanızı yĂĽklemeden önce Ĺźu hatayı dĂĽzeltmelisiniz:" - -#: admin/admin-functions.php:70 -msgid "Import Mantra Theme Options" -msgstr "Mantra Teması Ayarlarını İçe Aktar" - -#: admin/admin-functions.php:72 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" -"Selam! Mantra Ayarlarını içe aktaracağınız yer burasu. Bu özelliÄźin hala " -"deneysel olduÄźunu lĂĽtfen aklınızdan çıkarmayın. " - -#: admin/admin-functions.php:74 -msgid "Just choose a file from your computer:" -msgstr "Bilgisayarınızdan bir dosya seçin:" - -#: admin/admin-functions.php:76 -#, php-format -msgid "Maximum size: %s" -msgstr "Maksimum boyut: %s" - -#: admin/admin-functions.php:82 -msgid "And import!" -msgstr "Ve içe aktar!" - -#: admin/admin-functions.php:148 -msgid "Import Mantra Theme Options " -msgstr "Mantra Teması Seçeneklerini İçe Aktar" - -#: admin/admin-functions.php:151 -msgid "Great! The options have been imported!" -msgstr "Harika! Seçenekler içe aktarıldı!" - -#: admin/admin-functions.php:152 -msgid "Go back to the Mantra options page and check them out!" -msgstr "Mantra Seçenekleri sayfasına geri dön ve göz at!" - -#: admin/admin-functions.php:155 admin/admin-functions.php:161 -#: admin/admin-functions.php:167 -msgid "Oops, there's a small problem." -msgstr "Ah! Ufak bir hata var." - -#: admin/admin-functions.php:156 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" -"YĂĽklenmiĹź dosya geçerli Mantra seçeneklerine sahip deÄźil. Dosyanın Mantra " -"Seçenekleri sayfasından dışa aktarıldığından emin olun." - -#: admin/admin-functions.php:162 -msgid "The uploaded file could not be read." -msgstr "YĂĽklenen dosya okunamıyor." - -#: admin/admin-functions.php:168 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" -"YĂĽklenen dosya desteklenmiyor. Dosyanın Mantra sayfasından dışa " -"aktarıldığından ve text dosyası olduÄźundan emin olun." - -#: admin/admin-functions.php:177 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" -"Ah! Dosya boĹź ya da yok. Bu hata php.ini dosyasında yĂĽklemelerin engellenmiĹź " -"olmasından ya da php.ini dosyasındaki post_max_size seçeneÄźinin " -"upload_max_filesize seçeneÄźinden küçük olarak tanımlanmış olmasından " -"kaynaklanıyor olabilir." - -#: admin/admin-functions.php:183 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "HATA: Bu iĹźlemi gerçekleĹźtirmeye yetkili deÄźilsiniz." - -#: admin/main.php:93 -msgid "Layout Settings" -msgstr "DĂĽzen Ayarları" - -#: admin/main.php:94 -msgid "Presentation Page" -msgstr "Sunum Sayfası" - -#: admin/main.php:95 -msgid "Text Settings" -msgstr "Metin Ayarları" - -#: admin/main.php:96 -msgid "Color Settings" -msgstr "Renk Ayarları" - -#: admin/main.php:97 -msgid "Graphics Settings" -msgstr "Grafik Ayarları" - -#: admin/main.php:98 -msgid "Post Information Settings" -msgstr "Yazı Bilgi Ayarları" - -#: admin/main.php:99 -msgid "Post Excerpt Settings" -msgstr "Yazı Ă–zet Seçenekleri" - -#: admin/main.php:100 -msgid "Featured Image Settings" -msgstr "Ă–ne Çıkan GörĂĽntĂĽ Ayarları" - -#: admin/main.php:101 -msgid "Social Media Settings" -msgstr "Sosyal Medya Ayarları" - -#: admin/main.php:102 -msgid "Miscellaneous Settings" -msgstr "DiÄźer Ayarlar" - -#: admin/main.php:104 -msgid "Main Layout" -msgstr "Ana DĂĽzen" - -#: admin/main.php:105 -msgid "Content / Sidebar Width" -msgstr "İçerik / Kenar ÇubuÄźu YĂĽksekliÄźi" - -#: admin/main.php:106 -msgid "Header Image Height" -msgstr "ĂśstlĂĽk GörĂĽntĂĽsĂĽ YĂĽksekliÄźi" - -#: admin/main.php:108 -msgid "Enable Presentation Page" -msgstr "Sunum Sayfasını EtkinleĹźtir" - -#: admin/main.php:109 -msgid "Slider Settings" -msgstr "Sunu Seçenekleri" - -#: admin/main.php:110 -msgid "Slides" -msgstr "Sunular" - -#: admin/main.php:111 -msgid "Presentation Page Columns" -msgstr "Sunum Sayfası SĂĽtunları" - -#: admin/main.php:112 -msgid "Extras" -msgstr "Ekstralar" - -#: admin/main.php:114 -msgid "General Font" -msgstr "Genel Yazı Tipi" - -#: admin/main.php:115 -msgid "General Font Size" -msgstr "Genel Yazı Boyutu" - -#: admin/main.php:116 -msgid "Post Title Font " -msgstr "Yazı BaĹźlığı Yazı Tipi" - -#: admin/main.php:117 -msgid "Post Title Font Size" -msgstr "Yazı BaĹźlığı Yazı Tipi Boyutu" - -#: admin/main.php:118 -msgid "Sidebar Font" -msgstr "KenarçubuÄźu Yazı Tipi" - -#: admin/main.php:119 -msgid "SideBar Font Size" -msgstr "KenarçubuÄźu Yazı Tipi Boyutu" - -#: admin/main.php:120 -msgid "Sub-Headers Font" -msgstr "Alt BaĹźlık Yazı Tipi" - -#: admin/main.php:121 -msgid "Force Text Align" -msgstr "Metni Hızalamaya Zorla" - -#: admin/main.php:122 -msgid "Paragraph indent" -msgstr "Paragraf Satırbaşı" - -#: admin/main.php:123 -msgid "Header indent" -msgstr "ĂśstlĂĽk Satırbaşı" - -#: admin/main.php:124 -msgid "Line Height" -msgstr "Satır YĂĽksekliÄźi" - -#: admin/main.php:125 -msgid "Word spacing" -msgstr "Kelime Aralığı" - -#: admin/main.php:126 -msgid "Letter spacing" -msgstr "Harf Aralığı" - -#: admin/main.php:127 -msgid "Text shadow" -msgstr "Metin Gölgesi" - -#: admin/main.php:129 -msgid "Background Color" -msgstr "Arkaplan Rengi" - -#: admin/main.php:130 -msgid "Header (Banner and Menu) Background Color" -msgstr "BaĹźlık (Banner ve MenĂĽ) Arkaplan Rengi" - -#: admin/main.php:131 -msgid "Content Background Color" -msgstr "İçerik Arkaplan Rengi" - -#: admin/main.php:132 -msgid "Menu background color" -msgstr "MenĂĽ Arkaplan Rengi" - -#: admin/main.php:134 -msgid "Site Title Color" -msgstr "Site BaĹźlığı Rengi" - -#: admin/main.php:135 -msgid "Site Description Color" -msgstr "Site Açıklaması Rengi" - -#: admin/main.php:137 -msgid "Content Text Color" -msgstr "İçerik Metni Rengi" - -#: admin/main.php:138 -msgid "Links Color" -msgstr "BaÄźlantılar Rengi" - -#: admin/main.php:139 -msgid "Links Hover Color" -msgstr "BaÄźlantı Vurgusu Rengi" - -#: admin/main.php:140 -msgid "Post Title Color" -msgstr "Yazı BaĹźlığı Rengi" - -#: admin/main.php:141 -msgid "Post Title Hover Color" -msgstr "Yazı BaĹźlığı Vurgu Rengi" - -#: admin/main.php:142 -msgid "Sidebar Header Background Color" -msgstr "Kenar ÇubuÄźu BaĹźlık Arkaplan Rengi" - -#: admin/main.php:143 -msgid "Sidebar Header Text Color" -msgstr "Kenar ÇubuÄźu BaĹźlık Metni Rengi" - -#: admin/main.php:144 -msgid "Footer Widget Background Color" -msgstr "Altlık BileĹźenleri Arkaplan Rengi" - -#: admin/main.php:145 -msgid "Footer Background Color" -msgstr "Altlık Arkaplan Rengi" - -#: admin/main.php:146 -msgid "Footer Widget Header Text Color" -msgstr "Altlık BileĹźenleri BaĹźlık Rengi" - -#: admin/main.php:147 -msgid "Footer Widget Link Color" -msgstr "Altık BileĹźenleri BaÄźlantı Rengi" - -#: admin/main.php:148 -msgid "Footer Widget Hover Color" -msgstr "Altlık BileĹźenleri BaÄźlantı Vurgusu Rengi" - -#: admin/main.php:150 -msgid "Caption Border" -msgstr "ManĹźet Sınırı" - -#: admin/main.php:151 -msgid "Post Images Border" -msgstr "Yazı GörĂĽntĂĽleri Sınırı" - -#: admin/main.php:152 -msgid "Caption Pin" -msgstr "ManĹźet Pimi" - -#: admin/main.php:153 -msgid "Sidebar Menu Bullets" -msgstr "Kenar ÇubuÄźu MenĂĽ Ä°mleri" - -#: admin/main.php:154 -msgid "Meta Area Background" -msgstr "Meta Alanı Arkaplanı" - -#: admin/main.php:155 -msgid "Post Separator" -msgstr "Yazı Ayracı" - -#: admin/main.php:156 -msgid "Content List Bullets" -msgstr "İçerik Listesi Ä°mleri" - -#: admin/main.php:157 -msgid "Title and Description" -msgstr "BaĹźlık ve Tanım" - -#: admin/main.php:158 -msgid "Page Titles" -msgstr "Sayfa BaĹźlıkları" - -#: admin/main.php:159 -msgid "Category Page Titles" -msgstr "Kategori Sayfası BaĹźlıkları" - -#: admin/main.php:160 -msgid "Hide Tables" -msgstr "Tabloları Gizle" - -#: admin/main.php:161 -msgid "Back to Top button" -msgstr "Ăśste Dön TuĹźu" - -#: admin/main.php:162 -msgid "Text Under Comments" -msgstr "Yorumlar Altındaki Yazı" - -#: admin/main.php:163 -msgid "Comments are closed text" -msgstr "Yorumlar Kapalı metni" - -#: admin/main.php:164 -msgid "Comments off" -msgstr "Yorumlar Kapalı" - -#: admin/main.php:165 -msgid "Insert footer copyright" -msgstr "Altlık telif hakkı ekle" - -#: admin/main.php:167 -msgid "Post Comments Link" -msgstr "Yazı Yorumları BaÄźlantısı" - -#: admin/main.php:168 -msgid "Post Date" -msgstr "Yazı Tarihi" - -#: admin/main.php:169 -msgid "Post Time" -msgstr "Yazı Zamanı" - -#: admin/main.php:170 -msgid "Post Author" -msgstr "Yazı Yazarı" - -#: admin/main.php:171 -msgid "Post Category" -msgstr "Yazı Kategorisi" - -#: admin/main.php:172 -msgid "Post Tags" -msgstr "Yazı Etiketleri" - -#: admin/main.php:173 -msgid "Post Permalink" -msgstr "Yazı Permalinki" - -#: admin/main.php:174 -msgid "All Post Metas" -msgstr "TĂĽm Yazı Metaları" - -#: admin/main.php:176 -msgid "Post Excerpts on Home Page" -msgstr "Ana Sayfadaki Yazı Ă–zetleri" - -#: admin/main.php:177 -msgid "Affect Sticky Posts" -msgstr "Yapışkan Yazıları Etkile" - -#: admin/main.php:178 -msgid "Post Excerpts on Archive and Category Pages" -msgstr "ArĹźiv ve Kategori Sayfalarındaki Yazı Ă–zetleri" - -#: admin/main.php:179 -msgid "Number of Words for Post Excerpts " -msgstr "Yazı Ă–zetleri için Kelime Sayısı" - -#: admin/main.php:180 -msgid "Magazine Layout" -msgstr "Dergi DĂĽzeni" - -#: admin/main.php:181 -msgid "Excerpt suffix" -msgstr "Ă–zet Soneki" - -#: admin/main.php:182 -msgid "Continue reading link text " -msgstr "Okumaya Devam Et baÄźlantı metni" - -#: admin/main.php:183 -msgid "HTML tags in Excerpts" -msgstr "Ă–zetlerdeki HTML Etiketleri" - -#: admin/main.php:185 -msgid "Featured Images as POST Thumbnails " -msgstr "YAZI Küçük Resimleri olarak Ă–ne Çıkan GörĂĽntĂĽler" - -#: admin/main.php:186 -msgid "Auto Select Images From Posts " -msgstr "Yazılardeki GörĂĽntĂĽleri Otomatik Seç" - -#: admin/main.php:187 -msgid "Thumbnails Alignment " -msgstr "Küçük Resim Hizası" - -#: admin/main.php:188 -msgid "Thumbnails Size " -msgstr "Küçük Resim Boyutu" - -#: admin/main.php:189 -msgid "Featured Images as HEADER Images " -msgstr "BAĹžLIK GörĂĽntleri olarak Küçük Resimleri" - -#: admin/main.php:191 -msgid "Link nr. 1" -msgstr "BaÄźlantı no. 1" - -#: admin/main.php:192 -msgid "Link nr. 2" -msgstr "BaÄźlantı no. 2" - -#: admin/main.php:193 -msgid "Link nr. 3" -msgstr "BaÄźlantı no. 3" - -#: admin/main.php:194 -msgid "Link nr. 4" -msgstr "BaÄźlantı no. 4" - -#: admin/main.php:195 -msgid "Link nr. 5" -msgstr "BaÄźlantı no. 5" - -#: admin/main.php:196 -msgid "Socials display" -msgstr "Sosyal BaÄźlantılar GörĂĽntĂĽsĂĽ" - -#: admin/main.php:198 -msgid "Make Site Header a Link" -msgstr "Site BaĹźlığını BaÄźlantı Yap" - -#: admin/main.php:199 -msgid "Breadcrumbs" -msgstr "Ekmek Kırıntısı" - -#: admin/main.php:200 -msgid "Pagination" -msgstr "Sayfaları Numaralandırma" - -#: admin/main.php:201 -msgid "Mobile view" -msgstr "Mobil GörĂĽntĂĽ" - -#: admin/main.php:202 -msgid "FavIcon" -msgstr "FavIcon" - -#: admin/main.php:203 -msgid "Custom CSS" -msgstr "Ă–zel CSS" - -#: admin/main.php:204 -msgid "Custom JavaScript" -msgstr "Ă–zel JavaScript" - -#: admin/main.php:205 -msgid "SEO Settings" -msgstr "SEO Ayarları" - -#: admin/main.php:222 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "ĂśzgĂĽnĂĽz, ama bu sayfaya eriĹźebilmek için yeterli izniniz yok." - -#: admin/main.php:232 -msgid "Mantra settings updated successfully." -msgstr "Mantra ayarları baĹźarıyla yenilendi" - -#: admin/main.php:243 -msgid "Reset to Defaults" -msgstr "Varsayılana Geri Dön" - -#: admin/main.php:244 -msgid "Save Changes" -msgstr "DeÄźiĹźiklikleri Kaydet" - -#: admin/main.php:258 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"\t\t\t

      So you might ask yourselves: How do they do it? How can they " -"keep so fresh after all that hard labor for that darned theme? Well " -"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " -"coffee. We love it! So if you want to help with the further development of " -"the Mantra Theme...

      " -msgstr "" -"

      Cryout Creations'da(Mantra Teması geliştiricileri), gecelerimizi Mantra " -"Teması'nı geliştirmek için harcıyoruz. Birçok bug'ı düzeltiyoruz(daha " -"önceden bizim yarattığımız); işleri basit tutmaya çalışarak birçok " -"özelleştirme seçeneği ekliyoruz; sonra... bir iki oyun oynayabiliriz ama " -"emin olunki gece geç vakitte gönderdiğiniz e-mailleri ve yorumları okumaya " -"geri dönüyoruz ve (çoğu zaman) cevaplıyoruz, notlar alıyoruz ve ileriki " -"versiyonlarda ekleme yapacaklarımız için plan yapıyoruz.

      \n" -"\t\t\t

      Kendinize sorabilirsiniz: Bütün bunları nasıl yapıyorlar? Bu " -"lanet tema için bu kadar çalışıp nasıl bu kadar canlı kalabiliyorlar? " -"Aslında millet, bu çok basit. Kahve içiyoruz. Endüstriyel ölçeklerde, sıcak, " -"kaynamış kahve. Buna bayılıyoruz. Eğer Mantra Teması'nın geleceğine yardım " -"etmek isterseniz...

      " - -#: admin/main.php:273 -msgid "Import/Export Settings" -msgstr "İçe/Dışa Aktarma Seçenekleri" - -#: admin/main.php:279 -msgid "Export Theme options" -msgstr "Teme Seçeneklerini Dışa Aktar" - -#: admin/main.php:280 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" -"Bu kadar basit: Mantra ayarlarını dışa aktarmak ve bilgisayarınıza kaydetmek " -"sadece bir tık uzağınızda. Daha güvende hissediyor musunuz? Hissetmelisiniz." - -#: admin/main.php:285 -msgid "Import Theme options" -msgstr "Tema Seçeneklerini İçe Aktar" - -#: admin/main.php:286 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" -"İçe aktarmadan dışa aktarmak ancak bir ahmağın işi olabilir. Dışa aktarılmış " -"dosyanın hazır olduğundan emin olun ve tıktan sonra görüşürüz." - -#: admin/main.php:293 -msgid "Mantra Latest News" -msgstr "Mantra Son Haberler" - -#: admin/main.php:304 -msgid "No news items." -msgstr "Yeni haber yok." - -#: admin/main.php:318 -msgid "Mantra Help" -msgstr "Mantra Yardım" - -#: admin/main.php:321 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Mantra ya da WordPress için yardıma mı ihtiyacınız var?
      • \n" -"\t\t\t\t
      • - Her yeni versiyonla gelen özellikleri öğrenmek ister misiniz?\n" -"\t\t\t\t
      • - Bug mı bulduÄźunuz ya da her Ĺźey çalışması gerektiÄźi gibi " -"çalışmıyor mu?
      • \n" -"\t\t\t\t
      • - Mantra Teması'nın ihtiyaclarını daha iyi karşılaması için bir " -"fikrin mi var?
      • \n" -"\t\t\t\t
      • - Bir ayarın uygulanmasını mı istiyorsun?
      • \n" -"\t\t\t\t
      • - Mantra Teması'nın bir çevirisine mi sahipsin ya da çevirisini " -"mi yapmak istiyorsun?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      O zaman bizi Mantra destek sayfasında ziyaret edin.

      \n" -"\t" - -#: admin/main.php:332 -msgid "Mantra Support Page" -msgstr "Manta Destek Sayfası" - -#: admin/settings.php:61 -msgid "One column (no sidebars)" -msgstr "Tek sütun (kenar çubuğu yok)" - -#: admin/settings.php:62 -msgid "Two columns, sidebar on the right" -msgstr "İki sütun, kenar çubuğu sağda" - -#: admin/settings.php:63 -msgid "Two columns, sidebar on the left" -msgstr "İki sütun, kenar çubuğu solda" - -#: admin/settings.php:64 -msgid "Three columns, sidebars on the right" -msgstr "Üç sütun, kenar çubukları sağda" - -#: admin/settings.php:65 -msgid "Three columns, sidebars on the left" -msgstr "Üç sütun, kenar çubukları solda" - -#: admin/settings.php:66 -msgid "Three columns, one sidebar on each side" -msgstr "Üç sütun, her yanda bir kenar çubuğu" - -#: admin/settings.php:81 -msgid "Choose your layout " -msgstr "Düzeninizi seçin" - -#: admin/settings.php:89 -msgid "Absolute" -msgstr "Kesin" - -#: admin/settings.php:89 -msgid "Relative" -msgstr "Göreceli" - -#: admin/settings.php:90 -msgid "Dimensions to use: " -msgstr "Kullanılacak ölçüler" - -#: admin/settings.php:189 admin/settings.php:209 -msgid "Content =" -msgstr "İçerik =" - -#: admin/settings.php:190 admin/settings.php:210 -msgid "Sidebar(s) =" -msgstr "Kenar Çubuk(ları) =" - -#: admin/settings.php:191 admin/settings.php:211 -msgid "Total width =" -msgstr "Toplan Genişlik" - -#: admin/settings.php:200 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"İçerik ve kenarçubuk(ları) için genişlik seçin. \n" -" \t\tİçerik 500 pikselden dar olamazken, kenarçubuğu alanı en az 220 piksel " -"ve en fazla 800 piksel olmalı.
      \n" -"\tEğer üç sütun seçmişseniz ( 2 kenarçubuklu) herbiri seçilmiş genişliğin " -"yarısı olacaktır." - -#: admin/settings.php:220 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" -"İçerik ve kenarçubuk(ları) için genişlik seçin.\n" -" \t\tBunlar kullanıcının tarayıcısına göre göreceli ölçülerdir.Toplam " -"genişlik tarayıcının belli bir yüzdesidir.
      \n" -"\t İçerik %40'tan dar olamazken, kenarçubuğu alanı en az %20 en fazla %50 " -"olmalıdır.
      \n" -"\tEğer üç sütun seçmişseniz ( 2 kenarçubuklu) herbiri seçilmiş genişliğin " -"yarısı olacaktır." - -#: admin/settings.php:244 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be = " -msgstr "" -"Üstlüğün yüksekliğini seçin. Kaydettikten sonra yeni üstlük görüntüsünü " -"yükleyin. Üstlüğün genişliği =" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 -#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 -#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 -#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 -msgid "Enable" -msgstr "Etkinleştir" - -#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 -#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 -#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 -#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 -#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 -msgid "Disable" -msgstr "Etkisiz Kıl" - -#: admin/settings.php:265 -msgid "" -"Enable the presentation front-page. This will become your new home page and " -"it will replace whatever page you have selected as homepage. It has a slider " -"and columns for presentation\n" -"\t\ttext and images." -msgstr "" -"Ön sayfada sunuyu etkinleştir. Bu sizin yeni ana sayfanız olacak ve ana " -"sayfa olarak seçtiğiniz sayfanın yerine geçecek. Bir sunusu ve sunumlar " -"için \n" -"\t\tmetin ve görüntü sütünları var." - -#: admin/settings.php:275 -msgid "Slider Dimensions:" -msgstr "Sunu Ölçüleri" - -#: admin/settings.php:276 -msgid "width" -msgstr "Genişlik" - -#: admin/settings.php:277 -msgid "height" -msgstr "Yükseklik" - -#: admin/settings.php:278 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "Sununuzun ölçüsü. Görüntülerinizin aynı boyutta olduğundan emin olun." - -#: admin/settings.php:280 -msgid "Animation:" -msgstr "Animasyon:" - -#: admin/settings.php:282 -msgid "Random" -msgstr "Rasgele" - -#: admin/settings.php:282 -msgid "Fold" -msgstr "Katla" - -#: admin/settings.php:282 -msgid "Fade" -msgstr "Solma" - -#: admin/settings.php:282 -msgid "SlideInRight" -msgstr "SağaKay" - -#: admin/settings.php:282 -msgid "SlideInLeft" -msgstr "SolaKay" - -#: admin/settings.php:282 -msgid "SliceDown" -msgstr "AşağıKes" - -#: admin/settings.php:282 -msgid "SliceDownLeft" -msgstr "SolAşağıKes" - -#: admin/settings.php:282 -msgid "SliceUp" -msgstr "YukarıKes" - -#: admin/settings.php:282 -msgid "SliceUpLeft" -msgstr "SolYukarıKes" - -#: admin/settings.php:282 -msgid "SliceUpDown" -msgstr "YukarıAşağıKes" - -#: admin/settings.php:282 -msgid "SliceUpDownLeft" -msgstr "SolYukarıAşağıKes" - -#: admin/settings.php:282 -msgid "BoxRandom" -msgstr "RasgeleKutu" - -#: admin/settings.php:282 -msgid "BoxRain" -msgstr "YağmurKutu" - -#: admin/settings.php:282 -msgid "BoxRainReverse" -msgstr "TersYağmurKutu" - -#: admin/settings.php:282 -msgid "BoxRainGrow" -msgstr "BüyüyenYağmurKutu" - -#: admin/settings.php:282 -msgid "BoxRainGrowReverse" -msgstr "TersBüyüyenYağmurKutu" - -#: admin/settings.php:290 -msgid "The transition effect your slider will have." -msgstr "Sununuzun Geçiş Efekti." - -#: admin/settings.php:292 -msgid "Border Settings:" -msgstr "Sınır Ayarları" - -#: admin/settings.php:293 -msgid "Width" -msgstr "Yükseklik" - -#: admin/settings.php:294 -msgid "Color" -msgstr "Renk" - -#: admin/settings.php:296 -msgid "The width and color of the slider's border." -msgstr "Sununuzun sınır yükseliği ve rengi." - -#: admin/settings.php:298 -msgid "Animation Time:" -msgstr "Animasyon Süresi:" - -#: admin/settings.php:299 admin/settings.php:303 -msgid "milliseconds (1000ms = 1 second) " -msgstr "milisaniye (1000 ms = 1 saniye)" - -#: admin/settings.php:300 -msgid "The time in which the transition animation will take place." -msgstr "Geçiş animasyonunun gerçekleşeceği süre." - -#: admin/settings.php:302 -msgid "Pause Time:" -msgstr "Duraklama Süresi:" - -#: admin/settings.php:304 -msgid "The time in which a slide will be still and visible." -msgstr "Slaytın durduğu ve görünür olduğu süre." - -#: admin/settings.php:307 -msgid "Slider navigation:" -msgstr "Sunu navigasyonu:" - -#: admin/settings.php:309 -msgid "Numbers" -msgstr "Sayılar" - -#: admin/settings.php:309 -msgid "Bullets" -msgstr "İmler" - -#: admin/settings.php:309 admin/settings.php:1259 -msgid "None" -msgstr "Hiçbiri" - -#: admin/settings.php:317 -msgid "Your slider navigation type. Shown under the slider." -msgstr "Sunu navigasyon tipi. Sunu altında görünür." - -#: admin/settings.php:319 -msgid "Slider arrows:" -msgstr "Sunu okları:" - -#: admin/settings.php:321 -msgid "Always Visible" -msgstr "Her Zaman Gözükür" - -#: admin/settings.php:321 -msgid "Visible on Hover" -msgstr "Vurguda Gözükür" - -#: admin/settings.php:321 -msgid "Hidden" -msgstr "Gizli" - -#: admin/settings.php:329 -msgid "The Left and Right arrows on your slider" -msgstr "Sununuzdaki Sağ ve Sol oklar" - -#: admin/settings.php:370 admin/settings.php:438 -msgid "Select Category" -msgstr "Kategori Seçin" - -#: admin/settings.php:397 -msgid "Custom Slides" -msgstr "Özel Slaytlar" - -#: admin/settings.php:397 -msgid "Latest Posts" -msgstr "Son Yazılar" - -#: admin/settings.php:397 -msgid "Random Posts" -msgstr "Rasgele Yazılar" - -#: admin/settings.php:397 -msgid "Sticky Posts" -msgstr "Yapışkan Yazılar" - -#: admin/settings.php:397 -msgid "Latest Posts from Category" -msgstr "Kategoriden Son Yazılar" - -#: admin/settings.php:397 -msgid "Random Posts from Category" -msgstr "Kategoriden Rasgele Yazılar" - -#: admin/settings.php:397 -msgid "Specific Posts" -msgstr "Belirli Yazılar" - -#: admin/settings.php:410 -msgid "Latest posts will be loaded into the slider." -msgstr "Son yazılar sunuya yüklenecek." - -#: admin/settings.php:414 -msgid "Random posts will be loaded into the slider." -msgstr "Rasgele yazılar sunuya yüklenecek." - -#: admin/settings.php:418 -msgid "Latest posts from the category you choose will be loaded in the slider." -msgstr "Seçtiğiniz kategoriden son yazılar sunuya yüklenecek." - -#: admin/settings.php:423 -msgid "" -"Random posts from the category you choose will be loaded into the slider." -msgstr "Seçtiğiniz kategoriden rasgele yazılar sunuya yüklenecek." - -#: admin/settings.php:427 -msgid "Only sticky posts will be loaded into the slider." -msgstr "Sadece yapışkan yazılar sunuya yüklenecek." - -#: admin/settings.php:431 -msgid "List the post IDs you want to display (separated by a comma): " -msgstr "" -"Göstermek istediğiniz yazıların ID'lerini listeleyin (virgülle ayrılmış " -"şekilde):" - -#: admin/settings.php:436 -msgid "
      Choose the cateogry: " -msgstr "
      Kategori seçin:" - -#: admin/settings.php:453 -msgid "Number of posts to show:" -msgstr "Gösterilecek yazı sayısı:" - -#: admin/settings.php:460 -msgid "Slide 1" -msgstr "Slayt 1" - -#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 -#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 -#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 -msgid "Upload or select image from gallery" -msgstr "Görüntü yükle ya da galeriden seç" - -#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 -#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 -#: admin/settings.php:583 admin/settings.php:613 -msgid "Title" -msgstr "Başlık" - -#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 -#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 -#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 -msgid "Text" -msgstr "Metin" - -#: admin/settings.php:475 -msgid "Slide 2" -msgstr "Slayt 2" - -#: admin/settings.php:490 -msgid "Slide 3" -msgstr "Slayt 3" - -#: admin/settings.php:505 -msgid "Slide 4" -msgstr "Slayt 4" - -#: admin/settings.php:520 -msgid "Slide 5" -msgstr "Slayt 5" - -#: admin/settings.php:533 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" -"Slaylarınızın içeriği. Sadece görüntü zorunluduri diğer tüm alanlar isteğe " -"bağlıdır. Canlı sunuda sadece görüntülü slaytlar aktif olacaktır." - -#: admin/settings.php:543 -msgid "Number of columns:" -msgstr "Sütun Sayısı" - -#: admin/settings.php:553 -msgid "Image Height:" -msgstr "Görüntü Yüksekliği" - -#: admin/settings.php:556 -msgid "Read more text:" -msgstr "Daha fazla metin oku" - -#: admin/settings.php:559 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" -"Bağlantı metni bütün sütünların sonunda gözükür. İstemezseniz bütün metni " -"silebilirsiniz" - -#: admin/settings.php:563 -msgid "1st Column" -msgstr "1'inci Sütun" - -#: admin/settings.php:578 -msgid "2nd Column" -msgstr "2'inci Sütun" - -#: admin/settings.php:593 -msgid "3rd Column" -msgstr "3'üncü Sütun" - -#: admin/settings.php:608 -msgid "4th Column" -msgstr "4'üncü Sütun" - -#: admin/settings.php:630 -msgid "Extra Text" -msgstr "Ekstra Metin" - -#: admin/settings.php:630 -msgid "Top Title" -msgstr "Üst Başlık" - -#: admin/settings.php:632 -msgid "Second Title" -msgstr "İkinci Başlık" - -#: admin/settings.php:635 -msgid "Title color" -msgstr "Başlık Rengi" - -#: admin/settings.php:638 -msgid "The titles' color (Default value is 333333)." -msgstr "Başlığın rengi (Varsayılan değer 333333)." - -#: admin/settings.php:640 -msgid "Bottom Text 1" -msgstr "Alt Metin 1" - -#: admin/settings.php:642 -msgid "Bottom Text 2" -msgstr "Alt Metin 2" - -#: admin/settings.php:645 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" -"Ön sayfanızda daha çok metin. Üst başlık sununun altında, ikinci başlık ise " -"sunu ile sütunlar arasında ve 2 sıra da sütunların altındadır.\n" -"\t\t Bunların hepsi isteğe bağlı, eğer gerekli değilse doldurmayabilirsiniz. " - -#: admin/settings.php:651 -msgid "Hide areas" -msgstr "Alanları Gizle" - -#: admin/settings.php:664 -msgid "Hide the header area (image or background color)." -msgstr "Üstlük alanını gizle (görüntü ya da arkaplan rengi)." - -#: admin/settings.php:668 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "Ana menüyü gizle (üst navigasyon sekmeleri)." - -#: admin/settings.php:672 -msgid "Hide the footer widgets. " -msgstr "Altlık bileşenlerini gizle." - -#: admin/settings.php:676 -msgid "Hide the footer (copyright area)." -msgstr "Altlığı gizle (telif hakkı alanı)." - -#: admin/settings.php:680 -msgid "Hide the white color. Only the background color remains." -msgstr "Beyaz rengi gizle. Sadece arka plan rengi kalır." - -#: admin/settings.php:684 -msgid "Choose the areas to hide on the first page." -msgstr "İlk sayfada gizlenecek alanları belirleyin." - -#: admin/settings.php:703 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" -"Blogunuzda kullanacağınız yazı tipi boyutunu seçin. Sayfalar, yazılar ve " -"yorumlar etkilenecek. Tuşlar, Başlıklar ve Yan menüler etkilenmeyecek." - -#: admin/settings.php:747 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" -"Blogunuzda kullanacağınız yazı tipi ailesini seçin. Tüm içerik metni " -"etkilenecek (menü tuşları dahil)." - -#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 -#: admin/settings.php:899 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" -"Ya da Google Yazı Tipinizi girin. Lütfen yazı tipi name " -"girin.
      Örnek: Marko One. " -"google fonts ilham için ziyaret edin." - -#: admin/settings.php:795 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" -"Başlıklarınızda kullanacağız yazı tipi ailesini seçin. Yazı başlıkları ve " -"safya başlıkları etkilenecek. Genel yazı tipiyle aynı olmasını istiyorsanız " -"\"Varsayılan\" olarak bırakın." - -#: admin/settings.php:846 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" -"Kenarçubuk(ları)nda kullanmak istediğiniz yazı tipi ailesini seçin. Kenar " -"çubuklarındaki metin ve bütün bileşenler etkilenecektir. Genel yazı tipiyle " -"aynı olmasını istiyorsanız \"Varsayılan\" olarak bırakın." - -#: admin/settings.php:897 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" -"Alt başlıklarda (h2 - h6 etiketleri etkilenecek) kullanılmasını istediğiniz " -"yazı tipi ailesini seçin. Genel yazı tipiyle aynı olmasını istiyorsanız " -"\"Varsayılan\" olarak bırakın." - -#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 -#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 -msgid "Default" -msgstr "Varsayılan" - -#: admin/settings.php:917 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" -"Yazı Başlığı Yazı Tipi boyutu. Normal ayarlar için \"Varsayılan\" olarak " -"bırakın (boyut değeri CSS'deki gibi olacak)" - -#: admin/settings.php:932 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" -"Kenarçubuğu Yazı Tiği boyutu. Normal ayarlar için \"Varsayılan\" olarak " -"bırakın (boyut değeri CSS'deki gibi olacak)" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Left" -msgstr "Sol" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Right" -msgstr "Sağ" - -#: admin/settings.php:939 -msgid "Justify" -msgstr "İki yana yasla" - -#: admin/settings.php:939 admin/settings.php:1714 -msgid "Center" -msgstr "Ortala" - -#: admin/settings.php:947 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" -"Bu yazılar ve sayfalardaki metin hizasının üstüne yazar. Normal ayarlar için " -"\"Varsayılan\" olarak bırakın (hizalama yazılar, yorumlardaki, vb. gibi " -"kalacak)" - -#: admin/settings.php:961 -msgid "Choose the indent for your paragraphs." -msgstr "Paragrafınız için satırbaşı seçin." - -#: admin/settings.php:977 -msgid "Disable the default header and title indent (left margin)." -msgstr "Varsayılan üstlük ve başlık satırbaşını etkisiz kılın (sol kenar)." - -#: admin/settings.php:992 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" -"Metni satır boyutu. 2 satır arasındaki boyut. Normal ayarlar için " -"\"Varsayılan\" olarak bırakın (boyut değeri CSS'deki gibi olacak)" - -#: admin/settings.php:1007 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Kelimeler arasındaki boşluk. Normal ayarlar için \"Varsayılan\" " -"olarak bırakın (boyut değeri CSS'deki gibi olacak)" - -#: admin/settings.php:1022 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" -"Harfler arasındaki boşluk. Normal ayarlar için \"Varsayılan\" olarak " -"bırakın (boyut değeri CSS'deki gibi olacak)" - -#: admin/settings.php:1039 -msgid "Disable the default text shadow on headers and titles." -msgstr "Üstlükler ve başlıklardaki varsayılan metin gölgesini etkisiz kıl." - -#: admin/settings.php:1051 -msgid "Background color (Default value is 444444)." -msgstr "Arka plan rengi (Varsayılan değer 444444)." - -#: admin/settings.php:1059 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" -"Üstlük arka plan rengi (Varsayılan değer 333333). Arka plan rengini iptal " -"etmek için kutudaki metni silin." - -#: admin/settings.php:1066 -msgid "" -"Content background color (Default value is FAFAFA). Works best with really " -"light colors." -msgstr "" -"İçerik arka plan rengi (Varsayılan değer FAFAFA). En iyi açık renklerle " -"çalışır." - -#: admin/settings.php:1073 -msgid "" -"Main menu background color (Default value is FAFAFA). Should be the same " -"color as the content bg or something just as light." -msgstr "" -"Ana menü arka plan rengi (Varsayılan değer FAFAFA). İçerik arka plan " -"rengiyle aynı olmalı ya da aynı derecede açık renkli." - -#: admin/settings.php:1081 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "Altlık bileşen alanı arka plan rengi. (Varsayılan değer 171717)." - -#: admin/settings.php:1089 -msgid "Footer background color (Default value is 222222)." -msgstr "Altlık arka plan rengi (Varsayılan değer 222222)." - -#: admin/settings.php:1097 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "Blogunuzun başlık rengi (Varsayılan değer 0D85CC)." - -#: admin/settings.php:1105 -msgid "Your blog's description color(Default value is 222222)." -msgstr "Blog açıklamanızın rengi(Varsayılan değer 222222)." - -#: admin/settings.php:1113 -msgid "Content Text Color (Default value is 333333)." -msgstr "İçerik Metni Rengi (Varsayılan değer 333333)." - -#: admin/settings.php:1121 -msgid "Links color (Default value is 0D85CC)." -msgstr "Bağlantıların rengi (Varsayılan değer 0D85CC)." - -#: admin/settings.php:1129 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "Fare üstüne geldiğinde bağlantıların rengi (Varsayılan değer 333333)." - -#: admin/settings.php:1137 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "Yazı Başlığı Metni Rengi (Varsayılan değer 333333)." - -#: admin/settings.php:1145 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" -"Fare üstüne geldiğinde Yazı Başlığı Metni Rengi (Varsayılan değer 000000)." - -#: admin/settings.php:1153 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "Kenarçubuğu Üstlük Arkaplan Rengi (Varsayılan değer 444444)." - -#: admin/settings.php:1162 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "Kenarçubuğu Üstlük Metin Rengi (Varsayılan değer 2EA5FD)." - -#: admin/settings.php:1170 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "Altlık Bileşen Metin Rengi (Varsayılan değer 0D85CC)." - -#: admin/settings.php:1178 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "Altlık Bileşen Bağlantısı Rengi (Varsayılan değer 666666)." - -#: admin/settings.php:1186 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" -"Fare üstüne geldiğinde Altlık Bileşen Bağlantısı Rengi (Varsayılan değer " -"888888)." - -#: admin/settings.php:1198 admin/settings.php:1259 -msgid "White" -msgstr "Beyaz" - -#: admin/settings.php:1198 -msgid "Light" -msgstr "Açık" - -#: admin/settings.php:1198 -msgid "Light Gray" -msgstr "Açık Gri" - -#: admin/settings.php:1198 admin/settings.php:1259 -msgid "Gray" -msgstr "Gri" - -#: admin/settings.php:1198 -msgid "Dark Gray" -msgstr "Koyu Gri" - -#: admin/settings.php:1198 -msgid "Black" -msgstr "Siyah" - -#: admin/settings.php:1206 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" -"Bu ayar altyazılarınızın görüntüsünü değiştirir. Altyazı eklenmeyen " -"görüntüler etkilenmez." - -#: admin/settings.php:1222 -msgid "The border around your inserted images. " -msgstr "Eklenmiş görüntülerin etrafındaki sınır." - -#: admin/settings.php:1237 -msgid "The image on top of your captions. " -msgstr "Altyazılarınızın üstündeki görüntü." - -#: admin/settings.php:1252 -msgid "The sidebar list bullets. " -msgstr "Kenarçubuğu imler listesi." - -#: admin/settings.php:1267 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "" -"Yazı-metaları(Yazı başlıkları altında) arka planı. Varsayılan olarak gri.<" - -#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 -#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 -#: admin/settings.php:1383 admin/settings.php:1399 admin/settings.php:1442 -#: admin/settings.php:1457 admin/settings.php:1472 admin/settings.php:1487 -#: admin/settings.php:1502 admin/settings.php:1517 admin/settings.php:1532 -#: admin/settings.php:1547 -msgid "Show" -msgstr "Göster" - -#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 -#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 -#: admin/settings.php:1399 admin/settings.php:1442 admin/settings.php:1457 -#: admin/settings.php:1472 admin/settings.php:1487 admin/settings.php:1502 -#: admin/settings.php:1517 admin/settings.php:1532 admin/settings.php:1547 -msgid "Hide" -msgstr "Gizle" - -#: admin/settings.php:1283 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "Yazıları ayırmak için yatay kuralı göster ya da gizle." - -#: admin/settings.php:1299 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" -"İçerik alanındaki(yazılar, sayfalar, vb.) listeler yanındaki imleri göster " -"ya da gizle." - -#: admin/settings.php:1316 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" -"Blogunuzun üstlükteki Başlık ve Tanımını göster ya da gizle (eğer metinle " -"birlikte özel bir başlık görüntüsü kullanıyorsanız önerilir)." - -#: admin/settings.php:1331 -msgid "Hide or show Page titles on any created pages. " -msgstr "Oluşturulan sayfalarda Sayfa başlıklarını göster ya da gizle." - -#: admin/settings.php:1346 -msgid "Hide or show Page titles on Category Pages. " -msgstr "Kategori sayfalarında Sayfa başlıklarını göster ya da gizle." - -#: admin/settings.php:1361 -msgid "Hide table borders and background color." -msgstr "Tablo sınırlarını ve arka plan rengini gizle." - -#: admin/settings.php:1376 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" -"Yorum formunun altındaki açıklama metnini gizle. (şu şekilde başlayan " -"You may use these HTML tags and attributes:...)." - -#: admin/settings.php:1383 -msgid "Hide in posts" -msgstr "Yazılar içinde gizle" - -#: admin/settings.php:1383 -msgid "Hide in pages" -msgstr "Sayfalar içinde gizle" - -#: admin/settings.php:1383 -msgid "Hide everywhere" -msgstr "Her yerde gizle" - -#: admin/settings.php:1391 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" -"Varsayılan olarak yoruma kapalı sayfa ya da yazılarda bulunan Yoruma " -"kapalı metnini gizle." - -#: admin/settings.php:1407 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" -"Yoruma kapalı metinlerin yanında bulunan Yoruma kapalımetnini gizle." - -#: admin/settings.php:1423 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" -"Yukarı Ger Dön tuşunu etkinleştir. Tuş sayfada aşağı inildiğinde gözükür." - -#: admin/settings.php:1430 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" -"Altlığa özel metin ya da HTML kodu yerleĹźtirin.
      HTML kodunu görĂĽntĂĽ, " -"baÄźlantı ve © gibi özel karakterler eklemek için kullanabilirsiniz." - -#: admin/settings.php:1450 -msgid "" -"Hide or show the Leave a comment or x Comments next to posts or post excerpts." -msgstr "" -"Yorum ekle ya da Yorumlar seçeneÄźini " -"yazıların ya da özetlerin yanında göster ya da gizle." - -#: admin/settings.php:1465 -msgid "Hide or show the post date." -msgstr "Yazı tarihini göster ya da gizle." - -#: admin/settings.php:1480 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" -"Yazı zamanını yazı tarihiyle birlikte göster. Yazır tarihi gizlenmiĹź ise " -"yazı zamanı gözĂĽkmez." - -#: admin/settings.php:1495 -msgid "Hide or show the post author." -msgstr "Yazı yazarını göster ya da gizle." - -#: admin/settings.php:1510 -msgid "Hide the post category." -msgstr "Yazı kategorisini gizle." - -#: admin/settings.php:1525 -msgid "Hide the post tags." -msgstr "Yazı etiketlerini gizle." - -#: admin/settings.php:1540 -msgid "Hide the 'Bookmark permalink'." -msgstr "\"Permalinke yer iĹźareti koy\" seçeneÄźini gizle." - -#: admin/settings.php:1555 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" -"BĂĽtĂĽn yazı metalarını gizle. BĂĽtĂĽn meta bilgileri ve meta alanları " -"gizlenecektir." - -#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 -msgid "Excerpt" -msgstr "Ă–zet" - -#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 -msgid "Full Post" -msgstr "TĂĽm Yazı" - -#: admin/settings.php:1576 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" -"Ana sayfada özetler. Sadece standart yazılar etkilenecektir. TĂĽm diÄźer girdi " -"formatları (görĂĽntĂĽ, sohbet, alıntı, vb.) kendi formatlarına sahip olmaya " -"devam edecektir." - -#: admin/settings.php:1591 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" -"Ana sayfanızdaki yapışkan yazıların tĂĽmĂĽnĂĽn mĂĽ yoksa özetinin mi gözĂĽkmesini " -"istediÄźinize karar verin." - -#: admin/settings.php:1607 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" -"ArĹźiv, kategori ve arama sayfalarında özetler. Yukarıda olduÄźu gibi sadece " -"standart girdiler etkilenecektir." - -#: admin/settings.php:1615 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" -"Ă–zetin sahip olabileceÄźi kelime sayısı. Bu sayıya ulaşıldığında yazı " -"otomatik olarak Okumaya devam et baÄźlantısıyla\n" -"\t\t\t\t\t\t\tkesilecek ve okuyucu tam yazı sayfasına yönlendirilecek." - -#: admin/settings.php:1631 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" -"Dergi dĂĽzenini etkinleĹźtir. Bu dĂĽzen yazı olan sayfalara etki eder ve sıra " -"başına 2 yazı ekler." - -#: admin/settings.php:1638 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "Otomatik olarak özetlere eklenen ('[...]) üç noktanın yerine geçer." - -#: admin/settings.php:1645 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "Ă–zetlerdeki 'Okumaya Devam Et' baÄźlantısını dĂĽzenle." - -#: admin/settings.php:1660 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "Varsayılan olarak WordPress özetleri tĂĽm HTML etiketlerini kaldırır." - -#: admin/settings.php:1691 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" -"Ă–ne çıkan görĂĽntĂĽleri yazılarda küçük resim olarak göster. GörĂĽntĂĽler Ă–ne " -"Çıkan GörĂĽntĂĽler kısmından her yazı için ayrıca seçilmelidir." - -#: admin/settings.php:1706 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" -"Yazıya eklediÄźiniz ilk görĂĽntĂĽyĂĽ küçük resim olarak gösterin. EÄźer bu " -"seçeneÄźi etkinleĹźtirirseniz, Ă–ne Çıkan GörĂĽntĂĽleri kullansanız bile ilk " -"eklediÄźiniz görĂĽntĂĽ küçük resim olarak gözĂĽkecektir." - -#: admin/settings.php:1722 -msgid "Thumbnail alignment." -msgstr "Küçük resim hizalaması." - -#: admin/settings.php:1739 -msgid "" -"The size you want the thumbnails to have (in pixels). By default imges will " -"be scaled with aspect ratio kept. Choose to crop the images if you want the " -"exact size." -msgstr "" -"Küçük resimleriniz için istediÄźiniz boyut(piksel olarak). Varsayılan olarak " -"görĂĽnĂĽm oranı tutularak oranlacaktır. Tam boyut istiyorsanız, görĂĽntĂĽleri " -"kesin." - -#: admin/settings.php:1755 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" -"Ă–ne Çıkan GörĂĽntĂĽleri baĹźlıklarda göster. EÄźer seçtiÄźiniz Ă–ne Çıkan GörĂĽntĂĽ " -"baĹźlık boyutundan bĂĽyĂĽk ya da baĹźlık boyutuyla aynı ise yazıda bu baĹźlıkla " -"yer deÄźiĹźtirecek." - -#: admin/settings.php:1776 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" -"Açılan menĂĽden istediÄźiniz sosyal ağı seçin ve ilgili adresi gerekli alana " -"girin (Ă–rnek: http://www.facebook.com/yourname )" - -#: admin/settings.php:1790 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "5 farklı sosyal site ve adrese kadar ekleyebilirsiniz." - -#: admin/settings.php:1804 -msgid "There are a total of 27 social networks to choose from. " -msgstr "Toplamda seçebileceÄźin 27 sosyal aÄź bulunmakta." - -#: admin/settings.php:1818 -msgid "You can leave any number of inputs empty. " -msgstr "Ä°stediÄźiniz kadar girdiyi boĹź bırakabilirsiniz." - -#: admin/settings.php:1832 -msgid "You can choose the same social media any number of times. " -msgstr "Aynı sosyal medyayı istediÄźiniz kadar seçebilirsiniz." - -#: admin/settings.php:1863 -msgid "Choose the areas where to display the social icons." -msgstr "Sosyal aÄź imlerini göstermek istediÄźiniz alanı seçiniz." - -#: admin/settings.php:1884 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "" -"Site baĹźlığını içerik sayfanıza yönlendirecek Ĺźekilde tıklanabilir baÄźlantı " -"olarak ayarlayın." - -#: admin/settings.php:1899 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" -"İçerik alanının ĂĽzerinde ekmek kırıntılarını göster. Ekmek kırıntıları site " -"içerisinde bulunduÄźunuz yeri gösteren bir navigasyon çeĹźitidir." - -#: admin/settings.php:1914 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" -"Numaralandırılmış sayfaları göster. Birden fazla sayfa olduÄźunda, Daha " -"Eski Yazılar ve Daha Yeni Yazılar yerine numaralandırılmış " -"sayfaları gösterir." - -#: admin/settings.php:1929 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" -"Mobil görĂĽntĂĽyĂĽ etkinleĹźtirin ve Mantra'yı duyarlı hale getirin. Blogunuzun " -"görĂĽnĂĽmĂĽ ve dĂĽzeni hangi cihazda görĂĽntĂĽlendiÄźini ve cihazın çözĂĽnĂĽrlüğüne " -"göre deÄźiĹźir." - -#: admin/settings.php:1939 -msgid "Upload or select favicon from gallery" -msgstr "Favicon yĂĽkleyin ya da galeriden seçin" - -#: admin/settings.php:1943 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" -"Sınırlandırma: GörĂĽntĂĽ olmak zorunda. En fazla 64x64 piksel olmalı. Tavsiye " -"edilen dosya uzantıları, .ico ve .png." - -#: admin/settings.php:1951 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" -"Özel CSS'i buraya ekleyin. Her türlü CSS deklerasyonu Mantra CSS'i üzerine " -"yazılacaktır(Mantra Ayarları sayfasında düzenlediğiniz seçenekleriniz bile). " -"
      Ă–zel CSS'iniz tema gĂĽncellemesi yaptığınızda korunacaktır." - -#: admin/settings.php:1958 -msgid "" -"Insert your custom Javascript code here. (Google Analytics and any other " -"forms of Analytic software)." -msgstr "" -"Ă–zel JavaScript kodunuzu buraya yerleĹźtirin. (Google Analytics ya da baĹźka " -"herhangi bir Analytics yazılımı)." - -#: admin/settings.php:1971 -msgid "" -"Enable Mantra's Search Engine Optimization. This is enabled by default and " -"should only be disabled if you are using a SEO plugin." -msgstr "" -"Mantra SEO'sunu etkinleĹźtir. Varsayılan olarak etkinleĹźtirilmiĹźtir ve sadece " -"bir SEO plugin'i kullanıyorsanız etkisiz kılın." - -#: admin/settings.php:1983 -msgid "Auto" -msgstr "Oto" - -#: admin/settings.php:1983 -msgid "Manual" -msgstr "Manuel" - -#: includes/theme-functions.php:213 -msgid "Home Page" -msgstr "Ana Sayfa" - -#: includes/theme-loop.php:146 -msgid "says:" -msgstr "diyorki:" - -#: includes/theme-loop.php:152 -msgid "Your comment is awaiting moderation." -msgstr "Yorumunuz onay bekliyor." - -#: includes/theme-loop.php:159 -msgid "at" -msgstr "halinde" - -#: includes/theme-loop.php:159 includes/theme-loop.php:176 -msgid "(Edit)" -msgstr "(DĂĽzenle)" - -#: includes/theme-loop.php:176 -msgid "Pingback: " -msgstr "Pingback:" - -#: includes/theme-loop.php:213 -msgid "By " -msgstr "Tarafından" - -#: includes/theme-loop.php:224 -msgid "Leave a comment" -msgstr "Yorum bırakın" - -#: includes/theme-loop.php:224 -msgid "1 Comment" -msgstr "1 Yorum Yap" - -#: includes/theme-loop.php:224 -msgid "% Comments" -msgstr "% Yorumlar" - -#: includes/theme-loop.php:247 -msgid " Bookmark the " -msgstr "Yer iĹźareti koy" - -#: includes/theme-loop.php:247 includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "Permalink to" -msgstr "Buraya permalink" - -#: includes/theme-loop.php:247 includes/theme-loop.php:249 -#: includes/theme-loop.php:251 -msgid "permalink" -msgstr "permalink" - -#: includes/theme-loop.php:249 includes/theme-loop.php:251 -msgid "Bookmark the " -msgstr "Yer iĹźareti koy" - -#: includes/theme-loop.php:273 -msgid "« Older posts" -msgstr "« Daha eski yazılar" - -#: includes/theme-loop.php:274 -msgid "Newer posts »" -msgstr "Daha yeni yazılar »" - -#: includes/theme-seo.php:26 -#, php-format -msgid "Page %s" -msgstr "Sayfalar %s" - -#: includes/theme-setup.php:91 -msgid "Primary Navigation" -msgstr "Birincil Navigasyon" - -#: includes/theme-setup.php:92 -msgid "Top Navigation" -msgstr "Ăśst Navigasyon" - -#: includes/theme-setup.php:93 -msgid "Footer Navigation" -msgstr "Alt Navigasyon" - -#: includes/theme-setup.php:137 -msgid "mantra" -msgstr "mantra" - -#: includes/theme-setup.php:198 -msgid "Skip to content" -msgstr "İçeriÄźe atla" - -#: includes/theme-setup.php:224 -msgid "Primary Widget Area - Sidebar 1" -msgstr "Birincil BileĹźen Alanı - KenarçubuÄźu 1" - -#: includes/theme-setup.php:226 -msgid "Primary widget area - Sidebar 1" -msgstr "Birincil BileĹźen Alanı - KenarçubuÄźu 2" - -#: includes/theme-setup.php:235 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "Ä°kincil BileĹźen Alanı - KenarçubuÄźu 1" - -#: includes/theme-setup.php:237 -msgid "Secondary widget area - Sidebar 1" -msgstr "Ä°kincil BileĹźen Alanı - KenarçubuÄźu 2" - -#: includes/theme-setup.php:246 -msgid "Third Widget Area - Sidebar 2" -msgstr "ÜçüncĂĽ BileĹźen Alanı - KenarçubuÄźu 1" - -#: includes/theme-setup.php:248 -msgid "Third widget area - Sidebar 2" -msgstr "ÜçüncĂĽ BileĹźen Alanı - KenarçubuÄźu 2" - -#: includes/theme-setup.php:257 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "DördĂĽncĂĽ BileĹźen Alanı - KenarçubuÄźu 2" - -#: includes/theme-setup.php:259 -msgid "Fourth widget area - Sidebar 2" -msgstr "DördĂĽncĂĽ bileĹźen alanı - KenarçubuÄźu 2" - -#: includes/theme-setup.php:268 -msgid "First Footer Widget Area" -msgstr "Birinci Altlık BileĹźen Alanı" - -#: includes/theme-setup.php:270 -msgid "First footer widget area" -msgstr "Birinci altlık bileĹźen alanı" - -#: includes/theme-setup.php:279 -msgid "Second Footer Widget Area" -msgstr "Ä°kinci Altlık BileĹźen Alanı" - -#: includes/theme-setup.php:281 -msgid "Second footer widget area" -msgstr "Ä°kinci atlık bileĹźen alanı" - -#: includes/theme-setup.php:290 -msgid "Third Footer Widget Area" -msgstr "ÜçüncĂĽ Altlık BileĹźen Alanı" - -#: includes/theme-setup.php:292 -msgid "The third footer widget area" -msgstr "ÜçüncĂĽ altlık bileĹźen alanı" - -#: includes/theme-setup.php:301 -msgid "Fourth Footer Widget Area" -msgstr "DördĂĽncĂĽ Altlık BileĹźen Alanı" - -#: includes/theme-setup.php:303 -msgid "The fourth footer widget area" -msgstr "DördĂĽncĂĽ altlık bileĹźen alanı" +msgid "" +msgstr "" +"Project-Id-Version: mantra 197\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-09-08 18:32+0200\n" +"PO-Revision-Date: 2013-01-10 02:25+0200\n" +"Last-Translator: Emre \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: C:\\Users\\medicated\\Desktop\\mantra\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "Bulunamadı" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "" +"ĂśzgĂĽnĂĽz, aradığınız sayfa bulunamadı. Arama yapmanız yardımcı olabilir." + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "GĂĽnlĂĽk ArĹźivler %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "Aylık ArĹźivler %s" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "Yıllık ArĹźivler %s" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "Blog ArĹźivleri" + +#: archive.php:57 author.php:74 category.php:50 +msgid "Nothing Found" +msgstr "Hiçbir Ĺžey Bulunamadı" + +#: archive.php:61 author.php:78 category.php:54 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "" +"ĂśzgĂĽnĂĽz, aradığınız arĹźiv için sonuç bulunamadı. Arama yapmanız ilgili " +"arĹźivi bulmanıza yardımcı olabilir." + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "Geri dön %s" + +#: attachment.php:29 +msgid "By" +msgstr "tarafından" + +#: attachment.php:40 +msgid "Published" +msgstr "Yayımlandı" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "Tam boyutu %s piksel" + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "Tam boyut görsel için baÄźlantı" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:48 content-gallery.php:64 content-image.php:41 +#: content-link.php:48 content-page.php:22 content-quote.php:46 +#: content-status.php:49 content.php:80 +msgid "Edit" +msgstr "DĂĽzenle" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "Okumaya devam et" + +#: attachment.php:101 content-aside.php:39 content-chat.php:37 +#: content-gallery.php:54 content-image.php:32 content-link.php:37 +#: content-page.php:21 content-quote.php:36 content-status.php:40 +#: content.php:52 content.php:69 +msgid "Pages:" +msgstr "Sayfalar" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "Yazar ArĹźivleri: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "Hakkında %s" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "Kategori ArĹźivleri: %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "Bu yazı Ĺźifre korumalı. Yorumları görebilmek için Ĺźifrenizi girin." + +#: comments.php:41 comments.php:60 +msgid "Older Comments" +msgstr "Daha Eski Yorumlar" + +#: comments.php:42 comments.php:61 +msgid "Newer Comments" +msgstr "Daha Yeni Yorumlar" + +#: comments.php:72 content-page.php:27 +msgid "Comments are closed." +msgstr "Yoruma kapalı." + +#: content-aside.php:21 +msgid "Aside" +msgstr "Ayrı" + +#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 +#: content-image.php:31 content-link.php:36 content-quote.php:35 +#: content-status.php:39 +msgid "Continue reading " +msgstr "Okumaya devam et " + +#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 +#: content-image.php:38 content-link.php:44 content-quote.php:43 +#: content-status.php:47 content.php:78 +msgid "Tagged" +msgstr "EtiketlenmiĹź" + +#: content-chat.php:20 +msgid "Chat" +msgstr "Sohbet" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "Galeri" + +#: content-image.php:19 +msgid "Image" +msgstr "GörĂĽntĂĽ" + +#: content-link.php:20 +msgid "Link" +msgstr "BaÄźlantı" + +#: content-quote.php:19 +msgid "Quote" +msgstr "Alıntı" + +#: content-status.php:31 +msgid "Status" +msgstr "Durum" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "Arama Sonuçlar: %s" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "%s için Arama Sonucu Bulunamadı" + +#: sidebar.php:35 sidebar.php:92 +msgid "Archives" +msgstr "ArĹźivler" + +#: sidebar.php:42 sidebar.php:99 +msgid "Meta" +msgstr "Meta" + +#: single.php:44 +msgid "View all posts by " +msgstr "&s tarafından tĂĽm gönderileri görĂĽntĂĽle" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "Etiket ArĹźivleri: %s" + +#: admin/admin-functions.php:62 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "İçe aktarma dosyanızı yĂĽklemeden önce Ĺźu hatayı dĂĽzeltmelisiniz:" + +#: admin/admin-functions.php:70 +msgid "Import Mantra Theme Options" +msgstr "Mantra Teması Ayarlarını İçe Aktar" + +#: admin/admin-functions.php:72 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" +"Selam! Mantra Ayarlarını içe aktaracağınız yer burasu. Bu özelliÄźin hala " +"deneysel olduÄźunu lĂĽtfen aklınızdan çıkarmayın. " + +#: admin/admin-functions.php:74 +msgid "Just choose a file from your computer:" +msgstr "Bilgisayarınızdan bir dosya seçin:" + +#: admin/admin-functions.php:76 +#, php-format +msgid "Maximum size: %s" +msgstr "Maksimum boyut: %s" + +#: admin/admin-functions.php:82 +msgid "And import!" +msgstr "Ve içe aktar!" + +#: admin/admin-functions.php:148 +msgid "Import Mantra Theme Options " +msgstr "Mantra Teması Seçeneklerini İçe Aktar" + +#: admin/admin-functions.php:151 +msgid "Great! The options have been imported!" +msgstr "Harika! Seçenekler içe aktarıldı!" + +#: admin/admin-functions.php:152 +msgid "Go back to the Mantra options page and check them out!" +msgstr "Mantra Seçenekleri sayfasına geri dön ve göz at!" + +#: admin/admin-functions.php:155 admin/admin-functions.php:161 +#: admin/admin-functions.php:167 +msgid "Oops, there's a small problem." +msgstr "Ah! Ufak bir hata var." + +#: admin/admin-functions.php:156 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" +"YĂĽklenmiĹź dosya geçerli Mantra seçeneklerine sahip deÄźil. Dosyanın Mantra " +"Seçenekleri sayfasından dışa aktarıldığından emin olun." + +#: admin/admin-functions.php:162 +msgid "The uploaded file could not be read." +msgstr "YĂĽklenen dosya okunamıyor." + +#: admin/admin-functions.php:168 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" +"YĂĽklenen dosya desteklenmiyor. Dosyanın Mantra sayfasından dışa " +"aktarıldığından ve text dosyası olduÄźundan emin olun." + +#: admin/admin-functions.php:177 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" +"Ah! Dosya boĹź ya da yok. Bu hata php.ini dosyasında yĂĽklemelerin engellenmiĹź " +"olmasından ya da php.ini dosyasındaki post_max_size seçeneÄźinin " +"upload_max_filesize seçeneÄźinden küçük olarak tanımlanmış olmasından " +"kaynaklanıyor olabilir." + +#: admin/admin-functions.php:183 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "HATA: Bu iĹźlemi gerçekleĹźtirmeye yetkili deÄźilsiniz." + +#: admin/main.php:93 +msgid "Layout Settings" +msgstr "DĂĽzen Ayarları" + +#: admin/main.php:94 +msgid "Presentation Page" +msgstr "Sunum Sayfası" + +#: admin/main.php:95 +msgid "Text Settings" +msgstr "Metin Ayarları" + +#: admin/main.php:96 +msgid "Color Settings" +msgstr "Renk Ayarları" + +#: admin/main.php:97 +msgid "Graphics Settings" +msgstr "Grafik Ayarları" + +#: admin/main.php:98 +msgid "Post Information Settings" +msgstr "Yazı Bilgi Ayarları" + +#: admin/main.php:99 +msgid "Post Excerpt Settings" +msgstr "Yazı Ă–zet Seçenekleri" + +#: admin/main.php:100 +msgid "Featured Image Settings" +msgstr "Ă–ne Çıkan GörĂĽntĂĽ Ayarları" + +#: admin/main.php:101 +msgid "Social Media Settings" +msgstr "Sosyal Medya Ayarları" + +#: admin/main.php:102 +msgid "Miscellaneous Settings" +msgstr "DiÄźer Ayarlar" + +#: admin/main.php:104 +msgid "Main Layout" +msgstr "Ana DĂĽzen" + +#: admin/main.php:105 +msgid "Content / Sidebar Width" +msgstr "İçerik / Kenar ÇubuÄźu YĂĽksekliÄźi" + +#: admin/main.php:106 +msgid "Header Image Height" +msgstr "ĂśstlĂĽk GörĂĽntĂĽsĂĽ YĂĽksekliÄźi" + +#: admin/main.php:108 +msgid "Enable Presentation Page" +msgstr "Sunum Sayfasını EtkinleĹźtir" + +#: admin/main.php:109 +msgid "Slider Settings" +msgstr "Sunu Seçenekleri" + +#: admin/main.php:110 +msgid "Slides" +msgstr "Sunular" + +#: admin/main.php:111 +msgid "Presentation Page Columns" +msgstr "Sunum Sayfası SĂĽtunları" + +#: admin/main.php:112 +msgid "Extras" +msgstr "Ekstralar" + +#: admin/main.php:114 +msgid "General Font" +msgstr "Genel Yazı Tipi" + +#: admin/main.php:115 +msgid "General Font Size" +msgstr "Genel Yazı Boyutu" + +#: admin/main.php:116 +msgid "Post Title Font " +msgstr "Yazı BaĹźlığı Yazı Tipi" + +#: admin/main.php:117 +msgid "Post Title Font Size" +msgstr "Yazı BaĹźlığı Yazı Tipi Boyutu" + +#: admin/main.php:118 +msgid "Sidebar Font" +msgstr "KenarçubuÄźu Yazı Tipi" + +#: admin/main.php:119 +msgid "SideBar Font Size" +msgstr "KenarçubuÄźu Yazı Tipi Boyutu" + +#: admin/main.php:120 +msgid "Sub-Headers Font" +msgstr "Alt BaĹźlık Yazı Tipi" + +#: admin/main.php:121 +msgid "Force Text Align" +msgstr "Metni Hızalamaya Zorla" + +#: admin/main.php:122 +msgid "Paragraph indent" +msgstr "Paragraf Satırbaşı" + +#: admin/main.php:123 +msgid "Header indent" +msgstr "ĂśstlĂĽk Satırbaşı" + +#: admin/main.php:124 +msgid "Line Height" +msgstr "Satır YĂĽksekliÄźi" + +#: admin/main.php:125 +msgid "Word spacing" +msgstr "Kelime Aralığı" + +#: admin/main.php:126 +msgid "Letter spacing" +msgstr "Harf Aralığı" + +#: admin/main.php:127 +msgid "Text shadow" +msgstr "Metin Gölgesi" + +#: admin/main.php:129 +msgid "Background Color" +msgstr "Arkaplan Rengi" + +#: admin/main.php:130 +msgid "Header (Banner and Menu) Background Color" +msgstr "BaĹźlık (Banner ve MenĂĽ) Arkaplan Rengi" + +#: admin/main.php:131 +msgid "Content Background Color" +msgstr "İçerik Arkaplan Rengi" + +#: admin/main.php:132 +msgid "Menu background color" +msgstr "MenĂĽ Arkaplan Rengi" + +#: admin/main.php:134 +msgid "Site Title Color" +msgstr "Site BaĹźlığı Rengi" + +#: admin/main.php:135 +msgid "Site Description Color" +msgstr "Site Açıklaması Rengi" + +#: admin/main.php:137 +msgid "Content Text Color" +msgstr "İçerik Metni Rengi" + +#: admin/main.php:138 +msgid "Links Color" +msgstr "BaÄźlantılar Rengi" + +#: admin/main.php:139 +msgid "Links Hover Color" +msgstr "BaÄźlantı Vurgusu Rengi" + +#: admin/main.php:140 +msgid "Post Title Color" +msgstr "Yazı BaĹźlığı Rengi" + +#: admin/main.php:141 +msgid "Post Title Hover Color" +msgstr "Yazı BaĹźlığı Vurgu Rengi" + +#: admin/main.php:142 +msgid "Sidebar Header Background Color" +msgstr "Kenar ÇubuÄźu BaĹźlık Arkaplan Rengi" + +#: admin/main.php:143 +msgid "Sidebar Header Text Color" +msgstr "Kenar ÇubuÄźu BaĹźlık Metni Rengi" + +#: admin/main.php:144 +msgid "Footer Widget Background Color" +msgstr "Altlık BileĹźenleri Arkaplan Rengi" + +#: admin/main.php:145 +msgid "Footer Background Color" +msgstr "Altlık Arkaplan Rengi" + +#: admin/main.php:146 +msgid "Footer Widget Header Text Color" +msgstr "Altlık BileĹźenleri BaĹźlık Rengi" + +#: admin/main.php:147 +msgid "Footer Widget Link Color" +msgstr "Altık BileĹźenleri BaÄźlantı Rengi" + +#: admin/main.php:148 +msgid "Footer Widget Hover Color" +msgstr "Altlık BileĹźenleri BaÄźlantı Vurgusu Rengi" + +#: admin/main.php:150 +msgid "Caption Border" +msgstr "ManĹźet Sınırı" + +#: admin/main.php:151 +msgid "Post Images Border" +msgstr "Yazı GörĂĽntĂĽleri Sınırı" + +#: admin/main.php:152 +msgid "Caption Pin" +msgstr "ManĹźet Pimi" + +#: admin/main.php:153 +msgid "Sidebar Menu Bullets" +msgstr "Kenar ÇubuÄźu MenĂĽ Ä°mleri" + +#: admin/main.php:154 +msgid "Meta Area Background" +msgstr "Meta Alanı Arkaplanı" + +#: admin/main.php:155 +msgid "Post Separator" +msgstr "Yazı Ayracı" + +#: admin/main.php:156 +msgid "Content List Bullets" +msgstr "İçerik Listesi Ä°mleri" + +#: admin/main.php:157 +msgid "Title and Description" +msgstr "BaĹźlık ve Tanım" + +#: admin/main.php:158 +msgid "Page Titles" +msgstr "Sayfa BaĹźlıkları" + +#: admin/main.php:159 +msgid "Category Page Titles" +msgstr "Kategori Sayfası BaĹźlıkları" + +#: admin/main.php:160 +msgid "Hide Tables" +msgstr "Tabloları Gizle" + +#: admin/main.php:161 +msgid "Back to Top button" +msgstr "Ăśste Dön TuĹźu" + +#: admin/main.php:162 +msgid "Text Under Comments" +msgstr "Yorumlar Altındaki Yazı" + +#: admin/main.php:163 +msgid "Comments are closed text" +msgstr "Yorumlar Kapalı metni" + +#: admin/main.php:164 +msgid "Comments off" +msgstr "Yorumlar Kapalı" + +#: admin/main.php:165 +msgid "Insert footer copyright" +msgstr "Altlık telif hakkı ekle" + +#: admin/main.php:167 +msgid "Post Comments Link" +msgstr "Yazı Yorumları BaÄźlantısı" + +#: admin/main.php:168 +msgid "Post Date" +msgstr "Yazı Tarihi" + +#: admin/main.php:169 +msgid "Post Time" +msgstr "Yazı Zamanı" + +#: admin/main.php:170 +msgid "Post Author" +msgstr "Yazı Yazarı" + +#: admin/main.php:171 +msgid "Post Category" +msgstr "Yazı Kategorisi" + +#: admin/main.php:172 +msgid "Post Tags" +msgstr "Yazı Etiketleri" + +#: admin/main.php:173 +msgid "Post Permalink" +msgstr "Yazı Permalinki" + +#: admin/main.php:174 +msgid "All Post Metas" +msgstr "TĂĽm Yazı Metaları" + +#: admin/main.php:176 +msgid "Post Excerpts on Home Page" +msgstr "Ana Sayfadaki Yazı Ă–zetleri" + +#: admin/main.php:177 +msgid "Affect Sticky Posts" +msgstr "Yapışkan Yazıları Etkile" + +#: admin/main.php:178 +msgid "Post Excerpts on Archive and Category Pages" +msgstr "ArĹźiv ve Kategori Sayfalarındaki Yazı Ă–zetleri" + +#: admin/main.php:179 +msgid "Number of Words for Post Excerpts " +msgstr "Yazı Ă–zetleri için Kelime Sayısı" + +#: admin/main.php:180 +msgid "Magazine Layout" +msgstr "Dergi DĂĽzeni" + +#: admin/main.php:181 +msgid "Excerpt suffix" +msgstr "Ă–zet Soneki" + +#: admin/main.php:182 +msgid "Continue reading link text " +msgstr "Okumaya Devam Et baÄźlantı metni" + +#: admin/main.php:183 +msgid "HTML tags in Excerpts" +msgstr "Ă–zetlerdeki HTML Etiketleri" + +#: admin/main.php:185 +msgid "Featured Images as POST Thumbnails " +msgstr "YAZI Küçük Resimleri olarak Ă–ne Çıkan GörĂĽntĂĽler" + +#: admin/main.php:186 +msgid "Auto Select Images From Posts " +msgstr "Yazılardeki GörĂĽntĂĽleri Otomatik Seç" + +#: admin/main.php:187 +msgid "Thumbnails Alignment " +msgstr "Küçük Resim Hizası" + +#: admin/main.php:188 +msgid "Thumbnails Size " +msgstr "Küçük Resim Boyutu" + +#: admin/main.php:189 +msgid "Featured Images as HEADER Images " +msgstr "BAĹžLIK GörĂĽntleri olarak Küçük Resimleri" + +#: admin/main.php:191 +msgid "Link nr. 1" +msgstr "BaÄźlantı no. 1" + +#: admin/main.php:192 +msgid "Link nr. 2" +msgstr "BaÄźlantı no. 2" + +#: admin/main.php:193 +msgid "Link nr. 3" +msgstr "BaÄźlantı no. 3" + +#: admin/main.php:194 +msgid "Link nr. 4" +msgstr "BaÄźlantı no. 4" + +#: admin/main.php:195 +msgid "Link nr. 5" +msgstr "BaÄźlantı no. 5" + +#: admin/main.php:196 +msgid "Socials display" +msgstr "Sosyal BaÄźlantılar GörĂĽntĂĽsĂĽ" + +#: admin/main.php:198 +msgid "Make Site Header a Link" +msgstr "Site BaĹźlığını BaÄźlantı Yap" + +#: admin/main.php:199 +msgid "Breadcrumbs" +msgstr "Ekmek Kırıntısı" + +#: admin/main.php:200 +msgid "Pagination" +msgstr "Sayfaları Numaralandırma" + +#: admin/main.php:201 +msgid "Mobile view" +msgstr "Mobil GörĂĽntĂĽ" + +#: admin/main.php:202 +msgid "FavIcon" +msgstr "FavIcon" + +#: admin/main.php:203 +msgid "Custom CSS" +msgstr "Ă–zel CSS" + +#: admin/main.php:204 +msgid "Custom JavaScript" +msgstr "Ă–zel JavaScript" + +#: admin/main.php:205 +msgid "SEO Settings" +msgstr "SEO Ayarları" + +#: admin/main.php:222 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "ĂśzgĂĽnĂĽz, ama bu sayfaya eriĹźebilmek için yeterli izniniz yok." + +#: admin/main.php:232 +msgid "Mantra settings updated successfully." +msgstr "Mantra ayarları baĹźarıyla yenilendi" + +#: admin/main.php:243 +msgid "Reset to Defaults" +msgstr "Varsayılana Geri Dön" + +#: admin/main.php:244 +msgid "Save Changes" +msgstr "DeÄźiĹźiklikleri Kaydet" + +#: admin/main.php:258 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"\t\t\t

      So you might ask yourselves: How do they do it? How can they " +"keep so fresh after all that hard labor for that darned theme? Well " +"folks, it's simple. We drink coffee. Industrial quantities of hot boiling " +"coffee. We love it! So if you want to help with the further development of " +"the Mantra Theme...

      " +msgstr "" +"

      Cryout Creations'da(Mantra Teması geliştiricileri), gecelerimizi Mantra " +"Teması'nı geliştirmek için harcıyoruz. Birçok bug'ı düzeltiyoruz(daha " +"önceden bizim yarattığımız); işleri basit tutmaya çalışarak birçok " +"özelleştirme seçeneği ekliyoruz; sonra... bir iki oyun oynayabiliriz ama " +"emin olunki gece geç vakitte gönderdiğiniz e-mailleri ve yorumları okumaya " +"geri dönüyoruz ve (çoğu zaman) cevaplıyoruz, notlar alıyoruz ve ileriki " +"versiyonlarda ekleme yapacaklarımız için plan yapıyoruz.

      \n" +"\t\t\t

      Kendinize sorabilirsiniz: Bütün bunları nasıl yapıyorlar? Bu " +"lanet tema için bu kadar çalışıp nasıl bu kadar canlı kalabiliyorlar? " +"Aslında millet, bu çok basit. Kahve içiyoruz. Endüstriyel ölçeklerde, sıcak, " +"kaynamış kahve. Buna bayılıyoruz. Eğer Mantra Teması'nın geleceğine yardım " +"etmek isterseniz...

      " + +#: admin/main.php:273 +msgid "Import/Export Settings" +msgstr "İçe/Dışa Aktarma Seçenekleri" + +#: admin/main.php:279 +msgid "Export Theme options" +msgstr "Teme Seçeneklerini Dışa Aktar" + +#: admin/main.php:280 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" +"Bu kadar basit: Mantra ayarlarını dışa aktarmak ve bilgisayarınıza kaydetmek " +"sadece bir tık uzağınızda. Daha güvende hissediyor musunuz? Hissetmelisiniz." + +#: admin/main.php:285 +msgid "Import Theme options" +msgstr "Tema Seçeneklerini İçe Aktar" + +#: admin/main.php:286 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" +"İçe aktarmadan dışa aktarmak ancak bir ahmağın işi olabilir. Dışa aktarılmış " +"dosyanın hazır olduğundan emin olun ve tıktan sonra görüşürüz." + +#: admin/main.php:293 +msgid "Mantra Latest News" +msgstr "Mantra Son Haberler" + +#: admin/main.php:304 +msgid "No news items." +msgstr "Yeni haber yok." + +#: admin/main.php:318 +msgid "Mantra Help" +msgstr "Mantra Yardım" + +#: admin/main.php:321 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Mantra ya da WordPress için yardıma mı ihtiyacınız var?
      • \n" +"\t\t\t\t
      • - Her yeni versiyonla gelen özellikleri öğrenmek ister misiniz?\n" +"\t\t\t\t
      • - Bug mı bulduÄźunuz ya da her Ĺźey çalışması gerektiÄźi gibi " +"çalışmıyor mu?
      • \n" +"\t\t\t\t
      • - Mantra Teması'nın ihtiyaclarını daha iyi karşılaması için bir " +"fikrin mi var?
      • \n" +"\t\t\t\t
      • - Bir ayarın uygulanmasını mı istiyorsun?
      • \n" +"\t\t\t\t
      • - Mantra Teması'nın bir çevirisine mi sahipsin ya da çevirisini " +"mi yapmak istiyorsun?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      O zaman bizi Mantra destek sayfasında ziyaret edin.

      \n" +"\t" + +#: admin/main.php:332 +msgid "Mantra Support Page" +msgstr "Manta Destek Sayfası" + +#: admin/settings.php:61 +msgid "One column (no sidebars)" +msgstr "Tek sütun (kenar çubuğu yok)" + +#: admin/settings.php:62 +msgid "Two columns, sidebar on the right" +msgstr "İki sütun, kenar çubuğu sağda" + +#: admin/settings.php:63 +msgid "Two columns, sidebar on the left" +msgstr "İki sütun, kenar çubuğu solda" + +#: admin/settings.php:64 +msgid "Three columns, sidebars on the right" +msgstr "Üç sütun, kenar çubukları sağda" + +#: admin/settings.php:65 +msgid "Three columns, sidebars on the left" +msgstr "Üç sütun, kenar çubukları solda" + +#: admin/settings.php:66 +msgid "Three columns, one sidebar on each side" +msgstr "Üç sütun, her yanda bir kenar çubuğu" + +#: admin/settings.php:81 +msgid "Choose your layout " +msgstr "Düzeninizi seçin" + +#: admin/settings.php:89 +msgid "Absolute" +msgstr "Kesin" + +#: admin/settings.php:89 +msgid "Relative" +msgstr "Göreceli" + +#: admin/settings.php:90 +msgid "Dimensions to use: " +msgstr "Kullanılacak ölçüler" + +#: admin/settings.php:189 admin/settings.php:209 +msgid "Content =" +msgstr "İçerik =" + +#: admin/settings.php:190 admin/settings.php:210 +msgid "Sidebar(s) =" +msgstr "Kenar Çubuk(ları) =" + +#: admin/settings.php:191 admin/settings.php:211 +msgid "Total width =" +msgstr "Toplan Genişlik" + +#: admin/settings.php:200 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"İçerik ve kenarçubuk(ları) için genişlik seçin. \n" +" \t\tİçerik 500 pikselden dar olamazken, kenarçubuğu alanı en az 220 piksel " +"ve en fazla 800 piksel olmalı.
      \n" +"\tEğer üç sütun seçmişseniz ( 2 kenarçubuklu) herbiri seçilmiş genişliğin " +"yarısı olacaktır." + +#: admin/settings.php:220 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" +"İçerik ve kenarçubuk(ları) için genişlik seçin.\n" +" \t\tBunlar kullanıcının tarayıcısına göre göreceli ölçülerdir.Toplam " +"genişlik tarayıcının belli bir yüzdesidir.
      \n" +"\t İçerik %40'tan dar olamazken, kenarçubuğu alanı en az %20 en fazla %50 " +"olmalıdır.
      \n" +"\tEğer üç sütun seçmişseniz ( 2 kenarçubuklu) herbiri seçilmiş genişliğin " +"yarısı olacaktır." + +#: admin/settings.php:244 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be = " +msgstr "" +"Üstlüğün yüksekliğini seçin. Kaydettikten sonra yeni üstlük görüntüsünü " +"yükleyin. Üstlüğün genişliği =" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 +#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 +#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 +#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 +msgid "Enable" +msgstr "Etkinleştir" + +#: admin/settings.php:257 admin/settings.php:969 admin/settings.php:1031 +#: admin/settings.php:1353 admin/settings.php:1415 admin/settings.php:1623 +#: admin/settings.php:1652 admin/settings.php:1675 admin/settings.php:1698 +#: admin/settings.php:1747 admin/settings.php:1876 admin/settings.php:1891 +#: admin/settings.php:1906 admin/settings.php:1921 admin/settings.php:1963 +msgid "Disable" +msgstr "Etkisiz Kıl" + +#: admin/settings.php:265 +msgid "" +"Enable the presentation front-page. This will become your new home page and " +"it will replace whatever page you have selected as homepage. It has a slider " +"and columns for presentation\n" +"\t\ttext and images." +msgstr "" +"Ön sayfada sunuyu etkinleştir. Bu sizin yeni ana sayfanız olacak ve ana " +"sayfa olarak seçtiğiniz sayfanın yerine geçecek. Bir sunusu ve sunumlar " +"için \n" +"\t\tmetin ve görüntü sütünları var." + +#: admin/settings.php:275 +msgid "Slider Dimensions:" +msgstr "Sunu Ölçüleri" + +#: admin/settings.php:276 +msgid "width" +msgstr "Genişlik" + +#: admin/settings.php:277 +msgid "height" +msgstr "Yükseklik" + +#: admin/settings.php:278 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "Sununuzun ölçüsü. Görüntülerinizin aynı boyutta olduğundan emin olun." + +#: admin/settings.php:280 +msgid "Animation:" +msgstr "Animasyon:" + +#: admin/settings.php:282 +msgid "Random" +msgstr "Rasgele" + +#: admin/settings.php:282 +msgid "Fold" +msgstr "Katla" + +#: admin/settings.php:282 +msgid "Fade" +msgstr "Solma" + +#: admin/settings.php:282 +msgid "SlideInRight" +msgstr "SağaKay" + +#: admin/settings.php:282 +msgid "SlideInLeft" +msgstr "SolaKay" + +#: admin/settings.php:282 +msgid "SliceDown" +msgstr "AşağıKes" + +#: admin/settings.php:282 +msgid "SliceDownLeft" +msgstr "SolAşağıKes" + +#: admin/settings.php:282 +msgid "SliceUp" +msgstr "YukarıKes" + +#: admin/settings.php:282 +msgid "SliceUpLeft" +msgstr "SolYukarıKes" + +#: admin/settings.php:282 +msgid "SliceUpDown" +msgstr "YukarıAşağıKes" + +#: admin/settings.php:282 +msgid "SliceUpDownLeft" +msgstr "SolYukarıAşağıKes" + +#: admin/settings.php:282 +msgid "BoxRandom" +msgstr "RasgeleKutu" + +#: admin/settings.php:282 +msgid "BoxRain" +msgstr "YağmurKutu" + +#: admin/settings.php:282 +msgid "BoxRainReverse" +msgstr "TersYağmurKutu" + +#: admin/settings.php:282 +msgid "BoxRainGrow" +msgstr "BüyüyenYağmurKutu" + +#: admin/settings.php:282 +msgid "BoxRainGrowReverse" +msgstr "TersBüyüyenYağmurKutu" + +#: admin/settings.php:290 +msgid "The transition effect your slider will have." +msgstr "Sununuzun Geçiş Efekti." + +#: admin/settings.php:292 +msgid "Border Settings:" +msgstr "Sınır Ayarları" + +#: admin/settings.php:293 +msgid "Width" +msgstr "Yükseklik" + +#: admin/settings.php:294 +msgid "Color" +msgstr "Renk" + +#: admin/settings.php:296 +msgid "The width and color of the slider's border." +msgstr "Sununuzun sınır yükseliği ve rengi." + +#: admin/settings.php:298 +msgid "Animation Time:" +msgstr "Animasyon Süresi:" + +#: admin/settings.php:299 admin/settings.php:303 +msgid "milliseconds (1000ms = 1 second) " +msgstr "milisaniye (1000 ms = 1 saniye)" + +#: admin/settings.php:300 +msgid "The time in which the transition animation will take place." +msgstr "Geçiş animasyonunun gerçekleşeceği süre." + +#: admin/settings.php:302 +msgid "Pause Time:" +msgstr "Duraklama Süresi:" + +#: admin/settings.php:304 +msgid "The time in which a slide will be still and visible." +msgstr "Slaytın durduğu ve görünür olduğu süre." + +#: admin/settings.php:307 +msgid "Slider navigation:" +msgstr "Sunu navigasyonu:" + +#: admin/settings.php:309 +msgid "Numbers" +msgstr "Sayılar" + +#: admin/settings.php:309 +msgid "Bullets" +msgstr "İmler" + +#: admin/settings.php:309 admin/settings.php:1259 +msgid "None" +msgstr "Hiçbiri" + +#: admin/settings.php:317 +msgid "Your slider navigation type. Shown under the slider." +msgstr "Sunu navigasyon tipi. Sunu altında görünür." + +#: admin/settings.php:319 +msgid "Slider arrows:" +msgstr "Sunu okları:" + +#: admin/settings.php:321 +msgid "Always Visible" +msgstr "Her Zaman Gözükür" + +#: admin/settings.php:321 +msgid "Visible on Hover" +msgstr "Vurguda Gözükür" + +#: admin/settings.php:321 +msgid "Hidden" +msgstr "Gizli" + +#: admin/settings.php:329 +msgid "The Left and Right arrows on your slider" +msgstr "Sununuzdaki Sağ ve Sol oklar" + +#: admin/settings.php:370 admin/settings.php:438 +msgid "Select Category" +msgstr "Kategori Seçin" + +#: admin/settings.php:397 +msgid "Custom Slides" +msgstr "Özel Slaytlar" + +#: admin/settings.php:397 +msgid "Latest Posts" +msgstr "Son Yazılar" + +#: admin/settings.php:397 +msgid "Random Posts" +msgstr "Rasgele Yazılar" + +#: admin/settings.php:397 +msgid "Sticky Posts" +msgstr "Yapışkan Yazılar" + +#: admin/settings.php:397 +msgid "Latest Posts from Category" +msgstr "Kategoriden Son Yazılar" + +#: admin/settings.php:397 +msgid "Random Posts from Category" +msgstr "Kategoriden Rasgele Yazılar" + +#: admin/settings.php:397 +msgid "Specific Posts" +msgstr "Belirli Yazılar" + +#: admin/settings.php:410 +msgid "Latest posts will be loaded into the slider." +msgstr "Son yazılar sunuya yüklenecek." + +#: admin/settings.php:414 +msgid "Random posts will be loaded into the slider." +msgstr "Rasgele yazılar sunuya yüklenecek." + +#: admin/settings.php:418 +msgid "Latest posts from the category you choose will be loaded in the slider." +msgstr "Seçtiğiniz kategoriden son yazılar sunuya yüklenecek." + +#: admin/settings.php:423 +msgid "" +"Random posts from the category you choose will be loaded into the slider." +msgstr "Seçtiğiniz kategoriden rasgele yazılar sunuya yüklenecek." + +#: admin/settings.php:427 +msgid "Only sticky posts will be loaded into the slider." +msgstr "Sadece yapışkan yazılar sunuya yüklenecek." + +#: admin/settings.php:431 +msgid "List the post IDs you want to display (separated by a comma): " +msgstr "" +"Göstermek istediğiniz yazıların ID'lerini listeleyin (virgülle ayrılmış " +"şekilde):" + +#: admin/settings.php:436 +msgid "
      Choose the cateogry: " +msgstr "
      Kategori seçin:" + +#: admin/settings.php:453 +msgid "Number of posts to show:" +msgstr "Gösterilecek yazı sayısı:" + +#: admin/settings.php:460 +msgid "Slide 1" +msgstr "Slayt 1" + +#: admin/settings.php:464 admin/settings.php:479 admin/settings.php:494 +#: admin/settings.php:509 admin/settings.php:524 admin/settings.php:567 +#: admin/settings.php:582 admin/settings.php:597 admin/settings.php:612 +msgid "Upload or select image from gallery" +msgstr "Görüntü yükle ya da galeriden seç" + +#: admin/settings.php:465 admin/settings.php:480 admin/settings.php:495 +#: admin/settings.php:510 admin/settings.php:525 admin/settings.php:568 +#: admin/settings.php:583 admin/settings.php:613 +msgid "Title" +msgstr "Başlık" + +#: admin/settings.php:467 admin/settings.php:482 admin/settings.php:497 +#: admin/settings.php:512 admin/settings.php:527 admin/settings.php:570 +#: admin/settings.php:585 admin/settings.php:600 admin/settings.php:615 +msgid "Text" +msgstr "Metin" + +#: admin/settings.php:475 +msgid "Slide 2" +msgstr "Slayt 2" + +#: admin/settings.php:490 +msgid "Slide 3" +msgstr "Slayt 3" + +#: admin/settings.php:505 +msgid "Slide 4" +msgstr "Slayt 4" + +#: admin/settings.php:520 +msgid "Slide 5" +msgstr "Slayt 5" + +#: admin/settings.php:533 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" +"Slaylarınızın içeriği. Sadece görüntü zorunluduri diğer tüm alanlar isteğe " +"bağlıdır. Canlı sunuda sadece görüntülü slaytlar aktif olacaktır." + +#: admin/settings.php:543 +msgid "Number of columns:" +msgstr "Sütun Sayısı" + +#: admin/settings.php:553 +msgid "Image Height:" +msgstr "Görüntü Yüksekliği" + +#: admin/settings.php:556 +msgid "Read more text:" +msgstr "Daha fazla metin oku" + +#: admin/settings.php:559 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" +"Bağlantı metni bütün sütünların sonunda gözükür. İstemezseniz bütün metni " +"silebilirsiniz" + +#: admin/settings.php:563 +msgid "1st Column" +msgstr "1'inci Sütun" + +#: admin/settings.php:578 +msgid "2nd Column" +msgstr "2'inci Sütun" + +#: admin/settings.php:593 +msgid "3rd Column" +msgstr "3'üncü Sütun" + +#: admin/settings.php:608 +msgid "4th Column" +msgstr "4'üncü Sütun" + +#: admin/settings.php:630 +msgid "Extra Text" +msgstr "Ekstra Metin" + +#: admin/settings.php:630 +msgid "Top Title" +msgstr "Üst Başlık" + +#: admin/settings.php:632 +msgid "Second Title" +msgstr "İkinci Başlık" + +#: admin/settings.php:635 +msgid "Title color" +msgstr "Başlık Rengi" + +#: admin/settings.php:638 +msgid "The titles' color (Default value is 333333)." +msgstr "Başlığın rengi (Varsayılan değer 333333)." + +#: admin/settings.php:640 +msgid "Bottom Text 1" +msgstr "Alt Metin 1" + +#: admin/settings.php:642 +msgid "Bottom Text 2" +msgstr "Alt Metin 2" + +#: admin/settings.php:645 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" +"Ön sayfanızda daha çok metin. Üst başlık sununun altında, ikinci başlık ise " +"sunu ile sütunlar arasında ve 2 sıra da sütunların altındadır.\n" +"\t\t Bunların hepsi isteğe bağlı, eğer gerekli değilse doldurmayabilirsiniz. " + +#: admin/settings.php:651 +msgid "Hide areas" +msgstr "Alanları Gizle" + +#: admin/settings.php:664 +msgid "Hide the header area (image or background color)." +msgstr "Üstlük alanını gizle (görüntü ya da arkaplan rengi)." + +#: admin/settings.php:668 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "Ana menüyü gizle (üst navigasyon sekmeleri)." + +#: admin/settings.php:672 +msgid "Hide the footer widgets. " +msgstr "Altlık bileşenlerini gizle." + +#: admin/settings.php:676 +msgid "Hide the footer (copyright area)." +msgstr "Altlığı gizle (telif hakkı alanı)." + +#: admin/settings.php:680 +msgid "Hide the white color. Only the background color remains." +msgstr "Beyaz rengi gizle. Sadece arka plan rengi kalır." + +#: admin/settings.php:684 +msgid "Choose the areas to hide on the first page." +msgstr "İlk sayfada gizlenecek alanları belirleyin." + +#: admin/settings.php:703 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" +"Blogunuzda kullanacağınız yazı tipi boyutunu seçin. Sayfalar, yazılar ve " +"yorumlar etkilenecek. Tuşlar, Başlıklar ve Yan menüler etkilenmeyecek." + +#: admin/settings.php:747 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" +"Blogunuzda kullanacağınız yazı tipi ailesini seçin. Tüm içerik metni " +"etkilenecek (menü tuşları dahil)." + +#: admin/settings.php:748 admin/settings.php:797 admin/settings.php:848 +#: admin/settings.php:899 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" +"Ya da Google Yazı Tipinizi girin. Lütfen yazı tipi name " +"girin.
      Örnek: Marko One. " +"google fonts ilham için ziyaret edin." + +#: admin/settings.php:795 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" +"Başlıklarınızda kullanacağız yazı tipi ailesini seçin. Yazı başlıkları ve " +"safya başlıkları etkilenecek. Genel yazı tipiyle aynı olmasını istiyorsanız " +"\"Varsayılan\" olarak bırakın." + +#: admin/settings.php:846 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" +"Kenarçubuk(ları)nda kullanmak istediğiniz yazı tipi ailesini seçin. Kenar " +"çubuklarındaki metin ve bütün bileşenler etkilenecektir. Genel yazı tipiyle " +"aynı olmasını istiyorsanız \"Varsayılan\" olarak bırakın." + +#: admin/settings.php:897 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" +"Alt başlıklarda (h2 - h6 etiketleri etkilenecek) kullanılmasını istediğiniz " +"yazı tipi ailesini seçin. Genel yazı tipiyle aynı olmasını istiyorsanız " +"\"Varsayılan\" olarak bırakın." + +#: admin/settings.php:909 admin/settings.php:924 admin/settings.php:939 +#: admin/settings.php:984 admin/settings.php:999 admin/settings.php:1014 +msgid "Default" +msgstr "Varsayılan" + +#: admin/settings.php:917 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" +"Yazı Başlığı Yazı Tipi boyutu. Normal ayarlar için \"Varsayılan\" olarak " +"bırakın (boyut değeri CSS'deki gibi olacak)" + +#: admin/settings.php:932 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" +"Kenarçubuğu Yazı Tiği boyutu. Normal ayarlar için \"Varsayılan\" olarak " +"bırakın (boyut değeri CSS'deki gibi olacak)" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Left" +msgstr "Sol" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Right" +msgstr "Sağ" + +#: admin/settings.php:939 +msgid "Justify" +msgstr "İki yana yasla" + +#: admin/settings.php:939 admin/settings.php:1714 +msgid "Center" +msgstr "Ortala" + +#: admin/settings.php:947 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" +"Bu yazılar ve sayfalardaki metin hizasının üstüne yazar. Normal ayarlar için " +"\"Varsayılan\" olarak bırakın (hizalama yazılar, yorumlardaki, vb. gibi " +"kalacak)" + +#: admin/settings.php:961 +msgid "Choose the indent for your paragraphs." +msgstr "Paragrafınız için satırbaşı seçin." + +#: admin/settings.php:977 +msgid "Disable the default header and title indent (left margin)." +msgstr "Varsayılan üstlük ve başlık satırbaşını etkisiz kılın (sol kenar)." + +#: admin/settings.php:992 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" +"Metni satır boyutu. 2 satır arasındaki boyut. Normal ayarlar için " +"\"Varsayılan\" olarak bırakın (boyut değeri CSS'deki gibi olacak)" + +#: admin/settings.php:1007 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"Kelimeler arasındaki boşluk. Normal ayarlar için \"Varsayılan\" " +"olarak bırakın (boyut değeri CSS'deki gibi olacak)" + +#: admin/settings.php:1022 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" +"Harfler arasındaki boşluk. Normal ayarlar için \"Varsayılan\" olarak " +"bırakın (boyut değeri CSS'deki gibi olacak)" + +#: admin/settings.php:1039 +msgid "Disable the default text shadow on headers and titles." +msgstr "Üstlükler ve başlıklardaki varsayılan metin gölgesini etkisiz kıl." + +#: admin/settings.php:1051 +msgid "Background color (Default value is 444444)." +msgstr "Arka plan rengi (Varsayılan değer 444444)." + +#: admin/settings.php:1059 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" +"Üstlük arka plan rengi (Varsayılan değer 333333). Arka plan rengini iptal " +"etmek için kutudaki metni silin." + +#: admin/settings.php:1066 +msgid "" +"Content background color (Default value is FAFAFA). Works best with really " +"light colors." +msgstr "" +"İçerik arka plan rengi (Varsayılan değer FAFAFA). En iyi açık renklerle " +"çalışır." + +#: admin/settings.php:1073 +msgid "" +"Main menu background color (Default value is FAFAFA). Should be the same " +"color as the content bg or something just as light." +msgstr "" +"Ana menü arka plan rengi (Varsayılan değer FAFAFA). İçerik arka plan " +"rengiyle aynı olmalı ya da aynı derecede açık renkli." + +#: admin/settings.php:1081 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "Altlık bileşen alanı arka plan rengi. (Varsayılan değer 171717)." + +#: admin/settings.php:1089 +msgid "Footer background color (Default value is 222222)." +msgstr "Altlık arka plan rengi (Varsayılan değer 222222)." + +#: admin/settings.php:1097 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "Blogunuzun başlık rengi (Varsayılan değer 0D85CC)." + +#: admin/settings.php:1105 +msgid "Your blog's description color(Default value is 222222)." +msgstr "Blog açıklamanızın rengi(Varsayılan değer 222222)." + +#: admin/settings.php:1113 +msgid "Content Text Color (Default value is 333333)." +msgstr "İçerik Metni Rengi (Varsayılan değer 333333)." + +#: admin/settings.php:1121 +msgid "Links color (Default value is 0D85CC)." +msgstr "Bağlantıların rengi (Varsayılan değer 0D85CC)." + +#: admin/settings.php:1129 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "Fare üstüne geldiğinde bağlantıların rengi (Varsayılan değer 333333)." + +#: admin/settings.php:1137 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "Yazı Başlığı Metni Rengi (Varsayılan değer 333333)." + +#: admin/settings.php:1145 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" +"Fare üstüne geldiğinde Yazı Başlığı Metni Rengi (Varsayılan değer 000000)." + +#: admin/settings.php:1153 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "Kenarçubuğu Üstlük Arkaplan Rengi (Varsayılan değer 444444)." + +#: admin/settings.php:1162 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "Kenarçubuğu Üstlük Metin Rengi (Varsayılan değer 2EA5FD)." + +#: admin/settings.php:1170 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "Altlık Bileşen Metin Rengi (Varsayılan değer 0D85CC)." + +#: admin/settings.php:1178 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "Altlık Bileşen Bağlantısı Rengi (Varsayılan değer 666666)." + +#: admin/settings.php:1186 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" +"Fare üstüne geldiğinde Altlık Bileşen Bağlantısı Rengi (Varsayılan değer " +"888888)." + +#: admin/settings.php:1198 admin/settings.php:1259 +msgid "White" +msgstr "Beyaz" + +#: admin/settings.php:1198 +msgid "Light" +msgstr "Açık" + +#: admin/settings.php:1198 +msgid "Light Gray" +msgstr "Açık Gri" + +#: admin/settings.php:1198 admin/settings.php:1259 +msgid "Gray" +msgstr "Gri" + +#: admin/settings.php:1198 +msgid "Dark Gray" +msgstr "Koyu Gri" + +#: admin/settings.php:1198 +msgid "Black" +msgstr "Siyah" + +#: admin/settings.php:1206 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" +"Bu ayar altyazılarınızın görüntüsünü değiştirir. Altyazı eklenmeyen " +"görüntüler etkilenmez." + +#: admin/settings.php:1222 +msgid "The border around your inserted images. " +msgstr "Eklenmiş görüntülerin etrafındaki sınır." + +#: admin/settings.php:1237 +msgid "The image on top of your captions. " +msgstr "Altyazılarınızın üstündeki görüntü." + +#: admin/settings.php:1252 +msgid "The sidebar list bullets. " +msgstr "Kenarçubuğu imler listesi." + +#: admin/settings.php:1267 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "" +"Yazı-metaları(Yazı başlıkları altında) arka planı. Varsayılan olarak gri.<" + +#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 +#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 +#: admin/settings.php:1383 admin/settings.php:1399 admin/settings.php:1442 +#: admin/settings.php:1457 admin/settings.php:1472 admin/settings.php:1487 +#: admin/settings.php:1502 admin/settings.php:1517 admin/settings.php:1532 +#: admin/settings.php:1547 +msgid "Show" +msgstr "Göster" + +#: admin/settings.php:1275 admin/settings.php:1291 admin/settings.php:1308 +#: admin/settings.php:1323 admin/settings.php:1338 admin/settings.php:1368 +#: admin/settings.php:1399 admin/settings.php:1442 admin/settings.php:1457 +#: admin/settings.php:1472 admin/settings.php:1487 admin/settings.php:1502 +#: admin/settings.php:1517 admin/settings.php:1532 admin/settings.php:1547 +msgid "Hide" +msgstr "Gizle" + +#: admin/settings.php:1283 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "Yazıları ayırmak için yatay kuralı göster ya da gizle." + +#: admin/settings.php:1299 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" +"İçerik alanındaki(yazılar, sayfalar, vb.) listeler yanındaki imleri göster " +"ya da gizle." + +#: admin/settings.php:1316 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" +"Blogunuzun üstlükteki Başlık ve Tanımını göster ya da gizle (eğer metinle " +"birlikte özel bir başlık görüntüsü kullanıyorsanız önerilir)." + +#: admin/settings.php:1331 +msgid "Hide or show Page titles on any created pages. " +msgstr "Oluşturulan sayfalarda Sayfa başlıklarını göster ya da gizle." + +#: admin/settings.php:1346 +msgid "Hide or show Page titles on Category Pages. " +msgstr "Kategori sayfalarında Sayfa başlıklarını göster ya da gizle." + +#: admin/settings.php:1361 +msgid "Hide table borders and background color." +msgstr "Tablo sınırlarını ve arka plan rengini gizle." + +#: admin/settings.php:1376 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" +"Yorum formunun altındaki açıklama metnini gizle. (şu şekilde başlayan " +"You may use these HTML tags and attributes:...)." + +#: admin/settings.php:1383 +msgid "Hide in posts" +msgstr "Yazılar içinde gizle" + +#: admin/settings.php:1383 +msgid "Hide in pages" +msgstr "Sayfalar içinde gizle" + +#: admin/settings.php:1383 +msgid "Hide everywhere" +msgstr "Her yerde gizle" + +#: admin/settings.php:1391 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" +"Varsayılan olarak yoruma kapalı sayfa ya da yazılarda bulunan Yoruma " +"kapalı metnini gizle." + +#: admin/settings.php:1407 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" +"Yoruma kapalı metinlerin yanında bulunan Yoruma kapalımetnini gizle." + +#: admin/settings.php:1423 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" +"Yukarı Ger Dön tuşunu etkinleştir. Tuş sayfada aşağı inildiğinde gözükür." + +#: admin/settings.php:1430 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" +"Altlığa özel metin ya da HTML kodu yerleĹźtirin.
      HTML kodunu görĂĽntĂĽ, " +"baÄźlantı ve © gibi özel karakterler eklemek için kullanabilirsiniz." + +#: admin/settings.php:1450 +msgid "" +"Hide or show the Leave a comment or x Comments next to posts or post excerpts." +msgstr "" +"Yorum ekle ya da Yorumlar seçeneÄźini " +"yazıların ya da özetlerin yanında göster ya da gizle." + +#: admin/settings.php:1465 +msgid "Hide or show the post date." +msgstr "Yazı tarihini göster ya da gizle." + +#: admin/settings.php:1480 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" +"Yazı zamanını yazı tarihiyle birlikte göster. Yazır tarihi gizlenmiĹź ise " +"yazı zamanı gözĂĽkmez." + +#: admin/settings.php:1495 +msgid "Hide or show the post author." +msgstr "Yazı yazarını göster ya da gizle." + +#: admin/settings.php:1510 +msgid "Hide the post category." +msgstr "Yazı kategorisini gizle." + +#: admin/settings.php:1525 +msgid "Hide the post tags." +msgstr "Yazı etiketlerini gizle." + +#: admin/settings.php:1540 +msgid "Hide the 'Bookmark permalink'." +msgstr "\"Permalinke yer iĹźareti koy\" seçeneÄźini gizle." + +#: admin/settings.php:1555 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" +"BĂĽtĂĽn yazı metalarını gizle. BĂĽtĂĽn meta bilgileri ve meta alanları " +"gizlenecektir." + +#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 +msgid "Excerpt" +msgstr "Ă–zet" + +#: admin/settings.php:1568 admin/settings.php:1583 admin/settings.php:1599 +msgid "Full Post" +msgstr "TĂĽm Yazı" + +#: admin/settings.php:1576 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" +"Ana sayfada özetler. Sadece standart yazılar etkilenecektir. TĂĽm diÄźer girdi " +"formatları (görĂĽntĂĽ, sohbet, alıntı, vb.) kendi formatlarına sahip olmaya " +"devam edecektir." + +#: admin/settings.php:1591 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" +"Ana sayfanızdaki yapışkan yazıların tĂĽmĂĽnĂĽn mĂĽ yoksa özetinin mi gözĂĽkmesini " +"istediÄźinize karar verin." + +#: admin/settings.php:1607 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" +"ArĹźiv, kategori ve arama sayfalarında özetler. Yukarıda olduÄźu gibi sadece " +"standart girdiler etkilenecektir." + +#: admin/settings.php:1615 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" +"Ă–zetin sahip olabileceÄźi kelime sayısı. Bu sayıya ulaşıldığında yazı " +"otomatik olarak Okumaya devam et baÄźlantısıyla\n" +"\t\t\t\t\t\t\tkesilecek ve okuyucu tam yazı sayfasına yönlendirilecek." + +#: admin/settings.php:1631 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" +"Dergi dĂĽzenini etkinleĹźtir. Bu dĂĽzen yazı olan sayfalara etki eder ve sıra " +"başına 2 yazı ekler." + +#: admin/settings.php:1638 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "Otomatik olarak özetlere eklenen ('[...]) üç noktanın yerine geçer." + +#: admin/settings.php:1645 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "Ă–zetlerdeki 'Okumaya Devam Et' baÄźlantısını dĂĽzenle." + +#: admin/settings.php:1660 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "Varsayılan olarak WordPress özetleri tĂĽm HTML etiketlerini kaldırır." + +#: admin/settings.php:1691 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" +"Ă–ne çıkan görĂĽntĂĽleri yazılarda küçük resim olarak göster. GörĂĽntĂĽler Ă–ne " +"Çıkan GörĂĽntĂĽler kısmından her yazı için ayrıca seçilmelidir." + +#: admin/settings.php:1706 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" +"Yazıya eklediÄźiniz ilk görĂĽntĂĽyĂĽ küçük resim olarak gösterin. EÄźer bu " +"seçeneÄźi etkinleĹźtirirseniz, Ă–ne Çıkan GörĂĽntĂĽleri kullansanız bile ilk " +"eklediÄźiniz görĂĽntĂĽ küçük resim olarak gözĂĽkecektir." + +#: admin/settings.php:1722 +msgid "Thumbnail alignment." +msgstr "Küçük resim hizalaması." + +#: admin/settings.php:1739 +msgid "" +"The size you want the thumbnails to have (in pixels). By default imges will " +"be scaled with aspect ratio kept. Choose to crop the images if you want the " +"exact size." +msgstr "" +"Küçük resimleriniz için istediÄźiniz boyut(piksel olarak). Varsayılan olarak " +"görĂĽnĂĽm oranı tutularak oranlacaktır. Tam boyut istiyorsanız, görĂĽntĂĽleri " +"kesin." + +#: admin/settings.php:1755 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" +"Ă–ne Çıkan GörĂĽntĂĽleri baĹźlıklarda göster. EÄźer seçtiÄźiniz Ă–ne Çıkan GörĂĽntĂĽ " +"baĹźlık boyutundan bĂĽyĂĽk ya da baĹźlık boyutuyla aynı ise yazıda bu baĹźlıkla " +"yer deÄźiĹźtirecek." + +#: admin/settings.php:1776 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" +"Açılan menĂĽden istediÄźiniz sosyal ağı seçin ve ilgili adresi gerekli alana " +"girin (Ă–rnek: http://www.facebook.com/yourname )" + +#: admin/settings.php:1790 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "5 farklı sosyal site ve adrese kadar ekleyebilirsiniz." + +#: admin/settings.php:1804 +msgid "There are a total of 27 social networks to choose from. " +msgstr "Toplamda seçebileceÄźin 27 sosyal aÄź bulunmakta." + +#: admin/settings.php:1818 +msgid "You can leave any number of inputs empty. " +msgstr "Ä°stediÄźiniz kadar girdiyi boĹź bırakabilirsiniz." + +#: admin/settings.php:1832 +msgid "You can choose the same social media any number of times. " +msgstr "Aynı sosyal medyayı istediÄźiniz kadar seçebilirsiniz." + +#: admin/settings.php:1863 +msgid "Choose the areas where to display the social icons." +msgstr "Sosyal aÄź imlerini göstermek istediÄźiniz alanı seçiniz." + +#: admin/settings.php:1884 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "" +"Site baĹźlığını içerik sayfanıza yönlendirecek Ĺźekilde tıklanabilir baÄźlantı " +"olarak ayarlayın." + +#: admin/settings.php:1899 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" +"İçerik alanının ĂĽzerinde ekmek kırıntılarını göster. Ekmek kırıntıları site " +"içerisinde bulunduÄźunuz yeri gösteren bir navigasyon çeĹźitidir." + +#: admin/settings.php:1914 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" +"Numaralandırılmış sayfaları göster. Birden fazla sayfa olduÄźunda, Daha " +"Eski Yazılar ve Daha Yeni Yazılar yerine numaralandırılmış " +"sayfaları gösterir." + +#: admin/settings.php:1929 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" +"Mobil görĂĽntĂĽyĂĽ etkinleĹźtirin ve Mantra'yı duyarlı hale getirin. Blogunuzun " +"görĂĽnĂĽmĂĽ ve dĂĽzeni hangi cihazda görĂĽntĂĽlendiÄźini ve cihazın çözĂĽnĂĽrlüğüne " +"göre deÄźiĹźir." + +#: admin/settings.php:1939 +msgid "Upload or select favicon from gallery" +msgstr "Favicon yĂĽkleyin ya da galeriden seçin" + +#: admin/settings.php:1943 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" +"Sınırlandırma: GörĂĽntĂĽ olmak zorunda. En fazla 64x64 piksel olmalı. Tavsiye " +"edilen dosya uzantıları, .ico ve .png." + +#: admin/settings.php:1951 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" +"Özel CSS'i buraya ekleyin. Her türlü CSS deklerasyonu Mantra CSS'i üzerine " +"yazılacaktır(Mantra Ayarları sayfasında düzenlediğiniz seçenekleriniz bile). " +"
      Ă–zel CSS'iniz tema gĂĽncellemesi yaptığınızda korunacaktır." + +#: admin/settings.php:1958 +msgid "" +"Insert your custom Javascript code here. (Google Analytics and any other " +"forms of Analytic software)." +msgstr "" +"Ă–zel JavaScript kodunuzu buraya yerleĹźtirin. (Google Analytics ya da baĹźka " +"herhangi bir Analytics yazılımı)." + +#: admin/settings.php:1971 +msgid "" +"Enable Mantra's Search Engine Optimization. This is enabled by default and " +"should only be disabled if you are using a SEO plugin." +msgstr "" +"Mantra SEO'sunu etkinleĹźtir. Varsayılan olarak etkinleĹźtirilmiĹźtir ve sadece " +"bir SEO plugin'i kullanıyorsanız etkisiz kılın." + +#: admin/settings.php:1983 +msgid "Auto" +msgstr "Oto" + +#: admin/settings.php:1983 +msgid "Manual" +msgstr "Manuel" + +#: includes/theme-functions.php:213 +msgid "Home Page" +msgstr "Ana Sayfa" + +#: includes/theme-loop.php:146 +msgid "says:" +msgstr "diyorki:" + +#: includes/theme-loop.php:152 +msgid "Your comment is awaiting moderation." +msgstr "Yorumunuz onay bekliyor." + +#: includes/theme-loop.php:159 +msgid "at" +msgstr "halinde" + +#: includes/theme-loop.php:159 includes/theme-loop.php:176 +msgid "(Edit)" +msgstr "(DĂĽzenle)" + +#: includes/theme-loop.php:176 +msgid "Pingback: " +msgstr "Pingback:" + +#: includes/theme-loop.php:213 +msgid "By " +msgstr "Tarafından" + +#: includes/theme-loop.php:224 +msgid "Leave a comment" +msgstr "Yorum bırakın" + +#: includes/theme-loop.php:224 +msgid "1 Comment" +msgstr "1 Yorum Yap" + +#: includes/theme-loop.php:224 +msgid "% Comments" +msgstr "% Yorumlar" + +#: includes/theme-loop.php:247 +msgid " Bookmark the " +msgstr "Yer iĹźareti koy" + +#: includes/theme-loop.php:247 includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "Permalink to" +msgstr "Buraya permalink" + +#: includes/theme-loop.php:247 includes/theme-loop.php:249 +#: includes/theme-loop.php:251 +msgid "permalink" +msgstr "permalink" + +#: includes/theme-loop.php:249 includes/theme-loop.php:251 +msgid "Bookmark the " +msgstr "Yer iĹźareti koy" + +#: includes/theme-loop.php:273 +msgid "« Older posts" +msgstr "« Daha eski yazılar" + +#: includes/theme-loop.php:274 +msgid "Newer posts »" +msgstr "Daha yeni yazılar »" + +#: includes/theme-seo.php:26 +#, php-format +msgid "Page %s" +msgstr "Sayfalar %s" + +#: includes/theme-setup.php:91 +msgid "Primary Navigation" +msgstr "Birincil Navigasyon" + +#: includes/theme-setup.php:92 +msgid "Top Navigation" +msgstr "Ăśst Navigasyon" + +#: includes/theme-setup.php:93 +msgid "Footer Navigation" +msgstr "Alt Navigasyon" + +#: includes/theme-setup.php:137 +msgid "mantra" +msgstr "mantra" + +#: includes/theme-setup.php:198 +msgid "Skip to content" +msgstr "İçeriÄźe atla" + +#: includes/theme-setup.php:224 +msgid "Primary Widget Area - Sidebar 1" +msgstr "Birincil BileĹźen Alanı - KenarçubuÄźu 1" + +#: includes/theme-setup.php:226 +msgid "Primary widget area - Sidebar 1" +msgstr "Birincil BileĹźen Alanı - KenarçubuÄźu 2" + +#: includes/theme-setup.php:235 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "Ä°kincil BileĹźen Alanı - KenarçubuÄźu 1" + +#: includes/theme-setup.php:237 +msgid "Secondary widget area - Sidebar 1" +msgstr "Ä°kincil BileĹźen Alanı - KenarçubuÄźu 2" + +#: includes/theme-setup.php:246 +msgid "Third Widget Area - Sidebar 2" +msgstr "ÜçüncĂĽ BileĹźen Alanı - KenarçubuÄźu 1" + +#: includes/theme-setup.php:248 +msgid "Third widget area - Sidebar 2" +msgstr "ÜçüncĂĽ BileĹźen Alanı - KenarçubuÄźu 2" + +#: includes/theme-setup.php:257 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "DördĂĽncĂĽ BileĹźen Alanı - KenarçubuÄźu 2" + +#: includes/theme-setup.php:259 +msgid "Fourth widget area - Sidebar 2" +msgstr "DördĂĽncĂĽ bileĹźen alanı - KenarçubuÄźu 2" + +#: includes/theme-setup.php:268 +msgid "First Footer Widget Area" +msgstr "Birinci Altlık BileĹźen Alanı" + +#: includes/theme-setup.php:270 +msgid "First footer widget area" +msgstr "Birinci altlık bileĹźen alanı" + +#: includes/theme-setup.php:279 +msgid "Second Footer Widget Area" +msgstr "Ä°kinci Altlık BileĹźen Alanı" + +#: includes/theme-setup.php:281 +msgid "Second footer widget area" +msgstr "Ä°kinci atlık bileĹźen alanı" + +#: includes/theme-setup.php:290 +msgid "Third Footer Widget Area" +msgstr "ÜçüncĂĽ Altlık BileĹźen Alanı" + +#: includes/theme-setup.php:292 +msgid "The third footer widget area" +msgstr "ÜçüncĂĽ altlık bileĹźen alanı" + +#: includes/theme-setup.php:301 +msgid "Fourth Footer Widget Area" +msgstr "DördĂĽncĂĽ Altlık BileĹźen Alanı" + +#: includes/theme-setup.php:303 +msgid "The fourth footer widget area" +msgstr "DördĂĽncĂĽ altlık bileĹźen alanı" diff --git a/themes/mantra/languages/zh_CN.po b/themes/mantra/languages/zh_CN.po index 5e89c658..fb92388e 100644 --- a/themes/mantra/languages/zh_CN.po +++ b/themes/mantra/languages/zh_CN.po @@ -1,1845 +1,1845 @@ -msgid "" -msgstr "" -"Project-Id-Version: Mantra International\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-06-12 12:43+0200\n" -"PO-Revision-Date: 2012-09-11 21:11+0800\n" -"Last-Translator: 林轩立 \n" -"Language-Team: Cryout Creations \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x;_ex;_nx;" -"esc_attr__;esc_attr_e;_n_noop;_nx_noop\n" -"X-Poedit-Basepath: ..\n" -"Plural-Forms: nplurals=2;plural=n>1\n" -"X-Poedit-SearchPath-0: .\n" - -#: 404.php:17 -msgid "Not Found" -msgstr "什äąé˝ć˛ˇćś‰" - -#: 404.php:19 -msgid "" -"Apologies, but the page you requested could not be found. Perhaps searching " -"will help." -msgstr "抱歉,您请求的页面无法找ĺ°ă€‚也许可以使用ćśç´˘ĺŠźč˝ĺŻ»ć‰ľć‚¨ć„źĺ…´č¶Łçš„内容。" - -#: archive.php:25 -#, php-format -msgid "Daily Archives: %s" -msgstr "日度归档: %s" - -#: archive.php:27 -#, php-format -msgid "Monthly Archives: %s" -msgstr "ćśĺş¦ĺ˝’档: %s" - -#: archive.php:27 -msgid "F Y" -msgstr "F Y" - -#: archive.php:29 -#, php-format -msgid "Yearly Archives: %s" -msgstr "年度归档: %s" - -#: archive.php:29 -msgid "Y" -msgstr "Y" - -#: archive.php:31 -msgid "Blog Archives" -msgstr "博客归档" - -#: archive.php:57 author.php:74 category.php:50 front-page.php:83 -msgid "Nothing Found" -msgstr "什äąé˝ć˛ˇć‰ľĺ°" - -#: archive.php:61 author.php:78 category.php:54 front-page.php:87 -msgid "" -"Apologies, but no results were found for the requested archive. Perhaps " -"searching will help find a related post." -msgstr "抱歉,未找ĺ°ć‚¨ćśç´˘çš„文章。也许您可以换个关键词试试。" - -#: attachment.php:18 -#, php-format -msgid "Return to %s" -msgstr "ĺ›žĺ° %s" - -#: attachment.php:29 -msgid "By" -msgstr "ç”±" - -#: attachment.php:33 -#, php-format -msgid "View all posts by %s" -msgstr "查看所有由 %s 发ĺ¸çš„文章" - -#: attachment.php:40 -msgid "Published" -msgstr "已发表" - -#: attachment.php:50 -#, php-format -msgid "Full size is %s pixels" -msgstr "完整图片大小为 %s ĺŹç´ " - -#: attachment.php:53 -msgid "Link to full-size image" -msgstr "查看完整图片" - -#: attachment.php:60 attachment.php:107 content-aside.php:48 -#: content-chat.php:48 content-gallery.php:64 content-image.php:41 -#: content-link.php:48 content-quote.php:46 content-status.php:47 -#: content.php:85 front-page.php:42 -msgid "Edit" -msgstr "编辑" - -#: attachment.php:100 -msgid "Continue reading" -msgstr "继续é…读" - -#: attachment.php:101 content-aside.php:39 content-chat.php:37 -#: content-gallery.php:54 content-image.php:32 content-link.php:37 -#: content-quote.php:36 content-status.php:38 content.php:57 content.php:74 -#: front-page.php:41 -msgid "Pages:" -msgstr "页ç :" - -#: author.php:28 -#, php-format -msgid "Author Archives: %s" -msgstr "作者归档: %s" - -#: author.php:49 -#, php-format -msgid "About %s" -msgstr "关于 %s" - -#: category.php:19 -#, php-format -msgid "Category Archives: %s" -msgstr "ĺ†ç±»ĺ­ćˇŁ %s" - -#: comments.php:18 -msgid "" -"This post is password protected. Enter the password to view any comments." -msgstr "此文章由密ç äżťćŠ¤ă€‚输入密ç ä»ĄćźĄçś‹ć‰€ćś‰čŻ„论。" - -#: comments.php:35 -#, php-format -msgid "One Response to %2$s" -msgid_plural "%1$s Responses to %2$s" -msgstr[0] "%2$s 有一个回复" -msgstr[1] "%2$s 有 %1$s 个回复" - -#: comments.php:41 comments.php:60 -msgid "Older Comments" -msgstr "čľć—§çš„评论" - -#: comments.php:42 comments.php:61 -msgid "Newer Comments" -msgstr "čľć–°çš„评论" - -#: comments.php:72 front-page.php:47 -msgid "Comments are closed." -msgstr "评论功č˝ĺ·˛ĺ…łé—­ă€‚" - -#: content-aside.php:16 content-chat.php:16 content-gallery.php:16 -#: content-gallery.php:48 content-image.php:15 content-link.php:16 -#: content-quote.php:14 content-status.php:15 content.php:24 content.php:28 -#, php-format -msgid "Permalink to %s" -msgstr "至 %s 的永久链接" - -#: content-aside.php:21 -msgid "Aside" -msgstr "标准" - -#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 -#: content-image.php:31 content-link.php:36 content-quote.php:35 -#: content-status.php:37 -msgid "Continue reading " -msgstr "继续é…读 " - -#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 -#: content-image.php:38 content-link.php:44 content-quote.php:43 -#: content-status.php:45 content.php:83 -msgid "Tagged" -msgstr "标签:" - -#: content-chat.php:20 -msgid "Chat" -msgstr "čŠĺ¤©" - -#: content-gallery.php:20 -msgid "Gallery" -msgstr "相册" - -#: content-gallery.php:47 -#, php-format -msgid "This gallery contains %2$s photo." -msgid_plural "This gallery contains %2$s photos." -msgstr[0] "čŻĄç›¸ĺ†Śĺ« %2$s 张照片。" -msgstr[1] "čŻĄç›¸ĺ†Śĺ« %2$s 张照片。" - -#: content-image.php:19 -msgid "Image" -msgstr "图ĺŹ" - -#: content-link.php:20 -msgid "Link" -msgstr "链接" - -#: content-quote.php:19 -msgid "Quote" -msgstr "引语" - -#: content-status.php:29 -msgid "Status" -msgstr "状ć€" - -#: content.php:33 -msgid "Featured" -msgstr "推čŤ" - -#: footer.php:43 -msgid "Semantic Personal Publishing Platform" -msgstr "个人信ćŻĺŹ‘ĺ¸ĺąłĺŹ°" - -#: functions.php:193 -msgid "Primary Navigation" -msgstr "" - -#: functions.php:194 -msgid "Top Navigation" -msgstr "" - -#: functions.php:195 -msgid "Footer Navigation" -msgstr "" - -#: functions.php:236 -msgid "mantra" -msgstr "mantra" - -#: functions.php:414 -msgid "says:" -msgstr "说:" - -#: functions.php:420 -msgid "Your comment is awaiting moderation." -msgstr "您的评论正在审核中。" - -#: functions.php:427 -msgid "at" -msgstr "于" - -#: functions.php:427 functions.php:444 -msgid "(Edit)" -msgstr "(编辑)" - -#: functions.php:444 -msgid "Pingback: " -msgstr "引用通告:" - -#: functions.php:463 -msgid "Primary Widget Area - Sidebar 1" -msgstr "" - -#: functions.php:465 -msgid "Primary widget area - Sidebar 1" -msgstr "" - -#: functions.php:474 -msgid "Secondary Widget Area - Sidebar 1" -msgstr "" - -#: functions.php:476 -msgid "Secondary widget area - Sidebar 1" -msgstr "" - -#: functions.php:485 -msgid "Third Widget Area - Sidebar 2" -msgstr "" - -#: functions.php:487 -msgid "Third widget area - Sidebar 2" -msgstr "" - -#: functions.php:496 -msgid "Fourth Widget Area - Sidebar 2" -msgstr "" - -#: functions.php:498 -msgid "Fourth widget area - Sidebar 2" -msgstr "" - -#: functions.php:507 -msgid "First Footer Widget Area" -msgstr "" - -#: functions.php:509 -msgid "First footer widget area" -msgstr "" - -#: functions.php:518 -msgid "Second Footer Widget Area" -msgstr "" - -#: functions.php:520 -msgid "Second footer widget area" -msgstr "" - -#: functions.php:529 -msgid "Third Footer Widget Area" -msgstr "" - -#: functions.php:531 -msgid "The third footer widget area" -msgstr "" - -#: functions.php:540 -msgid "Fourth Footer Widget Area" -msgstr "" - -#: functions.php:542 -msgid "The fourth footer widget area" -msgstr "" - -#: functions.php:582 -msgid "By " -msgstr "ç”±:" - -#: functions.php:593 -msgid "Leave a comment" -msgstr "发表评论" - -#: functions.php:593 -msgid "1 Comment" -msgstr "1 个评论" - -#: functions.php:593 -msgid "% Comments" -msgstr "% 个评论" - -#: functions.php:613 -msgid " Bookmark the " -msgstr "添加书签:" - -#: functions.php:613 functions.php:615 functions.php:617 -msgid "Permalink to" -msgstr "永久链接" - -#: functions.php:613 functions.php:615 functions.php:617 -msgid "permalink" -msgstr "永久链接:" - -#: functions.php:615 functions.php:617 -msgid "Bookmark the " -msgstr "添加书签:" - -#: functions.php:639 -msgid "« Older posts" -msgstr "« čľć—§ć–‡ç« " - -#: functions.php:640 -msgid "Newer posts »" -msgstr "čľć–°ć–‡ç«  »" - -#: functions.php:836 -#, php-format -msgid "Page %s" -msgstr "第 %s 页" - -#: functions.php:972 -msgid "" -"Before you can upload your import file, you will need to fix the following " -"error:" -msgstr "请在上传文件前修复以下错误:" - -#: functions.php:980 -msgid "Import Mantra Theme Options" -msgstr "" - -#: functions.php:982 -msgid "" -"Hi! This is where you import the Mantra settings. Please remember that " -"this is still an experimental feature." -msgstr "" - -#: functions.php:984 -msgid "Just choose a file from your computer:" -msgstr "" - -#: functions.php:986 -#, php-format -msgid "Maximum size: %s" -msgstr "" - -#: functions.php:992 -msgid "And import!" -msgstr "" - -#: functions.php:1054 -msgid "Import Mantra Theme Options " -msgstr "" - -#: functions.php:1057 -msgid "Great! The options have been imported!" -msgstr "" - -#: functions.php:1058 -msgid "Go back to the Mantra options page and check them out!" -msgstr "" - -#: functions.php:1061 functions.php:1067 functions.php:1073 -msgid "Oops, there's a small problem." -msgstr "" - -#: functions.php:1062 -msgid "" -"The uploaded file does not contain valid Mantra options. Make sure the file " -"is exported from the Mantra Options page." -msgstr "" - -#: functions.php:1068 -msgid "The uploaded file could not be read." -msgstr "" - -#: functions.php:1074 -msgid "" -"The uploaded file is not supported. Make sure the file was exported from the " -"Mantra page and that it is a text file." -msgstr "" - -#: functions.php:1083 -msgid "" -"Oops! The file is empty or there was no file. This error could also be " -"caused by uploads being disabled in your php.ini or by post_max_size being " -"defined as smaller than upload_max_filesize in php.ini." -msgstr "" - -#: functions.php:1089 -msgid "ERROR: You are not authorised to perform that operation" -msgstr "错误: 您未被ćŽćťčż›čˇŚć­¤ć“Ťä˝śă€‚" - -#: header.php:104 -msgid "Skip to content" -msgstr "跳转至内容" - -#: search.php:19 -#, php-format -msgid "Search Results for: %s" -msgstr "%s çš„ćśç´˘ç»“ćžś" - -#: search.php:38 -#, php-format -msgid "No search results for: %s" -msgstr "没有 %s çš„ćśç´˘ç»“ćžś" - -#: sidebar.php:34 -msgid "Archives" -msgstr "档ćˇ" - -#: sidebar.php:41 -msgid "Meta" -msgstr "ĺ…" - -#: single.php:18 single.php:58 -msgid "Previous post link" -msgstr "上一篇文章" - -#: single.php:19 single.php:59 -msgid "Next post link" -msgstr "下一篇文章" - -#: single.php:44 -msgid "View all posts by " -msgstr "查看所有文章:" - -#: tag.php:20 -#, php-format -msgid "Tag Archives: %s" -msgstr "标签归档: %s" - -#: admin/mantra-admin-functions.php:31 -msgid "Layout Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:32 -msgid "Presentation Page" -msgstr "" - -#: admin/mantra-admin-functions.php:33 -msgid "Text Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:34 -msgid "Color Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:35 -msgid "Graphics Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:36 -msgid "Post Information Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:37 -msgid "Post Excerpt Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:38 -msgid "Featured Image Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:39 -msgid "Social Media Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:40 -msgid "Miscellaneous Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:42 -msgid "Main Layout" -msgstr "" - -#: admin/mantra-admin-functions.php:43 -msgid "Content / Sidebar Width" -msgstr "" - -#: admin/mantra-admin-functions.php:44 -msgid "Header Image Height" -msgstr "" - -#: admin/mantra-admin-functions.php:46 -msgid "Enable Presentation Page" -msgstr "" - -#: admin/mantra-admin-functions.php:47 -msgid "Slider Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:48 -msgid "Slides" -msgstr "" - -#: admin/mantra-admin-functions.php:49 -msgid "Presentation Page Columns" -msgstr "" - -#: admin/mantra-admin-functions.php:50 -msgid "Extras" -msgstr "" - -#: admin/mantra-admin-functions.php:52 -msgid "General Font" -msgstr "" - -#: admin/mantra-admin-functions.php:53 -msgid "General Font Size" -msgstr "" - -#: admin/mantra-admin-functions.php:54 -msgid "Post Title Font " -msgstr "" - -#: admin/mantra-admin-functions.php:55 -msgid "Post Title Font Size" -msgstr "" - -#: admin/mantra-admin-functions.php:56 -msgid "Sidebar Font" -msgstr "" - -#: admin/mantra-admin-functions.php:57 -msgid "SideBar Font Size" -msgstr "" - -#: admin/mantra-admin-functions.php:58 -msgid "Sub-Headers Font" -msgstr "" - -#: admin/mantra-admin-functions.php:59 -msgid "Force Text Align" -msgstr "" - -#: admin/mantra-admin-functions.php:60 -msgid "Paragraph indent" -msgstr "" - -#: admin/mantra-admin-functions.php:61 -msgid "Header indent" -msgstr "" - -#: admin/mantra-admin-functions.php:62 -msgid "Line Height" -msgstr "" - -#: admin/mantra-admin-functions.php:63 -msgid "Word spacing" -msgstr "" - -#: admin/mantra-admin-functions.php:64 -msgid "Letter spacing" -msgstr "" - -#: admin/mantra-admin-functions.php:65 -msgid "Text shadow" -msgstr "" - -#: admin/mantra-admin-functions.php:67 -msgid "Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:68 -msgid "Header (Banner and Menu) Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:70 -msgid "Site Title Color" -msgstr "" - -#: admin/mantra-admin-functions.php:71 -msgid "Site Description Color" -msgstr "" - -#: admin/mantra-admin-functions.php:73 -msgid "Content Text Color" -msgstr "" - -#: admin/mantra-admin-functions.php:74 -msgid "Links Color" -msgstr "" - -#: admin/mantra-admin-functions.php:75 -msgid "Links Hover Color" -msgstr "" - -#: admin/mantra-admin-functions.php:76 -msgid "Post Title Color" -msgstr "" - -#: admin/mantra-admin-functions.php:77 -msgid "Post Title Hover Color" -msgstr "" - -#: admin/mantra-admin-functions.php:78 -msgid "Sidebar Header Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:79 -msgid "Sidebar Header Text Color" -msgstr "" - -#: admin/mantra-admin-functions.php:80 -msgid "Footer Widget Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:81 -msgid "Footer Background Color" -msgstr "" - -#: admin/mantra-admin-functions.php:82 -msgid "Footer Widget Header Text Color" -msgstr "" - -#: admin/mantra-admin-functions.php:83 -msgid "Footer Widget Link Color" -msgstr "" - -#: admin/mantra-admin-functions.php:84 -msgid "Footer Widget Hover Color" -msgstr "" - -#: admin/mantra-admin-functions.php:86 -msgid "Caption Border" -msgstr "" - -#: admin/mantra-admin-functions.php:87 -msgid "Post Images Border" -msgstr "" - -#: admin/mantra-admin-functions.php:88 -msgid "Caption Pin" -msgstr "" - -#: admin/mantra-admin-functions.php:89 -msgid "Sidebar Menu Bullets" -msgstr "" - -#: admin/mantra-admin-functions.php:90 -msgid "Meta Area Background" -msgstr "" - -#: admin/mantra-admin-functions.php:91 -msgid "Post Separator" -msgstr "" - -#: admin/mantra-admin-functions.php:92 -msgid "Content List Bullets" -msgstr "" - -#: admin/mantra-admin-functions.php:93 -msgid "Title and Description" -msgstr "" - -#: admin/mantra-admin-functions.php:94 -msgid "Page Titles" -msgstr "" - -#: admin/mantra-admin-functions.php:95 -msgid "Category Page Titles" -msgstr "" - -#: admin/mantra-admin-functions.php:96 -msgid "Hide Tables" -msgstr "" - -#: admin/mantra-admin-functions.php:97 -msgid "Back to Top button" -msgstr "" - -#: admin/mantra-admin-functions.php:98 -msgid "Text Under Comments" -msgstr "" - -#: admin/mantra-admin-functions.php:99 -msgid "Comments are closed text" -msgstr "" - -#: admin/mantra-admin-functions.php:100 -msgid "Comments off" -msgstr "" - -#: admin/mantra-admin-functions.php:101 -msgid "Insert footer copyright" -msgstr "" - -#: admin/mantra-admin-functions.php:103 -msgid "Post Date" -msgstr "" - -#: admin/mantra-admin-functions.php:104 -msgid "Post Time" -msgstr "" - -#: admin/mantra-admin-functions.php:105 -msgid "Post Author" -msgstr "" - -#: admin/mantra-admin-functions.php:106 -msgid "Post Category" -msgstr "" - -#: admin/mantra-admin-functions.php:107 -msgid "Post Tags" -msgstr "" - -#: admin/mantra-admin-functions.php:108 -msgid "Post Permalink" -msgstr "" - -#: admin/mantra-admin-functions.php:109 -msgid "All Post Metas" -msgstr "" - -#: admin/mantra-admin-functions.php:111 -msgid "Post Excerpts on Home Page" -msgstr "" - -#: admin/mantra-admin-functions.php:112 -msgid "Affect Sticky Posts" -msgstr "" - -#: admin/mantra-admin-functions.php:113 -msgid "Post Excerpts on Arhive and Category Pages" -msgstr "" - -#: admin/mantra-admin-functions.php:114 -msgid "Number of Words for Post Excerpts " -msgstr "" - -#: admin/mantra-admin-functions.php:115 -msgid "Magazine Layout" -msgstr "" - -#: admin/mantra-admin-functions.php:116 -msgid "Excerpt suffix" -msgstr "" - -#: admin/mantra-admin-functions.php:117 -msgid "Continue reading link text " -msgstr "" - -#: admin/mantra-admin-functions.php:118 -msgid "HTML tags in Excerpts" -msgstr "" - -#: admin/mantra-admin-functions.php:120 -msgid "Featured Images as POST Thumbnails " -msgstr "" - -#: admin/mantra-admin-functions.php:121 -msgid "Auto Select Images From Posts " -msgstr "" - -#: admin/mantra-admin-functions.php:122 -msgid "Thumbnails Alignment " -msgstr "" - -#: admin/mantra-admin-functions.php:123 -msgid "Thumbnails Size " -msgstr "" - -#: admin/mantra-admin-functions.php:124 -msgid "Featured Images as HEADER Images " -msgstr "" - -#: admin/mantra-admin-functions.php:126 -msgid "Link nr. 1" -msgstr "" - -#: admin/mantra-admin-functions.php:127 -msgid "Link nr. 2" -msgstr "" - -#: admin/mantra-admin-functions.php:128 -msgid "Link nr. 3" -msgstr "" - -#: admin/mantra-admin-functions.php:129 -msgid "Link nr. 4" -msgstr "" - -#: admin/mantra-admin-functions.php:130 -msgid "Link nr. 5" -msgstr "" - -#: admin/mantra-admin-functions.php:131 -msgid "Socials display" -msgstr "" - -#: admin/mantra-admin-functions.php:133 -msgid "Make Site Header a Link" -msgstr "" - -#: admin/mantra-admin-functions.php:134 -msgid "Breadcrumbs" -msgstr "" - -#: admin/mantra-admin-functions.php:135 -msgid "Pagination" -msgstr "" - -#: admin/mantra-admin-functions.php:136 -msgid "Mobile view" -msgstr "" - -#: admin/mantra-admin-functions.php:137 -msgid "FavIcon" -msgstr "" - -#: admin/mantra-admin-functions.php:138 -msgid "Custom CSS" -msgstr "" - -#: admin/mantra-admin-functions.php:228 -msgid "One column (no sidebars)" -msgstr "" - -#: admin/mantra-admin-functions.php:229 -msgid "Two columns, sidebar on the right" -msgstr "" - -#: admin/mantra-admin-functions.php:230 -msgid "Two columns, sidebar on the left" -msgstr "" - -#: admin/mantra-admin-functions.php:231 -msgid "Three columns, sidebars on the right" -msgstr "" - -#: admin/mantra-admin-functions.php:232 -msgid "Three columns, sidebars on the left" -msgstr "" - -#: admin/mantra-admin-functions.php:233 -msgid "Three columns, one sidebar on each side" -msgstr "" - -#: admin/mantra-admin-functions.php:248 -msgid "Choose your layout " -msgstr "" - -#: admin/mantra-admin-functions.php:258 -msgid "Absolute" -msgstr "" - -#: admin/mantra-admin-functions.php:258 -msgid "Relative" -msgstr "" - -#: admin/mantra-admin-functions.php:259 -msgid "Dimensions to use: " -msgstr "" - -#: admin/mantra-admin-functions.php:358 admin/mantra-admin-functions.php:378 -msgid "Content =" -msgstr "" - -#: admin/mantra-admin-functions.php:359 admin/mantra-admin-functions.php:379 -msgid "Sidebar(s) =" -msgstr "" - -#: admin/mantra-admin-functions.php:360 admin/mantra-admin-functions.php:380 -msgid "Total width =" -msgstr "" - -#: admin/mantra-admin-functions.php:369 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " -"at least 220px and no more than 800px.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" - -#: admin/mantra-admin-functions.php:389 -msgid "" -"Select the width of your content and sidebar(s). \n" -" \t\tThese are realtive dimmensions - relative to the user's browser. The " -"total width is a percentage of the browser's width.
      \n" -"\t While the content cannot be less than 40% wide, the sidebar area is at " -"least 20% and no more than 50%.
      \n" -"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " -"half the selected width." -msgstr "" - -#: admin/mantra-admin-functions.php:413 -msgid "" -"Select the header's height. After saving the settings go and upload your new " -"header image. The header's width will be equal to the Total Site Width = " -msgstr "" - -#: admin/mantra-admin-functions.php:426 admin/mantra-admin-functions.php:1117 -#: admin/mantra-admin-functions.php:1179 admin/mantra-admin-functions.php:1487 -#: admin/mantra-admin-functions.php:1549 admin/mantra-admin-functions.php:1742 -#: admin/mantra-admin-functions.php:1771 admin/mantra-admin-functions.php:1794 -#: admin/mantra-admin-functions.php:1809 admin/mantra-admin-functions.php:1850 -#: admin/mantra-admin-functions.php:1982 admin/mantra-admin-functions.php:1997 -#: admin/mantra-admin-functions.php:2012 admin/mantra-admin-functions.php:2027 -msgid "Enable" -msgstr "" - -#: admin/mantra-admin-functions.php:426 admin/mantra-admin-functions.php:1117 -#: admin/mantra-admin-functions.php:1179 admin/mantra-admin-functions.php:1487 -#: admin/mantra-admin-functions.php:1549 admin/mantra-admin-functions.php:1742 -#: admin/mantra-admin-functions.php:1771 admin/mantra-admin-functions.php:1794 -#: admin/mantra-admin-functions.php:1809 admin/mantra-admin-functions.php:1850 -#: admin/mantra-admin-functions.php:1982 admin/mantra-admin-functions.php:1997 -#: admin/mantra-admin-functions.php:2012 admin/mantra-admin-functions.php:2027 -msgid "Disable" -msgstr "" - -#: admin/mantra-admin-functions.php:434 -msgid "" -"Enable the presentation front-page. This will become your new home page and " -"it will replace whatever page you have selected as homepage. It has a slider " -"and columns for presentation\n" -"\t\ttext and images." -msgstr "" - -#: admin/mantra-admin-functions.php:443 -msgid "Slider Dimensions:" -msgstr "" - -#: admin/mantra-admin-functions.php:444 -msgid "width" -msgstr "" - -#: admin/mantra-admin-functions.php:445 -msgid "height" -msgstr "" - -#: admin/mantra-admin-functions.php:446 -msgid "" -"The dimensions of your slider. Make sure your images are of the same size." -msgstr "" - -#: admin/mantra-admin-functions.php:449 -msgid "Animation:" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "Random" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "Fold" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "Fade" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SlideInRight" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SlideInLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceDown" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceDownLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUp" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUpLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUpDown" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "SliceUpDownLeft" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRandom" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRain" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRainReverse" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRainGrow" -msgstr "" - -#: admin/mantra-admin-functions.php:451 -msgid "BoxRainGrowReverse" -msgstr "" - -#: admin/mantra-admin-functions.php:459 -msgid "The transition effect your slider will have." -msgstr "" - -#: admin/mantra-admin-functions.php:461 -msgid "Animation Time:" -msgstr "" - -#: admin/mantra-admin-functions.php:462 admin/mantra-admin-functions.php:466 -msgid "milliseconds (1000ms = 1 second) " -msgstr "" - -#: admin/mantra-admin-functions.php:463 -msgid "The time in which the transition animation will take place." -msgstr "" - -#: admin/mantra-admin-functions.php:465 -msgid "Pause Time:" -msgstr "" - -#: admin/mantra-admin-functions.php:467 -msgid "The time in which a slide will be still and visible." -msgstr "" - -#: admin/mantra-admin-functions.php:470 -msgid "Slider navigation:" -msgstr "" - -#: admin/mantra-admin-functions.php:472 -msgid "Numbers" -msgstr "" - -#: admin/mantra-admin-functions.php:472 -msgid "Bullets" -msgstr "" - -#: admin/mantra-admin-functions.php:472 admin/mantra-admin-functions.php:1393 -msgid "None" -msgstr "" - -#: admin/mantra-admin-functions.php:480 -msgid "Your slider navigation type. Shown under the slider." -msgstr "" - -#: admin/mantra-admin-functions.php:482 -msgid "Slider arrows:" -msgstr "" - -#: admin/mantra-admin-functions.php:484 -msgid "Always Visible" -msgstr "" - -#: admin/mantra-admin-functions.php:484 -msgid "Visible on Hover" -msgstr "" - -#: admin/mantra-admin-functions.php:484 -msgid "Hidden" -msgstr "" - -#: admin/mantra-admin-functions.php:492 -msgid "The Left and Right arrows on your slider" -msgstr "" - -#: admin/mantra-admin-functions.php:536 -msgid "Select Category" -msgstr "" - -#: admin/mantra-admin-functions.php:594 -msgid "Slide 1" -msgstr "" - -#: admin/mantra-admin-functions.php:598 admin/mantra-admin-functions.php:613 -#: admin/mantra-admin-functions.php:628 admin/mantra-admin-functions.php:643 -#: admin/mantra-admin-functions.php:658 admin/mantra-admin-functions.php:702 -#: admin/mantra-admin-functions.php:717 admin/mantra-admin-functions.php:732 -#: admin/mantra-admin-functions.php:747 -msgid "Upload or select image from gallery" -msgstr "" - -#: admin/mantra-admin-functions.php:599 admin/mantra-admin-functions.php:614 -#: admin/mantra-admin-functions.php:629 admin/mantra-admin-functions.php:644 -#: admin/mantra-admin-functions.php:659 admin/mantra-admin-functions.php:703 -#: admin/mantra-admin-functions.php:718 admin/mantra-admin-functions.php:748 -msgid "Title" -msgstr "" - -#: admin/mantra-admin-functions.php:601 admin/mantra-admin-functions.php:616 -#: admin/mantra-admin-functions.php:631 admin/mantra-admin-functions.php:646 -#: admin/mantra-admin-functions.php:661 admin/mantra-admin-functions.php:705 -#: admin/mantra-admin-functions.php:720 admin/mantra-admin-functions.php:735 -#: admin/mantra-admin-functions.php:750 -msgid "Text" -msgstr "" - -#: admin/mantra-admin-functions.php:609 -msgid "Slide 2" -msgstr "" - -#: admin/mantra-admin-functions.php:624 -msgid "Slide 3" -msgstr "" - -#: admin/mantra-admin-functions.php:639 -msgid "Slide 4" -msgstr "" - -#: admin/mantra-admin-functions.php:654 -msgid "Slide 5" -msgstr "" - -#: admin/mantra-admin-functions.php:667 -msgid "" -"Your slides' content. Only the image is required, all other fields are " -"optional. Only the slides with an image selected will become acitve and " -"visible in the live slider." -msgstr "" - -#: admin/mantra-admin-functions.php:678 -msgid "Number of columns:" -msgstr "" - -#: admin/mantra-admin-functions.php:688 -msgid "Image Height:" -msgstr "" - -#: admin/mantra-admin-functions.php:691 -msgid "Read more text:" -msgstr "" - -#: admin/mantra-admin-functions.php:694 -msgid "" -"The linked text that appears at the bottom of all the columns. You can " -"delete all text inside if you don't want it." -msgstr "" - -#: admin/mantra-admin-functions.php:698 -msgid "1st Column" -msgstr "" - -#: admin/mantra-admin-functions.php:713 -msgid "2nd Column" -msgstr "" - -#: admin/mantra-admin-functions.php:728 -msgid "3rd Column" -msgstr "" - -#: admin/mantra-admin-functions.php:743 -msgid "4th Column" -msgstr "" - -#: admin/mantra-admin-functions.php:766 -msgid "Extra Text" -msgstr "" - -#: admin/mantra-admin-functions.php:766 -msgid "Top Title" -msgstr "" - -#: admin/mantra-admin-functions.php:768 -msgid "Second Title" -msgstr "" - -#: admin/mantra-admin-functions.php:771 -msgid "Title color" -msgstr "" - -#: admin/mantra-admin-functions.php:774 -msgid "The titles' color (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:776 -msgid "Bottom Text 1" -msgstr "" - -#: admin/mantra-admin-functions.php:778 -msgid "Bottom Text 2" -msgstr "" - -#: admin/mantra-admin-functions.php:781 -msgid "" -"More text for your front page. The top title is above the slider, the second " -"title between the slider and the columns and 2 more rows of text under the " -"columns.\n" -"\t\t It's all optional so leave any input field empty if it's not required. " -msgstr "" - -#: admin/mantra-admin-functions.php:787 -msgid "Hide areas" -msgstr "" - -#: admin/mantra-admin-functions.php:800 -msgid "Hide the header area (image or background color)." -msgstr "" - -#: admin/mantra-admin-functions.php:804 -msgid "Hide the main menu (the top navigation tabs)." -msgstr "" - -#: admin/mantra-admin-functions.php:808 -msgid "Hide the footer widgets. " -msgstr "" - -#: admin/mantra-admin-functions.php:812 -msgid "Hide the footer (copyright area)." -msgstr "" - -#: admin/mantra-admin-functions.php:816 -msgid "Hide the white color. Only the background color remains." -msgstr "" - -#: admin/mantra-admin-functions.php:820 -msgid "Choose the areas to hide on the first page." -msgstr "" - -#: admin/mantra-admin-functions.php:851 -msgid "" -"Select the font size you'll use in your blog. Pages, posts and comments will " -"be affected. Buttons, Headers and Side menus will remain the same." -msgstr "" - -#: admin/mantra-admin-functions.php:895 -msgid "" -"Select the font family you'll use in your blog. All content text will be " -"affected (including menu buttons). " -msgstr "" - -#: admin/mantra-admin-functions.php:896 admin/mantra-admin-functions.php:945 -#: admin/mantra-admin-functions.php:996 admin/mantra-admin-functions.php:1047 -msgid "" -"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." -msgstr "" - -#: admin/mantra-admin-functions.php:943 -msgid "" -"Select the font family you want for your titles. It will affect post titles " -"and page titles. Leave 'Default' and the general font you selected will be " -"used." -msgstr "" - -#: admin/mantra-admin-functions.php:994 -msgid "" -"Select the font family you want your sidebar(s) to have. Text in sidebars " -"will be affected, including any widgets. Leave 'Default' and the general " -"font you selected will be used." -msgstr "" - -#: admin/mantra-admin-functions.php:1045 -msgid "" -"Select the font family you want your subheaders to have (h2 - h6 tags will " -"be affected). Leave 'Default' and the general font you selected will be used." -msgstr "" - -#: admin/mantra-admin-functions.php:1057 admin/mantra-admin-functions.php:1072 -#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1132 -#: admin/mantra-admin-functions.php:1147 admin/mantra-admin-functions.php:1162 -msgid "Default" -msgstr "" - -#: admin/mantra-admin-functions.php:1065 -msgid "" -"Post Header Font size. Leave 'Default' for normal settings (size value will " -"be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1080 -msgid "" -"Sidebar Font size. Leave 'Default' for normal settings (size value will be " -"as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1825 -msgid "Left" -msgstr "" - -#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1825 -msgid "Right" -msgstr "" - -#: admin/mantra-admin-functions.php:1087 -msgid "Justify" -msgstr "" - -#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1825 -msgid "Center" -msgstr "" - -#: admin/mantra-admin-functions.php:1095 -msgid "" -"This overwrites the text alignment in posts and pages. Leave 'Default' for " -"normal settings (alignment will remain as declared in posts, comments etc.)." -msgstr "" - -#: admin/mantra-admin-functions.php:1109 -msgid "Choose the indent for your paragraphs." -msgstr "" - -#: admin/mantra-admin-functions.php:1125 -msgid "Disable the default header and title indent (left margin)." -msgstr "" - -#: admin/mantra-admin-functions.php:1140 -msgid "" -"Text line height. The height between 2 rows of text. Leave 'Default' for " -"normal settings (size value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1155 -msgid "" -"The space between words. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1170 -msgid "" -"The space between letters. Leave 'Default' for normal settings (size " -"value will be as set in the CSS)." -msgstr "" - -#: admin/mantra-admin-functions.php:1187 -msgid "Disable the default text shadow on headers and titles." -msgstr "" - -#: admin/mantra-admin-functions.php:1199 -msgid "Background color (Default value is 444444)." -msgstr "" - -#: admin/mantra-admin-functions.php:1207 -msgid "" -"Header background color (Default value is 333333). You can delete all inside " -"text for no background color." -msgstr "" - -#: admin/mantra-admin-functions.php:1215 -msgid "Footer widget-area background color. (Default value is 171717)." -msgstr "" - -#: admin/mantra-admin-functions.php:1223 -msgid "Footer background color (Default value is 222222)." -msgstr "" - -#: admin/mantra-admin-functions.php:1231 -msgid "Your blog's title color (Default value is 0D85CC)." -msgstr "" - -#: admin/mantra-admin-functions.php:1239 -msgid "Your blog's description color(Default value is 222222)." -msgstr "" - -#: admin/mantra-admin-functions.php:1247 -msgid "Content Text Color (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:1255 -msgid "Links color (Default value is 0D85CC)." -msgstr "" - -#: admin/mantra-admin-functions.php:1263 -msgid "Links color on mouse over (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:1271 -msgid "Post Header Text Color (Default value is 333333)." -msgstr "" - -#: admin/mantra-admin-functions.php:1279 -msgid "Post Header Text Color on Mouse over (Default value is 000000)." -msgstr "" - -#: admin/mantra-admin-functions.php:1287 -msgid "Sidebar Header Background color (Default value is 444444)." -msgstr "" - -#: admin/mantra-admin-functions.php:1296 -msgid "Sidebar Header Text Color(Default value is 2EA5FD)." -msgstr "" - -#: admin/mantra-admin-functions.php:1304 -msgid "Footer Widget Text Color (Default value is 0D85CC)." -msgstr "" - -#: admin/mantra-admin-functions.php:1312 -msgid "Footer Widget Link Color (Default value is 666666)." -msgstr "" - -#: admin/mantra-admin-functions.php:1320 -msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." -msgstr "" - -#: admin/mantra-admin-functions.php:1332 admin/mantra-admin-functions.php:1393 -msgid "White" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Light" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Light Gray" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 admin/mantra-admin-functions.php:1393 -msgid "Gray" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Dark Gray" -msgstr "" - -#: admin/mantra-admin-functions.php:1332 -msgid "Black" -msgstr "" - -#: admin/mantra-admin-functions.php:1340 -msgid "" -"This setting changes the look of your captions. Images that are not inserted " -"through captions will not be affected." -msgstr "" - -#: admin/mantra-admin-functions.php:1356 -msgid "The border around your inserted images. " -msgstr "" - -#: admin/mantra-admin-functions.php:1371 -msgid "The image on top of your captions. " -msgstr "" - -#: admin/mantra-admin-functions.php:1386 -msgid "The sidebar list bullets. " -msgstr "" - -#: admin/mantra-admin-functions.php:1401 -msgid "" -"The background for your post-metas area (under your post tiltes). Gray by " -"default.<" -msgstr "" - -#: admin/mantra-admin-functions.php:1409 admin/mantra-admin-functions.php:1425 -#: admin/mantra-admin-functions.php:1442 admin/mantra-admin-functions.php:1457 -#: admin/mantra-admin-functions.php:1472 admin/mantra-admin-functions.php:1502 -#: admin/mantra-admin-functions.php:1517 admin/mantra-admin-functions.php:1533 -#: admin/mantra-admin-functions.php:1576 admin/mantra-admin-functions.php:1591 -#: admin/mantra-admin-functions.php:1606 admin/mantra-admin-functions.php:1621 -#: admin/mantra-admin-functions.php:1636 admin/mantra-admin-functions.php:1651 -#: admin/mantra-admin-functions.php:1666 -msgid "Show" -msgstr "" - -#: admin/mantra-admin-functions.php:1409 admin/mantra-admin-functions.php:1425 -#: admin/mantra-admin-functions.php:1442 admin/mantra-admin-functions.php:1457 -#: admin/mantra-admin-functions.php:1472 admin/mantra-admin-functions.php:1502 -#: admin/mantra-admin-functions.php:1533 admin/mantra-admin-functions.php:1576 -#: admin/mantra-admin-functions.php:1591 admin/mantra-admin-functions.php:1606 -#: admin/mantra-admin-functions.php:1621 admin/mantra-admin-functions.php:1636 -#: admin/mantra-admin-functions.php:1651 admin/mantra-admin-functions.php:1666 -msgid "Hide" -msgstr "" - -#: admin/mantra-admin-functions.php:1417 -msgid "Hide or show a horizontal rule to separate posts." -msgstr "" - -#: admin/mantra-admin-functions.php:1433 -msgid "" -"Hide or show bullets next to lists that are in your content area (posts, " -"pages etc.)." -msgstr "" - -#: admin/mantra-admin-functions.php:1450 -msgid "" -"Hide or show your blog's Title and Description in the header (recommended if " -"you have a custom header image with text)." -msgstr "" - -#: admin/mantra-admin-functions.php:1465 -msgid "Hide or show Page titles on any created pages. " -msgstr "" - -#: admin/mantra-admin-functions.php:1480 -msgid "Hide or show Page titles on Category Pages. " -msgstr "" - -#: admin/mantra-admin-functions.php:1495 -msgid "Hide table borders and background color." -msgstr "" - -#: admin/mantra-admin-functions.php:1510 -msgid "" -"Hide the explanatory text under the comments form. (starts with You may " -"use these HTML tags and attributes:...)." -msgstr "" - -#: admin/mantra-admin-functions.php:1517 -msgid "Hide in posts" -msgstr "" - -#: admin/mantra-admin-functions.php:1517 -msgid "Hide in pages" -msgstr "" - -#: admin/mantra-admin-functions.php:1517 -msgid "Hide everywhere" -msgstr "" - -#: admin/mantra-admin-functions.php:1525 -msgid "" -"Hide the Comments are closed text that by default shows up on pages " -"or posts with the comments disabled." -msgstr "" - -#: admin/mantra-admin-functions.php:1541 -msgid "" -"Hide the Comments off text next to posts that have comments disabled." -msgstr "" - -#: admin/mantra-admin-functions.php:1557 -msgid "" -"Enable the Back to Top button. The button appears after scrolling the page " -"down." -msgstr "" - -#: admin/mantra-admin-functions.php:1564 -msgid "" -"Insert custom text or HTML code that will appear last in you footer.
      " -"You can use HTML to insert links, images and special characters like © ." -msgstr "" - -#: admin/mantra-admin-functions.php:1584 -msgid "Hide or show the post date." -msgstr "" - -#: admin/mantra-admin-functions.php:1599 -msgid "" -"Show the post time with the date. Time will not be visible if the Post Date " -"is hidden." -msgstr "" - -#: admin/mantra-admin-functions.php:1614 -msgid "Hide or show the post author." -msgstr "" - -#: admin/mantra-admin-functions.php:1629 -msgid "Hide the post category." -msgstr "" - -#: admin/mantra-admin-functions.php:1644 -msgid "Hide the post tags." -msgstr "" - -#: admin/mantra-admin-functions.php:1659 -msgid "Hide the 'Bookmark permalink'." -msgstr "" - -#: admin/mantra-admin-functions.php:1674 -msgid "Hide all the post metas. All meta info and meta areas will be hidden." -msgstr "" - -#: admin/mantra-admin-functions.php:1687 admin/mantra-admin-functions.php:1702 -#: admin/mantra-admin-functions.php:1718 -msgid "Excerpt" -msgstr "" - -#: admin/mantra-admin-functions.php:1687 admin/mantra-admin-functions.php:1702 -#: admin/mantra-admin-functions.php:1718 -msgid "Full Post" -msgstr "" - -#: admin/mantra-admin-functions.php:1695 -msgid "" -"Excerpts on the main page. Only standard posts will be affected. All other " -"post formats (aside, image, chat, quote etc.) have their specific formating." -msgstr "" - -#: admin/mantra-admin-functions.php:1710 -msgid "" -"Choose if you want the sticky posts on your home page to be visible in full " -"or just the excerpts. " -msgstr "" - -#: admin/mantra-admin-functions.php:1726 -msgid "" -"Excerpts on archive, categroy and search pages. Same as above, only standard " -"posts will be affected." -msgstr "" - -#: admin/mantra-admin-functions.php:1734 -msgid "" -"The number of words an excerpt will have. When that number is reached the " -"post will be interrupted by a Continue reading link that\n" -"\t\t\t\t\t\t\twill take the reader to the full post page." -msgstr "" - -#: admin/mantra-admin-functions.php:1750 -msgid "" -"Enable the Magazine Layout. This layout applies to pages with posts and " -"shows 2 posts per row." -msgstr "" - -#: admin/mantra-admin-functions.php:1757 -msgid "" -"Replaces the three dots ('[...])' that are appended automatically to " -"excerpts." -msgstr "" - -#: admin/mantra-admin-functions.php:1764 -msgid "Edit the 'Continue Reading' link added to your post excerpts." -msgstr "" - -#: admin/mantra-admin-functions.php:1779 -msgid "By default WordPress excerpts remove all HTML tags (" -msgstr "" - -#: admin/mantra-admin-functions.php:1802 -msgid "" -"Show featured images as thumbnails on posts. The images must be selected for " -"each post in the Featured Image section." -msgstr "" - -#: admin/mantra-admin-functions.php:1817 -msgid "" -"Show the first image that you inserted in a post as a thumbnail. If you " -"enable this option, the first image in your post will be used even if you " -"selected a Featured Image in you post." -msgstr "" - -#: admin/mantra-admin-functions.php:1833 -msgid "Thumbnail alignment." -msgstr "" - -#: admin/mantra-admin-functions.php:1842 -msgid "The size you want the thumbnails to have (in pixels)." -msgstr "" - -#: admin/mantra-admin-functions.php:1858 -msgid "" -"Show featured images on headers. The header will be replaced with a featured " -"image if you selected it as a Featured Image in the post and\n" -"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " -"size." -msgstr "" - -#: admin/mantra-admin-functions.php:1882 -msgid "" -"Select your desired Social network from the left dropdown menu and insert " -"your corresponding address in the right input field. (ex: http://www." -"facebook.com/yourname )" -msgstr "" - -#: admin/mantra-admin-functions.php:1896 -msgid "You can insert up to 5 different social sites and addresses." -msgstr "" - -#: admin/mantra-admin-functions.php:1910 -msgid "There are a total of 27 social networks to choose from. " -msgstr "" - -#: admin/mantra-admin-functions.php:1924 -msgid "You can leave any number of inputs empty. " -msgstr "" - -#: admin/mantra-admin-functions.php:1938 -msgid "You can choose the same social media any number of times. " -msgstr "" - -#: admin/mantra-admin-functions.php:1969 -msgid "Choose the areas where to display the social icons." -msgstr "" - -#: admin/mantra-admin-functions.php:1990 -msgid "" -"Make the site header into a clickable link that links to your index page." -msgstr "" - -#: admin/mantra-admin-functions.php:2005 -msgid "" -"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " -"navigation that keeps track of your location withtin the site." -msgstr "" - -#: admin/mantra-admin-functions.php:2020 -msgid "" -"Show numbered pagination. Where there is more than one page, instead of the " -"bottom Older Posts and Newer posts links you have a numbered " -"pagination. " -msgstr "" - -#: admin/mantra-admin-functions.php:2035 -msgid "" -"Enable the mobile view and make Mantra responsive. The layout and look of " -"your blog will change depending on what device and what resolution it is " -"viewed in. " -msgstr "" - -#: admin/mantra-admin-functions.php:2045 -msgid "Upload or select favicon from gallery" -msgstr "" - -#: admin/mantra-admin-functions.php:2049 -msgid "" -"Limitations: It has to be an image. It should be max 64x64 pixels in " -"dimensions. Recommended file extensions .ico and .png . " -msgstr "" - -#: admin/mantra-admin-functions.php:2057 -msgid "" -"Insert your custom CSS here. Any CSS declarations made here will overwrite " -"Mantra's (even the custom options specified right here in the Mantra " -"Settings page).
      Your custom CSS will be preserved when updating the " -"theme." -msgstr "" - -#: admin/mantra-admin-functions.php:2075 -msgid "Sorry, but you do not have sufficient permissions to access this page." -msgstr "抱歉,您没有足够的ćťé™č®żé—®ć­¤éˇµéť˘ă€‚" - -#: admin/mantra-admin-functions.php:2085 -msgid "Mantra settings updated successfully." -msgstr "" - -#: admin/mantra-admin-functions.php:2099 -msgid "Reset to Defaults" -msgstr "" - -#: admin/mantra-admin-functions.php:2100 -msgid "Save Changes" -msgstr "" - -#: admin/mantra-admin-functions.php:2114 -msgid "" -"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " -"spend night after night improving the Mantra Theme. We fix a lot of bugs " -"(that we previously created); we add more and more customization options " -"while also trying to keep things as simple as possible; then... we might " -"play a game or two but rest assured that we return to read and (in most " -"cases) reply to your late night emails and comments, take notes and draw " -"dashboards of things to implement in future versions.

      \n" -"

      So you might ask yourselves: How do they do it? How can they keep so " -"fresh after all that hard labor for that darned theme? Well folks, it's " -"simple. We drink coffee. Industrial quantities of hot boiling coffee. We " -"love it! So if you want to help with the further development of the Mantra " -"Theme...

      " -msgstr "" - -#: admin/mantra-admin-functions.php:2131 -msgid "Import/Export Settings" -msgstr "" - -#: admin/mantra-admin-functions.php:2137 -msgid "Export Theme options" -msgstr "" - -#: admin/mantra-admin-functions.php:2138 -msgid "" -"It's that easy: a mouse click away - the ability to export your Mantra " -"settings and save them on your computer. Feeling safer? You should!" -msgstr "" - -#: admin/mantra-admin-functions.php:2143 -msgid "Import Theme options" -msgstr "" - -#: admin/mantra-admin-functions.php:2144 -msgid "" -" Without the import, the export would just be a fool's exercise. Make sure " -"you have the exported file ready and see you after the mouse click." -msgstr "" - -#: admin/mantra-admin-functions.php:2152 -msgid "Mantra Latest News" -msgstr "" - -#: admin/mantra-admin-functions.php:2163 -msgid "No news items." -msgstr "" - -#: admin/mantra-admin-functions.php:2177 -msgid "Mantra Help" -msgstr "" - -#: admin/mantra-admin-functions.php:2180 -msgid "" -"\n" -"\t\t\t
        \n" -"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" -"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " -"version?
      • \n" -"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " -"expected?
      • \n" -"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " -"your needs?
      • \n" -"\t\t\t\t
      • - Want a setting implemented?
      • \n" -"\t\t\t\t
      • - Do you have or would you like to make a translation of the " -"Mantra Theme?
      • \n" -"\t\t\t
      \n" -"\t\t\t

      Then come visit us at Mantra's support page.

      \n" -"\t" -msgstr "" - -#: admin/mantra-admin-functions.php:2191 -msgid "Mantra Support Page" -msgstr "" +msgid "" +msgstr "" +"Project-Id-Version: Mantra International\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-06-12 12:43+0200\n" +"PO-Revision-Date: 2012-09-11 21:11+0800\n" +"Last-Translator: 林轩立 \n" +"Language-Team: Cryout Creations \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;_x;_ex;_nx;" +"esc_attr__;esc_attr_e;_n_noop;_nx_noop\n" +"X-Poedit-Basepath: ..\n" +"Plural-Forms: nplurals=2;plural=n>1\n" +"X-Poedit-SearchPath-0: .\n" + +#: 404.php:17 +msgid "Not Found" +msgstr "什äąé˝ć˛ˇćś‰" + +#: 404.php:19 +msgid "" +"Apologies, but the page you requested could not be found. Perhaps searching " +"will help." +msgstr "抱歉,您请求的页面无法找ĺ°ă€‚也许可以使用ćśç´˘ĺŠźč˝ĺŻ»ć‰ľć‚¨ć„źĺ…´č¶Łçš„内容。" + +#: archive.php:25 +#, php-format +msgid "Daily Archives: %s" +msgstr "日度归档: %s" + +#: archive.php:27 +#, php-format +msgid "Monthly Archives: %s" +msgstr "ćśĺş¦ĺ˝’档: %s" + +#: archive.php:27 +msgid "F Y" +msgstr "F Y" + +#: archive.php:29 +#, php-format +msgid "Yearly Archives: %s" +msgstr "年度归档: %s" + +#: archive.php:29 +msgid "Y" +msgstr "Y" + +#: archive.php:31 +msgid "Blog Archives" +msgstr "博客归档" + +#: archive.php:57 author.php:74 category.php:50 front-page.php:83 +msgid "Nothing Found" +msgstr "什äąé˝ć˛ˇć‰ľĺ°" + +#: archive.php:61 author.php:78 category.php:54 front-page.php:87 +msgid "" +"Apologies, but no results were found for the requested archive. Perhaps " +"searching will help find a related post." +msgstr "抱歉,未找ĺ°ć‚¨ćśç´˘çš„文章。也许您可以换个关键词试试。" + +#: attachment.php:18 +#, php-format +msgid "Return to %s" +msgstr "ĺ›žĺ° %s" + +#: attachment.php:29 +msgid "By" +msgstr "ç”±" + +#: attachment.php:33 +#, php-format +msgid "View all posts by %s" +msgstr "查看所有由 %s 发ĺ¸çš„文章" + +#: attachment.php:40 +msgid "Published" +msgstr "已发表" + +#: attachment.php:50 +#, php-format +msgid "Full size is %s pixels" +msgstr "完整图片大小为 %s ĺŹç´ " + +#: attachment.php:53 +msgid "Link to full-size image" +msgstr "查看完整图片" + +#: attachment.php:60 attachment.php:107 content-aside.php:48 +#: content-chat.php:48 content-gallery.php:64 content-image.php:41 +#: content-link.php:48 content-quote.php:46 content-status.php:47 +#: content.php:85 front-page.php:42 +msgid "Edit" +msgstr "编辑" + +#: attachment.php:100 +msgid "Continue reading" +msgstr "继续é…读" + +#: attachment.php:101 content-aside.php:39 content-chat.php:37 +#: content-gallery.php:54 content-image.php:32 content-link.php:37 +#: content-quote.php:36 content-status.php:38 content.php:57 content.php:74 +#: front-page.php:41 +msgid "Pages:" +msgstr "页ç :" + +#: author.php:28 +#, php-format +msgid "Author Archives: %s" +msgstr "作者归档: %s" + +#: author.php:49 +#, php-format +msgid "About %s" +msgstr "关于 %s" + +#: category.php:19 +#, php-format +msgid "Category Archives: %s" +msgstr "ĺ†ç±»ĺ­ćˇŁ %s" + +#: comments.php:18 +msgid "" +"This post is password protected. Enter the password to view any comments." +msgstr "此文章由密ç äżťćŠ¤ă€‚输入密ç ä»ĄćźĄçś‹ć‰€ćś‰čŻ„论。" + +#: comments.php:35 +#, php-format +msgid "One Response to %2$s" +msgid_plural "%1$s Responses to %2$s" +msgstr[0] "%2$s 有一个回复" +msgstr[1] "%2$s 有 %1$s 个回复" + +#: comments.php:41 comments.php:60 +msgid "Older Comments" +msgstr "čľć—§çš„评论" + +#: comments.php:42 comments.php:61 +msgid "Newer Comments" +msgstr "čľć–°çš„评论" + +#: comments.php:72 front-page.php:47 +msgid "Comments are closed." +msgstr "评论功č˝ĺ·˛ĺ…łé—­ă€‚" + +#: content-aside.php:16 content-chat.php:16 content-gallery.php:16 +#: content-gallery.php:48 content-image.php:15 content-link.php:16 +#: content-quote.php:14 content-status.php:15 content.php:24 content.php:28 +#, php-format +msgid "Permalink to %s" +msgstr "至 %s 的永久链接" + +#: content-aside.php:21 +msgid "Aside" +msgstr "标准" + +#: content-aside.php:38 content-chat.php:36 content-gallery.php:32 +#: content-image.php:31 content-link.php:36 content-quote.php:35 +#: content-status.php:37 +msgid "Continue reading " +msgstr "继续é…读 " + +#: content-aside.php:46 content-chat.php:44 content-gallery.php:61 +#: content-image.php:38 content-link.php:44 content-quote.php:43 +#: content-status.php:45 content.php:83 +msgid "Tagged" +msgstr "标签:" + +#: content-chat.php:20 +msgid "Chat" +msgstr "čŠĺ¤©" + +#: content-gallery.php:20 +msgid "Gallery" +msgstr "相册" + +#: content-gallery.php:47 +#, php-format +msgid "This gallery contains %2$s photo." +msgid_plural "This gallery contains %2$s photos." +msgstr[0] "čŻĄç›¸ĺ†Śĺ« %2$s 张照片。" +msgstr[1] "čŻĄç›¸ĺ†Śĺ« %2$s 张照片。" + +#: content-image.php:19 +msgid "Image" +msgstr "图ĺŹ" + +#: content-link.php:20 +msgid "Link" +msgstr "链接" + +#: content-quote.php:19 +msgid "Quote" +msgstr "引语" + +#: content-status.php:29 +msgid "Status" +msgstr "状ć€" + +#: content.php:33 +msgid "Featured" +msgstr "推čŤ" + +#: footer.php:43 +msgid "Semantic Personal Publishing Platform" +msgstr "个人信ćŻĺŹ‘ĺ¸ĺąłĺŹ°" + +#: functions.php:193 +msgid "Primary Navigation" +msgstr "" + +#: functions.php:194 +msgid "Top Navigation" +msgstr "" + +#: functions.php:195 +msgid "Footer Navigation" +msgstr "" + +#: functions.php:236 +msgid "mantra" +msgstr "mantra" + +#: functions.php:414 +msgid "says:" +msgstr "说:" + +#: functions.php:420 +msgid "Your comment is awaiting moderation." +msgstr "您的评论正在审核中。" + +#: functions.php:427 +msgid "at" +msgstr "于" + +#: functions.php:427 functions.php:444 +msgid "(Edit)" +msgstr "(编辑)" + +#: functions.php:444 +msgid "Pingback: " +msgstr "引用通告:" + +#: functions.php:463 +msgid "Primary Widget Area - Sidebar 1" +msgstr "" + +#: functions.php:465 +msgid "Primary widget area - Sidebar 1" +msgstr "" + +#: functions.php:474 +msgid "Secondary Widget Area - Sidebar 1" +msgstr "" + +#: functions.php:476 +msgid "Secondary widget area - Sidebar 1" +msgstr "" + +#: functions.php:485 +msgid "Third Widget Area - Sidebar 2" +msgstr "" + +#: functions.php:487 +msgid "Third widget area - Sidebar 2" +msgstr "" + +#: functions.php:496 +msgid "Fourth Widget Area - Sidebar 2" +msgstr "" + +#: functions.php:498 +msgid "Fourth widget area - Sidebar 2" +msgstr "" + +#: functions.php:507 +msgid "First Footer Widget Area" +msgstr "" + +#: functions.php:509 +msgid "First footer widget area" +msgstr "" + +#: functions.php:518 +msgid "Second Footer Widget Area" +msgstr "" + +#: functions.php:520 +msgid "Second footer widget area" +msgstr "" + +#: functions.php:529 +msgid "Third Footer Widget Area" +msgstr "" + +#: functions.php:531 +msgid "The third footer widget area" +msgstr "" + +#: functions.php:540 +msgid "Fourth Footer Widget Area" +msgstr "" + +#: functions.php:542 +msgid "The fourth footer widget area" +msgstr "" + +#: functions.php:582 +msgid "By " +msgstr "ç”±:" + +#: functions.php:593 +msgid "Leave a comment" +msgstr "发表评论" + +#: functions.php:593 +msgid "1 Comment" +msgstr "1 个评论" + +#: functions.php:593 +msgid "% Comments" +msgstr "% 个评论" + +#: functions.php:613 +msgid " Bookmark the " +msgstr "添加书签:" + +#: functions.php:613 functions.php:615 functions.php:617 +msgid "Permalink to" +msgstr "永久链接" + +#: functions.php:613 functions.php:615 functions.php:617 +msgid "permalink" +msgstr "永久链接:" + +#: functions.php:615 functions.php:617 +msgid "Bookmark the " +msgstr "添加书签:" + +#: functions.php:639 +msgid "« Older posts" +msgstr "« čľć—§ć–‡ç« " + +#: functions.php:640 +msgid "Newer posts »" +msgstr "čľć–°ć–‡ç«  »" + +#: functions.php:836 +#, php-format +msgid "Page %s" +msgstr "第 %s 页" + +#: functions.php:972 +msgid "" +"Before you can upload your import file, you will need to fix the following " +"error:" +msgstr "请在上传文件前修复以下错误:" + +#: functions.php:980 +msgid "Import Mantra Theme Options" +msgstr "" + +#: functions.php:982 +msgid "" +"Hi! This is where you import the Mantra settings. Please remember that " +"this is still an experimental feature." +msgstr "" + +#: functions.php:984 +msgid "Just choose a file from your computer:" +msgstr "" + +#: functions.php:986 +#, php-format +msgid "Maximum size: %s" +msgstr "" + +#: functions.php:992 +msgid "And import!" +msgstr "" + +#: functions.php:1054 +msgid "Import Mantra Theme Options " +msgstr "" + +#: functions.php:1057 +msgid "Great! The options have been imported!" +msgstr "" + +#: functions.php:1058 +msgid "Go back to the Mantra options page and check them out!" +msgstr "" + +#: functions.php:1061 functions.php:1067 functions.php:1073 +msgid "Oops, there's a small problem." +msgstr "" + +#: functions.php:1062 +msgid "" +"The uploaded file does not contain valid Mantra options. Make sure the file " +"is exported from the Mantra Options page." +msgstr "" + +#: functions.php:1068 +msgid "The uploaded file could not be read." +msgstr "" + +#: functions.php:1074 +msgid "" +"The uploaded file is not supported. Make sure the file was exported from the " +"Mantra page and that it is a text file." +msgstr "" + +#: functions.php:1083 +msgid "" +"Oops! The file is empty or there was no file. This error could also be " +"caused by uploads being disabled in your php.ini or by post_max_size being " +"defined as smaller than upload_max_filesize in php.ini." +msgstr "" + +#: functions.php:1089 +msgid "ERROR: You are not authorised to perform that operation" +msgstr "错误: 您未被ćŽćťčż›čˇŚć­¤ć“Ťä˝śă€‚" + +#: header.php:104 +msgid "Skip to content" +msgstr "跳转至内容" + +#: search.php:19 +#, php-format +msgid "Search Results for: %s" +msgstr "%s çš„ćśç´˘ç»“ćžś" + +#: search.php:38 +#, php-format +msgid "No search results for: %s" +msgstr "没有 %s çš„ćśç´˘ç»“ćžś" + +#: sidebar.php:34 +msgid "Archives" +msgstr "档ćˇ" + +#: sidebar.php:41 +msgid "Meta" +msgstr "ĺ…" + +#: single.php:18 single.php:58 +msgid "Previous post link" +msgstr "上一篇文章" + +#: single.php:19 single.php:59 +msgid "Next post link" +msgstr "下一篇文章" + +#: single.php:44 +msgid "View all posts by " +msgstr "查看所有文章:" + +#: tag.php:20 +#, php-format +msgid "Tag Archives: %s" +msgstr "标签归档: %s" + +#: admin/mantra-admin-functions.php:31 +msgid "Layout Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:32 +msgid "Presentation Page" +msgstr "" + +#: admin/mantra-admin-functions.php:33 +msgid "Text Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:34 +msgid "Color Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:35 +msgid "Graphics Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:36 +msgid "Post Information Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:37 +msgid "Post Excerpt Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:38 +msgid "Featured Image Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:39 +msgid "Social Media Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:40 +msgid "Miscellaneous Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:42 +msgid "Main Layout" +msgstr "" + +#: admin/mantra-admin-functions.php:43 +msgid "Content / Sidebar Width" +msgstr "" + +#: admin/mantra-admin-functions.php:44 +msgid "Header Image Height" +msgstr "" + +#: admin/mantra-admin-functions.php:46 +msgid "Enable Presentation Page" +msgstr "" + +#: admin/mantra-admin-functions.php:47 +msgid "Slider Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:48 +msgid "Slides" +msgstr "" + +#: admin/mantra-admin-functions.php:49 +msgid "Presentation Page Columns" +msgstr "" + +#: admin/mantra-admin-functions.php:50 +msgid "Extras" +msgstr "" + +#: admin/mantra-admin-functions.php:52 +msgid "General Font" +msgstr "" + +#: admin/mantra-admin-functions.php:53 +msgid "General Font Size" +msgstr "" + +#: admin/mantra-admin-functions.php:54 +msgid "Post Title Font " +msgstr "" + +#: admin/mantra-admin-functions.php:55 +msgid "Post Title Font Size" +msgstr "" + +#: admin/mantra-admin-functions.php:56 +msgid "Sidebar Font" +msgstr "" + +#: admin/mantra-admin-functions.php:57 +msgid "SideBar Font Size" +msgstr "" + +#: admin/mantra-admin-functions.php:58 +msgid "Sub-Headers Font" +msgstr "" + +#: admin/mantra-admin-functions.php:59 +msgid "Force Text Align" +msgstr "" + +#: admin/mantra-admin-functions.php:60 +msgid "Paragraph indent" +msgstr "" + +#: admin/mantra-admin-functions.php:61 +msgid "Header indent" +msgstr "" + +#: admin/mantra-admin-functions.php:62 +msgid "Line Height" +msgstr "" + +#: admin/mantra-admin-functions.php:63 +msgid "Word spacing" +msgstr "" + +#: admin/mantra-admin-functions.php:64 +msgid "Letter spacing" +msgstr "" + +#: admin/mantra-admin-functions.php:65 +msgid "Text shadow" +msgstr "" + +#: admin/mantra-admin-functions.php:67 +msgid "Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:68 +msgid "Header (Banner and Menu) Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:70 +msgid "Site Title Color" +msgstr "" + +#: admin/mantra-admin-functions.php:71 +msgid "Site Description Color" +msgstr "" + +#: admin/mantra-admin-functions.php:73 +msgid "Content Text Color" +msgstr "" + +#: admin/mantra-admin-functions.php:74 +msgid "Links Color" +msgstr "" + +#: admin/mantra-admin-functions.php:75 +msgid "Links Hover Color" +msgstr "" + +#: admin/mantra-admin-functions.php:76 +msgid "Post Title Color" +msgstr "" + +#: admin/mantra-admin-functions.php:77 +msgid "Post Title Hover Color" +msgstr "" + +#: admin/mantra-admin-functions.php:78 +msgid "Sidebar Header Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:79 +msgid "Sidebar Header Text Color" +msgstr "" + +#: admin/mantra-admin-functions.php:80 +msgid "Footer Widget Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:81 +msgid "Footer Background Color" +msgstr "" + +#: admin/mantra-admin-functions.php:82 +msgid "Footer Widget Header Text Color" +msgstr "" + +#: admin/mantra-admin-functions.php:83 +msgid "Footer Widget Link Color" +msgstr "" + +#: admin/mantra-admin-functions.php:84 +msgid "Footer Widget Hover Color" +msgstr "" + +#: admin/mantra-admin-functions.php:86 +msgid "Caption Border" +msgstr "" + +#: admin/mantra-admin-functions.php:87 +msgid "Post Images Border" +msgstr "" + +#: admin/mantra-admin-functions.php:88 +msgid "Caption Pin" +msgstr "" + +#: admin/mantra-admin-functions.php:89 +msgid "Sidebar Menu Bullets" +msgstr "" + +#: admin/mantra-admin-functions.php:90 +msgid "Meta Area Background" +msgstr "" + +#: admin/mantra-admin-functions.php:91 +msgid "Post Separator" +msgstr "" + +#: admin/mantra-admin-functions.php:92 +msgid "Content List Bullets" +msgstr "" + +#: admin/mantra-admin-functions.php:93 +msgid "Title and Description" +msgstr "" + +#: admin/mantra-admin-functions.php:94 +msgid "Page Titles" +msgstr "" + +#: admin/mantra-admin-functions.php:95 +msgid "Category Page Titles" +msgstr "" + +#: admin/mantra-admin-functions.php:96 +msgid "Hide Tables" +msgstr "" + +#: admin/mantra-admin-functions.php:97 +msgid "Back to Top button" +msgstr "" + +#: admin/mantra-admin-functions.php:98 +msgid "Text Under Comments" +msgstr "" + +#: admin/mantra-admin-functions.php:99 +msgid "Comments are closed text" +msgstr "" + +#: admin/mantra-admin-functions.php:100 +msgid "Comments off" +msgstr "" + +#: admin/mantra-admin-functions.php:101 +msgid "Insert footer copyright" +msgstr "" + +#: admin/mantra-admin-functions.php:103 +msgid "Post Date" +msgstr "" + +#: admin/mantra-admin-functions.php:104 +msgid "Post Time" +msgstr "" + +#: admin/mantra-admin-functions.php:105 +msgid "Post Author" +msgstr "" + +#: admin/mantra-admin-functions.php:106 +msgid "Post Category" +msgstr "" + +#: admin/mantra-admin-functions.php:107 +msgid "Post Tags" +msgstr "" + +#: admin/mantra-admin-functions.php:108 +msgid "Post Permalink" +msgstr "" + +#: admin/mantra-admin-functions.php:109 +msgid "All Post Metas" +msgstr "" + +#: admin/mantra-admin-functions.php:111 +msgid "Post Excerpts on Home Page" +msgstr "" + +#: admin/mantra-admin-functions.php:112 +msgid "Affect Sticky Posts" +msgstr "" + +#: admin/mantra-admin-functions.php:113 +msgid "Post Excerpts on Arhive and Category Pages" +msgstr "" + +#: admin/mantra-admin-functions.php:114 +msgid "Number of Words for Post Excerpts " +msgstr "" + +#: admin/mantra-admin-functions.php:115 +msgid "Magazine Layout" +msgstr "" + +#: admin/mantra-admin-functions.php:116 +msgid "Excerpt suffix" +msgstr "" + +#: admin/mantra-admin-functions.php:117 +msgid "Continue reading link text " +msgstr "" + +#: admin/mantra-admin-functions.php:118 +msgid "HTML tags in Excerpts" +msgstr "" + +#: admin/mantra-admin-functions.php:120 +msgid "Featured Images as POST Thumbnails " +msgstr "" + +#: admin/mantra-admin-functions.php:121 +msgid "Auto Select Images From Posts " +msgstr "" + +#: admin/mantra-admin-functions.php:122 +msgid "Thumbnails Alignment " +msgstr "" + +#: admin/mantra-admin-functions.php:123 +msgid "Thumbnails Size " +msgstr "" + +#: admin/mantra-admin-functions.php:124 +msgid "Featured Images as HEADER Images " +msgstr "" + +#: admin/mantra-admin-functions.php:126 +msgid "Link nr. 1" +msgstr "" + +#: admin/mantra-admin-functions.php:127 +msgid "Link nr. 2" +msgstr "" + +#: admin/mantra-admin-functions.php:128 +msgid "Link nr. 3" +msgstr "" + +#: admin/mantra-admin-functions.php:129 +msgid "Link nr. 4" +msgstr "" + +#: admin/mantra-admin-functions.php:130 +msgid "Link nr. 5" +msgstr "" + +#: admin/mantra-admin-functions.php:131 +msgid "Socials display" +msgstr "" + +#: admin/mantra-admin-functions.php:133 +msgid "Make Site Header a Link" +msgstr "" + +#: admin/mantra-admin-functions.php:134 +msgid "Breadcrumbs" +msgstr "" + +#: admin/mantra-admin-functions.php:135 +msgid "Pagination" +msgstr "" + +#: admin/mantra-admin-functions.php:136 +msgid "Mobile view" +msgstr "" + +#: admin/mantra-admin-functions.php:137 +msgid "FavIcon" +msgstr "" + +#: admin/mantra-admin-functions.php:138 +msgid "Custom CSS" +msgstr "" + +#: admin/mantra-admin-functions.php:228 +msgid "One column (no sidebars)" +msgstr "" + +#: admin/mantra-admin-functions.php:229 +msgid "Two columns, sidebar on the right" +msgstr "" + +#: admin/mantra-admin-functions.php:230 +msgid "Two columns, sidebar on the left" +msgstr "" + +#: admin/mantra-admin-functions.php:231 +msgid "Three columns, sidebars on the right" +msgstr "" + +#: admin/mantra-admin-functions.php:232 +msgid "Three columns, sidebars on the left" +msgstr "" + +#: admin/mantra-admin-functions.php:233 +msgid "Three columns, one sidebar on each side" +msgstr "" + +#: admin/mantra-admin-functions.php:248 +msgid "Choose your layout " +msgstr "" + +#: admin/mantra-admin-functions.php:258 +msgid "Absolute" +msgstr "" + +#: admin/mantra-admin-functions.php:258 +msgid "Relative" +msgstr "" + +#: admin/mantra-admin-functions.php:259 +msgid "Dimensions to use: " +msgstr "" + +#: admin/mantra-admin-functions.php:358 admin/mantra-admin-functions.php:378 +msgid "Content =" +msgstr "" + +#: admin/mantra-admin-functions.php:359 admin/mantra-admin-functions.php:379 +msgid "Sidebar(s) =" +msgstr "" + +#: admin/mantra-admin-functions.php:360 admin/mantra-admin-functions.php:380 +msgid "Total width =" +msgstr "" + +#: admin/mantra-admin-functions.php:369 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tWhile the content cannot be less than 500px wide, the sidebar area is " +"at least 220px and no more than 800px.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" + +#: admin/mantra-admin-functions.php:389 +msgid "" +"Select the width of your content and sidebar(s). \n" +" \t\tThese are realtive dimmensions - relative to the user's browser. The " +"total width is a percentage of the browser's width.
      \n" +"\t While the content cannot be less than 40% wide, the sidebar area is at " +"least 20% and no more than 50%.
      \n" +"\tIf you went for a 3 column area ( with 2 sidebars) they will each have " +"half the selected width." +msgstr "" + +#: admin/mantra-admin-functions.php:413 +msgid "" +"Select the header's height. After saving the settings go and upload your new " +"header image. The header's width will be equal to the Total Site Width = " +msgstr "" + +#: admin/mantra-admin-functions.php:426 admin/mantra-admin-functions.php:1117 +#: admin/mantra-admin-functions.php:1179 admin/mantra-admin-functions.php:1487 +#: admin/mantra-admin-functions.php:1549 admin/mantra-admin-functions.php:1742 +#: admin/mantra-admin-functions.php:1771 admin/mantra-admin-functions.php:1794 +#: admin/mantra-admin-functions.php:1809 admin/mantra-admin-functions.php:1850 +#: admin/mantra-admin-functions.php:1982 admin/mantra-admin-functions.php:1997 +#: admin/mantra-admin-functions.php:2012 admin/mantra-admin-functions.php:2027 +msgid "Enable" +msgstr "" + +#: admin/mantra-admin-functions.php:426 admin/mantra-admin-functions.php:1117 +#: admin/mantra-admin-functions.php:1179 admin/mantra-admin-functions.php:1487 +#: admin/mantra-admin-functions.php:1549 admin/mantra-admin-functions.php:1742 +#: admin/mantra-admin-functions.php:1771 admin/mantra-admin-functions.php:1794 +#: admin/mantra-admin-functions.php:1809 admin/mantra-admin-functions.php:1850 +#: admin/mantra-admin-functions.php:1982 admin/mantra-admin-functions.php:1997 +#: admin/mantra-admin-functions.php:2012 admin/mantra-admin-functions.php:2027 +msgid "Disable" +msgstr "" + +#: admin/mantra-admin-functions.php:434 +msgid "" +"Enable the presentation front-page. This will become your new home page and " +"it will replace whatever page you have selected as homepage. It has a slider " +"and columns for presentation\n" +"\t\ttext and images." +msgstr "" + +#: admin/mantra-admin-functions.php:443 +msgid "Slider Dimensions:" +msgstr "" + +#: admin/mantra-admin-functions.php:444 +msgid "width" +msgstr "" + +#: admin/mantra-admin-functions.php:445 +msgid "height" +msgstr "" + +#: admin/mantra-admin-functions.php:446 +msgid "" +"The dimensions of your slider. Make sure your images are of the same size." +msgstr "" + +#: admin/mantra-admin-functions.php:449 +msgid "Animation:" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "Random" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "Fold" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "Fade" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SlideInRight" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SlideInLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceDown" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceDownLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUp" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUpLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUpDown" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "SliceUpDownLeft" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRandom" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRain" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRainReverse" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRainGrow" +msgstr "" + +#: admin/mantra-admin-functions.php:451 +msgid "BoxRainGrowReverse" +msgstr "" + +#: admin/mantra-admin-functions.php:459 +msgid "The transition effect your slider will have." +msgstr "" + +#: admin/mantra-admin-functions.php:461 +msgid "Animation Time:" +msgstr "" + +#: admin/mantra-admin-functions.php:462 admin/mantra-admin-functions.php:466 +msgid "milliseconds (1000ms = 1 second) " +msgstr "" + +#: admin/mantra-admin-functions.php:463 +msgid "The time in which the transition animation will take place." +msgstr "" + +#: admin/mantra-admin-functions.php:465 +msgid "Pause Time:" +msgstr "" + +#: admin/mantra-admin-functions.php:467 +msgid "The time in which a slide will be still and visible." +msgstr "" + +#: admin/mantra-admin-functions.php:470 +msgid "Slider navigation:" +msgstr "" + +#: admin/mantra-admin-functions.php:472 +msgid "Numbers" +msgstr "" + +#: admin/mantra-admin-functions.php:472 +msgid "Bullets" +msgstr "" + +#: admin/mantra-admin-functions.php:472 admin/mantra-admin-functions.php:1393 +msgid "None" +msgstr "" + +#: admin/mantra-admin-functions.php:480 +msgid "Your slider navigation type. Shown under the slider." +msgstr "" + +#: admin/mantra-admin-functions.php:482 +msgid "Slider arrows:" +msgstr "" + +#: admin/mantra-admin-functions.php:484 +msgid "Always Visible" +msgstr "" + +#: admin/mantra-admin-functions.php:484 +msgid "Visible on Hover" +msgstr "" + +#: admin/mantra-admin-functions.php:484 +msgid "Hidden" +msgstr "" + +#: admin/mantra-admin-functions.php:492 +msgid "The Left and Right arrows on your slider" +msgstr "" + +#: admin/mantra-admin-functions.php:536 +msgid "Select Category" +msgstr "" + +#: admin/mantra-admin-functions.php:594 +msgid "Slide 1" +msgstr "" + +#: admin/mantra-admin-functions.php:598 admin/mantra-admin-functions.php:613 +#: admin/mantra-admin-functions.php:628 admin/mantra-admin-functions.php:643 +#: admin/mantra-admin-functions.php:658 admin/mantra-admin-functions.php:702 +#: admin/mantra-admin-functions.php:717 admin/mantra-admin-functions.php:732 +#: admin/mantra-admin-functions.php:747 +msgid "Upload or select image from gallery" +msgstr "" + +#: admin/mantra-admin-functions.php:599 admin/mantra-admin-functions.php:614 +#: admin/mantra-admin-functions.php:629 admin/mantra-admin-functions.php:644 +#: admin/mantra-admin-functions.php:659 admin/mantra-admin-functions.php:703 +#: admin/mantra-admin-functions.php:718 admin/mantra-admin-functions.php:748 +msgid "Title" +msgstr "" + +#: admin/mantra-admin-functions.php:601 admin/mantra-admin-functions.php:616 +#: admin/mantra-admin-functions.php:631 admin/mantra-admin-functions.php:646 +#: admin/mantra-admin-functions.php:661 admin/mantra-admin-functions.php:705 +#: admin/mantra-admin-functions.php:720 admin/mantra-admin-functions.php:735 +#: admin/mantra-admin-functions.php:750 +msgid "Text" +msgstr "" + +#: admin/mantra-admin-functions.php:609 +msgid "Slide 2" +msgstr "" + +#: admin/mantra-admin-functions.php:624 +msgid "Slide 3" +msgstr "" + +#: admin/mantra-admin-functions.php:639 +msgid "Slide 4" +msgstr "" + +#: admin/mantra-admin-functions.php:654 +msgid "Slide 5" +msgstr "" + +#: admin/mantra-admin-functions.php:667 +msgid "" +"Your slides' content. Only the image is required, all other fields are " +"optional. Only the slides with an image selected will become acitve and " +"visible in the live slider." +msgstr "" + +#: admin/mantra-admin-functions.php:678 +msgid "Number of columns:" +msgstr "" + +#: admin/mantra-admin-functions.php:688 +msgid "Image Height:" +msgstr "" + +#: admin/mantra-admin-functions.php:691 +msgid "Read more text:" +msgstr "" + +#: admin/mantra-admin-functions.php:694 +msgid "" +"The linked text that appears at the bottom of all the columns. You can " +"delete all text inside if you don't want it." +msgstr "" + +#: admin/mantra-admin-functions.php:698 +msgid "1st Column" +msgstr "" + +#: admin/mantra-admin-functions.php:713 +msgid "2nd Column" +msgstr "" + +#: admin/mantra-admin-functions.php:728 +msgid "3rd Column" +msgstr "" + +#: admin/mantra-admin-functions.php:743 +msgid "4th Column" +msgstr "" + +#: admin/mantra-admin-functions.php:766 +msgid "Extra Text" +msgstr "" + +#: admin/mantra-admin-functions.php:766 +msgid "Top Title" +msgstr "" + +#: admin/mantra-admin-functions.php:768 +msgid "Second Title" +msgstr "" + +#: admin/mantra-admin-functions.php:771 +msgid "Title color" +msgstr "" + +#: admin/mantra-admin-functions.php:774 +msgid "The titles' color (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:776 +msgid "Bottom Text 1" +msgstr "" + +#: admin/mantra-admin-functions.php:778 +msgid "Bottom Text 2" +msgstr "" + +#: admin/mantra-admin-functions.php:781 +msgid "" +"More text for your front page. The top title is above the slider, the second " +"title between the slider and the columns and 2 more rows of text under the " +"columns.\n" +"\t\t It's all optional so leave any input field empty if it's not required. " +msgstr "" + +#: admin/mantra-admin-functions.php:787 +msgid "Hide areas" +msgstr "" + +#: admin/mantra-admin-functions.php:800 +msgid "Hide the header area (image or background color)." +msgstr "" + +#: admin/mantra-admin-functions.php:804 +msgid "Hide the main menu (the top navigation tabs)." +msgstr "" + +#: admin/mantra-admin-functions.php:808 +msgid "Hide the footer widgets. " +msgstr "" + +#: admin/mantra-admin-functions.php:812 +msgid "Hide the footer (copyright area)." +msgstr "" + +#: admin/mantra-admin-functions.php:816 +msgid "Hide the white color. Only the background color remains." +msgstr "" + +#: admin/mantra-admin-functions.php:820 +msgid "Choose the areas to hide on the first page." +msgstr "" + +#: admin/mantra-admin-functions.php:851 +msgid "" +"Select the font size you'll use in your blog. Pages, posts and comments will " +"be affected. Buttons, Headers and Side menus will remain the same." +msgstr "" + +#: admin/mantra-admin-functions.php:895 +msgid "" +"Select the font family you'll use in your blog. All content text will be " +"affected (including menu buttons). " +msgstr "" + +#: admin/mantra-admin-functions.php:896 admin/mantra-admin-functions.php:945 +#: admin/mantra-admin-functions.php:996 admin/mantra-admin-functions.php:1047 +msgid "" +"Or insert your Google Font below. Please only isert the name of the font.
      Ex: Marko One. Go to google fonts for some font inspiration." +msgstr "" + +#: admin/mantra-admin-functions.php:943 +msgid "" +"Select the font family you want for your titles. It will affect post titles " +"and page titles. Leave 'Default' and the general font you selected will be " +"used." +msgstr "" + +#: admin/mantra-admin-functions.php:994 +msgid "" +"Select the font family you want your sidebar(s) to have. Text in sidebars " +"will be affected, including any widgets. Leave 'Default' and the general " +"font you selected will be used." +msgstr "" + +#: admin/mantra-admin-functions.php:1045 +msgid "" +"Select the font family you want your subheaders to have (h2 - h6 tags will " +"be affected). Leave 'Default' and the general font you selected will be used." +msgstr "" + +#: admin/mantra-admin-functions.php:1057 admin/mantra-admin-functions.php:1072 +#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1132 +#: admin/mantra-admin-functions.php:1147 admin/mantra-admin-functions.php:1162 +msgid "Default" +msgstr "" + +#: admin/mantra-admin-functions.php:1065 +msgid "" +"Post Header Font size. Leave 'Default' for normal settings (size value will " +"be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1080 +msgid "" +"Sidebar Font size. Leave 'Default' for normal settings (size value will be " +"as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1825 +msgid "Left" +msgstr "" + +#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1825 +msgid "Right" +msgstr "" + +#: admin/mantra-admin-functions.php:1087 +msgid "Justify" +msgstr "" + +#: admin/mantra-admin-functions.php:1087 admin/mantra-admin-functions.php:1825 +msgid "Center" +msgstr "" + +#: admin/mantra-admin-functions.php:1095 +msgid "" +"This overwrites the text alignment in posts and pages. Leave 'Default' for " +"normal settings (alignment will remain as declared in posts, comments etc.)." +msgstr "" + +#: admin/mantra-admin-functions.php:1109 +msgid "Choose the indent for your paragraphs." +msgstr "" + +#: admin/mantra-admin-functions.php:1125 +msgid "Disable the default header and title indent (left margin)." +msgstr "" + +#: admin/mantra-admin-functions.php:1140 +msgid "" +"Text line height. The height between 2 rows of text. Leave 'Default' for " +"normal settings (size value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1155 +msgid "" +"The space between words. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1170 +msgid "" +"The space between letters. Leave 'Default' for normal settings (size " +"value will be as set in the CSS)." +msgstr "" + +#: admin/mantra-admin-functions.php:1187 +msgid "Disable the default text shadow on headers and titles." +msgstr "" + +#: admin/mantra-admin-functions.php:1199 +msgid "Background color (Default value is 444444)." +msgstr "" + +#: admin/mantra-admin-functions.php:1207 +msgid "" +"Header background color (Default value is 333333). You can delete all inside " +"text for no background color." +msgstr "" + +#: admin/mantra-admin-functions.php:1215 +msgid "Footer widget-area background color. (Default value is 171717)." +msgstr "" + +#: admin/mantra-admin-functions.php:1223 +msgid "Footer background color (Default value is 222222)." +msgstr "" + +#: admin/mantra-admin-functions.php:1231 +msgid "Your blog's title color (Default value is 0D85CC)." +msgstr "" + +#: admin/mantra-admin-functions.php:1239 +msgid "Your blog's description color(Default value is 222222)." +msgstr "" + +#: admin/mantra-admin-functions.php:1247 +msgid "Content Text Color (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:1255 +msgid "Links color (Default value is 0D85CC)." +msgstr "" + +#: admin/mantra-admin-functions.php:1263 +msgid "Links color on mouse over (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:1271 +msgid "Post Header Text Color (Default value is 333333)." +msgstr "" + +#: admin/mantra-admin-functions.php:1279 +msgid "Post Header Text Color on Mouse over (Default value is 000000)." +msgstr "" + +#: admin/mantra-admin-functions.php:1287 +msgid "Sidebar Header Background color (Default value is 444444)." +msgstr "" + +#: admin/mantra-admin-functions.php:1296 +msgid "Sidebar Header Text Color(Default value is 2EA5FD)." +msgstr "" + +#: admin/mantra-admin-functions.php:1304 +msgid "Footer Widget Text Color (Default value is 0D85CC)." +msgstr "" + +#: admin/mantra-admin-functions.php:1312 +msgid "Footer Widget Link Color (Default value is 666666)." +msgstr "" + +#: admin/mantra-admin-functions.php:1320 +msgid "Footer Widget Link Color on Mouse Over (Default value is 888888)." +msgstr "" + +#: admin/mantra-admin-functions.php:1332 admin/mantra-admin-functions.php:1393 +msgid "White" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Light" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Light Gray" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 admin/mantra-admin-functions.php:1393 +msgid "Gray" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Dark Gray" +msgstr "" + +#: admin/mantra-admin-functions.php:1332 +msgid "Black" +msgstr "" + +#: admin/mantra-admin-functions.php:1340 +msgid "" +"This setting changes the look of your captions. Images that are not inserted " +"through captions will not be affected." +msgstr "" + +#: admin/mantra-admin-functions.php:1356 +msgid "The border around your inserted images. " +msgstr "" + +#: admin/mantra-admin-functions.php:1371 +msgid "The image on top of your captions. " +msgstr "" + +#: admin/mantra-admin-functions.php:1386 +msgid "The sidebar list bullets. " +msgstr "" + +#: admin/mantra-admin-functions.php:1401 +msgid "" +"The background for your post-metas area (under your post tiltes). Gray by " +"default.<" +msgstr "" + +#: admin/mantra-admin-functions.php:1409 admin/mantra-admin-functions.php:1425 +#: admin/mantra-admin-functions.php:1442 admin/mantra-admin-functions.php:1457 +#: admin/mantra-admin-functions.php:1472 admin/mantra-admin-functions.php:1502 +#: admin/mantra-admin-functions.php:1517 admin/mantra-admin-functions.php:1533 +#: admin/mantra-admin-functions.php:1576 admin/mantra-admin-functions.php:1591 +#: admin/mantra-admin-functions.php:1606 admin/mantra-admin-functions.php:1621 +#: admin/mantra-admin-functions.php:1636 admin/mantra-admin-functions.php:1651 +#: admin/mantra-admin-functions.php:1666 +msgid "Show" +msgstr "" + +#: admin/mantra-admin-functions.php:1409 admin/mantra-admin-functions.php:1425 +#: admin/mantra-admin-functions.php:1442 admin/mantra-admin-functions.php:1457 +#: admin/mantra-admin-functions.php:1472 admin/mantra-admin-functions.php:1502 +#: admin/mantra-admin-functions.php:1533 admin/mantra-admin-functions.php:1576 +#: admin/mantra-admin-functions.php:1591 admin/mantra-admin-functions.php:1606 +#: admin/mantra-admin-functions.php:1621 admin/mantra-admin-functions.php:1636 +#: admin/mantra-admin-functions.php:1651 admin/mantra-admin-functions.php:1666 +msgid "Hide" +msgstr "" + +#: admin/mantra-admin-functions.php:1417 +msgid "Hide or show a horizontal rule to separate posts." +msgstr "" + +#: admin/mantra-admin-functions.php:1433 +msgid "" +"Hide or show bullets next to lists that are in your content area (posts, " +"pages etc.)." +msgstr "" + +#: admin/mantra-admin-functions.php:1450 +msgid "" +"Hide or show your blog's Title and Description in the header (recommended if " +"you have a custom header image with text)." +msgstr "" + +#: admin/mantra-admin-functions.php:1465 +msgid "Hide or show Page titles on any created pages. " +msgstr "" + +#: admin/mantra-admin-functions.php:1480 +msgid "Hide or show Page titles on Category Pages. " +msgstr "" + +#: admin/mantra-admin-functions.php:1495 +msgid "Hide table borders and background color." +msgstr "" + +#: admin/mantra-admin-functions.php:1510 +msgid "" +"Hide the explanatory text under the comments form. (starts with You may " +"use these HTML tags and attributes:...)." +msgstr "" + +#: admin/mantra-admin-functions.php:1517 +msgid "Hide in posts" +msgstr "" + +#: admin/mantra-admin-functions.php:1517 +msgid "Hide in pages" +msgstr "" + +#: admin/mantra-admin-functions.php:1517 +msgid "Hide everywhere" +msgstr "" + +#: admin/mantra-admin-functions.php:1525 +msgid "" +"Hide the Comments are closed text that by default shows up on pages " +"or posts with the comments disabled." +msgstr "" + +#: admin/mantra-admin-functions.php:1541 +msgid "" +"Hide the Comments off text next to posts that have comments disabled." +msgstr "" + +#: admin/mantra-admin-functions.php:1557 +msgid "" +"Enable the Back to Top button. The button appears after scrolling the page " +"down." +msgstr "" + +#: admin/mantra-admin-functions.php:1564 +msgid "" +"Insert custom text or HTML code that will appear last in you footer.
      " +"You can use HTML to insert links, images and special characters like © ." +msgstr "" + +#: admin/mantra-admin-functions.php:1584 +msgid "Hide or show the post date." +msgstr "" + +#: admin/mantra-admin-functions.php:1599 +msgid "" +"Show the post time with the date. Time will not be visible if the Post Date " +"is hidden." +msgstr "" + +#: admin/mantra-admin-functions.php:1614 +msgid "Hide or show the post author." +msgstr "" + +#: admin/mantra-admin-functions.php:1629 +msgid "Hide the post category." +msgstr "" + +#: admin/mantra-admin-functions.php:1644 +msgid "Hide the post tags." +msgstr "" + +#: admin/mantra-admin-functions.php:1659 +msgid "Hide the 'Bookmark permalink'." +msgstr "" + +#: admin/mantra-admin-functions.php:1674 +msgid "Hide all the post metas. All meta info and meta areas will be hidden." +msgstr "" + +#: admin/mantra-admin-functions.php:1687 admin/mantra-admin-functions.php:1702 +#: admin/mantra-admin-functions.php:1718 +msgid "Excerpt" +msgstr "" + +#: admin/mantra-admin-functions.php:1687 admin/mantra-admin-functions.php:1702 +#: admin/mantra-admin-functions.php:1718 +msgid "Full Post" +msgstr "" + +#: admin/mantra-admin-functions.php:1695 +msgid "" +"Excerpts on the main page. Only standard posts will be affected. All other " +"post formats (aside, image, chat, quote etc.) have their specific formating." +msgstr "" + +#: admin/mantra-admin-functions.php:1710 +msgid "" +"Choose if you want the sticky posts on your home page to be visible in full " +"or just the excerpts. " +msgstr "" + +#: admin/mantra-admin-functions.php:1726 +msgid "" +"Excerpts on archive, categroy and search pages. Same as above, only standard " +"posts will be affected." +msgstr "" + +#: admin/mantra-admin-functions.php:1734 +msgid "" +"The number of words an excerpt will have. When that number is reached the " +"post will be interrupted by a Continue reading link that\n" +"\t\t\t\t\t\t\twill take the reader to the full post page." +msgstr "" + +#: admin/mantra-admin-functions.php:1750 +msgid "" +"Enable the Magazine Layout. This layout applies to pages with posts and " +"shows 2 posts per row." +msgstr "" + +#: admin/mantra-admin-functions.php:1757 +msgid "" +"Replaces the three dots ('[...])' that are appended automatically to " +"excerpts." +msgstr "" + +#: admin/mantra-admin-functions.php:1764 +msgid "Edit the 'Continue Reading' link added to your post excerpts." +msgstr "" + +#: admin/mantra-admin-functions.php:1779 +msgid "By default WordPress excerpts remove all HTML tags (" +msgstr "" + +#: admin/mantra-admin-functions.php:1802 +msgid "" +"Show featured images as thumbnails on posts. The images must be selected for " +"each post in the Featured Image section." +msgstr "" + +#: admin/mantra-admin-functions.php:1817 +msgid "" +"Show the first image that you inserted in a post as a thumbnail. If you " +"enable this option, the first image in your post will be used even if you " +"selected a Featured Image in you post." +msgstr "" + +#: admin/mantra-admin-functions.php:1833 +msgid "Thumbnail alignment." +msgstr "" + +#: admin/mantra-admin-functions.php:1842 +msgid "The size you want the thumbnails to have (in pixels)." +msgstr "" + +#: admin/mantra-admin-functions.php:1858 +msgid "" +"Show featured images on headers. The header will be replaced with a featured " +"image if you selected it as a Featured Image in the post and\n" +"\t\t\t\t\t\t\tand if it is bigger or at least equal to the current header " +"size." +msgstr "" + +#: admin/mantra-admin-functions.php:1882 +msgid "" +"Select your desired Social network from the left dropdown menu and insert " +"your corresponding address in the right input field. (ex: http://www." +"facebook.com/yourname )" +msgstr "" + +#: admin/mantra-admin-functions.php:1896 +msgid "You can insert up to 5 different social sites and addresses." +msgstr "" + +#: admin/mantra-admin-functions.php:1910 +msgid "There are a total of 27 social networks to choose from. " +msgstr "" + +#: admin/mantra-admin-functions.php:1924 +msgid "You can leave any number of inputs empty. " +msgstr "" + +#: admin/mantra-admin-functions.php:1938 +msgid "You can choose the same social media any number of times. " +msgstr "" + +#: admin/mantra-admin-functions.php:1969 +msgid "Choose the areas where to display the social icons." +msgstr "" + +#: admin/mantra-admin-functions.php:1990 +msgid "" +"Make the site header into a clickable link that links to your index page." +msgstr "" + +#: admin/mantra-admin-functions.php:2005 +msgid "" +"Show breadcrumbs at the top of the content area. Breadcrumbs are a form of " +"navigation that keeps track of your location withtin the site." +msgstr "" + +#: admin/mantra-admin-functions.php:2020 +msgid "" +"Show numbered pagination. Where there is more than one page, instead of the " +"bottom Older Posts and Newer posts links you have a numbered " +"pagination. " +msgstr "" + +#: admin/mantra-admin-functions.php:2035 +msgid "" +"Enable the mobile view and make Mantra responsive. The layout and look of " +"your blog will change depending on what device and what resolution it is " +"viewed in. " +msgstr "" + +#: admin/mantra-admin-functions.php:2045 +msgid "Upload or select favicon from gallery" +msgstr "" + +#: admin/mantra-admin-functions.php:2049 +msgid "" +"Limitations: It has to be an image. It should be max 64x64 pixels in " +"dimensions. Recommended file extensions .ico and .png . " +msgstr "" + +#: admin/mantra-admin-functions.php:2057 +msgid "" +"Insert your custom CSS here. Any CSS declarations made here will overwrite " +"Mantra's (even the custom options specified right here in the Mantra " +"Settings page).
      Your custom CSS will be preserved when updating the " +"theme." +msgstr "" + +#: admin/mantra-admin-functions.php:2075 +msgid "Sorry, but you do not have sufficient permissions to access this page." +msgstr "抱歉,您没有足够的ćťé™č®żé—®ć­¤éˇµéť˘ă€‚" + +#: admin/mantra-admin-functions.php:2085 +msgid "Mantra settings updated successfully." +msgstr "" + +#: admin/mantra-admin-functions.php:2099 +msgid "Reset to Defaults" +msgstr "" + +#: admin/mantra-admin-functions.php:2100 +msgid "Save Changes" +msgstr "" + +#: admin/mantra-admin-functions.php:2114 +msgid "" +"

      Here at Cryout Creations (the developers of yours truly Mantra Theme), we " +"spend night after night improving the Mantra Theme. We fix a lot of bugs " +"(that we previously created); we add more and more customization options " +"while also trying to keep things as simple as possible; then... we might " +"play a game or two but rest assured that we return to read and (in most " +"cases) reply to your late night emails and comments, take notes and draw " +"dashboards of things to implement in future versions.

      \n" +"

      So you might ask yourselves: How do they do it? How can they keep so " +"fresh after all that hard labor for that darned theme? Well folks, it's " +"simple. We drink coffee. Industrial quantities of hot boiling coffee. We " +"love it! So if you want to help with the further development of the Mantra " +"Theme...

      " +msgstr "" + +#: admin/mantra-admin-functions.php:2131 +msgid "Import/Export Settings" +msgstr "" + +#: admin/mantra-admin-functions.php:2137 +msgid "Export Theme options" +msgstr "" + +#: admin/mantra-admin-functions.php:2138 +msgid "" +"It's that easy: a mouse click away - the ability to export your Mantra " +"settings and save them on your computer. Feeling safer? You should!" +msgstr "" + +#: admin/mantra-admin-functions.php:2143 +msgid "Import Theme options" +msgstr "" + +#: admin/mantra-admin-functions.php:2144 +msgid "" +" Without the import, the export would just be a fool's exercise. Make sure " +"you have the exported file ready and see you after the mouse click." +msgstr "" + +#: admin/mantra-admin-functions.php:2152 +msgid "Mantra Latest News" +msgstr "" + +#: admin/mantra-admin-functions.php:2163 +msgid "No news items." +msgstr "" + +#: admin/mantra-admin-functions.php:2177 +msgid "Mantra Help" +msgstr "" + +#: admin/mantra-admin-functions.php:2180 +msgid "" +"\n" +"\t\t\t
        \n" +"\t\t\t\t
      • - Need any Mantra or WordPress help?
      • \n" +"\t\t\t\t
      • - Want to know what changes are made to the theme with each new " +"version?
      • \n" +"\t\t\t\t
      • - Found a bug or maybe something doesn't work exactly as " +"expected?
      • \n" +"\t\t\t\t
      • - Got an idea on how to improve the Mantra Theme to better suit " +"your needs?
      • \n" +"\t\t\t\t
      • - Want a setting implemented?
      • \n" +"\t\t\t\t
      • - Do you have or would you like to make a translation of the " +"Mantra Theme?
      • \n" +"\t\t\t
      \n" +"\t\t\t

      Then come visit us at Mantra's support page.

      \n" +"\t" +msgstr "" + +#: admin/mantra-admin-functions.php:2191 +msgid "Mantra Support Page" +msgstr "" diff --git a/themes/mantra/license.txt b/themes/mantra/license.txt index d31195ab..5fbe4a70 100644 --- a/themes/mantra/license.txt +++ b/themes/mantra/license.txt @@ -1,281 +1,281 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110, USA - - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110, USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + diff --git a/themes/mantra/page.php b/themes/mantra/page.php index dc1a04c1..bb8f6190 100644 --- a/themes/mantra/page.php +++ b/themes/mantra/page.php @@ -1,34 +1,34 @@ - -
      - -
      - - - - - -
      - -
      - - - + +
      + +
      + + + + + +
      + +
      + + + diff --git a/themes/mantra/readme.txt b/themes/mantra/readme.txt index 6b8e50fe..bfa48842 100644 --- a/themes/mantra/readme.txt +++ b/themes/mantra/readme.txt @@ -1,307 +1,320 @@ -============= -Mantra WordPress Theme -Copyright 2011-16 Cryout Creations - -Author: Cryout Creations -Requires at least: 4.0 -Tested up to: 4.4.2 -Stable tag: 2.5.0 -License: GPLv3 -License URI: http://www.gnu.org/licenses/gpl.html -Donate link: http://www.cryoutcreations.eu/donate/ - -Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. - - -== License == - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see http://www.gnu.org/copyleft/gpl.html - - -== Third Party Resources == - -Mantra WordPress Theme bundles the following third-party resources: - -Nivo Slider, Copyright Gilbert Pellegrom -Nivo Slider is licensed under the terms of the MIT license -Source: http://dev7studios.com/nivo-slider - -FitVids, Copyright Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com -FitVids is licensed under the terms of the WTFPLlicense -Source: http://fitvidsjs.com/ - -TGM Plugin Activation, Copyright Thomas Griffin -Licensed under the terms of the GNU GPL v2-or-later license -Source: http://tgmpluginactivation.com/ - -tinyNav, Copyright Viljami Salminen -Licensed under the MIT license -Source: http://tinynav.viljamis.com/ - -CSS3 PIE, Copyright Sencha Inc. -Dual-licensed under Apache License 2.0 and GPLv2 -Source: http://css3pie.com/ - -All other images bundled with the theme (used in the demo presentation page and admin section, as well as the social icons) are created by Cryout Creations and released with the theme under GPLv3 as well. - - -== Translations == - -Chinese (Simplified) - Lín Xuan Li -Czech - Satapouch -Danish - IT-Fidusen -Dutch - Tim De Keyser -French - Luc Capronnier, Ikiu91 -German - Thomas Baillivet, Jan Schulte -Greek - tomakrypodari -Hebrew - Ahrale -Hungarian - GeriSoft -Italian - Antonio Mercurio -Japanese - Yoshiki Osako -Norwegian (Bokmal) - kandasa -Persian (Farsi) - Sajjad -Polish - Paweł Przytuła -Portuguese (Brazil) - Ivar P. Junior, Joao Lacerda -Russian - Dmitry Kiryanov -Spanish (Spain) - Raúl Antón Cuadrado, Sonia -Turkish - Emre Dalkiliç - - -== Changelog == - -= 2.5.0 = -* REMOVED THE THEME SETTINGS AND ADDED SUPPORT FOR THE SEPARATE THEME SETTINGS PLUGIN -* Integrated TGM to recommend and auto-install the theme settings plugin -* Removed theme SEO options as they are considered plugin territory and no longer allowed by the themes guidelines -* Fixed settings page to handle changed H3 to H2 headings in WordPress 4.4 -* Added above and below content area widget areas to page templates (including custom page with intro) -* Fixed header site title to not use H1 tag when homepage is static -* Add warning in settings page when pp enabled and static page is set -* Fixed WordPress 4.4.1+ issue with plugin/theme notifications being moved in the Layout settings section -* Added version information to style/script enqueues on both frontend and dashboard (to fix caching issues between updates) -* Fixed PHP notice in settings page when theme news are not available -* Rewrote readme file and added changelog into readme - -= 2.4.1.1 = -* Fixed a conflict in 2.4.1 with one of our provided child themes - -= 2.4.1 = -* added our social links to the settings page -* added title-tag theme support (for WordPress 4.1) -* fixed a weird save issue affecting only some servers caused by an apostrophe in the sample in custom footer text -* fixed images issues in WooCommerce caused by a max-width styling -* reverted bullet list styling changes done in 2.4 -* fixed text inside footer widgets not covered by general text options (and using styling defaults) - -= 2.4 = -* removed shortcodes functionality (per WordPress Theme Guidelines) -* fixed wp.media issue -* fixed a namespace typo added in 2.3.3 -* added option to enable/disable zoom for mobile devices -* added Dailymotion social icon (thanks to Jean-Louis Rosolen) -* fixed breadcrumbs not handling tag pages -* replaced get_bloginfo(‘url’) with home_url() per latest WordPress guidelines -* replaced wp_convert_bytes_to_hr() (deprecated) with size_format() -* fixed layout/image border option non-clickable on IE 11 -* fixed title tag issue -* removed obsolete meta template tag -* fixed slider next/previous arrows always visible -* fixed slides count limitation when using custom posts by ID -* fixed disappearing/too small images inside tables issue on Chrome - -= 2.3.4 = -* fixed the social icons (unable to disable) bug introduced in 2.3.3 -* corrected the meta show/hide options not working for custom post types (pointed out by tkemmere) -* corrected content editor (html .mceContentBody) width to properly use the configured site width instead of an arbitrary number -* improved handling of empty site title and/or description (will no longer display a single dash in the browser title) -* updated French translation - -= 2.3.3 = -* updated to the new WP 3.8 “fluid-layout” and “fixed-layout” tags -* 3 social icons are now enabled by default in two theme areas -* fixed import/export settings not working on some rare occasions -* hopefully fixed smileys getting huge in captions -* changed default table cell alignment to top (instead of bottom) -* fixed Google fonts to correctly handle SSL websites -* added Recaptcha, Math Captcha, Captcha compatibility styling (thanks to David B) -* corrected site title not resizing enough on the smallest mobile devices -* updated French translation -* added Czech translation - -= 2.3.2 = -* re-redesigned captions (added left/right padding back) -* corrected (enlarged) social icons sizes in sidebars -* corrected presentation page columns responsiveness on larger mobile devices -* fixed incorrect pagination on custom category pages -* fixed custom css style output missing proper HTML tag -* fixed presentation page styling being displayed after the mobile style, breaking the layout -* fixed XSS vulnerability in frontend.js -* (almost) ready for WordPress 3.8 - -= 2.3.1 = -* added Steam social icon -* disabled auto-redirect to theme’s settings page after install (requested by WordPress) -* some cosmetic changes (multi-page pages/posts pagination, stikcy posts, post metas and author info) -* restored comments boxed styling -* fixes search form broken in 2.3.0 - -= 2.3.0 = -* added mobile browser detection and added a new step of responsiveness for mobile browsers -* updated the media uploader; hopefully this fixes all reported issues with the media selector for slide/column images (the new media uploader is the one introduced in WordPress 3.5 so if you’re using an older version of WordPress now would be a good time to update). -* resized social images to 26×26 pixels -* fixed an image with caption size too big issue (reported by Ferran) -* fixed image sizing issue on Chrome -* updated comments and form elements design -* updated admin interface design -* beautified jQuery warning to make it less scary and intrusive -* cleaned up some ghosts of the past - -= 2.2.2 = -* fixed mobile menu items are reversed on right align menus (because the right align menu items needed to be arranged reversed); you’ll need to re-order your menu items if using right align after this update -* fixed new shortcodes still closed with the old shortcodes mantra tag -* fixed stray “1” in the secondary sidebar -* fixed presentation page column images wrong aspect ration on some Android devices (and hopefully did not break anything for iDevices) -* fixed notices related to empty Google fonts fields in sanitize.php under PHP 5.4 - -= 2.2.1 = -* added multi-column shortcode responsiveness -* added empty sidebar(s) notice(s) -* added [cryout-...] shortcodes (and we are deprecating the [mantra-...] ones, which we'll eventually remove) to prepare the switch to the upcoming shortcodes plugin -* fixed category page with intro template ignores the tag -* fixed object/iframe enlarging issues -* fixed presentation page posts to use the correct excerpt length (reported by Edward & MrAwesome) -* fixed incorrect featured images size on presentation page posts (reported by Deby & Scott) -* theme auto featured images now adhere to the set featured image size - -= 2.2.0 = -* added option to display latest posts on presentation page below the columns, with configurable post count -* added menu items alignment option -* added Amazon and Yelp social icons - -= 2.1.1 = -* breadcrumbs text size increase from .8em to 1em and moved inside content -* fixed presentation page columns responsiveness -* added support for WordPress’ 3.6 new galleries -* updated jQuery warning message to be more clear on when and why it is visible -* fixed footer links to open in new windows -* fixed the (supposedly previously) fixed lists bullets positioning - -= 2.1 = -* cosmetic update of the admin interface; sub-section settings should be easier to spot now -* updated NivoSlider (fixes a double-load of the frontpage which may increase site loading time) -* fixed the tag functionality on blog page template (reported by Olrik) -* added header image Keep aspect ratio option for responsiveness -* fixed Featured image as header image functionality to display the correctly sized image in the header (reported by Fulco) -* fixed mobile menu not working with automatically generated menus -* fixed mobile icon responsiveness on Safari for mobile -* fixed sticky posts padding on Magazine layout and mobile -* fixed unordered lists bullet image positioning -* top and bottom menus now only show the top level elements (sub-menus are not displayed) -* fixed small issue with the search-bar on Chrome -* improved dashboard jQuery functionality check - -= 2.0.7.1 = -* fixed the issue with dropdown menus failing to work on automatically generated menus -* fixed the layout widths slider failing to work in WP 3.6 -* fixed/improved mobile menu where it used to select incorrect item when the viewed page was not in the menu - -= 2.0.7 = -* reverted the #content / .entry-content plugin compatibility “improvement” implemented in 2.0.4 as it was causing more issues than it solved -* fixed a couple of code typos (reported by Gary) -* improved drop down sub(-sub-sub…)menus usability by adding hoverintent and hiding delay (reported by Joel) -* fixed back-to-top button movement glitch on Firefox 17+ -* fixed jQuery version checking on WP 3.6 (reported by Detlef) -* fixed admin accordion compatibility with WP 3.6 - -= 2.0.6 = -* fixed right sidebar padding for mobile devices -* fixed meta area height -* fixed one column layout right side spacing -* fixed top menu items being displayed in the reverse order -* fixed footer social icons sometimes being becoming partially hidden on mobile devices -* renamed “sub-header” to “headings” (according to W3C standards) -* added IMDb social icon -* improved compatibility with WordPress 3.4 - -= 2.0.5 = -* Fixed fonts loosing their styling in post excepts -* Added top margin for post headers and removed their text shadows -* Fixed header and footer social icons responsiveness -* Fixed right sidebar padding in responsive view -* The logo link in the header is now using home_url() - -= 2.0.4.1 = -* Fixed optset(), echo_first_image() functions not being properly prefixed - -= 2.0.4 = -* Added a new setting for the header: left margin to complement the existing top margin setting. You’ll find them both in the Header Settings. Now you should be able to position your logo or site tile just the way you want to. -* Fixed the content header sizes (h1-h6) -* Fixed the searchbar on 404 pages -* Added buttons linking to the Background and Header pages (under Appearance) from the Mantra settings page -* Fixed the presentation page columns animation quirk on FireFox -* Added 3 new social icons: Xing, VK and Twitch TV -* Added an edit button to the ‘category page with intro’ template -* Added custom fields catid/slug/key to ‘category page with intro’ template -* Changed ‘Mobile view’ setting name to ‘Responsiveness’ (this was such a radical change that we almost made this Mantra v3.0. Almost. ) - -= 2.0.3.1 = -* Fixed font-related issue introduced in 2.0.3 -* Fixed special characters support in Custom JS/CSS fields - -= 2.0.3 = -* fixed mailto:mailto:mailto bug for Mail social icon -* fixed favicon preview incorrectly displayed custom logo instead of icon in dashboard -* slider caption size now self adjusts in responsive mode on mobile devices -* added mobile devices touchscreen support for the main menu -* improved search box auto-resize to fit in the sidebar -* new .pot file (for translators) -* fixed blog page template had no meta description (now displays the description set in the theme for the homepage) -* separated post meta bar and meta tags control in Post Meta Settings -* implemented workaround for iSomething devices’ browser incomplete support for responsive images inside relative dimension containers -* fixed unequal content column spacing on the sidebar on each side layout -* updated shortcode buttons look and added target attribute for them (see demo page for examples) -* added support for google fonts custom styles (and broke standard fonts functionality) -* corrected paragraph alignment - -= 2.0.2 = -* Added support for shortcodes inside the Presentation Page columns and extra text -* Fixed site width being 0 in some rare, x-files related occurrences -* Fixed multiple issues with the new header in IE -* Fixed caption opacity for IE -* Fixed issue where the ‘Custom logo’ option was selected for the header but no logo was uploaded and an empty image place-holder was displayed in some browsers -* Relative dimensions are now labelled as DEPRECATED. We recommend using absolute dimensions with mobile view enabled (full responsiveness) -* Fixed ‘column’ shortcode widths - -= 2.0.1 = -* Fixed missing social icons in the header -* Improved woocommerce compatibility -* Further improved mobile view -* Fixed Settings page animation -* Some really minor fixes not worth listing individually - -= 2.0 = -* New and improved Mantra Settings page -* Moved several settings around for better grouping -* The new Header options set: Header Height, Site Header selector (Site Title / Logo / Link / None), Custom Logo uploader, Header Top Spacing and Rounded Corners for Menu Items. -* (finally) Fixed header responsiveness -* Sanitize function is made pluggable -* Hopefully fixed some array merging which sometimes lost the Mantra options -* Improved jQuery plugins compatibility -* Improved mobile view -* Fixed social mail link -* Fixed columns shortcodes -* Fixed HTML layout on the ‘Category page with intro’ template -* Undefined amount of small bug fixes - -Earlier changelogs are available at http://www.cryoutcreations.eu/mantra +============= +Mantra WordPress Theme +Copyright 2011-16 Cryout Creations + +Author: Cryout Creations +Requires at least: 4.0 +Tested up to: 4.6 +Stable tag: 2.6.0 +License: GPLv3 +License URI: http://www.gnu.org/licenses/gpl.html +Donate link: https://www.cryoutcreations.eu/donate/ + +Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. + + +== License == + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see http://www.gnu.org/copyleft/gpl.html + + +== Third Party Resources == + +Mantra WordPress Theme bundles the following third-party resources: + +Nivo Slider, Copyright Gilbert Pellegrom +Nivo Slider is licensed under the terms of the MIT license +Source: http://dev7studios.com/nivo-slider + +FitVids, Copyright Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com +FitVids is licensed under the terms of the WTFPLlicense +Source: http://fitvidsjs.com/ + +TGM Plugin Activation, Copyright Thomas Griffin +Licensed under the terms of the GNU GPL v2-or-later license +Source: http://tgmpluginactivation.com/ + +tinyNav, Copyright Viljami Salminen +Licensed under the MIT license +Source: http://tinynav.viljamis.com/ + +CSS3 PIE, Copyright Sencha Inc. +Dual-licensed under Apache License 2.0 and GPLv2 +Source: http://css3pie.com/ + +All other images bundled with the theme (used in the demo presentation page and admin section, as well as the social icons) are created by Cryout Creations and released with the theme under GPLv3 as well. + + +== Original Translations == + +Chinese (Simplified) - Lín Xuan Li +Czech - Satapouch +Danish - IT-Fidusen +Dutch - Tim De Keyser +French - Luc Capronnier, Ikiu91 +German - Thomas Baillivet, Jan Schulte +Greek - tomakrypodari +Hebrew - Ahrale +Hungarian - GeriSoft +Italian - Antonio Mercurio +Japanese - Yoshiki Osako +Norwegian (Bokmal) - kandasa +Persian (Farsi) - Sajjad +Polish - Paweł Przytuła +Portuguese (Brazil) - Ivar P. Junior, Joao Lacerda +Russian - Dmitry Kiryanov +Spanish (Spain) - Raúl Antón Cuadrado, Sonia +Turkish - Emre Dalkiliç + + +== Changelog == + += 2.6.0 = +* Optimized CSS layout and updated for latest browser versions +* Removed unused third parameter $post_image_id from nirvana_thumbnail_link() +* Added author role meta to improve microformats +* Added time updated and published meta to improve microformats +* Removed deprecated hgroup HTML tags +* Fixed WooCommerce rating stars font issue +* Added new WordPress.org theme tags (and removed deprecated ones) +* Updated theme URL for new site +* Updated theme news feed URL for new site structure +* Removed bundled it_IT, fr_FR, ru_RU, es_ES, de_DE, nl_NL translations in favour of WordPress Translate ones +* Added text domain to style.css to support Wordpress Translate + += 2.5.0 = +* REMOVED THE THEME SETTINGS AND ADDED SUPPORT FOR THE SEPARATE THEME SETTINGS PLUGIN +* Integrated TGM to recommend and auto-install the theme settings plugin +* Removed theme SEO options as they are considered plugin territory and no longer allowed by the themes guidelines +* Fixed settings page to handle changed H3 to H2 headings in WordPress 4.4 +* Added above and below content area widget areas to page templates (including custom page with intro) +* Fixed header site title to not use H1 tag when homepage is static +* Add warning in settings page when pp enabled and static page is set +* Fixed WordPress 4.4.1+ issue with plugin/theme notifications being moved in the Layout settings section +* Added version information to style/script enqueues on both frontend and dashboard (to fix caching issues between updates) +* Fixed PHP notice in settings page when theme news are not available +* Rewrote readme file and added changelog into readme + += 2.4.1.1 = +* Fixed a conflict in 2.4.1 with one of our provided child themes + += 2.4.1 = +* added our social links to the settings page +* added title-tag theme support (for WordPress 4.1) +* fixed a weird save issue affecting only some servers caused by an apostrophe in the sample in custom footer text +* fixed images issues in WooCommerce caused by a max-width styling +* reverted bullet list styling changes done in 2.4 +* fixed text inside footer widgets not covered by general text options (and using styling defaults) + += 2.4 = +* removed shortcodes functionality (per WordPress Theme Guidelines) +* fixed wp.media issue +* fixed a namespace typo added in 2.3.3 +* added option to enable/disable zoom for mobile devices +* added Dailymotion social icon (thanks to Jean-Louis Rosolen) +* fixed breadcrumbs not handling tag pages +* replaced get_bloginfo(‘url’) with home_url() per latest WordPress guidelines +* replaced wp_convert_bytes_to_hr() (deprecated) with size_format() +* fixed layout/image border option non-clickable on IE 11 +* fixed title tag issue +* removed obsolete meta template tag +* fixed slider next/previous arrows always visible +* fixed slides count limitation when using custom posts by ID +* fixed disappearing/too small images inside tables issue on Chrome + += 2.3.4 = +* fixed the social icons (unable to disable) bug introduced in 2.3.3 +* corrected the meta show/hide options not working for custom post types (pointed out by tkemmere) +* corrected content editor (html .mceContentBody) width to properly use the configured site width instead of an arbitrary number +* improved handling of empty site title and/or description (will no longer display a single dash in the browser title) +* updated French translation + += 2.3.3 = +* updated to the new WP 3.8 “fluid-layout” and “fixed-layout” tags +* 3 social icons are now enabled by default in two theme areas +* fixed import/export settings not working on some rare occasions +* hopefully fixed smileys getting huge in captions +* changed default table cell alignment to top (instead of bottom) +* fixed Google fonts to correctly handle SSL websites +* added Recaptcha, Math Captcha, Captcha compatibility styling (thanks to David B) +* corrected site title not resizing enough on the smallest mobile devices +* updated French translation +* added Czech translation + += 2.3.2 = +* re-redesigned captions (added left/right padding back) +* corrected (enlarged) social icons sizes in sidebars +* corrected presentation page columns responsiveness on larger mobile devices +* fixed incorrect pagination on custom category pages +* fixed custom css style output missing proper HTML tag +* fixed presentation page styling being displayed after the mobile style, breaking the layout +* fixed XSS vulnerability in frontend.js +* (almost) ready for WordPress 3.8 + += 2.3.1 = +* added Steam social icon +* disabled auto-redirect to theme’s settings page after install (requested by WordPress) +* some cosmetic changes (multi-page pages/posts pagination, stikcy posts, post metas and author info) +* restored comments boxed styling +* fixes search form broken in 2.3.0 + += 2.3.0 = +* added mobile browser detection and added a new step of responsiveness for mobile browsers +* updated the media uploader; hopefully this fixes all reported issues with the media selector for slide/column images (the new media uploader is the one introduced in WordPress 3.5 so if you’re using an older version of WordPress now would be a good time to update). +* resized social images to 26×26 pixels +* fixed an image with caption size too big issue (reported by Ferran) +* fixed image sizing issue on Chrome +* updated comments and form elements design +* updated admin interface design +* beautified jQuery warning to make it less scary and intrusive +* cleaned up some ghosts of the past + += 2.2.2 = +* fixed mobile menu items are reversed on right align menus (because the right align menu items needed to be arranged reversed); you’ll need to re-order your menu items if using right align after this update +* fixed new shortcodes still closed with the old shortcodes mantra tag +* fixed stray “1” in the secondary sidebar +* fixed presentation page column images wrong aspect ration on some Android devices (and hopefully did not break anything for iDevices) +* fixed notices related to empty Google fonts fields in sanitize.php under PHP 5.4 + += 2.2.1 = +* added multi-column shortcode responsiveness +* added empty sidebar(s) notice(s) +* added [cryout-...] shortcodes (and we are deprecating the [mantra-...] ones, which we'll eventually remove) to prepare the switch to the upcoming shortcodes plugin +* fixed category page with intro template ignores the tag +* fixed object/iframe enlarging issues +* fixed presentation page posts to use the correct excerpt length (reported by Edward & MrAwesome) +* fixed incorrect featured images size on presentation page posts (reported by Deby & Scott) +* theme auto featured images now adhere to the set featured image size + += 2.2.0 = +* added option to display latest posts on presentation page below the columns, with configurable post count +* added menu items alignment option +* added Amazon and Yelp social icons + += 2.1.1 = +* breadcrumbs text size increase from .8em to 1em and moved inside content +* fixed presentation page columns responsiveness +* added support for WordPress’ 3.6 new galleries +* updated jQuery warning message to be more clear on when and why it is visible +* fixed footer links to open in new windows +* fixed the (supposedly previously) fixed lists bullets positioning + += 2.1 = +* cosmetic update of the admin interface; sub-section settings should be easier to spot now +* updated NivoSlider (fixes a double-load of the frontpage which may increase site loading time) +* fixed the tag functionality on blog page template (reported by Olrik) +* added header image Keep aspect ratio option for responsiveness +* fixed Featured image as header image functionality to display the correctly sized image in the header (reported by Fulco) +* fixed mobile menu not working with automatically generated menus +* fixed mobile icon responsiveness on Safari for mobile +* fixed sticky posts padding on Magazine layout and mobile +* fixed unordered lists bullet image positioning +* top and bottom menus now only show the top level elements (sub-menus are not displayed) +* fixed small issue with the search-bar on Chrome +* improved dashboard jQuery functionality check + += 2.0.7.1 = +* fixed the issue with dropdown menus failing to work on automatically generated menus +* fixed the layout widths slider failing to work in WP 3.6 +* fixed/improved mobile menu where it used to select incorrect item when the viewed page was not in the menu + += 2.0.7 = +* reverted the #content / .entry-content plugin compatibility “improvement” implemented in 2.0.4 as it was causing more issues than it solved +* fixed a couple of code typos (reported by Gary) +* improved drop down sub(-sub-sub…)menus usability by adding hoverintent and hiding delay (reported by Joel) +* fixed back-to-top button movement glitch on Firefox 17+ +* fixed jQuery version checking on WP 3.6 (reported by Detlef) +* fixed admin accordion compatibility with WP 3.6 + += 2.0.6 = +* fixed right sidebar padding for mobile devices +* fixed meta area height +* fixed one column layout right side spacing +* fixed top menu items being displayed in the reverse order +* fixed footer social icons sometimes being becoming partially hidden on mobile devices +* renamed “sub-header” to “headings” (according to W3C standards) +* added IMDb social icon +* improved compatibility with WordPress 3.4 + += 2.0.5 = +* Fixed fonts loosing their styling in post excepts +* Added top margin for post headers and removed their text shadows +* Fixed header and footer social icons responsiveness +* Fixed right sidebar padding in responsive view +* The logo link in the header is now using home_url() + += 2.0.4.1 = +* Fixed optset(), echo_first_image() functions not being properly prefixed + += 2.0.4 = +* Added a new setting for the header: left margin to complement the existing top margin setting. You’ll find them both in the Header Settings. Now you should be able to position your logo or site tile just the way you want to. +* Fixed the content header sizes (h1-h6) +* Fixed the searchbar on 404 pages +* Added buttons linking to the Background and Header pages (under Appearance) from the Mantra settings page +* Fixed the presentation page columns animation quirk on FireFox +* Added 3 new social icons: Xing, VK and Twitch TV +* Added an edit button to the ‘category page with intro’ template +* Added custom fields catid/slug/key to ‘category page with intro’ template +* Changed ‘Mobile view’ setting name to ‘Responsiveness’ (this was such a radical change that we almost made this Mantra v3.0. Almost. ) + += 2.0.3.1 = +* Fixed font-related issue introduced in 2.0.3 +* Fixed special characters support in Custom JS/CSS fields + += 2.0.3 = +* fixed mailto:mailto:mailto bug for Mail social icon +* fixed favicon preview incorrectly displayed custom logo instead of icon in dashboard +* slider caption size now self adjusts in responsive mode on mobile devices +* added mobile devices touchscreen support for the main menu +* improved search box auto-resize to fit in the sidebar +* new .pot file (for translators) +* fixed blog page template had no meta description (now displays the description set in the theme for the homepage) +* separated post meta bar and meta tags control in Post Meta Settings +* implemented workaround for iSomething devices’ browser incomplete support for responsive images inside relative dimension containers +* fixed unequal content column spacing on the sidebar on each side layout +* updated shortcode buttons look and added target attribute for them (see demo page for examples) +* added support for google fonts custom styles (and broke standard fonts functionality) +* corrected paragraph alignment + += 2.0.2 = +* Added support for shortcodes inside the Presentation Page columns and extra text +* Fixed site width being 0 in some rare, x-files related occurrences +* Fixed multiple issues with the new header in IE +* Fixed caption opacity for IE +* Fixed issue where the ‘Custom logo’ option was selected for the header but no logo was uploaded and an empty image place-holder was displayed in some browsers +* Relative dimensions are now labelled as DEPRECATED. We recommend using absolute dimensions with mobile view enabled (full responsiveness) +* Fixed ‘column’ shortcode widths + += 2.0.1 = +* Fixed missing social icons in the header +* Improved woocommerce compatibility +* Further improved mobile view +* Fixed Settings page animation +* Some really minor fixes not worth listing individually + += 2.0 = +* New and improved Mantra Settings page +* Moved several settings around for better grouping +* The new Header options set: Header Height, Site Header selector (Site Title / Logo / Link / None), Custom Logo uploader, Header Top Spacing and Rounded Corners for Menu Items. +* (finally) Fixed header responsiveness +* Sanitize function is made pluggable +* Hopefully fixed some array merging which sometimes lost the Mantra options +* Improved jQuery plugins compatibility +* Improved mobile view +* Fixed social mail link +* Fixed columns shortcodes +* Fixed HTML layout on the ‘Category page with intro’ template +* Undefined amount of small bug fixes + +Earlier changelogs are available at http://www.cryoutcreations.eu/mantra diff --git a/themes/mantra/rtl.css b/themes/mantra/rtl.css index 3f2046cf..ec28788e 100644 --- a/themes/mantra/rtl.css +++ b/themes/mantra/rtl.css @@ -1,403 +1,403 @@ -/* -Theme Name: Mantra -*/ - - -/* -RTL Basics -*/ - -body { - direction:rtl; - unicode-bidi:embed; -} - -.socials, #sfooter { - float:left; -} - -ol {margin-left:0;margin-right:1.5em;} - -.entry-content ul > li {padding-left:0;padding-right:20px;} -.entry-content ul, .entry-summary ul {margin-right:0;} - -/* -LAYOUT: Two-Column (Right) -DESCRIPTION: Two-column fixed layout with one sidebar right of content -*/ - -#container { - float: right; -} - - -/* =Structure --------------------------------------------------------------- */ - -/* The main theme structure */ -#footer-widget-area .widget-area { - float: right; -} -#footer-widget-area #fourth { -} -#site-info { -} -#site-generator { - float: left; -} - - -/* =Global Elements --------------------------------------------------------------- */ - -/* Text elements */ -ul { - margin: 0 1.5em 18px 0; -} - -.widget-area ul ul li { -background:url("images/bullets/arrow_white.png") no-repeat scroll right 8px transparent; -padding-right:12px; -} -#calendar_wrap { - margin-right: 10px; -} - -.widget_search #s, #search #s { - border-radius: 0 10px 0 0; - display: block; - float: right; - font-family: Arial !important; - font-size: 14px; - margin-bottom: 20px; - margin-right: 10%; - padding-bottom: 4px; - padding-right: 10px; - padding-top: 6px; - width: 60%; -} - -.widget_search #searchsubmit { - background: none repeat scroll 0 0 #777777; - border: medium none; - color: #EEEEEE; - cursor: pointer; - display: block; - float: right; - font-family: Arial !important; - font-size: 12px; - height: 28px; - right: -28px; - margin: 0; - padding: 0; - position: relative; - text-shadow: 0 -1px 0 #000000; - top: 0; - width: 27px; -} - -blockquote { - font-style: normal; -} - -/* Text meant only for screen readers */ -.screen-reader-text { - left: 9000px; - text-indent:-9000px; - overflow:hidden; -} - - -/* =Header --------------------------------------------------------------- */ - -#site-title { - float: right; - margin-right: 20px; - padding-right: 20px; -} - -#site-description { - clear: left; - float: right; - font-style: normal; -} - -/* =Menu --------------------------------------------------------------- */ - -#access { - float:right; -} - -#access .menu-header, -div.menu { - margin-right: 12px; - margin-left: 0; -} - -#access .menu-header li, -div.menu li{ - float:right; -} - -#access ul ul { -margin-right:0; -} - -#access ul li { - float:right; -} - - -/* =Content --------------------------------------------------------------- */ - -#content table { - text-align: right; - margin: 0 0 24px -1px; -} -.page-title span { - font-style:normal; -} - -#content ul > li { - background-position: right 10px; -} - -.entry-title, -.entry-meta{ - clear: right; - float: right; -} - -.entry-meta { - width: 100%; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; -} - -.entry-meta .comments-link {float: left;} - -#content .format-status .entry-meta2 { -clear:left; -float:right; -margin-right:0; -padding-right:0; -} - -.status_content { -float:right; -} - -.entry-meta span, .entry-meta2 span{ - float: right; - padding-left:3px; -} - -.entry-meta2 .edit-link, .entry-meta3 .edit-link, .edit-link { - float: left; -} - -.entry-meta span .bl_sep, .entry-meta2 span .bl_sep { - float: left ; -padding-right:5px; -} - -.format-status .avatar { -float:right; -margin-left:10px; -margin-right:0; -} - -#content h3.entry-format { -line-height:1em ; -margin-top:5px; -margin-left:10px; -margin-bottom:0px; -float:right; -} - -#content .format-status h3.entry-format { -margin-left:10px; -} - - -.entry-content input.file, -.entry-content input.button { - margin-left: 24px; - margin-right:0; -} -.entry-content blockquote.left { - float: right; - margin-right: 0; - margin-left: 24px; - text-align: left; -} -.entry-content blockquote.right { - float: left; - margin-right: 24px; - margin-left: 0; - text-align: right; -} -#entry-author-info #author-avatar { - float: right; - margin: 0 0 0 -104px; -} -#entry-author-info #author-description { - float: right; - margin: 0 104px 0 0; -} - -.continue-reading-link { - display:inline-block; -} - -.continue-reading-link .meta-nav { - display:inline-block; - float:left; - -webkit-transform:rotate(180deg); - -moz-transform:rotate(180deg); - transform:rotate(180deg); -} - -.sticky hgroup { - background: url("images/icon-featured.png") no-repeat scroll right 10px transparent; - padding-right: 35px; -} - -.pagination span, .pagination a { -float:right; -} - -article.format-link, article.format-quote, article.format-image, article.format-chat, article.format-aside { - background-position: right 10px; -} - -article.format-link header, article.format-quote header, article.format-image header, article.format-chat header, article.format-aside header { - padding-left: 0; - padding-right: 60px; -} - - -#respond label { -float:right; -} -#commentform { -float:right; -} - -#commentform label { -width:15%; -} - -#respond .required { -float:right; -} - -#respond .comment-notes { -float:right; -text-align:right; -} -/* Gallery listing --------------------------------------------------------------- */ - -.category-gallery .gallery-thumb { - float: right; - margin-left:20px; - margin-right:0; -} - - -/* Images --------------------------------------------------------------- */ - -#content .gallery .gallery-caption { - margin-right: 0; -} - -#content .gallery .gallery-item { - float: right; -} - -#content .entry-title { - float:none; -} - -/* =Navigation --------------------------------------------------------------- */ -.nav-previous { - float: right; -} -.nav-next { - float: left; - text-align:left; -} - -.theme-default .nivo-controlNav { - direction:ltr; -} - -/* =Comments --------------------------------------------------------------- */ - -.commentlist li.comment { - padding: 0 66px 0 0; -} -.commentlist .avatar { - right: 0; - left: auto; -} -.comment-author .says, #comments .pingback .url { - font-style: normal; -} - -/* Comments form */ -.children #respond { - margin: 0 0 0 48px; -} - -/* =Widget Areas --------------------------------------------------------------- */ - -.widget-title { -text-align:right; -padding-left:0 !important; -padding-right:20px !important; -} - -.widget-area ul { - margin-right: 0; -} -.widget-area ul ul { - margin-right: 1.3em; - margin-left: 0; -} -#wp-calendar caption { - text-align: right; -} -#wp-calendar tfoot #next { - text-align: left; -} - -/* Main sidebars */ -#main .widget-area ul { - margin-right: 0; - padding: 0 0 0 20px; -} -#main .widget-area ul ul { - margin-right: 1.3em; - margin-left: 0; -} - -/* =Footer --------------------------------------------------------------- */ -#site-generator { - font-style:normal; -} -#site-generator a { - background-position: right center; - padding-right: 20px; - padding-left: 0; +/* +Theme Name: Mantra +*/ + + +/* +RTL Basics +*/ + +body { + direction:rtl; + unicode-bidi:embed; +} + +.socials, #sfooter { + float:left; +} + +ol {margin-left:0;margin-right:1.5em;} + +.entry-content ul > li {padding-left:0;padding-right:20px;} +.entry-content ul, .entry-summary ul {margin-right:0;} + +/* +LAYOUT: Two-Column (Right) +DESCRIPTION: Two-column fixed layout with one sidebar right of content +*/ + +#container { + float: right; +} + + +/* =Structure +-------------------------------------------------------------- */ + +/* The main theme structure */ +#footer-widget-area .widget-area { + float: right; +} +#footer-widget-area #fourth { +} +#site-info { +} +#site-generator { + float: left; +} + + +/* =Global Elements +-------------------------------------------------------------- */ + +/* Text elements */ +ul { + margin: 0 1.5em 18px 0; +} + +.widget-area ul ul li { +background:url("images/bullets/arrow_white.png") no-repeat scroll right 8px transparent; +padding-right:12px; +} +#calendar_wrap { + margin-right: 10px; +} + +.widget_search #s, #search #s { + border-radius: 0 10px 0 0; + display: block; + float: right; + font-family: Arial !important; + font-size: 14px; + margin-bottom: 20px; + margin-right: 10%; + padding-bottom: 4px; + padding-right: 10px; + padding-top: 6px; + width: 60%; +} + +.widget_search #searchsubmit { + background: none repeat scroll 0 0 #777777; + border: medium none; + color: #EEEEEE; + cursor: pointer; + display: block; + float: right; + font-family: Arial !important; + font-size: 12px; + height: 28px; + right: -28px; + margin: 0; + padding: 0; + position: relative; + text-shadow: 0 -1px 0 #000000; + top: 0; + width: 27px; +} + +blockquote { + font-style: normal; +} + +/* Text meant only for screen readers */ +.screen-reader-text { + left: 9000px; + text-indent:-9000px; + overflow:hidden; +} + + +/* =Header +-------------------------------------------------------------- */ + +#site-title { + float: right; + margin-right: 20px; + padding-right: 20px; +} + +#site-description { + clear: left; + float: right; + font-style: normal; +} + +/* =Menu +-------------------------------------------------------------- */ + +#access { + float:right; +} + +#access .menu-header, +div.menu { + margin-right: 12px; + margin-left: 0; +} + +#access .menu-header li, +div.menu li{ + float:right; +} + +#access ul ul { +margin-right:0; +} + +#access ul li { + float:right; +} + + +/* =Content +-------------------------------------------------------------- */ + +#content table { + text-align: right; + margin: 0 0 24px -1px; +} +.page-title span { + font-style:normal; +} + +#content ul > li { + background-position: right 10px; +} + +.entry-title, +.entry-meta{ + clear: right; + float: right; +} + +.entry-meta { + width: 100%; + -webkit-box-sizing:border-box; + -moz-box-sizing:border-box; + box-sizing:border-box; +} + +.entry-meta .comments-link {float: left;} + +#content .format-status .entry-meta2 { +clear:left; +float:right; +margin-right:0; +padding-right:0; +} + +.status_content { +float:right; +} + +.entry-meta span, .entry-meta2 span{ + float: right; + padding-left:3px; +} + +.entry-meta2 .edit-link, .entry-meta3 .edit-link, .edit-link { + float: left; +} + +.entry-meta span .bl_sep, .entry-meta2 span .bl_sep { + float: left ; +padding-right:5px; +} + +.format-status .avatar { +float:right; +margin-left:10px; +margin-right:0; +} + +#content h3.entry-format { +line-height:1em ; +margin-top:5px; +margin-left:10px; +margin-bottom:0px; +float:right; +} + +#content .format-status h3.entry-format { +margin-left:10px; +} + + +.entry-content input.file, +.entry-content input.button { + margin-left: 24px; + margin-right:0; +} +.entry-content blockquote.left { + float: right; + margin-right: 0; + margin-left: 24px; + text-align: left; +} +.entry-content blockquote.right { + float: left; + margin-right: 24px; + margin-left: 0; + text-align: right; +} +#entry-author-info #author-avatar { + float: right; + margin: 0 0 0 -104px; +} +#entry-author-info #author-description { + float: right; + margin: 0 104px 0 0; +} + +.continue-reading-link { + display:inline-block; +} + +.continue-reading-link .meta-nav { + display:inline-block; + float:left; + -webkit-transform:rotate(180deg); + -moz-transform:rotate(180deg); + transform:rotate(180deg); +} + +.sticky hgroup { + background: url("images/icon-featured.png") no-repeat scroll right 10px transparent; + padding-right: 35px; +} + +.pagination span, .pagination a { +float:right; +} + +article.format-link, article.format-quote, article.format-image, article.format-chat, article.format-aside { + background-position: right 10px; +} + +article.format-link header, article.format-quote header, article.format-image header, article.format-chat header, article.format-aside header { + padding-left: 0; + padding-right: 60px; +} + + +#respond label { +float:right; +} +#commentform { +float:right; +} + +#commentform label { +width:15%; +} + +#respond .required { +float:right; +} + +#respond .comment-notes { +float:right; +text-align:right; +} +/* Gallery listing +-------------------------------------------------------------- */ + +.category-gallery .gallery-thumb { + float: right; + margin-left:20px; + margin-right:0; +} + + +/* Images +-------------------------------------------------------------- */ + +#content .gallery .gallery-caption { + margin-right: 0; +} + +#content .gallery .gallery-item { + float: right; +} + +#content .entry-title { + float:none; +} + +/* =Navigation +-------------------------------------------------------------- */ +.nav-previous { + float: right; +} +.nav-next { + float: left; + text-align:left; +} + +.theme-default .nivo-controlNav { + direction:ltr; +} + +/* =Comments +-------------------------------------------------------------- */ + +.commentlist li.comment { + padding: 0 66px 0 0; +} +.commentlist .avatar { + right: 0; + left: auto; +} +.comment-author .says, #comments .pingback .url { + font-style: normal; +} + +/* Comments form */ +.children #respond { + margin: 0 0 0 48px; +} + +/* =Widget Areas +-------------------------------------------------------------- */ + +.widget-title { +text-align:right; +padding-left:0 !important; +padding-right:20px !important; +} + +.widget-area ul { + margin-right: 0; +} +.widget-area ul ul { + margin-right: 1.3em; + margin-left: 0; +} +#wp-calendar caption { + text-align: right; +} +#wp-calendar tfoot #next { + text-align: left; +} + +/* Main sidebars */ +#main .widget-area ul { + margin-right: 0; + padding: 0 0 0 20px; +} +#main .widget-area ul ul { + margin-right: 1.3em; + margin-left: 0; +} + +/* =Footer +-------------------------------------------------------------- */ +#site-generator { + font-style:normal; +} +#site-generator a { + background-position: right center; + padding-right: 20px; + padding-left: 0; } \ No newline at end of file diff --git a/themes/mantra/search.php b/themes/mantra/search.php index ac5009f4..c5ec2e42 100644 --- a/themes/mantra/search.php +++ b/themes/mantra/search.php @@ -1,53 +1,53 @@ - - -
      -
      - - - - - - - ' . get_search_query() . '' ); ?> -
      - - - - - - - - - - -
      - ' . get_search_query() . '' ); ?> -
      -

      -
      -
      -
      - - - - -
      - -
      - - + + +
      +
      + + + + + + + ' . get_search_query() . '' ); ?> +
      + + + + + + + + + + +
      + ' . get_search_query() . '' ); ?> +
      +

      +
      +
      +
      + + + + +
      + +
      + + diff --git a/themes/mantra/searchform.php b/themes/mantra/searchform.php index a08838fa..af607d0e 100644 --- a/themes/mantra/searchform.php +++ b/themes/mantra/searchform.php @@ -1,11 +1,11 @@ - -
      - - + + + + \ No newline at end of file diff --git a/themes/mantra/sidebar-footer.php b/themes/mantra/sidebar-footer.php index 48454852..ba95abd0 100644 --- a/themes/mantra/sidebar-footer.php +++ b/themes/mantra/sidebar-footer.php @@ -1,59 +1,59 @@ - - - - - + + + + + diff --git a/themes/mantra/sidebar.php b/themes/mantra/sidebar.php index 387ba4b8..6a4f2cf8 100644 --- a/themes/mantra/sidebar.php +++ b/themes/mantra/sidebar.php @@ -1,146 +1,146 @@ - $value) { - ${"$key"} = esc_attr($value) ; -} - -if (is_page_template() && !is_page_template('template-blog.php') && !is_page_template('template-onecolumn.php') && !is_page_template('template-page-with-intro.php') ) { -?> - - - - - - - - - - - - - $value) { + ${"$key"} = esc_attr($value) ; +} + +if (is_page_template() && !is_page_template('template-blog.php') && !is_page_template('template-onecolumn.php') && !is_page_template('template-page-with-intro.php') ) { +?> + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/mantra/single.php b/themes/mantra/single.php index 62cde790..94d6b579 100644 --- a/themes/mantra/single.php +++ b/themes/mantra/single.php @@ -1,73 +1,73 @@ - - -
      -
      - - - - - - - -
      > -

      - - - -
      - - '' ) ); ?> -
      - - -
      -
      - -
      - -
      - - -
      - - ', '' ); cryout_post_footer_hook(); ?> -
      -
      - - - - - - - - -
      - -
      - - + + +
      +
      + + + + + + + +
      > +

      + + + +
      + + '' ) ); ?> +
      + + +
      +
      + +
      + +
      + + +
      + + ', '' ); cryout_post_footer_hook(); ?> +
      +
      + + + + + + + + +
      + +
      + + diff --git a/themes/mantra/style-mobile.css b/themes/mantra/style-mobile.css index 7b937a00..74d31373 100644 --- a/themes/mantra/style-mobile.css +++ b/themes/mantra/style-mobile.css @@ -1,194 +1,194 @@ -/* =Responsive Structure ------------------------------------------------ */ - -@media (max-width: 1100px) { - body.mobile #content { - float:none; - margin:0 2%; - width:96%; - height:auto; } - body.mobile #access, body.mobile #branding {width:100%;} - body.mobile #wrapper, body.mobile #colophon, body.mobile #main, body.mobile article.post, body.mobile #container, body.mobile #linky { width: auto; } - body.mobile #branding { height:auto; min-height:90px; } - body.mobile #bg_image { min-height:90px; width:100%; } - - body.mobile #header-container > div { - margin-top:7px; - margin-left:14px; - height:100%; } - - body.mobile a#logo { height:100%; display: block !important; } - - body.mobile a#logo img { height:80%; width:auto; max-width:90%; } - body.mobile #site-title {margin-top:22px;} - body.mobile #site-description {clear:both;margin-left:0;} - body.mobile.safari a#logo img { max-height: 80px; height:auto;} - - body.mobile #smenul, body.mobile #smenur { margin-top:0; } - - body.mobile .socials a { margin:0; padding-left:5px; display: block; } - body.mobile .socials a img { width:22px; } - body.mobile #wrapper { margin:10px; } - body.mobile #access .menu-header, body.mobile div.menu { width:95%; } - body.mobile #primary, body.mobile #secondary { width:100%; height:auto !important; } - - body.mobile #content img, body.mobile content article.post img, body.mobile #content article .wp-caption, body.mobile article embed { - max-width:90% !important; } - body.mobile #access { /*background:#ddd;*/ } - body.mobile #slider { width:auto; height:auto; } - body.mobile #footer-widget-area .widget-title { background:none !important; padding-left:10px; } - body.mobile .widget-title { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; } - body.mobile .xoxo .widget-title { margin-left:-10px !important; text-align:left !important; } - body.mobile #site-title { font-size:30px; line-height: 30px; padding-left:0; } - body.mobile #site-description { margin-top:5px; font-size:15px; line-height: 15px; } - - body.mobile #main .widget-area ul.xoxo { padding-left:10px; } - - body.mobile .footertwo .widget-area, body.mobile .footerthree .widget-area, body.mobile .footerfour .widget-area { - width:95%; margin-left:2.5%; } - body.mobile #sfooter { display:table; float:none; text-align:center; margin:0 auto; padding:0; top:0; margin-top:10px; } -} - -@media (max-width: 800px) { - #content { - float:none; - margin:0 2%; - width:96%; - height:auto; } - #access, #branding {width:100%;} - #wrapper, #colophon, #main, article.post, #container, #linky { width: auto; } - #branding { height:auto; min-height:90px; } - #bg_image { min-height:90px; width:100%; } - - #header-container > div { - margin-top:7px; - margin-left:14px; - height:100%; } - - a#logo { height:100%; display: block !important; } - - a#logo img { height:80%; width:auto; max-width:90%; } - #site-title {margin-top:22px;} - #site-description {clear:both;margin-left:0;} - .safari a#logo img { max-height: 80px; height:auto;} - - #smenul, #smenur { margin-top:0; } - - .socials a { margin:0; padding-left:5px; display: block; } - .socials a img { width:22px; } - #wrapper { margin:10px; } - #access .menu-header, div.menu { width:95%; } - #primary, #secondary { width:100%; height:auto !important; } - - .slider-wrapper { width:95%; } - #slider, #slider img { width:100%; } - #front-columns > div { width:45%; } - #front-columns .column-image, #front-columns .column-image img { height:inherit; } - - #content img, #content article.post img, #content .wp-caption, article embed { max-width:100% !important;} - #access { /*background:#ddd;*/ } - #column3 { clear:left; } - #slider { width:auto; height:auto; } - #footer-widget-area .widget-title { background:none !important; padding-left:10px; } - .widget-title { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; } - .xoxo .widget-title { margin-left:-10px !important; text-align:left !important; } - #site-title { font-size:30px; line-height: 30px; padding-left:0; } - #site-description { margin-top:5px; font-size:15px; line-height: 15px; } - - #main .widget-area ul.xoxo { padding-left:10px; } - - .footertwo .widget-area, .footerthree .widget-area, .footerfour .widget-area { - width:95%; margin-left:2.5%; } - - #sfooter { display:table; float:none; text-align:center; margin:0 auto; padding:0; top:0; margin-top:10px; } -} - -@media (max-width: 650px) { - /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */ - body, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote { - font-size: 13px !important; - } - #front-text1 h1, #front-text2 h1 { - font-size:2em; - line-height:2em; - } - #access ul { - font-size: 12px; - } - article.intro .entry-content { - font-size: 12px; - } - .entry-title { - font-size: 21px; - } - .featured-post .entry-title { - font-size: 14px; - } - .singular .entry-title { - font-size: 28px; - } - .entry-meta {border:none;padding:0;} - .entry-meta a , .entry-meta, .comments-link{ - font-size: 10px !important; - background:none !important; - -moz-box-shadow:none !important; - -webkit-box-shadow:none !important; - box-shadow:none !important; - } - #content .entry-title { - font-size:20px !important; - } - #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { - margin-left:0 !important; - } - .widget-area a:link, .widget-area a:visited { - font-size:10px !important; - } - .tinynav { - display: block; - } - #access .menu ul:first-child { - display: none; - } - .theme-default .nivo-caption { - font-size:9px; - } - .short-columns { - width:100%; - } -} - - - -@media (max-width: 480px) { - /* @media (max-width: 450px) Reduce font-sizes for better readability on the smalles of devices */ - - -body, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote { - font-size: 12px !important; - } - - #site-title span a{ - font-size: 18px; - line-height:18px; - } - #site-description { - font-size: 11px; - line-height:10px; - } - #front-columns > div { - width:90% ; - } - - body { - padding: 0; - } - #page { - margin-top: 0; - } - #branding { - border-top: none; - } - -} - +/* =Responsive Structure +----------------------------------------------- */ + +@media (max-width: 1100px) { + body.mobile #content { + float:none; + margin:0 2%; + width:96%; + height:auto; } + body.mobile #access, body.mobile #branding {width:100%;} + body.mobile #wrapper, body.mobile #colophon, body.mobile #main, body.mobile article.post, body.mobile #container, body.mobile #linky { width: auto; } + body.mobile #branding { height:auto; min-height:90px; } + body.mobile #bg_image { min-height:90px; width:100%; } + + body.mobile #header-container > div { + margin-top:7px; + margin-left:14px; + height:100%; } + + body.mobile a#logo { height:100%; display: block !important; } + + body.mobile a#logo img { height:80%; width:auto; max-width:90%; } + body.mobile #site-title {margin-top:22px;} + body.mobile #site-description {clear:both;margin-left:0;} + body.mobile.safari a#logo img { max-height: 80px; height:auto;} + + body.mobile #smenul, body.mobile #smenur { margin-top:0; } + + body.mobile .socials a { margin:0; padding-left:5px; display: block; } + body.mobile .socials a img { width:22px; } + body.mobile #wrapper { margin:10px; } + body.mobile #access .menu-header, body.mobile div.menu { width:95%; } + body.mobile #primary, body.mobile #secondary { width:100%; height:auto !important; } + + body.mobile #content img, body.mobile content article.post img, body.mobile #content article .wp-caption, body.mobile article embed { + max-width:90% !important; } + body.mobile #access { /*background:#ddd;*/ } + body.mobile #slider { width:auto; height:auto; } + body.mobile #footer-widget-area .widget-title { background:none !important; padding-left:10px; } + body.mobile .widget-title { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; } + body.mobile .xoxo .widget-title { margin-left:-10px !important; text-align:left !important; } + body.mobile #site-title { font-size:30px; line-height: 30px; padding-left:0; } + body.mobile #site-description { margin-top:5px; font-size:15px; line-height: 15px; } + + body.mobile #main .widget-area ul.xoxo { padding-left:10px; } + + body.mobile .footertwo .widget-area, body.mobile .footerthree .widget-area, body.mobile .footerfour .widget-area { + width:95%; margin-left:2.5%; } + body.mobile #sfooter { display:table; float:none; text-align:center; margin:0 auto; padding:0; top:0; margin-top:10px; } +} + +@media (max-width: 800px) { + #content { + float:none; + margin:0 2%; + width:96%; + height:auto; } + #access, #branding {width:100%;} + #wrapper, #colophon, #main, article.post, #container, #linky { width: auto; } + #branding { height:auto; min-height:90px; } + #bg_image { min-height:90px; width:100%; } + + #header-container > div { + margin-top:7px; + margin-left:14px; + height:100%; } + + a#logo { height:100%; display: block !important; } + + a#logo img { height:80%; width:auto; max-width:90%; } + #site-title {margin-top:22px;} + #site-description {clear:both;margin-left:0;} + .safari a#logo img { max-height: 80px; height:auto;} + + #smenul, #smenur { margin-top:0; } + + .socials a { margin:0; padding-left:5px; display: block; } + .socials a img { width:22px; } + #wrapper { margin:10px; } + #access .menu-header, div.menu { width:95%; } + #primary, #secondary { width:100%; height:auto !important; } + + .slider-wrapper { width:95%; } + #slider, #slider img { width:100%; } + #front-columns > div { width:45%; } + #front-columns .column-image, #front-columns .column-image img { height:inherit; } + + #content img, #content article.post img, #content .wp-caption, article embed { max-width:100% !important;} + #access { /*background:#ddd;*/ } + #column3 { clear:left; } + #slider { width:auto; height:auto; } + #footer-widget-area .widget-title { background:none !important; padding-left:10px; } + .widget-title { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; } + .xoxo .widget-title { margin-left:-10px !important; text-align:left !important; } + #site-title { font-size:30px; line-height: 30px; padding-left:0; } + #site-description { margin-top:5px; font-size:15px; line-height: 15px; } + + #main .widget-area ul.xoxo { padding-left:10px; } + + .footertwo .widget-area, .footerthree .widget-area, .footerfour .widget-area { + width:95%; margin-left:2.5%; } + + #sfooter { display:table; float:none; text-align:center; margin:0 auto; padding:0; top:0; margin-top:10px; } +} + +@media (max-width: 650px) { + /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */ + body, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote { + font-size: 13px !important; + } + #front-text1 h1, #front-text2 h1 { + font-size:2em; + line-height:2em; + } + #access ul { + font-size: 12px; + } + article.intro .entry-content { + font-size: 12px; + } + .entry-title { + font-size: 21px; + } + .featured-post .entry-title { + font-size: 14px; + } + .singular .entry-title { + font-size: 28px; + } + .entry-meta {border:none;padding:0;} + .entry-meta a , .entry-meta, .comments-link{ + font-size: 10px !important; + background:none !important; + -moz-box-shadow:none !important; + -webkit-box-shadow:none !important; + box-shadow:none !important; + } + #content .entry-title { + font-size:20px !important; + } + #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { + margin-left:0 !important; + } + .widget-area a:link, .widget-area a:visited { + font-size:10px !important; + } + .tinynav { + display: block; + } + #access .menu ul:first-child { + display: none; + } + .theme-default .nivo-caption { + font-size:9px; + } + .short-columns { + width:100%; + } +} + + + +@media (max-width: 480px) { + /* @media (max-width: 450px) Reduce font-sizes for better readability on the smalles of devices */ + + +body, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote { + font-size: 12px !important; + } + + #site-title span a{ + font-size: 18px; + line-height:18px; + } + #site-description { + font-size: 11px; + line-height:10px; + } + #front-columns > div { + width:90% ; + } + + body { + padding: 0; + } + #page { + margin-top: 0; + } + #branding { + border-top: none; + } + +} + diff --git a/themes/mantra/style.css b/themes/mantra/style.css index f0e49315..61b83a82 100644 --- a/themes/mantra/style.css +++ b/themes/mantra/style.css @@ -1,2679 +1,2654 @@ -/* - * Theme Name: Mantra - * Theme URI: http://www.cryoutcreations.eu/mantra - * Description: Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. - * Author: Cryout Creations - * Author URI: http://www.cryoutcreations.eu - * Version: 2.5.0 - * License: GNU General Public License v2.0 - * License URI: http://www.gnu.org/licenses/gpl-2.0.html - * Tags: black, red, blue, white, silver, light, dark, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready - * - * Copyright (c) 2011-2013 Cryout Creations - * http://www.cryoutcreations.eu -*/ - - -/* -IMPORTANT! - -Any changes made to this or any other of the theme's files will be lost at the next update. - -To safely make customizations to the theme, for CSS-only consider using the theme's dedicated -"Custom CSS" field found under the Miscellaneous section of the theme settings page; -for advanced CSS and other customizations, consider using a child theme. -*/ - - -/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html --------------------------------------------------------------- */ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend{ - background: transparent; - border: 0; - margin: 0; - padding: 0; - vertical-align: baseline; -} - -table, tbody, tfoot, thead, tr, th, td { - background: transparent; - border: 0; - margin: 0; - padding: 0; -} - -body { - line-height: 1; -} -h1, h2, h3, h4, h5, h6 { - clear: both; - font-weight: normal; -} -#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 { - clear: none; -} -ol, ul { - list-style: none; -} - -blockquote { - border : 1px solid #EEE; - padding:15px ; - display:block; - background-color: #FAFAFA; - font-style: italic; - max-width:90% !important; - margin:0 auto; - clear:both; - float:none; - color:#999; - -webkit-border-radius:5px; - -moz-border-radius:5px; - border-radius:5px; - -webkit-box-shadow: 0px 0px 3px #FFF inset; - -moz-box-shadow: 0px 0px 3px #FFF inset; - box-shadow: 0px 0px 3px #FFF inset; - } - -del { - text-decoration: line-through; -} -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: collapse; - border-spacing: 0; -} -a img { - border: none; -} - - - -/* =Layout --------------------------------------------------------------- */ - -/* -LAYOUT: Two columns -DESCRIPTION: Two-column fixed layout with one sidebar right of content -*/ - -#container { - float: none; - margin:0; - width: 100%; -} -#content { - display:block; - float:left; - margin: 0px 0px 0 20px; - padding-top:10px; -} -#primary, -#secondary { - display:block; - float: right; - overflow: hidden; - width:125px; - border-left:1px dashed #EAEAEA; - padding-left:20px; - padding-top:10px; -} -#primary { -min-height:200px; -} - -#secondary { - /*clear: right;*/ -} -#footer { - clear: both; - width: 100%; -} - -/* -LAYOUT: One column, no sidebar -DESCRIPTION: One centered column with no sidebar -*/ - -.one-column #content { - margin: 0 20px; - width:auto; - float:none; -} - -/* -LAYOUT: Full width, no sidebar -DESCRIPTION: Full width content with no sidebar; used for attachment pages -*/ - -.single-attachment #content { - margin: 0px auto; - width:96%; - display:block; - float:none; -} - - -/* =Fonts --------------------------------------------------------------- */ -body { - font-family:Segoe UI, Arial, sans-serif; -} - -pre { - font-family: "Courier 10 Pitch", Courier, monospace; -} -code { - font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important; -} - -.entry-content code { - background-color: #FAFAFA; - border-left: 5px solid #EEEEEE; - clear: both; - color: #1B1B1B; - display: block; - float: none; - margin: 0 auto; - overflow: auto; - padding: 10px !important; - text-indent: 0; - white-space: nowrap; - width: 95% !important; -} - -/* =Structure --------------------------------------------------------------- */ - -/* The main theme structure */ -#colophon, -#branding, -#main, -#wrapper { - margin: 0 auto; -} - -#branding { -display:block; -float:left; -clear:both; -height:75px; -padding:0; -position:relative; -overflow:hidden; -} - -a#logo { -display:inline; -height:100%; -} - -#linky { -background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=='); -display:block; -width:100%; -height:100%; -} - -#forbottom { -min-height:200px; -} - -#wrapper { - padding: 10px 0 0; -} - -/* Structure the footer area */ -#footer-widget-area { - overflow: hidden; -} - -.footerfour .widget-area { - float: left; - margin-left: 1.5%; - margin-right:1.5%; - width: 22%; -} -.footerthree .widget-area { - float: left; - margin-left: 1.5%; - margin-right:1.5%; - width: 30%; -} - -.footertwo .widget-area { - float: left; - margin-left: 2.5%; - width: 47%; -} - -.footerone .widget-area { - float: left; - margin-left: 2%; - width: 98%; -} - - -#footer-widget-area #fourth { - margin-right: 0; -} - -#site-generator { - float: right; - width: 220px; -} - - -/* =Global Elements --------------------------------------------------------------- */ - -/* Main global 'theme' and typographic styles */ -body { - padding-bottom:10px; - background: #333; -} - -body, -input, -textarea { - color: #666; - font-size: 12px; - line-height: 18px; - -} -hr { - background-color: #d7d7d7; - border: 0; - clear: both; - height: 1px; - margin-bottom: 18px; -} - -/* Text elements */ -#content { - font-size:15px; - line-height:1.7em; - color: #333; -} - -#content p{ - margin-bottom: 1.5em; -} -.entry-content ul, .entry-summary ul { - margin-left: 1.5em; -} - -.entry-content ul, .entry-summary ul , -.entry-content ol, .entry-summary ol { -margin-bottom:1.5em; -} - -.entry-content ul > li { - background: url(images/bullet.png) left 10px no-repeat; - padding-left: 20px; -} - -.entry-content li li { - margin-left: 15px; -} - -ol { - list-style: decimal; - margin-left: 1.5em; - -} -ol ol { - list-style: upper-alpha; -} -ol ol ol { - list-style: lower-roman; -} -ol ol ol ol { - list-style: lower-alpha; -} -ul ul, -ol ol, -ul ol, -ol ul { - margin-bottom: 0; -} -dt { - font-weight: bold; -} -big { - font-size: 131.25%; -} -ins { - background: #D9EFFD; - text-decoration: none; -} - -pre { - background: #F8F8F8; - color: #222; - padding: 1.5em; - border:1px dashed #ddd; -} -abbr, -acronym { - border-bottom: 1px dotted #666; - cursor: help; -} -sup, -sub { - height: 0; - line-height: 1; - position: relative; - vertical-align: baseline; -} -sup { - bottom: 1ex; -} -sub { - top: .5ex; -} -input[type="text"],input[type="password"],input[type="email"], -textarea { - background: #fff; - border: 1px solid #DDD; - padding-left:5px; - border-radius:2px; - -moz-border-radius:2px; - -webkit-border-radius:2px; - height:32px; - -webkit-transition:.2s border ease; - -moz-transition:.2s border ease; - -o-transition:.2s border ease; - transition:.2s border ease; - -moz-box-sizing:border-box; - -webkit-box-sizing:border-box; - box-sizing:border-box; -} - -input[type="text"]:hover,input[type="password"]:hover,input[type="email"]:hover, -textarea:hover { -border:1px solid #CCC !important; -} -a:link { - color: #0D85CC;text-decoration:none; -} -a:visited { - color: #0D85CC;text-decoration:none;; -} -a:active, -a:hover { - color: #000; -} - -/* Text meant only for screen readers */ -.screen-reader-text { - position: absolute; - left: -9000px; -} - - -/* =Header --------------------------------------------------------------- */ - -#header { - background:none; - -} -#site-title { - float: left; - font-size: 36px; - line-height: 60px; -} -#site-title a { - color: #EEE; - font-weight: bold; - text-decoration: none; - font-variant: small-caps; - letter-spacing: -0.02em; - -moz-text-shadow: -2px -2px 0px #000; - -webkit-text-shadow: -2px -2px 0px #000; - text-shadow: -2px -2px 0px #000; - display:block; -} -#site-description { - display:inline; - float: left; - font-size: 15px; - line-height:60px; - margin-left:20px; - color:#999; - padding-left:0px; - letter-spacing: 0.1em; - -moz-text-shadow: 0px -1px 0px #000; - -webkit-text-shadow: 0px -1px 0px #000; - text-shadow: 0px -1px 0px #000; -} - -#header-container { -display:block; -float:none; -position:absolute; -top:0px; -width:100%; -height:100%; -} - -#header-container > div { -margin-top: 20px; -margin-left: 40px; -} - -/* =Menu -PRIMARY --------------------------------------------------------------- */ - -#access { - display: block; - float: left; - margin: 0 auto; - margin-top:10px; -} - -#access .menu-header, div.menu { -margin:0 6px; -} - -#access ul { -margin-bottom:0px; -} - - #access ul li.current_page_item, #access ul li.current-menu-item { --moz-box-shadow:none; --webkit-box-shadow:none; -box-shadow:none; -background:#fff; -} - - -#access a { - display:block; - color: #5F5B5B; - text-decoration: none; - padding:0.2em 1.2em; - font-size:14px; -} - -#access ul li { -display:block; -float:left; -background:#FAFAFA; --webkit-border-radius:7px 7px 0 0; --moz-border-radius:7px 7px 0 0; -border-radius:7px 7px 0 0; -margin:0 3px; -padding:3px 0; --moz-box-shadow:0 -3px 4px rgba(0,0,0,0.1) inset; --webkit-box-shadow:0 -3px 4px rgba(0,0,0,0.1) inset; -box-shadow:0 -3px 4px rgba(0,0,0,0.1) inset; -white-space: nowrap; -} - -#access a:hover { - color:#0C85CD ; -} - -#access ul ul { - display: none; - position: absolute; - clear:both; - z-index: 99999; - margin-left:0px; - -moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.3) ; - -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.3); - box-shadow:0 10px 10px rgba(0, 0, 0, 0.3); -} -#access ul ul li { /* level 2 */ - margin:0; - width: 100%; /* submenu width fix */ - border-bottom: 1px solid rgba(220,220,220,0.3); - position:relative; - background:#FFF; - -webkit-border-radius: 0; - -moz-border-radius:0; - border-radius: 0; - -moz-box-shadow:none ; - -webkit-box-shadow:none ; - box-shadow:none; - display:block; - float:left; - clear:both; - min-width:150px; -} - - -#access ul ul ul { -position:absolute; - left: 100%; - top: 0px; - margin:0; -} - - -#access ul ul ul li { /* level 3 */ - border: 0; - width: 100%; - display: block; - float: none; - border-bottom: 1px solid rgba(220,220,220,0.3); - } - - -#access ul ul a, #access ul ul ul a { - display:block; - float:none; - color:#5F5B5B; - width:100% ; - padding-top: 0.6em ; - padding-bottom: 0.6em ; - } - -#access ul ul li:hover, #access ul ul ul li:hover { - background:#FCFCFC ; - } - - - -#access li:hover > a { - color:#0E85CD ; -} - -#access ul ul :hover > a { - color:#0E85CD; -} - -#access.jssafe ul li > ul { - display: none; -} - -#access.jssafe ul li:hover > ul { - display: block; -} -#access ul li.current_page_item > a, -#access ul li.current-menu-item > a{ - - color: #000 !important; -} - -#access ul ul li.current_page_item , -#access ul ul li.current-menu-ancestor, -#access ul ul li.current-menu-item , -#access ul ul li.current-menu-parent { - color: #000 !important; - background:#FFF !important; -} - - -* html #access ul li.current_page_item a, -* html #access ul li.current-menu-ancestor a, -* html #access ul li.current-menu-item a, -* html #access ul li.current-menu-parent a, -* html #access ul li a:hover { - color: #5F5B5B ; -} - -/* =Menu -SECONDARY --------------------------------------------------------------- */ - -.footermenu { - display:block; - overflow:visible; - float:none; -} - -.topmenu { -overflow:hidden; - } - -.topmenu ul{ - margin:0; - padding:0; - float:right; -} - -.topmenu ul li{ - display:block; - float:left; - margin:3px 5px; -} - -.footermenu { - text-align:center; - overflow:hidden; - display:table; - float:none; - margin:0 auto; -} - -.footermenu ul li{ - display:block; - float:left; - margin:0px 5px; - text-align:center; -} - - -/* =Content --------------------------------------------------------------- */ - -#main { - background:#FFF; - clear: both; - overflow: hidden; - padding: 0px ; -} -#content { - margin-bottom: 0px; -} - -.entry-content pre, -.entry-content hr { - margin-bottom: 8px; -} -.entry-content ul ul, -.entry-content ol ol, -.entry-content ul ol, -.entry-content ol ul { - margin-bottom: 0; -} -.entry-content pre, -.entry-content kbd, -.entry-content tt, -.entry-content var { - overflow:auto; - font-family: "Courier New",Courier,monospace !important; -} - -.entry-content dt, -.entry-content th { - color: #000; -} -.entry-content h1, -.entry-content h2, -.entry-content h3, -.entry-content h4, -.entry-content h5, -.entry-content h6 { - color: #0E85CD; - margin:20px 0px 5px 0px; -} - -.entry-content h1 { -font-size:1.9em; -} - -.entry-content table { - border: 1px solid #e7e7e7; - margin: 0 0 24px 0; - text-align: left; - width: 100%; -} -.entry-content tr { - background-color:#FFF; - vertical-align:top; -} -.entry-content .alternate { - background-color:#FFF; -} - -.entry-content tr th, -.entry-content thead th { - color: #000; - font-weight: bold; - padding: 9px 24px; - background-color:#f8f8f8; -} -.entry-content tr td { - border-top: 1px solid #e7e7e7; - padding: 6px 24px; - vertical-align:top; -} -.entry-content tr.odd td { - background: #f2f7fc; -} -.hentry { - margin: 0 0 28px 0; -} - -.single .hentry { - margin: 0 0 36px 0; -} -.page-title { - color: #000; - font-size: 16px; - font-weight: bold; - margin: 0 0 10px 0; -} -.page-title span { - color: #333; - font-size: 16px; - font-style: italic; - font-weight: normal; -} -.page-title a:link, -.page-title a:visited { - color: #666; - text-decoration: none; -} -.page-title a:active, -.page-title a:hover { - color: #0D85CC; -} -#content .entry-title { - color: #000000; - font-size: 30px; - font-weight: normal; - line-height: 1.3em; - margin-bottom: 0; - -moz-text-shadow:2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc; - -webkit-text-shadow:2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc; - text-shadow:2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc; -} -.entry-title a:link, -.entry-title a:visited { - color:inherit; - text-decoration: none; -} -.entry-title a:active, -.entry-title a:hover { - color: #333; -} - -#content > h1.entry-title { - margin-bottom: 10px; -} - -.entry-meta { - background-color: #F5F5F5; - border: 2px solid #FFF; - color: #666666; - display: block; - font-size: 12px; - margin: 0px 1px; - padding: 0 6px; - box-shadow:0px 0px 1px #DDD; - -moz-box-shadow:0px 0px 1px #DDD; - -webkit-box-shadow:0px 0px 1px #DDD; - clear:both; - line-height:2em; -} - -#content .entry-meta2, -#content .entry-meta3 { - font-size:12px ; - padding: 0; - clear:both; - display:block; -} - -.entry-meta .comments-link { - float:right; - background:#FFF; - padding:0px 10px; - padding-bottom:0px; - font-size:12px; - box-shadow: inset 1px 1px 0px #DDD; - -moz-box-shadow: inset 1px 1px 0px #DDD; - -webkit-box-shadow: inset 1px 1px 0px #DDD; - line-height:1.9em; - margin-top:0px; -} - -#content h3.entry-format { - margin-left:0px; - padding-left:4px; - display:inline; - font-size:14px; - color:#666 !important; - text-decoration:underline; - text-transform: uppercase; - text-shadow: none; - -moz-text-shadow: none; - -webkit-text-shadow:none; - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; -} - -.entry-meta2 .comments-link { - border-bottom: 1px solid #EEEEEE; - float: right; - font-size: 12px; - padding: 0 10px; -} - - -.entry-meta abbr, -.entry-utility abbr { - border: none; -} -.entry-meta abbr:hover, -.entry-utility abbr:hover { - border-bottom: 1px dotted #666; -} -.entry-content, -.entry-summary { - clear: both; - padding: 8px 0px 10px; -} -#content .entry-summary p:last-child { - margin-bottom: 12px; -} -.entry-content fieldset { - border: 1px solid #e7e7e7; - margin: 0 0 24px 0; - padding: 24px; -} -.entry-content fieldset legend { - background: #fff; - color: #000; - font-weight: bold; - padding: 0 24px; -} - -.entry-content label {} -.entry-content sup, -.entry-content sub { - font-size: 10px; -} - -.entry-content blockquote.left { - float: left; - margin-left: 0; - margin-right: 24px; - text-align: right; - width: 33%; -} -.entry-content blockquote.right { - float: right; - margin-left: 24px; - margin-right: 0; - text-align: left; - width: 33%; -} - -.tag-links { - margin-left:30px; -} - -.page-link { - margin: 20px 0; - clear:both; - font-size: 12px; - line-height: 14px; -} - - .page-link em { - font-weight: normal; - font-style:normal; - text-decoration: none; - margin:0px; - padding: 2px 8px; - background:#f7f7f7; - border-bottom:1px solid #eee; - -moz-transition:.2s background ease-in; - -o-transition:.2s background ease-in; - -webkit-transition:.2s background ease-in; - transition:.2s background ease-in; -} - - .page-link a:hover em { - background:#eee; -} - -body.page .edit-link { - clear: both; - display: block; -} -#entry-author-info { - background: #FFF; - border-top: 4px solid #333; - clear: both; - font-size: 14px; - line-height: 20px; - margin: 24px 0; - overflow: hidden; - padding: 18px 20px; -} -#entry-author-info #author-avatar { - background: #fff; - border: 1px solid #e7e7e7; - float: left; - height: 60px; - margin: 0 -104px 0 0; - padding: 11px; - -moz-box-shadow:0 0 10px #EEEEEE inset; - -webkit-box-shadow:0 0 10px #EEEEEE inset; - box-shadow:0 0 10px #EEEEEE inset; - -} -#entry-author-info #author-description { - float: left; - margin: 0 0 0 104px; -} -#entry-author-info h2 { - color: #000; - font-size: 100%; - font-weight: bold; - margin-bottom: 0; -} -.entry-utility { - clear: both; - color: #666; - font-size: 12px; - line-height: 18px; -} - a, -.entry-utility a { - color: #666; -} -.entry-meta a:hover, -.entry-utility a:hover { - color: #000; -} -#content .video-player { - padding: 0; -} - -/* POST FORMATS */ - -article.format-link, article.format-quote, article.format-image, article.format-chat, article.format-aside { - background-position: 0px 10px; - background-repeat: no-repeat; } -article.format-aside { background-position: 10px -7px; } -article.format-link { background-image: url(images/post-formats/link.png); } -article.format-quote { background-image: url(images/post-formats/quotes.png); } -article.format-image { background-image: url(images/post-formats/picture.png); } -article.format-chat { background-image: url(images/post-formats/bubble.png); } -article.format-aside { background-image: url(images/post-formats/brackets.png); } - -article.format-link header, article.format-quote header, article.format-image header, -article.format-chat header, article.format-aside header { - padding-left: 60px; } -article.format-aside header { margin-top: 7px; } -article.format-link h3.entry-format, article.format-quote h3.entry-format, article.format-image h3.entry-format, -article.format-chat h3.entry-format, article.format-aside h3.entry-format { display: none !important; } - - -/* =Asides --------------------------------------------------------------- */ - -.home #content .format-aside p, -.home #content .category-asides p { - line-height: 20px; - margin-bottom: 10px; - margin-top: 0; -} -.home .hentry.format-aside, -.home .hentry.category-asides { - padding: 0; -} -.home #content .format-aside .entry-content, -.home #content .category-asides .entry-content { - padding-top: 0; -} - - -#content .format-aside .entry-title { - display:none; -} - -#content .format-aside .author , -#content .format-aside .bl_categ, -#content .format-aside .bl_sep { - display:none; -} - -/** - * 5.4 Galleries - * ---------------------------------------------------------------------------- - */ - -#content .gallery br+br { - display: none; -} -#content .attachment img { /* single attachment images should be centered */ - display: block; - margin: 0 auto; - max-width:96%; -} - -.gallery { - margin: 0 auto 20px; -} - -.gallery img { - /*border: 10px solid #f1f1f1;*/ -} - -.gallery-item { - float: left; - margin: 0 4px 4px 0; - overflow: hidden; - position: relative; -} - -.gallery-columns-1.gallery-size-medium, -.gallery-columns-1.gallery-size-thumbnail, -.gallery-columns-2.gallery-size-thumbnail, -.gallery-columns-3.gallery-size-thumbnail { - display: table; - margin: 0 auto 20px; -} - -.gallery-columns-1 .gallery-item, -.gallery-columns-2 .gallery-item, -.gallery-columns-3 .gallery-item { - text-align: center; -} - -.gallery-columns-4 .gallery-item { - max-width: 23%; - max-width: -webkit-calc(25% - 4px); - max-width: calc(25% - 4px); -} - -.gallery-columns-5 .gallery-item { - max-width: 19%; - max-width: -webkit-calc(20% - 4px); - max-width: calc(20% - 4px); -} - -.gallery-columns-6 .gallery-item { - max-width: 15%; - max-width: -webkit-calc(16.7% - 4px); - max-width: calc(16.7% - 4px); -} - -.gallery-columns-7 .gallery-item { - max-width: 13%; - max-width: -webkit-calc(14.28% - 4px); - max-width: calc(14.28% - 4px); -} - -.gallery-columns-8 .gallery-item { - max-width: 11%; - max-width: -webkit-calc(12.5% - 4px); - max-width: calc(12.5% - 4px); -} - -.gallery-columns-9 .gallery-item { - max-width: 9%; - max-width: -webkit-calc(11.1% - 4px); - max-width: calc(11.1% - 4px); -} - -.gallery-columns-1 .gallery-item:nth-of-type(1n), -.gallery-columns-2 .gallery-item:nth-of-type(2n), -.gallery-columns-3 .gallery-item:nth-of-type(3n), -.gallery-columns-4 .gallery-item:nth-of-type(4n), -.gallery-columns-5 .gallery-item:nth-of-type(5n), -.gallery-columns-6 .gallery-item:nth-of-type(6n), -.gallery-columns-7 .gallery-item:nth-of-type(7n), -.gallery-columns-8 .gallery-item:nth-of-type(8n), -.gallery-columns-9 .gallery-item:nth-of-type(9n) { - margin-right: 0; -} - -.gallery-caption { - background-color: rgba(0, 0, 0, 0.7); - box-sizing: border-box; - color: #fff; - font-size: 14px; - line-height: 1.3; - margin: 0; - max-height: 50%; - opacity: 0; - padding: 2px 5%; - position: absolute; - bottom: 0; - left: 0; - text-align: left; - -webkit-transition: opacity 400ms ease; - transition: opacity 400ms ease; - width: 90%; - cursor: default; - margin: 0 0 16px; -} - -.gallery-item:hover .gallery-caption { - opacity: 1; -} - -.gallery-columns-7 .gallery-caption, -.gallery-columns-8 .gallery-caption, -.gallery-columns-9 .gallery-caption { - display: none; -} - -/* =Chat --------------------------------------------------------------- */ -.format-chat p { - font-family:Monaco, Courier New, monospace !important; -} - -/* =Quote --------------------------------------------------------------- */ -.format-quote blockquote, -.format-quote blockquote p{ - font-family: Georgia,"Bitstream Charter",serif !important; - font-size:1.1em !important; -} - - -/* =Status --------------------------------------------------------------- */ - -.format-status .entry-title { - display:none; -} - -#content .format-status .entry-meta2 { - float:left; - clear:right; - padding-left:0px; -} - -.status_content { - display:block; - float:left; - width:80%; -} - -#content .format-status h3.entry-format { - margin-left:0px; - padding-left:0px; - text-indent:0; -} - -.format-status .avatar { - display:block; - width:auto; - float:left; - margin-right:10px; -} - -/* =Attachment pages --------------------------------------------------------------- */ - -.attachment .entry-content .entry-caption { - font-size: 140%; - margin-top: 24px; -} -/*.attachment .entry-content .nav-previous a:before { - content: '\2190\00a0'; -} -.attachment .entry-content .nav-next a:after { - content: '\00a0\2192'; -}*/ - - -/* =Images --------------------------------------------------------------- */ - -#content img { - margin: 0; - height: auto; - max-width:100%; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; -} -#content table img { - max-width: initial; } - -#content img:hover { - -} - -#content .alignleft, -#content img.alignleft { - display: inline; - float: left; - margin-right: 24px; - margin-top: 4px; -} -#content .alignright, -#content img.alignright { - display: inline; - float: right; - margin-left: 24px; - margin-top: 4px; -} -#content .aligncenter, -#content img.aligncenter { - clear: both; - display: block; - margin-left: auto; - margin-right: auto; -} -#content img.alignleft, -#content img.alignright, -#content img.aligncenter { - margin-bottom: 12px; -} -#content .wp-caption { - background:url(images/pins/Pin2.png) no-repeat center 1px #F9F9F9; - border: 1px solid #DDD; - border-radius:4px; - -moz-border-radius:4px; - -webkit-border-radius:4px; - line-height: 18px; - margin-bottom: 20px; - padding:22px 7px 4px; - text-align: center; - color: #333; - max-width:100%; - -moz-box-sizing:border-box; - -webkit-box-sizing:border-box; - box-sizing:border-box; -} -#content .wp-caption img { - margin: 5px 0 0; - border:none !important; - padding:0px; - box-shadow: none !important; - -moz-box-shadow: none !important; - -webkit-box-shadow: none !important; - border-radius:4px; - -moz-border-radius:4px; - -webkit-border-radius:4px; - width:100%; -} -#content .wp-caption p.wp-caption-text { - font-size: 12px; - margin: 5px; - text-align:center; - text-indent:0px; -} -#content .wp-smiley { - margin: 0; - -moz-box-shadow: none !important; - -webkit-box-shadow: none !important ; - box-shadow: none !important; - background: none !important; - border: 0 !important; - vertical-align: middle; - width:auto !important; -} - - -/* =Navigation --------------------------------------------------------------- */ - -.navigation { - color: #666; - font-size: 12px; - line-height: 18px; - overflow: hidden; - -} -.navigation a:link, -.navigation a:visited { - text-decoration: none; - color:#666; -} -.navigation a:active, -.navigation a:hover { - color: #0D85CC; -} -.nav-previous { - float: left; - max-width: 47%; - padding:0 1%; - border-bottom:1px dashed #DDD; -} -.nav-next { - float: right; - text-align: right; - max-width: 47%; - padding:0 1%; - border-bottom:1px dashed #DDD; -} - -.nav-next:hover, .nav-previous:hover { - border-color:#999; -} - -#nav-above { - margin: 0 0 18px 0; -} -#nav-above { - display: none; -} -.paged #nav-above, -.single #nav-above { - display: block; -} -#nav-below { - margin-bottom: 10px; - clear:both; -} - - -/* =Comments --------------------------------------------------------------- */ -#comments { - clear: both; -} -#comments .navigation { - padding: 0 0 18px 0; -} -h3#comments-title, -h3#reply-title { - color: #000; - font-size: 20px; - font-weight: bold; - margin-bottom: 0; -} -h3#comments-title { - padding-top:4px; - padding-bottom:4px; - padding-left:10px; - margin-top: 20px; - margin-bottom:20px;; -} -.commentlist { - list-style: none; - margin: 0; -} -.commentlist li.comment { - padding:10px; - line-height: 24px; - margin: 0 0 10px 0; - padding: 0 0px 10px 56px; - position: relative; - background:#FFF; - background-image:none; - list-style:none; -} - -.reply a.comment-reply-link { -padding:0 3px; -color:#CCC; -font-weight:bold; --moz-transition:.2s color ease; --webkit-transition:.2s color ease; -transition:.2s color ease; -} - -.commentlist li:last-child { - margin-bottom: 0; -} -#comments .comment-body ul, -#comments .comment-body ol { -} -#comments .comment-body p:last-child { - margin-bottom: 0px; -} -#comments .comment-body blockquote p:last-child { - margin-bottom: 24px; -} -.commentlist ol { - list-style: decimal; -} -.commentlist img.avatar { - position: absolute; - top: 4px; - left: 5px; - border:1px solid #EEE ; - -moz-border-radius:0 ; - -webkit-border-radius:0; - border-radius:0; - background:#FFF; -} -.comment-author { - display:block; - float:left; -} -.comment-author cite { - color: #000; -} -.comment-author .says { - font-style: italic; - display:none; -} -.comment-meta { - font-size: 12px; - margin-bottom: 5px; - display:block; - float:left; - margin-left:5px; -} -.comment-meta a:link, -.comment-meta a:visited { - color: #999; - text-decoration: none; -} -.comment-meta a:active, -.comment-meta a:hover { - color: #0D85CC; -} - -.comment-body { -padding:5px 10px; -background:#F9F9F9; -border:1px solid #EEE; -clear:both; -} -.commentlist .even { -} -.commentlist .bypostauthor { -} -.reply { - font-size: 12px; - padding: 0 0 10px 0; - text-align:right; -} -.reply a, -a.comment-edit-link { - color: #666; -} - -.reply a:hover, -a.comment-edit-link:hover { - color: #0D85CC; -} -.commentlist .children { - background-image:none; - list-style: none; - margin: 0; - margin-left:-40px; - -} -.commentlist .children li { - border: none; - background-image:none !important; - margin: 0; - text-indent:0px !important; -} - -.nopassword, -.nocomments, .nocomments2 { -/* display: block;*/ -} - -#comments .pingback { - border-bottom: 1px solid #e7e7e7; - margin-bottom: 18px; - padding-bottom: 18px; -} -.commentlist li.comment+li.pingback { - margin-top: -6px; -} -#comments .pingback p { - color: #666; - display: block; - font-size: 12px; - line-height: 18px; - margin: 0; -} -#comments .pingback .url { - font-size: 13px; - font-style: italic; -} - -/* Comments form */ -input[type="submit"] { - color: #333; -} -#respond { - margin: 24px 0; - overflow: hidden; - position: relative; -} -#respond p { - margin: 0; -} -#respond .comment-notes { - margin-bottom: 1.5em; - font-size:0.8em; - color:#999; -} -.form-allowed-tags { - line-height: 1em; -} -.children #respond { - margin: 0 48px 0 0; - min-width:400px; -} -h3#reply-title { - margin: 18px 0 0 0; -} -#comments-list #respond { - margin: 0 0 18px 0; -} -#comments-list ul #respond { - margin: 0; -} -#cancel-comment-reply-link { - font-size: 12px; - font-weight: normal; - line-height: 18px; -} -#respond .required { - color: #0D85CC; - display:inline; -} - -#commentform { - width:90%; - max-width:550px; - display:block; - float:left; - margin:0 auto; -} - -#respond label { - color: #666; - font-size: 12px; -} - -#respond input { - margin: 0 0 9px; -} - - - -.comment-form-comment textarea { - width:80%; - display:block; - float:right; - margin-left:12px; - height:150px; -} - -.comment-form-author label, .comment-form-email label, .comment-form-email label, .comment-form-url label, .comment-form-comment label { -display:block; - float:left; - clear:both; - padding-top:3px; - width:10%; -} - -.comment-form-author input, .comment-form-email input, .comment-form-email input, .comment-form-url input, .comment-form-comment input { - width:80%; - display:block; - float:right; - margin-left:12px; -} - -#respond .form-allowed-tags { - color: #666; - font-size: 12px; - line-height: 18px; - width: 100%; - margin-left:12px; - clear:both; - display:block; - float:none; - padding-top:8px; -} -#respond .form-allowed-tags code { - font-size: 11px; -} -#respond .form-submit { - margin: 12px 0; - text-align:right; - clear:both; -} -#respond .form-submit input { - font-size: 14px; - width: auto; -} - -#respond .form-submit input#submit { - color:#555; - border:1px solid #CCC; - border-radius:5px; - -moz-border-radius:5px; - -webkit-border-radius:5px; - padding:2px 5px; - background-color:#FFF; - -moz-box-shadow: inset 0px -10px 10px 0px #EEE; - -webkit-box-shadow: inset 0px -10px 10px 0px #EEE; - box-shadow: inset 0px -10px 10px 0px #EEE; -} - -#respond .form-submit input#submit:hover { - background-color:#F6F6F6; - color:#444; -} - - -/* =Widget Areas --------------------------------------------------------------- */ - -.widget-area ul { - list-style: none !important; - margin-left: 0; - list-style-image:none; -} -.widget-area ul ul { - list-style: none !important; - margin-left: 0; -} - -.widget-area ul li{ - background-image: none; - margin-left: 0; - list-style-image:none; -} -.widget-area ul ul li{ - background:url(images/bullets/arrow_white.png) left 8px no-repeat; - margin:4px 3px; - display:block; - float:none; - width:auto; - padding:3px 0 0 12px; -} - -.contentsearch { -display:block; -float:none; -overflow:hidden; -} - -.contentsearch #s { - display:block;float:left; - margin-bottom:20px; - padding-left:10px; - font-size:15px; - height:40px; - min-width:250px; - -moz-border-radius:0 10px 10px 0; - -webkit-border-radius:0 10px 10px 0; - border-radius:0 10px 10px 0; - -moz-transition:background .2s ease-in; - -o-transition:background .2s ease-in; - -webkit-transition:background .2s ease-in; - transition:background .2s ease-in; - } -.contentsearch #searchsubmit { -display:block; -float:left; -padding:0; -margin:0; -text-align:center; -position:relative; -left:-40px; top:0px; -background: #777; -width:40px;height:40px; -border:none; -cursor:pointer; -font-size:12px; -color:#EEE; --moz-border-radius:0 10px 10px 0; --webkit-border-radius:0 10px 10px 0; -border-radius:0 10px 10px 0; -} - -#searchform { -display:block; -position:relative; -height:20px; -margin-bottom:20px; -} - -#main #searchform, #footer #searchform { -margin-right:10px; -} - -.widget_search #s, #search #s {/* This keeps the search inputs in line This is the Sidebar Search*/ - position:absolute; - right:0;top:0; - display:block; - width:100%; - padding-left:10px; - margin:0; - -moz-border-radius:0px 0 0 0; - -webkit-border-radius:0px 0 0 0; - border-radius:0px 6px 6px 0; - font-family:Arial !important; - font-size:14px; - -moz-box-sizing:border-box; - -webkit-box-sizing:border-box; - box-sizing:border-box; -} - -#searchform #s:hover , #container #s:hover { -color:#0D85CC; -} - -.widget_search #searchsubmit { -display:block; -padding:0;margin:0; -position:absolute; -top:0px;right:0px; -width:36px;height:32px; -border:none;cursor:pointer; -color:#FFF;background: #999; -font-size:12px; --moz-border-radius:0px 0 0 0; --webkit-border-radius:0px 0 0 0; -border-radius:0px 6px 6px 0; --moz-transition:.2s background ease-in; --webkit-transition:.2s background ease-in; -transition:.2s background ease-in; -} - -#searchsubmit:hover { -background:#AAA; -} - -.widget_search label { - display: none; -} -.widget-container { - margin: 0 0 18px 0; -} -.widget-title { - color: #2EA5FD; - font-size:16px; - padding:4px 0; - padding-left:15px; - text-align:left; - margin-bottom:10px; - background-color:#333; - margin-left:-10px; - padding-right:10px; - width:100%; - -moz-border-radius:10px 0 0 0; - -webkit-border-radius:10px 0 0 0; - border-radius:10px 0 0 0; - -} - -#footer-widget-area .widget-title { - background:none; - box-shadow:none; - -moz-box-shadow:none; - -webkit-box-shadow:none; - color:#0D85CC; - text-align:left; - border-radius:10px; - -webkit-border-radius:10px; - -moz-border-radius:10px; - width:95%; -} - -#footer-widget-area a { - background:none; - box-shadow:none; - -moz-box-shadow:none; - -webkit-box-shadow:none; - text-shadow:none; - border:0; - padding:0;margin:0; -} - -#footer-widget-area a:hover { - text-decoration:underline; - color:#888; -} - -#footer-widget-area ul ul li { - display:block; - float:none; - background:none; - padding-left:0; - margin-left:0; -} - -.widget-container li { - display:block;float:none; - margin:4px 0; -} - -.widget-area { - font-size: 14px; - line-height: 1.5; -} - -.widget-area a:link, -.widget-area a:visited { - text-decoration: none; - color:#0D85CC; - font-size:14px; - line-height: 1.5; - word-wrap:break-word; -} -.widget-area a:active, -.widget-area a:hover { - color:#333; -} - -.widget-area .entry-meta { - font-size: 11px; -} -#wp_tag_cloud div { - line-height: 1.6em; -} -#wp-calendar { - width: 100%; -} - -#calendar_wrap { - display:block; - float:none; - margin-left:10px; -} - -#wp-calendar caption { - color: #333; - font-size: 14px; - font-weight: bold; - padding-bottom: 4px; - text-align: left; - margin-left:10px; -} -#wp-calendar thead { - font-size: 11px; -} -#wp-calendar thead th { -} -#wp-calendar tbody { - color: #000; -} -#wp-calendar tbody td { - padding: 3px 0 2px; - text-align: center; - border:1px solid #EEE; -} - -#wp-calendar tbody td:hover { - background: #EEE; - opacity:0.8; -} - -#wp-calendar tbody td a{ - box-shadow:none; - -moz-box-shadow:none; - -webkit-box-shadow:none; - color:#0D85CC; - border:none !important; - background:none !important; - padding:0; - margin:0; -} - -#wp- tbody .pad { - background: none; -} -#wp-calendar tfoot #next { - text-align: right; -} -.widget_rss a.rsswidget { - color: #000; -} -.widget_rss a.rsswidget:hover { - color: #0D85CC; -} -.widget_rss .widget-title img { - width: 11px; - height: 11px; -} - -/* Main sidebars */ -#main .widget-area ul { - margin-left: 0; - padding: 0; -} -#main .widget-area ul ul { - border: none; - margin-left: 0px; - padding: 0; -} -#main .widget-area ul.xoxo{ -padding-right:10px; -} - -/* Before and after content widgets */ - -.yoyo .widget-title { -background:none; -padding:0; -margin:0; -} - - -/* Footer widget areas */ -#footer-widget-area { -margin-top:10px; -} - -#footer-widget-area a{ - color:#666; -} - -#footer-widget-area #wp-calendar tbody td { - background:none ; - border:1px solid #222; - padding:3px 0 2px; - text-align:center; - color:#999; -} - - - -/* =Footer --------------------------------------------------------------- */ - -#footer { - margin-bottom: 0px; - background:#222; - -} - -#footer2 { -display:block; -background:#171717; -padding-bottom:10px; -overflow:visible; -} - -#colophon { - margin-top: 0; - overflow: hidden; - padding: 0 0 10px 0px; -} - -#site-copyright { - display:block; - float:none; - font-style: italic; - clear:both; - margin:0 auto; - text-align:center; - padding-top:4px; -} - -#site-copyright a{ -text-decoration:none; -color:#0D85CC; -} - -#site-copyright a:hover{ -text-decoration:underline; -} - -img#wpstats { - display: block; - margin: 0 auto 10px; -} - -/* Extras */ - -#forbottom { - clear:both; - width:100%; -} - -#forbottom2 { - clear:both; - width:100%; -} - - -/* =Mobile Safari ( iPad, iPhone and iPod Touch ) --------------------------------------------------------------- */ - -pre { - -webkit-text-size-adjust: 140%; -} -code { - -webkit-text-size-adjust: 160%; -} -#access, -.entry-meta, -.entry-utility, -.navigation, -.widget-area { - -webkit-text-size-adjust: 120%; -} -#site-description { - -webkit-text-size-adjust: none; -} - -/* SOCIALS */ - -.socials { - float:right; - position:relative; - margin-right:10px; - padding-left:10px; - min-height:20px; - overflow: hidden; - padding-top:5px; -} -.socials a { - display:block; - float:left; - margin-right:5px; - position:relative; -} -.socials img { - width:26px; -} - -#header-container >div#sheader { -position:absolute; -margin:0; -top:5px; -right:5px; -} -#smenul, #smenur { - margin-top:3px; - margin-bottom:-6px; -} -#smenul a img, #smenur a img {width:34px;} -#smenul { - float:left; - padding-left:20px; -} -#sfooter { - float:right; - padding-top:5px; - top:-24px; - overflow:visible; -} - -#sfooter a { - width:26px; - height:26px; - margin-left:5px; -} - -/* ARTICLES */ - -article.post { - display:block; - overflow:hidden; -} - -article.sticky { -/*background: url("images/icon-back.png") repeat;*/ -background: #fafafa; -background: -moz-linear-gradient(top, #eeeeee 0%, #f7f7f7 7%, #ffffff 61%, #ffffff 100%); -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(7%,#f7f7f7), color-stop(61%,#ffffff), color-stop(100%,#ffffff)); -background: -webkit-linear-gradient(top, #eeeeee 0%,#f7f7f7 7%,#ffffff 61%,#ffffff 100%); -background: -o-linear-gradient(top, #eeeeee 0%,#f7f7f7 7%,#ffffff 61%,#ffffff 100%); -background: -ms-linear-gradient(top, #eeeeee 0%,#f7f7f7 7%,#ffffff 61%,#ffffff 100%); -background: linear-gradient(to bottom, #eeeeee 0%,#f7f7f7 7%,#ffffff 61%,#ffffff 100%); -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); --moz-border-radius:10px; --webkit-border-radius:10px; -border-radius:10px; -padding:10px; -} - - .sticky hgroup { -} - - -/* BACK TO TOP BUTTON */ - -#toTop { - width:37px; - height:39px; - background:url(images/back2top.png) bottom center no-repeat; - position:fixed; - bottom:20px; - right:20px; - cursor:pointer; - display:none; - z-index:9999; - transition:background .2s; -} -#toTop:hover { - background-position:top center; -} - -/* CUSTOM IMAGE BORDER */ - -.imageOne { - border:1px solid #DDD !important; - padding:3px; - height: auto; -} -.imageTwo{ - background-color: #FFFFFF; - border: 1px solid #EEE; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - padding: 3px; - -moz-box-shadow:0px 0px 4px #CCC; - -webkit-box-shadow:0px 0px 4px #CCC; - box-shadow:0px 0px 4px #CCC; -} -.imageThree{ - background-color: #FFFFFF; - border: 6px solid #EEEEEE; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius:5px; - padding: 3px; -} -.imageFour{ - border:1px solid #666 !important; - -moz-box-shadow:0px 0px 4px #666; - -webkit-box-shadow:0px 0px 4px #666; - box-shadow:0px 3px 4px #999; -} -.imageFive{ - border:3px solid #DDD !important; -} -.imageSix{ -border:8px solid #BBB !important; - -moz-box-shadow:0px 0px 5px #333; - -webkit-box-shadow:0px 0px 5px #333; - box-shadow: 0px 0px 5px #333; -} -.imageSeven{ - background-color: #FFFFFF; - border: 1px solid #CCC; - padding: 7px; - -moz-box-shadow:2px 2px 2px #CCC; - -webkit-box-shadow:2px 2px 2px #CCC; - box-shadow:inset 0px 0px 7px #CCC; -} - -/* EDIT POST LINK */ - -.edit-link a { - background:#F3F3F3; - border:1px solid #DDD; - padding:0px 10px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - font-size:12px; -} -.edit-link a:hover { -border:1px solid #CCC; -background:#FAFAFA; -} - -/* BREADCRUMBS */ - -.breadcrumbs { - font-size:1em; - padding-top:.5em; -} - .breadcrumbs a { -} - .breadcrumbs a:hover { -} - -/* PAGINATION */ - -.pagination { - display:table; - float:none; - margin:20px auto; - text-align:center; - clear:both; - font-size:12px; - line-height:12px; -} -.pagination span, .pagination a { - display:block; - float:left; - margin: 2px 2px 2px 0; - padding:12px 16px 10px; - text-decoration:none; - width:auto; - color:#fff; - background: #EEE; - -moz-transition:background .5s ease-in-out; - -o-transition:background .5s ease-in-out; - -webkit-transition:background .5s ease-in-out; - transition:background .5s ease-in-out; -} -.pagination a:hover{ - color:#fff; - background: #999; -} -.pagination .current{ - background: #777; - color:#fff; -} - - -/* CUSTOM FRONT PAGE */ - - -/* - * jQuery Nivo Slider v2.7.1 - * http://nivo.dev7studios.com - * - * Copyright 2011, Gilbert Pellegrom - * Free to use and abuse under the MIT license. - * http://www.opensource.org/licenses/mit-license.php - * - * March 2010 - */ - - -/* The Nivo Slider styles */ -.nivoSlider { - position:relative; - width:100%; - height:auto; - overflow: hidden; -} -.nivoSlider img { - position:absolute; - top:0px; - left:0px; -} -.nivo-main-image { - display: block !important; - position: relative !important; - width: 100% !important; -} - -/* If an image is wrapped in a link */ -.nivoSlider a.nivo-imageLink { - position:absolute; - top:0px; - left:0px; - width:100%; - height:100%; - border:0; - padding:0; - margin:0; - z-index:6; - display:none; -} -/* The slices and boxes in the Slider */ -.nivo-slice { - display:block; - position:absolute; - z-index:5; - height:100%; - top:0; -} -.nivo-box { - display:block; - position:absolute; - z-index:5; - overflow:hidden; -} -.nivo-box img { display:block; } - -/* Caption styles */ -.nivo-caption { - position:absolute; - left:0px; - bottom:0px; - background:#000; - color:#fff; - width:100%; - z-index:8; - padding: 5px 10px; - opacity: 0.8; - overflow: hidden; - display: none; - -moz-opacity: 0.8; - filter:alpha(opacity=80); - -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ - -moz-box-sizing: border-box; /* Firefox, other Gecko */ - box-sizing: border-box; /* Opera/IE 8+ */ -} -.nivo-caption p { - padding:5px; - margin:0; -} -.nivo-caption a { - display:inline !important; -} -.nivo-html-caption { - display:none; -} -/* Direction nav styles (e.g. Next & Prev) */ -.nivo-directionNav a { - position:absolute; - top:45%; - z-index:9; - cursor:pointer; -} -.nivo-prevNav { - left:0px; -} -.nivo-nextNav { - right:0px; -} -/* Control nav styles (e.g. 1,2,3...) */ -.nivo-controlNav { - text-align:center; - padding: 15px 0; -} -.nivo-controlNav a { - cursor:pointer; -} -.nivo-controlNav a.active { - font-weight:bold; -} - -.slider-navhover .nivo-directionNav a.nivo-prevNav, -.slider-navhover .nivo-directionNav a.nivo-nextNav { - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; - filter: alpha(opacity=0); - opacity: 0; - -webkit-transition: .3s all ease-in-out; - -moz-transition: .3s all ease-in-out; - -o-transition: .3s all ease-in-out; - transition: .3s all ease-in-out; -} - -.slider-navhover:hover .nivo-directionNav a.nivo-prevNav, -.slider-navhover:hover .nivo-directionNav a.nivo-nextNav { - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; - filter: alpha(opacity=90); - opacity: 0.9; -} - -/* -Skin Name: Nivo Slider Default Theme -Skin URI: http://nivo.dev7studios.com -Skin Type: flexible -Description: The default skin for the Nivo Slider. -Version: 1.0 -Author: Gilbert Pellegrom -Author URI: http://dev7studios.com -*/ -.theme-default .nivoSlider { - position:relative; - background:#fff url(images/nivoslider/loading.gif) no-repeat 50% 50%; - margin-bottom:50px; - -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; - -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; - box-shadow: 0px 1px 5px 0px #4a4a4a; -} -.theme-default .nivoSlider img { - position:absolute; - top:0px; - left:0px; - display:none; -} -.theme-default .nivoSlider a { - border:0; - display:block; -} - -.theme-default .nivo-controlNav { - text-align: center; - padding: 0 0 20px 0; -} -.theme-default .nivo-controlNav a { - display:inline-block; - width:22px; - height:22px; - background:url(images/nivoslider/bullets.png) no-repeat; - text-indent:-9999px; - border:0; - margin: 0 2px; -} -.theme-default .nivo-controlNav a.active { - background-position:0 -22px; -} - -.theme-default .nivo-directionNav a { - display:block; - width:30px; - height:30px; - background:url(images/nivoslider/arrows.png) no-repeat; - text-indent:-9999px; - border:0; -} -.theme-default a.nivo-nextNav { - background-position:-30px 0; - right:15px; -} -.theme-default a.nivo-prevNav { - left:15px; -} - -.theme-default .nivo-caption { - font-family: Helvetica, Arial, sans-serif; -} -.theme-default .nivo-caption a { - color:#fff; - border-bottom:1px dotted #fff; -} -.theme-default .nivo-caption a:hover { - color:#fff; -} - -.theme-default .nivo-controlNav.nivo-thumbs-enabled { - width: 100%; -} -.theme-default .nivo-controlNav.nivo-thumbs-enabled a { - width: auto; - height: auto; - background: none; - margin-bottom: 5px; -} -.theme-default .nivo-controlNav.nivo-thumbs-enabled img { - display: block; - width: 120px; - height: auto; -} - -/* IE link fix */ -a.nivo-imageLink { - background-color: #fff; - filter:alpha(opacity=0); - opacity: 0; - -webkit-opacity:0; - -moz-opacity:0; --khtml-opacity:0; -} - - -/* Front page columns */ - -#front-columns { - display:block; - width:auto; - float:none; - margin:0px 30px; - overflow:hidden; - padding-top:20px; -} -.column-image { - width:100%; - display:block; - background:#CCC; - margin-bottom:10px; - overflow:hidden; - border:1px solid #EEE; - box-shadow:0 0 3px #333; -} -.column-text { - text-align:justify; -} -.column-image img { - width:100%; - height:100%; - display:block; -} -#front-columns h3 { - font-size:20px; - margin:7px 0; -} -.columnmore { - font-size:14px; - text-align:right; - padding-right:10px; - margin-top:10px; -} -/* Style HTML5 tags for IE8 and lower */ -header -,nav -,section -,article -,aside -,footer -,hgroup -{ -display: block; -} - -.tinynav { -display:block; -float:none; -margin:0 auto; -display:none; -min-width:200px; -width:100%; -padding:10px; -margin-bottom:8px; -} - -.tinynav option { - -} - -/* Multi-column short code */ -.multi-column {display: block; width: 100%; float: left; margin: 10px 0;} -.short-columns {display: inline-block; float: left; margin: 0px; padding: 1%; } -.column-12 {width: 48%;} -.column-13 {width: 31%;} -.column-14 {width: 23%;} -.column-16 {width: 14.5%;} -.column-23 {width: 62%;} -.column-34 {width: 72%;} -.column-56 {width: 80%;} -.column-1 {width: 98%; margin: 0} -.multi-column .short-columns:first-child {padding-left: 0; margin-left: 0} -.multi-column .short-columns:last-child {padding-right: 0; margin-right: 0} - -/* Pull quotes short code*/ -.pullquote { - font-family: Verdana, arial, sans-serif; - font-size:1.2em !important; - margin-top: 15px !important; - margin-bottom: 10px !important; - width: 33%; - color: #000; -} -.pullquote p{ - - font-family: "Pontano Sans", arial, sans-serif; - font-size:1.2em !important; - color: #000; -} - -/* buttons */ -.short-button-light { - color: #454545 !important; - padding: 1px 10px; - padding-bottom:3px; - background: -moz-linear-gradient( - top, - #fcfcfc 0%, - #d6d5d3); - background: -webkit-gradient( - linear, left top, left bottom, - from(#fcfcfc), - to(#d6d5d3)); - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #f7f7f7; - -moz-box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - -webkit-box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - text-shadow: - -1px -1px 0px rgba(252,252,252,0.4), - 0px 0px 0px rgba(255,255,255,0.3); -} - -.short-button-dark { - color: #ffffff !important; - padding: 1px 7px; - padding-bottom:3px; - background: -moz-linear-gradient( - top, - #6b6b6b 0%, - #000000); - background: -webkit-gradient( - linear, left top, left bottom, - from(#6b6b6b), - to(#000000)); - -moz-border-radius: 5px; - -webkit-border-radius:5px; - border-radius: 5px; - border: 1px solid #666; - -moz-box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - -webkit-box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - inset 0px 0px 1px rgba(255,255,255,0.7); - text-shadow: - 0px -1px 0px rgba(000,000,000,0.4), - 0px 1px 0px rgba(255,255,255,0.3); -} - -.short-button-color { - color: #ffffff !important; - padding: 1px 7px; - padding-bottom:3px; - background: #47afff; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - border: 1px solid #878787; - -moz-box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - 0 3px 10px rgba(255,255,255,0.7) inset; - -webkit-box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - 0 3px 10px rgba(255,255,255,0.7) inset; - box-shadow: - 0px 0px 1px rgba(000,000,000,0.5), - 0 3px 10px rgba(255,255,255,0.7) inset; - text-shadow: - -1px -1px 0px rgba(000,000,000,0.4), - 0px 0px 0px rgba(255,255,255,0.3); -} - - -a.short-button-light:hover { box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.8) inset; } -a.short-button-dark:hover { box-shadow: 0 0 10px rgba(255,255,255,0.5) inset; } -a.short-button-color:hover { box-shadow: 0 3px 10px rgba(255,255,255,0.9) inset; } - -a.short-button-color:hover, a.short-button-light:hover, a.short-button-dark:hover { text-decoration:none; } - -/* shareaddy compat */ .sharedaddy ul > li { background: none !important; text-indent: 0 !important; } -/* sociable compat */ .entry-content .sociable ul li { background: none; padding-left: 2px; } -/* woocommerce compat */ .woocommerce .product .entry-summary { clear:none; } -/* video fix */ #content embed, #content iframe {max-width:100%;} -/* a bit of captcha fixes */ -#recaptcha_widget_div { display:block; float:none; clear:both; } -.math-captcha-form { display:block; float:none; clear:both; } -.cptch_block { display:block; float:none; clear:both; } - -/* FIN! */ \ No newline at end of file +/* +Theme Name: Mantra +Theme URI: https://www.cryoutcreations.eu/wordpress-themes/mantra +Description: Mantra is a do-it-yourself WordPress theme, featuring a pack of over 100 customization options and easy to use tweaks capable of tuning WordPress to your very specific needs and likes. With the help of a simple and efficient user interface you can customize everything:the layout (1,2 or 3 columns), total and partial site widths, colors (all texts, links, backgrounds etc.), fonts (over 35 font-families plus all Google Fonts), text and header sizes, post metas, post excerpts, post formats, header and background images, custom menus, 27 social media links and icons, pins, bullets and much much more. With a fully responsive layout,a customizable showcase presentation page, animated slider, magazine and blog layouts, 8 widget areas, modern graphics and an easy and intuitive admin section, you can start creating your dream site right now. +Author: Cryout Creations +Author URI: https://www.cryoutcreations.eu +Version: 2.6.0 +License: GNU General Public License v2.0 +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, footer-widgets, grid-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment, news +Text domain: mantra + +Copyright (c) 2011-2013 Cryout Creations +https://www.cryoutcreations.eu +*/ + +/* +IMPORTANT! + +Any changes made to this or any other of the theme's files will be lost at the next update. + +To safely make customizations to the theme, for CSS-only consider using the theme's dedicated +"Custom CSS" field found under the Miscellaneous section of the theme settings page; +for advanced CSS and other customizations, consider using a child theme. +*/ + +/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html +-------------------------------------------------------------- */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend{ + background: transparent; + border: 0; + margin: 0; + padding: 0; + vertical-align: baseline; +} + +table, tbody, tfoot, thead, tr, th, td { + background: transparent; + border: 0; + margin: 0; + padding: 0; +} + +body { + line-height: 1; +} + +h1, h2, h3, h4, h5, h6 { + clear: both; + font-weight: normal; +} + +#content h1, +#content h2, +#content h3, +#content h4, +#content h5, +#content h6 { + clear: none; +} + +ol, ul { + list-style: none; +} + +blockquote { + display: block; + float: none; + clear: both; + max-width: 90% !important; + margin: 0 auto; + padding: 15px ; + border : 1px solid #EEE; + background-color: #FAFAFA; + font-style: italic; + color: #999; + border-radius: 5px; + box-shadow: 0px 0px 3px #FFF inset; + } + +del { + text-decoration: line-through; +} +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: collapse; + border-spacing: 0; +} +a img { + border: none; +} + + +/* =Layout +-------------------------------------------------------------- */ + +/* +LAYOUT: Two columns +DESCRIPTION: Two-column fixed layout with one sidebar right of content +*/ + +#container { + float: none; + width: 100%; + margin: 0; +} + +#content { + display: block; + float: left; + margin: 0px 0px 0 20px; + padding-top: 10px; +} + +#primary, +#secondary { + display: block; + float: right; + overflow: hidden; + width: 125px; + border-left: 1px dashed #EAEAEA; + padding-left: 20px; + padding-top: 10px; +} + +#primary { + min-height:200px; +} + +#secondary { + /*clear: right;*/ +} +#footer { + clear: both; + width: 100%; +} + +/* +LAYOUT: One column, no sidebar +DESCRIPTION: One centered column with no sidebar +*/ + +.one-column #content { + float: none; + width: auto; + margin: 0 20px; +} + +/* +LAYOUT: Full width, no sidebar +DESCRIPTION: Full width content with no sidebar; used for attachment pages +*/ + +.single-attachment #content { + display: block; + float: none; + width: 96%; + margin: 0px auto; +} + + +/* =Fonts +-------------------------------------------------------------- */ +body { + font-family: "Segoe UI", Arial, sans-serif; +} + +pre { + font-family: "Courier 10 Pitch", Courier, monospace; +} +code { + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important; +} + +.entry-content code { + display: block; + float: none; + clear: both; + width: 95% !important; + margin: 0 auto; + padding: 10px !important; + overflow: auto; + border-left: 5px solid #EEEEEE; + color: #1B1B1B; + text-indent: 0; + white-space: nowrap; + background-color: #FAFAFA; +} + +/* =Structure +-------------------------------------------------------------- */ + +/* The main theme structure */ +#colophon, +#branding, +#main, +#wrapper { + margin: 0 auto; +} + +#branding { + position: relative; + display: block; + float: left; + clear: both; + height: 75px; + padding: 0; + overflow: hidden; +} + +a#logo { + display: inline; + height: 100%; +} + +#linky { + display: block; + width: 100%; + height: 100%; + background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=='); +} + +#forbottom { + min-height: 200px; +} + +#wrapper { + padding: 10px 0 0; +} + +/* Structure the footer area */ +#footer-widget-area { + overflow: hidden; +} + +.footerfour .widget-area { + float: left; + width: 22%; + margin-left: 1.5%; + margin-right: 1.5%; +} +.footerthree .widget-area { + float: left; + width: 30%; + margin-left: 1.5%; + margin-right: 1.5%; +} + +.footertwo .widget-area { + float: left; + width: 47%; + margin-left: 2.5%; +} + +.footerone .widget-area { + float: left; + width: 98%; + margin-left: 2%; +} + + +#footer-widget-area #fourth { + margin-right: 0; +} + +#site-generator { + float: right; + width: 220px; +} + + +/* =Global Elements +-------------------------------------------------------------- */ + +/* Main global 'theme' and typographic styles */ +body { + padding-bottom: 10px; + background: #333; +} + +body, +input, +textarea { + color: #666; + font-size: 12px; + line-height: 18px; + +} +hr { + clear: both; + height: 1px; + margin-bottom: 18px; + border: 0; + background-color: #d7d7d7; +} + +/* Text elements */ +#content { + font-size: 15px; + line-height: 1.7em; + color: #333; +} + +#content p{ + margin-bottom: 1.5em; +} +.entry-content ul, .entry-summary ul { + margin-left: 1.5em; +} + +.entry-content ul, .entry-summary ul , +.entry-content ol, .entry-summary ol { + margin-bottom: 1.5em; +} + +.entry-content ul > li { + background: url(images/bullet.png) left 10px no-repeat; + padding-left: 20px; +} + +.entry-content li li { + margin-left: 15px; +} + +ol { + list-style: decimal; + margin-left: 1.5em; + +} +ol ol { + list-style: upper-alpha; +} +ol ol ol { + list-style: lower-roman; +} +ol ol ol ol { + list-style: lower-alpha; +} +ul ul, +ol ol, +ul ol, +ol ul { + margin-bottom: 0; +} +dt { + font-weight: bold; +} +big { + font-size: 131.25%; +} +ins { + background: #D9EFFD; + text-decoration: none; +} + +pre { + background: #F8F8F8; + color: #222; + padding: 1.5em; + border: 1px dashed #ddd; +} +abbr, +acronym { + border-bottom: 1px dotted #666; + cursor: help; +} +sup, +sub { + position: relative; + height: 0; + line-height: 1; + vertical-align: baseline; +} +sup { + bottom: 1ex; +} +sub { + top: .5ex; +} +input[type="text"], +input[type="password"], +input[type="email"], +textarea { + box-sizing: border-box; + height: 32px; + padding-left: 5px; + border: 1px solid #DDD; + background: #fff; + border-radius: 2px; + -webkit-transition: .2s border ease; + transition: .2s border ease; +} + +input[type="text"]:hover, +input[type="password"]:hover, +input[type="email"]:hover, +textarea:hover { + border: 1px solid #CCC !important; +} +a:link { + color: #0D85CC; + text-decoration: none; +} +a:visited { + color: #0D85CC; + text-decoration: none;; +} +a:active, +a:hover { + color: #000; +} + +/* Text meant only for screen readers */ +.screen-reader-text { + position: absolute; + left: -9000px; +} + + +/* =Header +-------------------------------------------------------------- */ + +#header { + background: none; +} +#site-title { + float: left; + font-size: 36px; + line-height: 60px; +} + +#site-title a { + display: block; + font-weight: bold; + text-decoration: none; + font-variant: small-caps; + letter-spacing: -0.02em; + color: #EEE; + text-shadow: -2px -2px 0px #000; +} +#site-description { + display: inline; + float: left; + margin-left: 20px; + padding-left: 0; + font-size: 15px; + line-height: 60px; + letter-spacing: 0.1em; + color: #999; + text-shadow: 0px -1px 0px #000; +} + +#header-container { + position: absolute; + top: 0; + display: block; + float: none; + width: 100%; + height: 100%; +} + +#header-container > div { + margin-top: 20px; + margin-left: 40px; +} + +/* =Menu -PRIMARY +-------------------------------------------------------------- */ + +#access { + display: block; + float: left; + margin: 0 auto; + margin-top: 10px; +} + +#access .menu-header, +div.menu { + margin: 0 6px; +} + +#access ul { + margin-bottom: 0; +} + + #access ul li.current_page_item, + #access ul li.current-menu-item { + background: #fff; + box-shadow: none; +} + + +#access a { + display: block; + padding: 0.2em 1.2em; + font-size: 14px; + text-decoration: none; + color: #5F5B5B; +} + +#access ul li { + display: block; + float: left; + background: #FAFAFA; + margin: 0 3px; + padding: 3px 0; + white-space: nowrap; + border-radius: 7px 7px 0 0; + box-shadow: 0 -3px 4px rgba(0,0,0,0.1) inset; +} + +#access a:hover { + color: #0C85CD ; +} + +#access ul ul { + position: absolute; + z-index: 99999; + display: none; + clear: both; + margin-left: 0; + box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); +} + +#access ul ul li { /* level 2 */ + position: relative; + display: block; + float: left; + clear:both; + width: 100%; /* submenu width fix */ + min-width: 150px; + margin: 0; + border-bottom: 1px solid rgba(220,220,220,0.3); + background: #FFF; + box-shadow: none; + border-radius: 0; +} + +#access ul ul ul { + position: absolute; + left: 100%; + top: 0; + margin: 0; +} + +#access ul ul ul li { /* level 3 */ + display: block; + float: none; + width: 100%; + border: 0; + border-bottom: 1px solid rgba(220,220,220,0.3); +} + +#access ul ul a, #access ul ul ul a { + display: block; + float: none; + width: 100% ; + padding-top: 0.6em ; + padding-bottom: 0.6em ; + color: #5F5B5B; +} + +#access ul ul li:hover, +#access ul ul ul li:hover { + background: #FCFCFC; +} + +#access li:hover > a { + color: #0E85CD ; +} + +#access ul ul :hover > a { + color: #0E85CD; +} + +#access.jssafe ul li > ul { + display: none; +} + +#access.jssafe ul li:hover > ul { + display: block; +} +#access ul li.current_page_item > a, +#access ul li.current-menu-item > a{ + color: #000 !important; +} + +#access ul ul li.current_page_item , +#access ul ul li.current-menu-ancestor, +#access ul ul li.current-menu-item , +#access ul ul li.current-menu-parent { + color: #000 !important; + background: #FFF !important; +} + + +* html #access ul li.current_page_item a, +* html #access ul li.current-menu-ancestor a, +* html #access ul li.current-menu-item a, +* html #access ul li.current-menu-parent a, +* html #access ul li a:hover { + color: #5F5B5B; +} + +/* =Menu -SECONDARY +-------------------------------------------------------------- */ + +.footermenu { + display: block; + float: none; + overflow: visible; +} + +.topmenu { + overflow: hidden; +} + +.topmenu ul{ + float: right; + margin: 0; + padding: 0; +} + +.topmenu ul li{ + display: block; + float: left; + margin: 3px 5px; +} + +.footermenu { + display: table; + float: none; + overflow: hidden; + margin: 0 auto; + text-align: center; +} + +.footermenu ul li{ + display: block; + float: left; + margin: 0 5px; + text-align: center; +} + + +/* =Content +-------------------------------------------------------------- */ + +#main { + clear: both; + overflow: hidden; + padding: 0; + background: #FFF; +} + +#content { + margin-bottom: 0; +} + +.entry-content pre, +.entry-content hr { + margin-bottom: 8px; +} + +.entry-content ul ul, +.entry-content ol ol, +.entry-content ul ol, +.entry-content ol ul { + margin-bottom: 0; +} + +.entry-content pre, +.entry-content kbd, +.entry-content tt, +.entry-content var { + overflow: auto; + font-family: "Courier New",Courier,monospace !important; +} + +.entry-content dt, +.entry-content th { + color: #000; +} + +.entry-content h1, +.entry-content h2, +.entry-content h3, +.entry-content h4, +.entry-content h5, +.entry-content h6 { + margin: 20px 0 5px 0; + color: #0E85CD; +} + +.entry-content h1 { + font-size: 1.9em; +} + +.entry-content table { + width: 100%; + margin: 0 0 24px 0; + border: 1px solid #e7e7e7; + text-align: left; +} +.entry-content tr { + background-color: #FFF; + vertical-align: top; +} + +.entry-content .alternate { + background-color: #FFF; +} + +.entry-content tr th, +.entry-content thead th { + padding: 9px 24px; + font-weight: bold; + background-color: #f8f8f8; + color: #000; +} + +.entry-content tr td { + padding: 6px 24px; + border-top: 1px solid #e7e7e7; + vertical-align:top; +} + +.entry-content tr.odd td { + background: #f2f7fc; +} + +.hentry { + margin: 0 0 28px 0; +} + +.single .hentry { + margin: 0 0 36px 0; +} +.page-title { + margin: 0 0 10px 0; + font-size: 16px; + font-weight: bold; + color: #000; +} + +.page-title span { + font-size: 16px; + font-style: italic; + font-weight: normal; + color: #333; +} + +.page-title a:link, +.page-title a:visited { + text-decoration: none; + color: #666; +} + +.page-title a:active, +.page-title a:hover { + color: #0D85CC; +} + +#content .entry-title { + margin-bottom: 0; + font-size: 30px; + font-weight: normal; + line-height: 1.3em; + color: #000000; + text-shadow: 2px 2px 0px #FFF,-2px -2px 0px #FFF,3px 3px 1px #ccc; +} + +.entry-title a:link, +.entry-title a:visited { + color: inherit; + text-decoration: none; +} + +.entry-title a:active, +.entry-title a:hover { + color: #333; +} + +#content > h1.entry-title { + margin-bottom: 10px; +} + +.entry-meta { + display: block; + clear:both; + margin: 0 1px; + padding: 0 6px; + border: 2px solid #FFF; + color: #666666; + font-size: 12px; + line-height: 2em; + background-color: #F5F5F5; + box-shadow: 0 0 1px #DDD; +} + +#content .entry-meta2, +#content .entry-meta3 { + font-size: 12px ; + padding: 0; + clear: both; + display: block; +} + +.entry-meta .updated { + display: none; +} + +.entry-meta .comments-link { + float: right; + margin-top: 0; + padding: 0 10px 0; + font-size: 12px; + line-height: 1.9em; + background: #FFF; + box-shadow: inset 1px 1px 0px #DDD; +} + +#content h3.entry-format { + display: inline; + margin-left: 0; + padding-left: 4px; + font-size: 14px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #666 !important; + text-decoration: underline; + text-transform: uppercase; + text-shadow: none; +} + +.entry-meta2 .comments-link { + float: right; + padding: 0 10px; + border-bottom: 1px solid #EEEEEE; + font-size: 12px; +} + +.entry-meta abbr, +.entry-utility abbr { + border: none; +} + +.entry-meta abbr:hover, +.entry-utility abbr:hover { + border-bottom: 1px dotted #666; +} + +.entry-content, +.entry-summary { + clear: both; + padding: 8px 0 10px; +} + +#content .entry-summary p:last-child { + margin-bottom: 12px; +} + +.entry-content fieldset { + margin: 0 0 24px 0; + padding: 24px; + border: 1px solid #e7e7e7; +} + +.entry-content fieldset legend { + padding: 0 24px; + font-weight: bold; + background: #fff; + color: #000; +} + +.entry-content label {} +.entry-content sup, +.entry-content sub { + font-size: 10px; +} + +.entry-content blockquote.left { + float: left; + width: 33%; + margin-right: 24px; + margin-left: 0; + text-align: right; +} +.entry-content blockquote.right { + float: right; + width: 33%; + margin-left: 24px; + margin-right: 0; + text-align: left; +} + +.tag-links { + margin-left: 30px; +} + +.page-link { + clear: both; + margin: 20px 0; + font-size: 12px; + line-height: 14px; +} + +.page-link em { + margin: 0; + padding: 2px 8px; + border-bottom: 1px solid #eee; + font-weight: normal; + font-style: normal; + text-decoration: none; + background: #f7f7f7; + -webkit-transition: .2s background ease-in; + transition: .2s background ease-in; +} + + .page-link a:hover em { + background: #eee; +} + +body.page .edit-link { + display: block; + clear: both; +} + +#entry-author-info { + clear: both; + margin: 24px 0; + padding: 18px 20px; + overflow: hidden; + border-top: 4px solid #333; + font-size: 14px; + line-height: 20px; + background: #FFF; +} + +#entry-author-info #author-avatar { + float: left; + height: 60px; + margin: 0 -104px 0 0; + padding: 11px; + border: 1px solid #e7e7e7; + background: #fff; + box-shadow: 0 0 10px #EEEEEE inset; +} + +#entry-author-info #author-description { + float: left; + margin: 0 0 0 104px; +} + +#entry-author-info h2 { + margin-bottom: 0; + font-size: 100%; + font-weight: bold; + color: #000; +} + +.entry-utility { + clear: both; + color: #666; + font-size: 12px; + line-height: 18px; +} + +a, +.entry-utility a { + color: #666; +} + +.entry-meta a:hover, +.entry-utility a:hover { + color: #000; +} + +#content .video-player { + padding: 0; +} + +/* POST FORMATS */ + +article.format-link, +article.format-quote, +article.format-image, +article.format-chat, +article.format-aside { + background-position: 0 10px; + background-repeat: no-repeat; +} + +article.format-aside { background-position: 10px -7px; } +article.format-link { background-image: url(images/post-formats/link.png); } +article.format-quote { background-image: url(images/post-formats/quotes.png); } +article.format-image { background-image: url(images/post-formats/picture.png); } +article.format-chat { background-image: url(images/post-formats/bubble.png); } +article.format-aside { background-image: url(images/post-formats/brackets.png); } + +article.format-link header, +article.format-quote header, +article.format-image header, +article.format-chat header, +article.format-aside header { + padding-left: 60px; +} + +article.format-aside header { + margin-top: 7px; +} +article.format-link h3.entry-format, +article.format-quote h3.entry-format, +article.format-image h3.entry-format, +article.format-chat h3.entry-format, +article.format-aside h3.entry-format { + display: none !important; +} + + +/* =Asides +-------------------------------------------------------------- */ + +.home #content .format-aside p, +.home #content .category-asides p { + margin-top: 0; + margin-bottom: 10px; + line-height: 20px; +} + +.home .hentry.format-aside, +.home .hentry.category-asides { + padding: 0; +} + +.home #content .format-aside .entry-content, +.home #content .category-asides .entry-content { + padding-top: 0; +} + +#content .format-aside .entry-title { + display: none; +} + +#content .format-aside .author , +#content .format-aside .bl_categ, +#content .format-aside .bl_sep { + display: none; +} + +/** + * 5.4 Galleries + * ---------------------------------------------------------------------------- + */ + +#content .gallery br+br { + display: none; +} + +#content .attachment img { /* single attachment images should be centered */ + display: block; + max-width: 96%; + margin: 0 auto; +} + +.gallery { + margin: 0 auto 20px; +} + +.gallery img { + /*border: 10px solid #f1f1f1;*/ +} + +.gallery-item { + float: left; + margin: 0 4px 4px 0; + overflow: hidden; + position: relative; +} + +.gallery-columns-1.gallery-size-medium, +.gallery-columns-1.gallery-size-thumbnail, +.gallery-columns-2.gallery-size-thumbnail, +.gallery-columns-3.gallery-size-thumbnail { + display: table; + margin: 0 auto 20px; +} + +.gallery-columns-1 .gallery-item, +.gallery-columns-2 .gallery-item, +.gallery-columns-3 .gallery-item { + text-align: center; +} + +.gallery-columns-4 .gallery-item { + max-width: 23%; + max-width: calc(25% - 4px); +} + +.gallery-columns-5 .gallery-item { + max-width: 19%; + max-width: calc(20% - 4px); +} + +.gallery-columns-6 .gallery-item { + max-width: 15%; + max-width: calc(16.7% - 4px); +} + +.gallery-columns-7 .gallery-item { + max-width: 13%; + max-width: calc(14.28% - 4px); +} + +.gallery-columns-8 .gallery-item { + max-width: 11%; + max-width: calc(12.5% - 4px); +} + +.gallery-columns-9 .gallery-item { + max-width: 9%; + max-width: calc(11.1% - 4px); +} + +.gallery-columns-1 .gallery-item:nth-of-type(1n), +.gallery-columns-2 .gallery-item:nth-of-type(2n), +.gallery-columns-3 .gallery-item:nth-of-type(3n), +.gallery-columns-4 .gallery-item:nth-of-type(4n), +.gallery-columns-5 .gallery-item:nth-of-type(5n), +.gallery-columns-6 .gallery-item:nth-of-type(6n), +.gallery-columns-7 .gallery-item:nth-of-type(7n), +.gallery-columns-8 .gallery-item:nth-of-type(8n), +.gallery-columns-9 .gallery-item:nth-of-type(9n) { + margin-right: 0; +} + +.gallery-caption { + position: absolute; + bottom: 0; + left: 0; + box-sizing: border-box; + width: 90%; + max-height: 50%; + margin: 0 0 16px; + padding: 2px 5%; + opacity: 0; + font-size: 14px; + line-height: 1.3; + text-align: left; + cursor: default; + color: #fff; + background-color: rgba(0, 0, 0, 0.7); + -webkit-transition: opacity 400ms ease; + transition: opacity 400ms ease; +} + +.gallery-item:hover .gallery-caption { + opacity: 1; +} + +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; +} + +/* =Chat +-------------------------------------------------------------- */ +.format-chat p { + font-family: Monaco, "Courier New", monospace !important; +} + +/* =Quote +-------------------------------------------------------------- */ +.format-quote blockquote, +.format-quote blockquote p { + font-family: Georgia, "Bitstream Charter", serif !important; + font-size: 1.1em !important; +} + + +/* =Status +-------------------------------------------------------------- */ + +.format-status .entry-title { + display: none; +} + +#content .format-status .entry-meta2 { + float: left; + clear: right; + padding-left: 0; +} + +.status_content { + display: block; + float: left; + width: 80%; +} + +#content .format-status h3.entry-format { + margin-left: 0; + padding-left: 0; + text-indent: 0; +} + +.format-status .avatar { + display: block; + width: auto; + float: left; + margin-right: 10px; +} + +/* =Attachment pages +-------------------------------------------------------------- */ + +.attachment .entry-content .entry-caption { + font-size: 140%; + margin-top: 24px; +} +/*.attachment .entry-content .nav-previous a:before { + content: '\2190\00a0'; +} +.attachment .entry-content .nav-next a:after { + content: '\00a0\2192'; +}*/ + + +/* =Images +-------------------------------------------------------------- */ + +#content img { + margin: 0; + height: auto; + max-width:100%; + box-sizing: border-box; +} +#content table img { + max-width: initial; +} + +#content img:hover {} + +#content .alignleft, +#content img.alignleft { + display: inline; + float: left; + margin-right: 24px; + margin-top: 4px; +} + +#content .alignright, +#content img.alignright { + display: inline; + float: right; + margin-top: 4px; + margin-left: 24px; +} + +#content .aligncenter, +#content img.aligncenter { + display: block; + clear: both; + margin-right: auto; + margin-left: auto; +} + +#content img.alignleft, +#content img.alignright, +#content img.aligncenter { + margin-bottom: 12px; +} + +#content .wp-caption { + max-width: 100%; + box-sizing: border-box; + margin-bottom: 20px; + padding: 22px 7px 4px; + border: 1px solid #DDD; + text-align: center; + line-height: 18px; + color: #333; + background: url(images/pins/Pin2.png) no-repeat center 1px #F9F9F9; + border-radius: 4px; +} + +#content .wp-caption img { + width: 100%; + margin: 5px 0 0; + padding: 0; + border: none !important; + border-radius:4px; + box-shadow: none !important; +} + +#content .wp-caption p.wp-caption-text { + margin: 5px; + font-size: 12px; + text-align: center; + text-indent: 0; +} + +#content .wp-smiley { + width:auto !important; + margin: 0; + border: 0 !important; + background: none !important; + vertical-align: middle; + -moz-box-shadow: none !important; +} + + +/* =Navigation +-------------------------------------------------------------- */ + +.navigation { + overflow: hidden; + font-size: 12px; + line-height: 18px; + color: #666; +} + +.navigation a:link, +.navigation a:visited { + text-decoration: none; + color: #666; +} + +.navigation a:active, +.navigation a:hover { + color: #0D85CC; +} + +.nav-previous { + float: left; + max-width: 47%; + padding: 0 1%; + border-bottom: 1px dashed #DDD; +} + +.nav-next { + float: right; + max-width: 47%; + padding: 0 1%; + border-bottom: 1px dashed #DDD; + text-align: right; +} + +.nav-next:hover, .nav-previous:hover { + border-color: #999; +} + +#nav-above { + margin: 0 0 18px 0; +} + +#nav-above { + display: none; +} + +.paged #nav-above, +.single #nav-above { + display: block; +} + +#nav-below { + clear:both; + margin-bottom: 10px; +} + + +/* =Comments +-------------------------------------------------------------- */ +#comments { + clear: both; +} + +#comments .navigation { + padding: 0 0 18px 0; +} + +h3#comments-title, +h3#reply-title { + margin-bottom: 0; + font-size: 20px; + font-weight: bold; + color: #000; +} + +h3#comments-title { + padding-top: 4px; + padding-bottom: 4px; + padding-left: 10px; + margin-top: 20px; + margin-bottom: 20px;; +} + +.commentlist { + margin: 0; + list-style: none; +} + +.commentlist li.comment { + margin: 0 0 10px 0; + padding: 0 0px 10px 56px; + position: relative; + line-height: 24px; + list-style: none; + background: #FFF; + background-image:none; +} + +.reply a.comment-reply-link { + padding: 0 3px; + color: #CCC; + font-weight: bold; + -webkit-transition: .2s color ease; + transition:.2s color ease; +} + +.commentlist li:last-child { + margin-bottom: 0; +} + +#comments .comment-body ul, +#comments .comment-body ol { +} + +#comments .comment-body p:last-child { + margin-bottom: 0; +} + +#comments .comment-body blockquote p:last-child { + margin-bottom: 24px; +} + +.commentlist ol { + list-style: decimal; +} + +.commentlist img.avatar { + position: absolute; + top: 4px; + left: 5px; + border: 1px solid #EEE ; + border-radius: 0; + background: #FFF; +} + +.comment-author { + display: block; + float: left; +} + +.comment-author cite { + color: #000; +} + +.comment-author .says { + display: none; + font-style: italic; +} + +.comment-meta { + display: block; + float: left; + margin-bottom: 5px; + margin-left: 5px; + font-size: 12px; +} + +.comment-meta a:link, +.comment-meta a:visited { + color: #999; + text-decoration: none; +} + +.comment-meta a:active, +.comment-meta a:hover { + color: #0D85CC; +} + +.comment-body { + clear: both; + padding: 5px 10px; + border: 1px solid #EEE; + background: #F9F9F9; +} + +.commentlist .even {} + +.commentlist .bypostauthor {} + +.reply { + padding: 0 0 10px 0; + font-size: 12px; + text-align: right; +} + +.reply a, +a.comment-edit-link { + color: #666; +} + +.reply a:hover, +a.comment-edit-link:hover { + color: #0D85CC; +} + +.commentlist .children { + margin: 0 0 0 -40px; + list-style: none; + background-image: none; + +} +.commentlist .children li { + border: none; + background-image:none !important; + margin: 0; + text-indent:0px !important; +} + +.nopassword, +.nocomments, +.nocomments2 { +/* display: block;*/ +} + +#comments .pingback { + margin-bottom: 18px; + padding-bottom: 18px; + border-bottom: 1px solid #e7e7e7; +} + +.commentlist li.comment+li.pingback { + margin-top: -6px; +} + +#comments .pingback p { + display: block; + margin: 0; + font-size: 12px; + line-height: 18px; + color: #666; +} + +#comments .pingback .url { + font-size: 13px; + font-style: italic; +} + +/* Comments form */ +input[type="submit"] { + color: #333; +} + +#respond { + position: relative; + overflow: hidden; + margin: 24px 0; +} + +#respond p { + margin: 0; +} + +#respond .comment-notes { + margin-bottom: 1.5em; + font-size: 0.8em; + color: #999; +} + +.form-allowed-tags { + line-height: 1em; +} + +.children #respond { + margin: 0 48px 0 0; + min-width:400px; +} + +h3#reply-title { + margin: 18px 0 0 0; +} + +#comments-list #respond { + margin: 0 0 18px 0; +} + +#comments-list ul #respond { + margin: 0; +} + +#cancel-comment-reply-link { + font-size: 12px; + font-weight: normal; + line-height: 18px; +} + +#respond .required { + display: inline; + color: #0D85CC; +} + +#commentform { + display: block; + float: left; + width: 90%; + max-width: 550px; + margin: 0 auto; +} + +#respond label { + font-size: 12px; + color: #666; +} + +#respond input { + margin: 0 0 9px; +} + +.comment-form-comment textarea { + display: block; + float: right; + width: 80%; + height: 150px; + margin-left: 12px; +} + +.comment-form-author label, +.comment-form-email label, +.comment-form-email label, +.comment-form-url label, +.comment-form-comment label { + display: block; + float: left; + clear: both; + width: 10%; + padding-top: 3px; +} + +.comment-form-author input, +.comment-form-email input, +.comment-form-email input, +.comment-form-url input, +.comment-form-comment input { + display: block; + float: right; + margin-left: 12px; + width: 80%; +} + +#respond .form-allowed-tags { + color: #666; + font-size: 12px; + line-height: 18px; + width: 100%; + margin-left: 12px; + clear: both; + display: block; + float: none; + padding-top: 8px; +} + +#respond .form-allowed-tags code { + font-size: 11px; +} + +#respond .form-submit { + margin: 12px 0; + text-align: right; + clear: both; +} + +#respond .form-submit input { + font-size: 14px; + width: auto; +} + +#respond .form-submit input#submit { + padding: 2px 5px; + border: 1px solid #CCC; + background-color: #FFF; + color: #555; + border-radius: 5px; + box-shadow: inset 0px -10px 10px 0px #EEE; +} + +#respond .form-submit input#submit:hover { + background-color: #F6F6F6; + color: #444; +} + + +/* =Widget Areas +-------------------------------------------------------------- */ + +.widget-area ul { + margin-left: 0; + list-style: none !important; + list-style-image: none; +} + +.widget-area ul ul { + list-style: none !important; + margin-left: 0; +} + +.widget-area ul li{ + background-image: none; + margin-left: 0; + list-style-image: none; +} + +.widget-area ul ul li{ + background: url(images/bullets/arrow_white.png) left 8px no-repeat; + margin: 4px 3px; + display: block; + float: none; + width: auto; + padding: 3px 0 0 12px; +} + +.contentsearch { + display: block; + float: none; + overflow: hidden; +} + +.contentsearch #s { + display: block; + float: left; + height: 40px; + min-width: 250px; + margin-bottom: 20px; + padding-left: 10px; + font-size: 15px; + border-radius:0 10px 10px 0; + -webkit-transition: .2s background ease-in; + transition: .2s background ease-in; +} + +.contentsearch #searchsubmit { + position: relative; + left: -40px; + top: 0; + display: block; + float: left; + width: 40px; + height: 40px; + margin: 0; + padding: 0; + border: none; + font-size: 12px; + text-align: center; + cursor: pointer; + background: #777; + color: #EEE; + border-radius: 0 10px 10px 0; +} + +#searchform { + position: relative; + display: block; + height: 20px; + margin-bottom: 20px; +} + +#main #searchform, +#footer #searchform { + margin-right: 10px; +} + +.widget_search #s, #search #s {/* This keeps the search inputs in line This is the Sidebar Search*/ + position: absolute; + right: 0; + top: 0; + box-sizing:border-box; + display: block; + width: 100%; + margin: 0; + padding-left: 10px; + font-family: Arial !important; + font-size: 14px; + border-radius: 0 6px 6px 0; +} + +#searchform #s:hover , #container #s:hover { + color: #0D85CC; +} + +.widget_search #searchsubmit { + position: absolute; + top: 0; + right: 0; + display: block; + margin: 0; + padding: 0; + width: 36px; + height: 32px; + border:none; + cursor:pointer; + font-size:12px; + color:#FFF; + background: #999; + border-radius:0px 6px 6px 0; + -webkit-transition: .2s background ease-in; + transition:.2s background ease-in; +} + +#searchsubmit:hover { + background: #AAA; +} + +.widget_search label { + display: none; +} + +.widget-container { + margin: 0 0 18px 0; +} + +.widget-title { + width: 100%; + margin-left: -10px; + margin-bottom: 10px; + padding: 4px 10px 4px 15px; + font-size: 16px; + text-align: left; + background-color: #333; + color: #2EA5FD; + border-radius:10px 0 0 0; +} + +#footer-widget-area .widget-title { + width: 95%; + text-align: left; + color: #0D85CC; + background: none; + box-shadow: none; + border-radius: 10px; +} + +#footer-widget-area a { + margin: 0; + padding: 0; + border: 0; + text-shadow: none; + background: none; + box-shadow: none; +} + +#footer-widget-area a:hover { + text-decoration: underline; + color: #888; +} + +#footer-widget-area ul ul li { + display: block; + float: none; + padding-left: 0; + margin-left: 0; + background: none; +} + +.widget-container li { + display: block; + float: none; + margin: 4px 0; +} + +.widget-area { + font-size: 14px; + line-height: 1.5; +} + +.widget-area a:link, +.widget-area a:visited { + font-size: 14px; + line-height: 1.5; + text-decoration: none; + word-wrap: break-word; + color: #0D85CC; +} + +.widget-area a:active, +.widget-area a:hover { + color: #333; +} + +.widget-area .entry-meta { + font-size: 11px; +} +#wp_tag_cloud div { + line-height: 1.6em; +} +#wp-calendar { + width: 100%; +} + +#calendar_wrap { + display: block; + float: none; + margin-left: 10px; +} + +#wp-calendar caption { + color: #333; + font-size: 14px; + font-weight: bold; + padding-bottom: 4px; + text-align: left; + margin-left: 10px; +} +#wp-calendar thead { + font-size: 11px; +} + +#wp-calendar thead th { +} + +#wp-calendar tbody { + color: #000; +} + +#wp-calendar tbody td { + padding: 3px 0 2px; + border: 1px solid #EEE; + text-align: center; +} + +#wp-calendar tbody td:hover { + background: #EEE; + opacity: 0.8; +} + +#wp-calendar tbody td a{ + box-shadow:none; + color: #0D85CC; + border: none !important; + background: none !important; + padding: 0; + margin: 0; +} + +#wp- tbody .pad { + background: none; +} +#wp-calendar tfoot #next { + text-align: right; +} +.widget_rss a.rsswidget { + color: #000; +} +.widget_rss a.rsswidget:hover { + color: #0D85CC; +} +.widget_rss .widget-title img { + width: 11px; + height: 11px; +} + +/* Main sidebars */ +#main .widget-area ul { + margin-left: 0; + padding: 0; +} +#main .widget-area ul ul { + margin-left: 0px; + padding: 0; + border: none; +} +#main .widget-area ul.xoxo{ + padding-right: 10px; +} + +/* Before and after content widgets */ +.yoyo .widget-title { + margin: 0; + padding: 0; + background: none; +} + +/* Footer widget areas */ +#footer-widget-area { + margin-top: 10px; +} + +#footer-widget-area a{ + color: #666; +} + +#footer-widget-area #wp-calendar tbody td { + padding: 3px 0 2px; + border: 1px solid #222; + text-align: center; + background:none ; + color: #999; +} + + +/* =Footer +-------------------------------------------------------------- */ +#footer { + margin-bottom: 0; + background: #222; +} + +#footer2 { + display: block; + padding-bottom: 10px; + overflow: visible; + background: #171717; +} + +#colophon { + margin-top: 0; + overflow: hidden; + padding: 0 0 10px 0; +} + +#site-copyright { + display: block; + float: none; + clear: both; + margin: 0 auto; + padding-top: 4px; + text-align: center; + font-style: italic; +} + +#site-copyright a{ + text-decoration: none; + color: #0D85CC; +} + +#site-copyright a:hover{ + text-decoration: underline; +} + +img#wpstats { + display: block; + margin: 0 auto 10px; +} + +/* Extras */ + +#forbottom { + clear: both; + width: 100%; +} + +#forbottom2 { + clear: both; + width: 100%; +} + +/* SOCIALS */ +.socials { + position: relative; + overflow: hidden; + float: right; + min-height: 20px; + margin-right: 10px; + padding-top: 5px; + padding-left: 10px; +} + +.socials a { + display: block; + float: left; + margin-right: 5px; + position: relative; +} + +.socials img { + width: 26px; +} + +#header-container >div#sheader { + position: absolute; + top: 5px; + right: 5px; + margin: 0; +} + +#smenul, +#smenur { + margin-top: 3px; + margin-bottom: -6px; +} + +#smenul a img, +#smenur a img { + width: 34px; +} + +#smenul { + float: left; + padding-left: 20px; +} + +#sfooter { + float: right; + padding-top: 5px; + top: -24px; + overflow: visible; +} + +#sfooter a { + width: 26px; + height: 26px; + margin-left: 5px; +} + +/* ARTICLES */ + +article.post { + display: block; + overflow: hidden; +} + +article.sticky { + padding: 10px; + background: #fafafa; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(7%,#f7f7f7), color-stop(61%,#ffffff), color-stop(100%,#ffffff)); + background: -webkit-linear-gradient(top, #eeeeee 0%,#f7f7f7 7%,#ffffff 61%,#ffffff 100%); + background: linear-gradient(to bottom, #eeeeee 0%,#f7f7f7 7%,#ffffff 61%,#ffffff 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); + border-radius:10px; +} + +/* BACK TO TOP BUTTON */ +#toTop { + position: fixed; + z-index: 9999; + display: none; + right: 20px; + bottom: 20px; + width: 37px; + height: 39px; + cursor: pointer; + background: url(images/back2top.png) bottom center no-repeat; + -webkit-transition: .2s background; + transition: .2s background; +} + +#toTop:hover { + background-position: top center; +} + +/* CUSTOM IMAGE BORDER */ +.imageOne { + height: auto; + padding: 3px; + border: 1px solid #DDD !important; +} + +.imageTwo{ + padding: 3px; + border: 1px solid #EEE; + background-color: #FFFFFF; + border-radius: 3px; + box-shadow: 0 0 4px #CCC; +} + +.imageThree{ + padding: 3px; + border: 6px solid #EEEEEE; + border-radius: 5px; + background-color: #FFFFFF; +} + +.imageFour{ + border: 1px solid #666 !important; + box-shadow: 0 3px 4px #999; +} + +.imageFive{ + border: 3px solid #DDD !important; +} + +.imageSix{ + border: 8px solid #BBB !important; + box-shadow: 0 0 5px #333; +} + +.imageSeven{ + padding: 7px; + border: 1px solid #CCC; + background-color: #FFFFFF; + box-shadow: inset 0 0 7px #CCC; +} + +/* EDIT POST LINK */ + +.edit-link a { + padding: 0 10px; + border: 1px solid #DDD; + font-size:12px; + background: #F3F3F3; + border-radius: 10px; +} + +.edit-link a:hover { + border: 1px solid #CCC; + background: #FAFAFA; +} + +/* BREADCRUMBS */ + +.breadcrumbs { + padding-top: .5em; + font-size: 1em; +} + +/* PAGINATION */ +.pagination { + display: table; + float: none; + margin: 20px auto; + text-align: center; + clear: both; + font-size: 12px; + line-height: 12px; +} + +.pagination span, .pagination a { + display: block; + float: left; + width: auto; + margin: 2px 2px 2px 0; + padding: 12px 16px 10px; + text-decoration: none; + color: #fff; + background: #EEE; + -webkit-transition: background .5s ease-in-out; + transition: background .5s ease-in-out; +} + +.pagination a:hover{ + background: #999; + color: #fff; +} + +.pagination .current{ + background: #777; + color: #fff; +} + + +/* CUSTOM FRONT PAGE */ + + +/* + * jQuery Nivo Slider v2.7.1 + */ + + +/* The Nivo Slider styles */ +.nivoSlider { + position: relative; + width: 100%; + height: auto; + overflow: hidden; +} +.nivoSlider img { + position: absolute; + top: 0; + left: 0; +} + +.nivo-main-image { + display: block !important; + position: relative !important; + width: 100% !important; +} + +/* If an image is wrapped in a link */ +.nivoSlider a.nivo-imageLink { + position: absolute; + z-index: 6; + top: 0; + left: 0; + display: none; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + border: 0; +} + +/* The slices and boxes in the Slider */ +.nivo-slice { + position: absolute; + z-index: 5; + top: 0; + display: block; + height: 100%; +} + +.nivo-box { + position: absolute; + z-index: 5; + display: block; + overflow: hidden; +} + +.nivo-box img { + display: block; +} + +/* Caption styles */ +.nivo-caption { + position: absolute; + z-index: 8; + left: 0; + bottom: 0; + box-sizing: border-box; + display: none; + overflow: hidden; + width: 100%; + padding: 5px 10px; + opacity: 0.8; + background: #000; + color: #fff; +} + +.nivo-caption p { + padding: 5px; + margin: 0; +} + +.nivo-caption a { + display: inline !important; +} + +.nivo-html-caption { + display: none; +} + +/* Direction nav styles (e.g. Next & Prev) */ +.nivo-directionNav a { + position: absolute; + top: 45%; + z-index: 9; + cursor: pointer; +} + +.nivo-prevNav { + left: 0; +} + +.nivo-nextNav { + right: 0; +} + +/* Control nav styles (e.g. 1,2,3...) */ +.nivo-controlNav { + padding: 15px 0; + text-align: center; +} + +.nivo-controlNav a { + cursor: pointer; +} + +.nivo-controlNav a.active { + font-weight:bold; +} + +.slider-navhover .nivo-directionNav a.nivo-prevNav, +.slider-navhover .nivo-directionNav a.nivo-nextNav { + opacity: 0; + -webkit-transition: .3s all ease-in-out; + transition: .3s all ease-in-out; +} + +.slider-navhover:hover .nivo-directionNav a.nivo-prevNav, +.slider-navhover:hover .nivo-directionNav a.nivo-nextNav { + opacity: 0.9; +} + +/* +Skin Name: Nivo Slider Default Theme +*/ +.theme-default .nivoSlider { + position: relative; + margin-bottom: 50px; + background: #fff url(images/nivoslider/loading.gif) no-repeat 50% 50%; + box-shadow: 0px 1px 5px 0px #4a4a4a; +} + +.theme-default .nivoSlider img { + position: absolute; + top: 0; + left: 0; + display: none; +} + +.theme-default .nivoSlider a { + display: block; + border: 0; +} + +.theme-default .nivo-controlNav { + padding: 0 0 20px 0; + text-align: center; +} + +.theme-default .nivo-controlNav a { + display: inline-block; + width: 22px; + height: 22px; + margin: 0 2px; + border: 0; + text-indent: -9999px; + background: url(images/nivoslider/bullets.png) no-repeat; +} + +.theme-default .nivo-controlNav a.active { + background-position: 0 -22px; +} + +.theme-default .nivo-directionNav a { + display: block; + width: 30px; + height: 30px; + border: 0; + background: url(images/nivoslider/arrows.png) no-repeat; + text-indent: -9999px; +} + +.theme-default a.nivo-nextNav { + right: 15px; + background-position: -30px 0; +} + +.theme-default a.nivo-prevNav { + left: 15px; +} + +.theme-default .nivo-caption { + font-family: Helvetica, Arial, sans-serif; +} + +.theme-default .nivo-caption a { + color: #fff; + border-bottom: 1px dotted #fff; +} + +.theme-default .nivo-caption a:hover { + color: #fff; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled { + width: 100%; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled a { + width: auto; + height: auto; + margin-bottom: 5px; + background: none; +} + +.theme-default .nivo-controlNav.nivo-thumbs-enabled img { + display: block; + width: 120px; + height: auto; +} + +/* IE link fix */ +a.nivo-imageLink { + opacity: 0; + background-color: #fff; +} + +/* Front page columns */ +#front-columns { + display: block; + float: none; + width: auto; + margin: 0 30px; + padding-top: 20px; + overflow: hidden; +} + +.column-image { + display: block; + width: 100%; + margin-bottom: 10px; + border: 1px solid #EEE; + overflow: hidden; + background: #CCC; + box-shadow:0 0 3px #333; +} + +.column-text { + text-align: justify; +} + +.column-image img { + display: block; + width: 100%; + height: 100%; +} + +#front-columns h3 { + margin: 7px 0; + font-size: 20px; +} + +.columnmore { + margin-top: 10px; + padding-right: 10px; + font-size: 14px; + text-align: right; +} + +/* Style HTML5 tags for IE8 and lower */ +header, +nav, +section, +article, +aside, +footer, +hgroup { + display: block; +} + +.tinynav { + display: none; + float: none; + width: 100%; + min-width: 200px; + margin: 0 auto 8px; + padding: 10px; +} + +/* Multi-column short code */ +.multi-column {display: block; width: 100%; float: left; margin: 10px 0;} +.short-columns {display: inline-block; float: left; margin: 0px; padding: 1%; } +.column-12 {width: 48%;} +.column-13 {width: 31%;} +.column-14 {width: 23%;} +.column-16 {width: 14.5%;} +.column-23 {width: 62%;} +.column-34 {width: 72%;} +.column-56 {width: 80%;} +.column-1 {width: 98%; margin: 0} +.multi-column .short-columns:first-child {padding-left: 0; margin-left: 0} +.multi-column .short-columns:last-child {padding-right: 0; margin-right: 0} + +/* Pull quotes short code*/ +.pullquote { + width: 33%; + margin-top: 15px !important; + margin-bottom: 10px !important; + font-size: 1.2em !important; + font-family: Verdana, Arial, sans-serif; + color: #000; +} + +.pullquote p{ + font-family: "Pontano Sans", arial, sans-serif; + font-size: 1.2em !important; + color: #000; +} + +/* buttons */ +.short-button-light { + color: #454545 !important; + padding: 1px 10px; + padding-bottom:3px; + background: -moz-linear-gradient( + top, + #fcfcfc 0%, + #d6d5d3); + background: -webkit-gradient( + linear, left top, left bottom, + from(#fcfcfc), + to(#d6d5d3)); + border-radius: 5px; + border: 1px solid #f7f7f7; + box-shadow: + 0px 0px 1px rgba(000,000,000,0.5), + inset 0px 0px 1px rgba(255,255,255,0.7); + text-shadow: + -1px -1px 0px rgba(252,252,252,0.4), + 0px 0px 0px rgba(255,255,255,0.3); +} + +.short-button-dark { + color: #ffffff !important; + padding: 1px 7px; + padding-bottom:3px; + background: -moz-linear-gradient( + top, + #6b6b6b 0%, + #000000); + background: -webkit-gradient( + linear, left top, left bottom, + from(#6b6b6b), + to(#000000)); + border-radius: 5px; + border: 1px solid #666; + box-shadow: + 0px 0px 1px rgba(000,000,000,0.5), + inset 0px 0px 1px rgba(255,255,255,0.7); + text-shadow: + 0px -1px 0px rgba(000,000,000,0.4), + 0px 1px 0px rgba(255,255,255,0.3); +} + +.short-button-color { + color: #ffffff !important; + padding: 1px 7px; + padding-bottom:3px; + background: #47afff; + border-radius: 5px; + border: 1px solid #878787; + box-shadow: + 0px 0px 1px rgba(000,000,000,0.5), + 0 3px 10px rgba(255,255,255,0.7) inset; + text-shadow: + -1px -1px 0px rgba(000,000,000,0.4), + 0px 0px 0px rgba(255,255,255,0.3); +} + + +a.short-button-light:hover { box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.8) inset; } +a.short-button-dark:hover { box-shadow: 0 0 10px rgba(255,255,255,0.5) inset; } +a.short-button-color:hover { box-shadow: 0 3px 10px rgba(255,255,255,0.9) inset; } + +a.short-button-color:hover, a.short-button-light:hover, a.short-button-dark:hover { text-decoration:none; } + +/* shareaddy compat */ .sharedaddy ul > li { background: none !important; text-indent: 0 !important; } +/* sociable compat */ .entry-content .sociable ul li { background: none; padding-left: 2px; } +/* woocommerce compat */ .woocommerce .product .entry-summary { clear:none; } +/* video fix */ #content embed, #content iframe {max-width:100%;} +/* a bit of captcha fixes */ +#recaptcha_widget_div { display:block; float:none; clear:both; } +.math-captcha-form { display:block; float:none; clear:both; } +.cptch_block { display:block; float:none; clear:both; } + +/* FIN! */ diff --git a/themes/mantra/tag.php b/themes/mantra/tag.php index 864451d5..5a1ded3e 100644 --- a/themes/mantra/tag.php +++ b/themes/mantra/tag.php @@ -1,68 +1,68 @@ - - -
      - -
      - - - - -
      ' ); - ?> - - - - - - - - - - - - - - - -
      -
      -

      -
      - -
      -

      - -
      -
      - - - - - - -
      - - + + +
      + +
      + + + + +
      ' ); + ?> + + + + + + + + + + + + + + + +
      +
      +

      +
      + +
      +

      + +
      +
      + + + + + + +
      + + diff --git a/themes/mantra/template-blog.php b/themes/mantra/template-blog.php index 01e41caf..438859fe 100644 --- a/themes/mantra/template-blog.php +++ b/themes/mantra/template-blog.php @@ -1,54 +1,54 @@ - - - - - -
      -
      - - - - - - - - - - - - - - - - - - - - - - -
      -
      -

      -
      - -
      -

      - -
      -
      - - - - - - -
      - -
      - - + + + + + +
      +
      + + + + + + + + + + + + + + + + + + + + + + +
      +
      +

      +
      + +
      +

      + +
      +
      + + + + + + +
      + +
      + + diff --git a/themes/mantra/template-onecolumn.php b/themes/mantra/template-onecolumn.php index 1c593b78..59188d89 100644 --- a/themes/mantra/template-onecolumn.php +++ b/themes/mantra/template-onecolumn.php @@ -1,39 +1,39 @@ - - -
      -
      - - - - -
      > -

      -
      - - '' ) ); ?> - ', '' ); ?> -
      -
      - - - - - -
      -
      - - + + +
      +
      + + + + +
      > +

      +
      + + '' ) ); ?> + ', '' ); ?> +
      +
      + + + + + +
      +
      + + diff --git a/themes/mantra/template-page-with-intro.php b/themes/mantra/template-page-with-intro.php index 04a01e83..92fe4b80 100644 --- a/themes/mantra/template-page-with-intro.php +++ b/themes/mantra/template-page-with-intro.php @@ -1,54 +1,54 @@ - - - - - -
      -
      - - - -
      > -

      -
      - - '' ) ); ?> - ', '' ); ?> -
      -
      -
      - - -
      -
      - 0)): - $the_query = new WP_Query( 'cat='.$slug.'&post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged ); - else: - $the_query = new WP_Query( 'category_name='.$slug.'&post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged ); - endif; - /* Start the Loop */ - while ( $the_query->have_posts() ) : $the_query->the_post(); - global $more; $more=0; // more gets lost inside page templates - get_template_part( 'content', get_post_format() ); - endwhile; - if($mantra_pagination=="Enable") mantra_pagination($the_query->max_num_pages); else mantra_content_nav( 'nav-below' ); - ?> - - -
      - - - -
      - - + + + + + +
      +
      + + + +
      > +

      +
      + + '' ) ); ?> + ', '' ); ?> +
      +
      +
      + + +
      +
      + 0)): + $the_query = new WP_Query( 'cat='.$slug.'&post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged ); + else: + $the_query = new WP_Query( 'category_name='.$slug.'&post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged ); + endif; + /* Start the Loop */ + while ( $the_query->have_posts() ) : $the_query->the_post(); + global $more; $more=0; // more gets lost inside page templates + get_template_part( 'content', get_post_format() ); + endwhile; + if($mantra_pagination=="Enable") mantra_pagination($the_query->max_num_pages); else mantra_content_nav( 'nav-below' ); + ?> + + +
      + + + +
      + + diff --git a/themes/mantra/template-threecolumns-center.php b/themes/mantra/template-threecolumns-center.php index 4ed412d2..cadf8c79 100644 --- a/themes/mantra/template-threecolumns-center.php +++ b/themes/mantra/template-threecolumns-center.php @@ -1,26 +1,26 @@ - - -
      - -
      - - - - - - - -
      - - -
      - - + + +
      + +
      + + + + + + + +
      + + +
      + + \ No newline at end of file diff --git a/themes/mantra/template-threecolumns-left.php b/themes/mantra/template-threecolumns-left.php index cac71bfe..0e9bfe8b 100644 --- a/themes/mantra/template-threecolumns-left.php +++ b/themes/mantra/template-threecolumns-left.php @@ -1,26 +1,26 @@ - - -
      - -
      - - - - - - - -
      - - -
      - - + + +
      + +
      + + + + + + + +
      + + +
      + + \ No newline at end of file diff --git a/themes/mantra/template-threecolumns-right.php b/themes/mantra/template-threecolumns-right.php index 0397ecdd..f6a43c32 100644 --- a/themes/mantra/template-threecolumns-right.php +++ b/themes/mantra/template-threecolumns-right.php @@ -1,26 +1,26 @@ - - -
      - -
      - - - - - - - -
      - - -
      - - + + +
      + +
      + + + + + + + +
      + + +
      + + \ No newline at end of file diff --git a/themes/mantra/template-twocolumns-left.php b/themes/mantra/template-twocolumns-left.php index c391308b..887ab05f 100644 --- a/themes/mantra/template-twocolumns-left.php +++ b/themes/mantra/template-twocolumns-left.php @@ -1,26 +1,26 @@ - - -
      - -
      - - - - - - - -
      - - -
      - - + + +
      + +
      + + + + + + + +
      + + +
      + + \ No newline at end of file diff --git a/themes/mantra/template-twocolumns-right.php b/themes/mantra/template-twocolumns-right.php index 56c87439..6580e362 100644 --- a/themes/mantra/template-twocolumns-right.php +++ b/themes/mantra/template-twocolumns-right.php @@ -1,26 +1,26 @@ - - -
      - -
      - - - - - - - -
      - - -
      - - + + +
      + +
      + + + + + + + +
      + + +
      + + \ No newline at end of file -- cgit v1.2.3-65-gdbad