Changeset 913404
- Timestamp:
- 05/13/2014 04:45:48 PM (12 years ago)
- Location:
- chimpy-lite
- Files:
-
- 11 edited
- 8 copied
-
tags/1.0.2 (copied) (copied from chimpy-lite/trunk)
-
tags/1.0.2/assets (copied) (copied from chimpy-lite/trunk/assets)
-
tags/1.0.2/assets/css/style-admin.css (modified) (2 diffs)
-
tags/1.0.2/changelog (copied) (copied from chimpy-lite/trunk/changelog) (1 diff)
-
tags/1.0.2/chimpy-lite.php (copied) (copied from chimpy-lite/trunk/chimpy-lite.php) (2 diffs)
-
tags/1.0.2/includes (copied) (copied from chimpy-lite/trunk/includes)
-
tags/1.0.2/includes/chimpy-lite-form.inc.php (modified) (1 diff)
-
tags/1.0.2/includes/chimpy-lite-prepare-form.inc.php (modified) (1 diff)
-
tags/1.0.2/languages (copied) (copied from chimpy-lite/trunk/languages)
-
tags/1.0.2/languages/chimpy-lite.pot (modified) (13 diffs)
-
tags/1.0.2/license.txt (copied) (copied from chimpy-lite/trunk/license.txt)
-
tags/1.0.2/readme.txt (copied) (copied from chimpy-lite/trunk/readme.txt) (1 diff)
-
trunk/assets/css/style-admin.css (modified) (2 diffs)
-
trunk/changelog (modified) (1 diff)
-
trunk/chimpy-lite.php (modified) (2 diffs)
-
trunk/includes/chimpy-lite-form.inc.php (modified) (1 diff)
-
trunk/includes/chimpy-lite-prepare-form.inc.php (modified) (1 diff)
-
trunk/languages/chimpy-lite.pot (modified) (13 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chimpy-lite/tags/1.0.2/assets/css/style-admin.css
r887908 r913404 237 237 238 238 .icon32-chimpy { 239 background-image: url(../img/chimpy.png) !important;240 background-size: 32px 32px;241 background-position: 4px -1px !important;242 margin: 0 10px 0 0;243 239 } 244 240 … … 378 374 font-size: 12px !important; 379 375 } 380 381 #tiptip_holder {382 display: none;383 position: absolute;384 top: 0;385 left: 0;386 z-index: 99999;387 }388 389 #tiptip_holder.tip_top {390 padding-bottom: 5px;391 }392 393 #tiptip_holder.tip_bottom {394 padding-top: 5px;395 }396 397 #tiptip_holder.tip_right {398 padding-left: 5px;399 }400 401 #tiptip_holder.tip_left {402 padding-right: 5px;403 }404 405 #tiptip_content {406 font-size: 11px;407 color: #fff;408 text-shadow: 0 0 2px #000;409 padding: 4px 8px;410 border: 1px solid rgba(255,255,255,0.25);411 background-color: rgb(25,25,25);412 background-color: rgba(25,25,25,0.92);413 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));414 border-radius: 3px;415 -webkit-border-radius: 3px;416 -moz-border-radius: 3px;417 box-shadow: 0 0 3px #555;418 -webkit-box-shadow: 0 0 3px #555;419 -moz-box-shadow: 0 0 3px #555;420 }421 422 #tiptip_arrow, #tiptip_arrow_inner {423 position: absolute;424 border-color: transparent;425 border-style: solid;426 border-width: 6px;427 height: 0;428 width: 0;429 }430 431 #tiptip_holder.tip_top #tiptip_arrow {432 border-top-color: #fff;433 border-top-color: rgba(255,255,255,0.35);434 }435 436 #tiptip_holder.tip_bottom #tiptip_arrow {437 border-bottom-color: #fff;438 border-bottom-color: rgba(255,255,255,0.35);439 }440 441 #tiptip_holder.tip_right #tiptip_arrow {442 border-right-color: #fff;443 border-right-color: rgba(255,255,255,0.35);444 }445 446 #tiptip_holder.tip_left #tiptip_arrow {447 border-left-color: #fff;448 border-left-color: rgba(255,255,255,0.35);449 }450 451 #tiptip_holder.tip_top #tiptip_arrow_inner {452 margin-top: -7px;453 margin-left: -6px;454 border-top-color: rgb(25,25,25);455 border-top-color: rgba(25,25,25,0.92);456 }457 458 #tiptip_holder.tip_bottom #tiptip_arrow_inner {459 margin-top: -5px;460 margin-left: -6px;461 border-bottom-color: rgb(25,25,25);462 border-bottom-color: rgba(25,25,25,0.92);463 }464 465 #tiptip_holder.tip_right #tiptip_arrow_inner {466 margin-top: -6px;467 margin-left: -5px;468 border-right-color: rgb(25,25,25);469 border-right-color: rgba(25,25,25,0.92);470 }471 472 #tiptip_holder.tip_left #tiptip_arrow_inner {473 margin-top: -6px;474 margin-left: -7px;475 border-left-color: rgb(25,25,25);476 border-left-color: rgba(25,25,25,0.92);477 }478 479 /* Webkit Hacks */480 @media screen and (-webkit-min-device-pixel-ratio:0) {481 #tiptip_content {482 padding: 4px 8px 5px 8px;483 background-color: rgba(45,45,45,0.88);484 }485 #tiptip_holder.tip_bottom #tiptip_arrow_inner {486 border-bottom-color: rgba(45,45,45,0.88);487 }488 #tiptip_holder.tip_top #tiptip_arrow_inner {489 border-top-color: rgba(20,20,20,0.92);490 }491 } -
chimpy-lite/tags/1.0.2/changelog
r903145 r913404 1 Version 1.0.2, May 13 2014 2 ------------------------------------------------------------------------------------ 3 [*] Several minor bug fixes 4 1 5 Version 1.0.1, April 25 2014 2 6 ------------------------------------------------------------------------------------ -
chimpy-lite/tags/1.0.2/chimpy-lite.php
r903145 r913404 5 5 * Plugin URI: http://www.rightpress.net/chimpy-lite 6 6 * Description: Chimpy is the best MailChimp plugin. Just enter your MailChimp API key and you are ready to go. It works smoothly and features professional design. 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: RightPress 9 9 * Author URI: http://www.rightpress.net … … 42 42 define('CHIMPY_LITE_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); 43 43 define('CHIMPY_LITE_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))); 44 define('CHIMPY_LITE_VERSION', '1.0. 1');44 define('CHIMPY_LITE_VERSION', '1.0.2'); 45 45 46 46 if (!class_exists('ChimpyLite')) { -
chimpy-lite/tags/1.0.2/includes/chimpy-lite-form.inc.php
r887908 r913404 24 24 require_once CHIMPY_LITE_PLUGIN_PATH . '/includes/chimpy-lite-prepare-form.inc.php'; 25 25 26 $html = chimpy_lite_prepare_form($form, $opt, 'shortcode' );26 $html = chimpy_lite_prepare_form($form, $opt, 'shortcode', null, true); 27 27 28 28 echo $html; -
chimpy-lite/tags/1.0.2/includes/chimpy-lite-prepare-form.inc.php
r887908 r913404 10 10 */ 11 11 if (!function_exists('chimpy_lite_prepare_form')) { 12 function chimpy_lite_prepare_form($form, $opt, $context, $widget_args = null )12 function chimpy_lite_prepare_form($form, $opt, $context, $widget_args = null, $is_function = false) 13 13 { 14 14 $chimpy_lite = ChimpyLite::get_instance(); 15 16 // Enqueue JS/CSS files 17 if (!$is_function) { 18 ChimpyLite::enqueue_frontend_scripts_and_styles(); 19 } 20 else { 21 add_action('wp_footer', array('ChimpyLite', 'print_frontend_scripts_and_styles')); 22 } 23 //add_action('wp_enqueue_scripts', array('ChimpyLite', 'enqueue_frontend_scripts_and_styles')); 15 24 16 25 $global_form_id = $chimpy_lite->get_next_rendered_form_id(); -
chimpy-lite/tags/1.0.2/languages/chimpy-lite.pot
r887908 r913404 2 2 msgstr "" 3 3 "Project-Id-Version: Chimpy Lite\n" 4 "POT-Creation-Date: 2014-04-0 1 01:45+0300\n"5 "PO-Revision-Date: 2014-04-0 1 01:45+0300\n"4 "POT-Creation-Date: 2014-04-03 15:53+0300\n" 5 "PO-Revision-Date: 2014-04-03 15:53+0300\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: RightPress <info@rightpress.net>\n" … … 19 19 "X-Poedit-SearchPath-0: /var/www/latest/wp-content/plugins/chimpy-lite\n" 20 20 21 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3 1221 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:324 22 22 #, php-format 23 23 msgid "" … … 27 27 msgstr "" 28 28 29 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 49329 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:505 30 30 msgid "How do I display my forms?" 31 31 msgstr "" 32 32 33 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3533 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:547 34 34 msgid "<p>Title of the form - will be displayed in a signup form header.</p>" 35 35 msgstr "" 36 36 37 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3637 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:548 38 38 msgid "<p>Message to display above form fields.</p>" 39 39 msgstr "" 40 40 41 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3741 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:549 42 42 msgid "<p>Message to display below form fields.</p>" 43 43 msgstr "" 44 44 45 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3845 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:550 46 46 msgid "<p>Form submit button label.</p>" 47 47 msgstr "" 48 48 49 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3949 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:551 50 50 msgid "" 51 51 "<p>Select one of the predefined color schemes. You can further customize the " … … 54 54 msgstr "" 55 55 56 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4056 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:552 57 57 msgid "" 58 58 "<p>Optionaly provide an URL where subscribers should be redirected to after " … … 61 61 msgstr "" 62 62 63 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4163 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:553 64 64 msgid "" 65 65 "<p>Select one of your MailChimp mailing lists for users to be subscribed to." … … 67 67 msgstr "" 68 68 69 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4269 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:554 70 70 msgid "" 71 71 "<p>Select interest groups that you want to add automatically or allow users " … … 75 75 msgstr "" 76 76 77 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4377 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:555 78 78 msgid "" 79 79 "<p>Select how you would like interest groups to work with this form - you " … … 82 82 msgstr "" 83 83 84 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4484 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:556 85 85 msgid "" 86 86 "<p>Controls on which parts of the website this form will appear (or not " … … 88 88 msgstr "" 89 89 90 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4590 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:557 91 91 msgid "<p>List of pages to check current page against.</p>" 92 92 msgstr "" 93 93 94 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4694 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:558 95 95 msgid "<p>List of posts to check current post against.</p>" 96 96 msgstr "" 97 97 98 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4798 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:559 99 99 msgid "<p>List of post categories to check current post against.</p>" 100 100 msgstr "" 101 101 102 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 48102 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:560 103 103 msgid "<p>URL fragment to search in the URL of the page.</p>" 104 104 msgstr "" 105 105 106 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 57106 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:569 107 107 msgid "Still connecting to MailChimp..." 108 108 msgstr "" 109 109 110 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 58110 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:570 111 111 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:166 112 112 msgid "Mailing list" 113 113 msgstr "" 114 114 115 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 59115 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:571 116 116 msgid "There are no lists named" 117 117 msgstr "" 118 118 119 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 60119 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:572 120 120 msgid "Select a mailing list" 121 121 msgstr "" 122 122 123 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 61123 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:573 124 124 msgid "Selected list does not have groups named" 125 125 msgstr "" 126 126 127 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 62127 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:574 128 128 msgid "Select some groups (optional)" 129 129 msgstr "" 130 130 131 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 63131 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:575 132 132 msgid "Interest groups" 133 133 msgstr "" 134 134 135 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 64135 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:576 136 136 msgid "Field Label" 137 137 msgstr "" 138 138 139 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 65139 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:577 140 140 msgid "MailChimp Tag" 141 141 msgstr "" 142 142 143 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 66143 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:578 144 144 msgid "Icon" 145 145 msgstr "" 146 146 147 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 67147 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:579 148 148 msgid "Add Field" 149 149 msgstr "" 150 150 151 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 68151 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:580 152 152 msgid "Selected list does not have tags named" 153 153 msgstr "" 154 154 155 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 69155 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:581 156 156 msgid "Select a tag" 157 157 msgstr "" 158 158 159 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 70160 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 896161 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 02159 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:582 160 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:908 161 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:914 162 162 msgid "Connecting to MailChimp..." 163 163 msgstr "" 164 164 165 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 71165 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:583 166 166 msgid "No pages named" 167 167 msgstr "" 168 168 169 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 72169 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:584 170 170 msgid "Select some pages" 171 171 msgstr "" 172 172 173 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 73173 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:585 174 174 msgid "No posts named" 175 175 msgstr "" 176 176 177 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 74177 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:586 178 178 msgid "Select some posts" 179 179 msgstr "" 180 180 181 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 75181 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:587 182 182 msgid "No post categories named" 183 183 msgstr "" 184 184 185 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 76185 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:588 186 186 msgid "Select some post categories" 187 187 msgstr "" 188 188 189 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 77189 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:589 190 190 msgid "No forms named" 191 191 msgstr "" 192 192 193 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 78193 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:590 194 194 msgid "Select some forms (optional)" 195 195 msgstr "" 196 196 197 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 79198 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 57197 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:591 198 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:869 199 199 msgid "Signup Form #" 200 200 msgstr "" 201 201 202 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 80202 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:592 203 203 msgid "Email" 204 204 msgstr "" 205 205 206 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 81206 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:593 207 207 msgid "Submit" 208 208 msgstr "" 209 209 210 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 83210 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:595 211 211 #, php-format 212 212 msgid "" … … 215 215 msgstr "" 216 216 217 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 84217 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:596 218 218 msgid "Integration status" 219 219 msgstr "" 220 220 221 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:6 20221 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:632 222 222 #, php-format 223 223 msgid "" … … 225 225 msgstr "" 226 226 227 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 40227 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:752 228 228 msgid "Automatically" 229 229 msgstr "" 230 230 231 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 42231 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:754 232 232 msgid "All groups selected above" 233 233 msgstr "" 234 234 235 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 46235 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:758 236 236 msgid "Allow users to select (optional)" 237 237 msgstr "" 238 238 239 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 48239 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:760 240 240 msgid "Checkbox group for each grouping" 241 241 msgstr "" 242 242 243 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 49244 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 56243 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:761 244 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:768 245 245 msgid "Radio button group for each grouping" 246 246 msgstr "" 247 247 248 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 50249 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 57248 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:762 249 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:769 250 250 msgid "Select field (dropdown) for each grouping" 251 251 msgstr "" 252 252 253 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 54253 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:766 254 254 msgid "Require users to select (required)" 255 255 msgstr "" 256 256 257 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 67257 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:779 258 258 msgid "No condition" 259 259 msgstr "" 260 260 261 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 69261 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:781 262 262 msgid "Always display this form" 263 263 msgstr "" 264 264 265 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 70265 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:782 266 266 msgid "Disable this form" 267 267 msgstr "" 268 268 269 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 74269 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:786 270 270 msgid "Conditions" 271 271 msgstr "" 272 272 273 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 76273 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:788 274 274 msgid "Front page only" 275 275 msgstr "" 276 276 277 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 77277 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:789 278 278 msgid "Specific pages" 279 279 msgstr "" 280 280 281 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 78281 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:790 282 282 msgid "Specific posts" 283 283 msgstr "" 284 284 285 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 79285 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:791 286 286 msgid "Specific post categories" 287 287 msgstr "" 288 288 289 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 80289 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:792 290 290 msgid "URL contains" 291 291 msgstr "" 292 292 293 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 84293 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:796 294 294 msgid "Inversed Conditions" 295 295 msgstr "" 296 296 297 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 86297 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:798 298 298 msgid "Pages not" 299 299 msgstr "" 300 300 301 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 87301 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:799 302 302 msgid "Posts not" 303 303 msgstr "" 304 304 305 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 788305 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:800 306 306 msgid "Post categories not" 307 307 msgstr "" 308 308 309 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 789309 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:801 310 310 msgid "URL does not contain" 311 311 msgstr "" 312 312 313 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 798313 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:810 314 314 msgid "Cyan" 315 315 msgstr "" 316 316 317 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 799317 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:811 318 318 msgid "Red" 319 319 msgstr "" 320 320 321 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 00321 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:812 322 322 msgid "Orange" 323 323 msgstr "" 324 324 325 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 01325 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:813 326 326 msgid "Green" 327 327 msgstr "" 328 328 329 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 02329 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:814 330 330 msgid "Purple" 331 331 msgstr "" 332 332 333 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 03333 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:815 334 334 msgid "Pink" 335 335 msgstr "" 336 336 337 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 04337 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:816 338 338 msgid "Yellow" 339 339 msgstr "" 340 340 341 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 05341 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:817 342 342 msgid "Blue" 343 343 msgstr "" 344 344 345 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 06345 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:818 346 346 msgid "Black" 347 347 msgstr "" 348 348 349 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 57349 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:869 350 350 msgid "Remove" 351 351 msgstr "" 352 352 353 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 60353 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:872 354 354 msgid "Main Settings" 355 355 msgstr "" 356 356 357 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 63357 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:875 358 358 msgid "Form title" 359 359 msgstr "" 360 360 361 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 67361 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:879 362 362 msgid "Text above form" 363 363 msgstr "" 364 364 365 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 71365 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:883 366 366 msgid "Text below form" 367 367 msgstr "" 368 368 369 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 75369 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:887 370 370 msgid "Submit button label" 371 371 msgstr "" 372 372 373 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 79373 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:891 374 374 msgid "Color scheme" 375 375 msgstr "" 376 376 377 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 13377 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:925 378 378 msgid "Add Form" 379 379 msgstr "" 380 380 381 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 13381 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:925 382 382 msgid "Multiple forms are supported in PRO version only." 383 383 msgstr "" 384 384 385 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 24385 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:936 386 386 msgid "Widget" 387 387 msgstr "" 388 388 389 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 25389 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:937 390 390 #, php-format 391 391 msgid "" … … 395 395 msgstr "" 396 396 397 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 27397 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:939 398 398 msgid "Shortcode" 399 399 msgstr "" 400 400 401 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 28401 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:940 402 402 msgid "" 403 403 "Insert a form into individual posts or pages by placing a shortcode anywhere " … … 405 405 msgstr "" 406 406 407 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 30407 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:942 408 408 msgid "Function" 409 409 msgstr "" 410 410 411 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 31411 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:943 412 412 msgid "" 413 413 "To display a form in nonstandard parts of your website, take advantage of " 414 "the PHP function <code>chimpy_lite_form()</code>." 415 msgstr "" 416 417 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1482 414 "the PHP function <code>chimpy_lite_form()</code>.<br />Make sure to include " 415 "it <strong>above</strong> the <code>wp_footer()</code> function in your " 416 "theme." 417 msgstr "" 418 419 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1494 418 420 msgid "Your settings have been saved." 419 421 msgstr "" 420 422 421 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 488423 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1500 422 424 msgid "must be numeric" 423 425 msgstr "" 424 426 425 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 489427 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1501 426 428 msgid "must be either 0 or 1" 427 429 msgstr "" 428 430 429 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 490431 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1502 430 432 msgid "is not allowed" 431 433 msgstr "" 432 434 433 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 491435 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1503 434 436 msgid "is not a valid email address" 435 437 msgstr "" 436 438 437 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 492439 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1504 438 440 msgid "is not a valid URL" 439 441 msgstr "" 440 442 441 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 493443 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1505 442 444 msgid "is not a valid text string" 443 445 msgstr "" 444 446 445 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 499447 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1511 446 448 msgid "Reverted to a previous state." 447 449 msgstr "" 448 450 449 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:15 05451 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1517 450 452 msgid "Value of" 451 453 msgstr "" 452 454 453 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:15 31455 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1543 454 456 msgid " is not valid or something went wrong. More details: " 455 457 msgstr "" 456 458 457 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 670459 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1760 458 460 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:19 459 461 msgid "Settings" 460 462 msgstr "" 461 463 462 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 771464 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1861 463 465 msgid "Unable to load lists" 464 466 msgstr "" 465 467 466 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 777468 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1867 467 469 msgid "No lists found" 468 470 msgstr "" 469 471 470 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 817472 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1907 471 473 msgid "Unable to load merge vars" 472 474 msgstr "" 473 475 474 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 823476 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1913 475 477 msgid "No merge vars found" 476 478 msgstr "" 477 479 478 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 869480 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1959 479 481 msgid "Unable to load groups" 480 482 msgstr "" 481 483 482 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 877484 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1967 483 485 msgid "No groups found" 484 486 msgstr "" 485 487 486 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1958488 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2048 487 489 msgid "No API key provided" 488 490 msgstr "" 489 491 490 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1963492 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2053 491 493 msgid "PHP Curl extension not loaded on your server" 492 494 msgstr "" 493 495 494 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1975496 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2065 495 497 msgid "Unable to initialize MailChimp class" 496 498 msgstr "" 497 499 498 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1992500 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2082 499 501 msgid "Something went wrong..." 500 502 msgstr "" 501 503 502 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 051504 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2141 503 505 msgid "API key not set" 504 506 msgstr "" 505 507 506 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 054508 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2144 507 509 msgid "Connected to account" 508 510 msgstr "" 509 511 510 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 057512 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2147 511 513 msgid "Connection to MailChimp failed." 512 514 msgstr "" 513 515 514 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 861516 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2951 515 517 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:195 516 518 msgid "dd/mm/yyyy" 517 519 msgstr "" 518 520 519 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 867521 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2957 520 522 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:196 521 523 msgid "dd-mm-yyyy" 522 524 msgstr "" 523 525 524 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 873526 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2963 525 527 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:197 526 528 msgid "dd.mm.yyyy" 527 529 msgstr "" 528 530 529 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 879531 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2969 530 532 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:198 531 533 msgid "mm/dd/yyyy" 532 534 msgstr "" 533 535 534 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 885536 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2975 535 537 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:199 536 538 msgid "mm-dd-yyyy" 537 539 msgstr "" 538 540 539 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 891541 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2981 540 542 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:200 541 543 msgid "mm.dd.yyyy" 542 544 msgstr "" 543 545 544 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 897546 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2987 545 547 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:201 546 548 msgid "yyyy/mm/dd" 547 549 msgstr "" 548 550 549 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:29 03551 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2993 550 552 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:202 551 553 msgid "yyyy-mm-dd" 552 554 msgstr "" 553 555 554 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:29 09556 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2999 555 557 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:203 556 558 msgid "yyyy.mm.dd" 557 559 msgstr "" 558 560 559 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2915561 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3005 560 562 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:204 561 563 msgid "dd/mm/yy" 562 564 msgstr "" 563 565 564 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2921566 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3011 565 567 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:205 566 568 msgid "dd-mm-yy" 567 569 msgstr "" 568 570 569 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2927571 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3017 570 572 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:206 571 573 msgid "dd.mm.yy" 572 574 msgstr "" 573 575 574 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2933576 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3023 575 577 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:207 576 578 msgid "mm/dd/yy" 577 579 msgstr "" 578 580 579 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2939581 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3029 580 582 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:208 581 583 msgid "mm-dd-yy" 582 584 msgstr "" 583 585 584 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2945586 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3035 585 587 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:209 586 588 msgid "mm.dd.yy" 587 589 msgstr "" 588 590 589 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2951591 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3041 590 592 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:210 591 593 msgid "yy/mm/dd" 592 594 msgstr "" 593 595 594 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2957596 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3047 595 597 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:211 596 598 msgid "yy-mm-dd" 597 599 msgstr "" 598 600 599 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2963601 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3053 600 602 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:212 601 603 msgid "yy.mm.dd" 602 604 msgstr "" 603 605 604 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2971606 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3061 605 607 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:224 606 608 msgid "dd/mm" 607 609 msgstr "" 608 610 609 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2977611 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3067 610 612 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:225 611 613 msgid "dd-mm" 612 614 msgstr "" 613 615 614 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2983616 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3073 615 617 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:226 616 618 msgid "dd.mm" 617 619 msgstr "" 618 620 619 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2989621 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3079 620 622 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:227 621 623 msgid "mm/dd" 622 624 msgstr "" 623 625 624 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2995626 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3085 625 627 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:228 626 628 msgid "mm-dd" 627 629 msgstr "" 628 630 629 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:30 01631 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3091 630 632 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:229 631 633 msgid "mm.dd" -
chimpy-lite/tags/1.0.2/readme.txt
r903145 r913404 5 5 Requires at least: 3.5 6 6 Tested up to: 3.9 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
chimpy-lite/trunk/assets/css/style-admin.css
r887908 r913404 237 237 238 238 .icon32-chimpy { 239 background-image: url(../img/chimpy.png) !important;240 background-size: 32px 32px;241 background-position: 4px -1px !important;242 margin: 0 10px 0 0;243 239 } 244 240 … … 378 374 font-size: 12px !important; 379 375 } 380 381 #tiptip_holder {382 display: none;383 position: absolute;384 top: 0;385 left: 0;386 z-index: 99999;387 }388 389 #tiptip_holder.tip_top {390 padding-bottom: 5px;391 }392 393 #tiptip_holder.tip_bottom {394 padding-top: 5px;395 }396 397 #tiptip_holder.tip_right {398 padding-left: 5px;399 }400 401 #tiptip_holder.tip_left {402 padding-right: 5px;403 }404 405 #tiptip_content {406 font-size: 11px;407 color: #fff;408 text-shadow: 0 0 2px #000;409 padding: 4px 8px;410 border: 1px solid rgba(255,255,255,0.25);411 background-color: rgb(25,25,25);412 background-color: rgba(25,25,25,0.92);413 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));414 border-radius: 3px;415 -webkit-border-radius: 3px;416 -moz-border-radius: 3px;417 box-shadow: 0 0 3px #555;418 -webkit-box-shadow: 0 0 3px #555;419 -moz-box-shadow: 0 0 3px #555;420 }421 422 #tiptip_arrow, #tiptip_arrow_inner {423 position: absolute;424 border-color: transparent;425 border-style: solid;426 border-width: 6px;427 height: 0;428 width: 0;429 }430 431 #tiptip_holder.tip_top #tiptip_arrow {432 border-top-color: #fff;433 border-top-color: rgba(255,255,255,0.35);434 }435 436 #tiptip_holder.tip_bottom #tiptip_arrow {437 border-bottom-color: #fff;438 border-bottom-color: rgba(255,255,255,0.35);439 }440 441 #tiptip_holder.tip_right #tiptip_arrow {442 border-right-color: #fff;443 border-right-color: rgba(255,255,255,0.35);444 }445 446 #tiptip_holder.tip_left #tiptip_arrow {447 border-left-color: #fff;448 border-left-color: rgba(255,255,255,0.35);449 }450 451 #tiptip_holder.tip_top #tiptip_arrow_inner {452 margin-top: -7px;453 margin-left: -6px;454 border-top-color: rgb(25,25,25);455 border-top-color: rgba(25,25,25,0.92);456 }457 458 #tiptip_holder.tip_bottom #tiptip_arrow_inner {459 margin-top: -5px;460 margin-left: -6px;461 border-bottom-color: rgb(25,25,25);462 border-bottom-color: rgba(25,25,25,0.92);463 }464 465 #tiptip_holder.tip_right #tiptip_arrow_inner {466 margin-top: -6px;467 margin-left: -5px;468 border-right-color: rgb(25,25,25);469 border-right-color: rgba(25,25,25,0.92);470 }471 472 #tiptip_holder.tip_left #tiptip_arrow_inner {473 margin-top: -6px;474 margin-left: -7px;475 border-left-color: rgb(25,25,25);476 border-left-color: rgba(25,25,25,0.92);477 }478 479 /* Webkit Hacks */480 @media screen and (-webkit-min-device-pixel-ratio:0) {481 #tiptip_content {482 padding: 4px 8px 5px 8px;483 background-color: rgba(45,45,45,0.88);484 }485 #tiptip_holder.tip_bottom #tiptip_arrow_inner {486 border-bottom-color: rgba(45,45,45,0.88);487 }488 #tiptip_holder.tip_top #tiptip_arrow_inner {489 border-top-color: rgba(20,20,20,0.92);490 }491 } -
chimpy-lite/trunk/changelog
r903145 r913404 1 Version 1.0.2, May 13 2014 2 ------------------------------------------------------------------------------------ 3 [*] Several minor bug fixes 4 1 5 Version 1.0.1, April 25 2014 2 6 ------------------------------------------------------------------------------------ -
chimpy-lite/trunk/chimpy-lite.php
r903145 r913404 5 5 * Plugin URI: http://www.rightpress.net/chimpy-lite 6 6 * Description: Chimpy is the best MailChimp plugin. Just enter your MailChimp API key and you are ready to go. It works smoothly and features professional design. 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: RightPress 9 9 * Author URI: http://www.rightpress.net … … 42 42 define('CHIMPY_LITE_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); 43 43 define('CHIMPY_LITE_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))); 44 define('CHIMPY_LITE_VERSION', '1.0. 1');44 define('CHIMPY_LITE_VERSION', '1.0.2'); 45 45 46 46 if (!class_exists('ChimpyLite')) { -
chimpy-lite/trunk/includes/chimpy-lite-form.inc.php
r887908 r913404 24 24 require_once CHIMPY_LITE_PLUGIN_PATH . '/includes/chimpy-lite-prepare-form.inc.php'; 25 25 26 $html = chimpy_lite_prepare_form($form, $opt, 'shortcode' );26 $html = chimpy_lite_prepare_form($form, $opt, 'shortcode', null, true); 27 27 28 28 echo $html; -
chimpy-lite/trunk/includes/chimpy-lite-prepare-form.inc.php
r887908 r913404 10 10 */ 11 11 if (!function_exists('chimpy_lite_prepare_form')) { 12 function chimpy_lite_prepare_form($form, $opt, $context, $widget_args = null )12 function chimpy_lite_prepare_form($form, $opt, $context, $widget_args = null, $is_function = false) 13 13 { 14 14 $chimpy_lite = ChimpyLite::get_instance(); 15 16 // Enqueue JS/CSS files 17 if (!$is_function) { 18 ChimpyLite::enqueue_frontend_scripts_and_styles(); 19 } 20 else { 21 add_action('wp_footer', array('ChimpyLite', 'print_frontend_scripts_and_styles')); 22 } 23 //add_action('wp_enqueue_scripts', array('ChimpyLite', 'enqueue_frontend_scripts_and_styles')); 15 24 16 25 $global_form_id = $chimpy_lite->get_next_rendered_form_id(); -
chimpy-lite/trunk/languages/chimpy-lite.pot
r887908 r913404 2 2 msgstr "" 3 3 "Project-Id-Version: Chimpy Lite\n" 4 "POT-Creation-Date: 2014-04-0 1 01:45+0300\n"5 "PO-Revision-Date: 2014-04-0 1 01:45+0300\n"4 "POT-Creation-Date: 2014-04-03 15:53+0300\n" 5 "PO-Revision-Date: 2014-04-03 15:53+0300\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: RightPress <info@rightpress.net>\n" … … 19 19 "X-Poedit-SearchPath-0: /var/www/latest/wp-content/plugins/chimpy-lite\n" 20 20 21 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3 1221 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:324 22 22 #, php-format 23 23 msgid "" … … 27 27 msgstr "" 28 28 29 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 49329 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:505 30 30 msgid "How do I display my forms?" 31 31 msgstr "" 32 32 33 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3533 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:547 34 34 msgid "<p>Title of the form - will be displayed in a signup form header.</p>" 35 35 msgstr "" 36 36 37 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3637 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:548 38 38 msgid "<p>Message to display above form fields.</p>" 39 39 msgstr "" 40 40 41 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3741 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:549 42 42 msgid "<p>Message to display below form fields.</p>" 43 43 msgstr "" 44 44 45 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3845 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:550 46 46 msgid "<p>Form submit button label.</p>" 47 47 msgstr "" 48 48 49 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 3949 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:551 50 50 msgid "" 51 51 "<p>Select one of the predefined color schemes. You can further customize the " … … 54 54 msgstr "" 55 55 56 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4056 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:552 57 57 msgid "" 58 58 "<p>Optionaly provide an URL where subscribers should be redirected to after " … … 61 61 msgstr "" 62 62 63 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4163 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:553 64 64 msgid "" 65 65 "<p>Select one of your MailChimp mailing lists for users to be subscribed to." … … 67 67 msgstr "" 68 68 69 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4269 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:554 70 70 msgid "" 71 71 "<p>Select interest groups that you want to add automatically or allow users " … … 75 75 msgstr "" 76 76 77 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4377 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:555 78 78 msgid "" 79 79 "<p>Select how you would like interest groups to work with this form - you " … … 82 82 msgstr "" 83 83 84 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4484 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:556 85 85 msgid "" 86 86 "<p>Controls on which parts of the website this form will appear (or not " … … 88 88 msgstr "" 89 89 90 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4590 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:557 91 91 msgid "<p>List of pages to check current page against.</p>" 92 92 msgstr "" 93 93 94 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4694 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:558 95 95 msgid "<p>List of posts to check current post against.</p>" 96 96 msgstr "" 97 97 98 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 4798 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:559 99 99 msgid "<p>List of post categories to check current post against.</p>" 100 100 msgstr "" 101 101 102 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 48102 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:560 103 103 msgid "<p>URL fragment to search in the URL of the page.</p>" 104 104 msgstr "" 105 105 106 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 57106 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:569 107 107 msgid "Still connecting to MailChimp..." 108 108 msgstr "" 109 109 110 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 58110 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:570 111 111 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:166 112 112 msgid "Mailing list" 113 113 msgstr "" 114 114 115 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 59115 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:571 116 116 msgid "There are no lists named" 117 117 msgstr "" 118 118 119 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 60119 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:572 120 120 msgid "Select a mailing list" 121 121 msgstr "" 122 122 123 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 61123 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:573 124 124 msgid "Selected list does not have groups named" 125 125 msgstr "" 126 126 127 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 62127 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:574 128 128 msgid "Select some groups (optional)" 129 129 msgstr "" 130 130 131 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 63131 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:575 132 132 msgid "Interest groups" 133 133 msgstr "" 134 134 135 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 64135 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:576 136 136 msgid "Field Label" 137 137 msgstr "" 138 138 139 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 65139 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:577 140 140 msgid "MailChimp Tag" 141 141 msgstr "" 142 142 143 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 66143 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:578 144 144 msgid "Icon" 145 145 msgstr "" 146 146 147 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 67147 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:579 148 148 msgid "Add Field" 149 149 msgstr "" 150 150 151 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 68151 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:580 152 152 msgid "Selected list does not have tags named" 153 153 msgstr "" 154 154 155 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 69155 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:581 156 156 msgid "Select a tag" 157 157 msgstr "" 158 158 159 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 70160 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 896161 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 02159 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:582 160 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:908 161 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:914 162 162 msgid "Connecting to MailChimp..." 163 163 msgstr "" 164 164 165 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 71165 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:583 166 166 msgid "No pages named" 167 167 msgstr "" 168 168 169 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 72169 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:584 170 170 msgid "Select some pages" 171 171 msgstr "" 172 172 173 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 73173 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:585 174 174 msgid "No posts named" 175 175 msgstr "" 176 176 177 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 74177 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:586 178 178 msgid "Select some posts" 179 179 msgstr "" 180 180 181 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 75181 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:587 182 182 msgid "No post categories named" 183 183 msgstr "" 184 184 185 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 76185 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:588 186 186 msgid "Select some post categories" 187 187 msgstr "" 188 188 189 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 77189 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:589 190 190 msgid "No forms named" 191 191 msgstr "" 192 192 193 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 78193 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:590 194 194 msgid "Select some forms (optional)" 195 195 msgstr "" 196 196 197 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 79198 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 57197 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:591 198 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:869 199 199 msgid "Signup Form #" 200 200 msgstr "" 201 201 202 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 80202 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:592 203 203 msgid "Email" 204 204 msgstr "" 205 205 206 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 81206 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:593 207 207 msgid "Submit" 208 208 msgstr "" 209 209 210 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 83210 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:595 211 211 #, php-format 212 212 msgid "" … … 215 215 msgstr "" 216 216 217 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:5 84217 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:596 218 218 msgid "Integration status" 219 219 msgstr "" 220 220 221 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:6 20221 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:632 222 222 #, php-format 223 223 msgid "" … … 225 225 msgstr "" 226 226 227 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 40227 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:752 228 228 msgid "Automatically" 229 229 msgstr "" 230 230 231 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 42231 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:754 232 232 msgid "All groups selected above" 233 233 msgstr "" 234 234 235 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 46235 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:758 236 236 msgid "Allow users to select (optional)" 237 237 msgstr "" 238 238 239 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 48239 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:760 240 240 msgid "Checkbox group for each grouping" 241 241 msgstr "" 242 242 243 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 49244 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 56243 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:761 244 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:768 245 245 msgid "Radio button group for each grouping" 246 246 msgstr "" 247 247 248 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 50249 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 57248 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:762 249 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:769 250 250 msgid "Select field (dropdown) for each grouping" 251 251 msgstr "" 252 252 253 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 54253 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:766 254 254 msgid "Require users to select (required)" 255 255 msgstr "" 256 256 257 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 67257 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:779 258 258 msgid "No condition" 259 259 msgstr "" 260 260 261 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 69261 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:781 262 262 msgid "Always display this form" 263 263 msgstr "" 264 264 265 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 70265 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:782 266 266 msgid "Disable this form" 267 267 msgstr "" 268 268 269 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 74269 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:786 270 270 msgid "Conditions" 271 271 msgstr "" 272 272 273 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 76273 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:788 274 274 msgid "Front page only" 275 275 msgstr "" 276 276 277 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 77277 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:789 278 278 msgid "Specific pages" 279 279 msgstr "" 280 280 281 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 78281 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:790 282 282 msgid "Specific posts" 283 283 msgstr "" 284 284 285 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 79285 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:791 286 286 msgid "Specific post categories" 287 287 msgstr "" 288 288 289 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 80289 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:792 290 290 msgid "URL contains" 291 291 msgstr "" 292 292 293 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 84293 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:796 294 294 msgid "Inversed Conditions" 295 295 msgstr "" 296 296 297 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 86297 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:798 298 298 msgid "Pages not" 299 299 msgstr "" 300 300 301 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:7 87301 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:799 302 302 msgid "Posts not" 303 303 msgstr "" 304 304 305 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 788305 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:800 306 306 msgid "Post categories not" 307 307 msgstr "" 308 308 309 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 789309 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:801 310 310 msgid "URL does not contain" 311 311 msgstr "" 312 312 313 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 798313 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:810 314 314 msgid "Cyan" 315 315 msgstr "" 316 316 317 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 799317 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:811 318 318 msgid "Red" 319 319 msgstr "" 320 320 321 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 00321 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:812 322 322 msgid "Orange" 323 323 msgstr "" 324 324 325 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 01325 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:813 326 326 msgid "Green" 327 327 msgstr "" 328 328 329 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 02329 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:814 330 330 msgid "Purple" 331 331 msgstr "" 332 332 333 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 03333 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:815 334 334 msgid "Pink" 335 335 msgstr "" 336 336 337 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 04337 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:816 338 338 msgid "Yellow" 339 339 msgstr "" 340 340 341 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 05341 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:817 342 342 msgid "Blue" 343 343 msgstr "" 344 344 345 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 06345 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:818 346 346 msgid "Black" 347 347 msgstr "" 348 348 349 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 57349 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:869 350 350 msgid "Remove" 351 351 msgstr "" 352 352 353 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 60353 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:872 354 354 msgid "Main Settings" 355 355 msgstr "" 356 356 357 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 63357 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:875 358 358 msgid "Form title" 359 359 msgstr "" 360 360 361 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 67361 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:879 362 362 msgid "Text above form" 363 363 msgstr "" 364 364 365 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 71365 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:883 366 366 msgid "Text below form" 367 367 msgstr "" 368 368 369 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 75369 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:887 370 370 msgid "Submit button label" 371 371 msgstr "" 372 372 373 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:8 79373 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:891 374 374 msgid "Color scheme" 375 375 msgstr "" 376 376 377 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 13377 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:925 378 378 msgid "Add Form" 379 379 msgstr "" 380 380 381 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 13381 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:925 382 382 msgid "Multiple forms are supported in PRO version only." 383 383 msgstr "" 384 384 385 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 24385 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:936 386 386 msgid "Widget" 387 387 msgstr "" 388 388 389 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 25389 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:937 390 390 #, php-format 391 391 msgid "" … … 395 395 msgstr "" 396 396 397 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 27397 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:939 398 398 msgid "Shortcode" 399 399 msgstr "" 400 400 401 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 28401 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:940 402 402 msgid "" 403 403 "Insert a form into individual posts or pages by placing a shortcode anywhere " … … 405 405 msgstr "" 406 406 407 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 30407 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:942 408 408 msgid "Function" 409 409 msgstr "" 410 410 411 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:9 31411 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:943 412 412 msgid "" 413 413 "To display a form in nonstandard parts of your website, take advantage of " 414 "the PHP function <code>chimpy_lite_form()</code>." 415 msgstr "" 416 417 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1482 414 "the PHP function <code>chimpy_lite_form()</code>.<br />Make sure to include " 415 "it <strong>above</strong> the <code>wp_footer()</code> function in your " 416 "theme." 417 msgstr "" 418 419 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1494 418 420 msgid "Your settings have been saved." 419 421 msgstr "" 420 422 421 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 488423 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1500 422 424 msgid "must be numeric" 423 425 msgstr "" 424 426 425 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 489427 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1501 426 428 msgid "must be either 0 or 1" 427 429 msgstr "" 428 430 429 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 490431 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1502 430 432 msgid "is not allowed" 431 433 msgstr "" 432 434 433 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 491435 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1503 434 436 msgid "is not a valid email address" 435 437 msgstr "" 436 438 437 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 492439 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1504 438 440 msgid "is not a valid URL" 439 441 msgstr "" 440 442 441 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 493443 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1505 442 444 msgid "is not a valid text string" 443 445 msgstr "" 444 446 445 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 499447 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1511 446 448 msgid "Reverted to a previous state." 447 449 msgstr "" 448 450 449 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:15 05451 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1517 450 452 msgid "Value of" 451 453 msgstr "" 452 454 453 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:15 31455 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1543 454 456 msgid " is not valid or something went wrong. More details: " 455 457 msgstr "" 456 458 457 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 670459 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1760 458 460 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:19 459 461 msgid "Settings" 460 462 msgstr "" 461 463 462 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 771464 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1861 463 465 msgid "Unable to load lists" 464 466 msgstr "" 465 467 466 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 777468 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1867 467 469 msgid "No lists found" 468 470 msgstr "" 469 471 470 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 817472 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1907 471 473 msgid "Unable to load merge vars" 472 474 msgstr "" 473 475 474 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 823476 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1913 475 477 msgid "No merge vars found" 476 478 msgstr "" 477 479 478 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 869480 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1959 479 481 msgid "Unable to load groups" 480 482 msgstr "" 481 483 482 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1 877484 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:1967 483 485 msgid "No groups found" 484 486 msgstr "" 485 487 486 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1958488 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2048 487 489 msgid "No API key provided" 488 490 msgstr "" 489 491 490 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1963492 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2053 491 493 msgid "PHP Curl extension not loaded on your server" 492 494 msgstr "" 493 495 494 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1975496 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2065 495 497 msgid "Unable to initialize MailChimp class" 496 498 msgstr "" 497 499 498 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 1992500 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2082 499 501 msgid "Something went wrong..." 500 502 msgstr "" 501 503 502 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 051504 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2141 503 505 msgid "API key not set" 504 506 msgstr "" 505 507 506 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 054508 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2144 507 509 msgid "Connected to account" 508 510 msgstr "" 509 511 510 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 057512 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2147 511 513 msgid "Connection to MailChimp failed." 512 514 msgstr "" 513 515 514 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 861516 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2951 515 517 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:195 516 518 msgid "dd/mm/yyyy" 517 519 msgstr "" 518 520 519 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 867521 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2957 520 522 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:196 521 523 msgid "dd-mm-yyyy" 522 524 msgstr "" 523 525 524 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 873526 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2963 525 527 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:197 526 528 msgid "dd.mm.yyyy" 527 529 msgstr "" 528 530 529 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 879531 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2969 530 532 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:198 531 533 msgid "mm/dd/yyyy" 532 534 msgstr "" 533 535 534 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 885536 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2975 535 537 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:199 536 538 msgid "mm-dd-yyyy" 537 539 msgstr "" 538 540 539 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 891541 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2981 540 542 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:200 541 543 msgid "mm.dd.yyyy" 542 544 msgstr "" 543 545 544 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2 897546 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2987 545 547 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:201 546 548 msgid "yyyy/mm/dd" 547 549 msgstr "" 548 550 549 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:29 03551 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2993 550 552 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:202 551 553 msgid "yyyy-mm-dd" 552 554 msgstr "" 553 555 554 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:29 09556 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:2999 555 557 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:203 556 558 msgid "yyyy.mm.dd" 557 559 msgstr "" 558 560 559 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2915561 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3005 560 562 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:204 561 563 msgid "dd/mm/yy" 562 564 msgstr "" 563 565 564 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2921566 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3011 565 567 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:205 566 568 msgid "dd-mm-yy" 567 569 msgstr "" 568 570 569 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2927571 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3017 570 572 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:206 571 573 msgid "dd.mm.yy" 572 574 msgstr "" 573 575 574 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2933576 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3023 575 577 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:207 576 578 msgid "mm/dd/yy" 577 579 msgstr "" 578 580 579 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2939581 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3029 580 582 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:208 581 583 msgid "mm-dd-yy" 582 584 msgstr "" 583 585 584 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2945586 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3035 585 587 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:209 586 588 msgid "mm.dd.yy" 587 589 msgstr "" 588 590 589 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2951591 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3041 590 592 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:210 591 593 msgid "yy/mm/dd" 592 594 msgstr "" 593 595 594 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2957596 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3047 595 597 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:211 596 598 msgid "yy-mm-dd" 597 599 msgstr "" 598 600 599 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2963601 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3053 600 602 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:212 601 603 msgid "yy.mm.dd" 602 604 msgstr "" 603 605 604 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2971606 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3061 605 607 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:224 606 608 msgid "dd/mm" 607 609 msgstr "" 608 610 609 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2977611 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3067 610 612 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:225 611 613 msgid "dd-mm" 612 614 msgstr "" 613 615 614 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2983616 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3073 615 617 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:226 616 618 msgid "dd.mm" 617 619 msgstr "" 618 620 619 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2989621 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3079 620 622 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:227 621 623 msgid "mm/dd" 622 624 msgstr "" 623 625 624 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php: 2995626 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3085 625 627 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:228 626 628 msgid "mm-dd" 627 629 msgstr "" 628 630 629 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:30 01631 #: /var/www/latest/wp-content/plugins/chimpy-lite/chimpy-lite.php:3091 630 632 #: /var/www/latest/wp-content/plugins/chimpy-lite/includes/chimpy-lite-plugin-structure.inc.php:229 631 633 msgid "mm.dd" -
chimpy-lite/trunk/readme.txt
r903145 r913404 5 5 Requires at least: 3.5 6 6 Tested up to: 3.9 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.