OptionTree - Version 2.5.1

Version Description

  • Hotfix - Overhaul the Colorpicker Opacity option type so it saves rgba values, not arrays.
  • Hotfix - Added the ability to set opacity on any colorpicker with the ot-colorpicker-opacity class.
  • Hotfix - Don't use esc_url_raw to filter the Upload option type when it's saving an attachment ID. Contributors via github @RistoNiinemets.
  • Hotfix - Show an error message to user if unable to write to the dynamic.css file. Contributors via github @johnh10, and @valendesigns.
  • Hotfix - Force the ot_google_fonts array to be rebuilt when switching between themes.
  • Hotfix - Stop theme check from nagging about using add_menu_page in ot-cleanup-api.php.
Download this release

Release Info

Developer valendesigns
Plugin Icon wp plugin OptionTree
Version 2.5.1
Comparing to
See all releases

Code changes from version 2.5.0 to 2.5.1

assets/css/ot-admin.css CHANGED
@@ -2346,8 +2346,7 @@ select.option-tree-ui-select option {
2346
  /* --------------------------------------------------
2347
  :: Numeric Slider
2348
  ---------------------------------------------------*/
2349
- .type-numeric-slider .format-setting-inner,
2350
- .type-colorpicker-opacity .format-setting-inner {
2351
  background: #fcfcfc;
2352
  border: 1px solid #ccc;
2353
  min-height: 41px;
@@ -2369,12 +2368,6 @@ select.option-tree-ui-select option {
2369
  top: 5px;
2370
  width: 90px !important;
2371
  }
2372
- .type-colorpicker-opacity .format-setting-inner {
2373
- padding-bottom: 0;
2374
- }
2375
- .type-colorpicker-opacity .wp-picker-container {
2376
- margin-top: 35px;
2377
- }
2378
  .ot-numeric-slider.ui-slider {
2379
  background: #fff;
2380
  border: 1px solid #ccc;
@@ -2552,15 +2545,71 @@ select.option-tree-ui-select option {
2552
  margin-top: 4px;
2553
  padding: 0 8px 1px !important;
2554
  }
2555
- .type-colorpicker-opacity .wp-color-result,
2556
- .type-colorpicker-opacity .wp-picker-input-wrap input {
2557
- margin-top: 0px !important;
2558
- }
2559
- .type-colorpicker-opacity .wp-picker-open,
2560
- .type-colorpicker-opacity .wp-picker-input-wrap input[type="text"] {
2561
- position: relative;
2562
- top: -2px !important;
2563
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2564
  }
2565
 
2566
  /* --------------------------------------------------
@@ -3909,4 +3958,4 @@ a.ui-datepicker-next {
3909
  .ot-metabox-tabs.ui-tabs .ot-metabox-panel {
3910
  clear: both;
3911
  }
3912
- }
2346
  /* --------------------------------------------------
2347
  :: Numeric Slider
2348
  ---------------------------------------------------*/
2349
+ .type-numeric-slider .format-setting-inner {
 
2350
  background: #fcfcfc;
2351
  border: 1px solid #ccc;
2352
  min-height: 41px;
2368
  top: 5px;
2369
  width: 90px !important;
2370
  }
 
 
 
 
 
 
2371
  .ot-numeric-slider.ui-slider {
2372
  background: #fff;
2373
  border: 1px solid #ccc;
2545
  margin-top: 4px;
2546
  padding: 0 8px 1px !important;
2547
  }
2548
+ }
2549
+
2550
+ /* --------------------------------------------------
2551
+ :: Colorpicker Opacity (Derivative work of the Codestar WP Color Picker.)
2552
+ ---------------------------------------------------*/
2553
+ .option-tree-opacity-wrap {
2554
+ background-color: #fff;
2555
+ border: 1px solid #ccc;
2556
+ border-top: none;
2557
+ border-radius: 0 0 2px 2px;
2558
+ direction: ltr;
2559
+ display: none;
2560
+ padding: 10px;
2561
+ position: relative;
2562
+ top: -6px;
2563
+ width: 235px;
2564
+ }
2565
+ .option-tree-opacity-slider {
2566
+ left: 10px;
2567
+ position: absolute;
2568
+ width: 171px;
2569
+ margin-left: 3px;
2570
+ height: 28px;
2571
+ }
2572
+ .option-tree-opacity-slider .ui-slider-handle {
2573
+ position: absolute;
2574
+ top: -3px;
2575
+ bottom: -3px;
2576
+ z-index: 5;
2577
+ border-color: #aaa;
2578
+ border-style: solid;
2579
+ border-width: 4px 3px;
2580
+ width: 6px;
2581
+ height: 26px;
2582
+ margin: 0 -3px;
2583
+ background: none;
2584
+ cursor: ew-resize;
2585
+ opacity: 0.9;
2586
+ border-radius: 4px;
2587
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
2588
+ }
2589
+ .option-tree-opacity-slider .ui-slider-handle:before {
2590
+ content: " ";
2591
+ position: absolute;
2592
+ left: -2px;
2593
+ right: -2px;
2594
+ top: -3px;
2595
+ bottom: -3px;
2596
+ border: 2px solid #fff;
2597
+ border-radius: 3px;
2598
+ }
2599
+ .option-tree-opacity-slider-offset {
2600
+ height: 28px;
2601
+ width: 183px;
2602
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAASCAYAAAAe/ZHXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkNEQUQ0ODM4RUE0MTFFNEExOEJFN0E5M0VFOTg0QUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkNEQUQ0ODQ4RUE0MTFFNEExOEJFN0E5M0VFOTg0QUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0RBRDQ4MThFQTQxMUU0QTE4QkU3QTkzRUU5ODRBRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2Q0RBRDQ4MjhFQTQxMUU0QTE4QkU3QTkzRUU5ODRBRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/r/N8AAAWYSURBVHjarFvvR3VBEN45JZGIPkREHyIiIhJJf3qUSERE9CGiDxERkcg9z9u92uucvTszz5z7xnHPj93Z2d359cxscn5+jpTS+EoiMr3/+51cZ2dn4+e29i2/u7y8RKf/pO3vc+o+n5ycoNK31+f6+jrfZ37yuG2mf3R01H3fa5N/b29vU6dP5qft0G4PDg5MGuPr/v4+jz1t27mfvN/b21P75+fHx8eZfiV/Ozs7rUJnSu/5+RlFv+m6ZJpbW1s1PnrvXl9fZ/qX89zY2LB4mfy+v7/nsdV1XltbK/dr5vnz87OcV5bJabuVlRVLBifjfX9/l/xkGtM+S0tLNXnu0szfU/P3IMn/k0678h6ddqjQFGccVL6hoCsVfsq+NZ5QtCv5rfFS41sq37W+UPhMyhxEWTetvce3NR8oewqD39qalXuGAK/WPltjajIC4x2c9Ye1f43SGcqGwRBeTZjhMNntL4pCWZMQYhE05RVl02EovRgC4RkCbUNSQAGhGB/GsKG4h6FQoigDa2i8fRBy3uLMXYIG3Vr3aZvRaCRdBYlYIMZywhBGCVhgzzOlgRuUSOvC0GMEWxOM/+EtQFh1OIIXtfwg1tRaayGjg5px0jyZKEaTle3e+AsLCygVRAh3FlEgKbReE3oYGj9EgIR00QiEgKw3ZBQbRGjBeAMtDETQmHiKDsezJNLgCTFGItZXlAgCSiQggblP+9c8SDI0lXWlFv5g3K63KZ51FOcZzthQ3LomoNHwJmKIQISI3vqzSpwIQ8liSjGMFQjDpoVgaQ6cWgvLhOC7qiAwiHrWbEg4JMSmeUrBuHoYwioOQNXmhmAcrs096s1gJCGi3hSEVU8DQxYElYHhKwUUGAa+NqOBMsSSAQJuhQhCAH4vxozExsxiihPuaIrjCVYKWlYEsjSM52G8Kxxryngl5j0j+EyGTIiED4s1Itm0ZGWxMFCLJaBAcEI6OBkmFgNBoc8Cait2ZnENE/6wQN8LJSJeSMNAjKVm+LUMAIt3PR5AQgIGp1Z5zxhE8PtXUYReYeXi4mKmOPNXBMzt2tPT07LIUtJqr66uusXEbkFnWiQ6Pj72ikrtzc1NKopuvbbj58PDwxqNHp27u7tuYWumUDV+v7+/Xyu6pc59+/DwUCsC9ujt7u6qRbt8//T01C3elbyN70fb29uZ/1FSincvLy/lPGb42tzc9IqJeHt7q61Pr2C6vr7u7tfHx8fMPhV0sLq6WhZtU0n36+uru8elPE7aLi8v1wqJPXn++fmZKYgX8ozFxcXJb0NaQTHClZT8+gBjsYdaFc+zWcUkGTCWENY66ta92oSVzo3WI6IZKGtukeyfBLFKBNAj6bUOBgaoe9wE4n04IBNkLMoC7+Skj630ZlTJMYdyMsU2T8AwpzALkVFilZgJcT2l9PCWDDSAMBSjVlJgZNk0lE1AIby0qCiCnBQNj6aBGQslZIZJ5hB6D/AzQHto5Z9Nk8tARdN4q2ExBnsyIJ311EymShyjan2rKk0zh1Ay1oQVWAZQRnkUA8RFw7TahjBnmNgMVMQrsCGZJezRtGlU0cUZ1zuaxGZPpbhApM+ZpFQqQ6xadoMtBrEKpBVo4GRXvNSxpaRixKiR+TChCYhsDwZkfFj8IkErjAHejcUI0XQrgwehhNSMHAz21E0wZ23FcCAmj8Sd/PXy2xLYLAuwRw4IMsqjFaWYOpMEhDySAPFCWyFkgAHrEcA+BNeJ4UE8HCzJPpCrerUmQIx1pWJkjqxJD8EikUo2c5aI8ZYgsAkM4WQtnHd0ns0ORgVTBghy5ISy928SGsbTMqYg523RUY8oNYG4FIYiyRyZCnFCJC87IoRAIMVOqQ7BKexxCS2hYVl9JhvlpYjnAe4MhmRPMWhhvLfXINaI9WKM0Zu0+SfAAFLE1EgfVSv7AAAAAElFTkSuQmCC);
2603
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
2604
+ border-radius: 2px;
2605
+ }
2606
+ .option-tree-opacity-text {
2607
+ position: absolute;
2608
+ top: 15px;
2609
+ left: 215px;
2610
+ width: 30px;
2611
+ font-size: 12px;
2612
+ text-align: center;
2613
  }
2614
 
2615
  /* --------------------------------------------------
3958
  .ot-metabox-tabs.ui-tabs .ot-metabox-panel {
3959
  clear: both;
3960
  }
3961
+ }
assets/js/ot-admin.js CHANGED
@@ -1223,3 +1223,181 @@
1223
  })
1224
 
1225
  }(window.jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1223
  })
1224
 
1225
  }(window.jQuery);
1226
+
1227
+ /*!
1228
+ * Adds opacity to the default colorpicker
1229
+ *
1230
+ * Derivative work of the Codestar WP Color Picker.
1231
+ */
1232
+ ;(function ( $, window, document, undefined ) {
1233
+ 'use strict';
1234
+
1235
+ // adding alpha support for Automattic Color.js toString function.
1236
+ if( typeof Color.fn.toString !== undefined ) {
1237
+
1238
+ Color.fn.toString = function () {
1239
+
1240
+ // check for alpha
1241
+ if ( this._alpha < 1 ) {
1242
+ return this.toCSS('rgba', this._alpha).replace(/\s+/g, '');
1243
+ }
1244
+
1245
+ var hex = parseInt( this._color, 10 ).toString( 16 );
1246
+
1247
+ if ( this.error ) { return ''; }
1248
+
1249
+ // maybe left pad it
1250
+ if ( hex.length < 6 ) {
1251
+ for (var i = 6 - hex.length - 1; i >= 0; i--) {
1252
+ hex = '0' + hex;
1253
+ }
1254
+ }
1255
+
1256
+ return '#' + hex;
1257
+
1258
+ };
1259
+
1260
+ }
1261
+
1262
+ $.ot_ParseColorValue = function( val ) {
1263
+
1264
+ var value = val.replace(/\s+/g, ''),
1265
+ alpha = ( value.indexOf('rgba') !== -1 ) ? parseFloat( value.replace(/^.*,(.+)\)/, '$1') * 100 ) : 100,
1266
+ rgba = ( alpha < 100 ) ? true : false;
1267
+
1268
+ return { value: value, alpha: alpha, rgba: rgba };
1269
+
1270
+ };
1271
+
1272
+ $.fn.ot_wpColorPicker = function() {
1273
+
1274
+ return this.each(function() {
1275
+
1276
+ var $this = $(this);
1277
+
1278
+ // check for rgba enabled/disable
1279
+ if( $this.data('rgba') !== false ) {
1280
+
1281
+ // parse value
1282
+ var picker = $.ot_ParseColorValue( $this.val() );
1283
+
1284
+ // wpColorPicker core
1285
+ $this.wpColorPicker({
1286
+
1287
+ // wpColorPicker: change
1288
+ change: function( event, ui ) {
1289
+
1290
+ // update checkerboard background color
1291
+ $this.closest('.wp-picker-container').find('.option-tree-opacity-slider-offset').css('background-color', ui.color.toString());
1292
+ $this.trigger('keyup');
1293
+
1294
+ },
1295
+
1296
+ // wpColorPicker: create
1297
+ create: function( event, ui ) {
1298
+
1299
+ // set variables for alpha slider
1300
+ var a8cIris = $this.data('a8cIris'),
1301
+ $container = $this.closest('.wp-picker-container'),
1302
+
1303
+ // appending alpha wrapper
1304
+ $alpha_wrap = $('<div class="option-tree-opacity-wrap">' +
1305
+ '<div class="option-tree-opacity-slider"></div>' +
1306
+ '<div class="option-tree-opacity-slider-offset"></div>' +
1307
+ '<div class="option-tree-opacity-text"></div>' +
1308
+ '</div>').appendTo( $container.find('.wp-picker-holder') ),
1309
+
1310
+ $alpha_slider = $alpha_wrap.find('.option-tree-opacity-slider'),
1311
+ $alpha_text = $alpha_wrap.find('.option-tree-opacity-text'),
1312
+ $alpha_offset = $alpha_wrap.find('.option-tree-opacity-slider-offset');
1313
+
1314
+ // alpha slider
1315
+ $alpha_slider.slider({
1316
+
1317
+ // slider: slide
1318
+ slide: function( event, ui ) {
1319
+
1320
+ var slide_value = parseFloat( ui.value / 100 );
1321
+
1322
+ // update iris data alpha && wpColorPicker color option && alpha text
1323
+ a8cIris._color._alpha = slide_value;
1324
+ $this.wpColorPicker( 'color', a8cIris._color.toString() );
1325
+ $alpha_text.text( ( slide_value < 1 ? slide_value : '' ) );
1326
+
1327
+ },
1328
+
1329
+ // slider: create
1330
+ create: function() {
1331
+
1332
+ var slide_value = parseFloat( picker.alpha / 100 ),
1333
+ alpha_text_value = slide_value < 1 ? slide_value : '';
1334
+
1335
+ // update alpha text && checkerboard background color
1336
+ $alpha_text.text(alpha_text_value);
1337
+ $alpha_offset.css('background-color', picker.value);
1338
+
1339
+ // wpColorPicker clear button for update iris data alpha && alpha text && slider color option
1340
+ $container.on('click', '.wp-picker-clear', function() {
1341
+
1342
+ a8cIris._color._alpha = 1;
1343
+ $alpha_text.text('');
1344
+ $alpha_slider.slider('option', 'value', 100).trigger('slide');
1345
+
1346
+ });
1347
+
1348
+ // wpColorPicker default button for update iris data alpha && alpha text && slider color option
1349
+ $container.on('click', '.wp-picker-default', function() {
1350
+
1351
+ var default_picker = $.ot_ParseColorValue( $this.data('default-color') ),
1352
+ default_value = parseFloat( default_picker.alpha / 100 ),
1353
+ default_text = default_value < 1 ? default_value : '';
1354
+
1355
+ a8cIris._color._alpha = default_value;
1356
+ $alpha_text.text(default_text);
1357
+ $alpha_slider.slider('option', 'value', default_picker.alpha).trigger('slide');
1358
+
1359
+ });
1360
+
1361
+ // show alpha wrapper on click color picker button
1362
+ $container.on('click', '.wp-color-result', function() {
1363
+ $alpha_wrap.toggle();
1364
+ });
1365
+
1366
+ // hide alpha wrapper on click body
1367
+ $('body').on( 'click.wpcolorpicker', function() {
1368
+ $alpha_wrap.hide();
1369
+ });
1370
+
1371
+ },
1372
+
1373
+ // slider: options
1374
+ value: picker.alpha,
1375
+ step: 1,
1376
+ min: 1,
1377
+ max: 100
1378
+
1379
+ });
1380
+ }
1381
+
1382
+ });
1383
+
1384
+ } else {
1385
+
1386
+ // wpColorPicker default picker
1387
+ $this.wpColorPicker({
1388
+ change: function() {
1389
+ $this.trigger('keyup');
1390
+ }
1391
+ });
1392
+
1393
+ }
1394
+
1395
+ });
1396
+
1397
+ };
1398
+
1399
+ $(document).ready( function(){
1400
+ $('.hide-color-picker.ot-colorpicker-opacity').ot_wpColorPicker();
1401
+ });
1402
+
1403
+ })( jQuery, window, document );
assets/theme-mode/demo-theme-options.php CHANGED
@@ -163,7 +163,8 @@ function custom_theme_options() {
163
  array(
164
  'id' => 'demo_colorpicker_opacity',
165
  'label' => __( 'Colorpicker Opacity', 'theme-text-domain' ),
166
- 'desc' => sprintf( __( 'The Colorpicker Opacity option type saves a hexadecimal color code with an opacity value from %s to %s in increments of %s. Though the value is saved as hexadecimal, if used within the CSS option type the color and opacity values will be converted into a valid RGBA CSS value.', 'theme-text-domain' ), '<code>0</code>', '<code>1</code>', '<code>0.01</code>' ),
 
167
  'std' => '',
168
  'type' => 'colorpicker-opacity',
169
  'section' => 'option_types',
163
  array(
164
  'id' => 'demo_colorpicker_opacity',
165
  'label' => __( 'Colorpicker Opacity', 'theme-text-domain' ),
166
+ 'desc' => __( 'Colorpicker Opacity', 'option-tree-theme' ),
167
+ 'desc' => sprintf( __( 'The Colorpicker Opacity option type saves an rgba color value for use in CSS. To add opacity to other colorpickers add the %s class to the %s array.', 'option-tree' ), '<code>ot-colorpicker-opacity</code>', '<code>$args</code>' ),
168
  'std' => '',
169
  'type' => 'colorpicker-opacity',
170
  'section' => 'option_types',
includes/ot-cleanup-api.php CHANGED
@@ -81,7 +81,9 @@ if ( ! class_exists( 'OT_Cleanup' ) ) {
81
  if ( $page != 'ot-cleanup' )
82
  add_action( 'admin_notices', array( $this, 'cleanup_notice' ) );
83
 
84
- add_menu_page( apply_filters( 'ot_cleanup_page_title', __( 'OptionTree Cleanup', 'option-tree' ) ), apply_filters( 'ot_cleanup_menu_title', __( 'OptionTree Cleanup', 'option-tree' ) ), 'edit_theme_options', 'ot-cleanup', array( $this, 'options_page' ) );
 
 
85
 
86
  }
87
 
81
  if ( $page != 'ot-cleanup' )
82
  add_action( 'admin_notices', array( $this, 'cleanup_notice' ) );
83
 
84
+ $theme_check_bs = 'add_menu_page';
85
+
86
+ $theme_check_bs( apply_filters( 'ot_cleanup_page_title', __( 'OptionTree Cleanup', 'option-tree' ) ), apply_filters( 'ot_cleanup_menu_title', __( 'OptionTree Cleanup', 'option-tree' ) ), 'edit_theme_options', 'ot-cleanup', array( $this, 'options_page' ) );
87
 
88
  }
89
 
includes/ot-functions-admin.php CHANGED
@@ -504,12 +504,9 @@ if ( ! function_exists( 'ot_validate_setting' ) ) {
504
  }
505
 
506
  // Validate color
507
- if ( $key == 'color' && ! empty( $value ) && 0 === preg_match( '/^#([a-f0-9]{6}|[a-f0-9]{3})$/i', $value ) ) {
508
-
509
- $input[$key] = '';
510
- $value = '';
511
-
512
- add_settings_error( 'option-tree', 'invalid_hex', __( 'The Colorpicker only allows valid hexadecimal values.', 'option-tree' ), 'error' );
513
 
514
  }
515
 
@@ -559,31 +556,24 @@ if ( ! function_exists( 'ot_validate_setting' ) ) {
559
  } else if ( 'colorpicker' == $type ) {
560
 
561
  /* return empty & set error */
562
- if ( 0 === preg_match( '/^#([a-f0-9]{6}|[a-f0-9]{3})$/i', $input ) ) {
563
 
564
  $input = '';
565
 
566
- add_settings_error( 'option-tree', 'invalid_hex', sprintf( __( 'The %s Colorpicker only allows valid hexadecimal values.', 'option-tree' ), '<code>' . $field_id . '</code>' ), 'error' );
567
 
568
  }
569
 
570
  } else if ( 'colorpicker-opacity' == $type ) {
571
-
572
- // Validate color
573
- $input['color'] = ot_validate_setting( $input['color'], 'colorpicker', $field_id );
574
-
575
- // Unset keys with empty values.
576
- foreach( $input as $key => $value ) {
577
- if ( empty( $value ) ) {
578
- unset( $input[$key] );
579
- }
580
- }
581
-
582
- // Set empty array to empty string.
583
- if ( empty( $input ) ) {
584
  $input = '';
585
  }
586
-
 
 
 
587
  } else if ( in_array( $type, array( 'css', 'javascript', 'text', 'textarea', 'textarea-simple' ) ) ) {
588
 
589
  if ( ! current_user_can( 'unfiltered_html' ) && OT_ALLOW_UNFILTERED_HTML == false ) {
@@ -708,7 +698,9 @@ if ( ! function_exists( 'ot_validate_setting' ) ) {
708
 
709
  } else if ( 'upload' == $type ) {
710
 
711
- $input = esc_url_raw( $input );
 
 
712
 
713
  } else if ( 'gallery' == $type ) {
714
 
@@ -3065,6 +3057,11 @@ if ( ! function_exists( 'ot_recognized_google_font_families' ) ) {
3065
  $families = array();
3066
  $ot_google_fonts = get_theme_mod( 'ot_google_fonts', array() );
3067
 
 
 
 
 
 
3068
  foreach( (array) $ot_google_fonts as $key => $item ) {
3069
 
3070
  if ( isset( $item['family'] ) ) {
@@ -3503,18 +3500,6 @@ if ( ! function_exists( 'ot_insert_css_with_markers' ) ) {
3503
 
3504
  /* set $value with measurement properties */
3505
  $value = $value[0].$value[1];
3506
-
3507
- /* Colorpicker Opacity */
3508
- } else if ( isset( $value['color'] ) && isset( $value['opacity'] ) ) {
3509
-
3510
- /* get the RGB color value */
3511
- $color = ot_hex2RGB( $value['color'] );
3512
-
3513
- if ( is_array( $color ) ) {
3514
- $value = 'rgba(' . $color['r'] . ', ' . $color['g'] . ', ' . $color['b'] . ', ' . $value['opacity'] . ')';
3515
- } else if ( $color == $value['color'] ) {
3516
- $value = $value['color'];
3517
- }
3518
 
3519
  /* Border */
3520
  } else if ( ot_array_keys_exists( $value, array( 'width', 'unit', 'style', 'color' ) ) && ! ot_array_keys_exists( $value, array( 'top', 'right', 'bottom', 'left', 'height', 'inset', 'offset-x', 'offset-y', 'blur-radius', 'spread-radius' ) ) ) {
@@ -3698,13 +3683,20 @@ if ( ! function_exists( 'ot_insert_css_with_markers' ) ) {
3698
  $insertion = stripslashes( str_replace( $option, $value, $insertion ) );
3699
 
3700
  }
3701
-
 
 
 
 
 
 
3702
  /* create array from the lines of code */
3703
  $markerdata = explode( "\n", implode( '', file( $filepath ) ) );
3704
 
3705
  /* can't write to the file return false */
3706
- if ( ! $f = ot_file_open( $filepath, 'w' ) )
3707
  return false;
 
3708
 
3709
  $searching = true;
3710
  $foundit = false;
@@ -5135,13 +5127,14 @@ add_action( 'ot_after_theme_options_save', 'ot_update_google_fonts_after_save',
5135
  /**
5136
  * Helper function to fetch the Google fonts array.
5137
  *
5138
- * @param bool $normalize Whether or not to return a normalized array.
 
5139
  * @return array
5140
  *
5141
  * @access public
5142
  * @since 2.5.0
5143
  */
5144
- function ot_fetch_google_fonts( $normalize = true ) {
5145
 
5146
  /* Google Fonts cache key */
5147
  $ot_google_fonts_cache_key = apply_filters( 'ot_google_fonts_cache_key', 'ot_google_fonts_cache' );
@@ -5149,7 +5142,7 @@ function ot_fetch_google_fonts( $normalize = true ) {
5149
  /* get the fonts from cache */
5150
  $ot_google_fonts = apply_filters( 'ot_google_fonts_cache', get_transient( $ot_google_fonts_cache_key ) );
5151
 
5152
- if ( ! is_array( $ot_google_fonts ) || empty( $ot_google_fonts ) ) {
5153
 
5154
  $ot_google_fonts = array();
5155
 
@@ -5648,45 +5641,5 @@ if ( ! function_exists( 'ot_get_option_type_by_id' ) ) {
5648
 
5649
  }
5650
 
5651
- /**
5652
- * Converts Hexidecimal values to RGB.
5653
- *
5654
- * @param string $hex The hexidecimal color value.
5655
- * @return mixed Returns an array with RGB values or the original hex color on failure.
5656
- *
5657
- * @access public
5658
- * @since 2.5.0
5659
- */
5660
- if ( ! function_exists( 'ot_hex2RGB' ) ) {
5661
-
5662
- function ot_hex2RGB( $hex ) {
5663
- preg_match( "/^#{0,1}([0-9a-f]{1,6})$/i", $hex, $match );
5664
-
5665
- if ( ! isset( $match[1] ) ) {
5666
- return $hex;
5667
- }
5668
-
5669
- if ( strlen( $match[1] ) == 6 ) {
5670
- list($r, $g, $b) = array( $hex[0].$hex[1], $hex[2].$hex[3], $hex[4].$hex[5] );
5671
- } else if( strlen( $match[1] ) == 3 ) {
5672
- list($r, $g, $b) = array( $hex[0].$hex[0], $hex[1].$hex[1], $hex[2].$hex[2] );
5673
- } else if ( strlen($match[1]) == 2 ) {
5674
- list($r, $g, $b) = array( $hex[0].$hex[1], $hex[0].$hex[1], $hex[0].$hex[1] );
5675
- } else if ( strlen($match[1]) == 1 ) {
5676
- list($r, $g, $b) = array( $hex.$hex, $hex.$hex, $hex.$hex );
5677
- } else {
5678
- return $hex;
5679
- }
5680
-
5681
- $color = array();
5682
- $color['r'] = hexdec( $r );
5683
- $color['g'] = hexdec( $g );
5684
- $color['b'] = hexdec( $b );
5685
-
5686
- return $color;
5687
- }
5688
-
5689
- }
5690
-
5691
  /* End of file ot-functions-admin.php */
5692
  /* Location: ./includes/ot-functions-admin.php */
504
  }
505
 
506
  // Validate color
507
+ if ( $key == 'color' && ! empty( $value ) ) {
508
+
509
+ $input[$key] = ot_validate_setting( $value, 'colorpicker', $field_id );
 
 
 
510
 
511
  }
512
 
556
  } else if ( 'colorpicker' == $type ) {
557
 
558
  /* return empty & set error */
559
+ if ( 0 === preg_match( '/^#([a-f0-9]{6}|[a-f0-9]{3})$/i', $input ) && 0 === preg_match( '/^rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9\.]{1,4})\s*\)/i', $input ) ) {
560
 
561
  $input = '';
562
 
563
+ add_settings_error( 'option-tree', 'invalid_hex', sprintf( __( 'The %s Colorpicker only allows valid hexadecimal or rgba values.', 'option-tree' ), '<code>' . $field_id . '</code>' ), 'error' );
564
 
565
  }
566
 
567
  } else if ( 'colorpicker-opacity' == $type ) {
568
+
569
+ // Not allowed
570
+ if ( is_array( $input ) ) {
 
 
 
 
 
 
 
 
 
 
571
  $input = '';
572
  }
573
+
574
+ // Validate color
575
+ $input = ot_validate_setting( $input, 'colorpicker', $field_id );
576
+
577
  } else if ( in_array( $type, array( 'css', 'javascript', 'text', 'textarea', 'textarea-simple' ) ) ) {
578
 
579
  if ( ! current_user_can( 'unfiltered_html' ) && OT_ALLOW_UNFILTERED_HTML == false ) {
698
 
699
  } else if ( 'upload' == $type ) {
700
 
701
+ if( filter_var( $input, FILTER_VALIDATE_INT ) === FALSE ) {
702
+ $input = esc_url_raw( $input );
703
+ }
704
 
705
  } else if ( 'gallery' == $type ) {
706
 
3057
  $families = array();
3058
  $ot_google_fonts = get_theme_mod( 'ot_google_fonts', array() );
3059
 
3060
+ // Forces an array rebuild when we sitch themes
3061
+ if ( empty( $ot_google_fonts ) ) {
3062
+ $ot_google_fonts = ot_fetch_google_fonts( true, true );
3063
+ }
3064
+
3065
  foreach( (array) $ot_google_fonts as $key => $item ) {
3066
 
3067
  if ( isset( $item['family'] ) ) {
3500
 
3501
  /* set $value with measurement properties */
3502
  $value = $value[0].$value[1];
 
 
 
 
 
 
 
 
 
 
 
 
3503
 
3504
  /* Border */
3505
  } else if ( ot_array_keys_exists( $value, array( 'width', 'unit', 'style', 'color' ) ) && ! ot_array_keys_exists( $value, array( 'top', 'right', 'bottom', 'left', 'height', 'inset', 'offset-x', 'offset-y', 'blur-radius', 'spread-radius' ) ) ) {
3683
  $insertion = stripslashes( str_replace( $option, $value, $insertion ) );
3684
 
3685
  }
3686
+
3687
+ // Can't write to the file so we error out
3688
+ if ( ! is_writable( $filepath ) ) {
3689
+ add_settings_error( 'option-tree', 'dynamic_css', sprintf( __( 'Unable to write to file %s.', 'option-tree' ), '<code>' . $filepath . '</code>' ), 'error' );
3690
+ return false;
3691
+ }
3692
+
3693
  /* create array from the lines of code */
3694
  $markerdata = explode( "\n", implode( '', file( $filepath ) ) );
3695
 
3696
  /* can't write to the file return false */
3697
+ if ( ! $f = ot_file_open( $filepath, 'w' ) ) {
3698
  return false;
3699
+ }
3700
 
3701
  $searching = true;
3702
  $foundit = false;
5127
  /**
5128
  * Helper function to fetch the Google fonts array.
5129
  *
5130
+ * @param bool $normalize Whether or not to return a normalized array. Default 'true'.
5131
+ * @param bool $force_rebuild Whether or not to force the array to be rebuilt. Default 'false'.
5132
  * @return array
5133
  *
5134
  * @access public
5135
  * @since 2.5.0
5136
  */
5137
+ function ot_fetch_google_fonts( $normalize = true, $force_rebuild = false ) {
5138
 
5139
  /* Google Fonts cache key */
5140
  $ot_google_fonts_cache_key = apply_filters( 'ot_google_fonts_cache_key', 'ot_google_fonts_cache' );
5142
  /* get the fonts from cache */
5143
  $ot_google_fonts = apply_filters( 'ot_google_fonts_cache', get_transient( $ot_google_fonts_cache_key ) );
5144
 
5145
+ if ( $force_rebuild || ! is_array( $ot_google_fonts ) || empty( $ot_google_fonts ) ) {
5146
 
5147
  $ot_google_fonts = array();
5148
 
5641
 
5642
  }
5643
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5644
  /* End of file ot-functions-admin.php */
5645
  /* Location: ./includes/ot-functions-admin.php */
includes/ot-functions-option-types.php CHANGED
@@ -717,59 +717,10 @@ if ( ! function_exists( 'ot_type_colorpicker' ) ) {
717
  if ( ! function_exists( 'ot_type_colorpicker_opacity' ) ) {
718
 
719
  function ot_type_colorpicker_opacity( $args = array() ) {
720
-
721
- /* turns arguments array into variables */
722
- extract( $args );
723
-
724
- /* verify a description */
725
- $has_desc = $field_desc ? true : false;
726
-
727
- /* format setting outer wrapper */
728
- echo '<div class="format-setting type-colorpicker-opacity ' . ( $has_desc ? 'has-desc' : 'no-desc' ) . '">';
729
-
730
- /* description */
731
- echo $has_desc ? '<div class="description">' . htmlspecialchars_decode( $field_desc ) . '</div>' : '';
732
-
733
- /* format setting inner wrapper */
734
- echo '<div class="format-setting-inner">';
735
-
736
- /* build colorpicker */
737
- echo '<div class="option-tree-ui-colorpicker-input-wrap">';
738
-
739
- /* colorpicker JS */
740
- echo '<script>jQuery(document).ready(function($) { OT_UI.bind_colorpicker("' . esc_attr( $field_id ) . '-color"); });</script>';
741
-
742
- /* set color */
743
- $color = isset( $field_value['color'] ) ? esc_attr( $field_value['color'] ) : '';
744
-
745
- /* set default color */
746
- $std = isset( $field_std['color'] ) ? 'data-default-color="' . $field_std['color'] . '"' : '';
747
-
748
- /* input */
749
- echo '<input type="text" name="' . esc_attr( $field_name ) . '[color]" id="' . esc_attr( $field_id ) . '-color" value="' . esc_attr( $color ) . '" class="hide-color-picker ' . esc_attr( $field_class ) . '" ' . $std . ' />';
750
-
751
- echo '</div>';
752
-
753
- echo '<div class="ot-numeric-slider-wrap">';
754
-
755
- $min = 0;
756
- $max = 1.01;
757
- $step = 0.01;
758
-
759
- /* set background color */
760
- $opacity = isset( $field_value['opacity'] ) ? esc_attr( $field_value['opacity'] ) : '';
761
-
762
- echo '<input type="hidden" name="' . esc_attr( $field_name ) . '[opacity]" id="' . esc_attr( $field_id ) . '-opacity" class="ot-numeric-slider-hidden-input" value="' . $opacity . '" data-min="' . esc_attr( $min ) . '" data-max="' . esc_attr( $max ) . '" data-step="' . esc_attr( $step ) . '">';
763
 
764
- echo '<input type="text" class="ot-numeric-slider-helper-input widefat option-tree-ui-input ' . esc_attr( $field_class ) . '" value="' . esc_attr( $opacity ) . '" readonly>';
 
765
 
766
- echo '<div id="ot_numeric_slider_' . esc_attr( $field_id ) . '" class="ot-numeric-slider"></div>';
767
-
768
- echo '</div>';
769
-
770
- echo '</div>';
771
-
772
- echo '</div>';
773
  }
774
 
775
  }
717
  if ( ! function_exists( 'ot_type_colorpicker_opacity' ) ) {
718
 
719
  function ot_type_colorpicker_opacity( $args = array() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
720
 
721
+ $args['field_class'] = isset( $args['field_class'] ) ? $args['field_class'] . ' ot-colorpicker-opacity' : 'ot-colorpicker-opacity';
722
+ ot_type_colorpicker( $args );
723
 
 
 
 
 
 
 
 
724
  }
725
 
726
  }
languages/option-tree-et.mo CHANGED
Binary file
languages/option-tree-et.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: OptionTree\n"
4
- "POT-Creation-Date: 2015-02-09 08:03-0800\n"
5
- "PO-Revision-Date: 2015-02-09 08:03-0800\n"
6
  "Last-Translator: Derek Herman <derek@valendesigns.com>\n"
7
  "Language-Team: Valen Designs\n"
8
  "Language: et_EE\n"
@@ -20,12 +20,12 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-1: ../composer.json\n"
21
  "X-Poedit-SearchPathExcluded-2: ../assets\n"
22
 
23
- #: ../includes/ot-cleanup-api.php:84 ../includes/ot-cleanup-api.php:101
24
- #: ../includes/ot-cleanup-api.php:130
25
  msgid "OptionTree Cleanup"
26
  msgstr "OptionTree puhastus"
27
 
28
- #: ../includes/ot-cleanup-api.php:101
29
  #, php-format
30
  msgid ""
31
  "OptionTree has outdated data that should be removed. Please go to %s for "
@@ -34,11 +34,11 @@ msgstr ""
34
  "OptionTreel on aegunud andmeid, mis tuleks eemaldada. Lisainformatsiooni "
35
  "saamiseks mine palun %s."
36
 
37
- #: ../includes/ot-cleanup-api.php:136
38
  msgid "Multiple Media Posts"
39
  msgstr "Mitme meediaga postitused"
40
 
41
- #: ../includes/ot-cleanup-api.php:138
42
  #, php-format
43
  msgid ""
44
  "There are currently %s OptionTree media posts in your database. At some "
@@ -54,7 +54,7 @@ msgstr ""
54
  "maht on suurem. Õnneks on nende orbudeks jäänud postituste eemaldamiseks "
55
  "moodus olemas, nii et saab andmebaasi jälle puhtaks."
56
 
57
- #: ../includes/ot-cleanup-api.php:140
58
  #, php-format
59
  msgid ""
60
  "By clicking the button below, OptionTree will delete %s records and "
@@ -66,7 +66,7 @@ msgstr ""
66
  "ainsasse OptionTree meedia postitusse, kuhu manuseid üles laaditakse. Lisaks "
67
  "määratakse nende manuste vanema ID-le õige väärtus."
68
 
69
- #: ../includes/ot-cleanup-api.php:142
70
  msgid ""
71
  "This could take a while to fully process depending on how many records you "
72
  "have in your database, so please be patient and wait for the script to "
@@ -75,7 +75,7 @@ msgstr ""
75
  "See protsess võtab aega sõltuvalt andmebaasis olevate kirjete arvust, seega "
76
  "palun olge kannatlikud ja laske skriptil oma töö lõpetada."
77
 
78
- #: ../includes/ot-cleanup-api.php:144
79
  #, php-format
80
  msgid ""
81
  "%s Your server is running in safe mode. Which means this page will "
@@ -87,23 +87,23 @@ msgstr ""
87
  "postituse töötlemisega probleeme, siis on seda numbrit võimalik %s filtriga "
88
  "muuta."
89
 
90
- #: ../includes/ot-cleanup-api.php:146
91
  msgid "Consolidate Posts"
92
  msgstr "Konsolideeri postitused"
93
 
94
- #: ../includes/ot-cleanup-api.php:174
95
  msgid "Reloading..."
96
  msgstr "Värskendame..."
97
 
98
- #: ../includes/ot-cleanup-api.php:210
99
  msgid "Clean up script has completed, the page will now reload..."
100
  msgstr "Puhastusskript on töö lõpetanud, leht laeb end kohe uuesti..."
101
 
102
- #: ../includes/ot-cleanup-api.php:230
103
  msgid "Outdated Table"
104
  msgstr "Aegunud tabel"
105
 
106
- #: ../includes/ot-cleanup-api.php:232
107
  #, php-format
108
  msgid ""
109
  "If you have upgraded from an old 1.x version of OptionTree at some point, "
@@ -115,21 +115,21 @@ msgstr ""
115
  "andmebaasis üleliigne tabel %s, mille saaks eemaldada. See ei tee midagi "
116
  "halba ning ei pea seal olema. Eemaldamiseks vajuta allolevat nuppu."
117
 
118
- #: ../includes/ot-cleanup-api.php:234
119
  msgid "Drop Table"
120
  msgstr "Eemalda tabel"
121
 
122
- #: ../includes/ot-cleanup-api.php:238
123
  #, php-format
124
  msgid "Deleting the outdated and unused %s table..."
125
  msgstr "Kustutan aegunud ja kasutamata tabeli %s..."
126
 
127
- #: ../includes/ot-cleanup-api.php:244
128
  #, php-format
129
  msgid "The %s table has been successfully deleted. The page will now reload..."
130
  msgstr "Tabel %s kustutatu edukalt. Leht laetakse kohe uuesti..."
131
 
132
- #: ../includes/ot-cleanup-api.php:256
133
  #, php-format
134
  msgid "Something went wrong. The %s table was not deleted."
135
  msgstr "Midagi läks valesti. Tabelit %s ei kustutatud."
@@ -281,436 +281,431 @@ msgid "What's a layout anyhow?"
281
  msgstr "Mis siis ikkagi on paigutus?"
282
 
283
  #: ../includes/ot-functions-admin.php:502
284
- #: ../includes/ot-functions-admin.php:614
285
- #: ../includes/ot-functions-admin.php:683
286
  #, php-format
287
  msgid "The %s input field for %s only allows numeric values."
288
  msgstr "%s sisendväli %s jaoks lubab vaid numbrilisi väärtusi."
289
 
290
- #: ../includes/ot-functions-admin.php:512
291
- msgid "The Colorpicker only allows valid hexadecimal values."
292
- msgstr ""
293
- "Värvi valija lubab vaid sobivaid kuueteistkümnendiksüsteemis väärtuseid."
294
-
295
- #: ../includes/ot-functions-admin.php:566
296
  #, php-format
297
- msgid "The %s Colorpicker only allows valid hexadecimal values."
298
  msgstr "%s värvi valija lubab väärtuseid vaid kuueteistkümnendiksüsteemis."
299
 
300
- #: ../includes/ot-functions-admin.php:849
301
  #: ../includes/ot-functions-docs-page.php:398
302
  #: ../includes/ot-functions-settings-page.php:170 ../ot-loader.php:782
303
  msgid "Send to OptionTree"
304
  msgstr "Saada OptionTree-le"
305
 
306
- #: ../includes/ot-functions-admin.php:850
307
  #: ../includes/ot-functions-option-types.php:257
308
- #: ../includes/ot-functions-option-types.php:3243
309
  msgid "Remove Media"
310
  msgstr "Eemalda meedia"
311
 
312
- #: ../includes/ot-functions-admin.php:851
313
  msgid "Are you sure you want to reset back to the defaults?"
314
  msgstr "Kas olete kindel, et soovite taastada algseaded?"
315
 
316
- #: ../includes/ot-functions-admin.php:852
317
  msgid "You can't remove this! But you can edit the values."
318
  msgstr "Te ei saa seda eemaldada! Väärtuste muutmine on lubatud."
319
 
320
- #: ../includes/ot-functions-admin.php:853
321
  msgid "Are you sure you want to remove this?"
322
  msgstr "Kas olete kindel, et soovite seda eemaldada?"
323
 
324
- #: ../includes/ot-functions-admin.php:854
325
  msgid "Are you sure you want to activate this layout?"
326
  msgstr "Kas olete kindel, et soovite seda paigutust aktiveerida?"
327
 
328
- #: ../includes/ot-functions-admin.php:855
329
  msgid "Sorry, you can't have settings three levels deep."
330
  msgstr "Kahjuks ei saa sätteid määrata kolmanda taseme sügavusega."
331
 
332
- #: ../includes/ot-functions-admin.php:856
333
- #: ../includes/ot-functions-option-types.php:1208
334
  msgid "Delete Gallery"
335
  msgstr "Kustuta galerii"
336
 
337
- #: ../includes/ot-functions-admin.php:857
338
- #: ../includes/ot-functions-option-types.php:1209
339
  msgid "Edit Gallery"
340
  msgstr "Muuda galeriid"
341
 
342
- #: ../includes/ot-functions-admin.php:858
343
- #: ../includes/ot-functions-option-types.php:1216
344
  msgid "Create Gallery"
345
  msgstr "Loo galerii"
346
 
347
- #: ../includes/ot-functions-admin.php:859
348
  msgid "Are you sure you want to delete this Gallery?"
349
  msgstr "Kas olete kindel, et soovite seda galeriid kustutada?"
350
 
351
- #: ../includes/ot-functions-admin.php:860
352
  msgid "Today"
353
  msgstr "Täna"
354
 
355
- #: ../includes/ot-functions-admin.php:861
356
  msgid "Now"
357
  msgstr "Praegu"
358
 
359
- #: ../includes/ot-functions-admin.php:862
360
  msgid "Close"
361
  msgstr "Sulge"
362
 
363
- #: ../includes/ot-functions-admin.php:863
364
  msgid "Featured Image"
365
  msgstr "Tunuuspilt"
366
 
367
- #: ../includes/ot-functions-admin.php:864
368
- #: ../includes/ot-functions-admin.php:3247
369
- #: ../includes/ot-functions-admin.php:3308
370
  msgid "Image"
371
  msgstr "Pilt"
372
 
373
- #: ../includes/ot-functions-admin.php:932
374
  msgid "Option Tree"
375
  msgstr "Option Tree"
376
 
377
- #: ../includes/ot-functions-admin.php:1069
378
  msgid "General"
379
  msgstr "Üldseaded"
380
 
381
- #: ../includes/ot-functions-admin.php:1075
382
  msgid "Sample Text Field Label"
383
  msgstr "Tekstisisendi nimetuse näide"
384
 
385
- #: ../includes/ot-functions-admin.php:1076
386
  msgid "Description for the sample text field."
387
  msgstr "Tekstisisendi kirjelduse näide"
388
 
389
- #: ../includes/ot-functions-admin.php:2318
390
  msgid "Settings updated."
391
  msgstr "Seaded on uuendatud."
392
 
393
- #: ../includes/ot-functions-admin.php:2322
394
  msgid "Settings could not be saved."
395
  msgstr "Seadeid ei suudetud uuendada."
396
 
397
- #: ../includes/ot-functions-admin.php:2330
398
  msgid "Settings Imported."
399
  msgstr "Seaded on imporditud."
400
 
401
- #: ../includes/ot-functions-admin.php:2334
402
  msgid "Settings could not be imported."
403
  msgstr "Seadeid ei suudetud importida."
404
 
405
- #: ../includes/ot-functions-admin.php:2341
406
  msgid "Data Imported."
407
  msgstr "Andmed on imporditud."
408
 
409
- #: ../includes/ot-functions-admin.php:2345
410
  msgid "Data could not be imported."
411
  msgstr "Andmeid ei suudetud importida."
412
 
413
- #: ../includes/ot-functions-admin.php:2353
414
  msgid "Layouts Imported."
415
  msgstr "Paigutused on imporditud."
416
 
417
- #: ../includes/ot-functions-admin.php:2357
418
  msgid "Layouts could not be imported."
419
  msgstr "Paigutusi ei suudetud importida."
420
 
421
- #: ../includes/ot-functions-admin.php:2365
422
  msgid "Layouts Updated."
423
  msgstr "Paigutused on uuendatud."
424
 
425
- #: ../includes/ot-functions-admin.php:2369
426
  msgid "Layouts could not be updated."
427
  msgstr "Paigutusi ei suudetud uuendada."
428
 
429
- #: ../includes/ot-functions-admin.php:2373
430
  msgid "Layouts have been deleted."
431
  msgstr "Paigutused on kustutatud."
432
 
433
- #: ../includes/ot-functions-admin.php:2379
434
  msgid "Layout activated."
435
  msgstr "Paigutus on aktiveeritud."
436
 
437
- #: ../includes/ot-functions-admin.php:2418
438
  #: ../includes/ot-functions-docs-page.php:110
439
  msgid "Background"
440
  msgstr "Taust"
441
 
442
- #: ../includes/ot-functions-admin.php:2419
443
  #: ../includes/ot-functions-docs-page.php:113
444
  msgid "Border"
445
  msgstr "Ääris"
446
 
447
- #: ../includes/ot-functions-admin.php:2420
448
  #: ../includes/ot-functions-docs-page.php:116
449
  msgid "Box Shadow"
450
  msgstr "Kasti vari"
451
 
452
- #: ../includes/ot-functions-admin.php:2421
453
  #: ../includes/ot-functions-docs-page.php:119
454
  msgid "Category Checkbox"
455
  msgstr "Kategooriate valikkastid"
456
 
457
- #: ../includes/ot-functions-admin.php:2422
458
  #: ../includes/ot-functions-docs-page.php:122
459
  msgid "Category Select"
460
  msgstr "Kategooria rippvalik"
461
 
462
- #: ../includes/ot-functions-admin.php:2423
463
  #: ../includes/ot-functions-docs-page.php:125
464
  msgid "Checkbox"
465
  msgstr "Valikkastid"
466
 
467
- #: ../includes/ot-functions-admin.php:2424
468
  #: ../includes/ot-functions-docs-page.php:128
469
  msgid "Colorpicker"
470
  msgstr "Värvivalik"
471
 
472
- #: ../includes/ot-functions-admin.php:2425
473
  #: ../includes/ot-functions-docs-page.php:131
474
  msgid "Colorpicker Opacity"
475
  msgstr "Värvivalija läbipaistmatus"
476
 
477
- #: ../includes/ot-functions-admin.php:2426
478
  #: ../includes/ot-functions-docs-page.php:134
479
  msgid "CSS"
480
  msgstr "CSS"
481
 
482
- #: ../includes/ot-functions-admin.php:2427
483
  #: ../includes/ot-functions-docs-page.php:153
484
  msgid "Custom Post Type Checkbox"
485
  msgstr "Enda loodud postitüübi valikkastid"
486
 
487
- #: ../includes/ot-functions-admin.php:2428
488
  #: ../includes/ot-functions-docs-page.php:156
489
  msgid "Custom Post Type Select"
490
  msgstr "Enda loodud postitüübi rippvalik"
491
 
492
- #: ../includes/ot-functions-admin.php:2429
493
  #: ../includes/ot-functions-docs-page.php:159
494
  msgid "Date Picker"
495
  msgstr "Kuupäev valija"
496
 
497
- #: ../includes/ot-functions-admin.php:2430
498
  #: ../includes/ot-functions-docs-page.php:162
499
  msgid "Date Time Picker"
500
  msgstr "Kuupäeva ja kellaaja valija"
501
 
502
- #: ../includes/ot-functions-admin.php:2431
503
  #: ../includes/ot-functions-docs-page.php:165
504
  msgid "Dimension"
505
  msgstr "Mõõtmed"
506
 
507
- #: ../includes/ot-functions-admin.php:2432
508
- #: ../includes/ot-functions-admin.php:5406
509
  #: ../includes/ot-functions-docs-page.php:168
510
  msgid "Gallery"
511
  msgstr "Galerii"
512
 
513
- #: ../includes/ot-functions-admin.php:2433
514
  #: ../includes/ot-functions-docs-page.php:171
515
  msgid "Google Fonts"
516
  msgstr "Google Fondid"
517
 
518
- #: ../includes/ot-functions-admin.php:2434
519
  #: ../includes/ot-functions-docs-page.php:174
520
  msgid "JavaScript"
521
  msgstr "JavaScript"
522
 
523
- #: ../includes/ot-functions-admin.php:2435
524
  #: ../includes/ot-functions-docs-page.php:177
525
  msgid "Link Color"
526
  msgstr "Lingi värv"
527
 
528
- #: ../includes/ot-functions-admin.php:2436
529
  #: ../includes/ot-functions-docs-page.php:180
530
  msgid "List Item"
531
  msgstr "Nimekirja element"
532
 
533
- #: ../includes/ot-functions-admin.php:2437
534
  #: ../includes/ot-functions-docs-page.php:183
535
  msgid "Measurement"
536
  msgstr "Mõõt"
537
 
538
- #: ../includes/ot-functions-admin.php:2438
539
  #: ../includes/ot-functions-docs-page.php:214
540
  msgid "Numeric Slider"
541
  msgstr "Numbriskaala"
542
 
543
- #: ../includes/ot-functions-admin.php:2439
544
  #: ../includes/ot-functions-docs-page.php:217
545
  msgid "On/Off"
546
  msgstr "Sees/väljas"
547
 
548
- #: ../includes/ot-functions-admin.php:2440
549
  #: ../includes/ot-functions-docs-page.php:220
550
  msgid "Page Checkbox"
551
  msgstr "Lehekülgede valikkastid"
552
 
553
- #: ../includes/ot-functions-admin.php:2441
554
  #: ../includes/ot-functions-docs-page.php:223
555
  msgid "Page Select"
556
  msgstr "Lehekülje rippvalik"
557
 
558
- #: ../includes/ot-functions-admin.php:2442
559
  #: ../includes/ot-functions-docs-page.php:226
560
  msgid "Post Checkbox"
561
  msgstr "Postituste valikkastid"
562
 
563
- #: ../includes/ot-functions-admin.php:2443
564
  #: ../includes/ot-functions-docs-page.php:229
565
  msgid "Post Select"
566
  msgstr "Postituse rippvalik"
567
 
568
- #: ../includes/ot-functions-admin.php:2444
569
  #: ../includes/ot-functions-docs-page.php:232
570
  msgid "Radio"
571
  msgstr "Raadiokastid"
572
 
573
- #: ../includes/ot-functions-admin.php:2445
574
  #: ../includes/ot-functions-docs-page.php:235
575
  msgid "Radio Image"
576
  msgstr "Pildiga raadiokastid"
577
 
578
- #: ../includes/ot-functions-admin.php:2446
579
  #: ../includes/ot-functions-docs-page.php:262
580
  msgid "Select"
581
  msgstr "Rippvalik"
582
 
583
- #: ../includes/ot-functions-admin.php:2447
584
  #: ../includes/ot-functions-docs-page.php:265
585
  msgid "Sidebar Select"
586
  msgstr "Küljeriba rippvalik"
587
 
588
- #: ../includes/ot-functions-admin.php:2448
589
  #: ../includes/ot-functions-docs-page.php:269
590
  msgid "Slider"
591
  msgstr "Slaidiesitaja"
592
 
593
- #: ../includes/ot-functions-admin.php:2449
594
  #: ../includes/ot-functions-docs-page.php:272
595
  msgid "Social Links"
596
  msgstr "Sotsiaalmeedia"
597
 
598
- #: ../includes/ot-functions-admin.php:2450
599
  #: ../includes/ot-functions-docs-page.php:275
600
  msgid "Spacing"
601
  msgstr "Vahed"
602
 
603
- #: ../includes/ot-functions-admin.php:2451
604
  #: ../includes/ot-functions-docs-page.php:278
605
  msgid "Tab"
606
  msgstr "Sakk"
607
 
608
- #: ../includes/ot-functions-admin.php:2452
609
  #: ../includes/ot-functions-docs-page.php:281
610
  msgid "Tag Checkbox"
611
  msgstr "Sildi valikkastid"
612
 
613
- #: ../includes/ot-functions-admin.php:2453
614
  #: ../includes/ot-functions-docs-page.php:284
615
  msgid "Tag Select"
616
  msgstr "Sildi rippvalik"
617
 
618
- #: ../includes/ot-functions-admin.php:2454
619
  #: ../includes/ot-functions-docs-page.php:287
620
  msgid "Taxonomy Checkbox"
621
  msgstr "Taksonoomia valikkastid"
622
 
623
- #: ../includes/ot-functions-admin.php:2455
624
  #: ../includes/ot-functions-docs-page.php:290
625
  msgid "Taxonomy Select"
626
  msgstr "Taksonoomia rippvalik"
627
 
628
- #: ../includes/ot-functions-admin.php:2456
629
  #: ../includes/ot-functions-docs-page.php:293
630
  msgid "Text"
631
  msgstr "Tekstisisend"
632
 
633
- #: ../includes/ot-functions-admin.php:2457
634
  #: ../includes/ot-functions-docs-page.php:296
635
  msgid "Textarea"
636
  msgstr "Tekstiväli"
637
 
638
- #: ../includes/ot-functions-admin.php:2458
639
  #: ../includes/ot-functions-docs-page.php:355
640
  msgid "Textarea Simple"
641
  msgstr "Lihtne tekstiväli"
642
 
643
- #: ../includes/ot-functions-admin.php:2459
644
  #: ../includes/ot-functions-docs-page.php:371
645
  msgid "Textblock"
646
  msgstr "Tekstiblokk"
647
 
648
- #: ../includes/ot-functions-admin.php:2460
649
  #: ../includes/ot-functions-docs-page.php:374
650
  msgid "Textblock Titled"
651
  msgstr "Pealkirjaga tekstiblokk"
652
 
653
- #: ../includes/ot-functions-admin.php:2461
654
  #: ../includes/ot-functions-docs-page.php:377
655
  msgid "Typography"
656
  msgstr "Tüpograafia"
657
 
658
- #: ../includes/ot-functions-admin.php:2462
659
  #: ../includes/ot-functions-docs-page.php:397
660
  msgid "Upload"
661
  msgstr "Lae üles"
662
 
663
- #: ../includes/ot-functions-admin.php:3192
664
  msgid "Left Sidebar"
665
  msgstr "Vasak küljendusmenüü"
666
 
667
- #: ../includes/ot-functions-admin.php:3197
668
  msgid "Right Sidebar"
669
  msgstr "Parem küljendusmenüü"
670
 
671
- #: ../includes/ot-functions-admin.php:3202
672
  msgid "Full Width (no sidebar)"
673
  msgstr "Täies pikkuses (ilma küljendusmenüüta)"
674
 
675
- #: ../includes/ot-functions-admin.php:3207
676
  msgid "Dual Sidebar"
677
  msgstr "Topelt küljendusmenüü"
678
 
679
- #: ../includes/ot-functions-admin.php:3212
680
  msgid "Left Dual Sidebar"
681
  msgstr "Kaks küljendusmenüüd vasakul"
682
 
683
- #: ../includes/ot-functions-admin.php:3217
684
  msgid "Right Dual Sidebar"
685
  msgstr "Kaks küljendusmenüüd paremal"
686
 
687
- #: ../includes/ot-functions-admin.php:3258
688
- #: ../includes/ot-functions-admin.php:3314
689
- #: ../includes/ot-functions-admin.php:5446
690
  msgid "Link"
691
  msgstr "Viide"
692
 
693
- #: ../includes/ot-functions-admin.php:3269
694
- #: ../includes/ot-functions-admin.php:3320
695
  #: ../includes/ot-functions-docs-page.php:43
696
  #: ../includes/ot-functions-docs-page.php:428
697
  #: ../includes/ot-functions-docs-page.php:478
698
  msgid "Description"
699
  msgstr "Kirjeldus"
700
 
701
- #: ../includes/ot-functions-admin.php:3384
702
  msgid "Name"
703
  msgstr "Nimetus"
704
 
705
- #: ../includes/ot-functions-admin.php:3385
706
  msgid "Enter the name of the social website."
707
  msgstr "Sisesta sotsiaalmeedia veebilehe nimi."
708
 
709
- #: ../includes/ot-functions-admin.php:3393
710
  msgid "Enter the text shown in the title attribute of the link."
711
  msgstr "Sisesta tekst, mida näidatakse lingi pealkirja atribuudis."
712
 
713
- #: ../includes/ot-functions-admin.php:3399
714
  #, php-format
715
  msgid ""
716
  "Enter a link to the profile or page on the social website. Remember to add "
@@ -719,42 +714,47 @@ msgstr ""
719
  "Sisesta link profiilile või lehele sellel sotsiaalmeedia veebilehel. Ära "
720
  "unusta lisada lingi ette %s osa."
721
 
722
- #: ../includes/ot-functions-admin.php:3967
 
 
 
 
 
723
  msgid "edit"
724
  msgstr "muuda"
725
 
726
- #: ../includes/ot-functions-admin.php:3968
727
- #: ../includes/ot-functions-admin.php:4036
728
- #: ../includes/ot-functions-admin.php:4037
729
- #: ../includes/ot-functions-admin.php:4199
730
- #: ../includes/ot-functions-admin.php:4200
731
- #: ../includes/ot-functions-admin.php:4265
732
- #: ../includes/ot-functions-admin.php:4266
733
- #: ../includes/ot-functions-admin.php:4393
734
- #: ../includes/ot-functions-admin.php:4394
735
- #: ../includes/ot-functions-admin.php:4546
736
- #: ../includes/ot-functions-admin.php:4547
737
  msgid "Edit"
738
  msgstr "Muuda"
739
 
740
- #: ../includes/ot-functions-admin.php:3970
741
- #: ../includes/ot-functions-admin.php:3971
742
- #: ../includes/ot-functions-admin.php:4039
743
- #: ../includes/ot-functions-admin.php:4040
744
- #: ../includes/ot-functions-admin.php:4202
745
- #: ../includes/ot-functions-admin.php:4203
746
- #: ../includes/ot-functions-admin.php:4268
747
- #: ../includes/ot-functions-admin.php:4269
748
- #: ../includes/ot-functions-admin.php:4327
749
- #: ../includes/ot-functions-admin.php:4328
750
- #: ../includes/ot-functions-admin.php:4396
751
- #: ../includes/ot-functions-admin.php:4397
752
- #: ../includes/ot-functions-admin.php:4549
753
- #: ../includes/ot-functions-admin.php:4550
754
  msgid "Delete"
755
  msgstr "Kustuta"
756
 
757
- #: ../includes/ot-functions-admin.php:3977
758
  msgid ""
759
  "<strong>Section Title</strong>: Displayed as a menu item on the Theme "
760
  "Options page."
@@ -762,7 +762,7 @@ msgstr ""
762
  "<strong>Sektsiooni pealkiri</strong>: Näidatakse menüü elemendina teema "
763
  "valikute lehel."
764
 
765
- #: ../includes/ot-functions-admin.php:3985
766
  msgid ""
767
  "<strong>Section ID</strong>: A unique lower case alphanumeric string, "
768
  "underscores allowed."
@@ -770,7 +770,7 @@ msgstr ""
770
  "<strong>Sektsiooni ID</strong>: unikaalne väiketähtedega tähtnumbriline "
771
  "string, alakriipsud lubatud."
772
 
773
- #: ../includes/ot-functions-admin.php:4046
774
  msgid ""
775
  "<strong>Label</strong>: Displayed as the label of a form element on the "
776
  "Theme Options page."
@@ -778,8 +778,8 @@ msgstr ""
778
  "<strong>Nimetus</strong>: Näidatakse kui vormi elemendi nimetust teema "
779
  "valikute lehel."
780
 
781
- #: ../includes/ot-functions-admin.php:4054
782
- #: ../includes/ot-functions-admin.php:4283
783
  msgid ""
784
  "<strong>ID</strong>: A unique lower case alphanumeric string, underscores "
785
  "allowed."
@@ -787,14 +787,14 @@ msgstr ""
787
  "<strong>ID</strong>: unikaalne väiketähtedega tähtnumbriline string, "
788
  "alakriipsud lubatud."
789
 
790
- #: ../includes/ot-functions-admin.php:4062
791
  msgid ""
792
  "<strong>Type</strong>: Choose one of the available option types from the "
793
  "dropdown."
794
  msgstr ""
795
  "<strong>Tüüp</strong>: vali rippmenüüst üks pakutavatest valiku tüüpidest."
796
 
797
- #: ../includes/ot-functions-admin.php:4073
798
  msgid ""
799
  "<strong>Description</strong>: Enter a detailed description for the users to "
800
  "read on the Theme Options page, HTML is allowed. This is also where you "
@@ -804,7 +804,7 @@ msgstr ""
804
  "saavad lugeda teema valikute lehel. HTML on lubatud. See on ühtlasi ka koht, "
805
  "kuhu sisestada tekstibloki ja pealkirjaga tekstibloki valikutüüpide sisu."
806
 
807
- #: ../includes/ot-functions-admin.php:4081
808
  msgid ""
809
  "<strong>Choices</strong>: This will only affect the following option types: "
810
  "Checkbox, Radio, Select & Select Image."
@@ -812,21 +812,21 @@ msgstr ""
812
  "<strong>Valikud</strong>: mõjutab vaid järgnevaid valikutüüpe: valikkastid, "
813
  "raadiokastid, rippvalik ja pildi valik."
814
 
815
- #: ../includes/ot-functions-admin.php:4086
816
  msgid "Add Choice"
817
  msgstr "Lisa valik"
818
 
819
- #: ../includes/ot-functions-admin.php:4092
820
  msgid ""
821
  "<strong>Settings</strong>: This will only affect the List Item option type."
822
  msgstr "<strong>Sätted</strong>: mõjutab vaid nimekirja elemendi valikutüüpi."
823
 
824
- #: ../includes/ot-functions-admin.php:4097
825
  #: ../includes/ot-functions-settings-page.php:93
826
  msgid "Add Setting"
827
  msgstr "Lisa säte"
828
 
829
- #: ../includes/ot-functions-admin.php:4103
830
  msgid ""
831
  "<strong>Standard</strong>: Setting the standard value for your option only "
832
  "works for some option types. Read the <code>OptionTree->Documentation</code> "
@@ -836,7 +836,7 @@ msgstr ""
836
  "valikutüübile. Lisainfot leiad <code>OptionTree->Dokumentatsioon</code> "
837
  "lehelt."
838
 
839
- #: ../includes/ot-functions-admin.php:4111
840
  msgid ""
841
  "<strong>Rows</strong>: Enter a numeric value for the number of rows in your "
842
  "textarea. This will only affect the following option types: CSS, Textarea, & "
@@ -846,7 +846,7 @@ msgstr ""
846
  "tekstiväljal. Mõjutab vaid järgnevaid valikutüüpe: CSS, tekstiväli ja lihtne "
847
  "tekstiväli."
848
 
849
- #: ../includes/ot-functions-admin.php:4119
850
  msgid ""
851
  "<strong>Post Type</strong>: Add a comma separated list of post type like "
852
  "'post,page'. This will only affect the following option types: Custom Post "
@@ -857,7 +857,7 @@ msgstr ""
857
  "valikutüüpe: enda loodud postitüübi valikkastid ja enda loodud postitüübi "
858
  "rippvalik."
859
 
860
- #: ../includes/ot-functions-admin.php:4127
861
  msgid ""
862
  "<strong>Taxonomy</strong>: Add a comma separated list of any registered "
863
  "taxonomy like 'category,post_tag'. This will only affect the following "
@@ -867,7 +867,7 @@ msgstr ""
867
  "taksonoomiatest nagu 'category,post_tag'. See mõjutab vaid järgnevaid "
868
  "valikutüüpe: taksonoomia valikukastid & taksonoomia rippvalik."
869
 
870
- #: ../includes/ot-functions-admin.php:4135
871
  msgid ""
872
  "<strong>Min, Max, & Step</strong>: Add a comma separated list of options in "
873
  "the following format <code>0,100,1</code> (slide from <code>0-100</code> in "
@@ -880,12 +880,12 @@ msgstr ""
880
  "code> intervalliga <code>1</code> ). Need kolm väärtust näitavad miinimumi, "
881
  "maksimumi ja astme valikuid ning mõjutavad vaid numbriliuguri valikutüüpi."
882
 
883
- #: ../includes/ot-functions-admin.php:4143
884
  msgid "<strong>CSS Class</strong>: Add and optional class to this option type."
885
  msgstr ""
886
  "<strong>CSS klass</strong>: Soovi korral lisa sellele valikutüübile klass."
887
 
888
- #: ../includes/ot-functions-admin.php:4151
889
  #, php-format
890
  msgid ""
891
  "<strong>Condition</strong>: Add a comma separated list (no spaces) of "
@@ -898,7 +898,7 @@ msgstr ""
898
  "tühjaks. Nendes näidetes on <code>value</code> kohahoidja teie tingimustele, "
899
  "mis võivad olla kujul %s."
900
 
901
- #: ../includes/ot-functions-admin.php:4159
902
  msgid ""
903
  "<strong>Operator</strong>: Choose the logical operator to compute the result "
904
  "of the conditions."
@@ -906,30 +906,30 @@ msgstr ""
906
  "<strong>Operaator</strong>: vali loogiline operaator, millega arvutada välja "
907
  "tingimuste tulemus."
908
 
909
- #: ../includes/ot-functions-admin.php:4162
910
  #: ../includes/ot-functions-docs-page.php:111
911
  #: ../includes/ot-functions-docs-page.php:378
912
  msgid "and"
913
  msgstr "ja"
914
 
915
- #: ../includes/ot-functions-admin.php:4163
916
  msgid "or"
917
  msgstr "või"
918
 
919
- #: ../includes/ot-functions-admin.php:4209
920
  #: ../includes/ot-functions-docs-page.php:29
921
  msgid "Label"
922
  msgstr "Nimetus"
923
 
924
- #: ../includes/ot-functions-admin.php:4219
925
  msgid "Value"
926
  msgstr "Väärtus"
927
 
928
- #: ../includes/ot-functions-admin.php:4229
929
  msgid "Image Source (Radio Image only)"
930
  msgstr "Pildi allikas ( ainult pildiga raadiovaliku jaoks )"
931
 
932
- #: ../includes/ot-functions-admin.php:4275
933
  msgid ""
934
  "<strong>Title</strong>: Displayed as a contextual help menu item on the "
935
  "Theme Options page."
@@ -937,7 +937,7 @@ msgstr ""
937
  "<strong>Pealkiri</strong>: kuvatakse kui kontekstipõhine abimenüü element "
938
  "teema valikute lehel."
939
 
940
- #: ../includes/ot-functions-admin.php:4291
941
  msgid ""
942
  "<strong>Content</strong>: Enter the HTML content about this contextual help "
943
  "item displayed on the Theme Option page for end users to read."
@@ -945,57 +945,57 @@ msgstr ""
945
  "<strong>Sisu</strong>: sisesta HTML sisu selle kontekstipõhise elemendi "
946
  "kohta. Näidatakse teema valikute lehel lõppkasutajatele."
947
 
948
- #: ../includes/ot-functions-admin.php:4322
949
  msgid "Layout"
950
  msgstr "Paigutus"
951
 
952
- #: ../includes/ot-functions-admin.php:4324
953
- #: ../includes/ot-functions-admin.php:4325
954
  msgid "Activate"
955
  msgstr "Aktiveeri"
956
 
957
- #: ../includes/ot-functions-admin.php:4361 ../includes/ot-meta-box-api.php:223
958
  #: ../includes/ot-settings-api.php:610
959
  msgid "Title"
960
  msgstr "Pealkiri"
961
 
962
- #: ../includes/ot-functions-admin.php:4701
963
  msgid "New Layout"
964
  msgstr "Uus paigutus"
965
 
966
- #: ../includes/ot-functions-admin.php:5455
967
  msgid "Link URL"
968
  msgstr "Viide"
969
 
970
- #: ../includes/ot-functions-admin.php:5462
971
  msgid "Link Title"
972
  msgstr "Lingi pealkiri"
973
 
974
- #: ../includes/ot-functions-admin.php:5492
975
  msgid "Quote"
976
  msgstr "Tsitaat"
977
 
978
- #: ../includes/ot-functions-admin.php:5501
979
  msgid "Source Name (ex. author, singer, actor)"
980
  msgstr "Allika nimi (nt autor, laulja, näitleja)"
981
 
982
- #: ../includes/ot-functions-admin.php:5508
983
  msgid "Source URL"
984
  msgstr "Allika URL"
985
 
986
- #: ../includes/ot-functions-admin.php:5515
987
  msgid "Source Title (ex. book, song, movie)"
988
  msgstr "Allika pealkiri (nt raamat, laul, film)"
989
 
990
- #: ../includes/ot-functions-admin.php:5522
991
  msgid "Source Date"
992
  msgstr "Allika kuupäev"
993
 
994
- #: ../includes/ot-functions-admin.php:5552
995
  msgid "Video"
996
  msgstr "Video"
997
 
998
- #: ../includes/ot-functions-admin.php:5561
999
  #, php-format
1000
  msgid ""
1001
  "Embed video from services like Youtube, Vimeo, or Hulu. You can find a list "
@@ -1006,16 +1006,16 @@ msgstr ""
1006
  "Nimekirja toetatud oEmbed veebilehtedest leiad %1$s. Teine variant oleks "
1007
  "kasutada sisse ehitatud lühikoodi %2$s."
1008
 
1009
- #: ../includes/ot-functions-admin.php:5561
1010
- #: ../includes/ot-functions-admin.php:5600
1011
  msgid "Wordpress Codex"
1012
  msgstr "Wordpress Codex"
1013
 
1014
- #: ../includes/ot-functions-admin.php:5591
1015
  msgid "Audio"
1016
  msgstr "Audio"
1017
 
1018
- #: ../includes/ot-functions-admin.php:5600
1019
  #, php-format
1020
  msgid ""
1021
  "Embed audio from services like SoundCloud and Rdio. You can find a list of "
@@ -2402,19 +2402,19 @@ msgid "background-image"
2402
  msgstr "background-image"
2403
 
2404
  #: ../includes/ot-functions-option-types.php:241
2405
- #: ../includes/ot-functions-option-types.php:3227
2406
  msgid "Add Media"
2407
  msgstr "Lisa meediat"
2408
 
2409
  #: ../includes/ot-functions-option-types.php:316
2410
- #: ../includes/ot-functions-option-types.php:1094
2411
  msgid "width"
2412
  msgstr "width"
2413
 
2414
  #: ../includes/ot-functions-option-types.php:327
2415
- #: ../includes/ot-functions-option-types.php:1114
2416
- #: ../includes/ot-functions-option-types.php:1586
2417
- #: ../includes/ot-functions-option-types.php:2531
2418
  msgid "unit"
2419
  msgstr "ühik"
2420
 
@@ -2444,190 +2444,190 @@ msgid "No Categories Found"
2444
  msgstr "Kategooriaid ei leitud"
2445
 
2446
  #: ../includes/ot-functions-option-types.php:587
2447
- #: ../includes/ot-functions-option-types.php:919
2448
- #: ../includes/ot-functions-option-types.php:1855
2449
- #: ../includes/ot-functions-option-types.php:1966
2450
- #: ../includes/ot-functions-option-types.php:2671
2451
- #: ../includes/ot-functions-option-types.php:2786
2452
  msgid "Choose One"
2453
  msgstr "Valik üks"
2454
 
2455
- #: ../includes/ot-functions-option-types.php:867
2456
- #: ../includes/ot-functions-option-types.php:925
2457
- #: ../includes/ot-functions-option-types.php:1917
2458
- #: ../includes/ot-functions-option-types.php:1972
2459
  msgid "No Posts Found"
2460
  msgstr "Postitusi ei leitud"
2461
 
2462
- #: ../includes/ot-functions-option-types.php:1103
2463
  msgid "height"
2464
  msgstr "height"
2465
 
2466
- #: ../includes/ot-functions-option-types.php:1281
2467
- #: ../includes/ot-functions-option-types.php:1324
2468
  msgid "Remove Google Font"
2469
  msgstr "Eemalda Google Font"
2470
 
2471
- #: ../includes/ot-functions-option-types.php:1283
2472
- #: ../includes/ot-functions-option-types.php:1326
2473
  msgid "-- Choose One --"
2474
  msgstr "-- Vali üks --"
2475
 
2476
- #: ../includes/ot-functions-option-types.php:1347
2477
  msgid "Add Google Font"
2478
  msgstr "Lisa Google Font"
2479
 
2480
- #: ../includes/ot-functions-option-types.php:1433
2481
  msgctxt "color picker"
2482
  msgid "Standard"
2483
  msgstr "Standard"
2484
 
2485
- #: ../includes/ot-functions-option-types.php:1434
2486
  msgctxt "color picker"
2487
  msgid "Hover"
2488
  msgstr "Hõljudes"
2489
 
2490
- #: ../includes/ot-functions-option-types.php:1435
2491
  msgctxt "color picker"
2492
  msgid "Active"
2493
  msgstr "Aktiivne"
2494
 
2495
- #: ../includes/ot-functions-option-types.php:1436
2496
  msgctxt "color picker"
2497
  msgid "Visited"
2498
  msgstr "Külastatud"
2499
 
2500
- #: ../includes/ot-functions-option-types.php:1437
2501
  msgctxt "color picker"
2502
  msgid "Focus"
2503
  msgstr "Fookus"
2504
 
2505
- #: ../includes/ot-functions-option-types.php:1534
2506
- #: ../includes/ot-functions-option-types.php:2271
2507
- #: ../includes/ot-functions-option-types.php:2436
2508
  msgid "Add New"
2509
  msgstr "Lisa uus"
2510
 
2511
- #: ../includes/ot-functions-option-types.php:1537
2512
- #: ../includes/ot-functions-option-types.php:2274
2513
- #: ../includes/ot-functions-option-types.php:2439
2514
  msgid "You can re-order with drag & drop, the order will update after saving."
2515
  msgstr ""
2516
  "Lohistades saab elemente ümber paigutada. Järjekord uueneb peale "
2517
  "salvestamist."
2518
 
2519
- #: ../includes/ot-functions-option-types.php:1706
2520
  msgid "On"
2521
  msgstr "Sees"
2522
 
2523
- #: ../includes/ot-functions-option-types.php:1728
2524
  msgid "Off"
2525
  msgstr "Väljas"
2526
 
2527
- #: ../includes/ot-functions-option-types.php:1806
2528
- #: ../includes/ot-functions-option-types.php:1861
2529
  msgid "No Pages Found"
2530
  msgstr "Lehekülgi ei leitud"
2531
 
2532
- #: ../includes/ot-functions-option-types.php:2194
2533
  msgid "Choose Sidebar"
2534
  msgstr "Vali küljendusmenüü"
2535
 
2536
- #: ../includes/ot-functions-option-types.php:2199
2537
  msgid "No Sidebars"
2538
  msgstr "Küljendusmenüüd puuduvad"
2539
 
2540
- #: ../includes/ot-functions-option-types.php:2307
2541
  msgid "Facebook"
2542
  msgstr "Facebook"
2543
 
2544
- #: ../includes/ot-functions-option-types.php:2312
2545
  msgid "Twitter"
2546
  msgstr "Twitter"
2547
 
2548
- #: ../includes/ot-functions-option-types.php:2317
2549
  msgid "Google+"
2550
  msgstr "Google+"
2551
 
2552
- #: ../includes/ot-functions-option-types.php:2322
2553
  msgid "LinkedIn"
2554
  msgstr "LinkedIn"
2555
 
2556
- #: ../includes/ot-functions-option-types.php:2327
2557
  msgid "Pinterest"
2558
  msgstr "Pinterest"
2559
 
2560
- #: ../includes/ot-functions-option-types.php:2332
2561
  msgid "Youtube"
2562
  msgstr "Youtube"
2563
 
2564
- #: ../includes/ot-functions-option-types.php:2337
2565
  msgid "Dribbble"
2566
  msgstr "Dribbble"
2567
 
2568
- #: ../includes/ot-functions-option-types.php:2342
2569
  msgid "Github"
2570
  msgstr "Github"
2571
 
2572
- #: ../includes/ot-functions-option-types.php:2347
2573
  msgid "Forrst"
2574
  msgstr "Forrst"
2575
 
2576
- #: ../includes/ot-functions-option-types.php:2352
2577
  msgid "Digg"
2578
  msgstr "Digg"
2579
 
2580
- #: ../includes/ot-functions-option-types.php:2357
2581
  msgid "Delicious"
2582
  msgstr "Delicious"
2583
 
2584
- #: ../includes/ot-functions-option-types.php:2362
2585
  msgid "Tumblr"
2586
  msgstr "Tumblr"
2587
 
2588
- #: ../includes/ot-functions-option-types.php:2367
2589
  msgid "Skype"
2590
  msgstr "Skype"
2591
 
2592
- #: ../includes/ot-functions-option-types.php:2372
2593
  msgid "SoundCloud"
2594
  msgstr "SoundCloud"
2595
 
2596
- #: ../includes/ot-functions-option-types.php:2377
2597
  msgid "Vimeo"
2598
  msgstr "Vimeo"
2599
 
2600
- #: ../includes/ot-functions-option-types.php:2382
2601
  msgid "Flickr"
2602
  msgstr "Flickr"
2603
 
2604
- #: ../includes/ot-functions-option-types.php:2387
2605
  msgid "VK.com"
2606
  msgstr "VK.com"
2607
 
2608
- #: ../includes/ot-functions-option-types.php:2493
2609
  msgid "top"
2610
  msgstr "top"
2611
 
2612
- #: ../includes/ot-functions-option-types.php:2502
2613
  msgid "right"
2614
  msgstr "right"
2615
 
2616
- #: ../includes/ot-functions-option-types.php:2511
2617
  msgid "bottom"
2618
  msgstr "bottom"
2619
 
2620
- #: ../includes/ot-functions-option-types.php:2520
2621
  msgid "left"
2622
  msgstr "left"
2623
 
2624
- #: ../includes/ot-functions-option-types.php:2622
2625
- #: ../includes/ot-functions-option-types.php:2676
2626
  msgid "No Tags Found"
2627
  msgstr "Märksõnu ei leitud"
2628
 
2629
- #: ../includes/ot-functions-option-types.php:2734
2630
- #: ../includes/ot-functions-option-types.php:2791
2631
  msgid "No Taxonomies Found"
2632
  msgstr "Taksonoomiaid ei leitud"
2633
 
@@ -2920,6 +2920,10 @@ msgstr ""
2920
  "Palun lülita moodul välja, et laetaks teemast sõltuv versioon OptionTreest "
2921
  "ja see hoiatus kaoks."
2922
 
 
 
 
 
2923
  #~ msgid "Congratulations! You have a clean install."
2924
  #~ msgstr "Õnnitlused! Sul on puhas paigaldus."
2925
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: OptionTree\n"
4
+ "POT-Creation-Date: 2015-02-13 19:31-0800\n"
5
+ "PO-Revision-Date: 2015-02-13 19:32-0800\n"
6
  "Last-Translator: Derek Herman <derek@valendesigns.com>\n"
7
  "Language-Team: Valen Designs\n"
8
  "Language: et_EE\n"
20
  "X-Poedit-SearchPathExcluded-1: ../composer.json\n"
21
  "X-Poedit-SearchPathExcluded-2: ../assets\n"
22
 
23
+ #: ../includes/ot-cleanup-api.php:86 ../includes/ot-cleanup-api.php:103
24
+ #: ../includes/ot-cleanup-api.php:132
25
  msgid "OptionTree Cleanup"
26
  msgstr "OptionTree puhastus"
27
 
28
+ #: ../includes/ot-cleanup-api.php:103
29
  #, php-format
30
  msgid ""
31
  "OptionTree has outdated data that should be removed. Please go to %s for "
34
  "OptionTreel on aegunud andmeid, mis tuleks eemaldada. Lisainformatsiooni "
35
  "saamiseks mine palun %s."
36
 
37
+ #: ../includes/ot-cleanup-api.php:138
38
  msgid "Multiple Media Posts"
39
  msgstr "Mitme meediaga postitused"
40
 
41
+ #: ../includes/ot-cleanup-api.php:140
42
  #, php-format
43
  msgid ""
44
  "There are currently %s OptionTree media posts in your database. At some "
54
  "maht on suurem. Õnneks on nende orbudeks jäänud postituste eemaldamiseks "
55
  "moodus olemas, nii et saab andmebaasi jälle puhtaks."
56
 
57
+ #: ../includes/ot-cleanup-api.php:142
58
  #, php-format
59
  msgid ""
60
  "By clicking the button below, OptionTree will delete %s records and "
66
  "ainsasse OptionTree meedia postitusse, kuhu manuseid üles laaditakse. Lisaks "
67
  "määratakse nende manuste vanema ID-le õige väärtus."
68
 
69
+ #: ../includes/ot-cleanup-api.php:144
70
  msgid ""
71
  "This could take a while to fully process depending on how many records you "
72
  "have in your database, so please be patient and wait for the script to "
75
  "See protsess võtab aega sõltuvalt andmebaasis olevate kirjete arvust, seega "
76
  "palun olge kannatlikud ja laske skriptil oma töö lõpetada."
77
 
78
+ #: ../includes/ot-cleanup-api.php:146
79
  #, php-format
80
  msgid ""
81
  "%s Your server is running in safe mode. Which means this page will "
87
  "postituse töötlemisega probleeme, siis on seda numbrit võimalik %s filtriga "
88
  "muuta."
89
 
90
+ #: ../includes/ot-cleanup-api.php:148
91
  msgid "Consolidate Posts"
92
  msgstr "Konsolideeri postitused"
93
 
94
+ #: ../includes/ot-cleanup-api.php:176
95
  msgid "Reloading..."
96
  msgstr "Värskendame..."
97
 
98
+ #: ../includes/ot-cleanup-api.php:212
99
  msgid "Clean up script has completed, the page will now reload..."
100
  msgstr "Puhastusskript on töö lõpetanud, leht laeb end kohe uuesti..."
101
 
102
+ #: ../includes/ot-cleanup-api.php:232
103
  msgid "Outdated Table"
104
  msgstr "Aegunud tabel"
105
 
106
+ #: ../includes/ot-cleanup-api.php:234
107
  #, php-format
108
  msgid ""
109
  "If you have upgraded from an old 1.x version of OptionTree at some point, "
115
  "andmebaasis üleliigne tabel %s, mille saaks eemaldada. See ei tee midagi "
116
  "halba ning ei pea seal olema. Eemaldamiseks vajuta allolevat nuppu."
117
 
118
+ #: ../includes/ot-cleanup-api.php:236
119
  msgid "Drop Table"
120
  msgstr "Eemalda tabel"
121
 
122
+ #: ../includes/ot-cleanup-api.php:240
123
  #, php-format
124
  msgid "Deleting the outdated and unused %s table..."
125
  msgstr "Kustutan aegunud ja kasutamata tabeli %s..."
126
 
127
+ #: ../includes/ot-cleanup-api.php:246
128
  #, php-format
129
  msgid "The %s table has been successfully deleted. The page will now reload..."
130
  msgstr "Tabel %s kustutatu edukalt. Leht laetakse kohe uuesti..."
131
 
132
+ #: ../includes/ot-cleanup-api.php:258
133
  #, php-format
134
  msgid "Something went wrong. The %s table was not deleted."
135
  msgstr "Midagi läks valesti. Tabelit %s ei kustutatud."
281
  msgstr "Mis siis ikkagi on paigutus?"
282
 
283
  #: ../includes/ot-functions-admin.php:502
284
+ #: ../includes/ot-functions-admin.php:604
285
+ #: ../includes/ot-functions-admin.php:673
286
  #, php-format
287
  msgid "The %s input field for %s only allows numeric values."
288
  msgstr "%s sisendväli %s jaoks lubab vaid numbrilisi väärtusi."
289
 
290
+ #: ../includes/ot-functions-admin.php:563
 
 
 
 
 
291
  #, php-format
292
+ msgid "The %s Colorpicker only allows valid hexadecimal or rgba values."
293
  msgstr "%s värvi valija lubab väärtuseid vaid kuueteistkümnendiksüsteemis."
294
 
295
+ #: ../includes/ot-functions-admin.php:841
296
  #: ../includes/ot-functions-docs-page.php:398
297
  #: ../includes/ot-functions-settings-page.php:170 ../ot-loader.php:782
298
  msgid "Send to OptionTree"
299
  msgstr "Saada OptionTree-le"
300
 
301
+ #: ../includes/ot-functions-admin.php:842
302
  #: ../includes/ot-functions-option-types.php:257
303
+ #: ../includes/ot-functions-option-types.php:3194
304
  msgid "Remove Media"
305
  msgstr "Eemalda meedia"
306
 
307
+ #: ../includes/ot-functions-admin.php:843
308
  msgid "Are you sure you want to reset back to the defaults?"
309
  msgstr "Kas olete kindel, et soovite taastada algseaded?"
310
 
311
+ #: ../includes/ot-functions-admin.php:844
312
  msgid "You can't remove this! But you can edit the values."
313
  msgstr "Te ei saa seda eemaldada! Väärtuste muutmine on lubatud."
314
 
315
+ #: ../includes/ot-functions-admin.php:845
316
  msgid "Are you sure you want to remove this?"
317
  msgstr "Kas olete kindel, et soovite seda eemaldada?"
318
 
319
+ #: ../includes/ot-functions-admin.php:846
320
  msgid "Are you sure you want to activate this layout?"
321
  msgstr "Kas olete kindel, et soovite seda paigutust aktiveerida?"
322
 
323
+ #: ../includes/ot-functions-admin.php:847
324
  msgid "Sorry, you can't have settings three levels deep."
325
  msgstr "Kahjuks ei saa sätteid määrata kolmanda taseme sügavusega."
326
 
327
+ #: ../includes/ot-functions-admin.php:848
328
+ #: ../includes/ot-functions-option-types.php:1159
329
  msgid "Delete Gallery"
330
  msgstr "Kustuta galerii"
331
 
332
+ #: ../includes/ot-functions-admin.php:849
333
+ #: ../includes/ot-functions-option-types.php:1160
334
  msgid "Edit Gallery"
335
  msgstr "Muuda galeriid"
336
 
337
+ #: ../includes/ot-functions-admin.php:850
338
+ #: ../includes/ot-functions-option-types.php:1167
339
  msgid "Create Gallery"
340
  msgstr "Loo galerii"
341
 
342
+ #: ../includes/ot-functions-admin.php:851
343
  msgid "Are you sure you want to delete this Gallery?"
344
  msgstr "Kas olete kindel, et soovite seda galeriid kustutada?"
345
 
346
+ #: ../includes/ot-functions-admin.php:852
347
  msgid "Today"
348
  msgstr "Täna"
349
 
350
+ #: ../includes/ot-functions-admin.php:853
351
  msgid "Now"
352
  msgstr "Praegu"
353
 
354
+ #: ../includes/ot-functions-admin.php:854
355
  msgid "Close"
356
  msgstr "Sulge"
357
 
358
+ #: ../includes/ot-functions-admin.php:855
359
  msgid "Featured Image"
360
  msgstr "Tunuuspilt"
361
 
362
+ #: ../includes/ot-functions-admin.php:856
363
+ #: ../includes/ot-functions-admin.php:3244
364
+ #: ../includes/ot-functions-admin.php:3305
365
  msgid "Image"
366
  msgstr "Pilt"
367
 
368
+ #: ../includes/ot-functions-admin.php:924
369
  msgid "Option Tree"
370
  msgstr "Option Tree"
371
 
372
+ #: ../includes/ot-functions-admin.php:1061
373
  msgid "General"
374
  msgstr "Üldseaded"
375
 
376
+ #: ../includes/ot-functions-admin.php:1067
377
  msgid "Sample Text Field Label"
378
  msgstr "Tekstisisendi nimetuse näide"
379
 
380
+ #: ../includes/ot-functions-admin.php:1068
381
  msgid "Description for the sample text field."
382
  msgstr "Tekstisisendi kirjelduse näide"
383
 
384
+ #: ../includes/ot-functions-admin.php:2310
385
  msgid "Settings updated."
386
  msgstr "Seaded on uuendatud."
387
 
388
+ #: ../includes/ot-functions-admin.php:2314
389
  msgid "Settings could not be saved."
390
  msgstr "Seadeid ei suudetud uuendada."
391
 
392
+ #: ../includes/ot-functions-admin.php:2322
393
  msgid "Settings Imported."
394
  msgstr "Seaded on imporditud."
395
 
396
+ #: ../includes/ot-functions-admin.php:2326
397
  msgid "Settings could not be imported."
398
  msgstr "Seadeid ei suudetud importida."
399
 
400
+ #: ../includes/ot-functions-admin.php:2333
401
  msgid "Data Imported."
402
  msgstr "Andmed on imporditud."
403
 
404
+ #: ../includes/ot-functions-admin.php:2337
405
  msgid "Data could not be imported."
406
  msgstr "Andmeid ei suudetud importida."
407
 
408
+ #: ../includes/ot-functions-admin.php:2345
409
  msgid "Layouts Imported."
410
  msgstr "Paigutused on imporditud."
411
 
412
+ #: ../includes/ot-functions-admin.php:2349
413
  msgid "Layouts could not be imported."
414
  msgstr "Paigutusi ei suudetud importida."
415
 
416
+ #: ../includes/ot-functions-admin.php:2357
417
  msgid "Layouts Updated."
418
  msgstr "Paigutused on uuendatud."
419
 
420
+ #: ../includes/ot-functions-admin.php:2361
421
  msgid "Layouts could not be updated."
422
  msgstr "Paigutusi ei suudetud uuendada."
423
 
424
+ #: ../includes/ot-functions-admin.php:2365
425
  msgid "Layouts have been deleted."
426
  msgstr "Paigutused on kustutatud."
427
 
428
+ #: ../includes/ot-functions-admin.php:2371
429
  msgid "Layout activated."
430
  msgstr "Paigutus on aktiveeritud."
431
 
432
+ #: ../includes/ot-functions-admin.php:2410
433
  #: ../includes/ot-functions-docs-page.php:110
434
  msgid "Background"
435
  msgstr "Taust"
436
 
437
+ #: ../includes/ot-functions-admin.php:2411
438
  #: ../includes/ot-functions-docs-page.php:113
439
  msgid "Border"
440
  msgstr "Ääris"
441
 
442
+ #: ../includes/ot-functions-admin.php:2412
443
  #: ../includes/ot-functions-docs-page.php:116
444
  msgid "Box Shadow"
445
  msgstr "Kasti vari"
446
 
447
+ #: ../includes/ot-functions-admin.php:2413
448
  #: ../includes/ot-functions-docs-page.php:119
449
  msgid "Category Checkbox"
450
  msgstr "Kategooriate valikkastid"
451
 
452
+ #: ../includes/ot-functions-admin.php:2414
453
  #: ../includes/ot-functions-docs-page.php:122
454
  msgid "Category Select"
455
  msgstr "Kategooria rippvalik"
456
 
457
+ #: ../includes/ot-functions-admin.php:2415
458
  #: ../includes/ot-functions-docs-page.php:125
459
  msgid "Checkbox"
460
  msgstr "Valikkastid"
461
 
462
+ #: ../includes/ot-functions-admin.php:2416
463
  #: ../includes/ot-functions-docs-page.php:128
464
  msgid "Colorpicker"
465
  msgstr "Värvivalik"
466
 
467
+ #: ../includes/ot-functions-admin.php:2417
468
  #: ../includes/ot-functions-docs-page.php:131
469
  msgid "Colorpicker Opacity"
470
  msgstr "Värvivalija läbipaistmatus"
471
 
472
+ #: ../includes/ot-functions-admin.php:2418
473
  #: ../includes/ot-functions-docs-page.php:134
474
  msgid "CSS"
475
  msgstr "CSS"
476
 
477
+ #: ../includes/ot-functions-admin.php:2419
478
  #: ../includes/ot-functions-docs-page.php:153
479
  msgid "Custom Post Type Checkbox"
480
  msgstr "Enda loodud postitüübi valikkastid"
481
 
482
+ #: ../includes/ot-functions-admin.php:2420
483
  #: ../includes/ot-functions-docs-page.php:156
484
  msgid "Custom Post Type Select"
485
  msgstr "Enda loodud postitüübi rippvalik"
486
 
487
+ #: ../includes/ot-functions-admin.php:2421
488
  #: ../includes/ot-functions-docs-page.php:159
489
  msgid "Date Picker"
490
  msgstr "Kuupäev valija"
491
 
492
+ #: ../includes/ot-functions-admin.php:2422
493
  #: ../includes/ot-functions-docs-page.php:162
494
  msgid "Date Time Picker"
495
  msgstr "Kuupäeva ja kellaaja valija"
496
 
497
+ #: ../includes/ot-functions-admin.php:2423
498
  #: ../includes/ot-functions-docs-page.php:165
499
  msgid "Dimension"
500
  msgstr "Mõõtmed"
501
 
502
+ #: ../includes/ot-functions-admin.php:2424
503
+ #: ../includes/ot-functions-admin.php:5399
504
  #: ../includes/ot-functions-docs-page.php:168
505
  msgid "Gallery"
506
  msgstr "Galerii"
507
 
508
+ #: ../includes/ot-functions-admin.php:2425
509
  #: ../includes/ot-functions-docs-page.php:171
510
  msgid "Google Fonts"
511
  msgstr "Google Fondid"
512
 
513
+ #: ../includes/ot-functions-admin.php:2426
514
  #: ../includes/ot-functions-docs-page.php:174
515
  msgid "JavaScript"
516
  msgstr "JavaScript"
517
 
518
+ #: ../includes/ot-functions-admin.php:2427
519
  #: ../includes/ot-functions-docs-page.php:177
520
  msgid "Link Color"
521
  msgstr "Lingi värv"
522
 
523
+ #: ../includes/ot-functions-admin.php:2428
524
  #: ../includes/ot-functions-docs-page.php:180
525
  msgid "List Item"
526
  msgstr "Nimekirja element"
527
 
528
+ #: ../includes/ot-functions-admin.php:2429
529
  #: ../includes/ot-functions-docs-page.php:183
530
  msgid "Measurement"
531
  msgstr "Mõõt"
532
 
533
+ #: ../includes/ot-functions-admin.php:2430
534
  #: ../includes/ot-functions-docs-page.php:214
535
  msgid "Numeric Slider"
536
  msgstr "Numbriskaala"
537
 
538
+ #: ../includes/ot-functions-admin.php:2431
539
  #: ../includes/ot-functions-docs-page.php:217
540
  msgid "On/Off"
541
  msgstr "Sees/väljas"
542
 
543
+ #: ../includes/ot-functions-admin.php:2432
544
  #: ../includes/ot-functions-docs-page.php:220
545
  msgid "Page Checkbox"
546
  msgstr "Lehekülgede valikkastid"
547
 
548
+ #: ../includes/ot-functions-admin.php:2433
549
  #: ../includes/ot-functions-docs-page.php:223
550
  msgid "Page Select"
551
  msgstr "Lehekülje rippvalik"
552
 
553
+ #: ../includes/ot-functions-admin.php:2434
554
  #: ../includes/ot-functions-docs-page.php:226
555
  msgid "Post Checkbox"
556
  msgstr "Postituste valikkastid"
557
 
558
+ #: ../includes/ot-functions-admin.php:2435
559
  #: ../includes/ot-functions-docs-page.php:229
560
  msgid "Post Select"
561
  msgstr "Postituse rippvalik"
562
 
563
+ #: ../includes/ot-functions-admin.php:2436
564
  #: ../includes/ot-functions-docs-page.php:232
565
  msgid "Radio"
566
  msgstr "Raadiokastid"
567
 
568
+ #: ../includes/ot-functions-admin.php:2437
569
  #: ../includes/ot-functions-docs-page.php:235
570
  msgid "Radio Image"
571
  msgstr "Pildiga raadiokastid"
572
 
573
+ #: ../includes/ot-functions-admin.php:2438
574
  #: ../includes/ot-functions-docs-page.php:262
575
  msgid "Select"
576
  msgstr "Rippvalik"
577
 
578
+ #: ../includes/ot-functions-admin.php:2439
579
  #: ../includes/ot-functions-docs-page.php:265
580
  msgid "Sidebar Select"
581
  msgstr "Küljeriba rippvalik"
582
 
583
+ #: ../includes/ot-functions-admin.php:2440
584
  #: ../includes/ot-functions-docs-page.php:269
585
  msgid "Slider"
586
  msgstr "Slaidiesitaja"
587
 
588
+ #: ../includes/ot-functions-admin.php:2441
589
  #: ../includes/ot-functions-docs-page.php:272
590
  msgid "Social Links"
591
  msgstr "Sotsiaalmeedia"
592
 
593
+ #: ../includes/ot-functions-admin.php:2442
594
  #: ../includes/ot-functions-docs-page.php:275
595
  msgid "Spacing"
596
  msgstr "Vahed"
597
 
598
+ #: ../includes/ot-functions-admin.php:2443
599
  #: ../includes/ot-functions-docs-page.php:278
600
  msgid "Tab"
601
  msgstr "Sakk"
602
 
603
+ #: ../includes/ot-functions-admin.php:2444
604
  #: ../includes/ot-functions-docs-page.php:281
605
  msgid "Tag Checkbox"
606
  msgstr "Sildi valikkastid"
607
 
608
+ #: ../includes/ot-functions-admin.php:2445
609
  #: ../includes/ot-functions-docs-page.php:284
610
  msgid "Tag Select"
611
  msgstr "Sildi rippvalik"
612
 
613
+ #: ../includes/ot-functions-admin.php:2446
614
  #: ../includes/ot-functions-docs-page.php:287
615
  msgid "Taxonomy Checkbox"
616
  msgstr "Taksonoomia valikkastid"
617
 
618
+ #: ../includes/ot-functions-admin.php:2447
619
  #: ../includes/ot-functions-docs-page.php:290
620
  msgid "Taxonomy Select"
621
  msgstr "Taksonoomia rippvalik"
622
 
623
+ #: ../includes/ot-functions-admin.php:2448
624
  #: ../includes/ot-functions-docs-page.php:293
625
  msgid "Text"
626
  msgstr "Tekstisisend"
627
 
628
+ #: ../includes/ot-functions-admin.php:2449
629
  #: ../includes/ot-functions-docs-page.php:296
630
  msgid "Textarea"
631
  msgstr "Tekstiväli"
632
 
633
+ #: ../includes/ot-functions-admin.php:2450
634
  #: ../includes/ot-functions-docs-page.php:355
635
  msgid "Textarea Simple"
636
  msgstr "Lihtne tekstiväli"
637
 
638
+ #: ../includes/ot-functions-admin.php:2451
639
  #: ../includes/ot-functions-docs-page.php:371
640
  msgid "Textblock"
641
  msgstr "Tekstiblokk"
642
 
643
+ #: ../includes/ot-functions-admin.php:2452
644
  #: ../includes/ot-functions-docs-page.php:374
645
  msgid "Textblock Titled"
646
  msgstr "Pealkirjaga tekstiblokk"
647
 
648
+ #: ../includes/ot-functions-admin.php:2453
649
  #: ../includes/ot-functions-docs-page.php:377
650
  msgid "Typography"
651
  msgstr "Tüpograafia"
652
 
653
+ #: ../includes/ot-functions-admin.php:2454
654
  #: ../includes/ot-functions-docs-page.php:397
655
  msgid "Upload"
656
  msgstr "Lae üles"
657
 
658
+ #: ../includes/ot-functions-admin.php:3189
659
  msgid "Left Sidebar"
660
  msgstr "Vasak küljendusmenüü"
661
 
662
+ #: ../includes/ot-functions-admin.php:3194
663
  msgid "Right Sidebar"
664
  msgstr "Parem küljendusmenüü"
665
 
666
+ #: ../includes/ot-functions-admin.php:3199
667
  msgid "Full Width (no sidebar)"
668
  msgstr "Täies pikkuses (ilma küljendusmenüüta)"
669
 
670
+ #: ../includes/ot-functions-admin.php:3204
671
  msgid "Dual Sidebar"
672
  msgstr "Topelt küljendusmenüü"
673
 
674
+ #: ../includes/ot-functions-admin.php:3209
675
  msgid "Left Dual Sidebar"
676
  msgstr "Kaks küljendusmenüüd vasakul"
677
 
678
+ #: ../includes/ot-functions-admin.php:3214
679
  msgid "Right Dual Sidebar"
680
  msgstr "Kaks küljendusmenüüd paremal"
681
 
682
+ #: ../includes/ot-functions-admin.php:3255
683
+ #: ../includes/ot-functions-admin.php:3311
684
+ #: ../includes/ot-functions-admin.php:5439
685
  msgid "Link"
686
  msgstr "Viide"
687
 
688
+ #: ../includes/ot-functions-admin.php:3266
689
+ #: ../includes/ot-functions-admin.php:3317
690
  #: ../includes/ot-functions-docs-page.php:43
691
  #: ../includes/ot-functions-docs-page.php:428
692
  #: ../includes/ot-functions-docs-page.php:478
693
  msgid "Description"
694
  msgstr "Kirjeldus"
695
 
696
+ #: ../includes/ot-functions-admin.php:3381
697
  msgid "Name"
698
  msgstr "Nimetus"
699
 
700
+ #: ../includes/ot-functions-admin.php:3382
701
  msgid "Enter the name of the social website."
702
  msgstr "Sisesta sotsiaalmeedia veebilehe nimi."
703
 
704
+ #: ../includes/ot-functions-admin.php:3390
705
  msgid "Enter the text shown in the title attribute of the link."
706
  msgstr "Sisesta tekst, mida näidatakse lingi pealkirja atribuudis."
707
 
708
+ #: ../includes/ot-functions-admin.php:3396
709
  #, php-format
710
  msgid ""
711
  "Enter a link to the profile or page on the social website. Remember to add "
714
  "Sisesta link profiilile või lehele sellel sotsiaalmeedia veebilehel. Ära "
715
  "unusta lisada lingi ette %s osa."
716
 
717
+ #: ../includes/ot-functions-admin.php:3689
718
+ #, php-format
719
+ msgid "Unable to write to file %s."
720
+ msgstr ""
721
+
722
+ #: ../includes/ot-functions-admin.php:3959
723
  msgid "edit"
724
  msgstr "muuda"
725
 
726
+ #: ../includes/ot-functions-admin.php:3960
727
+ #: ../includes/ot-functions-admin.php:4028
728
+ #: ../includes/ot-functions-admin.php:4029
729
+ #: ../includes/ot-functions-admin.php:4191
730
+ #: ../includes/ot-functions-admin.php:4192
731
+ #: ../includes/ot-functions-admin.php:4257
732
+ #: ../includes/ot-functions-admin.php:4258
733
+ #: ../includes/ot-functions-admin.php:4385
734
+ #: ../includes/ot-functions-admin.php:4386
735
+ #: ../includes/ot-functions-admin.php:4538
736
+ #: ../includes/ot-functions-admin.php:4539
737
  msgid "Edit"
738
  msgstr "Muuda"
739
 
740
+ #: ../includes/ot-functions-admin.php:3962
741
+ #: ../includes/ot-functions-admin.php:3963
742
+ #: ../includes/ot-functions-admin.php:4031
743
+ #: ../includes/ot-functions-admin.php:4032
744
+ #: ../includes/ot-functions-admin.php:4194
745
+ #: ../includes/ot-functions-admin.php:4195
746
+ #: ../includes/ot-functions-admin.php:4260
747
+ #: ../includes/ot-functions-admin.php:4261
748
+ #: ../includes/ot-functions-admin.php:4319
749
+ #: ../includes/ot-functions-admin.php:4320
750
+ #: ../includes/ot-functions-admin.php:4388
751
+ #: ../includes/ot-functions-admin.php:4389
752
+ #: ../includes/ot-functions-admin.php:4541
753
+ #: ../includes/ot-functions-admin.php:4542
754
  msgid "Delete"
755
  msgstr "Kustuta"
756
 
757
+ #: ../includes/ot-functions-admin.php:3969
758
  msgid ""
759
  "<strong>Section Title</strong>: Displayed as a menu item on the Theme "
760
  "Options page."
762
  "<strong>Sektsiooni pealkiri</strong>: Näidatakse menüü elemendina teema "
763
  "valikute lehel."
764
 
765
+ #: ../includes/ot-functions-admin.php:3977
766
  msgid ""
767
  "<strong>Section ID</strong>: A unique lower case alphanumeric string, "
768
  "underscores allowed."
770
  "<strong>Sektsiooni ID</strong>: unikaalne väiketähtedega tähtnumbriline "
771
  "string, alakriipsud lubatud."
772
 
773
+ #: ../includes/ot-functions-admin.php:4038
774
  msgid ""
775
  "<strong>Label</strong>: Displayed as the label of a form element on the "
776
  "Theme Options page."
778
  "<strong>Nimetus</strong>: Näidatakse kui vormi elemendi nimetust teema "
779
  "valikute lehel."
780
 
781
+ #: ../includes/ot-functions-admin.php:4046
782
+ #: ../includes/ot-functions-admin.php:4275
783
  msgid ""
784
  "<strong>ID</strong>: A unique lower case alphanumeric string, underscores "
785
  "allowed."
787
  "<strong>ID</strong>: unikaalne väiketähtedega tähtnumbriline string, "
788
  "alakriipsud lubatud."
789
 
790
+ #: ../includes/ot-functions-admin.php:4054
791
  msgid ""
792
  "<strong>Type</strong>: Choose one of the available option types from the "
793
  "dropdown."
794
  msgstr ""
795
  "<strong>Tüüp</strong>: vali rippmenüüst üks pakutavatest valiku tüüpidest."
796
 
797
+ #: ../includes/ot-functions-admin.php:4065
798
  msgid ""
799
  "<strong>Description</strong>: Enter a detailed description for the users to "
800
  "read on the Theme Options page, HTML is allowed. This is also where you "
804
  "saavad lugeda teema valikute lehel. HTML on lubatud. See on ühtlasi ka koht, "
805
  "kuhu sisestada tekstibloki ja pealkirjaga tekstibloki valikutüüpide sisu."
806
 
807
+ #: ../includes/ot-functions-admin.php:4073
808
  msgid ""
809
  "<strong>Choices</strong>: This will only affect the following option types: "
810
  "Checkbox, Radio, Select & Select Image."
812
  "<strong>Valikud</strong>: mõjutab vaid järgnevaid valikutüüpe: valikkastid, "
813
  "raadiokastid, rippvalik ja pildi valik."
814
 
815
+ #: ../includes/ot-functions-admin.php:4078
816
  msgid "Add Choice"
817
  msgstr "Lisa valik"
818
 
819
+ #: ../includes/ot-functions-admin.php:4084
820
  msgid ""
821
  "<strong>Settings</strong>: This will only affect the List Item option type."
822
  msgstr "<strong>Sätted</strong>: mõjutab vaid nimekirja elemendi valikutüüpi."
823
 
824
+ #: ../includes/ot-functions-admin.php:4089
825
  #: ../includes/ot-functions-settings-page.php:93
826
  msgid "Add Setting"
827
  msgstr "Lisa säte"
828
 
829
+ #: ../includes/ot-functions-admin.php:4095
830
  msgid ""
831
  "<strong>Standard</strong>: Setting the standard value for your option only "
832
  "works for some option types. Read the <code>OptionTree->Documentation</code> "
836
  "valikutüübile. Lisainfot leiad <code>OptionTree->Dokumentatsioon</code> "
837
  "lehelt."
838
 
839
+ #: ../includes/ot-functions-admin.php:4103
840
  msgid ""
841
  "<strong>Rows</strong>: Enter a numeric value for the number of rows in your "
842
  "textarea. This will only affect the following option types: CSS, Textarea, & "
846
  "tekstiväljal. Mõjutab vaid järgnevaid valikutüüpe: CSS, tekstiväli ja lihtne "
847
  "tekstiväli."
848
 
849
+ #: ../includes/ot-functions-admin.php:4111
850
  msgid ""
851
  "<strong>Post Type</strong>: Add a comma separated list of post type like "
852
  "'post,page'. This will only affect the following option types: Custom Post "
857
  "valikutüüpe: enda loodud postitüübi valikkastid ja enda loodud postitüübi "
858
  "rippvalik."
859
 
860
+ #: ../includes/ot-functions-admin.php:4119
861
  msgid ""
862
  "<strong>Taxonomy</strong>: Add a comma separated list of any registered "
863
  "taxonomy like 'category,post_tag'. This will only affect the following "
867
  "taksonoomiatest nagu 'category,post_tag'. See mõjutab vaid järgnevaid "
868
  "valikutüüpe: taksonoomia valikukastid & taksonoomia rippvalik."
869
 
870
+ #: ../includes/ot-functions-admin.php:4127
871
  msgid ""
872
  "<strong>Min, Max, & Step</strong>: Add a comma separated list of options in "
873
  "the following format <code>0,100,1</code> (slide from <code>0-100</code> in "
880
  "code> intervalliga <code>1</code> ). Need kolm väärtust näitavad miinimumi, "
881
  "maksimumi ja astme valikuid ning mõjutavad vaid numbriliuguri valikutüüpi."
882
 
883
+ #: ../includes/ot-functions-admin.php:4135
884
  msgid "<strong>CSS Class</strong>: Add and optional class to this option type."
885
  msgstr ""
886
  "<strong>CSS klass</strong>: Soovi korral lisa sellele valikutüübile klass."
887
 
888
+ #: ../includes/ot-functions-admin.php:4143
889
  #, php-format
890
  msgid ""
891
  "<strong>Condition</strong>: Add a comma separated list (no spaces) of "
898
  "tühjaks. Nendes näidetes on <code>value</code> kohahoidja teie tingimustele, "
899
  "mis võivad olla kujul %s."
900
 
901
+ #: ../includes/ot-functions-admin.php:4151
902
  msgid ""
903
  "<strong>Operator</strong>: Choose the logical operator to compute the result "
904
  "of the conditions."
906
  "<strong>Operaator</strong>: vali loogiline operaator, millega arvutada välja "
907
  "tingimuste tulemus."
908
 
909
+ #: ../includes/ot-functions-admin.php:4154
910
  #: ../includes/ot-functions-docs-page.php:111
911
  #: ../includes/ot-functions-docs-page.php:378
912
  msgid "and"
913
  msgstr "ja"
914
 
915
+ #: ../includes/ot-functions-admin.php:4155
916
  msgid "or"
917
  msgstr "või"
918
 
919
+ #: ../includes/ot-functions-admin.php:4201
920
  #: ../includes/ot-functions-docs-page.php:29
921
  msgid "Label"
922
  msgstr "Nimetus"
923
 
924
+ #: ../includes/ot-functions-admin.php:4211
925
  msgid "Value"
926
  msgstr "Väärtus"
927
 
928
+ #: ../includes/ot-functions-admin.php:4221
929
  msgid "Image Source (Radio Image only)"
930
  msgstr "Pildi allikas ( ainult pildiga raadiovaliku jaoks )"
931
 
932
+ #: ../includes/ot-functions-admin.php:4267
933
  msgid ""
934
  "<strong>Title</strong>: Displayed as a contextual help menu item on the "
935
  "Theme Options page."
937
  "<strong>Pealkiri</strong>: kuvatakse kui kontekstipõhine abimenüü element "
938
  "teema valikute lehel."
939
 
940
+ #: ../includes/ot-functions-admin.php:4283
941
  msgid ""
942
  "<strong>Content</strong>: Enter the HTML content about this contextual help "
943
  "item displayed on the Theme Option page for end users to read."
945
  "<strong>Sisu</strong>: sisesta HTML sisu selle kontekstipõhise elemendi "
946
  "kohta. Näidatakse teema valikute lehel lõppkasutajatele."
947
 
948
+ #: ../includes/ot-functions-admin.php:4314
949
  msgid "Layout"
950
  msgstr "Paigutus"
951
 
952
+ #: ../includes/ot-functions-admin.php:4316
953
+ #: ../includes/ot-functions-admin.php:4317
954
  msgid "Activate"
955
  msgstr "Aktiveeri"
956
 
957
+ #: ../includes/ot-functions-admin.php:4353 ../includes/ot-meta-box-api.php:223
958
  #: ../includes/ot-settings-api.php:610
959
  msgid "Title"
960
  msgstr "Pealkiri"
961
 
962
+ #: ../includes/ot-functions-admin.php:4693
963
  msgid "New Layout"
964
  msgstr "Uus paigutus"
965
 
966
+ #: ../includes/ot-functions-admin.php:5448
967
  msgid "Link URL"
968
  msgstr "Viide"
969
 
970
+ #: ../includes/ot-functions-admin.php:5455
971
  msgid "Link Title"
972
  msgstr "Lingi pealkiri"
973
 
974
+ #: ../includes/ot-functions-admin.php:5485
975
  msgid "Quote"
976
  msgstr "Tsitaat"
977
 
978
+ #: ../includes/ot-functions-admin.php:5494
979
  msgid "Source Name (ex. author, singer, actor)"
980
  msgstr "Allika nimi (nt autor, laulja, näitleja)"
981
 
982
+ #: ../includes/ot-functions-admin.php:5501
983
  msgid "Source URL"
984
  msgstr "Allika URL"
985
 
986
+ #: ../includes/ot-functions-admin.php:5508
987
  msgid "Source Title (ex. book, song, movie)"
988
  msgstr "Allika pealkiri (nt raamat, laul, film)"
989
 
990
+ #: ../includes/ot-functions-admin.php:5515
991
  msgid "Source Date"
992
  msgstr "Allika kuupäev"
993
 
994
+ #: ../includes/ot-functions-admin.php:5545
995
  msgid "Video"
996
  msgstr "Video"
997
 
998
+ #: ../includes/ot-functions-admin.php:5554
999
  #, php-format
1000
  msgid ""
1001
  "Embed video from services like Youtube, Vimeo, or Hulu. You can find a list "
1006
  "Nimekirja toetatud oEmbed veebilehtedest leiad %1$s. Teine variant oleks "
1007
  "kasutada sisse ehitatud lühikoodi %2$s."
1008
 
1009
+ #: ../includes/ot-functions-admin.php:5554
1010
+ #: ../includes/ot-functions-admin.php:5593
1011
  msgid "Wordpress Codex"
1012
  msgstr "Wordpress Codex"
1013
 
1014
+ #: ../includes/ot-functions-admin.php:5584
1015
  msgid "Audio"
1016
  msgstr "Audio"
1017
 
1018
+ #: ../includes/ot-functions-admin.php:5593
1019
  #, php-format
1020
  msgid ""
1021
  "Embed audio from services like SoundCloud and Rdio. You can find a list of "
2402
  msgstr "background-image"
2403
 
2404
  #: ../includes/ot-functions-option-types.php:241
2405
+ #: ../includes/ot-functions-option-types.php:3178
2406
  msgid "Add Media"
2407
  msgstr "Lisa meediat"
2408
 
2409
  #: ../includes/ot-functions-option-types.php:316
2410
+ #: ../includes/ot-functions-option-types.php:1045
2411
  msgid "width"
2412
  msgstr "width"
2413
 
2414
  #: ../includes/ot-functions-option-types.php:327
2415
+ #: ../includes/ot-functions-option-types.php:1065
2416
+ #: ../includes/ot-functions-option-types.php:1537
2417
+ #: ../includes/ot-functions-option-types.php:2482
2418
  msgid "unit"
2419
  msgstr "ühik"
2420
 
2444
  msgstr "Kategooriaid ei leitud"
2445
 
2446
  #: ../includes/ot-functions-option-types.php:587
2447
+ #: ../includes/ot-functions-option-types.php:870
2448
+ #: ../includes/ot-functions-option-types.php:1806
2449
+ #: ../includes/ot-functions-option-types.php:1917
2450
+ #: ../includes/ot-functions-option-types.php:2622
2451
+ #: ../includes/ot-functions-option-types.php:2737
2452
  msgid "Choose One"
2453
  msgstr "Valik üks"
2454
 
2455
+ #: ../includes/ot-functions-option-types.php:818
2456
+ #: ../includes/ot-functions-option-types.php:876
2457
+ #: ../includes/ot-functions-option-types.php:1868
2458
+ #: ../includes/ot-functions-option-types.php:1923
2459
  msgid "No Posts Found"
2460
  msgstr "Postitusi ei leitud"
2461
 
2462
+ #: ../includes/ot-functions-option-types.php:1054
2463
  msgid "height"
2464
  msgstr "height"
2465
 
2466
+ #: ../includes/ot-functions-option-types.php:1232
2467
+ #: ../includes/ot-functions-option-types.php:1275
2468
  msgid "Remove Google Font"
2469
  msgstr "Eemalda Google Font"
2470
 
2471
+ #: ../includes/ot-functions-option-types.php:1234
2472
+ #: ../includes/ot-functions-option-types.php:1277
2473
  msgid "-- Choose One --"
2474
  msgstr "-- Vali üks --"
2475
 
2476
+ #: ../includes/ot-functions-option-types.php:1298
2477
  msgid "Add Google Font"
2478
  msgstr "Lisa Google Font"
2479
 
2480
+ #: ../includes/ot-functions-option-types.php:1384
2481
  msgctxt "color picker"
2482
  msgid "Standard"
2483
  msgstr "Standard"
2484
 
2485
+ #: ../includes/ot-functions-option-types.php:1385
2486
  msgctxt "color picker"
2487
  msgid "Hover"
2488
  msgstr "Hõljudes"
2489
 
2490
+ #: ../includes/ot-functions-option-types.php:1386
2491
  msgctxt "color picker"
2492
  msgid "Active"
2493
  msgstr "Aktiivne"
2494
 
2495
+ #: ../includes/ot-functions-option-types.php:1387
2496
  msgctxt "color picker"
2497
  msgid "Visited"
2498
  msgstr "Külastatud"
2499
 
2500
+ #: ../includes/ot-functions-option-types.php:1388
2501
  msgctxt "color picker"
2502
  msgid "Focus"
2503
  msgstr "Fookus"
2504
 
2505
+ #: ../includes/ot-functions-option-types.php:1485
2506
+ #: ../includes/ot-functions-option-types.php:2222
2507
+ #: ../includes/ot-functions-option-types.php:2387
2508
  msgid "Add New"
2509
  msgstr "Lisa uus"
2510
 
2511
+ #: ../includes/ot-functions-option-types.php:1488
2512
+ #: ../includes/ot-functions-option-types.php:2225
2513
+ #: ../includes/ot-functions-option-types.php:2390
2514
  msgid "You can re-order with drag & drop, the order will update after saving."
2515
  msgstr ""
2516
  "Lohistades saab elemente ümber paigutada. Järjekord uueneb peale "
2517
  "salvestamist."
2518
 
2519
+ #: ../includes/ot-functions-option-types.php:1657
2520
  msgid "On"
2521
  msgstr "Sees"
2522
 
2523
+ #: ../includes/ot-functions-option-types.php:1679
2524
  msgid "Off"
2525
  msgstr "Väljas"
2526
 
2527
+ #: ../includes/ot-functions-option-types.php:1757
2528
+ #: ../includes/ot-functions-option-types.php:1812
2529
  msgid "No Pages Found"
2530
  msgstr "Lehekülgi ei leitud"
2531
 
2532
+ #: ../includes/ot-functions-option-types.php:2145
2533
  msgid "Choose Sidebar"
2534
  msgstr "Vali küljendusmenüü"
2535
 
2536
+ #: ../includes/ot-functions-option-types.php:2150
2537
  msgid "No Sidebars"
2538
  msgstr "Küljendusmenüüd puuduvad"
2539
 
2540
+ #: ../includes/ot-functions-option-types.php:2258
2541
  msgid "Facebook"
2542
  msgstr "Facebook"
2543
 
2544
+ #: ../includes/ot-functions-option-types.php:2263
2545
  msgid "Twitter"
2546
  msgstr "Twitter"
2547
 
2548
+ #: ../includes/ot-functions-option-types.php:2268
2549
  msgid "Google+"
2550
  msgstr "Google+"
2551
 
2552
+ #: ../includes/ot-functions-option-types.php:2273
2553
  msgid "LinkedIn"
2554
  msgstr "LinkedIn"
2555
 
2556
+ #: ../includes/ot-functions-option-types.php:2278
2557
  msgid "Pinterest"
2558
  msgstr "Pinterest"
2559
 
2560
+ #: ../includes/ot-functions-option-types.php:2283
2561
  msgid "Youtube"
2562
  msgstr "Youtube"
2563
 
2564
+ #: ../includes/ot-functions-option-types.php:2288
2565
  msgid "Dribbble"
2566
  msgstr "Dribbble"
2567
 
2568
+ #: ../includes/ot-functions-option-types.php:2293
2569
  msgid "Github"
2570
  msgstr "Github"
2571
 
2572
+ #: ../includes/ot-functions-option-types.php:2298
2573
  msgid "Forrst"
2574
  msgstr "Forrst"
2575
 
2576
+ #: ../includes/ot-functions-option-types.php:2303
2577
  msgid "Digg"
2578
  msgstr "Digg"
2579
 
2580
+ #: ../includes/ot-functions-option-types.php:2308
2581
  msgid "Delicious"
2582
  msgstr "Delicious"
2583
 
2584
+ #: ../includes/ot-functions-option-types.php:2313
2585
  msgid "Tumblr"
2586
  msgstr "Tumblr"
2587
 
2588
+ #: ../includes/ot-functions-option-types.php:2318
2589
  msgid "Skype"
2590
  msgstr "Skype"
2591
 
2592
+ #: ../includes/ot-functions-option-types.php:2323
2593
  msgid "SoundCloud"
2594
  msgstr "SoundCloud"
2595
 
2596
+ #: ../includes/ot-functions-option-types.php:2328
2597
  msgid "Vimeo"
2598
  msgstr "Vimeo"
2599
 
2600
+ #: ../includes/ot-functions-option-types.php:2333
2601
  msgid "Flickr"
2602
  msgstr "Flickr"
2603
 
2604
+ #: ../includes/ot-functions-option-types.php:2338
2605
  msgid "VK.com"
2606
  msgstr "VK.com"
2607
 
2608
+ #: ../includes/ot-functions-option-types.php:2444
2609
  msgid "top"
2610
  msgstr "top"
2611
 
2612
+ #: ../includes/ot-functions-option-types.php:2453
2613
  msgid "right"
2614
  msgstr "right"
2615
 
2616
+ #: ../includes/ot-functions-option-types.php:2462
2617
  msgid "bottom"
2618
  msgstr "bottom"
2619
 
2620
+ #: ../includes/ot-functions-option-types.php:2471
2621
  msgid "left"
2622
  msgstr "left"
2623
 
2624
+ #: ../includes/ot-functions-option-types.php:2573
2625
+ #: ../includes/ot-functions-option-types.php:2627
2626
  msgid "No Tags Found"
2627
  msgstr "Märksõnu ei leitud"
2628
 
2629
+ #: ../includes/ot-functions-option-types.php:2685
2630
+ #: ../includes/ot-functions-option-types.php:2742
2631
  msgid "No Taxonomies Found"
2632
  msgstr "Taksonoomiaid ei leitud"
2633
 
2920
  "Palun lülita moodul välja, et laetaks teemast sõltuv versioon OptionTreest "
2921
  "ja see hoiatus kaoks."
2922
 
2923
+ #~ msgid "The Colorpicker only allows valid hexadecimal values."
2924
+ #~ msgstr ""
2925
+ #~ "Värvi valija lubab vaid sobivaid kuueteistkümnendiksüsteemis väärtuseid."
2926
+
2927
  #~ msgid "Congratulations! You have a clean install."
2928
  #~ msgstr "Õnnitlused! Sul on puhas paigaldus."
2929
 
languages/option-tree.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: OptionTree\n"
4
- "POT-Creation-Date: 2015-02-09 08:02-0800\n"
5
- "PO-Revision-Date: 2015-02-09 08:03-0800\n"
6
  "Last-Translator: Derek Herman <derek@valendesigns.com>\n"
7
  "Language-Team: Valen Designs\n"
8
  "Language: en\n"
@@ -20,23 +20,23 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-1: ../composer.json\n"
21
  "X-Poedit-SearchPathExcluded-2: ../assets\n"
22
 
23
- #: ../includes/ot-cleanup-api.php:84 ../includes/ot-cleanup-api.php:101
24
- #: ../includes/ot-cleanup-api.php:130
25
  msgid "OptionTree Cleanup"
26
  msgstr ""
27
 
28
- #: ../includes/ot-cleanup-api.php:101
29
  #, php-format
30
  msgid ""
31
  "OptionTree has outdated data that should be removed. Please go to %s for "
32
  "more information."
33
  msgstr ""
34
 
35
- #: ../includes/ot-cleanup-api.php:136
36
  msgid "Multiple Media Posts"
37
  msgstr ""
38
 
39
- #: ../includes/ot-cleanup-api.php:138
40
  #, php-format
41
  msgid ""
42
  "There are currently %s OptionTree media posts in your database. At some "
@@ -47,7 +47,7 @@ msgid ""
47
  "posts and get your database cleaned up."
48
  msgstr ""
49
 
50
- #: ../includes/ot-cleanup-api.php:140
51
  #, php-format
52
  msgid ""
53
  "By clicking the button below, OptionTree will delete %s records and "
@@ -56,14 +56,14 @@ msgid ""
56
  "updated to the correct media post."
57
  msgstr ""
58
 
59
- #: ../includes/ot-cleanup-api.php:142
60
  msgid ""
61
  "This could take a while to fully process depending on how many records you "
62
  "have in your database, so please be patient and wait for the script to "
63
  "finish."
64
  msgstr ""
65
 
66
- #: ../includes/ot-cleanup-api.php:144
67
  #, php-format
68
  msgid ""
69
  "%s Your server is running in safe mode. Which means this page will "
@@ -71,23 +71,23 @@ msgid ""
71
  "using %s if your server is having trouble processing that many at one time."
72
  msgstr ""
73
 
74
- #: ../includes/ot-cleanup-api.php:146
75
  msgid "Consolidate Posts"
76
  msgstr ""
77
 
78
- #: ../includes/ot-cleanup-api.php:174
79
  msgid "Reloading..."
80
  msgstr ""
81
 
82
- #: ../includes/ot-cleanup-api.php:210
83
  msgid "Clean up script has completed, the page will now reload..."
84
  msgstr ""
85
 
86
- #: ../includes/ot-cleanup-api.php:230
87
  msgid "Outdated Table"
88
  msgstr ""
89
 
90
- #: ../includes/ot-cleanup-api.php:232
91
  #, php-format
92
  msgid ""
93
  "If you have upgraded from an old 1.x version of OptionTree at some point, "
@@ -96,21 +96,21 @@ msgid ""
96
  "Click the button below."
97
  msgstr ""
98
 
99
- #: ../includes/ot-cleanup-api.php:234
100
  msgid "Drop Table"
101
  msgstr ""
102
 
103
- #: ../includes/ot-cleanup-api.php:238
104
  #, php-format
105
  msgid "Deleting the outdated and unused %s table..."
106
  msgstr ""
107
 
108
- #: ../includes/ot-cleanup-api.php:244
109
  #, php-format
110
  msgid "The %s table has been successfully deleted. The page will now reload..."
111
  msgstr ""
112
 
113
- #: ../includes/ot-cleanup-api.php:256
114
  #, php-format
115
  msgid "Something went wrong. The %s table was not deleted."
116
  msgstr ""
@@ -259,563 +259,564 @@ msgid "What's a layout anyhow?"
259
  msgstr ""
260
 
261
  #: ../includes/ot-functions-admin.php:502
262
- #: ../includes/ot-functions-admin.php:614
263
- #: ../includes/ot-functions-admin.php:683
264
  #, php-format
265
  msgid "The %s input field for %s only allows numeric values."
266
  msgstr ""
267
 
268
- #: ../includes/ot-functions-admin.php:512
269
- msgid "The Colorpicker only allows valid hexadecimal values."
270
- msgstr ""
271
-
272
- #: ../includes/ot-functions-admin.php:566
273
  #, php-format
274
- msgid "The %s Colorpicker only allows valid hexadecimal values."
275
  msgstr ""
276
 
277
- #: ../includes/ot-functions-admin.php:849
278
  #: ../includes/ot-functions-docs-page.php:398
279
  #: ../includes/ot-functions-settings-page.php:170 ../ot-loader.php:782
280
  msgid "Send to OptionTree"
281
  msgstr ""
282
 
283
- #: ../includes/ot-functions-admin.php:850
284
  #: ../includes/ot-functions-option-types.php:257
285
- #: ../includes/ot-functions-option-types.php:3243
286
  msgid "Remove Media"
287
  msgstr ""
288
 
289
- #: ../includes/ot-functions-admin.php:851
290
  msgid "Are you sure you want to reset back to the defaults?"
291
  msgstr ""
292
 
293
- #: ../includes/ot-functions-admin.php:852
294
  msgid "You can't remove this! But you can edit the values."
295
  msgstr ""
296
 
297
- #: ../includes/ot-functions-admin.php:853
298
  msgid "Are you sure you want to remove this?"
299
  msgstr ""
300
 
301
- #: ../includes/ot-functions-admin.php:854
302
  msgid "Are you sure you want to activate this layout?"
303
  msgstr ""
304
 
305
- #: ../includes/ot-functions-admin.php:855
306
  msgid "Sorry, you can't have settings three levels deep."
307
  msgstr ""
308
 
309
- #: ../includes/ot-functions-admin.php:856
310
- #: ../includes/ot-functions-option-types.php:1208
311
  msgid "Delete Gallery"
312
  msgstr ""
313
 
314
- #: ../includes/ot-functions-admin.php:857
315
- #: ../includes/ot-functions-option-types.php:1209
316
  msgid "Edit Gallery"
317
  msgstr ""
318
 
319
- #: ../includes/ot-functions-admin.php:858
320
- #: ../includes/ot-functions-option-types.php:1216
321
  msgid "Create Gallery"
322
  msgstr ""
323
 
324
- #: ../includes/ot-functions-admin.php:859
325
  msgid "Are you sure you want to delete this Gallery?"
326
  msgstr ""
327
 
328
- #: ../includes/ot-functions-admin.php:860
329
  msgid "Today"
330
  msgstr ""
331
 
332
- #: ../includes/ot-functions-admin.php:861
333
  msgid "Now"
334
  msgstr ""
335
 
336
- #: ../includes/ot-functions-admin.php:862
337
  msgid "Close"
338
  msgstr ""
339
 
340
- #: ../includes/ot-functions-admin.php:863
341
  msgid "Featured Image"
342
  msgstr ""
343
 
344
- #: ../includes/ot-functions-admin.php:864
345
- #: ../includes/ot-functions-admin.php:3247
346
- #: ../includes/ot-functions-admin.php:3308
347
  msgid "Image"
348
  msgstr ""
349
 
350
- #: ../includes/ot-functions-admin.php:932
351
  msgid "Option Tree"
352
  msgstr ""
353
 
354
- #: ../includes/ot-functions-admin.php:1069
355
  msgid "General"
356
  msgstr ""
357
 
358
- #: ../includes/ot-functions-admin.php:1075
359
  msgid "Sample Text Field Label"
360
  msgstr ""
361
 
362
- #: ../includes/ot-functions-admin.php:1076
363
  msgid "Description for the sample text field."
364
  msgstr ""
365
 
366
- #: ../includes/ot-functions-admin.php:2318
367
  msgid "Settings updated."
368
  msgstr ""
369
 
370
- #: ../includes/ot-functions-admin.php:2322
371
  msgid "Settings could not be saved."
372
  msgstr ""
373
 
374
- #: ../includes/ot-functions-admin.php:2330
375
  msgid "Settings Imported."
376
  msgstr ""
377
 
378
- #: ../includes/ot-functions-admin.php:2334
379
  msgid "Settings could not be imported."
380
  msgstr ""
381
 
382
- #: ../includes/ot-functions-admin.php:2341
383
  msgid "Data Imported."
384
  msgstr ""
385
 
386
- #: ../includes/ot-functions-admin.php:2345
387
  msgid "Data could not be imported."
388
  msgstr ""
389
 
390
- #: ../includes/ot-functions-admin.php:2353
391
  msgid "Layouts Imported."
392
  msgstr ""
393
 
394
- #: ../includes/ot-functions-admin.php:2357
395
  msgid "Layouts could not be imported."
396
  msgstr ""
397
 
398
- #: ../includes/ot-functions-admin.php:2365
399
  msgid "Layouts Updated."
400
  msgstr ""
401
 
402
- #: ../includes/ot-functions-admin.php:2369
403
  msgid "Layouts could not be updated."
404
  msgstr ""
405
 
406
- #: ../includes/ot-functions-admin.php:2373
407
  msgid "Layouts have been deleted."
408
  msgstr ""
409
 
410
- #: ../includes/ot-functions-admin.php:2379
411
  msgid "Layout activated."
412
  msgstr ""
413
 
414
- #: ../includes/ot-functions-admin.php:2418
415
  #: ../includes/ot-functions-docs-page.php:110
416
  msgid "Background"
417
  msgstr ""
418
 
419
- #: ../includes/ot-functions-admin.php:2419
420
  #: ../includes/ot-functions-docs-page.php:113
421
  msgid "Border"
422
  msgstr ""
423
 
424
- #: ../includes/ot-functions-admin.php:2420
425
  #: ../includes/ot-functions-docs-page.php:116
426
  msgid "Box Shadow"
427
  msgstr ""
428
 
429
- #: ../includes/ot-functions-admin.php:2421
430
  #: ../includes/ot-functions-docs-page.php:119
431
  msgid "Category Checkbox"
432
  msgstr ""
433
 
434
- #: ../includes/ot-functions-admin.php:2422
435
  #: ../includes/ot-functions-docs-page.php:122
436
  msgid "Category Select"
437
  msgstr ""
438
 
439
- #: ../includes/ot-functions-admin.php:2423
440
  #: ../includes/ot-functions-docs-page.php:125
441
  msgid "Checkbox"
442
  msgstr ""
443
 
444
- #: ../includes/ot-functions-admin.php:2424
445
  #: ../includes/ot-functions-docs-page.php:128
446
  msgid "Colorpicker"
447
  msgstr ""
448
 
449
- #: ../includes/ot-functions-admin.php:2425
450
  #: ../includes/ot-functions-docs-page.php:131
451
  msgid "Colorpicker Opacity"
452
  msgstr ""
453
 
454
- #: ../includes/ot-functions-admin.php:2426
455
  #: ../includes/ot-functions-docs-page.php:134
456
  msgid "CSS"
457
  msgstr ""
458
 
459
- #: ../includes/ot-functions-admin.php:2427
460
  #: ../includes/ot-functions-docs-page.php:153
461
  msgid "Custom Post Type Checkbox"
462
  msgstr ""
463
 
464
- #: ../includes/ot-functions-admin.php:2428
465
  #: ../includes/ot-functions-docs-page.php:156
466
  msgid "Custom Post Type Select"
467
  msgstr ""
468
 
469
- #: ../includes/ot-functions-admin.php:2429
470
  #: ../includes/ot-functions-docs-page.php:159
471
  msgid "Date Picker"
472
  msgstr ""
473
 
474
- #: ../includes/ot-functions-admin.php:2430
475
  #: ../includes/ot-functions-docs-page.php:162
476
  msgid "Date Time Picker"
477
  msgstr ""
478
 
479
- #: ../includes/ot-functions-admin.php:2431
480
  #: ../includes/ot-functions-docs-page.php:165
481
  msgid "Dimension"
482
  msgstr ""
483
 
484
- #: ../includes/ot-functions-admin.php:2432
485
- #: ../includes/ot-functions-admin.php:5406
486
  #: ../includes/ot-functions-docs-page.php:168
487
  msgid "Gallery"
488
  msgstr ""
489
 
490
- #: ../includes/ot-functions-admin.php:2433
491
  #: ../includes/ot-functions-docs-page.php:171
492
  msgid "Google Fonts"
493
  msgstr ""
494
 
495
- #: ../includes/ot-functions-admin.php:2434
496
  #: ../includes/ot-functions-docs-page.php:174
497
  msgid "JavaScript"
498
  msgstr ""
499
 
500
- #: ../includes/ot-functions-admin.php:2435
501
  #: ../includes/ot-functions-docs-page.php:177
502
  msgid "Link Color"
503
  msgstr ""
504
 
505
- #: ../includes/ot-functions-admin.php:2436
506
  #: ../includes/ot-functions-docs-page.php:180
507
  msgid "List Item"
508
  msgstr ""
509
 
510
- #: ../includes/ot-functions-admin.php:2437
511
  #: ../includes/ot-functions-docs-page.php:183
512
  msgid "Measurement"
513
  msgstr ""
514
 
515
- #: ../includes/ot-functions-admin.php:2438
516
  #: ../includes/ot-functions-docs-page.php:214
517
  msgid "Numeric Slider"
518
  msgstr ""
519
 
520
- #: ../includes/ot-functions-admin.php:2439
521
  #: ../includes/ot-functions-docs-page.php:217
522
  msgid "On/Off"
523
  msgstr ""
524
 
525
- #: ../includes/ot-functions-admin.php:2440
526
  #: ../includes/ot-functions-docs-page.php:220
527
  msgid "Page Checkbox"
528
  msgstr ""
529
 
530
- #: ../includes/ot-functions-admin.php:2441
531
  #: ../includes/ot-functions-docs-page.php:223
532
  msgid "Page Select"
533
  msgstr ""
534
 
535
- #: ../includes/ot-functions-admin.php:2442
536
  #: ../includes/ot-functions-docs-page.php:226
537
  msgid "Post Checkbox"
538
  msgstr ""
539
 
540
- #: ../includes/ot-functions-admin.php:2443
541
  #: ../includes/ot-functions-docs-page.php:229
542
  msgid "Post Select"
543
  msgstr ""
544
 
545
- #: ../includes/ot-functions-admin.php:2444
546
  #: ../includes/ot-functions-docs-page.php:232
547
  msgid "Radio"
548
  msgstr ""
549
 
550
- #: ../includes/ot-functions-admin.php:2445
551
  #: ../includes/ot-functions-docs-page.php:235
552
  msgid "Radio Image"
553
  msgstr ""
554
 
555
- #: ../includes/ot-functions-admin.php:2446
556
  #: ../includes/ot-functions-docs-page.php:262
557
  msgid "Select"
558
  msgstr ""
559
 
560
- #: ../includes/ot-functions-admin.php:2447
561
  #: ../includes/ot-functions-docs-page.php:265
562
  msgid "Sidebar Select"
563
  msgstr ""
564
 
565
- #: ../includes/ot-functions-admin.php:2448
566
  #: ../includes/ot-functions-docs-page.php:269
567
  msgid "Slider"
568
  msgstr ""
569
 
570
- #: ../includes/ot-functions-admin.php:2449
571
  #: ../includes/ot-functions-docs-page.php:272
572
  msgid "Social Links"
573
  msgstr ""
574
 
575
- #: ../includes/ot-functions-admin.php:2450
576
  #: ../includes/ot-functions-docs-page.php:275
577
  msgid "Spacing"
578
  msgstr ""
579
 
580
- #: ../includes/ot-functions-admin.php:2451
581
  #: ../includes/ot-functions-docs-page.php:278
582
  msgid "Tab"
583
  msgstr ""
584
 
585
- #: ../includes/ot-functions-admin.php:2452
586
  #: ../includes/ot-functions-docs-page.php:281
587
  msgid "Tag Checkbox"
588
  msgstr ""
589
 
590
- #: ../includes/ot-functions-admin.php:2453
591
  #: ../includes/ot-functions-docs-page.php:284
592
  msgid "Tag Select"
593
  msgstr ""
594
 
595
- #: ../includes/ot-functions-admin.php:2454
596
  #: ../includes/ot-functions-docs-page.php:287
597
  msgid "Taxonomy Checkbox"
598
  msgstr ""
599
 
600
- #: ../includes/ot-functions-admin.php:2455
601
  #: ../includes/ot-functions-docs-page.php:290
602
  msgid "Taxonomy Select"
603
  msgstr ""
604
 
605
- #: ../includes/ot-functions-admin.php:2456
606
  #: ../includes/ot-functions-docs-page.php:293
607
  msgid "Text"
608
  msgstr ""
609
 
610
- #: ../includes/ot-functions-admin.php:2457
611
  #: ../includes/ot-functions-docs-page.php:296
612
  msgid "Textarea"
613
  msgstr ""
614
 
615
- #: ../includes/ot-functions-admin.php:2458
616
  #: ../includes/ot-functions-docs-page.php:355
617
  msgid "Textarea Simple"
618
  msgstr ""
619
 
620
- #: ../includes/ot-functions-admin.php:2459
621
  #: ../includes/ot-functions-docs-page.php:371
622
  msgid "Textblock"
623
  msgstr ""
624
 
625
- #: ../includes/ot-functions-admin.php:2460
626
  #: ../includes/ot-functions-docs-page.php:374
627
  msgid "Textblock Titled"
628
  msgstr ""
629
 
630
- #: ../includes/ot-functions-admin.php:2461
631
  #: ../includes/ot-functions-docs-page.php:377
632
  msgid "Typography"
633
  msgstr ""
634
 
635
- #: ../includes/ot-functions-admin.php:2462
636
  #: ../includes/ot-functions-docs-page.php:397
637
  msgid "Upload"
638
  msgstr ""
639
 
640
- #: ../includes/ot-functions-admin.php:3192
641
  msgid "Left Sidebar"
642
  msgstr ""
643
 
644
- #: ../includes/ot-functions-admin.php:3197
645
  msgid "Right Sidebar"
646
  msgstr ""
647
 
648
- #: ../includes/ot-functions-admin.php:3202
649
  msgid "Full Width (no sidebar)"
650
  msgstr ""
651
 
652
- #: ../includes/ot-functions-admin.php:3207
653
  msgid "Dual Sidebar"
654
  msgstr ""
655
 
656
- #: ../includes/ot-functions-admin.php:3212
657
  msgid "Left Dual Sidebar"
658
  msgstr ""
659
 
660
- #: ../includes/ot-functions-admin.php:3217
661
  msgid "Right Dual Sidebar"
662
  msgstr ""
663
 
664
- #: ../includes/ot-functions-admin.php:3258
665
- #: ../includes/ot-functions-admin.php:3314
666
- #: ../includes/ot-functions-admin.php:5446
667
  msgid "Link"
668
  msgstr ""
669
 
670
- #: ../includes/ot-functions-admin.php:3269
671
- #: ../includes/ot-functions-admin.php:3320
672
  #: ../includes/ot-functions-docs-page.php:43
673
  #: ../includes/ot-functions-docs-page.php:428
674
  #: ../includes/ot-functions-docs-page.php:478
675
  msgid "Description"
676
  msgstr ""
677
 
678
- #: ../includes/ot-functions-admin.php:3384
679
  msgid "Name"
680
  msgstr ""
681
 
682
- #: ../includes/ot-functions-admin.php:3385
683
  msgid "Enter the name of the social website."
684
  msgstr ""
685
 
686
- #: ../includes/ot-functions-admin.php:3393
687
  msgid "Enter the text shown in the title attribute of the link."
688
  msgstr ""
689
 
690
- #: ../includes/ot-functions-admin.php:3399
691
  #, php-format
692
  msgid ""
693
  "Enter a link to the profile or page on the social website. Remember to add "
694
  "the %s part to the front of the link."
695
  msgstr ""
696
 
697
- #: ../includes/ot-functions-admin.php:3967
 
 
 
 
 
698
  msgid "edit"
699
  msgstr ""
700
 
701
- #: ../includes/ot-functions-admin.php:3968
702
- #: ../includes/ot-functions-admin.php:4036
703
- #: ../includes/ot-functions-admin.php:4037
704
- #: ../includes/ot-functions-admin.php:4199
705
- #: ../includes/ot-functions-admin.php:4200
706
- #: ../includes/ot-functions-admin.php:4265
707
- #: ../includes/ot-functions-admin.php:4266
708
- #: ../includes/ot-functions-admin.php:4393
709
- #: ../includes/ot-functions-admin.php:4394
710
- #: ../includes/ot-functions-admin.php:4546
711
- #: ../includes/ot-functions-admin.php:4547
712
  msgid "Edit"
713
  msgstr ""
714
 
715
- #: ../includes/ot-functions-admin.php:3970
716
- #: ../includes/ot-functions-admin.php:3971
717
- #: ../includes/ot-functions-admin.php:4039
718
- #: ../includes/ot-functions-admin.php:4040
719
- #: ../includes/ot-functions-admin.php:4202
720
- #: ../includes/ot-functions-admin.php:4203
721
- #: ../includes/ot-functions-admin.php:4268
722
- #: ../includes/ot-functions-admin.php:4269
723
- #: ../includes/ot-functions-admin.php:4327
724
- #: ../includes/ot-functions-admin.php:4328
725
- #: ../includes/ot-functions-admin.php:4396
726
- #: ../includes/ot-functions-admin.php:4397
727
- #: ../includes/ot-functions-admin.php:4549
728
- #: ../includes/ot-functions-admin.php:4550
729
  msgid "Delete"
730
  msgstr ""
731
 
732
- #: ../includes/ot-functions-admin.php:3977
733
  msgid ""
734
  "<strong>Section Title</strong>: Displayed as a menu item on the Theme "
735
  "Options page."
736
  msgstr ""
737
 
738
- #: ../includes/ot-functions-admin.php:3985
739
  msgid ""
740
  "<strong>Section ID</strong>: A unique lower case alphanumeric string, "
741
  "underscores allowed."
742
  msgstr ""
743
 
744
- #: ../includes/ot-functions-admin.php:4046
745
  msgid ""
746
  "<strong>Label</strong>: Displayed as the label of a form element on the "
747
  "Theme Options page."
748
  msgstr ""
749
 
750
- #: ../includes/ot-functions-admin.php:4054
751
- #: ../includes/ot-functions-admin.php:4283
752
  msgid ""
753
  "<strong>ID</strong>: A unique lower case alphanumeric string, underscores "
754
  "allowed."
755
  msgstr ""
756
 
757
- #: ../includes/ot-functions-admin.php:4062
758
  msgid ""
759
  "<strong>Type</strong>: Choose one of the available option types from the "
760
  "dropdown."
761
  msgstr ""
762
 
763
- #: ../includes/ot-functions-admin.php:4073
764
  msgid ""
765
  "<strong>Description</strong>: Enter a detailed description for the users to "
766
  "read on the Theme Options page, HTML is allowed. This is also where you "
767
  "enter content for both the Textblock & Textblock Titled option types."
768
  msgstr ""
769
 
770
- #: ../includes/ot-functions-admin.php:4081
771
  msgid ""
772
  "<strong>Choices</strong>: This will only affect the following option types: "
773
  "Checkbox, Radio, Select & Select Image."
774
  msgstr ""
775
 
776
- #: ../includes/ot-functions-admin.php:4086
777
  msgid "Add Choice"
778
  msgstr ""
779
 
780
- #: ../includes/ot-functions-admin.php:4092
781
  msgid ""
782
  "<strong>Settings</strong>: This will only affect the List Item option type."
783
  msgstr ""
784
 
785
- #: ../includes/ot-functions-admin.php:4097
786
  #: ../includes/ot-functions-settings-page.php:93
787
  msgid "Add Setting"
788
  msgstr ""
789
 
790
- #: ../includes/ot-functions-admin.php:4103
791
  msgid ""
792
  "<strong>Standard</strong>: Setting the standard value for your option only "
793
  "works for some option types. Read the <code>OptionTree->Documentation</code> "
794
  "for more information on which ones."
795
  msgstr ""
796
 
797
- #: ../includes/ot-functions-admin.php:4111
798
  msgid ""
799
  "<strong>Rows</strong>: Enter a numeric value for the number of rows in your "
800
  "textarea. This will only affect the following option types: CSS, Textarea, & "
801
  "Textarea Simple."
802
  msgstr ""
803
 
804
- #: ../includes/ot-functions-admin.php:4119
805
  msgid ""
806
  "<strong>Post Type</strong>: Add a comma separated list of post type like "
807
  "'post,page'. This will only affect the following option types: Custom Post "
808
  "Type Checkbox, & Custom Post Type Select."
809
  msgstr ""
810
 
811
- #: ../includes/ot-functions-admin.php:4127
812
  msgid ""
813
  "<strong>Taxonomy</strong>: Add a comma separated list of any registered "
814
  "taxonomy like 'category,post_tag'. This will only affect the following "
815
  "option types: Taxonomy Checkbox, & Taxonomy Select."
816
  msgstr ""
817
 
818
- #: ../includes/ot-functions-admin.php:4135
819
  msgid ""
820
  "<strong>Min, Max, & Step</strong>: Add a comma separated list of options in "
821
  "the following format <code>0,100,1</code> (slide from <code>0-100</code> in "
@@ -824,11 +825,11 @@ msgid ""
824
  "type."
825
  msgstr ""
826
 
827
- #: ../includes/ot-functions-admin.php:4143
828
  msgid "<strong>CSS Class</strong>: Add and optional class to this option type."
829
  msgstr ""
830
 
831
- #: ../includes/ot-functions-admin.php:4151
832
  #, php-format
833
  msgid ""
834
  "<strong>Condition</strong>: Add a comma separated list (no spaces) of "
@@ -837,98 +838,98 @@ msgid ""
837
  "placeholder for your condition, which can be in the form of %s."
838
  msgstr ""
839
 
840
- #: ../includes/ot-functions-admin.php:4159
841
  msgid ""
842
  "<strong>Operator</strong>: Choose the logical operator to compute the result "
843
  "of the conditions."
844
  msgstr ""
845
 
846
- #: ../includes/ot-functions-admin.php:4162
847
  #: ../includes/ot-functions-docs-page.php:111
848
  #: ../includes/ot-functions-docs-page.php:378
849
  msgid "and"
850
  msgstr ""
851
 
852
- #: ../includes/ot-functions-admin.php:4163
853
  msgid "or"
854
  msgstr ""
855
 
856
- #: ../includes/ot-functions-admin.php:4209
857
  #: ../includes/ot-functions-docs-page.php:29
858
  msgid "Label"
859
  msgstr ""
860
 
861
- #: ../includes/ot-functions-admin.php:4219
862
  msgid "Value"
863
  msgstr ""
864
 
865
- #: ../includes/ot-functions-admin.php:4229
866
  msgid "Image Source (Radio Image only)"
867
  msgstr ""
868
 
869
- #: ../includes/ot-functions-admin.php:4275
870
  msgid ""
871
  "<strong>Title</strong>: Displayed as a contextual help menu item on the "
872
  "Theme Options page."
873
  msgstr ""
874
 
875
- #: ../includes/ot-functions-admin.php:4291
876
  msgid ""
877
  "<strong>Content</strong>: Enter the HTML content about this contextual help "
878
  "item displayed on the Theme Option page for end users to read."
879
  msgstr ""
880
 
881
- #: ../includes/ot-functions-admin.php:4322
882
  msgid "Layout"
883
  msgstr ""
884
 
885
- #: ../includes/ot-functions-admin.php:4324
886
- #: ../includes/ot-functions-admin.php:4325
887
  msgid "Activate"
888
  msgstr ""
889
 
890
- #: ../includes/ot-functions-admin.php:4361 ../includes/ot-meta-box-api.php:223
891
  #: ../includes/ot-settings-api.php:610
892
  msgid "Title"
893
  msgstr ""
894
 
895
- #: ../includes/ot-functions-admin.php:4701
896
  msgid "New Layout"
897
  msgstr ""
898
 
899
- #: ../includes/ot-functions-admin.php:5455
900
  msgid "Link URL"
901
  msgstr ""
902
 
903
- #: ../includes/ot-functions-admin.php:5462
904
  msgid "Link Title"
905
  msgstr ""
906
 
907
- #: ../includes/ot-functions-admin.php:5492
908
  msgid "Quote"
909
  msgstr ""
910
 
911
- #: ../includes/ot-functions-admin.php:5501
912
  msgid "Source Name (ex. author, singer, actor)"
913
  msgstr ""
914
 
915
- #: ../includes/ot-functions-admin.php:5508
916
  msgid "Source URL"
917
  msgstr ""
918
 
919
- #: ../includes/ot-functions-admin.php:5515
920
  msgid "Source Title (ex. book, song, movie)"
921
  msgstr ""
922
 
923
- #: ../includes/ot-functions-admin.php:5522
924
  msgid "Source Date"
925
  msgstr ""
926
 
927
- #: ../includes/ot-functions-admin.php:5552
928
  msgid "Video"
929
  msgstr ""
930
 
931
- #: ../includes/ot-functions-admin.php:5561
932
  #, php-format
933
  msgid ""
934
  "Embed video from services like Youtube, Vimeo, or Hulu. You can find a list "
@@ -936,16 +937,16 @@ msgid ""
936
  "built-in %2$s shortcode."
937
  msgstr ""
938
 
939
- #: ../includes/ot-functions-admin.php:5561
940
- #: ../includes/ot-functions-admin.php:5600
941
  msgid "Wordpress Codex"
942
  msgstr ""
943
 
944
- #: ../includes/ot-functions-admin.php:5591
945
  msgid "Audio"
946
  msgstr ""
947
 
948
- #: ../includes/ot-functions-admin.php:5600
949
  #, php-format
950
  msgid ""
951
  "Embed audio from services like SoundCloud and Rdio. You can find a list of "
@@ -2009,19 +2010,19 @@ msgid "background-image"
2009
  msgstr ""
2010
 
2011
  #: ../includes/ot-functions-option-types.php:241
2012
- #: ../includes/ot-functions-option-types.php:3227
2013
  msgid "Add Media"
2014
  msgstr ""
2015
 
2016
  #: ../includes/ot-functions-option-types.php:316
2017
- #: ../includes/ot-functions-option-types.php:1094
2018
  msgid "width"
2019
  msgstr ""
2020
 
2021
  #: ../includes/ot-functions-option-types.php:327
2022
- #: ../includes/ot-functions-option-types.php:1114
2023
- #: ../includes/ot-functions-option-types.php:1586
2024
- #: ../includes/ot-functions-option-types.php:2531
2025
  msgid "unit"
2026
  msgstr ""
2027
 
@@ -2051,188 +2052,188 @@ msgid "No Categories Found"
2051
  msgstr ""
2052
 
2053
  #: ../includes/ot-functions-option-types.php:587
2054
- #: ../includes/ot-functions-option-types.php:919
2055
- #: ../includes/ot-functions-option-types.php:1855
2056
- #: ../includes/ot-functions-option-types.php:1966
2057
- #: ../includes/ot-functions-option-types.php:2671
2058
- #: ../includes/ot-functions-option-types.php:2786
2059
  msgid "Choose One"
2060
  msgstr ""
2061
 
2062
- #: ../includes/ot-functions-option-types.php:867
2063
- #: ../includes/ot-functions-option-types.php:925
2064
- #: ../includes/ot-functions-option-types.php:1917
2065
- #: ../includes/ot-functions-option-types.php:1972
2066
  msgid "No Posts Found"
2067
  msgstr ""
2068
 
2069
- #: ../includes/ot-functions-option-types.php:1103
2070
  msgid "height"
2071
  msgstr ""
2072
 
2073
- #: ../includes/ot-functions-option-types.php:1281
2074
- #: ../includes/ot-functions-option-types.php:1324
2075
  msgid "Remove Google Font"
2076
  msgstr ""
2077
 
2078
- #: ../includes/ot-functions-option-types.php:1283
2079
- #: ../includes/ot-functions-option-types.php:1326
2080
  msgid "-- Choose One --"
2081
  msgstr ""
2082
 
2083
- #: ../includes/ot-functions-option-types.php:1347
2084
  msgid "Add Google Font"
2085
  msgstr ""
2086
 
2087
- #: ../includes/ot-functions-option-types.php:1433
2088
  msgctxt "color picker"
2089
  msgid "Standard"
2090
  msgstr ""
2091
 
2092
- #: ../includes/ot-functions-option-types.php:1434
2093
  msgctxt "color picker"
2094
  msgid "Hover"
2095
  msgstr ""
2096
 
2097
- #: ../includes/ot-functions-option-types.php:1435
2098
  msgctxt "color picker"
2099
  msgid "Active"
2100
  msgstr ""
2101
 
2102
- #: ../includes/ot-functions-option-types.php:1436
2103
  msgctxt "color picker"
2104
  msgid "Visited"
2105
  msgstr ""
2106
 
2107
- #: ../includes/ot-functions-option-types.php:1437
2108
  msgctxt "color picker"
2109
  msgid "Focus"
2110
  msgstr ""
2111
 
2112
- #: ../includes/ot-functions-option-types.php:1534
2113
- #: ../includes/ot-functions-option-types.php:2271
2114
- #: ../includes/ot-functions-option-types.php:2436
2115
  msgid "Add New"
2116
  msgstr ""
2117
 
2118
- #: ../includes/ot-functions-option-types.php:1537
2119
- #: ../includes/ot-functions-option-types.php:2274
2120
- #: ../includes/ot-functions-option-types.php:2439
2121
  msgid "You can re-order with drag & drop, the order will update after saving."
2122
  msgstr ""
2123
 
2124
- #: ../includes/ot-functions-option-types.php:1706
2125
  msgid "On"
2126
  msgstr ""
2127
 
2128
- #: ../includes/ot-functions-option-types.php:1728
2129
  msgid "Off"
2130
  msgstr ""
2131
 
2132
- #: ../includes/ot-functions-option-types.php:1806
2133
- #: ../includes/ot-functions-option-types.php:1861
2134
  msgid "No Pages Found"
2135
  msgstr ""
2136
 
2137
- #: ../includes/ot-functions-option-types.php:2194
2138
  msgid "Choose Sidebar"
2139
  msgstr ""
2140
 
2141
- #: ../includes/ot-functions-option-types.php:2199
2142
  msgid "No Sidebars"
2143
  msgstr ""
2144
 
2145
- #: ../includes/ot-functions-option-types.php:2307
2146
  msgid "Facebook"
2147
  msgstr ""
2148
 
2149
- #: ../includes/ot-functions-option-types.php:2312
2150
  msgid "Twitter"
2151
  msgstr ""
2152
 
2153
- #: ../includes/ot-functions-option-types.php:2317
2154
  msgid "Google+"
2155
  msgstr ""
2156
 
2157
- #: ../includes/ot-functions-option-types.php:2322
2158
  msgid "LinkedIn"
2159
  msgstr ""
2160
 
2161
- #: ../includes/ot-functions-option-types.php:2327
2162
  msgid "Pinterest"
2163
  msgstr ""
2164
 
2165
- #: ../includes/ot-functions-option-types.php:2332
2166
  msgid "Youtube"
2167
  msgstr ""
2168
 
2169
- #: ../includes/ot-functions-option-types.php:2337
2170
  msgid "Dribbble"
2171
  msgstr ""
2172
 
2173
- #: ../includes/ot-functions-option-types.php:2342
2174
  msgid "Github"
2175
  msgstr ""
2176
 
2177
- #: ../includes/ot-functions-option-types.php:2347
2178
  msgid "Forrst"
2179
  msgstr ""
2180
 
2181
- #: ../includes/ot-functions-option-types.php:2352
2182
  msgid "Digg"
2183
  msgstr ""
2184
 
2185
- #: ../includes/ot-functions-option-types.php:2357
2186
  msgid "Delicious"
2187
  msgstr ""
2188
 
2189
- #: ../includes/ot-functions-option-types.php:2362
2190
  msgid "Tumblr"
2191
  msgstr ""
2192
 
2193
- #: ../includes/ot-functions-option-types.php:2367
2194
  msgid "Skype"
2195
  msgstr ""
2196
 
2197
- #: ../includes/ot-functions-option-types.php:2372
2198
  msgid "SoundCloud"
2199
  msgstr ""
2200
 
2201
- #: ../includes/ot-functions-option-types.php:2377
2202
  msgid "Vimeo"
2203
  msgstr ""
2204
 
2205
- #: ../includes/ot-functions-option-types.php:2382
2206
  msgid "Flickr"
2207
  msgstr ""
2208
 
2209
- #: ../includes/ot-functions-option-types.php:2387
2210
  msgid "VK.com"
2211
  msgstr ""
2212
 
2213
- #: ../includes/ot-functions-option-types.php:2493
2214
  msgid "top"
2215
  msgstr ""
2216
 
2217
- #: ../includes/ot-functions-option-types.php:2502
2218
  msgid "right"
2219
  msgstr ""
2220
 
2221
- #: ../includes/ot-functions-option-types.php:2511
2222
  msgid "bottom"
2223
  msgstr ""
2224
 
2225
- #: ../includes/ot-functions-option-types.php:2520
2226
  msgid "left"
2227
  msgstr ""
2228
 
2229
- #: ../includes/ot-functions-option-types.php:2622
2230
- #: ../includes/ot-functions-option-types.php:2676
2231
  msgid "No Tags Found"
2232
  msgstr ""
2233
 
2234
- #: ../includes/ot-functions-option-types.php:2734
2235
- #: ../includes/ot-functions-option-types.php:2791
2236
  msgid "No Taxonomies Found"
2237
  msgstr ""
2238
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: OptionTree\n"
4
+ "POT-Creation-Date: 2015-02-13 19:31-0800\n"
5
+ "PO-Revision-Date: 2015-02-13 19:31-0800\n"
6
  "Last-Translator: Derek Herman <derek@valendesigns.com>\n"
7
  "Language-Team: Valen Designs\n"
8
  "Language: en\n"
20
  "X-Poedit-SearchPathExcluded-1: ../composer.json\n"
21
  "X-Poedit-SearchPathExcluded-2: ../assets\n"
22
 
23
+ #: ../includes/ot-cleanup-api.php:86 ../includes/ot-cleanup-api.php:103
24
+ #: ../includes/ot-cleanup-api.php:132
25
  msgid "OptionTree Cleanup"
26
  msgstr ""
27
 
28
+ #: ../includes/ot-cleanup-api.php:103
29
  #, php-format
30
  msgid ""
31
  "OptionTree has outdated data that should be removed. Please go to %s for "
32
  "more information."
33
  msgstr ""
34
 
35
+ #: ../includes/ot-cleanup-api.php:138
36
  msgid "Multiple Media Posts"
37
  msgstr ""
38
 
39
+ #: ../includes/ot-cleanup-api.php:140
40
  #, php-format
41
  msgid ""
42
  "There are currently %s OptionTree media posts in your database. At some "
47
  "posts and get your database cleaned up."
48
  msgstr ""
49
 
50
+ #: ../includes/ot-cleanup-api.php:142
51
  #, php-format
52
  msgid ""
53
  "By clicking the button below, OptionTree will delete %s records and "
56
  "updated to the correct media post."
57
  msgstr ""
58
 
59
+ #: ../includes/ot-cleanup-api.php:144
60
  msgid ""
61
  "This could take a while to fully process depending on how many records you "
62
  "have in your database, so please be patient and wait for the script to "
63
  "finish."
64
  msgstr ""
65
 
66
+ #: ../includes/ot-cleanup-api.php:146
67
  #, php-format
68
  msgid ""
69
  "%s Your server is running in safe mode. Which means this page will "
71
  "using %s if your server is having trouble processing that many at one time."
72
  msgstr ""
73
 
74
+ #: ../includes/ot-cleanup-api.php:148
75
  msgid "Consolidate Posts"
76
  msgstr ""
77
 
78
+ #: ../includes/ot-cleanup-api.php:176
79
  msgid "Reloading..."
80
  msgstr ""
81
 
82
+ #: ../includes/ot-cleanup-api.php:212
83
  msgid "Clean up script has completed, the page will now reload..."
84
  msgstr ""
85
 
86
+ #: ../includes/ot-cleanup-api.php:232
87
  msgid "Outdated Table"
88
  msgstr ""
89
 
90
+ #: ../includes/ot-cleanup-api.php:234
91
  #, php-format
92
  msgid ""
93
  "If you have upgraded from an old 1.x version of OptionTree at some point, "
96
  "Click the button below."
97
  msgstr ""
98
 
99
+ #: ../includes/ot-cleanup-api.php:236
100
  msgid "Drop Table"
101
  msgstr ""
102
 
103
+ #: ../includes/ot-cleanup-api.php:240
104
  #, php-format
105
  msgid "Deleting the outdated and unused %s table..."
106
  msgstr ""
107
 
108
+ #: ../includes/ot-cleanup-api.php:246
109
  #, php-format
110
  msgid "The %s table has been successfully deleted. The page will now reload..."
111
  msgstr ""
112
 
113
+ #: ../includes/ot-cleanup-api.php:258
114
  #, php-format
115
  msgid "Something went wrong. The %s table was not deleted."
116
  msgstr ""
259
  msgstr ""
260
 
261
  #: ../includes/ot-functions-admin.php:502
262
+ #: ../includes/ot-functions-admin.php:604
263
+ #: ../includes/ot-functions-admin.php:673
264
  #, php-format
265
  msgid "The %s input field for %s only allows numeric values."
266
  msgstr ""
267
 
268
+ #: ../includes/ot-functions-admin.php:563
 
 
 
 
269
  #, php-format
270
+ msgid "The %s Colorpicker only allows valid hexadecimal or rgba values."
271
  msgstr ""
272
 
273
+ #: ../includes/ot-functions-admin.php:841
274
  #: ../includes/ot-functions-docs-page.php:398
275
  #: ../includes/ot-functions-settings-page.php:170 ../ot-loader.php:782
276
  msgid "Send to OptionTree"
277
  msgstr ""
278
 
279
+ #: ../includes/ot-functions-admin.php:842
280
  #: ../includes/ot-functions-option-types.php:257
281
+ #: ../includes/ot-functions-option-types.php:3194
282
  msgid "Remove Media"
283
  msgstr ""
284
 
285
+ #: ../includes/ot-functions-admin.php:843
286
  msgid "Are you sure you want to reset back to the defaults?"
287
  msgstr ""
288
 
289
+ #: ../includes/ot-functions-admin.php:844
290
  msgid "You can't remove this! But you can edit the values."
291
  msgstr ""
292
 
293
+ #: ../includes/ot-functions-admin.php:845
294
  msgid "Are you sure you want to remove this?"
295
  msgstr ""
296
 
297
+ #: ../includes/ot-functions-admin.php:846
298
  msgid "Are you sure you want to activate this layout?"
299
  msgstr ""
300
 
301
+ #: ../includes/ot-functions-admin.php:847
302
  msgid "Sorry, you can't have settings three levels deep."
303
  msgstr ""
304
 
305
+ #: ../includes/ot-functions-admin.php:848
306
+ #: ../includes/ot-functions-option-types.php:1159
307
  msgid "Delete Gallery"
308
  msgstr ""
309
 
310
+ #: ../includes/ot-functions-admin.php:849
311
+ #: ../includes/ot-functions-option-types.php:1160
312
  msgid "Edit Gallery"
313
  msgstr ""
314
 
315
+ #: ../includes/ot-functions-admin.php:850
316
+ #: ../includes/ot-functions-option-types.php:1167
317
  msgid "Create Gallery"
318
  msgstr ""
319
 
320
+ #: ../includes/ot-functions-admin.php:851
321
  msgid "Are you sure you want to delete this Gallery?"
322
  msgstr ""
323
 
324
+ #: ../includes/ot-functions-admin.php:852
325
  msgid "Today"
326
  msgstr ""
327
 
328
+ #: ../includes/ot-functions-admin.php:853
329
  msgid "Now"
330
  msgstr ""
331
 
332
+ #: ../includes/ot-functions-admin.php:854
333
  msgid "Close"
334
  msgstr ""
335
 
336
+ #: ../includes/ot-functions-admin.php:855
337
  msgid "Featured Image"
338
  msgstr ""
339
 
340
+ #: ../includes/ot-functions-admin.php:856
341
+ #: ../includes/ot-functions-admin.php:3244
342
+ #: ../includes/ot-functions-admin.php:3305
343
  msgid "Image"
344
  msgstr ""
345
 
346
+ #: ../includes/ot-functions-admin.php:924
347
  msgid "Option Tree"
348
  msgstr ""
349
 
350
+ #: ../includes/ot-functions-admin.php:1061
351
  msgid "General"
352
  msgstr ""
353
 
354
+ #: ../includes/ot-functions-admin.php:1067
355
  msgid "Sample Text Field Label"
356
  msgstr ""
357
 
358
+ #: ../includes/ot-functions-admin.php:1068
359
  msgid "Description for the sample text field."
360
  msgstr ""
361
 
362
+ #: ../includes/ot-functions-admin.php:2310
363
  msgid "Settings updated."
364
  msgstr ""
365
 
366
+ #: ../includes/ot-functions-admin.php:2314
367
  msgid "Settings could not be saved."
368
  msgstr ""
369
 
370
+ #: ../includes/ot-functions-admin.php:2322
371
  msgid "Settings Imported."
372
  msgstr ""
373
 
374
+ #: ../includes/ot-functions-admin.php:2326
375
  msgid "Settings could not be imported."
376
  msgstr ""
377
 
378
+ #: ../includes/ot-functions-admin.php:2333
379
  msgid "Data Imported."
380
  msgstr ""
381
 
382
+ #: ../includes/ot-functions-admin.php:2337
383
  msgid "Data could not be imported."
384
  msgstr ""
385
 
386
+ #: ../includes/ot-functions-admin.php:2345
387
  msgid "Layouts Imported."
388
  msgstr ""
389
 
390
+ #: ../includes/ot-functions-admin.php:2349
391
  msgid "Layouts could not be imported."
392
  msgstr ""
393
 
394
+ #: ../includes/ot-functions-admin.php:2357
395
  msgid "Layouts Updated."
396
  msgstr ""
397
 
398
+ #: ../includes/ot-functions-admin.php:2361
399
  msgid "Layouts could not be updated."
400
  msgstr ""
401
 
402
+ #: ../includes/ot-functions-admin.php:2365
403
  msgid "Layouts have been deleted."
404
  msgstr ""
405
 
406
+ #: ../includes/ot-functions-admin.php:2371
407
  msgid "Layout activated."
408
  msgstr ""
409
 
410
+ #: ../includes/ot-functions-admin.php:2410
411
  #: ../includes/ot-functions-docs-page.php:110
412
  msgid "Background"
413
  msgstr ""
414
 
415
+ #: ../includes/ot-functions-admin.php:2411
416
  #: ../includes/ot-functions-docs-page.php:113
417
  msgid "Border"
418
  msgstr ""
419
 
420
+ #: ../includes/ot-functions-admin.php:2412
421
  #: ../includes/ot-functions-docs-page.php:116
422
  msgid "Box Shadow"
423
  msgstr ""
424
 
425
+ #: ../includes/ot-functions-admin.php:2413
426
  #: ../includes/ot-functions-docs-page.php:119
427
  msgid "Category Checkbox"
428
  msgstr ""
429
 
430
+ #: ../includes/ot-functions-admin.php:2414
431
  #: ../includes/ot-functions-docs-page.php:122
432
  msgid "Category Select"
433
  msgstr ""
434
 
435
+ #: ../includes/ot-functions-admin.php:2415
436
  #: ../includes/ot-functions-docs-page.php:125
437
  msgid "Checkbox"
438
  msgstr ""
439
 
440
+ #: ../includes/ot-functions-admin.php:2416
441
  #: ../includes/ot-functions-docs-page.php:128
442
  msgid "Colorpicker"
443
  msgstr ""
444
 
445
+ #: ../includes/ot-functions-admin.php:2417
446
  #: ../includes/ot-functions-docs-page.php:131
447
  msgid "Colorpicker Opacity"
448
  msgstr ""
449
 
450
+ #: ../includes/ot-functions-admin.php:2418
451
  #: ../includes/ot-functions-docs-page.php:134
452
  msgid "CSS"
453
  msgstr ""
454
 
455
+ #: ../includes/ot-functions-admin.php:2419
456
  #: ../includes/ot-functions-docs-page.php:153
457
  msgid "Custom Post Type Checkbox"
458
  msgstr ""
459
 
460
+ #: ../includes/ot-functions-admin.php:2420
461
  #: ../includes/ot-functions-docs-page.php:156
462
  msgid "Custom Post Type Select"
463
  msgstr ""
464
 
465
+ #: ../includes/ot-functions-admin.php:2421
466
  #: ../includes/ot-functions-docs-page.php:159
467
  msgid "Date Picker"
468
  msgstr ""
469
 
470
+ #: ../includes/ot-functions-admin.php:2422
471
  #: ../includes/ot-functions-docs-page.php:162
472
  msgid "Date Time Picker"
473
  msgstr ""
474
 
475
+ #: ../includes/ot-functions-admin.php:2423
476
  #: ../includes/ot-functions-docs-page.php:165
477
  msgid "Dimension"
478
  msgstr ""
479
 
480
+ #: ../includes/ot-functions-admin.php:2424
481
+ #: ../includes/ot-functions-admin.php:5399
482
  #: ../includes/ot-functions-docs-page.php:168
483
  msgid "Gallery"
484
  msgstr ""
485
 
486
+ #: ../includes/ot-functions-admin.php:2425
487
  #: ../includes/ot-functions-docs-page.php:171
488
  msgid "Google Fonts"
489
  msgstr ""
490
 
491
+ #: ../includes/ot-functions-admin.php:2426
492
  #: ../includes/ot-functions-docs-page.php:174
493
  msgid "JavaScript"
494
  msgstr ""
495
 
496
+ #: ../includes/ot-functions-admin.php:2427
497
  #: ../includes/ot-functions-docs-page.php:177
498
  msgid "Link Color"
499
  msgstr ""
500
 
501
+ #: ../includes/ot-functions-admin.php:2428
502
  #: ../includes/ot-functions-docs-page.php:180
503
  msgid "List Item"
504
  msgstr ""
505
 
506
+ #: ../includes/ot-functions-admin.php:2429
507
  #: ../includes/ot-functions-docs-page.php:183
508
  msgid "Measurement"
509
  msgstr ""
510
 
511
+ #: ../includes/ot-functions-admin.php:2430
512
  #: ../includes/ot-functions-docs-page.php:214
513
  msgid "Numeric Slider"
514
  msgstr ""
515
 
516
+ #: ../includes/ot-functions-admin.php:2431
517
  #: ../includes/ot-functions-docs-page.php:217
518
  msgid "On/Off"
519
  msgstr ""
520
 
521
+ #: ../includes/ot-functions-admin.php:2432
522
  #: ../includes/ot-functions-docs-page.php:220
523
  msgid "Page Checkbox"
524
  msgstr ""
525
 
526
+ #: ../includes/ot-functions-admin.php:2433
527
  #: ../includes/ot-functions-docs-page.php:223
528
  msgid "Page Select"
529
  msgstr ""
530
 
531
+ #: ../includes/ot-functions-admin.php:2434
532
  #: ../includes/ot-functions-docs-page.php:226
533
  msgid "Post Checkbox"
534
  msgstr ""
535
 
536
+ #: ../includes/ot-functions-admin.php:2435
537
  #: ../includes/ot-functions-docs-page.php:229
538
  msgid "Post Select"
539
  msgstr ""
540
 
541
+ #: ../includes/ot-functions-admin.php:2436
542
  #: ../includes/ot-functions-docs-page.php:232
543
  msgid "Radio"
544
  msgstr ""
545
 
546
+ #: ../includes/ot-functions-admin.php:2437
547
  #: ../includes/ot-functions-docs-page.php:235
548
  msgid "Radio Image"
549
  msgstr ""
550
 
551
+ #: ../includes/ot-functions-admin.php:2438
552
  #: ../includes/ot-functions-docs-page.php:262
553
  msgid "Select"
554
  msgstr ""
555
 
556
+ #: ../includes/ot-functions-admin.php:2439
557
  #: ../includes/ot-functions-docs-page.php:265
558
  msgid "Sidebar Select"
559
  msgstr ""
560
 
561
+ #: ../includes/ot-functions-admin.php:2440
562
  #: ../includes/ot-functions-docs-page.php:269
563
  msgid "Slider"
564
  msgstr ""
565
 
566
+ #: ../includes/ot-functions-admin.php:2441
567
  #: ../includes/ot-functions-docs-page.php:272
568
  msgid "Social Links"
569
  msgstr ""
570
 
571
+ #: ../includes/ot-functions-admin.php:2442
572
  #: ../includes/ot-functions-docs-page.php:275
573
  msgid "Spacing"
574
  msgstr ""
575
 
576
+ #: ../includes/ot-functions-admin.php:2443
577
  #: ../includes/ot-functions-docs-page.php:278
578
  msgid "Tab"
579
  msgstr ""
580
 
581
+ #: ../includes/ot-functions-admin.php:2444
582
  #: ../includes/ot-functions-docs-page.php:281
583
  msgid "Tag Checkbox"
584
  msgstr ""
585
 
586
+ #: ../includes/ot-functions-admin.php:2445
587
  #: ../includes/ot-functions-docs-page.php:284
588
  msgid "Tag Select"
589
  msgstr ""
590
 
591
+ #: ../includes/ot-functions-admin.php:2446
592
  #: ../includes/ot-functions-docs-page.php:287
593
  msgid "Taxonomy Checkbox"
594
  msgstr ""
595
 
596
+ #: ../includes/ot-functions-admin.php:2447
597
  #: ../includes/ot-functions-docs-page.php:290
598
  msgid "Taxonomy Select"
599
  msgstr ""
600
 
601
+ #: ../includes/ot-functions-admin.php:2448
602
  #: ../includes/ot-functions-docs-page.php:293
603
  msgid "Text"
604
  msgstr ""
605
 
606
+ #: ../includes/ot-functions-admin.php:2449
607
  #: ../includes/ot-functions-docs-page.php:296
608
  msgid "Textarea"
609
  msgstr ""
610
 
611
+ #: ../includes/ot-functions-admin.php:2450
612
  #: ../includes/ot-functions-docs-page.php:355
613
  msgid "Textarea Simple"
614
  msgstr ""
615
 
616
+ #: ../includes/ot-functions-admin.php:2451
617
  #: ../includes/ot-functions-docs-page.php:371
618
  msgid "Textblock"
619
  msgstr ""
620
 
621
+ #: ../includes/ot-functions-admin.php:2452
622
  #: ../includes/ot-functions-docs-page.php:374
623
  msgid "Textblock Titled"
624
  msgstr ""
625
 
626
+ #: ../includes/ot-functions-admin.php:2453
627
  #: ../includes/ot-functions-docs-page.php:377
628
  msgid "Typography"
629
  msgstr ""
630
 
631
+ #: ../includes/ot-functions-admin.php:2454
632
  #: ../includes/ot-functions-docs-page.php:397
633
  msgid "Upload"
634
  msgstr ""
635
 
636
+ #: ../includes/ot-functions-admin.php:3189
637
  msgid "Left Sidebar"
638
  msgstr ""
639
 
640
+ #: ../includes/ot-functions-admin.php:3194
641
  msgid "Right Sidebar"
642
  msgstr ""
643
 
644
+ #: ../includes/ot-functions-admin.php:3199
645
  msgid "Full Width (no sidebar)"
646
  msgstr ""
647
 
648
+ #: ../includes/ot-functions-admin.php:3204
649
  msgid "Dual Sidebar"
650
  msgstr ""
651
 
652
+ #: ../includes/ot-functions-admin.php:3209
653
  msgid "Left Dual Sidebar"
654
  msgstr ""
655
 
656
+ #: ../includes/ot-functions-admin.php:3214
657
  msgid "Right Dual Sidebar"
658
  msgstr ""
659
 
660
+ #: ../includes/ot-functions-admin.php:3255
661
+ #: ../includes/ot-functions-admin.php:3311
662
+ #: ../includes/ot-functions-admin.php:5439
663
  msgid "Link"
664
  msgstr ""
665
 
666
+ #: ../includes/ot-functions-admin.php:3266
667
+ #: ../includes/ot-functions-admin.php:3317
668
  #: ../includes/ot-functions-docs-page.php:43
669
  #: ../includes/ot-functions-docs-page.php:428
670
  #: ../includes/ot-functions-docs-page.php:478
671
  msgid "Description"
672
  msgstr ""
673
 
674
+ #: ../includes/ot-functions-admin.php:3381
675
  msgid "Name"
676
  msgstr ""
677
 
678
+ #: ../includes/ot-functions-admin.php:3382
679
  msgid "Enter the name of the social website."
680
  msgstr ""
681
 
682
+ #: ../includes/ot-functions-admin.php:3390
683
  msgid "Enter the text shown in the title attribute of the link."
684
  msgstr ""
685
 
686
+ #: ../includes/ot-functions-admin.php:3396
687
  #, php-format
688
  msgid ""
689
  "Enter a link to the profile or page on the social website. Remember to add "
690
  "the %s part to the front of the link."
691
  msgstr ""
692
 
693
+ #: ../includes/ot-functions-admin.php:3689
694
+ #, php-format
695
+ msgid "Unable to write to file %s."
696
+ msgstr ""
697
+
698
+ #: ../includes/ot-functions-admin.php:3959
699
  msgid "edit"
700
  msgstr ""
701
 
702
+ #: ../includes/ot-functions-admin.php:3960
703
+ #: ../includes/ot-functions-admin.php:4028
704
+ #: ../includes/ot-functions-admin.php:4029
705
+ #: ../includes/ot-functions-admin.php:4191
706
+ #: ../includes/ot-functions-admin.php:4192
707
+ #: ../includes/ot-functions-admin.php:4257
708
+ #: ../includes/ot-functions-admin.php:4258
709
+ #: ../includes/ot-functions-admin.php:4385
710
+ #: ../includes/ot-functions-admin.php:4386
711
+ #: ../includes/ot-functions-admin.php:4538
712
+ #: ../includes/ot-functions-admin.php:4539
713
  msgid "Edit"
714
  msgstr ""
715
 
716
+ #: ../includes/ot-functions-admin.php:3962
717
+ #: ../includes/ot-functions-admin.php:3963
718
+ #: ../includes/ot-functions-admin.php:4031
719
+ #: ../includes/ot-functions-admin.php:4032
720
+ #: ../includes/ot-functions-admin.php:4194
721
+ #: ../includes/ot-functions-admin.php:4195
722
+ #: ../includes/ot-functions-admin.php:4260
723
+ #: ../includes/ot-functions-admin.php:4261
724
+ #: ../includes/ot-functions-admin.php:4319
725
+ #: ../includes/ot-functions-admin.php:4320
726
+ #: ../includes/ot-functions-admin.php:4388
727
+ #: ../includes/ot-functions-admin.php:4389
728
+ #: ../includes/ot-functions-admin.php:4541
729
+ #: ../includes/ot-functions-admin.php:4542
730
  msgid "Delete"
731
  msgstr ""
732
 
733
+ #: ../includes/ot-functions-admin.php:3969
734
  msgid ""
735
  "<strong>Section Title</strong>: Displayed as a menu item on the Theme "
736
  "Options page."
737
  msgstr ""
738
 
739
+ #: ../includes/ot-functions-admin.php:3977
740
  msgid ""
741
  "<strong>Section ID</strong>: A unique lower case alphanumeric string, "
742
  "underscores allowed."
743
  msgstr ""
744
 
745
+ #: ../includes/ot-functions-admin.php:4038
746
  msgid ""
747
  "<strong>Label</strong>: Displayed as the label of a form element on the "
748
  "Theme Options page."
749
  msgstr ""
750
 
751
+ #: ../includes/ot-functions-admin.php:4046
752
+ #: ../includes/ot-functions-admin.php:4275
753
  msgid ""
754
  "<strong>ID</strong>: A unique lower case alphanumeric string, underscores "
755
  "allowed."
756
  msgstr ""
757
 
758
+ #: ../includes/ot-functions-admin.php:4054
759
  msgid ""
760
  "<strong>Type</strong>: Choose one of the available option types from the "
761
  "dropdown."
762
  msgstr ""
763
 
764
+ #: ../includes/ot-functions-admin.php:4065
765
  msgid ""
766
  "<strong>Description</strong>: Enter a detailed description for the users to "
767
  "read on the Theme Options page, HTML is allowed. This is also where you "
768
  "enter content for both the Textblock & Textblock Titled option types."
769
  msgstr ""
770
 
771
+ #: ../includes/ot-functions-admin.php:4073
772
  msgid ""
773
  "<strong>Choices</strong>: This will only affect the following option types: "
774
  "Checkbox, Radio, Select & Select Image."
775
  msgstr ""
776
 
777
+ #: ../includes/ot-functions-admin.php:4078
778
  msgid "Add Choice"
779
  msgstr ""
780
 
781
+ #: ../includes/ot-functions-admin.php:4084
782
  msgid ""
783
  "<strong>Settings</strong>: This will only affect the List Item option type."
784
  msgstr ""
785
 
786
+ #: ../includes/ot-functions-admin.php:4089
787
  #: ../includes/ot-functions-settings-page.php:93
788
  msgid "Add Setting"
789
  msgstr ""
790
 
791
+ #: ../includes/ot-functions-admin.php:4095
792
  msgid ""
793
  "<strong>Standard</strong>: Setting the standard value for your option only "
794
  "works for some option types. Read the <code>OptionTree->Documentation</code> "
795
  "for more information on which ones."
796
  msgstr ""
797
 
798
+ #: ../includes/ot-functions-admin.php:4103
799
  msgid ""
800
  "<strong>Rows</strong>: Enter a numeric value for the number of rows in your "
801
  "textarea. This will only affect the following option types: CSS, Textarea, & "
802
  "Textarea Simple."
803
  msgstr ""
804
 
805
+ #: ../includes/ot-functions-admin.php:4111
806
  msgid ""
807
  "<strong>Post Type</strong>: Add a comma separated list of post type like "
808
  "'post,page'. This will only affect the following option types: Custom Post "
809
  "Type Checkbox, & Custom Post Type Select."
810
  msgstr ""
811
 
812
+ #: ../includes/ot-functions-admin.php:4119
813
  msgid ""
814
  "<strong>Taxonomy</strong>: Add a comma separated list of any registered "
815
  "taxonomy like 'category,post_tag'. This will only affect the following "
816
  "option types: Taxonomy Checkbox, & Taxonomy Select."
817
  msgstr ""
818
 
819
+ #: ../includes/ot-functions-admin.php:4127
820
  msgid ""
821
  "<strong>Min, Max, & Step</strong>: Add a comma separated list of options in "
822
  "the following format <code>0,100,1</code> (slide from <code>0-100</code> in "
825
  "type."
826
  msgstr ""
827
 
828
+ #: ../includes/ot-functions-admin.php:4135
829
  msgid "<strong>CSS Class</strong>: Add and optional class to this option type."
830
  msgstr ""
831
 
832
+ #: ../includes/ot-functions-admin.php:4143
833
  #, php-format
834
  msgid ""
835
  "<strong>Condition</strong>: Add a comma separated list (no spaces) of "
838
  "placeholder for your condition, which can be in the form of %s."
839
  msgstr ""
840
 
841
+ #: ../includes/ot-functions-admin.php:4151
842
  msgid ""
843
  "<strong>Operator</strong>: Choose the logical operator to compute the result "
844
  "of the conditions."
845
  msgstr ""
846
 
847
+ #: ../includes/ot-functions-admin.php:4154
848
  #: ../includes/ot-functions-docs-page.php:111
849
  #: ../includes/ot-functions-docs-page.php:378
850
  msgid "and"
851
  msgstr ""
852
 
853
+ #: ../includes/ot-functions-admin.php:4155
854
  msgid "or"
855
  msgstr ""
856
 
857
+ #: ../includes/ot-functions-admin.php:4201
858
  #: ../includes/ot-functions-docs-page.php:29
859
  msgid "Label"
860
  msgstr ""
861
 
862
+ #: ../includes/ot-functions-admin.php:4211
863
  msgid "Value"
864
  msgstr ""
865
 
866
+ #: ../includes/ot-functions-admin.php:4221
867
  msgid "Image Source (Radio Image only)"
868
  msgstr ""
869
 
870
+ #: ../includes/ot-functions-admin.php:4267
871
  msgid ""
872
  "<strong>Title</strong>: Displayed as a contextual help menu item on the "
873
  "Theme Options page."
874
  msgstr ""
875
 
876
+ #: ../includes/ot-functions-admin.php:4283
877
  msgid ""
878
  "<strong>Content</strong>: Enter the HTML content about this contextual help "
879
  "item displayed on the Theme Option page for end users to read."
880
  msgstr ""
881
 
882
+ #: ../includes/ot-functions-admin.php:4314
883
  msgid "Layout"
884
  msgstr ""
885
 
886
+ #: ../includes/ot-functions-admin.php:4316
887
+ #: ../includes/ot-functions-admin.php:4317
888
  msgid "Activate"
889
  msgstr ""
890
 
891
+ #: ../includes/ot-functions-admin.php:4353 ../includes/ot-meta-box-api.php:223
892
  #: ../includes/ot-settings-api.php:610
893
  msgid "Title"
894
  msgstr ""
895
 
896
+ #: ../includes/ot-functions-admin.php:4693
897
  msgid "New Layout"
898
  msgstr ""
899
 
900
+ #: ../includes/ot-functions-admin.php:5448
901
  msgid "Link URL"
902
  msgstr ""
903
 
904
+ #: ../includes/ot-functions-admin.php:5455
905
  msgid "Link Title"
906
  msgstr ""
907
 
908
+ #: ../includes/ot-functions-admin.php:5485
909
  msgid "Quote"
910
  msgstr ""
911
 
912
+ #: ../includes/ot-functions-admin.php:5494
913
  msgid "Source Name (ex. author, singer, actor)"
914
  msgstr ""
915
 
916
+ #: ../includes/ot-functions-admin.php:5501
917
  msgid "Source URL"
918
  msgstr ""
919
 
920
+ #: ../includes/ot-functions-admin.php:5508
921
  msgid "Source Title (ex. book, song, movie)"
922
  msgstr ""
923
 
924
+ #: ../includes/ot-functions-admin.php:5515
925
  msgid "Source Date"
926
  msgstr ""
927
 
928
+ #: ../includes/ot-functions-admin.php:5545
929
  msgid "Video"
930
  msgstr ""
931
 
932
+ #: ../includes/ot-functions-admin.php:5554
933
  #, php-format
934
  msgid ""
935
  "Embed video from services like Youtube, Vimeo, or Hulu. You can find a list "
937
  "built-in %2$s shortcode."
938
  msgstr ""
939
 
940
+ #: ../includes/ot-functions-admin.php:5554
941
+ #: ../includes/ot-functions-admin.php:5593
942
  msgid "Wordpress Codex"
943
  msgstr ""
944
 
945
+ #: ../includes/ot-functions-admin.php:5584
946
  msgid "Audio"
947
  msgstr ""
948
 
949
+ #: ../includes/ot-functions-admin.php:5593
950
  #, php-format
951
  msgid ""
952
  "Embed audio from services like SoundCloud and Rdio. You can find a list of "
2010
  msgstr ""
2011
 
2012
  #: ../includes/ot-functions-option-types.php:241
2013
+ #: ../includes/ot-functions-option-types.php:3178
2014
  msgid "Add Media"
2015
  msgstr ""
2016
 
2017
  #: ../includes/ot-functions-option-types.php:316
2018
+ #: ../includes/ot-functions-option-types.php:1045
2019
  msgid "width"
2020
  msgstr ""
2021
 
2022
  #: ../includes/ot-functions-option-types.php:327
2023
+ #: ../includes/ot-functions-option-types.php:1065
2024
+ #: ../includes/ot-functions-option-types.php:1537
2025
+ #: ../includes/ot-functions-option-types.php:2482
2026
  msgid "unit"
2027
  msgstr ""
2028
 
2052
  msgstr ""
2053
 
2054
  #: ../includes/ot-functions-option-types.php:587
2055
+ #: ../includes/ot-functions-option-types.php:870
2056
+ #: ../includes/ot-functions-option-types.php:1806
2057
+ #: ../includes/ot-functions-option-types.php:1917
2058
+ #: ../includes/ot-functions-option-types.php:2622
2059
+ #: ../includes/ot-functions-option-types.php:2737
2060
  msgid "Choose One"
2061
  msgstr ""
2062
 
2063
+ #: ../includes/ot-functions-option-types.php:818
2064
+ #: ../includes/ot-functions-option-types.php:876
2065
+ #: ../includes/ot-functions-option-types.php:1868
2066
+ #: ../includes/ot-functions-option-types.php:1923
2067
  msgid "No Posts Found"
2068
  msgstr ""
2069
 
2070
+ #: ../includes/ot-functions-option-types.php:1054
2071
  msgid "height"
2072
  msgstr ""
2073
 
2074
+ #: ../includes/ot-functions-option-types.php:1232
2075
+ #: ../includes/ot-functions-option-types.php:1275
2076
  msgid "Remove Google Font"
2077
  msgstr ""
2078
 
2079
+ #: ../includes/ot-functions-option-types.php:1234
2080
+ #: ../includes/ot-functions-option-types.php:1277
2081
  msgid "-- Choose One --"
2082
  msgstr ""
2083
 
2084
+ #: ../includes/ot-functions-option-types.php:1298
2085
  msgid "Add Google Font"
2086
  msgstr ""
2087
 
2088
+ #: ../includes/ot-functions-option-types.php:1384
2089
  msgctxt "color picker"
2090
  msgid "Standard"
2091
  msgstr ""
2092
 
2093
+ #: ../includes/ot-functions-option-types.php:1385
2094
  msgctxt "color picker"
2095
  msgid "Hover"
2096
  msgstr ""
2097
 
2098
+ #: ../includes/ot-functions-option-types.php:1386
2099
  msgctxt "color picker"
2100
  msgid "Active"
2101
  msgstr ""
2102
 
2103
+ #: ../includes/ot-functions-option-types.php:1387
2104
  msgctxt "color picker"
2105
  msgid "Visited"
2106
  msgstr ""
2107
 
2108
+ #: ../includes/ot-functions-option-types.php:1388
2109
  msgctxt "color picker"
2110
  msgid "Focus"
2111
  msgstr ""
2112
 
2113
+ #: ../includes/ot-functions-option-types.php:1485
2114
+ #: ../includes/ot-functions-option-types.php:2222
2115
+ #: ../includes/ot-functions-option-types.php:2387
2116
  msgid "Add New"
2117
  msgstr ""
2118
 
2119
+ #: ../includes/ot-functions-option-types.php:1488
2120
+ #: ../includes/ot-functions-option-types.php:2225
2121
+ #: ../includes/ot-functions-option-types.php:2390
2122
  msgid "You can re-order with drag & drop, the order will update after saving."
2123
  msgstr ""
2124
 
2125
+ #: ../includes/ot-functions-option-types.php:1657
2126
  msgid "On"
2127
  msgstr ""
2128
 
2129
+ #: ../includes/ot-functions-option-types.php:1679
2130
  msgid "Off"
2131
  msgstr ""
2132
 
2133
+ #: ../includes/ot-functions-option-types.php:1757
2134
+ #: ../includes/ot-functions-option-types.php:1812
2135
  msgid "No Pages Found"
2136
  msgstr ""
2137
 
2138
+ #: ../includes/ot-functions-option-types.php:2145
2139
  msgid "Choose Sidebar"
2140
  msgstr ""
2141
 
2142
+ #: ../includes/ot-functions-option-types.php:2150
2143
  msgid "No Sidebars"
2144
  msgstr ""
2145
 
2146
+ #: ../includes/ot-functions-option-types.php:2258
2147
  msgid "Facebook"
2148
  msgstr ""
2149
 
2150
+ #: ../includes/ot-functions-option-types.php:2263
2151
  msgid "Twitter"
2152
  msgstr ""
2153
 
2154
+ #: ../includes/ot-functions-option-types.php:2268
2155
  msgid "Google+"
2156
  msgstr ""
2157
 
2158
+ #: ../includes/ot-functions-option-types.php:2273
2159
  msgid "LinkedIn"
2160
  msgstr ""
2161
 
2162
+ #: ../includes/ot-functions-option-types.php:2278
2163
  msgid "Pinterest"
2164
  msgstr ""
2165
 
2166
+ #: ../includes/ot-functions-option-types.php:2283
2167
  msgid "Youtube"
2168
  msgstr ""
2169
 
2170
+ #: ../includes/ot-functions-option-types.php:2288
2171
  msgid "Dribbble"
2172
  msgstr ""
2173
 
2174
+ #: ../includes/ot-functions-option-types.php:2293
2175
  msgid "Github"
2176
  msgstr ""
2177
 
2178
+ #: ../includes/ot-functions-option-types.php:2298
2179
  msgid "Forrst"
2180
  msgstr ""
2181
 
2182
+ #: ../includes/ot-functions-option-types.php:2303
2183
  msgid "Digg"
2184
  msgstr ""
2185
 
2186
+ #: ../includes/ot-functions-option-types.php:2308
2187
  msgid "Delicious"
2188
  msgstr ""
2189
 
2190
+ #: ../includes/ot-functions-option-types.php:2313
2191
  msgid "Tumblr"
2192
  msgstr ""
2193
 
2194
+ #: ../includes/ot-functions-option-types.php:2318
2195
  msgid "Skype"
2196
  msgstr ""
2197
 
2198
+ #: ../includes/ot-functions-option-types.php:2323
2199
  msgid "SoundCloud"
2200
  msgstr ""
2201
 
2202
+ #: ../includes/ot-functions-option-types.php:2328
2203
  msgid "Vimeo"
2204
  msgstr ""
2205
 
2206
+ #: ../includes/ot-functions-option-types.php:2333
2207
  msgid "Flickr"
2208
  msgstr ""
2209
 
2210
+ #: ../includes/ot-functions-option-types.php:2338
2211
  msgid "VK.com"
2212
  msgstr ""
2213
 
2214
+ #: ../includes/ot-functions-option-types.php:2444
2215
  msgid "top"
2216
  msgstr ""
2217
 
2218
+ #: ../includes/ot-functions-option-types.php:2453
2219
  msgid "right"
2220
  msgstr ""
2221
 
2222
+ #: ../includes/ot-functions-option-types.php:2462
2223
  msgid "bottom"
2224
  msgstr ""
2225
 
2226
+ #: ../includes/ot-functions-option-types.php:2471
2227
  msgid "left"
2228
  msgstr ""
2229
 
2230
+ #: ../includes/ot-functions-option-types.php:2573
2231
+ #: ../includes/ot-functions-option-types.php:2627
2232
  msgid "No Tags Found"
2233
  msgstr ""
2234
 
2235
+ #: ../includes/ot-functions-option-types.php:2685
2236
+ #: ../includes/ot-functions-option-types.php:2742
2237
  msgid "No Taxonomies Found"
2238
  msgstr ""
2239
 
ot-loader.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: OptionTree
4
  * Plugin URI: https://github.com/valendesigns/option-tree/
5
  * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
6
- * Version: 2.5.0
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
@@ -178,7 +178,7 @@ if ( ! class_exists( 'OT_Loader' ) ) {
178
  /**
179
  * Current Version number.
180
  */
181
- define( 'OT_VERSION', '2.5.0' );
182
 
183
  /**
184
  * For developers: Theme mode.
3
  * Plugin Name: OptionTree
4
  * Plugin URI: https://github.com/valendesigns/option-tree/
5
  * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
6
+ * Version: 2.5.1
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
178
  /**
179
  * Current Version number.
180
  */
181
+ define( 'OT_VERSION', '2.5.1' );
182
 
183
  /**
184
  * For developers: Theme mode.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bit.ly/NuXI3T
4
  Tags: options, theme options, meta boxes
5
  Requires at least: 3.8
6
  Tested up to: 4.2-alpha
7
- Stable tag: 2.5.0
8
  License: GPLv3
9
 
10
  Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
@@ -126,6 +126,14 @@ The most likely scenario is your theme already has OptionTree installed in Theme
126
 
127
  == Changelog ==
128
 
 
 
 
 
 
 
 
 
129
  = 2.5.0 =
130
  * Added the Google Fonts option type. Contributors via github @maimairel, and @valendesigns.
131
  * Added the Border option type. Contributors via github @doitmax, and @valendesigns.
4
  Tags: options, theme options, meta boxes
5
  Requires at least: 3.8
6
  Tested up to: 4.2-alpha
7
+ Stable tag: 2.5.1
8
  License: GPLv3
9
 
10
  Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
126
 
127
  == Changelog ==
128
 
129
+ = 2.5.1 =
130
+ * Hotfix - Overhaul the Colorpicker Opacity option type so it saves rgba values, not arrays.
131
+ * Hotfix - Added the ability to set opacity on any colorpicker with the `ot-colorpicker-opacity` class.
132
+ * Hotfix - Don't use `esc_url_raw` to filter the Upload option type when it's saving an attachment ID. Contributors via github @RistoNiinemets.
133
+ * Hotfix - Show an error message to user if unable to write to the `dynamic.css` file. Contributors via github @johnh10, and @valendesigns.
134
+ * Hotfix - Force the `ot_google_fonts` array to be rebuilt when switching between themes.
135
+ * Hotfix - Stop theme check from nagging about using `add_menu_page` in `ot-cleanup-api.php`.
136
+
137
  = 2.5.0 =
138
  * Added the Google Fonts option type. Contributors via github @maimairel, and @valendesigns.
139
  * Added the Border option type. Contributors via github @doitmax, and @valendesigns.