Coming Soon Page & Maintenance Mode by SeedProd - Version 4.0.4

Version Description

  • Added launch course and WordPress 4.1.0 compatibility
Download this release

Release Info

Developer seedprod
Plugin Icon 128x128 Coming Soon Page & Maintenance Mode by SeedProd
Version 4.0.4
Comparing to
See all releases

Code changes from version 4.0.3 to 4.0.4

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: seedprod, johnnytee
3
  Donate link: http://www.seedprod.com
4
  Tags: wordpress coming soon, wordpress under construction, wordpress maintenance mode, maintenance mode, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, newsletter, coming soon page, landing page
5
  Requires at least: 3.5.1
6
- Tested up to: 4.0.0
7
- Stable tag: 4.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,6 +14,10 @@ The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPr
14
 
15
  Create simple Coming Soon and Maintenance Mode pages. Work on your site while visitors see a "Coming Soon" or "Maintenance Mode" page.
16
 
 
 
 
 
17
  ### Benefits, Features and Options:
18
 
19
  * Works with any WordPress Theme
@@ -104,6 +108,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
104
 
105
 
106
  == Changelog ==
 
 
 
107
  = 4.0.3=
108
  * Fixed preview link
109
 
@@ -117,6 +124,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
117
  * Initial Commit
118
 
119
  == Upgrade Notice ==
 
 
 
120
  = 4.0.3=
121
  * Fixed preview link
122
 
3
  Donate link: http://www.seedprod.com
4
  Tags: wordpress coming soon, wordpress under construction, wordpress maintenance mode, maintenance mode, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, newsletter, coming soon page, landing page
5
  Requires at least: 3.5.1
6
+ Tested up to: 4.1.0
7
+ Stable tag: 4.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  Create simple Coming Soon and Maintenance Mode pages. Work on your site while visitors see a "Coming Soon" or "Maintenance Mode" page.
16
 
17
+ * [Upgrade to the Coming Soon Pro Version Now!»](http://www.seedprod.com?utm_source=wordpress.org&utm_medium=link&utm_campaign=coming-soon-pro-from-wordpress.org)
18
+ * [View a Coming Soon Live Demo »](http://demo.seedprod.com/coming-soon-pro/ "SeedProd Demo")
19
+ * [Read Reviews »](http://www.seedprod.com/testimonials/ "Ultimate Coming Soon Page WordPress Plugin")
20
+
21
  ### Benefits, Features and Options:
22
 
23
  * Works with any WordPress Theme
108
 
109
 
110
  == Changelog ==
111
+ = 4.0.4 =
112
+ * Added launch course and WordPress 4.1.0 compatibility
113
+
114
  = 4.0.3=
115
  * Fixed preview link
116
 
124
  * Initial Commit
125
 
126
  == Upgrade Notice ==
127
+ = 4.0.4 =
128
+ * Added launch course and 4.1.0 compatibility
129
+
130
  = 4.0.3=
131
  * Fixed preview link
132
 
coming-soon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
4
  * Plugin URI: http://www.seedprod.com
5
  * Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
6
- * Version: 4.0.3
7
  * Author: SeedProd
8
  * Author URI: http://www.seedprod.com
9
  * Text Domain: coming-soon
@@ -19,8 +19,8 @@
19
  define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace functions.
20
  define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
21
  define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
22
- define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
23
- define( 'SEED_CSP4_VERSION', '4.0.2'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
24
  define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
25
  define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
26
  define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
3
  * Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
4
  * Plugin URI: http://www.seedprod.com
5
  * Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
6
+ * Version: 4.0.4
7
  * Author: SeedProd
8
  * Author URI: http://www.seedprod.com
9
  * Text Domain: coming-soon
19
  define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace functions.
20
  define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
21
  define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
22
+ define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
23
+ define( 'SEED_CSP4_VERSION', '4.0.4'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
24
  define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
25
  define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
26
  define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
framework/framework.php CHANGED
@@ -21,7 +21,7 @@ class SEED_CSP4_ADMIN
21
  * @var object
22
  */
23
  protected static $instance = null;
24
-
25
  /**
26
  * Slug of the plugin screen.
27
  *
@@ -30,7 +30,7 @@ class SEED_CSP4_ADMIN
30
  * @var string
31
  */
32
  protected $plugin_screen_hook_suffix = null;
33
-
34
  /**
35
  * Load Hooks
36
  */
@@ -42,7 +42,7 @@ class SEED_CSP4_ADMIN
42
  add_action( 'admin_init', array( &$this, 'reset_defaults' ) );
43
  add_action( 'admin_init', array( &$this, 'create_settings' ) );
44
  add_filter( 'plugin_action_links', array( &$this, 'plugin_action_links' ), 10, 2 );
45
- }
46
  }
47
 
48
  /**
@@ -61,7 +61,7 @@ class SEED_CSP4_ADMIN
61
 
62
  return self::$instance;
63
  }
64
-
65
  /**
66
  * Reset the settings page. Reset works per settings id.
67
  *
@@ -75,9 +75,9 @@ class SEED_CSP4_ADMIN
75
 
76
  $_POST[ $_POST[ 'option_page' ] ] = $seed_csp4_settings_deafults[$_POST[ 'option_page' ]];
77
  add_settings_error( 'general', 'seed_csp4-settings-reset', __( "Settings reset." ), 'updated' );
78
- }
79
  }
80
-
81
  /**
82
  * Properly enqueue styles and scripts for our theme options page.
83
  *
@@ -90,7 +90,7 @@ class SEED_CSP4_ADMIN
90
  {
91
  if ( $hook_suffix != $this->plugin_screen_hook_suffix )
92
  return;
93
-
94
  wp_enqueue_script( 'media-upload' );
95
  wp_enqueue_script( 'jquery-ui-sortable' );
96
  wp_enqueue_script( 'wp-lists' );
@@ -102,7 +102,7 @@ class SEED_CSP4_ADMIN
102
  wp_enqueue_style( 'seed_csp4-framework-css', SEED_CSP4_PLUGIN_URL . 'framework/settings-style.css', false, $this->plugin_version );
103
  wp_enqueue_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css', false, $this->plugin_version );
104
  }
105
-
106
  /**
107
  * Creates WordPress Menu pages from an array in the config file.
108
  *
@@ -112,15 +112,15 @@ class SEED_CSP4_ADMIN
112
  */
113
  function create_menus( )
114
  {
115
- $this->plugin_screen_hook_suffix = add_options_page(
116
- __( "Coming Soon", 'coming-soon' ),
117
- __( "Coming Soon", 'coming-soon' ),
118
- 'manage_options',
119
- 'seed_csp4',
120
  array( &$this , 'option_page' )
121
  );
122
  }
123
-
124
  /**
125
  * Display settings link on plugin page
126
  */
@@ -134,8 +134,8 @@ class SEED_CSP4_ADMIN
134
  }
135
  return $links;
136
  }
137
-
138
-
139
  /**
140
  * Allow Tabs on the Settings Page
141
  *
@@ -146,7 +146,7 @@ class SEED_CSP4_ADMIN
146
  $page = $_REQUEST[ 'page' ];
147
  $uses_tabs = false;
148
  $current_tab = isset( $_GET[ 'tab' ] ) ? $_GET[ 'tab' ] : false;
149
-
150
  //Check if this config uses tabs
151
  foreach ( seed_csp4_get_options() as $v ) {
152
  if ( $v[ 'type' ] == 'tab' ) {
@@ -154,7 +154,7 @@ class SEED_CSP4_ADMIN
154
  break;
155
  }
156
  }
157
-
158
  // If uses tabs then generate the tabs
159
  if ( $uses_tabs ) {
160
  echo '<h2 class="nav-tab-wrapper" style="padding-left:20px">';
@@ -176,13 +176,13 @@ class SEED_CSP4_ADMIN
176
  }
177
  echo '<a class="nav-tab seed_csp4-preview thickbox-preview" href="'.home_url().'?cs_preview=true&TB_iframe=true&width=640&height=632" title="'.__('&larr; Close Window','coming-soon').'">'.__('Live Preview','coming-soon').'</a>';
178
  if(defined('SEED_CSP_API_KEY') === false){
179
- echo '<a class="nav-tab seed_csp4-support" style="color: #8a6d3b;background-color: #fcf8e3;float:right" href="http://www.seedprod.com/features/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin" target="_blank"><i class="fa fa-star"></i> '.__('Upgrade to the Pro Version','coming-soon').'</a>';
180
  }
181
  echo '</h2>';
182
 
183
  }
184
  }
185
-
186
  /**
187
  * Get the layout for the page. classic|2-col
188
  *
@@ -204,7 +204,7 @@ class SEED_CSP4_ADMIN
204
  }
205
  return $layout;
206
  }
207
-
208
  /**
209
  * Render the option pages.
210
  *
@@ -223,19 +223,19 @@ class SEED_CSP4_ADMIN
223
  <?php $this->plugin_options_tabs(); ?>
224
  <?php if ( $layout == '2-col' ): ?>
225
  <div id="poststuff">
226
- <div id="post-body" class="metabox-holder columns-1">
227
  <div id="post-body-content" >
228
  <?php endif; ?>
229
  <?php if(!empty($_GET['tab']))
230
- do_action( 'seed_csp4_render_page', array('tab'=>$_GET['tab']));
231
  ?>
232
  <form action="options.php" method="post">
233
- <p>
234
  <!-- <input name="submit" type="submit" value="<?php _e( 'Save All Changes', 'coming-soon' ); ?>" class="button-primary"/> -->
235
  <?php if(!empty($_GET['tab']) && $_GET['tab'] != 'seed_csp4_tab_3') { ?>
236
  <!-- <input id="reset" name="reset" type="submit" value="<?php _e( 'Reset Settings', 'coming-soon' ); ?>" class="button-secondary"/> -->
237
  <?php } ?>
238
- </p>
239
  <?php
240
  $show_submit = false;
241
  foreach ( seed_csp4_get_options() as $v ) {
@@ -257,7 +257,7 @@ class SEED_CSP4_ADMIN
257
  settings_fields( $v[ 'id' ] );
258
  $show_submit = true;
259
  }
260
-
261
  break;
262
  case 'section':
263
  $current_tab = isset( $_GET[ 'tab' ] ) ? $_GET[ 'tab' ] : $default_tab;
@@ -269,33 +269,140 @@ class SEED_CSP4_ADMIN
269
  } else {
270
  do_settings_sections( $v[ 'id' ] );
271
  }
272
-
273
  }
274
  break;
275
-
276
  }
277
-
278
  }
279
  }
280
  ?>
281
  <?php if($show_submit): ?>
282
  <p>
283
  <!-- <input name="submit" type="submit" value="<?php _e( 'Save All Changes', 'coming-soon' ); ?>" class="button-primary"/> -->
284
- <!-- <input id="reset" name="reset" type="submit" value="<?php _e( 'Reset Settings', 'coming-soon' ); ?>" class="button-secondary"/> -->
285
  </p>
286
  <?php endif; ?>
287
- </form>
288
 
289
- <?php if ( $layout == '2-col' ): ?>
290
  </div> <!-- #post-body-content -->
291
 
292
-
293
- </div> <!-- #post-body -->
294
- </div> <!-- #poststuff -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
  <?php endif; ?>
296
  </div> <!-- .wrap -->
297
 
298
- <!-- JS login to confirm setting resets. -->
299
  <script>
300
  jQuery(document).ready(function($) {
301
  $('#reset').click(function(e){
@@ -307,7 +414,7 @@ class SEED_CSP4_ADMIN
307
  </script>
308
  <?php
309
  }
310
-
311
  /**
312
  * Create the settings options, sections and fields via the WordPress Settings API
313
  *
@@ -328,7 +435,7 @@ class SEED_CSP4_ADMIN
328
  if ( empty( $v[ 'validate_function' ] ) ) {
329
  $v[ 'validate_function' ] = array(
330
  &$this,
331
- 'validate_machine'
332
  );
333
  }
334
  register_setting( $v[ 'id' ], $v[ 'id' ], $v[ 'validate_function' ] );
@@ -338,7 +445,7 @@ class SEED_CSP4_ADMIN
338
  if ( empty( $v[ 'desc_callback' ] ) ) {
339
  $v[ 'desc_callback' ] = array(
340
  &$this,
341
- '__return_empty_string'
342
  );
343
  } else {
344
  $v[ 'desc_callback' ] = $v[ 'desc_callback' ];
@@ -352,10 +459,10 @@ class SEED_CSP4_ADMIN
352
  if ( empty( $v[ 'callback' ] ) ) {
353
  $v[ 'callback' ] = array(
354
  &$this,
355
- 'field_machine'
356
  );
357
  }
358
-
359
  add_settings_field( $v[ 'id' ], $v[ 'label' ], $v[ 'callback' ], $section_id, $section_id, array(
360
  'id' => $v[ 'id' ],
361
  'desc' => ( isset( $v[ 'desc' ] ) ? $v[ 'desc' ] : '' ),
@@ -363,13 +470,13 @@ class SEED_CSP4_ADMIN
363
  'class' => ( isset( $v[ 'class' ] ) ? $v[ 'class' ] : '' ),
364
  'type' => $v[ 'type' ],
365
  'default_value' => ( isset( $v[ 'default_value' ] ) ? $v[ 'default_value' ] : '' ),
366
- 'option_values' => ( isset( $v[ 'option_values' ] ) ? $v[ 'option_values' ] : '' )
367
  ) );
368
-
369
  }
370
  }
371
  }
372
-
373
  /**
374
  * Create a field based on the field type passed in.
375
  *
@@ -378,7 +485,7 @@ class SEED_CSP4_ADMIN
378
  function field_machine( $args )
379
  {
380
  extract( $args ); //$id, $desc, $setting_id, $class, $type, $default_value, $option_values
381
-
382
  // Load defaults
383
  $defaults = array( );
384
  foreach ( seed_csp4_get_options() as $k ) {
@@ -394,9 +501,9 @@ class SEED_CSP4_ADMIN
394
  }
395
  }
396
  $options = get_option( $setting_id );
397
-
398
  $options = wp_parse_args( $options, $defaults );
399
-
400
  $path = SEED_CSP4_PLUGIN_PATH . 'framework/field-types/' . $type . '.php';
401
  if ( file_exists( $path ) ) {
402
  // Show Field
@@ -406,9 +513,9 @@ class SEED_CSP4_ADMIN
406
  echo "<small class='description'>{$desc}</small>";
407
  }
408
  }
409
-
410
  }
411
-
412
  /**
413
  * Validates user input before we save it via the Options API. If error add_setting_error
414
  *
@@ -442,24 +549,24 @@ class SEED_CSP4_ADMIN
442
 
443
  // Test Validation
444
  include( $path );
445
-
446
  // Is it valid?
447
  if ( $is_valid === false ) {
448
  add_settings_error( $k[ 'id' ], 'seedprod_error', $error_msg, 'error' );
449
  // Unset invalids
450
  unset( $input[ $k[ 'id' ] ] );
451
  }
452
-
453
  }
454
  } //end foreach
455
-
456
  }
457
  }
458
  }
459
-
460
  return $input;
461
  }
462
-
463
  /**
464
  * Dummy function to be called by all sections from the Settings API. Define a custom function in the config.
465
  *
@@ -470,8 +577,8 @@ class SEED_CSP4_ADMIN
470
  {
471
  echo '';
472
  }
473
-
474
-
475
  /**
476
  * SeedProd version of WP's do_settings_sections
477
  *
@@ -480,12 +587,12 @@ class SEED_CSP4_ADMIN
480
  function do_settings_sections( $page, $show_submit )
481
  {
482
  global $wp_settings_sections, $wp_settings_fields;
483
-
484
  if ( !isset( $wp_settings_sections ) || !isset( $wp_settings_sections[ $page ] ) )
485
  return;
486
-
487
  foreach ( (array) $wp_settings_sections[ $page ] as $section ) {
488
- echo "<h3><span></span>{$section['title']}</h3>\n";
489
  echo '<div class="inside">';
490
  call_user_func( $section[ 'callback' ], $section );
491
  if ( !isset( $wp_settings_fields ) || !isset( $wp_settings_fields[ $page ] ) || !isset( $wp_settings_fields[ $page ][ $section[ 'id' ] ] ) )
@@ -495,7 +602,7 @@ class SEED_CSP4_ADMIN
495
  echo '</table>';
496
  if($show_submit): ?>
497
  <p>
498
- <input name="submit" type="submit" value="<?php _e( 'Save All Changes', 'coming-soon' ); ?>" class="button-primary"/>
499
  </p>
500
  <?php endif;
501
  echo '</div>';
@@ -504,10 +611,10 @@ class SEED_CSP4_ADMIN
504
 
505
  function do_settings_fields($page, $section) {
506
  global $wp_settings_fields;
507
-
508
  if ( !isset($wp_settings_fields) || !isset($wp_settings_fields[$page]) || !isset($wp_settings_fields[$page][$section]) )
509
  return;
510
-
511
  foreach ( (array) $wp_settings_fields[$page][$section] as $field ) {
512
  echo '<tr valign="top">';
513
  if ( !empty($field['args']['label_for']) )
@@ -520,6 +627,5 @@ class SEED_CSP4_ADMIN
520
  echo '</tr>';
521
  }
522
  }
523
-
524
- }
525
 
 
21
  * @var object
22
  */
23
  protected static $instance = null;
24
+
25
  /**
26
  * Slug of the plugin screen.
27
  *
30
  * @var string
31
  */
32
  protected $plugin_screen_hook_suffix = null;
33
+
34
  /**
35
  * Load Hooks
36
  */
42
  add_action( 'admin_init', array( &$this, 'reset_defaults' ) );
43
  add_action( 'admin_init', array( &$this, 'create_settings' ) );
44
  add_filter( 'plugin_action_links', array( &$this, 'plugin_action_links' ), 10, 2 );
45
+ }
46
  }
47
 
48
  /**
61
 
62
  return self::$instance;
63
  }
64
+
65
  /**
66
  * Reset the settings page. Reset works per settings id.
67
  *
75
 
76
  $_POST[ $_POST[ 'option_page' ] ] = $seed_csp4_settings_deafults[$_POST[ 'option_page' ]];
77
  add_settings_error( 'general', 'seed_csp4-settings-reset', __( "Settings reset." ), 'updated' );
78
+ }
79
  }
80
+
81
  /**
82
  * Properly enqueue styles and scripts for our theme options page.
83
  *
90
  {
91
  if ( $hook_suffix != $this->plugin_screen_hook_suffix )
92
  return;
93
+
94
  wp_enqueue_script( 'media-upload' );
95
  wp_enqueue_script( 'jquery-ui-sortable' );
96
  wp_enqueue_script( 'wp-lists' );
102
  wp_enqueue_style( 'seed_csp4-framework-css', SEED_CSP4_PLUGIN_URL . 'framework/settings-style.css', false, $this->plugin_version );
103
  wp_enqueue_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css', false, $this->plugin_version );
104
  }
105
+
106
  /**
107
  * Creates WordPress Menu pages from an array in the config file.
108
  *
112
  */
113
  function create_menus( )
114
  {
115
+ $this->plugin_screen_hook_suffix = add_options_page(
116
+ __( "Coming Soon", 'coming-soon' ),
117
+ __( "Coming Soon", 'coming-soon' ),
118
+ 'manage_options',
119
+ 'seed_csp4',
120
  array( &$this , 'option_page' )
121
  );
122
  }
123
+
124
  /**
125
  * Display settings link on plugin page
126
  */
134
  }
135
  return $links;
136
  }
137
+
138
+
139
  /**
140
  * Allow Tabs on the Settings Page
141
  *
146
  $page = $_REQUEST[ 'page' ];
147
  $uses_tabs = false;
148
  $current_tab = isset( $_GET[ 'tab' ] ) ? $_GET[ 'tab' ] : false;
149
+
150
  //Check if this config uses tabs
151
  foreach ( seed_csp4_get_options() as $v ) {
152
  if ( $v[ 'type' ] == 'tab' ) {
154
  break;
155
  }
156
  }
157
+
158
  // If uses tabs then generate the tabs
159
  if ( $uses_tabs ) {
160
  echo '<h2 class="nav-tab-wrapper" style="padding-left:20px">';
176
  }
177
  echo '<a class="nav-tab seed_csp4-preview thickbox-preview" href="'.home_url().'?cs_preview=true&TB_iframe=true&width=640&height=632" title="'.__('&larr; Close Window','coming-soon').'">'.__('Live Preview','coming-soon').'</a>';
178
  if(defined('SEED_CSP_API_KEY') === false){
179
+ echo '<a class="nav-tab seed_csp4-support" style="color: #8a6d3b;background-color: #fcf8e3;" href="http://www.seedprod.com/features/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin" target="_blank"><i class="fa fa-star"></i> '.__('Upgrade to Pro for more Professional Features','coming-soon').'</a>';
180
  }
181
  echo '</h2>';
182
 
183
  }
184
  }
185
+
186
  /**
187
  * Get the layout for the page. classic|2-col
188
  *
204
  }
205
  return $layout;
206
  }
207
+
208
  /**
209
  * Render the option pages.
210
  *
223
  <?php $this->plugin_options_tabs(); ?>
224
  <?php if ( $layout == '2-col' ): ?>
225
  <div id="poststuff">
226
+ <div id="post-body" class="metabox-holder columns-2">
227
  <div id="post-body-content" >
228
  <?php endif; ?>
229
  <?php if(!empty($_GET['tab']))
230
+ do_action( 'seed_csp4_render_page', array('tab'=>$_GET['tab']));
231
  ?>
232
  <form action="options.php" method="post">
233
+
234
  <!-- <input name="submit" type="submit" value="<?php _e( 'Save All Changes', 'coming-soon' ); ?>" class="button-primary"/> -->
235
  <?php if(!empty($_GET['tab']) && $_GET['tab'] != 'seed_csp4_tab_3') { ?>
236
  <!-- <input id="reset" name="reset" type="submit" value="<?php _e( 'Reset Settings', 'coming-soon' ); ?>" class="button-secondary"/> -->
237
  <?php } ?>
238
+
239
  <?php
240
  $show_submit = false;
241
  foreach ( seed_csp4_get_options() as $v ) {
257
  settings_fields( $v[ 'id' ] );
258
  $show_submit = true;
259
  }
260
+
261
  break;
262
  case 'section':
263
  $current_tab = isset( $_GET[ 'tab' ] ) ? $_GET[ 'tab' ] : $default_tab;
269
  } else {
270
  do_settings_sections( $v[ 'id' ] );
271
  }
272
+
273
  }
274
  break;
275
+
276
  }
277
+
278
  }
279
  }
280
  ?>
281
  <?php if($show_submit): ?>
282
  <p>
283
  <!-- <input name="submit" type="submit" value="<?php _e( 'Save All Changes', 'coming-soon' ); ?>" class="button-primary"/> -->
284
+ <!-- <input id="reset" name="reset" type="submit" value="<?php _e( 'Reset Settings', 'coming-soon' ); ?>" class="button-secondary"/> -->
285
  </p>
286
  <?php endif; ?>
287
+ </form>
288
 
289
+ <?php if ( $layout == '2-col' ): ?>
290
  </div> <!-- #post-body-content -->
291
 
292
+ <div id="postbox-container-1" class="postbox-container">
293
+ <div id="side-sortables" class="meta-box-sortables ui-sortable">
294
+ <!-- <a href="http://www.seedprod.com/plugins/wordpress-coming-soon-pro-plugin/?utm_source=plugin&utm_medium=banner&utm_campaign=coming-soon-pro-in-plugin-banner" target="_blank"><img src="http://static.seedprod.com/ads/coming-soon-pro-sidebar.png" /></a>
295
+ <br><br> -->
296
+ <div class="postbox support-postbox" style="background-color: #fcf8e3">
297
+ <div class="handlediv" title="Click to toggle"><br /></div>
298
+ <h3 class="hndle"><span><?php _e('Plugin Support', 'coming-soon') ?></span></h3>
299
+ <div class="inside">
300
+ <div class="support-widget">
301
+ <p>
302
+ <?php _e('Got a Question, Idea, Problem or Praise?') ?>
303
+ </p>
304
+ <ul>
305
+ <li>&raquo; <a href="https://wordpress.org/support/plugin/coming-soon" target="_blank"><?php _e('Support Request', 'coming-soon') ?></a></li>
306
+ <li>&raquo; <a href="http://support.seedprod.com/article/83-how-to-clear-wp-super-caches-cache" target="_blank"><?php _e('Common Caching Issues Resolutions', 'coming-soon') ?></a></li>
307
+ </ul>
308
+
309
+ </div>
310
+ </div>
311
+ </div>
312
+ <?php if($this->plugin_type != 'pro'){ ?>
313
+ <div class="postbox like-postbox" style="background-color:#dff0d8">
314
+ <div class="handlediv" title="Click to toggle"><br /></div>
315
+ <h3 class="hndle"><span><?php _e('Show Some Love', 'coming-soon') ?></span></h3>
316
+ <div class="inside">
317
+ <div class="like-widget">
318
+ <p><?php _e('Like this plugin? Show your support by:', 'coming-soon')?></p>
319
+ <ul>
320
+ <li>&raquo; <a target="_blank" href="http://www.seedprod.com/features/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin"><?php _e('Buy It', 'coming-soon') ?></a></li>
321
+
322
+ <li>&raquo; <a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/coming-soon?rate=5#postform"><?php _e('Rate It', 'coming-soon') ?></a></li>
323
+ <li>&raquo; <a target="_blank" href="<?php echo "http://twitter.com/share?url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fultimate-coming-soon-page%2F&text=Check out this awesome %23WordPress Plugin I'm using, Coming Soon Page and Maintenance Mode by SeedProd"; ?>"><?php _e('Tweet It', 'coming-soon') ?></a></li>
324
+
325
+ <li>&raquo; <a href="https://www.seedprod.com/submit-site/"><?php _e('Submit your site to the Showcase', 'coming-soon') ?></a></li>
326
+
327
+ </ul>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ <?php } ?>
332
+ <div class="postbox rss-postbox" style="background-color:#d9edf7">
333
+ <div class="handlediv" title="Click to toggle"><br /></div>
334
+ <h3 class="hndle"><span><?php _e("How to launch a site that's successful on Day One", 'ultimate-coming-soon-page') ?></span></h3>
335
+ <div class="inside">
336
+ <form action="https://www.getdrip.com/forms/7838563/submissions" method="post" target="_blank" data-drip-embedded-form="1541">
337
+
338
+ <p data-drip-attribute="description">There's nothing more disappointing than launching a new site and not get
339
+ enough visitors to support it. Find out how to build an audience before you
340
+ launch in this free 5-part course.</p>
341
+ <div>
342
+ <label for="fields[first_name]">First Name</label><br />
343
+ <input type="text" name="fields[first_name]" value="" />
344
+ </div>
345
+ <div>
346
+ <label for="fields[email]">Email Address</label><br />
347
+ <input type="text" name="fields[email]" value="" />
348
+ </div>
349
+ <br>
350
+ <div>
351
+ <input type="submit" name="submit" value="Learn How" data-drip-attribute="sign-up-button" class="button-primary" />
352
+ </div>
353
+ </form>
354
+ <!-- <div class="rss-widget">
355
+ <?php
356
+ wp_widget_rss_output(array(
357
+ 'url' => 'http://seedprod.com/feed/',
358
+ 'title' => 'SeedProd Blog',
359
+ 'items' => 3,
360
+ 'show_summary' => 0,
361
+ 'show_author' => 0,
362
+ 'show_date' => 1,
363
+ ));
364
+ ?>
365
+ <ul>
366
+ <li>&raquo; <a href="http://seedprod.com/subscribe/"><?php _e('Subscribe by Email', 'ultimate-coming-soon-page') ?></a></li>
367
+ </ul>
368
+ </div> -->
369
+ </div>
370
+ </div>
371
+
372
+ <div class="postbox rss-postbox" style="background-color:#f2dede">
373
+ <div class="handlediv" title="Click to toggle"><br /></div>
374
+ <h3 class="hndle"><span><?php _e('SeedProd Blog', 'ultimate-coming-soon-page') ?></span></h3>
375
+ <div class="inside">
376
+
377
+ <div class="rss-widget">
378
+ <?php
379
+ wp_widget_rss_output(array(
380
+ 'url' => 'http://seedprod.com/feed/',
381
+ 'title' => 'SeedProd Blog',
382
+ 'items' => 3,
383
+ 'show_summary' => 0,
384
+ 'show_author' => 0,
385
+ 'show_date' => 1,
386
+ ));
387
+ ?>
388
+ <ul>
389
+ <br>
390
+ <li>&raquo; <a href="https://feedburner.google.com/fb/a/mailverify?uri=seedprod"><?php _e('Subscribe by Email', 'ultimate-coming-soon-page') ?></a></li>
391
+ </ul>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ </div>
397
+ </div>
398
+ </div> <!-- #post-body -->
399
+
400
+
401
+ </div> <!-- #poststuff -->
402
  <?php endif; ?>
403
  </div> <!-- .wrap -->
404
 
405
+ <!-- JS login to confirm setting resets. -->
406
  <script>
407
  jQuery(document).ready(function($) {
408
  $('#reset').click(function(e){
414
  </script>
415
  <?php
416
  }
417
+
418
  /**
419
  * Create the settings options, sections and fields via the WordPress Settings API
420
  *
435
  if ( empty( $v[ 'validate_function' ] ) ) {
436
  $v[ 'validate_function' ] = array(
437
  &$this,
438
+ 'validate_machine'
439
  );
440
  }
441
  register_setting( $v[ 'id' ], $v[ 'id' ], $v[ 'validate_function' ] );
445
  if ( empty( $v[ 'desc_callback' ] ) ) {
446
  $v[ 'desc_callback' ] = array(
447
  &$this,
448
+ '__return_empty_string'
449
  );
450
  } else {
451
  $v[ 'desc_callback' ] = $v[ 'desc_callback' ];
459
  if ( empty( $v[ 'callback' ] ) ) {
460
  $v[ 'callback' ] = array(
461
  &$this,
462
+ 'field_machine'
463
  );
464
  }
465
+
466
  add_settings_field( $v[ 'id' ], $v[ 'label' ], $v[ 'callback' ], $section_id, $section_id, array(
467
  'id' => $v[ 'id' ],
468
  'desc' => ( isset( $v[ 'desc' ] ) ? $v[ 'desc' ] : '' ),
470
  'class' => ( isset( $v[ 'class' ] ) ? $v[ 'class' ] : '' ),
471
  'type' => $v[ 'type' ],
472
  'default_value' => ( isset( $v[ 'default_value' ] ) ? $v[ 'default_value' ] : '' ),
473
+ 'option_values' => ( isset( $v[ 'option_values' ] ) ? $v[ 'option_values' ] : '' )
474
  ) );
475
+
476
  }
477
  }
478
  }
479
+
480
  /**
481
  * Create a field based on the field type passed in.
482
  *
485
  function field_machine( $args )
486
  {
487
  extract( $args ); //$id, $desc, $setting_id, $class, $type, $default_value, $option_values
488
+
489
  // Load defaults
490
  $defaults = array( );
491
  foreach ( seed_csp4_get_options() as $k ) {
501
  }
502
  }
503
  $options = get_option( $setting_id );
504
+
505
  $options = wp_parse_args( $options, $defaults );
506
+
507
  $path = SEED_CSP4_PLUGIN_PATH . 'framework/field-types/' . $type . '.php';
508
  if ( file_exists( $path ) ) {
509
  // Show Field
513
  echo "<small class='description'>{$desc}</small>";
514
  }
515
  }
516
+
517
  }
518
+
519
  /**
520
  * Validates user input before we save it via the Options API. If error add_setting_error
521
  *
549
 
550
  // Test Validation
551
  include( $path );
552
+
553
  // Is it valid?
554
  if ( $is_valid === false ) {
555
  add_settings_error( $k[ 'id' ], 'seedprod_error', $error_msg, 'error' );
556
  // Unset invalids
557
  unset( $input[ $k[ 'id' ] ] );
558
  }
559
+
560
  }
561
  } //end foreach
562
+
563
  }
564
  }
565
  }
566
+
567
  return $input;
568
  }
569
+
570
  /**
571
  * Dummy function to be called by all sections from the Settings API. Define a custom function in the config.
572
  *
577
  {
578
  echo '';
579
  }
580
+
581
+
582
  /**
583
  * SeedProd version of WP's do_settings_sections
584
  *
587
  function do_settings_sections( $page, $show_submit )
588
  {
589
  global $wp_settings_sections, $wp_settings_fields;
590
+
591
  if ( !isset( $wp_settings_sections ) || !isset( $wp_settings_sections[ $page ] ) )
592
  return;
593
+
594
  foreach ( (array) $wp_settings_sections[ $page ] as $section ) {
595
+ echo "<h3 class='hndle'>{$section['title']}</h3>\n";
596
  echo '<div class="inside">';
597
  call_user_func( $section[ 'callback' ], $section );
598
  if ( !isset( $wp_settings_fields ) || !isset( $wp_settings_fields[ $page ] ) || !isset( $wp_settings_fields[ $page ][ $section[ 'id' ] ] ) )
602
  echo '</table>';
603
  if($show_submit): ?>
604
  <p>
605
+ <input name="submit" type="submit" value="<?php _e( 'Save All Changes', 'coming-soon' ); ?>" class="button-primary"/>
606
  </p>
607
  <?php endif;
608
  echo '</div>';
611
 
612
  function do_settings_fields($page, $section) {
613
  global $wp_settings_fields;
614
+
615
  if ( !isset($wp_settings_fields) || !isset($wp_settings_fields[$page]) || !isset($wp_settings_fields[$page][$section]) )
616
  return;
617
+
618
  foreach ( (array) $wp_settings_fields[$page][$section] as $field ) {
619
  echo '<tr valign="top">';
620
  if ( !empty($field['args']['label_for']) )
627
  echo '</tr>';
628
  }
629
  }
 
 
630
 
631
+ }
inc/config-settings.php CHANGED
@@ -21,7 +21,7 @@ function seed_csp4_get_options(){
21
  "menu_type" => "add_options_page",
22
  "page_name" => __( "Coming Soon", 'coming-soon' ),
23
  "menu_slug" => "seed_csp4",
24
- "layout" => "2-col"
25
  );
26
 
27
  /**
@@ -51,10 +51,10 @@ function seed_csp4_get_options(){
51
  "option_values" => array(
52
  '0' => __( 'Disabled', 'coming-soon' ),
53
  '1' => __( 'Enable Coming Soon Mode', 'coming-soon' ),
54
- '2' => __( 'Enable Maintenance Mode', 'coming-soon' )
55
  ),
56
  "desc" => __( "When you are logged in you'll see your normal website. Logged out visitors will see the Coming Soon or Maintenance page. Coming Soon Mode will be available to search engines if your site is not private. Maintenance Mode will notify search engines that the site is unavailable.", 'coming-soon' ),
57
- "default_value" => "0"
58
  );
59
 
60
 
@@ -68,7 +68,7 @@ function seed_csp4_get_options(){
68
  "option_values" => array(
69
  'name' => __( 'Yes', 'coming-soon' ),
70
  //'required' => __( 'Make Name Required', 'coming-soon' ),
71
- )
72
  );
73
  }
74
 
@@ -76,7 +76,7 @@ function seed_csp4_get_options(){
76
  $seed_csp4_options[ ] = array(
77
  "type" => "section",
78
  "id" => "seed_csp4_section_page_settings",
79
- "label" => __( "Page Settings", 'coming-soon' )
80
  );
81
 
82
  $seed_csp4_options[ ] = array(
@@ -91,7 +91,7 @@ function seed_csp4_get_options(){
91
  "id" => "headline",
92
  "class" => "large-text",
93
  "label" => __( "Headline", 'coming-soon' ),
94
- "desc" => __( "Enter a headline for your page.", 'coming-soon' ),
95
  );
96
 
97
  $seed_csp4_options[ ] = array(
@@ -99,7 +99,7 @@ function seed_csp4_get_options(){
99
  "id" => "description",
100
  "label" => __( "Message", 'coming-soon' ),
101
  "desc" => __( "Tell the visitor what to expect from your site.", 'coming-soon' ),
102
- "class" => "large-text"
103
  );
104
 
105
  $seed_csp4_options[ ] = array( "type" => "radio",
@@ -108,14 +108,14 @@ function seed_csp4_get_options(){
108
  "option_values" => array('0'=>__('Nope - Got No Love', 'coming-soon'),'1'=>__('Yep - I Love You Man', 'coming-soon')),
109
  "desc" => __("Can we show a <strong>cool stylish</strong> footer credit at the bottom the page.", 'coming-soon'),
110
  "default_value" => "0",
111
- );
112
 
113
 
114
  // Header
115
  $seed_csp4_options[ ] = array(
116
  "type" => "section",
117
  "id" => "seed_csp4_section_header",
118
- "label" => __( "Header", 'coming-soon' )
119
  );
120
 
121
  $seed_csp4_options[ ] = array(
@@ -135,7 +135,7 @@ function seed_csp4_get_options(){
135
  "type" => "textarea",
136
  "id" => "seo_description",
137
  "label" => __( "SEO Meta Description", 'coming-soon' ),
138
- "class" => "large-text"
139
  );
140
 
141
 
@@ -154,12 +154,12 @@ function seed_csp4_get_options(){
154
  $seed_csp4_options[ ] = array(
155
  "type" => "tab",
156
  "id" => "seed_csp4_design",
157
- "label" => __( "Design", 'coming-soon' )
158
  );
159
 
160
  $seed_csp4_options[ ] = array(
161
  "type" => "setting",
162
- "id" => "seed_csp4_settings_design"
163
  );
164
 
165
 
@@ -167,7 +167,7 @@ function seed_csp4_get_options(){
167
  $seed_csp4_options[ ] = array(
168
  "type" => "section",
169
  "id" => "seed_csp4_section_background",
170
- "label" => __( "Background", 'coming-soon' )
171
  );
172
 
173
 
@@ -177,7 +177,7 @@ function seed_csp4_get_options(){
177
  "label" => __( "Background Color", 'coming-soon' ),
178
  "default_value" => "#fafafa",
179
  "validate" => 'color',
180
- "desc" => __( "Choose between having a solid color background or uploading an image. By default images will cover the entire background.", 'coming-soon' )
181
  );
182
 
183
 
@@ -185,7 +185,7 @@ function seed_csp4_get_options(){
185
  "type" => "upload",
186
  "id" => "bg_image",
187
  "desc" => "<a href='http://demo.seedprod.com/coming-soon-pro/?utm_source=coming-soon-plugin&utm_medium=link&utm_campaign=Free%20Backgrounds' target='_blank'>Looking for FREE backgrounds?</a>",
188
- "label" => __( "Background Image", 'coming-soon' ),
189
  );
190
 
191
  $seed_csp4_options[ ] = array(
@@ -195,7 +195,7 @@ function seed_csp4_get_options(){
195
  "desc" => __("Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area.", 'coming-soon'),
196
  "option_values" => array(
197
  '1' => __( 'Yes', 'coming-soon' ),
198
- ),
199
  "default" => "1",
200
  );
201
 
@@ -246,7 +246,7 @@ function seed_csp4_get_options(){
246
  $seed_csp4_options[ ] = array(
247
  "type" => "section",
248
  "id" => "seed_csp4_section_well",
249
- "label" => __( "Content", 'coming-soon' )
250
  );
251
 
252
  $seed_csp4_options[ ] = array(
@@ -263,7 +263,7 @@ function seed_csp4_get_options(){
263
  "desc" => __("This will wrap your content in a box.", 'coming-soon'),
264
  "option_values" => array(
265
  '1' => __( 'Yes', 'coming-soon' ),
266
- ),
267
  );
268
 
269
 
@@ -272,7 +272,7 @@ function seed_csp4_get_options(){
272
  $seed_csp4_options[ ] = array(
273
  "type" => "section",
274
  "id" => "seed_csp4_section_text",
275
- "label" => __( "Text", 'coming-soon' )
276
  );
277
 
278
  $seed_csp4_options[ ] = array(
@@ -326,7 +326,7 @@ function seed_csp4_get_options(){
326
  $seed_csp4_options[ ] = array(
327
  "type" => "section",
328
  "id" => "seed_csp4_section_template",
329
- "label" => __( "Template", 'coming-soon' )
330
  );
331
 
332
 
@@ -344,12 +344,12 @@ function seed_csp4_get_options(){
344
  $seed_csp4_options[ ] = array(
345
  "type" => "tab",
346
  "id" => "seed_csp4_advanced",
347
- "label" => __( "Advanced", 'coming-soon' )
348
  );
349
 
350
  $seed_csp4_options[ ] = array(
351
  "type" => "setting",
352
- "id" => "seed_csp4_settings_advanced"
353
  );
354
 
355
 
@@ -357,7 +357,7 @@ function seed_csp4_get_options(){
357
  $seed_csp4_options[ ] = array(
358
  "type" => "section",
359
  "id" => "seed_csp4_section_scripts",
360
- "label" => __( "Scripts", 'coming-soon' )
361
  );
362
 
363
  $seed_csp4_options[ ] = array(
@@ -365,7 +365,7 @@ function seed_csp4_get_options(){
365
  "id" => "header_scripts",
366
  "label" => __( "Header Scripts", 'coming-soon' ),
367
  "desc" => __('Enter any custom scripts. You can enter Javascript or CSS. This will be rendered before the closing head tag.', 'coming-soon'),
368
- "class" => "large-text"
369
  );
370
 
371
  $seed_csp4_options[ ] = array(
@@ -373,10 +373,10 @@ function seed_csp4_get_options(){
373
  "id" => "footer_scripts",
374
  "label" => __( "Footer Scripts", 'coming-soon' ),
375
  "desc" => __('Enter any custom scripts. This will be rendered before the closing body tag.', 'coming-soon'),
376
- "class" => "large-text"
377
  );
378
 
379
 
380
  return $seed_csp4_options;
381
 
382
- }
21
  "menu_type" => "add_options_page",
22
  "page_name" => __( "Coming Soon", 'coming-soon' ),
23
  "menu_slug" => "seed_csp4",
24
+ "layout" => "2-col"
25
  );
26
 
27
  /**
51
  "option_values" => array(
52
  '0' => __( 'Disabled', 'coming-soon' ),
53
  '1' => __( 'Enable Coming Soon Mode', 'coming-soon' ),
54
+ '2' => __( 'Enable Maintenance Mode', 'coming-soon' )
55
  ),
56
  "desc" => __( "When you are logged in you'll see your normal website. Logged out visitors will see the Coming Soon or Maintenance page. Coming Soon Mode will be available to search engines if your site is not private. Maintenance Mode will notify search engines that the site is unavailable.", 'coming-soon' ),
57
+ "default_value" => "0"
58
  );
59
 
60
 
68
  "option_values" => array(
69
  'name' => __( 'Yes', 'coming-soon' ),
70
  //'required' => __( 'Make Name Required', 'coming-soon' ),
71
+ )
72
  );
73
  }
74
 
76
  $seed_csp4_options[ ] = array(
77
  "type" => "section",
78
  "id" => "seed_csp4_section_page_settings",
79
+ "label" => __( "Page Settings", 'coming-soon' )
80
  );
81
 
82
  $seed_csp4_options[ ] = array(
91
  "id" => "headline",
92
  "class" => "large-text",
93
  "label" => __( "Headline", 'coming-soon' ),
94
+ "desc" => __( "Enter a headline for your page.", 'coming-soon' ),
95
  );
96
 
97
  $seed_csp4_options[ ] = array(
99
  "id" => "description",
100
  "label" => __( "Message", 'coming-soon' ),
101
  "desc" => __( "Tell the visitor what to expect from your site.", 'coming-soon' ),
102
+ "class" => "large-text"
103
  );
104
 
105
  $seed_csp4_options[ ] = array( "type" => "radio",
108
  "option_values" => array('0'=>__('Nope - Got No Love', 'coming-soon'),'1'=>__('Yep - I Love You Man', 'coming-soon')),
109
  "desc" => __("Can we show a <strong>cool stylish</strong> footer credit at the bottom the page.", 'coming-soon'),
110
  "default_value" => "0",
111
+ );
112
 
113
 
114
  // Header
115
  $seed_csp4_options[ ] = array(
116
  "type" => "section",
117
  "id" => "seed_csp4_section_header",
118
+ "label" => __( "Header", 'coming-soon' )
119
  );
120
 
121
  $seed_csp4_options[ ] = array(
135
  "type" => "textarea",
136
  "id" => "seo_description",
137
  "label" => __( "SEO Meta Description", 'coming-soon' ),
138
+ "class" => "large-text"
139
  );
140
 
141
 
154
  $seed_csp4_options[ ] = array(
155
  "type" => "tab",
156
  "id" => "seed_csp4_design",
157
+ "label" => __( "Design", 'coming-soon' )
158
  );
159
 
160
  $seed_csp4_options[ ] = array(
161
  "type" => "setting",
162
+ "id" => "seed_csp4_settings_design"
163
  );
164
 
165
 
167
  $seed_csp4_options[ ] = array(
168
  "type" => "section",
169
  "id" => "seed_csp4_section_background",
170
+ "label" => __( "Background", 'coming-soon' )
171
  );
172
 
173
 
177
  "label" => __( "Background Color", 'coming-soon' ),
178
  "default_value" => "#fafafa",
179
  "validate" => 'color',
180
+ "desc" => __( "Choose between having a solid color background or uploading an image. By default images will cover the entire background.", 'coming-soon' )
181
  );
182
 
183
 
185
  "type" => "upload",
186
  "id" => "bg_image",
187
  "desc" => "<a href='http://demo.seedprod.com/coming-soon-pro/?utm_source=coming-soon-plugin&utm_medium=link&utm_campaign=Free%20Backgrounds' target='_blank'>Looking for FREE backgrounds?</a>",
188
+ "label" => __( "Background Image", 'coming-soon' ),
189
  );
190
 
191
  $seed_csp4_options[ ] = array(
195
  "desc" => __("Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area.", 'coming-soon'),
196
  "option_values" => array(
197
  '1' => __( 'Yes', 'coming-soon' ),
198
+ ),
199
  "default" => "1",
200
  );
201
 
246
  $seed_csp4_options[ ] = array(
247
  "type" => "section",
248
  "id" => "seed_csp4_section_well",
249
+ "label" => __( "Content", 'coming-soon' )
250
  );
251
 
252
  $seed_csp4_options[ ] = array(
263
  "desc" => __("This will wrap your content in a box.", 'coming-soon'),
264
  "option_values" => array(
265
  '1' => __( 'Yes', 'coming-soon' ),
266
+ ),
267
  );
268
 
269
 
272
  $seed_csp4_options[ ] = array(
273
  "type" => "section",
274
  "id" => "seed_csp4_section_text",
275
+ "label" => __( "Text", 'coming-soon' )
276
  );
277
 
278
  $seed_csp4_options[ ] = array(
326
  $seed_csp4_options[ ] = array(
327
  "type" => "section",
328
  "id" => "seed_csp4_section_template",
329
+ "label" => __( "Template", 'coming-soon' )
330
  );
331
 
332
 
344
  $seed_csp4_options[ ] = array(
345
  "type" => "tab",
346
  "id" => "seed_csp4_advanced",
347
+ "label" => __( "Advanced", 'coming-soon' )
348
  );
349
 
350
  $seed_csp4_options[ ] = array(
351
  "type" => "setting",
352
+ "id" => "seed_csp4_settings_advanced"
353
  );
354
 
355
 
357
  $seed_csp4_options[ ] = array(
358
  "type" => "section",
359
  "id" => "seed_csp4_section_scripts",
360
+ "label" => __( "Scripts", 'coming-soon' )
361
  );
362
 
363
  $seed_csp4_options[ ] = array(
365
  "id" => "header_scripts",
366
  "label" => __( "Header Scripts", 'coming-soon' ),
367
  "desc" => __('Enter any custom scripts. You can enter Javascript or CSS. This will be rendered before the closing head tag.', 'coming-soon'),
368
+ "class" => "large-text"
369
  );
370
 
371
  $seed_csp4_options[ ] = array(
373
  "id" => "footer_scripts",
374
  "label" => __( "Footer Scripts", 'coming-soon' ),
375
  "desc" => __('Enter any custom scripts. This will be rendered before the closing body tag.', 'coming-soon'),
376
+ "class" => "large-text"
377
  );
378
 
379
 
380
  return $seed_csp4_options;
381
 
382
+ }
languages/coming-soon-pt_BR.mo ADDED
Binary file
languages/coming-soon-pt_BR.po ADDED
@@ -0,0 +1,645 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Coming Soon v4.0.3\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-11-24 17:31-0500\n"
6
+ "PO-Revision-Date: 2014-05-27 12:06-0300\n"
7
+ "Last-Translator: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
8
+ "Language-Team: DJIO <wordpress@djio.com.br>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 1.6.5\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "Language: pt_BR\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ # @ default
23
+ #: framework/framework.php:77
24
+ msgid "Settings reset."
25
+ msgstr "Configurações redefinidas."
26
+
27
+ # @ coming-soon
28
+ #: framework/framework.php:177
29
+ msgid "&larr; Close Window"
30
+ msgstr "&larr; Fechar janela"
31
+
32
+ # @ coming-soon
33
+ #: framework/framework.php:177
34
+ msgid "Live Preview"
35
+ msgstr "Visualizar"
36
+
37
+ # @ coming-soon
38
+ #: framework/field-types/date.php:8 framework/field-types/daterange.php:8
39
+ msgid "01-Jan"
40
+ msgstr "01-Jan"
41
+
42
+ # @ coming-soon
43
+ #: framework/field-types/date.php:9 framework/field-types/daterange.php:9
44
+ msgid "02-Feb"
45
+ msgstr "02-Fev"
46
+
47
+ # @ coming-soon
48
+ #: framework/field-types/date.php:10 framework/field-types/daterange.php:10
49
+ msgid "03-Mar"
50
+ msgstr "03-Mar"
51
+
52
+ # @ coming-soon
53
+ #: framework/field-types/date.php:11 framework/field-types/daterange.php:11
54
+ msgid "04-Apr"
55
+ msgstr "04-Abr"
56
+
57
+ # @ coming-soon
58
+ #: framework/field-types/date.php:12 framework/field-types/daterange.php:12
59
+ msgid "05-May"
60
+ msgstr "05-Mai"
61
+
62
+ # @ coming-soon
63
+ #: framework/field-types/date.php:13 framework/field-types/daterange.php:13
64
+ msgid "06-Jun"
65
+ msgstr "06-Jun"
66
+
67
+ # @ coming-soon
68
+ #: framework/field-types/date.php:14 framework/field-types/daterange.php:14
69
+ msgid "07-Jul"
70
+ msgstr "07-Jul"
71
+
72
+ # @ coming-soon
73
+ #: framework/field-types/date.php:15 framework/field-types/daterange.php:15
74
+ msgid "08-Aug"
75
+ msgstr "08-Ago"
76
+
77
+ # @ coming-soon
78
+ #: framework/field-types/date.php:16 framework/field-types/daterange.php:16
79
+ msgid "09-Sep"
80
+ msgstr "09-Set"
81
+
82
+ # @ coming-soon
83
+ #: framework/field-types/date.php:17 framework/field-types/daterange.php:17
84
+ msgid "10-Oct"
85
+ msgstr "10-Out"
86
+
87
+ # @ coming-soon
88
+ #: framework/field-types/date.php:18 framework/field-types/daterange.php:18
89
+ msgid "11-Nov"
90
+ msgstr "11-Nov"
91
+
92
+ # @ coming-soon
93
+ #: framework/field-types/date.php:19 framework/field-types/daterange.php:19
94
+ msgid "12-Dec"
95
+ msgstr "12-Dez"
96
+
97
+ # @ coming-soon
98
+ #: framework/field-types/date.php:29 framework/field-types/daterange.php:29
99
+ #: framework/field-types/daterange.php:42
100
+ msgid "day"
101
+ msgstr "dia"
102
+
103
+ # @ coming-soon
104
+ #: framework/field-types/date.php:32 framework/field-types/daterange.php:32
105
+ #: framework/field-types/daterange.php:45
106
+ msgid "year"
107
+ msgstr "ano"
108
+
109
+ # @ coming-soon
110
+ #: framework/field-types/upload.php:12
111
+ msgid "Media Image Library"
112
+ msgstr "Biblioteca de Mídia de Imagens"
113
+
114
+ # @ coming-soon
115
+ #: framework/validations/color.php:13
116
+ msgid "Please enter a valid color value."
117
+ msgstr "Por favor, informe um valor de cor válido."
118
+
119
+ # @ coming-soon
120
+ #: framework/validations/email.php:10 framework/validations/escurlraw.php:11
121
+ msgid "Please enter a valid email."
122
+ msgstr "Please enter a valid email."
123
+
124
+ # @ coming-soon
125
+ #: framework/validations/number.php:11
126
+ msgid "Please enter a valid number."
127
+ msgstr "Por favor, informe um número válido."
128
+
129
+ # @ coming-soon
130
+ #: framework/validations/required.php:10
131
+ msgid "is required."
132
+ msgstr "é obrigatório."
133
+
134
+ # @ coming-soon
135
+ #: inc/class-seed-csp4.php:80
136
+ msgid "Coming Soon Mode Active"
137
+ msgstr "Modo Em Breve Ativo"
138
+
139
+ # @ coming-soon
140
+ #: inc/class-seed-csp4.php:82
141
+ msgid "Maintenance Mode Active"
142
+ msgstr "Modo de Manutenção Ativo"
143
+
144
+ # @ coming-soon
145
+ #: inc/config-settings.php:44
146
+ msgid "General"
147
+ msgstr "Geral"
148
+
149
+ # @ coming-soon
150
+ #: inc/config-settings.php:50
151
+ msgid "Status"
152
+ msgstr "Status"
153
+
154
+ # @ coming-soon
155
+ #: inc/config-settings.php:52
156
+ msgid "Disabled"
157
+ msgstr "Inativo"
158
+
159
+ # @ coming-soon
160
+ #: inc/config-settings.php:53
161
+ msgid "Enable Coming Soon Mode"
162
+ msgstr "Ativar Modo Em Breve"
163
+
164
+ # @ coming-soon
165
+ #: inc/config-settings.php:54
166
+ msgid "Enable Maintenance Mode"
167
+ msgstr "Ativar Modo de Manutenção"
168
+
169
+ # @ coming-soon
170
+ #: inc/config-settings.php:56
171
+ msgid ""
172
+ "When you are logged in you'll see your normal website. Logged out visitors "
173
+ "will see the Coming Soon or Maintenance page. Coming Soon Mode will be "
174
+ "available to search engines if your site is not private. Maintenance Mode "
175
+ "will notify search engines that the site is unavailable."
176
+ msgstr ""
177
+ "Quando você estiver conectado verá seu site normal. Visitantes não logados "
178
+ "verão a página Em Breve ou Em Manutenção. O modo Em Breve estará disponível "
179
+ "para os buscadores, se seu site não for privado. O Modo de Manutenção irá "
180
+ "notificar os buscadores que o site está indisponível."
181
+
182
+ # @ coming-soon
183
+ #: inc/config-settings.php:66
184
+ msgid "Use maintenance.php"
185
+ msgstr "Usar maintenance.php"
186
+
187
+ # @ coming-soon
188
+ #: inc/config-settings.php:67
189
+ msgid ""
190
+ "maintenance.php detected, would you like to use this for your maintenance "
191
+ "page?"
192
+ msgstr ""
193
+ "Arquivo maintenance.php detectado, gostaria de usá-lo para sua página de "
194
+ "manutenção?"
195
+
196
+ # @ coming-soon
197
+ #: inc/config-settings.php:69 inc/config-settings.php:197
198
+ #: inc/config-settings.php:265
199
+ msgid "Yes"
200
+ msgstr "Sim"
201
+
202
+ # @ coming-soon
203
+ #: inc/config-settings.php:79
204
+ msgid "Page Settings"
205
+ msgstr "Configurações da Página"
206
+
207
+ # @ coming-soon
208
+ #: inc/config-settings.php:85
209
+ msgid "Logo"
210
+ msgstr "Logo"
211
+
212
+ # @ coming-soon
213
+ #: inc/config-settings.php:86
214
+ msgid "Upload a logo or teaser image (or) enter the url to your image."
215
+ msgstr ""
216
+ "Fazer upload de uma imagem de logotipo ou teaser (ou) Insira o url para sua "
217
+ "imagem."
218
+
219
+ # @ coming-soon
220
+ #: inc/config-settings.php:93
221
+ msgid "Headline"
222
+ msgstr "Manchete"
223
+
224
+ # @ coming-soon
225
+ #: inc/config-settings.php:118
226
+ msgid "Header"
227
+ msgstr "Cabeçalho"
228
+
229
+ # @ coming-soon
230
+ #: inc/config-settings.php:124
231
+ msgid "Favicon"
232
+ msgstr "Favicon"
233
+
234
+ # @ coming-soon
235
+ #: inc/config-settings.php:125
236
+ msgid ""
237
+ "Favicons are displayed in a browser tab. Need Help <a href=\"http://tools."
238
+ "dynamicdrive.com/favicon/\" target=\"_blank\">creating a favicon</a>?"
239
+ msgstr ""
240
+ "Favicons são exibidos na aba do navegador. Precisa de ajuda para <a href="
241
+ "\"http://tools.dynamicdrive.com/favicon/\" target=\"_blank\">criar um "
242
+ "favicon</a>?"
243
+
244
+ # @ coming-soon
245
+ #: inc/config-settings.php:131
246
+ msgid "SEO Title"
247
+ msgstr "Título do SEO"
248
+
249
+ # @ coming-soon
250
+ #: inc/config-settings.php:137
251
+ msgid "SEO Meta Description"
252
+ msgstr "Descrição Meta do SEO"
253
+
254
+ # @ coming-soon
255
+ #: inc/config-settings.php:146
256
+ msgid "Analytics Code"
257
+ msgstr "Código do Analytics"
258
+
259
+ # @ coming-soon
260
+ #: inc/config-settings.php:157
261
+ msgid "Design"
262
+ msgstr "Design"
263
+
264
+ # @ coming-soon
265
+ #: inc/config-settings.php:170
266
+ msgid "Background"
267
+ msgstr "Fundo"
268
+
269
+ # @ coming-soon
270
+ #: inc/config-settings.php:177
271
+ msgid "Background Color"
272
+ msgstr "Cor de Fundo"
273
+
274
+ # @ coming-soon
275
+ #: inc/config-settings.php:180
276
+ msgid ""
277
+ "Choose between having a solid color background or uploading an image. By "
278
+ "default images will cover the entire background."
279
+ msgstr ""
280
+ "Escolha entre ter um fundo de cor sólida ou fazer upload de uma imagem. Por "
281
+ "padrão, a imagem cobrirá todo o plano de fundo."
282
+
283
+ # @ coming-soon
284
+ #: inc/config-settings.php:188
285
+ msgid "Background Image"
286
+ msgstr "Imagem de Fundo"
287
+
288
+ # @ coming-soon
289
+ #: inc/config-settings.php:206
290
+ msgid "Background Repeat"
291
+ msgstr "Repetição do Fundo"
292
+
293
+ # @ coming-soon
294
+ #: inc/config-settings.php:208
295
+ msgid "No-Repeat"
296
+ msgstr "Sem Repetição"
297
+
298
+ # @ coming-soon
299
+ #: inc/config-settings.php:209
300
+ msgid "Tile"
301
+ msgstr "Repetir"
302
+
303
+ # @ coming-soon
304
+ #: inc/config-settings.php:210
305
+ msgid "Tile Horizontally"
306
+ msgstr "Repetir Horizontalmente"
307
+
308
+ # @ coming-soon
309
+ #: inc/config-settings.php:211
310
+ msgid "Tile Vertically"
311
+ msgstr "Repetir Verticalmente"
312
+
313
+ # @ coming-soon
314
+ #: inc/config-settings.php:220
315
+ msgid "Background Position"
316
+ msgstr "Posição do Fundo"
317
+
318
+ # @ coming-soon
319
+ #: inc/config-settings.php:222
320
+ msgid "Left Top"
321
+ msgstr "Superior Esquerda"
322
+
323
+ # @ coming-soon
324
+ #: inc/config-settings.php:223
325
+ msgid "Left Center"
326
+ msgstr "Esquerda Centralizado"
327
+
328
+ # @ coming-soon
329
+ #: inc/config-settings.php:224
330
+ msgid "Left Bottom"
331
+ msgstr "Inferior Esquerda"
332
+
333
+ # @ coming-soon
334
+ #: inc/config-settings.php:225
335
+ msgid "Right Top"
336
+ msgstr "Superior Direita"
337
+
338
+ # @ coming-soon
339
+ #: inc/config-settings.php:226
340
+ msgid "Right Center"
341
+ msgstr "Direita Centralizado"
342
+
343
+ # @ coming-soon
344
+ #: inc/config-settings.php:227
345
+ msgid "Right Bottom"
346
+ msgstr "Inferior Direita"
347
+
348
+ # @ coming-soon
349
+ #: inc/config-settings.php:228
350
+ msgid "Center Top"
351
+ msgstr "Superior Centralizado"
352
+
353
+ # @ coming-soon
354
+ #: inc/config-settings.php:229
355
+ msgid "Center Center"
356
+ msgstr "Centro Centralizado"
357
+
358
+ # @ coming-soon
359
+ #: inc/config-settings.php:230
360
+ msgid "Center Bottom"
361
+ msgstr "Inferior Centralizado"
362
+
363
+ # @ coming-soon
364
+ #: inc/config-settings.php:238
365
+ msgid "Background Attachment"
366
+ msgstr "Anexo do Fundo"
367
+
368
+ # @ coming-soon
369
+ #: inc/config-settings.php:240
370
+ msgid "Fixed"
371
+ msgstr "Fixo"
372
+
373
+ # @ coming-soon
374
+ #: inc/config-settings.php:241
375
+ msgid "Scroll"
376
+ msgstr "Rolar"
377
+
378
+ # @ coming-soon
379
+ #: inc/config-settings.php:275
380
+ msgid "Text"
381
+ msgstr "Texto"
382
+
383
+ # @ coming-soon
384
+ #: inc/config-settings.php:281
385
+ msgid "Text Color"
386
+ msgstr "Cor do Texto"
387
+
388
+ # @ coming-soon
389
+ #: inc/config-settings.php:297
390
+ msgid "Headline Color"
391
+ msgstr "Cor da Manchete"
392
+
393
+ # @ coming-soon
394
+ #: inc/config-settings.php:308
395
+ msgid "Text Font"
396
+ msgstr "Fonte do Texto"
397
+
398
+ # @ coming-soon
399
+ #: inc/config-settings.php:329
400
+ msgid "Template"
401
+ msgstr "Modelo"
402
+
403
+ # @ coming-soon
404
+ #: inc/config-settings.php:337
405
+ msgid "Custom CSS"
406
+ msgstr "CSS Personalizado"
407
+
408
+ # @ coming-soon
409
+ #: inc/config-settings.php:338
410
+ msgid "Need to tweaks the styles? Add your custom CSS here."
411
+ msgstr "Precisa de ajustes nos estilos? Adicione seu CSS personalizado aqui."
412
+
413
+ # @ coming-soon
414
+ #: inc/config-settings.php:347
415
+ msgid "Advanced"
416
+ msgstr "Avançadas"
417
+
418
+ # @ coming-soon
419
+ #: inc/config-settings.php:360
420
+ msgid "Scripts"
421
+ msgstr "Scripts"
422
+
423
+ # @ coming-soon
424
+ #: inc/config-settings.php:366
425
+ msgid "Header Scripts"
426
+ msgstr "Scripts de Cabeçalho"
427
+
428
+ # @ coming-soon
429
+ #: inc/config-settings.php:367
430
+ msgid ""
431
+ "Enter any custom scripts. You can enter Javascript or CSS. This will be "
432
+ "rendered before the closing head tag."
433
+ msgstr ""
434
+ "Digite quaisquer scripts personalizados. Você pode inserir Javascript ou "
435
+ "CSS. Isto será processado antes do fechamento da tag <head>."
436
+
437
+ # @ coming-soon
438
+ #: inc/config-settings.php:374
439
+ msgid "Footer Scripts"
440
+ msgstr "Roteiros de Rodapé"
441
+
442
+ # @ coming-soon
443
+ #: inc/config-settings.php:375
444
+ msgid ""
445
+ "Enter any custom scripts. This will be rendered before the closing body tag."
446
+ msgstr ""
447
+ "Digite quaisquer scripts personalizados. Isto será processado antes de "
448
+ "fechar a tag <body>."
449
+
450
+ # @ coming-soon
451
+ #. translators: plugin header field 'Name'
452
+ #: coming-soon.php:0 coming-soon.php:22 framework/framework.php:116
453
+ #: framework/framework.php:117 inc/config-settings.php:22
454
+ msgid "Coming Soon"
455
+ msgstr "Em Breve"
456
+
457
+ # @ coming-soon
458
+ #. translators: plugin header field 'PluginURI'
459
+ #. translators: plugin header field 'AuthorURI'
460
+ #: coming-soon.php:0
461
+ msgid "http://www.seedprod.com"
462
+ msgstr "http://www.seedprod.com"
463
+
464
+ # @ coming-soon
465
+ #. translators: plugin header field 'Description'
466
+ #: coming-soon.php:0
467
+ msgid "Coming Soon, Maintenance Mode pages in minutes"
468
+ msgstr "Páginas de Em Breve e Modo de Manutenção em minutos"
469
+
470
+ # @ coming-soon
471
+ #. translators: plugin header field 'Author'
472
+ #: coming-soon.php:0
473
+ msgid "SeedProd"
474
+ msgstr "SeedProd"
475
+
476
+ # @ coming-soon
477
+ #. translators: plugin header field 'Version'
478
+ #: coming-soon.php:0
479
+ msgid "4.0.3"
480
+ msgstr "4.0.3"
481
+
482
+ # @ coming-soon
483
+ #: framework/field-types/customsocialfollow.php:23
484
+ msgid ""
485
+ "Enter your social profile url's. Drag &amp; Drop the icons to reorder. "
486
+ "Remember to save your changes. <a href='https://seedprod.zendesk.com/"
487
+ "entries/21778652-adding-custom-icons' target='_blank'>Learn how to add your "
488
+ "own custom icons</a>."
489
+ msgstr ""
490
+ "Digite a url do seu perfil social. Arraste e solte os ícones para reordenar. "
491
+ "Lembre-se de salvar as alterações. <a href='https://seedprod.zendesk.com/"
492
+ "entries/21778652-adding-custom-icons' target='_blank'>Saiba como adicionar "
493
+ "seus próprios ícones personalizados</a>."
494
+
495
+ # @ coming-soon
496
+ #: framework/field-types/daterange.php:22
497
+ msgid "Start Date"
498
+ msgstr "Data do Início"
499
+
500
+ # @ coming-soon
501
+ #: framework/field-types/daterange.php:35
502
+ msgid "End Date"
503
+ msgstr "Data de Término"
504
+
505
+ # @ coming-soon
506
+ #: framework/framework.php:179
507
+ msgid "Upgrade to the Pro Version"
508
+ msgstr "Atualize para a Versão Pro!"
509
+
510
+ # @ coming-soon
511
+ #: framework/framework.php:234 framework/framework.php:283
512
+ #: framework/framework.php:498
513
+ msgid "Save All Changes"
514
+ msgstr "Salvar Todas as Alterações"
515
+
516
+ # @ coming-soon
517
+ #: framework/framework.php:236 framework/framework.php:284
518
+ msgid "Reset Settings"
519
+ msgstr "Redefinir Configurações"
520
+
521
+ # @ coming-soon
522
+ #: framework/framework.php:302
523
+ msgid ""
524
+ "This tabs settings be deleted and reset to the defaults. Are you sure you "
525
+ "want to reset?"
526
+ msgstr ""
527
+ "Estas definições de abas serão excluídas e redefinidas para os valores "
528
+ "padrão. Tem certeza de que deseja redefinir?"
529
+
530
+ # @ coming-soon
531
+ #: inc/class-seed-csp4.php:144
532
+ msgid "Please enter your settings."
533
+ msgstr "Por favor, Informe suas configurações."
534
+
535
+ # @ coming-soon
536
+ #: inc/config-settings.php:33 inc/config-settings.php:249
537
+ msgid "Content"
538
+ msgstr "Conteúdo"
539
+
540
+ # @ coming-soon
541
+ #: inc/config-settings.php:94
542
+ msgid "Enter a headline for your page."
543
+ msgstr "Informe a Manchete da sua página"
544
+
545
+ # @ coming-soon
546
+ #: inc/config-settings.php:100
547
+ msgid "Message"
548
+ msgstr "Mensagem"
549
+
550
+ # @ coming-soon
551
+ #: inc/config-settings.php:101
552
+ msgid "Tell the visitor what to expect from your site."
553
+ msgstr "Diga ao visitante o que esperar de seu site o."
554
+
555
+ # @ ultimate-coming-soon-page
556
+ #: inc/config-settings.php:107
557
+ msgid "Powered By SeedProd"
558
+ msgstr "Movido por SeedProd"
559
+
560
+ # @ coming-soon
561
+ #: inc/config-settings.php:108
562
+ msgid "Nope - Got No Love"
563
+ msgstr "Não - Sem Amor"
564
+
565
+ # @ coming-soon
566
+ #: inc/config-settings.php:108
567
+ msgid "Yep - I Love You Man"
568
+ msgstr "Sim - Te Amo Cara!"
569
+
570
+ # @ coming-soon
571
+ #: inc/config-settings.php:109
572
+ msgid ""
573
+ "Can we show a <strong>cool stylish</strong> footer credit at the bottom the "
574
+ "page."
575
+ msgstr ""
576
+ "Podemos mostrar créditos <strong>legais e elegantes</strong> do rodapé na "
577
+ "parte inferior da página."
578
+
579
+ # @ coming-soon
580
+ #: inc/config-settings.php:147
581
+ msgid ""
582
+ "Paste in your Universal or Classic <a href=\"http://www.google.com/analytics/"
583
+ "\" target=\"_blank\">Google Analytics</a> code."
584
+ msgstr ""
585
+ "Cole no seu código Universal ou Clássico do <a href=\"http://www.google.com/"
586
+ "analytics/\" target=\"_blank\">Google Analytics</a> ."
587
+
588
+ # @ coming-soon
589
+ #: inc/config-settings.php:194
590
+ msgid "Responsive Background"
591
+ msgstr "Fundo Responsivo"
592
+
593
+ # @ coming-soon
594
+ #: inc/config-settings.php:195
595
+ msgid ""
596
+ "Scale the background image to be as large as possible so that the background "
597
+ "area is completely covered by the background image. Some parts of the "
598
+ "background image may not be in view within the background positioning area."
599
+ msgstr ""
600
+ "Redimensione a imagem de fundo para que seja tão grande quanto possível, "
601
+ "para que a área de fundo fique completamente coberta pela imagem de fundo. "
602
+ "Algumas partes da imagem de fundo podem não ser exibidas dentro do plano de "
603
+ "fundo de área de posicionamento."
604
+
605
+ # @ coming-soon
606
+ #: inc/config-settings.php:205 inc/config-settings.php:219
607
+ #: inc/config-settings.php:237
608
+ msgid "This setting is not applied if Responsive Background is checked"
609
+ msgstr ""
610
+ "Essa configuração não será aplicada se fundo responsivo estiver selecionado"
611
+
612
+ # @ coming-soon
613
+ #: inc/config-settings.php:256
614
+ msgid "Max Width"
615
+ msgstr "Largura Máxima"
616
+
617
+ # @ coming-soon
618
+ #: inc/config-settings.php:257
619
+ msgid ""
620
+ "By default the max width of the content is set to 600px. Enter a number "
621
+ "value if you need it bigger. Example: 900"
622
+ msgstr ""
623
+ "Por padrão, a largura máxima do conteúdo é definida como 600px. Digite um "
624
+ "valor numérico se precisar maior. Ex: 900"
625
+
626
+ # @ coming-soon
627
+ #: inc/config-settings.php:262
628
+ msgid "Enable Well"
629
+ msgstr "Habilitar Poço"
630
+
631
+ # @ coming-soon
632
+ #: inc/config-settings.php:263
633
+ msgid "This will wrap your content in a box."
634
+ msgstr "Isto irá envolver seu conteúdo em uma caixa."
635
+
636
+ # @ coming-soon
637
+ #: inc/config-settings.php:289
638
+ msgid "Link Color"
639
+ msgstr "Cor dos Links"
640
+
641
+ # @ coming-soon
642
+ #: inc/config-settings.php:300
643
+ msgid "If no Headline Color is chosen then the Link Color will be used. "
644
+ msgstr ""
645
+ "Se nenhuma Cor da Manchete for escolhida então a Cor dos Links será usada. "
languages/coming-soon.pot ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Coming Soon Pro by SeedProd\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-01-27 21:24-0500\n"
6
+ "PO-Revision-Date: 2015-01-27 21:25-0500\n"
7
+ "Last-Translator: John Turner <john@seedprod.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "X-Generator: Poedit 1.7.4\n"
15
+ "X-Poedit-SearchPath-0: .\n"
16
+
17
+ #: coming-soon.php:22 framework/framework.php:116 framework/framework.php:117
18
+ #: inc/config-settings.php:22
19
+ msgid "Coming Soon"
20
+ msgstr ""
21
+
22
+ #: framework/field-types/date.php:8 framework/field-types/daterange.php:8
23
+ msgid "01-Jan"
24
+ msgstr ""
25
+
26
+ #: framework/field-types/date.php:9 framework/field-types/daterange.php:9
27
+ msgid "02-Feb"
28
+ msgstr ""
29
+
30
+ #: framework/field-types/date.php:10 framework/field-types/daterange.php:10
31
+ msgid "03-Mar"
32
+ msgstr ""
33
+
34
+ #: framework/field-types/date.php:11 framework/field-types/daterange.php:11
35
+ msgid "04-Apr"
36
+ msgstr ""
37
+
38
+ #: framework/field-types/date.php:12 framework/field-types/daterange.php:12
39
+ msgid "05-May"
40
+ msgstr ""
41
+
42
+ #: framework/field-types/date.php:13 framework/field-types/daterange.php:13
43
+ msgid "06-Jun"
44
+ msgstr ""
45
+
46
+ #: framework/field-types/date.php:14 framework/field-types/daterange.php:14
47
+ msgid "07-Jul"
48
+ msgstr ""
49
+
50
+ #: framework/field-types/date.php:15 framework/field-types/daterange.php:15
51
+ msgid "08-Aug"
52
+ msgstr ""
53
+
54
+ #: framework/field-types/date.php:16 framework/field-types/daterange.php:16
55
+ msgid "09-Sep"
56
+ msgstr ""
57
+
58
+ #: framework/field-types/date.php:17 framework/field-types/daterange.php:17
59
+ msgid "10-Oct"
60
+ msgstr ""
61
+
62
+ #: framework/field-types/date.php:18 framework/field-types/daterange.php:18
63
+ msgid "11-Nov"
64
+ msgstr ""
65
+
66
+ #: framework/field-types/date.php:19 framework/field-types/daterange.php:19
67
+ msgid "12-Dec"
68
+ msgstr ""
69
+
70
+ #: framework/field-types/date.php:29 framework/field-types/daterange.php:29
71
+ #: framework/field-types/daterange.php:42
72
+ msgid "day"
73
+ msgstr ""
74
+
75
+ #: framework/field-types/date.php:32 framework/field-types/daterange.php:32
76
+ #: framework/field-types/daterange.php:45
77
+ msgid "year"
78
+ msgstr ""
79
+
80
+ #: framework/field-types/upload.php:12
81
+ msgid "Media Image Library"
82
+ msgstr ""
83
+
84
+ #: framework/framework.php:77
85
+ msgid "Settings reset."
86
+ msgstr ""
87
+
88
+ #: framework/framework.php:177
89
+ msgid "&larr; Close Window"
90
+ msgstr ""
91
+
92
+ #: framework/framework.php:177
93
+ msgid "Live Preview"
94
+ msgstr ""
95
+
96
+ #: framework/framework.php:179
97
+ msgid "Upgrade to the Pro Version"
98
+ msgstr ""
99
+
100
+ #: framework/validations/color.php:13
101
+ msgid "Please enter a valid color value."
102
+ msgstr ""
103
+
104
+ #: framework/validations/email.php:10 framework/validations/escurlraw.php:11
105
+ msgid "Please enter a valid email."
106
+ msgstr ""
107
+
108
+ #: framework/validations/number.php:11
109
+ msgid "Please enter a valid number."
110
+ msgstr ""
111
+
112
+ #: framework/validations/required.php:10
113
+ msgid "is required."
114
+ msgstr ""
115
+
116
+ #: inc/class-seed-csp4.php:80
117
+ msgid "Coming Soon Mode Active"
118
+ msgstr ""
119
+
120
+ #: inc/class-seed-csp4.php:82
121
+ msgid "Maintenance Mode Active"
122
+ msgstr ""
123
+
124
+ #: inc/class-seed-csp4.php:144
125
+ msgid "Please enter your settings."
126
+ msgstr ""
127
+
128
+ #: inc/config-settings.php:33 inc/config-settings.php:249
129
+ msgid "Content"
130
+ msgstr ""
131
+
132
+ #: inc/config-settings.php:44
133
+ msgid "General"
134
+ msgstr ""
135
+
136
+ #: inc/config-settings.php:50
137
+ msgid "Status"
138
+ msgstr ""
139
+
140
+ #: inc/config-settings.php:52
141
+ msgid "Disabled"
142
+ msgstr ""
143
+
144
+ #: inc/config-settings.php:53
145
+ msgid "Enable Coming Soon Mode"
146
+ msgstr ""
147
+
148
+ #: inc/config-settings.php:54
149
+ msgid "Enable Maintenance Mode"
150
+ msgstr ""
151
+
152
+ #: inc/config-settings.php:56
153
+ msgid ""
154
+ "When you are logged in you'll see your normal website. Logged out visitors "
155
+ "will see the Coming Soon or Maintenance page. Coming Soon Mode will be "
156
+ "available to search engines if your site is not private. Maintenance Mode "
157
+ "will notify search engines that the site is unavailable."
158
+ msgstr ""
159
+
160
+ #: inc/config-settings.php:66
161
+ msgid "Use maintenance.php"
162
+ msgstr ""
163
+
164
+ #: inc/config-settings.php:67
165
+ msgid ""
166
+ "maintenance.php detected, would you like to use this for your maintenance "
167
+ "page?"
168
+ msgstr ""
169
+
170
+ #: inc/config-settings.php:69 inc/config-settings.php:197
171
+ #: inc/config-settings.php:265
172
+ msgid "Yes"
173
+ msgstr ""
174
+
175
+ #: inc/config-settings.php:79
176
+ msgid "Page Settings"
177
+ msgstr ""
178
+
179
+ #: inc/config-settings.php:85
180
+ msgid "Logo"
181
+ msgstr ""
182
+
183
+ #: inc/config-settings.php:86
184
+ msgid "Upload a logo or teaser image (or) enter the url to your image."
185
+ msgstr ""
186
+
187
+ #: inc/config-settings.php:93
188
+ msgid "Headline"
189
+ msgstr ""
190
+
191
+ #: inc/config-settings.php:94
192
+ msgid "Enter a headline for your page."
193
+ msgstr ""
194
+
195
+ #: inc/config-settings.php:100
196
+ msgid "Message"
197
+ msgstr ""
198
+
199
+ #: inc/config-settings.php:101
200
+ msgid "Tell the visitor what to expect from your site."
201
+ msgstr ""
202
+
203
+ #: inc/config-settings.php:107
204
+ msgid "Powered By SeedProd"
205
+ msgstr ""
206
+
207
+ #: inc/config-settings.php:108
208
+ msgid "Nope - Got No Love"
209
+ msgstr ""
210
+
211
+ #: inc/config-settings.php:108
212
+ msgid "Yep - I Love You Man"
213
+ msgstr ""
214
+
215
+ #: inc/config-settings.php:109
216
+ msgid ""
217
+ "Can we show a <strong>cool stylish</strong> footer credit at the bottom the "
218
+ "page."
219
+ msgstr ""
220
+
221
+ #: inc/config-settings.php:118
222
+ msgid "Header"
223
+ msgstr ""
224
+
225
+ #: inc/config-settings.php:124
226
+ msgid "Favicon"
227
+ msgstr ""
228
+
229
+ #: inc/config-settings.php:125
230
+ msgid ""
231
+ "Favicons are displayed in a browser tab. Need Help <a href=\"http://tools."
232
+ "dynamicdrive.com/favicon/\" target=\"_blank\">creating a favicon</a>?"
233
+ msgstr ""
234
+
235
+ #: inc/config-settings.php:131
236
+ msgid "SEO Title"
237
+ msgstr ""
238
+
239
+ #: inc/config-settings.php:137
240
+ msgid "SEO Meta Description"
241
+ msgstr ""
242
+
243
+ #: inc/config-settings.php:146
244
+ msgid "Analytics Code"
245
+ msgstr ""
246
+
247
+ #: inc/config-settings.php:147
248
+ msgid ""
249
+ "Paste in your Universal or Classic <a href=\"http://www.google.com/analytics/"
250
+ "\" target=\"_blank\">Google Analytics</a> code."
251
+ msgstr ""
252
+
253
+ #: inc/config-settings.php:157
254
+ msgid "Design"
255
+ msgstr ""
256
+
257
+ #: inc/config-settings.php:170
258
+ msgid "Background"
259
+ msgstr ""
260
+
261
+ #: inc/config-settings.php:177
262
+ msgid "Background Color"
263
+ msgstr ""
264
+
265
+ #: inc/config-settings.php:180
266
+ msgid ""
267
+ "Choose between having a solid color background or uploading an image. By "
268
+ "default images will cover the entire background."
269
+ msgstr ""
270
+
271
+ #: inc/config-settings.php:188
272
+ msgid "Background Image"
273
+ msgstr ""
274
+
275
+ #: inc/config-settings.php:194
276
+ msgid "Responsive Background"
277
+ msgstr ""
278
+
279
+ #: inc/config-settings.php:195
280
+ msgid ""
281
+ "Scale the background image to be as large as possible so that the background "
282
+ "area is completely covered by the background image. Some parts of the "
283
+ "background image may not be in view within the background positioning area."
284
+ msgstr ""
285
+
286
+ #: inc/config-settings.php:205 inc/config-settings.php:219
287
+ #: inc/config-settings.php:237
288
+ msgid "This setting is not applied if Responsive Background is checked"
289
+ msgstr ""
290
+
291
+ #: inc/config-settings.php:206
292
+ msgid "Background Repeat"
293
+ msgstr ""
294
+
295
+ #: inc/config-settings.php:208
296
+ msgid "No-Repeat"
297
+ msgstr ""
298
+
299
+ #: inc/config-settings.php:209
300
+ msgid "Tile"
301
+ msgstr ""
302
+
303
+ #: inc/config-settings.php:210
304
+ msgid "Tile Horizontally"
305
+ msgstr ""
306
+
307
+ #: inc/config-settings.php:211
308
+ msgid "Tile Vertically"
309
+ msgstr ""
310
+
311
+ #: inc/config-settings.php:220
312
+ msgid "Background Position"
313
+ msgstr ""
314
+
315
+ #: inc/config-settings.php:222
316
+ msgid "Left Top"
317
+ msgstr ""
318
+
319
+ #: inc/config-settings.php:223
320
+ msgid "Left Center"
321
+ msgstr ""
322
+
323
+ #: inc/config-settings.php:224
324
+ msgid "Left Bottom"
325
+ msgstr ""
326
+
327
+ #: inc/config-settings.php:225
328
+ msgid "Right Top"
329
+ msgstr ""
330
+
331
+ #: inc/config-settings.php:226
332
+ msgid "Right Center"
333
+ msgstr ""
334
+
335
+ #: inc/config-settings.php:227
336
+ msgid "Right Bottom"
337
+ msgstr ""
338
+
339
+ #: inc/config-settings.php:228
340
+ msgid "Center Top"
341
+ msgstr ""
342
+
343
+ #: inc/config-settings.php:229
344
+ msgid "Center Center"
345
+ msgstr ""
346
+
347
+ #: inc/config-settings.php:230
348
+ msgid "Center Bottom"
349
+ msgstr ""
350
+
351
+ #: inc/config-settings.php:238
352
+ msgid "Background Attachment"
353
+ msgstr ""
354
+
355
+ #: inc/config-settings.php:240
356
+ msgid "Fixed"
357
+ msgstr ""
358
+
359
+ #: inc/config-settings.php:241
360
+ msgid "Scroll"
361
+ msgstr ""
362
+
363
+ #: inc/config-settings.php:256
364
+ msgid "Max Width"
365
+ msgstr ""
366
+
367
+ #: inc/config-settings.php:257
368
+ msgid ""
369
+ "By default the max width of the content is set to 600px. Enter a number "
370
+ "value if you need it bigger. Example: 900"
371
+ msgstr ""
372
+
373
+ #: inc/config-settings.php:262
374
+ msgid "Enable Well"
375
+ msgstr ""
376
+
377
+ #: inc/config-settings.php:263
378
+ msgid "This will wrap your content in a box."
379
+ msgstr ""
380
+
381
+ #: inc/config-settings.php:275
382
+ msgid "Text"
383
+ msgstr ""
384
+
385
+ #: inc/config-settings.php:281
386
+ msgid "Text Color"
387
+ msgstr ""
388
+
389
+ #: inc/config-settings.php:289
390
+ msgid "Link Color"
391
+ msgstr ""
392
+
393
+ #: inc/config-settings.php:297
394
+ msgid "Headline Color"
395
+ msgstr ""
396
+
397
+ #: inc/config-settings.php:300
398
+ msgid "If no Headline Color is chosen then the Link Color will be used. "
399
+ msgstr ""
400
+
401
+ #: inc/config-settings.php:308
402
+ msgid "Text Font"
403
+ msgstr ""
404
+
405
+ #: inc/config-settings.php:329
406
+ msgid "Template"
407
+ msgstr ""
408
+
409
+ #: inc/config-settings.php:337
410
+ msgid "Custom CSS"
411
+ msgstr ""
412
+
413
+ #: inc/config-settings.php:338
414
+ msgid "Need to tweaks the styles? Add your custom CSS here."
415
+ msgstr ""
416
+
417
+ #: inc/config-settings.php:347
418
+ msgid "Advanced"
419
+ msgstr ""
420
+
421
+ #: inc/config-settings.php:360
422
+ msgid "Scripts"
423
+ msgstr ""
424
+
425
+ #: inc/config-settings.php:366
426
+ msgid "Header Scripts"
427
+ msgstr ""
428
+
429
+ #: inc/config-settings.php:367
430
+ msgid ""
431
+ "Enter any custom scripts. You can enter Javascript or CSS. This will be "
432
+ "rendered before the closing head tag."
433
+ msgstr ""
434
+
435
+ #: inc/config-settings.php:374
436
+ msgid "Footer Scripts"
437
+ msgstr ""
438
+
439
+ #: inc/config-settings.php:375
440
+ msgid ""
441
+ "Enter any custom scripts. This will be rendered before the closing body tag."
442
+ msgstr ""
languages/seedprod.pot DELETED
@@ -1,1643 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Coming Soon Pro by SeedProd\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-11-24 17:31-0500\n"
6
- "PO-Revision-Date: 2013-11-24 17:31-0500\n"
7
- "Last-Translator: \n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __\n"
13
- "X-Poedit-Basepath: ../\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
- "X-Poedit-SearchPath-0: .\n"
16
-
17
- #: seedprod-coming-soon-pro.php:34 inc/config.php:29
18
- msgid "Coming Soon Pro"
19
- msgstr ""
20
-
21
- #: seedprod-coming-soon-pro.php:59
22
- #, php-format
23
- msgid ""
24
- "WordPress %s and higher required. The plugin has now disabled itself. On a "
25
- "side note why are you running an old version :( Upgrade!"
26
- msgstr ""
27
-
28
- #: framework/framework.php:72
29
- msgid "Settings reset."
30
- msgstr ""
31
-
32
- #: framework/framework.php:226
33
- msgid "&larr; Close Window"
34
- msgstr ""
35
-
36
- #: framework/framework.php:226
37
- msgid "Live Preview"
38
- msgstr ""
39
-
40
- #: framework/framework.php:228
41
- msgid "Support"
42
- msgstr ""
43
-
44
- #: framework/field-types/customaweberauth.php:11
45
- msgid "Save"
46
- msgstr ""
47
-
48
- #: framework/field-types/customaweberlists.php:25
49
- #: framework/field-types/customcampaignmonitorclients.php:25
50
- #: framework/field-types/customcampaignmonitorlists.php:26
51
- #: framework/field-types/customconstantcontactlist.php:26
52
- #: framework/field-types/customgetresponse.php:25
53
- #: framework/field-types/customicontact.php:25
54
- #: framework/field-types/custommadmini.php:25
55
- #: framework/field-types/custommailchimplist.php:25
56
- msgid "Refresh List"
57
- msgstr ""
58
-
59
- #: framework/field-types/customcontainereffects.php:21
60
- msgid "Width"
61
- msgstr ""
62
-
63
- #: framework/field-types/customcontainereffects.php:33
64
- msgid "Color"
65
- msgstr ""
66
-
67
- #: framework/field-types/customcontainereffects.php:44
68
- msgid "Radius"
69
- msgstr ""
70
-
71
- #: framework/field-types/customcountdown.php:8
72
- #: framework/field-types/date.php:8 framework/field-types/daterange.php:8
73
- msgid "01-Jan"
74
- msgstr ""
75
-
76
- #: framework/field-types/customcountdown.php:9
77
- #: framework/field-types/date.php:9 framework/field-types/daterange.php:9
78
- msgid "02-Feb"
79
- msgstr ""
80
-
81
- #: framework/field-types/customcountdown.php:10
82
- #: framework/field-types/date.php:10 framework/field-types/daterange.php:10
83
- msgid "03-Mar"
84
- msgstr ""
85
-
86
- #: framework/field-types/customcountdown.php:11
87
- #: framework/field-types/date.php:11 framework/field-types/daterange.php:11
88
- msgid "04-Apr"
89
- msgstr ""
90
-
91
- #: framework/field-types/customcountdown.php:12
92
- #: framework/field-types/date.php:12 framework/field-types/daterange.php:12
93
- msgid "05-May"
94
- msgstr ""
95
-
96
- #: framework/field-types/customcountdown.php:13
97
- #: framework/field-types/date.php:13 framework/field-types/daterange.php:13
98
- msgid "06-Jun"
99
- msgstr ""
100
-
101
- #: framework/field-types/customcountdown.php:14
102
- #: framework/field-types/date.php:14 framework/field-types/daterange.php:14
103
- msgid "07-Jul"
104
- msgstr ""
105
-
106
- #: framework/field-types/customcountdown.php:15
107
- #: framework/field-types/date.php:15 framework/field-types/daterange.php:15
108
- msgid "08-Aug"
109
- msgstr ""
110
-
111
- #: framework/field-types/customcountdown.php:16
112
- #: framework/field-types/date.php:16 framework/field-types/daterange.php:16
113
- msgid "09-Sep"
114
- msgstr ""
115
-
116
- #: framework/field-types/customcountdown.php:17
117
- #: framework/field-types/date.php:17 framework/field-types/daterange.php:17
118
- msgid "10-Oct"
119
- msgstr ""
120
-
121
- #: framework/field-types/customcountdown.php:18
122
- #: framework/field-types/date.php:18 framework/field-types/daterange.php:18
123
- msgid "11-Nov"
124
- msgstr ""
125
-
126
- #: framework/field-types/customcountdown.php:19
127
- #: framework/field-types/date.php:19 framework/field-types/daterange.php:19
128
- msgid "12-Dec"
129
- msgstr ""
130
-
131
- #: framework/field-types/customcountdown.php:32
132
- #: framework/field-types/date.php:29 framework/field-types/daterange.php:29
133
- #: framework/field-types/daterange.php:42
134
- msgid "day"
135
- msgstr ""
136
-
137
- #: framework/field-types/customcountdown.php:35
138
- #: framework/field-types/date.php:32 framework/field-types/daterange.php:32
139
- #: framework/field-types/daterange.php:45
140
- msgid "year"
141
- msgstr ""
142
-
143
- #: framework/field-types/customcountdown.php:38
144
- msgid "hh"
145
- msgstr ""
146
-
147
- #: framework/field-types/customcountdown.php:39
148
- msgid "mm"
149
- msgstr ""
150
-
151
- #: framework/field-types/customlicensekey.php:16
152
- msgid "Check License"
153
- msgstr ""
154
-
155
- #: framework/field-types/customsharebuttons.php:14
156
- msgid "Optional Tweet Text"
157
- msgstr ""
158
-
159
- #: framework/field-types/customsharebuttons.php:18
160
- msgid "Image for Facebook Like. Optimal Size: 200px x 200px"
161
- msgstr ""
162
-
163
- #: framework/field-types/customsharebuttons.php:19
164
- #: framework/field-types/customsharebuttons.php:30
165
- #: framework/field-types/upload.php:8
166
- msgid "Media Image Library"
167
- msgstr ""
168
-
169
- #: framework/field-types/customsharebuttons.php:29
170
- msgid "Image for Pinterest"
171
- msgstr ""
172
-
173
- #: framework/validations/color.php:13
174
- msgid "Please enter a valid color value."
175
- msgstr ""
176
-
177
- #: framework/validations/email.php:10 framework/validations/escurlraw.php:11
178
- #: inc/config.php:885
179
- msgid "Please enter a valid email."
180
- msgstr ""
181
-
182
- #: framework/validations/number.php:11
183
- msgid "Please enter a valid number."
184
- msgstr ""
185
-
186
- #: framework/validations/required.php:10
187
- msgid "is required."
188
- msgstr ""
189
-
190
- #: inc/class-plugin.php:212
191
- msgid "Super Admin"
192
- msgstr ""
193
-
194
- #: inc/class-plugin.php:225
195
- msgid "Coming Soon Mode Active"
196
- msgstr ""
197
-
198
- #: inc/class-plugin.php:227
199
- msgid "Maintenance Mode Active"
200
- msgstr ""
201
-
202
- #: inc/class-plugin.php:254
203
- msgid "Are you sure you want to DELETE all subscribers?"
204
- msgstr ""
205
-
206
- #: inc/class-plugin.php:255
207
- msgid ""
208
- "Are you sure you want to IMPORT these settings? Current settings will be "
209
- "erased!"
210
- msgstr ""
211
-
212
- #: inc/class-plugin.php:413 inc/class-plugin.php:469 inc/class-plugin.php:519
213
- #: inc/class-plugin.php:561
214
- msgid "No lists Found"
215
- msgstr ""
216
-
217
- #: inc/class-plugin.php:417
218
- msgid "Unable to load MailChimp lists, check your API Key."
219
- msgstr ""
220
-
221
- #: inc/class-plugin.php:513
222
- msgid "Unable to authenticate"
223
- msgstr ""
224
-
225
- #: inc/class-plugin.php:616
226
- msgid "Unable to load Constant Contact lists"
227
- msgstr ""
228
-
229
- #: inc/class-plugin.php:669
230
- msgid "Unable to load Campaign Monitor lists"
231
- msgstr ""
232
-
233
- #: inc/class-plugin.php:717
234
- msgid "Unable to load Campaign Monitor clients"
235
- msgstr ""
236
-
237
- #: inc/class-plugin.php:775
238
- msgid "Unable to load Aweber lists"
239
- msgstr ""
240
-
241
- #: inc/class-plugin.php:903
242
- msgid "New Email Subscriber"
243
- msgstr ""
244
-
245
- #: inc/class-plugin.php:1650
246
- msgid "Do not display an Email SignUp"
247
- msgstr ""
248
-
249
- #: inc/class-plugin.php:1651
250
- msgid "Database"
251
- msgstr ""
252
-
253
- #: inc/class-plugin.php:1652
254
- msgid "FeedBurner"
255
- msgstr ""
256
-
257
- #: inc/class-plugin.php:1739
258
- msgid "All subscribers deleted."
259
- msgstr ""
260
-
261
- #: inc/class-plugin.php:1746
262
- msgid "Selected subscribers deleted."
263
- msgstr ""
264
-
265
- #: inc/class-plugin.php:1869
266
- msgid "Subscribed on: "
267
- msgstr ""
268
-
269
- #: inc/class-plugin.php:1923 inc/config.php:1518
270
- msgid "Subscribers"
271
- msgstr ""
272
-
273
- #: inc/class-plugin.php:1924
274
- msgid "Clicks"
275
- msgstr ""
276
-
277
- #: inc/class-plugin.php:1925
278
- msgid "# People Signed Up"
279
- msgstr ""
280
-
281
- #: inc/class-plugin.php:1926
282
- msgid "Conversion Rate"
283
- msgstr ""
284
-
285
- #: inc/class-plugin.php:1927
286
- msgid "Created"
287
- msgstr ""
288
-
289
- #: inc/class-plugin.php:1963
290
- msgid "Export All"
291
- msgstr ""
292
-
293
- #: inc/class-plugin.php:1964
294
- msgid "Delete All"
295
- msgstr ""
296
-
297
- #: inc/class-plugin.php:1965
298
- msgid "Delete Selected"
299
- msgstr ""
300
-
301
- #: inc/config.php:40
302
- msgid "Settings"
303
- msgstr ""
304
-
305
- #: inc/config.php:51
306
- msgid "General"
307
- msgstr ""
308
-
309
- #: inc/config.php:57
310
- msgid "Status"
311
- msgstr ""
312
-
313
- #: inc/config.php:59
314
- msgid "Disabled"
315
- msgstr ""
316
-
317
- #: inc/config.php:60
318
- msgid "Enable Coming Soon Mode"
319
- msgstr ""
320
-
321
- #: inc/config.php:61
322
- msgid "Enable Maintenance Mode"
323
- msgstr ""
324
-
325
- #: inc/config.php:63
326
- msgid ""
327
- "When you are logged in you'll see your normal website. Logged out visitors "
328
- "will see the Coming Soon or Maintenance page. Coming Soon Mode will be "
329
- "available to search engines if your site is not private. Maintenance Mode "
330
- "will notify search engines that the site is unavailable."
331
- msgstr ""
332
-
333
- #: inc/config.php:73
334
- msgid "Use maintenance.php"
335
- msgstr ""
336
-
337
- #: inc/config.php:74
338
- msgid ""
339
- "maintenance.php detected, would you like to use this for your maintenance "
340
- "page?"
341
- msgstr ""
342
-
343
- #: inc/config.php:76 inc/config.php:189 inc/config.php:451 inc/config.php:519
344
- #: inc/config.php:529 inc/config.php:539 inc/config.php:556 inc/config.php:598
345
- #: inc/config.php:615 inc/config.php:661 inc/config.php:686 inc/config.php:902
346
- #: inc/config.php:973 inc/config.php:1037 inc/config.php:1048
347
- #: inc/config.php:1091 inc/config.php:1236 inc/config.php:1431
348
- #: inc/config.php:1442 inc/config.php:1454 inc/config.php:1488
349
- msgid "Yes"
350
- msgstr ""
351
-
352
- #: inc/config.php:87
353
- msgid "License Key"
354
- msgstr ""
355
-
356
- #: inc/config.php:88
357
- msgid ""
358
- "Enter your <a href='http://www.seedprod.com/members' target='_blank'>License "
359
- "Key</a> to receive automatic plugin updates."
360
- msgstr ""
361
-
362
- #: inc/config.php:97
363
- msgid "Page Settings"
364
- msgstr ""
365
-
366
- #: inc/config.php:103
367
- msgid "Logo"
368
- msgstr ""
369
-
370
- #: inc/config.php:104
371
- msgid "Upload a logo or teaser image (or) enter the url to your image."
372
- msgstr ""
373
-
374
- #: inc/config.php:111
375
- msgid "Headline"
376
- msgstr ""
377
-
378
- #: inc/config.php:112
379
- msgid ""
380
- "Enter a headline for your page. Replace the default headline if it exists."
381
- msgstr ""
382
-
383
- #: inc/config.php:118
384
- msgid "Description"
385
- msgstr ""
386
-
387
- #: inc/config.php:119
388
- msgid ""
389
- "Tell the visitor what to expect from your site. Also supports WordPress "
390
- "shortcodes and <a href='http://codex.wordpress.org/Embeds' "
391
- "target='_target'>video embeds</a>."
392
- msgstr ""
393
-
394
- #: inc/config.php:135
395
- msgid "Form Settings"
396
- msgstr ""
397
-
398
- #: inc/config.php:141
399
- msgid "Save subscribers to:"
400
- msgstr ""
401
-
402
- #: inc/config.php:149
403
- msgid "Name Field"
404
- msgstr ""
405
-
406
- #: inc/config.php:150
407
- msgid "Ask for the visitors name."
408
- msgstr ""
409
-
410
- #: inc/config.php:152
411
- msgid "Display Name Field"
412
- msgstr ""
413
-
414
- #: inc/config.php:180
415
- msgid "Database Settings"
416
- msgstr ""
417
-
418
- #: inc/config.php:186
419
- msgid "Enable New Subscriber Notifications"
420
- msgstr ""
421
-
422
- #: inc/config.php:187
423
- msgid "Get an email notification when some subscribes."
424
- msgstr ""
425
-
426
- #: inc/config.php:196
427
- msgid "Send Notifications to this Email"
428
- msgstr ""
429
-
430
- #: inc/config.php:197
431
- msgid ""
432
- "Separate multiple emails with a comma. If no email is defined, notifications "
433
- "while be sent to the admin email."
434
- msgstr ""
435
-
436
- #: inc/config.php:204
437
- msgid "FeedBurner Settings"
438
- msgstr ""
439
-
440
- #: inc/config.php:210
441
- msgid "Address"
442
- msgstr ""
443
-
444
- #: inc/config.php:211
445
- msgid "Enter your FeedBurner address."
446
- msgstr ""
447
-
448
- #: inc/config.php:217
449
- msgid "Local"
450
- msgstr ""
451
-
452
- #: inc/config.php:220
453
- msgid ""
454
- "The language the FeedBurner form is displayed in. The default is English. <a "
455
- "href=\"http://support.google.com/feedburner/bin/answer.py?"
456
- "hl=en&answer=81423\">Learn more</a>."
457
- msgstr ""
458
-
459
- #: inc/config.php:227
460
- msgid "Aweber Settings"
461
- msgstr ""
462
-
463
- #: inc/config.php:234
464
- msgid ""
465
- "<a href=\"https://auth.aweber.com/1.0/oauth/authorize_app/a662998e\" target="
466
- "\"_blank\">Authorize App</a> &larr; Click the link to get you Authorization "
467
- "Code."
468
- msgstr ""
469
-
470
- #: inc/config.php:240
471
- msgid "Authorization Code"
472
- msgstr ""
473
-
474
- #: inc/config.php:241
475
- msgid ""
476
- "Paste in the Authorization Code you received when authorizing the app and "
477
- "click <strong>Save</strong>."
478
- msgstr ""
479
-
480
- #: inc/config.php:247 inc/config.php:275 inc/config.php:304 inc/config.php:426
481
- #: inc/config.php:465 inc/config.php:509
482
- msgid "List"
483
- msgstr ""
484
-
485
- #: inc/config.php:255
486
- msgid "Campaign Monitor Settings"
487
- msgstr ""
488
-
489
- #: inc/config.php:261 inc/config.php:318 inc/config.php:347 inc/config.php:375
490
- #: inc/config.php:502
491
- msgid "API Key"
492
- msgstr ""
493
-
494
- #: inc/config.php:262
495
- msgid ""
496
- "Get your <a target=\"_blank\" href=\"http://help.campaignmonitor.com/topic."
497
- "aspx?t=206\">API key</a>"
498
- msgstr ""
499
-
500
- #: inc/config.php:268
501
- msgid "Client"
502
- msgstr ""
503
-
504
- #: inc/config.php:284
505
- msgid "Constant Contact Settings"
506
- msgstr ""
507
-
508
- #: inc/config.php:290 inc/config.php:412
509
- msgid "Username"
510
- msgstr ""
511
-
512
- #: inc/config.php:291
513
- msgid "Enter your Constant Contact username."
514
- msgstr ""
515
-
516
- #: inc/config.php:297
517
- msgid "Password"
518
- msgstr ""
519
-
520
- #: inc/config.php:298
521
- msgid "Enter your Constant Contact password."
522
- msgstr ""
523
-
524
- #: inc/config.php:312
525
- msgid "GetResponse Settings"
526
- msgstr ""
527
-
528
- #: inc/config.php:319
529
- msgid ""
530
- "Enter your API Key. <a target=\"_blank\" href=\"https://app.getresponse.com/"
531
- "my_account.html\" target=\"_blank\">Get your API key</a>"
532
- msgstr ""
533
-
534
- #: inc/config.php:325 inc/config.php:354
535
- msgid "Campaign"
536
- msgstr ""
537
-
538
- #: inc/config.php:334
539
- msgid "Mad Mimi Settings"
540
- msgstr ""
541
-
542
- #: inc/config.php:340
543
- msgid "Username or Email"
544
- msgstr ""
545
-
546
- #: inc/config.php:341
547
- msgid "Enter your username or email."
548
- msgstr ""
549
-
550
- #: inc/config.php:348
551
- msgid ""
552
- "Enter your API Key. <a target=\"_blank\" href=\"https://madmimi.com/user/"
553
- "edit?set_api&account_info_tabs=account_info_personal\" target=\"_blank\">Get "
554
- "your API key</a>"
555
- msgstr ""
556
-
557
- #: inc/config.php:362
558
- msgid "Infusionsoft Settings"
559
- msgstr ""
560
-
561
- #: inc/config.php:368
562
- msgid "App Name"
563
- msgstr ""
564
-
565
- #: inc/config.php:369
566
- msgid "Enter your app name."
567
- msgstr ""
568
-
569
- #: inc/config.php:376
570
- msgid ""
571
- "Enter your api key. Learn how to <a href=\"http://ug.infusionsoft.com/"
572
- "article/AA-00442/0/How-do-I-enable-the-Infusionsoft-API-and-generate-an-API-"
573
- "Key.html\" target=\"_blank\">generate your Infusionsoft api key</a>."
574
- msgstr ""
575
-
576
- #: inc/config.php:383
577
- msgid "HTML Web Form Settings"
578
- msgstr ""
579
-
580
- #: inc/config.php:390
581
- msgid "HTML"
582
- msgstr ""
583
-
584
- #: inc/config.php:391
585
- msgid "Enter the html provided from the 3rd party service."
586
- msgstr ""
587
-
588
- #: inc/config.php:399
589
- msgid "iContact Settings"
590
- msgstr ""
591
-
592
- #: inc/config.php:405
593
- msgid "Authorize App"
594
- msgstr ""
595
-
596
- #: inc/config.php:406
597
- msgid ""
598
- "<a href=\"https://app.icontact.com/icp/core/externallogin?"
599
- "sAppId=puD4TZWs2kKlKZLZZgD7IAUiqPSYPIvd\" target=\"_blank\">Authorize the "
600
- "App</a> and define the app password, then enter that information below."
601
- msgstr ""
602
-
603
- #: inc/config.php:413
604
- msgid "Enter your username."
605
- msgstr ""
606
-
607
- #: inc/config.php:419
608
- msgid "App Password"
609
- msgstr ""
610
-
611
- #: inc/config.php:420
612
- msgid "Enter the password you defined for this app."
613
- msgstr ""
614
-
615
- #: inc/config.php:434
616
- msgid "Gravity Forms Settings"
617
- msgstr ""
618
-
619
- #: inc/config.php:440
620
- msgid "Form"
621
- msgstr ""
622
-
623
- #: inc/config.php:442
624
- msgid "Select a form to display on your page."
625
- msgstr ""
626
-
627
- #: inc/config.php:448
628
- msgid "Override Gravity Form's confirmation page"
629
- msgstr ""
630
-
631
- #: inc/config.php:449
632
- msgid ""
633
- "Redirect to this plugin's Thank You page instead of the default Gravity "
634
- "Forms Confirmation page."
635
- msgstr ""
636
-
637
- #: inc/config.php:459
638
- msgid "WYSIJA Settings"
639
- msgstr ""
640
-
641
- #: inc/config.php:467
642
- msgid "Select a list to save your contacts to."
643
- msgstr ""
644
-
645
- #: inc/config.php:474
646
- msgid "Sendy Settings"
647
- msgstr ""
648
-
649
- #: inc/config.php:480
650
- msgid "Sendy Url"
651
- msgstr ""
652
-
653
- #: inc/config.php:482
654
- msgid ""
655
- "The url to where your Sendy is installed. Example: http://"
656
- "your_sendy_installation"
657
- msgstr ""
658
-
659
- #: inc/config.php:488
660
- msgid "List ID"
661
- msgstr ""
662
-
663
- #: inc/config.php:489
664
- msgid ""
665
- "The list id you want to subscribe a user to. This encrypted & hashed id can "
666
- "be found under View all lists section named ID in Sendy"
667
- msgstr ""
668
-
669
- #: inc/config.php:496
670
- msgid "MailChimp Settings"
671
- msgstr ""
672
-
673
- #: inc/config.php:503
674
- msgid ""
675
- "Enter your API Key. <a target=\"_blank\" href=\"http://admin.mailchimp.com/"
676
- "account/api-key-popup\" target=\"_blank\">Get your API key</a>"
677
- msgstr ""
678
-
679
- #: inc/config.php:516
680
- msgid "Enable Double Opt-In"
681
- msgstr ""
682
-
683
- #: inc/config.php:517
684
- msgid ""
685
- "Learn more about <a href=\"http://kb.mailchimp.com/article/how-does-"
686
- "confirmed-optin-or-double-optin-work\">Double Opt-In</a>"
687
- msgstr ""
688
-
689
- #: inc/config.php:526
690
- msgid "Send Welcome Email"
691
- msgstr ""
692
-
693
- #: inc/config.php:527
694
- msgid ""
695
- "If your Double Opt-in is false and this is true, MailChimp will send your "
696
- "lists Welcome Email if this subscribe succeeds - this will not fire if "
697
- "MailChimp ends up updating an existing subscriber. If Double Opt-in is true, "
698
- "this has no effect. Learn more about <a href='http://blog.mailchimp.com/"
699
- "sending-welcome-emails-with-mailchimp/' target='_blank'>Welcome Emails</a>."
700
- msgstr ""
701
-
702
- #: inc/config.php:536
703
- msgid "Group Name"
704
- msgstr ""
705
-
706
- #: inc/config.php:537
707
- msgid ""
708
- "Optional: Enter the name of the group. Learn more about <a href=\"http://"
709
- "mailchimp.com/features/groups/\" target=\"_blank\">Groups</a>"
710
- msgstr ""
711
-
712
- #: inc/config.php:546
713
- msgid "Groups"
714
- msgstr ""
715
-
716
- #: inc/config.php:547
717
- msgid "Optional: Comma delimited list of interest groups to add the email to."
718
- msgstr ""
719
-
720
- #: inc/config.php:553
721
- msgid "Replace Interests"
722
- msgstr ""
723
-
724
- #: inc/config.php:554
725
- msgid ""
726
- "Whether MailChimp will replace the interest groups with the groups provided "
727
- "or add the provided groups to the member's interest groups"
728
- msgstr ""
729
-
730
- #: inc/config.php:564
731
- msgid "After Subscribe Settings"
732
- msgstr ""
733
-
734
- #: inc/config.php:570
735
- msgid "Thank You or Incentive Message"
736
- msgstr ""
737
-
738
- #: inc/config.php:571
739
- msgid ""
740
- "Leave a thank you or incentive information after the user has subscribed. "
741
- "This will override the default success message."
742
- msgstr ""
743
-
744
- #: inc/config.php:578
745
- msgid "Share Buttons"
746
- msgstr ""
747
-
748
- #: inc/config.php:579
749
- msgid ""
750
- "Select the checkboxes above to display Social Share Buttons after you "
751
- "capture an email."
752
- msgstr ""
753
-
754
- #: inc/config.php:581
755
- msgid "Twitter"
756
- msgstr ""
757
-
758
- #: inc/config.php:582
759
- msgid "Facebook"
760
- msgstr ""
761
-
762
- #: inc/config.php:583
763
- msgid "Google Plus"
764
- msgstr ""
765
-
766
- #: inc/config.php:584
767
- msgid "LinkedIn"
768
- msgstr ""
769
-
770
- #: inc/config.php:585
771
- msgid "PinIt"
772
- msgstr ""
773
-
774
- #: inc/config.php:587
775
- msgid "Tumblr"
776
- msgstr ""
777
-
778
- #: inc/config.php:595
779
- msgid "Display Referrer Link"
780
- msgstr ""
781
-
782
- #: inc/config.php:596
783
- msgid ""
784
- "The referrer link is a special link that you can encourage your subscribers "
785
- "to share so you track who referred who."
786
- msgstr ""
787
-
788
- #: inc/config.php:606
789
- msgid "Progress Bar Settings"
790
- msgstr ""
791
-
792
- #: inc/config.php:612
793
- msgid "Enable Progress Bar"
794
- msgstr ""
795
-
796
- #: inc/config.php:613
797
- msgid "Displays a progress bar on your site."
798
- msgstr ""
799
-
800
- #: inc/config.php:622
801
- msgid "Start and End Date"
802
- msgstr ""
803
-
804
- #: inc/config.php:623
805
- msgid ""
806
- "The percent complete will be automatically calculated if you enter a start "
807
- "and end date."
808
- msgstr ""
809
-
810
- #: inc/config.php:630
811
- msgid "Percent Complete Override"
812
- msgstr ""
813
-
814
- #: inc/config.php:631
815
- msgid ""
816
- "Enter the percentage complete without the percentage sign. This will "
817
- "override the date calculation above."
818
- msgstr ""
819
-
820
- #: inc/config.php:638
821
- msgid "Progress Bar Effect"
822
- msgstr ""
823
-
824
- #: inc/config.php:640
825
- msgid "Basic"
826
- msgstr ""
827
-
828
- #: inc/config.php:641
829
- msgid "Striped"
830
- msgstr ""
831
-
832
- #: inc/config.php:642
833
- msgid "Animated"
834
- msgstr ""
835
-
836
- #: inc/config.php:645
837
- msgid "Striped and Animated are not supported in Internet Explorer"
838
- msgstr ""
839
-
840
- #: inc/config.php:652
841
- msgid "Countdown Settings"
842
- msgstr ""
843
-
844
- #: inc/config.php:658
845
- msgid "Enable Countdown"
846
- msgstr ""
847
-
848
- #: inc/config.php:659
849
- msgid "Displays a countdown on your site."
850
- msgstr ""
851
-
852
- #: inc/config.php:668
853
- msgid "End DateTime"
854
- msgstr ""
855
-
856
- #: inc/config.php:669
857
- msgid "Enter the datetime to countdown to."
858
- msgstr ""
859
-
860
- #: inc/config.php:683
861
- msgid "Auto Launch"
862
- msgstr ""
863
-
864
- #: inc/config.php:684
865
- msgid ""
866
- "This will automatically launch your site when countdown reaches the end."
867
- msgstr ""
868
-
869
- #: inc/config.php:693 inc/config.php:836
870
- msgid "Language Strings"
871
- msgstr ""
872
-
873
- #: inc/config.php:694
874
- msgid "Translate the text strings below into your language if not English."
875
- msgstr ""
876
-
877
- #: inc/config.php:701
878
- msgid "Days"
879
- msgstr ""
880
-
881
- #: inc/config.php:702 inc/config.php:710 inc/config.php:719 inc/config.php:728
882
- msgid "Translate into your language."
883
- msgstr ""
884
-
885
- #: inc/config.php:709
886
- msgid "Hours"
887
- msgstr ""
888
-
889
- #: inc/config.php:718
890
- msgid "Minutes"
891
- msgstr ""
892
-
893
- #: inc/config.php:727
894
- msgid "Seconds"
895
- msgstr ""
896
-
897
- #: inc/config.php:740
898
- msgid "Header"
899
- msgstr ""
900
-
901
- #: inc/config.php:745
902
- msgid "Favicon"
903
- msgstr ""
904
-
905
- #: inc/config.php:746
906
- msgid ""
907
- "Favicons are displayed in a browser tab. Need Help <a href=\"http://tools."
908
- "dynamicdrive.com/favicon/\" target=\"_blank\">creating a favicon</a>?"
909
- msgstr ""
910
-
911
- #: inc/config.php:752
912
- msgid "SEO Title"
913
- msgstr ""
914
-
915
- #: inc/config.php:753
916
- msgid ""
917
- "If left empty the <a href=\"http://www.seomoz.org/learn-seo/title-tag\" "
918
- "target=\"_blank\">title tag</a> of your page will be: "
919
- msgstr ""
920
-
921
- #: inc/config.php:759
922
- msgid "SEO Meta Description"
923
- msgstr ""
924
-
925
- #: inc/config.php:760
926
- msgid ""
927
- "If left empty the <a href=\"http://www.seomoz.org/learn-seo/meta-description"
928
- "\" target=\"_blank\">meta description</a> of your page will be: "
929
- msgstr ""
930
-
931
- #: inc/config.php:768
932
- msgid "Analytics Code"
933
- msgstr ""
934
-
935
- #: inc/config.php:769
936
- msgid ""
937
- "Paste in your <a href=\"http://www.google.com/analytics/\" target=\"_blank"
938
- "\">Google Analytics</a> code. Example: UA-xxxxxxxxx"
939
- msgstr ""
940
-
941
- #: inc/config.php:776
942
- msgid "Footer Credit"
943
- msgstr ""
944
-
945
- #: inc/config.php:788
946
- msgid "Credit Image"
947
- msgstr ""
948
-
949
- #: inc/config.php:789
950
- msgid "Use an image to add a footer credit."
951
- msgstr ""
952
-
953
- #: inc/config.php:795
954
- msgid "Link to be used for your footer credit."
955
- msgstr ""
956
-
957
- #: inc/config.php:796
958
- msgid "Credit Link"
959
- msgstr ""
960
-
961
- #: inc/config.php:811
962
- msgid "Social Media Profiles"
963
- msgstr ""
964
-
965
- #: inc/config.php:817
966
- msgid "Social Media Icons Size"
967
- msgstr ""
968
-
969
- #: inc/config.php:819
970
- msgid "Small 16px"
971
- msgstr ""
972
-
973
- #: inc/config.php:820
974
- msgid "Medium 24px"
975
- msgstr ""
976
-
977
- #: inc/config.php:821
978
- msgid "Large 32px"
979
- msgstr ""
980
-
981
- #: inc/config.php:829
982
- msgid "Social Profiles"
983
- msgstr ""
984
-
985
- #: inc/config.php:842
986
- msgid "Subscribe Button"
987
- msgstr ""
988
-
989
- #: inc/config.php:843
990
- msgid "Notify Me"
991
- msgstr ""
992
-
993
- #: inc/config.php:849
994
- msgid "Subscribe Field"
995
- msgstr ""
996
-
997
- #: inc/config.php:850
998
- msgid "Enter Your Email"
999
- msgstr ""
1000
-
1001
- #: inc/config.php:856
1002
- msgid "First Name Field"
1003
- msgstr ""
1004
-
1005
- #: inc/config.php:857
1006
- msgid "First Name"
1007
- msgstr ""
1008
-
1009
- #: inc/config.php:863
1010
- msgid "Last Name Field"
1011
- msgstr ""
1012
-
1013
- #: inc/config.php:864
1014
- msgid "Last Name"
1015
- msgstr ""
1016
-
1017
- #: inc/config.php:870
1018
- msgid "Success"
1019
- msgstr ""
1020
-
1021
- #: inc/config.php:871
1022
- msgid "You'll be notified soon!"
1023
- msgstr ""
1024
-
1025
- #: inc/config.php:877
1026
- msgid "Already Subscribed"
1027
- msgstr ""
1028
-
1029
- #: inc/config.php:878
1030
- msgid "You're already subscribed."
1031
- msgstr ""
1032
-
1033
- #: inc/config.php:884
1034
- msgid "Invalid Email"
1035
- msgstr ""
1036
-
1037
- #: inc/config.php:891
1038
- msgid "API Error"
1039
- msgstr ""
1040
-
1041
- #: inc/config.php:892
1042
- msgid "Error, please try again."
1043
- msgstr ""
1044
-
1045
- #: inc/config.php:899
1046
- msgid "Display WPML Language Switcher"
1047
- msgstr ""
1048
-
1049
- #: inc/config.php:901
1050
- msgid "No"
1051
- msgstr ""
1052
-
1053
- #: inc/config.php:904
1054
- msgid "This will display the WPML Language Switcher on the Coming Soon page."
1055
- msgstr ""
1056
-
1057
- #: inc/config.php:916
1058
- msgid "Design"
1059
- msgstr ""
1060
-
1061
- #: inc/config.php:947
1062
- msgid "Background"
1063
- msgstr ""
1064
-
1065
- #: inc/config.php:954
1066
- msgid "Background Color"
1067
- msgstr ""
1068
-
1069
- #: inc/config.php:957
1070
- msgid ""
1071
- "Choose between having a solid color background or uploading an image. By "
1072
- "default images will cover the entire background."
1073
- msgstr ""
1074
-
1075
- #: inc/config.php:964
1076
- msgid "Background Image"
1077
- msgstr ""
1078
-
1079
- #: inc/config.php:970
1080
- msgid "Cover or Stretch"
1081
- msgstr ""
1082
-
1083
- #: inc/config.php:971
1084
- msgid ""
1085
- "Cover will scale the image to the smallest size such that both its width and "
1086
- "its height can fit inside the content area. The image will be stretched for "
1087
- "older browsers."
1088
- msgstr ""
1089
-
1090
- #: inc/config.php:981
1091
- msgid "Background Repeat"
1092
- msgstr ""
1093
-
1094
- #: inc/config.php:983
1095
- msgid "No-Repeat"
1096
- msgstr ""
1097
-
1098
- #: inc/config.php:984
1099
- msgid "Tile"
1100
- msgstr ""
1101
-
1102
- #: inc/config.php:985
1103
- msgid "Tile Horizontally"
1104
- msgstr ""
1105
-
1106
- #: inc/config.php:986
1107
- msgid "Tile Vertically"
1108
- msgstr ""
1109
-
1110
- #: inc/config.php:994
1111
- msgid "Background Position"
1112
- msgstr ""
1113
-
1114
- #: inc/config.php:996
1115
- msgid "Left Top"
1116
- msgstr ""
1117
-
1118
- #: inc/config.php:997
1119
- msgid "Left Center"
1120
- msgstr ""
1121
-
1122
- #: inc/config.php:998
1123
- msgid "Left Bottom"
1124
- msgstr ""
1125
-
1126
- #: inc/config.php:999
1127
- msgid "Right Top"
1128
- msgstr ""
1129
-
1130
- #: inc/config.php:1000
1131
- msgid "Right Center"
1132
- msgstr ""
1133
-
1134
- #: inc/config.php:1001
1135
- msgid "Right Bottom"
1136
- msgstr ""
1137
-
1138
- #: inc/config.php:1002
1139
- msgid "Center Top"
1140
- msgstr ""
1141
-
1142
- #: inc/config.php:1003
1143
- msgid "Center Center"
1144
- msgstr ""
1145
-
1146
- #: inc/config.php:1004
1147
- msgid "Center Bottom"
1148
- msgstr ""
1149
-
1150
- #: inc/config.php:1011
1151
- msgid "Background Attachment"
1152
- msgstr ""
1153
-
1154
- #: inc/config.php:1013
1155
- msgid "Fixed"
1156
- msgstr ""
1157
-
1158
- #: inc/config.php:1014
1159
- msgid "Scroll"
1160
- msgstr ""
1161
-
1162
- #: inc/config.php:1021
1163
- msgid "Background Effects"
1164
- msgstr ""
1165
-
1166
- #: inc/config.php:1023
1167
- msgid "None"
1168
- msgstr ""
1169
-
1170
- #: inc/config.php:1024
1171
- msgid "Noise"
1172
- msgstr ""
1173
-
1174
- #: inc/config.php:1026
1175
- msgid ""
1176
- "Background effects can be applied to Background Colors or Background Images."
1177
- msgstr ""
1178
-
1179
- #: inc/config.php:1034
1180
- msgid "Background Slideshow"
1181
- msgstr ""
1182
-
1183
- #: inc/config.php:1035
1184
- msgid "This will override the setting above and create a background slideshow."
1185
- msgstr ""
1186
-
1187
- #: inc/config.php:1045
1188
- msgid "Slideshow Randomize"
1189
- msgstr ""
1190
-
1191
- #: inc/config.php:1046
1192
- msgid ""
1193
- "This will display a random slideshow each time as opposed to the order "
1194
- "listed below."
1195
- msgstr ""
1196
-
1197
- #: inc/config.php:1056
1198
- msgid "Slide Speed"
1199
- msgstr ""
1200
-
1201
- #: inc/config.php:1057
1202
- msgid "This will determine how fast slides change in milliseconds."
1203
- msgstr ""
1204
-
1205
- #: inc/config.php:1064
1206
- msgid "Slide Transition"
1207
- msgstr ""
1208
-
1209
- #: inc/config.php:1065
1210
- msgid "This will determine the transition between slides."
1211
- msgstr ""
1212
-
1213
- #: inc/config.php:1067
1214
- msgid "Fade"
1215
- msgstr ""
1216
-
1217
- #: inc/config.php:1068
1218
- msgid "Slide Top"
1219
- msgstr ""
1220
-
1221
- #: inc/config.php:1069
1222
- msgid "Slide Right"
1223
- msgstr ""
1224
-
1225
- #: inc/config.php:1070
1226
- msgid "Slide Bottom"
1227
- msgstr ""
1228
-
1229
- #: inc/config.php:1071
1230
- msgid "Slide Left"
1231
- msgstr ""
1232
-
1233
- #: inc/config.php:1072
1234
- msgid "Carousel Right"
1235
- msgstr ""
1236
-
1237
- #: inc/config.php:1073
1238
- msgid "Carousel Left"
1239
- msgstr ""
1240
-
1241
- #: inc/config.php:1080
1242
- msgid "Slideshow Images"
1243
- msgstr ""
1244
-
1245
- #: inc/config.php:1081
1246
- msgid ""
1247
- "Paste in the urls to the images you like to use for your slideshow one per "
1248
- "line. <a href=\"https://seedprod.zendesk.com/entries/22545416-how-to-create-"
1249
- "a-background-slideshow\" target=\"_blank\">Learn How</a>"
1250
- msgstr ""
1251
-
1252
- #: inc/config.php:1088
1253
- msgid "Background Video (Beta)"
1254
- msgstr ""
1255
-
1256
- #: inc/config.php:1089
1257
- msgid "This will override the setting above and create a background video."
1258
- msgstr ""
1259
-
1260
- #: inc/config.php:1099
1261
- msgid "Background Video URL"
1262
- msgstr ""
1263
-
1264
- #: inc/config.php:1100
1265
- msgid "Enter the YouTube or Vimeo url."
1266
- msgstr ""
1267
-
1268
- #: inc/config.php:1107
1269
- msgid "Text"
1270
- msgstr ""
1271
-
1272
- #: inc/config.php:1113
1273
- msgid "Text Color"
1274
- msgstr ""
1275
-
1276
- #: inc/config.php:1123
1277
- msgid "Link &amp; Button Color"
1278
- msgstr ""
1279
-
1280
- #: inc/config.php:1131
1281
- msgid "Headline Color"
1282
- msgstr ""
1283
-
1284
- #: inc/config.php:1133
1285
- msgid ""
1286
- "If no Headline Color is choosen then the Link &amp; Button Color will be "
1287
- "used. "
1288
- msgstr ""
1289
-
1290
- #: inc/config.php:1141
1291
- msgid "Text Font"
1292
- msgstr ""
1293
-
1294
- #: inc/config.php:1162
1295
- msgid "Headline Font"
1296
- msgstr ""
1297
-
1298
- #: inc/config.php:1178
1299
- msgid ""
1300
- "If you choose 'Inherit' as a headline font then the text font will be used."
1301
- msgstr ""
1302
-
1303
- #: inc/config.php:1184
1304
- msgid "Button Font"
1305
- msgstr ""
1306
-
1307
- #: inc/config.php:1200
1308
- msgid ""
1309
- "If you choose 'Inherit' as a button font then the headline font will be used."
1310
- msgstr ""
1311
-
1312
- #: inc/config.php:1207
1313
- msgid "Typekit Kit ID"
1314
- msgstr ""
1315
-
1316
- #: inc/config.php:1208
1317
- msgid ""
1318
- "Enter your <a href=\"https://typekit.com\" target=\"_blank\">Typekit</a> Kit "
1319
- "ID. This will override the fonts above."
1320
- msgstr ""
1321
-
1322
- #: inc/config.php:1214
1323
- msgid "Text Effects"
1324
- msgstr ""
1325
-
1326
- #: inc/config.php:1216
1327
- msgid "Inset <small class=\"description\">: Adds a subtle inset shadow</small>"
1328
- msgstr ""
1329
-
1330
- #: inc/config.php:1227
1331
- msgid "Container"
1332
- msgstr ""
1333
-
1334
- #: inc/config.php:1233
1335
- msgid "Enable Container"
1336
- msgstr ""
1337
-
1338
- #: inc/config.php:1234
1339
- msgid ""
1340
- "A container is a wrapper that will encapsulate your coming soon content."
1341
- msgstr ""
1342
-
1343
- #: inc/config.php:1243
1344
- msgid "Container Color"
1345
- msgstr ""
1346
-
1347
- #: inc/config.php:1251
1348
- msgid "Container Position"
1349
- msgstr ""
1350
-
1351
- #: inc/config.php:1253
1352
- msgid "Left"
1353
- msgstr ""
1354
-
1355
- #: inc/config.php:1254
1356
- msgid "Center"
1357
- msgstr ""
1358
-
1359
- #: inc/config.php:1255
1360
- msgid "Right"
1361
- msgstr ""
1362
-
1363
- #: inc/config.php:1263
1364
- msgid "Container Effects"
1365
- msgstr ""
1366
-
1367
- #: inc/config.php:1265
1368
- msgid "Fade In"
1369
- msgstr ""
1370
-
1371
- #: inc/config.php:1266
1372
- msgid "Drop Shadow"
1373
- msgstr ""
1374
-
1375
- #: inc/config.php:1267
1376
- msgid "Glow"
1377
- msgstr ""
1378
-
1379
- #: inc/config.php:1268
1380
- msgid "Border"
1381
- msgstr ""
1382
-
1383
- #: inc/config.php:1269
1384
- msgid "Rounded Corners"
1385
- msgstr ""
1386
-
1387
- #: inc/config.php:1270
1388
- msgid "Opacity"
1389
- msgstr ""
1390
-
1391
- #: inc/config.php:1272
1392
- msgid ""
1393
- "These effects only work in modern browsers. Not sure what a <a target="
1394
- "\"_blank\" href=\"http://browsehappy.com/\">modern browser</a> is?"
1395
- msgstr ""
1396
-
1397
- #: inc/config.php:1293
1398
- msgid "Template"
1399
- msgstr ""
1400
-
1401
- #: inc/config.php:1301
1402
- msgid "Custom CSS"
1403
- msgstr ""
1404
-
1405
- #: inc/config.php:1302
1406
- msgid "Need to tweaks the styles? Add your custom CSS here."
1407
- msgstr ""
1408
-
1409
- #: inc/config.php:1309
1410
- msgid "Code"
1411
- msgstr ""
1412
-
1413
- #: inc/config.php:1310
1414
- msgid ""
1415
- "If you need to make some advanced changes to the template you can edit the "
1416
- "code above directly."
1417
- msgstr ""
1418
-
1419
- #: inc/config.php:1317
1420
- msgid "Template Tags"
1421
- msgstr ""
1422
-
1423
- #: inc/config.php:1318
1424
- msgid ""
1425
- "\n"
1426
- " <code>{Title}</code> - Display your title. Settings > Coming "
1427
- "Soon Pro Settings > Header > SEO Title <br>\n"
1428
- " <code>{MetaDescription}</code> - Displays your description along "
1429
- "with the proper meta tags. Settings > Coming Soon Pro > Settings > Header > "
1430
- "SEO Meta Description <br>\n"
1431
- " <code>{Privacy}</code> - Displays noindex tag if set to private. "
1432
- "Settings > Privacy <br>\n"
1433
- " <code>{Favicon}</code> - Displays favicon tag. Settings > Coming "
1434
- "Soon Pro > Settings > Header > Favicon <br>\n"
1435
- " <code>{Head}</code> - Required in the <head> Displays custom "
1436
- "scripts for the page. Settings > Coming Soon Pro > Advanced > Scripts<br>\n"
1437
- " <code>{Custom CSS}</code> - Displays custom css page. Settings > "
1438
- "Coming Soon Pro > Design > Template > Custom CSS<br>\n"
1439
- " <code>{Logo}</code> - Displays your logo if set. Settings > "
1440
- "Coming Soon Pro > Settings > Page Settings > Logo<br>\n"
1441
- " <code>{Headline}</code> - Displays your headline if set. "
1442
- "Settings > Coming Soon Pro > Settings > Page Settings > Headline<br>\n"
1443
- " <code>{Description}</code> - Displays your description if set. "
1444
- "Settings > Coming Soon Pro > Settings > Page Settings > Description<br>\n"
1445
- " <code>{ProgressBar}</code> - Displays a progress bar if enabled. "
1446
- "Settings > Coming Soon Pro > Settings > Progress Bar Settings<br>\n"
1447
- " <code>{Countdown}</code> - Displays a countdown if enabled. "
1448
- "Settings > Coming Soon Pro > Settings > Countdown Settings<br>\n"
1449
- " <code>{Form}</code> - Displays signup form and thank you page. "
1450
- "Settings > Coming Soon Pro > Settings<br>\n"
1451
- " <code>{SocialProfiles}</code> - Displays your social profiles if "
1452
- "set. Settings > Coming Soon Pro > Settings > Social Media Profiles<br>\n"
1453
- " <code>{Credit}</code> - Displays your footer credit if set. "
1454
- "Settings > Coming Soon Pro > Settings > Footer Credit<br>\n"
1455
- " <code>{Footer}</code> - Displays required scripts for the page."
1456
- "<br>\n"
1457
- " "
1458
- msgstr ""
1459
-
1460
- #: inc/config.php:1344
1461
- msgid "Advanced"
1462
- msgstr ""
1463
-
1464
- #: inc/config.php:1355
1465
- msgid "Access"
1466
- msgstr ""
1467
-
1468
- #: inc/config.php:1362
1469
- msgid "Client View URL"
1470
- msgstr ""
1471
-
1472
- #: inc/config.php:1363
1473
- msgid ""
1474
- "Enter a phrase above and give your client a secret url that will allow them "
1475
- "to bypass the Coming Soon page. The cookie life is 6 hours. After the cookie "
1476
- "expires they will need to revisit the client view url to regain access."
1477
- msgstr ""
1478
-
1479
- #: inc/config.php:1369
1480
- msgid "Access by IP"
1481
- msgstr ""
1482
-
1483
- #: inc/config.php:1370
1484
- msgid ""
1485
- "All visitors from certain IP's to bypass the Coming Soon page. Put each IP "
1486
- "on it's own line."
1487
- msgstr ""
1488
-
1489
- #: inc/config.php:1376
1490
- msgid "Access by Role"
1491
- msgstr ""
1492
-
1493
- #: inc/config.php:1377
1494
- msgid ""
1495
- "By default anyone logged in will see the regular site and not the coming "
1496
- "soon page. To override this select Roles that will be given access to see "
1497
- "the regular site."
1498
- msgstr ""
1499
-
1500
- #: inc/config.php:1386
1501
- msgid "Landing Page Mode"
1502
- msgstr ""
1503
-
1504
- #: inc/config.php:1387
1505
- msgid ""
1506
- "Only display the coming soon page on one page of your site and use it as a "
1507
- "landing page. Leave unselected if you want the coming soon page to be "
1508
- "display on your entire site."
1509
- msgstr ""
1510
-
1511
- #: inc/config.php:1395
1512
- msgid "Include URL Pattern"
1513
- msgstr ""
1514
-
1515
- #: inc/config.php:1396
1516
- msgid ""
1517
- "Include certain urls to only diplay the coming soon page on a section of "
1518
- "your site using <a href=\"http://en.wikipedia.org/wiki/Regex\" target="
1519
- "\"_blank\">regular expressions</a>. For example enter \"blog\" will include "
1520
- "pages with the url: http://example.org/blog/*. <a href=\"https://seedprod."
1521
- "zendesk.com/entries/23050096-exclude-and-include-urls-pattern-examples\" "
1522
- "target=\"_blank\">See more examples</a> and learn how to include multiple "
1523
- "pages. This is useful if you are working on a new section of your site."
1524
- msgstr ""
1525
-
1526
- #: inc/config.php:1402
1527
- msgid "Exclude URL Pattern"
1528
- msgstr ""
1529
-
1530
- #: inc/config.php:1403
1531
- msgid ""
1532
- "Exclude certain urls from displaying the Coming Soon page using <a href="
1533
- "\"http://en.wikipedia.org/wiki/Regex\" target=\"_blank\">regular "
1534
- "expressions</a>. For example enter \"blog\" will exclude the url: http://"
1535
- "example.org/blog/. <a href=\"https://seedprod.zendesk.com/entries/23050096-"
1536
- "exclude-and-include-urls-pattern-examples\" target=\"_blank\">See more "
1537
- "examples</a> and learn how to exclue multiple pages. This is useful if a "
1538
- "section of you site is ready to be viewed or you have a login page on the "
1539
- "frontend."
1540
- msgstr ""
1541
-
1542
- #: inc/config.php:1411
1543
- msgid "Scripts"
1544
- msgstr ""
1545
-
1546
- #: inc/config.php:1428
1547
- msgid "Enable Responsiveness"
1548
- msgstr ""
1549
-
1550
- #: inc/config.php:1429
1551
- msgid "Makes the page responsive."
1552
- msgstr ""
1553
-
1554
- #: inc/config.php:1439
1555
- msgid "Enable FitVid"
1556
- msgstr ""
1557
-
1558
- #: inc/config.php:1440
1559
- msgid "Makes your videos responsive."
1560
- msgstr ""
1561
-
1562
- #: inc/config.php:1451
1563
- msgid "Enable wp_head &amp; wp_footer"
1564
- msgstr ""
1565
-
1566
- #: inc/config.php:1452
1567
- msgid ""
1568
- "The <a href=\"http://codex.wordpress.org/Plugin_API/Action_Reference/wp_head"
1569
- "\" target=\"_blank\">wp_head</a> and <a href=\"http://codex.wordpress.org/"
1570
- "Plugin_API/Action_Reference/wp_footer\" target=\"_blank\">wp_footer</a> "
1571
- "functions are required by some plugins. If you are unsure do not enable it. "
1572
- "These functions can cause styling issues with the page."
1573
- msgstr ""
1574
-
1575
- #: inc/config.php:1461
1576
- msgid "Header Scripts"
1577
- msgstr ""
1578
-
1579
- #: inc/config.php:1462
1580
- msgid ""
1581
- "Enter any custom scripts. You can enter Javascript or CSS. This will be "
1582
- "rendered before the closing head tag."
1583
- msgstr ""
1584
-
1585
- #: inc/config.php:1469
1586
- msgid "Footer Scripts"
1587
- msgstr ""
1588
-
1589
- #: inc/config.php:1470
1590
- msgid ""
1591
- "Enter any custom scripts. This will be rendered before the closing body tag."
1592
- msgstr ""
1593
-
1594
- #: inc/config.php:1477
1595
- msgid "Conversion Scripts"
1596
- msgstr ""
1597
-
1598
- #: inc/config.php:1478
1599
- msgid ""
1600
- "This will render only after the form has been submitted. This will be "
1601
- "rendered before the closing body tag."
1602
- msgstr ""
1603
-
1604
- #: inc/config.php:1485
1605
- msgid "Disable Custom Code Template"
1606
- msgstr ""
1607
-
1608
- #: inc/config.php:1486
1609
- msgid ""
1610
- "Mod_security will cause false positive 400 error on some host. Disable the "
1611
- "custom template to avoid this error and notify your host of the false "
1612
- "positive."
1613
- msgstr ""
1614
-
1615
- #: inc/config.php:1495
1616
- msgid "Import / Export"
1617
- msgstr ""
1618
-
1619
- #: inc/config.php:1501
1620
- msgid "Import"
1621
- msgstr ""
1622
-
1623
- #: inc/config.php:1502
1624
- msgid "Paste settings from another Coming Soon Pro instance to import."
1625
- msgstr ""
1626
-
1627
- #: inc/config.php:1508
1628
- msgid "Export"
1629
- msgstr ""
1630
-
1631
- #: inc/config.php:1509
1632
- msgid ""
1633
- "Copy these settings and use the import them to another Coming Soon Pro "
1634
- "instance."
1635
- msgstr ""
1636
-
1637
- #: themes/default/functions.php:666
1638
- msgid "Your Referral URL is:"
1639
- msgstr ""
1640
-
1641
- #: themes/default/functions.php:667
1642
- msgid "Your Referral Stats"
1643
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
themes/default/index.php CHANGED
@@ -23,4 +23,6 @@
23
 
24
  {Footer}
25
  </body>
26
- </html>
 
 
23
 
24
  {Footer}
25
  </body>
26
+ </html>
27
+
28
+ <!-- Coming Soon Page and Maintenance Mode by SeedProd. Learn more: http://www.seedprod.com -->