Version Description
Download this release
Release Info
Developer | averta |
Plugin | Shortcodes and extra features for Phlox theme |
Version | 1.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.3.0
- README.txt +17 -3
- auxin-elements.php +17 -2
- includes/define.php +1 -1
- includes/elements/accordion.php +40 -21
- includes/elements/gallery.php +3 -3
- includes/elements/recent-posts-grid-carousel.php +198 -103
- includes/elements/recent-posts-land-style.php +70 -77
- includes/elements/recent-posts-masonry.php +671 -0
- includes/elements/recent-posts-tiles.php +5 -4
- includes/elements/recent-posts-timeline.php +51 -11
- includes/elements/tabs.php +63 -26
- includes/elements/text.php +14 -5
- includes/general-hooks.php +29 -1
- includes/index.php +3 -6
- languages/fa_IR.mo +0 -0
- languages/fa_IR.po +4977 -0
README.txt
CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: banner SEO, shortcode, page-builder, siteorigin, auxin, framework, widget, element, phlox, averta, fullwidth, masonry, timeline
|
7 |
Requires at least: 4.3
|
8 |
Tested up to: 4.6.1
|
9 |
-
Stable tag: 1.
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl.html
|
12 |
|
@@ -140,6 +140,18 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
|
|
140 |
|
141 |
== Changelog ==
|
142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
= Version 1.1.0 / (22.10.2016) =
|
144 |
- [New]: Introducing blog timeline view
|
145 |
|
@@ -159,5 +171,7 @@ Bugs can be reported in our [support forums](http://wordpress.org/tags/auxin-ele
|
|
159 |
|
160 |
== Upgrade Notice ==
|
161 |
|
162 |
-
= 1.
|
163 |
-
- [New]:
|
|
|
|
6 |
Tags: banner SEO, shortcode, page-builder, siteorigin, auxin, framework, widget, element, phlox, averta, fullwidth, masonry, timeline
|
7 |
Requires at least: 4.3
|
8 |
Tested up to: 4.6.1
|
9 |
+
Stable tag: 1.3.0
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses/gpl.html
|
12 |
|
140 |
|
141 |
== Changelog ==
|
142 |
|
143 |
+
= Version 1.3.0 / (1.12.2016) =
|
144 |
+
- [Improvement]: Improved image sizes in recent posts elements
|
145 |
+
- [Improvement]: For responsiveness of grid table element
|
146 |
+
- [New]: adding hover effect option for grid table layout
|
147 |
+
- [New]: New options and styles for Text element added
|
148 |
+
- [New]: New options and layout for recent grid post element added
|
149 |
+
- [Improvement]: Improvement in title bar
|
150 |
+
- [New]: Persian translation added
|
151 |
+
|
152 |
+
= Version 1.2.0 / (9.11.2016) =
|
153 |
+
- [New]: Introducing masonry layout for blog
|
154 |
+
|
155 |
= Version 1.1.0 / (22.10.2016) =
|
156 |
- [New]: Introducing blog timeline view
|
157 |
|
171 |
|
172 |
== Upgrade Notice ==
|
173 |
|
174 |
+
= 1.3.0 =
|
175 |
+
- [New]: adding hover effect option for grid table layout
|
176 |
+
- [New]: New options and styles for Text element added
|
177 |
+
- [New]: New options and layout for recent grid post element added
|
auxin-elements.php
CHANGED
@@ -9,10 +9,10 @@
|
|
9 |
* @link https://bitbucket.org/averta/
|
10 |
* @copyright (c) 2010-2016
|
11 |
*
|
12 |
-
* Plugin Name: Auxin Elements
|
13 |
* Plugin URI: https://wordpress.org/plugins/auxin-elements/
|
14 |
* Description: Powerful and comprehensive plugin that extends the functionality of Phlox theme by adding new shortcodes, widgets and options
|
15 |
-
* Version: 1.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
@@ -40,6 +40,21 @@ if ( version_compare( PHP_VERSION, '5.3.0', '<' ) ) {
|
|
40 |
return;
|
41 |
}
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
/*----------------------------------------------------------------------------*/
|
44 |
|
45 |
require_once( plugin_dir_path( __FILE__ ) . 'includes/define.php' );
|
9 |
* @link https://bitbucket.org/averta/
|
10 |
* @copyright (c) 2010-2016
|
11 |
*
|
12 |
+
* Plugin Name: Auxin Essential Elements
|
13 |
* Plugin URI: https://wordpress.org/plugins/auxin-elements/
|
14 |
* Description: Powerful and comprehensive plugin that extends the functionality of Phlox theme by adding new shortcodes, widgets and options
|
15 |
+
* Version: 1.3.0
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
40 |
return;
|
41 |
}
|
42 |
|
43 |
+
// Check if the theme meets the plugin requirements
|
44 |
+
function auel_auxin_theme_requirement_notice() {
|
45 |
+
if ( defined('THEME_VERSION') && version_compare( THEME_VERSION, '1.5.8', '<' ) ) {
|
46 |
+
echo '<div class="error"><p>'.
|
47 |
+
sprintf(
|
48 |
+
__( 'You are using %1$s theme version %2$s. You need to update the %1$s theme to latest version in order to use %3$s plugin', 'auxin-elements' ),
|
49 |
+
'<em>'. THEME_NAME_I18N .'</em>',
|
50 |
+
'<em>'. THEME_VERSION . '</em>',
|
51 |
+
'<em>'. __('Auxin Elements', 'auxin-elements') . '</em>'
|
52 |
+
).
|
53 |
+
'</p></div>';
|
54 |
+
}
|
55 |
+
}
|
56 |
+
add_action( 'admin_notices', 'auel_auxin_theme_requirement_notice' );
|
57 |
+
|
58 |
/*----------------------------------------------------------------------------*/
|
59 |
|
60 |
require_once( plugin_dir_path( __FILE__ ) . 'includes/define.php' );
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXELS_VERSION' , '1.
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXELS_VERSION' , '1.3.0' );
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
define( 'AUXELS_TEXT_DOMAIN' , 'auxin-elements' );
|
includes/elements/accordion.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Accordion element
|
4 |
*
|
5 |
*
|
6 |
* @package auxin-elements
|
@@ -22,6 +22,7 @@ function auxin_get_new_accordion_master_array( $master_array ) {
|
|
22 |
'weight' => 1,
|
23 |
'category' => THEME_NAME,
|
24 |
'group' => '',
|
|
|
25 |
'admin_enqueue_js' => '',
|
26 |
'admin_enqueue_css' => '',
|
27 |
'front_enqueue_js' => '',
|
@@ -68,8 +69,28 @@ function auxin_get_new_accordion_master_array( $master_array ) {
|
|
68 |
'edit_field_class' => ''
|
69 |
),
|
70 |
array(
|
71 |
-
'heading' => __('
|
72 |
-
'description' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
'param_name' => 'content',
|
74 |
'type' => 'textarea_html',
|
75 |
'value' => '',
|
@@ -118,35 +139,33 @@ function auxin_widget_accordion_callback( $atts, $shortcode_content = null ){
|
|
118 |
|
119 |
// Defining default attributes
|
120 |
$default_atts = array(
|
121 |
-
'title'
|
122 |
-
'
|
123 |
-
'
|
124 |
-
|
125 |
-
'
|
126 |
-
'
|
127 |
-
'base_class' => 'aux-widget-accordion widget-toggle' // base class name for container
|
128 |
);
|
129 |
|
130 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
131 |
extract( $result['parsed_atts'] );
|
132 |
|
133 |
-
|
134 |
// widget header ------------------------------
|
135 |
$output = $result['widget_header'];
|
136 |
$output .= $result['widget_title'];
|
137 |
$output .= '<div class="widget-inner ' .$extra_classes . '" data-toggle="' . $type . '">';
|
138 |
|
139 |
// widget custom output -----------------------
|
140 |
-
$
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
}
|
151 |
}
|
152 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Accordion element if site origin bundle plugin is activaited
|
4 |
*
|
5 |
*
|
6 |
* @package auxin-elements
|
22 |
'weight' => 1,
|
23 |
'category' => THEME_NAME,
|
24 |
'group' => '',
|
25 |
+
'so_api' => true,
|
26 |
'admin_enqueue_js' => '',
|
27 |
'admin_enqueue_css' => '',
|
28 |
'front_enqueue_js' => '',
|
69 |
'edit_field_class' => ''
|
70 |
),
|
71 |
array(
|
72 |
+
'heading' => __('Accordion label','auxin-elements'),
|
73 |
+
'description' => __('Enter your accordion item label.', 'auxin-elements'),
|
74 |
+
'repeater' => 'accordion',
|
75 |
+
'repeater-label' => __('Accordion', 'auxin-elements'),
|
76 |
+
'section-name' => __('Accordion Section', 'auxin-elements'),
|
77 |
+
'param_name' => 'accordion_label',
|
78 |
+
'type' => 'textfield',
|
79 |
+
'value' => '',
|
80 |
+
'holder' => 'textfield',
|
81 |
+
'class' => 'accordion_label',
|
82 |
+
'admin_label' => true,
|
83 |
+
'dependency' => '',
|
84 |
+
'weight' => '',
|
85 |
+
'group' => '' ,
|
86 |
+
'edit_field_class' => ''
|
87 |
+
),
|
88 |
+
array(
|
89 |
+
'heading' => __('Content', 'auxin-elements'),
|
90 |
+
'description' => __('Enter your accordion item content.', 'auxin-elements'),
|
91 |
+
'repeater' => 'accordion',
|
92 |
+
'repeater-label' => __('Accordion', 'auxin-elements'),
|
93 |
+
'section-name' => __('Accordion Section', 'auxin-elements'),
|
94 |
'param_name' => 'content',
|
95 |
'type' => 'textarea_html',
|
96 |
'value' => '',
|
139 |
|
140 |
// Defining default attributes
|
141 |
$default_atts = array(
|
142 |
+
'title' => '', // header title
|
143 |
+
'type' => 'true', // accordion/toggle
|
144 |
+
'accordion' => '', // accordion/toggle
|
145 |
+
'extra_classes' => '', // custom css class names for this element
|
146 |
+
'custom_el_id' => '', // custom id attribute for this element
|
147 |
+
'base_class' => 'aux-widget-accordion widget-toggle' // base class name for container
|
|
|
148 |
);
|
149 |
|
150 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
151 |
extract( $result['parsed_atts'] );
|
152 |
|
|
|
153 |
// widget header ------------------------------
|
154 |
$output = $result['widget_header'];
|
155 |
$output .= $result['widget_title'];
|
156 |
$output .= '<div class="widget-inner ' .$extra_classes . '" data-toggle="' . $type . '">';
|
157 |
|
158 |
// widget custom output -----------------------
|
159 |
+
if (is_array($accordion) || is_object($accordion)) {
|
160 |
+
foreach ( $accordion as $key => $value ) {
|
161 |
+
|
162 |
+
|
163 |
+
$output .= '<section>';
|
164 |
+
$section_title = $value['accordion_label'];
|
165 |
+
$section_content = $value['content'];
|
166 |
+
$output .= '<h6 class="toggle-header">' . $section_title . '</h6>';
|
167 |
+
$output .= '<div class="toggle-content"><p>' . $section_content . '</p></div>';
|
168 |
+
$output .= '</section>';
|
169 |
}
|
170 |
}
|
171 |
|
includes/elements/gallery.php
CHANGED
@@ -492,7 +492,7 @@ function auxin_widget_gallery_callback( $attr, $shortcode_content = null ){
|
|
492 |
$size_class = sanitize_html_class( $atts['size'] );
|
493 |
$gallery_div = "<div id='$selector' class='gallery aux-gallery galleryid-{$id} gallery-columns-{$columns} gallery-size-{$size_class} aux-lightbox-frame'>";
|
494 |
|
495 |
-
$gallery_div .= "<div class='aux-gallery-container $grid_wrapper_class aux-layout-{$atts['layout']}' data-pagination='{$atts['pagination']}' data-lazyload='{$atts['lazyload']}' data-perpage='{$atts['perpage']}' data-layout='$layoutAttr' $space_attr >";
|
496 |
|
497 |
/**
|
498 |
* Filter the default gallery shortcode CSS styles.
|
@@ -571,9 +571,9 @@ function auxin_widget_gallery_callback( $attr, $shortcode_content = null ){
|
|
571 |
}
|
572 |
|
573 |
if ( $atts['pagination'] && ++$index > $atts['perpage'] ) {
|
574 |
-
$item .= "<{$itemtag} class='gallery-item aux-iso-hidden $loading_class {$grid_col_class}' data-width='{$image_width}' data-height='{$image_height}'>$item_inner</{$itemtag}>";
|
575 |
} else {
|
576 |
-
$item .= "<{$itemtag} class='gallery-item {$grid_col_class} $loading_class' data-width='{$image_width}' data-height='{$image_height}'>$item_inner</{$itemtag}>";
|
577 |
}
|
578 |
|
579 |
|
492 |
$size_class = sanitize_html_class( $atts['size'] );
|
493 |
$gallery_div = "<div id='$selector' class='gallery aux-gallery galleryid-{$id} gallery-columns-{$columns} gallery-size-{$size_class} aux-lightbox-frame'>";
|
494 |
|
495 |
+
$gallery_div .= "<div class='aux-gallery-container aux-isotope-animated $grid_wrapper_class aux-layout-{$atts['layout']}' data-pagination='{$atts['pagination']}' data-lazyload='{$atts['lazyload']}' data-perpage='{$atts['perpage']}' data-layout='$layoutAttr' $space_attr >";
|
496 |
|
497 |
/**
|
498 |
* Filter the default gallery shortcode CSS styles.
|
571 |
}
|
572 |
|
573 |
if ( $atts['pagination'] && ++$index > $atts['perpage'] ) {
|
574 |
+
$item .= "<{$itemtag} class='gallery-item aux-iso-item aux-iso-hidden $loading_class {$grid_col_class}' data-width='{$image_width}' data-height='{$image_height}'>$item_inner</{$itemtag}>";
|
575 |
} else {
|
576 |
+
$item .= "<{$itemtag} class='gallery-item aux-iso-item {$grid_col_class} $loading_class' data-width='{$image_width}' data-height='{$image_height}'>$item_inner</{$itemtag}>";
|
577 |
}
|
578 |
|
579 |
|
includes/elements/recent-posts-grid-carousel.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
function auxin_get_recent_posts_master_array( $master_array ) {
|
14 |
|
15 |
$categories = get_terms( 'category', 'orderby=count&hide_empty=0' );
|
16 |
-
$categories_list = array( '' => __('All Categories', 'auxin-elements' ) ) ;
|
17 |
foreach ( $categories as $key => $value ) {
|
18 |
$categories_list[$value->term_id] = $value->name;
|
19 |
}
|
@@ -85,13 +85,12 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
85 |
// 'group' => '' ,
|
86 |
// 'edit_field_class' => ''
|
87 |
// ),
|
88 |
-
|
89 |
array(
|
90 |
'heading' => __('Categories', 'auxin-elements'),
|
91 |
'description' => __('Specifies a category that you want to show posts from it.', 'auxin-elements' ),
|
92 |
'param_name' => 'cat',
|
93 |
'type' => 'dropdown',
|
94 |
-
'def_value' => '',
|
95 |
'holder' => 'dropdown',
|
96 |
'class' => 'cat',
|
97 |
'value' => $categories_list,
|
@@ -101,7 +100,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
101 |
'group' => '' ,
|
102 |
'edit_field_class' => ''
|
103 |
),
|
104 |
-
|
105 |
array(
|
106 |
'heading' => __('Number of posts to show', 'auxin-elements'),
|
107 |
'description' => '',
|
@@ -116,7 +114,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
116 |
'group' => '' ,
|
117 |
'edit_field_class' => ''
|
118 |
),
|
119 |
-
|
120 |
array(
|
121 |
'heading' => __('Exclude posts without media','auxin-elements' ),
|
122 |
'description' => '',
|
@@ -130,7 +127,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
130 |
'group' => '' ,
|
131 |
'edit_field_class' => ''
|
132 |
),
|
133 |
-
|
134 |
array(
|
135 |
'heading' => __('Exclude custom post formats','auxin-elements' ),
|
136 |
'description' => '',
|
@@ -144,7 +140,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
144 |
'group' => '' ,
|
145 |
'edit_field_class' => ''
|
146 |
),
|
147 |
-
|
148 |
array(
|
149 |
'heading' => __('Exclude qoute and link post formats','auxin-elements' ),
|
150 |
'description' => '',
|
@@ -155,13 +150,12 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
155 |
'admin_label' => true,
|
156 |
'dependency' => array(
|
157 |
'element' => 'exclude_custom_post_formats',
|
158 |
-
'value' => '0'
|
159 |
),
|
160 |
'weight' => '',
|
161 |
'group' => '' ,
|
162 |
'edit_field_class' => ''
|
163 |
),
|
164 |
-
|
165 |
array(
|
166 |
'heading' => __('Exclude posts','auxin-elements' ),
|
167 |
'description' => __('Post IDs separated by comma (eg. 53,34,87,25)', 'auxin-elements' ),
|
@@ -232,7 +226,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
232 |
'group' => '' ,
|
233 |
'edit_field_class' => ''
|
234 |
),
|
235 |
-
|
236 |
array(
|
237 |
'heading' => __('Start offset','auxin-elements' ),
|
238 |
'description' => __('Number of post to displace or pass over.', 'auxin-elements' ),
|
@@ -247,23 +240,7 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
247 |
'group' => '' ,
|
248 |
'edit_field_class' => ''
|
249 |
),
|
250 |
-
|
251 |
array(
|
252 |
-
'heading' => __('Display post media (image, video, etc)', 'auxin-elements' ),
|
253 |
-
'param_name' => 'show_media',
|
254 |
-
'type' => 'aux_switch',
|
255 |
-
'def_value' => '',
|
256 |
-
'value' => '1',
|
257 |
-
'holder' => 'dropdown',
|
258 |
-
'class' => 'show_media',
|
259 |
-
'admin_label' => true,
|
260 |
-
'dependency' => '',
|
261 |
-
'weight' => '',
|
262 |
-
'group' => '' ,
|
263 |
-
'edit_field_class' => ''
|
264 |
-
),
|
265 |
-
|
266 |
-
array(
|
267 |
'heading' => __('Image aspect ratio', 'auxin-elements'),
|
268 |
'description' => '',
|
269 |
'param_name' => 'image_aspect_ratio',
|
@@ -283,23 +260,35 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
283 |
'group' => '' ,
|
284 |
'edit_field_class' => ''
|
285 |
),
|
286 |
-
|
287 |
array(
|
288 |
-
'heading' => __('
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
'description' => '',
|
290 |
-
'param_name' => '
|
291 |
'type' => 'aux_switch',
|
292 |
'value' => '1',
|
293 |
-
'class' => '',
|
294 |
'admin_label' => true,
|
295 |
'dependency' => '',
|
296 |
'weight' => '',
|
297 |
'group' => '' ,
|
298 |
'edit_field_class' => ''
|
299 |
),
|
300 |
-
|
301 |
array(
|
302 |
-
'heading' => __('
|
303 |
'description' => '',
|
304 |
'param_name' => 'show_info',
|
305 |
'type' => 'aux_switch',
|
@@ -310,7 +299,44 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
310 |
'group' => '' ,
|
311 |
'edit_field_class' => ''
|
312 |
),
|
313 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
array(
|
315 |
'heading' => __('Display like button','auxin-elements' ),
|
316 |
'description' => sprintf(__('Enable it to display %s like button%s on gride template blog. Please note WP Ulike plugin needs to be activaited to use this option.', 'auxin-elements'), '<strong>', '</strong>'),
|
@@ -325,7 +351,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
325 |
'group' => '' ,
|
326 |
'edit_field_class' => ''
|
327 |
),
|
328 |
-
|
329 |
array(
|
330 |
'heading' => __('Content layout', 'auxin-elements'),
|
331 |
'description' => __('Specifies the style of content for each post column.', 'auxin-elements' ),
|
@@ -344,7 +369,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
344 |
'group' => '' ,
|
345 |
'edit_field_class' => ''
|
346 |
),
|
347 |
-
|
348 |
array(
|
349 |
'heading' => __('Excerpt length','auxin-elements' ),
|
350 |
'description' => __('Specify summary content in character.','auxin-elements' ),
|
@@ -359,37 +383,25 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
359 |
'group' => '' ,
|
360 |
'edit_field_class' => ''
|
361 |
),
|
362 |
-
|
363 |
-
array(
|
364 |
-
'heading' => __('Insert read more button','auxin-elements' ),
|
365 |
-
'description' => '',
|
366 |
-
'param_name' => 'show_readmore',
|
367 |
-
'type' => 'aux_switch',
|
368 |
-
'value' => '1',
|
369 |
-
'class' => '',
|
370 |
-
'admin_label' => true,
|
371 |
-
'weight' => '',
|
372 |
-
'group' => '' ,
|
373 |
-
'edit_field_class' => ''
|
374 |
-
),
|
375 |
-
|
376 |
array(
|
377 |
-
'heading' => __('
|
378 |
-
'description' => '',
|
379 |
-
'param_name' => '
|
380 |
-
'type' => '
|
381 |
-
'
|
382 |
-
'
|
383 |
-
'
|
384 |
-
|
385 |
-
'
|
|
|
|
|
386 |
),
|
387 |
-
'admin_label' =>
|
|
|
388 |
'weight' => '',
|
389 |
'group' => '' ,
|
390 |
'edit_field_class' => ''
|
391 |
),
|
392 |
-
|
393 |
array(
|
394 |
'heading' => __('Number of columns', 'auxin-elements'),
|
395 |
'description' => '',
|
@@ -408,7 +420,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
408 |
'group' => 'Layout' ,
|
409 |
'edit_field_class' => ''
|
410 |
),
|
411 |
-
|
412 |
array(
|
413 |
'heading' => __('Number of columns in tablet size', 'auxin-elements'),
|
414 |
'description' => '',
|
@@ -428,7 +439,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
428 |
'group' => 'Layout' ,
|
429 |
'edit_field_class' => ''
|
430 |
),
|
431 |
-
|
432 |
array(
|
433 |
'heading' => __('Number of columns in phone size', 'auxin-elements'),
|
434 |
'description' => '',
|
@@ -447,9 +457,8 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
447 |
'group' => 'Layout' ,
|
448 |
'edit_field_class' => ''
|
449 |
),
|
450 |
-
|
451 |
array(
|
452 |
-
'heading' => __('Display items
|
453 |
'description' => '',
|
454 |
'param_name' => 'preview_mode',
|
455 |
'type' => 'dropdown',
|
@@ -457,8 +466,9 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
457 |
'holder' => 'dropdown',
|
458 |
'class' => 'num',
|
459 |
'value' => array(
|
460 |
-
'grid'
|
461 |
-
'
|
|
|
462 |
),
|
463 |
'admin_label' => true,
|
464 |
'dependency' => '',
|
@@ -466,11 +476,33 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
466 |
'group' => '' ,
|
467 |
'edit_field_class' => ''
|
468 |
),
|
469 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
470 |
// Carousel Options
|
471 |
array(
|
472 |
-
'heading' => __('Column space','auxin-elements' ),
|
473 |
-
'description' => __('Specifies space between carousel columns in pixels.', 'auxin-elements' ),
|
474 |
'param_name' => 'carousel_space',
|
475 |
'type' => 'textfield',
|
476 |
'value' => '30',
|
@@ -479,13 +511,12 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
479 |
'admin_label' => 1,
|
480 |
'dependency' => array(
|
481 |
'element' => 'preview_mode',
|
482 |
-
'value' => '
|
483 |
),
|
484 |
'weight' => '',
|
485 |
'group' => '' ,
|
486 |
'edit_field_class' => ''
|
487 |
),
|
488 |
-
|
489 |
array(
|
490 |
'heading' => __('Navigation type', 'auxin-elements'),
|
491 |
'description' => '',
|
@@ -508,7 +539,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
508 |
'group' => '' ,
|
509 |
'edit_field_class' => ''
|
510 |
),
|
511 |
-
|
512 |
array(
|
513 |
'heading' => __('Navigation control', 'auxin-elements'),
|
514 |
'description' => '',
|
@@ -530,7 +560,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
530 |
'group' => '' ,
|
531 |
'edit_field_class' => ''
|
532 |
),
|
533 |
-
|
534 |
array(
|
535 |
'heading' => __('Loop navigation','auxin-elements' ),
|
536 |
'description' => '',
|
@@ -546,7 +575,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
546 |
'group' => '' ,
|
547 |
'edit_field_class' => ''
|
548 |
),
|
549 |
-
|
550 |
array(
|
551 |
'heading' => __('Autoplay carousel','auxin-elements' ),
|
552 |
'description' => '',
|
@@ -563,7 +591,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
563 |
'group' => '' ,
|
564 |
'edit_field_class' => ''
|
565 |
),
|
566 |
-
|
567 |
array(
|
568 |
'heading' => __('Autoplay delay','auxin-elements' ),
|
569 |
'description' => __('Specifies the delay between auto-forwarding in seconds.', 'auxin-elements' ),
|
@@ -577,18 +604,17 @@ function auxin_get_recent_posts_master_array( $master_array ) {
|
|
577 |
array(
|
578 |
'element' => 'preview_mode',
|
579 |
'value' => 'carousel'
|
580 |
-
)
|
|
|
581 |
array(
|
582 |
'element' => 'carousel_autoplay',
|
583 |
-
'value' => 1
|
584 |
-
)
|
585 |
),
|
586 |
'weight' => '',
|
587 |
'group' => '' ,
|
588 |
'edit_field_class' => ''
|
589 |
),
|
590 |
-
|
591 |
-
|
592 |
array(
|
593 |
'heading' => __('Extra class name','auxin-elements' ),
|
594 |
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements' ),
|
@@ -629,9 +655,10 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
629 |
|
630 |
// Defining default attributes
|
631 |
$default_atts = array(
|
632 |
-
'title' => '',
|
633 |
-
'cat' => '',
|
634 |
-
'num' => '8',
|
|
|
635 |
'exclude' => '',
|
636 |
'include' => '',
|
637 |
'posts_per_page' => -1,
|
@@ -644,18 +671,20 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
644 |
'exclude_qoute_link' => 0,
|
645 |
'show_media' => true,
|
646 |
'display_like' => true,
|
|
|
647 |
'content_layout' => '', // entry-boxed
|
648 |
'excerpt_len' => '160',
|
649 |
-
'
|
650 |
'show_excerpt' => true,
|
651 |
'show_info' => true,
|
652 |
-
'
|
653 |
-
'
|
654 |
'image_aspect_ratio' => 0.75,
|
655 |
'desktop_cnum' => 4,
|
656 |
'tablet_cnum' => 'inherit',
|
657 |
'phone_cnum' => 'inherit',
|
658 |
'preview_mode' => 'grid',
|
|
|
659 |
'tag' => '',
|
660 |
'extra_classes' => '',
|
661 |
'custom_el_id' => '',
|
@@ -673,6 +702,18 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
673 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
674 |
extract( $result['parsed_atts'] );
|
675 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
ob_start();
|
677 |
|
678 |
global $wp_query;
|
@@ -702,20 +743,24 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
702 |
echo $result['widget_title'];
|
703 |
|
704 |
|
705 |
-
$phone_break_point
|
706 |
-
$tablet_break_point
|
|
|
|
|
|
|
|
|
|
|
|
|
707 |
|
708 |
-
$
|
709 |
-
$post_counter = 0;
|
710 |
-
$column_class = '';
|
711 |
-
$item_class = 'aux-col';
|
712 |
-
$carousel_attrs = '';
|
713 |
|
714 |
-
if ( 'grid'
|
715 |
// generate columns class
|
716 |
$column_class = 'aux-match-height aux-row aux-de-col' . $desktop_cnum;
|
717 |
-
|
718 |
-
$column_class .= 'inherit' != $
|
|
|
|
|
719 |
$column_class .= 'entry-boxed' == $content_layout ? ' aux-entry-boxed' : '';
|
720 |
|
721 |
} elseif ( 'carousel' == $preview_mode ) {
|
@@ -733,7 +778,7 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
733 |
$carousel_attrs .= ' data-bullets="' . ('bullets' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
734 |
$carousel_attrs .= ' data-bullet-class="aux-bullets aux-small aux-mask"';
|
735 |
$carousel_attrs .= ' data-arrows="' . ('arrows' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
736 |
-
$carousel_attrs .= ' data-
|
737 |
|
738 |
if ( 'inherit' != $tablet_cnum || 'inherit' != $phone_cnum ) {
|
739 |
$carousel_attrs .= ' data-responsive="'. ( 'inherit' != $tablet_cnum ? $tablet_break_point . ':' . $tablet_cnum . ',' : '' ).
|
@@ -742,6 +787,16 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
742 |
|
743 |
}
|
744 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
$column_media_width = auxin_get_content_column_width( $desktop_cnum, 15 );
|
746 |
|
747 |
$have_posts = $wp_query->have_posts();
|
@@ -763,12 +818,14 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
763 |
$post_vars = auxin_get_post_format_media(
|
764 |
$post,
|
765 |
array(
|
|
|
766 |
'request_from' => 'archive',
|
767 |
'media_width' => $phone_break_point,
|
768 |
'media_size' => 'large',//array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
769 |
'upscale_image' => true,
|
770 |
'image_from_content' => ! $exclude_without_media, // whether to try to get image from content or not
|
771 |
-
'no_gallery' => 'carousel'
|
|
|
772 |
'add_image_hw' => false, // whether add width and height attr or not
|
773 |
'image_sizes' => array(
|
774 |
array( 'min' => '', 'max' => '767px', 'width' => '80vw' ),
|
@@ -784,11 +841,10 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
784 |
);
|
785 |
|
786 |
extract( $post_vars );
|
787 |
-
|
788 |
$the_format = get_post_format( $post );
|
789 |
|
790 |
if(
|
791 |
-
( $exclude_custom_post_formats && !empty( $the_format ) ) ||
|
792 |
( $exclude_qoute_link && ( 'link' == $the_format || 'quote' == $the_format ) ) ||
|
793 |
( $exclude_without_media && ! $has_attach )
|
794 |
){
|
@@ -796,9 +852,47 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
796 |
continue;
|
797 |
}
|
798 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
799 |
?>
|
800 |
-
<div class="<?php echo $item_class ?>">
|
801 |
-
|
802 |
</div>
|
803 |
<?php
|
804 |
}
|
@@ -820,7 +914,8 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
820 |
|
821 |
// use it as data attribute on load more button
|
822 |
$ajax_nonce = wp_create_nonce( 'post-recent-grid-nonce' );
|
823 |
-
|
|
|
824 |
?>
|
825 |
</div>
|
826 |
<?php
|
13 |
function auxin_get_recent_posts_master_array( $master_array ) {
|
14 |
|
15 |
$categories = get_terms( 'category', 'orderby=count&hide_empty=0' );
|
16 |
+
$categories_list = array( ' ' => __('All Categories', 'auxin-elements' ) ) ;
|
17 |
foreach ( $categories as $key => $value ) {
|
18 |
$categories_list[$value->term_id] = $value->name;
|
19 |
}
|
85 |
// 'group' => '' ,
|
86 |
// 'edit_field_class' => ''
|
87 |
// ),
|
|
|
88 |
array(
|
89 |
'heading' => __('Categories', 'auxin-elements'),
|
90 |
'description' => __('Specifies a category that you want to show posts from it.', 'auxin-elements' ),
|
91 |
'param_name' => 'cat',
|
92 |
'type' => 'dropdown',
|
93 |
+
'def_value' => ' ',
|
94 |
'holder' => 'dropdown',
|
95 |
'class' => 'cat',
|
96 |
'value' => $categories_list,
|
100 |
'group' => '' ,
|
101 |
'edit_field_class' => ''
|
102 |
),
|
|
|
103 |
array(
|
104 |
'heading' => __('Number of posts to show', 'auxin-elements'),
|
105 |
'description' => '',
|
114 |
'group' => '' ,
|
115 |
'edit_field_class' => ''
|
116 |
),
|
|
|
117 |
array(
|
118 |
'heading' => __('Exclude posts without media','auxin-elements' ),
|
119 |
'description' => '',
|
127 |
'group' => '' ,
|
128 |
'edit_field_class' => ''
|
129 |
),
|
|
|
130 |
array(
|
131 |
'heading' => __('Exclude custom post formats','auxin-elements' ),
|
132 |
'description' => '',
|
140 |
'group' => '' ,
|
141 |
'edit_field_class' => ''
|
142 |
),
|
|
|
143 |
array(
|
144 |
'heading' => __('Exclude qoute and link post formats','auxin-elements' ),
|
145 |
'description' => '',
|
150 |
'admin_label' => true,
|
151 |
'dependency' => array(
|
152 |
'element' => 'exclude_custom_post_formats',
|
153 |
+
'value' => array('0', 'false')
|
154 |
),
|
155 |
'weight' => '',
|
156 |
'group' => '' ,
|
157 |
'edit_field_class' => ''
|
158 |
),
|
|
|
159 |
array(
|
160 |
'heading' => __('Exclude posts','auxin-elements' ),
|
161 |
'description' => __('Post IDs separated by comma (eg. 53,34,87,25)', 'auxin-elements' ),
|
226 |
'group' => '' ,
|
227 |
'edit_field_class' => ''
|
228 |
),
|
|
|
229 |
array(
|
230 |
'heading' => __('Start offset','auxin-elements' ),
|
231 |
'description' => __('Number of post to displace or pass over.', 'auxin-elements' ),
|
240 |
'group' => '' ,
|
241 |
'edit_field_class' => ''
|
242 |
),
|
|
|
243 |
array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
'heading' => __('Image aspect ratio', 'auxin-elements'),
|
245 |
'description' => '',
|
246 |
'param_name' => 'image_aspect_ratio',
|
260 |
'group' => '' ,
|
261 |
'edit_field_class' => ''
|
262 |
),
|
|
|
263 |
array(
|
264 |
+
'heading' => __('Display post media (image, video, etc)', 'auxin-elements' ),
|
265 |
+
'param_name' => 'show_media',
|
266 |
+
'type' => 'aux_switch',
|
267 |
+
'def_value' => '',
|
268 |
+
'value' => '1',
|
269 |
+
'holder' => 'dropdown',
|
270 |
+
'class' => 'show_media',
|
271 |
+
'admin_label' => true,
|
272 |
+
'dependency' => '',
|
273 |
+
'weight' => '',
|
274 |
+
'group' => '' ,
|
275 |
+
'edit_field_class' => ''
|
276 |
+
),
|
277 |
+
array(
|
278 |
+
'heading' => __('Display post title','auxin-elements' ),
|
279 |
'description' => '',
|
280 |
+
'param_name' => 'display_title',
|
281 |
'type' => 'aux_switch',
|
282 |
'value' => '1',
|
283 |
+
'class' => 'display_title',
|
284 |
'admin_label' => true,
|
285 |
'dependency' => '',
|
286 |
'weight' => '',
|
287 |
'group' => '' ,
|
288 |
'edit_field_class' => ''
|
289 |
),
|
|
|
290 |
array(
|
291 |
+
'heading' => __('Display post info','auxin-elements' ),
|
292 |
'description' => '',
|
293 |
'param_name' => 'show_info',
|
294 |
'type' => 'aux_switch',
|
299 |
'group' => '' ,
|
300 |
'edit_field_class' => ''
|
301 |
),
|
302 |
+
array(
|
303 |
+
'heading' => __('Post info position', 'auxin-elements' ),
|
304 |
+
'description' => '',
|
305 |
+
'param_name' => 'post_info_position',
|
306 |
+
'type' => 'dropdown',
|
307 |
+
'def_value' => 'after-title',
|
308 |
+
'holder' => 'dropdown',
|
309 |
+
'class' => 'post_info_position',
|
310 |
+
'value' => array (
|
311 |
+
'after-title' => __('After Title' , 'auxin-elements' ),
|
312 |
+
'before-title' => __('Before Title', 'auxin-elements' )
|
313 |
+
),
|
314 |
+
'admin_label' => true,
|
315 |
+
'dependency' => array(
|
316 |
+
'element' => 'show_info',
|
317 |
+
'value' => '1'
|
318 |
+
),
|
319 |
+
'weight' => '',
|
320 |
+
'group' => '' ,
|
321 |
+
'edit_field_class' => ''
|
322 |
+
),
|
323 |
+
array(
|
324 |
+
'heading' => __('Display Categories','auxin-elements' ),
|
325 |
+
'description' => '',
|
326 |
+
'param_name' => 'display_categories',
|
327 |
+
'type' => 'aux_switch',
|
328 |
+
'value' => '1',
|
329 |
+
'holder' => 'dropdown',
|
330 |
+
'class' => 'display_categories',
|
331 |
+
'admin_label' => 1,
|
332 |
+
'dependency' => array(
|
333 |
+
'element' => 'show_info',
|
334 |
+
'value' => '1'
|
335 |
+
),
|
336 |
+
'weight' => '',
|
337 |
+
'group' => '' ,
|
338 |
+
'edit_field_class' => ''
|
339 |
+
),
|
340 |
array(
|
341 |
'heading' => __('Display like button','auxin-elements' ),
|
342 |
'description' => sprintf(__('Enable it to display %s like button%s on gride template blog. Please note WP Ulike plugin needs to be activaited to use this option.', 'auxin-elements'), '<strong>', '</strong>'),
|
351 |
'group' => '' ,
|
352 |
'edit_field_class' => ''
|
353 |
),
|
|
|
354 |
array(
|
355 |
'heading' => __('Content layout', 'auxin-elements'),
|
356 |
'description' => __('Specifies the style of content for each post column.', 'auxin-elements' ),
|
369 |
'group' => '' ,
|
370 |
'edit_field_class' => ''
|
371 |
),
|
|
|
372 |
array(
|
373 |
'heading' => __('Excerpt length','auxin-elements' ),
|
374 |
'description' => __('Specify summary content in character.','auxin-elements' ),
|
383 |
'group' => '' ,
|
384 |
'edit_field_class' => ''
|
385 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
386 |
array(
|
387 |
+
'heading' => __('Display author or read more', 'auxin-elements'),
|
388 |
+
'description' => __('Specifies whether to show author or read more on each post.', 'auxin-elements'),
|
389 |
+
'param_name' => 'author_or_readmore',
|
390 |
+
'type' => 'dropdown',
|
391 |
+
'def_value' => 'readmore',
|
392 |
+
'holder' => 'dropdown',
|
393 |
+
'class' => 'author_or_readmore',
|
394 |
+
'value' =>array (
|
395 |
+
'readmore' => __( 'Read More' , 'auxin-elements' ),
|
396 |
+
'author' => __( 'Author Name', 'auxin-elements' ),
|
397 |
+
'none' => __( 'None' , 'auxin-elements' )
|
398 |
),
|
399 |
+
'admin_label' => true,
|
400 |
+
'dependency' => '',
|
401 |
'weight' => '',
|
402 |
'group' => '' ,
|
403 |
'edit_field_class' => ''
|
404 |
),
|
|
|
405 |
array(
|
406 |
'heading' => __('Number of columns', 'auxin-elements'),
|
407 |
'description' => '',
|
420 |
'group' => 'Layout' ,
|
421 |
'edit_field_class' => ''
|
422 |
),
|
|
|
423 |
array(
|
424 |
'heading' => __('Number of columns in tablet size', 'auxin-elements'),
|
425 |
'description' => '',
|
439 |
'group' => 'Layout' ,
|
440 |
'edit_field_class' => ''
|
441 |
),
|
|
|
442 |
array(
|
443 |
'heading' => __('Number of columns in phone size', 'auxin-elements'),
|
444 |
'description' => '',
|
457 |
'group' => 'Layout' ,
|
458 |
'edit_field_class' => ''
|
459 |
),
|
|
|
460 |
array(
|
461 |
+
'heading' => __('Display items as', 'auxin-elements'),
|
462 |
'description' => '',
|
463 |
'param_name' => 'preview_mode',
|
464 |
'type' => 'dropdown',
|
466 |
'holder' => 'dropdown',
|
467 |
'class' => 'num',
|
468 |
'value' => array(
|
469 |
+
'grid' => __( 'Grid', 'auxin-elements' ),
|
470 |
+
'grid-table' => __( 'Grid - Table Style', 'auxin-elements' ),
|
471 |
+
'carousel' => __( 'Carousel', 'auxin-elements' )
|
472 |
),
|
473 |
'admin_label' => true,
|
474 |
'dependency' => '',
|
476 |
'group' => '' ,
|
477 |
'edit_field_class' => ''
|
478 |
),
|
479 |
+
array(
|
480 |
+
'heading' => __('Mouse Over Effect', 'auxin-elements'),
|
481 |
+
'description' => '',
|
482 |
+
'param_name' => 'grid_table_hover',
|
483 |
+
'type' => 'dropdown',
|
484 |
+
'def_value' => 'bgimage-bgcolor',
|
485 |
+
'holder' => 'dropdown',
|
486 |
+
'class' => 'num',
|
487 |
+
'value' => array(
|
488 |
+
'bgcolor' => __( 'Background color', 'auxin-elements' ),
|
489 |
+
'bgimage' => __( 'Cover image', 'auxin-elements' ),
|
490 |
+
'bgimage-bgcolor' => __( 'Cover image or background color', 'auxin-elements' ),
|
491 |
+
'none' => __( 'Nothing', 'auxin-elements' )
|
492 |
+
),
|
493 |
+
'admin_label' => true,
|
494 |
+
'dependency' => array(
|
495 |
+
'element' => 'preview_mode',
|
496 |
+
'value' => 'grid-table'
|
497 |
+
),
|
498 |
+
'weight' => '',
|
499 |
+
'group' => '' ,
|
500 |
+
'edit_field_class' => ''
|
501 |
+
),
|
502 |
// Carousel Options
|
503 |
array(
|
504 |
+
'heading' => __( 'Column space', 'auxin-elements' ),
|
505 |
+
'description' => __( 'Specifies space between carousel columns in pixels.', 'auxin-elements' ),
|
506 |
'param_name' => 'carousel_space',
|
507 |
'type' => 'textfield',
|
508 |
'value' => '30',
|
511 |
'admin_label' => 1,
|
512 |
'dependency' => array(
|
513 |
'element' => 'preview_mode',
|
514 |
+
'value' => 'grid'
|
515 |
),
|
516 |
'weight' => '',
|
517 |
'group' => '' ,
|
518 |
'edit_field_class' => ''
|
519 |
),
|
|
|
520 |
array(
|
521 |
'heading' => __('Navigation type', 'auxin-elements'),
|
522 |
'description' => '',
|
539 |
'group' => '' ,
|
540 |
'edit_field_class' => ''
|
541 |
),
|
|
|
542 |
array(
|
543 |
'heading' => __('Navigation control', 'auxin-elements'),
|
544 |
'description' => '',
|
560 |
'group' => '' ,
|
561 |
'edit_field_class' => ''
|
562 |
),
|
|
|
563 |
array(
|
564 |
'heading' => __('Loop navigation','auxin-elements' ),
|
565 |
'description' => '',
|
575 |
'group' => '' ,
|
576 |
'edit_field_class' => ''
|
577 |
),
|
|
|
578 |
array(
|
579 |
'heading' => __('Autoplay carousel','auxin-elements' ),
|
580 |
'description' => '',
|
591 |
'group' => '' ,
|
592 |
'edit_field_class' => ''
|
593 |
),
|
|
|
594 |
array(
|
595 |
'heading' => __('Autoplay delay','auxin-elements' ),
|
596 |
'description' => __('Specifies the delay between auto-forwarding in seconds.', 'auxin-elements' ),
|
604 |
array(
|
605 |
'element' => 'preview_mode',
|
606 |
'value' => 'carousel'
|
607 |
+
)
|
608 |
+
/*,
|
609 |
array(
|
610 |
'element' => 'carousel_autoplay',
|
611 |
+
'value' => '1'
|
612 |
+
)*/
|
613 |
),
|
614 |
'weight' => '',
|
615 |
'group' => '' ,
|
616 |
'edit_field_class' => ''
|
617 |
),
|
|
|
|
|
618 |
array(
|
619 |
'heading' => __('Extra class name','auxin-elements' ),
|
620 |
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements' ),
|
655 |
|
656 |
// Defining default attributes
|
657 |
$default_atts = array(
|
658 |
+
'title' => '', // header title
|
659 |
+
'cat' => ' ',
|
660 |
+
'num' => '8', // max generated entry
|
661 |
+
'ignore_media' => false, // whether to ignore media for this
|
662 |
'exclude' => '',
|
663 |
'include' => '',
|
664 |
'posts_per_page' => -1,
|
671 |
'exclude_qoute_link' => 0,
|
672 |
'show_media' => true,
|
673 |
'display_like' => true,
|
674 |
+
'display_categories' => true,
|
675 |
'content_layout' => '', // entry-boxed
|
676 |
'excerpt_len' => '160',
|
677 |
+
'display_title' => true,
|
678 |
'show_excerpt' => true,
|
679 |
'show_info' => true,
|
680 |
+
'post_info_position' => 'after-title',
|
681 |
+
'author_or_readmore' => 'readmore', // readmore, author, none
|
682 |
'image_aspect_ratio' => 0.75,
|
683 |
'desktop_cnum' => 4,
|
684 |
'tablet_cnum' => 'inherit',
|
685 |
'phone_cnum' => 'inherit',
|
686 |
'preview_mode' => 'grid',
|
687 |
+
'grid_table_hover' => 'bgimage-bgcolor',
|
688 |
'tag' => '',
|
689 |
'extra_classes' => '',
|
690 |
'custom_el_id' => '',
|
702 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
703 |
extract( $result['parsed_atts'] );
|
704 |
|
705 |
+
// post-olumn needs to have below variables
|
706 |
+
if( $author_or_readmore == 'readmore') {
|
707 |
+
$show_readmore = true;
|
708 |
+
$show_author_footer = false;
|
709 |
+
} else if( $author_or_readmore == 'author') {
|
710 |
+
$show_readmore = false;
|
711 |
+
$show_author_footer = true;
|
712 |
+
} else {
|
713 |
+
$show_readmore = false;
|
714 |
+
$show_author_footer = false;
|
715 |
+
}
|
716 |
+
|
717 |
ob_start();
|
718 |
|
719 |
global $wp_query;
|
743 |
echo $result['widget_title'];
|
744 |
|
745 |
|
746 |
+
$phone_break_point = 767;
|
747 |
+
$tablet_break_point = 992;
|
748 |
+
|
749 |
+
$show_comments = true; // shows comments icon
|
750 |
+
$post_counter = 0;
|
751 |
+
$column_class = '';
|
752 |
+
$item_class = 'aux-col';
|
753 |
+
$carousel_attrs = '';
|
754 |
|
755 |
+
$columns_custom_styles = '';
|
|
|
|
|
|
|
|
|
756 |
|
757 |
+
if ( in_array( $preview_mode, array( 'grid', 'grid-table' ) ) ) {
|
758 |
// generate columns class
|
759 |
$column_class = 'aux-match-height aux-row aux-de-col' . $desktop_cnum;
|
760 |
+
|
761 |
+
$column_class .= 'inherit' != $tablet_cnum ? ' aux-tb-col'. $tablet_cnum : ' aux-tb-col' . $desktop_cnum;
|
762 |
+
$column_class .= 'inherit' != $phone_cnum ? ' aux-mb-col'. $phone_cnum : ' aux-mb-col1';
|
763 |
+
|
764 |
$column_class .= 'entry-boxed' == $content_layout ? ' aux-entry-boxed' : '';
|
765 |
|
766 |
} elseif ( 'carousel' == $preview_mode ) {
|
778 |
$carousel_attrs .= ' data-bullets="' . ('bullets' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
779 |
$carousel_attrs .= ' data-bullet-class="aux-bullets aux-small aux-mask"';
|
780 |
$carousel_attrs .= ' data-arrows="' . ('arrows' == $carousel_navigation_control ? 'true' : 'false') . '"';
|
781 |
+
$carousel_attrs .= ' data-same-height="true"';
|
782 |
|
783 |
if ( 'inherit' != $tablet_cnum || 'inherit' != $phone_cnum ) {
|
784 |
$carousel_attrs .= ' data-responsive="'. ( 'inherit' != $tablet_cnum ? $tablet_break_point . ':' . $tablet_cnum . ',' : '' ).
|
787 |
|
788 |
}
|
789 |
|
790 |
+
if ( 'grid-table' == $preview_mode ) {
|
791 |
+
$column_class .= ' aux-grid-table-layout aux-border-collapse';
|
792 |
+
$column_class .= 'none' != $grid_table_hover ? ' aux-has-bghover' : '';
|
793 |
+
|
794 |
+
$ignore_media = true;
|
795 |
+
}
|
796 |
+
|
797 |
+
// Specifies whether the columns have footer meta or not
|
798 |
+
$column_class .= ! $show_author_footer && ! $show_readmore ? ' aux-no-meta' : '';
|
799 |
+
|
800 |
$column_media_width = auxin_get_content_column_width( $desktop_cnum, 15 );
|
801 |
|
802 |
$have_posts = $wp_query->have_posts();
|
818 |
$post_vars = auxin_get_post_format_media(
|
819 |
$post,
|
820 |
array(
|
821 |
+
'post_type' => 'post',
|
822 |
'request_from' => 'archive',
|
823 |
'media_width' => $phone_break_point,
|
824 |
'media_size' => 'large',//array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
825 |
'upscale_image' => true,
|
826 |
'image_from_content' => ! $exclude_without_media, // whether to try to get image from content or not
|
827 |
+
'no_gallery' => 'carousel' == $preview_mode,
|
828 |
+
'ignore_media' => 'grid-table' == $preview_mode,
|
829 |
'add_image_hw' => false, // whether add width and height attr or not
|
830 |
'image_sizes' => array(
|
831 |
array( 'min' => '', 'max' => '767px', 'width' => '80vw' ),
|
841 |
);
|
842 |
|
843 |
extract( $post_vars );
|
|
|
844 |
$the_format = get_post_format( $post );
|
845 |
|
846 |
if(
|
847 |
+
( $exclude_custom_post_formats && ! empty( $the_format ) ) ||
|
848 |
( $exclude_qoute_link && ( 'link' == $the_format || 'quote' == $the_format ) ) ||
|
849 |
( $exclude_without_media && ! $has_attach )
|
850 |
){
|
852 |
continue;
|
853 |
}
|
854 |
|
855 |
+
// dont show media tag if media is ignored
|
856 |
+
$show_media = ! $ignore_media;
|
857 |
+
|
858 |
+
// add specific class to current classes for each column
|
859 |
+
$post_classes = $has_attach && $show_media ? 'column-entry' : 'column-entry no-media';
|
860 |
+
|
861 |
+
// generate custom inline style base on feature colors for each post if the preview mode is table cell
|
862 |
+
if ( 'grid-table' == $preview_mode ) {
|
863 |
+
|
864 |
+
$featured_color = '';
|
865 |
+
$featured_image = '';
|
866 |
+
|
867 |
+
if( false !== strpos( $grid_table_hover, 'bgcolor' ) ){
|
868 |
+
$featured_color = get_post_meta( $post->ID, 'auxin_featured_color_enabled', true ) ? get_post_meta( $post->ID, 'auxin_featured_color', true ) :
|
869 |
+
auxin_get_option( 'post_single_featured_color' );
|
870 |
+
}
|
871 |
+
if( false !== strpos( $grid_table_hover, 'bgimage' ) ){
|
872 |
+
$featured_image = auxin_get_the_attachment_url( $post, 'medium' );
|
873 |
+
}
|
874 |
+
|
875 |
+
// if grid table hover effect was only bgcolor
|
876 |
+
if( 'bgcolor' == $grid_table_hover ){
|
877 |
+
$columns_custom_styles .= $featured_color ? "\n.$base_class .aux-grid-table-layout > .post-{$post->ID}:hover { background-color:$featured_color; }" : '';
|
878 |
+
|
879 |
+
// if grid table hover effect was only bgimage
|
880 |
+
} else if( 'bgimage' == $grid_table_hover ){
|
881 |
+
$columns_custom_styles .= $featured_image ? "\n.$base_class .aux-grid-table-layout > .post-{$post->ID}:hover { background-image:linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url( $featured_image ); }" : '';
|
882 |
+
|
883 |
+
// if grid table hover effect was bgimage with bgcolor fallback
|
884 |
+
} else if( 'bgimage-bgcolor' == $grid_table_hover ){
|
885 |
+
if( $featured_image ){
|
886 |
+
$columns_custom_styles .= "\n.$base_class .aux-grid-table-layout > .post-{$post->ID}:hover { background-image:linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url( $featured_image ); }" ;
|
887 |
+
} else if( $featured_color ){
|
888 |
+
$columns_custom_styles .= "\n.$base_class .aux-grid-table-layout > .post-{$post->ID}:hover { background-color:$featured_color; }";
|
889 |
+
}
|
890 |
+
}
|
891 |
+
|
892 |
+
}
|
893 |
?>
|
894 |
+
<div class="<?php echo $item_class . ' post-'.$post->ID ?>">
|
895 |
+
<?php include( locate_template( 'templates/theme-parts/entry/post-column.php' ) ); ?>
|
896 |
</div>
|
897 |
<?php
|
898 |
}
|
914 |
|
915 |
// use it as data attribute on load more button
|
916 |
$ajax_nonce = wp_create_nonce( 'post-recent-grid-nonce' );
|
917 |
+
// print the custom inline style if available
|
918 |
+
echo $columns_custom_styles ? "<style>$columns_custom_styles</style>" : '';
|
919 |
?>
|
920 |
</div>
|
921 |
<?php
|
includes/elements/recent-posts-land-style.php
CHANGED
@@ -67,6 +67,7 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
67 |
'group' => '' ,
|
68 |
'edit_field_class' => ''
|
69 |
),
|
|
|
70 |
// array(
|
71 |
// 'param_name' => 'post_type',
|
72 |
// 'type' => 'dropdown',
|
@@ -85,13 +86,12 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
85 |
// 'group' => '' ,
|
86 |
// 'edit_field_class' => ''
|
87 |
// ),
|
88 |
-
|
89 |
array(
|
90 |
'heading' => __('Categories', 'auxin-elements'),
|
91 |
'description' => __('Specifies a category that you want to show posts from it.', 'auxin-elements' ),
|
92 |
'param_name' => 'cat',
|
93 |
'type' => 'dropdown',
|
94 |
-
'def_value' => '',
|
95 |
'holder' => 'dropdown',
|
96 |
'class' => 'cat',
|
97 |
'value' => $categories_list,
|
@@ -101,7 +101,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
101 |
'group' => '' ,
|
102 |
'edit_field_class' => ''
|
103 |
),
|
104 |
-
|
105 |
array(
|
106 |
'heading' => __('Number of posts to show', 'auxin-elements'),
|
107 |
'description' => '',
|
@@ -116,7 +115,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
116 |
'group' => '' ,
|
117 |
'edit_field_class' => ''
|
118 |
),
|
119 |
-
|
120 |
array(
|
121 |
'heading' => __('Exclude posts without media','auxin-elements' ),
|
122 |
'description' => '',
|
@@ -130,7 +128,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
130 |
'group' => '' ,
|
131 |
'edit_field_class' => ''
|
132 |
),
|
133 |
-
|
134 |
array(
|
135 |
'heading' => __('Exclude custom post formats','auxin-elements' ),
|
136 |
'description' => '',
|
@@ -144,7 +141,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
144 |
'group' => '' ,
|
145 |
'edit_field_class' => ''
|
146 |
),
|
147 |
-
|
148 |
array(
|
149 |
'heading' => __('Exclude qoute and link post formats','auxin-elements' ),
|
150 |
'description' => '',
|
@@ -155,13 +151,12 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
155 |
'admin_label' => true,
|
156 |
'dependency' => array(
|
157 |
'element' => 'exclude_custom_post_formats',
|
158 |
-
'value' => '0'
|
159 |
),
|
160 |
'weight' => '',
|
161 |
'group' => '' ,
|
162 |
'edit_field_class' => ''
|
163 |
),
|
164 |
-
|
165 |
array(
|
166 |
'heading' => __('Exclude posts','auxin-elements' ),
|
167 |
'description' => __('Post IDs separated by comma (eg. 53,34,87,25)', 'auxin-elements' ),
|
@@ -232,7 +227,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
232 |
'group' => '' ,
|
233 |
'edit_field_class' => ''
|
234 |
),
|
235 |
-
|
236 |
array(
|
237 |
'heading' => __('Start offset','auxin-elements' ),
|
238 |
'description' => __('Number of post to displace or pass over.', 'auxin-elements' ),
|
@@ -247,7 +241,26 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
247 |
'group' => '' ,
|
248 |
'edit_field_class' => ''
|
249 |
),
|
250 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
array(
|
252 |
'heading' => __('Display post media (image, video, etc)', 'auxin-elements' ),
|
253 |
'param_name' => 'show_media',
|
@@ -262,8 +275,7 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
262 |
'group' => '' ,
|
263 |
'edit_field_class' => ''
|
264 |
),
|
265 |
-
|
266 |
-
array(
|
267 |
'heading' => __('Image aspect ratio', 'auxin-elements'),
|
268 |
'description' => '',
|
269 |
'param_name' => 'image_aspect_ratio',
|
@@ -283,23 +295,21 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
283 |
'group' => '' ,
|
284 |
'edit_field_class' => ''
|
285 |
),
|
286 |
-
|
287 |
array(
|
288 |
-
'heading' => __('
|
289 |
'description' => '',
|
290 |
-
'param_name' => '
|
291 |
'type' => 'aux_switch',
|
292 |
'value' => '1',
|
293 |
-
'class' => '',
|
294 |
'admin_label' => true,
|
295 |
'dependency' => '',
|
296 |
'weight' => '',
|
297 |
'group' => '' ,
|
298 |
'edit_field_class' => ''
|
299 |
),
|
300 |
-
|
301 |
array(
|
302 |
-
'heading' => __('
|
303 |
'description' => '',
|
304 |
'param_name' => 'show_info',
|
305 |
'type' => 'aux_switch',
|
@@ -310,7 +320,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
310 |
'group' => '' ,
|
311 |
'edit_field_class' => ''
|
312 |
),
|
313 |
-
|
314 |
array(
|
315 |
'heading' => __('Display like button','auxin-elements' ),
|
316 |
'description' => sprintf(__('Enable it to display %s like button%s on gride template blog. Please note WP Ulike plugin needs to be activaited to use this option.', 'auxin-elements'), '<strong>', '</strong>'),
|
@@ -325,23 +334,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
325 |
'group' => '' ,
|
326 |
'edit_field_class' => ''
|
327 |
),
|
328 |
-
|
329 |
-
array(
|
330 |
-
'heading' => __('Display excerpt','auxin-elements' ),
|
331 |
-
'description' => __('Enable it to display post summary instead of full content.','auxin-elements' ),
|
332 |
-
'param_name' => 'show_excerpt',
|
333 |
-
'type' => 'aux_switch',
|
334 |
-
'def_value' => '',
|
335 |
-
'value' => '1',
|
336 |
-
'holder' => 'dropdown',
|
337 |
-
'class' => 'show_excerpt',
|
338 |
-
'admin_label' => 1,
|
339 |
-
'dependency' => '',
|
340 |
-
'weight' => '',
|
341 |
-
'group' => '' ,
|
342 |
-
'edit_field_class' => ''
|
343 |
-
),
|
344 |
-
|
345 |
array(
|
346 |
'heading' => __('Excerpt length','auxin-elements' ),
|
347 |
'description' => __('Specify summary content in character.','auxin-elements' ),
|
@@ -359,37 +351,24 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
|
|
359 |
'group' => '' ,
|
360 |
'edit_field_class' => ''
|
361 |
),
|
362 |
-
|
363 |
array(
|
364 |
-
'heading' => __('
|
365 |
-
'description' => '',
|
366 |
-
'param_name' => '
|
367 |
-
'type' => '
|
368 |
-
'
|
369 |
-
'
|
370 |
-
'
|
371 |
-
'
|
372 |
-
|
373 |
-
|
374 |
-
),
|
375 |
-
|
376 |
-
array(
|
377 |
-
'heading' => __('Insert author name in bottom side','auxin-elements' ),
|
378 |
-
'description' => '',
|
379 |
-
'param_name' => 'show_author_footer',
|
380 |
-
'type' => 'aux_switch',
|
381 |
-
'value' => '1',
|
382 |
-
'class' => '',
|
383 |
-
'dependency' => array(
|
384 |
-
'element' => 'show_readmore',
|
385 |
-
'value' => '0'
|
386 |
),
|
387 |
-
'admin_label' =>
|
|
|
388 |
'weight' => '',
|
389 |
'group' => '' ,
|
390 |
'edit_field_class' => ''
|
391 |
),
|
392 |
-
|
393 |
array(
|
394 |
'heading' => __('Extra class name','auxin-elements' ),
|
395 |
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements' ),
|
@@ -426,32 +405,30 @@ add_filter( 'auxin_master_array_shortcodes', 'auxin_get_recent_posts_land_master
|
|
426 |
*/
|
427 |
function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_content = null ){
|
428 |
|
429 |
-
|
430 |
|
431 |
// Defining default attributes
|
432 |
$default_atts = array(
|
433 |
'title' => '', // header title
|
434 |
-
'cat' => '',
|
435 |
-
'num' => '8',
|
436 |
'exclude' => '',
|
437 |
'include' => '',
|
438 |
'posts_per_page' => -1,
|
439 |
-
'offset' => '',
|
440 |
'paged' => '',
|
|
|
441 |
'order_by' => 'menu_order date',
|
442 |
'order' => 'desc',
|
443 |
-
'content_layout' => 'entry-boxed', // entry-boxed
|
444 |
'exclude_without_media' => 0,
|
445 |
'exclude_custom_post_formats' => 0,
|
446 |
'exclude_qoute_link' => 0,
|
447 |
'show_media' => true,
|
448 |
-
'
|
449 |
-
'show_excerpt' => true,
|
450 |
'excerpt_len' => '160',
|
451 |
-
'
|
|
|
452 |
'show_info' => true,
|
453 |
-
'
|
454 |
-
'show_author_footer' => false,
|
455 |
'image_aspect_ratio' => 0.75,
|
456 |
'tag' => '',
|
457 |
'extra_classes' => '',
|
@@ -464,7 +441,16 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
|
|
464 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
465 |
extract( $result['parsed_atts'] );
|
466 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
467 |
ob_start();
|
|
|
468 |
global $wp_query;
|
469 |
|
470 |
if( ! $use_wp_query ){
|
@@ -498,7 +484,10 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
|
|
498 |
$show_comments = true; // shows comments icon
|
499 |
$post_counter = 0;
|
500 |
$wrapper_class = 'aux-blog-land-style';
|
501 |
-
$
|
|
|
|
|
|
|
502 |
|
503 |
// whether any result was found or not
|
504 |
$have_posts = $wp_query->have_posts();
|
@@ -521,7 +510,12 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
|
|
521 |
array(
|
522 |
'request_from' => 'archive',
|
523 |
'media_width' => $phone_break_point,
|
524 |
-
'upscale_image' => true
|
|
|
|
|
|
|
|
|
|
|
525 |
)
|
526 |
);
|
527 |
|
@@ -537,10 +531,9 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
|
|
537 |
$post_counter --;
|
538 |
continue;
|
539 |
}
|
|
|
|
|
540 |
|
541 |
-
?>
|
542 |
-
<?php include( locate_template( 'templates/theme-parts/entry/post-land.php' ) ); ?>
|
543 |
-
<?php
|
544 |
}
|
545 |
?> </div> <?php
|
546 |
}
|
@@ -559,4 +552,4 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
|
|
559 |
echo $result['widget_footer'];
|
560 |
|
561 |
return ob_get_clean();
|
562 |
-
}
|
67 |
'group' => '' ,
|
68 |
'edit_field_class' => ''
|
69 |
),
|
70 |
+
|
71 |
// array(
|
72 |
// 'param_name' => 'post_type',
|
73 |
// 'type' => 'dropdown',
|
86 |
// 'group' => '' ,
|
87 |
// 'edit_field_class' => ''
|
88 |
// ),
|
|
|
89 |
array(
|
90 |
'heading' => __('Categories', 'auxin-elements'),
|
91 |
'description' => __('Specifies a category that you want to show posts from it.', 'auxin-elements' ),
|
92 |
'param_name' => 'cat',
|
93 |
'type' => 'dropdown',
|
94 |
+
'def_value' => ' ',
|
95 |
'holder' => 'dropdown',
|
96 |
'class' => 'cat',
|
97 |
'value' => $categories_list,
|
101 |
'group' => '' ,
|
102 |
'edit_field_class' => ''
|
103 |
),
|
|
|
104 |
array(
|
105 |
'heading' => __('Number of posts to show', 'auxin-elements'),
|
106 |
'description' => '',
|
115 |
'group' => '' ,
|
116 |
'edit_field_class' => ''
|
117 |
),
|
|
|
118 |
array(
|
119 |
'heading' => __('Exclude posts without media','auxin-elements' ),
|
120 |
'description' => '',
|
128 |
'group' => '' ,
|
129 |
'edit_field_class' => ''
|
130 |
),
|
|
|
131 |
array(
|
132 |
'heading' => __('Exclude custom post formats','auxin-elements' ),
|
133 |
'description' => '',
|
141 |
'group' => '' ,
|
142 |
'edit_field_class' => ''
|
143 |
),
|
|
|
144 |
array(
|
145 |
'heading' => __('Exclude qoute and link post formats','auxin-elements' ),
|
146 |
'description' => '',
|
151 |
'admin_label' => true,
|
152 |
'dependency' => array(
|
153 |
'element' => 'exclude_custom_post_formats',
|
154 |
+
'value' => array('0', 'false')
|
155 |
),
|
156 |
'weight' => '',
|
157 |
'group' => '' ,
|
158 |
'edit_field_class' => ''
|
159 |
),
|
|
|
160 |
array(
|
161 |
'heading' => __('Exclude posts','auxin-elements' ),
|
162 |
'description' => __('Post IDs separated by comma (eg. 53,34,87,25)', 'auxin-elements' ),
|
227 |
'group' => '' ,
|
228 |
'edit_field_class' => ''
|
229 |
),
|
|
|
230 |
array(
|
231 |
'heading' => __('Start offset','auxin-elements' ),
|
232 |
'description' => __('Number of post to displace or pass over.', 'auxin-elements' ),
|
241 |
'group' => '' ,
|
242 |
'edit_field_class' => ''
|
243 |
),
|
244 |
+
array(
|
245 |
+
'heading' => __('Image aspect ratio', 'auxin-elements'),
|
246 |
+
'description' => '',
|
247 |
+
'param_name' => 'image_aspect_ratio',
|
248 |
+
'type' => 'dropdown',
|
249 |
+
'def_value' => '0.75',
|
250 |
+
'holder' => 'dropdown',
|
251 |
+
'class' => 'order',
|
252 |
+
'value' =>array (
|
253 |
+
'0.75' => __('Horizontal 4:3' , 'auxin-elements'),
|
254 |
+
'0.56' => __('Horizontal 16:9', 'auxin-elements'),
|
255 |
+
'1.00' => __('Square 1:1' , 'auxin-elements'),
|
256 |
+
'1.33' => __('Vertical 3:4' , 'auxin-elements')
|
257 |
+
),
|
258 |
+
'admin_label' => true,
|
259 |
+
'dependency' => '',
|
260 |
+
'weight' => '',
|
261 |
+
'group' => '' ,
|
262 |
+
'edit_field_class' => ''
|
263 |
+
),
|
264 |
array(
|
265 |
'heading' => __('Display post media (image, video, etc)', 'auxin-elements' ),
|
266 |
'param_name' => 'show_media',
|
275 |
'group' => '' ,
|
276 |
'edit_field_class' => ''
|
277 |
),
|
278 |
+
array(
|
|
|
279 |
'heading' => __('Image aspect ratio', 'auxin-elements'),
|
280 |
'description' => '',
|
281 |
'param_name' => 'image_aspect_ratio',
|
295 |
'group' => '' ,
|
296 |
'edit_field_class' => ''
|
297 |
),
|
|
|
298 |
array(
|
299 |
+
'heading' => __('Display post title','auxin-elements' ),
|
300 |
'description' => '',
|
301 |
+
'param_name' => 'display_title',
|
302 |
'type' => 'aux_switch',
|
303 |
'value' => '1',
|
304 |
+
'class' => 'display_title',
|
305 |
'admin_label' => true,
|
306 |
'dependency' => '',
|
307 |
'weight' => '',
|
308 |
'group' => '' ,
|
309 |
'edit_field_class' => ''
|
310 |
),
|
|
|
311 |
array(
|
312 |
+
'heading' => __('Display post meta','auxin-elements' ),
|
313 |
'description' => '',
|
314 |
'param_name' => 'show_info',
|
315 |
'type' => 'aux_switch',
|
320 |
'group' => '' ,
|
321 |
'edit_field_class' => ''
|
322 |
),
|
|
|
323 |
array(
|
324 |
'heading' => __('Display like button','auxin-elements' ),
|
325 |
'description' => sprintf(__('Enable it to display %s like button%s on gride template blog. Please note WP Ulike plugin needs to be activaited to use this option.', 'auxin-elements'), '<strong>', '</strong>'),
|
334 |
'group' => '' ,
|
335 |
'edit_field_class' => ''
|
336 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
array(
|
338 |
'heading' => __('Excerpt length','auxin-elements' ),
|
339 |
'description' => __('Specify summary content in character.','auxin-elements' ),
|
351 |
'group' => '' ,
|
352 |
'edit_field_class' => ''
|
353 |
),
|
|
|
354 |
array(
|
355 |
+
'heading' => __('Display author or read more', 'auxin-elements'),
|
356 |
+
'description' => __('Specifies whether to show author or read more on each post.', 'auxin-elements'),
|
357 |
+
'param_name' => 'author_or_readmore',
|
358 |
+
'type' => 'dropdown',
|
359 |
+
'def_value' => 'readmore',
|
360 |
+
'holder' => 'dropdown',
|
361 |
+
'class' => 'author_or_readmore',
|
362 |
+
'value' =>array (
|
363 |
+
'readmore' => __('Read More', 'auxin-elements'),
|
364 |
+
'author' => __('Author Name', 'auxin-elements'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
),
|
366 |
+
'admin_label' => true,
|
367 |
+
'dependency' => '',
|
368 |
'weight' => '',
|
369 |
'group' => '' ,
|
370 |
'edit_field_class' => ''
|
371 |
),
|
|
|
372 |
array(
|
373 |
'heading' => __('Extra class name','auxin-elements' ),
|
374 |
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements' ),
|
405 |
*/
|
406 |
function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_content = null ){
|
407 |
|
408 |
+
global $aux_content_width;
|
409 |
|
410 |
// Defining default attributes
|
411 |
$default_atts = array(
|
412 |
'title' => '', // header title
|
413 |
+
'cat' => ' ',
|
414 |
+
'num' => '8',
|
415 |
'exclude' => '',
|
416 |
'include' => '',
|
417 |
'posts_per_page' => -1,
|
|
|
418 |
'paged' => '',
|
419 |
+
'offset' => '',
|
420 |
'order_by' => 'menu_order date',
|
421 |
'order' => 'desc',
|
|
|
422 |
'exclude_without_media' => 0,
|
423 |
'exclude_custom_post_formats' => 0,
|
424 |
'exclude_qoute_link' => 0,
|
425 |
'show_media' => true,
|
426 |
+
'show_excerpt' => true,
|
|
|
427 |
'excerpt_len' => '160',
|
428 |
+
'display_title' => true,
|
429 |
+
'display_like' => true,
|
430 |
'show_info' => true,
|
431 |
+
'author_or_readmore' => 'readmore',
|
|
|
432 |
'image_aspect_ratio' => 0.75,
|
433 |
'tag' => '',
|
434 |
'extra_classes' => '',
|
441 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
442 |
extract( $result['parsed_atts'] );
|
443 |
|
444 |
+
if( $author_or_readmore == 'readmore') {
|
445 |
+
$show_readmore = true;
|
446 |
+
$show_author_footer = false;
|
447 |
+
} else {
|
448 |
+
$show_author_footer = true;
|
449 |
+
$show_readmore = false;
|
450 |
+
}
|
451 |
+
|
452 |
ob_start();
|
453 |
+
|
454 |
global $wp_query;
|
455 |
|
456 |
if( ! $use_wp_query ){
|
484 |
$show_comments = true; // shows comments icon
|
485 |
$post_counter = 0;
|
486 |
$wrapper_class = 'aux-blog-land-style';
|
487 |
+
$item_class = 'aux-block';
|
488 |
+
$post_classes = 'aux-column-post-entry land-post-style';
|
489 |
+
|
490 |
+
$column_media_width = auxin_get_content_column_width( 2, 15 );
|
491 |
|
492 |
// whether any result was found or not
|
493 |
$have_posts = $wp_query->have_posts();
|
510 |
array(
|
511 |
'request_from' => 'archive',
|
512 |
'media_width' => $phone_break_point,
|
513 |
+
'upscale_image' => true,
|
514 |
+
'srcset_sizes' => array(
|
515 |
+
array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
516 |
+
array( 'width' => 2 * $column_media_width, 'height' => 2 * $column_media_width * $image_aspect_ratio ),
|
517 |
+
array( 'width' => 4 * $column_media_width, 'height' => 4 * $column_media_width * $image_aspect_ratio )
|
518 |
+
)
|
519 |
)
|
520 |
);
|
521 |
|
531 |
$post_counter --;
|
532 |
continue;
|
533 |
}
|
534 |
+
|
535 |
+
include( locate_template( 'templates/theme-parts/entry/post-column.php' ) );
|
536 |
|
|
|
|
|
|
|
537 |
}
|
538 |
?> </div> <?php
|
539 |
}
|
552 |
echo $result['widget_footer'];
|
553 |
|
554 |
return ob_get_clean();
|
555 |
+
}
|
includes/elements/recent-posts-masonry.php
ADDED
@@ -0,0 +1,671 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Code highlighter element
|
4 |
+
*
|
5 |
+
*
|
6 |
+
* @package auxin-elements
|
7 |
+
* @license LICENSE.txt
|
8 |
+
* @author
|
9 |
+
* @link https://bitbucket.org/averta/
|
10 |
+
* @copyright (c) 2010-2016
|
11 |
+
*/
|
12 |
+
|
13 |
+
function auxin_get_recent_posts_masonry_master_array( $master_array ) {
|
14 |
+
|
15 |
+
$categories = get_terms( 'category', 'orderby=count&hide_empty=0' );
|
16 |
+
$categories_list = array( ' ' => __('All Categories', 'auxin-elements' ) ) ;
|
17 |
+
foreach ( $categories as $key => $value ) {
|
18 |
+
$categories_list[$value->term_id] = $value->name;
|
19 |
+
}
|
20 |
+
|
21 |
+
// $tags = get_terms( 'post_tag', 'orderby=count&hide_empty=0' );
|
22 |
+
// $tags_list;
|
23 |
+
// foreach ($tags as $key => $value) {
|
24 |
+
// $tags_list["$value->term_id"] = $value->name;
|
25 |
+
// }
|
26 |
+
|
27 |
+
|
28 |
+
$master_array['aux_recent_posts_masonry'] = array(
|
29 |
+
'name' => __('[Phlox] Masonry Recent Posts', 'auxin-elements' ),
|
30 |
+
'auxin_output_callback' => 'auxin_widget_recent_posts_masonry_callback',
|
31 |
+
'base' => 'aux_recent_posts_masonry',
|
32 |
+
'description' => __('It adds recent posts in masonry style.', 'auxin-elements' ),
|
33 |
+
'class' => 'aux-widget-recent-posts-masonry aux-column-post-entry',
|
34 |
+
'show_settings_on_create' => true,
|
35 |
+
'weight' => 1,
|
36 |
+
'is_widget' => false,
|
37 |
+
'is_shortcode' => true,
|
38 |
+
'is_so' => true,
|
39 |
+
'is_vc' => true,
|
40 |
+
'category' => THEME_NAME,
|
41 |
+
'group' => '',
|
42 |
+
'admin_enqueue_js' => '',
|
43 |
+
'admin_enqueue_css' => '',
|
44 |
+
'front_enqueue_js' => '',
|
45 |
+
'front_enqueue_css' => '',
|
46 |
+
'icon' => 'auxin-element auxin-masonry',
|
47 |
+
'custom_markup' => '',
|
48 |
+
'js_view' => '',
|
49 |
+
'html_template' => '',
|
50 |
+
'deprecated' => '',
|
51 |
+
'content_element' => '',
|
52 |
+
'as_parent' => '',
|
53 |
+
'as_child' => '',
|
54 |
+
'params' => array(
|
55 |
+
array(
|
56 |
+
'heading' => __('Title','auxin-elements' ),
|
57 |
+
'description' => __('Recent post title, leave it empty if you don`t need title.', 'auxin-elements'),
|
58 |
+
'param_name' => 'title',
|
59 |
+
'type' => 'textfield',
|
60 |
+
'std' => '',
|
61 |
+
'value' => '',
|
62 |
+
'holder' => 'textfield',
|
63 |
+
'class' => 'title',
|
64 |
+
'admin_label' => true,
|
65 |
+
'dependency' => '',
|
66 |
+
'weight' => '',
|
67 |
+
'group' => '' ,
|
68 |
+
'edit_field_class' => ''
|
69 |
+
),
|
70 |
+
// array(
|
71 |
+
// 'param_name' => 'post_type',
|
72 |
+
// 'type' => 'dropdown',
|
73 |
+
// 'def_value' => 'post',
|
74 |
+
// 'value' => array(
|
75 |
+
// 'post' => __('Posts', 'auxin-elements' ),
|
76 |
+
// 'page' => __('Pages', 'auxin-elements' ),
|
77 |
+
// ),
|
78 |
+
// 'holder' => 'dropdown',
|
79 |
+
// 'class' => 'border',
|
80 |
+
// 'heading' => __('Create items from','auxin-elements' ),
|
81 |
+
// 'description' => '',
|
82 |
+
// 'admin_label' => true,
|
83 |
+
// 'dependency' => '',
|
84 |
+
// 'weight' => '',
|
85 |
+
// 'group' => '' ,
|
86 |
+
// 'edit_field_class' => ''
|
87 |
+
// ),
|
88 |
+
array(
|
89 |
+
'heading' => __('Categories', 'auxin-elements'),
|
90 |
+
'description' => __('Specifies a category that you want to show posts from it.', 'auxin-elements' ),
|
91 |
+
'param_name' => 'cat',
|
92 |
+
'type' => 'dropdown',
|
93 |
+
'def_value' => ' ',
|
94 |
+
'holder' => 'dropdown',
|
95 |
+
'class' => 'cat',
|
96 |
+
'value' => $categories_list,
|
97 |
+
'admin_label' => true,
|
98 |
+
'dependency' => '',
|
99 |
+
'weight' => '',
|
100 |
+
'group' => '' ,
|
101 |
+
'edit_field_class' => ''
|
102 |
+
),
|
103 |
+
array(
|
104 |
+
'heading' => __('Number of posts to show', 'auxin-elements'),
|
105 |
+
'description' => '',
|
106 |
+
'param_name' => 'num',
|
107 |
+
'type' => 'textfield',
|
108 |
+
'def_value' => '8',
|
109 |
+
'holder' => 'textfield',
|
110 |
+
'class' => 'num',
|
111 |
+
'admin_label' => true,
|
112 |
+
'dependency' => '',
|
113 |
+
'weight' => '',
|
114 |
+
'group' => '' ,
|
115 |
+
'edit_field_class' => ''
|
116 |
+
),
|
117 |
+
array(
|
118 |
+
'heading' => __('Exclude posts without media','auxin-elements' ),
|
119 |
+
'description' => '',
|
120 |
+
'param_name' => 'exclude_without_media',
|
121 |
+
'type' => 'aux_switch',
|
122 |
+
'value' => '0',
|
123 |
+
'class' => '',
|
124 |
+
'admin_label' => true,
|
125 |
+
'dependency' => '',
|
126 |
+
'weight' => '',
|
127 |
+
'group' => '' ,
|
128 |
+
'edit_field_class' => ''
|
129 |
+
),
|
130 |
+
array(
|
131 |
+
'heading' => __('Exclude custom post formats','auxin-elements' ),
|
132 |
+
'description' => '',
|
133 |
+
'param_name' => 'exclude_custom_post_formats',
|
134 |
+
'type' => 'aux_switch',
|
135 |
+
'value' => '0',
|
136 |
+
'class' => '',
|
137 |
+
'admin_label' => true,
|
138 |
+
'dependency' => '',
|
139 |
+
'weight' => '',
|
140 |
+
'group' => '' ,
|
141 |
+
'edit_field_class' => ''
|
142 |
+
),
|
143 |
+
array(
|
144 |
+
'heading' => __('Exclude qoute and link post formats','auxin-elements' ),
|
145 |
+
'description' => '',
|
146 |
+
'param_name' => 'exclude_qoute_link',
|
147 |
+
'type' => 'aux_switch',
|
148 |
+
'value' => '0',
|
149 |
+
'class' => '',
|
150 |
+
'admin_label' => true,
|
151 |
+
'dependency' => array(
|
152 |
+
'element' => 'exclude_custom_post_formats',
|
153 |
+
'value' => array('0', 'false')
|
154 |
+
),
|
155 |
+
'weight' => '',
|
156 |
+
'group' => '' ,
|
157 |
+
'edit_field_class' => ''
|
158 |
+
),
|
159 |
+
array(
|
160 |
+
'heading' => __('Exclude posts','auxin-elements' ),
|
161 |
+
'description' => __('Post IDs separated by comma (eg. 53,34,87,25)', 'auxin-elements' ),
|
162 |
+
'param_name' => 'exclude',
|
163 |
+
'type' => 'textfield',
|
164 |
+
'value' => '',
|
165 |
+
'holder' => 'textfield',
|
166 |
+
'class' => '',
|
167 |
+
'admin_label' => true,
|
168 |
+
'dependency' => '',
|
169 |
+
'weight' => '',
|
170 |
+
'group' => '' ,
|
171 |
+
'edit_field_class' => ''
|
172 |
+
),
|
173 |
+
array(
|
174 |
+
'heading' => __('Include posts','auxin-elements' ),
|
175 |
+
'description' => __('Post IDs separated by comma (eg. 53,34,87,25)', 'auxin-elements' ),
|
176 |
+
'param_name' => 'include',
|
177 |
+
'type' => 'textfield',
|
178 |
+
'value' => '',
|
179 |
+
'holder' => 'textfield',
|
180 |
+
'class' => '',
|
181 |
+
'admin_label' => true,
|
182 |
+
'dependency' => '',
|
183 |
+
'weight' => '',
|
184 |
+
'group' => '' ,
|
185 |
+
'edit_field_class' => ''
|
186 |
+
),
|
187 |
+
array(
|
188 |
+
'heading' => __('Order by', 'auxin-elements'),
|
189 |
+
'description' => '',
|
190 |
+
'param_name' => 'order_by',
|
191 |
+
'type' => 'dropdown',
|
192 |
+
'def_value' => 'date',
|
193 |
+
'holder' => 'dropdown',
|
194 |
+
'class' => 'order_by',
|
195 |
+
'value' => array (
|
196 |
+
'date' => __('Date', 'auxin-elements'),
|
197 |
+
'menu_order date' => __('Menu Order', 'auxin-elements'),
|
198 |
+
'title' => __('Title', 'auxin-elements'),
|
199 |
+
'ID' => __('ID', 'auxin-elements'),
|
200 |
+
'rand' => __('Random', 'auxin-elements'),
|
201 |
+
'comment_count' => __('Comments', 'auxin-elements'),
|
202 |
+
'modified' => __('Date Modified', 'auxin-elements'),
|
203 |
+
'author' => __('Author', 'auxin-elements'),
|
204 |
+
),
|
205 |
+
'admin_label' => true,
|
206 |
+
'dependency' => '',
|
207 |
+
'weight' => '',
|
208 |
+
'group' => '' ,
|
209 |
+
'edit_field_class' => ''
|
210 |
+
),
|
211 |
+
array(
|
212 |
+
'heading' => __('Order', 'auxin-elements'),
|
213 |
+
'description' => '',
|
214 |
+
'param_name' => 'order',
|
215 |
+
'type' => 'dropdown',
|
216 |
+
'def_value' => 'DESC',
|
217 |
+
'holder' => 'dropdown',
|
218 |
+
'class' => 'order',
|
219 |
+
'value' =>array (
|
220 |
+
'DESC' => __('Descending', 'auxin-elements'),
|
221 |
+
'ASC' => __('Ascending', 'auxin-elements'),
|
222 |
+
),
|
223 |
+
'admin_label' => true,
|
224 |
+
'dependency' => '',
|
225 |
+
'weight' => '',
|
226 |
+
'group' => '' ,
|
227 |
+
'edit_field_class' => ''
|
228 |
+
),
|
229 |
+
array(
|
230 |
+
'heading' => __('Start offset','auxin-elements' ),
|
231 |
+
'description' => __('Number of post to displace or pass over.', 'auxin-elements' ),
|
232 |
+
'param_name' => 'offset',
|
233 |
+
'type' => 'textfield',
|
234 |
+
'value' => '',
|
235 |
+
'holder' => 'textfield',
|
236 |
+
'class' => '',
|
237 |
+
'admin_label' => true,
|
238 |
+
'dependency' => '',
|
239 |
+
'weight' => '',
|
240 |
+
'group' => '' ,
|
241 |
+
'edit_field_class' => ''
|
242 |
+
),
|
243 |
+
// @TODO: it seems weitout this option is better.
|
244 |
+
// array(
|
245 |
+
// 'heading' => __('Image aspect ratio', 'auxin-elements'),
|
246 |
+
// 'description' => '',
|
247 |
+
// 'param_name' => 'image_aspect_ratio',
|
248 |
+
// 'type' => 'dropdown',
|
249 |
+
// 'def_value' => '0.75',
|
250 |
+
// 'holder' => 'dropdown',
|
251 |
+
// 'class' => 'order',
|
252 |
+
// 'value' =>array (
|
253 |
+
// '0.75' => __('Horizontal 4:3' , 'auxin-elements'),
|
254 |
+
// '0.56' => __('Horizontal 16:9', 'auxin-elements'),
|
255 |
+
// '1.00' => __('Square 1:1' , 'auxin-elements'),
|
256 |
+
// '1.33' => __('Vertical 3:4' , 'auxin-elements')
|
257 |
+
// ),
|
258 |
+
// 'admin_label' => true,
|
259 |
+
// 'dependency' => '',
|
260 |
+
// 'weight' => '',
|
261 |
+
// 'group' => '' ,
|
262 |
+
// 'edit_field_class' => ''
|
263 |
+
// ),
|
264 |
+
array(
|
265 |
+
'heading' => __('Display post media (image, video, etc)', 'auxin-elements' ),
|
266 |
+
'param_name' => 'show_media',
|
267 |
+
'type' => 'aux_switch',
|
268 |
+
'def_value' => '',
|
269 |
+
'value' => '1',
|
270 |
+
'holder' => 'dropdown',
|
271 |
+
'class' => 'show_media',
|
272 |
+
'admin_label' => true,
|
273 |
+
'dependency' => '',
|
274 |
+
'weight' => '',
|
275 |
+
'group' => '' ,
|
276 |
+
'edit_field_class' => ''
|
277 |
+
),
|
278 |
+
array(
|
279 |
+
'heading' => __('Display post title','auxin-elements' ),
|
280 |
+
'description' => '',
|
281 |
+
'param_name' => 'display_title',
|
282 |
+
'type' => 'aux_switch',
|
283 |
+
'value' => '1',
|
284 |
+
'class' => 'display_title',
|
285 |
+
'admin_label' => true,
|
286 |
+
'dependency' => '',
|
287 |
+
'weight' => '',
|
288 |
+
'group' => '' ,
|
289 |
+
'edit_field_class' => ''
|
290 |
+
),
|
291 |
+
array(
|
292 |
+
'heading' => __('Display post meta','auxin-elements' ),
|
293 |
+
'description' => '',
|
294 |
+
'param_name' => 'show_info',
|
295 |
+
'type' => 'aux_switch',
|
296 |
+
'value' => '1',
|
297 |
+
'class' => '',
|
298 |
+
'admin_label' => true,
|
299 |
+
'weight' => '',
|
300 |
+
'group' => '' ,
|
301 |
+
'edit_field_class' => ''
|
302 |
+
),
|
303 |
+
array(
|
304 |
+
'heading' => __('Display like button','auxin-elements' ),
|
305 |
+
'description' => sprintf(__('Enable it to display %s like button%s on gride template blog. Please note WP Ulike plugin needs to be activaited to use this option.', 'auxin-elements'), '<strong>', '</strong>'),
|
306 |
+
'param_name' => 'display_like',
|
307 |
+
'type' => 'aux_switch',
|
308 |
+
'value' => '1',
|
309 |
+
'holder' => 'dropdown',
|
310 |
+
'class' => 'display_like',
|
311 |
+
'admin_label' => 1,
|
312 |
+
'dependency' => '',
|
313 |
+
'weight' => '',
|
314 |
+
'group' => '' ,
|
315 |
+
'edit_field_class' => ''
|
316 |
+
),
|
317 |
+
array(
|
318 |
+
'heading' => __('Excerpt length','auxin-elements' ),
|
319 |
+
'description' => __('Specify summary content in character.','auxin-elements' ),
|
320 |
+
'param_name' => 'excerpt_len',
|
321 |
+
'type' => 'textfield',
|
322 |
+
'value' => '160',
|
323 |
+
'holder' => 'textfield',
|
324 |
+
'class' => 'excerpt_len',
|
325 |
+
'admin_label' => 1,
|
326 |
+
'dependency' => '',
|
327 |
+
'weight' => '',
|
328 |
+
'group' => '' ,
|
329 |
+
'edit_field_class' => ''
|
330 |
+
),
|
331 |
+
array(
|
332 |
+
'heading' => __('Display author or read more', 'auxin-elements'),
|
333 |
+
'description' => __('Specifies whether to show author or read more on each post.', 'auxin-elements'),
|
334 |
+
'param_name' => 'author_or_readmore',
|
335 |
+
'type' => 'dropdown',
|
336 |
+
'def_value' => 'readmore',
|
337 |
+
'holder' => 'dropdown',
|
338 |
+
'class' => 'author_or_readmore',
|
339 |
+
'value' =>array (
|
340 |
+
'readmore' => __('Read More', 'auxin-elements'),
|
341 |
+
'author' => __('Author Name', 'auxin-elements'),
|
342 |
+
),
|
343 |
+
'admin_label' => true,
|
344 |
+
'dependency' => '',
|
345 |
+
'weight' => '',
|
346 |
+
'group' => '' ,
|
347 |
+
'edit_field_class' => ''
|
348 |
+
),
|
349 |
+
array(
|
350 |
+
'heading' => __('Number of columns', 'auxin-elements'),
|
351 |
+
'description' => '',
|
352 |
+
'param_name' => 'desktop_cnum',
|
353 |
+
'type' => 'dropdown',
|
354 |
+
'def_value' => '4',
|
355 |
+
'holder' => 'dropdown',
|
356 |
+
'class' => 'desktop_cnum',
|
357 |
+
'value' => array(
|
358 |
+
'1' => '1' , '2' => '2' , '3' => '3' ,
|
359 |
+
'4' => '4' , '5' => '5' , '6' => '6'
|
360 |
+
),
|
361 |
+
'admin_label' => true,
|
362 |
+
'dependency' => '',
|
363 |
+
'weight' => '',
|
364 |
+
'group' => 'Layout' ,
|
365 |
+
'edit_field_class' => ''
|
366 |
+
),
|
367 |
+
array(
|
368 |
+
'heading' => __('Number of columns in tablet size', 'auxin-elements'),
|
369 |
+
'description' => '',
|
370 |
+
'param_name' => 'tablet_cnum',
|
371 |
+
'type' => 'dropdown',
|
372 |
+
'def_value' => 'inherit',
|
373 |
+
'holder' => 'dropdown',
|
374 |
+
'class' => 'tablet_cnum',
|
375 |
+
'value' => array(
|
376 |
+
'inherit' => 'Inherited from larger',
|
377 |
+
'1' => '1' , '2' => '2' , '3' => '3' ,
|
378 |
+
'4' => '4'
|
379 |
+
),
|
380 |
+
'admin_label' => true,
|
381 |
+
'dependency' => '',
|
382 |
+
'weight' => '',
|
383 |
+
'group' => 'Layout' ,
|
384 |
+
'edit_field_class' => ''
|
385 |
+
),
|
386 |
+
array(
|
387 |
+
'heading' => __('Number of columns in phone size', 'auxin-elements'),
|
388 |
+
'description' => '',
|
389 |
+
'param_name' => 'phone_cnum',
|
390 |
+
'type' => 'dropdown',
|
391 |
+
'def_value' => 'inherit',
|
392 |
+
'holder' => 'dropdown',
|
393 |
+
'class' => 'phone_cnum',
|
394 |
+
'value' => array(
|
395 |
+
'inherit' => 'Inherited from larger',
|
396 |
+
'1' => '1' , '2' => '2'
|
397 |
+
),
|
398 |
+
'admin_label' => true,
|
399 |
+
'dependency' => '',
|
400 |
+
'weight' => '',
|
401 |
+
'group' => 'Layout' ,
|
402 |
+
'edit_field_class' => ''
|
403 |
+
),
|
404 |
+
array(
|
405 |
+
'heading' => __('Extra class name','auxin-elements' ),
|
406 |
+
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements' ),
|
407 |
+
'param_name' => 'extra_classes',
|
408 |
+
'type' => 'textfield',
|
409 |
+
'value' => '',
|
410 |
+
'def_value' => '',
|
411 |
+
'holder' => 'textfield',
|
412 |
+
'class' => 'extra_classes',
|
413 |
+
'admin_label' => true,
|
414 |
+
'dependency' => '',
|
415 |
+
'weight' => '',
|
416 |
+
'group' => '',
|
417 |
+
'edit_field_class' => ''
|
418 |
+
)
|
419 |
+
)
|
420 |
+
);
|
421 |
+
|
422 |
+
return $master_array;
|
423 |
+
}
|
424 |
+
|
425 |
+
add_filter( 'auxin_master_array_shortcodes', 'auxin_get_recent_posts_masonry_master_array', 10, 1 );
|
426 |
+
|
427 |
+
|
428 |
+
|
429 |
+
|
430 |
+
/**
|
431 |
+
* Element without loop and column
|
432 |
+
* The front-end output of this element is returned by the following function
|
433 |
+
*
|
434 |
+
* @param array $atts The array containing the parsed values from shortcode, it should be same as defined params above.
|
435 |
+
* @param string $shortcode_content The shorcode content
|
436 |
+
* @return string The output of element markup
|
437 |
+
*/
|
438 |
+
function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content = null ){
|
439 |
+
|
440 |
+
global $aux_content_width;
|
441 |
+
|
442 |
+
// Defining default attributes
|
443 |
+
$default_atts = array(
|
444 |
+
'title' => '', // header title
|
445 |
+
'cat' => ' ',
|
446 |
+
'num' => '8', // max generated entry
|
447 |
+
'exclude' => '',
|
448 |
+
'include' => '',
|
449 |
+
'posts_per_page' => -1,
|
450 |
+
'offset' => '',
|
451 |
+
'paged' => '',
|
452 |
+
'order_by' => 'menu_order date',
|
453 |
+
'order' => 'desc',
|
454 |
+
'exclude_without_media' => 0,
|
455 |
+
'exclude_custom_post_formats' => 0,
|
456 |
+
'exclude_qoute_link' => 0,
|
457 |
+
'show_media' => true,
|
458 |
+
'display_like' => true,
|
459 |
+
'content_layout' => 'entry-boxed', // entry-boxed
|
460 |
+
'excerpt_len' => '160',
|
461 |
+
'display_title' => true,
|
462 |
+
'show_excerpt' => true,
|
463 |
+
'show_info' => true,
|
464 |
+
'author_or_readmore' => 'readmore',
|
465 |
+
// 'image_aspect_ratio' => 0.75,
|
466 |
+
'desktop_cnum' => 4,
|
467 |
+
'tablet_cnum' => 'inherit',
|
468 |
+
'phone_cnum' => 'inherit',
|
469 |
+
'tag' => '',
|
470 |
+
'extra_classes' => '',
|
471 |
+
'custom_el_id' => '',
|
472 |
+
'reset_query' => true,
|
473 |
+
'use_wp_query' => false, // true to use the global wp_query, false to use internal custom query
|
474 |
+
'base_class' => 'aux-widget-recent-posts-masonry aux-column-post-entry'
|
475 |
+
);
|
476 |
+
|
477 |
+
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
478 |
+
extract( $result['parsed_atts'] );
|
479 |
+
|
480 |
+
// post-olumn needs to have below variables
|
481 |
+
if( $author_or_readmore == 'readmore') {
|
482 |
+
$show_readmore = true;
|
483 |
+
$show_author_footer = false;
|
484 |
+
} else {
|
485 |
+
$show_author_footer = true;
|
486 |
+
$show_readmore = false;
|
487 |
+
}
|
488 |
+
|
489 |
+
ob_start();
|
490 |
+
|
491 |
+
global $wp_query;
|
492 |
+
|
493 |
+
if( ! $use_wp_query ){
|
494 |
+
|
495 |
+
// create wp_query to get latest items -----------
|
496 |
+
$args = array(
|
497 |
+
'post_type' => 'post',
|
498 |
+
'orderby' => $order_by,
|
499 |
+
'order' => $order,
|
500 |
+
'offset' => $offset,
|
501 |
+
'paged' => $paged,
|
502 |
+
'cat' => $cat,
|
503 |
+
'post__not_in' => array_filter( explode( ',', $exclude ) ),
|
504 |
+
'post__in' => array_filter( explode( ',', $include ) ),
|
505 |
+
'post_status' => 'publish',
|
506 |
+
'posts_per_page' => $posts_per_page,
|
507 |
+
'ignore_sticky_posts' => 1
|
508 |
+
);
|
509 |
+
|
510 |
+
$wp_query = new WP_Query( $args );
|
511 |
+
}
|
512 |
+
|
513 |
+
// widget header ------------------------------
|
514 |
+
echo $result['widget_header'];
|
515 |
+
echo $result['widget_title'];
|
516 |
+
|
517 |
+
|
518 |
+
$phone_break_point = 767;
|
519 |
+
$tablet_break_point = 992;
|
520 |
+
|
521 |
+
$show_comments = true; // shows comments icon
|
522 |
+
$post_counter = 0;
|
523 |
+
$column_class = '';
|
524 |
+
$item_class = 'aux-col aux-post-masonry';
|
525 |
+
$carousel_attrs = '';
|
526 |
+
$container_class = 'aux-masonry-layout ';
|
527 |
+
$post_info_position = 'after-title';
|
528 |
+
|
529 |
+
// generate columns class
|
530 |
+
$column_class = $container_class . ' aux-row aux-de-col' . $desktop_cnum;
|
531 |
+
$column_class .= 'inherit' != $tablet_cnum ? ' aux-tb-col'.$tablet_cnum : '';
|
532 |
+
$column_class .= 'inherit' != $phone_cnum ? ' aux-mb-col'.$phone_cnum : '';
|
533 |
+
$column_class .= 'entry-boxed' == $content_layout ? ' aux-entry-boxed' : '';
|
534 |
+
|
535 |
+
|
536 |
+
$column_media_width = auxin_get_content_column_width( $desktop_cnum, 15 );
|
537 |
+
|
538 |
+
$have_posts = $wp_query->have_posts();
|
539 |
+
|
540 |
+
if( $have_posts ){
|
541 |
+
?><div class="<?php echo $column_class ?>" > <?php
|
542 |
+
while ( $wp_query->have_posts() ) {
|
543 |
+
|
544 |
+
// break the loop if it is reached to the limit
|
545 |
+
if ( $post_counter < $num ) {
|
546 |
+
$post_counter ++;
|
547 |
+
} else {
|
548 |
+
break;
|
549 |
+
}
|
550 |
+
|
551 |
+
$wp_query->the_post();
|
552 |
+
$post = $wp_query->post;
|
553 |
+
|
554 |
+
$post_vars = auxin_get_post_format_media(
|
555 |
+
$post,
|
556 |
+
array(
|
557 |
+
'request_from' => 'archive',
|
558 |
+
'media_width' => $phone_break_point,
|
559 |
+
'media_size' => 'large',//array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
560 |
+
'upscale_image' => true,
|
561 |
+
'image_from_content' => ! $exclude_without_media, // whether to try to get image from content or not
|
562 |
+
'no_gallery' => false,
|
563 |
+
'add_image_hw' => false, // whether add width and height attr or not
|
564 |
+
'image_sizes' => array(
|
565 |
+
array( 'min' => '', 'max' => '767px', 'width' => '80vw' ),
|
566 |
+
array( 'min' => '768px', 'max' => '992px', 'width' => '40vw' ),
|
567 |
+
array( 'min' => '' , 'max' => '', 'width' => $column_media_width.'px' )
|
568 |
+
),
|
569 |
+
// 'srcset_sizes' => array(
|
570 |
+
// array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
571 |
+
// array( 'width' => 2 * $column_media_width, 'height' => 2 * $column_media_width * $image_aspect_ratio ),
|
572 |
+
// array( 'width' => 4 * $column_media_width, 'height' => 4 * $column_media_width * $image_aspect_ratio )
|
573 |
+
// )
|
574 |
+
)
|
575 |
+
);
|
576 |
+
|
577 |
+
extract( $post_vars );
|
578 |
+
|
579 |
+
$the_format = get_post_format( $post );
|
580 |
+
|
581 |
+
if(
|
582 |
+
( $exclude_custom_post_formats && !empty( $the_format ) ) ||
|
583 |
+
( $exclude_qoute_link && ( 'link' == $the_format || 'quote' == $the_format ) ) ||
|
584 |
+
( $exclude_without_media && ! $has_attach )
|
585 |
+
){
|
586 |
+
$post_counter --;
|
587 |
+
continue;
|
588 |
+
}
|
589 |
+
|
590 |
+
?>
|
591 |
+
<div class="<?php echo $item_class ?>">
|
592 |
+
<?php
|
593 |
+
include( locate_template( 'templates/theme-parts/entry/post-column.php' ) ); ?>
|
594 |
+
</div>
|
595 |
+
<?php
|
596 |
+
}
|
597 |
+
|
598 |
+
|
599 |
+
|
600 |
+
// use it as data attribute on load more button
|
601 |
+
$ajax_nonce = wp_create_nonce( 'post-recent-grid-nonce' );
|
602 |
+
|
603 |
+
?>
|
604 |
+
</div>
|
605 |
+
<?php
|
606 |
+
}
|
607 |
+
|
608 |
+
if( $reset_query ){
|
609 |
+
wp_reset_query();
|
610 |
+
}
|
611 |
+
|
612 |
+
// return false if no result found
|
613 |
+
if( ! $have_posts ){
|
614 |
+
ob_get_clean();
|
615 |
+
return false;
|
616 |
+
}
|
617 |
+
|
618 |
+
// widget footer ------------------------------
|
619 |
+
echo $result['widget_footer'];
|
620 |
+
|
621 |
+
return ob_get_clean();
|
622 |
+
}
|
623 |
+
|
624 |
+
|
625 |
+
|
626 |
+
|
627 |
+
/**
|
628 |
+
* Retrieves the markup of a recent post grid
|
629 |
+
*
|
630 |
+
* AJAX Handler: recent-post-grid
|
631 |
+
*
|
632 |
+
* Sample Ajax call:
|
633 |
+
(function($){
|
634 |
+
$.ajax({
|
635 |
+
type : "post",
|
636 |
+
url : auxin.ajaxurl,
|
637 |
+
data : {
|
638 |
+
action : "recent-post-grid",
|
639 |
+
from : 0,
|
640 |
+
to : 10,
|
641 |
+
nonce : ''
|
642 |
+
},
|
643 |
+
success: function(response){
|
644 |
+
if(response.type == "success") {
|
645 |
+
|
646 |
+
} else {
|
647 |
+
alert("Your vote could not be added")
|
648 |
+
}
|
649 |
+
}
|
650 |
+
});
|
651 |
+
})(jQuery);
|
652 |
+
*/
|
653 |
+
// function auxin_widget_recent_posts_grid_ajax_callback(){
|
654 |
+
|
655 |
+
// if( empty( $_POST['action'] ) ){
|
656 |
+
// wp_send_json_error( __( 'Action handler not found.', 'auxin-elements' ) );
|
657 |
+
// } else if( ! wp_verify_nonce( $_POST['nonce'], 'post-recent-grid-nonce' ) ){
|
658 |
+
// wp_send_json_error( __( 'Authorization failed.', 'auxin-elements' ) );
|
659 |
+
// }
|
660 |
+
|
661 |
+
// $from = $_POST['from'];
|
662 |
+
// $to = $_POST['to'];
|
663 |
+
|
664 |
+
// //wp_send_json_success( array() );
|
665 |
+
|
666 |
+
// //wp_send_json_error( __( 'An error occurred.', 'auxin-elements' ) );
|
667 |
+
// }
|
668 |
+
|
669 |
+
add_action( 'wp_ajax_recent-post-grid', 'auxin_widget_recent_posts_grid_ajax_callback' );
|
670 |
+
|
671 |
+
|
includes/elements/recent-posts-tiles.php
CHANGED
@@ -276,10 +276,10 @@ function auxin_get_recent_posts_tiles_master_array( $master_array ) {
|
|
276 |
array(
|
277 |
'heading' => __('Insert post title','auxin-elements' ),
|
278 |
'description' => '',
|
279 |
-
'param_name' => '
|
280 |
'type' => 'aux_switch',
|
281 |
'value' => '1',
|
282 |
-
'class' => '',
|
283 |
'admin_label' => true,
|
284 |
'dependency' => '',
|
285 |
'weight' => '',
|
@@ -339,7 +339,7 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
|
|
339 |
// Defining default attributes
|
340 |
$default_atts = array(
|
341 |
'title' => '', // header title
|
342 |
-
'cat' => '',
|
343 |
'num' => '4', // max generated entry
|
344 |
'exclude' => '',
|
345 |
'include' => '',
|
@@ -348,11 +348,12 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
|
|
348 |
'paged' => '',
|
349 |
'order_by' => 'menu_order date',
|
350 |
'order' => 'desc',
|
|
|
351 |
'exclude_without_media' => 1,
|
352 |
'exclude_custom_post_formats' => 1,
|
353 |
'exclude_qoute_link' => 1,
|
354 |
'tile_style' => '',
|
355 |
-
'
|
356 |
'show_info' => true,
|
357 |
'extra_classes' => '',
|
358 |
'custom_el_id' => '',
|
276 |
array(
|
277 |
'heading' => __('Insert post title','auxin-elements' ),
|
278 |
'description' => '',
|
279 |
+
'param_name' => 'display_title',
|
280 |
'type' => 'aux_switch',
|
281 |
'value' => '1',
|
282 |
+
'class' => 'display_title',
|
283 |
'admin_label' => true,
|
284 |
'dependency' => '',
|
285 |
'weight' => '',
|
339 |
// Defining default attributes
|
340 |
$default_atts = array(
|
341 |
'title' => '', // header title
|
342 |
+
'cat' => ' ',
|
343 |
'num' => '4', // max generated entry
|
344 |
'exclude' => '',
|
345 |
'include' => '',
|
348 |
'paged' => '',
|
349 |
'order_by' => 'menu_order date',
|
350 |
'order' => 'desc',
|
351 |
+
'excerpt_len' => '160',
|
352 |
'exclude_without_media' => 1,
|
353 |
'exclude_custom_post_formats' => 1,
|
354 |
'exclude_qoute_link' => 1,
|
355 |
'tile_style' => '',
|
356 |
+
'display_title' => true,
|
357 |
'show_info' => true,
|
358 |
'extra_classes' => '',
|
359 |
'custom_el_id' => '',
|
includes/elements/recent-posts-timeline.php
CHANGED
@@ -30,7 +30,7 @@ function auxin_get_recent_posts_timeline_master_array( $master_array ) {
|
|
30 |
'auxin_output_callback' => 'auxin_widget_recent_posts_timeline_callback',
|
31 |
'base' => 'aux_recent_posts_timeline',
|
32 |
'description' => __('It adds recent posts in timeline style.', 'auxin-elements' ),
|
33 |
-
'class' => 'aux-widget-recent-posts',
|
34 |
'show_settings_on_create' => true,
|
35 |
'weight' => 1,
|
36 |
'is_widget' => false,
|
@@ -281,13 +281,35 @@ function auxin_get_recent_posts_timeline_master_array( $master_array ) {
|
|
281 |
'group' => '' ,
|
282 |
'edit_field_class' => ''
|
283 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
array(
|
285 |
-
'heading' => __('
|
286 |
'description' => '',
|
287 |
-
'param_name' => '
|
288 |
'type' => 'aux_switch',
|
289 |
'value' => '1',
|
290 |
-
'class' => '',
|
291 |
'admin_label' => true,
|
292 |
'dependency' => '',
|
293 |
'weight' => '',
|
@@ -295,7 +317,7 @@ function auxin_get_recent_posts_timeline_master_array( $master_array ) {
|
|
295 |
'edit_field_class' => ''
|
296 |
),
|
297 |
array(
|
298 |
-
'heading' => __('
|
299 |
'description' => '',
|
300 |
'param_name' => 'show_info',
|
301 |
'type' => 'aux_switch',
|
@@ -422,7 +444,8 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
|
|
422 |
'show_media' => true,
|
423 |
'show_excerpt' => true,
|
424 |
'excerpt_len' => '160',
|
425 |
-
'
|
|
|
426 |
'show_info' => true,
|
427 |
'show_readmore' => true,
|
428 |
'show_author_footer' => false,
|
@@ -433,7 +456,7 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
|
|
433 |
'custom_el_id' => '',
|
434 |
'reset_query' => true,
|
435 |
'use_wp_query' => false, // true to use the global wp_query, false to use internal custom query
|
436 |
-
'base_class' => 'aux-widget-recent-posts'
|
437 |
);
|
438 |
|
439 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
@@ -470,12 +493,14 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
|
|
470 |
|
471 |
$phone_break_point = 767;
|
472 |
$tablet_break_point = 992;
|
|
|
473 |
|
474 |
$show_comments = true; // shows comments icon
|
475 |
$post_counter = 0;
|
476 |
-
$wrapper_class = 'aux-timeline';
|
477 |
$item_class = 'aux-block';
|
478 |
$post_classes = 'aux-block';
|
|
|
479 |
$post_month;
|
480 |
$old_post_month = '';
|
481 |
|
@@ -495,12 +520,27 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
|
|
495 |
|
496 |
$wp_query->the_post();
|
497 |
$post = $wp_query->post;
|
|
|
498 |
$post_vars = auxin_get_post_format_media(
|
499 |
$post,
|
500 |
array(
|
501 |
-
'
|
502 |
-
'
|
503 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
504 |
)
|
505 |
);
|
506 |
|
30 |
'auxin_output_callback' => 'auxin_widget_recent_posts_timeline_callback',
|
31 |
'base' => 'aux_recent_posts_timeline',
|
32 |
'description' => __('It adds recent posts in timeline style.', 'auxin-elements' ),
|
33 |
+
'class' => 'aux-widget-recent-posts-timeline aux-column-post-entry',
|
34 |
'show_settings_on_create' => true,
|
35 |
'weight' => 1,
|
36 |
'is_widget' => false,
|
281 |
'group' => '' ,
|
282 |
'edit_field_class' => ''
|
283 |
),
|
284 |
+
|
285 |
+
array(
|
286 |
+
'heading' => __('Image aspect ratio', 'auxin-elements'),
|
287 |
+
'description' => '',
|
288 |
+
'param_name' => 'image_aspect_ratio',
|
289 |
+
'type' => 'dropdown',
|
290 |
+
'def_value' => '0.75',
|
291 |
+
'holder' => 'dropdown',
|
292 |
+
'class' => 'order',
|
293 |
+
'value' =>array (
|
294 |
+
'0.75' => __('Horizontal 4:3' , 'auxin-elements'),
|
295 |
+
'0.56' => __('Horizontal 16:9', 'auxin-elements'),
|
296 |
+
'1.00' => __('Square 1:1' , 'auxin-elements'),
|
297 |
+
'1.33' => __('Vertical 3:4' , 'auxin-elements')
|
298 |
+
),
|
299 |
+
'admin_label' => true,
|
300 |
+
'dependency' => '',
|
301 |
+
'weight' => '',
|
302 |
+
'group' => '' ,
|
303 |
+
'edit_field_class' => ''
|
304 |
+
),
|
305 |
+
|
306 |
array(
|
307 |
+
'heading' => __('Display post title','auxin-elements' ),
|
308 |
'description' => '',
|
309 |
+
'param_name' => 'display_title',
|
310 |
'type' => 'aux_switch',
|
311 |
'value' => '1',
|
312 |
+
'class' => 'display_title',
|
313 |
'admin_label' => true,
|
314 |
'dependency' => '',
|
315 |
'weight' => '',
|
317 |
'edit_field_class' => ''
|
318 |
),
|
319 |
array(
|
320 |
+
'heading' => __('Display post meta','auxin-elements' ),
|
321 |
'description' => '',
|
322 |
'param_name' => 'show_info',
|
323 |
'type' => 'aux_switch',
|
444 |
'show_media' => true,
|
445 |
'show_excerpt' => true,
|
446 |
'excerpt_len' => '160',
|
447 |
+
'image_aspect_ratio' => 0.75,
|
448 |
+
'display_title' => true,
|
449 |
'show_info' => true,
|
450 |
'show_readmore' => true,
|
451 |
'show_author_footer' => false,
|
456 |
'custom_el_id' => '',
|
457 |
'reset_query' => true,
|
458 |
'use_wp_query' => false, // true to use the global wp_query, false to use internal custom query
|
459 |
+
'base_class' => 'aux-widget-recent-posts-timeline aux-column-post-entry'
|
460 |
);
|
461 |
|
462 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
493 |
|
494 |
$phone_break_point = 767;
|
495 |
$tablet_break_point = 992;
|
496 |
+
$column_media_width = auxin_get_content_column_width( 2, 15 );
|
497 |
|
498 |
$show_comments = true; // shows comments icon
|
499 |
$post_counter = 0;
|
500 |
+
$wrapper_class = 'aux-timeline aux-'.$timeline_alignment;
|
501 |
$item_class = 'aux-block';
|
502 |
$post_classes = 'aux-block';
|
503 |
+
$post_info_position = 'after-title';
|
504 |
$post_month;
|
505 |
$old_post_month = '';
|
506 |
|
520 |
|
521 |
$wp_query->the_post();
|
522 |
$post = $wp_query->post;
|
523 |
+
|
524 |
$post_vars = auxin_get_post_format_media(
|
525 |
$post,
|
526 |
array(
|
527 |
+
'post_type' => 'post',
|
528 |
+
'request_from' => 'archive',
|
529 |
+
'media_width' => $phone_break_point,
|
530 |
+
'media_size' => 'large',//array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
531 |
+
'upscale_image' => true,
|
532 |
+
'image_from_content' => ! $exclude_without_media, // whether to try to get image from content or not
|
533 |
+
'add_image_hw' => false, // whether add width and height attr or not
|
534 |
+
'image_sizes' => array(
|
535 |
+
array( 'min' => '', 'max' => '767px', 'width' => '80vw' ),
|
536 |
+
array( 'min' => '768px', 'max' => '992px', 'width' => '40vw' ),
|
537 |
+
array( 'min' => '' , 'max' => '', 'width' => $column_media_width.'px' )
|
538 |
+
),
|
539 |
+
'srcset_sizes' => array(
|
540 |
+
array( 'width' => $column_media_width, 'height' => $column_media_width * $image_aspect_ratio ),
|
541 |
+
array( 'width' => 2 * $column_media_width, 'height' => 2 * $column_media_width * $image_aspect_ratio ),
|
542 |
+
array( 'width' => 4 * $column_media_width, 'height' => 4 * $column_media_width * $image_aspect_ratio )
|
543 |
+
)
|
544 |
)
|
545 |
);
|
546 |
|
includes/elements/tabs.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Tabs element
|
4 |
*
|
5 |
*
|
6 |
* @package auxin-elements
|
@@ -18,6 +18,7 @@ function auxin_get_tabs_master_array( $master_array ) {
|
|
18 |
'description' => __('It adds tabs element.', 'auxin-elements'),
|
19 |
'class' => 'aux-widget-tabs',
|
20 |
'show_settings_on_create' => true,
|
|
|
21 |
'weight' => 1,
|
22 |
'category' => THEME_NAME,
|
23 |
'group' => '',
|
@@ -49,21 +50,59 @@ function auxin_get_tabs_master_array( $master_array ) {
|
|
49 |
'edit_field_class' => ''
|
50 |
),
|
51 |
array(
|
52 |
-
'heading' => __('
|
53 |
-
'description' => __('
|
54 |
-
'param_name' => '
|
55 |
-
'type' => '
|
56 |
-
'
|
57 |
-
'
|
58 |
-
'
|
59 |
-
'
|
|
|
|
|
|
|
60 |
'admin_label' => true,
|
61 |
'dependency' => '',
|
62 |
'weight' => '',
|
63 |
'group' => '' ,
|
64 |
'edit_field_class' => ''
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
'heading' => __('Extra class name','auxin-elements'),
|
68 |
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements'),
|
69 |
'param_name' => 'extra_classes',
|
@@ -101,8 +140,8 @@ function auxin_widget_tabs_callback( $atts, $shortcode_content = null ){
|
|
101 |
// Defining default attributes
|
102 |
$default_atts = array(
|
103 |
'title' => '', // header title
|
104 |
-
'
|
105 |
-
|
106 |
'extra_classes' => '', // custom css class names for this element
|
107 |
'custom_el_id' => '', // custom id attribute for this element
|
108 |
'base_class' => 'aux-widget-tabs' // base class name for container
|
@@ -111,7 +150,6 @@ function auxin_widget_tabs_callback( $atts, $shortcode_content = null ){
|
|
111 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
112 |
extract( $result['parsed_atts'] );
|
113 |
|
114 |
-
|
115 |
ob_start();
|
116 |
|
117 |
// widget header ------------------------------
|
@@ -119,23 +157,22 @@ function auxin_widget_tabs_callback( $atts, $shortcode_content = null ){
|
|
119 |
echo $result['widget_title'];
|
120 |
|
121 |
// widget custom output -----------------------
|
122 |
-
$
|
123 |
-
$output = '<section class="widget-tabs widget-container bordered">';
|
124 |
$output .= '<div class="widget-inner ' . $extra_classes . '"> ';
|
125 |
-
$
|
126 |
$tabs_content = '<ul class="tabs-content">';
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
}
|
135 |
}
|
136 |
-
$
|
137 |
$tabs_content .= '</ul>';
|
138 |
-
$output = $output . $
|
139 |
|
140 |
echo $output;
|
141 |
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Tabs element if site origin bundle plugin is activaited
|
4 |
*
|
5 |
*
|
6 |
* @package auxin-elements
|
18 |
'description' => __('It adds tabs element.', 'auxin-elements'),
|
19 |
'class' => 'aux-widget-tabs',
|
20 |
'show_settings_on_create' => true,
|
21 |
+
'so_api' => true,
|
22 |
'weight' => 1,
|
23 |
'category' => THEME_NAME,
|
24 |
'group' => '',
|
50 |
'edit_field_class' => ''
|
51 |
),
|
52 |
array(
|
53 |
+
'heading' => __('Style', 'auxin-elements'),
|
54 |
+
'description' => __('Choose between bordered style and no border.', 'auxin-elements'),
|
55 |
+
'param_name' => 'style',
|
56 |
+
'type' => 'dropdown',
|
57 |
+
'def_value' => 'bordered',
|
58 |
+
'holder' => 'dropdown',
|
59 |
+
'class' => 'style',
|
60 |
+
'value' =>array (
|
61 |
+
'bordered' => __('Bordered', 'auxin-elements'),
|
62 |
+
'aux-stripe' => __('No border', 'auxin-elements'),
|
63 |
+
),
|
64 |
'admin_label' => true,
|
65 |
'dependency' => '',
|
66 |
'weight' => '',
|
67 |
'group' => '' ,
|
68 |
'edit_field_class' => ''
|
69 |
+
),
|
70 |
+
array(
|
71 |
+
'heading' => __('Tab label','auxin-elements'),
|
72 |
+
'description' => __('Enter your tab item label.', 'auxin-elements'),
|
73 |
+
'repeater' => 'tabs',
|
74 |
+
'repeater-label' => __('Tabs', 'auxin-elements'),
|
75 |
+
'section-name' => __('Tabs Section', 'auxin-elements'),
|
76 |
+
'param_name' => 'tab_label',
|
77 |
+
'type' => 'textfield',
|
78 |
+
'value' => '',
|
79 |
+
'holder' => 'textfield',
|
80 |
+
'class' => 'tab_label',
|
81 |
+
'admin_label' => true,
|
82 |
+
'dependency' => '',
|
83 |
+
'weight' => '',
|
84 |
+
'group' => '' ,
|
85 |
+
'edit_field_class' => ''
|
86 |
+
),
|
87 |
+
array(
|
88 |
+
'heading' => __('Content', 'auxin-elements'),
|
89 |
+
'description' => __('Enter your tab item content.', 'auxin-elements'),
|
90 |
+
'repeater' => 'tabs',
|
91 |
+
'section-name' => __('Tabs section', 'auxin-elements'),
|
92 |
+
'repeater-label' => __('Tabs', 'auxin-elements'),
|
93 |
+
'param_name' => 'content',
|
94 |
+
'type' => 'textarea_html',
|
95 |
+
'value' => '',
|
96 |
+
'def_value' => '',
|
97 |
+
'holder' => 'div',
|
98 |
+
'class' => 'content',
|
99 |
+
'admin_label' => true,
|
100 |
+
'dependency' => '',
|
101 |
+
'weight' => '',
|
102 |
+
'group' => '',
|
103 |
+
'edit_field_class' => ''
|
104 |
+
),
|
105 |
+
array(
|
106 |
'heading' => __('Extra class name','auxin-elements'),
|
107 |
'description' => __('If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'auxin-elements'),
|
108 |
'param_name' => 'extra_classes',
|
140 |
// Defining default attributes
|
141 |
$default_atts = array(
|
142 |
'title' => '', // header title
|
143 |
+
'style' => 'bordered', // header title
|
144 |
+
'tabs' => '', // header title
|
145 |
'extra_classes' => '', // custom css class names for this element
|
146 |
'custom_el_id' => '', // custom id attribute for this element
|
147 |
'base_class' => 'aux-widget-tabs' // base class name for container
|
150 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
151 |
extract( $result['parsed_atts'] );
|
152 |
|
|
|
153 |
ob_start();
|
154 |
|
155 |
// widget header ------------------------------
|
157 |
echo $result['widget_title'];
|
158 |
|
159 |
// widget custom output -----------------------
|
160 |
+
$output = '<section class="widget-tabs widget-container ' . $style . '">';
|
|
|
161 |
$output .= '<div class="widget-inner ' . $extra_classes . '"> ';
|
162 |
+
$tabs_markup = '<ul class="tabs">';
|
163 |
$tabs_content = '<ul class="tabs-content">';
|
164 |
+
|
165 |
+
if (is_array($tabs) || is_object($tabs)) {
|
166 |
+
foreach ($tabs as $key => $value) {
|
167 |
+
$section_title = $value['tab_label'];
|
168 |
+
$tabs_markup .= '<li><a href="">' . $section_title . '</a></li>';
|
169 |
+
$section_content = $value['content'];
|
170 |
+
$tabs_content .= '<li><div class="entry-editor"><p>' . $section_content . '</p></div></li>';
|
171 |
}
|
172 |
}
|
173 |
+
$tabs_markup .= '</ul>';
|
174 |
$tabs_content .= '</ul>';
|
175 |
+
$output = $output . $tabs_markup . $tabs_content . '</div>' . '</section>';
|
176 |
|
177 |
echo $output;
|
178 |
|
includes/elements/text.php
CHANGED
@@ -212,10 +212,11 @@ function auxin_get_text_master_array( $master_array ) {
|
|
212 |
'type' => 'dropdown',
|
213 |
'def_value' => 'circle',
|
214 |
'value' => array (
|
215 |
-
'circle' => __( 'Circle'
|
216 |
-
'semi-circle' => __( 'Semi-Circle'
|
217 |
-
'round-rect' => __( 'Round Rectangle'
|
218 |
-
'rect'
|
|
|
219 |
),
|
220 |
'holder' => 'dropdown',
|
221 |
'class' => 'icon_shape',
|
@@ -390,7 +391,14 @@ function auxin_widget_column_callback( $atts, $shortcode_content = null ){
|
|
390 |
$icon_box_classes .= ' aux-ico-shape-' . esc_attr( $icon_shape );
|
391 |
|
392 |
$icon_classes = empty( $icon ) || $icon == 'none' ? '' : esc_attr( $icon );
|
393 |
-
$icon_inline_style = empty( $icon_color
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
|
395 |
|
396 |
if( ! empty( $image ) && is_numeric( $image ) ) {
|
@@ -405,6 +413,7 @@ function auxin_widget_column_callback( $atts, $shortcode_content = null ){
|
|
405 |
<div class="<?php echo $main_classes; ?>" <?php echo $main_inline_style; ?>>
|
406 |
<?php if( ! empty( $icon ) && empty( $image ) ) { ?>
|
407 |
<div class="aux-ico-box <?php echo $icon_box_classes; ?>" <?php echo $icon_box_inline_style; ?>>
|
|
|
408 |
<span class="aux-ico <?php echo $icon_classes; ?>" <?php echo $icon_inline_style; ?> > </span>
|
409 |
</div>
|
410 |
<?php
|
212 |
'type' => 'dropdown',
|
213 |
'def_value' => 'circle',
|
214 |
'value' => array (
|
215 |
+
'circle' => __( 'Circle' , 'auxin-elements' ),
|
216 |
+
'semi-circle' => __( 'Semi-Circle' , 'auxin-elements' ),
|
217 |
+
'round-rect' => __( 'Round Rectangle' , 'auxin-elements' ),
|
218 |
+
'cross-rect' => __( 'Cross Rectangle' , 'auxin-elements' ),
|
219 |
+
'rect' => __( 'Rectangle' , 'auxin-elements' )
|
220 |
),
|
221 |
'holder' => 'dropdown',
|
222 |
'class' => 'icon_shape',
|
391 |
$icon_box_classes .= ' aux-ico-shape-' . esc_attr( $icon_shape );
|
392 |
|
393 |
$icon_classes = empty( $icon ) || $icon == 'none' ? '' : esc_attr( $icon );
|
394 |
+
$icon_inline_style = empty( $icon_color ) ? '' : 'style="color:'.$icon_color.' !important;"';
|
395 |
+
|
396 |
+
$icon_border_style_tag = '';
|
397 |
+
if( ! empty( $icon_border_color ) && 'cross-rect' == $icon_shape ){
|
398 |
+
$icon_uid = uniqid( 'auxt' );
|
399 |
+
$icon_box_inline_style .= ' id="'. $icon_uid .'"';
|
400 |
+
$icon_border_style_tag = "<style>#$icon_uid:before,#$icon_uid:after{border-color:$icon_border_color;}</style>";
|
401 |
+
}
|
402 |
|
403 |
|
404 |
if( ! empty( $image ) && is_numeric( $image ) ) {
|
413 |
<div class="<?php echo $main_classes; ?>" <?php echo $main_inline_style; ?>>
|
414 |
<?php if( ! empty( $icon ) && empty( $image ) ) { ?>
|
415 |
<div class="aux-ico-box <?php echo $icon_box_classes; ?>" <?php echo $icon_box_inline_style; ?>>
|
416 |
+
<?php echo $icon_border_style_tag; ?>
|
417 |
<span class="aux-ico <?php echo $icon_classes; ?>" <?php echo $icon_inline_style; ?> > </span>
|
418 |
</div>
|
419 |
<?php
|
includes/general-hooks.php
CHANGED
@@ -341,7 +341,21 @@ function auxin_add_theme_options_in_plugin( $fields_sections_list ){
|
|
341 |
);
|
342 |
|
343 |
$fields_sections_list['fields'][] = array(
|
344 |
-
'title' => __('Custom Javascript', 'auxin-elements'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
'description' => sprintf( __('You can add your custom javascript code here.%s DO NOT use %s tag.', 'auxin-elements'), '<br />' , '<code><script></code>' )."<br />".
|
346 |
__('In order to save your custom javascript code, you are expected to execute the code prior for saving.', 'auxin-elements'),
|
347 |
'id' => 'auxin_user_custom_js',
|
@@ -729,6 +743,20 @@ add_filter( 'auxin_defined_option_fields_sections', 'auxin_add_theme_options_in_
|
|
729 |
|
730 |
|
731 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
732 |
/*-----------------------------------------------------------------------------------*/
|
733 |
/* Injects JavaScript codes from theme options in JS file
|
734 |
/*-----------------------------------------------------------------------------------*/
|
341 |
);
|
342 |
|
343 |
$fields_sections_list['fields'][] = array(
|
344 |
+
'title' => __('Custom Javascript in Head', 'auxin-elements'),
|
345 |
+
'description' => sprintf( __('You can add your custom javascript code here.%s DO NOT use %s tag.', 'auxin-elements'), '<br />' , '<code><script></code>' )."<br />".
|
346 |
+
__('In order to save your custom javascript code, you are expected to execute the code prior for saving.', 'auxin-elements'),
|
347 |
+
'id' => 'auxin_user_custom_js_head',
|
348 |
+
'section' => 'general-setting-section-custom-js',
|
349 |
+
'dependency' => array(),
|
350 |
+
'default' => '',
|
351 |
+
'transport' => 'postMessage',
|
352 |
+
'button_labels' => array( 'label' => __('Execute', 'auxin-elements') ),
|
353 |
+
'mode' => 'javascript',
|
354 |
+
'type' => 'code'
|
355 |
+
);
|
356 |
+
|
357 |
+
$fields_sections_list['fields'][] = array(
|
358 |
+
'title' => __('Custom Javascript in Footer', 'auxin-elements'),
|
359 |
'description' => sprintf( __('You can add your custom javascript code here.%s DO NOT use %s tag.', 'auxin-elements'), '<br />' , '<code><script></code>' )."<br />".
|
360 |
__('In order to save your custom javascript code, you are expected to execute the code prior for saving.', 'auxin-elements'),
|
361 |
'id' => 'auxin_user_custom_js',
|
743 |
|
744 |
|
745 |
|
746 |
+
|
747 |
+
|
748 |
+
/*-----------------------------------------------------------------------------------*/
|
749 |
+
/* Injects JavaScript codes from theme options in head
|
750 |
+
/*-----------------------------------------------------------------------------------*/
|
751 |
+
|
752 |
+
function auxin_ele_add_js_to_head() {
|
753 |
+
if( $inline_js = auxin_get_option( 'auxin_user_custom_js_head' ) ){
|
754 |
+
echo '<script>'. $inline_js .'</script>';
|
755 |
+
}
|
756 |
+
}
|
757 |
+
add_action( 'wp_head','auxin_ele_add_js_to_head' );
|
758 |
+
|
759 |
+
|
760 |
/*-----------------------------------------------------------------------------------*/
|
761 |
/* Injects JavaScript codes from theme options in JS file
|
762 |
/*-----------------------------------------------------------------------------------*/
|
includes/index.php
CHANGED
@@ -18,15 +18,13 @@ include_once( 'elements/recent-posts-widget.php' );
|
|
18 |
include_once( 'elements/popular-posts-widget.php' );
|
19 |
include_once( 'elements/recent-posts-grid-carousel.php' );
|
20 |
include_once( 'elements/recent-posts-timeline.php' );
|
21 |
-
|
22 |
include_once( 'elements/recent-posts-land-style.php' );
|
23 |
if( auxin_is_plugin_active( 'so-widgets-bundle/so-widgets-bundle.php' ) ) {
|
24 |
-
include_once( 'elements/accordion-api.php' );
|
25 |
-
include_once( 'elements/tabs-api.php' );
|
26 |
-
} else {
|
27 |
include_once( 'elements/accordion.php' );
|
28 |
include_once( 'elements/tabs.php' );
|
29 |
-
|
|
|
30 |
|
31 |
include_once( 'elements/recent-posts-tiles.php' );
|
32 |
include_once( 'elements/attachment-url.php' );
|
@@ -56,7 +54,6 @@ include_once( 'elements/latest-posts-slider.php' );
|
|
56 |
include_once( 'elements/quote.php' );
|
57 |
include_once( 'elements/search.php' );
|
58 |
include_once( 'elements/socials-list.php' );
|
59 |
-
include_once( 'elements/text.php' );
|
60 |
include_once( 'elements/video.php' );
|
61 |
include_once( 'elements/contact-box.php' );
|
62 |
|
18 |
include_once( 'elements/popular-posts-widget.php' );
|
19 |
include_once( 'elements/recent-posts-grid-carousel.php' );
|
20 |
include_once( 'elements/recent-posts-timeline.php' );
|
21 |
+
include_once( 'elements/recent-posts-masonry.php' );
|
22 |
include_once( 'elements/recent-posts-land-style.php' );
|
23 |
if( auxin_is_plugin_active( 'so-widgets-bundle/so-widgets-bundle.php' ) ) {
|
|
|
|
|
|
|
24 |
include_once( 'elements/accordion.php' );
|
25 |
include_once( 'elements/tabs.php' );
|
26 |
+
include_once( 'elements/text.php' );
|
27 |
+
}
|
28 |
|
29 |
include_once( 'elements/recent-posts-tiles.php' );
|
30 |
include_once( 'elements/attachment-url.php' );
|
54 |
include_once( 'elements/quote.php' );
|
55 |
include_once( 'elements/search.php' );
|
56 |
include_once( 'elements/socials-list.php' );
|
|
|
57 |
include_once( 'elements/video.php' );
|
58 |
include_once( 'elements/contact-box.php' );
|
59 |
|
languages/fa_IR.mo
ADDED
Binary file
|
languages/fa_IR.po
ADDED
@@ -0,0 +1,4977 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
4 |
+
"Project-Id-Version: Auxin Essential Elements\n"
|
5 |
+
"POT-Creation-Date: 2016-11-06 10:46+0330\n"
|
6 |
+
"PO-Revision-Date: 2016-11-09 12:50+0330\n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"X-Generator: Poedit 1.8.4\n"
|
12 |
+
"X-Poedit-Basepath: ..\n"
|
13 |
+
"X-Poedit-WPHeader: auxin-elements.php\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
16 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
17 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
18 |
+
"Last-Translator: \n"
|
19 |
+
"Language: fa_IR\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
+
|
23 |
+
#: admin/includes/admin-ajax.php:7
|
24 |
+
msgid "Data cannot be delivered, please try again."
|
25 |
+
msgstr "داده ها قابل تحویل نیستند، لطفا دوباره تلاش کنید."
|
26 |
+
|
27 |
+
#: admin/includes/admin-ajax.php:19
|
28 |
+
msgid "Authorization failed!"
|
29 |
+
msgstr "احراز هویت با خطا مواجه شد!"
|
30 |
+
|
31 |
+
#: admin/includes/admin-ajax.php:48
|
32 |
+
msgid "Sent Successfully. Thanks for your feedback!"
|
33 |
+
msgstr "با موفقیت ارسال شد. از بازخورد شما ممنونیم."
|
34 |
+
|
35 |
+
#: admin/includes/admin-ajax.php:51
|
36 |
+
msgid "An error occurred. Feedback could not be delivered, please try again."
|
37 |
+
msgstr "خطایی رخ داده است. بازخورد قابل تحویل نیست، لطفا دوباره تلاش کنید."
|
38 |
+
|
39 |
+
#: admin/includes/admin-hooks.php:57
|
40 |
+
msgid "System Status"
|
41 |
+
msgstr "وضعیت سیستم"
|
42 |
+
|
43 |
+
#: admin/includes/admin-hooks.php:58
|
44 |
+
msgid ""
|
45 |
+
"The informaition about your WordPress installation which can be helpful for "
|
46 |
+
"debugging or monitoring your website."
|
47 |
+
msgstr ""
|
48 |
+
"اطلاعاتی درباره سایت وردپرسی شما که می تواند برای اشکال زدایی و نظارت بر وب "
|
49 |
+
"سایت مفید باشد."
|
50 |
+
|
51 |
+
#: admin/includes/admin-hooks.php:92
|
52 |
+
msgid "How likely are you to recommend Phlox to a friend?"
|
53 |
+
msgstr "چه میزان فلوکس را به دوستان خود پیشنهاد می دهید؟"
|
54 |
+
|
55 |
+
#: admin/includes/admin-hooks.php:111
|
56 |
+
msgid "Please explain why you gave this score (optional)"
|
57 |
+
msgstr "لطفا در مورد امتیاز داده شده توضیحاتی دهید (دلخواه)"
|
58 |
+
|
59 |
+
#: admin/includes/admin-hooks.php:114
|
60 |
+
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Please do not use this form to get support, in this case please check the %s "
|
63 |
+
"help section %s"
|
64 |
+
msgstr ""
|
65 |
+
"لطفا از این فرم به منظور دریافت خدمات پشتیبانی استفاده نکنید، برای دریافت "
|
66 |
+
"پشتیبانی لطفا %s بخش کمک %s را ببینید."
|
67 |
+
|
68 |
+
#: admin/includes/admin-hooks.php:125
|
69 |
+
msgid "Submitting your feedback .."
|
70 |
+
msgstr "در حال ثبت بازخورد شما .."
|
71 |
+
|
72 |
+
#: admin/includes/admin-hooks.php:140
|
73 |
+
msgid "Feedback"
|
74 |
+
msgstr "بازخورد"
|
75 |
+
|
76 |
+
#: admin/includes/admin-hooks.php:141
|
77 |
+
#, php-format
|
78 |
+
msgid "Please leave a feedback and help us to improve %s theme."
|
79 |
+
msgstr "لطفا برای کمک به بهبود پوسته %s نظرات خود را با ما در میان بگذارید."
|
80 |
+
|
81 |
+
#: admin/includes/admin-hooks.php:158
|
82 |
+
msgid "Thanks for your feedback"
|
83 |
+
msgstr "از بازخورد شما متشکریم."
|
84 |
+
|
85 |
+
#: admin/includes/admin-hooks.php:160
|
86 |
+
msgid "Please try again and fill up at least the feedback field."
|
87 |
+
msgstr "لطفا دوباره تلاش کنید و حداقل فیلد بازخورد را تکمیل کنید."
|
88 |
+
|
89 |
+
#: admin/includes/admin-hooks.php:177
|
90 |
+
msgid "Subtitle"
|
91 |
+
msgstr "زیرعنوان"
|
92 |
+
|
93 |
+
#: admin/includes/admin-hooks.php:178
|
94 |
+
msgid ""
|
95 |
+
"Second Title (optional). Note: You have to enable \"Display Title Bar Section"
|
96 |
+
"\" option in order to display the subtitle."
|
97 |
+
msgstr ""
|
98 |
+
"عنوان دوم (دلخواه). نکته: شما باید گزینه \"نمایش بخش نوار عنوان\" را فعال "
|
99 |
+
"کرده باشید تا زیرعنوان نمایش داده شود."
|
100 |
+
|
101 |
+
#: admin/includes/admin-hooks.php:199
|
102 |
+
msgid "Custom JavaScript Code"
|
103 |
+
msgstr "کد جاوااسکریپت سفارشی"
|
104 |
+
|
105 |
+
#: admin/includes/admin-hooks.php:200
|
106 |
+
msgid ""
|
107 |
+
"Attention: The following custom JavaScript code will be applied ONLY to this "
|
108 |
+
"page."
|
109 |
+
msgstr "توجه: کدهای جاوااسکریپت دلخواه زیر فقط به این صفحه اعمال خواهند شد."
|
110 |
+
|
111 |
+
#: admin/includes/admin-hooks.php:201
|
112 |
+
msgid ""
|
113 |
+
"For defining global JavaScript roles, please use custom javaScript field on "
|
114 |
+
"option panel."
|
115 |
+
msgstr ""
|
116 |
+
"برای تعریف جاوااسکریپت های سراسری، لطفا از فیلد جاوااسکریپت سفارشی در پنل "
|
117 |
+
"تنظیمات استفاده کنید."
|
118 |
+
|
119 |
+
#: admin/includes/admin-hooks.php:310
|
120 |
+
#, php-format
|
121 |
+
msgid ""
|
122 |
+
"Quick access to %sdashboard%s, %soptions%s, %ssupport%s and %sfeedback%s "
|
123 |
+
"page."
|
124 |
+
msgstr ""
|
125 |
+
"دسترسی سریع به صفحات %sپیشخوان%s، %sتنظیمات%s، %sپشتیبانی%s و %sبازخورد%s."
|
126 |
+
|
127 |
+
#: admin/includes/admin-hooks.php:313
|
128 |
+
msgid "Theme Customizer"
|
129 |
+
msgstr "شخصی ساز پوسته"
|
130 |
+
|
131 |
+
#: admin/includes/admin-the-functions.php:10
|
132 |
+
msgid "WordPress Environment"
|
133 |
+
msgstr "محیط وردپرس"
|
134 |
+
|
135 |
+
#: admin/includes/admin-the-functions.php:15
|
136 |
+
msgid "Home URL"
|
137 |
+
msgstr "URL خانه"
|
138 |
+
|
139 |
+
#: admin/includes/admin-the-functions.php:16
|
140 |
+
msgid "The URL of your site's homepage."
|
141 |
+
msgstr "آدرس صفحه اصلی سایت شما."
|
142 |
+
|
143 |
+
#: admin/includes/admin-the-functions.php:20
|
144 |
+
msgid "Site URL"
|
145 |
+
msgstr "URL سایت"
|
146 |
+
|
147 |
+
#: admin/includes/admin-the-functions.php:21
|
148 |
+
msgid "The root URL of your site."
|
149 |
+
msgstr "آدرس ریشه سایت شما"
|
150 |
+
|
151 |
+
#: admin/includes/admin-the-functions.php:25
|
152 |
+
msgid "WP Version"
|
153 |
+
msgstr "نسخه وردپرس"
|
154 |
+
|
155 |
+
#: admin/includes/admin-the-functions.php:26
|
156 |
+
msgid "The version of WordPress installed on your site."
|
157 |
+
msgstr "نسخه وردپرسی که روی سایت شما نصب شده است."
|
158 |
+
|
159 |
+
#: admin/includes/admin-the-functions.php:30
|
160 |
+
msgid "WP Multisite"
|
161 |
+
msgstr "وردپرس چندسایته"
|
162 |
+
|
163 |
+
#: admin/includes/admin-the-functions.php:31
|
164 |
+
msgid "Whether or not you have WordPress Multisite enabled."
|
165 |
+
msgstr "وردپرس چندسایته را فعال کرده اید یا خیر."
|
166 |
+
|
167 |
+
#: admin/includes/admin-the-functions.php:35
|
168 |
+
msgid "WP Memory Limit"
|
169 |
+
msgstr "محدودیت حافظه وردپرس"
|
170 |
+
|
171 |
+
#: admin/includes/admin-the-functions.php:36
|
172 |
+
msgid "The maximum amount of memory (RAM) that your site can use at one time."
|
173 |
+
msgstr ""
|
174 |
+
"بیشترین مقدار قابل استفاده از حافظه (RAM) که سایت شما در یک زمان می تواند "
|
175 |
+
"استفاده کند."
|
176 |
+
|
177 |
+
#: admin/includes/admin-the-functions.php:46
|
178 |
+
msgid "WP Permalink"
|
179 |
+
msgstr "پیوندهای یکتای وردپرس"
|
180 |
+
|
181 |
+
#: admin/includes/admin-the-functions.php:47
|
182 |
+
msgid "The WordPress permalink structer."
|
183 |
+
msgstr "ساختار پیوندهای یکتای وردپرس"
|
184 |
+
|
185 |
+
#: admin/includes/admin-the-functions.php:51
|
186 |
+
msgid "WP Debug Mode"
|
187 |
+
msgstr "حالت اشکال زدایی وردپرس"
|
188 |
+
|
189 |
+
#: admin/includes/admin-the-functions.php:52
|
190 |
+
msgid "Displays whether or not WordPress is in Debug Mode."
|
191 |
+
msgstr "نمایش دهنده فعال یا غیرفعال بودن وضعیت اشکال زدایی وردپرس"
|
192 |
+
|
193 |
+
#: admin/includes/admin-the-functions.php:56 includes/elements/code.php:68
|
194 |
+
msgid "Language"
|
195 |
+
msgstr "زبان"
|
196 |
+
|
197 |
+
#: admin/includes/admin-the-functions.php:57
|
198 |
+
msgid "The current language used by WordPress. Default = English"
|
199 |
+
msgstr "زبان جاری که توسط وردپرس استفاده می شود. پیش فرض = انگلیسی"
|
200 |
+
|
201 |
+
#: admin/includes/admin-the-functions.php:66
|
202 |
+
msgid "Server Environment"
|
203 |
+
msgstr "محیط سرور"
|
204 |
+
|
205 |
+
#: admin/includes/admin-the-functions.php:71
|
206 |
+
#: admin/includes/admin-the-functions.php:83
|
207 |
+
msgid "Server Info"
|
208 |
+
msgstr "اطلاعات سرور"
|
209 |
+
|
210 |
+
#: admin/includes/admin-the-functions.php:72
|
211 |
+
#: admin/includes/admin-the-functions.php:84
|
212 |
+
msgid "Information about the web server that is currently hosting your site."
|
213 |
+
msgstr "اطلاعاتی درباره وب سروری که در حال حاضر سایت شما را میزبانی می کند."
|
214 |
+
|
215 |
+
#: admin/includes/admin-the-functions.php:76
|
216 |
+
msgid "PHP Version"
|
217 |
+
msgstr "نسخه PHP"
|
218 |
+
|
219 |
+
#: admin/includes/admin-the-functions.php:77
|
220 |
+
msgid "The version of PHP installed on your hosting server."
|
221 |
+
msgstr "نسخه PHP که روی سرور میزبان شما نصب شده است."
|
222 |
+
|
223 |
+
#: admin/includes/admin-the-functions.php:89
|
224 |
+
msgid "PHP Post Max Size"
|
225 |
+
msgstr "PHP Post Max Size"
|
226 |
+
|
227 |
+
#: admin/includes/admin-the-functions.php:90
|
228 |
+
msgid "The largest file size that can be contained in one post."
|
229 |
+
msgstr "بیشترین اندازه فایل که می تواند در یک post وجود داشته باشد."
|
230 |
+
|
231 |
+
#: admin/includes/admin-the-functions.php:94
|
232 |
+
msgid "PHP Time Limit"
|
233 |
+
msgstr "PHP Time Limit"
|
234 |
+
|
235 |
+
#: admin/includes/admin-the-functions.php:95
|
236 |
+
msgid ""
|
237 |
+
"The amount of time (in seconds) that your site will spend on a single "
|
238 |
+
"operation before timing out (to avoid server lockups)"
|
239 |
+
msgstr ""
|
240 |
+
"مقدار زمانی (برحسب ثانیه) که سایت شما می تواند بدون قطع شدن یک دستور را اجرا "
|
241 |
+
"کند(برای جلوگیری از مسدود شدن سرور)"
|
242 |
+
|
243 |
+
#: admin/includes/admin-the-functions.php:100
|
244 |
+
#, php-format
|
245 |
+
msgid ""
|
246 |
+
"%s - We recommend setting max execution time to at least 180. See: <a href="
|
247 |
+
"\"%s\" target=\"_blank\">Increasing max execution to PHP</a>"
|
248 |
+
msgstr ""
|
249 |
+
"%s - ما پیشنهاد می کنیم آن را روی 180 ثانیه تنظیم کنید. <a href=\"%s\" "
|
250 |
+
"target=\"_blank\"> افزایش زمان اجرا در PHP</a> را ببینید."
|
251 |
+
|
252 |
+
#: admin/includes/admin-the-functions.php:108
|
253 |
+
msgid "PHP Max Input Vars"
|
254 |
+
msgstr "PHP Max Input Vars"
|
255 |
+
|
256 |
+
#: admin/includes/admin-the-functions.php:109
|
257 |
+
msgid ""
|
258 |
+
"The maximum number of variables your server can use for a single function to "
|
259 |
+
"avoid overloads."
|
260 |
+
msgstr ""
|
261 |
+
"بیشترین تعداد متغیرهایی که سرور شما می تواند در یک تابع استفاده کند تا از "
|
262 |
+
"اضافه بار جلوگیری شود."
|
263 |
+
|
264 |
+
#: admin/includes/admin-the-functions.php:113
|
265 |
+
msgid "SUHOSIN Installed"
|
266 |
+
msgstr "SUHOSIN نصب شده"
|
267 |
+
|
268 |
+
#: admin/includes/admin-the-functions.php:114
|
269 |
+
msgid ""
|
270 |
+
"Suhosin is an advanced protection system for PHP installations. It was "
|
271 |
+
"designed to protect your servers on the one hand against a number of well "
|
272 |
+
"known problems in PHP applications and on the other hand against potential "
|
273 |
+
"unknown vulnerabilities within these applications or the PHP core itself. If "
|
274 |
+
"enabled on your server, Suhosin may need to be configured to increase its "
|
275 |
+
"data submission limits."
|
276 |
+
msgstr ""
|
277 |
+
"Suhosin یک سیستم حفاظت پیشرفته برای نصب و راه اندازی PHP است. از یک سو برای "
|
278 |
+
"حفاظت از سرور شما در برابر مشکلات شناخته شده PHP و از سوی دیگر برای حفاظت "
|
279 |
+
"در برابر آسیبپذیریهای بالقوه ناشناخته در برنامههای کاربردی و یا هسته PHP "
|
280 |
+
"طراحی شده است. اگر آن را بر روی سرور خود فعال کنید، ممکن است برای افزایش "
|
281 |
+
"محدودیت ارسال داده نیاز به پیکربندی داشته باشد."
|
282 |
+
|
283 |
+
#: admin/includes/admin-the-functions.php:119
|
284 |
+
msgid "MySQL Version"
|
285 |
+
msgstr "نسخه MySQL"
|
286 |
+
|
287 |
+
#: admin/includes/admin-the-functions.php:120
|
288 |
+
msgid "The version of MySQL installed on your hosting server."
|
289 |
+
msgstr "نسخه MySQL نصب شده روی سرور میزبان شما."
|
290 |
+
|
291 |
+
#: admin/includes/admin-the-functions.php:130
|
292 |
+
msgid "Max Upload Size"
|
293 |
+
msgstr "Max Upload Size"
|
294 |
+
|
295 |
+
#: admin/includes/admin-the-functions.php:131
|
296 |
+
msgid ""
|
297 |
+
"The largest file size that can be uploaded to your WordPress installation."
|
298 |
+
msgstr "بیشترین اندازه فایل که در سایت وردپرسی شما قابل بارگذاری است."
|
299 |
+
|
300 |
+
#: admin/includes/admin-the-functions.php:135
|
301 |
+
msgid "Default Timezone is UTC"
|
302 |
+
msgstr "منطقه زمانی پیش فرض UTC است"
|
303 |
+
|
304 |
+
#: admin/includes/admin-the-functions.php:136
|
305 |
+
msgid "The default timezone for your server."
|
306 |
+
msgstr "منطقه زمانی پیش فرض سرور شما."
|
307 |
+
|
308 |
+
#: admin/includes/admin-the-functions.php:140
|
309 |
+
#, php-format
|
310 |
+
msgid "Default timezone is %s - it should be UTC"
|
311 |
+
msgstr "منطقه زمانی پیش فرض %s است - درحالی که باید UTC باشد"
|
312 |
+
|
313 |
+
#: admin/includes/admin-the-functions.php:152
|
314 |
+
msgid "Active Plugins"
|
315 |
+
msgstr "افزونه های فعال"
|
316 |
+
|
317 |
+
#: admin/includes/admin-the-functions.php:171
|
318 |
+
msgid "Visit plugin homepage"
|
319 |
+
msgstr "مشاهده صفحه اصلی افزونه"
|
320 |
+
|
321 |
+
#: admin/includes/admin-the-functions.php:176
|
322 |
+
#, php-format
|
323 |
+
msgctxt "by author"
|
324 |
+
msgid "by %s"
|
325 |
+
msgstr "توسط %s"
|
326 |
+
|
327 |
+
#: admin/includes/classes/class-auxels-import-parser.php:42
|
328 |
+
#: admin/includes/classes/class-auxels-import-parser.php:74
|
329 |
+
#: admin/includes/classes/class-auxels-import-parser.php:82
|
330 |
+
msgid "There was an error when reading this WXR file"
|
331 |
+
msgstr "خطایی هنگام خواندن این فایل WXR رخ داده است."
|
332 |
+
|
333 |
+
#: admin/includes/classes/class-auxels-import-parser.php:43
|
334 |
+
msgid ""
|
335 |
+
"Details are shown above. The importer will now try again with a different "
|
336 |
+
"parser..."
|
337 |
+
msgstr ""
|
338 |
+
"جزئیات در بالا نمایش داده شده اند. هم اکنون درون ریز با استفاده از تجزیه "
|
339 |
+
"کننده ی دیگری دوباره تلاش خواهد کرد..."
|
340 |
+
|
341 |
+
#: admin/includes/classes/class-auxels-import-parser.php:86
|
342 |
+
#: admin/includes/classes/class-auxels-import-parser.php:91
|
343 |
+
#: admin/includes/classes/class-auxels-import-parser.php:148
|
344 |
+
#: admin/includes/classes/class-auxels-import-parser.php:249
|
345 |
+
msgid ""
|
346 |
+
"This does not appear to be a WXR file, missing/invalid WXR version number"
|
347 |
+
msgstr "این فایل شبیه یک فایل WXR نیست، شماره نسخه WXR گم شده/نامعتبر است."
|
348 |
+
|
349 |
+
#: admin/includes/classes/class-auxels-import.php:38
|
350 |
+
msgid "Include theme options"
|
351 |
+
msgstr "شمال شدن تنظیمات پوسته"
|
352 |
+
|
353 |
+
#: admin/includes/compatibility/siteorigin/fields/iconpicker.class.php:13
|
354 |
+
msgid "Choose .."
|
355 |
+
msgstr "انتخاب .."
|
356 |
+
|
357 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:18
|
358 |
+
msgid "Audio Post options"
|
359 |
+
msgstr "تنظیمات نوشته صوتی"
|
360 |
+
|
361 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:23
|
362 |
+
msgid "Audio file (MP3 or ogg)"
|
363 |
+
msgstr "فایل صوتی (MP3 یا OGG)"
|
364 |
+
|
365 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:24
|
366 |
+
msgid "Please upload an MP3 file for self hosted audio player."
|
367 |
+
msgstr "لطفا یک فایل MP3 را برای پخش کننده صدای محلی بارگذاری کنید."
|
368 |
+
|
369 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:30
|
370 |
+
msgid "Audio URL (oEmbed)"
|
371 |
+
msgstr "آدرس فایل صوتی (oEmbed)"
|
372 |
+
|
373 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:37
|
374 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:44
|
375 |
+
msgid "Player Skin"
|
376 |
+
msgstr "نمای پخش کننده"
|
377 |
+
|
378 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:38
|
379 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:45
|
380 |
+
msgid "Specifies the skin for audio player."
|
381 |
+
msgstr "نمای پخش کننده صدا را مشخص می کند."
|
382 |
+
|
383 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:44
|
384 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:51
|
385 |
+
msgid "Default (set in theme options)"
|
386 |
+
msgstr "پیش فرض (تنظیم شده در تنظیمات پوسته)"
|
387 |
+
|
388 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:48
|
389 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:55
|
390 |
+
#: includes/elements/audio.php:105 includes/elements/text.php:108
|
391 |
+
#: includes/elements/video.php:162
|
392 |
+
msgid "Light"
|
393 |
+
msgstr "روشن"
|
394 |
+
|
395 |
+
#: admin/includes/metaboxes/metabox-fields-post-audio.php:52
|
396 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:59
|
397 |
+
#: includes/elements/audio.php:101 includes/elements/code.php:93
|
398 |
+
#: includes/elements/recent-posts-tiles.php:265 includes/elements/text.php:109
|
399 |
+
#: includes/elements/video.php:158
|
400 |
+
msgid "Dark"
|
401 |
+
msgstr "تیره"
|
402 |
+
|
403 |
+
#: admin/includes/metaboxes/metabox-fields-post-gallery.php:19
|
404 |
+
msgid "Gallery Post options"
|
405 |
+
msgstr "تنظیمات نوشته گالری"
|
406 |
+
|
407 |
+
#: admin/includes/metaboxes/metabox-fields-post-gallery.php:24
|
408 |
+
msgid "The Gallery Images"
|
409 |
+
msgstr "تصاویر گالری"
|
410 |
+
|
411 |
+
#: admin/includes/metaboxes/metabox-fields-post-quote.php:18
|
412 |
+
msgid "Quote Post options"
|
413 |
+
msgstr "تنظیمات نوشته نقل قول"
|
414 |
+
|
415 |
+
#: admin/includes/metaboxes/metabox-fields-post-quote.php:23
|
416 |
+
msgid "Source Name"
|
417 |
+
msgstr "نام منبع"
|
418 |
+
|
419 |
+
#: admin/includes/metaboxes/metabox-fields-post-quote.php:24
|
420 |
+
msgid "The Source name"
|
421 |
+
msgstr "نام منبع"
|
422 |
+
|
423 |
+
#: admin/includes/metaboxes/metabox-fields-post-quote.php:30
|
424 |
+
msgid "Source URL"
|
425 |
+
msgstr "URL منبع"
|
426 |
+
|
427 |
+
#: admin/includes/metaboxes/metabox-fields-post-quote.php:31
|
428 |
+
msgid "Add the URL"
|
429 |
+
msgstr "افزودن URL"
|
430 |
+
|
431 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:18
|
432 |
+
msgid "Video Post options"
|
433 |
+
msgstr "تنظیمات نوشته ویدیویی"
|
434 |
+
|
435 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:23
|
436 |
+
#: includes/elements/video.php:106
|
437 |
+
msgid "Video file"
|
438 |
+
msgstr "فایل ویدیو"
|
439 |
+
|
440 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:24
|
441 |
+
msgid "Please upload an MP4/OGG/WEBM file for self hosted video player."
|
442 |
+
msgstr ""
|
443 |
+
"لطفا یک فایل با فرمت MP4/OGG/WEBM برای پخش کننده ویدیوی محلی بارگذاری کنید."
|
444 |
+
|
445 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:30
|
446 |
+
msgid "Poster image"
|
447 |
+
msgstr "تصویر پوستر"
|
448 |
+
|
449 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:31
|
450 |
+
msgid "Please specify an image as a poster for self hosted video player."
|
451 |
+
msgstr ""
|
452 |
+
"لطفا یک تصویر را به عنوان پوستر برای پخش کننده ویدیوی محلی انتخاب کنید."
|
453 |
+
|
454 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:37
|
455 |
+
msgid "Video URL (oEmbed)"
|
456 |
+
msgstr "آدرس ویدیو (oEmbed)"
|
457 |
+
|
458 |
+
#: admin/includes/metaboxes/metabox-fields-post-video.php:38
|
459 |
+
msgid "Youtube or vimeo link"
|
460 |
+
msgstr "لینک یوتیوب یا ویمو"
|
461 |
+
|
462 |
+
#: auxin-elements.php:30
|
463 |
+
msgid "PHP version 5.3.0 or above is required for \"Auxin Elements\" plugin"
|
464 |
+
msgstr "برای افزونه \"المان های اکسین\" PHP نسخه 5.3 یا بالاتر نیاز است."
|
465 |
+
|
466 |
+
#: includes/classes/class-auxin-siteorigin-widget.php:224
|
467 |
+
msgid "The callback for widget does not exists."
|
468 |
+
msgstr "تابع فراخوانی برای ابزارک وجود ندارد."
|
469 |
+
|
470 |
+
#: includes/elements/about-widget.php:11
|
471 |
+
msgid "[Phlox] About Author"
|
472 |
+
msgstr "[فلوکس] درباره نویسنده"
|
473 |
+
|
474 |
+
#: includes/elements/about-widget.php:14
|
475 |
+
msgid "It adds an about author element."
|
476 |
+
msgstr "یک المان درباره نویسنده اضافه می کند."
|
477 |
+
|
478 |
+
#: includes/elements/about-widget.php:38 includes/elements/accordion.php:35
|
479 |
+
#: includes/elements/audio.php:38 includes/elements/code.php:38
|
480 |
+
#: includes/elements/contact-box.php:34 includes/elements/contact-form.php:38
|
481 |
+
#: includes/elements/exclude/accordion.php:34
|
482 |
+
#: includes/elements/exclude/carousel.php:47
|
483 |
+
#: includes/elements/exclude/chart.php:50
|
484 |
+
#: includes/elements/exclude/clients.php:48
|
485 |
+
#: includes/elements/exclude/faq.php:48
|
486 |
+
#: includes/elements/exclude/get-pages.php:77
|
487 |
+
#: includes/elements/exclude/get-testimonials.php:46
|
488 |
+
#: includes/elements/exclude/get-testimonials.php:61
|
489 |
+
#: includes/elements/exclude/get-testimonials.php:76
|
490 |
+
#: includes/elements/exclude/get-testimonials.php:91
|
491 |
+
#: includes/elements/exclude/latest-blog.php:48
|
492 |
+
#: includes/elements/exclude/latest-news.php:47
|
493 |
+
#: includes/elements/exclude/latest-news.php:92
|
494 |
+
#: includes/elements/exclude/link.php:47
|
495 |
+
#: includes/elements/exclude/list-item.php:47
|
496 |
+
#: includes/elements/exclude/list.php:47
|
497 |
+
#: includes/elements/exclude/masterslider.php:47
|
498 |
+
#: includes/elements/exclude/mini-twitter.php:47
|
499 |
+
#: includes/elements/exclude/msgbox.php:36
|
500 |
+
#: includes/elements/exclude/pricetable.php:49
|
501 |
+
#: includes/elements/exclude/recent-posts2.php:47
|
502 |
+
#: includes/elements/exclude/services.php:47
|
503 |
+
#: includes/elements/exclude/soundcloud.php:68
|
504 |
+
#: includes/elements/exclude/soundcloud.php:83
|
505 |
+
#: includes/elements/exclude/staffs.php:77
|
506 |
+
#: includes/elements/exclude/tabs.php:33
|
507 |
+
#: includes/elements/exclude/testfields.php:50
|
508 |
+
#: includes/elements/exclude/testimonial-item.php:47
|
509 |
+
#: includes/elements/exclude/testimonial-slider.php:47
|
510 |
+
#: includes/elements/exclude/testimonial-slider.php:119
|
511 |
+
#: includes/elements/exclude/testimonial.php:47
|
512 |
+
#: includes/elements/exclude/twitter.php:47 includes/elements/gallery.php:37
|
513 |
+
#: includes/elements/gmap.php:33 includes/elements/image.php:37
|
514 |
+
#: includes/elements/instagram-feed.php:37
|
515 |
+
#: includes/elements/latest-posts-slider.php:37
|
516 |
+
#: includes/elements/latest-posts-slider.php:133
|
517 |
+
#: includes/elements/popular-posts-widget.php:45
|
518 |
+
#: includes/elements/popular-posts-widget.php:194
|
519 |
+
#: includes/elements/quote.php:36
|
520 |
+
#: includes/elements/recent-posts-grid-carousel.php:51
|
521 |
+
#: includes/elements/recent-posts-grid-carousel.php:193
|
522 |
+
#: includes/elements/recent-posts-land-style.php:51
|
523 |
+
#: includes/elements/recent-posts-land-style.php:194
|
524 |
+
#: includes/elements/recent-posts-masonry.php:51
|
525 |
+
#: includes/elements/recent-posts-masonry.php:193
|
526 |
+
#: includes/elements/recent-posts-tiles.php:51
|
527 |
+
#: includes/elements/recent-posts-tiles.php:199
|
528 |
+
#: includes/elements/recent-posts-timeline.php:51
|
529 |
+
#: includes/elements/recent-posts-timeline.php:220
|
530 |
+
#: includes/elements/recent-posts-widget.php:51
|
531 |
+
#: includes/elements/recent-posts-widget.php:154
|
532 |
+
#: includes/elements/sample-element.php:44
|
533 |
+
#: includes/elements/sample-element.php:58 includes/elements/search.php:36
|
534 |
+
#: includes/elements/socials-list.php:37 includes/elements/tabs.php:34
|
535 |
+
#: includes/elements/text.php:38 includes/elements/video.php:33
|
536 |
+
msgid "Title"
|
537 |
+
msgstr "عنوان"
|
538 |
+
|
539 |
+
#: includes/elements/about-widget.php:53
|
540 |
+
msgid "Name"
|
541 |
+
msgstr "نام"
|
542 |
+
|
543 |
+
#: includes/elements/about-widget.php:54
|
544 |
+
msgid "The name which appears in about widget."
|
545 |
+
msgstr "نامی که در ابزارک درباره ما نشان داده می شود."
|
546 |
+
|
547 |
+
#: includes/elements/about-widget.php:67
|
548 |
+
msgid "Skills"
|
549 |
+
msgstr "مهارت ها"
|
550 |
+
|
551 |
+
#: includes/elements/about-widget.php:68
|
552 |
+
msgid "It appears below the name."
|
553 |
+
msgstr "در پایین نام نمایش داده خواهد شد."
|
554 |
+
|
555 |
+
#: includes/elements/about-widget.php:80
|
556 |
+
msgid "Info"
|
557 |
+
msgstr "اطلاعات"
|
558 |
+
|
559 |
+
#: includes/elements/about-widget.php:81
|
560 |
+
msgid "Biographical info or any other content."
|
561 |
+
msgstr "اطلاعاتی از زندگی نامه یا هر محتوای دیگری."
|
562 |
+
|
563 |
+
#: includes/elements/about-widget.php:95 includes/elements/image.php:52
|
564 |
+
#: includes/elements/text.php:254
|
565 |
+
msgid "Image"
|
566 |
+
msgstr "تصویر"
|
567 |
+
|
568 |
+
#: includes/elements/about-widget.php:96
|
569 |
+
msgid "It appears above the name."
|
570 |
+
msgstr "بالای نام نمایش داده خواهد شد."
|
571 |
+
|
572 |
+
#: includes/elements/about-widget.php:110
|
573 |
+
msgid "Image style"
|
574 |
+
msgstr "ظاهر تصویر"
|
575 |
+
|
576 |
+
#: includes/elements/about-widget.php:116 includes/elements/divider.php:64
|
577 |
+
#: includes/elements/dropcap.php:67
|
578 |
+
#: includes/elements/exclude/testfields.php:106 includes/elements/text.php:210
|
579 |
+
#: includes/general-hooks.php:230
|
580 |
+
msgid "Circle"
|
581 |
+
msgstr "دایره"
|
582 |
+
|
583 |
+
#: includes/elements/about-widget.php:117 includes/elements/dropcap.php:55
|
584 |
+
#: includes/elements/exclude/accordion-tmp.php:46
|
585 |
+
#: includes/general-hooks.php:231
|
586 |
+
msgid "Square"
|
587 |
+
msgstr "مربع"
|
588 |
+
|
589 |
+
#: includes/elements/about-widget.php:128
|
590 |
+
msgid "Align center texts"
|
591 |
+
msgstr "متن تراز وسط"
|
592 |
+
|
593 |
+
#: includes/elements/about-widget.php:143
|
594 |
+
msgid "Show socials below the info"
|
595 |
+
msgstr "نمایش شبکه های اجتماعی در زیر اطلاعات"
|
596 |
+
|
597 |
+
#: includes/elements/about-widget.php:158 includes/elements/accordion.php:102
|
598 |
+
#: includes/elements/audio.php:118 includes/elements/code.php:108
|
599 |
+
#: includes/elements/contact-box.php:286 includes/elements/contact-form.php:104
|
600 |
+
#: includes/elements/divider.php:127 includes/elements/dropcap.php:92
|
601 |
+
#: includes/elements/exclude/accordion-section.php:104
|
602 |
+
#: includes/elements/exclude/accordion-tmp.php:175
|
603 |
+
#: includes/elements/exclude/accordion.php:81
|
604 |
+
#: includes/elements/exclude/auxin-accordion.php:127
|
605 |
+
#: includes/elements/exclude/call-to-action.php:199
|
606 |
+
#: includes/elements/exclude/carousel.php:93
|
607 |
+
#: includes/elements/exclude/clients.php:93
|
608 |
+
#: includes/elements/exclude/faq.php:123
|
609 |
+
#: includes/elements/exclude/get-pages.php:152
|
610 |
+
#: includes/elements/exclude/get-testimonials.php:151
|
611 |
+
#: includes/elements/exclude/latest-blog.php:258
|
612 |
+
#: includes/elements/exclude/latest-news.php:242
|
613 |
+
#: includes/elements/exclude/link.php:107
|
614 |
+
#: includes/elements/exclude/list-item.php:110
|
615 |
+
#: includes/elements/exclude/list.php:95
|
616 |
+
#: includes/elements/exclude/msgbox.php:95
|
617 |
+
#: includes/elements/exclude/pricetable.php:94
|
618 |
+
#: includes/elements/exclude/related-posts.php:212
|
619 |
+
#: includes/elements/exclude/services.php:167
|
620 |
+
#: includes/elements/exclude/soundcloud.php:113
|
621 |
+
#: includes/elements/exclude/staffs.php:167
|
622 |
+
#: includes/elements/exclude/tabs.php:62
|
623 |
+
#: includes/elements/exclude/testimonial-item.php:122
|
624 |
+
#: includes/elements/exclude/testimonial.php:167
|
625 |
+
#: includes/elements/facebook.php:157 includes/elements/gallery.php:252
|
626 |
+
#: includes/elements/gmap.php:183 includes/elements/highlight.php:89
|
627 |
+
#: includes/elements/image.php:204 includes/elements/instagram-feed.php:279
|
628 |
+
#: includes/elements/latest-items.php:251
|
629 |
+
#: includes/elements/popular-posts-widget.php:256
|
630 |
+
#: includes/elements/quote.php:168
|
631 |
+
#: includes/elements/recent-posts-grid-carousel.php:550
|
632 |
+
#: includes/elements/recent-posts-land-style.php:368
|
633 |
+
#: includes/elements/recent-posts-masonry.php:400
|
634 |
+
#: includes/elements/recent-posts-tiles.php:299
|
635 |
+
#: includes/elements/recent-posts-timeline.php:374
|
636 |
+
#: includes/elements/recent-posts-widget.php:216
|
637 |
+
#: includes/elements/search.php:51 includes/elements/tabs.php:101
|
638 |
+
#: includes/elements/text.php:312 includes/elements/video.php:175
|
639 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:73
|
640 |
+
msgid "Extra class name"
|
641 |
+
msgstr "نام کلاس اضافه"
|
642 |
+
|
643 |
+
#: includes/elements/about-widget.php:159 includes/elements/accordion.php:103
|
644 |
+
#: includes/elements/audio.php:119 includes/elements/code.php:109
|
645 |
+
#: includes/elements/contact-box.php:287 includes/elements/contact-form.php:105
|
646 |
+
#: includes/elements/dropcap.php:93
|
647 |
+
#: includes/elements/exclude/accordion-section.php:105
|
648 |
+
#: includes/elements/exclude/accordion-tmp.php:177
|
649 |
+
#: includes/elements/exclude/accordion.php:82
|
650 |
+
#: includes/elements/exclude/auxin-accordion.php:128
|
651 |
+
#: includes/elements/exclude/call-to-action.php:200
|
652 |
+
#: includes/elements/exclude/carousel.php:94
|
653 |
+
#: includes/elements/exclude/clients.php:94
|
654 |
+
#: includes/elements/exclude/faq.php:124
|
655 |
+
#: includes/elements/exclude/get-pages.php:153
|
656 |
+
#: includes/elements/exclude/get-testimonials.php:152
|
657 |
+
#: includes/elements/exclude/latest-blog.php:259
|
658 |
+
#: includes/elements/exclude/latest-news.php:243
|
659 |
+
#: includes/elements/exclude/link.php:108
|
660 |
+
#: includes/elements/exclude/list-item.php:111
|
661 |
+
#: includes/elements/exclude/list.php:96
|
662 |
+
#: includes/elements/exclude/msgbox.php:96
|
663 |
+
#: includes/elements/exclude/pricetable.php:95
|
664 |
+
#: includes/elements/exclude/related-posts.php:213
|
665 |
+
#: includes/elements/exclude/services.php:168
|
666 |
+
#: includes/elements/exclude/soundcloud.php:114
|
667 |
+
#: includes/elements/exclude/staffs.php:168
|
668 |
+
#: includes/elements/exclude/tabs.php:63
|
669 |
+
#: includes/elements/exclude/testimonial-item.php:123
|
670 |
+
#: includes/elements/exclude/testimonial.php:168
|
671 |
+
#: includes/elements/facebook.php:158 includes/elements/gallery.php:253
|
672 |
+
#: includes/elements/gmap.php:184 includes/elements/highlight.php:90
|
673 |
+
#: includes/elements/image.php:205 includes/elements/instagram-feed.php:280
|
674 |
+
#: includes/elements/latest-items.php:252
|
675 |
+
#: includes/elements/popular-posts-widget.php:257
|
676 |
+
#: includes/elements/quote.php:169
|
677 |
+
#: includes/elements/recent-posts-grid-carousel.php:551
|
678 |
+
#: includes/elements/recent-posts-land-style.php:369
|
679 |
+
#: includes/elements/recent-posts-masonry.php:401
|
680 |
+
#: includes/elements/recent-posts-tiles.php:300
|
681 |
+
#: includes/elements/recent-posts-timeline.php:375
|
682 |
+
#: includes/elements/recent-posts-widget.php:217
|
683 |
+
#: includes/elements/search.php:52 includes/elements/tabs.php:102
|
684 |
+
#: includes/elements/text.php:313 includes/elements/video.php:176
|
685 |
+
msgid ""
|
686 |
+
"If you wish to style particular content element differently, then use this "
|
687 |
+
"field to add a class name and then refer to it in your css file."
|
688 |
+
msgstr ""
|
689 |
+
"اگر می خواهید ظاهر این المان را به طور جداگانه تغییر دهید، از فیلد زیر برای "
|
690 |
+
"افزودن نام کلاس دلخواه استفاده کنید و سپس در فایل css خود به آن ارجاع دهید."
|
691 |
+
|
692 |
+
#: includes/elements/accordion.php:11
|
693 |
+
#: includes/elements/exclude/accordion.php:11
|
694 |
+
msgid "[Phlox] Accordion "
|
695 |
+
msgstr "[فلوکس] آکاردئون"
|
696 |
+
|
697 |
+
#: includes/elements/accordion.php:14
|
698 |
+
#: includes/elements/exclude/accordion.php:14
|
699 |
+
msgid "Collapsible content"
|
700 |
+
msgstr "محتوای بازشونده"
|
701 |
+
|
702 |
+
#: includes/elements/accordion.php:36
|
703 |
+
#: includes/elements/exclude/accordion.php:35
|
704 |
+
msgid "Accordion title, leave it empty if you don`t need title."
|
705 |
+
msgstr "عنوان آکاردئون، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
706 |
+
|
707 |
+
#: includes/elements/accordion.php:49
|
708 |
+
#: includes/elements/exclude/accordion.php:48
|
709 |
+
#: includes/elements/exclude/get-testimonials.php:106
|
710 |
+
#: includes/elements/exclude/get-testimonials.php:121
|
711 |
+
msgid "Type"
|
712 |
+
msgstr "نوع"
|
713 |
+
|
714 |
+
#: includes/elements/accordion.php:50
|
715 |
+
#: includes/elements/exclude/accordion.php:49
|
716 |
+
msgid "Whether to show only 1 element opens at a time or multiple."
|
717 |
+
msgstr "در یک زمان فقط یک المان باز باشد یا چندتا."
|
718 |
+
|
719 |
+
#: includes/elements/accordion.php:55
|
720 |
+
#: includes/elements/exclude/accordion.php:54
|
721 |
+
msgid "Toggle"
|
722 |
+
msgstr "باز و بسته شونده"
|
723 |
+
|
724 |
+
#: includes/elements/accordion.php:56 includes/elements/accordion.php:70
|
725 |
+
#: includes/elements/accordion.php:87
|
726 |
+
#: includes/elements/exclude/accordion.php:55
|
727 |
+
msgid "Accordion"
|
728 |
+
msgstr "آکاردئون"
|
729 |
+
|
730 |
+
#: includes/elements/accordion.php:67
|
731 |
+
msgid "Accordion label"
|
732 |
+
msgstr "برچسب آکاردئون"
|
733 |
+
|
734 |
+
#: includes/elements/accordion.php:68
|
735 |
+
msgid "Enter your accordion item label."
|
736 |
+
msgstr "برچسب آیتم آکاردئون خود را وارد کنید."
|
737 |
+
|
738 |
+
#: includes/elements/accordion.php:71 includes/elements/accordion.php:88
|
739 |
+
msgid "Accordion Section"
|
740 |
+
msgstr "بخش آکاردئون"
|
741 |
+
|
742 |
+
#: includes/elements/accordion.php:84 includes/elements/dropcap.php:77
|
743 |
+
#: includes/elements/exclude/accordion-tmp.php:20
|
744 |
+
#: includes/elements/exclude/accordion-tmp.php:220
|
745 |
+
#: includes/elements/exclude/accordion.php:66
|
746 |
+
#: includes/elements/exclude/call-to-action.php:79
|
747 |
+
#: includes/elements/exclude/col.php:49
|
748 |
+
#: includes/elements/exclude/latest-blog.php:243
|
749 |
+
#: includes/elements/exclude/latest-news.php:227
|
750 |
+
#: includes/elements/exclude/link.php:92
|
751 |
+
#: includes/elements/exclude/list-item.php:95
|
752 |
+
#: includes/elements/exclude/list.php:80
|
753 |
+
#: includes/elements/exclude/msgbox.php:80
|
754 |
+
#: includes/elements/exclude/pricetable.php:79
|
755 |
+
#: includes/elements/exclude/related-posts.php:197
|
756 |
+
#: includes/elements/exclude/services.php:152
|
757 |
+
#: includes/elements/exclude/soundcloud.php:98
|
758 |
+
#: includes/elements/exclude/tabs.php:47
|
759 |
+
#: includes/elements/exclude/testfields.php:175
|
760 |
+
#: includes/elements/exclude/testimonial.php:152
|
761 |
+
#: includes/elements/highlight.php:73 includes/elements/tabs.php:83
|
762 |
+
#: includes/elements/text.php:297
|
763 |
+
msgid "Content"
|
764 |
+
msgstr "محتوا"
|
765 |
+
|
766 |
+
#: includes/elements/accordion.php:85
|
767 |
+
msgid "Enter your accordion item content."
|
768 |
+
msgstr "محتوای آیتم آکاردئون را وارد کنید."
|
769 |
+
|
770 |
+
#: includes/elements/audio.php:10
|
771 |
+
msgid "[Phlox] Audio"
|
772 |
+
msgstr "[فلوکس] صدا"
|
773 |
+
|
774 |
+
#: includes/elements/audio.php:13
|
775 |
+
msgid "Audio player"
|
776 |
+
msgstr "پخش کننده صدا"
|
777 |
+
|
778 |
+
#: includes/elements/audio.php:14
|
779 |
+
msgid "It adds an audio player element."
|
780 |
+
msgstr "یک المان پخش کننده صدا اضافه می کند."
|
781 |
+
|
782 |
+
#: includes/elements/audio.php:39
|
783 |
+
msgid "Audio title, leave it empty if you don`t need title."
|
784 |
+
msgstr "عنوان صدا، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
785 |
+
|
786 |
+
#: includes/elements/audio.php:52
|
787 |
+
msgid "Audio file(MP3 or ogg)"
|
788 |
+
msgstr "فایل صوتی (MP3 یا OGG)"
|
789 |
+
|
790 |
+
#: includes/elements/audio.php:66
|
791 |
+
msgid "Repeat the audio"
|
792 |
+
msgstr "تکرار صدا"
|
793 |
+
|
794 |
+
#: includes/elements/audio.php:80
|
795 |
+
msgid "AutoPlay"
|
796 |
+
msgstr "نمایش خودکار"
|
797 |
+
|
798 |
+
#: includes/elements/audio.php:81
|
799 |
+
msgid "Play the audio file automatically."
|
800 |
+
msgstr "فایل صوتی را به صورت خودکار پخش کن."
|
801 |
+
|
802 |
+
#: includes/elements/audio.php:94
|
803 |
+
msgid "Skin"
|
804 |
+
msgstr "نما"
|
805 |
+
|
806 |
+
#: includes/elements/audio.php:95
|
807 |
+
msgid "The skin of audio element."
|
808 |
+
msgstr "نمای المان صدا"
|
809 |
+
|
810 |
+
#: includes/elements/button.php:11
|
811 |
+
msgid "[Phlox] Button"
|
812 |
+
msgstr "[فلوکس] دکمه"
|
813 |
+
|
814 |
+
#: includes/elements/button.php:14
|
815 |
+
msgid "It adds a button element."
|
816 |
+
msgstr "یک المان دکمه اضافه می کند."
|
817 |
+
|
818 |
+
#: includes/elements/button.php:38
|
819 |
+
msgid "Button label"
|
820 |
+
msgstr "برچسب دکمه"
|
821 |
+
|
822 |
+
#: includes/elements/button.php:39
|
823 |
+
msgid "The label of button."
|
824 |
+
msgstr "برچسب دکمه"
|
825 |
+
|
826 |
+
#: includes/elements/button.php:52
|
827 |
+
msgid "Button size"
|
828 |
+
msgstr "اندازه دکمه"
|
829 |
+
|
830 |
+
#: includes/elements/button.php:58
|
831 |
+
msgid "Exlarge"
|
832 |
+
msgstr "خیلی بزرگ"
|
833 |
+
|
834 |
+
#: includes/elements/button.php:59 includes/elements/divider.php:79
|
835 |
+
#: includes/elements/gallery.php:207 includes/elements/socials-list.php:60
|
836 |
+
#: includes/elements/text.php:192
|
837 |
+
msgid "Large"
|
838 |
+
msgstr "بزرگ"
|
839 |
+
|
840 |
+
#: includes/elements/button.php:60 includes/elements/divider.php:80
|
841 |
+
#: includes/elements/gallery.php:208 includes/elements/instagram-feed.php:93
|
842 |
+
#: includes/elements/socials-list.php:59 includes/elements/text.php:191
|
843 |
+
msgid "Medium"
|
844 |
+
msgstr "متوسط"
|
845 |
+
|
846 |
+
#: includes/elements/button.php:61 includes/elements/divider.php:81
|
847 |
+
#: includes/elements/gallery.php:209 includes/elements/socials-list.php:58
|
848 |
+
#: includes/elements/text.php:190
|
849 |
+
msgid "Small"
|
850 |
+
msgstr "کوچک"
|
851 |
+
|
852 |
+
#: includes/elements/button.php:62
|
853 |
+
msgid "Tiny"
|
854 |
+
msgstr "خیلی کوچک"
|
855 |
+
|
856 |
+
#: includes/elements/button.php:74
|
857 |
+
msgid "Button shape style"
|
858 |
+
msgstr "ظاهر شکل دکمه"
|
859 |
+
|
860 |
+
#: includes/elements/button.php:88
|
861 |
+
msgid "Box"
|
862 |
+
msgstr "جعبه"
|
863 |
+
|
864 |
+
#: includes/elements/button.php:92
|
865 |
+
#: includes/elements/exclude/accordion-tmp.php:47
|
866 |
+
#: includes/elements/exclude/testfields.php:63
|
867 |
+
msgid "Round"
|
868 |
+
msgstr "گرد"
|
869 |
+
|
870 |
+
#: includes/elements/button.php:96 includes/elements/exclude/testfields.php:64
|
871 |
+
msgid "Curve"
|
872 |
+
msgstr "منحنی"
|
873 |
+
|
874 |
+
#: includes/elements/button.php:103
|
875 |
+
#: includes/elements/exclude/call-to-action.php:139
|
876 |
+
#: includes/elements/exclude/faq.php:78
|
877 |
+
msgid "Button style"
|
878 |
+
msgstr "ظاهر دکمه"
|
879 |
+
|
880 |
+
#: includes/elements/button.php:117
|
881 |
+
msgid "Normal"
|
882 |
+
msgstr "معمولی"
|
883 |
+
|
884 |
+
#: includes/elements/button.php:121
|
885 |
+
msgid "3D"
|
886 |
+
msgstr "سه بعدی"
|
887 |
+
|
888 |
+
#: includes/elements/button.php:125
|
889 |
+
#: includes/elements/exclude/accordion-tmp.php:36
|
890 |
+
msgid "Outline"
|
891 |
+
msgstr "خط بیرونی"
|
892 |
+
|
893 |
+
#: includes/elements/button.php:132
|
894 |
+
msgid "Uppercase label"
|
895 |
+
msgstr "برچسب حروف بزرگ"
|
896 |
+
|
897 |
+
#: includes/elements/button.php:147
|
898 |
+
msgid "Darken the label"
|
899 |
+
msgstr "تیره تر کردن برچسب"
|
900 |
+
|
901 |
+
#: includes/elements/button.php:148
|
902 |
+
msgid "Darken label of button while mouse over it."
|
903 |
+
msgstr "تیره تر کردن برچسب هنگامی که ماوس روی آن است."
|
904 |
+
|
905 |
+
#: includes/elements/button.php:163
|
906 |
+
msgid "Icon for button"
|
907 |
+
msgstr "شکلک برای دکمه"
|
908 |
+
|
909 |
+
#: includes/elements/button.php:178 includes/general-hooks.php:253
|
910 |
+
msgid "Icon alignment"
|
911 |
+
msgstr "تراز شکلک"
|
912 |
+
|
913 |
+
#: includes/elements/button.php:184 includes/elements/quote.php:119
|
914 |
+
#: includes/general-hooks.php:427
|
915 |
+
msgid "Default"
|
916 |
+
msgstr "پیش فرض"
|
917 |
+
|
918 |
+
#: includes/elements/button.php:185
|
919 |
+
#: includes/elements/exclude/accordion-tmp.php:103
|
920 |
+
#: includes/elements/exclude/accordion-tmp.php:155
|
921 |
+
#: includes/elements/image.php:119 includes/elements/quote.php:120
|
922 |
+
#: includes/elements/recent-posts-timeline.php:76 includes/elements/text.php:80
|
923 |
+
#: includes/general-hooks.php:256
|
924 |
+
msgid "Left"
|
925 |
+
msgstr "چپ"
|
926 |
+
|
927 |
+
#: includes/elements/button.php:186
|
928 |
+
#: includes/elements/exclude/accordion-tmp.php:104
|
929 |
+
#: includes/elements/exclude/accordion-tmp.php:156
|
930 |
+
#: includes/elements/image.php:120 includes/elements/quote.php:121
|
931 |
+
#: includes/elements/recent-posts-timeline.php:80
|
932 |
+
#: includes/general-hooks.php:257
|
933 |
+
msgid "Right"
|
934 |
+
msgstr "راست"
|
935 |
+
|
936 |
+
#: includes/elements/button.php:187
|
937 |
+
msgid "Over"
|
938 |
+
msgstr "رو"
|
939 |
+
|
940 |
+
#: includes/elements/button.php:188
|
941 |
+
msgid "Animate from Left"
|
942 |
+
msgstr "متحرک سازی از چپ"
|
943 |
+
|
944 |
+
#: includes/elements/button.php:189
|
945 |
+
msgid "Animate from Right"
|
946 |
+
msgstr "متحرک سازی از راست"
|
947 |
+
|
948 |
+
#: includes/elements/button.php:200
|
949 |
+
msgid "Color of button"
|
950 |
+
msgstr "رنگ دکمه"
|
951 |
+
|
952 |
+
#: includes/elements/button.php:215
|
953 |
+
msgid "Link"
|
954 |
+
msgstr "پیوند"
|
955 |
+
|
956 |
+
#: includes/elements/button.php:216
|
957 |
+
msgid "If you want to link your button."
|
958 |
+
msgstr "اگر می خواهید دکمه را لینک کنید."
|
959 |
+
|
960 |
+
#: includes/elements/button.php:230
|
961 |
+
msgid "Open link in"
|
962 |
+
msgstr "باز کردن پیوند در"
|
963 |
+
|
964 |
+
#: includes/elements/button.php:236
|
965 |
+
msgid "Current page"
|
966 |
+
msgstr "صفحه جاری"
|
967 |
+
|
968 |
+
#: includes/elements/button.php:237
|
969 |
+
msgid "New page"
|
970 |
+
msgstr "صفحه جدید"
|
971 |
+
|
972 |
+
#: includes/elements/code.php:11
|
973 |
+
msgid "[Phlox] Code"
|
974 |
+
msgstr "[فلوکس] کد"
|
975 |
+
|
976 |
+
#: includes/elements/code.php:14
|
977 |
+
msgid "It adds a code element."
|
978 |
+
msgstr "یک المان کد اضافه می کند."
|
979 |
+
|
980 |
+
#: includes/elements/code.php:39
|
981 |
+
msgid "Code title, leave it empty if you don`t need title."
|
982 |
+
msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
983 |
+
|
984 |
+
#: includes/elements/code.php:53
|
985 |
+
msgid "Code"
|
986 |
+
msgstr "کد"
|
987 |
+
|
988 |
+
#: includes/elements/code.php:74
|
989 |
+
msgid "javascript"
|
990 |
+
msgstr "جاوااسکریپت"
|
991 |
+
|
992 |
+
#: includes/elements/code.php:75
|
993 |
+
msgid "html"
|
994 |
+
msgstr "html"
|
995 |
+
|
996 |
+
#: includes/elements/code.php:76
|
997 |
+
msgid "xml"
|
998 |
+
msgstr "xml"
|
999 |
+
|
1000 |
+
#: includes/elements/code.php:87
|
1001 |
+
msgid "Theme"
|
1002 |
+
msgstr "پوسته"
|
1003 |
+
|
1004 |
+
#: includes/elements/code.php:88
|
1005 |
+
msgid "Specifies the theme for code element."
|
1006 |
+
msgstr "پوسته المان کد را مشخص می کند."
|
1007 |
+
|
1008 |
+
#: includes/elements/code.php:92
|
1009 |
+
msgid "tomorrow"
|
1010 |
+
msgstr "فردا"
|
1011 |
+
|
1012 |
+
#: includes/elements/code.php:94
|
1013 |
+
msgid "far"
|
1014 |
+
msgstr "دور"
|
1015 |
+
|
1016 |
+
#: includes/elements/code.php:95
|
1017 |
+
msgid "googlecode"
|
1018 |
+
msgstr "گوگل کد"
|
1019 |
+
|
1020 |
+
#: includes/elements/code.php:96
|
1021 |
+
msgid "github"
|
1022 |
+
msgstr "گیت هاب"
|
1023 |
+
|
1024 |
+
#: includes/elements/code.php:97
|
1025 |
+
msgid "monokai"
|
1026 |
+
msgstr "موناکوی"
|
1027 |
+
|
1028 |
+
#: includes/elements/contact-box.php:11
|
1029 |
+
msgid "[Phlox] Contact Box"
|
1030 |
+
msgstr "[فلوکس] جعبه تماس"
|
1031 |
+
|
1032 |
+
#: includes/elements/contact-box.php:14
|
1033 |
+
msgid "It adds a contact box element."
|
1034 |
+
msgstr "یک جعبه تماس اضافه می کند."
|
1035 |
+
|
1036 |
+
#: includes/elements/contact-box.php:35
|
1037 |
+
msgid "Contact box title, leave it empty if you don`t need title."
|
1038 |
+
msgstr "عنوان جعبه تماس، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
1039 |
+
|
1040 |
+
#: includes/elements/contact-box.php:49 includes/elements/contact-form.php:53
|
1041 |
+
msgid "Email"
|
1042 |
+
msgstr "ایمیل"
|
1043 |
+
|
1044 |
+
#: includes/elements/contact-box.php:50
|
1045 |
+
msgid "Contact box email address."
|
1046 |
+
msgstr "آدرس ایمیل جعبه تماس"
|
1047 |
+
|
1048 |
+
#: includes/elements/contact-box.php:63
|
1049 |
+
msgid "Telephone"
|
1050 |
+
msgstr "تلفن"
|
1051 |
+
|
1052 |
+
#: includes/elements/contact-box.php:64
|
1053 |
+
msgid "Contact box phone number."
|
1054 |
+
msgstr "شماره تلفن جعبه تماس"
|
1055 |
+
|
1056 |
+
#: includes/elements/contact-box.php:76
|
1057 |
+
msgid "Address"
|
1058 |
+
msgstr "آدرس"
|
1059 |
+
|
1060 |
+
#: includes/elements/contact-box.php:77
|
1061 |
+
msgid "Contact box address."
|
1062 |
+
msgstr "آدرس جعبه تماس"
|
1063 |
+
|
1064 |
+
#: includes/elements/contact-box.php:89
|
1065 |
+
msgid "Show socials"
|
1066 |
+
msgstr "شکلک های شبکه های اجتماعی"
|
1067 |
+
|
1068 |
+
#: includes/elements/contact-box.php:90
|
1069 |
+
msgid "Show socials below the info."
|
1070 |
+
msgstr "نمایش شبکه های اجتماعی در پایین اطلاعات"
|
1071 |
+
|
1072 |
+
#: includes/elements/contact-box.php:104
|
1073 |
+
msgid "Show map"
|
1074 |
+
msgstr "نمایش نقشه"
|
1075 |
+
|
1076 |
+
#: includes/elements/contact-box.php:105
|
1077 |
+
msgid "Show map above the info."
|
1078 |
+
msgstr "نمایش نقشه در بالای اطلاعات"
|
1079 |
+
|
1080 |
+
#: includes/elements/contact-box.php:119
|
1081 |
+
msgid "Map height"
|
1082 |
+
msgstr "ارتفاع نقشه"
|
1083 |
+
|
1084 |
+
#: includes/elements/contact-box.php:120
|
1085 |
+
msgid "Height of the map in pixels."
|
1086 |
+
msgstr "ارتفاع نقشه بر حسب پیکسل"
|
1087 |
+
|
1088 |
+
#: includes/elements/contact-box.php:137 includes/elements/gmap.php:62
|
1089 |
+
msgid "Latitude"
|
1090 |
+
msgstr "عرض جغرافیایی"
|
1091 |
+
|
1092 |
+
#: includes/elements/contact-box.php:138 includes/elements/gmap.php:63
|
1093 |
+
msgid "Latitude location over the map."
|
1094 |
+
msgstr "محل عرض جغرافیایی بر روی نقشه."
|
1095 |
+
|
1096 |
+
#: includes/elements/contact-box.php:154 includes/elements/gmap.php:77
|
1097 |
+
msgid "Longitude"
|
1098 |
+
msgstr "طول جغرافیایی"
|
1099 |
+
|
1100 |
+
#: includes/elements/contact-box.php:155 includes/elements/gmap.php:78
|
1101 |
+
msgid "Longitude location over the map."
|
1102 |
+
msgstr "محل طول جغرافیایی بر روی نقشه."
|
1103 |
+
|
1104 |
+
#: includes/elements/contact-box.php:171 includes/elements/gmap.php:92
|
1105 |
+
msgid "Map type"
|
1106 |
+
msgstr "نوع نقشه"
|
1107 |
+
|
1108 |
+
#: includes/elements/contact-box.php:175 includes/elements/gmap.php:97
|
1109 |
+
msgid "ROADMAP"
|
1110 |
+
msgstr "نقشه راه"
|
1111 |
+
|
1112 |
+
#: includes/elements/contact-box.php:175 includes/elements/gmap.php:97
|
1113 |
+
msgid "SATELLITE"
|
1114 |
+
msgstr "ماهواره"
|
1115 |
+
|
1116 |
+
#: includes/elements/contact-box.php:188 includes/elements/gmap.php:107
|
1117 |
+
msgid "Map style"
|
1118 |
+
msgstr "ظاهر نقشه"
|
1119 |
+
|
1120 |
+
#: includes/elements/contact-box.php:189
|
1121 |
+
msgid ""
|
1122 |
+
"This feild allows you to customize the presentation of the standard Google "
|
1123 |
+
"base maps. You can find many preset styles in "
|
1124 |
+
msgstr ""
|
1125 |
+
"این فیلد به شما اجازه می دهد نحوه نمایش پایه ای نقشه گوگل را تغییر دهید. شما "
|
1126 |
+
"می توانید سبک های پیش ساخته را در اینجا پیدا کنید:"
|
1127 |
+
|
1128 |
+
#: includes/elements/contact-box.php:190 includes/elements/gmap.php:109
|
1129 |
+
msgid "this website."
|
1130 |
+
msgstr "این وب سایت."
|
1131 |
+
|
1132 |
+
#: includes/elements/contact-box.php:215 includes/elements/gmap.php:123
|
1133 |
+
msgid "Marker info"
|
1134 |
+
msgstr "اطلاعات نشانگر"
|
1135 |
+
|
1136 |
+
#: includes/elements/contact-box.php:216 includes/elements/gmap.php:124
|
1137 |
+
msgid "Marker popup text, leave it empty if you don't need it."
|
1138 |
+
msgstr "متن پنجره نشانگر، اگر به ان نیاز ندارید این بخش را خالی بگذارید."
|
1139 |
+
|
1140 |
+
#: includes/elements/contact-box.php:233 includes/elements/gmap.php:138
|
1141 |
+
#: includes/elements/recent-posts-grid-carousel.php:475
|
1142 |
+
msgid "Navigation control"
|
1143 |
+
msgstr "کنترل های ناوبری"
|
1144 |
+
|
1145 |
+
#: includes/elements/contact-box.php:234
|
1146 |
+
msgid "Show nacigation control on map."
|
1147 |
+
msgstr "نمایش کنترل های ناوبری روی نقشه."
|
1148 |
+
|
1149 |
+
#: includes/elements/contact-box.php:251 includes/elements/gmap.php:153
|
1150 |
+
msgid "Zoom"
|
1151 |
+
msgstr "بزرگنمایی"
|
1152 |
+
|
1153 |
+
#: includes/elements/contact-box.php:252
|
1154 |
+
msgid "The initial resolution at which to display the map, between 1 to 20."
|
1155 |
+
msgstr "رزولوشن اولیه برای نمایش نقشه، بین 1 تا 20."
|
1156 |
+
|
1157 |
+
#: includes/elements/contact-box.php:268 includes/elements/gmap.php:168
|
1158 |
+
msgid "Zoom with mouse wheel"
|
1159 |
+
msgstr "بزرگنمایی با چرخ ماوس"
|
1160 |
+
|
1161 |
+
#: includes/elements/contact-form.php:11
|
1162 |
+
msgid "[Phlox] Contact Form"
|
1163 |
+
msgstr "[فلوکس] فرم تماس"
|
1164 |
+
|
1165 |
+
#: includes/elements/contact-form.php:14
|
1166 |
+
msgid "It adds a contact form element."
|
1167 |
+
msgstr "یک المان فرم تماس اضافه می کند."
|
1168 |
+
|
1169 |
+
#: includes/elements/contact-form.php:39
|
1170 |
+
msgid "Contact form title, leave it empty if you don`t need title."
|
1171 |
+
msgstr "عنوان فرم تماس، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
1172 |
+
|
1173 |
+
#: includes/elements/contact-form.php:54
|
1174 |
+
msgid "Email address of message's recipient"
|
1175 |
+
msgstr "آدرس ایمیل دریافت کننده ی پیام ها"
|
1176 |
+
|
1177 |
+
#: includes/elements/contact-form.php:68
|
1178 |
+
msgid "Contact form type"
|
1179 |
+
msgstr "نوع فرم تماس"
|
1180 |
+
|
1181 |
+
#: includes/elements/contact-form.php:69
|
1182 |
+
msgid ""
|
1183 |
+
"Specifies contact form element's type. Whether to use built-in form or "
|
1184 |
+
"Contact Form 7."
|
1185 |
+
msgstr ""
|
1186 |
+
"نوع فرم تماس را مشخص می کند. از فرم تماس داخلی استفاده شود یا فرم تماس 7."
|
1187 |
+
|
1188 |
+
#: includes/elements/contact-form.php:73
|
1189 |
+
msgid "Phlox Contact Form"
|
1190 |
+
msgstr "فرم تماس فلوکس"
|
1191 |
+
|
1192 |
+
#: includes/elements/contact-form.php:74
|
1193 |
+
msgid "Contact Form 7 plugin"
|
1194 |
+
msgstr "افزونه فرم تماس 7"
|
1195 |
+
|
1196 |
+
#: includes/elements/contact-form.php:86
|
1197 |
+
msgid "Contact form 7 shortcode"
|
1198 |
+
msgstr "کد کوتاه فرم تماس 7"
|
1199 |
+
|
1200 |
+
#: includes/elements/contact-form.php:87
|
1201 |
+
msgid "Put one of your Contact form 7 shortcodes that you created."
|
1202 |
+
msgstr "کد کوتاه یکی از فرم های تماس 7 خود را در اینجا وارد کنید."
|
1203 |
+
|
1204 |
+
#: includes/elements/contact-form.php:155
|
1205 |
+
msgid "Please enter your name."
|
1206 |
+
msgstr "لطفا نام خود را وارد کنید."
|
1207 |
+
|
1208 |
+
#: includes/elements/contact-form.php:162
|
1209 |
+
msgid "Please enter your email address."
|
1210 |
+
msgstr "لطفا آدرس ایمیل خود را وارد کنید."
|
1211 |
+
|
1212 |
+
#: includes/elements/contact-form.php:165
|
1213 |
+
msgid "You entered an invalid email address."
|
1214 |
+
msgstr "لطفا آدرس ایمیل معتبری وارد کنید."
|
1215 |
+
|
1216 |
+
#: includes/elements/contact-form.php:176
|
1217 |
+
msgid "Please enter a message."
|
1218 |
+
msgstr "لطفا پیامی را وارد کنید."
|
1219 |
+
|
1220 |
+
#: includes/elements/contact-form.php:213
|
1221 |
+
msgid "sorry, some problems occured with your form submission:"
|
1222 |
+
msgstr "متاسفیم، خطایی در ارسال فرم شما رخ داده است."
|
1223 |
+
|
1224 |
+
#: includes/elements/contact-form.php:228
|
1225 |
+
msgid "Submit"
|
1226 |
+
msgstr "تایید"
|
1227 |
+
|
1228 |
+
#: includes/elements/contact-form.php:231
|
1229 |
+
msgid "Thanks for your Message. Your message sent successfully."
|
1230 |
+
msgstr "از پیام شما متشکریم. پیام شما با موفقیت ارسال شد."
|
1231 |
+
|
1232 |
+
#: includes/elements/divider.php:11
|
1233 |
+
msgid "[Phlox] Divider"
|
1234 |
+
msgstr "[فلوکس] جداکننده"
|
1235 |
+
|
1236 |
+
#: includes/elements/divider.php:14
|
1237 |
+
msgid "Horizontal seperator"
|
1238 |
+
msgstr "جداکننده افقس"
|
1239 |
+
|
1240 |
+
#: includes/elements/divider.php:38 includes/elements/highlight.php:37
|
1241 |
+
msgid "Divider style"
|
1242 |
+
msgstr "ظاهر جداکننده"
|
1243 |
+
|
1244 |
+
#: includes/elements/divider.php:52 includes/elements/exclude/testfields.php:96
|
1245 |
+
#: includes/elements/text.php:276
|
1246 |
+
msgid "White Space"
|
1247 |
+
msgstr "فاصله خالی"
|
1248 |
+
|
1249 |
+
#: includes/elements/divider.php:56 includes/elements/exclude/testfields.php:91
|
1250 |
+
#: includes/elements/text.php:280
|
1251 |
+
msgid "Solid"
|
1252 |
+
msgstr "یک دست"
|
1253 |
+
|
1254 |
+
#: includes/elements/divider.php:60
|
1255 |
+
#: includes/elements/exclude/testfields.php:101 includes/elements/text.php:284
|
1256 |
+
msgid "Dashed"
|
1257 |
+
msgstr "خط چین"
|
1258 |
+
|
1259 |
+
#: includes/elements/divider.php:68
|
1260 |
+
#: includes/elements/exclude/testfields.php:111
|
1261 |
+
msgid "Diamond"
|
1262 |
+
msgstr "الماس"
|
1263 |
+
|
1264 |
+
#: includes/elements/divider.php:74
|
1265 |
+
msgid "Divider width"
|
1266 |
+
msgstr "عرض جداکننده"
|
1267 |
+
|
1268 |
+
#: includes/elements/divider.php:75
|
1269 |
+
msgid "Specifies the width size of divider."
|
1270 |
+
msgstr "اندازه عرض جداکننده را مشخص می کند."
|
1271 |
+
|
1272 |
+
#: includes/elements/divider.php:97
|
1273 |
+
msgid "Margin top (px)"
|
1274 |
+
msgstr "فاصله بیرونی بالا (پیکسل)"
|
1275 |
+
|
1276 |
+
#: includes/elements/divider.php:98
|
1277 |
+
msgid "Adds space above the divider in pixels."
|
1278 |
+
msgstr "فضای خالی (برحسب پیکسل) به بالای جداکننده اضافه می کند."
|
1279 |
+
|
1280 |
+
#: includes/elements/divider.php:112
|
1281 |
+
msgid "Margin bottom (px)"
|
1282 |
+
msgstr "فاصله بیرونی پایین (پیکسل)"
|
1283 |
+
|
1284 |
+
#: includes/elements/divider.php:113
|
1285 |
+
msgid "Adds space below the devider in pixels."
|
1286 |
+
msgstr "فضای خالی (برحسب پیکسل) به زیر جداکننده اضافه می کند."
|
1287 |
+
|
1288 |
+
#: includes/elements/divider.php:128
|
1289 |
+
msgid ""
|
1290 |
+
"If you wish to style particular content element differently, then use this "
|
1291 |
+
"field to add a class name and then refer to it in your css file. you can add "
|
1292 |
+
"multiple CSS class by separating them with space."
|
1293 |
+
msgstr ""
|
1294 |
+
"اگر می خواهید ظاهر این المان را به طور جداگانه تغییر دهید، از فیلد زیر برای "
|
1295 |
+
"افزودن نام کلاس دلخواه استفاده کنید و سپس در فایل css خود به آن ارجاع دهید. "
|
1296 |
+
"می توانید چند نام کلاس را با کاما از هم جدا کنید."
|
1297 |
+
|
1298 |
+
#: includes/elements/dropcap.php:10
|
1299 |
+
msgid "[Phlox] Dropcap"
|
1300 |
+
msgstr "[فلوکس] دارپ کپ"
|
1301 |
+
|
1302 |
+
#: includes/elements/dropcap.php:13
|
1303 |
+
msgid "Big styled character at the beginning of paragraph"
|
1304 |
+
msgstr "حرف بزرگ سبک دهی شده در اول پاراگراف"
|
1305 |
+
|
1306 |
+
#: includes/elements/dropcap.php:37
|
1307 |
+
msgid "Dropcap style"
|
1308 |
+
msgstr "ظاهر دراپ کپ"
|
1309 |
+
|
1310 |
+
#: includes/elements/dropcap.php:51
|
1311 |
+
#: includes/elements/exclude/accordion-tmp.php:33
|
1312 |
+
msgid "Classic"
|
1313 |
+
msgstr "کلاسیک"
|
1314 |
+
|
1315 |
+
#: includes/elements/dropcap.php:59 includes/general-hooks.php:234
|
1316 |
+
msgid "Outline Square"
|
1317 |
+
msgstr "مربع با خط بیرونی"
|
1318 |
+
|
1319 |
+
#: includes/elements/dropcap.php:63
|
1320 |
+
msgid "Round Square"
|
1321 |
+
msgstr "مربع لبه گرد"
|
1322 |
+
|
1323 |
+
#: includes/elements/dropcap.php:71 includes/general-hooks.php:233
|
1324 |
+
msgid "Outline Circle"
|
1325 |
+
msgstr "دایره با خط بیرونی"
|
1326 |
+
|
1327 |
+
#: includes/elements/dropcap.php:78
|
1328 |
+
msgid "Enter a text to show as dropcap text."
|
1329 |
+
msgstr "متنی را برای نمایش به شکل دراپ کپ وارد کنید."
|
1330 |
+
|
1331 |
+
#: includes/elements/exclude/accordion-section.php:21
|
1332 |
+
msgid "Auxin Accordion Section"
|
1333 |
+
msgstr "اکسین بخش آکاردئون"
|
1334 |
+
|
1335 |
+
#: includes/elements/exclude/accordion-section.php:24
|
1336 |
+
#: includes/elements/exclude/accordion-tmp.php:221
|
1337 |
+
msgid "Section for Tabs, Tours, Accordions."
|
1338 |
+
msgstr "بخش هایی برای زبانه ها، گشت و گذارها، آکاردئون ها."
|
1339 |
+
|
1340 |
+
#: includes/elements/exclude/accordion-section.php:64
|
1341 |
+
#: includes/elements/exclude/auxin-accordion.php:72
|
1342 |
+
#: includes/elements/exclude/call-to-action.php:46
|
1343 |
+
#: includes/elements/exclude/call-to-action.php:136
|
1344 |
+
#: includes/elements/exclude/call-to-action.php:166
|
1345 |
+
#: includes/elements/exclude/testimonial-item.php:59
|
1346 |
+
#: includes/elements/exclude/testimonial-slider.php:74
|
1347 |
+
#: includes/elements/exclude/twitter-slider.php:59
|
1348 |
+
msgid "Style 1"
|
1349 |
+
msgstr "ظاهر 1"
|
1350 |
+
|
1351 |
+
#: includes/elements/exclude/accordion-section.php:65
|
1352 |
+
#: includes/elements/exclude/auxin-accordion.php:73
|
1353 |
+
#: includes/elements/exclude/call-to-action.php:46
|
1354 |
+
#: includes/elements/exclude/call-to-action.php:136
|
1355 |
+
#: includes/elements/exclude/call-to-action.php:166
|
1356 |
+
#: includes/elements/exclude/testimonial-item.php:59
|
1357 |
+
#: includes/elements/exclude/testimonial-slider.php:74
|
1358 |
+
#: includes/elements/exclude/twitter-slider.php:59
|
1359 |
+
msgid "Style 2"
|
1360 |
+
msgstr "ظاهر 2"
|
1361 |
+
|
1362 |
+
#: includes/elements/exclude/accordion-section.php:66
|
1363 |
+
#: includes/elements/exclude/auxin-accordion.php:74
|
1364 |
+
#: includes/elements/exclude/call-to-action.php:46
|
1365 |
+
#: includes/elements/exclude/call-to-action.php:136
|
1366 |
+
#: includes/elements/exclude/call-to-action.php:166
|
1367 |
+
#: includes/elements/exclude/testimonial-item.php:59
|
1368 |
+
#: includes/elements/exclude/testimonial-slider.php:74
|
1369 |
+
msgid "Style 3"
|
1370 |
+
msgstr "ظاهر 3"
|
1371 |
+
|
1372 |
+
#: includes/elements/exclude/accordion-section.php:67
|
1373 |
+
#: includes/elements/exclude/auxin-accordion.php:75
|
1374 |
+
msgid "Style 4"
|
1375 |
+
msgstr "ظاهر 4"
|
1376 |
+
|
1377 |
+
#: includes/elements/exclude/accordion-section.php:71
|
1378 |
+
#: includes/elements/exclude/accordion-tmp.php:38
|
1379 |
+
#: includes/elements/exclude/auxin-accordion.php:79
|
1380 |
+
#: includes/elements/exclude/call-to-action.php:49
|
1381 |
+
#: includes/elements/exclude/testimonial-item.php:62
|
1382 |
+
#: includes/elements/exclude/testimonial-slider.php:77
|
1383 |
+
#: includes/elements/tabs.php:48
|
1384 |
+
msgid "Style"
|
1385 |
+
msgstr "ظاهر"
|
1386 |
+
|
1387 |
+
#: includes/elements/exclude/accordion-section.php:72
|
1388 |
+
#: includes/elements/exclude/accordion-tmp.php:39
|
1389 |
+
#: includes/elements/exclude/auxin-accordion.php:80
|
1390 |
+
msgid "Select accordion display style."
|
1391 |
+
msgstr "انتخاب نحوه نمایش آکاردئون."
|
1392 |
+
|
1393 |
+
#: includes/elements/exclude/accordion-section.php:84
|
1394 |
+
#: includes/elements/exclude/auxin-accordion.php:92
|
1395 |
+
msgid "One toggle open at a time"
|
1396 |
+
msgstr "در یک زمان فقط یکی از بازشونده ها باز باشد."
|
1397 |
+
|
1398 |
+
#: includes/elements/exclude/accordion-section.php:85
|
1399 |
+
#: includes/elements/exclude/auxin-accordion.php:93
|
1400 |
+
msgid "Multiple toggle open at a time"
|
1401 |
+
msgstr "در یک زمان چند بازشونده می توانند باز باشند."
|
1402 |
+
|
1403 |
+
#: includes/elements/exclude/accordion-section.php:89
|
1404 |
+
#: includes/elements/exclude/auxin-accordion.php:97
|
1405 |
+
msgid "Toggle or accordion"
|
1406 |
+
msgstr "باز و بسته شونده یا آکاردئون"
|
1407 |
+
|
1408 |
+
#: includes/elements/exclude/accordion-section.php:90
|
1409 |
+
#: includes/elements/exclude/auxin-accordion.php:98
|
1410 |
+
msgid "Multiple open or one."
|
1411 |
+
msgstr "باز بودن چندتایی یا تکی."
|
1412 |
+
|
1413 |
+
#: includes/elements/exclude/accordion-tmp.php:12
|
1414 |
+
msgid "Accordionn"
|
1415 |
+
msgstr "آکاردئون"
|
1416 |
+
|
1417 |
+
#: includes/elements/exclude/accordion-tmp.php:21
|
1418 |
+
msgid "Collapsible content panels"
|
1419 |
+
msgstr ""
|
1420 |
+
|
1421 |
+
#: includes/elements/exclude/accordion-tmp.php:26
|
1422 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:23
|
1423 |
+
msgid "Widget title"
|
1424 |
+
msgstr "عنوان ابزارک"
|
1425 |
+
|
1426 |
+
#: includes/elements/exclude/accordion-tmp.php:27
|
1427 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:25
|
1428 |
+
msgid "Enter text used as widget title (Note: located above content element)."
|
1429 |
+
msgstr ""
|
1430 |
+
|
1431 |
+
#: includes/elements/exclude/accordion-tmp.php:34
|
1432 |
+
msgid "Modern"
|
1433 |
+
msgstr "مدرن"
|
1434 |
+
|
1435 |
+
#: includes/elements/exclude/accordion-tmp.php:35
|
1436 |
+
msgid "Flat"
|
1437 |
+
msgstr "تخت"
|
1438 |
+
|
1439 |
+
#: includes/elements/exclude/accordion-tmp.php:45
|
1440 |
+
#: includes/general-hooks.php:232
|
1441 |
+
msgid "Rounded"
|
1442 |
+
msgstr "گرد شده"
|
1443 |
+
|
1444 |
+
#: includes/elements/exclude/accordion-tmp.php:49
|
1445 |
+
msgid "Shape"
|
1446 |
+
msgstr "شکل"
|
1447 |
+
|
1448 |
+
#: includes/elements/exclude/accordion-tmp.php:50
|
1449 |
+
msgid "Select accordion shape."
|
1450 |
+
msgstr "انتخاب شکل آکاردئون."
|
1451 |
+
|
1452 |
+
#: includes/elements/exclude/accordion-tmp.php:56
|
1453 |
+
msgid "Do not fill content area?"
|
1454 |
+
msgstr "پر "
|
1455 |
+
|
1456 |
+
#: includes/elements/exclude/accordion-tmp.php:57
|
1457 |
+
msgid "Do not fill content area with color."
|
1458 |
+
msgstr "ناحیه محتوا را با رنگ پر نکن."
|
1459 |
+
|
1460 |
+
#: includes/elements/exclude/accordion-tmp.php:63
|
1461 |
+
#: includes/elements/exclude/accordion-tmp.php:83
|
1462 |
+
#: includes/elements/exclude/accordion-tmp.php:114
|
1463 |
+
#: includes/elements/exclude/accordion-tmp.php:142
|
1464 |
+
#: includes/elements/flickr.php:151 includes/elements/flickr.php:200
|
1465 |
+
#: includes/elements/gallery.php:132 includes/elements/gallery.php:187
|
1466 |
+
#: includes/elements/image.php:121 includes/elements/image.php:137
|
1467 |
+
#: includes/elements/recent-posts-grid-carousel.php:485
|
1468 |
+
#: includes/general-hooks.php:229 includes/general-hooks.php:577
|
1469 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:63
|
1470 |
+
msgid "None"
|
1471 |
+
msgstr "هیچکدام"
|
1472 |
+
|
1473 |
+
#: includes/elements/exclude/accordion-tmp.php:64
|
1474 |
+
#: includes/elements/exclude/accordion-tmp.php:84
|
1475 |
+
msgid "1px"
|
1476 |
+
msgstr "1پیکسل"
|
1477 |
+
|
1478 |
+
#: includes/elements/exclude/accordion-tmp.php:65
|
1479 |
+
#: includes/elements/exclude/accordion-tmp.php:85
|
1480 |
+
msgid "2px"
|
1481 |
+
msgstr "2پیکسل"
|
1482 |
+
|
1483 |
+
#: includes/elements/exclude/accordion-tmp.php:66
|
1484 |
+
#: includes/elements/exclude/accordion-tmp.php:86
|
1485 |
+
msgid "3px"
|
1486 |
+
msgstr "3پیکسل"
|
1487 |
+
|
1488 |
+
#: includes/elements/exclude/accordion-tmp.php:67
|
1489 |
+
#: includes/elements/exclude/accordion-tmp.php:87
|
1490 |
+
msgid "4px"
|
1491 |
+
msgstr "4پیکسل"
|
1492 |
+
|
1493 |
+
#: includes/elements/exclude/accordion-tmp.php:68
|
1494 |
+
#: includes/elements/exclude/accordion-tmp.php:88
|
1495 |
+
msgid "5px"
|
1496 |
+
msgstr "5پیکسل"
|
1497 |
+
|
1498 |
+
#: includes/elements/exclude/accordion-tmp.php:69
|
1499 |
+
#: includes/elements/exclude/accordion-tmp.php:89
|
1500 |
+
msgid "10px"
|
1501 |
+
msgstr "10پیکسل"
|
1502 |
+
|
1503 |
+
#: includes/elements/exclude/accordion-tmp.php:70
|
1504 |
+
#: includes/elements/exclude/accordion-tmp.php:90
|
1505 |
+
msgid "15px"
|
1506 |
+
msgstr "15پیکسل"
|
1507 |
+
|
1508 |
+
#: includes/elements/exclude/accordion-tmp.php:71
|
1509 |
+
#: includes/elements/exclude/accordion-tmp.php:91
|
1510 |
+
msgid "20px"
|
1511 |
+
msgstr "20پیکسل"
|
1512 |
+
|
1513 |
+
#: includes/elements/exclude/accordion-tmp.php:72
|
1514 |
+
#: includes/elements/exclude/accordion-tmp.php:92
|
1515 |
+
msgid "25px"
|
1516 |
+
msgstr "25پیکسل"
|
1517 |
+
|
1518 |
+
#: includes/elements/exclude/accordion-tmp.php:73
|
1519 |
+
#: includes/elements/exclude/accordion-tmp.php:93
|
1520 |
+
msgid "30px"
|
1521 |
+
msgstr "30پیکسل"
|
1522 |
+
|
1523 |
+
#: includes/elements/exclude/accordion-tmp.php:74
|
1524 |
+
#: includes/elements/exclude/accordion-tmp.php:94
|
1525 |
+
msgid "35px"
|
1526 |
+
msgstr "35پیکسل"
|
1527 |
+
|
1528 |
+
#: includes/elements/exclude/accordion-tmp.php:76
|
1529 |
+
msgid "Spacing"
|
1530 |
+
msgstr "فاصله"
|
1531 |
+
|
1532 |
+
#: includes/elements/exclude/accordion-tmp.php:77
|
1533 |
+
msgid "Select accordion spacing."
|
1534 |
+
msgstr "انتخاب فاصله خالی آکاردئون."
|
1535 |
+
|
1536 |
+
#: includes/elements/exclude/accordion-tmp.php:96
|
1537 |
+
msgid "Gap"
|
1538 |
+
msgstr "شکاف"
|
1539 |
+
|
1540 |
+
#: includes/elements/exclude/accordion-tmp.php:97
|
1541 |
+
msgid "Select accordion gap."
|
1542 |
+
msgstr "انتخاب شکاف آکاردئون"
|
1543 |
+
|
1544 |
+
#: includes/elements/exclude/accordion-tmp.php:105
|
1545 |
+
#: includes/elements/quote.php:122
|
1546 |
+
#: includes/elements/recent-posts-timeline.php:72 includes/elements/text.php:84
|
1547 |
+
#: includes/elements/text.php:88 includes/general-hooks.php:258
|
1548 |
+
msgid "Center"
|
1549 |
+
msgstr "وسط"
|
1550 |
+
|
1551 |
+
#: includes/elements/exclude/accordion-tmp.php:107
|
1552 |
+
#: includes/elements/image.php:113
|
1553 |
+
msgid "Alignment"
|
1554 |
+
msgstr "تراز"
|
1555 |
+
|
1556 |
+
#: includes/elements/exclude/accordion-tmp.php:108
|
1557 |
+
msgid "Select accordion section title alignment."
|
1558 |
+
msgstr "انتخاب تراز عنوان بخش آکاردئون"
|
1559 |
+
|
1560 |
+
#: includes/elements/exclude/accordion-tmp.php:115
|
1561 |
+
msgid "1"
|
1562 |
+
msgstr "1"
|
1563 |
+
|
1564 |
+
#: includes/elements/exclude/accordion-tmp.php:116
|
1565 |
+
msgid "2"
|
1566 |
+
msgstr "2"
|
1567 |
+
|
1568 |
+
#: includes/elements/exclude/accordion-tmp.php:117
|
1569 |
+
#: includes/elements/exclude/mini-twitter.php:89
|
1570 |
+
msgid "3"
|
1571 |
+
msgstr "3"
|
1572 |
+
|
1573 |
+
#: includes/elements/exclude/accordion-tmp.php:118
|
1574 |
+
#: includes/elements/exclude/mini-twitter.php:89
|
1575 |
+
msgid "4"
|
1576 |
+
msgstr "4"
|
1577 |
+
|
1578 |
+
#: includes/elements/exclude/accordion-tmp.php:119
|
1579 |
+
msgid "5"
|
1580 |
+
msgstr "5"
|
1581 |
+
|
1582 |
+
#: includes/elements/exclude/accordion-tmp.php:120
|
1583 |
+
msgid "10"
|
1584 |
+
msgstr "10"
|
1585 |
+
|
1586 |
+
#: includes/elements/exclude/accordion-tmp.php:121
|
1587 |
+
msgid "20"
|
1588 |
+
msgstr "20"
|
1589 |
+
|
1590 |
+
#: includes/elements/exclude/accordion-tmp.php:122
|
1591 |
+
msgid "30"
|
1592 |
+
msgstr "30"
|
1593 |
+
|
1594 |
+
#: includes/elements/exclude/accordion-tmp.php:123
|
1595 |
+
msgid "40"
|
1596 |
+
msgstr "40"
|
1597 |
+
|
1598 |
+
#: includes/elements/exclude/accordion-tmp.php:124
|
1599 |
+
msgid "50"
|
1600 |
+
msgstr "50"
|
1601 |
+
|
1602 |
+
#: includes/elements/exclude/accordion-tmp.php:125
|
1603 |
+
msgid "60"
|
1604 |
+
msgstr "60"
|
1605 |
+
|
1606 |
+
#: includes/elements/exclude/accordion-tmp.php:128
|
1607 |
+
#: includes/elements/video.php:48
|
1608 |
+
msgid "Autoplay"
|
1609 |
+
msgstr "نمایش خودکار"
|
1610 |
+
|
1611 |
+
#: includes/elements/exclude/accordion-tmp.php:129
|
1612 |
+
msgid ""
|
1613 |
+
"Select auto rotate for accordion in seconds (Note: disabled by default)."
|
1614 |
+
msgstr ""
|
1615 |
+
|
1616 |
+
#: includes/elements/exclude/accordion-tmp.php:134
|
1617 |
+
msgid "Allow collapse all?"
|
1618 |
+
msgstr "اجازه باز کردن همه"
|
1619 |
+
|
1620 |
+
#: includes/elements/exclude/accordion-tmp.php:135
|
1621 |
+
msgid "Allow collapse all accordion sections."
|
1622 |
+
msgstr "اجازه باز کردن همه بخش های آکاردئون"
|
1623 |
+
|
1624 |
+
#: includes/elements/exclude/accordion-tmp.php:143
|
1625 |
+
msgid "Chevron"
|
1626 |
+
msgstr "جهت نما"
|
1627 |
+
|
1628 |
+
#: includes/elements/exclude/accordion-tmp.php:144
|
1629 |
+
#: includes/elements/image.php:138
|
1630 |
+
msgid "Plus"
|
1631 |
+
msgstr "بعلاوه"
|
1632 |
+
|
1633 |
+
#: includes/elements/exclude/accordion-tmp.php:145
|
1634 |
+
msgid "Triangle"
|
1635 |
+
msgstr "مثلث"
|
1636 |
+
|
1637 |
+
#: includes/elements/exclude/accordion-tmp.php:148
|
1638 |
+
#: includes/elements/exclude/list-item.php:57
|
1639 |
+
#: includes/elements/exclude/list.php:57 includes/elements/text.php:154
|
1640 |
+
#: includes/general-hooks.php:117 includes/general-hooks.php:135
|
1641 |
+
#: includes/general-hooks.php:152 includes/general-hooks.php:168
|
1642 |
+
#: includes/general-hooks.php:184 includes/general-hooks.php:199
|
1643 |
+
msgid "Icon"
|
1644 |
+
msgstr "شکلک"
|
1645 |
+
|
1646 |
+
#: includes/elements/exclude/accordion-tmp.php:149
|
1647 |
+
msgid "Select accordion navigation icon."
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#: includes/elements/exclude/accordion-tmp.php:162
|
1651 |
+
msgid "Position"
|
1652 |
+
msgstr "موقعیت"
|
1653 |
+
|
1654 |
+
#: includes/elements/exclude/accordion-tmp.php:163
|
1655 |
+
msgid "Select accordion navigation icon position."
|
1656 |
+
msgstr ""
|
1657 |
+
|
1658 |
+
#: includes/elements/exclude/accordion-tmp.php:169
|
1659 |
+
msgid "Active section"
|
1660 |
+
msgstr "بخش فعال"
|
1661 |
+
|
1662 |
+
#: includes/elements/exclude/accordion-tmp.php:171
|
1663 |
+
msgid ""
|
1664 |
+
"Enter active section number (Note: to have all sections closed on initial "
|
1665 |
+
"load enter non-existing number)."
|
1666 |
+
msgstr ""
|
1667 |
+
|
1668 |
+
#: includes/elements/exclude/accordion-tmp.php:190
|
1669 |
+
#: includes/elements/exclude/auxin-accordion.php:45
|
1670 |
+
msgid "Add Section"
|
1671 |
+
msgstr "افزودن بخش"
|
1672 |
+
|
1673 |
+
#: includes/elements/exclude/accordion-tmp.php:200
|
1674 |
+
#: includes/elements/exclude/accordion-tmp.php:201
|
1675 |
+
#: includes/elements/exclude/accordion-tmp.php:210
|
1676 |
+
#: includes/elements/exclude/auxin-accordion.php:55
|
1677 |
+
#: includes/elements/exclude/auxin-accordion.php:56
|
1678 |
+
msgid "Section"
|
1679 |
+
msgstr "بخش"
|
1680 |
+
|
1681 |
+
#: includes/elements/exclude/accordion.php:67
|
1682 |
+
#, php-format
|
1683 |
+
msgid ""
|
1684 |
+
"Please use below sample for each accordion item.%s[accordion_section label="
|
1685 |
+
"\"Accordion label here\" ] accordion content here [/accordion_section]"
|
1686 |
+
msgstr ""
|
1687 |
+
|
1688 |
+
#: includes/elements/exclude/auxin-accordion.php:20
|
1689 |
+
msgid "Auxin Accordion"
|
1690 |
+
msgstr "آکاردئون اکسین"
|
1691 |
+
|
1692 |
+
#: includes/elements/exclude/auxin-accordion.php:23
|
1693 |
+
#: includes/elements/exclude/chart.php:24
|
1694 |
+
msgid "This is will add accordion element"
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
+
#: includes/elements/exclude/auxin-accordion.php:112
|
1698 |
+
msgid "active section"
|
1699 |
+
msgstr "بخش فعال"
|
1700 |
+
|
1701 |
+
#: includes/elements/exclude/auxin-accordion.php:113
|
1702 |
+
msgid ""
|
1703 |
+
"Enter section number to be active on load or enter false to collapse all "
|
1704 |
+
"sections."
|
1705 |
+
msgstr ""
|
1706 |
+
|
1707 |
+
#: includes/elements/exclude/call-to-action.php:20
|
1708 |
+
msgid "Auxin Call to action "
|
1709 |
+
msgstr "اکسین فراخوان برای عملیات"
|
1710 |
+
|
1711 |
+
#: includes/elements/exclude/call-to-action.php:23
|
1712 |
+
msgid "This is will add call_to_action element"
|
1713 |
+
msgstr ""
|
1714 |
+
|
1715 |
+
#: includes/elements/exclude/call-to-action.php:50
|
1716 |
+
#: includes/elements/exclude/testimonial-item.php:63
|
1717 |
+
#: includes/elements/exclude/testimonial-slider.php:78
|
1718 |
+
#: includes/elements/exclude/testimonial-slider.php:93
|
1719 |
+
#: includes/elements/exclude/testimonial-slider.php:108
|
1720 |
+
#: includes/elements/exclude/testimonial-slider.php:123
|
1721 |
+
#: includes/elements/exclude/testimonial-slider.php:138
|
1722 |
+
msgid "The sets the style of callout"
|
1723 |
+
msgstr ""
|
1724 |
+
|
1725 |
+
#: includes/elements/exclude/call-to-action.php:64
|
1726 |
+
msgid "Heading"
|
1727 |
+
msgstr "تیتر گذاری"
|
1728 |
+
|
1729 |
+
#: includes/elements/exclude/call-to-action.php:65
|
1730 |
+
msgid "Enter text for heading line."
|
1731 |
+
msgstr "متنی را برای خط عنوان وارد کنید."
|
1732 |
+
|
1733 |
+
#: includes/elements/exclude/call-to-action.php:80
|
1734 |
+
#: includes/elements/exclude/col.php:50
|
1735 |
+
#: includes/elements/exclude/latest-blog.php:244
|
1736 |
+
#: includes/elements/exclude/latest-news.php:228
|
1737 |
+
#: includes/elements/exclude/link.php:93 includes/elements/exclude/list.php:81
|
1738 |
+
#: includes/elements/exclude/pricetable.php:80
|
1739 |
+
#: includes/elements/exclude/related-posts.php:198
|
1740 |
+
#: includes/elements/exclude/services.php:153
|
1741 |
+
#: includes/elements/exclude/soundcloud.php:99
|
1742 |
+
#: includes/elements/exclude/testfields.php:176
|
1743 |
+
#: includes/elements/exclude/testimonial.php:153
|
1744 |
+
msgid "Enter your content."
|
1745 |
+
msgstr "محتوای خود را وارد کنید."
|
1746 |
+
|
1747 |
+
#: includes/elements/exclude/call-to-action.php:94
|
1748 |
+
msgid "Subheading"
|
1749 |
+
msgstr "زیرعنوان"
|
1750 |
+
|
1751 |
+
#: includes/elements/exclude/call-to-action.php:95
|
1752 |
+
msgid "Enter text for subheading line."
|
1753 |
+
msgstr ""
|
1754 |
+
|
1755 |
+
#: includes/elements/exclude/call-to-action.php:109
|
1756 |
+
#: includes/elements/instagram-feed.php:219
|
1757 |
+
msgid "Background color"
|
1758 |
+
msgstr "رنگ پس زمینه"
|
1759 |
+
|
1760 |
+
#: includes/elements/exclude/call-to-action.php:110
|
1761 |
+
msgid "Background color for call out element"
|
1762 |
+
msgstr ""
|
1763 |
+
|
1764 |
+
#: includes/elements/exclude/call-to-action.php:124
|
1765 |
+
#: includes/elements/exclude/testfields.php:157
|
1766 |
+
#: includes/elements/latest-posts-slider.php:237
|
1767 |
+
msgid "Background image"
|
1768 |
+
msgstr "تصویر پس زمینه"
|
1769 |
+
|
1770 |
+
#: includes/elements/exclude/call-to-action.php:125
|
1771 |
+
#: includes/elements/exclude/testfields.php:158
|
1772 |
+
msgid "Background image for call out element"
|
1773 |
+
msgstr ""
|
1774 |
+
|
1775 |
+
#: includes/elements/exclude/call-to-action.php:140
|
1776 |
+
msgid "The sets style of button"
|
1777 |
+
msgstr "مجموعه سبک های دکمه"
|
1778 |
+
|
1779 |
+
#: includes/elements/exclude/call-to-action.php:154
|
1780 |
+
#: includes/elements/exclude/call-to-action.php:184
|
1781 |
+
msgid "Button text"
|
1782 |
+
msgstr "متن دکمه"
|
1783 |
+
|
1784 |
+
#: includes/elements/exclude/call-to-action.php:155
|
1785 |
+
#: includes/elements/exclude/call-to-action.php:185
|
1786 |
+
msgid "Enter button label."
|
1787 |
+
msgstr "برچسب دکمه را وارد کنید."
|
1788 |
+
|
1789 |
+
#: includes/elements/exclude/call-to-action.php:166
|
1790 |
+
msgid "No second button"
|
1791 |
+
msgstr "بدون دکمه دوم"
|
1792 |
+
|
1793 |
+
#: includes/elements/exclude/call-to-action.php:169
|
1794 |
+
msgid "Second Button style"
|
1795 |
+
msgstr "ظاهر دکمه دوم"
|
1796 |
+
|
1797 |
+
#: includes/elements/exclude/call-to-action.php:170
|
1798 |
+
msgid "Set it on No second button to remove second button"
|
1799 |
+
msgstr ""
|
1800 |
+
|
1801 |
+
#: includes/elements/exclude/caption.php:19
|
1802 |
+
msgid "Auxin Captionn "
|
1803 |
+
msgstr "اکسین عنوان"
|
1804 |
+
|
1805 |
+
#: includes/elements/exclude/caption.php:22
|
1806 |
+
msgid "This is will add Caption element"
|
1807 |
+
msgstr ""
|
1808 |
+
|
1809 |
+
#: includes/elements/exclude/caption.php:48
|
1810 |
+
msgid "Caption"
|
1811 |
+
msgstr "عنوان"
|
1812 |
+
|
1813 |
+
#: includes/elements/exclude/caption.php:49
|
1814 |
+
#: includes/elements/exclude/carousel.php:48
|
1815 |
+
#: includes/elements/exclude/carousel.php:63
|
1816 |
+
#: includes/elements/exclude/faq.php:49 includes/elements/exclude/faq.php:94
|
1817 |
+
#: includes/elements/exclude/faq.php:109
|
1818 |
+
#: includes/elements/exclude/get-pages.php:48
|
1819 |
+
#: includes/elements/exclude/get-pages.php:78
|
1820 |
+
#: includes/elements/exclude/get-pages.php:93
|
1821 |
+
#: includes/elements/exclude/get-pages.php:138
|
1822 |
+
#: includes/elements/exclude/get-testimonials.php:47
|
1823 |
+
#: includes/elements/exclude/get-testimonials.php:62
|
1824 |
+
#: includes/elements/exclude/get-testimonials.php:77
|
1825 |
+
#: includes/elements/exclude/get-testimonials.php:92
|
1826 |
+
#: includes/elements/exclude/latest-blog.php:49
|
1827 |
+
#: includes/elements/exclude/latest-blog.php:64
|
1828 |
+
#: includes/elements/exclude/latest-blog.php:94
|
1829 |
+
#: includes/elements/exclude/latest-blog.php:109
|
1830 |
+
#: includes/elements/exclude/latest-blog.php:124
|
1831 |
+
#: includes/elements/exclude/latest-blog.php:154
|
1832 |
+
#: includes/elements/exclude/latest-blog.php:169
|
1833 |
+
#: includes/elements/exclude/latest-news.php:48
|
1834 |
+
#: includes/elements/exclude/latest-news.php:63
|
1835 |
+
#: includes/elements/exclude/latest-news.php:93
|
1836 |
+
#: includes/elements/exclude/latest-news.php:108
|
1837 |
+
#: includes/elements/exclude/latest-news.php:153
|
1838 |
+
#: includes/elements/exclude/link.php:48 includes/elements/exclude/link.php:63
|
1839 |
+
#: includes/elements/exclude/list-item.php:48
|
1840 |
+
#: includes/elements/exclude/list-item.php:81
|
1841 |
+
#: includes/elements/exclude/list-item.php:96
|
1842 |
+
#: includes/elements/exclude/list.php:48
|
1843 |
+
#: includes/elements/exclude/masterslider.php:48
|
1844 |
+
#: includes/elements/exclude/masterslider.php:63
|
1845 |
+
#: includes/elements/exclude/masterslider.php:78
|
1846 |
+
#: includes/elements/exclude/mini-twitter.php:48
|
1847 |
+
#: includes/elements/exclude/mini-twitter.php:63
|
1848 |
+
#: includes/elements/exclude/msgbox.php:37
|
1849 |
+
#: includes/elements/exclude/pricetable.php:50
|
1850 |
+
#: includes/elements/exclude/related-posts.php:78
|
1851 |
+
#: includes/elements/exclude/related-posts.php:93
|
1852 |
+
#: includes/elements/exclude/related-posts.php:123
|
1853 |
+
#: includes/elements/exclude/related-posts.php:168
|
1854 |
+
#: includes/elements/exclude/services.php:48
|
1855 |
+
#: includes/elements/exclude/services.php:63
|
1856 |
+
#: includes/elements/exclude/services.php:93
|
1857 |
+
#: includes/elements/exclude/services.php:108
|
1858 |
+
#: includes/elements/exclude/services.php:138
|
1859 |
+
#: includes/elements/exclude/soundcloud.php:69
|
1860 |
+
#: includes/elements/exclude/soundcloud.php:84
|
1861 |
+
#: includes/elements/exclude/staffs.php:48
|
1862 |
+
#: includes/elements/exclude/staffs.php:63
|
1863 |
+
#: includes/elements/exclude/staffs.php:78
|
1864 |
+
#: includes/elements/exclude/staffs.php:93
|
1865 |
+
#: includes/elements/exclude/staffs.php:153
|
1866 |
+
#: includes/elements/exclude/testimonial-item.php:93
|
1867 |
+
#: includes/elements/exclude/testimonial.php:48
|
1868 |
+
#: includes/elements/exclude/testimonial.php:63
|
1869 |
+
#: includes/elements/exclude/testimonial.php:78
|
1870 |
+
#: includes/elements/exclude/testimonial.php:93
|
1871 |
+
#: includes/elements/exclude/testimonial.php:108
|
1872 |
+
#: includes/elements/exclude/testimonial.php:138
|
1873 |
+
#: includes/elements/exclude/twitter-slider.php:48
|
1874 |
+
#: includes/elements/exclude/twitter.php:48
|
1875 |
+
#: includes/elements/exclude/twitter.php:63
|
1876 |
+
#: includes/elements/exclude/twitter.php:93
|
1877 |
+
#: includes/elements/exclude/twitter.php:108
|
1878 |
+
#: includes/elements/latest-items.php:42
|
1879 |
+
#: includes/elements/sample-element.php:59
|
1880 |
+
msgid "If you choose Callout a big box appears around the content"
|
1881 |
+
msgstr ""
|
1882 |
+
|
1883 |
+
#: includes/elements/exclude/carousel.php:18
|
1884 |
+
msgid "Auxin Carousel "
|
1885 |
+
msgstr "اکسین گردونه"
|
1886 |
+
|
1887 |
+
#: includes/elements/exclude/carousel.php:21
|
1888 |
+
#: includes/elements/exclude/col.php:23 includes/elements/exclude/link.php:21
|
1889 |
+
#: includes/elements/exclude/mini-twitter.php:21
|
1890 |
+
msgid "This is will add Callout element"
|
1891 |
+
msgstr ""
|
1892 |
+
|
1893 |
+
#: includes/elements/exclude/carousel.php:62
|
1894 |
+
msgid "Custom CSS"
|
1895 |
+
msgstr "سی اس اس دلخواه"
|
1896 |
+
|
1897 |
+
#: includes/elements/exclude/carousel.php:75
|
1898 |
+
#: includes/elements/exclude/clients.php:60
|
1899 |
+
#: includes/elements/exclude/get-pages.php:104
|
1900 |
+
#: includes/elements/exclude/get-pages.php:119
|
1901 |
+
#: includes/elements/exclude/latest-blog.php:75
|
1902 |
+
#: includes/elements/exclude/latest-blog.php:180
|
1903 |
+
#: includes/elements/exclude/latest-news.php:74
|
1904 |
+
#: includes/elements/exclude/latest-news.php:164
|
1905 |
+
#: includes/elements/exclude/mini-twitter.php:74
|
1906 |
+
#: includes/elements/exclude/mini-twitter.php:104
|
1907 |
+
#: includes/elements/exclude/recent-posts2.php:59
|
1908 |
+
#: includes/elements/exclude/related-posts.php:44
|
1909 |
+
#: includes/elements/exclude/twitter-slider.php:74
|
1910 |
+
#: includes/elements/exclude/twitter.php:74
|
1911 |
+
#: includes/elements/latest-items.php:173
|
1912 |
+
#: includes/elements/latest-items.php:188
|
1913 |
+
msgid "No"
|
1914 |
+
msgstr "خیر"
|
1915 |
+
|
1916 |
+
#: includes/elements/exclude/carousel.php:75
|
1917 |
+
#: includes/elements/exclude/get-pages.php:104
|
1918 |
+
#: includes/elements/exclude/get-pages.php:119
|
1919 |
+
#: includes/elements/exclude/get-testimonials.php:118
|
1920 |
+
#: includes/elements/exclude/get-testimonials.php:133
|
1921 |
+
#: includes/elements/exclude/latest-blog.php:75
|
1922 |
+
#: includes/elements/exclude/latest-blog.php:180
|
1923 |
+
#: includes/elements/exclude/latest-news.php:209
|
1924 |
+
#: includes/elements/exclude/mini-twitter.php:74
|
1925 |
+
#: includes/elements/exclude/mini-twitter.php:104
|
1926 |
+
#: includes/elements/exclude/recent-posts2.php:59
|
1927 |
+
#: includes/elements/exclude/twitter-slider.php:74
|
1928 |
+
#: includes/elements/exclude/twitter.php:74
|
1929 |
+
#: includes/elements/latest-items.php:173
|
1930 |
+
#: includes/elements/latest-items.php:188
|
1931 |
+
msgid "Yes"
|
1932 |
+
msgstr "بله"
|
1933 |
+
|
1934 |
+
#: includes/elements/exclude/carousel.php:78
|
1935 |
+
msgid "Aotu play"
|
1936 |
+
msgstr "نمایش خودکار"
|
1937 |
+
|
1938 |
+
#: includes/elements/exclude/carousel.php:79
|
1939 |
+
msgid "The sets auto_play of eslement"
|
1940 |
+
msgstr ""
|
1941 |
+
|
1942 |
+
#: includes/elements/exclude/chart.php:21
|
1943 |
+
msgid "Auxin Chart"
|
1944 |
+
msgstr "اکسین نمودار"
|
1945 |
+
|
1946 |
+
#: includes/elements/exclude/chart.php:51
|
1947 |
+
msgid "The title of your element"
|
1948 |
+
msgstr ""
|
1949 |
+
|
1950 |
+
#: includes/elements/exclude/clients.php:20
|
1951 |
+
msgid "Auxin Clients"
|
1952 |
+
msgstr "اکسین مشتریان"
|
1953 |
+
|
1954 |
+
#: includes/elements/exclude/clients.php:23
|
1955 |
+
#: includes/elements/exclude/get-pages.php:21
|
1956 |
+
msgid "This is will add brands element"
|
1957 |
+
msgstr ""
|
1958 |
+
|
1959 |
+
#: includes/elements/exclude/clients.php:49
|
1960 |
+
#: includes/elements/exclude/clients.php:64
|
1961 |
+
#: includes/elements/exclude/clients.php:79
|
1962 |
+
#: includes/elements/exclude/get-pages.php:63
|
1963 |
+
#: includes/elements/exclude/get-pages.php:108
|
1964 |
+
#: includes/elements/exclude/get-pages.php:123
|
1965 |
+
#: includes/elements/exclude/recent-posts2.php:48
|
1966 |
+
#: includes/elements/exclude/recent-posts2.php:63
|
1967 |
+
#: includes/elements/exclude/related-posts.php:48
|
1968 |
+
#: includes/elements/exclude/related-posts.php:63
|
1969 |
+
#: includes/elements/exclude/related-posts.php:108
|
1970 |
+
#: includes/elements/exclude/related-posts.php:153
|
1971 |
+
#: includes/elements/exclude/related-posts.php:183
|
1972 |
+
#: includes/elements/exclude/services.php:78
|
1973 |
+
#: includes/elements/exclude/services.php:123
|
1974 |
+
#: includes/elements/exclude/staffs.php:108
|
1975 |
+
#: includes/elements/exclude/staffs.php:123
|
1976 |
+
#: includes/elements/exclude/staffs.php:138
|
1977 |
+
#: includes/elements/exclude/testimonial-item.php:108
|
1978 |
+
#: includes/elements/exclude/testimonial.php:123
|
1979 |
+
msgid "The title of recent post eslements"
|
1980 |
+
msgstr ""
|
1981 |
+
|
1982 |
+
#: includes/elements/exclude/clients.php:60
|
1983 |
+
msgid "Slider"
|
1984 |
+
msgstr "اسلایدر"
|
1985 |
+
|
1986 |
+
#: includes/elements/exclude/clients.php:63
|
1987 |
+
#: includes/elements/exclude/get-pages.php:62
|
1988 |
+
msgid "Display Type"
|
1989 |
+
msgstr "نوع نمایش"
|
1990 |
+
|
1991 |
+
#: includes/elements/exclude/clients.php:75
|
1992 |
+
#: includes/elements/exclude/latest-blog.php:225
|
1993 |
+
#: includes/elements/exclude/latest-news.php:74
|
1994 |
+
#: includes/elements/exclude/latest-news.php:164
|
1995 |
+
#: includes/elements/exclude/related-posts.php:179
|
1996 |
+
#: includes/elements/exclude/services.php:74
|
1997 |
+
#: includes/elements/exclude/staffs.php:104
|
1998 |
+
#: includes/elements/exclude/staffs.php:119
|
1999 |
+
#: includes/elements/exclude/staffs.php:134
|
2000 |
+
msgid "yes"
|
2001 |
+
msgstr "بله"
|
2002 |
+
|
2003 |
+
#: includes/elements/exclude/clients.php:75
|
2004 |
+
#: includes/elements/exclude/get-testimonials.php:118
|
2005 |
+
#: includes/elements/exclude/get-testimonials.php:133
|
2006 |
+
#: includes/elements/exclude/latest-blog.php:225
|
2007 |
+
#: includes/elements/exclude/latest-news.php:209
|
2008 |
+
#: includes/elements/exclude/related-posts.php:179
|
2009 |
+
#: includes/elements/exclude/services.php:74
|
2010 |
+
#: includes/elements/exclude/staffs.php:104
|
2011 |
+
#: includes/elements/exclude/staffs.php:119
|
2012 |
+
#: includes/elements/exclude/staffs.php:134
|
2013 |
+
msgid "no"
|
2014 |
+
msgstr "خیر"
|
2015 |
+
|
2016 |
+
#: includes/elements/exclude/clients.php:78
|
2017 |
+
msgid "Auto play"
|
2018 |
+
msgstr "نمایش خودکار"
|
2019 |
+
|
2020 |
+
#: includes/elements/exclude/col.php:20
|
2021 |
+
msgid "Auxin col "
|
2022 |
+
msgstr "ستون اکسین"
|
2023 |
+
|
2024 |
+
#: includes/elements/exclude/faq.php:19
|
2025 |
+
msgid "Auxin faq"
|
2026 |
+
msgstr "اکسین پرسش و پاسخ"
|
2027 |
+
|
2028 |
+
#: includes/elements/exclude/faq.php:22
|
2029 |
+
msgid "This is will add faq element"
|
2030 |
+
msgstr ""
|
2031 |
+
|
2032 |
+
#: includes/elements/exclude/faq.php:63
|
2033 |
+
#: includes/elements/exclude/testfields.php:124
|
2034 |
+
msgid "First one open?"
|
2035 |
+
msgstr "اولی باز باشد؟"
|
2036 |
+
|
2037 |
+
#: includes/elements/exclude/faq.php:64
|
2038 |
+
#: includes/elements/exclude/latest-blog.php:79
|
2039 |
+
#: includes/elements/exclude/latest-blog.php:139
|
2040 |
+
#: includes/elements/exclude/latest-blog.php:184
|
2041 |
+
#: includes/elements/exclude/latest-blog.php:199
|
2042 |
+
#: includes/elements/exclude/latest-blog.php:214
|
2043 |
+
#: includes/elements/exclude/latest-blog.php:229
|
2044 |
+
#: includes/elements/exclude/latest-news.php:78
|
2045 |
+
#: includes/elements/exclude/latest-news.php:123
|
2046 |
+
#: includes/elements/exclude/latest-news.php:168
|
2047 |
+
#: includes/elements/exclude/latest-news.php:183
|
2048 |
+
#: includes/elements/exclude/latest-news.php:198
|
2049 |
+
#: includes/elements/exclude/latest-news.php:213
|
2050 |
+
#: includes/elements/exclude/link.php:78
|
2051 |
+
#: includes/elements/exclude/mini-twitter.php:78
|
2052 |
+
#: includes/elements/exclude/mini-twitter.php:93
|
2053 |
+
#: includes/elements/exclude/mini-twitter.php:108
|
2054 |
+
#: includes/elements/exclude/testfields.php:125
|
2055 |
+
#: includes/elements/exclude/twitter-slider.php:63
|
2056 |
+
#: includes/elements/exclude/twitter-slider.php:78
|
2057 |
+
#: includes/elements/exclude/twitter.php:78
|
2058 |
+
#: includes/elements/latest-items.php:57 includes/elements/latest-items.php:102
|
2059 |
+
#: includes/elements/latest-items.php:132
|
2060 |
+
#: includes/elements/latest-items.php:177
|
2061 |
+
#: includes/elements/latest-items.php:192
|
2062 |
+
msgid "The round is used got button"
|
2063 |
+
msgstr ""
|
2064 |
+
|
2065 |
+
#: includes/elements/exclude/faq.php:75
|
2066 |
+
msgid "all"
|
2067 |
+
msgstr "همه"
|
2068 |
+
|
2069 |
+
#: includes/elements/exclude/faq.php:75
|
2070 |
+
msgid "dotted"
|
2071 |
+
msgstr "نقطه ای"
|
2072 |
+
|
2073 |
+
#: includes/elements/exclude/faq.php:75
|
2074 |
+
msgid "dashed"
|
2075 |
+
msgstr "خط چین"
|
2076 |
+
|
2077 |
+
#: includes/elements/exclude/faq.php:75
|
2078 |
+
msgid "bar"
|
2079 |
+
msgstr "نوار"
|
2080 |
+
|
2081 |
+
#: includes/elements/exclude/faq.php:75
|
2082 |
+
msgid "space"
|
2083 |
+
msgstr "فضای خالی"
|
2084 |
+
|
2085 |
+
#: includes/elements/exclude/faq.php:79
|
2086 |
+
msgid "The style is used got button"
|
2087 |
+
msgstr ""
|
2088 |
+
|
2089 |
+
#: includes/elements/exclude/faq.php:93
|
2090 |
+
msgid "Number"
|
2091 |
+
msgstr "شماره"
|
2092 |
+
|
2093 |
+
#: includes/elements/exclude/faq.php:108
|
2094 |
+
msgid "Paged"
|
2095 |
+
msgstr "صفحه بندی شده"
|
2096 |
+
|
2097 |
+
#: includes/elements/exclude/get-pages.php:18
|
2098 |
+
msgid "Auxin get_pages"
|
2099 |
+
msgstr "اکسین get_pages"
|
2100 |
+
|
2101 |
+
#: includes/elements/exclude/get-pages.php:47
|
2102 |
+
#: includes/elements/exclude/latest-blog.php:63
|
2103 |
+
#: includes/elements/exclude/latest-news.php:62
|
2104 |
+
#: includes/elements/exclude/services.php:62
|
2105 |
+
#: includes/elements/exclude/staffs.php:47
|
2106 |
+
#: includes/elements/latest-items.php:41
|
2107 |
+
msgid "col"
|
2108 |
+
msgstr "col"
|
2109 |
+
|
2110 |
+
#: includes/elements/exclude/get-pages.php:59
|
2111 |
+
#: includes/elements/exclude/latest-blog.php:135
|
2112 |
+
#: includes/elements/exclude/latest-news.php:119
|
2113 |
+
#: includes/elements/exclude/related-posts.php:104
|
2114 |
+
#: includes/elements/latest-items.php:98
|
2115 |
+
msgid "pagination"
|
2116 |
+
msgstr "صفحه بندی"
|
2117 |
+
|
2118 |
+
#: includes/elements/exclude/get-pages.php:59
|
2119 |
+
#: includes/elements/exclude/related-posts.php:104
|
2120 |
+
#: includes/elements/exclude/related-posts.php:149
|
2121 |
+
msgid "filterable"
|
2122 |
+
msgstr "قابل فیلتر"
|
2123 |
+
|
2124 |
+
#: includes/elements/exclude/get-pages.php:92
|
2125 |
+
msgid "ids"
|
2126 |
+
msgstr "شناسه ها"
|
2127 |
+
|
2128 |
+
#: includes/elements/exclude/get-pages.php:107
|
2129 |
+
msgid "Display Excerpt?"
|
2130 |
+
msgstr "نمایش خلاصه؟"
|
2131 |
+
|
2132 |
+
#: includes/elements/exclude/get-pages.php:122
|
2133 |
+
msgid "Display Title?"
|
2134 |
+
msgstr "نمایش عنوان؟"
|
2135 |
+
|
2136 |
+
#: includes/elements/exclude/get-pages.php:137
|
2137 |
+
#: includes/elements/popular-posts-widget.php:170
|
2138 |
+
#: includes/elements/recent-posts-grid-carousel.php:330
|
2139 |
+
#: includes/elements/recent-posts-land-style.php:333
|
2140 |
+
#: includes/elements/recent-posts-masonry.php:313
|
2141 |
+
#: includes/elements/recent-posts-timeline.php:339
|
2142 |
+
#: includes/elements/recent-posts-widget.php:130
|
2143 |
+
msgid "Excerpt length"
|
2144 |
+
msgstr "طول خلاصه"
|
2145 |
+
|
2146 |
+
#: includes/elements/exclude/get-slider.php:20
|
2147 |
+
#: includes/elements/exclude/masterslider.php:127
|
2148 |
+
msgid "Invalid slider id"
|
2149 |
+
msgstr "شناسه اسلایدر نامعتبر"
|
2150 |
+
|
2151 |
+
#: includes/elements/exclude/get-testimonials.php:17
|
2152 |
+
msgid "Auxin get_testimonial"
|
2153 |
+
msgstr "اکسین get_testimonial"
|
2154 |
+
|
2155 |
+
#: includes/elements/exclude/get-testimonials.php:20
|
2156 |
+
msgid "This is will add get_testimonial element"
|
2157 |
+
msgstr ""
|
2158 |
+
|
2159 |
+
#: includes/elements/exclude/get-testimonials.php:103
|
2160 |
+
#: includes/elements/exclude/testimonial-item.php:104
|
2161 |
+
#: includes/elements/exclude/testimonial.php:119
|
2162 |
+
msgid "blockquote"
|
2163 |
+
msgstr "نقل قول"
|
2164 |
+
|
2165 |
+
#: includes/elements/exclude/get-testimonials.php:103
|
2166 |
+
#: includes/elements/gallery.php:109
|
2167 |
+
msgid "DESC"
|
2168 |
+
msgstr "نزولی"
|
2169 |
+
|
2170 |
+
#: includes/elements/exclude/get-testimonials.php:107
|
2171 |
+
#: includes/elements/exclude/get-testimonials.php:122
|
2172 |
+
#: includes/elements/exclude/get-testimonials.php:137
|
2173 |
+
msgid "The sets type of eslement"
|
2174 |
+
msgstr ""
|
2175 |
+
|
2176 |
+
#: includes/elements/exclude/get-testimonials.php:136
|
2177 |
+
msgid "display_avatar"
|
2178 |
+
msgstr "display_avatar"
|
2179 |
+
|
2180 |
+
#: includes/elements/exclude/latest-blog.php:19
|
2181 |
+
msgid "Auxin latest_blog "
|
2182 |
+
msgstr "اکسین latest_blog"
|
2183 |
+
|
2184 |
+
#: includes/elements/exclude/latest-blog.php:22
|
2185 |
+
msgid "This is will add latest_blog element"
|
2186 |
+
msgstr "این یک المان latest_blog اضافه می کند."
|
2187 |
+
|
2188 |
+
#: includes/elements/exclude/latest-blog.php:78
|
2189 |
+
msgid "view_more type"
|
2190 |
+
msgstr "view_more type"
|
2191 |
+
|
2192 |
+
#: includes/elements/exclude/latest-blog.php:93
|
2193 |
+
msgid "more_label"
|
2194 |
+
msgstr "more_label"
|
2195 |
+
|
2196 |
+
#: includes/elements/exclude/latest-blog.php:108
|
2197 |
+
#: includes/elements/exclude/latest-news.php:107
|
2198 |
+
#: includes/elements/exclude/related-posts.php:92
|
2199 |
+
#: includes/elements/exclude/related-posts.php:137
|
2200 |
+
#: includes/elements/exclude/services.php:137
|
2201 |
+
#: includes/elements/exclude/staffs.php:62
|
2202 |
+
#: includes/elements/latest-items.php:86
|
2203 |
+
msgid "num"
|
2204 |
+
msgstr "شماره"
|
2205 |
+
|
2206 |
+
#: includes/elements/exclude/latest-blog.php:123
|
2207 |
+
msgid "perpage"
|
2208 |
+
msgstr "هر صفحه"
|
2209 |
+
|
2210 |
+
#: includes/elements/exclude/latest-blog.php:135
|
2211 |
+
#: includes/elements/exclude/latest-news.php:119
|
2212 |
+
#: includes/elements/latest-items.php:98 includes/elements/latest-items.php:128
|
2213 |
+
msgid "regular"
|
2214 |
+
msgstr "معمولی"
|
2215 |
+
|
2216 |
+
#: includes/elements/exclude/latest-blog.php:138
|
2217 |
+
#: includes/elements/exclude/latest-news.php:122
|
2218 |
+
#: includes/elements/latest-items.php:101
|
2219 |
+
msgid "nav type"
|
2220 |
+
msgstr ""
|
2221 |
+
|
2222 |
+
#: includes/elements/exclude/latest-blog.php:153
|
2223 |
+
#: includes/elements/exclude/latest-news.php:137
|
2224 |
+
#: includes/elements/exclude/services.php:92
|
2225 |
+
#: includes/elements/latest-items.php:206
|
2226 |
+
msgid "excerpt_len"
|
2227 |
+
msgstr "excerpt_len"
|
2228 |
+
|
2229 |
+
#: includes/elements/exclude/latest-blog.php:168
|
2230 |
+
#: includes/elements/exclude/latest-news.php:152
|
2231 |
+
#: includes/elements/exclude/services.php:107
|
2232 |
+
#: includes/elements/exclude/staffs.php:92
|
2233 |
+
#: includes/elements/latest-items.php:146
|
2234 |
+
msgid "cat_id"
|
2235 |
+
msgstr "cat_id"
|
2236 |
+
|
2237 |
+
#: includes/elements/exclude/latest-blog.php:183
|
2238 |
+
msgid "view_thumb?"
|
2239 |
+
msgstr "view_thumb?"
|
2240 |
+
|
2241 |
+
#: includes/elements/exclude/latest-blog.php:195
|
2242 |
+
#: includes/elements/exclude/latest-news.php:179
|
2243 |
+
msgid "top"
|
2244 |
+
msgstr "بالا"
|
2245 |
+
|
2246 |
+
#: includes/elements/exclude/latest-blog.php:195
|
2247 |
+
#: includes/elements/exclude/latest-blog.php:210
|
2248 |
+
#: includes/elements/exclude/latest-news.php:179
|
2249 |
+
#: includes/elements/exclude/latest-news.php:194
|
2250 |
+
msgid "left"
|
2251 |
+
msgstr "چپ"
|
2252 |
+
|
2253 |
+
#: includes/elements/exclude/latest-blog.php:195
|
2254 |
+
#: includes/elements/exclude/latest-blog.php:210
|
2255 |
+
msgid "icon"
|
2256 |
+
msgstr "شکلک"
|
2257 |
+
|
2258 |
+
#: includes/elements/exclude/latest-blog.php:198
|
2259 |
+
#: includes/elements/exclude/latest-news.php:182
|
2260 |
+
msgid "thumb_mode"
|
2261 |
+
msgstr ""
|
2262 |
+
|
2263 |
+
#: includes/elements/exclude/latest-blog.php:210
|
2264 |
+
#: includes/elements/exclude/latest-news.php:194
|
2265 |
+
msgid "big"
|
2266 |
+
msgstr "بزرگ"
|
2267 |
+
|
2268 |
+
#: includes/elements/exclude/latest-blog.php:213
|
2269 |
+
msgid "date type"
|
2270 |
+
msgstr "نوع تاریخ"
|
2271 |
+
|
2272 |
+
#: includes/elements/exclude/latest-blog.php:228
|
2273 |
+
msgid "auto play"
|
2274 |
+
msgstr "نمایش خودکار"
|
2275 |
+
|
2276 |
+
#: includes/elements/exclude/latest-blog.php:239
|
2277 |
+
#: includes/elements/exclude/latest-blog.php:240
|
2278 |
+
#: includes/elements/exclude/latest-news.php:223
|
2279 |
+
#: includes/elements/exclude/latest-news.php:224
|
2280 |
+
#: includes/elements/exclude/link.php:88 includes/elements/exclude/link.php:89
|
2281 |
+
#: includes/elements/exclude/list.php:76 includes/elements/exclude/list.php:77
|
2282 |
+
#: includes/elements/exclude/pricetable.php:75
|
2283 |
+
#: includes/elements/exclude/pricetable.php:76
|
2284 |
+
#: includes/elements/exclude/related-posts.php:193
|
2285 |
+
#: includes/elements/exclude/related-posts.php:194
|
2286 |
+
#: includes/elements/exclude/services.php:148
|
2287 |
+
#: includes/elements/exclude/services.php:149
|
2288 |
+
#: includes/elements/exclude/soundcloud.php:94
|
2289 |
+
#: includes/elements/exclude/soundcloud.php:95
|
2290 |
+
#: includes/elements/exclude/testimonial.php:148
|
2291 |
+
#: includes/elements/exclude/testimonial.php:149
|
2292 |
+
msgid "<p>I am test text block. Click edit button to change this text.</p>"
|
2293 |
+
msgstr ""
|
2294 |
+
"<p> من آخرین بلوک متن هستم. برای تغییر این متن بر روی ویرایش کلیک کنید."
|
2295 |
+
|
2296 |
+
#: includes/elements/exclude/latest-news.php:18
|
2297 |
+
msgid "Auxin latest_news "
|
2298 |
+
msgstr "اکسین latest_news"
|
2299 |
+
|
2300 |
+
#: includes/elements/exclude/latest-news.php:21
|
2301 |
+
msgid "This is will add latest_news element"
|
2302 |
+
msgstr ""
|
2303 |
+
|
2304 |
+
#: includes/elements/exclude/latest-news.php:77
|
2305 |
+
msgid "view_more"
|
2306 |
+
msgstr "view_more"
|
2307 |
+
|
2308 |
+
#: includes/elements/exclude/latest-news.php:138
|
2309 |
+
#: includes/elements/latest-items.php:162
|
2310 |
+
#: includes/elements/latest-items.php:207
|
2311 |
+
msgid "attachment width"
|
2312 |
+
msgstr "عرض پیوست"
|
2313 |
+
|
2314 |
+
#: includes/elements/exclude/latest-news.php:167
|
2315 |
+
msgid "view_thumb"
|
2316 |
+
msgstr "view_thumb"
|
2317 |
+
|
2318 |
+
#: includes/elements/exclude/latest-news.php:179
|
2319 |
+
#: includes/elements/exclude/latest-news.php:194
|
2320 |
+
msgid "mini"
|
2321 |
+
msgstr "کوچک"
|
2322 |
+
|
2323 |
+
#: includes/elements/exclude/latest-news.php:197
|
2324 |
+
msgid "date_type"
|
2325 |
+
msgstr "date_type"
|
2326 |
+
|
2327 |
+
#: includes/elements/exclude/latest-news.php:212
|
2328 |
+
msgid "auto_play"
|
2329 |
+
msgstr "auto_play"
|
2330 |
+
|
2331 |
+
#: includes/elements/exclude/link.php:18
|
2332 |
+
msgid "Auxin link "
|
2333 |
+
msgstr "اکسین پیوند"
|
2334 |
+
|
2335 |
+
#: includes/elements/exclude/link.php:62
|
2336 |
+
#: includes/elements/exclude/list-item.php:80
|
2337 |
+
msgid "url"
|
2338 |
+
msgstr "url"
|
2339 |
+
|
2340 |
+
#: includes/elements/exclude/link.php:74
|
2341 |
+
msgid "_self"
|
2342 |
+
msgstr "_self"
|
2343 |
+
|
2344 |
+
#: includes/elements/exclude/link.php:74
|
2345 |
+
msgid "_blank"
|
2346 |
+
msgstr "_blank"
|
2347 |
+
|
2348 |
+
#: includes/elements/exclude/link.php:77
|
2349 |
+
msgid "target"
|
2350 |
+
msgstr "هدف"
|
2351 |
+
|
2352 |
+
#: includes/elements/exclude/list-item.php:18
|
2353 |
+
msgid "Auxin list item"
|
2354 |
+
msgstr "اکسین آیتم لیست"
|
2355 |
+
|
2356 |
+
#: includes/elements/exclude/list-item.php:21
|
2357 |
+
msgid "This is will add list_item element"
|
2358 |
+
msgstr ""
|
2359 |
+
|
2360 |
+
#: includes/elements/exclude/list-item.php:71
|
2361 |
+
#: includes/elements/exclude/list.php:71 includes/general-hooks.php:131
|
2362 |
+
#: includes/general-hooks.php:148 includes/general-hooks.php:164
|
2363 |
+
#: includes/general-hooks.php:180 includes/general-hooks.php:211
|
2364 |
+
msgid "Select icon from library."
|
2365 |
+
msgstr "انتخاب شکلک از کتابخانه."
|
2366 |
+
|
2367 |
+
#: includes/elements/exclude/list.php:18
|
2368 |
+
msgid "Auxin list "
|
2369 |
+
msgstr "اکسین لیست"
|
2370 |
+
|
2371 |
+
#: includes/elements/exclude/list.php:21
|
2372 |
+
#: includes/elements/exclude/masterslider.php:21
|
2373 |
+
msgid "This is will add list element"
|
2374 |
+
msgstr ""
|
2375 |
+
|
2376 |
+
#: includes/elements/exclude/masterslider.php:18
|
2377 |
+
msgid "masterslider_axi"
|
2378 |
+
msgstr "masterslider_axi"
|
2379 |
+
|
2380 |
+
#: includes/elements/exclude/masterslider.php:62
|
2381 |
+
msgid "class"
|
2382 |
+
msgstr "کلاس"
|
2383 |
+
|
2384 |
+
#: includes/elements/exclude/masterslider.php:77
|
2385 |
+
msgid "size"
|
2386 |
+
msgstr "اندازه"
|
2387 |
+
|
2388 |
+
#: includes/elements/exclude/masterslider.php:130
|
2389 |
+
msgid "Please install and activate Masterslider WP"
|
2390 |
+
msgstr ""
|
2391 |
+
|
2392 |
+
#: includes/elements/exclude/mini-twitter.php:18
|
2393 |
+
msgid "Auxin latest_tweets "
|
2394 |
+
msgstr "اکسین latest_tweets "
|
2395 |
+
|
2396 |
+
#: includes/elements/exclude/mini-twitter.php:62
|
2397 |
+
msgid "user"
|
2398 |
+
msgstr "کاربر"
|
2399 |
+
|
2400 |
+
#: includes/elements/exclude/mini-twitter.php:77
|
2401 |
+
#: includes/elements/exclude/twitter-slider.php:77
|
2402 |
+
#: includes/elements/exclude/twitter.php:77
|
2403 |
+
msgid "avatar type"
|
2404 |
+
msgstr "نوع آواتار"
|
2405 |
+
|
2406 |
+
#: includes/elements/exclude/mini-twitter.php:92
|
2407 |
+
msgid "avatar limit"
|
2408 |
+
msgstr "محدودیت آواتار"
|
2409 |
+
|
2410 |
+
#: includes/elements/exclude/mini-twitter.php:107
|
2411 |
+
msgid "uid type"
|
2412 |
+
msgstr ""
|
2413 |
+
|
2414 |
+
#: includes/elements/exclude/mini-twitter.php:153
|
2415 |
+
#: includes/elements/exclude/twitter-slider.php:127
|
2416 |
+
#: includes/elements/exclude/twitter.php:156
|
2417 |
+
msgid "Twitter username not found"
|
2418 |
+
msgstr ""
|
2419 |
+
|
2420 |
+
#: includes/elements/exclude/mini-twitter.php:179
|
2421 |
+
msgid "Loading Tweets ..."
|
2422 |
+
msgstr ""
|
2423 |
+
|
2424 |
+
#: includes/elements/exclude/msgbox.php:7
|
2425 |
+
msgid "[Phlox] Message Box "
|
2426 |
+
msgstr "[فلوکس] جعبه پیام"
|
2427 |
+
|
2428 |
+
#: includes/elements/exclude/msgbox.php:10
|
2429 |
+
msgid "This is will add msgbox element"
|
2430 |
+
msgstr ""
|
2431 |
+
|
2432 |
+
#: includes/elements/exclude/msgbox.php:48
|
2433 |
+
msgid "success"
|
2434 |
+
msgstr "موفق"
|
2435 |
+
|
2436 |
+
#: includes/elements/exclude/msgbox.php:48
|
2437 |
+
msgid "warn"
|
2438 |
+
msgstr "هشدار"
|
2439 |
+
|
2440 |
+
#: includes/elements/exclude/msgbox.php:48
|
2441 |
+
msgid "error"
|
2442 |
+
msgstr "خطا"
|
2443 |
+
|
2444 |
+
#: includes/elements/exclude/msgbox.php:48
|
2445 |
+
msgid "info"
|
2446 |
+
msgstr "اطلاعات"
|
2447 |
+
|
2448 |
+
#: includes/elements/exclude/msgbox.php:48
|
2449 |
+
msgid "help"
|
2450 |
+
msgstr "کمک"
|
2451 |
+
|
2452 |
+
#: includes/elements/exclude/msgbox.php:48
|
2453 |
+
msgid "notice"
|
2454 |
+
msgstr "نکته"
|
2455 |
+
|
2456 |
+
#: includes/elements/exclude/msgbox.php:51
|
2457 |
+
msgid "Button type"
|
2458 |
+
msgstr "نوع دکمه"
|
2459 |
+
|
2460 |
+
#: includes/elements/exclude/msgbox.php:52
|
2461 |
+
msgid "The type is used got button"
|
2462 |
+
msgstr ""
|
2463 |
+
|
2464 |
+
#: includes/elements/exclude/msgbox.php:65
|
2465 |
+
msgid "Show icon"
|
2466 |
+
msgstr "نمایش شکلک"
|
2467 |
+
|
2468 |
+
#: includes/elements/exclude/msgbox.php:66
|
2469 |
+
msgid "Show icon on message box."
|
2470 |
+
msgstr ""
|
2471 |
+
|
2472 |
+
#: includes/elements/exclude/msgbox.php:81
|
2473 |
+
msgid "Enter your message text."
|
2474 |
+
msgstr ""
|
2475 |
+
|
2476 |
+
#: includes/elements/exclude/msgbox.php:168
|
2477 |
+
msgid "No Message"
|
2478 |
+
msgstr "بدون پیام"
|
2479 |
+
|
2480 |
+
#: includes/elements/exclude/pricetable.php:20
|
2481 |
+
msgid "Auxin pricetable"
|
2482 |
+
msgstr "جدول قیمت اکسین"
|
2483 |
+
|
2484 |
+
#: includes/elements/exclude/pricetable.php:23
|
2485 |
+
msgid "This is will add pricetable element"
|
2486 |
+
msgstr ""
|
2487 |
+
|
2488 |
+
#: includes/elements/exclude/pricetable.php:64
|
2489 |
+
msgid "table_id"
|
2490 |
+
msgstr "table_id"
|
2491 |
+
|
2492 |
+
#: includes/elements/exclude/pricetable.php:65
|
2493 |
+
msgid "If you choose table_id a big box appears around the content"
|
2494 |
+
msgstr ""
|
2495 |
+
|
2496 |
+
#: includes/elements/exclude/recent-posts2.php:19
|
2497 |
+
msgid "Auxin Recent Post"
|
2498 |
+
msgstr "اکسین نوشته های اخیر"
|
2499 |
+
|
2500 |
+
#: includes/elements/exclude/recent-posts2.php:22
|
2501 |
+
msgid "This is will add recent posts element"
|
2502 |
+
msgstr ""
|
2503 |
+
|
2504 |
+
#: includes/elements/exclude/recent-posts2.php:59
|
2505 |
+
#: includes/elements/exclude/related-posts.php:44
|
2506 |
+
msgid "Not at all"
|
2507 |
+
msgstr "اصلا"
|
2508 |
+
|
2509 |
+
#: includes/elements/exclude/recent-posts2.php:62
|
2510 |
+
#: includes/elements/exclude/related-posts.php:47
|
2511 |
+
msgid "Display Post Format?"
|
2512 |
+
msgstr "نمایش فرمت نوشته؟"
|
2513 |
+
|
2514 |
+
#: includes/elements/exclude/related-posts.php:18
|
2515 |
+
msgid "Auxin related_items "
|
2516 |
+
msgstr "اکسین related_items "
|
2517 |
+
|
2518 |
+
#: includes/elements/exclude/related-posts.php:21
|
2519 |
+
msgid "This is will add related_items element"
|
2520 |
+
msgstr ""
|
2521 |
+
|
2522 |
+
#: includes/elements/exclude/related-posts.php:44
|
2523 |
+
#: includes/elements/exclude/related-posts.php:59
|
2524 |
+
msgid "three-column"
|
2525 |
+
msgstr "سه-ستون"
|
2526 |
+
|
2527 |
+
#: includes/elements/exclude/related-posts.php:59
|
2528 |
+
#: includes/elements/latest-items.php:53
|
2529 |
+
msgid "none"
|
2530 |
+
msgstr "هیچکدام"
|
2531 |
+
|
2532 |
+
#: includes/elements/exclude/related-posts.php:62
|
2533 |
+
#: includes/elements/exclude/services.php:77
|
2534 |
+
msgid "mode"
|
2535 |
+
msgstr "حالت"
|
2536 |
+
|
2537 |
+
#: includes/elements/exclude/related-posts.php:77
|
2538 |
+
#: includes/elements/latest-items.php:71
|
2539 |
+
msgid "grid"
|
2540 |
+
msgstr "شبکه"
|
2541 |
+
|
2542 |
+
#: includes/elements/exclude/related-posts.php:107
|
2543 |
+
msgid "nav"
|
2544 |
+
msgstr "nav"
|
2545 |
+
|
2546 |
+
#: includes/elements/exclude/related-posts.php:122
|
2547 |
+
#: includes/elements/latest-items.php:116
|
2548 |
+
msgid "title"
|
2549 |
+
msgstr "عنوان"
|
2550 |
+
|
2551 |
+
#: includes/elements/exclude/related-posts.php:138
|
2552 |
+
msgid "number of double size images"
|
2553 |
+
msgstr ""
|
2554 |
+
|
2555 |
+
#: includes/elements/exclude/related-posts.php:149
|
2556 |
+
#: includes/elements/latest-items.php:128
|
2557 |
+
msgid "post"
|
2558 |
+
msgstr "نوشته"
|
2559 |
+
|
2560 |
+
#: includes/elements/exclude/related-posts.php:152
|
2561 |
+
msgid "posttype"
|
2562 |
+
msgstr "نوع نوشته"
|
2563 |
+
|
2564 |
+
#: includes/elements/exclude/related-posts.php:167
|
2565 |
+
msgid "tax"
|
2566 |
+
msgstr "tax"
|
2567 |
+
|
2568 |
+
#: includes/elements/exclude/related-posts.php:182
|
2569 |
+
msgid "excerpt"
|
2570 |
+
msgstr "خلاصه"
|
2571 |
+
|
2572 |
+
#: includes/elements/exclude/related-posts.php:335
|
2573 |
+
msgid "No Related Item Available"
|
2574 |
+
msgstr ""
|
2575 |
+
|
2576 |
+
#: includes/elements/exclude/services.php:18
|
2577 |
+
msgid "Auxin services "
|
2578 |
+
msgstr "اکسین خدمات"
|
2579 |
+
|
2580 |
+
#: includes/elements/exclude/services.php:21
|
2581 |
+
msgid "This is will add services element"
|
2582 |
+
msgstr ""
|
2583 |
+
|
2584 |
+
#: includes/elements/exclude/services.php:119
|
2585 |
+
msgid "column"
|
2586 |
+
msgstr "ستون"
|
2587 |
+
|
2588 |
+
#: includes/elements/exclude/services.php:119
|
2589 |
+
msgid "tab"
|
2590 |
+
msgstr "زبانه"
|
2591 |
+
|
2592 |
+
#: includes/elements/exclude/services.php:122
|
2593 |
+
msgid "display_type"
|
2594 |
+
msgstr "display_type"
|
2595 |
+
|
2596 |
+
#: includes/elements/exclude/soundcloud.php:39
|
2597 |
+
msgid "Auxin soundcloud "
|
2598 |
+
msgstr "اکسین soundcloud "
|
2599 |
+
|
2600 |
+
#: includes/elements/exclude/soundcloud.php:42
|
2601 |
+
msgid "This is will add soundcloud element"
|
2602 |
+
msgstr ""
|
2603 |
+
|
2604 |
+
#: includes/elements/exclude/staffs.php:18
|
2605 |
+
msgid "Auxin axi_staffs "
|
2606 |
+
msgstr ""
|
2607 |
+
|
2608 |
+
#: includes/elements/exclude/staffs.php:21
|
2609 |
+
msgid "This is will add axi_staffs element"
|
2610 |
+
msgstr ""
|
2611 |
+
|
2612 |
+
#: includes/elements/exclude/staffs.php:107
|
2613 |
+
#: includes/elements/exclude/testimonial.php:122
|
2614 |
+
msgid "view_excerpt"
|
2615 |
+
msgstr "view_excerpt"
|
2616 |
+
|
2617 |
+
#: includes/elements/exclude/staffs.php:122
|
2618 |
+
msgid "view_socials"
|
2619 |
+
msgstr "view_socials"
|
2620 |
+
|
2621 |
+
#: includes/elements/exclude/staffs.php:137
|
2622 |
+
msgid "link_to_single"
|
2623 |
+
msgstr ""
|
2624 |
+
|
2625 |
+
#: includes/elements/exclude/staffs.php:152
|
2626 |
+
#: includes/elements/latest-items.php:236
|
2627 |
+
msgid "paged"
|
2628 |
+
msgstr "صفحه بندی شده"
|
2629 |
+
|
2630 |
+
#: includes/elements/exclude/tabs.php:10 includes/elements/tabs.php:10
|
2631 |
+
msgid "[Phlox] Tabs"
|
2632 |
+
msgstr "[فلوکس] زبانه ها"
|
2633 |
+
|
2634 |
+
#: includes/elements/exclude/tabs.php:13 includes/elements/tabs.php:13
|
2635 |
+
msgid "It adds tabs element."
|
2636 |
+
msgstr "یک المان زبانه اضافه می کند."
|
2637 |
+
|
2638 |
+
#: includes/elements/exclude/tabs.php:34 includes/elements/tabs.php:35
|
2639 |
+
msgid "Tabs title, leave it empty if you don`t need title."
|
2640 |
+
msgstr "عنوان زبانه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
2641 |
+
|
2642 |
+
#: includes/elements/exclude/tabs.php:48
|
2643 |
+
msgid ""
|
2644 |
+
"Please use below sample for each tab item.<br>[tab_section label=\"Tab label "
|
2645 |
+
"here\" ]Tab content here [/tab_section]"
|
2646 |
+
msgstr ""
|
2647 |
+
|
2648 |
+
#: includes/elements/exclude/testfields.php:13
|
2649 |
+
msgid "Auxin Sample "
|
2650 |
+
msgstr "اکسین نمونه"
|
2651 |
+
|
2652 |
+
#: includes/elements/exclude/testfields.php:16
|
2653 |
+
#: includes/elements/sample-element.php:15
|
2654 |
+
msgid "The element description"
|
2655 |
+
msgstr "توضیحات المان"
|
2656 |
+
|
2657 |
+
#: includes/elements/exclude/testfields.php:51
|
2658 |
+
#: includes/elements/sample-element.php:45
|
2659 |
+
msgid "Description for this element"
|
2660 |
+
msgstr "توضیحات این المان"
|
2661 |
+
|
2662 |
+
#: includes/elements/exclude/testfields.php:68
|
2663 |
+
msgid "Button border style"
|
2664 |
+
msgstr "ظاهر کادر دکمه"
|
2665 |
+
|
2666 |
+
#: includes/elements/exclude/testfields.php:82
|
2667 |
+
msgid "Divider Style"
|
2668 |
+
msgstr "ظاهر جداکننده"
|
2669 |
+
|
2670 |
+
#: includes/elements/exclude/testfields.php:83
|
2671 |
+
msgid "The style of divider"
|
2672 |
+
msgstr "ظاهر جداکننده"
|
2673 |
+
|
2674 |
+
#: includes/elements/exclude/testfields.php:139
|
2675 |
+
msgid "Icon Color"
|
2676 |
+
msgstr "رنگ شکلک"
|
2677 |
+
|
2678 |
+
#: includes/elements/exclude/testfields.php:140
|
2679 |
+
msgid "Choose a color for icon"
|
2680 |
+
msgstr "رنگی برای شکلک انتخاب کنید"
|
2681 |
+
|
2682 |
+
#: includes/elements/exclude/testimonial-item.php:18
|
2683 |
+
msgid "Auxin testimonial_item"
|
2684 |
+
msgstr "اکسین testimonial_item"
|
2685 |
+
|
2686 |
+
#: includes/elements/exclude/testimonial-item.php:21
|
2687 |
+
msgid "This is will add testimonial_item element"
|
2688 |
+
msgstr "یک testimonial_item اضافه می کند."
|
2689 |
+
|
2690 |
+
#: includes/elements/exclude/testimonial-item.php:77
|
2691 |
+
#: includes/elements/exclude/testimonial-slider.php:152
|
2692 |
+
msgid "Show author"
|
2693 |
+
msgstr "نمایش نویسنده"
|
2694 |
+
|
2695 |
+
#: includes/elements/exclude/testimonial-item.php:92
|
2696 |
+
#: includes/elements/exclude/testimonial.php:107
|
2697 |
+
msgid "link"
|
2698 |
+
msgstr "پیوند"
|
2699 |
+
|
2700 |
+
#: includes/elements/exclude/testimonial-item.php:104
|
2701 |
+
#: includes/elements/exclude/testimonial.php:119
|
2702 |
+
msgid "box"
|
2703 |
+
msgstr "جعبه"
|
2704 |
+
|
2705 |
+
#: includes/elements/exclude/testimonial-item.php:107
|
2706 |
+
msgid "Select Testimonial"
|
2707 |
+
msgstr "انتخاب اظهار نظر"
|
2708 |
+
|
2709 |
+
#: includes/elements/exclude/testimonial-item.php:231
|
2710 |
+
msgid "more .."
|
2711 |
+
msgstr "بیشتر .."
|
2712 |
+
|
2713 |
+
#: includes/elements/exclude/testimonial-slider.php:18
|
2714 |
+
msgid "Auxin testimonial_slider"
|
2715 |
+
msgstr "اکسین testimonial_slider"
|
2716 |
+
|
2717 |
+
#: includes/elements/exclude/testimonial-slider.php:21
|
2718 |
+
msgid "This is will add testimonial_slider element"
|
2719 |
+
msgstr "یک المان testimonial_slider اضافه می کند."
|
2720 |
+
|
2721 |
+
#: includes/elements/exclude/testimonial-slider.php:62
|
2722 |
+
msgid "Number of testimonials"
|
2723 |
+
msgstr "تعداد اظهار نظرها"
|
2724 |
+
|
2725 |
+
#: includes/elements/exclude/testimonial-slider.php:89
|
2726 |
+
#: includes/elements/exclude/testimonial-slider.php:104
|
2727 |
+
msgid "Category 1"
|
2728 |
+
msgstr "دسته 1"
|
2729 |
+
|
2730 |
+
#: includes/elements/exclude/testimonial-slider.php:89
|
2731 |
+
#: includes/elements/exclude/testimonial-slider.php:104
|
2732 |
+
msgid "Category 2"
|
2733 |
+
msgstr "دسته 2"
|
2734 |
+
|
2735 |
+
#: includes/elements/exclude/testimonial-slider.php:89
|
2736 |
+
#: includes/elements/exclude/testimonial-slider.php:104
|
2737 |
+
msgid "Category 3"
|
2738 |
+
msgstr "دسته 3"
|
2739 |
+
|
2740 |
+
#: includes/elements/exclude/testimonial-slider.php:92
|
2741 |
+
msgid "Category"
|
2742 |
+
msgstr "دسته"
|
2743 |
+
|
2744 |
+
#: includes/elements/exclude/testimonial-slider.php:107
|
2745 |
+
msgid "Select specific testimonials"
|
2746 |
+
msgstr "انتخاب اظهار نظرهای مشخص"
|
2747 |
+
|
2748 |
+
#: includes/elements/exclude/testimonial-slider.php:119
|
2749 |
+
#: includes/elements/gallery.php:130
|
2750 |
+
#: includes/elements/latest-posts-slider.php:131
|
2751 |
+
#: includes/elements/popular-posts-widget.php:192
|
2752 |
+
#: includes/elements/recent-posts-grid-carousel.php:191
|
2753 |
+
#: includes/elements/recent-posts-land-style.php:192
|
2754 |
+
#: includes/elements/recent-posts-masonry.php:191
|
2755 |
+
#: includes/elements/recent-posts-tiles.php:197
|
2756 |
+
#: includes/elements/recent-posts-timeline.php:218
|
2757 |
+
#: includes/elements/recent-posts-widget.php:152
|
2758 |
+
msgid "Date"
|
2759 |
+
msgstr "تاریخ"
|
2760 |
+
|
2761 |
+
#: includes/elements/exclude/testimonial-slider.php:119
|
2762 |
+
#: includes/elements/latest-posts-slider.php:135
|
2763 |
+
#: includes/elements/popular-posts-widget.php:196
|
2764 |
+
#: includes/elements/recent-posts-grid-carousel.php:195
|
2765 |
+
#: includes/elements/recent-posts-land-style.php:196
|
2766 |
+
#: includes/elements/recent-posts-masonry.php:195
|
2767 |
+
#: includes/elements/recent-posts-tiles.php:201
|
2768 |
+
#: includes/elements/recent-posts-timeline.php:222
|
2769 |
+
#: includes/elements/recent-posts-widget.php:156
|
2770 |
+
msgid "Random"
|
2771 |
+
msgstr "تصادفی"
|
2772 |
+
|
2773 |
+
#: includes/elements/exclude/testimonial-slider.php:122
|
2774 |
+
#: includes/elements/latest-posts-slider.php:125
|
2775 |
+
#: includes/elements/popular-posts-widget.php:184
|
2776 |
+
#: includes/elements/recent-posts-grid-carousel.php:183
|
2777 |
+
#: includes/elements/recent-posts-land-style.php:184
|
2778 |
+
#: includes/elements/recent-posts-masonry.php:183
|
2779 |
+
#: includes/elements/recent-posts-tiles.php:189
|
2780 |
+
#: includes/elements/recent-posts-timeline.php:210
|
2781 |
+
#: includes/elements/recent-posts-widget.php:144
|
2782 |
+
msgid "Order by"
|
2783 |
+
msgstr "مرتب سازی بر اساس"
|
2784 |
+
|
2785 |
+
#: includes/elements/exclude/testimonial-slider.php:134
|
2786 |
+
#: includes/elements/latest-posts-slider.php:156
|
2787 |
+
#: includes/elements/popular-posts-widget.php:217
|
2788 |
+
#: includes/elements/recent-posts-grid-carousel.php:216
|
2789 |
+
#: includes/elements/recent-posts-land-style.php:217
|
2790 |
+
#: includes/elements/recent-posts-masonry.php:216
|
2791 |
+
#: includes/elements/recent-posts-tiles.php:222
|
2792 |
+
#: includes/elements/recent-posts-timeline.php:243
|
2793 |
+
#: includes/elements/recent-posts-widget.php:177
|
2794 |
+
msgid "Ascending"
|
2795 |
+
msgstr "صعودی"
|
2796 |
+
|
2797 |
+
#: includes/elements/exclude/testimonial-slider.php:134
|
2798 |
+
#: includes/elements/latest-posts-slider.php:155
|
2799 |
+
#: includes/elements/popular-posts-widget.php:216
|
2800 |
+
#: includes/elements/recent-posts-grid-carousel.php:215
|
2801 |
+
#: includes/elements/recent-posts-land-style.php:216
|
2802 |
+
#: includes/elements/recent-posts-masonry.php:215
|
2803 |
+
#: includes/elements/recent-posts-tiles.php:221
|
2804 |
+
#: includes/elements/recent-posts-timeline.php:242
|
2805 |
+
#: includes/elements/recent-posts-widget.php:176
|
2806 |
+
msgid "Descending"
|
2807 |
+
msgstr "نزولی"
|
2808 |
+
|
2809 |
+
#: includes/elements/exclude/testimonial-slider.php:137
|
2810 |
+
#: includes/elements/gallery.php:102
|
2811 |
+
#: includes/elements/popular-posts-widget.php:208
|
2812 |
+
#: includes/elements/recent-posts-grid-carousel.php:207
|
2813 |
+
#: includes/elements/recent-posts-land-style.php:208
|
2814 |
+
#: includes/elements/recent-posts-masonry.php:207
|
2815 |
+
#: includes/elements/recent-posts-tiles.php:213
|
2816 |
+
#: includes/elements/recent-posts-timeline.php:234
|
2817 |
+
#: includes/elements/recent-posts-widget.php:168
|
2818 |
+
msgid "Order"
|
2819 |
+
msgstr "ترتیب"
|
2820 |
+
|
2821 |
+
#: includes/elements/exclude/testimonial.php:18
|
2822 |
+
msgid "Auxin testimonial "
|
2823 |
+
msgstr "اکسین نظرات دیگران"
|
2824 |
+
|
2825 |
+
#: includes/elements/exclude/testimonial.php:21
|
2826 |
+
msgid "This is will add testimonial element"
|
2827 |
+
msgstr ""
|
2828 |
+
|
2829 |
+
#: includes/elements/exclude/testimonial.php:62
|
2830 |
+
msgid "author"
|
2831 |
+
msgstr "نویسنده"
|
2832 |
+
|
2833 |
+
#: includes/elements/exclude/testimonial.php:77
|
2834 |
+
msgid "avatar"
|
2835 |
+
msgstr "آواتار"
|
2836 |
+
|
2837 |
+
#: includes/elements/exclude/testimonial.php:92
|
2838 |
+
msgid "role"
|
2839 |
+
msgstr "نقش"
|
2840 |
+
|
2841 |
+
#: includes/elements/exclude/testimonial.php:137
|
2842 |
+
msgid "refer"
|
2843 |
+
msgstr "refer"
|
2844 |
+
|
2845 |
+
#: includes/elements/exclude/twitter-slider.php:18
|
2846 |
+
msgid "Auxin latest_tweets_slider "
|
2847 |
+
msgstr "اکسین latest_tweets_slider "
|
2848 |
+
|
2849 |
+
#: includes/elements/exclude/twitter-slider.php:21
|
2850 |
+
#: includes/elements/exclude/twitter.php:21
|
2851 |
+
msgid "This is will add latest_tweets element"
|
2852 |
+
msgstr "یک المان add latest_tweets اضافه می کند."
|
2853 |
+
|
2854 |
+
#: includes/elements/exclude/twitter-slider.php:47
|
2855 |
+
msgid "Number of tweets to fetch"
|
2856 |
+
msgstr "تعداد توییت ها برای استخراج"
|
2857 |
+
|
2858 |
+
#: includes/elements/exclude/twitter-slider.php:62
|
2859 |
+
msgid "style type"
|
2860 |
+
msgstr "نوع ظاهر"
|
2861 |
+
|
2862 |
+
#: includes/elements/exclude/twitter.php:18
|
2863 |
+
msgid "Auxin latest_tweets2 "
|
2864 |
+
msgstr "اکسین latest_tweets2 "
|
2865 |
+
|
2866 |
+
#: includes/elements/exclude/twitter.php:62
|
2867 |
+
msgid "id"
|
2868 |
+
msgstr "شناسه"
|
2869 |
+
|
2870 |
+
#: includes/elements/exclude/twitter.php:92
|
2871 |
+
msgid "limit"
|
2872 |
+
msgstr "محدودیت"
|
2873 |
+
|
2874 |
+
#: includes/elements/exclude/twitter.php:107
|
2875 |
+
msgid "uid"
|
2876 |
+
msgstr "uid"
|
2877 |
+
|
2878 |
+
#: includes/elements/facebook.php:11
|
2879 |
+
msgid "[Phlox] Custom Facebook Feed"
|
2880 |
+
msgstr "[فلوکس] خوراک فیسبوک سفارشی"
|
2881 |
+
|
2882 |
+
#: includes/elements/facebook.php:14
|
2883 |
+
msgid "It uses Custom Facebook Feed plugin."
|
2884 |
+
msgstr "از افزونه خوراک دلخواه وردپرس استفاده می کند."
|
2885 |
+
|
2886 |
+
#: includes/elements/facebook.php:38
|
2887 |
+
msgid "Page ID"
|
2888 |
+
msgstr "شناسه برگه"
|
2889 |
+
|
2890 |
+
#: includes/elements/facebook.php:39
|
2891 |
+
#, php-format
|
2892 |
+
msgid ""
|
2893 |
+
"ID of your Facebook Page or Group. Use %sthis tool%s to help you in finding "
|
2894 |
+
"this."
|
2895 |
+
msgstr ""
|
2896 |
+
"شناسه صفحه یا گروه شما در فیسبوک. برای پیداکردن شناسه خود می توانید از %sاین "
|
2897 |
+
"ابزار%s استفاده کنید."
|
2898 |
+
|
2899 |
+
#: includes/elements/facebook.php:53
|
2900 |
+
msgid "Page type"
|
2901 |
+
msgstr "نوع صفحه"
|
2902 |
+
|
2903 |
+
#: includes/elements/facebook.php:54
|
2904 |
+
msgid "Specifies whether to display posts from a page or group."
|
2905 |
+
msgstr "مشخص می کند پست ها از یک صفحه یا گروه نمایش داده شوند."
|
2906 |
+
|
2907 |
+
#: includes/elements/facebook.php:58
|
2908 |
+
msgid "Page"
|
2909 |
+
msgstr "صفحه"
|
2910 |
+
|
2911 |
+
#: includes/elements/facebook.php:59
|
2912 |
+
msgid "Group"
|
2913 |
+
msgstr "گروه"
|
2914 |
+
|
2915 |
+
#: includes/elements/facebook.php:71
|
2916 |
+
msgid "Number of posts"
|
2917 |
+
msgstr "تعداد نوشته ها"
|
2918 |
+
|
2919 |
+
#: includes/elements/facebook.php:72
|
2920 |
+
msgid "The number of posts you wish to display."
|
2921 |
+
msgstr "تعداد پست هایی که می خواهید نمایش داده شوند."
|
2922 |
+
|
2923 |
+
#: includes/elements/facebook.php:86
|
2924 |
+
msgid "Display posts by others"
|
2925 |
+
msgstr "نمایش پست هایی که دیگران نوشته اند"
|
2926 |
+
|
2927 |
+
#: includes/elements/facebook.php:87
|
2928 |
+
msgid ""
|
2929 |
+
"Specifies to display posts by only the page owner, anyone who posts on your "
|
2930 |
+
"page, or only others who post on your page."
|
2931 |
+
msgstr ""
|
2932 |
+
"مشخص می کند فقط پست هایی که شما نوشته اید، هر پستی که در صفحه شما نوشته شده "
|
2933 |
+
"است، یا فقط پست هایی که دیگران در صفحه شما نوشته اند نمایش داده شود."
|
2934 |
+
|
2935 |
+
#: includes/elements/facebook.php:91
|
2936 |
+
msgid "Only the page owner"
|
2937 |
+
msgstr "فقط صاحب برگه"
|
2938 |
+
|
2939 |
+
#: includes/elements/facebook.php:92
|
2940 |
+
msgid "Page owner and other people"
|
2941 |
+
msgstr "صاحب برگه و دیگران"
|
2942 |
+
|
2943 |
+
#: includes/elements/facebook.php:93
|
2944 |
+
msgid "Only other people"
|
2945 |
+
msgstr "فقط دیگران"
|
2946 |
+
|
2947 |
+
#: includes/elements/facebook.php:105
|
2948 |
+
msgid "Post text length"
|
2949 |
+
msgstr "طول متن نوشته"
|
2950 |
+
|
2951 |
+
#: includes/elements/facebook.php:106
|
2952 |
+
msgid "The maximum character length of the post text."
|
2953 |
+
msgstr "حداکثر تعداد کاراکترها در متن نوشته."
|
2954 |
+
|
2955 |
+
#: includes/elements/facebook.php:118
|
2956 |
+
msgid "Display post author"
|
2957 |
+
msgstr "نمایش نویسنده نوشته"
|
2958 |
+
|
2959 |
+
#: includes/elements/facebook.php:119
|
2960 |
+
msgid "Enable it to display name and avatar of the post author."
|
2961 |
+
msgstr "برای نمایش نام و آواتار نویسنده پست این گزینه را فعال کنید."
|
2962 |
+
|
2963 |
+
#: includes/elements/facebook.php:131
|
2964 |
+
msgid "Display the feed header"
|
2965 |
+
msgstr "نمایش سربرگ خوراک"
|
2966 |
+
|
2967 |
+
#: includes/elements/facebook.php:132
|
2968 |
+
msgid "Enable it to display a customizable header at the top of the feed."
|
2969 |
+
msgstr "برای نمایش سربرگ قابل شخصی سازی در بالای خوراک این گزینه را فعال کنید."
|
2970 |
+
|
2971 |
+
#: includes/elements/facebook.php:144
|
2972 |
+
msgid "Ajax"
|
2973 |
+
msgstr "آیجکس"
|
2974 |
+
|
2975 |
+
#: includes/elements/facebook.php:145
|
2976 |
+
msgid "Enable it for being loaded via Ajax."
|
2977 |
+
msgstr "برای بارگذاری محتوا به صورت ایجکسی این گزینه را فعال کنید."
|
2978 |
+
|
2979 |
+
#: includes/elements/flickr.php:11
|
2980 |
+
msgid "[Phlox] Flickr Justified Gallery"
|
2981 |
+
msgstr "[فلوکس] گالری تصویر مرتب شده فلیکر"
|
2982 |
+
|
2983 |
+
#: includes/elements/flickr.php:14
|
2984 |
+
msgid "It uses Flickr Justified Gallery plugin."
|
2985 |
+
msgstr "از افزونه گالری مرتب شده فلیکر استفاده می کند."
|
2986 |
+
|
2987 |
+
#: includes/elements/flickr.php:38
|
2988 |
+
msgid "User ID"
|
2989 |
+
msgstr "شناسه کاربر"
|
2990 |
+
|
2991 |
+
#: includes/elements/flickr.php:39
|
2992 |
+
#, php-format
|
2993 |
+
msgid ""
|
2994 |
+
"Displays the photostream of the specified user, no matter what is the "
|
2995 |
+
"default user ID in the settings. Remember that you can use %sidgettr%s to "
|
2996 |
+
"retrieve the user_id."
|
2997 |
+
msgstr ""
|
2998 |
+
"یک جریان تصویر از کاربر مشخص شده را نمایش می دهد، مهم نیست شناسه پیش فرض "
|
2999 |
+
"کاربر در تنظیمات چه چیزی باشد. به یاد داشته باشید می توانید از %sidgettr%s "
|
3000 |
+
"برای دستیابی به شناسه کاربر استفاده کنید."
|
3001 |
+
|
3002 |
+
#: includes/elements/flickr.php:53
|
3003 |
+
msgid "Flickr image type"
|
3004 |
+
msgstr "نوع تصویر فلیکر"
|
3005 |
+
|
3006 |
+
#: includes/elements/flickr.php:58
|
3007 |
+
msgid "Photostream"
|
3008 |
+
msgstr "جریان تصویر"
|
3009 |
+
|
3010 |
+
#: includes/elements/flickr.php:59
|
3011 |
+
msgid "Galleries"
|
3012 |
+
msgstr "گالری ها"
|
3013 |
+
|
3014 |
+
#: includes/elements/flickr.php:60
|
3015 |
+
msgid "Album"
|
3016 |
+
msgstr "آلبوم"
|
3017 |
+
|
3018 |
+
#: includes/elements/flickr.php:61 includes/elements/flickr.php:110
|
3019 |
+
msgid "Group pools"
|
3020 |
+
msgstr "'v,i"
|
3021 |
+
|
3022 |
+
#: includes/elements/flickr.php:62 includes/elements/flickr.php:128
|
3023 |
+
msgid "Tags"
|
3024 |
+
msgstr "برچسب ها"
|
3025 |
+
|
3026 |
+
#: includes/elements/flickr.php:74
|
3027 |
+
msgid "Gallery ID"
|
3028 |
+
msgstr "شناسه گالری"
|
3029 |
+
|
3030 |
+
#: includes/elements/flickr.php:75
|
3031 |
+
msgid ""
|
3032 |
+
"To show the photos of a particular gallery, you need to know its id. For "
|
3033 |
+
"example, the id of the gallery located in the URL: http://www.flickr.com/"
|
3034 |
+
"photos/miro-mannino/galleries/72157636382842016/ is: 72157636382842016"
|
3035 |
+
msgstr ""
|
3036 |
+
"برای نشان دادن تصاویر از یک گالری مشخص، نیاز است شناسه آن را بدانید. برای "
|
3037 |
+
"مثال، شناسه گالری در آدرس: http://www.flickr.com/photos/miro-mannino/"
|
3038 |
+
"galleries/72157636382842016 برابر است با : 72157636382842016"
|
3039 |
+
|
3040 |
+
#: includes/elements/flickr.php:92
|
3041 |
+
msgid "Album ID"
|
3042 |
+
msgstr "شناسه آلبوم"
|
3043 |
+
|
3044 |
+
#: includes/elements/flickr.php:93
|
3045 |
+
msgid ""
|
3046 |
+
"To show the photos of a particular photo set (also called \"album\"), you "
|
3047 |
+
"need to know its photoset_id. For example, the photoset_id of the photo set "
|
3048 |
+
"located in the URL: http://www.flickr.com/photos/miro-mannino/"
|
3049 |
+
"sets/72157629228993613/ is: 72157629228993613"
|
3050 |
+
msgstr ""
|
3051 |
+
"برای نمایش تصاویر از یک مجموعه تصویر مشخص (که \"آلبوم\" نامیده شده)، نیاز "
|
3052 |
+
"است تا شناسه آلبوم را بدانید. برای مثال در آدرس: http://www.flickr.com/"
|
3053 |
+
"photos/miro-mannino/sets/72157629228993613 شناسه آلبوم برابر است با: "
|
3054 |
+
"72157629228993613"
|
3055 |
+
|
3056 |
+
#: includes/elements/flickr.php:111
|
3057 |
+
#, php-format
|
3058 |
+
msgid ""
|
3059 |
+
"Display photos of a particular group pool, you need to know the group id, "
|
3060 |
+
"that you can retrieve using %sidgettr%s."
|
3061 |
+
msgstr ""
|
3062 |
+
"تصاویر از یک گروه خاص را نشان می دهد، نیاز است شناسه گروه را بدانید که می "
|
3063 |
+
"توانید از ابزار %sidgettr%s برای دستیابی به آن استفاده کنید."
|
3064 |
+
|
3065 |
+
#: includes/elements/flickr.php:129
|
3066 |
+
msgid ""
|
3067 |
+
"Display photos that have some particular tags, Seprate words with , for "
|
3068 |
+
"example: cat, square, nikon"
|
3069 |
+
msgstr ""
|
3070 |
+
"تصاویری از برچسب های مشخص را نشان می دهد که برچسب ها با کاما جدا می شوند. "
|
3071 |
+
"برای مثال: گربه، مربع، نیکون"
|
3072 |
+
|
3073 |
+
#: includes/elements/flickr.php:146 includes/elements/gallery.php:186
|
3074 |
+
msgid "Lightbox"
|
3075 |
+
msgstr "لایت باکس"
|
3076 |
+
|
3077 |
+
#: includes/elements/flickr.php:147
|
3078 |
+
msgid ""
|
3079 |
+
"In case of using Colorbox or Swipebox, you need to enable it on Flickr "
|
3080 |
+
"Justified Gallery plugin settings."
|
3081 |
+
msgstr ""
|
3082 |
+
"برای مواردی که م یخواهید از Colorbox یا Swipebox استفاده کنید، لازم است آن "
|
3083 |
+
"را در تنظیمات افزونه گالری مرتب شده فیلکر فعال کنید."
|
3084 |
+
|
3085 |
+
#: includes/elements/flickr.php:152
|
3086 |
+
msgid "Colorbox"
|
3087 |
+
msgstr "جعبه رنگ"
|
3088 |
+
|
3089 |
+
#: includes/elements/flickr.php:153
|
3090 |
+
msgid "Swipebox"
|
3091 |
+
msgstr "Swipebox"
|
3092 |
+
|
3093 |
+
#: includes/elements/flickr.php:165
|
3094 |
+
msgid "Images height"
|
3095 |
+
msgstr "ارتفاع تصاویر"
|
3096 |
+
|
3097 |
+
#: includes/elements/flickr.php:166
|
3098 |
+
msgid "You can use the this option to set images height in px."
|
3099 |
+
msgstr "بمی توانید از این تنظیمات برای تنظیم ارتفاع تصویر استفاده کنید."
|
3100 |
+
|
3101 |
+
#: includes/elements/flickr.php:180
|
3102 |
+
msgid "Max number of photos"
|
3103 |
+
msgstr "بیشترین تعداد تصاویر"
|
3104 |
+
|
3105 |
+
#: includes/elements/flickr.php:181
|
3106 |
+
msgid ""
|
3107 |
+
"Maximum number of photos. Please note if pagination option is activaited "
|
3108 |
+
"then this options is used as maximum number of photos per page."
|
3109 |
+
msgstr ""
|
3110 |
+
"بیشترین تعداد تصاویر. لطفا توجه کنید اگر تنظیمات صفحه بندی فعال باشد این "
|
3111 |
+
"تنظیمات نشانگر تعداد تصاویر در هر ثفحه خواهد بود."
|
3112 |
+
|
3113 |
+
#: includes/elements/flickr.php:195
|
3114 |
+
msgid "Pagination"
|
3115 |
+
msgstr "صفحه بندی"
|
3116 |
+
|
3117 |
+
#: includes/elements/flickr.php:201
|
3118 |
+
msgid "Previous and Next"
|
3119 |
+
msgstr "قبلی و بعدی"
|
3120 |
+
|
3121 |
+
#: includes/elements/flickr.php:202
|
3122 |
+
msgid "Page Numbers"
|
3123 |
+
msgstr "شماره صفحات"
|
3124 |
+
|
3125 |
+
#: includes/elements/flickr.php:214
|
3126 |
+
msgid "Fixed height"
|
3127 |
+
msgstr "ارتفاع ثابت"
|
3128 |
+
|
3129 |
+
#: includes/elements/flickr.php:215
|
3130 |
+
msgid "Each row has the same height, but the images will be cut more."
|
3131 |
+
msgstr "همه ردیف ها ارتفاع یکسان دارند، اما تصاویر بیشتر برش خورده می شوند."
|
3132 |
+
|
3133 |
+
#: includes/elements/flickr.php:227
|
3134 |
+
msgid "Randomize images order"
|
3135 |
+
msgstr "ترتیب تصادفی برای تصاویر"
|
3136 |
+
|
3137 |
+
#: includes/elements/flickr.php:240
|
3138 |
+
msgid "Margin between the images"
|
3139 |
+
msgstr "فاصله بیرونی بین تصاویر"
|
3140 |
+
|
3141 |
+
#: includes/elements/flickr.php:241
|
3142 |
+
msgid "Specifies the space between images."
|
3143 |
+
msgstr "فضای خالی بین تصاویر را مشخص می کند."
|
3144 |
+
|
3145 |
+
#: includes/elements/gallery.php:10
|
3146 |
+
msgid "[Phlox] Gallery"
|
3147 |
+
msgstr "[فلوکس] گالری"
|
3148 |
+
|
3149 |
+
#: includes/elements/gallery.php:13
|
3150 |
+
msgid "Filterable and grid gallery with lightbox"
|
3151 |
+
msgstr "شبکه گالری قابل فیلترگذاری با لایت باکس"
|
3152 |
+
|
3153 |
+
#: includes/elements/gallery.php:52
|
3154 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:42
|
3155 |
+
msgid "Images"
|
3156 |
+
msgstr "تصاویر"
|
3157 |
+
|
3158 |
+
#: includes/elements/gallery.php:67
|
3159 |
+
msgid "Column number"
|
3160 |
+
msgstr "تعداد ستون"
|
3161 |
+
|
3162 |
+
#: includes/elements/gallery.php:72
|
3163 |
+
msgid "1 Column"
|
3164 |
+
msgstr "1 ستون"
|
3165 |
+
|
3166 |
+
#: includes/elements/gallery.php:73
|
3167 |
+
msgid "2 Columns"
|
3168 |
+
msgstr "2 ستون"
|
3169 |
+
|
3170 |
+
#: includes/elements/gallery.php:74
|
3171 |
+
msgid "3 Columns"
|
3172 |
+
msgstr "3 ستون"
|
3173 |
+
|
3174 |
+
#: includes/elements/gallery.php:75
|
3175 |
+
msgid "4 Columns"
|
3176 |
+
msgstr "4 ستون"
|
3177 |
+
|
3178 |
+
#: includes/elements/gallery.php:76
|
3179 |
+
msgid "5 Columns"
|
3180 |
+
msgstr "5 ستون"
|
3181 |
+
|
3182 |
+
#: includes/elements/gallery.php:77
|
3183 |
+
msgid "6 Columns"
|
3184 |
+
msgstr "6 ستون"
|
3185 |
+
|
3186 |
+
#: includes/elements/gallery.php:89
|
3187 |
+
msgid "Order images by query"
|
3188 |
+
msgstr "مرتب سازی تصاویر بر اساس کوئری"
|
3189 |
+
|
3190 |
+
#: includes/elements/gallery.php:103
|
3191 |
+
msgid "Order images ascending or descending"
|
3192 |
+
msgstr "مرتب سازی صعودی یا نزولی تصاویر"
|
3193 |
+
|
3194 |
+
#: includes/elements/gallery.php:108
|
3195 |
+
msgid "ASC"
|
3196 |
+
msgstr "صعودی"
|
3197 |
+
|
3198 |
+
#: includes/elements/gallery.php:123
|
3199 |
+
msgid "Order images by"
|
3200 |
+
msgstr "مرتب کردن تصاویر بر اساس"
|
3201 |
+
|
3202 |
+
#: includes/elements/gallery.php:129
|
3203 |
+
#: includes/elements/latest-posts-slider.php:132
|
3204 |
+
#: includes/elements/popular-posts-widget.php:193
|
3205 |
+
#: includes/elements/recent-posts-grid-carousel.php:192
|
3206 |
+
#: includes/elements/recent-posts-land-style.php:193
|
3207 |
+
#: includes/elements/recent-posts-masonry.php:192
|
3208 |
+
#: includes/elements/recent-posts-tiles.php:198
|
3209 |
+
#: includes/elements/recent-posts-timeline.php:219
|
3210 |
+
#: includes/elements/recent-posts-widget.php:153
|
3211 |
+
msgid "Menu Order"
|
3212 |
+
msgstr "ترتیب فهرست"
|
3213 |
+
|
3214 |
+
#: includes/elements/gallery.php:131
|
3215 |
+
#: includes/elements/latest-posts-slider.php:134
|
3216 |
+
#: includes/elements/popular-posts-widget.php:195
|
3217 |
+
#: includes/elements/recent-posts-grid-carousel.php:194
|
3218 |
+
#: includes/elements/recent-posts-land-style.php:195
|
3219 |
+
#: includes/elements/recent-posts-masonry.php:194
|
3220 |
+
#: includes/elements/recent-posts-tiles.php:200
|
3221 |
+
#: includes/elements/recent-posts-timeline.php:221
|
3222 |
+
#: includes/elements/recent-posts-widget.php:155
|
3223 |
+
msgid "ID"
|
3224 |
+
msgstr "شناسه"
|
3225 |
+
|
3226 |
+
#: includes/elements/gallery.php:146
|
3227 |
+
msgid "Gallery layout"
|
3228 |
+
msgstr "چیدمان گالری"
|
3229 |
+
|
3230 |
+
#: includes/elements/gallery.php:152
|
3231 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:35
|
3232 |
+
msgid "Grid"
|
3233 |
+
msgstr "شبکه"
|
3234 |
+
|
3235 |
+
#: includes/elements/gallery.php:153
|
3236 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:32
|
3237 |
+
msgid "Masonry"
|
3238 |
+
msgstr "ساختمانی"
|
3239 |
+
|
3240 |
+
#: includes/elements/gallery.php:165
|
3241 |
+
msgid "Space"
|
3242 |
+
msgstr "فضای خالی"
|
3243 |
+
|
3244 |
+
#: includes/elements/gallery.php:166
|
3245 |
+
msgid "Space between gallery items in pixel."
|
3246 |
+
msgstr "فضای خالی بین تصاویر گالری بر حسب پیکسل"
|
3247 |
+
|
3248 |
+
#: includes/elements/gallery.php:180
|
3249 |
+
msgid "Link images to"
|
3250 |
+
msgstr "لینک کردن تصاویر به"
|
3251 |
+
|
3252 |
+
#: includes/elements/gallery.php:188
|
3253 |
+
msgid "Attachment Page"
|
3254 |
+
msgstr "صفحه پیوست"
|
3255 |
+
|
3256 |
+
#: includes/elements/gallery.php:189
|
3257 |
+
msgid "File"
|
3258 |
+
msgstr "فایل"
|
3259 |
+
|
3260 |
+
#: includes/elements/gallery.php:200
|
3261 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:49
|
3262 |
+
msgid "Image size"
|
3263 |
+
msgstr "اندازه تصویر"
|
3264 |
+
|
3265 |
+
#: includes/elements/gallery.php:206
|
3266 |
+
msgid "Original"
|
3267 |
+
msgstr "اصلی"
|
3268 |
+
|
3269 |
+
#: includes/elements/gallery.php:210
|
3270 |
+
msgid "Thumbnail"
|
3271 |
+
msgstr "بندانگشتی"
|
3272 |
+
|
3273 |
+
#: includes/elements/gallery.php:221
|
3274 |
+
msgid "Enable pagination"
|
3275 |
+
msgstr "فعال سازی صفحه بندی"
|
3276 |
+
|
3277 |
+
#: includes/elements/gallery.php:234
|
3278 |
+
msgid "Images per page"
|
3279 |
+
msgstr "تعداد عکس در صفحه"
|
3280 |
+
|
3281 |
+
#: includes/elements/gmap.php:10
|
3282 |
+
msgid "[Phlox] Map "
|
3283 |
+
msgstr "[فلوکس] نقشه"
|
3284 |
+
|
3285 |
+
#: includes/elements/gmap.php:13
|
3286 |
+
msgid "Google map block"
|
3287 |
+
msgstr "بلوک نقشه گوگل"
|
3288 |
+
|
3289 |
+
#: includes/elements/gmap.php:34
|
3290 |
+
msgid "Map title, leave it empty if you don`t need title."
|
3291 |
+
msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
3292 |
+
|
3293 |
+
#: includes/elements/gmap.php:47 includes/elements/image.php:98
|
3294 |
+
#: includes/elements/instagram-feed.php:186 includes/elements/video.php:91
|
3295 |
+
msgid "Height"
|
3296 |
+
msgstr "ارتفاع"
|
3297 |
+
|
3298 |
+
#: includes/elements/gmap.php:108
|
3299 |
+
msgid ""
|
3300 |
+
"This feild allow you to customize the presentation of the standard Google "
|
3301 |
+
"base maps. You can find many preset styles in "
|
3302 |
+
msgstr ""
|
3303 |
+
"این فیلد به شما اجازه می دهد نحوه نمایش پایه ای نقشه گوگل را تغییر دهید. شما "
|
3304 |
+
"می توانید سبک های پیش ساخته را در اینجا پیدا کنید:"
|
3305 |
+
|
3306 |
+
#: includes/elements/gmap.php:139
|
3307 |
+
msgid "Show navigation control on map."
|
3308 |
+
msgstr "نمایش کنترل های ناوبری در نقشه."
|
3309 |
+
|
3310 |
+
#: includes/elements/highlight.php:10
|
3311 |
+
msgid "[Phlox] Highlight"
|
3312 |
+
msgstr "[فلوکس] برجسته"
|
3313 |
+
|
3314 |
+
#: includes/elements/highlight.php:13
|
3315 |
+
msgid "Highlighted Text"
|
3316 |
+
msgstr "متن هایلایت شده"
|
3317 |
+
|
3318 |
+
#: includes/elements/highlight.php:38
|
3319 |
+
msgid "The style of divider."
|
3320 |
+
msgstr "ظاهر جداکننده."
|
3321 |
+
|
3322 |
+
#: includes/elements/highlight.php:51
|
3323 |
+
msgid "Red"
|
3324 |
+
msgstr "قرمز"
|
3325 |
+
|
3326 |
+
#: includes/elements/highlight.php:56
|
3327 |
+
msgid "Blue"
|
3328 |
+
msgstr "آبی"
|
3329 |
+
|
3330 |
+
#: includes/elements/highlight.php:61
|
3331 |
+
msgid "Yellow"
|
3332 |
+
msgstr "زرد"
|
3333 |
+
|
3334 |
+
#: includes/elements/highlight.php:66
|
3335 |
+
msgid "Green"
|
3336 |
+
msgstr "سبز"
|
3337 |
+
|
3338 |
+
#: includes/elements/highlight.php:74
|
3339 |
+
msgid "Enter the text to be highlighted."
|
3340 |
+
msgstr "متنی که می خواهید هایلایت شود را وارد کنید."
|
3341 |
+
|
3342 |
+
#: includes/elements/image.php:10
|
3343 |
+
msgid "[Phlox] Image"
|
3344 |
+
msgstr "[فلوکس] تصویر"
|
3345 |
+
|
3346 |
+
#: includes/elements/image.php:13
|
3347 |
+
msgid "Image with lightbox option"
|
3348 |
+
msgstr "تنظیمات تصویر با لایت باکس"
|
3349 |
+
|
3350 |
+
#: includes/elements/image.php:38
|
3351 |
+
msgid "Image title, leave it empty if you don`t need title."
|
3352 |
+
msgstr "عنوان تصویر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
3353 |
+
|
3354 |
+
#: includes/elements/image.php:67
|
3355 |
+
msgid "Image hover"
|
3356 |
+
msgstr "تصویر شناور"
|
3357 |
+
|
3358 |
+
#: includes/elements/image.php:83 includes/elements/video.php:76
|
3359 |
+
msgid "Width"
|
3360 |
+
msgstr "عرض"
|
3361 |
+
|
3362 |
+
#: includes/elements/image.php:114
|
3363 |
+
msgid "Image alignment in content."
|
3364 |
+
msgstr "تراز تصویر در محتوا."
|
3365 |
+
|
3366 |
+
#: includes/elements/image.php:131
|
3367 |
+
msgid "Iconic button"
|
3368 |
+
msgstr "دکمه شکلک دار"
|
3369 |
+
|
3370 |
+
#: includes/elements/image.php:150
|
3371 |
+
msgid "Open large image in lightbox"
|
3372 |
+
msgstr "بازشدن تصویر بزرگ در لایت باکس"
|
3373 |
+
|
3374 |
+
#: includes/elements/image.php:165
|
3375 |
+
msgid "Link URL"
|
3376 |
+
msgstr "آدرس پیوند"
|
3377 |
+
|
3378 |
+
#: includes/elements/image.php:183
|
3379 |
+
msgid "Target"
|
3380 |
+
msgstr "هدف"
|
3381 |
+
|
3382 |
+
#: includes/elements/image.php:184
|
3383 |
+
msgid "Open in new page or this page."
|
3384 |
+
msgstr "در صفحه جدید یا در همین صفحه باز شود."
|
3385 |
+
|
3386 |
+
#: includes/elements/image.php:189
|
3387 |
+
msgid "Self"
|
3388 |
+
msgstr "همین صفحه"
|
3389 |
+
|
3390 |
+
#: includes/elements/image.php:190
|
3391 |
+
msgid "Blank"
|
3392 |
+
msgstr "خالی"
|
3393 |
+
|
3394 |
+
#: includes/elements/instagram-feed.php:10
|
3395 |
+
msgid "[Phlox] instagram feed"
|
3396 |
+
msgstr "[فلوکس] خوراک اینستاگرام"
|
3397 |
+
|
3398 |
+
#: includes/elements/instagram-feed.php:13
|
3399 |
+
msgid "It adds an instagram feed element."
|
3400 |
+
msgstr "یک المان خوراک اینستاگرام اضافه می کند."
|
3401 |
+
|
3402 |
+
#: includes/elements/instagram-feed.php:38
|
3403 |
+
msgid "A title for instagram element"
|
3404 |
+
msgstr "عنوانی برای المان اینستاگرام"
|
3405 |
+
|
3406 |
+
#: includes/elements/instagram-feed.php:51
|
3407 |
+
msgid "Instagram user ID"
|
3408 |
+
msgstr "شناسه کاربر اینستاگرام"
|
3409 |
+
|
3410 |
+
#: includes/elements/instagram-feed.php:53
|
3411 |
+
#, php-format
|
3412 |
+
msgid ""
|
3413 |
+
"Instagram User ID. Separate multiple IDs by commas. You can find the User ID "
|
3414 |
+
"with %sthis tool%s."
|
3415 |
+
msgstr ""
|
3416 |
+
"شناسه کاربر اینستاگرام. شناسه ها را با کاما از هم جدا کنید. می توانید شناسه "
|
3417 |
+
"کاربر را با %sاین ابزار%s پیدا کنید."
|
3418 |
+
|
3419 |
+
#: includes/elements/instagram-feed.php:70
|
3420 |
+
msgid "Number of photo"
|
3421 |
+
msgstr "تعداد عکس ها"
|
3422 |
+
|
3423 |
+
#: includes/elements/instagram-feed.php:71
|
3424 |
+
msgid "Number of photos to display initially. Maximum is 33."
|
3425 |
+
msgstr "تعداد تصاویر برای نمایش اولیه. حداکثر 33."
|
3426 |
+
|
3427 |
+
#: includes/elements/instagram-feed.php:85
|
3428 |
+
msgid "Resolution/size of the photos. "
|
3429 |
+
msgstr "رزولوشن/اندازه تصاویر."
|
3430 |
+
|
3431 |
+
#: includes/elements/instagram-feed.php:91 includes/general-hooks.php:550
|
3432 |
+
msgid "Auto"
|
3433 |
+
msgstr "خودکار"
|
3434 |
+
|
3435 |
+
#: includes/elements/instagram-feed.php:92
|
3436 |
+
msgid "Thumb"
|
3437 |
+
msgstr "بند انگشتی"
|
3438 |
+
|
3439 |
+
#: includes/elements/instagram-feed.php:94
|
3440 |
+
msgid "Full"
|
3441 |
+
msgstr "کامل"
|
3442 |
+
|
3443 |
+
#: includes/elements/instagram-feed.php:105
|
3444 |
+
msgid "Columns"
|
3445 |
+
msgstr "ستون ها"
|
3446 |
+
|
3447 |
+
#: includes/elements/instagram-feed.php:106
|
3448 |
+
msgid "Number of columns in the feed. 1 - 10."
|
3449 |
+
msgstr "تعداد ستون ها در خوراک. 1 - 10"
|
3450 |
+
|
3451 |
+
#: includes/elements/instagram-feed.php:120
|
3452 |
+
msgid "Spacing around the photos"
|
3453 |
+
msgstr "فضای خالی اطراف عکس"
|
3454 |
+
|
3455 |
+
#: includes/elements/instagram-feed.php:135
|
3456 |
+
msgid "Unit of the spacing."
|
3457 |
+
msgstr "واحد فضای خالی"
|
3458 |
+
|
3459 |
+
#: includes/elements/instagram-feed.php:141
|
3460 |
+
#: includes/elements/instagram-feed.php:207
|
3461 |
+
msgid "Percentage (%)"
|
3462 |
+
msgstr "درصد (%)"
|
3463 |
+
|
3464 |
+
#: includes/elements/instagram-feed.php:142
|
3465 |
+
#: includes/elements/instagram-feed.php:208
|
3466 |
+
msgid "Pixels (px)"
|
3467 |
+
msgstr "پیکسل"
|
3468 |
+
|
3469 |
+
#: includes/elements/instagram-feed.php:187
|
3470 |
+
msgid "The height of the feed"
|
3471 |
+
msgstr "ارتفاع خوراک"
|
3472 |
+
|
3473 |
+
#: includes/elements/instagram-feed.php:201
|
3474 |
+
msgid "Unit of the height."
|
3475 |
+
msgstr "واحد ارتفاع."
|
3476 |
+
|
3477 |
+
#: includes/elements/instagram-feed.php:234
|
3478 |
+
msgid "Show header"
|
3479 |
+
msgstr "نمایش سربرگ"
|
3480 |
+
|
3481 |
+
#: includes/elements/instagram-feed.php:235
|
3482 |
+
msgid "Whether to show the feed header."
|
3483 |
+
msgstr "سربرگ خوراک نمایش داده شود یا خیر."
|
3484 |
+
|
3485 |
+
#: includes/elements/instagram-feed.php:249
|
3486 |
+
msgid "Show follow button"
|
3487 |
+
msgstr "نمایش دکمه دنبال کردن"
|
3488 |
+
|
3489 |
+
#: includes/elements/instagram-feed.php:250
|
3490 |
+
msgid "Whether to show the Follow on Instagram button."
|
3491 |
+
msgstr "دکمه دنبال کردن اینستاگرام نمایش داده شود یا خیر."
|
3492 |
+
|
3493 |
+
#: includes/elements/instagram-feed.php:264
|
3494 |
+
msgid "Show load more button"
|
3495 |
+
msgstr "نمایش دکمه بارگذاری بیشتر"
|
3496 |
+
|
3497 |
+
#: includes/elements/instagram-feed.php:265
|
3498 |
+
msgid " Whether to show the load more button."
|
3499 |
+
msgstr "دکمه نمایش بیشتر نشان داده شود یا نه."
|
3500 |
+
|
3501 |
+
#: includes/elements/latest-items.php:12
|
3502 |
+
msgid "Auxin latest_items"
|
3503 |
+
msgstr "اکسین latest_items"
|
3504 |
+
|
3505 |
+
#: includes/elements/latest-items.php:15
|
3506 |
+
msgid "This is will add latest_items element"
|
3507 |
+
msgstr "یک المان latest_items اضافه می کند."
|
3508 |
+
|
3509 |
+
#: includes/elements/latest-items.php:53
|
3510 |
+
msgid "caption-over"
|
3511 |
+
msgstr "caption-over"
|
3512 |
+
|
3513 |
+
#: includes/elements/latest-items.php:56
|
3514 |
+
msgid "mode type"
|
3515 |
+
msgstr "نوع حالت"
|
3516 |
+
|
3517 |
+
#: includes/elements/latest-items.php:72
|
3518 |
+
msgid "attachment grid"
|
3519 |
+
msgstr "شبکه پیوست"
|
3520 |
+
|
3521 |
+
#: includes/elements/latest-items.php:87
|
3522 |
+
msgid "attachment num"
|
3523 |
+
msgstr "شماره پیوست"
|
3524 |
+
|
3525 |
+
#: includes/elements/latest-items.php:117
|
3526 |
+
msgid "attachment link"
|
3527 |
+
msgstr "لینک پیوست"
|
3528 |
+
|
3529 |
+
#: includes/elements/latest-items.php:131
|
3530 |
+
msgid "posttype type"
|
3531 |
+
msgstr "نوع نوشته"
|
3532 |
+
|
3533 |
+
#: includes/elements/latest-items.php:147
|
3534 |
+
msgid "attachment alt"
|
3535 |
+
msgstr "جایگزین پیوست"
|
3536 |
+
|
3537 |
+
#: includes/elements/latest-items.php:161
|
3538 |
+
msgid "width"
|
3539 |
+
msgstr "عرض"
|
3540 |
+
|
3541 |
+
#: includes/elements/latest-items.php:176
|
3542 |
+
msgid "view_excerpt ?"
|
3543 |
+
msgstr "view_excerpt ?"
|
3544 |
+
|
3545 |
+
#: includes/elements/latest-items.php:191
|
3546 |
+
msgid "view_title ?"
|
3547 |
+
msgstr "view_title ?"
|
3548 |
+
|
3549 |
+
#: includes/elements/latest-items.php:221
|
3550 |
+
msgid "section_index"
|
3551 |
+
msgstr "section_index"
|
3552 |
+
|
3553 |
+
#: includes/elements/latest-items.php:222
|
3554 |
+
msgid "attachment section_index"
|
3555 |
+
msgstr "section_index پیوست"
|
3556 |
+
|
3557 |
+
#: includes/elements/latest-items.php:237
|
3558 |
+
msgid "attachment paged"
|
3559 |
+
msgstr "پیوست صفحه بندی شده"
|
3560 |
+
|
3561 |
+
#: includes/elements/latest-posts-slider.php:10
|
3562 |
+
msgid "[Phlox] Latest Posts Slider "
|
3563 |
+
msgstr "[فلوکس] اسلایدر آخرین نوشته ها"
|
3564 |
+
|
3565 |
+
#: includes/elements/latest-posts-slider.php:13
|
3566 |
+
msgid "Slider for latest posts."
|
3567 |
+
msgstr "اسلایدر برای آخرین نوشته ها."
|
3568 |
+
|
3569 |
+
#: includes/elements/latest-posts-slider.php:38
|
3570 |
+
msgid "Latest post slider title, leave it empty if you don`t need title."
|
3571 |
+
msgstr ""
|
3572 |
+
"عنوان اسلایدر آخرین نوشته ها، اگر به عنوان نیازی ندارید آن را خالی بگذارید."
|
3573 |
+
|
3574 |
+
#: includes/elements/latest-posts-slider.php:51
|
3575 |
+
msgid "Create slides from"
|
3576 |
+
msgstr "ساخت اسلایدها از"
|
3577 |
+
|
3578 |
+
#: includes/elements/latest-posts-slider.php:57
|
3579 |
+
msgid "Posts"
|
3580 |
+
msgstr "نوشته ها"
|
3581 |
+
|
3582 |
+
#: includes/elements/latest-posts-slider.php:58
|
3583 |
+
msgid "Pages"
|
3584 |
+
msgstr "برگه ها"
|
3585 |
+
|
3586 |
+
#: includes/elements/latest-posts-slider.php:69
|
3587 |
+
msgid "Slides number"
|
3588 |
+
msgstr "تعداد اسلایدها"
|
3589 |
+
|
3590 |
+
#: includes/elements/latest-posts-slider.php:70
|
3591 |
+
msgid "Specifies maximum number of slides in slider."
|
3592 |
+
msgstr "بیشترین تعداد اسلاید در اسلایدر را مشخص می کند."
|
3593 |
+
|
3594 |
+
#: includes/elements/latest-posts-slider.php:83
|
3595 |
+
#: includes/elements/recent-posts-grid-carousel.php:155
|
3596 |
+
#: includes/elements/recent-posts-land-style.php:156
|
3597 |
+
#: includes/elements/recent-posts-masonry.php:155
|
3598 |
+
#: includes/elements/recent-posts-tiles.php:161
|
3599 |
+
#: includes/elements/recent-posts-timeline.php:182
|
3600 |
+
msgid "Exclude posts"
|
3601 |
+
msgstr "نادیده گرفتن این نوشته ها"
|
3602 |
+
|
3603 |
+
#: includes/elements/latest-posts-slider.php:84
|
3604 |
+
#: includes/elements/latest-posts-slider.php:98
|
3605 |
+
msgid "Post IDs separated by comma (eg. 53,34,87,25)."
|
3606 |
+
msgstr "شناسه نوشته ها که با کاما از هم جدا شده اند. (مثلا 53,34,87,25)."
|
3607 |
+
|
3608 |
+
#: includes/elements/latest-posts-slider.php:97
|
3609 |
+
#: includes/elements/recent-posts-grid-carousel.php:169
|
3610 |
+
#: includes/elements/recent-posts-land-style.php:170
|
3611 |
+
#: includes/elements/recent-posts-masonry.php:169
|
3612 |
+
#: includes/elements/recent-posts-tiles.php:175
|
3613 |
+
#: includes/elements/recent-posts-timeline.php:196
|
3614 |
+
msgid "Include posts"
|
3615 |
+
msgstr "شامل شدن این نوشته ها"
|
3616 |
+
|
3617 |
+
#: includes/elements/latest-posts-slider.php:111
|
3618 |
+
#: includes/elements/recent-posts-grid-carousel.php:225
|
3619 |
+
#: includes/elements/recent-posts-land-style.php:226
|
3620 |
+
#: includes/elements/recent-posts-masonry.php:225
|
3621 |
+
#: includes/elements/recent-posts-tiles.php:232
|
3622 |
+
#: includes/elements/recent-posts-timeline.php:252
|
3623 |
+
msgid "Start offset"
|
3624 |
+
msgstr "پرش از ابتدا"
|
3625 |
+
|
3626 |
+
#: includes/elements/latest-posts-slider.php:112
|
3627 |
+
#: includes/elements/recent-posts-grid-carousel.php:226
|
3628 |
+
#: includes/elements/recent-posts-land-style.php:227
|
3629 |
+
#: includes/elements/recent-posts-masonry.php:226
|
3630 |
+
#: includes/elements/recent-posts-tiles.php:233
|
3631 |
+
#: includes/elements/recent-posts-timeline.php:253
|
3632 |
+
msgid "Number of post to displace or pass over."
|
3633 |
+
msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
|
3634 |
+
|
3635 |
+
#: includes/elements/latest-posts-slider.php:136
|
3636 |
+
#: includes/elements/popular-posts-widget.php:197
|
3637 |
+
#: includes/elements/recent-posts-grid-carousel.php:196
|
3638 |
+
#: includes/elements/recent-posts-land-style.php:197
|
3639 |
+
#: includes/elements/recent-posts-masonry.php:196
|
3640 |
+
#: includes/elements/recent-posts-tiles.php:202
|
3641 |
+
#: includes/elements/recent-posts-timeline.php:223
|
3642 |
+
#: includes/elements/recent-posts-widget.php:157
|
3643 |
+
msgid "Comments"
|
3644 |
+
msgstr "دیدگاه ها"
|
3645 |
+
|
3646 |
+
#: includes/elements/latest-posts-slider.php:137
|
3647 |
+
#: includes/elements/popular-posts-widget.php:198
|
3648 |
+
#: includes/elements/recent-posts-grid-carousel.php:197
|
3649 |
+
#: includes/elements/recent-posts-land-style.php:198
|
3650 |
+
#: includes/elements/recent-posts-masonry.php:197
|
3651 |
+
#: includes/elements/recent-posts-tiles.php:203
|
3652 |
+
#: includes/elements/recent-posts-timeline.php:224
|
3653 |
+
#: includes/elements/recent-posts-widget.php:158
|
3654 |
+
msgid "Date Modified"
|
3655 |
+
msgstr "تاریخ ویرایش"
|
3656 |
+
|
3657 |
+
#: includes/elements/latest-posts-slider.php:138
|
3658 |
+
#: includes/elements/popular-posts-widget.php:199
|
3659 |
+
#: includes/elements/recent-posts-grid-carousel.php:198
|
3660 |
+
#: includes/elements/recent-posts-land-style.php:199
|
3661 |
+
#: includes/elements/recent-posts-masonry.php:198
|
3662 |
+
#: includes/elements/recent-posts-tiles.php:204
|
3663 |
+
#: includes/elements/recent-posts-timeline.php:225
|
3664 |
+
#: includes/elements/recent-posts-widget.php:159
|
3665 |
+
msgid "Author"
|
3666 |
+
msgstr "نویسنده"
|
3667 |
+
|
3668 |
+
#: includes/elements/latest-posts-slider.php:149
|
3669 |
+
msgid "Order direction"
|
3670 |
+
msgstr "جهت مرتب سازی"
|
3671 |
+
|
3672 |
+
#: includes/elements/latest-posts-slider.php:167
|
3673 |
+
msgid "Slider skin"
|
3674 |
+
msgstr "نمای اسلایدر"
|
3675 |
+
|
3676 |
+
#: includes/elements/latest-posts-slider.php:173
|
3677 |
+
msgid "Light and boxed"
|
3678 |
+
msgstr "جعبه ای روشن"
|
3679 |
+
|
3680 |
+
#: includes/elements/latest-posts-slider.php:174
|
3681 |
+
msgid "Dark and boxed"
|
3682 |
+
msgstr "جعبه ای تیره"
|
3683 |
+
|
3684 |
+
#: includes/elements/latest-posts-slider.php:175
|
3685 |
+
msgid "Light overlay"
|
3686 |
+
msgstr "روکش روشن"
|
3687 |
+
|
3688 |
+
#: includes/elements/latest-posts-slider.php:176
|
3689 |
+
msgid "Dark overlay"
|
3690 |
+
msgstr "روکش تیره"
|
3691 |
+
|
3692 |
+
#: includes/elements/latest-posts-slider.php:187
|
3693 |
+
#: includes/elements/recent-posts-tiles.php:272
|
3694 |
+
msgid "Insert post title"
|
3695 |
+
msgstr "افزودن عنوان نوشته"
|
3696 |
+
|
3697 |
+
#: includes/elements/latest-posts-slider.php:200
|
3698 |
+
#: includes/elements/recent-posts-tiles.php:286
|
3699 |
+
msgid "Insert post meta"
|
3700 |
+
msgstr "افزودن متای نوشته"
|
3701 |
+
|
3702 |
+
#: includes/elements/latest-posts-slider.php:217
|
3703 |
+
msgid "Grab the image from"
|
3704 |
+
msgstr "گرفتن تصویر از"
|
3705 |
+
|
3706 |
+
#: includes/elements/latest-posts-slider.php:223
|
3707 |
+
msgid "Auto select"
|
3708 |
+
msgstr "انتخاب خودکار"
|
3709 |
+
|
3710 |
+
#: includes/elements/latest-posts-slider.php:224
|
3711 |
+
msgid "Featured image"
|
3712 |
+
msgstr "تصویر شاخص"
|
3713 |
+
|
3714 |
+
#: includes/elements/latest-posts-slider.php:225
|
3715 |
+
msgid "First image in post"
|
3716 |
+
msgstr "اولین تصویر در نوشته"
|
3717 |
+
|
3718 |
+
#: includes/elements/latest-posts-slider.php:226
|
3719 |
+
msgid "Custom image"
|
3720 |
+
msgstr "تصویر دلخواه"
|
3721 |
+
|
3722 |
+
#: includes/elements/latest-posts-slider.php:253
|
3723 |
+
msgid "Exclude posts without image"
|
3724 |
+
msgstr "نادیده گرفتن نوشته های بدون تصویر"
|
3725 |
+
|
3726 |
+
#: includes/elements/latest-posts-slider.php:268
|
3727 |
+
msgid "Slider image width"
|
3728 |
+
msgstr "عرض تصویر اسلایدر"
|
3729 |
+
|
3730 |
+
#: includes/elements/latest-posts-slider.php:281
|
3731 |
+
msgid "Slider image height"
|
3732 |
+
msgstr "ارتفاع تصویر اسلایدر"
|
3733 |
+
|
3734 |
+
#: includes/elements/latest-posts-slider.php:294
|
3735 |
+
msgid "Arrow navigation"
|
3736 |
+
msgstr "فلش های ناوبری"
|
3737 |
+
|
3738 |
+
#: includes/elements/latest-posts-slider.php:307
|
3739 |
+
msgid "Space between slides"
|
3740 |
+
msgstr "فاصله بین اسلایدها"
|
3741 |
+
|
3742 |
+
#: includes/elements/latest-posts-slider.php:320
|
3743 |
+
msgid "Looped navigation"
|
3744 |
+
msgstr "ناوبری چرخه ای"
|
3745 |
+
|
3746 |
+
#: includes/elements/latest-posts-slider.php:333
|
3747 |
+
msgid "Slideshow"
|
3748 |
+
msgstr "اسلایدشو"
|
3749 |
+
|
3750 |
+
#: includes/elements/latest-posts-slider.php:346
|
3751 |
+
msgid "Slideshow delay in seconds"
|
3752 |
+
msgstr "تاخیر اسلایدشو بر حسب ثانیه"
|
3753 |
+
|
3754 |
+
#: includes/elements/latest-posts-slider.php:495
|
3755 |
+
msgid "View all posts in "
|
3756 |
+
msgstr "نمایش همه نوشته ها در"
|
3757 |
+
|
3758 |
+
#: includes/elements/popular-posts-widget.php:11
|
3759 |
+
#: includes/elements/recent-posts-grid-carousel.php:11
|
3760 |
+
#: includes/elements/recent-posts-land-style.php:11
|
3761 |
+
#: includes/elements/recent-posts-masonry.php:11
|
3762 |
+
#: includes/elements/recent-posts-tiles.php:11
|
3763 |
+
#: includes/elements/recent-posts-timeline.php:11
|
3764 |
+
#: includes/elements/recent-posts-widget.php:11
|
3765 |
+
msgid "All Categories"
|
3766 |
+
msgstr "همه دسته ها"
|
3767 |
+
|
3768 |
+
#: includes/elements/popular-posts-widget.php:18
|
3769 |
+
msgid "[Phlox] Popular Posts Widget"
|
3770 |
+
msgstr "[فلوکس] ابزارک مطالب محبوب"
|
3771 |
+
|
3772 |
+
#: includes/elements/popular-posts-widget.php:21
|
3773 |
+
msgid "Shows popular and most commented posts with thumbnail."
|
3774 |
+
msgstr "نمایش مطالب محبوب و بیشتر بحث شده به همراه تصویر بندانگشتی"
|
3775 |
+
|
3776 |
+
#: includes/elements/popular-posts-widget.php:60
|
3777 |
+
#: includes/elements/recent-posts-grid-carousel.php:99
|
3778 |
+
#: includes/elements/recent-posts-land-style.php:100
|
3779 |
+
#: includes/elements/recent-posts-masonry.php:99
|
3780 |
+
#: includes/elements/recent-posts-tiles.php:101
|
3781 |
+
#: includes/elements/recent-posts-timeline.php:126
|
3782 |
+
#: includes/elements/recent-posts-widget.php:66
|
3783 |
+
msgid "Number of posts to show"
|
3784 |
+
msgstr "تعداد نوشته ها برای نمایش"
|
3785 |
+
|
3786 |
+
#: includes/elements/popular-posts-widget.php:81
|
3787 |
+
msgid "Display popular tab"
|
3788 |
+
msgstr "نمایش زبانه محبوب ها"
|
3789 |
+
|
3790 |
+
#: includes/elements/popular-posts-widget.php:82
|
3791 |
+
msgid "Enable it to display the most popular posts."
|
3792 |
+
msgstr "برای نمایش نوشته های محبوب این گزینه را فعال کنید."
|
3793 |
+
|
3794 |
+
#: includes/elements/popular-posts-widget.php:96
|
3795 |
+
msgid "Display recent tab"
|
3796 |
+
msgstr "نمایش زبانه مطالب اخیر"
|
3797 |
+
|
3798 |
+
#: includes/elements/popular-posts-widget.php:97
|
3799 |
+
msgid "Enable it to display the most recent posts."
|
3800 |
+
msgstr "برای نمایش مطالب اخیر این گزینه را فعال کنید."
|
3801 |
+
|
3802 |
+
#: includes/elements/popular-posts-widget.php:111
|
3803 |
+
msgid "Display comment tab"
|
3804 |
+
msgstr "نمایش زبانه دیدگاه ها"
|
3805 |
+
|
3806 |
+
#: includes/elements/popular-posts-widget.php:112
|
3807 |
+
msgid "Enable it to display the most commented posts."
|
3808 |
+
msgstr "برای نمایش نوشته های بیشتر بحث شده این گزینه را فعال کنید."
|
3809 |
+
|
3810 |
+
#: includes/elements/popular-posts-widget.php:126
|
3811 |
+
#: includes/elements/recent-posts-widget.php:86
|
3812 |
+
msgid "Display image"
|
3813 |
+
msgstr "نمایش تصویر"
|
3814 |
+
|
3815 |
+
#: includes/elements/popular-posts-widget.php:127
|
3816 |
+
#: includes/elements/recent-posts-widget.php:87
|
3817 |
+
msgid "Enable it to display images as well."
|
3818 |
+
msgstr "همچنین برای نمایش تصاویر این گزینه را فعال کنید."
|
3819 |
+
|
3820 |
+
#: includes/elements/popular-posts-widget.php:141
|
3821 |
+
#: includes/elements/recent-posts-widget.php:101
|
3822 |
+
msgid "Display excerpt"
|
3823 |
+
msgstr "نمایش خلاصه"
|
3824 |
+
|
3825 |
+
#: includes/elements/popular-posts-widget.php:142
|
3826 |
+
#: includes/elements/recent-posts-widget.php:102
|
3827 |
+
msgid "Enable it to display post summary instead of full content."
|
3828 |
+
msgstr "برای نمایش خلاصه نوشته به جای محتوای کامل این گزینه را فعال کنید."
|
3829 |
+
|
3830 |
+
#: includes/elements/popular-posts-widget.php:156
|
3831 |
+
#: includes/elements/recent-posts-widget.php:116
|
3832 |
+
msgid "Display post date"
|
3833 |
+
msgstr "نمایش تاریخ نوشته"
|
3834 |
+
|
3835 |
+
#: includes/elements/popular-posts-widget.php:171
|
3836 |
+
#: includes/elements/recent-posts-widget.php:131
|
3837 |
+
msgid "Specify summary content in character"
|
3838 |
+
msgstr "محتوای خلاصه مطلب را بر حسب کاراکتر مشخص می کند."
|
3839 |
+
|
3840 |
+
#: includes/elements/popular-posts-widget.php:231
|
3841 |
+
#: includes/elements/recent-posts-grid-carousel.php:84
|
3842 |
+
#: includes/elements/recent-posts-land-style.php:85
|
3843 |
+
#: includes/elements/recent-posts-masonry.php:84
|
3844 |
+
#: includes/elements/recent-posts-tiles.php:85
|
3845 |
+
#: includes/elements/recent-posts-timeline.php:111
|
3846 |
+
msgid "Categories"
|
3847 |
+
msgstr "دسته ها"
|
3848 |
+
|
3849 |
+
#: includes/elements/popular-posts-widget.php:232
|
3850 |
+
msgid "specify a categories that you want."
|
3851 |
+
msgstr "دسته بندی های مورد نظر شما را مشخص می کند."
|
3852 |
+
|
3853 |
+
#: includes/elements/popular-posts-widget.php:382
|
3854 |
+
msgid "Popular"
|
3855 |
+
msgstr "محبوب"
|
3856 |
+
|
3857 |
+
#: includes/elements/popular-posts-widget.php:383
|
3858 |
+
msgid "Recent"
|
3859 |
+
msgstr "اخیر"
|
3860 |
+
|
3861 |
+
#: includes/elements/popular-posts-widget.php:384
|
3862 |
+
msgid "Comment"
|
3863 |
+
msgstr "دیدگاه"
|
3864 |
+
|
3865 |
+
#: includes/elements/quote.php:10
|
3866 |
+
msgid "[Phlox] Quote"
|
3867 |
+
msgstr "[فلوکس] نقل قول"
|
3868 |
+
|
3869 |
+
#: includes/elements/quote.php:13
|
3870 |
+
msgid "Blockquote and introduction paragraph"
|
3871 |
+
msgstr "نقل قول و پاراگراف مقدمه"
|
3872 |
+
|
3873 |
+
#: includes/elements/quote.php:37
|
3874 |
+
msgid "Quote title, leave it empty if you don`t need title."
|
3875 |
+
msgstr "عنوان نقل قول، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
3876 |
+
|
3877 |
+
#: includes/elements/quote.php:50
|
3878 |
+
msgid "Quote text"
|
3879 |
+
msgstr "متن نقل قول"
|
3880 |
+
|
3881 |
+
#: includes/elements/quote.php:51
|
3882 |
+
msgid "Enter a text as a quote."
|
3883 |
+
msgstr "متنی را به عنوان نقل قول وارد کنید."
|
3884 |
+
|
3885 |
+
#: includes/elements/quote.php:65
|
3886 |
+
msgid "Blockqoute style"
|
3887 |
+
msgstr "ظاهر نقل قول"
|
3888 |
+
|
3889 |
+
#: includes/elements/quote.php:72
|
3890 |
+
msgid "Quote Normal"
|
3891 |
+
msgstr "نقل قول معمولی"
|
3892 |
+
|
3893 |
+
#: includes/elements/quote.php:76
|
3894 |
+
msgid "Blockquote Normal"
|
3895 |
+
msgstr "بلوک نقل قول معمولی"
|
3896 |
+
|
3897 |
+
#: includes/elements/quote.php:80
|
3898 |
+
msgid "Blockquote Bordered"
|
3899 |
+
msgstr "بلوک نقل قول کادربندی شده"
|
3900 |
+
|
3901 |
+
#: includes/elements/quote.php:84
|
3902 |
+
msgid "Intro"
|
3903 |
+
msgstr "مقدمه"
|
3904 |
+
|
3905 |
+
#: includes/elements/quote.php:88
|
3906 |
+
msgid "Intro Hero"
|
3907 |
+
msgstr "مقدمه بزرگ"
|
3908 |
+
|
3909 |
+
#: includes/elements/quote.php:92
|
3910 |
+
msgid "Intro with Splitter"
|
3911 |
+
msgstr "مقدمه با جداکننده"
|
3912 |
+
|
3913 |
+
#: includes/elements/quote.php:96
|
3914 |
+
msgid "Pullquote Normal"
|
3915 |
+
msgstr "نقل قول معلق معمولی"
|
3916 |
+
|
3917 |
+
#: includes/elements/quote.php:100
|
3918 |
+
msgid "Pullquote Colorized"
|
3919 |
+
msgstr "نقل قول معلق رنگی"
|
3920 |
+
|
3921 |
+
#: includes/elements/quote.php:113 includes/elements/text.php:69
|
3922 |
+
msgid "Text align"
|
3923 |
+
msgstr "تراز متن"
|
3924 |
+
|
3925 |
+
#: includes/elements/quote.php:152
|
3926 |
+
msgid "Insert quote symbol"
|
3927 |
+
msgstr "افزودن نماد نقل قول"
|
3928 |
+
|
3929 |
+
#: includes/elements/recent-posts-grid-carousel.php:24
|
3930 |
+
msgid "[Phlox] Grid & Carousel Recent Posts"
|
3931 |
+
msgstr "[فلوکس] شبکه و گردونه نوشته های اخیر"
|
3932 |
+
|
3933 |
+
#: includes/elements/recent-posts-grid-carousel.php:27
|
3934 |
+
msgid "It adds recent posts in grid or carousel mode."
|
3935 |
+
msgstr "مطالب اخیر را در حالت شبکه یا گردونه اضافه می کند."
|
3936 |
+
|
3937 |
+
#: includes/elements/recent-posts-grid-carousel.php:52
|
3938 |
+
#: includes/elements/recent-posts-land-style.php:52
|
3939 |
+
#: includes/elements/recent-posts-masonry.php:52
|
3940 |
+
#: includes/elements/recent-posts-tiles.php:52
|
3941 |
+
#: includes/elements/recent-posts-timeline.php:52
|
3942 |
+
msgid "Recent post title, leave it empty if you don`t need title."
|
3943 |
+
msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
3944 |
+
|
3945 |
+
#: includes/elements/recent-posts-grid-carousel.php:85
|
3946 |
+
#: includes/elements/recent-posts-land-style.php:86
|
3947 |
+
#: includes/elements/recent-posts-masonry.php:85
|
3948 |
+
#: includes/elements/recent-posts-tiles.php:86
|
3949 |
+
#: includes/elements/recent-posts-timeline.php:112
|
3950 |
+
msgid "Specifies a category that you want to show posts from it."
|
3951 |
+
msgstr "دسته ای که می خواهید نوشته ها از آن نشان داده شوند را مشخص کنید."
|
3952 |
+
|
3953 |
+
#: includes/elements/recent-posts-grid-carousel.php:113
|
3954 |
+
#: includes/elements/recent-posts-land-style.php:114
|
3955 |
+
#: includes/elements/recent-posts-masonry.php:113
|
3956 |
+
#: includes/elements/recent-posts-tiles.php:116
|
3957 |
+
#: includes/elements/recent-posts-timeline.php:140
|
3958 |
+
msgid "Exclude posts without media"
|
3959 |
+
msgstr "نادیده گرفتن نوشته های بدون رسانه"
|
3960 |
+
|
3961 |
+
#: includes/elements/recent-posts-grid-carousel.php:126
|
3962 |
+
#: includes/elements/recent-posts-land-style.php:127
|
3963 |
+
#: includes/elements/recent-posts-masonry.php:126
|
3964 |
+
#: includes/elements/recent-posts-tiles.php:130
|
3965 |
+
#: includes/elements/recent-posts-timeline.php:153
|
3966 |
+
msgid "Exclude custom post formats"
|
3967 |
+
msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
|
3968 |
+
|
3969 |
+
#: includes/elements/recent-posts-grid-carousel.php:139
|
3970 |
+
#: includes/elements/recent-posts-land-style.php:140
|
3971 |
+
#: includes/elements/recent-posts-masonry.php:139
|
3972 |
+
#: includes/elements/recent-posts-tiles.php:144
|
3973 |
+
#: includes/elements/recent-posts-timeline.php:166
|
3974 |
+
msgid "Exclude qoute and link post formats"
|
3975 |
+
msgstr "نادیده گرفتن نوشته های سبک نقل قول و لینک"
|
3976 |
+
|
3977 |
+
#: includes/elements/recent-posts-grid-carousel.php:156
|
3978 |
+
#: includes/elements/recent-posts-grid-carousel.php:170
|
3979 |
+
#: includes/elements/recent-posts-land-style.php:157
|
3980 |
+
#: includes/elements/recent-posts-land-style.php:171
|
3981 |
+
#: includes/elements/recent-posts-masonry.php:156
|
3982 |
+
#: includes/elements/recent-posts-masonry.php:170
|
3983 |
+
#: includes/elements/recent-posts-tiles.php:162
|
3984 |
+
#: includes/elements/recent-posts-tiles.php:176
|
3985 |
+
#: includes/elements/recent-posts-timeline.php:183
|
3986 |
+
#: includes/elements/recent-posts-timeline.php:197
|
3987 |
+
msgid "Post IDs separated by comma (eg. 53,34,87,25)"
|
3988 |
+
msgstr "شناسه نوشته ها که با کاما از هم جدا شده اند. (مثلا 53,34,87,25)."
|
3989 |
+
|
3990 |
+
#: includes/elements/recent-posts-grid-carousel.php:239
|
3991 |
+
#: includes/elements/recent-posts-land-style.php:240
|
3992 |
+
#: includes/elements/recent-posts-land-style.php:274
|
3993 |
+
#: includes/elements/recent-posts-timeline.php:266
|
3994 |
+
msgid "Image aspect ratio"
|
3995 |
+
msgstr "نسبت ابعاد تصویر"
|
3996 |
+
|
3997 |
+
#: includes/elements/recent-posts-grid-carousel.php:247
|
3998 |
+
#: includes/elements/recent-posts-land-style.php:248
|
3999 |
+
#: includes/elements/recent-posts-land-style.php:282
|
4000 |
+
#: includes/elements/recent-posts-timeline.php:274
|
4001 |
+
msgid "Horizontal 4:3"
|
4002 |
+
msgstr "افقی 4:3"
|
4003 |
+
|
4004 |
+
#: includes/elements/recent-posts-grid-carousel.php:248
|
4005 |
+
#: includes/elements/recent-posts-land-style.php:249
|
4006 |
+
#: includes/elements/recent-posts-land-style.php:283
|
4007 |
+
#: includes/elements/recent-posts-timeline.php:275
|
4008 |
+
msgid "Horizontal 16:9"
|
4009 |
+
msgstr "افقی 16:9"
|
4010 |
+
|
4011 |
+
#: includes/elements/recent-posts-grid-carousel.php:249
|
4012 |
+
#: includes/elements/recent-posts-land-style.php:250
|
4013 |
+
#: includes/elements/recent-posts-land-style.php:284
|
4014 |
+
#: includes/elements/recent-posts-timeline.php:276
|
4015 |
+
msgid "Square 1:1"
|
4016 |
+
msgstr "مربع 1:1"
|
4017 |
+
|
4018 |
+
#: includes/elements/recent-posts-grid-carousel.php:250
|
4019 |
+
#: includes/elements/recent-posts-land-style.php:251
|
4020 |
+
#: includes/elements/recent-posts-land-style.php:285
|
4021 |
+
#: includes/elements/recent-posts-timeline.php:277
|
4022 |
+
msgid "Vertical 3:4"
|
4023 |
+
msgstr "عمودی 3:4"
|
4024 |
+
|
4025 |
+
#: includes/elements/recent-posts-grid-carousel.php:259
|
4026 |
+
#: includes/elements/recent-posts-land-style.php:260
|
4027 |
+
#: includes/elements/recent-posts-masonry.php:260
|
4028 |
+
#: includes/elements/recent-posts-timeline.php:286
|
4029 |
+
msgid "Display post media (image, video, etc)"
|
4030 |
+
msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
|
4031 |
+
|
4032 |
+
#: includes/elements/recent-posts-grid-carousel.php:273
|
4033 |
+
#: includes/elements/recent-posts-land-style.php:294
|
4034 |
+
#: includes/elements/recent-posts-masonry.php:274
|
4035 |
+
#: includes/elements/recent-posts-timeline.php:300
|
4036 |
+
msgid "Display post title"
|
4037 |
+
msgstr "نمایش عنوان پست"
|
4038 |
+
|
4039 |
+
#: includes/elements/recent-posts-grid-carousel.php:286
|
4040 |
+
#: includes/elements/recent-posts-land-style.php:307
|
4041 |
+
#: includes/elements/recent-posts-masonry.php:287
|
4042 |
+
#: includes/elements/recent-posts-timeline.php:313
|
4043 |
+
msgid "Display post meta"
|
4044 |
+
msgstr "نمایش متای پست"
|
4045 |
+
|
4046 |
+
#: includes/elements/recent-posts-grid-carousel.php:298
|
4047 |
+
#: includes/elements/recent-posts-land-style.php:319
|
4048 |
+
#: includes/elements/recent-posts-masonry.php:299
|
4049 |
+
#: includes/elements/recent-posts-timeline.php:325
|
4050 |
+
msgid "Display like button"
|
4051 |
+
msgstr "نمایش دکمه لایک"
|
4052 |
+
|
4053 |
+
#: includes/elements/recent-posts-grid-carousel.php:299
|
4054 |
+
#: includes/elements/recent-posts-land-style.php:320
|
4055 |
+
#: includes/elements/recent-posts-masonry.php:300
|
4056 |
+
#: includes/elements/recent-posts-timeline.php:326
|
4057 |
+
#, php-format
|
4058 |
+
msgid ""
|
4059 |
+
"Enable it to display %s like button%s on gride template blog. Please note WP "
|
4060 |
+
"Ulike plugin needs to be activaited to use this option."
|
4061 |
+
msgstr ""
|
4062 |
+
"برای نمایش %s دکمه لایک %s در نوشته های بلاگ این گزینه را فعال کنید. لطفا "
|
4063 |
+
"توجه کنید که افزونه WP Ulike برای عمل کردن این بخش باید فعال باشد."
|
4064 |
+
|
4065 |
+
#: includes/elements/recent-posts-grid-carousel.php:312
|
4066 |
+
msgid "Content layout"
|
4067 |
+
msgstr "چیدمان محتوا"
|
4068 |
+
|
4069 |
+
#: includes/elements/recent-posts-grid-carousel.php:313
|
4070 |
+
msgid "Specifies the style of content for each post column."
|
4071 |
+
msgstr "ظاهر محتوا برای هر ستون از نوشته ها مشخص می کند."
|
4072 |
+
|
4073 |
+
#: includes/elements/recent-posts-grid-carousel.php:320
|
4074 |
+
msgid "Full Content"
|
4075 |
+
msgstr "محتوای کامل"
|
4076 |
+
|
4077 |
+
#: includes/elements/recent-posts-grid-carousel.php:321
|
4078 |
+
msgid "Boxed Content"
|
4079 |
+
msgstr "محتوای جعبه ای"
|
4080 |
+
|
4081 |
+
#: includes/elements/recent-posts-grid-carousel.php:331
|
4082 |
+
#: includes/elements/recent-posts-land-style.php:334
|
4083 |
+
#: includes/elements/recent-posts-masonry.php:314
|
4084 |
+
#: includes/elements/recent-posts-timeline.php:340
|
4085 |
+
msgid "Specify summary content in character."
|
4086 |
+
msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کند."
|
4087 |
+
|
4088 |
+
#: includes/elements/recent-posts-grid-carousel.php:344
|
4089 |
+
#: includes/elements/recent-posts-land-style.php:350
|
4090 |
+
#: includes/elements/recent-posts-masonry.php:327
|
4091 |
+
#: includes/elements/recent-posts-timeline.php:356
|
4092 |
+
msgid "Display author or read more"
|
4093 |
+
msgstr "نمایش نویسنده یا ادامه نوشته"
|
4094 |
+
|
4095 |
+
#: includes/elements/recent-posts-grid-carousel.php:345
|
4096 |
+
#: includes/elements/recent-posts-land-style.php:351
|
4097 |
+
#: includes/elements/recent-posts-masonry.php:328
|
4098 |
+
#: includes/elements/recent-posts-timeline.php:357
|
4099 |
+
msgid "Specifies whether to show author or read more on each post."
|
4100 |
+
msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در هر نوشته نشان داده شود یا خیر."
|
4101 |
+
|
4102 |
+
#: includes/elements/recent-posts-grid-carousel.php:352
|
4103 |
+
#: includes/elements/recent-posts-land-style.php:358
|
4104 |
+
#: includes/elements/recent-posts-masonry.php:335
|
4105 |
+
#: includes/elements/recent-posts-timeline.php:364
|
4106 |
+
msgid "Read More"
|
4107 |
+
msgstr "بیشتر بخوانید"
|
4108 |
+
|
4109 |
+
#: includes/elements/recent-posts-grid-carousel.php:353
|
4110 |
+
#: includes/elements/recent-posts-land-style.php:359
|
4111 |
+
#: includes/elements/recent-posts-masonry.php:336
|
4112 |
+
#: includes/elements/recent-posts-timeline.php:365
|
4113 |
+
msgid "Author Name"
|
4114 |
+
msgstr "نام نویسنده"
|
4115 |
+
|
4116 |
+
#: includes/elements/recent-posts-grid-carousel.php:362
|
4117 |
+
#: includes/elements/recent-posts-masonry.php:345
|
4118 |
+
msgid "Number of columns"
|
4119 |
+
msgstr "تعداد ستون ها"
|
4120 |
+
|
4121 |
+
#: includes/elements/recent-posts-grid-carousel.php:380
|
4122 |
+
#: includes/elements/recent-posts-masonry.php:363
|
4123 |
+
msgid "Number of columns in tablet size"
|
4124 |
+
msgstr "تعداد ستون ها در تبلت"
|
4125 |
+
|
4126 |
+
#: includes/elements/recent-posts-grid-carousel.php:399
|
4127 |
+
#: includes/elements/recent-posts-masonry.php:382
|
4128 |
+
msgid "Number of columns in phone size"
|
4129 |
+
msgstr "تعداد ستون ها در موبایل"
|
4130 |
+
|
4131 |
+
#: includes/elements/recent-posts-grid-carousel.php:417
|
4132 |
+
msgid "Display items in"
|
4133 |
+
msgstr "نمایش آیتم ها در"
|
4134 |
+
|
4135 |
+
#: includes/elements/recent-posts-grid-carousel.php:436
|
4136 |
+
msgid "Column space"
|
4137 |
+
msgstr "فضای بین ستون ها"
|
4138 |
+
|
4139 |
+
#: includes/elements/recent-posts-grid-carousel.php:437
|
4140 |
+
msgid "Specifies space between carousel columns in pixels."
|
4141 |
+
msgstr "فضای خالی بین ستون های گردونه را بر حسب پیکسل مشخص می کند."
|
4142 |
+
|
4143 |
+
#: includes/elements/recent-posts-grid-carousel.php:453
|
4144 |
+
msgid "Navigation type"
|
4145 |
+
msgstr "نوع ناوبری"
|
4146 |
+
|
4147 |
+
#: includes/elements/recent-posts-grid-carousel.php:461
|
4148 |
+
msgid "Move per column"
|
4149 |
+
msgstr "حرکت در هر ستون"
|
4150 |
+
|
4151 |
+
#: includes/elements/recent-posts-grid-carousel.php:462
|
4152 |
+
msgid "Move per page"
|
4153 |
+
msgstr "حرکت در هر صفحه"
|
4154 |
+
|
4155 |
+
#: includes/elements/recent-posts-grid-carousel.php:463
|
4156 |
+
msgid "Smooth scroll"
|
4157 |
+
msgstr "اسکرول آرام"
|
4158 |
+
|
4159 |
+
#: includes/elements/recent-posts-grid-carousel.php:483
|
4160 |
+
msgid "Arrows"
|
4161 |
+
msgstr "فلش ها"
|
4162 |
+
|
4163 |
+
#: includes/elements/recent-posts-grid-carousel.php:484
|
4164 |
+
msgid "Bullets"
|
4165 |
+
msgstr "گلوله ها"
|
4166 |
+
|
4167 |
+
#: includes/elements/recent-posts-grid-carousel.php:496
|
4168 |
+
msgid "Loop navigation"
|
4169 |
+
msgstr "ناوبری چرخه ای"
|
4170 |
+
|
4171 |
+
#: includes/elements/recent-posts-grid-carousel.php:511
|
4172 |
+
msgid "Autoplay carousel"
|
4173 |
+
msgstr "نمایش خودکار گردونه"
|
4174 |
+
|
4175 |
+
#: includes/elements/recent-posts-grid-carousel.php:527
|
4176 |
+
msgid "Autoplay delay"
|
4177 |
+
msgstr "تاخیر شروع خودکار"
|
4178 |
+
|
4179 |
+
#: includes/elements/recent-posts-grid-carousel.php:528
|
4180 |
+
msgid "Specifies the delay between auto-forwarding in seconds."
|
4181 |
+
msgstr "تاخیر بین حرکت های رو به جلو را بر حسب ثانیه مشخص می کند."
|
4182 |
+
|
4183 |
+
#: includes/elements/recent-posts-grid-carousel.php:843
|
4184 |
+
msgid "Action handler not found."
|
4185 |
+
msgstr "اقدام کننده عملیات یافت نشد."
|
4186 |
+
|
4187 |
+
#: includes/elements/recent-posts-grid-carousel.php:845
|
4188 |
+
msgid "Authorization failed."
|
4189 |
+
msgstr "احراز هویت با خطا مواجه شد."
|
4190 |
+
|
4191 |
+
#: includes/elements/recent-posts-land-style.php:24
|
4192 |
+
msgid "[Phlox] Land Style Recent Posts"
|
4193 |
+
msgstr "[فلوکس] مطالب اخیر سبک زمین"
|
4194 |
+
|
4195 |
+
#: includes/elements/recent-posts-land-style.php:27
|
4196 |
+
msgid "It adds recent posts in land style."
|
4197 |
+
msgstr "مطالب اخیر به سبک زمین را اضافه می کند."
|
4198 |
+
|
4199 |
+
#: includes/elements/recent-posts-masonry.php:24
|
4200 |
+
msgid "[Phlox] Masonry Recent Posts"
|
4201 |
+
msgstr "[فلوکس] مطالب اخیر ساختمانی"
|
4202 |
+
|
4203 |
+
#: includes/elements/recent-posts-masonry.php:27
|
4204 |
+
msgid "It adds recent posts in masonry style."
|
4205 |
+
msgstr "مطالب اخیر به سبک ساختمانی را اضافه می کند."
|
4206 |
+
|
4207 |
+
#: includes/elements/recent-posts-tiles.php:24
|
4208 |
+
msgid "[Phlox] Tiles Recent Posts"
|
4209 |
+
msgstr "[فلوکس] مطالب اخیر کاشی وار"
|
4210 |
+
|
4211 |
+
#: includes/elements/recent-posts-tiles.php:27
|
4212 |
+
msgid "It adds recent posts in tiles style."
|
4213 |
+
msgstr "مطالب اخیر را به سبک کاشی اضافه می کند."
|
4214 |
+
|
4215 |
+
#: includes/elements/recent-posts-tiles.php:247
|
4216 |
+
msgid "Post tile style"
|
4217 |
+
msgstr "ظاهر کاشی مطالب"
|
4218 |
+
|
4219 |
+
#: includes/elements/recent-posts-tiles.php:261
|
4220 |
+
msgid "Standard"
|
4221 |
+
msgstr "استاندارد"
|
4222 |
+
|
4223 |
+
#: includes/elements/recent-posts-timeline.php:24
|
4224 |
+
msgid "[Phlox] Timeline Recent Posts"
|
4225 |
+
msgstr "[فلوکس] خط زمانی مطالب اخیر"
|
4226 |
+
|
4227 |
+
#: includes/elements/recent-posts-timeline.php:27
|
4228 |
+
msgid "It adds recent posts in timeline style."
|
4229 |
+
msgstr "مطالب اخیر به سبک خط زمانی را اضافه می کند."
|
4230 |
+
|
4231 |
+
#: includes/elements/recent-posts-timeline.php:66
|
4232 |
+
msgid "Timeline aignment"
|
4233 |
+
msgstr "تراز خط زمان"
|
4234 |
+
|
4235 |
+
#: includes/elements/recent-posts-timeline.php:67
|
4236 |
+
msgid "Specifies the alignment of timeline element."
|
4237 |
+
msgstr "تراز المان خط زمانی را مشخص می کند."
|
4238 |
+
|
4239 |
+
#: includes/elements/recent-posts-widget.php:24
|
4240 |
+
msgid "[Phlox] Recent Posts Widget"
|
4241 |
+
msgstr "[فلوکس] ابزارک مطالب اخیر"
|
4242 |
+
|
4243 |
+
#: includes/elements/recent-posts-widget.php:27
|
4244 |
+
msgid "Shows recent posts with thumbnail."
|
4245 |
+
msgstr "مطالب اخیر به همراه تصویر بندانگشتی را نشان می دهد."
|
4246 |
+
|
4247 |
+
#: includes/elements/recent-posts-widget.php:186
|
4248 |
+
msgid "Categorie"
|
4249 |
+
msgstr "دسته"
|
4250 |
+
|
4251 |
+
#: includes/elements/recent-posts-widget.php:187
|
4252 |
+
msgid "Specify a category that you want."
|
4253 |
+
msgstr "دسته ی مورد نظر خود را مشخص کنید."
|
4254 |
+
|
4255 |
+
#: includes/elements/sample-element.php:12
|
4256 |
+
msgid "Auxin Callout "
|
4257 |
+
msgstr "اکسین فراخوان"
|
4258 |
+
|
4259 |
+
#: includes/elements/search.php:9
|
4260 |
+
msgid "[Phlox] Search"
|
4261 |
+
msgstr "[فلوکس] جستجو"
|
4262 |
+
|
4263 |
+
#: includes/elements/search.php:12
|
4264 |
+
msgid "Fancy search field"
|
4265 |
+
msgstr "فیلد جستجوی فانتزی"
|
4266 |
+
|
4267 |
+
#: includes/elements/search.php:37
|
4268 |
+
msgid "Search title, leave it empty if you don`t need title."
|
4269 |
+
msgstr "عنوان جستجو، اگر به عناون نیازی ندارید این بخش را خالی بگذارید."
|
4270 |
+
|
4271 |
+
#: includes/elements/socials-list.php:10
|
4272 |
+
msgid "[Phlox] Socials"
|
4273 |
+
msgstr "[فلوکس] شبکه های اجتماعی"
|
4274 |
+
|
4275 |
+
#: includes/elements/socials-list.php:13
|
4276 |
+
msgid ""
|
4277 |
+
"It shows the website socials icons which you can configure it by the "
|
4278 |
+
"customizer."
|
4279 |
+
msgstr ""
|
4280 |
+
"شکلک های شبکه های اجتماعی را نشان می دهد که می توانید در شخصی ساز آن ها را "
|
4281 |
+
"تنظیم کنید."
|
4282 |
+
|
4283 |
+
#: includes/elements/socials-list.php:38
|
4284 |
+
msgid "Socials title, leave it empty if you don`t need title."
|
4285 |
+
msgstr ""
|
4286 |
+
"عنوان شبکه های اجتماعی، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
|
4287 |
+
|
4288 |
+
#: includes/elements/socials-list.php:52
|
4289 |
+
msgid "Size of social icons"
|
4290 |
+
msgstr "اندازه شکلک های شبکه های اجتماعی"
|
4291 |
+
|
4292 |
+
#: includes/elements/socials-list.php:61
|
4293 |
+
msgid "Extra large"
|
4294 |
+
msgstr "خیلی بزرگ"
|
4295 |
+
|
4296 |
+
#: includes/elements/socials-list.php:72
|
4297 |
+
msgid "Directon of socials list"
|
4298 |
+
msgstr "جهت لیست شبکه های اجتماعی"
|
4299 |
+
|
4300 |
+
#: includes/elements/socials-list.php:78
|
4301 |
+
msgid "Horizontal"
|
4302 |
+
msgstr "افقی"
|
4303 |
+
|
4304 |
+
#: includes/elements/socials-list.php:79
|
4305 |
+
msgid "Vertical"
|
4306 |
+
msgstr "عمودی"
|
4307 |
+
|
4308 |
+
#: includes/elements/tabs.php:49
|
4309 |
+
msgid "Choose between bordered style and no border."
|
4310 |
+
msgstr "بین ظاهر کادر بندی شده و بدون کادر یکی را انتخاب کنید."
|
4311 |
+
|
4312 |
+
#: includes/elements/tabs.php:56
|
4313 |
+
msgid "Bordered"
|
4314 |
+
msgstr "کادربندی شده"
|
4315 |
+
|
4316 |
+
#: includes/elements/tabs.php:57
|
4317 |
+
msgid "No border"
|
4318 |
+
msgstr "بدون کادر"
|
4319 |
+
|
4320 |
+
#: includes/elements/tabs.php:66
|
4321 |
+
msgid "Tab label"
|
4322 |
+
msgstr "برچسب زبانه"
|
4323 |
+
|
4324 |
+
#: includes/elements/tabs.php:67
|
4325 |
+
msgid "Enter your tab item label."
|
4326 |
+
msgstr "برچسب آیتم زبانه را وارد کنید."
|
4327 |
+
|
4328 |
+
#: includes/elements/tabs.php:69 includes/elements/tabs.php:87
|
4329 |
+
msgid "Tabs"
|
4330 |
+
msgstr "زبانه ها"
|
4331 |
+
|
4332 |
+
#: includes/elements/tabs.php:70
|
4333 |
+
msgid "Tabs Section"
|
4334 |
+
msgstr "بخش زبانه ها"
|
4335 |
+
|
4336 |
+
#: includes/elements/tabs.php:84
|
4337 |
+
msgid "Enter your tab item content."
|
4338 |
+
msgstr "محتوای آیتم زبانه را وارد کنید."
|
4339 |
+
|
4340 |
+
#: includes/elements/tabs.php:86
|
4341 |
+
msgid "Tabs section"
|
4342 |
+
msgstr "بخش زبانه ها"
|
4343 |
+
|
4344 |
+
#: includes/elements/text.php:10
|
4345 |
+
msgid "[Phlox] Text"
|
4346 |
+
msgstr "[فلوکس] متن"
|
4347 |
+
|
4348 |
+
#: includes/elements/text.php:13
|
4349 |
+
msgid "Simple text block."
|
4350 |
+
msgstr "بلوک متنی سادذه."
|
4351 |
+
|
4352 |
+
#: includes/elements/text.php:39
|
4353 |
+
msgid "Text title, leave it empty if you don`t need title."
|
4354 |
+
msgstr "عناون متن، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
|
4355 |
+
|
4356 |
+
#: includes/elements/text.php:54
|
4357 |
+
msgid "Title link"
|
4358 |
+
msgstr "لینک عنوان"
|
4359 |
+
|
4360 |
+
#: includes/elements/text.php:76
|
4361 |
+
msgid "Theme Default"
|
4362 |
+
msgstr "پیشفرض پوسته"
|
4363 |
+
|
4364 |
+
#: includes/elements/text.php:101
|
4365 |
+
msgid "Text color scheme"
|
4366 |
+
msgstr "شمای رنگ متن"
|
4367 |
+
|
4368 |
+
#: includes/elements/text.php:107
|
4369 |
+
msgid "Inherit"
|
4370 |
+
msgstr "ارث بری"
|
4371 |
+
|
4372 |
+
#: includes/elements/text.php:120
|
4373 |
+
msgid "Wrapper style"
|
4374 |
+
msgstr "ظاهر Wrapper"
|
4375 |
+
|
4376 |
+
#: includes/elements/text.php:126
|
4377 |
+
msgid "Simple"
|
4378 |
+
msgstr "ساده"
|
4379 |
+
|
4380 |
+
#: includes/elements/text.php:127
|
4381 |
+
msgid "Outlined"
|
4382 |
+
msgstr "با خط بیرونی"
|
4383 |
+
|
4384 |
+
#: includes/elements/text.php:128
|
4385 |
+
msgid "Boxed"
|
4386 |
+
msgstr "جعبه ای"
|
4387 |
+
|
4388 |
+
#: includes/elements/text.php:139
|
4389 |
+
msgid "Block background color"
|
4390 |
+
msgstr "رنگ پس زمینه بلوک"
|
4391 |
+
|
4392 |
+
#: includes/elements/text.php:140
|
4393 |
+
msgid "Choose a background color for this block."
|
4394 |
+
msgstr "رنگ پس زمینه ای را برای این بلوک انتخاب کنید."
|
4395 |
+
|
4396 |
+
#: includes/elements/text.php:155
|
4397 |
+
msgid "Please choose an icon from avaialable icons."
|
4398 |
+
msgstr "لطفا یکی از شکلک های موجود را انتخاب کنید."
|
4399 |
+
|
4400 |
+
#: includes/elements/text.php:169
|
4401 |
+
msgid "Icon color"
|
4402 |
+
msgstr "رنگ شکلک"
|
4403 |
+
|
4404 |
+
#: includes/elements/text.php:170
|
4405 |
+
msgid "Choose a color for icon."
|
4406 |
+
msgstr "رنگی برای شکلک انتخاب کنید."
|
4407 |
+
|
4408 |
+
#: includes/elements/text.php:184
|
4409 |
+
msgid "Icon size"
|
4410 |
+
msgstr "اندازه شکلک"
|
4411 |
+
|
4412 |
+
#: includes/elements/text.php:193
|
4413 |
+
msgid "X-Large"
|
4414 |
+
msgstr "خیلی بزرگ"
|
4415 |
+
|
4416 |
+
#: includes/elements/text.php:204
|
4417 |
+
msgid "Icon background shape"
|
4418 |
+
msgstr "شکل پس زمینه شکلک"
|
4419 |
+
|
4420 |
+
#: includes/elements/text.php:211
|
4421 |
+
msgid "Semi-Circle"
|
4422 |
+
msgstr "نیم دایره"
|
4423 |
+
|
4424 |
+
#: includes/elements/text.php:212
|
4425 |
+
msgid "Round Rectangle"
|
4426 |
+
msgstr "مستطیل دورگرد"
|
4427 |
+
|
4428 |
+
#: includes/elements/text.php:213
|
4429 |
+
msgid "Rectangle"
|
4430 |
+
msgstr "مستطیل"
|
4431 |
+
|
4432 |
+
#: includes/elements/text.php:224
|
4433 |
+
msgid "Icon background color"
|
4434 |
+
msgstr "رنگ پس زمینه شکلک"
|
4435 |
+
|
4436 |
+
#: includes/elements/text.php:225
|
4437 |
+
msgid "Choose a color for background of icon."
|
4438 |
+
msgstr "رنگی برای پس زمینه شکلک انتخاب کنید."
|
4439 |
+
|
4440 |
+
#: includes/elements/text.php:239
|
4441 |
+
msgid "Icon outline color"
|
4442 |
+
msgstr "رنگ خط بیرونی شکلک"
|
4443 |
+
|
4444 |
+
#: includes/elements/text.php:240
|
4445 |
+
msgid "Choose a color for the border around the icon."
|
4446 |
+
msgstr "رنگی را برای کادر دور شکلک انتخاب کنید."
|
4447 |
+
|
4448 |
+
#: includes/elements/text.php:269
|
4449 |
+
msgid "Image or icon position"
|
4450 |
+
msgstr "موقعیت تصویر یا شکلک"
|
4451 |
+
|
4452 |
+
#: includes/elements/text.php:298
|
4453 |
+
msgid "Enter a text as a text content."
|
4454 |
+
msgstr "متنی را به عنوان محتوا وارد کنید."
|
4455 |
+
|
4456 |
+
#: includes/elements/video.php:10
|
4457 |
+
msgid "[Phlox] Video"
|
4458 |
+
msgstr "[فلوکس] ویدیو"
|
4459 |
+
|
4460 |
+
#: includes/elements/video.php:13
|
4461 |
+
msgid "It adds a video player element."
|
4462 |
+
msgstr "یک پخش کننده ویدیو اضافه می کند."
|
4463 |
+
|
4464 |
+
#: includes/elements/video.php:34
|
4465 |
+
msgid "Video title, leave it empty if you don`t need title."
|
4466 |
+
msgstr "عنوان ویدیو، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
|
4467 |
+
|
4468 |
+
#: includes/elements/video.php:49
|
4469 |
+
msgid "Whether to start the video automatically or not."
|
4470 |
+
msgstr "ویدیو به طور خودکار پخش شود یا خیر."
|
4471 |
+
|
4472 |
+
#: includes/elements/video.php:62
|
4473 |
+
msgid "Repeat video"
|
4474 |
+
msgstr "تکرار ویدیو"
|
4475 |
+
|
4476 |
+
#: includes/elements/video.php:63
|
4477 |
+
msgid "Play video again when it ends."
|
4478 |
+
msgstr "پس از اتمام ویدیو دوباره آن را پخش می کند."
|
4479 |
+
|
4480 |
+
#: includes/elements/video.php:77
|
4481 |
+
msgid "Width size of video in pixel."
|
4482 |
+
msgstr "اندازه عرض ویدیو برحسب پیکسل."
|
4483 |
+
|
4484 |
+
#: includes/elements/video.php:92
|
4485 |
+
msgid "Height size of video in pixel."
|
4486 |
+
msgstr "ارتفاع ویدیو بر حسب پیکسل"
|
4487 |
+
|
4488 |
+
#: includes/elements/video.php:107
|
4489 |
+
msgid "Please upload the video file."
|
4490 |
+
msgstr "لطفا فایل ویدیو را بارگذاری کنید."
|
4491 |
+
|
4492 |
+
#: includes/elements/video.php:121
|
4493 |
+
msgid "Video link"
|
4494 |
+
msgstr "پیوند ویدیو"
|
4495 |
+
|
4496 |
+
#: includes/elements/video.php:122
|
4497 |
+
msgid "Youtube, Vimeo or any video embed link."
|
4498 |
+
msgstr "کد جاگذاری یوتیوب، ویمِو یا هر سرویس دیگری."
|
4499 |
+
|
4500 |
+
#: includes/elements/video.php:136
|
4501 |
+
msgid "Video poster"
|
4502 |
+
msgstr "پوستر ویدیو"
|
4503 |
+
|
4504 |
+
#: includes/elements/video.php:137
|
4505 |
+
msgid "An image that represents the video content."
|
4506 |
+
msgstr "تصویری که محتوای ویدیو را ارائه می کند."
|
4507 |
+
|
4508 |
+
#: includes/elements/video.php:151
|
4509 |
+
msgid "Player skin "
|
4510 |
+
msgstr "نمای پخش کننده"
|
4511 |
+
|
4512 |
+
#: includes/elements/video.php:152
|
4513 |
+
msgid "Specifies skin for the player."
|
4514 |
+
msgstr "نمای پخش کننده را مشخص می کند."
|
4515 |
+
|
4516 |
+
#: includes/general-hooks.php:97
|
4517 |
+
msgid "Auxin Icons"
|
4518 |
+
msgstr "اکسین شکلک ها"
|
4519 |
+
|
4520 |
+
#: includes/general-hooks.php:102
|
4521 |
+
msgid "Icon library"
|
4522 |
+
msgstr "کتابخانه شکلک ها"
|
4523 |
+
|
4524 |
+
#: includes/general-hooks.php:104
|
4525 |
+
msgid "Font Awesome"
|
4526 |
+
msgstr "Font Awesome"
|
4527 |
+
|
4528 |
+
#: includes/general-hooks.php:105
|
4529 |
+
msgid "Open Iconic"
|
4530 |
+
msgstr "Open Iconic"
|
4531 |
+
|
4532 |
+
#: includes/general-hooks.php:106
|
4533 |
+
msgid "Typicons"
|
4534 |
+
msgstr "Typicons"
|
4535 |
+
|
4536 |
+
#: includes/general-hooks.php:107
|
4537 |
+
msgid "Entypo"
|
4538 |
+
msgstr "Entypo"
|
4539 |
+
|
4540 |
+
#: includes/general-hooks.php:108
|
4541 |
+
msgid "Linecons"
|
4542 |
+
msgstr "Linecons"
|
4543 |
+
|
4544 |
+
#: includes/general-hooks.php:109
|
4545 |
+
msgid "Auxin"
|
4546 |
+
msgstr "اکسین"
|
4547 |
+
|
4548 |
+
#: includes/general-hooks.php:113
|
4549 |
+
msgid "Select icon library."
|
4550 |
+
msgstr "کتابخانه شکلک را انتخاب کنید."
|
4551 |
+
|
4552 |
+
#: includes/general-hooks.php:216
|
4553 |
+
msgid "Custom color"
|
4554 |
+
msgstr "رنگ سفارشی"
|
4555 |
+
|
4556 |
+
#: includes/general-hooks.php:218
|
4557 |
+
msgid "Select custom icon color."
|
4558 |
+
msgstr "رنگ دلخواه شکلک را انتخاب کنید."
|
4559 |
+
|
4560 |
+
#: includes/general-hooks.php:226
|
4561 |
+
msgid "Background shape"
|
4562 |
+
msgstr "شکل پس زمینه"
|
4563 |
+
|
4564 |
+
#: includes/general-hooks.php:235
|
4565 |
+
msgid "Outline Rounded"
|
4566 |
+
msgstr "گرد با خط بیرونی"
|
4567 |
+
|
4568 |
+
#: includes/general-hooks.php:237
|
4569 |
+
msgid "Select background shape and style for icon."
|
4570 |
+
msgstr "ظاهر و شکل پس زمینه شکلک انتخاب کنید."
|
4571 |
+
|
4572 |
+
#: includes/general-hooks.php:242
|
4573 |
+
msgid "Custom background color"
|
4574 |
+
msgstr "رنگ پس زمینه دلخواه"
|
4575 |
+
|
4576 |
+
#: includes/general-hooks.php:244
|
4577 |
+
msgid "Select custom icon background color."
|
4578 |
+
msgstr "رنگ دلخواه پس زمینه شکلک را انتخاب کنید."
|
4579 |
+
|
4580 |
+
#: includes/general-hooks.php:260
|
4581 |
+
msgid "Select icon alignment."
|
4582 |
+
msgstr "تراز شکلک را انتخاب کنید."
|
4583 |
+
|
4584 |
+
#: includes/general-hooks.php:276 includes/general-hooks.php:277
|
4585 |
+
msgid "Arrow"
|
4586 |
+
msgstr "فلش"
|
4587 |
+
|
4588 |
+
#: includes/general-hooks.php:278
|
4589 |
+
msgid "Back"
|
4590 |
+
msgstr "برگشت"
|
4591 |
+
|
4592 |
+
#: includes/general-hooks.php:334
|
4593 |
+
msgid "Custom JS Code"
|
4594 |
+
msgstr "کد جاوااسکریپت سفارشی"
|
4595 |
+
|
4596 |
+
#: includes/general-hooks.php:335
|
4597 |
+
msgid "Your Custom Javascript"
|
4598 |
+
msgstr "جاوااسکریپت دلخواه شما"
|
4599 |
+
|
4600 |
+
#: includes/general-hooks.php:339
|
4601 |
+
msgid "Custom Javascript"
|
4602 |
+
msgstr "جاوااسکریپت سفارشی"
|
4603 |
+
|
4604 |
+
#: includes/general-hooks.php:340
|
4605 |
+
#, php-format
|
4606 |
+
msgid "You can add your custom javascript code here.%s DO NOT use %s tag."
|
4607 |
+
msgstr ""
|
4608 |
+
"کدهای جاوااسکریپت دلخواه خود را می توانید در این قسمت وارد کنید. از تگ %s "
|
4609 |
+
"استفاده نکنید %s."
|
4610 |
+
|
4611 |
+
#: includes/general-hooks.php:341
|
4612 |
+
msgid ""
|
4613 |
+
"In order to save your custom javascript code, you are expected to execute "
|
4614 |
+
"the code prior for saving."
|
4615 |
+
msgstr ""
|
4616 |
+
"انتظار می رود قبل از ذخیره کد جاوااسکریپت، از درستی آن اطمینان پیدا کنید."
|
4617 |
+
|
4618 |
+
#: includes/general-hooks.php:347
|
4619 |
+
msgid "Execute"
|
4620 |
+
msgstr "اجرا"
|
4621 |
+
|
4622 |
+
#: includes/general-hooks.php:358 includes/general-hooks.php:359
|
4623 |
+
msgid "Tracking & SEO"
|
4624 |
+
msgstr "ردیابی و سئو"
|
4625 |
+
|
4626 |
+
#: includes/general-hooks.php:364
|
4627 |
+
msgid "Built in SEO"
|
4628 |
+
msgstr "سئوی داخلی"
|
4629 |
+
|
4630 |
+
#: includes/general-hooks.php:365
|
4631 |
+
msgid ""
|
4632 |
+
"In case of using SEO plugins like \"WordPress SEO by Yoast\" or \"All in One "
|
4633 |
+
"SEO Pack\" you can disable built-in SEO for maximum compatibility."
|
4634 |
+
msgstr ""
|
4635 |
+
"در مواردی که از افزونه های \"WordPress SEO by Yoast\" یا \"All in One SEO "
|
4636 |
+
"Pack\" استفاده می کنید، برای حفظ بیشترین یکپارچگی، سئوی داخلی را غیرفعال "
|
4637 |
+
"کنید."
|
4638 |
+
|
4639 |
+
#: includes/general-hooks.php:375
|
4640 |
+
msgid "Google analytics code"
|
4641 |
+
msgstr "کد آنالیز گوگل"
|
4642 |
+
|
4643 |
+
#: includes/general-hooks.php:376
|
4644 |
+
#, php-format
|
4645 |
+
msgid "You can add your Google analytics code here.%s DO NOT use %s tag."
|
4646 |
+
msgstr ""
|
4647 |
+
"کد آنالیز گوگل خود را می توانید در این قسمت وارد کنید. از تگ %s استفاده "
|
4648 |
+
"نکنید %s."
|
4649 |
+
|
4650 |
+
#: includes/general-hooks.php:388
|
4651 |
+
msgid "Google marketing code"
|
4652 |
+
msgstr "کد بازاریابی گوگل"
|
4653 |
+
|
4654 |
+
#: includes/general-hooks.php:389
|
4655 |
+
#, php-format
|
4656 |
+
msgid "You can add your Google marketing code here.%s DO NOT use %s tag."
|
4657 |
+
msgstr ""
|
4658 |
+
"کد بازاریابی گوگل خود را می توانید در این قسمت وارد کنید. از تگ %s استفاده "
|
4659 |
+
"نکنید %s."
|
4660 |
+
|
4661 |
+
#: includes/general-hooks.php:410
|
4662 |
+
msgid "Login Page"
|
4663 |
+
msgstr "صفحه ورود"
|
4664 |
+
|
4665 |
+
#: includes/general-hooks.php:411 includes/general-hooks.php:413
|
4666 |
+
msgid "Preview login page"
|
4667 |
+
msgstr "پیش نمایش صفحه ورود"
|
4668 |
+
|
4669 |
+
#: includes/general-hooks.php:420
|
4670 |
+
msgid "Login Skin"
|
4671 |
+
msgstr "نمای صفحه ورود"
|
4672 |
+
|
4673 |
+
#: includes/general-hooks.php:421
|
4674 |
+
msgid "Specifies a skin for login page of your website."
|
4675 |
+
msgstr "نمای صفحه ورود را در سایت شما مشخص می کند."
|
4676 |
+
|
4677 |
+
#: includes/general-hooks.php:431
|
4678 |
+
msgid "Clean white"
|
4679 |
+
msgstr "سفید تمیز"
|
4680 |
+
|
4681 |
+
#: includes/general-hooks.php:435
|
4682 |
+
msgid "Simple white"
|
4683 |
+
msgstr "سفید ساده"
|
4684 |
+
|
4685 |
+
#: includes/general-hooks.php:439
|
4686 |
+
msgid "Simple gray"
|
4687 |
+
msgstr "خاکستری ساده"
|
4688 |
+
|
4689 |
+
#: includes/general-hooks.php:449
|
4690 |
+
msgid "Login message"
|
4691 |
+
msgstr "پیام ورود"
|
4692 |
+
|
4693 |
+
#: includes/general-hooks.php:450
|
4694 |
+
msgid "Enter a text to display above of login form."
|
4695 |
+
msgstr "متنی را برای نمایش در بالای فرم ورود وارد کنید."
|
4696 |
+
|
4697 |
+
#: includes/general-hooks.php:462
|
4698 |
+
msgid "Login Page Logo"
|
4699 |
+
msgstr "لوگوی صفحه ورود"
|
4700 |
+
|
4701 |
+
#: includes/general-hooks.php:463
|
4702 |
+
msgid ""
|
4703 |
+
"Specifies a logo to display on login page.(width of logo image could be up "
|
4704 |
+
"to 320px)"
|
4705 |
+
msgstr ""
|
4706 |
+
"لوگویی را برای نمایش در صفحه ورود مشخص می کند.(عرض لوگو می تواند تا 320 "
|
4707 |
+
"پیکسل باشد)"
|
4708 |
+
|
4709 |
+
#: includes/general-hooks.php:474
|
4710 |
+
msgid "Logo Width"
|
4711 |
+
msgstr "عرض لوگو"
|
4712 |
+
|
4713 |
+
#: includes/general-hooks.php:475
|
4714 |
+
msgid "Specifies width of logo image in pixel."
|
4715 |
+
msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
|
4716 |
+
|
4717 |
+
#: includes/general-hooks.php:486
|
4718 |
+
msgid "Logo Height"
|
4719 |
+
msgstr "ارتفاع لوگو"
|
4720 |
+
|
4721 |
+
#: includes/general-hooks.php:487
|
4722 |
+
msgid "Specifies height of logo image in pixel."
|
4723 |
+
msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
|
4724 |
+
|
4725 |
+
#: includes/general-hooks.php:499
|
4726 |
+
msgid "Enable Background"
|
4727 |
+
msgstr "فعالسازی پس زمینه"
|
4728 |
+
|
4729 |
+
#: includes/general-hooks.php:500
|
4730 |
+
msgid "Enable it to display custom background on login page."
|
4731 |
+
msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
|
4732 |
+
|
4733 |
+
#: includes/general-hooks.php:511
|
4734 |
+
msgid "Background Color"
|
4735 |
+
msgstr "رنگ پس زمینه"
|
4736 |
+
|
4737 |
+
#: includes/general-hooks.php:512
|
4738 |
+
msgid "Specifies background color of website."
|
4739 |
+
msgstr "رنگ پس زمینه وب سایت را مشخص می کند."
|
4740 |
+
|
4741 |
+
#: includes/general-hooks.php:527
|
4742 |
+
msgid "Background Image"
|
4743 |
+
msgstr "تصویر پس زمینه"
|
4744 |
+
|
4745 |
+
#: includes/general-hooks.php:528
|
4746 |
+
msgid "You can upload custom image for background of login page"
|
4747 |
+
msgstr "می توانید تصویر دلخواهی را به عنوان پس زمینه صفحه ورود بارگذاری کنید."
|
4748 |
+
|
4749 |
+
#: includes/general-hooks.php:543
|
4750 |
+
msgid "Background Size"
|
4751 |
+
msgstr "اندازه پس زمینه"
|
4752 |
+
|
4753 |
+
#: includes/general-hooks.php:544
|
4754 |
+
msgid "Specifies background size on login page."
|
4755 |
+
msgstr "اندازه تصویر پس زمینه در صفحه ورود را مشخص می کند."
|
4756 |
+
|
4757 |
+
#: includes/general-hooks.php:554
|
4758 |
+
msgid "Contain"
|
4759 |
+
msgstr "دربرگیرنده"
|
4760 |
+
|
4761 |
+
#: includes/general-hooks.php:558
|
4762 |
+
msgid "Cover"
|
4763 |
+
msgstr "پوشاننده"
|
4764 |
+
|
4765 |
+
#: includes/general-hooks.php:573
|
4766 |
+
msgid "Background Pattern"
|
4767 |
+
msgstr "الگوی پس زمینه"
|
4768 |
+
|
4769 |
+
#: includes/general-hooks.php:574
|
4770 |
+
#, php-format
|
4771 |
+
msgid ""
|
4772 |
+
"You can select one of these patterns as login background image. %s Some of "
|
4773 |
+
"these can be used as a pattern over your background image."
|
4774 |
+
msgstr ""
|
4775 |
+
"می توانید یکی از این الگوها را به عنوان تصویر پس زمینه انتخاب کنید. %s بعضی "
|
4776 |
+
"از این ها می توانند به عنوان الگو بر روی تصویر پس زمینه شما استفاده شوند."
|
4777 |
+
|
4778 |
+
#: includes/general-hooks.php:590
|
4779 |
+
msgid "Background Repeat"
|
4780 |
+
msgstr "تکرار پس زمینه"
|
4781 |
+
|
4782 |
+
#: includes/general-hooks.php:591
|
4783 |
+
msgid "Specifies how background image repeats."
|
4784 |
+
msgstr "نحوه تکرار تصویر پس زمینه را مشخص می کند."
|
4785 |
+
|
4786 |
+
#: includes/general-hooks.php:596
|
4787 |
+
msgid "No repeat"
|
4788 |
+
msgstr "بدون تکرار"
|
4789 |
+
|
4790 |
+
#: includes/general-hooks.php:600
|
4791 |
+
msgid "Repeat horizontally and vertically"
|
4792 |
+
msgstr "تکرار افقی و عمودی"
|
4793 |
+
|
4794 |
+
#: includes/general-hooks.php:604
|
4795 |
+
msgid "Repeat horizontally"
|
4796 |
+
msgstr "تکرار افقی"
|
4797 |
+
|
4798 |
+
#: includes/general-hooks.php:608
|
4799 |
+
msgid "Repeat vertically"
|
4800 |
+
msgstr "تکرار عمودی"
|
4801 |
+
|
4802 |
+
#: includes/general-hooks.php:624
|
4803 |
+
msgid "Background Position"
|
4804 |
+
msgstr "موقعیت پس زمینه"
|
4805 |
+
|
4806 |
+
#: includes/general-hooks.php:625
|
4807 |
+
msgid "Specifies background image position."
|
4808 |
+
msgstr "موقعیت تصویر پس زمینه را مشخص می کند."
|
4809 |
+
|
4810 |
+
#: includes/general-hooks.php:630
|
4811 |
+
msgid "Left top"
|
4812 |
+
msgstr "چپ بالا"
|
4813 |
+
|
4814 |
+
#: includes/general-hooks.php:634
|
4815 |
+
msgid "Center top"
|
4816 |
+
msgstr "وسط بالا"
|
4817 |
+
|
4818 |
+
#: includes/general-hooks.php:638
|
4819 |
+
msgid "Right top"
|
4820 |
+
msgstr "راست بالا"
|
4821 |
+
|
4822 |
+
#: includes/general-hooks.php:643
|
4823 |
+
msgid "Left center"
|
4824 |
+
msgstr "چپ وسط"
|
4825 |
+
|
4826 |
+
#: includes/general-hooks.php:647
|
4827 |
+
msgid "Center center"
|
4828 |
+
msgstr "وسط وسط"
|
4829 |
+
|
4830 |
+
#: includes/general-hooks.php:651
|
4831 |
+
msgid "Right center"
|
4832 |
+
msgstr "راست وسط"
|
4833 |
+
|
4834 |
+
#: includes/general-hooks.php:656
|
4835 |
+
msgid "Left bottom"
|
4836 |
+
msgstr "چپ پایین"
|
4837 |
+
|
4838 |
+
#: includes/general-hooks.php:660
|
4839 |
+
msgid "Center bottom"
|
4840 |
+
msgstr "وسط پایین"
|
4841 |
+
|
4842 |
+
#: includes/general-hooks.php:664
|
4843 |
+
msgid "Right bottom"
|
4844 |
+
msgstr "راست پایین"
|
4845 |
+
|
4846 |
+
#: includes/general-hooks.php:680
|
4847 |
+
msgid "Background Attachment"
|
4848 |
+
msgstr "پیوست پس زمینه"
|
4849 |
+
|
4850 |
+
#: includes/general-hooks.php:681
|
4851 |
+
msgid ""
|
4852 |
+
"Specifies whether the background is fixed or scrollable as user scrolls the "
|
4853 |
+
"page."
|
4854 |
+
msgstr ""
|
4855 |
+
"مشخص می کند پس زمینه هنگام اسکرول کردن صفحه توسط کاربر ثابت باشد یا اسکرول "
|
4856 |
+
"شود."
|
4857 |
+
|
4858 |
+
#: includes/general-hooks.php:687
|
4859 |
+
msgid "Scroll"
|
4860 |
+
msgstr "اسکرول"
|
4861 |
+
|
4862 |
+
#: includes/general-hooks.php:691
|
4863 |
+
msgid "Fixed"
|
4864 |
+
msgstr "ثابت"
|
4865 |
+
|
4866 |
+
#: includes/general-hooks.php:708
|
4867 |
+
msgid "Custom CSS class name"
|
4868 |
+
msgstr "نام کلاس دلخواه CSS"
|
4869 |
+
|
4870 |
+
#: includes/general-hooks.php:709
|
4871 |
+
msgid ""
|
4872 |
+
"In this field you can define custom CSS class name for login page.\n"
|
4873 |
+
" This class name will be added to body classes in "
|
4874 |
+
"login page and is useful for advance custom styling purposes."
|
4875 |
+
msgstr ""
|
4876 |
+
"در این فیلد می توانید نام کلاس دلخواه CSS را برای صفحه ورود تعریف کنید.\n"
|
4877 |
+
" این نام کلاس به بدنه (body) صفحه ورود اضافه خواهد "
|
4878 |
+
"شدو برای موارد استایل دهی پیشرفته مورد استفاده قرار می گیرد."
|
4879 |
+
|
4880 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:15
|
4881 |
+
msgid "Image Gallery"
|
4882 |
+
msgstr "گالری تصاویر"
|
4883 |
+
|
4884 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:19
|
4885 |
+
msgid "Auxin image gallery"
|
4886 |
+
msgstr "اکسین گالری تصاویر"
|
4887 |
+
|
4888 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:29
|
4889 |
+
msgid "Gallery type"
|
4890 |
+
msgstr "نوع گالری"
|
4891 |
+
|
4892 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:33
|
4893 |
+
msgid "Packery"
|
4894 |
+
msgstr "Packery"
|
4895 |
+
|
4896 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:34
|
4897 |
+
msgid "Justified"
|
4898 |
+
msgstr "تعدیل شده"
|
4899 |
+
|
4900 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:38
|
4901 |
+
msgid "Select gallery type."
|
4902 |
+
msgstr "نوع گالری را انتخاب کنید."
|
4903 |
+
|
4904 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:45
|
4905 |
+
msgid "Select images from media library."
|
4906 |
+
msgstr "تصاویر را از کتابخانه رسانه ها انتخاب کنید."
|
4907 |
+
|
4908 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:52
|
4909 |
+
msgid ""
|
4910 |
+
"Enter image size. Example: thumbnail, medium, large, full or other sizes "
|
4911 |
+
"defined by current theme. Alternatively enter image size in pixels: 200x100 "
|
4912 |
+
"(Width x Height). Leave empty to use \"thumbnail\" size."
|
4913 |
+
msgstr ""
|
4914 |
+
"اندازه تصویر را وارد کنید. مثال: بندانگشتی، متوسط، بزرگ، کامل یا اندازه های "
|
4915 |
+
"دیگری که توسط پوسته جاری تعریف شده اند. به عنوان جایگزین می توانید اندازه "
|
4916 |
+
"تصاویر بر حسب پیکسل را وارد کنید: 200x100 (200 عرض و 100 ارتفاع). برای "
|
4917 |
+
"استفاده از بندانگشتی این قسمت را خالی بگذارید."
|
4918 |
+
|
4919 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:60
|
4920 |
+
msgid "On click action"
|
4921 |
+
msgstr "عملیات هنگام کلیک"
|
4922 |
+
|
4923 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:64
|
4924 |
+
msgid "Link to large image"
|
4925 |
+
msgstr "پیوند به تصویر بزرگ"
|
4926 |
+
|
4927 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:65
|
4928 |
+
msgid "Open Lightbox"
|
4929 |
+
msgstr "بازشدن لایت باکس"
|
4930 |
+
|
4931 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:66
|
4932 |
+
msgid "Open custom link"
|
4933 |
+
msgstr "بازکردن پیوند دلخواه"
|
4934 |
+
|
4935 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:68
|
4936 |
+
msgid "Select action for click action."
|
4937 |
+
msgstr "عملیاتی را برای اجرا در هنگام کلیک انتخاب کنید."
|
4938 |
+
|
4939 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:75
|
4940 |
+
msgid ""
|
4941 |
+
"Style particular content element differently - add a class name and refer to "
|
4942 |
+
"it in custom CSS."
|
4943 |
+
msgstr ""
|
4944 |
+
"ظاهردهی یک المان خاص به طور جداگانه - یک نام کلاس اضافه کرده و در CSS سفارشی "
|
4945 |
+
"به آن ارجاع دهید."
|
4946 |
+
|
4947 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:79
|
4948 |
+
msgid "CSS box"
|
4949 |
+
msgstr "جعبه CSS"
|
4950 |
+
|
4951 |
+
#: public/templates/vcomposer/auxin_vc_extendes.php:81
|
4952 |
+
msgid "Design Options"
|
4953 |
+
msgstr "تنظیمات طراحی"
|
4954 |
+
|
4955 |
+
#. Plugin Name of the plugin/theme
|
4956 |
+
msgid "Auxin Essential Elements"
|
4957 |
+
msgstr "المان های ضروری اکسین"
|
4958 |
+
|
4959 |
+
#. Plugin URI of the plugin/theme
|
4960 |
+
msgid "https://wordpress.org/plugins/auxin-elements/"
|
4961 |
+
msgstr "https://wordpress.org/plugins/auxin-elements/"
|
4962 |
+
|
4963 |
+
#. Description of the plugin/theme
|
4964 |
+
msgid ""
|
4965 |
+
"Powerful and comprehensive plugin that extends the functionality of Phlox "
|
4966 |
+
"theme by adding new shortcodes, widgets and options"
|
4967 |
+
msgstr ""
|
4968 |
+
"افزونه ای قدرتمند و جامع که کارایی پوسته فلوکس را با استفاده از کدهای کوتاه، "
|
4969 |
+
"ابزارک ها و تنظیمات افزایش می دهد."
|
4970 |
+
|
4971 |
+
#. Author of the plugin/theme
|
4972 |
+
msgid "averta"
|
4973 |
+
msgstr "اورتا"
|
4974 |
+
|
4975 |
+
#. Author URI of the plugin/theme
|
4976 |
+
msgid "http://averta.net"
|
4977 |
+
msgstr "http://averta.net"
|