Cyclone Slider - Version 2.6.4

Version Description

  • 2013-08-14
Download this release

Release Info

Developer kosinix
Plugin Icon 128x128 Cyclone Slider
Version 2.6.4
Comparing to
See all releases

Code changes from version 2.6.3 to 2.6.4

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.codefleet.net/donate/
4
  Tags: slider, slideshow, drag-and-drop, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
  Requires at least: 3.5
6
  Tested up to: 3.6
7
- Stable tag: 2.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -44,10 +44,11 @@ Cyclone Slider 2 is an easy-to-use slider plugin with an intuitive user interfac
44
 
45
  = Credits =
46
  * Cyclone Slider 2 was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
47
- * Special thanks to [Cea Bacolor](http://blog.ceabacolor.com/) for the wonderful photos.
48
  * Aubin BERTHE for the French translation.
49
  * maxgx for the Italian translation.
50
  * [Hassan](http://wordpress.org/support/profile/hassanhamm) for the Arabic translation.
 
51
 
52
  = License =
53
  GPLv2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@@ -110,6 +111,11 @@ Inside your current active theme create a folder named "cycloneslider". Add your
110
 
111
  == Changelog ==
112
 
 
 
 
 
 
113
  = 2.6.3 - 2013-08-13 =
114
  * Made non-translatable texts translatable.
115
  * Added RTL support for the admininistration screen.
@@ -233,6 +239,11 @@ Inside your current active theme create a folder named "cycloneslider". Add your
233
 
234
  == Upgrade Notice ==
235
 
 
 
 
 
 
236
  = 2.6.3 - 2013-08-13 =
237
  * Made non-translatable texts translatable.
238
  * Added RTL support for the admininistration screen.
4
  Tags: slider, slideshow, drag-and-drop, wordpress-slider, wordpress-slideshow, cycle 2, jquery, responsive, translation-ready, custom-post, cyclone-slider
5
  Requires at least: 3.5
6
  Tested up to: 3.6
7
+ Stable tag: 2.6.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
44
 
45
  = Credits =
46
  * Cyclone Slider 2 was based on [Cycle 2](http://jquery.malsup.com/cycle2/) by [Mike Alsup](http://jquery.malsup.com/).
47
+ * Special thanks to Cea Bacolor for the wonderful photos.
48
  * Aubin BERTHE for the French translation.
49
  * maxgx for the Italian translation.
50
  * [Hassan](http://wordpress.org/support/profile/hassanhamm) for the Arabic translation.
51
+ * Javad for the Persian translation.
52
 
53
  = License =
54
  GPLv2 or later - http://www.gnu.org/licenses/gpl-2.0.html
111
 
112
  == Changelog ==
113
 
114
+ = 2.6.4 - 2013-08-14 =
115
+ * Bug fix for 2.6.3 where settings page stopped working.
116
+ * Minor fix for RTL.
117
+ * Added Persian translation by Javad.
118
+
119
  = 2.6.3 - 2013-08-13 =
120
  * Made non-translatable texts translatable.
121
  * Added RTL support for the admininistration screen.
239
 
240
  == Upgrade Notice ==
241
 
242
+ = 2.6.4 - 2013-08-14 =
243
+ * Bug fix for 2.6.3 where settings page stopped working.
244
+ * Minor fix for RTL.
245
+ * Added Persian translation by Javad.
246
+
247
  = 2.6.3 - 2013-08-13 =
248
  * Made non-translatable texts translatable.
249
  * Added RTL support for the admininistration screen.
css/admin.css CHANGED
@@ -414,6 +414,7 @@ input:disabled{
414
  .template-choices li .title{
415
  display:block;
416
  padding:3px 10px;
 
417
  }
418
  .template-choices li input{
419
  position:absolute;
414
  .template-choices li .title{
415
  display:block;
416
  padding:3px 10px;
417
+ text-align:left;
418
  }
419
  .template-choices li input{
420
  position:absolute;
cyclone-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Cyclone Slider 2
4
  Plugin URI: http://www.codefleet.net/cyclone-slider-2/
5
  Description: Create and manage sliders with ease. Built for both casual users and developers.
6
- Version: 2.6.3
7
  Author: Nico Amarilla
8
  Author URI: http://www.codefleet.net/
9
  License:
@@ -25,7 +25,7 @@ License:
25
 
26
  */
27
  if(!defined('CYCLONE_VERSION')){
28
- define('CYCLONE_VERSION', '2.6.3' );
29
  }
30
  if(!defined('CYCLONE_PATH')){
31
  define('CYCLONE_PATH', realpath(plugin_dir_path(__FILE__)) . DIRECTORY_SEPARATOR );
@@ -59,6 +59,10 @@ $cyclone_slider_saved_done = false; //Global variable to limit save_post executi
59
  // Inject dependencies here
60
  $cyclone_slider_data = new Cyclone_Slider_Data();
61
  $cyclone_slider_settings = new Cyclone_Slider_Settings();
 
 
 
 
62
  $cyclone_slider_admin = new Cyclone_Slider_Admin( new Codefleet_View(), new Cyclone_Templates_Manager() );
63
  $cyclone_slider_plugin_instance = new Cyclone_Slider( new Cyclone_Templates_Manager(), $cyclone_slider_settings->get_settings_data() );
64
 
@@ -69,10 +73,6 @@ function cycloneslider_plugin_init() {
69
 
70
  load_plugin_textdomain( 'cycloneslider', false, 'cyclone-slider-2/lang' );
71
 
72
- $cyclone_slider_settings->set_option_group('cyclone_option_group');
73
- $cyclone_slider_settings->set_option_name('cyclone_option_name');
74
- $cyclone_slider_settings->set_parent_slug('edit.php?post_type=cycloneslider');
75
- $cyclone_slider_settings->set_menu_slug('cycloneslider-settings');
76
  $cyclone_slider_settings->set_page_title( __('Cyclone Slider Settings', 'cycloneslider') ); // This string should be here for translation to work
77
  $cyclone_slider_settings->set_menu_title( __('Settings', 'cycloneslider') ); // This string should be here for translation to work
78
  $cyclone_slider_settings->show();
3
  Plugin Name: Cyclone Slider 2
4
  Plugin URI: http://www.codefleet.net/cyclone-slider-2/
5
  Description: Create and manage sliders with ease. Built for both casual users and developers.
6
+ Version: 2.6.4
7
  Author: Nico Amarilla
8
  Author URI: http://www.codefleet.net/
9
  License:
25
 
26
  */
27
  if(!defined('CYCLONE_VERSION')){
28
+ define('CYCLONE_VERSION', '2.6.4' );
29
  }
30
  if(!defined('CYCLONE_PATH')){
31
  define('CYCLONE_PATH', realpath(plugin_dir_path(__FILE__)) . DIRECTORY_SEPARATOR );
59
  // Inject dependencies here
60
  $cyclone_slider_data = new Cyclone_Slider_Data();
61
  $cyclone_slider_settings = new Cyclone_Slider_Settings();
62
+ $cyclone_slider_settings->set_option_group('cyclone_option_group');
63
+ $cyclone_slider_settings->set_option_name('cyclone_option_name');
64
+ $cyclone_slider_settings->set_parent_slug('edit.php?post_type=cycloneslider');
65
+ $cyclone_slider_settings->set_menu_slug('cycloneslider-settings');
66
  $cyclone_slider_admin = new Cyclone_Slider_Admin( new Codefleet_View(), new Cyclone_Templates_Manager() );
67
  $cyclone_slider_plugin_instance = new Cyclone_Slider( new Cyclone_Templates_Manager(), $cyclone_slider_settings->get_settings_data() );
68
 
73
 
74
  load_plugin_textdomain( 'cycloneslider', false, 'cyclone-slider-2/lang' );
75
 
 
 
 
 
76
  $cyclone_slider_settings->set_page_title( __('Cyclone Slider Settings', 'cycloneslider') ); // This string should be here for translation to work
77
  $cyclone_slider_settings->set_menu_title( __('Settings', 'cycloneslider') ); // This string should be here for translation to work
78
  $cyclone_slider_settings->show();
lang/cycloneslider-fa_IR.mo ADDED
Binary file
lang/cycloneslider-fa_IR.po ADDED
@@ -0,0 +1,527 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Cyclone Slider 2 for persians\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-13 14:13+0800\n"
6
+ "PO-Revision-Date: 2013-08-14 09:49+0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Mixa <info@Mixa.ir>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 1.5.7\n"
16
+ "Language: Persian\n"
17
+ "X-Poedit-SearchPath-0: D:\\webserver\\htdocs\\wp_dev\\cyclone-slider-2\\wp-content\\plugins\\cyclone-slider-2\n"
18
+
19
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/cyclone-slider.php:76
20
+ #, fuzzy
21
+ msgid "Cyclone Slider Settings"
22
+ msgstr "ابزارک اسلایدر میکسا"
23
+
24
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/cyclone-slider.php:77
25
+ #, fuzzy
26
+ msgid "Settings"
27
+ msgstr "تنظیمات اسلایدشو"
28
+
29
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:134
30
+ msgid "Select an image"
31
+ msgstr "انتخاب عکس"
32
+
33
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:135
34
+ msgid "Add to Slide"
35
+ msgstr "افزودن به اسلایدر"
36
+
37
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:152
38
+ msgid "Cyclone Slider"
39
+ msgstr "اسلایدر"
40
+
41
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:153
42
+ msgid "Slideshow"
43
+ msgstr "اسلایدشو"
44
+
45
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:154
46
+ msgid "Add Slideshow"
47
+ msgstr "افزودن اسلایدشو"
48
+
49
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:155
50
+ msgid "Add New Slideshow"
51
+ msgstr "افزودن اسلایدشو جدید"
52
+
53
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:156
54
+ msgid "Edit Slideshow"
55
+ msgstr "ویرایش اسلایدشو"
56
+
57
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:157
58
+ msgid "New Slideshow"
59
+ msgstr "اسلایدشو جدید"
60
+
61
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:158
62
+ msgid "View Slideshow"
63
+ msgstr "نمایش اسلایدشو"
64
+
65
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:159
66
+ msgid "Search Slideshows"
67
+ msgstr "جستجو"
68
+
69
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:160
70
+ msgid "No slideshows found"
71
+ msgstr "چیزی یافت نشد"
72
+
73
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:161
74
+ msgid "No slideshows found in Trash"
75
+ msgstr "چیزی در سطل زباله یافت نشد"
76
+
77
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:196
78
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:199
79
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:200
80
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:203
81
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:204
82
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:205
83
+ msgid "Slideshow updated."
84
+ msgstr "اسلایدشو به روز شد"
85
+
86
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:197
87
+ msgid "Custom field updated."
88
+ msgstr "فیلدهای سفارشی بروز شدند"
89
+
90
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:198
91
+ msgid "Custom field deleted."
92
+ msgstr "فیلدهای سفارشی حذف شدند"
93
+
94
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:201
95
+ msgid "Slideshow published."
96
+ msgstr "اسلایدشو منتشر شد"
97
+
98
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:202
99
+ msgid "Slideshow saved."
100
+ msgstr "اسلایدشو ذخیره شد"
101
+
102
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:206
103
+ #, php-format
104
+ msgid "Templates CSS could not be saved. Make sure %stemplates.css is writable."
105
+ msgstr "css مربوط به الگو نمی تواند ذخیره شود. دسترسی نوشتن را به %stemplates.css بدهید."
106
+
107
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:207
108
+ #, php-format
109
+ msgid "Templates JS could not be saved. Make sure %stemplates.js is writable."
110
+ msgstr "JS مربوط به الگو نمی تواند ذخیره شود. دسترسی نوشتن را به %stemplates.css بدهید."
111
+
112
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:241
113
+ msgid "Slides"
114
+ msgstr "اسلایدر"
115
+
116
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:249
117
+ msgid "Get Slider Codes"
118
+ msgstr "دریافت کد اسلایدر"
119
+
120
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:257
121
+ msgid "Slideshow Settings"
122
+ msgstr "تنظیمات اسلایدشو"
123
+
124
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:265
125
+ msgid "Slideshow Templates"
126
+ msgstr "الگوهای اسلایشو"
127
+
128
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:273
129
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:481
130
+ msgid "Slideshow ID"
131
+ msgstr "کد اسلایدشو"
132
+
133
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:301
134
+ msgid "Slide"
135
+ msgstr "اسلاید"
136
+
137
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:414
138
+ msgid "Slide *"
139
+ msgstr "اسلاید *"
140
+
141
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:478
142
+ msgid "Slideshow Name"
143
+ msgstr "نام اسلایدشو"
144
+
145
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:479
146
+ msgid "Template"
147
+ msgstr "الگو"
148
+
149
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:480
150
+ msgid "No. of Slides"
151
+ msgstr "شماره اسلاید"
152
+
153
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-admin.php:482
154
+ msgid "Shortcode"
155
+ msgstr "کد کوتاه"
156
+
157
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:17
158
+ msgid "Play with these settings if Cyclone Slider 2 is not working or if you want to optimize it."
159
+ msgstr "در صورتی که مشکل در نمایش صحیح یا برای بهینه سازی اسلایدر، تنظیمات زیر را تغییر دهید."
160
+
161
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:30
162
+ #, fuzzy
163
+ msgid "Load scripts in:"
164
+ msgstr "بارگزاری اسکریپت های زیر"
165
+
166
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:33
167
+ msgid "Header"
168
+ msgstr "سرصفحه"
169
+
170
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:34
171
+ msgid "Footer"
172
+ msgstr "پاصفحه"
173
+
174
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:39
175
+ msgid "Load these scripts:"
176
+ msgstr "بارگزاری اسکریپت های زیر"
177
+
178
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:44
179
+ msgid "Cycle 2. This is the core script needed by the plugin."
180
+ msgstr "Cycle 2. اسکریپت هسته اصلی افزونه"
181
+
182
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:49
183
+ msgid "Cycle 2 - Carousel. Used by these templates: Galleria, Lea, Dos."
184
+ msgstr "Cycle 2 - Carousel. استفاده شده در پوسته های افزونه"
185
+
186
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:54
187
+ msgid "Cycle 2 - Tile. Used for tile transition effects."
188
+ msgstr "Cycle 2 - Tile. برای جلوه نمایش حرکت کاشی ها در افزونه"
189
+
190
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:59
191
+ msgid "Cycle 2 - Video. Used by YouTube template."
192
+ msgstr "Cycle 2 - Video. برای نمایش فایل های یوتیوب در الگوها"
193
+
194
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:64
195
+ msgid "Scripts loading priority:"
196
+ msgstr ""
197
+
198
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:67
199
+ msgid "Make this value bigger to load scripts last."
200
+ msgstr "برای سرعت"
201
+
202
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:72
203
+ msgid "Save Options"
204
+ msgstr ""
205
+
206
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:73
207
+ msgid "Restore Defaults"
208
+ msgstr ""
209
+
210
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-settings.php:86
211
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/codefleet/class-codefleet-settings-page.php:114
212
+ msgid "Default options restored."
213
+ msgstr "تنظیمات پیش فرض بازیابی شد"
214
+
215
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:15
216
+ msgid "Cyclone Slider Widget"
217
+ msgstr "ابزارک اسلایدر میکسا"
218
+
219
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:16
220
+ msgid "Widget for displaying slideshows."
221
+ msgstr "ابزارک برای نمایش اسلایدرشوها"
222
+
223
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:62
224
+ msgid "Select a Slideshow:"
225
+ msgstr "انتخاب اسلایدشو"
226
+
227
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider-widget.php:77
228
+ msgid "No slideshows found."
229
+ msgstr "اسلایدشو یافت نشد"
230
+
231
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:208
232
+ #, php-format
233
+ msgid "[Slideshow \"%s\" not found]"
234
+ msgstr "[اسلایدشو \"%s\" یافت نشد]"
235
+
236
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-cyclone-slider.php:234
237
+ #, php-format
238
+ msgid "[Template \"%s\" not found]"
239
+ msgstr "[الگوی \"%s\" یافت نشد]"
240
+
241
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:33
242
+ msgid "NextGEN Integration"
243
+ msgstr "ادغام با NextGEN"
244
+
245
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:49
246
+ msgid "Choose a NextGEN Gallery"
247
+ msgstr "گالری NextGEN را انتخاب کنید"
248
+
249
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:59
250
+ msgid "Import"
251
+ msgstr "وارد کردن"
252
+
253
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/classes/class-nextgen-integration.php:61
254
+ msgid "Select a gallery to import images from. Images will be added as new slides."
255
+ msgstr "گالری را برای وارد کردن تصاویر انتخاب کنید. تصاویر در یک اسلاید جدید افزوده خواهند شد."
256
+
257
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:18
258
+ msgid "Drag"
259
+ msgstr "کشیدن"
260
+
261
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:19
262
+ msgid "Toggle"
263
+ msgstr "Toggle"
264
+
265
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:20
266
+ msgid "Delete"
267
+ msgstr "حذف"
268
+
269
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:27
270
+ msgid "Image"
271
+ msgstr "عکس"
272
+
273
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:28
274
+ msgid "Video"
275
+ msgstr "فیلم"
276
+
277
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:29
278
+ msgid "Custom"
279
+ msgstr "سایر"
280
+
281
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:42
282
+ msgid "Get Image"
283
+ msgstr "افزودن عکس"
284
+
285
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:45
286
+ msgid "Slide Properties:"
287
+ msgstr "تنظیمات اسلاید"
288
+
289
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:47
290
+ msgid "Link"
291
+ msgstr "لینک"
292
+
293
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:50
294
+ msgid "Link URL:"
295
+ msgstr "آدرس لینک"
296
+
297
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:54
298
+ msgid "Open Link in:"
299
+ msgstr "نمایش لینک در"
300
+
301
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:56
302
+ msgid "Same Window"
303
+ msgstr "همان پنجره"
304
+
305
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:57
306
+ msgid "New Tab or Window"
307
+ msgstr "تب یا پنجره جدید"
308
+
309
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:63
310
+ msgid "Title"
311
+ msgstr "عنوان"
312
+
313
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:71
314
+ msgid "Description"
315
+ msgstr "توضیح"
316
+
317
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:80
318
+ msgid "Image Attributes"
319
+ msgstr "ویژگی های عکس"
320
+
321
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:83
322
+ msgid "Alternate Text:"
323
+ msgstr "متن جایگزین تصاویر"
324
+
325
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:87
326
+ msgid "Title Text:"
327
+ msgstr "متن عنوان"
328
+
329
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:93
330
+ msgid "Slide Transition Effects"
331
+ msgstr "افکت حرکت اسلاید"
332
+
333
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:97
334
+ msgid "Disable"
335
+ msgstr "غیرفعال"
336
+
337
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:98
338
+ msgid "Enable Slide Effects"
339
+ msgstr "فعال سازی افکت اسلاید"
340
+
341
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:104
342
+ msgid "Transition Effects:"
343
+ msgstr "افکت حرکت"
344
+
345
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:115
346
+ msgid "Transition Effects Speed:"
347
+ msgstr "سرعت نمایش جلوه ها"
348
+
349
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:117
350
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:124
351
+ msgid "Milliseconds"
352
+ msgstr "میلی ثانیه"
353
+
354
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:122
355
+ msgid "Next Slide Delay:"
356
+ msgstr "تاخیر نمایش اسلاید"
357
+
358
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:132
359
+ msgid "Tile Count:"
360
+ msgstr "تعداد کاشی ها"
361
+
362
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:134
363
+ msgid "The number of tiles to use in the transition."
364
+ msgstr "تعداد کاشی ها برای استفاده در جلوه های حرکتی"
365
+
366
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:138
367
+ msgid "Tile Delay:"
368
+ msgstr "تاخیر کاشی"
369
+
370
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:140
371
+ msgid "Milliseconds to delay each individual tile transition."
372
+ msgstr "برحسب میلی ثانیه برای تاخیر بین حرکت کاشی ها"
373
+
374
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:144
375
+ msgid "Tile Position:"
376
+ msgstr "موقعیت"
377
+
378
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:146
379
+ msgid "Vertical"
380
+ msgstr "عمودی"
381
+
382
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:147
383
+ msgid "Horizontal"
384
+ msgstr "افقی"
385
+
386
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:167
387
+ msgid "Video URL:"
388
+ msgstr "آدرس ویدیو"
389
+
390
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:169
391
+ msgid "Copy and paste a Youtube or Vimeo URL and hit the Get Video button."
392
+ msgstr "آدرس ویدیو یوتیوب یا Vimeo را در اینجا گذاشته و دکمه افزودن ویدیو را کلیک کنید"
393
+
394
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:173
395
+ msgid "Get Video"
396
+ msgstr "افزودن ویدیو"
397
+
398
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:178
399
+ msgid "Embed Code"
400
+ msgstr "کد ضمیمه شده"
401
+
402
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:180
403
+ msgid "You can place your embed code directly here. Or you can use the Get Video button to generate the embed code."
404
+ msgstr "شما می توانید کد ویدیو را مستقیما اینجا بریزید یا با کلیک بر روی افزودن ویدیو آن را به ما بسپارید."
405
+
406
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:182
407
+ msgid "<strong>Note:</strong> The Slide Properties and Tile effects are not supported for videos."
408
+ msgstr "<strong>نکته:</strong> تنظیمات اسلاید و افکت کاشی بر روی ویدیو غیرفعال است"
409
+
410
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:184
411
+ msgid "<strong>Note:</strong> Append &wmode=transparent to the embed code src attribute to make HTML elements appear on top of Flash."
412
+ msgstr "<strong>نکته:</strong> افزودن &wmode=transparent برای چسباندن ویژگی src برای ساختن المنت HTML در بالای آن"
413
+
414
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slide-edit.php:190
415
+ msgid "Custom HTML"
416
+ msgstr "HTML دلخواه"
417
+
418
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:4
419
+ msgid "Your Shortcode:"
420
+ msgstr "کد کوتاه"
421
+
422
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:6
423
+ msgid "Copy and paste this shortcode into your Post, Page or Custom Post editor."
424
+ msgstr "با نمایش این کد کوتاه در نوشته ها، صفحات و یا ویرایشگرهای سفارشی، می توانید اسلایدر را به نمایش درآوردید."
425
+
426
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:10
427
+ msgid "Your PHP Code:"
428
+ msgstr "کد پی اچ پی"
429
+
430
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-codes.php:12
431
+ msgid "Copy and paste this code when you need to display the slider in template files (header.php, front-page.php, etc.)."
432
+ msgstr "با استفاده از این کد می توانید در فایل های اصلی پوسته خود اسلایدر را به نمایش درآورید."
433
+
434
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-id.php:5
435
+ msgid "Change the Slideshow ID here."
436
+ msgstr "آی دی اسلایدشو را از اینجا تغییر دهید"
437
+
438
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:4
439
+ msgid "Transition Effects to Use:"
440
+ msgstr "افکت حرکت"
441
+
442
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:28
443
+ msgid "Milliseconds. 0 to disable auto advance."
444
+ msgstr "میلی ثانیه. 0 برای غیرفعال سازی حالت خودکار"
445
+
446
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:38
447
+ msgid "Width:"
448
+ msgstr "عرض"
449
+
450
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:40
451
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:46
452
+ msgid "pixels."
453
+ msgstr "پیکسل"
454
+
455
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:44
456
+ msgid "Height:"
457
+ msgstr "ارتفاع"
458
+
459
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:50
460
+ msgid "Pause on Hover?"
461
+ msgstr "توقف در زمان عبور ماوس"
462
+
463
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:52
464
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:60
465
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:68
466
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:78
467
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:87
468
+ msgid "Yes"
469
+ msgstr "بله"
470
+
471
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:53
472
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:61
473
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:69
474
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:77
475
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:86
476
+ msgid "No"
477
+ msgstr "خیر"
478
+
479
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:58
480
+ msgid "Show Prev/Next Buttons?"
481
+ msgstr "نمایش دکمه قبلی - بعدی"
482
+
483
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:66
484
+ msgid "Show Navigation?"
485
+ msgstr "نمایش ناوبری"
486
+
487
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:71
488
+ msgid "The thumbnails or dots depending on template."
489
+ msgstr "تصویر بندانگشتی یا نقطه یا نمایه، بسته به تنظیمات طرح انتخابی"
490
+
491
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:75
492
+ msgid "Random Slide Order?"
493
+ msgstr "نمایش نامرتب اسلایدها"
494
+
495
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:80
496
+ msgid "Randomize order of slides on every page visit."
497
+ msgstr "نمایش تصادفی ترتیب اسلایدها در هر بار نمایش سایت"
498
+
499
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:84
500
+ msgid "Resize Images?"
501
+ msgstr "تغییر اندازه عکس ها"
502
+
503
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slider-properties.php:89
504
+ msgid "Yes - resize images to slideshow dimension. <br>No - use the original uploaded image."
505
+ msgstr "بله: تغییر اندازه تصاویر به نسبت ابعاد اسلایدشو </br> خیر: استفاده از فایل اصلی آپلود شده"
506
+
507
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/slides.php:8
508
+ msgid "Add Slide"
509
+ msgstr "افزودن اسلاید"
510
+
511
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:39
512
+ msgid "Select a template to use. Check the template icons to see what slide type it supports."
513
+ msgstr "یک الگو را برای استفاده انتخاب کنید. با چک کردن آیکن های نمایش داده شده، از ساپورت فرمت مورد نظر خود مطمئن شوید."
514
+
515
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:40
516
+ #, php-format
517
+ msgid "Note: If you are looking for the Black, Blue or Myrtle, checkout this <a href=\"%s\">post</a>."
518
+ msgstr "نکته: اگر به دنبال استفاده از طرحی خاص مثل مشکی، آبی هستید، <a href=\"%s\">اینجا</a> را چک کنید."
519
+
520
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:42
521
+ msgid "Learn to create your own template"
522
+ msgstr ""
523
+
524
+ #: D:\webserver\htdocs\wp_dev\cyclone-slider-2\wp-content\plugins\cyclone-slider-2/views/template-selection.php:43
525
+ msgid "Get more templates.."
526
+ msgstr "دانلود مدل های بیشتر..."
527
+