Version Description
Upgrade normally via your Wordpress admin -> Plugins panel.
Download this release
Release Info
Developer | gn_themes |
Plugin | Shortcodes Ultimate |
Version | 2.3.0 |
Comparing to | |
See all releases |
Code changes from version 2.2.6 to 2.3.0
- css/admin.css +29 -0
- css/style.css +2 -2
- images/admin/spin.gif +0 -0
- images/demo/bloginfo.png +0 -0
- images/demo/box.png +0 -0
- images/demo/button.png +0 -0
- images/demo/column.png +0 -0
- images/demo/divider.png +0 -0
- images/demo/document.png +0 -0
- images/demo/fancy_link.png +0 -0
- images/demo/feed.png +0 -0
- images/demo/frame.png +0 -0
- images/demo/heading.png +0 -0
- images/demo/highlight.png +0 -0
- images/demo/list.png +0 -0
- images/demo/media.png +0 -0
- images/demo/members.png +0 -0
- images/demo/menu.png +0 -0
- images/demo/nivo_slider.png +0 -0
- images/demo/note.png +0 -0
- images/demo/permalink.png +0 -0
- images/demo/pullquote.png +0 -0
- images/demo/quote.png +0 -0
- images/demo/service.png +0 -0
- images/demo/siblings.png +0 -0
- images/demo/spacer.png +0 -0
- images/demo/spoiler.png +0 -0
- images/demo/subpages.png +0 -0
- images/demo/tab.png +0 -0
- images/demo/table.png +0 -0
- images/demo/tabs.png +0 -0
- js/admin.js +37 -11
- js/init.js +1 -1
- languages/shortcodes-ultimate-ru_RU.mo +0 -0
- languages/shortcodes-ultimate-ru_RU.po +397 -472
- lib/admin.php +57 -144
- lib/available.php +688 -0
- readme.txt +1 -1
- shortcodes-ultimate.php +2 -1
css/admin.css
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
margin-bottom: 30px;
|
4 |
}
|
5 |
.su-clear {
|
|
|
6 |
clear: both;
|
7 |
height: 0;
|
8 |
}
|
@@ -131,4 +132,32 @@
|
|
131 |
}
|
132 |
.no-js .su-message-error {
|
133 |
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
}
|
3 |
margin-bottom: 30px;
|
4 |
}
|
5 |
.su-clear {
|
6 |
+
display: block;
|
7 |
clear: both;
|
8 |
height: 0;
|
9 |
}
|
132 |
}
|
133 |
.no-js .su-message-error {
|
134 |
display: block;
|
135 |
+
}
|
136 |
+
|
137 |
+
/* Save button */
|
138 |
+
.su-submit {
|
139 |
+
float: left;
|
140 |
+
}
|
141 |
+
.su-spin {
|
142 |
+
padding: 4px 0 0 10px;
|
143 |
+
float: left;
|
144 |
+
display: none;
|
145 |
+
}
|
146 |
+
|
147 |
+
.su-table-shortcodes small {
|
148 |
+
color: #aaa;
|
149 |
+
}
|
150 |
+
|
151 |
+
.su-table-demos img {
|
152 |
+
border: 1px solid #aaa;
|
153 |
+
margin-bottom: 15px;
|
154 |
+
}
|
155 |
+
|
156 |
+
.su-table-shortcodes td,
|
157 |
+
.su-table-demos td {
|
158 |
+
background: #fff !important;
|
159 |
+
}
|
160 |
+
.su-table-shortcodes .even td,
|
161 |
+
.su-table-demos .even td {
|
162 |
+
background: #f9f9f9 !important;
|
163 |
}
|
css/style.css
CHANGED
@@ -235,8 +235,8 @@
|
|
235 |
}
|
236 |
.su-tabs-style-3 .su-tabs-nav span:hover { background: #f7f7f7 }
|
237 |
.su-tabs-style-3 .su-tabs-nav span.su-tabs-current { background: #fff }
|
238 |
-
.su-tabs-style-3 .su-tabs-pane {
|
239 |
-
|
240 |
float: none;
|
241 |
margin-left: 200px;
|
242 |
}
|
235 |
}
|
236 |
.su-tabs-style-3 .su-tabs-nav span:hover { background: #f7f7f7 }
|
237 |
.su-tabs-style-3 .su-tabs-nav span.su-tabs-current { background: #fff }
|
238 |
+
.su-tabs-style-3 .su-tabs-pane {
|
239 |
+
padding: 15px;
|
240 |
float: none;
|
241 |
margin-left: 200px;
|
242 |
}
|
images/admin/spin.gif
ADDED
Binary file
|
images/demo/bloginfo.png
ADDED
Binary file
|
images/demo/box.png
ADDED
Binary file
|
images/demo/button.png
ADDED
Binary file
|
images/demo/column.png
ADDED
Binary file
|
images/demo/divider.png
ADDED
Binary file
|
images/demo/document.png
ADDED
Binary file
|
images/demo/fancy_link.png
ADDED
Binary file
|
images/demo/feed.png
ADDED
Binary file
|
images/demo/frame.png
ADDED
Binary file
|
images/demo/heading.png
ADDED
Binary file
|
images/demo/highlight.png
ADDED
Binary file
|
images/demo/list.png
ADDED
Binary file
|
images/demo/media.png
ADDED
Binary file
|
images/demo/members.png
ADDED
Binary file
|
images/demo/menu.png
ADDED
Binary file
|
images/demo/nivo_slider.png
ADDED
Binary file
|
images/demo/note.png
ADDED
Binary file
|
images/demo/permalink.png
ADDED
Binary file
|
images/demo/pullquote.png
ADDED
Binary file
|
images/demo/quote.png
ADDED
Binary file
|
images/demo/service.png
ADDED
Binary file
|
images/demo/siblings.png
ADDED
Binary file
|
images/demo/spacer.png
ADDED
Binary file
|
images/demo/spoiler.png
ADDED
Binary file
|
images/demo/subpages.png
ADDED
Binary file
|
images/demo/tab.png
ADDED
Binary file
|
images/demo/table.png
ADDED
Binary file
|
images/demo/tabs.png
ADDED
Binary file
|
js/admin.js
CHANGED
@@ -3,6 +3,9 @@ jQuery(document).ready(function($) {
|
|
3 |
// Code editor
|
4 |
var gn_custom_editor = CodeMirror.fromTextArea(document.getElementById("su-custom-css"), {});
|
5 |
|
|
|
|
|
|
|
6 |
// Tabs
|
7 |
$('#su-wrapper .su-pane:first').show();
|
8 |
$('#su-tabs a').click(function() {
|
@@ -14,28 +17,51 @@ jQuery(document).ready(function($) {
|
|
14 |
gn_custom_editor.refresh();
|
15 |
});
|
16 |
|
17 |
-
//
|
18 |
$('#su-form-save-settings').ajaxForm({
|
19 |
beforeSubmit: function() {
|
20 |
-
$('#su-form-save-settings .su-
|
21 |
-
$('#su-form-save-settings .su-
|
22 |
},
|
23 |
success: function() {
|
24 |
-
$('#su-form-save-settings .su-
|
25 |
-
$('#su-form-save-settings .su-
|
26 |
-
setTimeout('jQuery("#su-form-save-settings .su-message-success").slideUp(100)', 2000);
|
27 |
}
|
28 |
});
|
29 |
|
30 |
$('#su-form-save-custom-css').ajaxForm({
|
31 |
beforeSubmit: function() {
|
32 |
-
$('#su-form-save-custom-css .su-
|
33 |
-
$('#su-form-save-custom-css .su-
|
34 |
},
|
35 |
success: function() {
|
36 |
-
$('#su-form-save-custom-css .su-
|
37 |
-
$('#su-form-save-custom-css .su-
|
38 |
-
setTimeout('jQuery("#su-form-save-custom-css .su-message-success").slideUp(100)', 2000);
|
39 |
}
|
40 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
});
|
3 |
// Code editor
|
4 |
var gn_custom_editor = CodeMirror.fromTextArea(document.getElementById("su-custom-css"), {});
|
5 |
|
6 |
+
// Tables
|
7 |
+
$('.su-table-shortcodes tr:even, .su-table-demos tr:even').addClass('even');
|
8 |
+
|
9 |
// Tabs
|
10 |
$('#su-wrapper .su-pane:first').show();
|
11 |
$('#su-tabs a').click(function() {
|
17 |
gn_custom_editor.refresh();
|
18 |
});
|
19 |
|
20 |
+
// AJAX forms
|
21 |
$('#su-form-save-settings').ajaxForm({
|
22 |
beforeSubmit: function() {
|
23 |
+
$('#su-form-save-settings .su-spin').show();
|
24 |
+
$('#su-form-save-settings .su-submit').attr('disabled', 'disabled');
|
25 |
},
|
26 |
success: function() {
|
27 |
+
$('#su-form-save-settings .su-spin').hide();
|
28 |
+
$('#su-form-save-settings .su-submit').attr('disabled', '');
|
|
|
29 |
}
|
30 |
});
|
31 |
|
32 |
$('#su-form-save-custom-css').ajaxForm({
|
33 |
beforeSubmit: function() {
|
34 |
+
$('#su-form-save-custom-css .su-spin').show();
|
35 |
+
$('#su-form-save-custom-css .su-submit').attr('disabled', 'disabled');
|
36 |
},
|
37 |
success: function() {
|
38 |
+
$('#su-form-save-custom-css .su-spin').hide();
|
39 |
+
$('#su-form-save-custom-css .su-submit').attr('disabled', '');
|
|
|
40 |
}
|
41 |
});
|
42 |
+
|
43 |
+
// Forms
|
44 |
+
// $('#su-form-save-settings').ajaxForm({
|
45 |
+
// beforeSubmit: function() {
|
46 |
+
// $('#su-form-save-settings .su-message-success').hide();
|
47 |
+
// $('#su-form-save-settings .su-message-loading').slideDown(200);
|
48 |
+
// },
|
49 |
+
// success: function() {
|
50 |
+
// $('#su-form-save-settings .su-message-success, #su-form-save-settings .su-message-loading').fadeOut(200);
|
51 |
+
// $('#su-form-save-settings .su-message-success').fadeIn(200);
|
52 |
+
// setTimeout('jQuery("#su-form-save-settings .su-message-success").slideUp(100)', 2000);
|
53 |
+
// }
|
54 |
+
// });
|
55 |
+
|
56 |
+
// $('#su-form-save-custom-css').ajaxForm({
|
57 |
+
// beforeSubmit: function() {
|
58 |
+
// $('#su-form-save-custom-css .su-message-success').hide();
|
59 |
+
// $('#su-form-save-custom-css .su-message-loading').slideDown(200);
|
60 |
+
// },
|
61 |
+
// success: function() {
|
62 |
+
// $('#su-form-save-custom-css .su-message-success, #su-form-save-custom-css .su-message-loading').fadeOut(200);
|
63 |
+
// $('#su-form-save-custom-css .su-message-success').fadeIn(200);
|
64 |
+
// setTimeout('jQuery("#su-form-save-custom-css .su-message-success").slideUp(100)', 2000);
|
65 |
+
// }
|
66 |
+
// });
|
67 |
});
|
js/init.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
jQuery(document).ready(function($) {
|
2 |
|
3 |
// Frame
|
4 |
-
$('.su-frame-align-center').each(function() {
|
5 |
var frame_width = $(this).find('img').width();
|
6 |
$(this).css('width', frame_width + 12);
|
7 |
});
|
1 |
jQuery(document).ready(function($) {
|
2 |
|
3 |
// Frame
|
4 |
+
$('.su-frame-align-center, .su-frame-align-none').each(function() {
|
5 |
var frame_width = $(this).find('img').width();
|
6 |
$(this).css('width', frame_width + 12);
|
7 |
});
|
languages/shortcodes-ultimate-ru_RU.mo
CHANGED
Binary file
|
languages/shortcodes-ultimate-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gn_themes\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-
|
6 |
-
"PO-Revision-Date: 2011-
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -14,31 +14,31 @@ msgstr ""
|
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
-
#: shortcodes-ultimate.php:
|
18 |
#: lib/admin.php:26
|
19 |
msgid "Shortcodes Ultimate"
|
20 |
msgstr "Шорткоды"
|
21 |
|
22 |
-
#: shortcodes-ultimate.php:
|
23 |
msgid "Vladimir Anokhin"
|
24 |
msgstr "Владимир Анохин"
|
25 |
|
26 |
-
#: shortcodes-ultimate.php:
|
27 |
msgid "Provides support for many easy to use shortcodes"
|
28 |
msgstr "Предоставляет поддержку множества полезных шорткодов"
|
29 |
|
30 |
-
#: shortcodes-ultimate.php:
|
31 |
#: lib/admin.php:35
|
32 |
msgid "Settings"
|
33 |
msgstr "Настройки"
|
34 |
|
35 |
-
#: shortcodes-ultimate.php:
|
36 |
-
#: lib/admin.php:
|
37 |
msgid "Settings saved"
|
38 |
msgstr "Настройки сохранены"
|
39 |
|
40 |
-
#: shortcodes-ultimate.php:
|
41 |
-
#: lib/admin.php:
|
42 |
msgid "Custom CSS saved"
|
43 |
msgstr "Произвольные стили сохранены"
|
44 |
|
@@ -55,240 +55,477 @@ msgstr "О плагине"
|
|
55 |
msgid "Custom CSS"
|
56 |
msgstr "Произвольные стили"
|
57 |
|
58 |
-
#: lib/admin.php:
|
|
|
|
|
|
|
|
|
|
|
59 |
msgid "For full functionality of this page it is recommended to enable JavaScript."
|
60 |
msgstr "На этой странице рекомендуется включить Javascript."
|
61 |
|
62 |
-
#: lib/admin.php:
|
63 |
msgid "Instructions"
|
64 |
msgstr "Инструкции"
|
65 |
|
66 |
-
#: lib/admin.php:
|
67 |
msgid "FREE Support"
|
68 |
msgstr "БЕСПЛАТНАЯ поддержка"
|
69 |
|
70 |
-
#: lib/admin.php:
|
71 |
msgid "Support forum"
|
72 |
msgstr "Форум поддержки"
|
73 |
|
74 |
-
#: lib/admin.php:
|
75 |
msgid "Twitter"
|
76 |
msgstr "Твиттер разработчика"
|
77 |
|
78 |
-
#: lib/admin.php:
|
79 |
msgid "Bug report"
|
80 |
msgstr "Сообщить об ошибке"
|
81 |
|
82 |
-
#: lib/admin.php:
|
83 |
msgid "Do you love this plugin?"
|
84 |
msgstr "Вам нравится этот плагин?"
|
85 |
|
86 |
-
#: lib/admin.php:
|
87 |
msgid "Buy author a beer"
|
88 |
msgstr "Купите автору пива"
|
89 |
|
90 |
-
#: lib/admin.php:
|
91 |
msgid "Donate"
|
92 |
msgstr "Сделать пожертвование"
|
93 |
|
94 |
-
#: lib/admin.php:
|
95 |
msgid "Rate this plugin at wordpress.org"
|
96 |
msgstr "Оцените плагин на wordpress.org"
|
97 |
|
98 |
-
#: lib/admin.php:
|
99 |
msgid "5 stars"
|
100 |
msgstr "5 звезд"
|
101 |
|
102 |
-
#: lib/admin.php:
|
103 |
msgid "Review this plugin in your blog"
|
104 |
msgstr "Сделайте обзор этого плагина в своем блоге"
|
105 |
|
106 |
-
#: lib/admin.php:
|
107 |
-
#: lib/admin.php:
|
108 |
msgid "Saving..."
|
109 |
msgstr "Сохранение..."
|
110 |
|
111 |
-
#: lib/admin.php:
|
112 |
msgid "Disable custom formatting"
|
113 |
msgstr "Отключить специальное форматирование"
|
114 |
|
115 |
-
#: lib/admin.php:
|
116 |
msgid "Enable this option if you have some problems with other plugins or content formatting"
|
117 |
msgstr "Отметьте этот флажок, если у вас возникли пролемы совместимости с другими плагинами или форматированием контента"
|
118 |
|
119 |
-
#: lib/admin.php:
|
120 |
msgid "Compatibility mode"
|
121 |
msgstr "Режим совместимости"
|
122 |
|
123 |
-
#: lib/admin.php:
|
124 |
msgid "Enable this option if you have some problems with other plugins that uses similar shortcode names"
|
125 |
msgstr "Отметьте этот флажок, если у вас используются другие шорткоды с такими же именами. Все шорткоды этого плагина будут иметь такие имена"
|
126 |
|
127 |
-
#: lib/admin.php:
|
128 |
msgid "Forum topic"
|
129 |
msgstr "Тема на форуме (англ.)"
|
130 |
|
131 |
-
#: lib/admin.php:
|
132 |
msgid "Disable scripts"
|
133 |
msgstr "Отключить скрипты"
|
134 |
|
135 |
-
#: lib/admin.php:83
|
136 |
#: lib/admin.php:84
|
137 |
#: lib/admin.php:85
|
138 |
#: lib/admin.php:86
|
139 |
-
#: lib/admin.php:
|
140 |
#: lib/admin.php:98
|
|
|
141 |
msgid "Disable"
|
142 |
msgstr "Отключить"
|
143 |
|
144 |
-
#: lib/admin.php:
|
145 |
msgid "Check scripts, that you want to exclude form wp_head section"
|
146 |
msgstr "Отметьте скрипты, которые вы хотите исключить в wp_head"
|
147 |
|
148 |
-
#: lib/admin.php:
|
149 |
-
#: lib/admin.php:
|
150 |
msgid "Be careful with this settings!"
|
151 |
msgstr "Будьте осторожны с этими настройками!"
|
152 |
|
153 |
-
#: lib/admin.php:
|
154 |
msgid "Disable styles"
|
155 |
msgstr "Отключить файлы стилей"
|
156 |
|
157 |
-
#: lib/admin.php:
|
158 |
msgid "Check stylesheets, that you want to exclude form wp_head section"
|
159 |
msgstr "Отметьте файлы стилей, которые вы хотите исключить в wp_head"
|
160 |
|
161 |
-
#: lib/admin.php:
|
162 |
msgid "Save settings"
|
163 |
msgstr "Сохранить настройки"
|
164 |
|
165 |
-
#: lib/admin.php:
|
166 |
msgid "You can add custom styles, that will override defaults"
|
167 |
msgstr "Вы можете добавить произвольные стили, которые заменят оригинальные стили для шорткодов"
|
168 |
|
169 |
-
#: lib/admin.php:
|
170 |
msgid "See original styles"
|
171 |
msgstr "Смотреть оригинальные стили"
|
172 |
|
173 |
-
#: lib/admin.php:
|
174 |
msgid "Save styles"
|
175 |
msgstr "Сохранить стили"
|
176 |
|
177 |
-
#: lib/admin.php:
|
|
|
178 |
msgid "Shortcode"
|
179 |
msgstr "Шорткоды"
|
180 |
|
181 |
-
#: lib/admin.php:
|
182 |
msgid "Parameters"
|
183 |
msgstr "Параметры"
|
184 |
|
185 |
-
#: lib/admin.php:
|
186 |
msgid "Usage"
|
187 |
msgstr "Пример использования"
|
188 |
|
189 |
-
#: lib/
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
#: lib/
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
#: lib/shortcodes.php:82
|
210 |
msgid "Spoiler title"
|
211 |
msgstr "Скрытый текст"
|
212 |
|
213 |
-
#: lib/
|
214 |
msgid "Hidden text"
|
215 |
msgstr "Скрытый текст"
|
216 |
|
217 |
-
#: lib/
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
#: lib/
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
msgstr "Название услуги"
|
251 |
|
252 |
-
#: lib/
|
253 |
-
msgid "Service
|
254 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
|
256 |
-
#: lib/
|
257 |
-
msgid "Content for
|
258 |
-
msgstr "
|
259 |
|
260 |
-
#: lib/
|
|
|
261 |
msgid "Box title"
|
262 |
msgstr "Заголовок блока"
|
263 |
|
264 |
-
#: lib/
|
265 |
-
msgid "
|
266 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
|
268 |
-
#: lib/
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#: lib/
|
273 |
-
|
274 |
-
|
|
|
275 |
|
276 |
-
#: lib/
|
277 |
-
msgid "
|
278 |
-
msgstr "
|
279 |
|
280 |
-
#: lib/
|
281 |
-
|
282 |
-
|
|
|
283 |
|
284 |
-
#: lib/
|
285 |
-
msgid "
|
286 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
|
288 |
#: lib/shortcodes.php:101
|
289 |
msgid "Top"
|
290 |
msgstr "Вверх"
|
291 |
|
|
|
|
|
|
|
|
|
292 |
#: lib/shortcodes.php:320
|
293 |
msgid "This is box title"
|
294 |
msgstr "Заголовок блока"
|
@@ -297,22 +534,55 @@ msgstr "Заголовок блока"
|
|
297 |
msgid "Please specify media url"
|
298 |
msgstr "Укажите ссылку на медиа"
|
299 |
|
300 |
-
#: lib/shortcodes.php:
|
301 |
msgid "no attached images, or only one attached image"
|
302 |
msgstr "не найдены загруженные изображения, или изображение всего одно"
|
303 |
|
304 |
-
#: lib/shortcodes.php:
|
305 |
msgid "This menu doesn't exists, or has no elements"
|
306 |
msgstr "Такое меню не существует, или в нем нет ни одного элемента"
|
307 |
|
308 |
-
#: lib/shortcodes.php:
|
309 |
msgid "This content is for members only."
|
310 |
msgstr "Это содержимое только для участников."
|
311 |
|
312 |
-
#: lib/shortcodes.php:
|
313 |
msgid "Please login"
|
314 |
msgstr "Пожалуйста войдите"
|
315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
#~ msgid "General settings"
|
317 |
#~ msgstr "Основные настройки"
|
318 |
|
@@ -340,9 +610,6 @@ msgstr "Пожалуйста войдите"
|
|
340 |
#~ msgid "Donate with Money.Yandex.ru"
|
341 |
#~ msgstr "Сделать пожертвование через Money.Yandex.ru"
|
342 |
|
343 |
-
#~ msgid "RUR"
|
344 |
-
#~ msgstr "Руб."
|
345 |
-
|
346 |
#~ msgid "Donate with WebMoney.ru"
|
347 |
#~ msgstr "Сделать пожертвование через WebMoney.ru"
|
348 |
|
@@ -366,345 +633,3 @@ msgstr "Пожалуйста войдите"
|
|
366 |
|
367 |
#~ msgid "Visit"
|
368 |
#~ msgstr "Посетите"
|
369 |
-
|
370 |
-
#~ msgid ""
|
371 |
-
#~ "The page you've requested can not be displayed. It appears you've missed "
|
372 |
-
#~ "your intended destination, either through a bad or outdated link, or a "
|
373 |
-
#~ "typo in the page you were hoping to reach."
|
374 |
-
#~ msgstr "Страница, которую Вы запросили, не может быть отображена."
|
375 |
-
|
376 |
-
#~ msgid "Use the search box in the header to search for what you want."
|
377 |
-
#~ msgstr "Вы можете воспользоваться формой поиска вверху страницы."
|
378 |
-
|
379 |
-
#~ msgid "You can also <a href=\"%s\">return home</a>"
|
380 |
-
#~ msgstr "Также Вы можете <a href=\"%s\">вернуться на главную страницу</a>"
|
381 |
-
|
382 |
-
#~ msgid ""
|
383 |
-
#~ "And if you think this is our mistake, you can also contact us. We'll be "
|
384 |
-
#~ "thankful."
|
385 |
-
#~ msgstr ""
|
386 |
-
#~ "Если Вы считаете, что это наша ошибка, пожалуйста напишите нам. Мы будем "
|
387 |
-
#~ "благодарны."
|
388 |
-
|
389 |
-
#~ msgid "Leave comment"
|
390 |
-
#~ msgstr "Оставить комментарий"
|
391 |
-
|
392 |
-
#~ msgid "comments"
|
393 |
-
#~ msgstr "комментариев"
|
394 |
-
|
395 |
-
#~ msgid "Previous page"
|
396 |
-
#~ msgstr "« Назад"
|
397 |
-
|
398 |
-
#~ msgid "Next page"
|
399 |
-
#~ msgstr "Вперед »"
|
400 |
-
|
401 |
-
#~ msgid ""
|
402 |
-
#~ "This post is password protected. Enter the password to view comments."
|
403 |
-
#~ msgstr "Эта запись защищена паролем!"
|
404 |
-
|
405 |
-
#~ msgid "No comments yet"
|
406 |
-
#~ msgstr "Пока нет комментариев"
|
407 |
-
|
408 |
-
#~ msgid "on"
|
409 |
-
#~ msgstr "на"
|
410 |
-
|
411 |
-
#~ msgid "Leave comment for %s"
|
412 |
-
#~ msgstr "Оставить комментарий для %s"
|
413 |
-
|
414 |
-
#~ msgid "Logged in as %s. %s Log out %s"
|
415 |
-
#~ msgstr "Вы вошли как %s. %s Выйти? %s"
|
416 |
-
|
417 |
-
#~ msgid "Name"
|
418 |
-
#~ msgstr "Имя"
|
419 |
-
|
420 |
-
#~ msgid "(required)"
|
421 |
-
#~ msgstr "*обязательно"
|
422 |
-
|
423 |
-
#~ msgid "Mail (will not be published)"
|
424 |
-
#~ msgstr "Эл. почта"
|
425 |
-
|
426 |
-
#~ msgid "Website"
|
427 |
-
#~ msgstr "Веб сайт"
|
428 |
-
|
429 |
-
#~ msgid "Submit Comment"
|
430 |
-
#~ msgstr "Оставить комментрий"
|
431 |
-
|
432 |
-
#~ msgid "Footer 1"
|
433 |
-
#~ msgstr "Подвал 1"
|
434 |
-
|
435 |
-
#~ msgid "No widgets"
|
436 |
-
#~ msgstr "Нет виджетов"
|
437 |
-
|
438 |
-
#~ msgid "Add widget"
|
439 |
-
#~ msgstr "Добавьте виджет"
|
440 |
-
|
441 |
-
#~ msgid "Footer 2"
|
442 |
-
#~ msgstr "Подвал 2"
|
443 |
-
|
444 |
-
#~ msgid "Footer 3"
|
445 |
-
#~ msgstr "Подвал 3"
|
446 |
-
|
447 |
-
#~ msgid "Footer 4"
|
448 |
-
#~ msgstr "Подвал 4"
|
449 |
-
|
450 |
-
#~ msgid "Sidebar"
|
451 |
-
#~ msgstr "Сайдбар"
|
452 |
-
|
453 |
-
#~ msgid "Blog sidebar"
|
454 |
-
#~ msgstr "Сайдбар блога"
|
455 |
-
|
456 |
-
#~ msgid "Footer widgetized area 1"
|
457 |
-
#~ msgstr "Виджет-зона подвала 1"
|
458 |
-
|
459 |
-
#~ msgid "Footer widgetized area 2"
|
460 |
-
#~ msgstr "Виджет-зона подвала 2"
|
461 |
-
|
462 |
-
#~ msgid "Footer widgetized area 3"
|
463 |
-
#~ msgstr "Виджет-зона подвала 3"
|
464 |
-
|
465 |
-
#~ msgid "Footer widgetized area 4"
|
466 |
-
#~ msgstr "Виджет-зона подвала 4"
|
467 |
-
|
468 |
-
#~ msgid "Page not found"
|
469 |
-
#~ msgstr "Страница не найдена"
|
470 |
-
|
471 |
-
#~ msgid "Search results"
|
472 |
-
#~ msgstr "Результаты поиска"
|
473 |
-
|
474 |
-
#~ msgid "Nothing found"
|
475 |
-
#~ msgstr "Ничего не найдено"
|
476 |
-
|
477 |
-
#~ msgid "Search..."
|
478 |
-
#~ msgstr "Поиск..."
|
479 |
-
|
480 |
-
#~ msgid "Find"
|
481 |
-
#~ msgstr "Найти"
|
482 |
-
|
483 |
-
#~ msgid "Entire site"
|
484 |
-
#~ msgstr "По всему сайту"
|
485 |
-
|
486 |
-
#~ msgid "Blog"
|
487 |
-
#~ msgstr "Блог"
|
488 |
-
|
489 |
-
#~ msgid "Portfolio"
|
490 |
-
#~ msgstr "Портфолио"
|
491 |
-
|
492 |
-
#~ msgid "<strong>Thanks!</strong> Your email was successfully sent."
|
493 |
-
#~ msgstr "<strong>Спасибо!</strong> Ваше сообщение успешно отправлено."
|
494 |
-
|
495 |
-
#~ msgid "There was an error submitting the form."
|
496 |
-
#~ msgstr "Произошла ошибка при отправке."
|
497 |
-
|
498 |
-
#~ msgid "Name *"
|
499 |
-
#~ msgstr "Имя *"
|
500 |
-
|
501 |
-
#~ msgid "Email *"
|
502 |
-
#~ msgstr "Эл. почта *"
|
503 |
-
|
504 |
-
#~ msgid "Send"
|
505 |
-
#~ msgstr "Отправить"
|
506 |
-
|
507 |
-
#~ msgid "You forgot to enter your name."
|
508 |
-
#~ msgstr "Вы забыли указать своё имя."
|
509 |
-
|
510 |
-
#~ msgid "You forgot to enter your email address."
|
511 |
-
#~ msgstr "Вы забыли указать адрес эл. почты."
|
512 |
-
|
513 |
-
#~ msgid "You entered an invalid email address."
|
514 |
-
#~ msgstr "Вы ввели неверный адрес эл. почты."
|
515 |
-
|
516 |
-
#~ msgid "You forgot to enter your comments."
|
517 |
-
#~ msgstr "Вы забыли добавить комментарии."
|
518 |
-
|
519 |
-
#~ msgid "Add entry"
|
520 |
-
#~ msgstr "Добавить запись"
|
521 |
-
|
522 |
-
#~ msgid "Search posts"
|
523 |
-
#~ msgstr "Искать записи"
|
524 |
-
|
525 |
-
#~ msgid "Add new post"
|
526 |
-
#~ msgstr "Добавить новую запись"
|
527 |
-
|
528 |
-
#~ msgid "Edit post"
|
529 |
-
#~ msgstr "Редактировать запись"
|
530 |
-
|
531 |
-
#~ msgid "New post"
|
532 |
-
#~ msgstr "Новая запись"
|
533 |
-
|
534 |
-
#~ msgid "View post"
|
535 |
-
#~ msgstr "Просмотр записи"
|
536 |
-
|
537 |
-
#~ msgid "Add new item"
|
538 |
-
#~ msgstr "Добавить запись"
|
539 |
-
|
540 |
-
#~ msgid "Search portfolio items"
|
541 |
-
#~ msgstr "Искать записи портфолио"
|
542 |
-
|
543 |
-
#~ msgid "Add new portfolio item"
|
544 |
-
#~ msgstr "Новая запись в портфолио"
|
545 |
-
|
546 |
-
#~ msgid "Edit portfolio item"
|
547 |
-
#~ msgstr "Редактировать запись в портфолио"
|
548 |
-
|
549 |
-
#~ msgid "New portfolio item"
|
550 |
-
#~ msgstr "Новая запись в портфолио"
|
551 |
-
|
552 |
-
#~ msgid "View portfolio item"
|
553 |
-
#~ msgstr "Просмотр записи портфолио"
|
554 |
-
|
555 |
-
#~ msgid "Slider"
|
556 |
-
#~ msgstr "Слайдер"
|
557 |
-
|
558 |
-
#~ msgid "Slide"
|
559 |
-
#~ msgstr "Слайд"
|
560 |
-
|
561 |
-
#~ msgid "Add slide"
|
562 |
-
#~ msgstr "Добавить слайд"
|
563 |
-
|
564 |
-
#~ msgid "Search slides"
|
565 |
-
#~ msgstr "Искать слайды"
|
566 |
-
|
567 |
-
#~ msgid "Add new slide"
|
568 |
-
#~ msgstr "Добавить новый слайд"
|
569 |
-
|
570 |
-
#~ msgid "Edit slide"
|
571 |
-
#~ msgstr "Редактировать слайд"
|
572 |
-
|
573 |
-
#~ msgid "New slide"
|
574 |
-
#~ msgstr "Новый слайд"
|
575 |
-
|
576 |
-
#~ msgid "View slide"
|
577 |
-
#~ msgstr "Просмотр слайда"
|
578 |
-
|
579 |
-
#~ msgid "Slide settings (Anything slider)"
|
580 |
-
#~ msgstr "Настройки слайда (Anything slider)"
|
581 |
-
|
582 |
-
#~ msgid "Slide view"
|
583 |
-
#~ msgstr "Тип слайда"
|
584 |
-
|
585 |
-
#~ msgid ""
|
586 |
-
#~ "Slide type. Full size - full sized image/video. Mixed - post title + post "
|
587 |
-
#~ "content + image/video. Content only - only post content."
|
588 |
-
#~ msgstr ""
|
589 |
-
#~ "Full size - полноразмерное видео или изображение. Mixed - заголовок "
|
590 |
-
#~ "слайда + контент + видео или изображение. Content only - только контент "
|
591 |
-
#~ "из редактора"
|
592 |
-
|
593 |
-
#~ msgid ""
|
594 |
-
#~ "Paste full link to your media (image, Youtube video, Vimeo video). Not "
|
595 |
-
#~ "required with Content only slides"
|
596 |
-
#~ msgstr ""
|
597 |
-
#~ "Вставьте полную ссылку на медиа для этого слайда. Вы можете вставить "
|
598 |
-
#~ "ссылку на youtube, vimeo или изображение. Также поддерживаются обычные "
|
599 |
-
#~ "видеофайлы и аудиофайлы. Подробности смотрите в документации"
|
600 |
-
|
601 |
-
#~ msgid "Page description for text teaser (top of page)"
|
602 |
-
#~ msgstr "Описание страницы для небольшого заголовка вверху страницы"
|
603 |
-
|
604 |
-
#~ msgid "Thumbnail"
|
605 |
-
#~ msgstr "Миниатюра"
|
606 |
-
|
607 |
-
#~ msgid "Choose image for thumbnail"
|
608 |
-
#~ msgstr "Выберите изображение для миниатюры"
|
609 |
-
|
610 |
-
#~ msgid "Main menu"
|
611 |
-
#~ msgstr "Главное меню"
|
612 |
-
|
613 |
-
#~ msgid "Share"
|
614 |
-
#~ msgstr "Поделиться"
|
615 |
-
|
616 |
-
#~ msgid "year"
|
617 |
-
#~ msgstr "г."
|
618 |
-
|
619 |
-
#~ msgid "month"
|
620 |
-
#~ msgstr "мес."
|
621 |
-
|
622 |
-
#~ msgid "week"
|
623 |
-
#~ msgstr "нед."
|
624 |
-
|
625 |
-
#~ msgid "day"
|
626 |
-
#~ msgstr "дн."
|
627 |
-
|
628 |
-
#~ msgid "hour"
|
629 |
-
#~ msgstr "ч."
|
630 |
-
|
631 |
-
#~ msgid "minute"
|
632 |
-
#~ msgstr "мин."
|
633 |
-
|
634 |
-
#~ msgid "s"
|
635 |
-
#~ msgstr " "
|
636 |
-
|
637 |
-
#~ msgid "ago"
|
638 |
-
#~ msgstr "назад"
|
639 |
-
|
640 |
-
#~ msgid "Blog recent"
|
641 |
-
#~ msgstr "Из блога"
|
642 |
-
|
643 |
-
#~ msgid "Recent blog posts"
|
644 |
-
#~ msgstr "Последние записи из блога"
|
645 |
-
|
646 |
-
#~ msgid "Number posts"
|
647 |
-
#~ msgstr "Количество записей"
|
648 |
-
|
649 |
-
#~ msgid "Show thumbnails"
|
650 |
-
#~ msgstr "Показывать миниатюры"
|
651 |
-
|
652 |
-
#~ msgid "Your contact information"
|
653 |
-
#~ msgstr "Ваша контактная информация"
|
654 |
-
|
655 |
-
#~ msgid "Show on map"
|
656 |
-
#~ msgstr "Показать на карте"
|
657 |
-
|
658 |
-
#~ msgid "Address"
|
659 |
-
#~ msgstr "Адрес"
|
660 |
-
|
661 |
-
#~ msgid "Google maps url"
|
662 |
-
#~ msgstr "Ссылка на гугл-карту"
|
663 |
-
|
664 |
-
#~ msgid "Phone"
|
665 |
-
#~ msgstr "Телефон"
|
666 |
-
|
667 |
-
#~ msgid "Fax"
|
668 |
-
#~ msgstr "Факс"
|
669 |
-
|
670 |
-
#~ msgid "E-mail"
|
671 |
-
#~ msgstr "Эл. почта"
|
672 |
-
|
673 |
-
#~ msgid "Custom info 2"
|
674 |
-
#~ msgstr "Доп. инфо 2"
|
675 |
-
|
676 |
-
#~ msgid "Custom info 3"
|
677 |
-
#~ msgstr "Доп. инфо 3"
|
678 |
-
|
679 |
-
#~ msgid "Porfolio recent"
|
680 |
-
#~ msgstr "Из портфолио"
|
681 |
-
|
682 |
-
#~ msgid "Recent portfolio entries"
|
683 |
-
#~ msgstr "Последние записи из портфолио"
|
684 |
-
|
685 |
-
#~ msgid "Show tooltips"
|
686 |
-
#~ msgstr "Показывать всплывающие подсказки при наведении"
|
687 |
-
|
688 |
-
#~ msgid "Recent tweets"
|
689 |
-
#~ msgstr "Последние твиты"
|
690 |
-
|
691 |
-
#~ msgid "Twitter username"
|
692 |
-
#~ msgstr "Имя пользователя в твиттере"
|
693 |
-
|
694 |
-
#~ msgid "Number tweets"
|
695 |
-
#~ msgstr "Количество твитов"
|
696 |
-
|
697 |
-
#~ msgid "Left"
|
698 |
-
#~ msgstr "Left"
|
699 |
-
|
700 |
-
#~ msgid "Right"
|
701 |
-
#~ msgstr "Right"
|
702 |
-
|
703 |
-
#~ msgid "Show"
|
704 |
-
#~ msgstr "Show"
|
705 |
-
|
706 |
-
#~ msgid "Yes"
|
707 |
-
#~ msgstr "Yes"
|
708 |
-
|
709 |
-
#~ msgid "Static image"
|
710 |
-
#~ msgstr "Static image"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: gn_themes\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-06-24 03:59+0300\n"
|
6 |
+
"PO-Revision-Date: 2011-06-24 03:59+0300\n"
|
7 |
"Last-Translator: Vladimir Anokhin <ano.vladimir@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
+
#: shortcodes-ultimate.php:181
|
18 |
#: lib/admin.php:26
|
19 |
msgid "Shortcodes Ultimate"
|
20 |
msgstr "Шорткоды"
|
21 |
|
22 |
+
#: shortcodes-ultimate.php:181
|
23 |
msgid "Vladimir Anokhin"
|
24 |
msgstr "Владимир Анохин"
|
25 |
|
26 |
+
#: shortcodes-ultimate.php:181
|
27 |
msgid "Provides support for many easy to use shortcodes"
|
28 |
msgstr "Предоставляет поддержку множества полезных шорткодов"
|
29 |
|
30 |
+
#: shortcodes-ultimate.php:267
|
31 |
#: lib/admin.php:35
|
32 |
msgid "Settings"
|
33 |
msgstr "Настройки"
|
34 |
|
35 |
+
#: shortcodes-ultimate.php:280
|
36 |
+
#: lib/admin.php:61
|
37 |
msgid "Settings saved"
|
38 |
msgstr "Настройки сохранены"
|
39 |
|
40 |
+
#: shortcodes-ultimate.php:285
|
41 |
+
#: lib/admin.php:120
|
42 |
msgid "Custom CSS saved"
|
43 |
msgstr "Произвольные стили сохранены"
|
44 |
|
55 |
msgid "Custom CSS"
|
56 |
msgstr "Произвольные стили"
|
57 |
|
58 |
+
#: lib/admin.php:38
|
59 |
+
#: lib/admin.php:174
|
60 |
+
msgid "Demo"
|
61 |
+
msgstr "Демо"
|
62 |
+
|
63 |
+
#: lib/admin.php:41
|
64 |
msgid "For full functionality of this page it is recommended to enable JavaScript."
|
65 |
msgstr "На этой странице рекомендуется включить Javascript."
|
66 |
|
67 |
+
#: lib/admin.php:41
|
68 |
msgid "Instructions"
|
69 |
msgstr "Инструкции"
|
70 |
|
71 |
+
#: lib/admin.php:43
|
72 |
msgid "FREE Support"
|
73 |
msgstr "БЕСПЛАТНАЯ поддержка"
|
74 |
|
75 |
+
#: lib/admin.php:44
|
76 |
msgid "Support forum"
|
77 |
msgstr "Форум поддержки"
|
78 |
|
79 |
+
#: lib/admin.php:45
|
80 |
msgid "Twitter"
|
81 |
msgstr "Твиттер разработчика"
|
82 |
|
83 |
+
#: lib/admin.php:46
|
84 |
msgid "Bug report"
|
85 |
msgstr "Сообщить об ошибке"
|
86 |
|
87 |
+
#: lib/admin.php:50
|
88 |
msgid "Do you love this plugin?"
|
89 |
msgstr "Вам нравится этот плагин?"
|
90 |
|
91 |
+
#: lib/admin.php:51
|
92 |
msgid "Buy author a beer"
|
93 |
msgstr "Купите автору пива"
|
94 |
|
95 |
+
#: lib/admin.php:51
|
96 |
msgid "Donate"
|
97 |
msgstr "Сделать пожертвование"
|
98 |
|
99 |
+
#: lib/admin.php:52
|
100 |
msgid "Rate this plugin at wordpress.org"
|
101 |
msgstr "Оцените плагин на wordpress.org"
|
102 |
|
103 |
+
#: lib/admin.php:52
|
104 |
msgid "5 stars"
|
105 |
msgstr "5 звезд"
|
106 |
|
107 |
+
#: lib/admin.php:53
|
108 |
msgid "Review this plugin in your blog"
|
109 |
msgstr "Сделайте обзор этого плагина в своем блоге"
|
110 |
|
111 |
+
#: lib/admin.php:60
|
112 |
+
#: lib/admin.php:119
|
113 |
msgid "Saving..."
|
114 |
msgstr "Сохранение..."
|
115 |
|
116 |
+
#: lib/admin.php:65
|
117 |
msgid "Disable custom formatting"
|
118 |
msgstr "Отключить специальное форматирование"
|
119 |
|
120 |
+
#: lib/admin.php:68
|
121 |
msgid "Enable this option if you have some problems with other plugins or content formatting"
|
122 |
msgstr "Отметьте этот флажок, если у вас возникли пролемы совместимости с другими плагинами или форматированием контента"
|
123 |
|
124 |
+
#: lib/admin.php:73
|
125 |
msgid "Compatibility mode"
|
126 |
msgstr "Режим совместимости"
|
127 |
|
128 |
+
#: lib/admin.php:76
|
129 |
msgid "Enable this option if you have some problems with other plugins that uses similar shortcode names"
|
130 |
msgstr "Отметьте этот флажок, если у вас используются другие шорткоды с такими же именами. Все шорткоды этого плагина будут иметь такие имена"
|
131 |
|
132 |
+
#: lib/admin.php:76
|
133 |
msgid "Forum topic"
|
134 |
msgstr "Тема на форуме (англ.)"
|
135 |
|
136 |
+
#: lib/admin.php:80
|
137 |
msgid "Disable scripts"
|
138 |
msgstr "Отключить скрипты"
|
139 |
|
|
|
140 |
#: lib/admin.php:84
|
141 |
#: lib/admin.php:85
|
142 |
#: lib/admin.php:86
|
143 |
+
#: lib/admin.php:87
|
144 |
#: lib/admin.php:98
|
145 |
+
#: lib/admin.php:99
|
146 |
msgid "Disable"
|
147 |
msgstr "Отключить"
|
148 |
|
149 |
+
#: lib/admin.php:90
|
150 |
msgid "Check scripts, that you want to exclude form wp_head section"
|
151 |
msgstr "Отметьте скрипты, которые вы хотите исключить в wp_head"
|
152 |
|
153 |
+
#: lib/admin.php:90
|
154 |
+
#: lib/admin.php:102
|
155 |
msgid "Be careful with this settings!"
|
156 |
msgstr "Будьте осторожны с этими настройками!"
|
157 |
|
158 |
+
#: lib/admin.php:94
|
159 |
msgid "Disable styles"
|
160 |
msgstr "Отключить файлы стилей"
|
161 |
|
162 |
+
#: lib/admin.php:102
|
163 |
msgid "Check stylesheets, that you want to exclude form wp_head section"
|
164 |
msgstr "Отметьте файлы стилей, которые вы хотите исключить в wp_head"
|
165 |
|
166 |
+
#: lib/admin.php:108
|
167 |
msgid "Save settings"
|
168 |
msgstr "Сохранить настройки"
|
169 |
|
170 |
+
#: lib/admin.php:121
|
171 |
msgid "You can add custom styles, that will override defaults"
|
172 |
msgstr "Вы можете добавить произвольные стили, которые заменят оригинальные стили для шорткодов"
|
173 |
|
174 |
+
#: lib/admin.php:122
|
175 |
msgid "See original styles"
|
176 |
msgstr "Смотреть оригинальные стили"
|
177 |
|
178 |
+
#: lib/admin.php:125
|
179 |
msgid "Save styles"
|
180 |
msgstr "Сохранить стили"
|
181 |
|
182 |
+
#: lib/admin.php:135
|
183 |
+
#: lib/admin.php:173
|
184 |
msgid "Shortcode"
|
185 |
msgstr "Шорткоды"
|
186 |
|
187 |
+
#: lib/admin.php:136
|
188 |
msgid "Parameters"
|
189 |
msgstr "Параметры"
|
190 |
|
191 |
+
#: lib/admin.php:137
|
192 |
msgid "Usage"
|
193 |
msgstr "Пример использования"
|
194 |
|
195 |
+
#: lib/available.php:14
|
196 |
+
msgid "Styled heading"
|
197 |
+
msgstr "Стильный заголовок"
|
198 |
+
|
199 |
+
#: lib/available.php:28
|
200 |
+
msgid "Frame align"
|
201 |
+
msgstr "Выравнивание рамки"
|
202 |
+
|
203 |
+
#: lib/available.php:32
|
204 |
+
msgid "Styled image frame"
|
205 |
+
msgstr "Стиьная рамка изображения"
|
206 |
+
|
207 |
+
#: lib/available.php:46
|
208 |
+
msgid "Tabs style"
|
209 |
+
msgstr "Стиль вкладок"
|
210 |
+
|
211 |
+
#: lib/available.php:50
|
212 |
+
msgid "Tabs container"
|
213 |
+
msgstr "Контейнер вкладок"
|
214 |
+
|
215 |
+
#: lib/available.php:59
|
216 |
+
msgid "Title"
|
217 |
+
msgstr "Заголовок"
|
218 |
+
|
219 |
+
#: lib/available.php:60
|
220 |
+
msgid "Tab title"
|
221 |
+
msgstr "Заголовок вкладки"
|
222 |
+
|
223 |
+
#: lib/available.php:64
|
224 |
+
msgid "Single tab"
|
225 |
+
msgstr "Одиночная вкладка"
|
226 |
+
|
227 |
+
#: lib/available.php:73
|
228 |
+
#: lib/available.php:74
|
229 |
#: lib/shortcodes.php:82
|
230 |
msgid "Spoiler title"
|
231 |
msgstr "Скрытый текст"
|
232 |
|
233 |
+
#: lib/available.php:78
|
234 |
msgid "Hidden text"
|
235 |
msgstr "Скрытый текст"
|
236 |
|
237 |
+
#: lib/available.php:91
|
238 |
+
msgid "Show TOP link"
|
239 |
+
msgstr "Показать ссылку ВВЕРХ"
|
240 |
+
|
241 |
+
#: lib/available.php:95
|
242 |
+
msgid "Content divider with optional TOP link"
|
243 |
+
msgstr "Разделитель текста со ссылкой ВВЕРХ"
|
244 |
+
|
245 |
+
#: lib/available.php:111
|
246 |
+
msgid "Spacer height in pixels"
|
247 |
+
msgstr "Высота разделителя в пикселях"
|
248 |
+
|
249 |
+
#: lib/available.php:115
|
250 |
+
msgid "Empty space with adjustable height"
|
251 |
+
msgstr "Пробел с настраиваемой высотой"
|
252 |
+
|
253 |
+
#: lib/available.php:129
|
254 |
+
msgid "Quote style"
|
255 |
+
msgstr "Стиль цитаты"
|
256 |
+
|
257 |
+
#: lib/available.php:133
|
258 |
+
msgid "Blockquote alternative"
|
259 |
+
msgstr "Альтернатива цитаты"
|
260 |
+
|
261 |
+
#: lib/available.php:146
|
262 |
+
msgid "Pullquote alignment"
|
263 |
+
msgstr "Выравнивание цитаты"
|
264 |
+
|
265 |
+
#: lib/available.php:150
|
266 |
+
msgid "Pullquote"
|
267 |
+
msgstr "Цитата с обтеканием"
|
268 |
+
|
269 |
+
#: lib/available.php:160
|
270 |
+
msgid "Background color"
|
271 |
+
msgstr "Цвет фона"
|
272 |
+
|
273 |
+
#: lib/available.php:165
|
274 |
+
msgid "Text color"
|
275 |
+
msgstr "Цвет текста"
|
276 |
+
|
277 |
+
#: lib/available.php:169
|
278 |
+
msgid "Highlighted text"
|
279 |
+
msgstr "Подсвеченный текст"
|
280 |
+
|
281 |
+
#: lib/available.php:192
|
282 |
+
msgid "Option name"
|
283 |
+
msgstr "Имя опции"
|
284 |
+
|
285 |
+
#: lib/available.php:196
|
286 |
+
msgid "Blog info"
|
287 |
+
msgstr "Инфо блога"
|
288 |
+
|
289 |
+
#: lib/available.php:206
|
290 |
+
#: lib/available.php:664
|
291 |
+
msgid "Post/page ID"
|
292 |
+
msgstr "ID записи/страницы"
|
293 |
+
|
294 |
+
#: lib/available.php:214
|
295 |
+
msgid "Link target"
|
296 |
+
msgstr "Цель ссылки"
|
297 |
+
|
298 |
+
#: lib/available.php:218
|
299 |
+
msgid "Permalink to specified post/page"
|
300 |
+
msgstr "Постоянная ссылка на указанную запись/страницу"
|
301 |
+
|
302 |
+
#: lib/available.php:228
|
303 |
+
msgid "Button link"
|
304 |
+
msgstr "Ссылка кнопки"
|
305 |
+
|
306 |
+
#: lib/available.php:233
|
307 |
+
msgid "Button background color"
|
308 |
+
msgstr "Цвет фона кнопки"
|
309 |
+
|
310 |
+
#: lib/available.php:251
|
311 |
+
msgid "Button size"
|
312 |
+
msgstr "Размер кнопки"
|
313 |
+
|
314 |
+
#: lib/available.php:261
|
315 |
+
msgid "Button background style"
|
316 |
+
msgstr "Стиль фона кнопки"
|
317 |
+
|
318 |
+
#: lib/available.php:269
|
319 |
+
msgid "Dark text color"
|
320 |
+
msgstr "Темный цвет текста"
|
321 |
+
|
322 |
+
#: lib/available.php:277
|
323 |
+
msgid "Disable rounded corners"
|
324 |
+
msgstr "Отключить скругленные уголки"
|
325 |
+
|
326 |
+
#: lib/available.php:282
|
327 |
+
msgid "Button icon"
|
328 |
+
msgstr "Иконка кнопки"
|
329 |
+
|
330 |
+
#: lib/available.php:287
|
331 |
+
msgid "Button class"
|
332 |
+
msgstr "Класс кнопки"
|
333 |
+
|
334 |
+
#: lib/available.php:295
|
335 |
+
msgid "Button link target"
|
336 |
+
msgstr "Цель ссылки кнопки"
|
337 |
+
|
338 |
+
#: lib/available.php:299
|
339 |
+
msgid "Styled button"
|
340 |
+
msgstr "Стильная кнопка"
|
341 |
+
|
342 |
+
#: lib/available.php:312
|
343 |
+
msgid "Link color"
|
344 |
+
msgstr "Цвет ссылки"
|
345 |
+
|
346 |
+
#: lib/available.php:317
|
347 |
+
msgid "URL"
|
348 |
+
msgstr "URL"
|
349 |
+
|
350 |
+
#: lib/available.php:321
|
351 |
+
msgid "Fancy link"
|
352 |
+
msgstr "Стильная ссылка"
|
353 |
+
|
354 |
+
#: lib/available.php:330
|
355 |
+
#: lib/available.php:331
|
356 |
+
msgid "Service title"
|
357 |
msgstr "Название услуги"
|
358 |
|
359 |
+
#: lib/available.php:336
|
360 |
+
msgid "Service icon"
|
361 |
+
msgstr "Иконка услуги"
|
362 |
+
|
363 |
+
#: lib/available.php:345
|
364 |
+
msgid "Icon size"
|
365 |
+
msgstr "Размер иконки"
|
366 |
+
|
367 |
+
#: lib/available.php:349
|
368 |
+
msgid "Service box with title"
|
369 |
+
msgstr "Блок услуга с заголовком"
|
370 |
+
|
371 |
+
#: lib/available.php:363
|
372 |
+
msgid "Box style"
|
373 |
+
msgstr "Стиль блока"
|
374 |
|
375 |
+
#: lib/available.php:367
|
376 |
+
msgid "Content for logged in members only"
|
377 |
+
msgstr "Ссодержимое только для залогиненных"
|
378 |
|
379 |
+
#: lib/available.php:376
|
380 |
+
#: lib/available.php:377
|
381 |
msgid "Box title"
|
382 |
msgstr "Заголовок блока"
|
383 |
|
384 |
+
#: lib/available.php:382
|
385 |
+
msgid "Box color"
|
386 |
+
msgstr "Цвет блока"
|
387 |
+
|
388 |
+
#: lib/available.php:386
|
389 |
+
msgid "Colored box with caption"
|
390 |
+
msgstr "Цветной блок с заголовком"
|
391 |
+
|
392 |
+
#: lib/available.php:396
|
393 |
+
msgid "Note color"
|
394 |
+
msgstr "Цвет блока"
|
395 |
+
|
396 |
+
#: lib/available.php:400
|
397 |
+
msgid "Colored box"
|
398 |
+
msgstr "Цветной блок"
|
399 |
+
|
400 |
+
#: lib/available.php:426
|
401 |
+
msgid "List style"
|
402 |
+
msgstr "Стиль списка"
|
403 |
+
|
404 |
+
#: lib/available.php:430
|
405 |
+
msgid "Styled unordered list"
|
406 |
+
msgstr "Стильный неупорядоченный список"
|
407 |
+
|
408 |
+
#: lib/available.php:440
|
409 |
+
msgid "Feed URL"
|
410 |
+
msgstr "URL ленты"
|
411 |
+
|
412 |
+
#: lib/available.php:451
|
413 |
+
msgid "Number of item to show"
|
414 |
+
msgstr "Количество элементов для показа"
|
415 |
+
|
416 |
+
#: lib/available.php:455
|
417 |
+
msgid "Feed grabber"
|
418 |
+
msgstr "Граббер новостных лент"
|
419 |
+
|
420 |
+
#: lib/available.php:465
|
421 |
+
msgid "Custom menu name"
|
422 |
+
msgstr "Имя произвольного меню"
|
423 |
|
424 |
+
#: lib/available.php:469
|
425 |
+
msgid "Custom menu by name"
|
426 |
+
msgstr "Произвольное меню"
|
427 |
|
428 |
+
#: lib/available.php:483
|
429 |
+
#: lib/available.php:506
|
430 |
+
msgid "Depth level"
|
431 |
+
msgstr "Глубина"
|
432 |
|
433 |
+
#: lib/available.php:488
|
434 |
+
msgid "Parent page ID"
|
435 |
+
msgstr "ID родительской страницы"
|
436 |
|
437 |
+
#: lib/available.php:492
|
438 |
+
#: lib/available.php:510
|
439 |
+
msgid "Page childrens"
|
440 |
+
msgstr "Потомки страницы"
|
441 |
|
442 |
+
#: lib/available.php:532
|
443 |
+
msgid "Column width"
|
444 |
+
msgstr "Ширина колонки"
|
445 |
+
|
446 |
+
#: lib/available.php:540
|
447 |
+
msgid "For last columns"
|
448 |
+
msgstr "Для последних колонок"
|
449 |
+
|
450 |
+
#: lib/available.php:549
|
451 |
+
msgid "You can define custom styles for each columns set"
|
452 |
+
msgstr "Вы можете определить особые стили для каждого набора колонок"
|
453 |
+
|
454 |
+
#: lib/available.php:553
|
455 |
+
msgid "Flexible columns"
|
456 |
+
msgstr "Резновые колонки"
|
457 |
+
|
458 |
+
#: lib/available.php:567
|
459 |
+
msgid "Table style"
|
460 |
+
msgstr "Стиль таблицы"
|
461 |
+
|
462 |
+
#: lib/available.php:572
|
463 |
+
msgid "Create table from CSV"
|
464 |
+
msgstr "Создание таблицы из CSV файла"
|
465 |
+
|
466 |
+
#: lib/available.php:576
|
467 |
+
msgid "Styled table from HTML or CSV file"
|
468 |
+
msgstr "Стильная таблица из HTML или CSV файла"
|
469 |
+
|
470 |
+
#: lib/available.php:586
|
471 |
+
msgid "Media URL"
|
472 |
+
msgstr "Ссылка на медиа"
|
473 |
+
|
474 |
+
#: lib/available.php:591
|
475 |
+
#: lib/available.php:615
|
476 |
+
#: lib/available.php:639
|
477 |
+
msgid "Width"
|
478 |
+
msgstr "Ширина"
|
479 |
+
|
480 |
+
#: lib/available.php:596
|
481 |
+
#: lib/available.php:620
|
482 |
+
msgid "Height"
|
483 |
+
msgstr "Высота"
|
484 |
+
|
485 |
+
#: lib/available.php:600
|
486 |
+
msgid "YouTube video, Vimeo video, .mp4/.flv video, .mp3 file or images"
|
487 |
+
msgstr "YouTube видео, Vimeo видео, .mp4/.flv видео, .mp3 файл или изображения"
|
488 |
+
|
489 |
+
#: lib/available.php:610
|
490 |
+
msgid "Document URL"
|
491 |
+
msgstr "Ссылка на документ"
|
492 |
+
|
493 |
+
#: lib/available.php:624
|
494 |
+
msgid ".doc, .xls, .pdf viewer by Google"
|
495 |
+
msgstr ".doc, .xls, .pdf просмотрщик от Google"
|
496 |
+
|
497 |
+
#: lib/available.php:634
|
498 |
+
msgid "Slider width"
|
499 |
+
msgstr "Ширина слайдера"
|
500 |
+
|
501 |
+
#: lib/available.php:649
|
502 |
+
msgid "Slides links"
|
503 |
+
msgstr "Ссылки слайдов"
|
504 |
+
|
505 |
+
#: lib/available.php:654
|
506 |
+
msgid "Animation speed (1000 = 1 second)"
|
507 |
+
msgstr "Скорость анимации (1000 = 1 секунда)"
|
508 |
+
|
509 |
+
#: lib/available.php:659
|
510 |
+
msgid "Animation delay (1000 = 1 second)"
|
511 |
+
msgstr "Задержка анимации (1000 = 1 секунда)"
|
512 |
+
|
513 |
+
#: lib/available.php:674
|
514 |
+
msgid "Animation effect"
|
515 |
+
msgstr "Эффект анимации"
|
516 |
+
|
517 |
+
#: lib/available.php:678
|
518 |
+
msgid "Nivo slider by attached to post images"
|
519 |
+
msgstr "Nivo slider из изображений записи"
|
520 |
|
521 |
#: lib/shortcodes.php:101
|
522 |
msgid "Top"
|
523 |
msgstr "Вверх"
|
524 |
|
525 |
+
#: lib/shortcodes.php:302
|
526 |
+
msgid "Service name"
|
527 |
+
msgstr "Название услуги"
|
528 |
+
|
529 |
#: lib/shortcodes.php:320
|
530 |
msgid "This is box title"
|
531 |
msgstr "Заголовок блока"
|
534 |
msgid "Please specify media url"
|
535 |
msgstr "Укажите ссылку на медиа"
|
536 |
|
537 |
+
#: lib/shortcodes.php:501
|
538 |
msgid "no attached images, or only one attached image"
|
539 |
msgstr "не найдены загруженные изображения, или изображение всего одно"
|
540 |
|
541 |
+
#: lib/shortcodes.php:616
|
542 |
msgid "This menu doesn't exists, or has no elements"
|
543 |
msgstr "Такое меню не существует, или в нем нет ни одного элемента"
|
544 |
|
545 |
+
#: lib/shortcodes.php:651
|
546 |
msgid "This content is for members only."
|
547 |
msgstr "Это содержимое только для участников."
|
548 |
|
549 |
+
#: lib/shortcodes.php:651
|
550 |
msgid "Please login"
|
551 |
msgstr "Пожалуйста войдите"
|
552 |
|
553 |
+
#~ msgid "Content"
|
554 |
+
#~ msgstr "Содержимое"
|
555 |
+
|
556 |
+
#~ msgid "Tab name"
|
557 |
+
#~ msgstr "Имя вкладки"
|
558 |
+
|
559 |
+
#~ msgid "See available values"
|
560 |
+
#~ msgstr "Возможные значения (англ.)"
|
561 |
+
|
562 |
+
#~ msgid "Read more"
|
563 |
+
#~ msgstr "Подробнее"
|
564 |
+
|
565 |
+
#~ msgid "image url"
|
566 |
+
#~ msgstr "ссылка на изображение"
|
567 |
+
|
568 |
+
#~ msgid "Service description"
|
569 |
+
#~ msgstr "Описание услуги"
|
570 |
+
|
571 |
+
#~ msgid "Content for registered users"
|
572 |
+
#~ msgstr "Содержимое для залогиненых посетителей"
|
573 |
+
|
574 |
+
#~ msgid "Plain table"
|
575 |
+
#~ msgstr "Простая таблица"
|
576 |
+
|
577 |
+
#~ msgid "From CSV"
|
578 |
+
#~ msgstr "Из CSV-файла"
|
579 |
+
|
580 |
+
#~ msgid "1 second"
|
581 |
+
#~ msgstr "1 секунда"
|
582 |
+
|
583 |
+
#~ msgid "See filter IDs"
|
584 |
+
#~ msgstr "Смотреть ID фильтров"
|
585 |
+
|
586 |
#~ msgid "General settings"
|
587 |
#~ msgstr "Основные настройки"
|
588 |
|
610 |
#~ msgid "Donate with Money.Yandex.ru"
|
611 |
#~ msgstr "Сделать пожертвование через Money.Yandex.ru"
|
612 |
|
|
|
|
|
|
|
613 |
#~ msgid "Donate with WebMoney.ru"
|
614 |
#~ msgstr "Сделать пожертвование через WebMoney.ru"
|
615 |
|
633 |
|
634 |
#~ msgid "Visit"
|
635 |
#~ msgstr "Посетите"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/admin.php
CHANGED
@@ -35,6 +35,7 @@
|
|
35 |
<a><span><?php _e( 'Settings', 'shortcodes-ultimate' ); ?></span></a>
|
36 |
<a><span><?php _e( 'Custom CSS', 'shortcodes-ultimate' ); ?></span></a>
|
37 |
<a><span><?php _e( 'Shortcodes', 'shortcodes-ultimate' ); ?></span></a>
|
|
|
38 |
</div>
|
39 |
<div class="su-pane">
|
40 |
<p class="su-message su-message-error"><?php _e( 'For full functionality of this page it is recommended to enable JavaScript.', 'shortcodes-ultimate' ); ?> <a href="http://www.enable-javascript.com/" target="_blank"><?php _e( 'Instructions', 'shortcodes-ultimate' ); ?></a></p>
|
@@ -42,14 +43,15 @@
|
|
42 |
<h3><?php _e( 'FREE Support', 'shortcodes-ultimate' ); ?></h3>
|
43 |
<p><a href="http://wordpress.org/tags/shortcodes-ultimate?forum_id=10" target="_blank"><?php _e( 'Support forum', 'shortcodes-ultimate' ); ?></a></p>
|
44 |
<p><a href="http://twitter.com/gn_themes" target="_blank"><?php _e( 'Twitter', 'shortcodes-ultimate' ); ?></a></p>
|
45 |
-
<p><a href="http://ilovecode.ru/?p=
|
46 |
</div>
|
47 |
|
48 |
<div class="su-twothird-column">
|
49 |
<h3><?php _e( 'Do you love this plugin?', 'shortcodes-ultimate' ); ?></h3>
|
50 |
-
<p><?php _e( 'Buy author a beer', 'shortcodes-ultimate' ); ?> - <a href="http://ilovecode.ru/donate/" target="_blank"><?php _e( 'Donate', 'shortcodes-ultimate' ); ?></a></p>
|
51 |
<p><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank"><?php _e( 'Rate this plugin at wordpress.org', 'shortcodes-ultimate' ); ?></a> (<?php _e( '5 stars', 'shortcodes-ultimate' ); ?>)</p>
|
52 |
<p><?php _e( 'Review this plugin in your blog', 'shortcodes-ultimate' ); ?></p>
|
|
|
53 |
</div>
|
54 |
|
55 |
<div class="su-clear"></div>
|
@@ -104,7 +106,9 @@
|
|
104 |
<tr><td><br/></td><td><br/></td></tr>
|
105 |
<tr>
|
106 |
<td colspan="2">
|
107 |
-
<input type="submit" value="<?php _e( 'Save settings', 'shortcodes-ultimate' ); ?>" class="button-primary" />
|
|
|
|
|
108 |
<input type="hidden" name="save" value="true" />
|
109 |
</td>
|
110 |
</tr>
|
@@ -119,158 +123,67 @@
|
|
119 |
<p><a href="<?php echo su_plugin_url(); ?>/css/style.css" target="_blank"><?php _e( 'See original styles', 'shortcodes-ultimate' ); ?></a></p>
|
120 |
<p><textarea id="su-custom-css" name="su_custom_css" rows="14" cols="90"><?php echo get_option( 'su_custom_css' ); ?></textarea></p>
|
121 |
<p>
|
122 |
-
<input type="submit" value="<?php _e( 'Save styles', 'shortcodes-ultimate' ); ?>" class="button-primary" />
|
|
|
|
|
123 |
<input type="hidden" name="save-css" value="true" />
|
124 |
</p>
|
125 |
</form>
|
126 |
</div>
|
127 |
<div class="su-pane">
|
128 |
-
<table class="widefat fixed">
|
129 |
<tr>
|
130 |
-
<th width="
|
131 |
<th width="200"><?php _e( 'Parameters', 'shortcodes-ultimate' ); ?></th>
|
132 |
<th><?php _e( 'Usage', 'shortcodes-ultimate' ); ?></th>
|
133 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
<tr>
|
135 |
-
<
|
136 |
-
<
|
137 |
-
<td>[heading] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/heading]</td>
|
138 |
-
</tr>
|
139 |
-
<tr>
|
140 |
-
<td>frame</td>
|
141 |
-
<td>align="left|center|none|right"</td>
|
142 |
-
<td>[frame align="center"] <img src="image.jpg" alt="" /> [/frame]</td>
|
143 |
-
</tr>
|
144 |
-
<tr>
|
145 |
-
<td>tabs, tab</td>
|
146 |
-
<td>style="1|2" (tabs)<br/>title (tab)</td>
|
147 |
-
<td>[tabs style="1"] [tab title="<?php _e( 'Tab name', 'shortcodes-ultimate' ); ?>"] <?php _e( 'Tab content', 'shortcodes-ultimate' ); ?> [/tab] [/tabs]</td>
|
148 |
-
</tr>
|
149 |
-
<tr>
|
150 |
-
<td>spoiler</td>
|
151 |
-
<td>title</td>
|
152 |
-
<td>[spoiler title="<?php _e( 'Spoiler title', 'shortcodes-ultimate' ); ?>"] <?php _e( 'Hidden text', 'shortcodes-ultimate' ); ?> [/spoiler]</td>
|
153 |
-
</tr>
|
154 |
-
<tr>
|
155 |
-
<td>divider</td>
|
156 |
-
<td>top (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)</td>
|
157 |
-
<td>[divider top="1"]</td>
|
158 |
-
</tr>
|
159 |
-
<tr>
|
160 |
-
<td>spacer</td>
|
161 |
-
<td>size</td>
|
162 |
-
<td>[spacer size="20"]</td>
|
163 |
-
</tr>
|
164 |
-
<tr>
|
165 |
-
<td>quote</td>
|
166 |
-
<td>—</td>
|
167 |
-
<td>[quote] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/quote]</td>
|
168 |
-
</tr>
|
169 |
-
<tr>
|
170 |
-
<td>pullquote</td>
|
171 |
-
<td>align="left|right"</td>
|
172 |
-
<td>[pullquote align="left"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/pullquote]</td>
|
173 |
-
</tr>
|
174 |
-
<tr>
|
175 |
-
<td>highlight</td>
|
176 |
-
<td>bg="#HEX"<br/>color="#HEX"</td>
|
177 |
-
<td>[highlight bg="#fc0" color="#000"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/highlight]</td>
|
178 |
-
</tr>
|
179 |
-
<tr>
|
180 |
-
<td>bloginfo</td>
|
181 |
-
<td>option<br/><a href="http://codex.wordpress.org/Function_Reference/get_bloginfo#Parameters" target="_blank"><?php _e( 'See available values', 'shortcodes-ultimate' ); ?></a></td>
|
182 |
-
<td>[bloginfo option="name"]<br/>[bloginfo option="ver"]</td>
|
183 |
-
</tr>
|
184 |
-
<tr>
|
185 |
-
<td>permalink</td>
|
186 |
-
<td>p - post/page ID<br/>target="self|blank" (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)</td>
|
187 |
-
<td>[permalink p=52]<br/>[permalink p="52" target="blank"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/permalink]</td>
|
188 |
-
</tr>
|
189 |
-
<tr>
|
190 |
-
<td>button</td>
|
191 |
-
<td>link<br/>color="#HEX"<br/>size="1-12"<br/>style="1|2|3|4"<br/>dark (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>square (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>icon (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>class (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>target="self|blank"</td>
|
192 |
-
<td>[button link="#" color="#b00" size="3" style="3" dark="1" square="1" icon="image.png"] <?php _e( 'Button text', 'shortcodes-ultimate' ); ?> [/button]</td>
|
193 |
-
</tr>
|
194 |
-
<tr>
|
195 |
-
<td>fancy_link</td>
|
196 |
-
<td>color="black|white"<br/>link</td>
|
197 |
-
<td>[fancy_link color="black" link="http://example.com/"] <?php _e( 'Read more', 'shortcodes-ultimate' ); ?> [/fancy_link]</td>
|
198 |
-
</tr>
|
199 |
-
<tr>
|
200 |
-
<td>service</td>
|
201 |
-
<td>title<br/>icon (<?php _e( 'image url', 'shortcodes-ultimate' ); ?>)<br/>size (<?php _e( 'icon size', 'shortcodes-ultimate' ); ?>)</td>
|
202 |
-
<td>[service title="<?php _e( 'Service name', 'shortcodes-ultimate' ); ?>" icon="images/service-1.png" size="32"] <?php _e( 'Service description', 'shortcodes-ultimate' ); ?> [/service]</td>
|
203 |
-
</tr>
|
204 |
-
<tr>
|
205 |
-
<td>members</td>
|
206 |
-
<td>style="0|1|2"</td>
|
207 |
-
<td>[members] <?php _e( 'Content for registered users', 'shortcodes-ultimate' ); ?> [/members]<br/>[members style="2"] <?php _e( 'Content for registered users', 'shortcodes-ultimate' ); ?> [/members]</td>
|
208 |
-
</tr>
|
209 |
-
<tr>
|
210 |
-
<td>box</td>
|
211 |
-
<td>title<br/>color="#HEX"</td>
|
212 |
-
<td>[box title="<?php _e( 'Box title', 'shortcodes-ultimate' ); ?>" color="#f00"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/box]</td>
|
213 |
-
</tr>
|
214 |
-
<tr>
|
215 |
-
<td>note</td>
|
216 |
-
<td>color="#HEX"</td>
|
217 |
-
<td>[note color="#D1F26D"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/note]</td>
|
218 |
-
</tr>
|
219 |
-
<tr>
|
220 |
-
<td>list</td>
|
221 |
-
<td>style="star|arrow|check|cross|thumbs|link|gear|time|note|plus|guard|event|idea|settings|twitter"</td>
|
222 |
-
<td>[list style="check"] <ul> <li> <?php _e( 'List item', 'shortcodes-ultimate' ); ?> </li> </ul> [/list]</td>
|
223 |
-
</tr>
|
224 |
-
<tr>
|
225 |
-
<td>feed</td>
|
226 |
-
<td>url<br/>limit</td>
|
227 |
-
<td>[feed url="http://rss1.smashingmagazine.com/feed/" limit="5"]</td>
|
228 |
-
</tr>
|
229 |
-
<tr>
|
230 |
-
<td>menu</td>
|
231 |
-
<td>name</td>
|
232 |
-
<td>[menu name="Main menu"]</td>
|
233 |
-
</tr>
|
234 |
-
<tr>
|
235 |
-
<td>subpages</td>
|
236 |
-
<td>depth (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>p (child_of) (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)</td>
|
237 |
-
<td>[subpages]<br/>[subpages depth="2" p="122"]</td>
|
238 |
-
</tr>
|
239 |
-
<tr>
|
240 |
-
<td>siblings</td>
|
241 |
-
<td>depth (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)</td>
|
242 |
-
<td>[siblings]<br/>[siblings depth="2"]</td>
|
243 |
-
</tr>
|
244 |
-
<tr>
|
245 |
-
<td>column</td>
|
246 |
-
<td>size="1-2|1-3|1-4|1-5|1-6|2-3|3-4|2-5|3-5|4-5|5-6"<br/>last (<?php _e( 'add this to last columns', 'shortcodes-ultimate' ); ?>)<br/>style="0|1|2|...|n"</td>
|
247 |
-
<td>[column size="1-2"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/column]<br/>[column size="1-2" last="1"] <?php _e( 'Content', 'shortcodes-ultimate' ); ?> [/column]</td>
|
248 |
-
</tr>
|
249 |
-
<tr>
|
250 |
-
<td>table</td>
|
251 |
-
<td>style="1|2|3"<br/>file (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)</td>
|
252 |
-
<td><p><strong><?php _e( 'Plain table', 'shortcodes-ultimate' ); ?></strong><br/>[table style="1"] <table> … <table> [/table]</p><p><strong><?php _e( 'From CSV', 'shortcodes-ultimate' ); ?></strong><br/>[table style="1" file="http://example.com/file.csv"] [/table]</p></td>
|
253 |
-
</tr>
|
254 |
-
<tr>
|
255 |
-
<td>media</td>
|
256 |
-
<td>url<br/>width<br/>height</td>
|
257 |
-
<td>[media url="http://www.youtube.com/watch?v=2c2EEacfC1M"]<br/>[media url="http://vimeo.com/15069551"]<br/>[media url="video.mp4"]<br/>[media url="video.flv"]<br/>[media url="audio.mp3"]<br/>[media url="image.jpg"]</td>
|
258 |
-
</tr>
|
259 |
-
<tr>
|
260 |
-
<td>document</td>
|
261 |
-
<td>file="*.doc|*.xls|*.pdf"<br/>width<br/>height</td>
|
262 |
-
<td>[document file="file.doc" width="600" height="400"]</td>
|
263 |
-
</tr>
|
264 |
-
<tr>
|
265 |
-
<td>nivo_slider</td>
|
266 |
-
<td>width<br/>height<br/>link="file|attachment|caption" (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>speed (1000 = <?php _e( '1 second', 'shortcodes-ultimate' ); ?>)<br/>delay (1000 = <?php _e( '1 second', 'shortcodes-ultimate' ); ?>)<br/>p - post ID (<?php _e( 'optional', 'shortcodes-ultimate' ); ?>)<br/>effect="random|boxRandom|fold|fade"</td>
|
267 |
-
<td>[nivo_slider]<br/>[nivo_slider width="640" height="400" link="file" effect="boxRandom"]</td>
|
268 |
-
</tr>
|
269 |
-
<tr>
|
270 |
-
<td>photoshop</td>
|
271 |
-
<td>image (url)<br/>width<br/>height<br/>crop="0|1"<br/>quality="0-100"<br/>sharpen="0|1"<br/>filter="%filter_id%"<br/><a href="http://www.binarymoon.co.uk/demo/timthumb-filters/" target="_blank"><?php _e( 'See filter IDs', 'shortcodes-ultimate' ); ?></a></td>
|
272 |
-
<td>[photoshop image="image.jpg" width="400" height="300" filter="2"]</td>
|
273 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
</table>
|
275 |
</div>
|
276 |
</div>
|
35 |
<a><span><?php _e( 'Settings', 'shortcodes-ultimate' ); ?></span></a>
|
36 |
<a><span><?php _e( 'Custom CSS', 'shortcodes-ultimate' ); ?></span></a>
|
37 |
<a><span><?php _e( 'Shortcodes', 'shortcodes-ultimate' ); ?></span></a>
|
38 |
+
<a><span><?php _e( 'Demo', 'shortcodes-ultimate' ); ?></span></a>
|
39 |
</div>
|
40 |
<div class="su-pane">
|
41 |
<p class="su-message su-message-error"><?php _e( 'For full functionality of this page it is recommended to enable JavaScript.', 'shortcodes-ultimate' ); ?> <a href="http://www.enable-javascript.com/" target="_blank"><?php _e( 'Instructions', 'shortcodes-ultimate' ); ?></a></p>
|
43 |
<h3><?php _e( 'FREE Support', 'shortcodes-ultimate' ); ?></h3>
|
44 |
<p><a href="http://wordpress.org/tags/shortcodes-ultimate?forum_id=10" target="_blank"><?php _e( 'Support forum', 'shortcodes-ultimate' ); ?></a></p>
|
45 |
<p><a href="http://twitter.com/gn_themes" target="_blank"><?php _e( 'Twitter', 'shortcodes-ultimate' ); ?></a></p>
|
46 |
+
<p><a href="http://ilovecode.ru/?p=122#commentform" target="_blank" style="color:red"><?php _e( 'Bug report', 'shortcodes-ultimate' ); ?></a></p>
|
47 |
</div>
|
48 |
|
49 |
<div class="su-twothird-column">
|
50 |
<h3><?php _e( 'Do you love this plugin?', 'shortcodes-ultimate' ); ?></h3>
|
51 |
+
<p><?php _e( 'Buy author a beer', 'shortcodes-ultimate' ); ?> - <a href="http://ilovecode.ru/donate/" target="_blank" style="color:red"><?php _e( 'Donate', 'shortcodes-ultimate' ); ?></a></p>
|
52 |
<p><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank"><?php _e( 'Rate this plugin at wordpress.org', 'shortcodes-ultimate' ); ?></a> (<?php _e( '5 stars', 'shortcodes-ultimate' ); ?>)</p>
|
53 |
<p><?php _e( 'Review this plugin in your blog', 'shortcodes-ultimate' ); ?></p>
|
54 |
+
<p><iframe src="http://www.facebook.com/plugins/like.php?href=http://wordpress.org/extend/plugins/shortcodes-ultimate/&layout=button_count&show_faces=false&width=130&action=like&colorscheme=light&height=24" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:24px;" allowTransparency="true"></iframe></p>
|
55 |
</div>
|
56 |
|
57 |
<div class="su-clear"></div>
|
106 |
<tr><td><br/></td><td><br/></td></tr>
|
107 |
<tr>
|
108 |
<td colspan="2">
|
109 |
+
<input type="submit" value="<?php _e( 'Save settings', 'shortcodes-ultimate' ); ?>" class="button-primary su-submit" />
|
110 |
+
<span class="su-spin"><img src="<?php echo su_plugin_url(); ?>/images/admin/spin.gif" alt="" /></span>
|
111 |
+
<div class="su-clear"></div>
|
112 |
<input type="hidden" name="save" value="true" />
|
113 |
</td>
|
114 |
</tr>
|
123 |
<p><a href="<?php echo su_plugin_url(); ?>/css/style.css" target="_blank"><?php _e( 'See original styles', 'shortcodes-ultimate' ); ?></a></p>
|
124 |
<p><textarea id="su-custom-css" name="su_custom_css" rows="14" cols="90"><?php echo get_option( 'su_custom_css' ); ?></textarea></p>
|
125 |
<p>
|
126 |
+
<input type="submit" value="<?php _e( 'Save styles', 'shortcodes-ultimate' ); ?>" class="button-primary su-submit" />
|
127 |
+
<span class="su-spin"><img src="<?php echo su_plugin_url(); ?>/images/admin/spin.gif" alt="" /></span>
|
128 |
+
<span class="su-clear"></span>
|
129 |
<input type="hidden" name="save-css" value="true" />
|
130 |
</p>
|
131 |
</form>
|
132 |
</div>
|
133 |
<div class="su-pane">
|
134 |
+
<table class="widefat fixed su-table-shortcodes">
|
135 |
<tr>
|
136 |
+
<th width="150"><?php _e( 'Shortcode', 'shortcodes-ultimate' ); ?></th>
|
137 |
<th width="200"><?php _e( 'Parameters', 'shortcodes-ultimate' ); ?></th>
|
138 |
<th><?php _e( 'Usage', 'shortcodes-ultimate' ); ?></th>
|
139 |
</tr>
|
140 |
+
<?php
|
141 |
+
foreach ( su_shortcodes() as $id => $shortcode ) {
|
142 |
+
?>
|
143 |
+
<tr>
|
144 |
+
<td>
|
145 |
+
<strong><?php echo $id; ?></strong><br/>
|
146 |
+
<small><?php echo $shortcode['desc']; ?></small>
|
147 |
+
</td>
|
148 |
+
<td>
|
149 |
+
<?php
|
150 |
+
foreach ( $shortcode['atts'] as $attr_name => $attr ) {
|
151 |
+
echo '<strong>' . $attr['desc'] . '</strong><br/>';
|
152 |
+
echo $attr_name;
|
153 |
+
if ( $attr['values'] ) {
|
154 |
+
echo '="' . implode( '|', $attr['values'] ) . '"';
|
155 |
+
}
|
156 |
+
|
157 |
+
elseif ( $attr['default'] ) {
|
158 |
+
echo '="' . $attr['default'] . '"';
|
159 |
+
}
|
160 |
+
echo '<br/>';
|
161 |
+
}
|
162 |
+
?>
|
163 |
+
</td>
|
164 |
+
<td><?php echo str_replace( '<br/>', '<br/>', htmlspecialchars( $shortcode['usage'] ) ); ?></td>
|
165 |
+
</tr>
|
166 |
+
<?php
|
167 |
+
}
|
168 |
+
?>
|
169 |
+
</table>
|
170 |
+
</div>
|
171 |
+
<div class="su-pane">
|
172 |
+
<table class="widefat fixed su-table-demos">
|
173 |
<tr>
|
174 |
+
<th width="100"><?php _e( 'Shortcode', 'shortcodes-ultimate' ); ?></th>
|
175 |
+
<th><?php _e( 'Demo', 'shortcodes-ultimate' ); ?></th>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
</tr>
|
177 |
+
<?php
|
178 |
+
foreach ( su_shortcodes() as $id => $shortcode ) {
|
179 |
+
?>
|
180 |
+
<tr>
|
181 |
+
<td><strong><?php echo $shortcode['name']; ?></strong></td>
|
182 |
+
<td><img src="<?php echo su_plugin_url(); ?>/images/demo/<?php echo $id; ?>.png" width="530" alt="<?php echo $shortcode['name']; ?>" /></td>
|
183 |
+
</tr>
|
184 |
+
<?php
|
185 |
+
}
|
186 |
+
?>
|
187 |
</table>
|
188 |
</div>
|
189 |
</div>
|
lib/available.php
ADDED
@@ -0,0 +1,688 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* List of available shortcodes
|
5 |
+
*/
|
6 |
+
function su_shortcodes( $shortcode = false ) {
|
7 |
+
$shortcodes = array(
|
8 |
+
# heading
|
9 |
+
'heading' => array(
|
10 |
+
'name' => 'Heading',
|
11 |
+
'type' => 'wrap',
|
12 |
+
'atts' => array( ),
|
13 |
+
'usage' => '[heading] Content [/heading]',
|
14 |
+
'desc' => __( 'Styled heading', 'shortcodes-ultimate' )
|
15 |
+
),
|
16 |
+
# frame
|
17 |
+
'frame' => array(
|
18 |
+
'name' => 'Image frame',
|
19 |
+
'type' => 'wrap',
|
20 |
+
'atts' => array(
|
21 |
+
'align' => array(
|
22 |
+
'values' => array(
|
23 |
+
'left',
|
24 |
+
'center',
|
25 |
+
'none',
|
26 |
+
'right'
|
27 |
+
),
|
28 |
+
'desc' => __( 'Frame align', 'shortcodes-ultimate' )
|
29 |
+
)
|
30 |
+
),
|
31 |
+
'usage' => '[frame align="center"] <img src="image.jpg" alt="" /> [/frame]',
|
32 |
+
'desc' => __( 'Styled image frame', 'shortcodes-ultimate' )
|
33 |
+
),
|
34 |
+
# tabs
|
35 |
+
'tabs' => array(
|
36 |
+
'name' => 'Tabs',
|
37 |
+
'type' => 'wrap',
|
38 |
+
'atts' => array(
|
39 |
+
'style' => array(
|
40 |
+
'values' => array(
|
41 |
+
'1',
|
42 |
+
'2',
|
43 |
+
'3'
|
44 |
+
),
|
45 |
+
'default' => '1',
|
46 |
+
'desc' => __( 'Tabs style', 'shortcodes-ultimate' )
|
47 |
+
)
|
48 |
+
),
|
49 |
+
'usage' => '[tabs style="1"] [tab title="Tab name"] Tab content [/tab] [/tabs]',
|
50 |
+
'desc' => __( 'Tabs container', 'shortcodes-ultimate' )
|
51 |
+
),
|
52 |
+
# tab
|
53 |
+
'tab' => array(
|
54 |
+
'name' => 'Tab',
|
55 |
+
'type' => 'wrap',
|
56 |
+
'atts' => array(
|
57 |
+
'title' => array(
|
58 |
+
'values' => array( ),
|
59 |
+
'default' => __( 'Title', 'shortcodes-ultimate' ),
|
60 |
+
'desc' => __( 'Tab title', 'shortcodes-ultimate' )
|
61 |
+
)
|
62 |
+
),
|
63 |
+
'usage' => '[tabs style="1"] [tab title="Tab name"] Tab content [/tab] [/tabs]',
|
64 |
+
'desc' => __( 'Single tab', 'shortcodes-ultimate' )
|
65 |
+
),
|
66 |
+
# spoiler
|
67 |
+
'spoiler' => array(
|
68 |
+
'name' => 'Spoiler',
|
69 |
+
'type' => 'wrap',
|
70 |
+
'atts' => array(
|
71 |
+
'title' => array(
|
72 |
+
'values' => array( ),
|
73 |
+
'default' => __( 'Spoiler title', 'shortcodes-ultimate' ),
|
74 |
+
'desc' => __( 'Spoiler title', 'shortcodes-ultimate' )
|
75 |
+
)
|
76 |
+
),
|
77 |
+
'usage' => '[spoiler title="Spoiler title"] Hidden text [/spoiler]',
|
78 |
+
'desc' => __( 'Hidden text', 'shortcodes-ultimate' )
|
79 |
+
),
|
80 |
+
# divider
|
81 |
+
'divider' => array(
|
82 |
+
'name' => 'Divider',
|
83 |
+
'type' => 'single',
|
84 |
+
'atts' => array(
|
85 |
+
'top' => array(
|
86 |
+
'values' => array(
|
87 |
+
'0',
|
88 |
+
'1'
|
89 |
+
),
|
90 |
+
'default' => '0',
|
91 |
+
'desc' => __( 'Show TOP link', 'shortcodes-ultimate' )
|
92 |
+
)
|
93 |
+
),
|
94 |
+
'usage' => '[divider top="1"]',
|
95 |
+
'desc' => __( 'Content divider with optional TOP link', 'shortcodes-ultimate' )
|
96 |
+
),
|
97 |
+
# spacer
|
98 |
+
'spacer' => array(
|
99 |
+
'name' => 'Spacer',
|
100 |
+
'type' => 'single',
|
101 |
+
'atts' => array(
|
102 |
+
'size' => array(
|
103 |
+
'values' => array(
|
104 |
+
'0',
|
105 |
+
'5',
|
106 |
+
'10',
|
107 |
+
'20',
|
108 |
+
'40'
|
109 |
+
),
|
110 |
+
'default' => '0',
|
111 |
+
'desc' => __( 'Spacer height in pixels', 'shortcodes-ultimate' )
|
112 |
+
)
|
113 |
+
),
|
114 |
+
'usage' => '[spacer size="20"]',
|
115 |
+
'desc' => __( 'Empty space with adjustable height', 'shortcodes-ultimate' )
|
116 |
+
),
|
117 |
+
# quote
|
118 |
+
'quote' => array(
|
119 |
+
'name' => 'Quote',
|
120 |
+
'type' => 'wrap',
|
121 |
+
'atts' => array(
|
122 |
+
'style' => array(
|
123 |
+
'values' => array(
|
124 |
+
'1',
|
125 |
+
'2',
|
126 |
+
'3'
|
127 |
+
),
|
128 |
+
'default' => '1',
|
129 |
+
'desc' => __( 'Quote style', 'shortcodes-ultimate' )
|
130 |
+
)
|
131 |
+
),
|
132 |
+
'usage' => '[quote style="1"] Content [/quote]',
|
133 |
+
'desc' => __( 'Blockquote alternative', 'shortcodes-ultimate' )
|
134 |
+
),
|
135 |
+
# pullquote
|
136 |
+
'pullquote' => array(
|
137 |
+
'name' => 'Pullquote',
|
138 |
+
'type' => 'wrap',
|
139 |
+
'atts' => array(
|
140 |
+
'align' => array(
|
141 |
+
'values' => array(
|
142 |
+
'left',
|
143 |
+
'right'
|
144 |
+
),
|
145 |
+
'default' => 'left',
|
146 |
+
'desc' => __( 'Pullquote alignment', 'shortcodes-ultimate' )
|
147 |
+
)
|
148 |
+
),
|
149 |
+
'usage' => '[pullquote align="left"] Content [/pullquote]',
|
150 |
+
'desc' => __( 'Pullquote', 'shortcodes-ultimate' )
|
151 |
+
),
|
152 |
+
# highlight
|
153 |
+
'highlight' => array(
|
154 |
+
'name' => 'Highlight',
|
155 |
+
'type' => 'wrap',
|
156 |
+
'atts' => array(
|
157 |
+
'bg' => array(
|
158 |
+
'values' => array( ),
|
159 |
+
'default' => '#DDFF99',
|
160 |
+
'desc' => __( 'Background color', 'shortcodes-ultimate' )
|
161 |
+
),
|
162 |
+
'color' => array(
|
163 |
+
'values' => array( ),
|
164 |
+
'default' => '#000000',
|
165 |
+
'desc' => __( 'Text color', 'shortcodes-ultimate' )
|
166 |
+
)
|
167 |
+
),
|
168 |
+
'usage' => '[highlight bg="#fc0" color="#000"] Content [/highlight]',
|
169 |
+
'desc' => __( 'Highlighted text', 'shortcodes-ultimate' )
|
170 |
+
),
|
171 |
+
# bloginfo
|
172 |
+
'bloginfo' => array(
|
173 |
+
'name' => 'Bloginfo',
|
174 |
+
'type' => 'single',
|
175 |
+
'atts' => array(
|
176 |
+
'option' => array(
|
177 |
+
'values' => array(
|
178 |
+
'name',
|
179 |
+
'description',
|
180 |
+
'siteurl',
|
181 |
+
'admin_email',
|
182 |
+
'charset',
|
183 |
+
'version',
|
184 |
+
'html_type',
|
185 |
+
'text_direction',
|
186 |
+
'language',
|
187 |
+
'template_url',
|
188 |
+
'pingback_url',
|
189 |
+
'rss2_url'
|
190 |
+
),
|
191 |
+
'default' => 'left',
|
192 |
+
'desc' => __( 'Option name', 'shortcodes-ultimate' )
|
193 |
+
)
|
194 |
+
),
|
195 |
+
'usage' => '[bloginfo option="name"]',
|
196 |
+
'desc' => __( 'Blog info', 'shortcodes-ultimate' )
|
197 |
+
),
|
198 |
+
# permalink
|
199 |
+
'permalink' => array(
|
200 |
+
'name' => 'Permalink',
|
201 |
+
'type' => 'mixed',
|
202 |
+
'atts' => array(
|
203 |
+
'p' => array(
|
204 |
+
'values' => array( ),
|
205 |
+
'default' => '1',
|
206 |
+
'desc' => __( 'Post/page ID', 'shortcodes-ultimate' )
|
207 |
+
),
|
208 |
+
'target' => array(
|
209 |
+
'values' => array(
|
210 |
+
'self',
|
211 |
+
'blank'
|
212 |
+
),
|
213 |
+
'default' => 'self',
|
214 |
+
'desc' => __( 'Link target', 'shortcodes-ultimate' )
|
215 |
+
),
|
216 |
+
),
|
217 |
+
'usage' => '[permalink p=52]<br/>[permalink p="52" target="blank"] Content [/permalink]',
|
218 |
+
'desc' => __( 'Permalink to specified post/page', 'shortcodes-ultimate' )
|
219 |
+
),
|
220 |
+
# button
|
221 |
+
'button' => array(
|
222 |
+
'name' => 'Button',
|
223 |
+
'type' => 'wrap',
|
224 |
+
'atts' => array(
|
225 |
+
'link' => array(
|
226 |
+
'values' => array( ),
|
227 |
+
'default' => '#',
|
228 |
+
'desc' => __( 'Button link', 'shortcodes-ultimate' )
|
229 |
+
),
|
230 |
+
'color' => array(
|
231 |
+
'values' => array( ),
|
232 |
+
'default' => '#AAAAAA',
|
233 |
+
'desc' => __( 'Button background color', 'shortcodes-ultimate' )
|
234 |
+
),
|
235 |
+
'size' => array(
|
236 |
+
'values' => array(
|
237 |
+
'1',
|
238 |
+
'2',
|
239 |
+
'3',
|
240 |
+
'4',
|
241 |
+
'5',
|
242 |
+
'6',
|
243 |
+
'7',
|
244 |
+
'8',
|
245 |
+
'9',
|
246 |
+
'10',
|
247 |
+
'11',
|
248 |
+
'12'
|
249 |
+
),
|
250 |
+
'default' => '3',
|
251 |
+
'desc' => __( 'Button size', 'shortcodes-ultimate' )
|
252 |
+
),
|
253 |
+
'style' => array(
|
254 |
+
'values' => array(
|
255 |
+
'1',
|
256 |
+
'2',
|
257 |
+
'3',
|
258 |
+
'4'
|
259 |
+
),
|
260 |
+
'default' => '1',
|
261 |
+
'desc' => __( 'Button background style', 'shortcodes-ultimate' )
|
262 |
+
),
|
263 |
+
'dark' => array(
|
264 |
+
'values' => array(
|
265 |
+
'0',
|
266 |
+
'1'
|
267 |
+
),
|
268 |
+
'default' => '0',
|
269 |
+
'desc' => __( 'Dark text color', 'shortcodes-ultimate' )
|
270 |
+
),
|
271 |
+
'square' => array(
|
272 |
+
'values' => array(
|
273 |
+
'0',
|
274 |
+
'1'
|
275 |
+
),
|
276 |
+
'default' => '0',
|
277 |
+
'desc' => __( 'Disable rounded corners', 'shortcodes-ultimate' )
|
278 |
+
),
|
279 |
+
'icon' => array(
|
280 |
+
'values' => array( ),
|
281 |
+
'default' => '',
|
282 |
+
'desc' => __( 'Button icon', 'shortcodes-ultimate' )
|
283 |
+
),
|
284 |
+
'class' => array(
|
285 |
+
'values' => array( ),
|
286 |
+
'default' => '',
|
287 |
+
'desc' => __( 'Button class', 'shortcodes-ultimate' )
|
288 |
+
),
|
289 |
+
'target' => array(
|
290 |
+
'values' => array(
|
291 |
+
'self',
|
292 |
+
'blank'
|
293 |
+
),
|
294 |
+
'default' => 'self',
|
295 |
+
'desc' => __( 'Button link target', 'shortcodes-ultimate' )
|
296 |
+
)
|
297 |
+
),
|
298 |
+
'usage' => '[button link="#" color="#b00" size="3" style="3" dark="1" square="1" icon="image.png"] Button text [/button]',
|
299 |
+
'desc' => __( 'Styled button', 'shortcodes-ultimate' )
|
300 |
+
),
|
301 |
+
# fancy_link
|
302 |
+
'fancy_link' => array(
|
303 |
+
'name' => 'Fancy link',
|
304 |
+
'type' => 'wrap',
|
305 |
+
'atts' => array(
|
306 |
+
'color' => array(
|
307 |
+
'values' => array(
|
308 |
+
'black',
|
309 |
+
'white'
|
310 |
+
),
|
311 |
+
'default' => 'black',
|
312 |
+
'desc' => __( 'Link color', 'shortcodes-ultimate' )
|
313 |
+
),
|
314 |
+
'link' => array(
|
315 |
+
'values' => array( ),
|
316 |
+
'default' => '#',
|
317 |
+
'desc' => __( 'URL', 'shortcodes-ultimate' )
|
318 |
+
)
|
319 |
+
),
|
320 |
+
'usage' => '[fancy_link color="black" link="http://example.com/"] Read more [/fancy_link]',
|
321 |
+
'desc' => __( 'Fancy link', 'shortcodes-ultimate' )
|
322 |
+
),
|
323 |
+
# service
|
324 |
+
'service' => array(
|
325 |
+
'name' => 'Service',
|
326 |
+
'type' => 'wrap',
|
327 |
+
'atts' => array(
|
328 |
+
'title' => array(
|
329 |
+
'values' => array( ),
|
330 |
+
'default' => __( 'Service title', 'shortcodes-ultimate' ),
|
331 |
+
'desc' => __( 'Service title', 'shortcodes-ultimate' )
|
332 |
+
),
|
333 |
+
'icon' => array(
|
334 |
+
'values' => array( ),
|
335 |
+
'default' => '',
|
336 |
+
'desc' => __( 'Service icon', 'shortcodes-ultimate' )
|
337 |
+
),
|
338 |
+
'size' => array(
|
339 |
+
'values' => array(
|
340 |
+
'24',
|
341 |
+
'32',
|
342 |
+
'48'
|
343 |
+
),
|
344 |
+
'default' => '32',
|
345 |
+
'desc' => __( 'Icon size', 'shortcodes-ultimate' )
|
346 |
+
)
|
347 |
+
),
|
348 |
+
'usage' => '[service title="Service title" icon="service.png" size="32"] Service description [/service]',
|
349 |
+
'desc' => __( 'Service box with title', 'shortcodes-ultimate' )
|
350 |
+
),
|
351 |
+
# members
|
352 |
+
'members' => array(
|
353 |
+
'name' => 'Members',
|
354 |
+
'type' => 'wrap',
|
355 |
+
'atts' => array(
|
356 |
+
'style' => array(
|
357 |
+
'values' => array(
|
358 |
+
'0',
|
359 |
+
'1',
|
360 |
+
'2'
|
361 |
+
),
|
362 |
+
'default' => '1',
|
363 |
+
'desc' => __( 'Box style', 'shortcodes-ultimate' )
|
364 |
+
)
|
365 |
+
),
|
366 |
+
'usage' => '[members style="2"] Content for logged users [/members]',
|
367 |
+
'desc' => __( 'Content for logged in members only', 'shortcodes-ultimate' )
|
368 |
+
),
|
369 |
+
# box
|
370 |
+
'box' => array(
|
371 |
+
'name' => 'Box',
|
372 |
+
'type' => 'wrap',
|
373 |
+
'atts' => array(
|
374 |
+
'title' => array(
|
375 |
+
'values' => array( ),
|
376 |
+
'default' => __( 'Box title', 'shortcodes-ultimate' ),
|
377 |
+
'desc' => __( 'Box title', 'shortcodes-ultimate' )
|
378 |
+
),
|
379 |
+
'color' => array(
|
380 |
+
'values' => array( ),
|
381 |
+
'default' => '#333333',
|
382 |
+
'desc' => __( 'Box color', 'shortcodes-ultimate' )
|
383 |
+
)
|
384 |
+
),
|
385 |
+
'usage' => '[box title="Box title" color="#f00"] Content [/box]',
|
386 |
+
'desc' => __( 'Colored box with caption', 'shortcodes-ultimate' )
|
387 |
+
),
|
388 |
+
# note
|
389 |
+
'note' => array(
|
390 |
+
'name' => 'Note',
|
391 |
+
'type' => 'wrap',
|
392 |
+
'atts' => array(
|
393 |
+
'color' => array(
|
394 |
+
'values' => array( ),
|
395 |
+
'default' => '#FFCC00',
|
396 |
+
'desc' => __( 'Note color', 'shortcodes-ultimate' )
|
397 |
+
)
|
398 |
+
),
|
399 |
+
'usage' => '[note color="#FFCC00"] Content [/note]',
|
400 |
+
'desc' => __( 'Colored box', 'shortcodes-ultimate' )
|
401 |
+
),
|
402 |
+
# list
|
403 |
+
'list' => array(
|
404 |
+
'name' => 'List',
|
405 |
+
'type' => 'wrap',
|
406 |
+
'atts' => array(
|
407 |
+
'style' => array(
|
408 |
+
'values' => array(
|
409 |
+
'star',
|
410 |
+
'arrow',
|
411 |
+
'check',
|
412 |
+
'cross',
|
413 |
+
'thumbs',
|
414 |
+
'link',
|
415 |
+
'gear',
|
416 |
+
'time',
|
417 |
+
'note',
|
418 |
+
'plus',
|
419 |
+
'guard',
|
420 |
+
'event',
|
421 |
+
'idea',
|
422 |
+
'settings',
|
423 |
+
'twitter'
|
424 |
+
),
|
425 |
+
'default' => 'star',
|
426 |
+
'desc' => __( 'List style', 'shortcodes-ultimate' )
|
427 |
+
)
|
428 |
+
),
|
429 |
+
'usage' => '[list style="check"] <ul> <li> List item </li> </ul> [/list]',
|
430 |
+
'desc' => __( 'Styled unordered list', 'shortcodes-ultimate' )
|
431 |
+
),
|
432 |
+
# feed
|
433 |
+
'feed' => array(
|
434 |
+
'name' => 'Feed',
|
435 |
+
'type' => 'wrap',
|
436 |
+
'atts' => array(
|
437 |
+
'url' => array(
|
438 |
+
'values' => array( ),
|
439 |
+
'default' => '',
|
440 |
+
'desc' => __( 'Feed URL', 'shortcodes-ultimate' )
|
441 |
+
),
|
442 |
+
'limit' => array(
|
443 |
+
'values' => array(
|
444 |
+
'1',
|
445 |
+
'3',
|
446 |
+
'5',
|
447 |
+
'7',
|
448 |
+
'10'
|
449 |
+
),
|
450 |
+
'default' => '3',
|
451 |
+
'desc' => __( 'Number of item to show', 'shortcodes-ultimate' )
|
452 |
+
)
|
453 |
+
),
|
454 |
+
'usage' => '[feed url="http://rss1.smashingmagazine.com/feed/" limit="5"]',
|
455 |
+
'desc' => __( 'Feed grabber', 'shortcodes-ultimate' )
|
456 |
+
),
|
457 |
+
# menu
|
458 |
+
'menu' => array(
|
459 |
+
'name' => 'Menu',
|
460 |
+
'type' => 'wrap',
|
461 |
+
'atts' => array(
|
462 |
+
'name' => array(
|
463 |
+
'values' => array( ),
|
464 |
+
'default' => '',
|
465 |
+
'desc' => __( 'Custom menu name', 'shortcodes-ultimate' )
|
466 |
+
)
|
467 |
+
),
|
468 |
+
'usage' => '[menu name="Main menu"]',
|
469 |
+
'desc' => __( 'Custom menu by name', 'shortcodes-ultimate' )
|
470 |
+
),
|
471 |
+
# subpages
|
472 |
+
'subpages' => array(
|
473 |
+
'name' => 'Sub pages',
|
474 |
+
'type' => 'single',
|
475 |
+
'atts' => array(
|
476 |
+
'depth' => array(
|
477 |
+
'values' => array(
|
478 |
+
'1',
|
479 |
+
'2',
|
480 |
+
'3'
|
481 |
+
),
|
482 |
+
'default' => '1',
|
483 |
+
'desc' => __( 'Depth level', 'shortcodes-ultimate' )
|
484 |
+
),
|
485 |
+
'p' => array(
|
486 |
+
'values' => false,
|
487 |
+
'default' => '',
|
488 |
+
'desc' => __( 'Parent page ID', 'shortcodes-ultimate' )
|
489 |
+
)
|
490 |
+
),
|
491 |
+
'usage' => '[subpages]<br/>[subpages depth="2" p="122"]',
|
492 |
+
'desc' => __( 'Page childrens', 'shortcodes-ultimate' )
|
493 |
+
),
|
494 |
+
# siblings
|
495 |
+
'siblings' => array(
|
496 |
+
'name' => 'Siblings',
|
497 |
+
'type' => 'single',
|
498 |
+
'atts' => array(
|
499 |
+
'depth' => array(
|
500 |
+
'values' => array(
|
501 |
+
'1',
|
502 |
+
'2',
|
503 |
+
'3'
|
504 |
+
),
|
505 |
+
'default' => '1',
|
506 |
+
'desc' => __( 'Depth level', 'shortcodes-ultimate' )
|
507 |
+
)
|
508 |
+
),
|
509 |
+
'usage' => '[siblings]<br/>[siblings depth="2"]',
|
510 |
+
'desc' => __( 'Page childrens', 'shortcodes-ultimate' )
|
511 |
+
),
|
512 |
+
# column
|
513 |
+
'column' => array(
|
514 |
+
'name' => 'Column',
|
515 |
+
'type' => 'wrap',
|
516 |
+
'atts' => array(
|
517 |
+
'size' => array(
|
518 |
+
'values' => array(
|
519 |
+
'1-2',
|
520 |
+
'1-3',
|
521 |
+
'1-4',
|
522 |
+
'1-5',
|
523 |
+
'1-6',
|
524 |
+
'2-3',
|
525 |
+
'2-5',
|
526 |
+
'3-4',
|
527 |
+
'3-5',
|
528 |
+
'4-5',
|
529 |
+
'5-6'
|
530 |
+
),
|
531 |
+
'default' => '1-2',
|
532 |
+
'desc' => __( 'Column width', 'shortcodes-ultimate' )
|
533 |
+
),
|
534 |
+
'last' => array(
|
535 |
+
'values' => array(
|
536 |
+
'0',
|
537 |
+
'1'
|
538 |
+
),
|
539 |
+
'default' => '0',
|
540 |
+
'desc' => __( 'For last columns', 'shortcodes-ultimate' )
|
541 |
+
),
|
542 |
+
'style' => array(
|
543 |
+
'values' => array(
|
544 |
+
'0',
|
545 |
+
'1',
|
546 |
+
'2'
|
547 |
+
),
|
548 |
+
'default' => '0',
|
549 |
+
'desc' => __( 'You can define custom styles for each columns set', 'shortcodes-ultimate' )
|
550 |
+
)
|
551 |
+
),
|
552 |
+
'usage' => '[column size="1-2"] Content [/column]<br/>[column size="1-2" last="1"] Content [/column]',
|
553 |
+
'desc' => __( 'Flexible columns', 'shortcodes-ultimate' )
|
554 |
+
),
|
555 |
+
# table
|
556 |
+
'table' => array(
|
557 |
+
'name' => 'Table',
|
558 |
+
'type' => 'mixed',
|
559 |
+
'atts' => array(
|
560 |
+
'style' => array(
|
561 |
+
'values' => array(
|
562 |
+
'1',
|
563 |
+
'2',
|
564 |
+
'3'
|
565 |
+
),
|
566 |
+
'default' => '1',
|
567 |
+
'desc' => __( 'Table style', 'shortcodes-ultimate' )
|
568 |
+
),
|
569 |
+
'file' => array(
|
570 |
+
'values' => false,
|
571 |
+
'default' => '',
|
572 |
+
'desc' => __( 'Create table from CSV', 'shortcodes-ultimate' )
|
573 |
+
)
|
574 |
+
),
|
575 |
+
'usage' => '[table style="1"] <table> … <table> [/table]<br/>[table style="1" file="http://example.com/file.csv"] [/table]',
|
576 |
+
'desc' => __( 'Styled table from HTML or CSV file', 'shortcodes-ultimate' )
|
577 |
+
),
|
578 |
+
# media
|
579 |
+
'media' => array(
|
580 |
+
'name' => 'Media',
|
581 |
+
'type' => 'single',
|
582 |
+
'atts' => array(
|
583 |
+
'url' => array(
|
584 |
+
'values' => false,
|
585 |
+
'default' => '',
|
586 |
+
'desc' => __( 'Media URL', 'shortcodes-ultimate' )
|
587 |
+
),
|
588 |
+
'width' => array(
|
589 |
+
'values' => false,
|
590 |
+
'default' => '600',
|
591 |
+
'desc' => __( 'Width', 'shortcodes-ultimate' )
|
592 |
+
),
|
593 |
+
'height' => array(
|
594 |
+
'values' => false,
|
595 |
+
'default' => '400',
|
596 |
+
'desc' => __( 'Height', 'shortcodes-ultimate' )
|
597 |
+
)
|
598 |
+
),
|
599 |
+
'usage' => '[media url="http://www.youtube.com/watch?v=2c2EEacfC1M"]<br/>[media url="http://vimeo.com/15069551"]<br/>[media url="video.mp4"]<br/>[media url="video.flv"]<br/>[media url="audio.mp3"]<br/>[media url="image.jpg"]',
|
600 |
+
'desc' => __( 'YouTube video, Vimeo video, .mp4/.flv video, .mp3 file or images', 'shortcodes-ultimate' )
|
601 |
+
),
|
602 |
+
# document
|
603 |
+
'document' => array(
|
604 |
+
'name' => 'Document',
|
605 |
+
'type' => 'single',
|
606 |
+
'atts' => array(
|
607 |
+
'file' => array(
|
608 |
+
'values' => false,
|
609 |
+
'default' => '',
|
610 |
+
'desc' => __( 'Document URL', 'shortcodes-ultimate' )
|
611 |
+
),
|
612 |
+
'width' => array(
|
613 |
+
'values' => false,
|
614 |
+
'default' => '600',
|
615 |
+
'desc' => __( 'Width', 'shortcodes-ultimate' )
|
616 |
+
),
|
617 |
+
'height' => array(
|
618 |
+
'values' => false,
|
619 |
+
'default' => '400',
|
620 |
+
'desc' => __( 'Height', 'shortcodes-ultimate' )
|
621 |
+
)
|
622 |
+
),
|
623 |
+
'usage' => '[document file="file.doc" width="600" height="400"]',
|
624 |
+
'desc' => __( '.doc, .xls, .pdf viewer by Google', 'shortcodes-ultimate' )
|
625 |
+
),
|
626 |
+
# nivo_slider
|
627 |
+
'nivo_slider' => array(
|
628 |
+
'name' => 'Nivo slider',
|
629 |
+
'type' => 'single',
|
630 |
+
'atts' => array(
|
631 |
+
'width' => array(
|
632 |
+
'values' => false,
|
633 |
+
'default' => '600',
|
634 |
+
'desc' => __( 'Slider width', 'shortcodes-ultimate' )
|
635 |
+
),
|
636 |
+
'height' => array(
|
637 |
+
'values' => false,
|
638 |
+
'default' => '300',
|
639 |
+
'desc' => __( 'Width', 'shortcodes-ultimate' )
|
640 |
+
),
|
641 |
+
'link' => array(
|
642 |
+
'values' => array(
|
643 |
+
'none',
|
644 |
+
'file',
|
645 |
+
'attachment',
|
646 |
+
'caption'
|
647 |
+
),
|
648 |
+
'default' => 'none',
|
649 |
+
'desc' => __( 'Slides links', 'shortcodes-ultimate' )
|
650 |
+
),
|
651 |
+
'speed' => array(
|
652 |
+
'values' => false,
|
653 |
+
'default' => '600',
|
654 |
+
'desc' => __( 'Animation speed (1000 = 1 second)', 'shortcodes-ultimate' )
|
655 |
+
),
|
656 |
+
'delay' => array(
|
657 |
+
'values' => false,
|
658 |
+
'default' => '3000',
|
659 |
+
'desc' => __( 'Animation delay (1000 = 1 second)', 'shortcodes-ultimate' )
|
660 |
+
),
|
661 |
+
'p' => array(
|
662 |
+
'values' => false,
|
663 |
+
'default' => '',
|
664 |
+
'desc' => __( 'Post/page ID', 'shortcodes-ultimate' )
|
665 |
+
),
|
666 |
+
'effect' => array(
|
667 |
+
'values' => array(
|
668 |
+
'random',
|
669 |
+
'boxRandom',
|
670 |
+
'fold',
|
671 |
+
'fade'
|
672 |
+
),
|
673 |
+
'default' => 'random',
|
674 |
+
'desc' => __( 'Animation effect', 'shortcodes-ultimate' )
|
675 |
+
)
|
676 |
+
),
|
677 |
+
'usage' => '[nivo_slider]<br/>[nivo_slider width="640" height="400" link="file" effect="boxRandom"]',
|
678 |
+
'desc' => __( 'Nivo slider by attached to post images', 'shortcodes-ultimate' )
|
679 |
+
)
|
680 |
+
);
|
681 |
+
|
682 |
+
if ( $shortcode )
|
683 |
+
return $shortcodes[$shortcode];
|
684 |
+
else
|
685 |
+
return $shortcodes;
|
686 |
+
}
|
687 |
+
|
688 |
+
?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://ilovecode.ru/
|
|
4 |
Tags: shortcode, shortcodes, short code, shortcodes, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, frame, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordeon, slider, nivo, nivo slider, plugin, admin, photoshop, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, documents, rss
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.2
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
4 |
Tags: shortcode, shortcodes, short code, shortcodes, tab, tabs, button, buttons, jquery, box, boxes, toggle, spoiler, column, columns, services, service, pullquote, list, lists, frame, images, image, links, fancy, fancy link, fancy links, fancy buttons, jquery tabs, accordeon, slider, nivo, nivo slider, plugin, admin, photoshop, gallery, bloginfo, list pages, sub pages, navigation, siblings pages, children pages, permalink, permalinks, feed, document, member, members, documents, rss
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.2
|
7 |
+
Stable tag: 2.3.0
|
8 |
|
9 |
Provides support for multiple useful shortcodes
|
10 |
|
shortcodes-ultimate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Shortcodes Ultimate
|
5 |
Plugin URI: http://ilovecode.ru/?p=122
|
6 |
-
Version: 2.
|
7 |
Author: Vladimir Anokhin
|
8 |
Author URI: http://ilovecode.ru/
|
9 |
Description: Provides support for many easy to use shortcodes
|
@@ -21,6 +21,7 @@
|
|
21 |
load_plugin_textdomain( 'shortcodes-ultimate', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
22 |
|
23 |
// Load libs
|
|
|
24 |
require_once( dirname( __FILE__ ) . '/lib/admin.php' );
|
25 |
require_once( dirname( __FILE__ ) . '/lib/color.php' );
|
26 |
require_once( dirname( __FILE__ ) . '/lib/csv.php' );
|
3 |
/*
|
4 |
Plugin Name: Shortcodes Ultimate
|
5 |
Plugin URI: http://ilovecode.ru/?p=122
|
6 |
+
Version: 2.3.0
|
7 |
Author: Vladimir Anokhin
|
8 |
Author URI: http://ilovecode.ru/
|
9 |
Description: Provides support for many easy to use shortcodes
|
21 |
load_plugin_textdomain( 'shortcodes-ultimate', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
22 |
|
23 |
// Load libs
|
24 |
+
require_once( dirname( __FILE__ ) . '/lib/available.php' );
|
25 |
require_once( dirname( __FILE__ ) . '/lib/admin.php' );
|
26 |
require_once( dirname( __FILE__ ) . '/lib/color.php' );
|
27 |
require_once( dirname( __FILE__ ) . '/lib/csv.php' );
|