Advanced Custom Fields - Version 5.7.8

Version Description

Release Date - 7 December 2018

  • Fix - Fixed vulnerability allowing author role to save unfiltered HTML values.
  • Fix - Fixed all metaboxes appearing when editing a post in WP 5.0.
  • i18n - Updated Polish translation thanks to Dariusz Zielonka.
  • i18n - Updated Czech translation thanks to Veronika Hanzlkov.
  • i18n - Update Turkish translation thanks to Emre Erkan.
  • i18n - Updated Portuguese language thanks to Pedro Mendona.
Download this release

Release Info

Developer elliotcondon
Plugin Icon 128x128 Advanced Custom Fields
Version 5.7.8
Comparing to
See all releases

Code changes from version 5.7.7 to 5.7.8

acf.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: Advanced Custom Fields
4
  Plugin URI: https://www.advancedcustomfields.com/
5
- Description: Customise WordPress with powerful, professional and intuitive fields.
6
- Version: 5.7.7
7
  Author: Elliot Condon
8
  Author URI: http://www.elliotcondon.com/
9
  Copyright: Elliot Condon
@@ -18,7 +18,7 @@ if( ! class_exists('ACF') ) :
18
  class ACF {
19
 
20
  /** @var string The plugin version number */
21
- var $version = '5.7.7';
22
 
23
  /** @var array The plugin settings array */
24
  var $settings = array();
@@ -246,11 +246,6 @@ class ACF {
246
  acf_include('includes/wpml.php');
247
  }
248
 
249
- // early access
250
- if( defined('ACF_EARLY_ACCESS') ) {
251
- acf_include('includes/early-access.php');
252
- }
253
-
254
  // include gutenberg
255
  if( defined('GUTENBERG_VERSION') ) {
256
  acf_include('includes/forms/form-gutenberg.php');
2
  /*
3
  Plugin Name: Advanced Custom Fields
4
  Plugin URI: https://www.advancedcustomfields.com/
5
+ Description: Customize WordPress with powerful, professional and intuitive fields.
6
+ Version: 5.7.8
7
  Author: Elliot Condon
8
  Author URI: http://www.elliotcondon.com/
9
  Copyright: Elliot Condon
18
  class ACF {
19
 
20
  /** @var string The plugin version number */
21
+ var $version = '5.7.8';
22
 
23
  /** @var array The plugin settings array */
24
  var $settings = array();
246
  acf_include('includes/wpml.php');
247
  }
248
 
 
 
 
 
 
249
  // include gutenberg
250
  if( defined('GUTENBERG_VERSION') ) {
251
  acf_include('includes/forms/form-gutenberg.php');
assets/css/acf-input.css CHANGED
@@ -80,8 +80,8 @@
80
  background: #fff3e6;
81
  color: #d16226;
82
  }
83
- .acf-fieldtd,
84
- .acf-fieldtr {
85
  margin: 0;
86
  }
87
  .acf-field[data-width] {
@@ -106,8 +106,8 @@ html[dir="rtl"] .acf-field[data-width] + .acf-field[data-width] {
106
  border-left: none;
107
  border-right: 1px solid #eeeeee;
108
  }
109
- .acf-field[data-width]td,
110
- .acf-field[data-width]tr {
111
  float: none;
112
  }
113
  .acf-field.-c0 {
@@ -267,6 +267,10 @@ html[dir="rtl"] .acf-fields.-left > .acf-field > .acf-input {
267
  margin: 0;
268
  border-left-color: #E1E1E1;
269
  }
 
 
 
 
270
  /*--------------------------------------------------------------------------------------------
271
  *
272
  * acf-postbox
@@ -2674,31 +2678,3 @@ p.submit .acf-spinner {
2674
  .acf-postbox.acf-hidden {
2675
  display: none !important;
2676
  }
2677
- /*--------------------------------------------------------------------------------------------
2678
- *
2679
- * Gutenberg
2680
- *
2681
- *--------------------------------------------------------------------------------------------*/
2682
- /*
2683
- #editor {
2684
-
2685
- .edit-post-layout__metaboxes {
2686
- //border-top: none;
2687
- }
2688
-
2689
- .edit-post-meta-boxes-area {
2690
- max-width: 80%;
2691
-
2692
- .postbox {
2693
- border: #e2e4e7 solid 1px;
2694
- border-bottom: none;
2695
- margin: 20px 0;
2696
- }
2697
-
2698
- input {
2699
- max-width: none;
2700
- }
2701
- }
2702
-
2703
- }
2704
- */
80
  background: #fff3e6;
81
  color: #d16226;
82
  }
83
+ td.acf-field,
84
+ tr.acf-field {
85
  margin: 0;
86
  }
87
  .acf-field[data-width] {
106
  border-left: none;
107
  border-right: 1px solid #eeeeee;
108
  }
109
+ td.acf-field[data-width],
110
+ tr.acf-field[data-width] {
111
  float: none;
112
  }
113
  .acf-field.-c0 {
267
  margin: 0;
268
  border-left-color: #E1E1E1;
269
  }
270
+ .acf-sortable-tr-helper {
271
+ position: relative !important;
272
+ display: table-row !important;
273
+ }
274
  /*--------------------------------------------------------------------------------------------
275
  *
276
  * acf-postbox
2678
  .acf-postbox.acf-hidden {
2679
  display: none !important;
2680
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/js/acf-input.js CHANGED
@@ -3889,7 +3889,7 @@
3889
  this.$hide().prop('checked', true);
3890
 
3891
  // Show postbox
3892
- this.$el.show();
3893
  },
3894
 
3895
  enable: function(){
@@ -3907,7 +3907,7 @@
3907
  this.$hideLabel().hide();
3908
 
3909
  // Hide postbox
3910
- this.$el.hide();
3911
  },
3912
 
3913
  disable: function(){
@@ -13125,19 +13125,23 @@
13125
  // if $item is a tr, apply some css to the elements
13126
  if( $item.is('tr') ) {
13127
 
13128
- // temp set as relative to find widths
13129
- $item.css('position', 'relative');
 
13130
 
13131
- // set widths for td children
 
 
 
13132
  $item.children().each(function(){
13133
- $(this).width($(this).width());
13134
  });
13135
 
13136
- // revert position css
13137
- $item.css('position', 'absolute');
13138
 
13139
- // add markup to the placeholder
13140
- $placeholder.html('<td style="height:' + $item.height() + 'px; padding:0;" colspan="' + $item.children('td').length + '"></td>');
13141
  }
13142
  }
13143
  });
3889
  this.$hide().prop('checked', true);
3890
 
3891
  // Show postbox
3892
+ this.$el.show().removeClass('acf-hidden');
3893
  },
3894
 
3895
  enable: function(){
3907
  this.$hideLabel().hide();
3908
 
3909
  // Hide postbox
3910
+ this.$el.hide().addClass('acf-hidden');
3911
  },
3912
 
3913
  disable: function(){
13125
  // if $item is a tr, apply some css to the elements
13126
  if( $item.is('tr') ) {
13127
 
13128
+ // replace $placeholder children with a single td
13129
+ // fixes "width calculation issues" due to conditional logic hiding some children
13130
+ $placeholder.html('<td style="padding:0;" colspan="100"></td>');
13131
 
13132
+ // add helper class to remove absolute positioning
13133
+ $item.addClass('acf-sortable-tr-helper');
13134
+
13135
+ // set fixed widths for children
13136
  $item.children().each(function(){
13137
+ $(this).width( $(this).width() );
13138
  });
13139
 
13140
+ // mimic height
13141
+ $placeholder.height( $item.height() + 'px' );
13142
 
13143
+ // remove class
13144
+ $item.removeClass('acf-sortable-tr-helper');
13145
  }
13146
  }
13147
  });
assets/js/acf-input.min.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(r,s){var c={};(window.acf=c).data={},c.get=function(t){return this.data[t]||null},c.has=function(t){return null!==this.get(t)},c.set=function(t,e){return this.data[t]=e,this};var i=0;c.uniqueId=function(t){var e=++i+"";return t?t+e:e},c.uniqueArray=function(t){function e(t,e,i){return i.indexOf(t)===e}return t.filter(e)};var a="";c.uniqid=function(t,e){var i;void 0===t&&(t="");var n=function(t,e){return e<(t=parseInt(t,10).toString(16)).length?t.slice(t.length-e):e>t.length?Array(e-t.length+1).join("0")+t:t};return a||(a=Math.floor(123456789*Math.random())),a++,i=t,i+=n(parseInt((new Date).getTime()/1e3,10),8),i+=n(a,5),e&&(i+=(10*Math.random()).toFixed(8).toString()),i},c.strReplace=function(t,e,i){return i.split(t).join(e)},c.strCamelCase=function(t){return t=(t=t.replace(/[_-]/g," ")).replace(/(?:^\w|\b\w|\s+)/g,function(t,e){return 0==+t?"":0==e?t.toLowerCase():t.toUpperCase()})},c.strPascalCase=function(t){var e=c.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},c.strSlugify=function(t){return c.strReplace("_","-",t.toLowerCase())},c.strSanitize=function(t){var e={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","ß":"s","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","ĝ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""},i=/\W/g,n=function(t){return e[t]!==s?e[t]:t};return t=(t=t.replace(i,n)).toLowerCase()},c.strMatch=function(t,e){for(var i=0,n=Math.min(t.length,e.length),a=0;a<n&&t[a]===e[a];a++)i++;return i},c.decode=function(t){return r("<textarea/>").html(t).text()},c.strEscape=function(t){var e={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;","`":"&#x60;","=":"&#x3D;"};return String(t).replace(/[&<>"'`=\/]/g,function(t){return e[t]})},c.parseArgs=function(t,e){return"object"!=typeof t&&(t={}),"object"!=typeof e&&(e={}),r.extend({},e,t)},window.acfL10n==s&&(acfL10n={}),c.__=function(t){return acfL10n[t]||t},c._x=function(t,e){return acfL10n[t+"."+e]||acfL10n[t]||t},c._n=function(t,e,i){return 1==i?c.__(t):c.__(e)},c.isArray=function(t){return Array.isArray(t)},c.isObject=function(t){return"object"==typeof t};var o=function(t,e,i){var n=(e=e.replace("[]","[%%index%%]")).match(/([^\[\]])+/g);if(n)for(var a=n.length,r=t,s=0;s<a;s++){var o=String(n[s]);s==a-1?"%%index%%"===o?r.push(i):r[o]=i:("%%index%%"===n[s+1]?c.isArray(r[o])||(r[o]=[]):c.isObject(r[o])||(r[o]={}),r=r[o])}};c.serialize=function(t,e){var i={},n=c.serializeArray(t);e!==s&&(n=n.filter(function(t){return 0===t.name.indexOf(e)}).map(function(t){return t.name=t.name.slice(e.length),t}));for(var a=0;a<n.length;a++)o(i,n[a].name,n[a].value);return i},c.serializeArray=function(t){return t.find("select, textarea, input").serializeArray()},c.addAction=function(t,e,i,n){return c.hooks.addAction.apply(this,arguments),this},c.removeAction=function(t,e){return c.hooks.removeAction.apply(this,arguments),this};var e={};c.doAction=function(t){return e[t]=1,c.hooks.doAction.apply(this,arguments),e[t]=0,this},c.doingAction=function(t){return 1===e[t]},c.didAction=function(t){return e[t]!==s},c.currentAction=function(){for(var t in e)if(e[t])return t;return!1},c.addFilter=function(t){return c.hooks.addFilter.apply(this,arguments),this},c.removeFilter=function(t){return c.hooks.removeFilter.apply(this,arguments),this},c.applyFilters=function(t){return c.hooks.applyFilters.apply(this,arguments)},c.arrayArgs=function(t){return Array.prototype.slice.call(t)};try{var n=JSON.parse(localStorage.getItem("acf"))||{}}catch(t){var n={}}var l=function(t){return"this."===t.substr(0,5)&&(t=t.substr(5)+"-"+c.get("post_id")),t};c.getPreference=function(t){return t=l(t),n[t]||null},c.setPreference=function(t,e){t=l(t),null===e?delete n[t]:n[t]=e,localStorage.setItem("acf",JSON.stringify(n))},c.removePreference=function(t){c.setPreference(t,null)},c.remove=function(t){t instanceof jQuery&&(t={target:t}),t=c.parseArgs(t,{target:!1,endHeight:0,complete:function(){}}),c.doAction("remove",t.target),t.target.is("tr")?d(t):u(t)};var u=function(t){var e=t.target,i=e.height(),n=e.width(),a=e.css("margin"),r=e.outerHeight(!0),s=e.attr("style")+"";e.wrap('<div class="acf-temp-remove" style="height:'+r+'px"></div>');var o=e.parent();e.css({height:i,width:n,margin:a,position:"absolute"}),setTimeout(function(){o.css({opacity:0,height:t.endHeight})},50),setTimeout(function(){e.attr("style",s),o.remove(),t.complete()},301)},d=function(t){var e=t.target,i=e.height(),n=e.children().length,a=r('<td class="acf-temp-remove" style="padding:0; height:'+i+'px" colspan="'+n+'"></td>');e.addClass("acf-remove-element"),setTimeout(function(){e.html(a)},251),setTimeout(function(){e.removeClass("acf-remove-element"),a.css({height:t.endHeight})},300),setTimeout(function(){e.remove(),t.complete()},451)};c.duplicate=function(t){t instanceof jQuery&&(t={target:t});var i=0;(t=c.parseArgs(t,{target:!1,search:"",replace:"",before:function(t){},after:function(t,e){},append:function(t,e){t.after(e),i=1}})).target=t.target||t.$el;var e=t.target;t.search=t.search||e.attr("data-id"),t.replace=t.replace||c.uniqid(),t.before(e),c.doAction("before_duplicate",e);var n=e.clone();return c.rename({target:n,search:t.search,replace:t.replace}),n.removeClass("acf-clone"),n.find(".ui-sortable").removeClass("ui-sortable"),t.after(e,n),c.doAction("after_duplicate",e,n),t.append(e,n),c.doAction("append",n),n},c.rename=function(t){t instanceof jQuery&&(t={target:t});var e=(t=c.parseArgs(t,{target:!1,destructive:!1,search:"",replace:""})).target,i=t.search||e.attr("data-id"),n=t.replace||c.uniqid("acf"),a=function(t,e){return e.replace(i,n)};if(t.destructive){var r=e.outerHTML();r=c.strReplace(i,n,r),e.replaceWith(r)}else e.attr("data-id",n),e.find('[id*="'+i+'"]').attr("id",a),e.find('[for*="'+i+'"]').attr("for",a),e.find('[name*="'+i+'"]').attr("name",a);return e},c.prepareForAjax=function(t){return t.nonce=c.get("nonce"),t.post_id=c.get("post_id"),c.has("language")&&(t.lang=c.get("language")),t=c.applyFilters("prepare_for_ajax",t)},c.startButtonLoading=function(t){t.prop("disabled",!0),t.after(' <i class="acf-loading"></i>')},c.stopButtonLoading=function(t){t.prop("disabled",!1),t.next(".acf-loading").remove()},c.showLoading=function(t){t.append('<div class="acf-loading-overlay"><i class="acf-loading"></i></div>')},c.hideLoading=function(t){t.children(".acf-loading-overlay").remove()},c.updateUserSetting=function(t,e){var i={action:"acf/ajax/user_setting",name:t,value:e};r.ajax({url:c.get("ajaxurl"),data:c.prepareForAjax(i),type:"post",dataType:"html"})},c.val=function(t,e,i){var n=t.val();return e!==n&&(t.val(e),t.is("select")&&null===t.val()?(t.val(n),!1):(!0!==i&&t.trigger("change"),!0))},c.show=function(t,e){return e&&c.unlock(t,"hidden",e),!c.isLocked(t,"hidden")&&(!!t.hasClass("acf-hidden")&&(t.removeClass("acf-hidden"),!0))},c.hide=function(t,e){return e&&c.lock(t,"hidden",e),!t.hasClass("acf-hidden")&&(t.addClass("acf-hidden"),!0)},c.isHidden=function(t){return t.hasClass("acf-hidden")},c.isVisible=function(t){return!c.isHidden(t)};var f=function(t,e){return!t.hasClass("acf-disabled")&&(e&&c.unlock(t,"disabled",e),!c.isLocked(t,"disabled")&&(!!t.prop("disabled")&&(t.prop("disabled",!1),!0)))};c.enable=function(t,e){if(t.attr("name"))return f(t,e);var i=!1;return t.find("[name]").each(function(){var t;f(r(this),e)&&(i=!0)}),i};var h=function(t,e){return e&&c.lock(t,"disabled",e),!t.prop("disabled")&&(t.prop("disabled",!0),!0)};c.disable=function(t,e){if(t.attr("name"))return h(t,e);var i=!1;return t.find("[name]").each(function(){var t;h(r(this),e)&&(i=!0)}),i},c.isset=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return!1;t=t[arguments[e]]}return!0},c.isget=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return null;t=t[arguments[e]]}return t},c.getFileInputData=function(t,e){var i=t.val();if(!i)return!1;var n={url:i},a=c.isget(t[0],"files",0);if(a)if(n.size=a.size,n.type=a.type,-1<a.type.indexOf("image")){var r=window.URL||window.webkitURL,s=new Image;s.onload=function(){n.width=this.width,n.height=this.height,e(n)},s.src=r.createObjectURL(a)}else e(n);else e(n)},c.isAjaxSuccess=function(t){return t&&t.success},c.getAjaxMessage=function(t){return c.isget(t,"data","message")},c.getAjaxError=function(t){return c.isget(t,"data","error")},c.renderSelect=function(t,e){var i=t.val(),a=[],r=function(t){var n="";return t.map(function(t){var e=t.text||t.label||"",i=t.id||t.value||"";a.push(i),t.children?n+='<optgroup label="'+c.strEscape(e)+'">'+r(t.children)+"</optgroup>":n+='<option value="'+i+'"'+(t.disabled?' disabled="disabled"':"")+">"+c.strEscape(e)+"</option>"}),n};return t.html(r(e)),-1<a.indexOf(i)&&t.val(i),t.val()};var p=function(t,e){return t.data("acf-lock-"+e)||[]},g=function(t,e,i){t.data("acf-lock-"+e,i)};c.lock=function(t,e,i){var n=p(t,e),a;n.indexOf(i)<0&&(n.push(i),g(t,e,n))},c.unlock=function(t,e,i){var n=p(t,e),a=n.indexOf(i);return-1<a&&(n.splice(a,1),g(t,e,n)),0===n.length},c.isLocked=function(t,e){return 0<p(t,e).length},r.fn.exists=function(){return 0<r(this).length},r.fn.outerHTML=function(){return r(this).get(0).outerHTML},Array.prototype.indexOf||(Array.prototype.indexOf=function(t){return r.inArray(t,this)}),r(document).ready(function(){c.doAction("ready")}),r(window).on("load",function(){c.doAction("load")}),r(window).on("beforeunload",function(){c.doAction("unload")}),r(window).on("resize",function(){c.doAction("resize")}),r(document).on("sortstart",function(t,e){c.doAction("sortstart",e.item,e.placeholder)}),r(document).on("sortstop",function(t,e){c.doAction("sortstop",e.item,e.placeholder)})}(jQuery),function(t,e){"use strict";var i=function(){function t(){return f}function e(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("actions",t,e,i=parseInt(i||10,10),n),d}function i(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e&&u("actions",e,t),d}function n(t,e){return"string"==typeof t&&o("actions",t,e),d}function a(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("filters",t,e,i=parseInt(i||10,10),n),d}function r(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e?u("filters",e,t):d}function s(t,e){return"string"==typeof t&&o("filters",t,e),d}function o(t,e,i,n){if(f[t][e])if(i){var a=f[t][e],r;if(n)for(r=a.length;r--;){var s=a[r];s.callback===i&&s.context===n&&a.splice(r,1)}else for(r=a.length;r--;)a[r].callback===i&&a.splice(r,1)}else f[t][e]=[]}function c(t,e,i,n,a){var r={callback:i,priority:n,context:a},s=f[t][e];s=s?(s.push(r),l(s)):[r],f[t][e]=s}function l(t){for(var e,i,n,a=1,r=t.length;a<r;a++){for(e=t[a],i=a;(n=t[i-1])&&n.priority>e.priority;)t[i]=t[i-1],--i;t[i]=e}return t}function u(t,e,i){var n=f[t][e];if(!n)return"filters"===t&&i[0];var a=0,r=n.length;if("filters"===t)for(;a<r;a++)i[0]=n[a].callback.apply(n[a].context,i);else for(;a<r;a++)n[a].callback.apply(n[a].context,i);return"filters"!==t||i[0]}var d={removeFilter:s,applyFilters:r,addFilter:a,removeAction:n,doAction:i,addAction:e,storage:t},f={actions:{},filters:{}};return d};acf.hooks=new i}(window),function(r,t){var n=/^(\S+)\s*(.*)$/,e=function(t){var e=this,i;return i=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},r.extend(i,e),i.prototype=Object.create(e.prototype),r.extend(i.prototype,t),i.prototype.constructor=i},i=acf.Model=function(){this.cid=acf.uniqueId("acf"),this.data=r.extend(!0,{},this.data),this.setup.apply(this,arguments),this.$el&&!this.$el.data("acf")&&this.$el.data("acf",this);var t=function(){this.initialize(),this.addEvents(),this.addActions(),this.addFilters()};this.wait&&!acf.didAction(this.wait)?this.addAction(this.wait,t):t.apply(this)};r.extend(i.prototype,{id:"",cid:"",$el:null,data:{},busy:!1,changed:!1,events:{},actions:{},filters:{},eventScope:"",wait:!1,priority:10,get:function(t){return this.data[t]},has:function(t){return null!=this.get(t)},set:function(t,e,i){var n=this.get(t);return n==e||(this.data[t]=e,i||(this.changed=!0,this.trigger("changed:"+t,[e,n]),this.trigger("changed",[t,e,n]))),this},inherit:function(t){return t instanceof jQuery&&(t=t.data()),r.extend(this.data,t),this},prop:function(){return this.$el.prop.apply(this.$el,arguments)},setup:function(t){r.extend(this,t)},initialize:function(){},addElements:function(t){if(!(t=t||this.elements||null)||!Object.keys(t).length)return!1;for(var e in t)this.addElement(e,t[e])},addElement:function(t,e){this["$"+t]=this.$(e)},addEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var i=e.match(n);this.on(i[1],i[2],t[e])}},removeEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var i=e.match(n);this.off(i[1],i[2],t[e])}},getEventTarget:function(t,e){return t||this.$el||r(document)},validateEvent:function(t){return!this.eventScope||r(t.target).closest(this.eventScope).is(this.$el)},proxyEvent:function(a){return this.proxy(function(t){if(this.validateEvent(t)){var e,i=acf.arrayArgs(arguments).slice(1),n=[t,r(t.currentTarget)].concat(i);a.apply(this,n)}})},on:function(t,e,i,n){var a,r,s,o,c;o=t instanceof jQuery?n?(a=t,r=e,s=i,n):(a=t,r=e,i):i?(r=t,s=e,i):(r=t,e),a=this.getEventTarget(a),"string"==typeof o&&(o=this.proxyEvent(this[o])),r=r+"."+this.cid,c=s?[r,s,o]:[r,o],a.on.apply(a,c)},off:function(t,e,i){var n,a,r,s;t instanceof jQuery?i?(n=t,a=e,r=i):(n=t,a=e):e?(a=t,r=e):a=t,n=this.getEventTarget(n),a=a+"."+this.cid,s=r?[a,r]:[a],n.off.apply(n,s)},trigger:function(t,e,i){var n=this.getEventTarget();return i?n.trigger.apply(n,arguments):n.triggerHandler.apply(n,arguments),this},addActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.addAction(e,t[e])},removeActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.removeAction(e,t[e])},addAction:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addAction(t,e,i,this)},removeAction:function(t,e){acf.removeAction(t,this[e])},addFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.addFilter(e,t[e])},addFilter:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addFilter(t,e,i,this)},removeFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.removeFilter(e,t[e])},removeFilter:function(t,e){acf.removeFilter(t,this[e])},$:function(t){return this.$el.find(t)},remove:function(){this.removeEvents(),this.removeActions(),this.removeFilters(),this.$el.remove()},setTimeout:function(t,e){return setTimeout(this.proxy(t),e)},time:function(){console.time(this.id||this.cid)},timeEnd:function(){console.timeEnd(this.id||this.cid)},show:function(){acf.show(this.$el)},hide:function(){acf.hide(this.$el)},proxy:function(t){return r.proxy(t,this)}}),i.extend=e,acf.models={},acf.getInstance=function(t){return t.data("acf")},acf.getInstances=function(t){var e=[];return t.each(function(){e.push(acf.getInstance(r(this)))}),e}}(jQuery),function(e,t){acf.models.Popup=acf.Model.extend({data:{title:"",content:"",width:0,height:0,loading:!1},events:{'click [data-event="close"]':"onClickClose","click .acf-close-popup":"onClickClose"},setup:function(t){e.extend(this.data,t),this.$el=e(this.tmpl())},initialize:function(){this.render(),this.open()},tmpl:function(){return['<div id="acf-popup">','<div class="acf-popup-box acf-box">','<div class="title"><h3></h3><a href="#" class="acf-icon -cancel grey" data-event="close"></a></div>','<div class="inner"></div>','<div class="loading"><i class="acf-loading"></i></div>',"</div>",'<div class="bg" data-event="close"></div>',"</div>"].join("")},render:function(){var t=this.get("title"),e=this.get("content"),i=this.get("loading"),n=this.get("width"),a=this.get("height");this.title(t),this.content(e),n&&this.$(".acf-popup-box").css("width",n),a&&this.$(".acf-popup-box").css("min-height",a),this.loading(i),acf.doAction("append",this.$el)},update:function(t){this.data=acf.parseArgs(t,this.data),this.render()},title:function(t){this.$(".title:first h3").html(t)},content:function(t){this.$(".inner:first").html(t)},loading:function(t){var e=this.$(".loading:first");t?e.show():e.hide()},open:function(){e("body").append(this.$el)},close:function(){this.remove()},onClickClose:function(t,e){t.preventDefault(),this.close()}}),acf.newPopup=function(t){return new acf.models.Popup(t)}}(jQuery),function(t,e){acf.unload=new acf.Model({wait:"load",active:!0,changed:!1,actions:{validation_failure:"startListening"},events:{"change .acf-field":"startListening","submit form":"stopListening"},reset:function(){this.stopListening()},startListening:function(){!this.changed&&this.active&&(this.changed=!0,t(window).on("beforeunload",this.onUnload))},stopListening:function(){this.changed=!1,t(window).off("beforeunload",this.onUnload)},onUnload:function(){return acf.__("The changes you made will be lost if you navigate away from this page")}})}(jQuery),function(t,e){var i=new acf.Model({events:{"click .acf-panel-title":"onClick"},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},open:function(t){t.addClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-down")},close:function(t){t.removeClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-right")}})}(jQuery),function(e,t){var i=acf.Model.extend({data:{text:"",type:"",timeout:0,dismiss:!0,target:!1,close:function(){}},events:{"click .acf-notice-dismiss":"onClickClose"},tmpl:function(){return'<div class="acf-notice"></div>'},setup:function(t){e.extend(this.data,t),this.$el=e(this.tmpl())},initialize:function(){this.render(),this.show()},render:function(){this.type(this.get("type")),this.html("<p>"+this.get("text")+"</p>"),this.get("dismiss")&&(this.$el.append('<a href="#" class="acf-notice-dismiss acf-icon -cancel small"></a>'),this.$el.addClass("-dismiss"));var t=this.get("timeout");t&&this.away(t)},update:function(t){e.extend(this.data,t),this.initialize(),this.removeEvents(),this.addEvents()},show:function(){var t=this.get("target");t&&t.prepend(this.$el)},hide:function(){this.$el.remove()},away:function(t){this.setTimeout(function(){acf.remove(this.$el)},t)},type:function(t){var e=this.get("type");e&&this.$el.removeClass("-"+e),this.$el.addClass("-"+t),"error"==t&&this.$el.addClass("acf-error-message")},html:function(t){this.$el.html(t)},text:function(t){this.$("p").html(t)},onClickClose:function(t,e){t.preventDefault(),this.get("close").apply(this,arguments),this.remove()}});acf.newNotice=function(t){return"object"!=typeof t&&(t={text:t}),new i(t)};var n=new acf.Model({wait:"prepare",priority:1,initialize:function(){var t=e(".acf-admin-notice");t.length&&e("h1:first").after(t)}})}(jQuery),function(e,t){acf.getPostbox=function(t){return"string"==typeof t&&(t=e("#"+t)),acf.getInstance(t)},acf.getPostboxes=function(){var t=e(".acf-postbox");return acf.getInstances(t)},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",visible:!0,edit:"",html:!0},setup:function(t){t.editLink&&(t.edit=t.editLink),e.extend(this.data,t),this.$el=this.$postbox()},$postbox:function(){return e("#"+this.get("id"))},$placeholder:function(){return e("#"+this.get("id")+"-placeholder")},$hide:function(){return e("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.get("visible")},hasHTML:function(){return this.get("html")},initialize:function(){this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js");var t=this.get("style");"default"!==t&&this.$el.addClass(t),this.$inside().addClass("acf-fields").addClass("-"+this.get("label"));var e=this.get("edit");e&&this.$hndle().append('<a href="'+e+'" class="dashicons dashicons-admin-generic acf-hndle-cog acf-js-tooltip" title="'+acf.__("Edit field group")+'"></a>'),this.isVisible()?this.show():(this.set("html",!1),this.hide())},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show()},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.show(),this.enable()},hide:function(){this.$hideLabel().hide(),this.$el.hide()},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.hide(),this.disable()},html:function(t){this.$inside().html(t),this.set("html",!0),acf.doAction("append",this.$el)}})}(jQuery),function(d,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),t.confirmRemove!==e?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new n(t)):t.confirm!==e?new n(t):new i(t)};var i=acf.Model.extend({data:{text:"",timeout:0,target:null},tmpl:function(){return'<div class="acf-tooltip"></div>'},setup:function(t){d.extend(this.data,t),this.$el=d(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var t=this.get("timeout");t&&setTimeout(d.proxy(this.fade,this),t)},update:function(t){d.extend(this.data,t),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){d("body").append(this.$el)},hide:function(){this.$el.remove()},fade:function(){this.$el.addClass("acf-fade-up"),this.setTimeout(function(){this.remove()},250)},html:function(t){this.$el.html(t)},position:function(){var t=this.$el,e=this.get("target");if(e){t.removeClass("right left bottom top");var i=10,n=e.outerWidth(),a=e.outerHeight(),r=e.offset().top,s=e.offset().left,o=t.outerWidth(),c=t.outerHeight(),l=r-c,u=s+n/2-o/2;u<10?(t.addClass("right"),u=s+n,l=r+a/2-c/2):u+o+10>d(window).width()?(t.addClass("left"),u=s-o,l=r+a/2-c/2):l-d(window).scrollTop()<10?(t.addClass("bottom"),l=r+a):t.addClass("top"),t.css({top:l,left:u})}}}),n=i.extend({data:{text:"",textConfirm:"",textCancel:"",target:null,targetConfirm:!0,confirm:function(){},cancel:function(){},context:!1},events:{'click [data-event="cancel"]':"onCancel",'click [data-event="confirm"]':"onConfirm"},addEvents:function(){acf.Model.prototype.addEvents.apply(this);var t=d(document),e=this.get("target");this.setTimeout(function(){this.on(t,"click","onCancel")}),this.get("targetConfirm")&&this.on(e,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var t=d(document),e=this.get("target");this.off(t,"click"),this.off(e,"click")},render:function(){var t,e,i,n=[this.get("text")||acf.__("Are you sure?"),'<a href="#" data-event="confirm">'+(this.get("textConfirm")||acf.__("Yes"))+"</a>",'<a href="#" data-event="cancel">'+(this.get("textCancel")||acf.__("No"))+"</a>"].join(" ");this.html(n),this.$el.addClass("-confirm")},onCancel:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("cancel"),n=this.get("context")||this;i.apply(n,arguments),this.remove()},onConfirm:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("confirm"),n=this.get("context")||this;i.apply(n,arguments),this.remove()}});acf.models.Tooltip=i,acf.models.TooltipConfirm=n;var t=new acf.Model({tooltip:!1,events:{"mouseenter .acf-js-tooltip":"showTitle","mouseup .acf-js-tooltip":"hideTitle","mouseleave .acf-js-tooltip":"hideTitle"},showTitle:function(t,e){var i=e.attr("title");i&&(e.attr("title",""),this.tooltip?this.tooltip.update({text:i,target:e}):this.tooltip=acf.newTooltip({text:i,target:e}))},hideTitle:function(t,e){this.tooltip.hide(),e.attr("title",this.tooltip.get("text"))}})}(jQuery),function(e,i){var r=[];acf.Field=acf.Model.extend({type:"",eventScope:".acf-field",wait:"ready",setup:function(t){this.$el=t,this.inherit(t),this.inherit(this.$control())},val:function(t){return t!==i?this.setValue(t):this.prop("disabled")?null:this.getValue()},getValue:function(){return this.$input().val()},setValue:function(t){return acf.val(this.$input(),t)},__:function(t){return acf._e(this.type,t)},$control:function(){return!1},$input:function(){return this.$("[name]:first")},$inputWrap:function(){return this.$(".acf-input:first")},$labelWrap:function(){return this.$(".acf-label:first")},getInputName:function(){return this.$input().attr("name")||""},parent:function(){var t=this.parents();return!!t.length&&t[0]},parents:function(){var t=this.$el.parents(".acf-field"),e;return acf.getFields(t)},show:function(t,e){var i=acf.show(this.$el,t);return i&&(this.prop("hidden",!1),acf.doAction("show_field",this,e)),i},hide:function(t,e){var i=acf.hide(this.$el,t);return i&&(this.prop("hidden",!0),acf.doAction("hide_field",this,e)),i},enable:function(t,e){var i=acf.enable(this.$el,t);return i&&(this.prop("disabled",!1),acf.doAction("enable_field",this,e)),i},disable:function(t,e){var i=acf.disable(this.$el,t);return i&&(this.prop("disabled",!0),acf.doAction("disable_field",this,e)),i},showEnable:function(t,e){return this.enable.apply(this,arguments),this.show.apply(this,arguments)},hideDisable:function(t,e){return this.disable.apply(this,arguments),this.hide.apply(this,arguments)},showNotice:function(t){"object"!=typeof t&&(t={text:t}),this.notice&&this.notice.remove(),t.target=this.$inputWrap(),this.notice=acf.newNotice(t)},removeNotice:function(t){this.notice&&(this.notice.away(t||0),this.notice=!1)},showError:function(t){this.$el.addClass("acf-error"),t!==i&&this.showNotice({text:t,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",e.proxy(this.removeError,this))},removeError:function(){this.$el.removeClass("acf-error"),this.removeNotice(250),acf.doAction("valid_field",this)},trigger:function(t,e,i){return"invalidField"==t&&(i=!0),acf.Model.prototype.trigger.apply(this,[t,e,i])}}),acf.newField=function(t){var e=t.data("type"),i=s(e),n,a=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",a),a};var s=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,i=t.prototype.type,n=s(i);acf.models[n]=t,r.push(i)},acf.getFieldType=function(t){var e=s(t);return acf.models[e]||!1},acf.getFieldTypes=function(n){n=acf.parseArgs(n,{category:""});var a=[];return r.map(function(t){var e=acf.getFieldType(t),i=e.prototype;n.category&&i.category!==n.category||a.push(e)}),a}}(jQuery),function(n,t){acf.findFields=function(t){var e=".acf-field",i=!1;return(t=acf.parseArgs(t,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(t=acf.applyFilters("find_fields_args",t)),t.key&&(e+='[data-key="'+t.key+'"]'),t.type&&(e+='[data-type="'+t.type+'"]'),t.name&&(e+='[data-name="'+t.name+'"]'),t.is&&(e+=t.is),t.visible&&(e+=":visible"),i=t.parent?t.parent.find(e):t.sibling?t.sibling.siblings(e):n(e),t.suppressFilters||(i=i.not(".acf-clone .acf-field"),i=acf.applyFilters("find_fields",i)),t.limit&&(i=i.slice(0,t.limit)),i},acf.findField=function(t,e){return acf.findFields({key:t,limit:1,parent:e,suppressFilters:!0})},acf.getField=function(t){t instanceof jQuery||(t=acf.findField(t));var e=t.data("acf");return e||(e=acf.newField(t)),e},acf.getFields=function(t){t instanceof jQuery||(t=acf.findFields(t));var e=[];return t.each(function(){var t=acf.getField(n(this));e.push(t)}),e},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var e=function(t){var e=t,r=t+"_fields",a=t+"_field",i=function(t){var e,i=acf.arrayArgs(arguments).slice(1),n=acf.getFields({parent:t});if(n.length){var a=[r,n].concat(i);acf.doAction.apply(null,a)}},n=function(t){var e,n=acf.arrayArgs(arguments).slice(1);t.map(function(t,e){var i=[a,t].concat(n);acf.doAction.apply(null,i)})};acf.addAction(e,i),acf.addAction(r,n),s(t)},s=function(e){var r=e+"_field",s=e+"Field",t=function(i){var n=acf.arrayArgs(arguments),a=n.slice(1),t;["type","name","key"].map(function(t){var e="/"+t+"="+i.get(t);n=[r+e,i].concat(a),acf.doAction.apply(null,n)}),-1<o.indexOf(e)&&i.trigger(s,a)};acf.addAction(r,t)},i,a=["valid","invalid","enable","disable","new"],o=["remove","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable"];["prepare","ready","load","append","remove","sortstart","sortstop","show","hide","unload"].map(e),a.map(s);var r=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){n("#_acf_changed").val(1)}})}(jQuery),function(f,h){var p=0,t=acf.Field.extend({type:"accordion",wait:"",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var t=this.$el,e=this.$labelWrap(),i=this.$inputWrap(),n=this.$control(),a=i.children(".description");if(a.length&&e.append(a),this.$el.is("tr")){var r=this.$el.closest("table"),s=f('<div class="acf-accordion-title"/>'),o=f('<div class="acf-accordion-content"/>'),c=f('<table class="'+r.attr("class")+'"/>'),l=f("<tbody/>");s.append(e.html()),c.append(l),o.append(c),i.append(s),i.append(o),e.remove(),n.remove(),i.attr("colspan",2),e=s,i=o,n=l}t.addClass("acf-accordion"),e.addClass("acf-accordion-title"),i.addClass("acf-accordion-content"),p++,this.get("multi_expand")&&t.attr("multi-expand",1);var u=acf.getPreference("this.accordions")||[];u[p-1]!==h&&this.set("open",u[p-1]),this.get("open")&&(t.addClass("-open"),i.css("display","block")),e.prepend('<i class="acf-accordion-icon dashicons dashicons-arrow-'+(this.get("open")?"down":"right")+'"></i>');var d=t.parent();n.addClass(d.hasClass("-left")?"-left":""),n.addClass(d.hasClass("-clear")?"-clear":""),n.append(t.nextUntil(".acf-field-accordion",".acf-field")),n.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(t);var e=new acf.Model({actions:{unload:"onUnload"},events:{"click .acf-accordion-title":"onClick","invalidField .acf-accordion":"onInvalidField"},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},open:function(t){t.find(".acf-accordion-content:first").slideDown().css("display","block"),t.find(".acf-accordion-icon:first").removeClass("dashicons-arrow-right").addClass("dashicons-arrow-down"),t.addClass("-open"),acf.doAction("show",t),
2
- t.attr("multi-expand")||t.siblings(".acf-accordion.-open").each(function(){e.close(f(this))})},close:function(t){t.find(".acf-accordion-content:first").slideUp(),t.find(".acf-accordion-icon:first").removeClass("dashicons-arrow-down").addClass("dashicons-arrow-right"),t.removeClass("-open"),acf.doAction("hide",t)},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},onInvalidField:function(t,e){this.busy||(this.busy=!0,this.setTimeout(function(){this.busy=!1},1e3),this.open(e))},onUnload:function(t){var e=[];f(".acf-accordion").each(function(){var t=f(this).hasClass("-open")?1:0;e.push(t)}),e.length&&acf.setPreference("this.accordions",e)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"button_group",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-button-group")},$input:function(){return this.$("input:checked")},setValue:function(t){this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(e,t){var i=acf.Field.extend({type:"checkbox",events:{"change input":"onChange","click .acf-add-checkbox":"onClickAdd","click .acf-checkbox-toggle":"onClickToggle","click .acf-checkbox-custom":"onClickCustom"},$control:function(){return this.$(".acf-checkbox-list")},$toggle:function(){return this.$(".acf-checkbox-toggle")},$input:function(){return this.$('input[type="hidden"]')},$inputs:function(){return this.$('input[type="checkbox"]').not(".acf-checkbox-toggle")},getValue:function(){var t=[];return this.$(":checked").each(function(){t.push(e(this).val())}),!!t.length&&t},onChange:function(t,e){var i=e.prop("checked"),n=this.$toggle(),a;(i?e.parent().addClass("selected"):e.parent().removeClass("selected"),n.length)&&(0==this.$inputs().not(":checked").length?n.prop("checked",!0):n.prop("checked",!1))},onClickAdd:function(t,e){var i='<li><input class="acf-checkbox-custom" type="checkbox" checked="checked" /><input type="text" name="'+this.getInputName()+'[]" /></li>';e.parent("li").before(i)},onClickToggle:function(t,e){var i=e.prop("checked"),n;this.$inputs().prop("checked",i)},onClickCustom:function(t,e){var i=e.prop("checked"),n=e.next('input[type="text"]');i?n.prop("disabled",!1):(n.prop("disabled",!0),""==n.val()&&e.parent("li").remove())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"color_picker",wait:"load",$control:function(){return this.$(".acf-color-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){var e=this.$input(),i=this.$inputText(),t=function(t){setTimeout(function(){acf.val(e,i.val())},1)},n={defaultColor:!1,palettes:!0,hide:!0,change:t,clear:t},n=acf.applyFilters("color_picker_args",n,this);i.wpColorPicker(n)}});acf.registerFieldType(i)}(jQuery),function(n,t){var e=acf.Field.extend({type:"date_picker",events:{'blur input[type="text"]':"onBlur"},$control:function(){return this.$(".acf-date-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){if(this.has("save_format"))return this.initializeCompatibility();var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),altField:t,altFormat:"yymmdd",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")};i=acf.applyFilters("date_picker_args",i,this),acf.newDatePicker(e,i),acf.doAction("date_picker_init",e,i,this)},initializeCompatibility:function(){var t=this.$input(),e=this.$inputText();e.val(t.val());var i={dateFormat:this.get("date_format"),altField:t,altFormat:this.get("save_format"),changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")},n=(i=acf.applyFilters("date_picker_args",i,this)).dateFormat;i.dateFormat=this.get("save_format"),acf.newDatePicker(e,i),e.datepicker("option","dateFormat",n),acf.doAction("date_picker_init",e,i,this)},onBlur:function(){this.$inputText().val()||acf.val(this.$input(),"")}});acf.registerFieldType(e);var i=new acf.Model({priority:5,wait:"ready",initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),i=acf.get("datePickerL10n");return!!i&&(void 0!==n.datepicker&&(i.isRTL=e,n.datepicker.regional[t]=i,void n.datepicker.setDefaults(i)))}});acf.newDatePicker=function(t,e){if(void 0===n.datepicker)return!1;e=e||{},t.datepicker(e),n("body > #ui-datepicker-div").exists()&&n("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(n,t){var e=acf.models.DatePickerField.extend({type:"date_time_picker",$control:function(){return this.$(".acf-date-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altFormat:"yy-mm-dd",altTimeFormat:"HH:mm:ss",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day"),controlType:"select",oneLine:!0};i=acf.applyFilters("date_time_picker_args",i,this),acf.newDateTimePicker(e,i),acf.doAction("date_time_picker_init",e,i,this)}});acf.registerFieldType(e);var i=new acf.Model({priority:5,wait:"ready",initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),i=acf.get("dateTimePickerL10n");return!!i&&(void 0!==n.timepicker&&(i.isRTL=e,n.timepicker.regional[t]=i,void n.timepicker.setDefaults(i)))}});acf.newDateTimePicker=function(t,e){if(void 0===n.timepicker)return!1;e=e||{},t.datetimepicker(e),n("body > #ui-datepicker-div").exists()&&n("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(s,t){var e=acf.Field.extend({type:"google_map",map:!1,wait:"load",events:{'click a[data-name="clear"]':"onClickClear",'click a[data-name="locate"]':"onClickLocate",'click a[data-name="search"]':"onClickSearch","keydown .search":"onKeydownSearch","keyup .search":"onKeyupSearch","focus .search":"onFocusSearch","blur .search":"onBlurSearch",showField:"onShow"},$control:function(){return this.$(".acf-google-map")},$input:function(t){return this.$('input[data-name="'+(t||"address")+'"]')},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},addClass:function(t){this.$control().addClass(t)},removeClass:function(t){this.$control().removeClass(t)},getValue:function(){var t={lat:"",lng:"",address:""};return this.$('input[type="hidden"]').each(function(){t[s(this).data("name")]=s(this).val()}),t.lat&&t.lng||(t=!1),t},setValue:function(t){for(var e in t=acf.parseArgs(t,{lat:"",lng:"",address:""}))acf.val(this.$input(e),t[e]);t.lat&&t.lng||(t=!1),this.renderVal(t)},renderVal:function(t){t?(this.addClass("-value"),this.setPosition(t.lat,t.lng),this.map.marker.setVisible(!0)):(this.removeClass("-value"),this.map.marker.setVisible(!1)),this.$search().val(t.address)},setPosition:function(t,e){var i=this.newLatLng(t,e);return this.map.marker.setPosition(i),this.map.marker.setVisible(!0),acf.doAction("google_map_change",i,this.map,this),this.center(),this},center:function(){var t=this.map.marker.getPosition(),e=this.get("lat"),i=this.get("lng");t&&(e=t.lat(),i=t.lng());var n=this.newLatLng(e,i);this.map.setCenter(n)},getSearchVal:function(){return this.$search().val()},initialize:function(){o.isReady()?this.initializeMap():o.ready(this.initializeMap,this)},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},initializeMap:function(){var t=this.get("zoom"),e=this.get("lat"),i=this.get("lng"),n={scrollwheel:!1,zoom:parseInt(t),center:this.newLatLng(e,i),mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};n=acf.applyFilters("google_map_args",n,this);var a=new google.maps.Map(this.$canvas()[0],n);this.addMapEvents(a,this);var r=acf.parseArgs(n.marker,{draggable:!0,raiseOnDrag:!0,map:a});r=acf.applyFilters("google_map_marker_args",r,this);var s=new google.maps.Marker(r);this.addMarkerEvents(s,this),a.acf=this,a.marker=s,this.map=a,acf.doAction("google_map_init",a,s,this);var o=this.getValue();this.renderVal(o)},addMapEvents:function(t,n){if(acf.isset(window,"google","maps","places","Autocomplete")){var e=t.autocomplete||{},i=new google.maps.places.Autocomplete(this.$search()[0],e);i.bindTo("bounds",t),google.maps.event.addListener(i,"place_changed",function(){var t=this.getPlace();t.address=n.getSearchVal(),n.setPlace(t)})}google.maps.event.addListener(t,"click",function(t){var e=t.latLng.lat(),i=t.latLng.lng();n.searchPosition(e,i)})},addMarkerEvents:function(t,n){google.maps.event.addListener(t,"dragend",function(){var t=this.getPosition(),e=t.lat(),i=t.lng();n.searchPosition(e,i)})},searchPosition:function(n,a){var t=this.newLatLng(n,a),r=this.$control();this.setPosition(n,a),r.addClass("-loading");var e=s.proxy(function(t,e){r.removeClass("-loading");var i="";e!=google.maps.GeocoderStatus.OK?console.log("Geocoder failed due to: "+e):t[0]?i=t[0].formatted_address:console.log("No results found"),this.val({lat:n,lng:a,address:i})},this);o.geocoder.geocode({latLng:t},e)},setPlace:function(t){if(!t)return this;if(t.name&&!t.geometry)return this.searchAddress(t.name),this;var e=t.geometry.location.lat(),i=t.geometry.location.lng(),n=t.address||t.formatted_address;return this.setValue({lat:e,lng:i,address:n}),this},searchAddress:function(a){var t=a.split(",");if(2==t.length){var e=t[0],i=t[1];if(s.isNumeric(e)&&s.isNumeric(i))return this.searchPosition(e,i)}var r=this.$control();r.addClass("-loading");var n=this.proxy(function(t,e){r.removeClass("-loading");var i="",n="";e!=google.maps.GeocoderStatus.OK?console.log("Geocoder failed due to: "+e):t[0]?(i=t[0].geometry.location.lat(),n=t[0].geometry.location.lng()):console.log("No results found"),this.val({lat:i,lng:n,address:a})});o.geocoder.geocode({address:a},n)},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));var a=this.$control();a.addClass("-loading");var t=s.proxy(function(t,e){a.removeClass("-loading");var i=t.coords.latitude,n=t.coords.longitude;this.searchPosition(i,n)},this),e=function(t){a.removeClass("-loading")};navigator.geolocation.getCurrentPosition(t,e)},onClickClear:function(t,e){this.val(!1)},onClickLocate:function(t,e){this.searchLocation()},onClickSearch:function(t,e){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.removeClass("-value"),this.onKeyupSearch.apply(this,arguments)},onBlurSearch:function(t,e){this.setTimeout(function(){this.removeClass("-search"),e.val()&&this.addClass("-value")},100)},onKeyupSearch:function(t,e){e.val()?this.addClass("-search"):this.removeClass("-search")},onKeydownSearch:function(t,e){13==t.which&&t.preventDefault()},onMousedown:function(){},onShow:function(){if(!this.map)return!1;this.setTimeout(this.center,10)}});acf.registerFieldType(e);var o=new acf.Model({geocoder:!1,data:{status:!1},getStatus:function(){return this.get("status")},setStatus:function(t){return this.set("status",t)},isReady:function(){if("ready"==this.getStatus())return!0;if("loading"==this.getStatus())return!1;if(acf.isset(window,"google","maps","places"))return this.setStatus("ready"),!0;var t=acf.get("google_map_api");return t&&(this.setStatus("loading"),s.ajax({url:t,dataType:"script",cache:!0,context:this,success:function(){this.setStatus("ready"),this.geocoder=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}})),!1},ready:function(t,e){acf.addAction("google_map_api_loaded",t,10,e)}})}(jQuery),function(n,i){var t=acf.Field.extend({type:"image",$control:function(){return this.$(".acf-image-uploader")},$input:function(){return this.$('input[type="hidden"]')},events:{'click a[data-name="add"]':"onClickAdd",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove",'change input[type="file"]':"onChange"},initialize:function(){"basic"===this.get("uploader")&&this.$el.closest("form").attr("enctype","multipart/form-data")},validateAttachment:function(t){(t=t||{}).id!==i&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",caption:"",description:"",width:0,height:0});var e=acf.isget(t,"sizes",this.get("preview_size"),"url");return null!==e&&(t.url=e),t},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.url,alt:t.alt,title:t.title});var e=t.id||"";this.val(e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},append:function(t,e){var i=function(t,e){for(var i=acf.getFields({key:t.get("key"),parent:e.$el}),n=0;n<i.length;n++)if(!i[n].val())return i[n];return!1},n=i(this,e);n||(e.$(".acf-button:last").trigger("click"),n=i(this,e)),n&&n.render(t)},selectAttachment:function(){var i=this.parent(),t=i&&"repeater"===i.get("type"),e=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:t,library:this.get("library"),allowedTypes:this.get("mime_types"),select:n.proxy(function(t,e){0<e?this.append(t,i):this.render(t)},this)})},editAttachment:function(){var t=this.val();if(t)var e=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:t,field:this.get("key"),select:n.proxy(function(t,e){this.render(t)},this)})},removeAttachment:function(){this.render(!1)},onClickAdd:function(t,e){this.selectAttachment()},onClickEdit:function(t,e){this.editAttachment()},onClickRemove:function(t,e){this.removeAttachment()},onChange:function(t,e){var i=this.$input();acf.getFileInputData(e,function(t){i.val(n.param(t))})}});acf.registerFieldType(t)}(jQuery),function(n,e){var t=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return(t=t||{}).id!==e&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",filename:"",filesizeHumanReadable:"",icon:"/wp-includes/images/media/default.png"})},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.icon,alt:t.alt,title:t.title}),this.$('[data-name="title"]').text(t.title),this.$('[data-name="filename"]').text(t.filename).attr("href",t.url),this.$('[data-name="filesize"]').text(t.filesizeHumanReadable);var e=t.id||"";acf.val(this.$input(),e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},selectAttachment:function(){var i=this.parent(),t=i&&"repeater"===i.get("type"),e=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:t,library:this.get("library"),allowedTypes:this.get("mime_types"),select:n.proxy(function(t,e){0<e?this.append(t,i):this.render(t)},this)})},editAttachment:function(){var t=this.val();if(!t)return!1;var e=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:t,field:this.get("key"),select:n.proxy(function(t,e){this.render(t)},this)})}});acf.registerFieldType(t)}(jQuery),function(n,t){var e=acf.Field.extend({type:"link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove","change .link-node":"onChange"},$control:function(){return this.$(".acf-link")},$node:function(){return this.$(".link-node")},getValue:function(){var t=this.$node();return!!t.attr("href")&&{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setValue:function(t){t=acf.parseArgs(t,{title:"",url:"",target:""});var e=this.$control(),i=this.$node();e.removeClass("-value -external"),t.url&&e.addClass("-value"),"_blank"===t.target&&e.addClass("-external"),this.$(".link-title").html(t.title),this.$(".link-url").attr("href",t.url).html(t.url),i.html(t.title),i.attr("href",t.url),i.attr("target",t.target),this.$(".input-title").val(t.title),this.$(".input-target").val(t.target),this.$(".input-url").val(t.url).trigger("change")},onClickEdit:function(t,e){acf.wpLink.open(this.$node())},onClickRemove:function(t,e){this.setValue(!1)},onChange:function(t,e){var i=this.getValue();this.setValue(i)}});acf.registerFieldType(e),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.html(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:n("#wp-link-text").val(),url:n("#wp-link-url").val(),target:n("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(t){n("#wp-link-text").val(t.title),n("#wp-link-url").val(t.url),n("#wp-link-target").prop("checked","_blank"===t.target)},open:function(t){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",t);var e=n('<textarea id="acf-link-textarea" style="display:none;"></textarea>');n("body").append(e);var i=this.getNodeValue();wpLink.open("acf-link-textarea",i.url,i.title,null)},onOpen:function(){n("#wp-link-wrap").addClass("has-text-field");var t=this.getNodeValue();this.setInputValue(t)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;this.off("wplink-open"),this.off("wplink-close");var t=this.getInputValue();this.setNodeValue(t),n("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(a,t){var e=acf.Field.extend({type:"oembed",events:{'click [data-name="clear-button"]':"onClickClear","keypress .input-search":"onKeypressSearch","keyup .input-search":"onKeyupSearch","change .input-search":"onChangeSearch"},$control:function(){return this.$(".acf-oembed")},$input:function(){return this.$(".input-value")},$search:function(){return this.$(".input-search")},getValue:function(){return this.$input().val()},getSearchVal:function(){return this.$search().val()},setValue:function(t){t?this.$control().addClass("has-value"):this.$control().removeClass("has-value"),acf.val(this.$input(),t)},showLoading:function(t){acf.showLoading(this.$(".canvas"))},hideLoading:function(){acf.hideLoading(this.$(".canvas"))},maybeSearch:function(){var t=this.val(),e=this.getSearchVal();if(!e)return this.clear();if("http"!=e.substr(0,4)&&(e="http://"+e),e!==t){var i=this.get("timeout");i&&clearTimeout(i);var n=a.proxy(this.search,this,e);this.set("timeout",setTimeout(n,300))}},search:function(t){var e={action:"acf/fields/oembed/search",s:t,field_key:this.get("key")},i;(i=this.get("xhr"))&&i.abort(),this.showLoading();var i=a.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:function(t){t&&t.html||(t={url:!1,html:""}),this.val(t.url),this.$(".canvas-media").html(t.html)},complete:function(){this.hideLoading()}});this.set("xhr",i)},clear:function(){this.val(""),this.$search().val(""),this.$(".canvas-media").html("")},onClickClear:function(t,e){this.clear()},onKeypressSearch:function(t,e){13==t.which&&(t.preventDefault(),this.maybeSearch())},onKeyupSearch:function(t,e){e.val()&&this.maybeSearch()},onChangeSearch:function(t,e){this.maybeSearch()}});acf.registerFieldType(e)}(jQuery),function(t,e){var i=acf.Field.extend({type:"radio",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-radio-list")},$input:function(){return this.$("input:checked")},$inputText:function(){return this.$('input[type="text"]')},getValue:function(){var t=this.$input().val();return"other"===t&&this.get("other_choice")&&(t=this.$inputText().val()),t},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected"),a=e.val();this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"),a=!1),this.get("other_choice")&&("other"===a?this.$inputText().prop("disabled",!1):this.$inputText().prop("disabled",!0))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"range",events:{'input input[type="range"]':"onChange","change input":"onChange"},$input:function(){return this.$('input[type="range"]')},$inputAlt:function(){return this.$('input[type="number"]')},setValue:function(t){this.busy=!0,acf.val(this.$input(),t),acf.val(this.$inputAlt(),t,!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(o,n){var t=acf.Field.extend({type:"relationship",events:{"keypress [data-filter]":"onKeypressFilter","change [data-filter]":"onChangeFilter","keyup [data-filter]":"onChangeFilter","click .choices-list .acf-rel-item":"onClickAdd",'click [data-name="remove_item"]':"onClickRemove",mouseover:"onHover"},$control:function(){return this.$(".acf-relationship")},$list:function(t){return this.$("."+t+"-list")},$listItems:function(t){return this.$list(t).find(".acf-rel-item")},$listItem:function(t,e){return this.$list(t).find('.acf-rel-item[data-id="'+e+'"]')},getValue:function(){var t=[];return this.$listItems("values").each(function(){t.push(o(this).data("id"))}),!!t.length&&t},newChoice:function(t){return["<li>",'<span data-id="'+t.id+'" class="acf-rel-item">'+t.text+"</span>","</li>"].join("")},newValue:function(t){return["<li>",'<input type="hidden" name="'+this.getInputName()+'[]" value="'+t.id+'" />','<span data-id="'+t.id+'" class="acf-rel-item">'+t.text,'<a href="#" class="acf-icon -minus small dark" data-name="remove_item"></a>',"</span>","</li>"].join("")},addSortable:function(t){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:function(){t.$input().trigger("change")}})},initialize:function(){var t=this.proxy(function(t){if(!this.get("loading")&&this.get("more")){var e=this.$list("choices"),i=Math.ceil(e.scrollTop()),n=Math.ceil(e[0].scrollHeight),a=Math.ceil(e.innerHeight()),r=this.get("paged")||1;n<=i+a&&(this.set("paged",r+1),this.fetch())}});this.$list("choices").scrollTop(0).on("scroll",t),this.fetch()},onHover:function(t){o().off(t),this.addSortable(this)},onKeypressFilter:function(t,e){13==t.which&&t.preventDefault()},onChangeFilter:function(t,e){var i=e.val(),n=e.data("filter");this.get(n)!==i&&(this.set(n,i),this.set("paged",1),e.is("select")?this.fetch():this.maybeFetch())},onClickAdd:function(t,e){var i=this.val(),n=parseInt(this.get("max"));if(e.hasClass("disabled"))return!1;if(0<n&&i&&i.length>=n)return this.showNotice({text:acf.__("Maximum values reached ( {max} values )").replace("{max}",n),type:"warning"}),!1;e.addClass("disabled");var a=this.newValue({id:e.data("id"),text:e.html()});this.$list("values").append(a),this.$input().trigger("change")},onClickRemove:function(t,e){var i=e.parent(),n=i.parent(),a=i.data("id");setTimeout(function(){n.remove()},1),this.$listItem("choices",a).removeClass("disabled"),this.$input().trigger("change")},maybeFetch:function(){var t=this.get("timeout");t&&clearTimeout(t),t=this.setTimeout(this.fetch,300),this.set("timeout",t)},getAjaxData:function(){var t=this.$control().data();for(var e in t)t[e]=this.get(e);return t.action="acf/fields/relationship/query",t.field_key=this.get("key"),t},fetch:function(){var t;(t=this.get("xhr"))&&t.abort();var e=this.getAjaxData(),s=this.$list("choices");1==e.paged&&s.html("");var i=o('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");s.append(i),this.set("loading",!0);var n=function(){this.set("loading",!1),i.remove()},a=function(t){if(!t||!t.results||!t.results.length)return this.set("more",!1),void(1==this.get("paged")&&this.$list("choices").append("<li>"+acf.__("No matches found")+"</li>"));this.set("more",t.more);var e=this.walkChoices(t.results),i=o(e),n=this.val();n&&n.length&&n.map(function(t){i.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")}),s.append(i);var a=!1,r=!1;s.find(".acf-rel-label").each(function(){var t=o(this),e=t.siblings("ul");if(a&&a.text()==t.text())return r.append(e.children()),void o(this).parent().remove();a=t,r=e})},t=o.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(e),context:this,success:a,complete:n});this.set("xhr",t)},walkChoices:function(t){var i=function(t){var e="";return o.isArray(t)?t.map(function(t){e+=i(t)}):o.isPlainObject(t)&&(t.children!==n?(e+='<li><span class="acf-rel-label">'+t.text+'</span><ul class="acf-bl">',e+=i(t.children),e+="</ul></li>"):e+='<li><span class="acf-rel-item" data-id="'+t.id+'">'+t.text+"</span></li>"),e};return i(t)}});acf.registerFieldType(t)}(jQuery),function(t,e){var i=acf.Field.extend({type:"select",select2:!1,wait:"load",events:{removeField:"onRemove"},$input:function(){return this.$("select")},initialize:function(){var t=this.$input();if(this.inherit(t),this.get("ui")){var e=this.get("ajax_action");e||(e="acf/fields/"+this.get("type")+"/query"),this.select2=acf.newSelect2(t,{field:this,ajax:this.get("ajax"),multiple:this.get("multiple"),placeholder:this.get("placeholder"),allowNull:this.get("allow_null"),ajaxAction:e})}},onRemove:function(){this.select2&&this.select2.destroy()}});acf.registerFieldType(i)}(jQuery),function(a,t){var e="tab",i=acf.Field.extend({type:"tab",wait:"",tabs:!1,tab:!1,findFields:function(){return this.$el.nextUntil(".acf-field-tab",".acf-field")},getFields:function(){return acf.getFields(this.findFields())},findTabs:function(){return this.$el.prevAll(".acf-tab-wrap:first")},findTab:function(){return this.$(".acf-tab-button")},initialize:function(){if(this.$el.is("td"))return!(this.events={});var t=this.findTabs(),e=this.findTab(),i=acf.parseArgs(e.data(),{endpoint:!1,placement:"",before:this.$el});!t.length||i.endpoint?this.tabs=new n(i):this.tabs=t.data("acf"),this.tab=this.tabs.addTab(e,this)},isActive:function(){return this.tab.isActive()},showFields:function(){this.getFields().map(function(t){t.show(this.cid,e),t.hiddenByTab=!1},this)},hideFields:function(){this.getFields().map(function(t){t.hide(this.cid,e),t.hiddenByTab=this.tab},this)},show:function(t){var e=acf.Field.prototype.show.apply(this,arguments);return e&&(this.tab.show(),this.tabs.refresh()),e},hide:function(t){var e=acf.Field.prototype.hide.apply(this,arguments);return e&&(this.tab.hide(),this.isActive()&&this.tabs.reset()),e},enable:function(t){this.getFields().map(function(t){t.enable(e)})},disable:function(t){this.getFields().map(function(t){t.disable(e)})}});acf.registerFieldType(i);var r=0,n=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(t){a.extend(this.data,t),this.tabs=[],this.active=!1;var e=this.get("placement"),i=this.get("before"),n=i.parent();"left"==e&&n.hasClass("acf-fields")&&n.addClass("-sidebar"),i.is("tr")?this.$el=a('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=a('<div class="acf-tab-wrap -'+e+'"><ul class="acf-hl acf-tab-group"></ul></div>'),i.before(this.$el),this.set("index",r,!0),r++},initializeTabs:function(){var t=this.getVisible().shift(),e,i,n=(acf.getPreference("this.tabs")||[])[this.get("index")];this.tabs[n]&&this.tabs[n].isVisible()&&(t=this.tabs[n]),t?this.selectTab(t):this.closeTabs(),this.set("initialized",!0)},getVisible:function(){return this.tabs.filter(function(t){return t.isVisible()})},getActive:function(){return this.active},setActive:function(t){return this.active=t},hasActive:function(){return!1!==this.active},isActive:function(t){var e=this.getActive();return e&&e.cid===t.cid},closeActive:function(){this.hasActive()&&this.closeTab(this.getActive())},openTab:function(t){this.closeActive(),t.open(),this.setActive(t)},closeTab:function(t){t.close(),this.setActive(!1)},closeTabs:function(){this.tabs.map(this.closeTab,this)},selectTab:function(e){this.tabs.map(function(t){e.cid!==t.cid&&this.closeTab(t)},this),this.openTab(e)},addTab:function(t,e){var i=a("<li></li>");i.append(t),this.$("ul").append(i);var n=new s({$el:i,field:e,group:this});return this.tabs.push(n),n},reset:function(){return this.closeActive(),this.refresh()},refresh:function(){if(this.hasActive())return!1;var t=this.getVisible().shift();return t&&this.openTab(t),t},onRefresh:function(){if("left"===this.get("placement")){var t=this.$el.parent(),e=this.$el.children("ul"),i=t.is("td")?"height":"min-height",n=e.position().top+e.outerHeight(!0)-1;t.css(i,n)}}}),s=acf.Model.extend({group:!1,field:!1,events:{"click a":"onClick"},index:function(){return this.$el.index()},isVisible:function(){return acf.isVisible(this.$el)},isActive:function(){return this.$el.hasClass("active")},open:function(){this.$el.addClass("active"),this.field.showFields()},close:function(){this.$el.removeClass("active"),this.field.hideFields()},onClick:function(t,e){t.preventDefault(),this.toggle()},toggle:function(){this.isActive()||this.group.openTab(this)}}),o=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},findTabs:function(){return a(".acf-tab-wrap")},getTabs:function(){return acf.getInstances(this.findTabs())},render:function(t){this.getTabs().map(function(t){t.get("initialized")||t.initializeTabs()})},onInvalidField:function(t){this.busy||t.hiddenByTab&&(t.hiddenByTab.toggle(),this.busy=!0,this.setTimeout(function(){this.busy=!1},100))},onUnload:function(){var i=[];this.getTabs().map(function(t){var e=t.hasActive()?t.getActive().index():0;i.push(e)}),i.length&&acf.setPreference("this.tabs",i)}})}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"post_object"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"page_link"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"user"});acf.registerFieldType(i)}(jQuery),function(g,t){var e=acf.Field.extend({type:"taxonomy",data:{ftype:"select"},select2:!1,wait:"load",events:{'click a[data-name="add"]':"onClickAdd",'click input[type="radio"]':"onClickRadio"},$control:function(){return this.$(".acf-taxonomy-field")},$input:function(){return this.getRelatedPrototype().$input.apply(this,arguments)},getRelatedType:function(){var t=this.get("ftype");return"multi_select"==t&&(t="select"),t},getRelatedPrototype:function(){return acf.getFieldType(this.getRelatedType()).prototype},getValue:function(){return this.getRelatedPrototype().getValue.apply(this,arguments)},setValue:function(){return this.getRelatedPrototype().setValue.apply(this,arguments)},initialize:function(){this.getRelatedPrototype().initialize.apply(this,arguments)},onRemove:function(){this.select2&&this.select2.destroy()},onClickAdd:function(t,e){var n=this,i=!1,a=!1,r=!1,s=!1,o=!1,c=!1,l=!1,u=function(){i=acf.newPopup({title:e.attr("title"),loading:!0,width:"300px"});var t={action:"acf/fields/taxonomy/add_term",field_key:n.get("key")};g.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(t),type:"post",dataType:"html",success:d})},d=function(t){i.loading(!1),i.content(t),a=i.$("form"),r=i.$('input[name="term_name"]'),s=i.$('select[name="term_parent"]'),o=i.$(".acf-submit-button"),r.focus(),i.on("submit","form",f)},f=function(t,e){if(t.preventDefault(),t.stopImmediatePropagation(),""===r.val())return r.focus(),!1;acf.startButtonLoading(o);var i={action:"acf/fields/taxonomy/add_term",field_key:n.get("key"),term_name:r.val(),term_parent:s.length?s.val():0};g.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),type:"post",dataType:"json",success:h})},h=function(t){acf.stopButtonLoading(o),l&&l.remove(),l=acf.isAjaxSuccess(t)?(r.val(""),p(t.data),acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:a,timeout:2e3,dismiss:!1})):acf.newNotice({type:"error",text:acf.getAjaxError(t),target:a,timeout:2e3,dismiss:!1}),r.focus()},p=function(e){var t=g('<option value="'+e.term_id+'">'+e.term_label+"</option>"),i;e.term_parent?s.children('option[value="'+e.term_parent+'"]').after(t):s.append(t),acf.getFields({type:"taxonomy"}
3
- ).map(function(t){t.get("taxonomy")==n.get("taxonomy")&&t.appendTerm(e)}),n.selectTerm(e.term_id)};u()},appendTerm:function(t){"select"==this.getRelatedType()?this.appendTermSelect(t):this.appendTermCheckbox(t)},appendTermSelect:function(t){this.select2.addOption({id:t.term_id,text:t.term_label})},appendTermCheckbox:function(t){var e=this.$("[name]:first").attr("name"),i=this.$("ul:first");"checkbox"==this.getRelatedType()&&(e+="[]");var n=g(['<li data-id="'+t.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+t.term_id+'" name="'+e+'" /> ',"<span>"+t.term_name+"</span>","</label>","</li>"].join(""));if(t.term_parent){var a=i.find('li[data-id="'+t.term_parent+'"]');(i=a.children("ul")).exists()||(i=g('<ul class="children acf-bl"></ul>'),a.append(i))}i.append(n)},selectTerm:function(t){var e;"select"==this.getRelatedType()?this.select2.selectOption(t):this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClickRadio:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(e)}(jQuery),function(i,t){var e=acf.models.DatePickerField.extend({type:"time_picker",$control:function(){return this.$(".acf-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf.get("dateTimePickerL10n").selectText,timeOnly:!0,onClose:function(t,e,i){var n=e.dpDiv.find(".ui-datepicker-close");!t&&n.is(":hover")&&i._updateDateTime()}};i=acf.applyFilters("time_picker_args",i,this),acf.newTimePicker(e,i),acf.doAction("time_picker_init",e,i,this)}});acf.registerFieldType(e),acf.newTimePicker=function(t,e){if(void 0===i.timepicker)return!1;e=e||{},t.timepicker(e),i("body > #ui-datepicker-div").exists()&&i("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.Field.extend({type:"true_false",events:{"change .acf-switch-input":"onChange","focus .acf-switch-input":"onFocus","blur .acf-switch-input":"onBlur","keypress .acf-switch-input":"onKeypress"},$input:function(){return this.$('input[type="checkbox"]')},$switch:function(){return this.$(".acf-switch")},getValue:function(){return this.$input().prop("checked")?1:0},initialize:function(){this.render()},render:function(){var t=this.$switch();if(t.length){var e=t.children(".acf-switch-on"),i=t.children(".acf-switch-off"),n=Math.max(e.width(),i.width());n&&(e.css("min-width",n),i.css("min-width",n))}},switchOn:function(){this.$input().prop("checked",!0),this.$switch().addClass("-on")},switchOff:function(){this.$input().prop("checked",!1),this.$switch().removeClass("-on")},onChange:function(t,e){e.prop("checked")?this.switchOn():this.switchOff()},onFocus:function(t,e){this.$switch().addClass("-focus")},onBlur:function(t,e){this.$switch().removeClass("-focus")},onKeypress:function(t,e){return 37===t.keyCode?this.switchOff():39===t.keyCode?this.switchOn():void 0}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"url",events:{'keyup input[type="url"]':"onkeyup"},$control:function(){return this.$(".acf-input-wrap")},$input:function(){return this.$('input[type="url"]')},initialize:function(){this.render()},isValid:function(){var t=this.val();return!!t&&(-1!==t.indexOf("://")||0===t.indexOf("//"))},render:function(){this.isValid()?this.$control().addClass("-valid"):this.$control().removeClass("-valid")},onkeyup:function(t,e){this.render()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"wysiwyg",wait:"load",events:{"mousedown .acf-editor-wrap.delay":"onMousedown",sortstartField:"disableEditor",sortstopField:"enableEditor",removeField:"disableEditor"},$control:function(){return this.$(".acf-editor-wrap")},$input:function(){return this.$("textarea")},getMode:function(){return this.$control().hasClass("tmce-active")?"visual":"text"},initialize:function(){this.$control().hasClass("delay")||this.initializeEditor()},initializeEditor:function(){var t=this.$control(),e=this.$input(),i={tinymce:!0,quicktags:!0,toolbar:this.get("toolbar"),mode:this.getMode(),field:this},n=e.attr("id"),a=acf.uniqueId("acf-editor-"),r=e.data();acf.rename({target:t,search:n,replace:a,destructive:!0}),this.set("id",a,!0),acf.tinymce.initialize(a,i),this.$input().data(r)},onMousedown:function(t){t.preventDefault();var e=this.$control();e.removeClass("delay"),e.find(".acf-editor-toolbar").remove(),this.initializeEditor()},enableEditor:function(){"visual"==this.getMode()&&acf.tinymce.enable(this.get("id"))},disableEditor:function(){acf.tinymce.destroy(this.get("id"))}});acf.registerFieldType(i)}(jQuery),function(e,t){var s=[];acf.Condition=acf.Model.extend({type:"",operator:"==",label:"",choiceType:"input",fieldTypes:[],data:{conditions:!1,field:!1,rule:{}},events:{change:"change",keyup:"change",enableField:"change",disableField:"change"},setup:function(t){e.extend(this.data,t)},getEventTarget:function(t,e){return t||this.get("field").$el},change:function(t,e){this.get("conditions").change(t)},match:function(t,e){return!1},calculate:function(){return this.match(this.get("rule"),this.get("field"))},choices:function(t){return'<input type="text" />'}}),acf.newCondition=function(t,e){var i=e.get("field"),n=i.getField(t.field);if(!i||!n)return!1;var a={rule:t,target:i,conditions:e,field:n},r=n.get("type"),s=t.operator,o,c,l;return new(acf.getConditionTypes({fieldType:r,operator:s})[0]||acf.Condition)(a)};var a=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,i=t.prototype.type,n=a(i);acf.models[n]=t,s.push(i)},acf.getConditionType=function(t){var e=a(t);return acf.models[e]||!1},acf.registerConditionForFieldType=function(t,e){var i=acf.getConditionType(t);i&&i.prototype.fieldTypes.push(e)},acf.getConditionTypes=function(a){a=acf.parseArgs(a,{fieldType:"",operator:""});var r=[];return s.map(function(t){var e=acf.getConditionType(t),i=e.prototype.fieldTypes,n=e.prototype.operator;a.fieldType&&-1===i.indexOf(a.fieldType)||a.operator&&n!==a.operator||r.push(e)}),r}}(jQuery),function(t,e){var i="conditional_logic",n=new acf.Model({id:"conditionsManager",priority:20,actions:{new_field:"onNewField"},onNewField:function(t){t.has("conditions")&&t.getConditions().render()}}),a=function(t,e){var i=acf.getFields({key:e,sibling:t.$el,suppressFilters:!0});return i.length||(i=acf.getFields({key:e,parent:t.$el.parent(),suppressFilters:!0})),!!i.length&&i[0]};acf.Field.prototype.getField=function(t){var e=a(this,t);if(e)return e;for(var i=this.parents(),n=0;n<i.length;n++)if(e=a(i[n],t))return e;return!1};var r=!(acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new s(this)),this.conditions}),s=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){var e=(this.data.field=t).get("conditions");e instanceof Array?e[0]instanceof Array?e.map(function(t,e){this.addRules(t,e)},this):this.addRules(e):this.addRule(e)},change:function(t){if(this.get("timeStamp")===t.timeStamp)return!1;this.set("timeStamp",t.timeStamp,!0);var e=this.render()},render:function(){return this.calculate()?this.show():this.hide()},show:function(){return this.get("field").showEnable(this.cid,i)},hide:function(){return this.get("field").hideDisable(this.cid,i)},calculate:function(){var i=!1;return this.getGroups().map(function(t){var e;i||t.filter(function(t){return t.calculate()}).length==t.length&&(i=!0)}),i},hasGroups:function(){return null!=this.data.groups},getGroups:function(){return this.data.groups},addGroup:function(){var t=[];return this.data.groups.push(t),t},hasGroup:function(t){return null!=this.data.groups[t]},getGroup:function(t){return this.data.groups[t]},removeGroup:function(t){return this.data.groups[t].delete,this},addRules:function(t,e){t.map(function(t){this.addRule(t,e)},this)},addRule:function(t,e){var i;e=e||0,i=this.hasGroup(e)?this.getGroup(e):this.addGroup();var n=acf.newCondition(t,this);if(!n)return!1;i.push(n)},hasRule:function(){},getRule:function(t,e){return t=t||0,e=e||0,this.data.groups[e][t]},removeRule:function(){}})}(jQuery),function(n,t){var a=acf.__,r=function(t){return t?""+t:""},s=function(t,e){return r(t).toLowerCase()===r(e).toLowerCase()},i=function(t,e){return parseFloat(t)===parseFloat(e)},o=function(t,e){return parseFloat(t)>parseFloat(e)},c=function(t,e){return parseFloat(t)<parseFloat(e)},l=function(t,e){return-1<(e=e.map(function(t){return r(t)})).indexOf(t)},u=function(t,e){return-1<r(t).indexOf(r(e))},d=function(t,e){var i=new RegExp(r(e),"gi");return r(t).match(i)},f=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:a("Has any value"),fieldTypes:["text","textarea","number","range","email","url","password","image","file","wysiwyg","oembed","select","checkbox","radio","button_group","link","post_object","page_link","relationship","taxonomy","user","google_map","date_picker","date_time_picker","time_picker","color_picker"],match:function(t,e){return!!e.val()},choices:function(t){return'<input type="text" disabled="" />'}});acf.registerConditionType(f);var e=f.extend({type:"hasNoValue",operator:"==empty",label:a("Has no value"),match:function(t,e){return!f.prototype.match.apply(this,arguments)}});acf.registerConditionType(e);var h=acf.Condition.extend({type:"equalTo",operator:"==",label:a("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(t,e){return n.isNumeric(t.value)?i(t.value,e.val()):s(t.value,e.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(h);var p=h.extend({type:"notEqualTo",operator:"!=",label:a("Value is not equal to"),match:function(t,e){return!h.prototype.match.apply(this,arguments)}});acf.registerConditionType(p);var g=acf.Condition.extend({type:"patternMatch",operator:"==pattern",label:a("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return d(e.val(),t.value)},choices:function(t){return'<input type="text" placeholder="[a-z0-9]" />'}});acf.registerConditionType(g);var m=acf.Condition.extend({type:"contains",operator:"==contains",label:a("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return u(e.val(),t.value)},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(m);var v=h.extend({type:"trueFalseEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:a("Checked")}]}});acf.registerConditionType(v);var y=p.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:a("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:a("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?l(t.value,i):s(t.value,i)},choices:function(t){var e=[],i=t.$setting("choices textarea").val().split("\n");return t.$input("allow_null").prop("checked")&&e.push({id:"",text:a("Null")}),i.map(function(t){(t=t.split(":"))[1]=t[1]||t[0],e.push({id:n.trim(t[0]),text:n.trim(t[1])})}),e}});acf.registerConditionType(b);var x=b.extend({type:"selectNotEqualTo",operator:"!=",label:a("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(x);var w=acf.Condition.extend({type:"greaterThan",operator:">",label:a("Value is greater than"),fieldTypes:["number","range"],match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),o(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(w);var _=w.extend({type:"lessThan",operator:"<",label:a("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),c(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(_);var $=w.extend({type:"selectionGreaterThan",label:a("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=_.extend({type:"selectionLessThan",label:a("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(s,n){acf.newMediaPopup=function(t){var e=null,t=acf.parseArgs(t,{mode:"select",title:"",button:"",type:"",field:!1,allowedTypes:"",library:"all",multiple:!1,attachment:0,autoOpen:!0,open:function(){},select:function(){},close:function(){}});return e="edit"==t.mode?new acf.models.EditMediaPopup(t):new acf.models.SelectMediaPopup(t),t.autoOpen&&setTimeout(function(){e.open()},1),acf.doAction("new_media_popup",e),e};var e=function(){var t=acf.get("post_id");return s.isNumeric(t)?t:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(e[t]!==n)return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var i=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(t){s.extend(this.data,t)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);(e.acf=this).addFrameEvents(e,t),this.frame=e},open:function(){this.frame.open()},close:function(){this.frame.close()},remove:function(){this.frame.detach(),this.frame.remove()},getFrameOptions:function(){var t={title:this.get("title"),multiple:this.get("multiple"),library:{},states:[]};return this.get("type")&&(t.library.type=this.get("type")),"uploadedTo"===this.get("library")&&(t.library.uploadedTo=e()),this.get("attachment")&&(t.library.post__in=[this.get("attachment")]),this.get("button")&&(t.button={text:this.get("button")}),t},addFrameStates:function(t){var e=wp.media.query(t.library);this.get("field")&&acf.isset(e,"mirroring","args")&&(e.mirroring.args._acfuploader=this.get("field")),t.states.push(new wp.media.controller.Library({library:e,multiple:this.get("multiple"),title:this.get("title"),priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})),acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage)},addFrameEvents:function(i,t){i.on("open",function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))},i),i.on("content:render:edit-image",function(){var t=this.state().get("image"),e=new wp.media.view.EditImage({model:t,controller:this}).render();this.content.set(e),e.loadEditor()},i),i.on("select",function(){var t=i.state().get("selection");t&&t.each(function(t,e){i.acf.get("select").apply(i.acf,[t,e])})}),i.on("close",function(){setTimeout(function(){i.acf.get("close").apply(i.acf),i.acf.remove()},1)})}});acf.models.SelectMediaPopup=i.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),i.prototype.setup.apply(this,arguments)},addFrameEvents:function(e,t){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),e.on("open",function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader})),e.on("content:activate:browse",function(){var t=!1;try{t=e.content.get().toolbar}catch(t){return void console.log(t)}e.acf.customizeFilters.apply(e.acf,[t])}),i.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(t){var n=t.get("filters"),e;("image"==this.get("type")&&(n.filters.all.text=acf.__("All images"),delete n.filters.audio,delete n.filters.video,delete n.filters.image,s.each(n.filters,function(t,e){e.props.type=e.props.type||"image"})),this.get("allowedTypes"))&&this.get("allowedTypes").split(" ").join("").split(".").join("").split(",").map(function(t){var e=acf.getMimeType(t);if(e){var i={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};n.filters[e]=i}});if("uploadedTo"===this.get("library")){var i=this.frame.options.library.uploadedTo;delete n.filters.unattached,delete n.filters.uploaded,s.each(n.filters,function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=i})}var a=this.get("field"),r;s.each(n.filters,function(t,e){e.props._acfuploader=a}),t.get("search").model.attributes._acfuploader=a,n.renderFilters&&n.renderFilters()}}),acf.models.EditMediaPopup=i.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),i.prototype.setup.apply(this,arguments)},addFrameEvents:function(n,t){n.on("open",function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var t,e=this.state().get("selection"),i=wp.media.attachment(n.acf.get("attachment"));e.add(i)},n),i.prototype.addFrameEvents.apply(this,arguments)}});var t=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=e();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var t=wp.media.view.Router;wp.media.view.Router=t.extend({addExpand:function(){var t=s(['<a href="#" class="acf-expand-details">','<span class="is-closed"><span class="acf-icon -left small grey"></span>'+acf.__("Expand Details")+"</span>",'<span class="is-open"><span class="acf-icon -right small grey"></span>'+acf.__("Collapse Details")+"</span>","</a>"].join(""));t.on("click",function(t){t.preventDefault();var e=s(this).closest(".media-modal");e.hasClass("acf-expanded")?e.removeClass("acf-expanded"):e.addClass("acf-expanded")}),this.$el.append(t)},initialize:function(){return t.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var t;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map(function(t,e){return{el:s("<option></option>").val(e).html(t.text)[0],priority:t.priority||50}},this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var t=wp.media.view.AttachmentCompat,e=!1;wp.media.view.AttachmentCompat=t.extend({render:function(){return this.rendered?this:(t.prototype.render.apply(this,arguments),this.$("#acf-form-data").length&&(clearTimeout(e),e=setTimeout(s.proxy(function(){this.rendered=!0,acf.doAction("append",this.$el)},this),50)),this)}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var l=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=l.extend({render:function(){var t=acf.isget(this,"controller","acf"),e=acf.isget(this,"model","attributes");if(t&&e){e.acf_errors&&this.$el.addClass("acf-disabled");var i=t.get("selected");i&&-1<i.indexOf(e.id)&&this.$el.addClass("acf-selected")}return l.prototype.render.apply(this,arguments)},toggleSelection:function(t){var e=this.collection,i=this.options.selection,n=this.model,a=i.single(),r=this.controller,s=acf.isget(this,"model","attributes","acf_errors"),o=r.$el.find(".media-frame-content .media-sidebar");if(o.children(".acf-selection-error").remove(),o.children().removeClass("acf-hidden"),r&&s){var c=acf.isget(this,"model","attributes","filename");return o.children().addClass("acf-hidden"),o.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+c+"</span>",'<span class="selection-error-message">'+s+"</span>","</div>"].join("")),i.reset(),void i.single(n)}return l.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(r,t){acf.screen=new acf.Model({active:!0,xhr:!1,timeout:!1,wait:"load",events:{"change #page_template":"onChange","change #parent_id":"onChange","change #post-formats-select":"onChange","change .categorychecklist":"onChange","change .tagsdiv":"onChange",'change .acf-taxonomy-field[data-save="1"]':"onChange","change #product-type":"onChange"},initialize:function(){},isPost:function(){return"post"===acf.get("screen")},isUser:function(){return"user"===acf.get("screen")},isTaxonomy:function(){return"taxonomy"===acf.get("screen")},isAttachment:function(){return"attachment"===acf.get("screen")},isNavMenu:function(){return"nav_menu"===acf.get("screen")},isWidget:function(){return"widget"===acf.get("screen")},isComment:function(){return"comment"===acf.get("screen")},getPageTemplate:function(){var t=r("#page_template");return t.length?t.val():null},getPageParent:function(t,e){var e;return(e=r("#parent_id")).length?e.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostFormat:function(t,e){var e;if((e=r("#post-formats-select input:checked")).length){var i=e.val();return"0"==i?"standard":i}return null},getPostTerms:function(){var n={},t=acf.serialize(r(".categorydiv, .tagsdiv"));for(var e in t.tax_input&&(n=t.tax_input),t.post_category&&(n.category=t.post_category),n)acf.isArray(n[e])||(n[e]=n[e].split(", "));for(var e in acf.getFields({type:"taxonomy"}).map(function(t){if(t.get("save")){var e=t.val(),i=t.get("taxonomy");e&&(n[i]=n[i]||[],e=acf.isArray(e)?e:[e],n[i]=n[i].concat(e))}}),null!==(productType=this.getProductType())&&(n.product_type=[productType]),n)n[e]=acf.uniqueArray(n[e]);return n},getProductType:function(){var t=r("#product-type");return t.length?t.val():null},check:function(){if("post"===acf.get("screen")){this.xhr&&this.xhr.abort();var e=acf.parseArgs(this.data,{action:"acf/ajax/check_screen",screen:acf.get("screen"),exists:[]});this.isPost()&&(e.post_id=acf.get("post_id")),null!==(pageTemplate=this.getPageTemplate())&&(e.page_template=pageTemplate),null!==(pageParent=this.getPageParent())&&(e.page_parent=pageParent),null!==(pageType=this.getPageType())&&(e.page_type=pageType),null!==(postFormat=this.getPostFormat())&&(e.post_format=postFormat),null!==(postTerms=this.getPostTerms())&&(e.post_terms=postTerms),acf.getPostboxes().map(function(t){t.hasHTML()&&e.exists.push(t.get("key"))}),e=acf.applyFilters("check_screen_args",e);var t=function(t){if(acf.isAjaxSuccess(t)){var a=[];t.data.results.map(function(t,e){var i="acf-"+t.key,n=acf.getPostbox(i);n.showEnable(),a.push(i),!n.hasHTML()&&t.html&&n.html(t.html)}),acf.getPostboxes().map(function(t){-1===a.indexOf(t.get("id"))&&t.hideDisable()}),r("#acf-style").html(t.data.style),acf.doAction("check_screen_complete",t.data,e)}};this.xhr=r.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:t})}},onChange:function(t,e){this.setTimeout(this.check,1)}})}(jQuery),function(l,t){function a(){return acf.isset(window,"jQuery","fn","select2","amd")?4:!!acf.isset(window,"Select2")&&3}acf.newSelect2=function(t,e){if(e=acf.parseArgs(e,{allowNull:!1,placeholder:"",multiple:!1,field:!1,ajax:!1,ajaxAction:"",ajaxData:function(t){return t},ajaxResults:function(t){return t}}),4==a())var i=new r(t,e);else var i=new s(t,e);return acf.doAction("new_select2",i),i};var n=acf.Model.extend({setup:function(t,e){l.extend(this.data,e),this.$el=t},initialize:function(){},selectOption:function(t){var e=this.getOption(t);e.prop("selected")||e.prop("selected",!0).trigger("change")},unselectOption:function(t){var e=this.getOption(t);e.prop("selected")&&e.prop("selected",!1).trigger("change")},getOption:function(t){return this.$('option[value="'+t+'"]')},addOption:function(t){t=acf.parseArgs(t,{id:"",text:"",selected:!1});var e=this.getOption(t.id);return e.length||((e=l("<option></option>")).html(t.text),e.attr("value",t.id),e.prop("selected",t.selected),this.$el.append(e)),e},getValue:function(){var e=[],t=this.$el.find("option:selected");return t.exists()&&(t=t.sort(function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")})).each(function(){var t=l(this);e.push({$el:t,id:t.attr("value"),text:t.text()})}),e},mergeOptions:function(){},getChoices:function(){var i=function(t){var e=[];return t.children().each(function(){var t=l(this);t.is("optgroup")?e.push({text:t.attr("label"),children:i(t)}):e.push({id:t.attr("value"),text:t.text()})}),e};return i(this.$el)},decodeChoices:function(t){var e=function(t){return t.map(function(t){return t.text=acf.decode(t.text),t.children&&(t.children=e(t.children)),t}),t};return e(t)},getAjaxData:function(t){var e={action:this.get("ajaxAction"),s:t.term||"",paged:t.page||1},i=this.get("field");i&&(e.field_key=i.get("key"));var n=this.get("ajaxData");return n&&(e=n.apply(this,[e,t])),e=acf.applyFilters("select2_ajax_data",e,this.data,this.$el,i||!1,this),acf.prepareForAjax(e)},getAjaxResults:function(t,e){(t=acf.parseArgs(t,{results:!1,more:!1})).results&&(t.results=this.decodeChoices(t.results));var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(t,e){var t;return(t=this.getAjaxResults(t,e)).more&&(t.pagination={more:!0}),setTimeout(l.proxy(this.mergeOptions,this),1),t},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),r=n.extend({initialize:function(){var e=this.$el,t={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return t}};t.multiple&&this.getValue().map(function(t){t.$el.detach().appendTo(e)}),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(t.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:l.proxy(this.getAjaxData,this),processResults:l.proxy(this.processAjaxResults,this)});var i=this.get("field");t=acf.applyFilters("select2_args",t,e,this.data,i||!1,this),e.select2(t);var n=e.next(".select2-container");if(t.multiple){var a=n.find("ul");a.sortable({stop:function(t){a.find(".select2-selection__choice").each(function(){var t;l(l(this).data("data").element).detach().appendTo(e)}),e.trigger("change")}}),e.on("select2:select",this.proxy(function(t){this.getOption(t.params.data.id).detach().appendTo(this.$el)}))}n.addClass("-acf"),acf.doAction("select2_init",e,t,this.data,i||!1,this)},mergeOptions:function(){var i=!1,n=!1;l('.select2-results__option[role="group"]').each(function(){var t=l(this).children("ul"),e=l(this).children("strong");if(n&&n.text()===e.text())return i.append(t.children()),void l(this).remove();i=t,n=e})}}),s=n.extend({initialize:function(){var n=this.$el,i=this.getValue(),a=this.get("multiple"),t={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),separator:"||",multiple:this.get("multiple"),data:this.getChoices(),escapeMarkup:function(t){return t},dropdownCss:{"z-index":"999999999"},initSelection:function(t,e){e(a?i:i.shift())}},e=n.siblings("input");e.length||(e=l('<input type="hidden" />'),n.before(e)),inputValue=i.map(function(t){return t.id}).join("||"),e.val(inputValue),t.multiple&&i.map(function(t){t.$el.detach().appendTo(n)}),t.allowClear&&(t.data=t.data.filter(function(t){return""!==t.id})),n.removeData("ajax"),n.removeAttr("data-ajax"),this.get("ajax")&&(t.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:l.proxy(this.getAjaxData,this),results:l.proxy(this.processAjaxResults,this)});var r=this.get("field");t=acf.applyFilters("select2_args",t,n,this.data,r||!1,this),e.select2(t);var s=e.select2("container"),o=l.proxy(this.getOption,this);if(t.multiple){var c=s.find("ul");c.sortable({stop:function(){c.find(".select2-search-choice").each(function(){var t=l(this).data("select2Data"),e;o(t.id).detach().appendTo(n)}),n.trigger("change")}})}e.on("select2-selecting",function(t){var e=t.choice,i=o(e.id);i.length||(i=l('<option value="'+e.id+'">'+e.text+"</option>")),i.detach().appendTo(n)}),s.addClass("-acf"),acf.doAction("select2_init",n,t,this.data,r||!1,this),e.on("change",function(){var t=e.val();t.indexOf("||")&&(t=t.split("||")),n.val(t).trigger("change")}),n.hide()},mergeOptions:function(){var i=!1,n=!1;l("#select2-drop .select2-result-with-children").each(function(){var t=l(this).children("ul"),e=l(this).children(".select2-result-label");if(n&&n.text()===e.text())return n.append(t.children()),void l(this).remove();i=t,n=e})},getAjaxData:function(t,e){var i={term:t,page:e};return n.prototype.getAjaxData.apply(this,[i])}}),e=new acf.Model({priority:5,wait:"prepare",initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),i=acf.get("select2L10n"),n=a();return!!i&&(0!==t.indexOf("en")&&void(4==n?this.addTranslations4():3==n&&this.addTranslations3()))},addTranslations4:function(){var i=acf.get("select2L10n"),t=acf.get("locale");t=t.replace("_","-");var e={errorLoading:function(){return i.load_fail},inputTooLong:function(t){var e=t.input.length-t.maximum;return 1<e?i.input_too_long_n.replace("%d",e):i.input_too_long_1},inputTooShort:function(t){var e=t.minimum-t.input.length;return 1<e?i.input_too_short_n.replace("%d",e):i.input_too_short_1},loadingMore:function(){return i.load_more},maximumSelected:function(t){var e=t.maximum;return 1<e?i.selection_too_long_n.replace("%d",e):i.selection_too_long_1},noResults:function(){return i.matches_0},searching:function(){return i.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+t,[],function(){return e})},addTranslations3:function(){var n=acf.get("select2L10n"),t=acf.get("locale");t=t.replace("_","-");var e={formatMatches:function(t){return 1<t?n.matches_n.replace("%d",t):n.matches_1},formatNoMatches:function(){return n.matches_0},formatAjaxError:function(){return n.load_fail},formatInputTooShort:function(t,e){var i=e-t.length;return 1<i?n.input_too_short_n.replace("%d",i):n.input_too_short_1},formatInputTooLong:function(t,e){var i=t.length-e;return 1<i?n.input_too_long_n.replace("%d",i):n.input_too_long_1},formatSelectionTooBig:function(t){return 1<t?n.selection_too_long_n.replace("%d",t):n.selection_too_long_1},formatLoadMore:function(){return n.load_more},formatSearching:function(){return n.searching}};l.fn.select2.locales=l.fn.select2.locales||{},l.fn.select2.locales[t]=e,l.extend(l.fn.select2.defaults,e)}})}(jQuery),function(f,t){acf.tinymce={defaults:function(){return"undefined"!=typeof tinyMCEPreInit&&{tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};var t},initialize:function(t,e){(e=acf.parseArgs(e,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual",field:!1})).tinymce&&this.initializeTinymce(t,e),e.quicktags&&this.initializeQuicktags(t,e)},initializeTinymce:function(t,e){var i=f("#"+t),n=this.defaults(),a=acf.get("toolbars"),r=e.field||!1,s=r.$el||!1;if("undefined"==typeof tinymce)return!1;if(!n)return!1;if(tinymce.get(t))return this.enable(t);var o=f.extend({},n.tinymce,e.tinymce);o.id=t,o.selector="#"+t;var c=e.toolbar;if(c&&a&&a[c])for(var l=1;l<=4;l++)o["toolbar"+l]=a[c][l]||"";if(o.setup=function(e){e.on("change",function(t){e.save(),i.trigger("change")}),f(e.getWin()).on("unload",function(){acf.tinymce.remove(t)})},o.wp_autoresize_on=!1,o=acf.applyFilters("wysiwyg_tinymce_settings",o,t,r),tinyMCEPreInit.mceInit[t]=o,"visual"==e.mode){var u=tinymce.init(o),d=tinymce.get(t);if(!d)return!1;d.acf=e.field,acf.doAction("wysiwyg_tinymce_init",d,d.id,o,r)}},initializeQuicktags:function(t,e){var i=this.defaults();if("undefined"==typeof quicktags)return!1;if(!i)return!1;var n=f.extend({},i.quicktags,e.quicktags);n.id=t;var a=e.field||!1,r=a.$el||!1;n=acf.applyFilters("wysiwyg_quicktags_settings",n,n.id,a),
4
- tinyMCEPreInit.qtInit[t]=n;var s=quicktags(n);if(!s)return!1;this.buildQuicktags(s),acf.doAction("wysiwyg_quicktags_init",s,s.id,n,a)},buildQuicktags:function(t){var e,i,n,a,r,t,s,o,c,l,u=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(o in e=t.canvas,i=t.name,n=t.settings,a={},c=r="",l=t.id,n.buttons&&(c=","+n.buttons+","),edButtons)edButtons[o]&&(s=edButtons[o].id,c&&-1!==u.indexOf(","+s+",")&&-1===c.indexOf(","+s+",")||edButtons[o].instance&&edButtons[o].instance!==l||(a[s]=edButtons[o],edButtons[o].html&&(r+=edButtons[o].html(i+"_"))));c&&-1!==c.indexOf(",dfw,")&&(a.dfw=new QTags.DFWButton,r+=a.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(a.textdirection=new QTags.TextDirectionButton,r+=a.textdirection.html(i+"_")),t.toolbar.innerHTML=r,t.theButtons=a,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[t])},disable:function(t){this.destroyTinymce(t)},remove:function(t){this.destroyTinymce(t)},destroy:function(t){this.destroyTinymce(t)},destroyTinymce:function(t){if("undefined"==typeof tinymce)return!1;var e=tinymce.get(t);return!!e&&(e.save(),e.destroy(),!0)},enable:function(t){this.enableTinymce(t)},enableTinymce:function(t){return"undefined"!=typeof switchEditors&&(void 0!==tinyMCEPreInit.mceInit[t]&&(switchEditors.go(t,"tmce"),!0))}};var e=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var t=f("#acf-hidden-wp-editor");t.exists()&&t.appendTo("body")},onReady:function(){acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",function(t){var e=t.editor;"acf"===e.id.substr(0,3)&&(e=tinymce.editors.content||e,tinymce.activeEditor=e,wpActiveEditor=e.id)})}})}(jQuery),function(s,t){var i=acf.Model.extend({id:"Validator",data:{errors:[],notice:null,status:""},events:{"changed:status":"onChangeStatus"},addErrors:function(t){t.map(this.addError,this)},addError:function(t){this.data.errors.push(t)},hasErrors:function(){return this.data.errors.length},clearErrors:function(){return this.data.errors=[]},getErrors:function(){return this.data.errors},getFieldErrors:function(){var i=[],n=[];return this.getErrors().map(function(t){if(t.input){var e=n.indexOf(t.input);-1<e?i[e]=t:(i.push(t),n.push(t.input))}}),i},getGlobalErrors:function(){return this.getErrors().filter(function(t){return!t.input})},showErrors:function(){if(this.hasErrors()){var t=this.getFieldErrors(),e=this.getGlobalErrors(),n=0,a=!1;t.map(function(t){var e=this.$('[name="'+t.input+'"]').first();if(e.length||(e=this.$('[name^="'+t.input+'"]').first()),e.length){n++;var i=acf.getClosestField(e);i.showError(t.message),a||(a=i.$el)}},this);var i=acf.__("Validation failed");if(e.map(function(t){i+=". "+t.message}),1==n?i+=". "+acf.__("1 field requires attention"):1<n&&(i+=". "+acf.__("%d fields require attention").replace("%d",n)),this.has("notice"))this.get("notice").update({type:"error",text:i});else{var r=acf.newNotice({type:"error",text:i,target:this.$el});this.set("notice",r)}a||(a=this.get("notice").$el),setTimeout(function(){s("html, body").animate({scrollTop:a.offset().top-s(window).height()/2},500)},10)}},onChangeStatus:function(t,e,i,n){this.$el.removeClass("is-"+n).addClass("is-"+i)},validate:function(t){if(t=acf.parseArgs(t,{event:!1,reset:!1,loading:function(){},complete:function(){},failure:function(){},success:function(t){t.submit()}}),"valid"==this.get("status"))return!0;if("validating"==this.get("status"))return!1;if(!this.$(".acf-field").length)return!0;if(t.event){var e=s.Event(null,t.event);t.success=function(){acf.enableSubmit(s(e.target)).trigger(e)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),t.loading(this.$el),this.set("status","validating");var i=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el);e.valid||this.addErrors(e.errors)}},n=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el),this.showErrors(),t.failure(this.$el)):(this.set("status","valid"),this.has("notice")&&this.get("notice").update({type:"success",text:acf.__("Validation successful"),timeout:1e3}),acf.doAction("validation_success",this.$el),acf.doAction("submit",this.$el),t.success(this.$el),acf.lockForm(this.$el),t.reset&&this.reset()),t.complete(this.$el),this.clearErrors()},a=acf.serialize(this.$el);a.action="acf/validate_save_post",s.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",context:this,success:i,complete:n})},setup:function(t){this.$el=t},reset:function(){this.set("errors",[]),this.set("notice",null),this.set("status",""),acf.unlockForm(this.$el)}}),n=function(t){var e=t.data("acf");return e||(e=new i(t)),e};acf.validateForm=function(t){return n(t.form).validate(t)},acf.enableSubmit=function(t){return t.removeClass("disabled")},acf.disableSubmit=function(t){return t.addClass("disabled")},acf.showSpinner=function(t){return t.addClass("is-active"),t.css("display","inline-block"),t},acf.hideSpinner=function(t){return t.removeClass("is-active"),t.css("display","none"),t},acf.lockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.hideSpinner(n),acf.disableSubmit(i),acf.showSpinner(n.last()),t},acf.unlockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.enableSubmit(i),acf.hideSpinner(n),t};var a=function(t){var e,e,e,e;return(e=t.find("#submitdiv")).length?e:(e=t.find("#submitpost")).length?e:(e=t.find("p.submit").last()).length?e:(e=t.find(".acf-form-submit")).length?e:t};acf.validation=new acf.Model({id:"validation",active:!0,wait:"prepare",actions:{ready:"addInputEvents",append:"addInputEvents"},events:{'click input[type="submit"]':"onClickSubmit",'click button[type="submit"]':"onClickSubmit","click #save-post":"onClickSave","mousedown #post-preview":"onClickPreview","submit form":"onSubmit"},initialize:function(){acf.get("validation")||(this.active=!1,this.actions={},this.events={})},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(t){n(t).reset()},addInputEvents:function(t){var e=s(".acf-field [name]",t);e.length&&this.on(e,"invalid","onInvalid")},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(n(i).addError({input:e.attr("name"),message:t.target.validationMessage}),i.submit())},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickPreview:function(t,e){this.set("ignore",!0),s("form#post").off("submit.edit-post")},onSubmit:function(t,e){var i;this.active&&(this.get("ignore")?this.set("ignore",!1):acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault())}})}(jQuery),function(l,t){var e=new acf.Model({priority:90,timeout:0,actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh"},refresh:function(){clearTimeout(this.timeout),this.timeout=setTimeout(function(){acf.doAction("refresh")},0)}}),i=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(t,e){t.is("tr")&&(t.css("position","relative"),t.children().each(function(){l(this).width(l(this).width())}),t.css("position","absolute"),e.html('<td style="height:'+t.height()+'px; padding:0;" colspan="'+t.children("td").length+'"></td>'))}}),n=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(t,e){var i=[];t.find("select").each(function(t){i.push(l(this).val())}),e.find("select").each(function(t){l(this).val(i[t])})}}),a=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(t){var e=this;l(".acf-table:visible").each(function(){e.renderTable(l(this))})},renderTable:function(t){var e=t.find("> thead > tr:visible > th[data-key]"),r=t.find("> tbody > tr:visible > td[data-key]");if(!e.length||!r.length)return!1;e.each(function(t){var e=l(this),i=e.data("key"),n=r.filter('[data-key="'+i+'"]'),a=n.filter(".acf-hidden");n.removeClass("acf-empty"),n.length===a.length?acf.hide(e):(acf.show(e),a.addClass("acf-empty"))}),e.css("width","auto"),e=e.not(".acf-hidden");var i=100,n=e.length,a;e.filter("[data-width]").each(function(){var t=l(this).data("width");l(this).css("width",t+"%"),i-=t});var s=e.not("[data-width]");if(s.length){var o=i/s.length;s.css("width",o+"%"),i=0}0<i&&e.last().css("width","auto"),r.filter(".-collapsed-target").each(function(){var t=l(this);t.parent().hasClass("-collapsed")?t.attr("colspan",e.length):t.removeAttr("colspan")})}}),r=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var t=this;l(".acf-fields:visible").each(function(){t.renderGroup(l(this))})},renderGroup:function(t){var s=0,o=0,c=l(),e=t.children(".acf-field[data-width]:visible");return!!e.length&&(t.hasClass("-left")?(e.removeAttr("data-width"),e.css("width","auto"),!1):(e.removeClass("-r0 -c0").css({"min-height":0}),e.each(function(t){var e=l(this),i=e.position(),n=Math.ceil(i.top),a=Math.ceil(i.left);c.length&&s<n&&(c.css({"min-height":o+"px"}),i=e.position(),n=Math.ceil(i.top),a=Math.ceil(i.left),o=s=0,c=l()),acf.get("rtl")&&(a=Math.ceil(e.parent().width()-(i.left+e.outerWidth()))),0==n?e.addClass("-r0"):0==a&&e.addClass("-c0");var r=Math.ceil(e.outerHeight())+1;o=Math.max(o,r),s=Math.max(s,n),c=c.add(e)}),void(c.length&&c.css({"min-height":o+"px"}))))}})}(jQuery),function(o,a){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e},acf.getCompatibility=function(t){return t.compatibility||null};var c=acf.newCompatibility(acf,{l10n:{},o:{},fields:{},update:acf.set,add_action:acf.addAction,remove_action:acf.removeAction,do_action:acf.doAction,add_filter:acf.addFilter,remove_filter:acf.removeFilter,apply_filters:acf.applyFilters,parse_args:acf.parseArgs,disable_el:acf.disable,disable_form:acf.disable,enable_el:acf.enable,enable_form:acf.enable,update_user_setting:acf.updateUserSetting,prepare_for_ajax:acf.prepareForAjax,is_ajax_success:acf.isAjaxSuccess,remove_el:acf.remove,remove_tr:acf.remove,str_replace:acf.strReplace,render_select:acf.renderSelect,get_uniqid:acf.uniqid,serialize_form:acf.serialize,esc_html:acf.strEscape,str_sanitize:acf.strSanitize});c._e=function(t,e){t=t||"";var i=(e=e||"")?t+"."+e:t,n={"image.select":"Select Image","image.edit":"Edit Image","image.update":"Update Image"};if(n[i])return acf.__(n[i]);var a=this.l10n[t]||"";return e&&(a=a[e]||""),a},c.get_selector=function(t){var e=".acf-field";if(!t)return e;if(o.isPlainObject(t)){if(o.isEmptyObject(t))return e;for(var i in t){t=t[i];break}}return e+="-"+t,e=acf.strReplace("_","-",e),e=acf.strReplace("field-field-","field-",e)},c.get_fields=function(t,e,i){var n={is:t||"",parent:e||!1,suppressFilters:i||!1};return n.is&&(n.is=this.get_selector(n.is)),acf.findFields(n)},c.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},c.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},c.get_field_wrap=function(t){return t.closest(this.get_selector())},c.get_field_key=function(t){return t.data("key")},c.get_field_type=function(t){return t.data("type")},c.get_data=function(t,e){return acf.parseArgs(t.data(),e)},c.maybe_get=function(t,e,i){i===a&&(i=null),keys=String(e).split(".");for(var n=0;n<keys.length;n++){if(!t.hasOwnProperty(keys[n]))return i;t=t[keys[n]]}return t};var e=function(t){return t instanceof acf.Field?t.$el:t},i=function(t){return acf.arrayArgs(t).map(e)},l=function(e){return function(){if(arguments.length)var t=i(arguments);else var t=[o(document)];return e.apply(this,t)}};c.add_action=function(t,e,i,n){var a=t.split(" "),r=a.length;if(1<r){for(var s=0;s<r;s++)t=a[s],c.add_action.apply(this,arguments);return this}var e=l(e);return acf.addAction.apply(this,arguments)},c.add_filter=function(t,e,i,n){var e=l(e);return acf.addFilter.apply(this,arguments)},c.model={actions:{},filters:{},events:{},extend:function(t){var i=o.extend({},this,t);return o.each(i.actions,function(t,e){i._add_action(t,e)}),o.each(i.filters,function(t,e){i._add_filter(t,e)}),o.each(i.events,function(t,e){i._add_event(t,e)}),i},_add_action:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_action(t,i[e],a,i)},_add_filter:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_filter(t,i[e],a,i)},_add_event:function(t,e){var i=this,n=t.indexOf(" "),a=0<n?t.substr(0,n):t,r=0<n?t.substr(n+1):"",s=function(t){t.$el=o(this),acf.field_group&&(t.$field=t.$el.closest(".acf-field-object")),"function"==typeof i.event&&(t=i.event(t)),i[e].apply(i,arguments)};r?o(document).on(a,r,s):o(document).on(a,s)},get:function(t,e){return e=e||null,void 0!==this[t]&&(e=this[t]),e},set:function(t,e){return this[t]=e,"function"==typeof this["_set_"+t]&&this["_set_"+t].apply(this),this}},c.field=acf.model.extend({type:"",o:{},$field:null,_add_action:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_action(t,function(t){i.set("$field",t),i[e].apply(i,arguments)})},_add_filter:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_filter(t,function(t){i.set("$field",t),i[e].apply(i,arguments)})},_add_event:function(t,n){var a=this,e=t.substr(0,t.indexOf(" ")),i=t.substr(t.indexOf(" ")+1),r=acf.get_selector(a.type);o(document).on(e,r+" "+i,function(t){var e=o(this),i=acf.get_closest_field(e,a.type);i.length&&(i.is(a.$field)||a.set("$field",i),t.$el=e,t.$field=i,a[n].apply(a,[t]))})},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var t=acf.newCompatibility(acf.validation,{remove_error:function(t){acf.getField(t).removeError()},add_warning:function(t,e){acf.getField(t).showNotice({text:e,type:"warning",timeout:1e3})},fetch:acf.validateForm,enableSubmit:acf.enableSubmit,disableSubmit:acf.disableSubmit,showSpinner:acf.showSpinner,hideSpinner:acf.hideSpinner,unlockForm:acf.unlockForm,lockForm:acf.lockForm});c.tooltip={tooltip:function(t,e){var i;return acf.newTooltip({text:t,target:e}).$el},temp:function(t,e){var i=acf.newTooltip({text:t,target:e,timeout:250})},confirm:function(t,e,i,n,a){var r=acf.newTooltip({confirm:!0,text:i,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})},confirm_remove:function(t,e){var i=acf.newTooltip({confirmRemove:!0,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})}},c.media=new acf.Model({activeFrame:!1,actions:{new_media_popup:"onNewMediaPopup"},frame:function(){return this.activeFrame},onNewMediaPopup:function(t){this.activeFrame=t.frame},popup:function(t){var e;return t.mime_types&&(t.allowedTypes=t.mime_types),t.id&&(t.attachment=t.id),acf.newMediaPopup(t).frame}}),c.select2={init:function(t,e,i){return e.allow_null&&(e.allowNull=e.allow_null),e.ajax_action&&(e.ajaxAction=e.ajax_action),i&&(e.field=acf.getField(i)),acf.newSelect2(t,e)},destroy:function(t){return acf.getInstance(t).destroy()}},c.postbox={render:function(t){return t.edit_url&&(t.editLink=t.edit_url),t.edit_title&&(t.editTitle=t.edit_title),acf.newPostbox(t)}},acf.newCompatibility(acf.screen,{update:function(){return this.set.apply(this,arguments)},fetch:acf.screen.check}),c.ajax=acf.screen}(jQuery);
1
+ !function(r,s){var c={};(window.acf=c).data={},c.get=function(t){return this.data[t]||null},c.has=function(t){return null!==this.get(t)},c.set=function(t,e){return this.data[t]=e,this};var i=0;c.uniqueId=function(t){var e=++i+"";return t?t+e:e},c.uniqueArray=function(t){function e(t,e,i){return i.indexOf(t)===e}return t.filter(e)};var a="";c.uniqid=function(t,e){var i;void 0===t&&(t="");var n=function(t,e){return e<(t=parseInt(t,10).toString(16)).length?t.slice(t.length-e):e>t.length?Array(e-t.length+1).join("0")+t:t};return a||(a=Math.floor(123456789*Math.random())),a++,i=t,i+=n(parseInt((new Date).getTime()/1e3,10),8),i+=n(a,5),e&&(i+=(10*Math.random()).toFixed(8).toString()),i},c.strReplace=function(t,e,i){return i.split(t).join(e)},c.strCamelCase=function(t){return t=(t=t.replace(/[_-]/g," ")).replace(/(?:^\w|\b\w|\s+)/g,function(t,e){return 0==+t?"":0==e?t.toLowerCase():t.toUpperCase()})},c.strPascalCase=function(t){var e=c.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},c.strSlugify=function(t){return c.strReplace("_","-",t.toLowerCase())},c.strSanitize=function(t){var e={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","ß":"s","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","ĝ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""},i=/\W/g,n=function(t){return e[t]!==s?e[t]:t};return t=(t=t.replace(i,n)).toLowerCase()},c.strMatch=function(t,e){for(var i=0,n=Math.min(t.length,e.length),a=0;a<n&&t[a]===e[a];a++)i++;return i},c.decode=function(t){return r("<textarea/>").html(t).text()},c.strEscape=function(t){var e={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;","`":"&#x60;","=":"&#x3D;"};return String(t).replace(/[&<>"'`=\/]/g,function(t){return e[t]})},c.parseArgs=function(t,e){return"object"!=typeof t&&(t={}),"object"!=typeof e&&(e={}),r.extend({},e,t)},window.acfL10n==s&&(acfL10n={}),c.__=function(t){return acfL10n[t]||t},c._x=function(t,e){return acfL10n[t+"."+e]||acfL10n[t]||t},c._n=function(t,e,i){return 1==i?c.__(t):c.__(e)},c.isArray=function(t){return Array.isArray(t)},c.isObject=function(t){return"object"==typeof t};var o=function(t,e,i){var n=(e=e.replace("[]","[%%index%%]")).match(/([^\[\]])+/g);if(n)for(var a=n.length,r=t,s=0;s<a;s++){var o=String(n[s]);s==a-1?"%%index%%"===o?r.push(i):r[o]=i:("%%index%%"===n[s+1]?c.isArray(r[o])||(r[o]=[]):c.isObject(r[o])||(r[o]={}),r=r[o])}};c.serialize=function(t,e){var i={},n=c.serializeArray(t);e!==s&&(n=n.filter(function(t){return 0===t.name.indexOf(e)}).map(function(t){return t.name=t.name.slice(e.length),t}));for(var a=0;a<n.length;a++)o(i,n[a].name,n[a].value);return i},c.serializeArray=function(t){return t.find("select, textarea, input").serializeArray()},c.addAction=function(t,e,i,n){return c.hooks.addAction.apply(this,arguments),this},c.removeAction=function(t,e){return c.hooks.removeAction.apply(this,arguments),this};var e={};c.doAction=function(t){return e[t]=1,c.hooks.doAction.apply(this,arguments),e[t]=0,this},c.doingAction=function(t){return 1===e[t]},c.didAction=function(t){return e[t]!==s},c.currentAction=function(){for(var t in e)if(e[t])return t;return!1},c.addFilter=function(t){return c.hooks.addFilter.apply(this,arguments),this},c.removeFilter=function(t){return c.hooks.removeFilter.apply(this,arguments),this},c.applyFilters=function(t){return c.hooks.applyFilters.apply(this,arguments)},c.arrayArgs=function(t){return Array.prototype.slice.call(t)};try{var n=JSON.parse(localStorage.getItem("acf"))||{}}catch(t){var n={}}var l=function(t){return"this."===t.substr(0,5)&&(t=t.substr(5)+"-"+c.get("post_id")),t};c.getPreference=function(t){return t=l(t),n[t]||null},c.setPreference=function(t,e){t=l(t),null===e?delete n[t]:n[t]=e,localStorage.setItem("acf",JSON.stringify(n))},c.removePreference=function(t){c.setPreference(t,null)},c.remove=function(t){t instanceof jQuery&&(t={target:t}),t=c.parseArgs(t,{target:!1,endHeight:0,complete:function(){}}),c.doAction("remove",t.target),t.target.is("tr")?d(t):u(t)};var u=function(t){var e=t.target,i=e.height(),n=e.width(),a=e.css("margin"),r=e.outerHeight(!0),s=e.attr("style")+"";e.wrap('<div class="acf-temp-remove" style="height:'+r+'px"></div>');var o=e.parent();e.css({height:i,width:n,margin:a,position:"absolute"}),setTimeout(function(){o.css({opacity:0,height:t.endHeight})},50),setTimeout(function(){e.attr("style",s),o.remove(),t.complete()},301)},d=function(t){var e=t.target,i=e.height(),n=e.children().length,a=r('<td class="acf-temp-remove" style="padding:0; height:'+i+'px" colspan="'+n+'"></td>');e.addClass("acf-remove-element"),setTimeout(function(){e.html(a)},251),setTimeout(function(){e.removeClass("acf-remove-element"),a.css({height:t.endHeight})},300),setTimeout(function(){e.remove(),t.complete()},451)};c.duplicate=function(t){t instanceof jQuery&&(t={target:t});var i=0;(t=c.parseArgs(t,{target:!1,search:"",replace:"",before:function(t){},after:function(t,e){},append:function(t,e){t.after(e),i=1}})).target=t.target||t.$el;var e=t.target;t.search=t.search||e.attr("data-id"),t.replace=t.replace||c.uniqid(),t.before(e),c.doAction("before_duplicate",e);var n=e.clone();return c.rename({target:n,search:t.search,replace:t.replace}),n.removeClass("acf-clone"),n.find(".ui-sortable").removeClass("ui-sortable"),t.after(e,n),c.doAction("after_duplicate",e,n),t.append(e,n),c.doAction("append",n),n},c.rename=function(t){t instanceof jQuery&&(t={target:t});var e=(t=c.parseArgs(t,{target:!1,destructive:!1,search:"",replace:""})).target,i=t.search||e.attr("data-id"),n=t.replace||c.uniqid("acf"),a=function(t,e){return e.replace(i,n)};if(t.destructive){var r=e.outerHTML();r=c.strReplace(i,n,r),e.replaceWith(r)}else e.attr("data-id",n),e.find('[id*="'+i+'"]').attr("id",a),e.find('[for*="'+i+'"]').attr("for",a),e.find('[name*="'+i+'"]').attr("name",a);return e},c.prepareForAjax=function(t){return t.nonce=c.get("nonce"),t.post_id=c.get("post_id"),c.has("language")&&(t.lang=c.get("language")),t=c.applyFilters("prepare_for_ajax",t)},c.startButtonLoading=function(t){t.prop("disabled",!0),t.after(' <i class="acf-loading"></i>')},c.stopButtonLoading=function(t){t.prop("disabled",!1),t.next(".acf-loading").remove()},c.showLoading=function(t){t.append('<div class="acf-loading-overlay"><i class="acf-loading"></i></div>')},c.hideLoading=function(t){t.children(".acf-loading-overlay").remove()},c.updateUserSetting=function(t,e){var i={action:"acf/ajax/user_setting",name:t,value:e};r.ajax({url:c.get("ajaxurl"),data:c.prepareForAjax(i),type:"post",dataType:"html"})},c.val=function(t,e,i){var n=t.val();return e!==n&&(t.val(e),t.is("select")&&null===t.val()?(t.val(n),!1):(!0!==i&&t.trigger("change"),!0))},c.show=function(t,e){return e&&c.unlock(t,"hidden",e),!c.isLocked(t,"hidden")&&(!!t.hasClass("acf-hidden")&&(t.removeClass("acf-hidden"),!0))},c.hide=function(t,e){return e&&c.lock(t,"hidden",e),!t.hasClass("acf-hidden")&&(t.addClass("acf-hidden"),!0)},c.isHidden=function(t){return t.hasClass("acf-hidden")},c.isVisible=function(t){return!c.isHidden(t)};var f=function(t,e){return!t.hasClass("acf-disabled")&&(e&&c.unlock(t,"disabled",e),!c.isLocked(t,"disabled")&&(!!t.prop("disabled")&&(t.prop("disabled",!1),!0)))};c.enable=function(t,e){if(t.attr("name"))return f(t,e);var i=!1;return t.find("[name]").each(function(){var t;f(r(this),e)&&(i=!0)}),i};var h=function(t,e){return e&&c.lock(t,"disabled",e),!t.prop("disabled")&&(t.prop("disabled",!0),!0)};c.disable=function(t,e){if(t.attr("name"))return h(t,e);var i=!1;return t.find("[name]").each(function(){var t;h(r(this),e)&&(i=!0)}),i},c.isset=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return!1;t=t[arguments[e]]}return!0},c.isget=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return null;t=t[arguments[e]]}return t},c.getFileInputData=function(t,e){var i=t.val();if(!i)return!1;var n={url:i},a=c.isget(t[0],"files",0);if(a)if(n.size=a.size,n.type=a.type,-1<a.type.indexOf("image")){var r=window.URL||window.webkitURL,s=new Image;s.onload=function(){n.width=this.width,n.height=this.height,e(n)},s.src=r.createObjectURL(a)}else e(n);else e(n)},c.isAjaxSuccess=function(t){return t&&t.success},c.getAjaxMessage=function(t){return c.isget(t,"data","message")},c.getAjaxError=function(t){return c.isget(t,"data","error")},c.renderSelect=function(t,e){var i=t.val(),a=[],r=function(t){var n="";return t.map(function(t){var e=t.text||t.label||"",i=t.id||t.value||"";a.push(i),t.children?n+='<optgroup label="'+c.strEscape(e)+'">'+r(t.children)+"</optgroup>":n+='<option value="'+i+'"'+(t.disabled?' disabled="disabled"':"")+">"+c.strEscape(e)+"</option>"}),n};return t.html(r(e)),-1<a.indexOf(i)&&t.val(i),t.val()};var p=function(t,e){return t.data("acf-lock-"+e)||[]},g=function(t,e,i){t.data("acf-lock-"+e,i)};c.lock=function(t,e,i){var n=p(t,e),a;n.indexOf(i)<0&&(n.push(i),g(t,e,n))},c.unlock=function(t,e,i){var n=p(t,e),a=n.indexOf(i);return-1<a&&(n.splice(a,1),g(t,e,n)),0===n.length},c.isLocked=function(t,e){return 0<p(t,e).length},r.fn.exists=function(){return 0<r(this).length},r.fn.outerHTML=function(){return r(this).get(0).outerHTML},Array.prototype.indexOf||(Array.prototype.indexOf=function(t){return r.inArray(t,this)}),r(document).ready(function(){c.doAction("ready")}),r(window).on("load",function(){c.doAction("load")}),r(window).on("beforeunload",function(){c.doAction("unload")}),r(window).on("resize",function(){c.doAction("resize")}),r(document).on("sortstart",function(t,e){c.doAction("sortstart",e.item,e.placeholder)}),r(document).on("sortstop",function(t,e){c.doAction("sortstop",e.item,e.placeholder)})}(jQuery),function(t,e){"use strict";var i=function(){function t(){return f}function e(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("actions",t,e,i=parseInt(i||10,10),n),d}function i(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e&&u("actions",e,t),d}function n(t,e){return"string"==typeof t&&o("actions",t,e),d}function a(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("filters",t,e,i=parseInt(i||10,10),n),d}function r(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e?u("filters",e,t):d}function s(t,e){return"string"==typeof t&&o("filters",t,e),d}function o(t,e,i,n){if(f[t][e])if(i){var a=f[t][e],r;if(n)for(r=a.length;r--;){var s=a[r];s.callback===i&&s.context===n&&a.splice(r,1)}else for(r=a.length;r--;)a[r].callback===i&&a.splice(r,1)}else f[t][e]=[]}function c(t,e,i,n,a){var r={callback:i,priority:n,context:a},s=f[t][e];s=s?(s.push(r),l(s)):[r],f[t][e]=s}function l(t){for(var e,i,n,a=1,r=t.length;a<r;a++){for(e=t[a],i=a;(n=t[i-1])&&n.priority>e.priority;)t[i]=t[i-1],--i;t[i]=e}return t}function u(t,e,i){var n=f[t][e];if(!n)return"filters"===t&&i[0];var a=0,r=n.length;if("filters"===t)for(;a<r;a++)i[0]=n[a].callback.apply(n[a].context,i);else for(;a<r;a++)n[a].callback.apply(n[a].context,i);return"filters"!==t||i[0]}var d={removeFilter:s,applyFilters:r,addFilter:a,removeAction:n,doAction:i,addAction:e,storage:t},f={actions:{},filters:{}};return d};acf.hooks=new i}(window),function(r,t){var n=/^(\S+)\s*(.*)$/,e=function(t){var e=this,i;return i=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},r.extend(i,e),i.prototype=Object.create(e.prototype),r.extend(i.prototype,t),i.prototype.constructor=i},i=acf.Model=function(){this.cid=acf.uniqueId("acf"),this.data=r.extend(!0,{},this.data),this.setup.apply(this,arguments),this.$el&&!this.$el.data("acf")&&this.$el.data("acf",this);var t=function(){this.initialize(),this.addEvents(),this.addActions(),this.addFilters()};this.wait&&!acf.didAction(this.wait)?this.addAction(this.wait,t):t.apply(this)};r.extend(i.prototype,{id:"",cid:"",$el:null,data:{},busy:!1,changed:!1,events:{},actions:{},filters:{},eventScope:"",wait:!1,priority:10,get:function(t){return this.data[t]},has:function(t){return null!=this.get(t)},set:function(t,e,i){var n=this.get(t);return n==e||(this.data[t]=e,i||(this.changed=!0,this.trigger("changed:"+t,[e,n]),this.trigger("changed",[t,e,n]))),this},inherit:function(t){return t instanceof jQuery&&(t=t.data()),r.extend(this.data,t),this},prop:function(){return this.$el.prop.apply(this.$el,arguments)},setup:function(t){r.extend(this,t)},initialize:function(){},addElements:function(t){if(!(t=t||this.elements||null)||!Object.keys(t).length)return!1;for(var e in t)this.addElement(e,t[e])},addElement:function(t,e){this["$"+t]=this.$(e)},addEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var i=e.match(n);this.on(i[1],i[2],t[e])}},removeEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var i=e.match(n);this.off(i[1],i[2],t[e])}},getEventTarget:function(t,e){return t||this.$el||r(document)},validateEvent:function(t){return!this.eventScope||r(t.target).closest(this.eventScope).is(this.$el)},proxyEvent:function(a){return this.proxy(function(t){if(this.validateEvent(t)){var e,i=acf.arrayArgs(arguments).slice(1),n=[t,r(t.currentTarget)].concat(i);a.apply(this,n)}})},on:function(t,e,i,n){var a,r,s,o,c;o=t instanceof jQuery?n?(a=t,r=e,s=i,n):(a=t,r=e,i):i?(r=t,s=e,i):(r=t,e),a=this.getEventTarget(a),"string"==typeof o&&(o=this.proxyEvent(this[o])),r=r+"."+this.cid,c=s?[r,s,o]:[r,o],a.on.apply(a,c)},off:function(t,e,i){var n,a,r,s;t instanceof jQuery?i?(n=t,a=e,r=i):(n=t,a=e):e?(a=t,r=e):a=t,n=this.getEventTarget(n),a=a+"."+this.cid,s=r?[a,r]:[a],n.off.apply(n,s)},trigger:function(t,e,i){var n=this.getEventTarget();return i?n.trigger.apply(n,arguments):n.triggerHandler.apply(n,arguments),this},addActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.addAction(e,t[e])},removeActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.removeAction(e,t[e])},addAction:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addAction(t,e,i,this)},removeAction:function(t,e){acf.removeAction(t,this[e])},addFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.addFilter(e,t[e])},addFilter:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addFilter(t,e,i,this)},removeFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.removeFilter(e,t[e])},removeFilter:function(t,e){acf.removeFilter(t,this[e])},$:function(t){return this.$el.find(t)},remove:function(){this.removeEvents(),this.removeActions(),this.removeFilters(),this.$el.remove()},setTimeout:function(t,e){return setTimeout(this.proxy(t),e)},time:function(){console.time(this.id||this.cid)},timeEnd:function(){console.timeEnd(this.id||this.cid)},show:function(){acf.show(this.$el)},hide:function(){acf.hide(this.$el)},proxy:function(t){return r.proxy(t,this)}}),i.extend=e,acf.models={},acf.getInstance=function(t){return t.data("acf")},acf.getInstances=function(t){var e=[];return t.each(function(){e.push(acf.getInstance(r(this)))}),e}}(jQuery),function(e,t){acf.models.Popup=acf.Model.extend({data:{title:"",content:"",width:0,height:0,loading:!1},events:{'click [data-event="close"]':"onClickClose","click .acf-close-popup":"onClickClose"},setup:function(t){e.extend(this.data,t),this.$el=e(this.tmpl())},initialize:function(){this.render(),this.open()},tmpl:function(){return['<div id="acf-popup">','<div class="acf-popup-box acf-box">','<div class="title"><h3></h3><a href="#" class="acf-icon -cancel grey" data-event="close"></a></div>','<div class="inner"></div>','<div class="loading"><i class="acf-loading"></i></div>',"</div>",'<div class="bg" data-event="close"></div>',"</div>"].join("")},render:function(){var t=this.get("title"),e=this.get("content"),i=this.get("loading"),n=this.get("width"),a=this.get("height");this.title(t),this.content(e),n&&this.$(".acf-popup-box").css("width",n),a&&this.$(".acf-popup-box").css("min-height",a),this.loading(i),acf.doAction("append",this.$el)},update:function(t){this.data=acf.parseArgs(t,this.data),this.render()},title:function(t){this.$(".title:first h3").html(t)},content:function(t){this.$(".inner:first").html(t)},loading:function(t){var e=this.$(".loading:first");t?e.show():e.hide()},open:function(){e("body").append(this.$el)},close:function(){this.remove()},onClickClose:function(t,e){t.preventDefault(),this.close()}}),acf.newPopup=function(t){return new acf.models.Popup(t)}}(jQuery),function(t,e){acf.unload=new acf.Model({wait:"load",active:!0,changed:!1,actions:{validation_failure:"startListening"},events:{"change .acf-field":"startListening","submit form":"stopListening"},reset:function(){this.stopListening()},startListening:function(){!this.changed&&this.active&&(this.changed=!0,t(window).on("beforeunload",this.onUnload))},stopListening:function(){this.changed=!1,t(window).off("beforeunload",this.onUnload)},onUnload:function(){return acf.__("The changes you made will be lost if you navigate away from this page")}})}(jQuery),function(t,e){var i=new acf.Model({events:{"click .acf-panel-title":"onClick"},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},open:function(t){t.addClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-down")},close:function(t){t.removeClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-right")}})}(jQuery),function(e,t){var i=acf.Model.extend({data:{text:"",type:"",timeout:0,dismiss:!0,target:!1,close:function(){}},events:{"click .acf-notice-dismiss":"onClickClose"},tmpl:function(){return'<div class="acf-notice"></div>'},setup:function(t){e.extend(this.data,t),this.$el=e(this.tmpl())},initialize:function(){this.render(),this.show()},render:function(){this.type(this.get("type")),this.html("<p>"+this.get("text")+"</p>"),this.get("dismiss")&&(this.$el.append('<a href="#" class="acf-notice-dismiss acf-icon -cancel small"></a>'),this.$el.addClass("-dismiss"));var t=this.get("timeout");t&&this.away(t)},update:function(t){e.extend(this.data,t),this.initialize(),this.removeEvents(),this.addEvents()},show:function(){var t=this.get("target");t&&t.prepend(this.$el)},hide:function(){this.$el.remove()},away:function(t){this.setTimeout(function(){acf.remove(this.$el)},t)},type:function(t){var e=this.get("type");e&&this.$el.removeClass("-"+e),this.$el.addClass("-"+t),"error"==t&&this.$el.addClass("acf-error-message")},html:function(t){this.$el.html(t)},text:function(t){this.$("p").html(t)},onClickClose:function(t,e){t.preventDefault(),this.get("close").apply(this,arguments),this.remove()}});acf.newNotice=function(t){return"object"!=typeof t&&(t={text:t}),new i(t)};var n=new acf.Model({wait:"prepare",priority:1,initialize:function(){var t=e(".acf-admin-notice");t.length&&e("h1:first").after(t)}})}(jQuery),function(e,t){acf.getPostbox=function(t){return"string"==typeof t&&(t=e("#"+t)),acf.getInstance(t)},acf.getPostboxes=function(){var t=e(".acf-postbox");return acf.getInstances(t)},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",visible:!0,edit:"",html:!0},setup:function(t){t.editLink&&(t.edit=t.editLink),e.extend(this.data,t),this.$el=this.$postbox()},$postbox:function(){return e("#"+this.get("id"))},$placeholder:function(){return e("#"+this.get("id")+"-placeholder")},$hide:function(){return e("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.get("visible")},hasHTML:function(){return this.get("html")},initialize:function(){this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js");var t=this.get("style");"default"!==t&&this.$el.addClass(t),this.$inside().addClass("acf-fields").addClass("-"+this.get("label"));var e=this.get("edit");e&&this.$hndle().append('<a href="'+e+'" class="dashicons dashicons-admin-generic acf-hndle-cog acf-js-tooltip" title="'+acf.__("Edit field group")+'"></a>'),this.isVisible()?this.show():(this.set("html",!1),this.hide())},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden")},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.show(),this.enable()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden")},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.hide(),this.disable()},html:function(t){this.$inside().html(t),this.set("html",!0),acf.doAction("append",this.$el)}})}(jQuery),function(d,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),t.confirmRemove!==e?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new n(t)):t.confirm!==e?new n(t):new i(t)};var i=acf.Model.extend({data:{text:"",timeout:0,target:null},tmpl:function(){return'<div class="acf-tooltip"></div>'},setup:function(t){d.extend(this.data,t),this.$el=d(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var t=this.get("timeout");t&&setTimeout(d.proxy(this.fade,this),t)},update:function(t){d.extend(this.data,t),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){d("body").append(this.$el)},hide:function(){this.$el.remove()},fade:function(){this.$el.addClass("acf-fade-up"),this.setTimeout(function(){this.remove()},250)},html:function(t){this.$el.html(t)},position:function(){var t=this.$el,e=this.get("target");if(e){t.removeClass("right left bottom top");var i=10,n=e.outerWidth(),a=e.outerHeight(),r=e.offset().top,s=e.offset().left,o=t.outerWidth(),c=t.outerHeight(),l=r-c,u=s+n/2-o/2;u<10?(t.addClass("right"),u=s+n,l=r+a/2-c/2):u+o+10>d(window).width()?(t.addClass("left"),u=s-o,l=r+a/2-c/2):l-d(window).scrollTop()<10?(t.addClass("bottom"),l=r+a):t.addClass("top"),t.css({top:l,left:u})}}}),n=i.extend({data:{text:"",textConfirm:"",textCancel:"",target:null,targetConfirm:!0,confirm:function(){},cancel:function(){},context:!1},events:{'click [data-event="cancel"]':"onCancel",'click [data-event="confirm"]':"onConfirm"},addEvents:function(){acf.Model.prototype.addEvents.apply(this);var t=d(document),e=this.get("target");this.setTimeout(function(){this.on(t,"click","onCancel")}),this.get("targetConfirm")&&this.on(e,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var t=d(document),e=this.get("target");this.off(t,"click"),this.off(e,"click")},render:function(){var t,e,i,n=[this.get("text")||acf.__("Are you sure?"),'<a href="#" data-event="confirm">'+(this.get("textConfirm")||acf.__("Yes"))+"</a>",'<a href="#" data-event="cancel">'+(this.get("textCancel")||acf.__("No"))+"</a>"].join(" ");this.html(n),this.$el.addClass("-confirm")},onCancel:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("cancel"),n=this.get("context")||this;i.apply(n,arguments),this.remove()},onConfirm:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("confirm"),n=this.get("context")||this;i.apply(n,arguments),this.remove()}});acf.models.Tooltip=i,acf.models.TooltipConfirm=n;var t=new acf.Model({tooltip:!1,events:{"mouseenter .acf-js-tooltip":"showTitle","mouseup .acf-js-tooltip":"hideTitle","mouseleave .acf-js-tooltip":"hideTitle"},showTitle:function(t,e){var i=e.attr("title");i&&(e.attr("title",""),this.tooltip?this.tooltip.update({text:i,target:e}):this.tooltip=acf.newTooltip({text:i,target:e}))},hideTitle:function(t,e){this.tooltip.hide(),e.attr("title",this.tooltip.get("text"))}})}(jQuery),function(e,i){var r=[];acf.Field=acf.Model.extend({type:"",eventScope:".acf-field",wait:"ready",setup:function(t){this.$el=t,this.inherit(t),this.inherit(this.$control())},val:function(t){return t!==i?this.setValue(t):this.prop("disabled")?null:this.getValue()},getValue:function(){return this.$input().val()},setValue:function(t){return acf.val(this.$input(),t)},__:function(t){return acf._e(this.type,t)},$control:function(){return!1},$input:function(){return this.$("[name]:first")},$inputWrap:function(){return this.$(".acf-input:first")},$labelWrap:function(){return this.$(".acf-label:first")},getInputName:function(){return this.$input().attr("name")||""},parent:function(){var t=this.parents();return!!t.length&&t[0]},parents:function(){var t=this.$el.parents(".acf-field"),e;return acf.getFields(t)},show:function(t,e){var i=acf.show(this.$el,t);return i&&(this.prop("hidden",!1),acf.doAction("show_field",this,e)),i},hide:function(t,e){var i=acf.hide(this.$el,t);return i&&(this.prop("hidden",!0),acf.doAction("hide_field",this,e)),i},enable:function(t,e){var i=acf.enable(this.$el,t);return i&&(this.prop("disabled",!1),acf.doAction("enable_field",this,e)),i},disable:function(t,e){var i=acf.disable(this.$el,t);return i&&(this.prop("disabled",!0),acf.doAction("disable_field",this,e)),i},showEnable:function(t,e){return this.enable.apply(this,arguments),this.show.apply(this,arguments)},hideDisable:function(t,e){return this.disable.apply(this,arguments),this.hide.apply(this,arguments)},showNotice:function(t){"object"!=typeof t&&(t={text:t}),this.notice&&this.notice.remove(),t.target=this.$inputWrap(),this.notice=acf.newNotice(t)},removeNotice:function(t){this.notice&&(this.notice.away(t||0),this.notice=!1)},showError:function(t){this.$el.addClass("acf-error"),t!==i&&this.showNotice({text:t,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",e.proxy(this.removeError,this))},removeError:function(){this.$el.removeClass("acf-error"),this.removeNotice(250),acf.doAction("valid_field",this)},trigger:function(t,e,i){return"invalidField"==t&&(i=!0),acf.Model.prototype.trigger.apply(this,[t,e,i])}}),acf.newField=function(t){var e=t.data("type"),i=s(e),n,a=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",a),a};var s=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,i=t.prototype.type,n=s(i);acf.models[n]=t,r.push(i)},acf.getFieldType=function(t){var e=s(t);return acf.models[e]||!1},acf.getFieldTypes=function(n){n=acf.parseArgs(n,{category:""});var a=[];return r.map(function(t){var e=acf.getFieldType(t),i=e.prototype;n.category&&i.category!==n.category||a.push(e)}),a}}(jQuery),function(n,t){acf.findFields=function(t){var e=".acf-field",i=!1;return(t=acf.parseArgs(t,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(t=acf.applyFilters("find_fields_args",t)),t.key&&(e+='[data-key="'+t.key+'"]'),t.type&&(e+='[data-type="'+t.type+'"]'),t.name&&(e+='[data-name="'+t.name+'"]'),t.is&&(e+=t.is),t.visible&&(e+=":visible"),i=t.parent?t.parent.find(e):t.sibling?t.sibling.siblings(e):n(e),t.suppressFilters||(i=i.not(".acf-clone .acf-field"),i=acf.applyFilters("find_fields",i)),t.limit&&(i=i.slice(0,t.limit)),i},acf.findField=function(t,e){return acf.findFields({key:t,limit:1,parent:e,suppressFilters:!0})},acf.getField=function(t){t instanceof jQuery||(t=acf.findField(t));var e=t.data("acf");return e||(e=acf.newField(t)),e},acf.getFields=function(t){t instanceof jQuery||(t=acf.findFields(t));var e=[];return t.each(function(){var t=acf.getField(n(this));e.push(t)}),e},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var e=function(t){var e=t,r=t+"_fields",a=t+"_field",i=function(t){var e,i=acf.arrayArgs(arguments).slice(1),n=acf.getFields({parent:t});if(n.length){var a=[r,n].concat(i);acf.doAction.apply(null,a)}},n=function(t){var e,n=acf.arrayArgs(arguments).slice(1);t.map(function(t,e){var i=[a,t].concat(n);acf.doAction.apply(null,i)})};acf.addAction(e,i),acf.addAction(r,n),s(t)},s=function(e){var r=e+"_field",s=e+"Field",t=function(i){var n=acf.arrayArgs(arguments),a=n.slice(1),t;["type","name","key"].map(function(t){var e="/"+t+"="+i.get(t);n=[r+e,i].concat(a),acf.doAction.apply(null,n)}),-1<o.indexOf(e)&&i.trigger(s,a)};acf.addAction(r,t)},i,a=["valid","invalid","enable","disable","new"],o=["remove","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable"];["prepare","ready","load","append","remove","sortstart","sortstop","show","hide","unload"].map(e),a.map(s);var r=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){n("#_acf_changed").val(1)}})}(jQuery),function(f,h){var p=0,t=acf.Field.extend({type:"accordion",wait:"",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var t=this.$el,e=this.$labelWrap(),i=this.$inputWrap(),n=this.$control(),a=i.children(".description");if(a.length&&e.append(a),this.$el.is("tr")){var r=this.$el.closest("table"),s=f('<div class="acf-accordion-title"/>'),o=f('<div class="acf-accordion-content"/>'),c=f('<table class="'+r.attr("class")+'"/>'),l=f("<tbody/>");s.append(e.html()),c.append(l),o.append(c),i.append(s),i.append(o),e.remove(),n.remove(),i.attr("colspan",2),e=s,i=o,n=l}t.addClass("acf-accordion"),e.addClass("acf-accordion-title"),i.addClass("acf-accordion-content"),p++,this.get("multi_expand")&&t.attr("multi-expand",1);var u=acf.getPreference("this.accordions")||[];u[p-1]!==h&&this.set("open",u[p-1]),this.get("open")&&(t.addClass("-open"),i.css("display","block")),e.prepend('<i class="acf-accordion-icon dashicons dashicons-arrow-'+(this.get("open")?"down":"right")+'"></i>');var d=t.parent();n.addClass(d.hasClass("-left")?"-left":""),n.addClass(d.hasClass("-clear")?"-clear":""),n.append(t.nextUntil(".acf-field-accordion",".acf-field")),n.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(t);var e=new acf.Model({actions:{unload:"onUnload"},events:{"click .acf-accordion-title":"onClick","invalidField .acf-accordion":"onInvalidField"},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},open:function(t){t.find(".acf-accordion-content:first").slideDown().css("display","block"),t.find(".acf-accordion-icon:first").removeClass("dashicons-arrow-right").addClass("dashicons-arrow-down"),
2
+ t.addClass("-open"),acf.doAction("show",t),t.attr("multi-expand")||t.siblings(".acf-accordion.-open").each(function(){e.close(f(this))})},close:function(t){t.find(".acf-accordion-content:first").slideUp(),t.find(".acf-accordion-icon:first").removeClass("dashicons-arrow-down").addClass("dashicons-arrow-right"),t.removeClass("-open"),acf.doAction("hide",t)},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},onInvalidField:function(t,e){this.busy||(this.busy=!0,this.setTimeout(function(){this.busy=!1},1e3),this.open(e))},onUnload:function(t){var e=[];f(".acf-accordion").each(function(){var t=f(this).hasClass("-open")?1:0;e.push(t)}),e.length&&acf.setPreference("this.accordions",e)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"button_group",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-button-group")},$input:function(){return this.$("input:checked")},setValue:function(t){this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(e,t){var i=acf.Field.extend({type:"checkbox",events:{"change input":"onChange","click .acf-add-checkbox":"onClickAdd","click .acf-checkbox-toggle":"onClickToggle","click .acf-checkbox-custom":"onClickCustom"},$control:function(){return this.$(".acf-checkbox-list")},$toggle:function(){return this.$(".acf-checkbox-toggle")},$input:function(){return this.$('input[type="hidden"]')},$inputs:function(){return this.$('input[type="checkbox"]').not(".acf-checkbox-toggle")},getValue:function(){var t=[];return this.$(":checked").each(function(){t.push(e(this).val())}),!!t.length&&t},onChange:function(t,e){var i=e.prop("checked"),n=this.$toggle(),a;(i?e.parent().addClass("selected"):e.parent().removeClass("selected"),n.length)&&(0==this.$inputs().not(":checked").length?n.prop("checked",!0):n.prop("checked",!1))},onClickAdd:function(t,e){var i='<li><input class="acf-checkbox-custom" type="checkbox" checked="checked" /><input type="text" name="'+this.getInputName()+'[]" /></li>';e.parent("li").before(i)},onClickToggle:function(t,e){var i=e.prop("checked"),n;this.$inputs().prop("checked",i)},onClickCustom:function(t,e){var i=e.prop("checked"),n=e.next('input[type="text"]');i?n.prop("disabled",!1):(n.prop("disabled",!0),""==n.val()&&e.parent("li").remove())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"color_picker",wait:"load",$control:function(){return this.$(".acf-color-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){var e=this.$input(),i=this.$inputText(),t=function(t){setTimeout(function(){acf.val(e,i.val())},1)},n={defaultColor:!1,palettes:!0,hide:!0,change:t,clear:t},n=acf.applyFilters("color_picker_args",n,this);i.wpColorPicker(n)}});acf.registerFieldType(i)}(jQuery),function(n,t){var e=acf.Field.extend({type:"date_picker",events:{'blur input[type="text"]':"onBlur"},$control:function(){return this.$(".acf-date-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){if(this.has("save_format"))return this.initializeCompatibility();var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),altField:t,altFormat:"yymmdd",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")};i=acf.applyFilters("date_picker_args",i,this),acf.newDatePicker(e,i),acf.doAction("date_picker_init",e,i,this)},initializeCompatibility:function(){var t=this.$input(),e=this.$inputText();e.val(t.val());var i={dateFormat:this.get("date_format"),altField:t,altFormat:this.get("save_format"),changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")},n=(i=acf.applyFilters("date_picker_args",i,this)).dateFormat;i.dateFormat=this.get("save_format"),acf.newDatePicker(e,i),e.datepicker("option","dateFormat",n),acf.doAction("date_picker_init",e,i,this)},onBlur:function(){this.$inputText().val()||acf.val(this.$input(),"")}});acf.registerFieldType(e);var i=new acf.Model({priority:5,wait:"ready",initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),i=acf.get("datePickerL10n");return!!i&&(void 0!==n.datepicker&&(i.isRTL=e,n.datepicker.regional[t]=i,void n.datepicker.setDefaults(i)))}});acf.newDatePicker=function(t,e){if(void 0===n.datepicker)return!1;e=e||{},t.datepicker(e),n("body > #ui-datepicker-div").exists()&&n("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(n,t){var e=acf.models.DatePickerField.extend({type:"date_time_picker",$control:function(){return this.$(".acf-date-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altFormat:"yy-mm-dd",altTimeFormat:"HH:mm:ss",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day"),controlType:"select",oneLine:!0};i=acf.applyFilters("date_time_picker_args",i,this),acf.newDateTimePicker(e,i),acf.doAction("date_time_picker_init",e,i,this)}});acf.registerFieldType(e);var i=new acf.Model({priority:5,wait:"ready",initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),i=acf.get("dateTimePickerL10n");return!!i&&(void 0!==n.timepicker&&(i.isRTL=e,n.timepicker.regional[t]=i,void n.timepicker.setDefaults(i)))}});acf.newDateTimePicker=function(t,e){if(void 0===n.timepicker)return!1;e=e||{},t.datetimepicker(e),n("body > #ui-datepicker-div").exists()&&n("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(s,t){var e=acf.Field.extend({type:"google_map",map:!1,wait:"load",events:{'click a[data-name="clear"]':"onClickClear",'click a[data-name="locate"]':"onClickLocate",'click a[data-name="search"]':"onClickSearch","keydown .search":"onKeydownSearch","keyup .search":"onKeyupSearch","focus .search":"onFocusSearch","blur .search":"onBlurSearch",showField:"onShow"},$control:function(){return this.$(".acf-google-map")},$input:function(t){return this.$('input[data-name="'+(t||"address")+'"]')},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},addClass:function(t){this.$control().addClass(t)},removeClass:function(t){this.$control().removeClass(t)},getValue:function(){var t={lat:"",lng:"",address:""};return this.$('input[type="hidden"]').each(function(){t[s(this).data("name")]=s(this).val()}),t.lat&&t.lng||(t=!1),t},setValue:function(t){for(var e in t=acf.parseArgs(t,{lat:"",lng:"",address:""}))acf.val(this.$input(e),t[e]);t.lat&&t.lng||(t=!1),this.renderVal(t)},renderVal:function(t){t?(this.addClass("-value"),this.setPosition(t.lat,t.lng),this.map.marker.setVisible(!0)):(this.removeClass("-value"),this.map.marker.setVisible(!1)),this.$search().val(t.address)},setPosition:function(t,e){var i=this.newLatLng(t,e);return this.map.marker.setPosition(i),this.map.marker.setVisible(!0),acf.doAction("google_map_change",i,this.map,this),this.center(),this},center:function(){var t=this.map.marker.getPosition(),e=this.get("lat"),i=this.get("lng");t&&(e=t.lat(),i=t.lng());var n=this.newLatLng(e,i);this.map.setCenter(n)},getSearchVal:function(){return this.$search().val()},initialize:function(){o.isReady()?this.initializeMap():o.ready(this.initializeMap,this)},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},initializeMap:function(){var t=this.get("zoom"),e=this.get("lat"),i=this.get("lng"),n={scrollwheel:!1,zoom:parseInt(t),center:this.newLatLng(e,i),mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};n=acf.applyFilters("google_map_args",n,this);var a=new google.maps.Map(this.$canvas()[0],n);this.addMapEvents(a,this);var r=acf.parseArgs(n.marker,{draggable:!0,raiseOnDrag:!0,map:a});r=acf.applyFilters("google_map_marker_args",r,this);var s=new google.maps.Marker(r);this.addMarkerEvents(s,this),a.acf=this,a.marker=s,this.map=a,acf.doAction("google_map_init",a,s,this);var o=this.getValue();this.renderVal(o)},addMapEvents:function(t,n){if(acf.isset(window,"google","maps","places","Autocomplete")){var e=t.autocomplete||{},i=new google.maps.places.Autocomplete(this.$search()[0],e);i.bindTo("bounds",t),google.maps.event.addListener(i,"place_changed",function(){var t=this.getPlace();t.address=n.getSearchVal(),n.setPlace(t)})}google.maps.event.addListener(t,"click",function(t){var e=t.latLng.lat(),i=t.latLng.lng();n.searchPosition(e,i)})},addMarkerEvents:function(t,n){google.maps.event.addListener(t,"dragend",function(){var t=this.getPosition(),e=t.lat(),i=t.lng();n.searchPosition(e,i)})},searchPosition:function(n,a){var t=this.newLatLng(n,a),r=this.$control();this.setPosition(n,a),r.addClass("-loading");var e=s.proxy(function(t,e){r.removeClass("-loading");var i="";e!=google.maps.GeocoderStatus.OK?console.log("Geocoder failed due to: "+e):t[0]?i=t[0].formatted_address:console.log("No results found"),this.val({lat:n,lng:a,address:i})},this);o.geocoder.geocode({latLng:t},e)},setPlace:function(t){if(!t)return this;if(t.name&&!t.geometry)return this.searchAddress(t.name),this;var e=t.geometry.location.lat(),i=t.geometry.location.lng(),n=t.address||t.formatted_address;return this.setValue({lat:e,lng:i,address:n}),this},searchAddress:function(a){var t=a.split(",");if(2==t.length){var e=t[0],i=t[1];if(s.isNumeric(e)&&s.isNumeric(i))return this.searchPosition(e,i)}var r=this.$control();r.addClass("-loading");var n=this.proxy(function(t,e){r.removeClass("-loading");var i="",n="";e!=google.maps.GeocoderStatus.OK?console.log("Geocoder failed due to: "+e):t[0]?(i=t[0].geometry.location.lat(),n=t[0].geometry.location.lng()):console.log("No results found"),this.val({lat:i,lng:n,address:a})});o.geocoder.geocode({address:a},n)},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));var a=this.$control();a.addClass("-loading");var t=s.proxy(function(t,e){a.removeClass("-loading");var i=t.coords.latitude,n=t.coords.longitude;this.searchPosition(i,n)},this),e=function(t){a.removeClass("-loading")};navigator.geolocation.getCurrentPosition(t,e)},onClickClear:function(t,e){this.val(!1)},onClickLocate:function(t,e){this.searchLocation()},onClickSearch:function(t,e){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.removeClass("-value"),this.onKeyupSearch.apply(this,arguments)},onBlurSearch:function(t,e){this.setTimeout(function(){this.removeClass("-search"),e.val()&&this.addClass("-value")},100)},onKeyupSearch:function(t,e){e.val()?this.addClass("-search"):this.removeClass("-search")},onKeydownSearch:function(t,e){13==t.which&&t.preventDefault()},onMousedown:function(){},onShow:function(){if(!this.map)return!1;this.setTimeout(this.center,10)}});acf.registerFieldType(e);var o=new acf.Model({geocoder:!1,data:{status:!1},getStatus:function(){return this.get("status")},setStatus:function(t){return this.set("status",t)},isReady:function(){if("ready"==this.getStatus())return!0;if("loading"==this.getStatus())return!1;if(acf.isset(window,"google","maps","places"))return this.setStatus("ready"),!0;var t=acf.get("google_map_api");return t&&(this.setStatus("loading"),s.ajax({url:t,dataType:"script",cache:!0,context:this,success:function(){this.setStatus("ready"),this.geocoder=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}})),!1},ready:function(t,e){acf.addAction("google_map_api_loaded",t,10,e)}})}(jQuery),function(n,i){var t=acf.Field.extend({type:"image",$control:function(){return this.$(".acf-image-uploader")},$input:function(){return this.$('input[type="hidden"]')},events:{'click a[data-name="add"]':"onClickAdd",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove",'change input[type="file"]':"onChange"},initialize:function(){"basic"===this.get("uploader")&&this.$el.closest("form").attr("enctype","multipart/form-data")},validateAttachment:function(t){(t=t||{}).id!==i&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",caption:"",description:"",width:0,height:0});var e=acf.isget(t,"sizes",this.get("preview_size"),"url");return null!==e&&(t.url=e),t},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.url,alt:t.alt,title:t.title});var e=t.id||"";this.val(e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},append:function(t,e){var i=function(t,e){for(var i=acf.getFields({key:t.get("key"),parent:e.$el}),n=0;n<i.length;n++)if(!i[n].val())return i[n];return!1},n=i(this,e);n||(e.$(".acf-button:last").trigger("click"),n=i(this,e)),n&&n.render(t)},selectAttachment:function(){var i=this.parent(),t=i&&"repeater"===i.get("type"),e=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:t,library:this.get("library"),allowedTypes:this.get("mime_types"),select:n.proxy(function(t,e){0<e?this.append(t,i):this.render(t)},this)})},editAttachment:function(){var t=this.val();if(t)var e=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:t,field:this.get("key"),select:n.proxy(function(t,e){this.render(t)},this)})},removeAttachment:function(){this.render(!1)},onClickAdd:function(t,e){this.selectAttachment()},onClickEdit:function(t,e){this.editAttachment()},onClickRemove:function(t,e){this.removeAttachment()},onChange:function(t,e){var i=this.$input();acf.getFileInputData(e,function(t){i.val(n.param(t))})}});acf.registerFieldType(t)}(jQuery),function(n,e){var t=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return(t=t||{}).id!==e&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",filename:"",filesizeHumanReadable:"",icon:"/wp-includes/images/media/default.png"})},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.icon,alt:t.alt,title:t.title}),this.$('[data-name="title"]').text(t.title),this.$('[data-name="filename"]').text(t.filename).attr("href",t.url),this.$('[data-name="filesize"]').text(t.filesizeHumanReadable);var e=t.id||"";acf.val(this.$input(),e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},selectAttachment:function(){var i=this.parent(),t=i&&"repeater"===i.get("type"),e=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:t,library:this.get("library"),allowedTypes:this.get("mime_types"),select:n.proxy(function(t,e){0<e?this.append(t,i):this.render(t)},this)})},editAttachment:function(){var t=this.val();if(!t)return!1;var e=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:t,field:this.get("key"),select:n.proxy(function(t,e){this.render(t)},this)})}});acf.registerFieldType(t)}(jQuery),function(n,t){var e=acf.Field.extend({type:"link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove","change .link-node":"onChange"},$control:function(){return this.$(".acf-link")},$node:function(){return this.$(".link-node")},getValue:function(){var t=this.$node();return!!t.attr("href")&&{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setValue:function(t){t=acf.parseArgs(t,{title:"",url:"",target:""});var e=this.$control(),i=this.$node();e.removeClass("-value -external"),t.url&&e.addClass("-value"),"_blank"===t.target&&e.addClass("-external"),this.$(".link-title").html(t.title),this.$(".link-url").attr("href",t.url).html(t.url),i.html(t.title),i.attr("href",t.url),i.attr("target",t.target),this.$(".input-title").val(t.title),this.$(".input-target").val(t.target),this.$(".input-url").val(t.url).trigger("change")},onClickEdit:function(t,e){acf.wpLink.open(this.$node())},onClickRemove:function(t,e){this.setValue(!1)},onChange:function(t,e){var i=this.getValue();this.setValue(i)}});acf.registerFieldType(e),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.html(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:n("#wp-link-text").val(),url:n("#wp-link-url").val(),target:n("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(t){n("#wp-link-text").val(t.title),n("#wp-link-url").val(t.url),n("#wp-link-target").prop("checked","_blank"===t.target)},open:function(t){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",t);var e=n('<textarea id="acf-link-textarea" style="display:none;"></textarea>');n("body").append(e);var i=this.getNodeValue();wpLink.open("acf-link-textarea",i.url,i.title,null)},onOpen:function(){n("#wp-link-wrap").addClass("has-text-field");var t=this.getNodeValue();this.setInputValue(t)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;this.off("wplink-open"),this.off("wplink-close");var t=this.getInputValue();this.setNodeValue(t),n("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(a,t){var e=acf.Field.extend({type:"oembed",events:{'click [data-name="clear-button"]':"onClickClear","keypress .input-search":"onKeypressSearch","keyup .input-search":"onKeyupSearch","change .input-search":"onChangeSearch"},$control:function(){return this.$(".acf-oembed")},$input:function(){return this.$(".input-value")},$search:function(){return this.$(".input-search")},getValue:function(){return this.$input().val()},getSearchVal:function(){return this.$search().val()},setValue:function(t){t?this.$control().addClass("has-value"):this.$control().removeClass("has-value"),acf.val(this.$input(),t)},showLoading:function(t){acf.showLoading(this.$(".canvas"))},hideLoading:function(){acf.hideLoading(this.$(".canvas"))},maybeSearch:function(){var t=this.val(),e=this.getSearchVal();if(!e)return this.clear();if("http"!=e.substr(0,4)&&(e="http://"+e),e!==t){var i=this.get("timeout");i&&clearTimeout(i);var n=a.proxy(this.search,this,e);this.set("timeout",setTimeout(n,300))}},search:function(t){var e={action:"acf/fields/oembed/search",s:t,field_key:this.get("key")},i;(i=this.get("xhr"))&&i.abort(),this.showLoading();var i=a.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:function(t){t&&t.html||(t={url:!1,html:""}),this.val(t.url),this.$(".canvas-media").html(t.html)},complete:function(){this.hideLoading()}});this.set("xhr",i)},clear:function(){this.val(""),this.$search().val(""),this.$(".canvas-media").html("")},onClickClear:function(t,e){this.clear()},onKeypressSearch:function(t,e){13==t.which&&(t.preventDefault(),this.maybeSearch())},onKeyupSearch:function(t,e){e.val()&&this.maybeSearch()},onChangeSearch:function(t,e){this.maybeSearch()}});acf.registerFieldType(e)}(jQuery),function(t,e){var i=acf.Field.extend({type:"radio",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-radio-list")},$input:function(){return this.$("input:checked")},$inputText:function(){return this.$('input[type="text"]')},getValue:function(){var t=this.$input().val();return"other"===t&&this.get("other_choice")&&(t=this.$inputText().val()),t},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected"),a=e.val();this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"),a=!1),this.get("other_choice")&&("other"===a?this.$inputText().prop("disabled",!1):this.$inputText().prop("disabled",!0))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"range",events:{'input input[type="range"]':"onChange","change input":"onChange"},$input:function(){return this.$('input[type="range"]')},$inputAlt:function(){return this.$('input[type="number"]')},setValue:function(t){this.busy=!0,acf.val(this.$input(),t),acf.val(this.$inputAlt(),t,!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(o,n){var t=acf.Field.extend({type:"relationship",events:{"keypress [data-filter]":"onKeypressFilter","change [data-filter]":"onChangeFilter","keyup [data-filter]":"onChangeFilter","click .choices-list .acf-rel-item":"onClickAdd",'click [data-name="remove_item"]':"onClickRemove",mouseover:"onHover"},$control:function(){return this.$(".acf-relationship")},$list:function(t){return this.$("."+t+"-list")},$listItems:function(t){return this.$list(t).find(".acf-rel-item")},$listItem:function(t,e){return this.$list(t).find('.acf-rel-item[data-id="'+e+'"]')},getValue:function(){var t=[];return this.$listItems("values").each(function(){t.push(o(this).data("id"))}),!!t.length&&t},newChoice:function(t){return["<li>",'<span data-id="'+t.id+'" class="acf-rel-item">'+t.text+"</span>","</li>"].join("")},newValue:function(t){return["<li>",'<input type="hidden" name="'+this.getInputName()+'[]" value="'+t.id+'" />','<span data-id="'+t.id+'" class="acf-rel-item">'+t.text,'<a href="#" class="acf-icon -minus small dark" data-name="remove_item"></a>',"</span>","</li>"].join("")},addSortable:function(t){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:function(){t.$input().trigger("change")}})},initialize:function(){var t=this.proxy(function(t){if(!this.get("loading")&&this.get("more")){var e=this.$list("choices"),i=Math.ceil(e.scrollTop()),n=Math.ceil(e[0].scrollHeight),a=Math.ceil(e.innerHeight()),r=this.get("paged")||1;n<=i+a&&(this.set("paged",r+1),this.fetch())}});this.$list("choices").scrollTop(0).on("scroll",t),this.fetch()},onHover:function(t){o().off(t),this.addSortable(this)},onKeypressFilter:function(t,e){13==t.which&&t.preventDefault()},onChangeFilter:function(t,e){var i=e.val(),n=e.data("filter");this.get(n)!==i&&(this.set(n,i),this.set("paged",1),e.is("select")?this.fetch():this.maybeFetch())},onClickAdd:function(t,e){var i=this.val(),n=parseInt(this.get("max"));if(e.hasClass("disabled"))return!1;if(0<n&&i&&i.length>=n)return this.showNotice({text:acf.__("Maximum values reached ( {max} values )").replace("{max}",n),type:"warning"}),!1;e.addClass("disabled");var a=this.newValue({id:e.data("id"),text:e.html()});this.$list("values").append(a),this.$input().trigger("change")},onClickRemove:function(t,e){var i=e.parent(),n=i.parent(),a=i.data("id");setTimeout(function(){n.remove()},1),this.$listItem("choices",a).removeClass("disabled"),this.$input().trigger("change")},maybeFetch:function(){var t=this.get("timeout");t&&clearTimeout(t),t=this.setTimeout(this.fetch,300),this.set("timeout",t)},getAjaxData:function(){var t=this.$control().data();for(var e in t)t[e]=this.get(e);return t.action="acf/fields/relationship/query",t.field_key=this.get("key"),t},fetch:function(){var t;(t=this.get("xhr"))&&t.abort();var e=this.getAjaxData(),s=this.$list("choices");1==e.paged&&s.html("");var i=o('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");s.append(i),this.set("loading",!0);var n=function(){this.set("loading",!1),i.remove()},a=function(t){if(!t||!t.results||!t.results.length)return this.set("more",!1),void(1==this.get("paged")&&this.$list("choices").append("<li>"+acf.__("No matches found")+"</li>"));this.set("more",t.more);var e=this.walkChoices(t.results),i=o(e),n=this.val();n&&n.length&&n.map(function(t){i.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")}),s.append(i);var a=!1,r=!1;s.find(".acf-rel-label").each(function(){var t=o(this),e=t.siblings("ul");if(a&&a.text()==t.text())return r.append(e.children()),void o(this).parent().remove();a=t,r=e})},t=o.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(e),context:this,success:a,complete:n});this.set("xhr",t)},walkChoices:function(t){var i=function(t){var e="";return o.isArray(t)?t.map(function(t){e+=i(t)}):o.isPlainObject(t)&&(t.children!==n?(e+='<li><span class="acf-rel-label">'+t.text+'</span><ul class="acf-bl">',e+=i(t.children),e+="</ul></li>"):e+='<li><span class="acf-rel-item" data-id="'+t.id+'">'+t.text+"</span></li>"),e};return i(t)}});acf.registerFieldType(t)}(jQuery),function(t,e){var i=acf.Field.extend({type:"select",select2:!1,wait:"load",events:{removeField:"onRemove"},$input:function(){return this.$("select")},initialize:function(){var t=this.$input();if(this.inherit(t),this.get("ui")){var e=this.get("ajax_action");e||(e="acf/fields/"+this.get("type")+"/query"),this.select2=acf.newSelect2(t,{field:this,ajax:this.get("ajax"),multiple:this.get("multiple"),placeholder:this.get("placeholder"),allowNull:this.get("allow_null"),ajaxAction:e})}},onRemove:function(){this.select2&&this.select2.destroy()}});acf.registerFieldType(i)}(jQuery),function(a,t){var e="tab",i=acf.Field.extend({type:"tab",wait:"",tabs:!1,tab:!1,findFields:function(){return this.$el.nextUntil(".acf-field-tab",".acf-field")},getFields:function(){return acf.getFields(this.findFields())},findTabs:function(){return this.$el.prevAll(".acf-tab-wrap:first")},findTab:function(){return this.$(".acf-tab-button")},initialize:function(){if(this.$el.is("td"))return!(this.events={});var t=this.findTabs(),e=this.findTab(),i=acf.parseArgs(e.data(),{endpoint:!1,placement:"",before:this.$el});!t.length||i.endpoint?this.tabs=new n(i):this.tabs=t.data("acf"),this.tab=this.tabs.addTab(e,this)},isActive:function(){return this.tab.isActive()},showFields:function(){this.getFields().map(function(t){t.show(this.cid,e),t.hiddenByTab=!1},this)},hideFields:function(){this.getFields().map(function(t){t.hide(this.cid,e),t.hiddenByTab=this.tab},this)},show:function(t){var e=acf.Field.prototype.show.apply(this,arguments);return e&&(this.tab.show(),this.tabs.refresh()),e},hide:function(t){var e=acf.Field.prototype.hide.apply(this,arguments);return e&&(this.tab.hide(),this.isActive()&&this.tabs.reset()),e},enable:function(t){this.getFields().map(function(t){t.enable(e)})},disable:function(t){this.getFields().map(function(t){t.disable(e)})}});acf.registerFieldType(i);var r=0,n=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(t){a.extend(this.data,t),this.tabs=[],this.active=!1;var e=this.get("placement"),i=this.get("before"),n=i.parent();"left"==e&&n.hasClass("acf-fields")&&n.addClass("-sidebar"),i.is("tr")?this.$el=a('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=a('<div class="acf-tab-wrap -'+e+'"><ul class="acf-hl acf-tab-group"></ul></div>'),i.before(this.$el),this.set("index",r,!0),r++},initializeTabs:function(){var t=this.getVisible().shift(),e,i,n=(acf.getPreference("this.tabs")||[])[this.get("index")];this.tabs[n]&&this.tabs[n].isVisible()&&(t=this.tabs[n]),t?this.selectTab(t):this.closeTabs(),this.set("initialized",!0)},getVisible:function(){return this.tabs.filter(function(t){return t.isVisible()})},getActive:function(){return this.active},setActive:function(t){return this.active=t},hasActive:function(){return!1!==this.active},isActive:function(t){var e=this.getActive();return e&&e.cid===t.cid},closeActive:function(){this.hasActive()&&this.closeTab(this.getActive())},openTab:function(t){this.closeActive(),t.open(),this.setActive(t)},closeTab:function(t){t.close(),this.setActive(!1)},closeTabs:function(){this.tabs.map(this.closeTab,this)},selectTab:function(e){this.tabs.map(function(t){e.cid!==t.cid&&this.closeTab(t)},this),this.openTab(e)},addTab:function(t,e){var i=a("<li></li>");i.append(t),this.$("ul").append(i);var n=new s({$el:i,field:e,group:this});return this.tabs.push(n),n},reset:function(){return this.closeActive(),this.refresh()},refresh:function(){if(this.hasActive())return!1;var t=this.getVisible().shift();return t&&this.openTab(t),t},onRefresh:function(){if("left"===this.get("placement")){var t=this.$el.parent(),e=this.$el.children("ul"),i=t.is("td")?"height":"min-height",n=e.position().top+e.outerHeight(!0)-1;t.css(i,n)}}}),s=acf.Model.extend({group:!1,field:!1,events:{"click a":"onClick"},index:function(){return this.$el.index()},isVisible:function(){return acf.isVisible(this.$el)},isActive:function(){return this.$el.hasClass("active")},open:function(){this.$el.addClass("active"),this.field.showFields()},close:function(){this.$el.removeClass("active"),this.field.hideFields()},onClick:function(t,e){t.preventDefault(),this.toggle()},toggle:function(){this.isActive()||this.group.openTab(this)}}),o=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},findTabs:function(){return a(".acf-tab-wrap")},getTabs:function(){return acf.getInstances(this.findTabs())},render:function(t){this.getTabs().map(function(t){t.get("initialized")||t.initializeTabs()})},onInvalidField:function(t){this.busy||t.hiddenByTab&&(t.hiddenByTab.toggle(),this.busy=!0,this.setTimeout(function(){this.busy=!1},100))},onUnload:function(){var i=[];this.getTabs().map(function(t){var e=t.hasActive()?t.getActive().index():0;i.push(e)}),i.length&&acf.setPreference("this.tabs",i)}})}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"post_object"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"page_link"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"user"});acf.registerFieldType(i)}(jQuery),function(g,t){var e=acf.Field.extend({type:"taxonomy",data:{ftype:"select"},select2:!1,wait:"load",events:{'click a[data-name="add"]':"onClickAdd",'click input[type="radio"]':"onClickRadio"},$control:function(){return this.$(".acf-taxonomy-field")},$input:function(){return this.getRelatedPrototype().$input.apply(this,arguments)},getRelatedType:function(){var t=this.get("ftype");return"multi_select"==t&&(t="select"),t},getRelatedPrototype:function(){return acf.getFieldType(this.getRelatedType()).prototype},getValue:function(){return this.getRelatedPrototype().getValue.apply(this,arguments)},setValue:function(){return this.getRelatedPrototype().setValue.apply(this,arguments)},initialize:function(){this.getRelatedPrototype().initialize.apply(this,arguments)},onRemove:function(){this.select2&&this.select2.destroy()},onClickAdd:function(t,e){var n=this,i=!1,a=!1,r=!1,s=!1,o=!1,c=!1,l=!1,u=function(){i=acf.newPopup({title:e.attr("title"),loading:!0,width:"300px"});var t={action:"acf/fields/taxonomy/add_term",field_key:n.get("key")};g.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(t),type:"post",dataType:"html",success:d})},d=function(t){i.loading(!1),i.content(t),a=i.$("form"),r=i.$('input[name="term_name"]'),s=i.$('select[name="term_parent"]'),o=i.$(".acf-submit-button"),r.focus(),i.on("submit","form",f)},f=function(t,e){if(t.preventDefault(),t.stopImmediatePropagation(),""===r.val())return r.focus(),!1;acf.startButtonLoading(o);var i={action:"acf/fields/taxonomy/add_term",field_key:n.get("key"),term_name:r.val(),term_parent:s.length?s.val():0};g.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),type:"post",dataType:"json",success:h})},h=function(t){acf.stopButtonLoading(o),l&&l.remove(),l=acf.isAjaxSuccess(t)?(r.val(""),p(t.data),acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:a,timeout:2e3,dismiss:!1})):acf.newNotice({type:"error",text:acf.getAjaxError(t),target:a,timeout:2e3,dismiss:!1}),r.focus()},p=function(e){var t=g('<option value="'+e.term_id+'">'+e.term_label+"</option>"),i;e.term_parent?s.children('option[value="'+e.term_parent+'"]').after(t
3
+ ):s.append(t),acf.getFields({type:"taxonomy"}).map(function(t){t.get("taxonomy")==n.get("taxonomy")&&t.appendTerm(e)}),n.selectTerm(e.term_id)};u()},appendTerm:function(t){"select"==this.getRelatedType()?this.appendTermSelect(t):this.appendTermCheckbox(t)},appendTermSelect:function(t){this.select2.addOption({id:t.term_id,text:t.term_label})},appendTermCheckbox:function(t){var e=this.$("[name]:first").attr("name"),i=this.$("ul:first");"checkbox"==this.getRelatedType()&&(e+="[]");var n=g(['<li data-id="'+t.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+t.term_id+'" name="'+e+'" /> ',"<span>"+t.term_name+"</span>","</label>","</li>"].join(""));if(t.term_parent){var a=i.find('li[data-id="'+t.term_parent+'"]');(i=a.children("ul")).exists()||(i=g('<ul class="children acf-bl"></ul>'),a.append(i))}i.append(n)},selectTerm:function(t){var e;"select"==this.getRelatedType()?this.select2.selectOption(t):this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClickRadio:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(e)}(jQuery),function(i,t){var e=acf.models.DatePickerField.extend({type:"time_picker",$control:function(){return this.$(".acf-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf.get("dateTimePickerL10n").selectText,timeOnly:!0,onClose:function(t,e,i){var n=e.dpDiv.find(".ui-datepicker-close");!t&&n.is(":hover")&&i._updateDateTime()}};i=acf.applyFilters("time_picker_args",i,this),acf.newTimePicker(e,i),acf.doAction("time_picker_init",e,i,this)}});acf.registerFieldType(e),acf.newTimePicker=function(t,e){if(void 0===i.timepicker)return!1;e=e||{},t.timepicker(e),i("body > #ui-datepicker-div").exists()&&i("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.Field.extend({type:"true_false",events:{"change .acf-switch-input":"onChange","focus .acf-switch-input":"onFocus","blur .acf-switch-input":"onBlur","keypress .acf-switch-input":"onKeypress"},$input:function(){return this.$('input[type="checkbox"]')},$switch:function(){return this.$(".acf-switch")},getValue:function(){return this.$input().prop("checked")?1:0},initialize:function(){this.render()},render:function(){var t=this.$switch();if(t.length){var e=t.children(".acf-switch-on"),i=t.children(".acf-switch-off"),n=Math.max(e.width(),i.width());n&&(e.css("min-width",n),i.css("min-width",n))}},switchOn:function(){this.$input().prop("checked",!0),this.$switch().addClass("-on")},switchOff:function(){this.$input().prop("checked",!1),this.$switch().removeClass("-on")},onChange:function(t,e){e.prop("checked")?this.switchOn():this.switchOff()},onFocus:function(t,e){this.$switch().addClass("-focus")},onBlur:function(t,e){this.$switch().removeClass("-focus")},onKeypress:function(t,e){return 37===t.keyCode?this.switchOff():39===t.keyCode?this.switchOn():void 0}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"url",events:{'keyup input[type="url"]':"onkeyup"},$control:function(){return this.$(".acf-input-wrap")},$input:function(){return this.$('input[type="url"]')},initialize:function(){this.render()},isValid:function(){var t=this.val();return!!t&&(-1!==t.indexOf("://")||0===t.indexOf("//"))},render:function(){this.isValid()?this.$control().addClass("-valid"):this.$control().removeClass("-valid")},onkeyup:function(t,e){this.render()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"wysiwyg",wait:"load",events:{"mousedown .acf-editor-wrap.delay":"onMousedown",sortstartField:"disableEditor",sortstopField:"enableEditor",removeField:"disableEditor"},$control:function(){return this.$(".acf-editor-wrap")},$input:function(){return this.$("textarea")},getMode:function(){return this.$control().hasClass("tmce-active")?"visual":"text"},initialize:function(){this.$control().hasClass("delay")||this.initializeEditor()},initializeEditor:function(){var t=this.$control(),e=this.$input(),i={tinymce:!0,quicktags:!0,toolbar:this.get("toolbar"),mode:this.getMode(),field:this},n=e.attr("id"),a=acf.uniqueId("acf-editor-"),r=e.data();acf.rename({target:t,search:n,replace:a,destructive:!0}),this.set("id",a,!0),acf.tinymce.initialize(a,i),this.$input().data(r)},onMousedown:function(t){t.preventDefault();var e=this.$control();e.removeClass("delay"),e.find(".acf-editor-toolbar").remove(),this.initializeEditor()},enableEditor:function(){"visual"==this.getMode()&&acf.tinymce.enable(this.get("id"))},disableEditor:function(){acf.tinymce.destroy(this.get("id"))}});acf.registerFieldType(i)}(jQuery),function(e,t){var s=[];acf.Condition=acf.Model.extend({type:"",operator:"==",label:"",choiceType:"input",fieldTypes:[],data:{conditions:!1,field:!1,rule:{}},events:{change:"change",keyup:"change",enableField:"change",disableField:"change"},setup:function(t){e.extend(this.data,t)},getEventTarget:function(t,e){return t||this.get("field").$el},change:function(t,e){this.get("conditions").change(t)},match:function(t,e){return!1},calculate:function(){return this.match(this.get("rule"),this.get("field"))},choices:function(t){return'<input type="text" />'}}),acf.newCondition=function(t,e){var i=e.get("field"),n=i.getField(t.field);if(!i||!n)return!1;var a={rule:t,target:i,conditions:e,field:n},r=n.get("type"),s=t.operator,o,c,l;return new(acf.getConditionTypes({fieldType:r,operator:s})[0]||acf.Condition)(a)};var a=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,i=t.prototype.type,n=a(i);acf.models[n]=t,s.push(i)},acf.getConditionType=function(t){var e=a(t);return acf.models[e]||!1},acf.registerConditionForFieldType=function(t,e){var i=acf.getConditionType(t);i&&i.prototype.fieldTypes.push(e)},acf.getConditionTypes=function(a){a=acf.parseArgs(a,{fieldType:"",operator:""});var r=[];return s.map(function(t){var e=acf.getConditionType(t),i=e.prototype.fieldTypes,n=e.prototype.operator;a.fieldType&&-1===i.indexOf(a.fieldType)||a.operator&&n!==a.operator||r.push(e)}),r}}(jQuery),function(t,e){var i="conditional_logic",n=new acf.Model({id:"conditionsManager",priority:20,actions:{new_field:"onNewField"},onNewField:function(t){t.has("conditions")&&t.getConditions().render()}}),a=function(t,e){var i=acf.getFields({key:e,sibling:t.$el,suppressFilters:!0});return i.length||(i=acf.getFields({key:e,parent:t.$el.parent(),suppressFilters:!0})),!!i.length&&i[0]};acf.Field.prototype.getField=function(t){var e=a(this,t);if(e)return e;for(var i=this.parents(),n=0;n<i.length;n++)if(e=a(i[n],t))return e;return!1};var r=!(acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new s(this)),this.conditions}),s=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){var e=(this.data.field=t).get("conditions");e instanceof Array?e[0]instanceof Array?e.map(function(t,e){this.addRules(t,e)},this):this.addRules(e):this.addRule(e)},change:function(t){if(this.get("timeStamp")===t.timeStamp)return!1;this.set("timeStamp",t.timeStamp,!0);var e=this.render()},render:function(){return this.calculate()?this.show():this.hide()},show:function(){return this.get("field").showEnable(this.cid,i)},hide:function(){return this.get("field").hideDisable(this.cid,i)},calculate:function(){var i=!1;return this.getGroups().map(function(t){var e;i||t.filter(function(t){return t.calculate()}).length==t.length&&(i=!0)}),i},hasGroups:function(){return null!=this.data.groups},getGroups:function(){return this.data.groups},addGroup:function(){var t=[];return this.data.groups.push(t),t},hasGroup:function(t){return null!=this.data.groups[t]},getGroup:function(t){return this.data.groups[t]},removeGroup:function(t){return this.data.groups[t].delete,this},addRules:function(t,e){t.map(function(t){this.addRule(t,e)},this)},addRule:function(t,e){var i;e=e||0,i=this.hasGroup(e)?this.getGroup(e):this.addGroup();var n=acf.newCondition(t,this);if(!n)return!1;i.push(n)},hasRule:function(){},getRule:function(t,e){return t=t||0,e=e||0,this.data.groups[e][t]},removeRule:function(){}})}(jQuery),function(n,t){var a=acf.__,r=function(t){return t?""+t:""},s=function(t,e){return r(t).toLowerCase()===r(e).toLowerCase()},i=function(t,e){return parseFloat(t)===parseFloat(e)},o=function(t,e){return parseFloat(t)>parseFloat(e)},c=function(t,e){return parseFloat(t)<parseFloat(e)},l=function(t,e){return-1<(e=e.map(function(t){return r(t)})).indexOf(t)},u=function(t,e){return-1<r(t).indexOf(r(e))},d=function(t,e){var i=new RegExp(r(e),"gi");return r(t).match(i)},f=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:a("Has any value"),fieldTypes:["text","textarea","number","range","email","url","password","image","file","wysiwyg","oembed","select","checkbox","radio","button_group","link","post_object","page_link","relationship","taxonomy","user","google_map","date_picker","date_time_picker","time_picker","color_picker"],match:function(t,e){return!!e.val()},choices:function(t){return'<input type="text" disabled="" />'}});acf.registerConditionType(f);var e=f.extend({type:"hasNoValue",operator:"==empty",label:a("Has no value"),match:function(t,e){return!f.prototype.match.apply(this,arguments)}});acf.registerConditionType(e);var h=acf.Condition.extend({type:"equalTo",operator:"==",label:a("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(t,e){return n.isNumeric(t.value)?i(t.value,e.val()):s(t.value,e.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(h);var p=h.extend({type:"notEqualTo",operator:"!=",label:a("Value is not equal to"),match:function(t,e){return!h.prototype.match.apply(this,arguments)}});acf.registerConditionType(p);var g=acf.Condition.extend({type:"patternMatch",operator:"==pattern",label:a("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return d(e.val(),t.value)},choices:function(t){return'<input type="text" placeholder="[a-z0-9]" />'}});acf.registerConditionType(g);var m=acf.Condition.extend({type:"contains",operator:"==contains",label:a("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return u(e.val(),t.value)},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(m);var v=h.extend({type:"trueFalseEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:a("Checked")}]}});acf.registerConditionType(v);var y=p.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:a("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:a("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?l(t.value,i):s(t.value,i)},choices:function(t){var e=[],i=t.$setting("choices textarea").val().split("\n");return t.$input("allow_null").prop("checked")&&e.push({id:"",text:a("Null")}),i.map(function(t){(t=t.split(":"))[1]=t[1]||t[0],e.push({id:n.trim(t[0]),text:n.trim(t[1])})}),e}});acf.registerConditionType(b);var x=b.extend({type:"selectNotEqualTo",operator:"!=",label:a("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(x);var w=acf.Condition.extend({type:"greaterThan",operator:">",label:a("Value is greater than"),fieldTypes:["number","range"],match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),o(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(w);var _=w.extend({type:"lessThan",operator:"<",label:a("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),c(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(_);var $=w.extend({type:"selectionGreaterThan",label:a("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=_.extend({type:"selectionLessThan",label:a("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(s,n){acf.newMediaPopup=function(t){var e=null,t=acf.parseArgs(t,{mode:"select",title:"",button:"",type:"",field:!1,allowedTypes:"",library:"all",multiple:!1,attachment:0,autoOpen:!0,open:function(){},select:function(){},close:function(){}});return e="edit"==t.mode?new acf.models.EditMediaPopup(t):new acf.models.SelectMediaPopup(t),t.autoOpen&&setTimeout(function(){e.open()},1),acf.doAction("new_media_popup",e),e};var e=function(){var t=acf.get("post_id");return s.isNumeric(t)?t:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(e[t]!==n)return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var i=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(t){s.extend(this.data,t)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);(e.acf=this).addFrameEvents(e,t),this.frame=e},open:function(){this.frame.open()},close:function(){this.frame.close()},remove:function(){this.frame.detach(),this.frame.remove()},getFrameOptions:function(){var t={title:this.get("title"),multiple:this.get("multiple"),library:{},states:[]};return this.get("type")&&(t.library.type=this.get("type")),"uploadedTo"===this.get("library")&&(t.library.uploadedTo=e()),this.get("attachment")&&(t.library.post__in=[this.get("attachment")]),this.get("button")&&(t.button={text:this.get("button")}),t},addFrameStates:function(t){var e=wp.media.query(t.library);this.get("field")&&acf.isset(e,"mirroring","args")&&(e.mirroring.args._acfuploader=this.get("field")),t.states.push(new wp.media.controller.Library({library:e,multiple:this.get("multiple"),title:this.get("title"),priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})),acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage)},addFrameEvents:function(i,t){i.on("open",function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))},i),i.on("content:render:edit-image",function(){var t=this.state().get("image"),e=new wp.media.view.EditImage({model:t,controller:this}).render();this.content.set(e),e.loadEditor()},i),i.on("select",function(){var t=i.state().get("selection");t&&t.each(function(t,e){i.acf.get("select").apply(i.acf,[t,e])})}),i.on("close",function(){setTimeout(function(){i.acf.get("close").apply(i.acf),i.acf.remove()},1)})}});acf.models.SelectMediaPopup=i.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),i.prototype.setup.apply(this,arguments)},addFrameEvents:function(e,t){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),e.on("open",function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader})),e.on("content:activate:browse",function(){var t=!1;try{t=e.content.get().toolbar}catch(t){return void console.log(t)}e.acf.customizeFilters.apply(e.acf,[t])}),i.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(t){var n=t.get("filters"),e;("image"==this.get("type")&&(n.filters.all.text=acf.__("All images"),delete n.filters.audio,delete n.filters.video,delete n.filters.image,s.each(n.filters,function(t,e){e.props.type=e.props.type||"image"})),this.get("allowedTypes"))&&this.get("allowedTypes").split(" ").join("").split(".").join("").split(",").map(function(t){var e=acf.getMimeType(t);if(e){var i={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};n.filters[e]=i}});if("uploadedTo"===this.get("library")){var i=this.frame.options.library.uploadedTo;delete n.filters.unattached,delete n.filters.uploaded,s.each(n.filters,function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=i})}var a=this.get("field"),r;s.each(n.filters,function(t,e){e.props._acfuploader=a}),t.get("search").model.attributes._acfuploader=a,n.renderFilters&&n.renderFilters()}}),acf.models.EditMediaPopup=i.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),i.prototype.setup.apply(this,arguments)},addFrameEvents:function(n,t){n.on("open",function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var t,e=this.state().get("selection"),i=wp.media.attachment(n.acf.get("attachment"));e.add(i)},n),i.prototype.addFrameEvents.apply(this,arguments)}});var t=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=e();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var t=wp.media.view.Router;wp.media.view.Router=t.extend({addExpand:function(){var t=s(['<a href="#" class="acf-expand-details">','<span class="is-closed"><span class="acf-icon -left small grey"></span>'+acf.__("Expand Details")+"</span>",'<span class="is-open"><span class="acf-icon -right small grey"></span>'+acf.__("Collapse Details")+"</span>","</a>"].join(""));t.on("click",function(t){t.preventDefault();var e=s(this).closest(".media-modal");e.hasClass("acf-expanded")?e.removeClass("acf-expanded"):e.addClass("acf-expanded")}),this.$el.append(t)},initialize:function(){return t.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var t;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map(function(t,e){return{el:s("<option></option>").val(e).html(t.text)[0],priority:t.priority||50}},this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var t=wp.media.view.AttachmentCompat,e=!1;wp.media.view.AttachmentCompat=t.extend({render:function(){return this.rendered?this:(t.prototype.render.apply(this,arguments),this.$("#acf-form-data").length&&(clearTimeout(e),e=setTimeout(s.proxy(function(){this.rendered=!0,acf.doAction("append",this.$el)},this),50)),this)}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var l=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=l.extend({render:function(){var t=acf.isget(this,"controller","acf"),e=acf.isget(this,"model","attributes");if(t&&e){e.acf_errors&&this.$el.addClass("acf-disabled");var i=t.get("selected");i&&-1<i.indexOf(e.id)&&this.$el.addClass("acf-selected")}return l.prototype.render.apply(this,arguments)},toggleSelection:function(t){var e=this.collection,i=this.options.selection,n=this.model,a=i.single(),r=this.controller,s=acf.isget(this,"model","attributes","acf_errors"),o=r.$el.find(".media-frame-content .media-sidebar");if(o.children(".acf-selection-error").remove(),o.children().removeClass("acf-hidden"),r&&s){var c=acf.isget(this,"model","attributes","filename");return o.children().addClass("acf-hidden"),o.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+c+"</span>",'<span class="selection-error-message">'+s+"</span>","</div>"].join("")),i.reset(),void i.single(n)}return l.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(r,t){acf.screen=new acf.Model({active:!0,xhr:!1,timeout:!1,wait:"load",events:{"change #page_template":"onChange","change #parent_id":"onChange","change #post-formats-select":"onChange","change .categorychecklist":"onChange","change .tagsdiv":"onChange",'change .acf-taxonomy-field[data-save="1"]':"onChange","change #product-type":"onChange"},initialize:function(){},isPost:function(){return"post"===acf.get("screen")},isUser:function(){return"user"===acf.get("screen")},isTaxonomy:function(){return"taxonomy"===acf.get("screen")},isAttachment:function(){return"attachment"===acf.get("screen")},isNavMenu:function(){return"nav_menu"===acf.get("screen")},isWidget:function(){return"widget"===acf.get("screen")},isComment:function(){return"comment"===acf.get("screen")},getPageTemplate:function(){var t=r("#page_template");return t.length?t.val():null},getPageParent:function(t,e){var e;return(e=r("#parent_id")).length?e.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostFormat:function(t,e){var e;if((e=r("#post-formats-select input:checked")).length){var i=e.val();return"0"==i?"standard":i}return null},getPostTerms:function(){var n={},t=acf.serialize(r(".categorydiv, .tagsdiv"));for(var e in t.tax_input&&(n=t.tax_input),t.post_category&&(n.category=t.post_category),n)acf.isArray(n[e])||(n[e]=n[e].split(", "));for(var e in acf.getFields({type:"taxonomy"}).map(function(t){if(t.get("save")){var e=t.val(),i=t.get("taxonomy");e&&(n[i]=n[i]||[],e=acf.isArray(e)?e:[e],n[i]=n[i].concat(e))}}),null!==(productType=this.getProductType())&&(n.product_type=[productType]),n)n[e]=acf.uniqueArray(n[e]);return n},getProductType:function(){var t=r("#product-type");return t.length?t.val():null},check:function(){if("post"===acf.get("screen")){this.xhr&&this.xhr.abort();var e=acf.parseArgs(this.data,{action:"acf/ajax/check_screen",screen:acf.get("screen"),exists:[]});this.isPost()&&(e.post_id=acf.get("post_id")),null!==(pageTemplate=this.getPageTemplate())&&(e.page_template=pageTemplate),null!==(pageParent=this.getPageParent())&&(e.page_parent=pageParent),null!==(pageType=this.getPageType())&&(e.page_type=pageType),null!==(postFormat=this.getPostFormat())&&(e.post_format=postFormat),null!==(postTerms=this.getPostTerms())&&(e.post_terms=postTerms),acf.getPostboxes().map(function(t){t.hasHTML()&&e.exists.push(t.get("key"))}),e=acf.applyFilters("check_screen_args",e);var t=function(t){if(acf.isAjaxSuccess(t)){var a=[];t.data.results.map(function(t,e){var i="acf-"+t.key,n=acf.getPostbox(i);n.showEnable(),a.push(i),!n.hasHTML()&&t.html&&n.html(t.html)}),acf.getPostboxes().map(function(t){-1===a.indexOf(t.get("id"))&&t.hideDisable()}),r("#acf-style").html(t.data.style),acf.doAction("check_screen_complete",t.data,e)}};this.xhr=r.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:t})}},onChange:function(t,e){this.setTimeout(this.check,1)}})}(jQuery),function(l,t){function a(){return acf.isset(window,"jQuery","fn","select2","amd")?4:!!acf.isset(window,"Select2")&&3}acf.newSelect2=function(t,e){if(e=acf.parseArgs(e,{allowNull:!1,placeholder:"",multiple:!1,field:!1,ajax:!1,ajaxAction:"",ajaxData:function(t){return t},ajaxResults:function(t){return t}}),4==a())var i=new r(t,e);else var i=new s(t,e);return acf.doAction("new_select2",i),i};var n=acf.Model.extend({setup:function(t,e){l.extend(this.data,e),this.$el=t},initialize:function(){},selectOption:function(t){var e=this.getOption(t);e.prop("selected")||e.prop("selected",!0).trigger("change")},unselectOption:function(t){var e=this.getOption(t);e.prop("selected")&&e.prop("selected",!1).trigger("change")},getOption:function(t){return this.$('option[value="'+t+'"]')},addOption:function(t){t=acf.parseArgs(t,{id:"",text:"",selected:!1});var e=this.getOption(t.id);return e.length||((e=l("<option></option>")).html(t.text),e.attr("value",t.id),e.prop("selected",t.selected),this.$el.append(e)),e},getValue:function(){var e=[],t=this.$el.find("option:selected");return t.exists()&&(t=t.sort(function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")})).each(function(){var t=l(this);e.push({$el:t,id:t.attr("value"),text:t.text()})}),e},mergeOptions:function(){},getChoices:function(){var i=function(t){var e=[];return t.children().each(function(){var t=l(this);t.is("optgroup")?e.push({text:t.attr("label"),children:i(t)}):e.push({id:t.attr("value"),text:t.text()})}),e};return i(this.$el)},decodeChoices:function(t){var e=function(t){return t.map(function(t){return t.text=acf.decode(t.text),t.children&&(t.children=e(t.children)),t}),t};return e(t)},getAjaxData:function(t){var e={action:this.get("ajaxAction"),s:t.term||"",paged:t.page||1},i=this.get("field");i&&(e.field_key=i.get("key"));var n=this.get("ajaxData");return n&&(e=n.apply(this,[e,t])),e=acf.applyFilters("select2_ajax_data",e,this.data,this.$el,i||!1,this),acf.prepareForAjax(e)},getAjaxResults:function(t,e){(t=acf.parseArgs(t,{results:!1,more:!1})).results&&(t.results=this.decodeChoices(t.results));var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(t,e){var t;return(t=this.getAjaxResults(t,e)).more&&(t.pagination={more:!0}),setTimeout(l.proxy(this.mergeOptions,this),1),t},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),r=n.extend({initialize:function(){var e=this.$el,t={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return t}};t.multiple&&this.getValue().map(function(t){t.$el.detach().appendTo(e)}),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(t.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:l.proxy(this.getAjaxData,this),processResults:l.proxy(this.processAjaxResults,this)});var i=this.get("field");t=acf.applyFilters("select2_args",t,e,this.data,i||!1,this),e.select2(t);var n=e.next(".select2-container");if(t.multiple){var a=n.find("ul");a.sortable({stop:function(t){a.find(".select2-selection__choice").each(function(){var t;l(l(this).data("data").element).detach().appendTo(e)}),e.trigger("change")}}),e.on("select2:select",this.proxy(function(t){this.getOption(t.params.data.id).detach().appendTo(this.$el)}))}n.addClass("-acf"),acf.doAction("select2_init",e,t,this.data,i||!1,this)},mergeOptions:function(){var i=!1,n=!1;l('.select2-results__option[role="group"]').each(function(){var t=l(this).children("ul"),e=l(this).children("strong");if(n&&n.text()===e.text())return i.append(t.children()),void l(this).remove();i=t,n=e})}}),s=n.extend({initialize:function(){var n=this.$el,i=this.getValue(),a=this.get("multiple"),t={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),separator:"||",multiple:this.get("multiple"),data:this.getChoices(),escapeMarkup:function(t){return t},dropdownCss:{"z-index":"999999999"},initSelection:function(t,e){e(a?i:i.shift())}},e=n.siblings("input");e.length||(e=l('<input type="hidden" />'),n.before(e)),inputValue=i.map(function(t){return t.id}).join("||"),e.val(inputValue),t.multiple&&i.map(function(t){t.$el.detach().appendTo(n)}),t.allowClear&&(t.data=t.data.filter(function(t){return""!==t.id})),n.removeData("ajax"),n.removeAttr("data-ajax"),this.get("ajax")&&(t.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:l.proxy(this.getAjaxData,this),results:l.proxy(this.processAjaxResults,this)});var r=this.get("field");t=acf.applyFilters("select2_args",t,n,this.data,r||!1,this),e.select2(t);var s=e.select2("container"),o=l.proxy(this.getOption,this);if(t.multiple){var c=s.find("ul");c.sortable({stop:function(){c.find(".select2-search-choice").each(function(){var t=l(this).data("select2Data"),e;o(t.id).detach().appendTo(n)}),n.trigger("change")}})}e.on("select2-selecting",function(t){var e=t.choice,i=o(e.id);i.length||(i=l('<option value="'+e.id+'">'+e.text+"</option>")),i.detach().appendTo(n)}),s.addClass("-acf"),acf.doAction("select2_init",n,t,this.data,r||!1,this),e.on("change",function(){var t=e.val();t.indexOf("||")&&(t=t.split("||")),n.val(t).trigger("change")}),n.hide()},mergeOptions:function(){var i=!1,n=!1;l("#select2-drop .select2-result-with-children").each(function(){var t=l(this).children("ul"),e=l(this).children(".select2-result-label");if(n&&n.text()===e.text())return n.append(t.children()),void l(this).remove();i=t,n=e})},getAjaxData:function(t,e){var i={term:t,page:e};return n.prototype.getAjaxData.apply(this,[i])}}),e=new acf.Model({priority:5,wait:"prepare",initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),i=acf.get("select2L10n"),n=a();return!!i&&(0!==t.indexOf("en")&&void(4==n?this.addTranslations4():3==n&&this.addTranslations3()))},addTranslations4:function(){var i=acf.get("select2L10n"),t=acf.get("locale");t=t.replace("_","-");var e={errorLoading:function(){return i.load_fail},inputTooLong:function(t){var e=t.input.length-t.maximum;return 1<e?i.input_too_long_n.replace("%d",e):i.input_too_long_1},inputTooShort:function(t){var e=t.minimum-t.input.length;return 1<e?i.input_too_short_n.replace("%d",e):i.input_too_short_1},loadingMore:function(){return i.load_more},maximumSelected:function(t){var e=t.maximum;return 1<e?i.selection_too_long_n.replace("%d",e):i.selection_too_long_1},noResults:function(){return i.matches_0},searching:function(){return i.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+t,[],function(){return e})},addTranslations3:function(){var n=acf.get("select2L10n"),t=acf.get("locale");t=t.replace("_","-");var e={formatMatches:function(t){return 1<t?n.matches_n.replace("%d",t):n.matches_1},formatNoMatches:function(){return n.matches_0},formatAjaxError:function(){return n.load_fail},formatInputTooShort:function(t,e){var i=e-t.length;return 1<i?n.input_too_short_n.replace("%d",i):n.input_too_short_1},formatInputTooLong:function(t,e){var i=t.length-e;return 1<i?n.input_too_long_n.replace("%d",i):n.input_too_long_1},formatSelectionTooBig:function(t){return 1<t?n.selection_too_long_n.replace("%d",t):n.selection_too_long_1},formatLoadMore:function(){return n.load_more},formatSearching:function(){return n.searching}};l.fn.select2.locales=l.fn.select2.locales||{},l.fn.select2.locales[t]=e,l.extend(l.fn.select2.defaults,e)}})}(jQuery),function(f,t){acf.tinymce={defaults:function(){return"undefined"!=typeof tinyMCEPreInit&&{tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};var t},initialize:function(t,e){(e=acf.parseArgs(e,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual",field:!1})).tinymce&&this.initializeTinymce(t,e),e.quicktags&&this.initializeQuicktags(t,e)},initializeTinymce:function(t,e){var i=f("#"+t),n=this.defaults(),a=acf.get("toolbars"),r=e.field||!1,s=r.$el||!1;if("undefined"==typeof tinymce)return!1;if(!n)return!1;if(tinymce.get(t))return this.enable(t);var o=f.extend({},n.tinymce,e.tinymce);o.id=t,o.selector="#"+t;var c=e.toolbar;if(c&&a&&a[c])for(var l=1;l<=4;l++)o["toolbar"+l]=a[c][l]||"";if(o.setup=function(e){e.on("change",function(t){e.save(),i.trigger("change")}),f(e.getWin()).on("unload",function(){acf.tinymce.remove(t)})},o.wp_autoresize_on=!1,o=acf.applyFilters("wysiwyg_tinymce_settings",o,t,r),tinyMCEPreInit.mceInit[t]=o,"visual"==e.mode){var u=tinymce.init(o),d=tinymce.get(t);if(!d)return!1;d.acf=e.field,acf.doAction("wysiwyg_tinymce_init",d,d.id,o,r)}},initializeQuicktags:function(t,e){var i=this.defaults();if("undefined"==typeof quicktags)return!1;if(!i)return!1;var n=f.extend({},i.quicktags,e.quicktags);n.id=t;var a=e.field||!1,r=a.$el||!1
4
+ ;n=acf.applyFilters("wysiwyg_quicktags_settings",n,n.id,a),tinyMCEPreInit.qtInit[t]=n;var s=quicktags(n);if(!s)return!1;this.buildQuicktags(s),acf.doAction("wysiwyg_quicktags_init",s,s.id,n,a)},buildQuicktags:function(t){var e,i,n,a,r,t,s,o,c,l,u=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(o in e=t.canvas,i=t.name,n=t.settings,a={},c=r="",l=t.id,n.buttons&&(c=","+n.buttons+","),edButtons)edButtons[o]&&(s=edButtons[o].id,c&&-1!==u.indexOf(","+s+",")&&-1===c.indexOf(","+s+",")||edButtons[o].instance&&edButtons[o].instance!==l||(a[s]=edButtons[o],edButtons[o].html&&(r+=edButtons[o].html(i+"_"))));c&&-1!==c.indexOf(",dfw,")&&(a.dfw=new QTags.DFWButton,r+=a.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(a.textdirection=new QTags.TextDirectionButton,r+=a.textdirection.html(i+"_")),t.toolbar.innerHTML=r,t.theButtons=a,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[t])},disable:function(t){this.destroyTinymce(t)},remove:function(t){this.destroyTinymce(t)},destroy:function(t){this.destroyTinymce(t)},destroyTinymce:function(t){if("undefined"==typeof tinymce)return!1;var e=tinymce.get(t);return!!e&&(e.save(),e.destroy(),!0)},enable:function(t){this.enableTinymce(t)},enableTinymce:function(t){return"undefined"!=typeof switchEditors&&(void 0!==tinyMCEPreInit.mceInit[t]&&(switchEditors.go(t,"tmce"),!0))}};var e=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var t=f("#acf-hidden-wp-editor");t.exists()&&t.appendTo("body")},onReady:function(){acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",function(t){var e=t.editor;"acf"===e.id.substr(0,3)&&(e=tinymce.editors.content||e,tinymce.activeEditor=e,wpActiveEditor=e.id)})}})}(jQuery),function(s,t){var i=acf.Model.extend({id:"Validator",data:{errors:[],notice:null,status:""},events:{"changed:status":"onChangeStatus"},addErrors:function(t){t.map(this.addError,this)},addError:function(t){this.data.errors.push(t)},hasErrors:function(){return this.data.errors.length},clearErrors:function(){return this.data.errors=[]},getErrors:function(){return this.data.errors},getFieldErrors:function(){var i=[],n=[];return this.getErrors().map(function(t){if(t.input){var e=n.indexOf(t.input);-1<e?i[e]=t:(i.push(t),n.push(t.input))}}),i},getGlobalErrors:function(){return this.getErrors().filter(function(t){return!t.input})},showErrors:function(){if(this.hasErrors()){var t=this.getFieldErrors(),e=this.getGlobalErrors(),n=0,a=!1;t.map(function(t){var e=this.$('[name="'+t.input+'"]').first();if(e.length||(e=this.$('[name^="'+t.input+'"]').first()),e.length){n++;var i=acf.getClosestField(e);i.showError(t.message),a||(a=i.$el)}},this);var i=acf.__("Validation failed");if(e.map(function(t){i+=". "+t.message}),1==n?i+=". "+acf.__("1 field requires attention"):1<n&&(i+=". "+acf.__("%d fields require attention").replace("%d",n)),this.has("notice"))this.get("notice").update({type:"error",text:i});else{var r=acf.newNotice({type:"error",text:i,target:this.$el});this.set("notice",r)}a||(a=this.get("notice").$el),setTimeout(function(){s("html, body").animate({scrollTop:a.offset().top-s(window).height()/2},500)},10)}},onChangeStatus:function(t,e,i,n){this.$el.removeClass("is-"+n).addClass("is-"+i)},validate:function(t){if(t=acf.parseArgs(t,{event:!1,reset:!1,loading:function(){},complete:function(){},failure:function(){},success:function(t){t.submit()}}),"valid"==this.get("status"))return!0;if("validating"==this.get("status"))return!1;if(!this.$(".acf-field").length)return!0;if(t.event){var e=s.Event(null,t.event);t.success=function(){acf.enableSubmit(s(e.target)).trigger(e)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),t.loading(this.$el),this.set("status","validating");var i=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el);e.valid||this.addErrors(e.errors)}},n=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el),this.showErrors(),t.failure(this.$el)):(this.set("status","valid"),this.has("notice")&&this.get("notice").update({type:"success",text:acf.__("Validation successful"),timeout:1e3}),acf.doAction("validation_success",this.$el),acf.doAction("submit",this.$el),t.success(this.$el),acf.lockForm(this.$el),t.reset&&this.reset()),t.complete(this.$el),this.clearErrors()},a=acf.serialize(this.$el);a.action="acf/validate_save_post",s.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",context:this,success:i,complete:n})},setup:function(t){this.$el=t},reset:function(){this.set("errors",[]),this.set("notice",null),this.set("status",""),acf.unlockForm(this.$el)}}),n=function(t){var e=t.data("acf");return e||(e=new i(t)),e};acf.validateForm=function(t){return n(t.form).validate(t)},acf.enableSubmit=function(t){return t.removeClass("disabled")},acf.disableSubmit=function(t){return t.addClass("disabled")},acf.showSpinner=function(t){return t.addClass("is-active"),t.css("display","inline-block"),t},acf.hideSpinner=function(t){return t.removeClass("is-active"),t.css("display","none"),t},acf.lockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.hideSpinner(n),acf.disableSubmit(i),acf.showSpinner(n.last()),t},acf.unlockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.enableSubmit(i),acf.hideSpinner(n),t};var a=function(t){var e,e,e,e;return(e=t.find("#submitdiv")).length?e:(e=t.find("#submitpost")).length?e:(e=t.find("p.submit").last()).length?e:(e=t.find(".acf-form-submit")).length?e:t};acf.validation=new acf.Model({id:"validation",active:!0,wait:"prepare",actions:{ready:"addInputEvents",append:"addInputEvents"},events:{'click input[type="submit"]':"onClickSubmit",'click button[type="submit"]':"onClickSubmit","click #save-post":"onClickSave","mousedown #post-preview":"onClickPreview","submit form":"onSubmit"},initialize:function(){acf.get("validation")||(this.active=!1,this.actions={},this.events={})},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(t){n(t).reset()},addInputEvents:function(t){var e=s(".acf-field [name]",t);e.length&&this.on(e,"invalid","onInvalid")},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(n(i).addError({input:e.attr("name"),message:t.target.validationMessage}),i.submit())},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickPreview:function(t,e){this.set("ignore",!0),s("form#post").off("submit.edit-post")},onSubmit:function(t,e){var i;this.active&&(this.get("ignore")?this.set("ignore",!1):acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault())}})}(jQuery),function(l,t){var e=new acf.Model({priority:90,timeout:0,actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh"},refresh:function(){clearTimeout(this.timeout),this.timeout=setTimeout(function(){acf.doAction("refresh")},0)}}),i=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(t,e){t.is("tr")&&(e.html('<td style="padding:0;" colspan="100"></td>'),t.addClass("acf-sortable-tr-helper"),t.children().each(function(){l(this).width(l(this).width())}),e.height(t.height()+"px"),t.removeClass("acf-sortable-tr-helper"))}}),n=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(t,e){var i=[];t.find("select").each(function(t){i.push(l(this).val())}),e.find("select").each(function(t){l(this).val(i[t])})}}),a=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(t){var e=this;l(".acf-table:visible").each(function(){e.renderTable(l(this))})},renderTable:function(t){var e=t.find("> thead > tr:visible > th[data-key]"),r=t.find("> tbody > tr:visible > td[data-key]");if(!e.length||!r.length)return!1;e.each(function(t){var e=l(this),i=e.data("key"),n=r.filter('[data-key="'+i+'"]'),a=n.filter(".acf-hidden");n.removeClass("acf-empty"),n.length===a.length?acf.hide(e):(acf.show(e),a.addClass("acf-empty"))}),e.css("width","auto"),e=e.not(".acf-hidden");var i=100,n=e.length,a;e.filter("[data-width]").each(function(){var t=l(this).data("width");l(this).css("width",t+"%"),i-=t});var s=e.not("[data-width]");if(s.length){var o=i/s.length;s.css("width",o+"%"),i=0}0<i&&e.last().css("width","auto"),r.filter(".-collapsed-target").each(function(){var t=l(this);t.parent().hasClass("-collapsed")?t.attr("colspan",e.length):t.removeAttr("colspan")})}}),r=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var t=this;l(".acf-fields:visible").each(function(){t.renderGroup(l(this))})},renderGroup:function(t){var s=0,o=0,c=l(),e=t.children(".acf-field[data-width]:visible");return!!e.length&&(t.hasClass("-left")?(e.removeAttr("data-width"),e.css("width","auto"),!1):(e.removeClass("-r0 -c0").css({"min-height":0}),e.each(function(t){var e=l(this),i=e.position(),n=Math.ceil(i.top),a=Math.ceil(i.left);c.length&&s<n&&(c.css({"min-height":o+"px"}),i=e.position(),n=Math.ceil(i.top),a=Math.ceil(i.left),o=s=0,c=l()),acf.get("rtl")&&(a=Math.ceil(e.parent().width()-(i.left+e.outerWidth()))),0==n?e.addClass("-r0"):0==a&&e.addClass("-c0");var r=Math.ceil(e.outerHeight())+1;o=Math.max(o,r),s=Math.max(s,n),c=c.add(e)}),void(c.length&&c.css({"min-height":o+"px"}))))}})}(jQuery),function(o,a){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e},acf.getCompatibility=function(t){return t.compatibility||null};var c=acf.newCompatibility(acf,{l10n:{},o:{},fields:{},update:acf.set,add_action:acf.addAction,remove_action:acf.removeAction,do_action:acf.doAction,add_filter:acf.addFilter,remove_filter:acf.removeFilter,apply_filters:acf.applyFilters,parse_args:acf.parseArgs,disable_el:acf.disable,disable_form:acf.disable,enable_el:acf.enable,enable_form:acf.enable,update_user_setting:acf.updateUserSetting,prepare_for_ajax:acf.prepareForAjax,is_ajax_success:acf.isAjaxSuccess,remove_el:acf.remove,remove_tr:acf.remove,str_replace:acf.strReplace,render_select:acf.renderSelect,get_uniqid:acf.uniqid,serialize_form:acf.serialize,esc_html:acf.strEscape,str_sanitize:acf.strSanitize});c._e=function(t,e){t=t||"";var i=(e=e||"")?t+"."+e:t,n={"image.select":"Select Image","image.edit":"Edit Image","image.update":"Update Image"};if(n[i])return acf.__(n[i]);var a=this.l10n[t]||"";return e&&(a=a[e]||""),a},c.get_selector=function(t){var e=".acf-field";if(!t)return e;if(o.isPlainObject(t)){if(o.isEmptyObject(t))return e;for(var i in t){t=t[i];break}}return e+="-"+t,e=acf.strReplace("_","-",e),e=acf.strReplace("field-field-","field-",e)},c.get_fields=function(t,e,i){var n={is:t||"",parent:e||!1,suppressFilters:i||!1};return n.is&&(n.is=this.get_selector(n.is)),acf.findFields(n)},c.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},c.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},c.get_field_wrap=function(t){return t.closest(this.get_selector())},c.get_field_key=function(t){return t.data("key")},c.get_field_type=function(t){return t.data("type")},c.get_data=function(t,e){return acf.parseArgs(t.data(),e)},c.maybe_get=function(t,e,i){i===a&&(i=null),keys=String(e).split(".");for(var n=0;n<keys.length;n++){if(!t.hasOwnProperty(keys[n]))return i;t=t[keys[n]]}return t};var e=function(t){return t instanceof acf.Field?t.$el:t},i=function(t){return acf.arrayArgs(t).map(e)},l=function(e){return function(){if(arguments.length)var t=i(arguments);else var t=[o(document)];return e.apply(this,t)}};c.add_action=function(t,e,i,n){var a=t.split(" "),r=a.length;if(1<r){for(var s=0;s<r;s++)t=a[s],c.add_action.apply(this,arguments);return this}var e=l(e);return acf.addAction.apply(this,arguments)},c.add_filter=function(t,e,i,n){var e=l(e);return acf.addFilter.apply(this,arguments)},c.model={actions:{},filters:{},events:{},extend:function(t){var i=o.extend({},this,t);return o.each(i.actions,function(t,e){i._add_action(t,e)}),o.each(i.filters,function(t,e){i._add_filter(t,e)}),o.each(i.events,function(t,e){i._add_event(t,e)}),i},_add_action:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_action(t,i[e],a,i)},_add_filter:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_filter(t,i[e],a,i)},_add_event:function(t,e){var i=this,n=t.indexOf(" "),a=0<n?t.substr(0,n):t,r=0<n?t.substr(n+1):"",s=function(t){t.$el=o(this),acf.field_group&&(t.$field=t.$el.closest(".acf-field-object")),"function"==typeof i.event&&(t=i.event(t)),i[e].apply(i,arguments)};r?o(document).on(a,r,s):o(document).on(a,s)},get:function(t,e){return e=e||null,void 0!==this[t]&&(e=this[t]),e},set:function(t,e){return this[t]=e,"function"==typeof this["_set_"+t]&&this["_set_"+t].apply(this),this}},c.field=acf.model.extend({type:"",o:{},$field:null,_add_action:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_action(t,function(t){i.set("$field",t),i[e].apply(i,arguments)})},_add_filter:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_filter(t,function(t){i.set("$field",t),i[e].apply(i,arguments)})},_add_event:function(t,n){var a=this,e=t.substr(0,t.indexOf(" ")),i=t.substr(t.indexOf(" ")+1),r=acf.get_selector(a.type);o(document).on(e,r+" "+i,function(t){var e=o(this),i=acf.get_closest_field(e,a.type);i.length&&(i.is(a.$field)||a.set("$field",i),t.$el=e,t.$field=i,a[n].apply(a,[t]))})},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var t=acf.newCompatibility(acf.validation,{remove_error:function(t){acf.getField(t).removeError()},add_warning:function(t,e){acf.getField(t).showNotice({text:e,type:"warning",timeout:1e3})},fetch:acf.validateForm,enableSubmit:acf.enableSubmit,disableSubmit:acf.disableSubmit,showSpinner:acf.showSpinner,hideSpinner:acf.hideSpinner,unlockForm:acf.unlockForm,lockForm:acf.lockForm});c.tooltip={tooltip:function(t,e){var i;return acf.newTooltip({text:t,target:e}).$el},temp:function(t,e){var i=acf.newTooltip({text:t,target:e,timeout:250})},confirm:function(t,e,i,n,a){var r=acf.newTooltip({confirm:!0,text:i,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})},confirm_remove:function(t,e){var i=acf.newTooltip({confirmRemove:!0,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})}},c.media=new acf.Model({activeFrame:!1,actions:{new_media_popup:"onNewMediaPopup"},frame:function(){return this.activeFrame},onNewMediaPopup:function(t){this.activeFrame=t.frame},popup:function(t){var e;return t.mime_types&&(t.allowedTypes=t.mime_types),t.id&&(t.attachment=t.id),acf.newMediaPopup(t).frame}}),c.select2={init:function(t,e,i){return e.allow_null&&(e.allowNull=e.allow_null),e.ajax_action&&(e.ajaxAction=e.ajax_action),i&&(e.field=acf.getField(i)),acf.newSelect2(t,e)},destroy:function(t){return acf.getInstance(t).destroy()}},c.postbox={render:function(t){return t.edit_url&&(t.editLink=t.edit_url),t.edit_title&&(t.editTitle=t.edit_title),acf.newPostbox(t)}},acf.newCompatibility(acf.screen,{update:function(){return this.set.apply(this,arguments)},fetch:acf.screen.check}),c.ajax=acf.screen}(jQuery);
includes/admin/admin-field-group.php CHANGED
@@ -43,9 +43,27 @@ class acf_admin_field_group {
43
 
44
  // filters
45
  add_filter('post_updated_messages', array($this, 'post_updated_messages'));
46
-
47
  }
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  /*
51
  * post_updated_messages
@@ -440,9 +458,16 @@ class acf_admin_field_group {
440
  return $post_id;
441
  }
442
 
 
 
 
 
 
 
443
  // disable filters to ensure ACF loads raw data from DB
444
  acf_disable_filters();
445
 
 
446
  // save fields
447
  if( !empty($_POST['acf_fields']) ) {
448
 
43
 
44
  // filters
45
  add_filter('post_updated_messages', array($this, 'post_updated_messages'));
46
+ add_filter('use_block_editor_for_post_type', array($this, 'use_block_editor_for_post_type'), 10, 2);
47
  }
48
 
49
+ /**
50
+ * use_block_editor_for_post_type
51
+ *
52
+ * Prevents the block editor from loading when editing an ACF field group.
53
+ *
54
+ * @date 7/12/18
55
+ * @since 5.8.0
56
+ *
57
+ * @param bool $use_block_editor Whether the post type can be edited or not. Default true.
58
+ * @param string $post_type The post type being checked.
59
+ * @return bool
60
+ */
61
+ function use_block_editor_for_post_type( $use_block_editor, $post_type ) {
62
+ if( $post_type === 'acf-field-group' ) {
63
+ return false;
64
+ }
65
+ return $use_block_editor;
66
+ }
67
 
68
  /*
69
  * post_updated_messages
458
  return $post_id;
459
  }
460
 
461
+ // Bail early if request came from an unauthorised user.
462
+ if( !current_user_can(acf_get_setting('capability')) ) {
463
+ return $post_id;
464
+ }
465
+
466
+
467
  // disable filters to ensure ACF loads raw data from DB
468
  acf_disable_filters();
469
 
470
+
471
  // save fields
472
  if( !empty($_POST['acf_fields']) ) {
473
 
includes/admin/admin-field-groups.php CHANGED
@@ -619,7 +619,7 @@ class acf_admin_field_groups {
619
  <div class="acf-box">
620
  <div class="inner">
621
  <h2><?php echo acf_get_setting('name'); ?></h2>
622
- <p><?php _e('Customise WordPress with powerful, professional and intuitive fields.','acf'); ?></p>
623
 
624
  <h3><?php _e("Changelog",'acf'); ?></h3>
625
  <p><?php
619
  <div class="acf-box">
620
  <div class="inner">
621
  <h2><?php echo acf_get_setting('name'); ?></h2>
622
+ <p><?php _e('Customize WordPress with powerful, professional and intuitive fields.','acf'); ?></p>
623
 
624
  <h3><?php _e("Changelog",'acf'); ?></h3>
625
  <p><?php
includes/early-access.php DELETED
@@ -1,351 +0,0 @@
1
- <?php
2
-
3
- if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
-
5
- if( !class_exists('acf_early_access') ):
6
-
7
- class acf_early_access {
8
-
9
- /** @var string The plugin basename */
10
- var $basename = 'advanced-custom-fields/acf.php';
11
-
12
-
13
- /** @var string The early access value */
14
- var $access = '';
15
-
16
-
17
- /** @var boolean If the transient has been checked */
18
- var $checked = false;
19
-
20
-
21
- /**
22
- * __construct
23
- *
24
- * This function will setup the class functionality
25
- *
26
- * @type function
27
- * @date 12/9/17
28
- * @since 1.0.0
29
- *
30
- * @param n/a
31
- * @return n/a
32
- */
33
-
34
- function __construct() {
35
-
36
- // bail early if no access
37
- if( !ACF_EARLY_ACCESS ) return;
38
-
39
-
40
- // vars
41
- $this->access = (string) ACF_EARLY_ACCESS;
42
- //$this->basename = apply_filters('acf/get_info', 'basename');
43
-
44
-
45
- // modify plugins transient
46
- add_filter( 'pre_set_site_transient_update_plugins', array($this, 'modify_plugins_transient'), 10, 1 );
47
- add_filter( 'site_transient_update_plugins', array($this, 'check_plugins_transient'), 10, 1 );
48
-
49
-
50
- // admin
51
- if( is_admin() ) {
52
-
53
- // modify plugin update message
54
- add_action('in_plugin_update_message-' . $this->basename, array($this, 'modify_plugin_update_message'), 10, 2 );
55
-
56
- }
57
-
58
- }
59
-
60
-
61
- /**
62
- * request
63
- *
64
- * This function will make a request to an external server
65
- *
66
- * @type function
67
- * @date 8/4/17
68
- * @since 1.0.0
69
- *
70
- * @param $url (string)
71
- * @param $body (array)
72
- * @return (mixed)
73
- */
74
-
75
- function request( $url = '', $body = null ) {
76
-
77
- // post
78
- $raw_response = wp_remote_post($url, array(
79
- 'timeout' => 10,
80
- 'body' => $body
81
- ));
82
-
83
-
84
- // wp error
85
- if( is_wp_error($raw_response) ) {
86
-
87
- return $raw_response;
88
-
89
- // http error
90
- } elseif( wp_remote_retrieve_response_code($raw_response) != 200 ) {
91
-
92
- return new WP_Error( 'server_error', wp_remote_retrieve_response_message($raw_response) );
93
-
94
- }
95
-
96
-
97
- // vars
98
- $raw_body = wp_remote_retrieve_body($raw_response);
99
-
100
-
101
- // attempt object
102
- $obj = @unserialize( $raw_body );
103
- if( $obj ) return $obj;
104
-
105
-
106
- // attempt json
107
- $json = json_decode( $raw_body, true );
108
- if( $json ) return $json;
109
-
110
-
111
- // return
112
- return $json;
113
-
114
- }
115
-
116
-
117
- /**
118
- * get_plugin_info
119
- *
120
- * This function will get plugin info and save as transient
121
- *
122
- * @type function
123
- * @date 9/4/17
124
- * @since 1.0.0
125
- *
126
- * @param n/a
127
- * @return (array)
128
- */
129
-
130
- function get_plugin_info() {
131
-
132
- // var
133
- $transient_name = 'acf_early_access_info';
134
-
135
-
136
- // delete transient (force-check is used to refresh)
137
- if( !empty($_GET['force-check']) ) {
138
-
139
- delete_transient($transient_name);
140
-
141
- }
142
-
143
-
144
- // try transient
145
- $transient = get_transient($transient_name);
146
- if( $transient !== false ) return $transient;
147
-
148
-
149
- // connect
150
- $response = $this->request('http://api.wordpress.org/plugins/info/1.0/advanced-custom-fields');
151
-
152
-
153
- // ensure response is expected object
154
- if( !is_wp_error($response) ) {
155
-
156
- // store minimal data
157
- $info = array(
158
- 'version' => $response->version,
159
- 'versions' => array_keys( $response->versions ),
160
- 'tested' => $response->tested
161
- );
162
-
163
-
164
- // order versions (latest first)
165
- $info['versions'] = array_reverse($info['versions']);
166
-
167
-
168
- // update var
169
- $response = $info;
170
-
171
- }
172
-
173
-
174
- // update transient
175
- set_transient($transient_name, $response, HOUR_IN_SECONDS);
176
-
177
-
178
- // return
179
- return $response;
180
-
181
- }
182
-
183
-
184
- /**
185
- * check_plugins_transient
186
- *
187
- * This function will check the 'update_plugins' transient and maybe modify it's value
188
- *
189
- * @date 19/9/17
190
- * @since 5.6.3
191
- *
192
- * @param n/a
193
- * @return n/a
194
- */
195
-
196
- function check_plugins_transient( $transient ) {
197
-
198
- // bail ealry if has been checked
199
- if( $this->checked ) return $transient;
200
- $this->checked = true;
201
-
202
-
203
- // vars
204
- $basename = $this->basename;
205
-
206
-
207
- // bail early if empty
208
- if( !$transient || empty($transient->checked) ) return $transient;
209
-
210
-
211
- // bail early if acf was not checked
212
- // - rules out possible included file in theme / plugin
213
- if( !isset($transient->checked[ $basename ]) ) return $transient;
214
-
215
-
216
- // flush cache if no 'acf' update exists
217
- // flush cache if 'acf' update does not contain early access info
218
- // flush cache if 'acf' update contains different early access info
219
- if( empty($transient->response[ $basename ]) ||
220
- empty($transient->response[ $basename ]->early_access) ||
221
- $transient->response[ $basename ]->early_access !== $this->access ) {
222
- wp_clean_plugins_cache();
223
- }
224
-
225
-
226
- // return
227
- return $transient;
228
-
229
- }
230
-
231
-
232
-
233
- /**
234
- * modify_plugins_transient
235
- *
236
- * This function will modify the 'update_plugins' transient with custom data
237
- *
238
- * @type function
239
- * @date 11/9/17
240
- * @since 1.0.0
241
- *
242
- * @param $transient (object)
243
- * @return $transient
244
- */
245
-
246
- function modify_plugins_transient( $transient ) {
247
-
248
- // vars
249
- $basename = $this->basename;
250
-
251
-
252
- // bail early if empty
253
- if( !$transient || empty($transient->checked) ) return $transient;
254
-
255
-
256
- // bail early if acf was not checked
257
- // - rules out possible included file in theme / plugin
258
- if( !isset($transient->checked[ $basename ]) ) return $transient;
259
-
260
-
261
- // bail early if already modified
262
- if( !empty($transient->response[ $basename ]->early_access) ) return $transient;
263
-
264
-
265
- // vars
266
- $info = $this->get_plugin_info();
267
- $old_version = $transient->checked[ $basename ];
268
- $new_version = '';
269
-
270
-
271
- // attempt to find latest tag
272
- foreach( $info['versions'] as $version ) {
273
-
274
- // ignore trunk
275
- if( $version == 'trunk' ) continue;
276
-
277
-
278
- // restirct versions that don't start with '5'
279
- if( strpos($version, $this->access) !== 0 ) continue;
280
-
281
-
282
- // ignore if $version is older than $old_version
283
- if( version_compare($version, $old_version, '<=') ) continue;
284
-
285
-
286
- // ignore if $version is older than $new_version
287
- if( version_compare($version, $new_version, '<=') ) continue;
288
-
289
-
290
- // this tag is a newer version!
291
- $new_version = $version;
292
-
293
- }
294
-
295
-
296
- // bail ealry if no $new_version
297
- if( !$new_version ) return $transient;
298
-
299
-
300
- // response
301
- $response = new stdClass();
302
- $response->id = 'w.org/plugins/advanced-custom-fields';
303
- $response->slug = 'advanced-custom-fields';
304
- $response->plugin = $basename;
305
- $response->new_version = $new_version;
306
- $response->url = 'https://wordpress.org/plugins/advanced-custom-fields/';
307
- $response->package = 'https://downloads.wordpress.org/plugin/advanced-custom-fields.'.$new_version.'.zip';
308
- $response->tested = $info['tested'];
309
- $response->early_access = $this->access;
310
-
311
-
312
- // append
313
- $transient->response[ $basename ] = $response;
314
-
315
-
316
- // return
317
- return $transient;
318
-
319
- }
320
-
321
-
322
- /*
323
- * modify_plugin_update_message
324
- *
325
- * Displays an update message for plugin list screens.
326
- *
327
- * @type function
328
- * @date 14/06/2016
329
- * @since 5.3.8
330
- *
331
- * @param $message (string)
332
- * @param $plugin_data (array)
333
- * @param $r (object)
334
- * @return $message
335
- */
336
-
337
- function modify_plugin_update_message( $plugin_data, $response ) {
338
-
339
- // display message
340
- echo ' <em>' . __('(Early access enabled)', 'acf') . '</em>';
341
-
342
- }
343
-
344
- }
345
-
346
- // instantiate
347
- new acf_early_access();
348
-
349
- endif; // class_exists check
350
-
351
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/fields/class-acf-field-date_picker.php CHANGED
@@ -91,37 +91,38 @@ class acf_field_date_picker extends acf_field {
91
 
92
  function render_field( $field ) {
93
 
94
- // format value
95
  $hidden_value = '';
96
  $display_value = '';
97
 
 
98
  if( $field['value'] ) {
99
-
100
  $hidden_value = acf_format_date( $field['value'], 'Ymd' );
101
  $display_value = acf_format_date( $field['value'], $field['display_format'] );
102
-
103
  }
104
 
105
-
106
- // vars
107
  $div = array(
108
  'class' => 'acf-date-picker acf-input-wrap',
109
  'data-date_format' => acf_convert_date_to_js($field['display_format']),
110
  'data-first_day' => $field['first_day'],
111
  );
112
-
113
  $hidden_input = array(
114
  'id' => $field['id'],
115
- 'class' => 'input-alt',
116
  'name' => $field['name'],
117
  'value' => $hidden_value,
118
  );
119
-
120
  $text_input = array(
121
  'class' => 'input',
122
  'value' => $display_value,
123
  );
124
 
 
 
 
 
 
 
125
 
126
  // save_format - compatibility with ACF < 5.0.0
127
  if( !empty($field['save_format']) ) {
@@ -134,10 +135,8 @@ class acf_field_date_picker extends acf_field {
134
 
135
  // remove formatted value (will do this via JS)
136
  $text_input['value'] = '';
137
-
138
  }
139
 
140
-
141
  // html
142
  ?>
143
  <div <?php acf_esc_attr_e( $div ); ?>>
@@ -145,7 +144,6 @@ class acf_field_date_picker extends acf_field {
145
  <?php acf_text_input( $text_input ); ?>
146
  </div>
147
  <?php
148
-
149
  }
150
 
151
 
91
 
92
  function render_field( $field ) {
93
 
94
+ // vars
95
  $hidden_value = '';
96
  $display_value = '';
97
 
98
+ // format value
99
  if( $field['value'] ) {
 
100
  $hidden_value = acf_format_date( $field['value'], 'Ymd' );
101
  $display_value = acf_format_date( $field['value'], $field['display_format'] );
 
102
  }
103
 
104
+ // elements
 
105
  $div = array(
106
  'class' => 'acf-date-picker acf-input-wrap',
107
  'data-date_format' => acf_convert_date_to_js($field['display_format']),
108
  'data-first_day' => $field['first_day'],
109
  );
 
110
  $hidden_input = array(
111
  'id' => $field['id'],
 
112
  'name' => $field['name'],
113
  'value' => $hidden_value,
114
  );
 
115
  $text_input = array(
116
  'class' => 'input',
117
  'value' => $display_value,
118
  );
119
 
120
+ // special attributes
121
+ foreach( array( 'readonly', 'disabled', 'required' ) as $k ) {
122
+ if( !empty($field[ $k ]) ) {
123
+ $hidden_input[ $k ] = $text_input[ $k ] = $k;
124
+ }
125
+ }
126
 
127
  // save_format - compatibility with ACF < 5.0.0
128
  if( !empty($field['save_format']) ) {
135
 
136
  // remove formatted value (will do this via JS)
137
  $text_input['value'] = '';
 
138
  }
139
 
 
140
  // html
141
  ?>
142
  <div <?php acf_esc_attr_e( $div ); ?>>
144
  <?php acf_text_input( $text_input ); ?>
145
  </div>
146
  <?php
 
147
  }
148
 
149
 
includes/fields/class-acf-field-google-map.php CHANGED
@@ -231,7 +231,7 @@ class acf_field_google_map extends acf_field {
231
  // allow_null
232
  acf_render_field_setting( $field, array(
233
  'label' => __('Height','acf'),
234
- 'instructions' => __('Customise the map height','acf'),
235
  'type' => 'text',
236
  'name' => 'height',
237
  'append' => 'px',
231
  // allow_null
232
  acf_render_field_setting( $field, array(
233
  'label' => __('Height','acf'),
234
+ 'instructions' => __('Customize the map height','acf'),
235
  'type' => 'text',
236
  'name' => 'height',
237
  'append' => 'px',
includes/form.php CHANGED
@@ -137,7 +137,6 @@ class ACF_Form {
137
  * @return boolean Returns true on success.
138
  */
139
 
140
-
141
  function save_post( $post_id = 0, $values = null ) {
142
 
143
  // override $_POST
@@ -155,6 +154,11 @@ class ACF_Form {
155
  'post_id' => $post_id
156
  ));
157
 
 
 
 
 
 
158
  // action
159
  do_action('acf/save_post', $post_id);
160
 
137
  * @return boolean Returns true on success.
138
  */
139
 
 
140
  function save_post( $post_id = 0, $values = null ) {
141
 
142
  // override $_POST
154
  'post_id' => $post_id
155
  ));
156
 
157
+ // Filter $_POST data for users without the 'unfiltered_html' capability.
158
+ if( !current_user_can('unfiltered_html') ) {
159
+ $_POST['acf'] = wp_kses_post_deep( $_POST['acf'] );
160
+ }
161
+
162
  // action
163
  do_action('acf/save_post', $post_id);
164
 
lang/acf-cs_CZ.mo CHANGED
Binary file
lang/acf-cs_CZ.po CHANGED
@@ -3,14 +3,14 @@ msgstr ""
3
  "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
  "POT-Creation-Date: 2015-08-11 23:09+0200\n"
6
- "PO-Revision-Date: 2018-02-06 10:05+1000\n"
7
  "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
8
  "Language-Team: webees.cz s.r.o. <jakubmachala@webees.cz>\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.1\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;"
16
  "esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
@@ -31,7 +31,7 @@ msgstr "Skupiny polí"
31
 
32
  #: acf.php:206
33
  msgid "Field Group"
34
- msgstr ""
35
 
36
  #: acf.php:207 acf.php:239 admin/admin.php:62 pro/fields/flexible-content.php:517
37
  msgid "Add New"
@@ -71,15 +71,15 @@ msgstr "Pole"
71
 
72
  #: acf.php:238
73
  msgid "Field"
74
- msgstr ""
75
 
76
  #: acf.php:240
77
  msgid "Add New Field"
78
- msgstr ""
79
 
80
  #: acf.php:241
81
  msgid "Edit Field"
82
- msgstr ""
83
 
84
  #: acf.php:242 admin/views/field-group-fields.php:18 admin/views/settings-info.php:111
85
  msgid "New Field"
@@ -87,32 +87,31 @@ msgstr "Nové pole"
87
 
88
  #: acf.php:243
89
  msgid "View Field"
90
- msgstr ""
91
 
92
  #: acf.php:244
93
  msgid "Search Fields"
94
- msgstr ""
95
 
96
  #: acf.php:245
97
  msgid "No Fields found"
98
- msgstr ""
99
 
100
  #: acf.php:246
101
  msgid "No Fields found in Trash"
102
- msgstr ""
103
 
104
- #: acf.php:268 admin/field-group.php:283 admin/field-groups.php:583
105
- #: admin/views/field-group-options.php:18
106
  msgid "Disabled"
107
- msgstr ""
108
 
109
  #: acf.php:273
110
  #, php-format
111
  msgid "Disabled <span class=\"count\">(%s)</span>"
112
  msgid_plural "Disabled <span class=\"count\">(%s)</span>"
113
- msgstr[0] ""
114
- msgstr[1] ""
115
- msgstr[2] ""
116
 
117
  #: admin/admin.php:57 admin/views/field-group-options.php:120
118
  msgid "Custom Fields"
@@ -120,11 +119,11 @@ msgstr "Vlastní pole"
120
 
121
  #: admin/field-group.php:68 admin/field-group.php:69 admin/field-group.php:71
122
  msgid "Field group updated."
123
- msgstr "Skupina polí aktualizována"
124
 
125
  #: admin/field-group.php:70
126
  msgid "Field group deleted."
127
- msgstr ""
128
 
129
  #: admin/field-group.php:73
130
  msgid "Field group published."
@@ -152,53 +151,53 @@ msgstr "Přesunout do koše. Jste si jistí?"
152
 
153
  #: admin/field-group.php:177
154
  msgid "checked"
155
- msgstr ""
156
 
157
  #: admin/field-group.php:178
158
  msgid "No toggle fields available"
159
- msgstr ""
160
 
161
  #: admin/field-group.php:179
162
  msgid "Field group title is required"
163
- msgstr ""
164
 
165
  #: admin/field-group.php:180 api/api-field-group.php:607
166
  msgid "copy"
167
- msgstr ""
168
 
169
  #: admin/field-group.php:181 admin/views/field-group-field-conditional-logic.php:67
170
  #: admin/views/field-group-field-conditional-logic.php:162 admin/views/field-group-locations.php:23
171
  #: admin/views/field-group-locations.php:131 api/api-helpers.php:3262
172
  msgid "or"
173
- msgstr ""
174
 
175
  #: admin/field-group.php:183
176
  msgid "Parent fields"
177
- msgstr ""
178
 
179
  #: admin/field-group.php:184
180
  msgid "Sibling fields"
181
- msgstr ""
182
 
183
  #: admin/field-group.php:185
184
  msgid "Move Custom Field"
185
- msgstr ""
186
 
187
  #: admin/field-group.php:186
188
  msgid "This field cannot be moved until its changes have been saved"
189
- msgstr ""
190
 
191
  #: admin/field-group.php:187
192
  msgid "Null"
193
- msgstr ""
194
 
195
  #: admin/field-group.php:188 core/input.php:128
196
  msgid "The changes you made will be lost if you navigate away from this page"
197
- msgstr ""
198
 
199
  #: admin/field-group.php:189
200
  msgid "The string \"field_\" may not be used at the start of a field name"
201
- msgstr ""
202
 
203
  #: admin/field-group.php:214
204
  msgid "Location"
@@ -210,7 +209,7 @@ msgstr "Nastavení"
210
 
211
  #: admin/field-group.php:253
212
  msgid "Field Keys"
213
- msgstr ""
214
 
215
  #: admin/field-group.php:283 admin/views/field-group-options.php:17
216
  msgid "Active"
@@ -218,23 +217,23 @@ msgstr "Aktivní"
218
 
219
  #: admin/field-group.php:744
220
  msgid "Front Page"
221
- msgstr ""
222
 
223
  #: admin/field-group.php:745
224
  msgid "Posts Page"
225
- msgstr ""
226
 
227
  #: admin/field-group.php:746
228
  msgid "Top Level Page (no parent)"
229
- msgstr ""
230
 
231
  #: admin/field-group.php:747
232
  msgid "Parent Page (has children)"
233
- msgstr ""
234
 
235
  #: admin/field-group.php:748
236
  msgid "Child Page (has parent)"
237
- msgstr ""
238
 
239
  #: admin/field-group.php:764
240
  msgid "Default Template"
@@ -242,92 +241,92 @@ msgstr "Výchozí šablona"
242
 
243
  #: admin/field-group.php:786
244
  msgid "Logged in"
245
- msgstr ""
246
 
247
  #: admin/field-group.php:787
248
  msgid "Viewing front end"
249
- msgstr ""
250
 
251
  #: admin/field-group.php:788
252
  msgid "Viewing back end"
253
- msgstr ""
254
 
255
  #: admin/field-group.php:807
256
  msgid "Super Admin"
257
- msgstr ""
258
 
259
- #: admin/field-group.php:818 admin/field-group.php:826 admin/field-group.php:840
260
- #: admin/field-group.php:847 admin/field-group.php:862 admin/field-group.php:872 fields/file.php:235
261
- #: fields/image.php:226 pro/fields/gallery.php:653
262
  msgid "All"
263
  msgstr "Vše"
264
 
265
  #: admin/field-group.php:827
266
  msgid "Add / Edit"
267
- msgstr ""
268
 
269
  #: admin/field-group.php:828
270
  msgid "Register"
271
- msgstr ""
272
 
273
  #: admin/field-group.php:1059
274
  msgid "Move Complete."
275
- msgstr ""
276
 
277
  #: admin/field-group.php:1060
278
  #, php-format
279
  msgid "The %s field can now be found in the %s field group"
280
- msgstr ""
281
 
282
  #: admin/field-group.php:1062
283
  msgid "Close Window"
284
- msgstr ""
285
 
286
  #: admin/field-group.php:1097
287
  msgid "Please select the destination for this field"
288
- msgstr ""
289
 
290
  #: admin/field-group.php:1104
291
  msgid "Move Field"
292
- msgstr ""
293
 
294
  #: admin/field-groups.php:74
295
  #, php-format
296
  msgid "Active <span class=\"count\">(%s)</span>"
297
  msgid_plural "Active <span class=\"count\">(%s)</span>"
298
- msgstr[0] ""
299
- msgstr[1] ""
300
- msgstr[2] ""
301
 
302
  #: admin/field-groups.php:142
303
  #, php-format
304
  msgid "Field group duplicated. %s"
305
- msgstr ""
306
 
307
  #: admin/field-groups.php:146
308
  #, php-format
309
  msgid "%s field group duplicated."
310
  msgid_plural "%s field groups duplicated."
311
- msgstr[0] ""
312
- msgstr[1] ""
313
- msgstr[2] ""
314
 
315
  #: admin/field-groups.php:228
316
  #, php-format
317
  msgid "Field group synchronised. %s"
318
- msgstr ""
319
 
320
  #: admin/field-groups.php:232
321
  #, php-format
322
  msgid "%s field group synchronised."
323
  msgid_plural "%s field groups synchronised."
324
- msgstr[0] ""
325
- msgstr[1] ""
326
- msgstr[2] ""
327
 
328
  #: admin/field-groups.php:403 admin/field-groups.php:573
329
  msgid "Sync available"
330
- msgstr ""
331
 
332
  #: admin/field-groups.php:516
333
  msgid "Title"
@@ -352,7 +351,7 @@ msgstr "Co je nového v"
352
 
353
  #: admin/field-groups.php:617
354
  msgid "version"
355
- msgstr ""
356
 
357
  #: admin/field-groups.php:619
358
  msgid "Resources"
@@ -360,43 +359,43 @@ msgstr "Zdroje"
360
 
361
  #: admin/field-groups.php:621
362
  msgid "Getting Started"
363
- msgstr ""
364
 
365
  #: admin/field-groups.php:622 pro/admin/settings-updates.php:73 pro/admin/views/settings-updates.php:17
366
  msgid "Updates"
367
- msgstr ""
368
 
369
  #: admin/field-groups.php:623
370
  msgid "Field Types"
371
- msgstr ""
372
 
373
  #: admin/field-groups.php:624
374
  msgid "Functions"
375
- msgstr ""
376
 
377
  #: admin/field-groups.php:625
378
  msgid "Actions"
379
- msgstr ""
380
 
381
  #: admin/field-groups.php:626 fields/relationship.php:718
382
  msgid "Filters"
383
- msgstr ""
384
 
385
  #: admin/field-groups.php:627
386
  msgid "'How to' guides"
387
- msgstr ""
388
 
389
  #: admin/field-groups.php:628
390
  msgid "Tutorials"
391
- msgstr ""
392
 
393
  #: admin/field-groups.php:633
394
  msgid "Created by"
395
- msgstr "Vytvořil"
396
 
397
  #: admin/field-groups.php:673
398
  msgid "Duplicate this item"
399
- msgstr ""
400
 
401
  #: admin/field-groups.php:673 admin/field-groups.php:685 admin/views/field-group-field.php:58
402
  #: pro/fields/flexible-content.php:516
@@ -406,73 +405,74 @@ msgstr "Duplikovat"
406
  #: admin/field-groups.php:724
407
  #, php-format
408
  msgid "Select %s"
409
- msgstr ""
410
 
411
  #: admin/field-groups.php:730
412
  msgid "Synchronise field group"
413
- msgstr ""
414
 
415
  #: admin/field-groups.php:730 admin/field-groups.php:750
416
  msgid "Sync"
417
- msgstr ""
418
 
419
  #: admin/settings-addons.php:51 admin/views/settings-addons.php:9
420
  msgid "Add-ons"
421
- msgstr ""
422
 
423
  #: admin/settings-addons.php:87
424
  msgid "<b>Error</b>. Could not load add-ons list"
425
- msgstr ""
426
 
427
  #: admin/settings-info.php:50
428
  msgid "Info"
429
- msgstr ""
430
 
431
  #: admin/settings-info.php:75
432
  msgid "What's New"
433
- msgstr ""
434
 
435
  #: admin/settings-tools.php:54 admin/views/settings-tools-export.php:9 admin/views/settings-tools.php:31
436
  msgid "Tools"
437
- msgstr ""
438
 
439
  #: admin/settings-tools.php:151 admin/settings-tools.php:365
440
  msgid "No field groups selected"
441
- msgstr ""
442
 
443
  #: admin/settings-tools.php:188
444
  msgid "No file selected"
445
- msgstr ""
446
 
447
  #: admin/settings-tools.php:201
448
  msgid "Error uploading file. Please try again"
449
- msgstr ""
450
 
451
  #: admin/settings-tools.php:210
452
  msgid "Incorrect file type"
453
- msgstr ""
454
 
455
  #: admin/settings-tools.php:227
456
  msgid "Import file empty"
457
- msgstr ""
458
 
459
  #: admin/settings-tools.php:323
460
  #, php-format
461
  msgid "<b>Success</b>. Import tool added %s field groups: %s"
462
- msgstr ""
463
 
464
  #: admin/settings-tools.php:332
465
  #, php-format
466
  msgid "<b>Warning</b>. Import tool detected %s field groups already exist and have been ignored: %s"
467
  msgstr ""
 
468
 
469
  #: admin/update.php:113
470
  msgid "Upgrade ACF"
471
- msgstr ""
472
 
473
  #: admin/update.php:143
474
  msgid "Review sites & upgrade"
475
- msgstr ""
476
 
477
  #: admin/update.php:298
478
  msgid "Upgrade"
@@ -484,7 +484,7 @@ msgstr "Aktualizovat databázi"
484
 
485
  #: admin/views/field-group-field-conditional-logic.php:29
486
  msgid "Conditional Logic"
487
- msgstr ""
488
 
489
  #: admin/views/field-group-field-conditional-logic.php:40 admin/views/field-group-field.php:137
490
  #: fields/checkbox.php:246 fields/message.php:117 fields/page_link.php:568 fields/page_link.php:582
@@ -500,14 +500,13 @@ msgstr "Ano"
500
  #: fields/post_object.php:435 fields/post_object.php:449 fields/select.php:412 fields/select.php:426
501
  #: fields/select.php:440 fields/select.php:454 fields/tab.php:173 fields/taxonomy.php:685
502
  #: fields/taxonomy.php:771 fields/taxonomy.php:785 fields/taxonomy.php:799 fields/taxonomy.php:813
503
- #: fields/user.php:458 fields/user.php:472 fields/wysiwyg.php:385
504
- #: pro/admin/views/settings-updates.php:103
505
  msgid "No"
506
  msgstr "Ne"
507
 
508
  #: admin/views/field-group-field-conditional-logic.php:65
509
  msgid "Show this field if"
510
- msgstr ""
511
 
512
  #: admin/views/field-group-field-conditional-logic.php:111 admin/views/field-group-locations.php:88
513
  msgid "is equal to"
@@ -519,15 +518,15 @@ msgstr "není rovno"
519
 
520
  #: admin/views/field-group-field-conditional-logic.php:149 admin/views/field-group-locations.php:118
521
  msgid "and"
522
- msgstr ""
523
 
524
  #: admin/views/field-group-field-conditional-logic.php:164 admin/views/field-group-locations.php:133
525
  msgid "Add rule group"
526
- msgstr ""
527
 
528
  #: admin/views/field-group-field.php:54 admin/views/field-group-field.php:57
529
  msgid "Edit field"
530
- msgstr ""
531
 
532
  #: admin/views/field-group-field.php:57 pro/fields/gallery.php:355
533
  msgid "Edit"
@@ -535,19 +534,19 @@ msgstr "Upravit"
535
 
536
  #: admin/views/field-group-field.php:58
537
  msgid "Duplicate field"
538
- msgstr ""
539
 
540
  #: admin/views/field-group-field.php:59
541
  msgid "Move field to another group"
542
- msgstr ""
543
 
544
  #: admin/views/field-group-field.php:59
545
  msgid "Move"
546
- msgstr ""
547
 
548
  #: admin/views/field-group-field.php:60
549
  msgid "Delete field"
550
- msgstr ""
551
 
552
  #: admin/views/field-group-field.php:60 pro/fields/flexible-content.php:515
553
  msgid "Delete"
@@ -555,15 +554,15 @@ msgstr "Smazat"
555
 
556
  #: admin/views/field-group-field.php:68 fields/oembed.php:212 fields/taxonomy.php:886
557
  msgid "Error"
558
- msgstr ""
559
 
560
  #: fields/oembed.php:220 fields/taxonomy.php:900
561
  msgid "Error."
562
- msgstr ""
563
 
564
  #: admin/views/field-group-field.php:68
565
  msgid "Field type does not exist"
566
- msgstr ""
567
 
568
  #: admin/views/field-group-field.php:81
569
  msgid "Field Label"
@@ -579,7 +578,7 @@ msgstr "Jméno pole"
579
 
580
  #: admin/views/field-group-field.php:94
581
  msgid "Single word, no spaces. Underscores and dashes allowed"
582
- msgstr "Jedno slovo, bez mezer. Podtržítka a pomlčky jsou povoleny."
583
 
584
  #: admin/views/field-group-field.php:105
585
  msgid "Field Type"
@@ -591,7 +590,7 @@ msgstr "Instrukce"
591
 
592
  #: admin/views/field-group-field.php:119
593
  msgid "Instructions for authors. Shown when submitting data"
594
- msgstr "Instrukce pro autory. Jsou zobrazeny při zadávání dat."
595
 
596
  #: admin/views/field-group-field.php:130
597
  msgid "Required?"
@@ -599,19 +598,19 @@ msgstr "Požadováno?"
599
 
600
  #: admin/views/field-group-field.php:158
601
  msgid "Wrapper Attributes"
602
- msgstr ""
603
 
604
  #: admin/views/field-group-field.php:164
605
  msgid "width"
606
- msgstr ""
607
 
608
  #: admin/views/field-group-field.php:178
609
  msgid "class"
610
- msgstr ""
611
 
612
  #: admin/views/field-group-field.php:191
613
  msgid "id"
614
- msgstr ""
615
 
616
  #: admin/views/field-group-field.php:203
617
  msgid "Close Field"
@@ -619,7 +618,7 @@ msgstr "Zavřít pole"
619
 
620
  #: admin/views/field-group-fields.php:29
621
  msgid "Order"
622
- msgstr ""
623
 
624
  #: admin/views/field-group-fields.php:30 pro/fields/flexible-content.php:541
625
  msgid "Label"
@@ -631,7 +630,7 @@ msgstr "Jméno"
631
 
632
  #: admin/views/field-group-fields.php:32
633
  msgid "Type"
634
- msgstr ""
635
 
636
  #: admin/views/field-group-fields.php:44
637
  msgid "No fields. Click the <strong>+ Add Field</strong> button to create your first field."
@@ -655,7 +654,7 @@ msgstr "Vytváří sadu pravidel pro určení, na kterých stránkách úprav bu
655
 
656
  #: admin/views/field-group-locations.php:21
657
  msgid "Show this field group if"
658
- msgstr ""
659
 
660
  #: admin/views/field-group-locations.php:41 admin/views/field-group-locations.php:47
661
  msgid "Post"
@@ -667,7 +666,7 @@ msgstr "Typ příspěvku"
667
 
668
  #: admin/views/field-group-locations.php:43
669
  msgid "Post Status"
670
- msgstr ""
671
 
672
  #: admin/views/field-group-locations.php:44
673
  msgid "Post Format"
@@ -699,43 +698,43 @@ msgstr "Rodičovská stránka"
699
 
700
  #: admin/views/field-group-locations.php:55 fields/user.php:36
701
  msgid "User"
702
- msgstr ""
703
 
704
  #: admin/views/field-group-locations.php:56
705
  msgid "Current User"
706
- msgstr ""
707
 
708
  #: admin/views/field-group-locations.php:57
709
  msgid "Current User Role"
710
- msgstr ""
711
 
712
  #: admin/views/field-group-locations.php:58
713
  msgid "User Form"
714
- msgstr ""
715
 
716
  #: admin/views/field-group-locations.php:59
717
  msgid "User Role"
718
- msgstr ""
719
 
720
  #: admin/views/field-group-locations.php:61 pro/admin/options-page.php:48
721
  msgid "Forms"
722
- msgstr ""
723
 
724
  #: admin/views/field-group-locations.php:62
725
  msgid "Attachment"
726
- msgstr ""
727
 
728
  #: admin/views/field-group-locations.php:63
729
  msgid "Taxonomy Term"
730
- msgstr ""
731
 
732
  #: admin/views/field-group-locations.php:64
733
  msgid "Comment"
734
- msgstr ""
735
 
736
  #: admin/views/field-group-locations.php:65
737
  msgid "Widget"
738
- msgstr ""
739
 
740
  #: admin/views/field-group-options.php:25
741
  msgid "Style"
@@ -743,11 +742,11 @@ msgstr "Styl"
743
 
744
  #: admin/views/field-group-options.php:32
745
  msgid "Standard (WP metabox)"
746
- msgstr ""
747
 
748
  #: admin/views/field-group-options.php:33
749
  msgid "Seamless (no metabox)"
750
- msgstr ""
751
 
752
  #: admin/views/field-group-options.php:40
753
  msgid "Position"
@@ -755,11 +754,11 @@ msgstr "Pozice"
755
 
756
  #: admin/views/field-group-options.php:47
757
  msgid "High (after title)"
758
- msgstr ""
759
 
760
  #: admin/views/field-group-options.php:48
761
  msgid "Normal (after content)"
762
- msgstr ""
763
 
764
  #: admin/views/field-group-options.php:49
765
  msgid "Side"
@@ -767,27 +766,27 @@ msgstr "Na straně"
767
 
768
  #: admin/views/field-group-options.php:57
769
  msgid "Label placement"
770
- msgstr ""
771
 
772
  #: admin/views/field-group-options.php:64 fields/tab.php:159
773
  msgid "Top aligned"
774
- msgstr ""
775
 
776
  #: admin/views/field-group-options.php:65 fields/tab.php:160
777
  msgid "Left aligned"
778
- msgstr ""
779
 
780
  #: admin/views/field-group-options.php:72
781
  msgid "Instruction placement"
782
- msgstr ""
783
 
784
  #: admin/views/field-group-options.php:79
785
  msgid "Below labels"
786
- msgstr ""
787
 
788
  #: admin/views/field-group-options.php:80
789
  msgid "Below fields"
790
- msgstr ""
791
 
792
  #: admin/views/field-group-options.php:87
793
  msgid "Order No."
@@ -795,11 +794,11 @@ msgstr "Pořadí"
795
 
796
  #: admin/views/field-group-options.php:88
797
  msgid "Field groups with a lower order will appear first"
798
- msgstr ""
799
 
800
  #: admin/views/field-group-options.php:99
801
  msgid "Shown in field group list"
802
- msgstr ""
803
 
804
  #: admin/views/field-group-options.php:109
805
  msgid "Hide on screen"
@@ -807,17 +806,19 @@ msgstr "Skrýt na obrazovce"
807
 
808
  #: admin/views/field-group-options.php:110
809
  msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
810
- msgstr ""
811
 
812
  #: admin/views/field-group-options.php:110
813
  msgid ""
814
  "If multiple field groups appear on an edit screen, the first field group's options will be used (the "
815
  "one with the lowest order number)"
816
  msgstr ""
 
 
817
 
818
  #: admin/views/field-group-options.php:117
819
  msgid "Permalink"
820
- msgstr ""
821
 
822
  #: admin/views/field-group-options.php:118
823
  msgid "Content Editor"
@@ -837,7 +838,7 @@ msgstr "Komentáře"
837
 
838
  #: admin/views/field-group-options.php:123
839
  msgid "Revisions"
840
- msgstr ""
841
 
842
  #: admin/views/field-group-options.php:124
843
  msgid "Slug"
@@ -853,7 +854,7 @@ msgstr "Formát"
853
 
854
  #: admin/views/field-group-options.php:127
855
  msgid "Page Attributes"
856
- msgstr ""
857
 
858
  #: admin/views/field-group-options.php:128 fields/relationship.php:737
859
  msgid "Featured Image"
@@ -861,78 +862,85 @@ msgstr "Uživatelský obrázek"
861
 
862
  #: admin/views/field-group-options.php:129
863
  msgid "Categories"
864
- msgstr ""
865
 
866
  #: admin/views/field-group-options.php:130
867
  msgid "Tags"
868
- msgstr ""
869
 
870
  #: admin/views/field-group-options.php:131
871
  msgid "Send Trackbacks"
872
- msgstr ""
873
 
874
  #: admin/views/settings-addons.php:23
875
  msgid "Download & Install"
876
- msgstr ""
877
 
878
  #: admin/views/settings-addons.php:42
879
  msgid "Installed"
880
- msgstr ""
881
 
882
  #: admin/views/settings-info.php:9
883
  msgid "Welcome to Advanced Custom Fields"
884
- msgstr ""
885
 
886
  #: admin/views/settings-info.php:10
887
  #, php-format
888
  msgid "Thank you for updating! ACF %s is bigger and better than ever before. We hope you like it."
889
  msgstr ""
 
890
 
891
  #: admin/views/settings-info.php:23
892
  msgid "A smoother custom field experience"
893
- msgstr ""
894
 
895
  #: admin/views/settings-info.php:28
896
  msgid "Improved Usability"
897
- msgstr ""
898
 
899
  #: admin/views/settings-info.php:29
900
  msgid ""
901
  "Including the popular Select2 library has improved both usability and speed across a number of field "
902
  "types including post object, page link, taxonomy and select."
903
  msgstr ""
 
 
904
 
905
  #: admin/views/settings-info.php:33
906
  msgid "Improved Design"
907
- msgstr ""
908
 
909
  #: admin/views/settings-info.php:34
910
  msgid ""
911
  "Many fields have undergone a visual refresh to make ACF look better than ever! Noticeable changes are "
912
  "seen on the gallery, relationship and oEmbed (new) fields!"
913
  msgstr ""
 
 
914
 
915
  #: admin/views/settings-info.php:38
916
  msgid "Improved Data"
917
- msgstr ""
918
 
919
  #: admin/views/settings-info.php:39
920
  msgid ""
921
  "Redesigning the data architecture has allowed sub fields to live independently from their parents. This "
922
  "allows you to drag and drop fields in and out of parent fields!"
923
  msgstr ""
 
 
924
 
925
  #: admin/views/settings-info.php:45
926
  msgid "Goodbye Add-ons. Hello PRO"
927
- msgstr ""
928
 
929
  #: admin/views/settings-info.php:50
930
  msgid "Introducing ACF PRO"
931
- msgstr ""
932
 
933
  #: admin/views/settings-info.php:51
934
  msgid "We're changing the way premium functionality is delivered in an exciting way!"
935
- msgstr ""
936
 
937
  #: admin/views/settings-info.php:52
938
  #, php-format
@@ -941,25 +949,29 @@ msgid ""
941
  "personal and developer licenses available, premium functionality is more affordable and accessible than "
942
  "ever before!"
943
  msgstr ""
 
 
944
 
945
  #: admin/views/settings-info.php:56
946
  msgid "Powerful Features"
947
- msgstr ""
948
 
949
  #: admin/views/settings-info.php:57
950
  msgid ""
951
  "ACF PRO contains powerful features such as repeatable data, flexible content layouts, a beautiful "
952
  "gallery field and the ability to create extra admin options pages!"
953
  msgstr ""
 
 
954
 
955
  #: admin/views/settings-info.php:58
956
  #, php-format
957
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
958
- msgstr ""
959
 
960
  #: admin/views/settings-info.php:62
961
  msgid "Easy Upgrading"
962
- msgstr ""
963
 
964
  #: admin/views/settings-info.php:63
965
  #, php-format
@@ -967,6 +979,8 @@ msgid ""
967
  "To help make upgrading easy, <a href=\"%s\">login to your store account</a> and claim a free copy of "
968
  "ACF PRO!"
969
  msgstr ""
 
 
970
 
971
  #: admin/views/settings-info.php:64
972
  #, php-format
@@ -974,110 +988,112 @@ msgid ""
974
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, but if you do have one, "
975
  "please contact our support team via the <a href=\"%s\">help desk</a>"
976
  msgstr ""
 
 
977
 
978
  #: admin/views/settings-info.php:72
979
  msgid "Under the Hood"
980
- msgstr ""
981
 
982
  #: admin/views/settings-info.php:77
983
  msgid "Smarter field settings"
984
- msgstr ""
985
 
986
  #: admin/views/settings-info.php:78
987
  msgid "ACF now saves its field settings as individual post objects"
988
- msgstr ""
989
 
990
  #: admin/views/settings-info.php:82
991
  msgid "More AJAX"
992
- msgstr ""
993
 
994
  #: admin/views/settings-info.php:83
995
  msgid "More fields use AJAX powered search to speed up page loading"
996
- msgstr ""
997
 
998
  #: admin/views/settings-info.php:87
999
  msgid "Local JSON"
1000
- msgstr ""
1001
 
1002
  #: admin/views/settings-info.php:88
1003
  msgid "New auto export to JSON feature improves speed"
1004
- msgstr ""
1005
 
1006
  #: admin/views/settings-info.php:94
1007
  msgid "Better version control"
1008
- msgstr ""
1009
 
1010
  #: admin/views/settings-info.php:95
1011
  msgid "New auto export to JSON feature allows field settings to be version controlled"
1012
- msgstr ""
1013
 
1014
  #: admin/views/settings-info.php:99
1015
  msgid "Swapped XML for JSON"
1016
- msgstr ""
1017
 
1018
  #: admin/views/settings-info.php:100
1019
  msgid "Import / Export now uses JSON in favour of XML"
1020
- msgstr ""
1021
 
1022
  #: admin/views/settings-info.php:104
1023
  msgid "New Forms"
1024
- msgstr ""
1025
 
1026
  #: admin/views/settings-info.php:105
1027
  msgid "Fields can now be mapped to comments, widgets and all user forms!"
1028
- msgstr ""
1029
 
1030
  #: admin/views/settings-info.php:112
1031
  msgid "A new field for embedding content has been added"
1032
- msgstr ""
1033
 
1034
  #: admin/views/settings-info.php:116
1035
  msgid "New Gallery"
1036
- msgstr ""
1037
 
1038
  #: admin/views/settings-info.php:117
1039
  msgid "The gallery field has undergone a much needed facelift"
1040
- msgstr ""
1041
 
1042
  #: admin/views/settings-info.php:121
1043
  msgid "New Settings"
1044
- msgstr ""
1045
 
1046
  #: admin/views/settings-info.php:122
1047
  msgid "Field group settings have been added for label placement and instruction placement"
1048
- msgstr ""
1049
 
1050
  #: admin/views/settings-info.php:128
1051
  msgid "Better Front End Forms"
1052
- msgstr ""
1053
 
1054
  #: admin/views/settings-info.php:129
1055
  msgid "acf_form() can now create a new post on submission"
1056
- msgstr ""
1057
 
1058
  #: admin/views/settings-info.php:133
1059
  msgid "Better Validation"
1060
- msgstr ""
1061
 
1062
  #: admin/views/settings-info.php:134
1063
  msgid "Form validation is now done via PHP + AJAX in favour of only JS"
1064
- msgstr ""
1065
 
1066
  #: admin/views/settings-info.php:138
1067
  msgid "Relationship Field"
1068
- msgstr ""
1069
 
1070
  #: admin/views/settings-info.php:139
1071
  msgid "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
1072
- msgstr ""
1073
 
1074
  #: admin/views/settings-info.php:145
1075
  msgid "Moving Fields"
1076
- msgstr ""
1077
 
1078
  #: admin/views/settings-info.php:146
1079
  msgid "New field group functionality allows you to move a field between groups & parents"
1080
- msgstr ""
1081
 
1082
  #: admin/views/settings-info.php:150 fields/page_link.php:36
1083
  msgid "Page Link"
@@ -1085,20 +1101,20 @@ msgstr "Odkaz stránky"
1085
 
1086
  #: admin/views/settings-info.php:151
1087
  msgid "New archives group in page_link field selection"
1088
- msgstr ""
1089
 
1090
  #: admin/views/settings-info.php:155
1091
  msgid "Better Options Pages"
1092
- msgstr ""
1093
 
1094
  #: admin/views/settings-info.php:156
1095
  msgid "New functions for options page allow creation of both parent and child menu pages"
1096
- msgstr ""
1097
 
1098
  #: admin/views/settings-info.php:165
1099
  #, php-format
1100
  msgid "We think you'll love the changes in %s."
1101
- msgstr ""
1102
 
1103
  #: admin/views/settings-tools-export.php:13
1104
  msgid "Export Field Groups to PHP"
@@ -1111,14 +1127,18 @@ msgid ""
1111
  "settings. Simply copy and paste the following code to your theme's functions.php file or include it "
1112
  "within an external file."
1113
  msgstr ""
 
 
 
 
1114
 
1115
  #: admin/views/settings-tools.php:5
1116
  msgid "Select Field Groups"
1117
- msgstr ""
1118
 
1119
  #: admin/views/settings-tools.php:35
1120
  msgid "Export Field Groups"
1121
- msgstr ""
1122
 
1123
  #: admin/views/settings-tools.php:38
1124
  msgid ""
@@ -1126,14 +1146,17 @@ msgid ""
1126
  "button to export to a .json file which you can then import to another ACF installation. Use the "
1127
  "generate button to export to PHP code which you can place in your theme."
1128
  msgstr ""
 
 
 
1129
 
1130
  #: admin/views/settings-tools.php:50
1131
  msgid "Download export file"
1132
- msgstr ""
1133
 
1134
  #: admin/views/settings-tools.php:51
1135
  msgid "Generate export code"
1136
- msgstr ""
1137
 
1138
  #: admin/views/settings-tools.php:64
1139
  msgid "Import Field Groups"
@@ -1144,6 +1167,8 @@ msgid ""
1144
  "Select the Advanced Custom Fields JSON file you would like to import. When you click the import button "
1145
  "below, ACF will import the field groups."
1146
  msgstr ""
 
 
1147
 
1148
  #: admin/views/settings-tools.php:77 fields/file.php:46
1149
  msgid "Select File"
@@ -1151,79 +1176,81 @@ msgstr "Vybrat soubor"
1151
 
1152
  #: admin/views/settings-tools.php:86
1153
  msgid "Import"
1154
- msgstr ""
1155
 
1156
  #: admin/views/update-network.php:8 admin/views/update.php:8
1157
  msgid "Advanced Custom Fields Database Upgrade"
1158
- msgstr ""
1159
 
1160
  #: admin/views/update-network.php:10
1161
  msgid ""
1162
  "The following sites require a DB upgrade. Check the ones you want to update and then click “Upgrade "
1163
  "Database”."
1164
  msgstr ""
 
 
1165
 
1166
  #: admin/views/update-network.php:19 admin/views/update-network.php:27
1167
  msgid "Site"
1168
- msgstr ""
1169
 
1170
  #: admin/views/update-network.php:47
1171
  #, php-format
1172
  msgid "Site requires database upgrade from %s to %s"
1173
- msgstr ""
1174
 
1175
  #: admin/views/update-network.php:49
1176
  msgid "Site is up to date"
1177
- msgstr ""
1178
 
1179
  #: admin/views/update-network.php:62 admin/views/update.php:16
1180
  msgid "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
1181
- msgstr ""
1182
 
1183
  #: admin/views/update-network.php:101 admin/views/update-notice.php:35
1184
  msgid ""
1185
  "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to "
1186
  "run the updater now?"
1187
- msgstr ""
1188
 
1189
  #: admin/views/update-network.php:157
1190
  msgid "Upgrade complete"
1191
- msgstr ""
1192
 
1193
  #: admin/views/update-network.php:161
1194
  msgid "Upgrading data to"
1195
- msgstr ""
1196
 
1197
  #: admin/views/update-notice.php:23
1198
  msgid "Database Upgrade Required"
1199
- msgstr ""
1200
 
1201
  #: admin/views/update-notice.php:25
1202
  #, php-format
1203
  msgid "Thank you for updating to %s v%s!"
1204
- msgstr ""
1205
 
1206
  #: admin/views/update-notice.php:25
1207
  msgid ""
1208
  "Before you start using the new awesome features, please update your database to the newest version."
1209
- msgstr ""
1210
 
1211
  #: admin/views/update.php:12
1212
  msgid "Reading upgrade tasks..."
1213
- msgstr ""
1214
 
1215
  #: admin/views/update.php:14
1216
  #, php-format
1217
  msgid "Upgrading data to version %s"
1218
- msgstr ""
1219
 
1220
  #: admin/views/update.php:16
1221
  msgid "See what's new"
1222
- msgstr ""
1223
 
1224
  #: admin/views/update.php:110
1225
  msgid "No updates available."
1226
- msgstr ""
1227
 
1228
  #: api/api-helpers.php:821
1229
  msgid "Thumbnail"
@@ -1239,54 +1266,54 @@ msgstr "Velký"
1239
 
1240
  #: api/api-helpers.php:871
1241
  msgid "Full Size"
1242
- msgstr ""
1243
 
1244
  #: api/api-helpers.php:1581
1245
  msgid "(no title)"
1246
- msgstr ""
1247
 
1248
  #: api/api-helpers.php:3183
1249
  #, php-format
1250
  msgid "Image width must be at least %dpx."
1251
- msgstr ""
1252
 
1253
  #: api/api-helpers.php:3188
1254
  #, php-format
1255
  msgid "Image width must not exceed %dpx."
1256
- msgstr ""
1257
 
1258
  #: api/api-helpers.php:3204
1259
  #, php-format
1260
  msgid "Image height must be at least %dpx."
1261
- msgstr ""
1262
 
1263
  #: api/api-helpers.php:3209
1264
  #, php-format
1265
  msgid "Image height must not exceed %dpx."
1266
- msgstr ""
1267
 
1268
  #: api/api-helpers.php:3227
1269
  #, php-format
1270
  msgid "File size must be at least %s."
1271
- msgstr ""
1272
 
1273
  #: api/api-helpers.php:3232
1274
  #, php-format
1275
  msgid "File size must must not exceed %s."
1276
- msgstr ""
1277
 
1278
  #: api/api-helpers.php:3266
1279
  #, php-format
1280
  msgid "File type must be %s."
1281
- msgstr ""
1282
 
1283
  #: api/api-template.php:1289 pro/fields/gallery.php:564
1284
  msgid "Update"
1285
- msgstr ""
1286
 
1287
  #: api/api-template.php:1290
1288
  msgid "Post updated"
1289
- msgstr ""
1290
 
1291
  #: core/field.php:131
1292
  msgid "Basic"
@@ -1294,19 +1321,19 @@ msgstr "Základní"
1294
 
1295
  #: core/field.php:132
1296
  msgid "Content"
1297
- msgstr ""
1298
 
1299
  #: core/field.php:133
1300
  msgid "Choice"
1301
- msgstr ""
1302
 
1303
  #: core/field.php:134
1304
  msgid "Relational"
1305
- msgstr ""
1306
 
1307
  #: core/field.php:135
1308
  msgid "jQuery"
1309
- msgstr ""
1310
 
1311
  #: core/field.php:136 fields/checkbox.php:226 fields/radio.php:231 pro/fields/flexible-content.php:512
1312
  #: pro/fields/repeater.php:392
@@ -1315,37 +1342,37 @@ msgstr "Typ zobrazení"
1315
 
1316
  #: core/input.php:129
1317
  msgid "Expand Details"
1318
- msgstr ""
1319
 
1320
  #: core/input.php:130
1321
  msgid "Collapse Details"
1322
- msgstr ""
1323
 
1324
  #: core/input.php:131
1325
  msgid "Validation successful"
1326
- msgstr ""
1327
 
1328
  #: core/input.php:132
1329
  msgid "Validation failed"
1330
- msgstr ""
1331
 
1332
  #: core/input.php:133
1333
  msgid "1 field requires attention"
1334
- msgstr ""
1335
 
1336
  #: core/input.php:134
1337
  #, php-format
1338
  msgid "%d fields require attention"
1339
- msgstr ""
1340
 
1341
  #: core/input.php:135
1342
  msgid "Restricted"
1343
- msgstr ""
1344
 
1345
  #: core/input.php:533
1346
  #, php-format
1347
  msgid "%s value is required"
1348
- msgstr ""
1349
 
1350
  #: fields/checkbox.php:36 fields/taxonomy.php:752
1351
  msgid "Checkbox"
@@ -1353,7 +1380,7 @@ msgstr "Zaškrtávátko"
1353
 
1354
  #: fields/checkbox.php:144
1355
  msgid "Toggle All"
1356
- msgstr ""
1357
 
1358
  #: fields/checkbox.php:208 fields/radio.php:193 fields/select.php:388
1359
  msgid "Choices"
@@ -1361,11 +1388,11 @@ msgstr "Možnosti"
1361
 
1362
  #: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389
1363
  msgid "Enter each choice on a new line."
1364
- msgstr ""
1365
 
1366
  #: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389
1367
  msgid "For more control, you may specify both a value and label like this:"
1368
- msgstr ""
1369
 
1370
  #: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389
1371
  msgid "red : Red"
@@ -1379,7 +1406,7 @@ msgstr "Výchozí hodnota"
1379
 
1380
  #: fields/checkbox.php:218 fields/select.php:398
1381
  msgid "Enter each default value on a new line"
1382
- msgstr ""
1383
 
1384
  #: fields/checkbox.php:232 fields/radio.php:237
1385
  msgid "Vertical"
@@ -1391,11 +1418,11 @@ msgstr "Horizontální"
1391
 
1392
  #: fields/checkbox.php:240
1393
  msgid "Toggle"
1394
- msgstr ""
1395
 
1396
  #: fields/checkbox.php:241
1397
  msgid "Prepend an extra checkbox to toggle all choices"
1398
- msgstr ""
1399
 
1400
  #: fields/color_picker.php:36
1401
  msgid "Color Picker"
@@ -1403,15 +1430,15 @@ msgstr "Výběr barvy"
1403
 
1404
  #: fields/color_picker.php:94
1405
  msgid "Clear"
1406
- msgstr ""
1407
 
1408
  #: fields/color_picker.php:95
1409
  msgid "Default"
1410
- msgstr ""
1411
 
1412
  #: fields/color_picker.php:96
1413
  msgid "Select Color"
1414
- msgstr ""
1415
 
1416
  #: fields/date_picker.php:36
1417
  msgid "Date Picker"
@@ -1419,70 +1446,70 @@ msgstr "Výběr data"
1419
 
1420
  #: fields/date_picker.php:72
1421
  msgid "Done"
1422
- msgstr ""
1423
 
1424
  #: fields/date_picker.php:73
1425
  msgid "Today"
1426
- msgstr ""
1427
 
1428
  #: fields/date_picker.php:76
1429
  msgid "Show a different month"
1430
- msgstr ""
1431
 
1432
  #: fields/date_picker.php:149
1433
  msgid "Display Format"
1434
- msgstr ""
1435
 
1436
  #: fields/date_picker.php:150
1437
  msgid "The format displayed when editing a post"
1438
- msgstr ""
1439
 
1440
  #: fields/date_picker.php:164
1441
  msgid "Return format"
1442
- msgstr ""
1443
 
1444
  #: fields/date_picker.php:165
1445
  msgid "The format returned via template functions"
1446
- msgstr ""
1447
 
1448
  #: fields/date_picker.php:180
1449
  msgid "Week Starts On"
1450
- msgstr ""
1451
 
1452
  #: fields/email.php:36
1453
  msgid "Email"
1454
- msgstr ""
1455
 
1456
  #: fields/email.php:125 fields/number.php:151 fields/radio.php:223 fields/text.php:149
1457
  #: fields/textarea.php:146 fields/url.php:118 fields/wysiwyg.php:346
1458
  msgid "Appears when creating a new post"
1459
- msgstr ""
1460
 
1461
  #: fields/email.php:133 fields/number.php:159 fields/password.php:137 fields/text.php:157
1462
  #: fields/textarea.php:154 fields/url.php:126
1463
  msgid "Placeholder Text"
1464
- msgstr ""
1465
 
1466
  #: fields/email.php:134 fields/number.php:160 fields/password.php:138 fields/text.php:158
1467
  #: fields/textarea.php:155 fields/url.php:127
1468
  msgid "Appears within the input"
1469
- msgstr ""
1470
 
1471
  #: fields/email.php:142 fields/number.php:168 fields/password.php:146 fields/text.php:166
1472
  msgid "Prepend"
1473
- msgstr ""
1474
 
1475
  #: fields/email.php:143 fields/number.php:169 fields/password.php:147 fields/text.php:167
1476
  msgid "Appears before the input"
1477
- msgstr ""
1478
 
1479
  #: fields/email.php:151 fields/number.php:177 fields/password.php:155 fields/text.php:175
1480
  msgid "Append"
1481
- msgstr ""
1482
 
1483
  #: fields/email.php:152 fields/number.php:178 fields/password.php:156 fields/text.php:176
1484
  msgid "Appears after the input"
1485
- msgstr ""
1486
 
1487
  #: fields/file.php:36
1488
  msgid "File"
@@ -1498,19 +1525,19 @@ msgstr "Aktualizovat soubor"
1498
 
1499
  #: fields/file.php:49 pro/fields/gallery.php:55
1500
  msgid "uploaded to this post"
1501
- msgstr ""
1502
 
1503
  #: fields/file.php:142
1504
  msgid "File Name"
1505
- msgstr ""
1506
 
1507
  #: fields/file.php:146
1508
  msgid "File Size"
1509
- msgstr ""
1510
 
1511
  #: fields/file.php:169
1512
  msgid "No File selected"
1513
- msgstr ""
1514
 
1515
  #: fields/file.php:169
1516
  msgid "Add File"
@@ -1522,11 +1549,11 @@ msgstr "Vrátit hodnotu"
1522
 
1523
  #: fields/file.php:215 fields/image.php:196
1524
  msgid "Specify the returned value on front end"
1525
- msgstr ""
1526
 
1527
  #: fields/file.php:220
1528
  msgid "File Array"
1529
- msgstr ""
1530
 
1531
  #: fields/file.php:221
1532
  msgid "File URL"
@@ -1534,93 +1561,93 @@ msgstr "Adresa souboru"
1534
 
1535
  #: fields/file.php:222
1536
  msgid "File ID"
1537
- msgstr ""
1538
 
1539
  #: fields/file.php:229 fields/image.php:220 pro/fields/gallery.php:647
1540
  msgid "Library"
1541
- msgstr ""
1542
 
1543
  #: fields/file.php:230 fields/image.php:221 pro/fields/gallery.php:648
1544
  msgid "Limit the media library choice"
1545
- msgstr ""
1546
 
1547
  #: fields/file.php:236 fields/image.php:227 pro/fields/gallery.php:654
1548
  msgid "Uploaded to post"
1549
- msgstr ""
1550
 
1551
  #: fields/file.php:243 fields/image.php:234 pro/fields/gallery.php:661
1552
  msgid "Minimum"
1553
- msgstr ""
1554
 
1555
  #: fields/file.php:244 fields/file.php:255
1556
  msgid "Restrict which files can be uploaded"
1557
- msgstr ""
1558
 
1559
  #: fields/file.php:247 fields/file.php:258 fields/image.php:257 fields/image.php:290
1560
  #: pro/fields/gallery.php:684 pro/fields/gallery.php:717
1561
  msgid "File size"
1562
- msgstr ""
1563
 
1564
  #: fields/file.php:254 fields/image.php:267 pro/fields/gallery.php:694
1565
  msgid "Maximum"
1566
- msgstr ""
1567
 
1568
  #: fields/file.php:265 fields/image.php:300 pro/fields/gallery.php:727
1569
  msgid "Allowed file types"
1570
- msgstr ""
1571
 
1572
  #: fields/file.php:266 fields/image.php:301 pro/fields/gallery.php:728
1573
  msgid "Comma separated list. Leave blank for all types"
1574
- msgstr ""
1575
 
1576
  #: fields/google-map.php:36
1577
  msgid "Google Map"
1578
- msgstr ""
1579
 
1580
  #: fields/google-map.php:51
1581
  msgid "Locating"
1582
- msgstr ""
1583
 
1584
  #: fields/google-map.php:52
1585
  msgid "Sorry, this browser does not support geolocation"
1586
- msgstr ""
1587
 
1588
  #: fields/google-map.php:135
1589
  msgid "Clear location"
1590
- msgstr ""
1591
 
1592
  #: fields/google-map.php:140
1593
  msgid "Find current location"
1594
- msgstr ""
1595
 
1596
  #: fields/google-map.php:141
1597
  msgid "Search for address..."
1598
- msgstr ""
1599
 
1600
  #: fields/google-map.php:173 fields/google-map.php:184
1601
  msgid "Center"
1602
- msgstr ""
1603
 
1604
  #: fields/google-map.php:174 fields/google-map.php:185
1605
  msgid "Center the initial map"
1606
- msgstr ""
1607
 
1608
  #: fields/google-map.php:198
1609
  msgid "Zoom"
1610
- msgstr ""
1611
 
1612
  #: fields/google-map.php:199
1613
  msgid "Set the initial zoom level"
1614
- msgstr ""
1615
 
1616
  #: fields/google-map.php:208 fields/image.php:246 fields/image.php:279 fields/oembed.php:262
1617
  #: pro/fields/gallery.php:673 pro/fields/gallery.php:706
1618
  msgid "Height"
1619
- msgstr ""
1620
 
1621
  #: fields/google-map.php:209
1622
  msgid "Customise the map height"
1623
- msgstr ""
1624
 
1625
  #: fields/image.php:36
1626
  msgid "Image"
@@ -1640,11 +1667,11 @@ msgstr "Aktualizovat obrázek"
1640
 
1641
  #: fields/image.php:54
1642
  msgid "Uploaded to this post"
1643
- msgstr ""
1644
 
1645
  #: fields/image.php:55
1646
  msgid "All images"
1647
- msgstr ""
1648
 
1649
  #: fields/image.php:147
1650
  msgid "No image selected"
@@ -1656,7 +1683,7 @@ msgstr "Přidat obrázek"
1656
 
1657
  #: fields/image.php:201
1658
  msgid "Image Array"
1659
- msgstr ""
1660
 
1661
  #: fields/image.php:202
1662
  msgid "Image URL"
@@ -1672,16 +1699,16 @@ msgstr "Velikost náhledu"
1672
 
1673
  #: fields/image.php:211 pro/fields/gallery.php:638
1674
  msgid "Shown when entering data"
1675
- msgstr ""
1676
 
1677
  #: fields/image.php:235 fields/image.php:268 pro/fields/gallery.php:662 pro/fields/gallery.php:695
1678
  msgid "Restrict which images can be uploaded"
1679
- msgstr ""
1680
 
1681
  #: fields/image.php:238 fields/image.php:271 fields/oembed.php:251 pro/fields/gallery.php:665
1682
  #: pro/fields/gallery.php:698
1683
  msgid "Width"
1684
- msgstr ""
1685
 
1686
  #: fields/message.php:36 fields/message.php:103 fields/true_false.php:106
1687
  msgid "Message"
@@ -1689,81 +1716,81 @@ msgstr "Zpráva"
1689
 
1690
  #: fields/message.php:104
1691
  msgid "Please note that all text will first be passed through the wp function "
1692
- msgstr ""
1693
 
1694
  #: fields/message.php:112
1695
  msgid "Escape HTML"
1696
- msgstr ""
1697
 
1698
  #: fields/message.php:113
1699
  msgid "Allow HTML markup to display as visible text instead of rendering"
1700
- msgstr ""
1701
 
1702
  #: fields/number.php:36
1703
  msgid "Number"
1704
- msgstr ""
1705
 
1706
  #: fields/number.php:186
1707
  msgid "Minimum Value"
1708
- msgstr ""
1709
 
1710
  #: fields/number.php:195
1711
  msgid "Maximum Value"
1712
- msgstr ""
1713
 
1714
  #: fields/number.php:204
1715
  msgid "Step Size"
1716
- msgstr ""
1717
 
1718
  #: fields/number.php:242
1719
  msgid "Value must be a number"
1720
- msgstr ""
1721
 
1722
  #: fields/number.php:260
1723
  #, php-format
1724
  msgid "Value must be equal to or higher than %d"
1725
- msgstr ""
1726
 
1727
  #: fields/number.php:268
1728
  #, php-format
1729
  msgid "Value must be equal to or lower than %d"
1730
- msgstr ""
1731
 
1732
  #: fields/oembed.php:36
1733
  msgid "oEmbed"
1734
- msgstr ""
1735
 
1736
  #: fields/oembed.php:199
1737
  msgid "Enter URL"
1738
- msgstr ""
1739
 
1740
  #: fields/oembed.php:212
1741
  msgid "No embed found for the given URL."
1742
- msgstr ""
1743
 
1744
  #: fields/oembed.php:248 fields/oembed.php:259
1745
  msgid "Embed Size"
1746
- msgstr ""
1747
 
1748
  #: fields/page_link.php:206
1749
  msgid "Archives"
1750
- msgstr ""
1751
 
1752
  #: fields/page_link.php:535 fields/post_object.php:401 fields/relationship.php:690
1753
  msgid "Filter by Post Type"
1754
- msgstr ""
1755
 
1756
  #: fields/page_link.php:543 fields/post_object.php:409 fields/relationship.php:698
1757
  msgid "All post types"
1758
- msgstr ""
1759
 
1760
  #: fields/page_link.php:549 fields/post_object.php:415 fields/relationship.php:704
1761
  msgid "Filter by Taxonomy"
1762
- msgstr ""
1763
 
1764
  #: fields/page_link.php:557 fields/post_object.php:423 fields/relationship.php:712
1765
  msgid "All taxonomies"
1766
- msgstr ""
1767
 
1768
  #: fields/page_link.php:563 fields/post_object.php:429 fields/select.php:406 fields/taxonomy.php:765
1769
  #: fields/user.php:452
@@ -1776,7 +1803,7 @@ msgstr "Vybrat více hodnot?"
1776
 
1777
  #: fields/password.php:36
1778
  msgid "Password"
1779
- msgstr ""
1780
 
1781
  #: fields/post_object.php:36 fields/post_object.php:462 fields/relationship.php:769
1782
  msgid "Post Object"
@@ -1784,11 +1811,11 @@ msgstr "Objekt příspěvku"
1784
 
1785
  #: fields/post_object.php:457 fields/relationship.php:764
1786
  msgid "Return Format"
1787
- msgstr ""
1788
 
1789
  #: fields/post_object.php:463 fields/relationship.php:770
1790
  msgid "Post ID"
1791
- msgstr ""
1792
 
1793
  #: fields/radio.php:36
1794
  msgid "Radio Button"
@@ -1800,15 +1827,15 @@ msgstr "Jiné"
1800
 
1801
  #: fields/radio.php:206
1802
  msgid "Add 'other' choice to allow for custom values"
1803
- msgstr ""
1804
 
1805
  #: fields/radio.php:212
1806
  msgid "Save Other"
1807
- msgstr ""
1808
 
1809
  #: fields/radio.php:216
1810
  msgid "Save 'other' values to the field's choices"
1811
- msgstr ""
1812
 
1813
  #: fields/relationship.php:36
1814
  msgid "Relationship"
@@ -1816,7 +1843,7 @@ msgstr "Vztah"
1816
 
1817
  #: fields/relationship.php:48
1818
  msgid "Minimum values reached ( {min} values )"
1819
- msgstr ""
1820
 
1821
  #: fields/relationship.php:49
1822
  msgid "Maximum values reached ( {max} values )"
@@ -1824,23 +1851,23 @@ msgstr "Dosaženo maximálního množství hodnot ( {max} hodnot )"
1824
 
1825
  #: fields/relationship.php:50
1826
  msgid "Loading"
1827
- msgstr ""
1828
 
1829
  #: fields/relationship.php:51
1830
  msgid "No matches found"
1831
- msgstr ""
1832
 
1833
  #: fields/relationship.php:571
1834
  msgid "Search..."
1835
- msgstr ""
1836
 
1837
  #: fields/relationship.php:580
1838
  msgid "Select post type"
1839
- msgstr ""
1840
 
1841
  #: fields/relationship.php:593
1842
  msgid "Select taxonomy"
1843
- msgstr ""
1844
 
1845
  #: fields/relationship.php:723
1846
  msgid "Search"
@@ -1848,19 +1875,19 @@ msgstr "Hledat"
1848
 
1849
  #: fields/relationship.php:725 fields/taxonomy.php:36 fields/taxonomy.php:735
1850
  msgid "Taxonomy"
1851
- msgstr ""
1852
 
1853
  #: fields/relationship.php:732
1854
  msgid "Elements"
1855
- msgstr ""
1856
 
1857
  #: fields/relationship.php:733
1858
  msgid "Selected elements will be displayed in each result"
1859
- msgstr ""
1860
 
1861
  #: fields/relationship.php:744
1862
  msgid "Minimum posts"
1863
- msgstr ""
1864
 
1865
  #: fields/relationship.php:753
1866
  msgid "Maximum posts"
@@ -1872,52 +1899,56 @@ msgstr "Vybrat"
1872
 
1873
  #: fields/select.php:434
1874
  msgid "Stylised UI"
1875
- msgstr ""
1876
 
1877
  #: fields/select.php:448
1878
  msgid "Use AJAX to lazy load choices?"
1879
- msgstr ""
1880
 
1881
  #: fields/tab.php:36
1882
  msgid "Tab"
1883
- msgstr ""
1884
 
1885
  #: fields/tab.php:128
1886
  msgid "Warning"
1887
- msgstr ""
1888
 
1889
  #: fields/tab.php:133
1890
  msgid ""
1891
  "The tab field will display incorrectly when added to a Table style repeater field or flexible content "
1892
  "field layout"
1893
  msgstr ""
 
 
1894
 
1895
  #: fields/tab.php:146
1896
  msgid "Use \"Tab Fields\" to better organize your edit screen by grouping fields together."
1897
- msgstr ""
1898
 
1899
  #: fields/tab.php:148
1900
  msgid ""
1901
  "All fields following this \"tab field\" (or until another \"tab field\" is defined) will be grouped "
1902
  "together using this field's label as the tab heading."
1903
  msgstr ""
 
 
1904
 
1905
  #: fields/tab.php:155
1906
  msgid "Placement"
1907
- msgstr ""
1908
 
1909
  #: fields/tab.php:167
1910
  msgid "End-point"
1911
- msgstr ""
1912
 
1913
  #: fields/tab.php:168
1914
  msgid "Use this field as an end-point and start a new group of tabs"
1915
- msgstr ""
1916
 
1917
  #: fields/taxonomy.php:565
1918
  #, php-format
1919
  msgid "Add new %s "
1920
- msgstr ""
1921
 
1922
  #: fields/taxonomy.php:704
1923
  msgid "None"
@@ -1925,82 +1956,82 @@ msgstr "Žádný"
1925
 
1926
  #: fields/taxonomy.php:736
1927
  msgid "Select the taxonomy to be displayed"
1928
- msgstr ""
1929
 
1930
  #: fields/taxonomy.php:745
1931
  msgid "Appearance"
1932
- msgstr ""
1933
 
1934
  #: fields/taxonomy.php:746
1935
  msgid "Select the appearance of this field"
1936
- msgstr ""
1937
 
1938
  #: fields/taxonomy.php:751
1939
  msgid "Multiple Values"
1940
- msgstr ""
1941
 
1942
  #: fields/taxonomy.php:753
1943
  msgid "Multi Select"
1944
- msgstr ""
1945
 
1946
  #: fields/taxonomy.php:755
1947
  msgid "Single Value"
1948
- msgstr ""
1949
 
1950
  #: fields/taxonomy.php:756
1951
  msgid "Radio Buttons"
1952
- msgstr ""
1953
 
1954
  #: fields/taxonomy.php:779
1955
  msgid "Create Terms"
1956
- msgstr ""
1957
 
1958
  #: fields/taxonomy.php:780
1959
  msgid "Allow new terms to be created whilst editing"
1960
- msgstr ""
1961
 
1962
  #: fields/taxonomy.php:793
1963
  msgid "Save Terms"
1964
- msgstr ""
1965
 
1966
  #: fields/taxonomy.php:794
1967
  msgid "Connect selected terms to the post"
1968
- msgstr ""
1969
 
1970
  #: fields/taxonomy.php:807
1971
  msgid "Load Terms"
1972
- msgstr ""
1973
 
1974
  #: fields/taxonomy.php:808
1975
  msgid "Load value from posts terms"
1976
- msgstr ""
1977
 
1978
  #: fields/taxonomy.php:826
1979
  msgid "Term Object"
1980
- msgstr ""
1981
 
1982
  #: fields/taxonomy.php:827
1983
  msgid "Term ID"
1984
- msgstr ""
1985
 
1986
  #: fields/taxonomy.php:886
1987
  #, php-format
1988
  msgid "User unable to add new %s"
1989
- msgstr ""
1990
 
1991
  #: fields/taxonomy.php:899
1992
  #, php-format
1993
  msgid "%s already exists"
1994
- msgstr ""
1995
 
1996
  #: fields/taxonomy.php:940
1997
  #, php-format
1998
  msgid "%s added"
1999
- msgstr ""
2000
 
2001
  #: fields/taxonomy.php:985
2002
  msgid "Add"
2003
- msgstr ""
2004
 
2005
  #: fields/text.php:36
2006
  msgid "Text"
@@ -2008,43 +2039,43 @@ msgstr "Text"
2008
 
2009
  #: fields/text.php:184 fields/textarea.php:163
2010
  msgid "Character Limit"
2011
- msgstr ""
2012
 
2013
  #: fields/text.php:185 fields/textarea.php:164
2014
  msgid "Leave blank for no limit"
2015
- msgstr ""
2016
 
2017
  #: fields/textarea.php:36
2018
  msgid "Text Area"
2019
- msgstr "Textová oblast"
2020
 
2021
  #: fields/textarea.php:172
2022
  msgid "Rows"
2023
- msgstr ""
2024
 
2025
  #: fields/textarea.php:173
2026
  msgid "Sets the textarea height"
2027
- msgstr ""
2028
 
2029
  #: fields/textarea.php:182
2030
  msgid "New Lines"
2031
- msgstr ""
2032
 
2033
  #: fields/textarea.php:183
2034
  msgid "Controls how new lines are rendered"
2035
- msgstr ""
2036
 
2037
  #: fields/textarea.php:187
2038
  msgid "Automatically add paragraphs"
2039
- msgstr ""
2040
 
2041
  #: fields/textarea.php:188
2042
  msgid "Automatically add &lt;br&gt;"
2043
- msgstr ""
2044
 
2045
  #: fields/textarea.php:189
2046
  msgid "No Formatting"
2047
- msgstr ""
2048
 
2049
  #: fields/true_false.php:36
2050
  msgid "True / False"
@@ -2056,19 +2087,19 @@ msgstr "např. Zobrazit dodatečný obsah"
2056
 
2057
  #: fields/url.php:36
2058
  msgid "Url"
2059
- msgstr ""
2060
 
2061
  #: fields/url.php:160
2062
  msgid "Value must be a valid URL"
2063
- msgstr ""
2064
 
2065
  #: fields/user.php:437
2066
  msgid "Filter by role"
2067
- msgstr ""
2068
 
2069
  #: fields/user.php:445
2070
  msgid "All user roles"
2071
- msgstr ""
2072
 
2073
  #: fields/wysiwyg.php:37
2074
  msgid "Wysiwyg Editor"
@@ -2076,28 +2107,28 @@ msgstr "Wysiwyg Editor"
2076
 
2077
  #: fields/wysiwyg.php:297
2078
  msgid "Visual"
2079
- msgstr ""
2080
 
2081
  #: fields/wysiwyg.php:298
2082
  msgctxt "Name for the Text editor tab (formerly HTML)"
2083
  msgid "Text"
2084
- msgstr ""
2085
 
2086
  #: fields/wysiwyg.php:354
2087
  msgid "Tabs"
2088
- msgstr ""
2089
 
2090
  #: fields/wysiwyg.php:359
2091
  msgid "Visual & Text"
2092
- msgstr ""
2093
 
2094
  #: fields/wysiwyg.php:360
2095
  msgid "Visual Only"
2096
- msgstr ""
2097
 
2098
  #: fields/wysiwyg.php:361
2099
  msgid "Text Only"
2100
- msgstr ""
2101
 
2102
  #: fields/wysiwyg.php:368
2103
  msgid "Toolbar"
@@ -2109,15 +2140,15 @@ msgstr "Zobrazit tlačítka nahrávání médií?"
2109
 
2110
  #: forms/post.php:297 pro/admin/options-page.php:373
2111
  msgid "Edit field group"
2112
- msgstr ""
2113
 
2114
  #: pro/acf-pro.php:24
2115
  msgid "Advanced Custom Fields PRO"
2116
- msgstr ""
2117
 
2118
  #: pro/acf-pro.php:175
2119
  msgid "Flexible Content requires at least 1 layout"
2120
- msgstr ""
2121
 
2122
  #: pro/admin/options-page.php:48
2123
  msgid "Options Page"
@@ -2125,7 +2156,7 @@ msgstr "Stránka konfigurace"
2125
 
2126
  #: pro/admin/options-page.php:83
2127
  msgid "No options pages exist"
2128
- msgstr ""
2129
 
2130
  #: pro/admin/options-page.php:298
2131
  msgid "Options Updated"
@@ -2133,15 +2164,15 @@ msgstr "Nastavení aktualizováno"
2133
 
2134
  #: pro/admin/options-page.php:304
2135
  msgid "No Custom Field Groups found for this options page. <a href=\"%s\">Create a Custom Field Group</a>"
2136
- msgstr ""
2137
 
2138
  #: pro/admin/settings-updates.php:137
2139
  msgid "<b>Error</b>. Could not connect to update server"
2140
- msgstr ""
2141
 
2142
  #: pro/admin/settings-updates.php:267 pro/admin/settings-updates.php:338
2143
  msgid "<b>Connection Error</b>. Sorry, please try again"
2144
- msgstr ""
2145
 
2146
  #: pro/admin/views/options-page.php:48
2147
  msgid "Publish"
@@ -2153,60 +2184,62 @@ msgstr "Uložit nastavení"
2153
 
2154
  #: pro/admin/views/settings-updates.php:11
2155
  msgid "Deactivate License"
2156
- msgstr ""
2157
 
2158
  #: pro/admin/views/settings-updates.php:11
2159
  msgid "Activate License"
2160
- msgstr ""
2161
 
2162
  #: pro/admin/views/settings-updates.php:21
2163
  msgid "License"
2164
- msgstr ""
2165
 
2166
  #: pro/admin/views/settings-updates.php:24
2167
  msgid ""
2168
  "To unlock updates, please enter your license key below. If you don't have a licence key, please see"
2169
  msgstr ""
 
 
2170
 
2171
  #: pro/admin/views/settings-updates.php:24
2172
  msgid "details & pricing"
2173
- msgstr ""
2174
 
2175
  #: pro/admin/views/settings-updates.php:33
2176
  msgid "License Key"
2177
- msgstr ""
2178
 
2179
  #: pro/admin/views/settings-updates.php:65
2180
  msgid "Update Information"
2181
- msgstr ""
2182
 
2183
  #: pro/admin/views/settings-updates.php:72
2184
  msgid "Current Version"
2185
- msgstr ""
2186
 
2187
  #: pro/admin/views/settings-updates.php:80
2188
  msgid "Latest Version"
2189
- msgstr ""
2190
 
2191
  #: pro/admin/views/settings-updates.php:88
2192
  msgid "Update Available"
2193
- msgstr ""
2194
 
2195
  #: pro/admin/views/settings-updates.php:96
2196
  msgid "Update Plugin"
2197
- msgstr ""
2198
 
2199
  #: pro/admin/views/settings-updates.php:98
2200
  msgid "Please enter your license key above to unlock updates"
2201
- msgstr ""
2202
 
2203
  #: pro/admin/views/settings-updates.php:104
2204
  msgid "Check Again"
2205
- msgstr ""
2206
 
2207
  #: pro/admin/views/settings-updates.php:121
2208
  msgid "Upgrade Notice"
2209
- msgstr ""
2210
 
2211
  #: pro/api/api-options-page.php:22 pro/api/api-options-page.php:23
2212
  msgid "Options"
@@ -2218,6 +2251,8 @@ msgid ""
2218
  "To enable updates, please enter your license key on the <a href=\"%s\">Updates</a> page. If you don't "
2219
  "have a licence key, please see <a href=\"%s\">details & pricing</a>"
2220
  msgstr ""
 
 
2221
 
2222
  #: pro/fields/flexible-content.php:36
2223
  msgid "Flexible Content"
@@ -2229,56 +2264,56 @@ msgstr "Přidat řádek"
2229
 
2230
  #: pro/fields/flexible-content.php:45
2231
  msgid "layout"
2232
- msgstr ""
2233
 
2234
  #: pro/fields/flexible-content.php:46
2235
  msgid "layouts"
2236
- msgstr ""
2237
 
2238
  #: pro/fields/flexible-content.php:47
2239
  msgid "remove {layout}?"
2240
- msgstr ""
2241
 
2242
  #: pro/fields/flexible-content.php:48
2243
  msgid "This field requires at least {min} {identifier}"
2244
- msgstr ""
2245
 
2246
  #: pro/fields/flexible-content.php:49
2247
  msgid "This field has a limit of {max} {identifier}"
2248
- msgstr ""
2249
 
2250
  #: pro/fields/flexible-content.php:50
2251
  msgid "This field requires at least {min} {label} {identifier}"
2252
- msgstr ""
2253
 
2254
  #: pro/fields/flexible-content.php:51
2255
  msgid "Maximum {label} limit reached ({max} {identifier})"
2256
- msgstr ""
2257
 
2258
  #: pro/fields/flexible-content.php:52
2259
  msgid "{available} {label} {identifier} available (max {max})"
2260
- msgstr ""
2261
 
2262
  #: pro/fields/flexible-content.php:53
2263
  msgid "{required} {label} {identifier} required (min {min})"
2264
- msgstr ""
2265
 
2266
  #: pro/fields/flexible-content.php:211
2267
  #, php-format
2268
  msgid "Click the \"%s\" button below to start creating your layout"
2269
- msgstr ""
2270
 
2271
  #: pro/fields/flexible-content.php:369
2272
  msgid "Add layout"
2273
- msgstr ""
2274
 
2275
  #: pro/fields/flexible-content.php:372
2276
  msgid "Remove layout"
2277
- msgstr ""
2278
 
2279
  #: pro/fields/flexible-content.php:514
2280
  msgid "Reorder Layout"
2281
- msgstr "Změnit pořadí typů zobrazení"
2282
 
2283
  #: pro/fields/flexible-content.php:514
2284
  msgid "Reorder"
@@ -2290,7 +2325,7 @@ msgstr "Smazat typ zobrazení"
2290
 
2291
  #: pro/fields/flexible-content.php:516
2292
  msgid "Duplicate Layout"
2293
- msgstr ""
2294
 
2295
  #: pro/fields/flexible-content.php:517
2296
  msgid "Add New Layout"
@@ -2306,7 +2341,7 @@ msgstr "Tabulka"
2306
 
2307
  #: pro/fields/flexible-content.php:573 pro/fields/repeater.php:400
2308
  msgid "Block"
2309
- msgstr ""
2310
 
2311
  #: pro/fields/flexible-content.php:574 pro/fields/repeater.php:401
2312
  msgid "Row"
@@ -2314,11 +2349,11 @@ msgstr "Řádek"
2314
 
2315
  #: pro/fields/flexible-content.php:589
2316
  msgid "Min"
2317
- msgstr ""
2318
 
2319
  #: pro/fields/flexible-content.php:602
2320
  msgid "Max"
2321
- msgstr ""
2322
 
2323
  #: pro/fields/flexible-content.php:630 pro/fields/repeater.php:408
2324
  msgid "Button Label"
@@ -2326,11 +2361,11 @@ msgstr "Nápis tlačítka"
2326
 
2327
  #: pro/fields/flexible-content.php:639
2328
  msgid "Minimum Layouts"
2329
- msgstr ""
2330
 
2331
  #: pro/fields/flexible-content.php:648
2332
  msgid "Maximum Layouts"
2333
- msgstr ""
2334
 
2335
  #: pro/fields/gallery.php:36
2336
  msgid "Gallery"
@@ -2342,11 +2377,11 @@ msgstr "Přidat obrázek do galerie"
2342
 
2343
  #: pro/fields/gallery.php:56
2344
  msgid "Maximum selection reached"
2345
- msgstr ""
2346
 
2347
  #: pro/fields/gallery.php:335
2348
  msgid "Length"
2349
- msgstr ""
2350
 
2351
  #: pro/fields/gallery.php:355
2352
  msgid "Remove"
@@ -2354,47 +2389,47 @@ msgstr "Odstranit"
2354
 
2355
  #: pro/fields/gallery.php:535
2356
  msgid "Add to gallery"
2357
- msgstr ""
2358
 
2359
  #: pro/fields/gallery.php:539
2360
  msgid "Bulk actions"
2361
- msgstr ""
2362
 
2363
  #: pro/fields/gallery.php:540
2364
  msgid "Sort by date uploaded"
2365
- msgstr ""
2366
 
2367
  #: pro/fields/gallery.php:541
2368
  msgid "Sort by date modified"
2369
- msgstr ""
2370
 
2371
  #: pro/fields/gallery.php:542
2372
  msgid "Sort by title"
2373
- msgstr ""
2374
 
2375
  #: pro/fields/gallery.php:543
2376
  msgid "Reverse current order"
2377
- msgstr ""
2378
 
2379
  #: pro/fields/gallery.php:561
2380
  msgid "Close"
2381
- msgstr ""
2382
 
2383
  #: pro/fields/gallery.php:619
2384
  msgid "Minimum Selection"
2385
- msgstr ""
2386
 
2387
  #: pro/fields/gallery.php:628
2388
  msgid "Maximum Selection"
2389
- msgstr ""
2390
 
2391
  #: pro/fields/gallery.php:809
2392
  #, php-format
2393
  msgid "%s requires at least %s selection"
2394
  msgid_plural "%s requires at least %s selections"
2395
- msgstr[0] ""
2396
- msgstr[1] ""
2397
- msgstr[2] ""
2398
 
2399
  #: pro/fields/repeater.php:36
2400
  msgid "Repeater"
@@ -2402,27 +2437,27 @@ msgstr "Opakovač"
2402
 
2403
  #: pro/fields/repeater.php:46
2404
  msgid "Minimum rows reached ({min} rows)"
2405
- msgstr ""
2406
 
2407
  #: pro/fields/repeater.php:47
2408
  msgid "Maximum rows reached ({max} rows)"
2409
- msgstr ""
2410
 
2411
  #: pro/fields/repeater.php:259
2412
  msgid "Drag to reorder"
2413
- msgstr ""
2414
 
2415
  #: pro/fields/repeater.php:301
2416
  msgid "Add row"
2417
- msgstr ""
2418
 
2419
  #: pro/fields/repeater.php:302
2420
  msgid "Remove row"
2421
- msgstr ""
2422
 
2423
  #: pro/fields/repeater.php:350
2424
  msgid "Sub Fields"
2425
- msgstr ""
2426
 
2427
  #: pro/fields/repeater.php:372
2428
  msgid "Minimum Rows"
@@ -2434,23 +2469,23 @@ msgstr "Maximum řádků"
2434
 
2435
  #. Plugin Name of the plugin/theme
2436
  msgid "Advanced Custom Fields Pro"
2437
- msgstr ""
2438
 
2439
  #. Plugin URI of the plugin/theme
2440
  msgid "http://www.advancedcustomfields.com/"
2441
- msgstr ""
2442
 
2443
  #. Description of the plugin/theme
2444
  msgid "Customise WordPress with powerful, professional and intuitive fields."
2445
- msgstr ""
2446
 
2447
  #. Author of the plugin/theme
2448
  msgid "elliot condon"
2449
- msgstr ""
2450
 
2451
  #. Author URI of the plugin/theme
2452
  msgid "http://www.elliotcondon.com/"
2453
- msgstr ""
2454
 
2455
  #~ msgid "Custom field updated."
2456
  #~ msgstr "Vlastní pole aktualizováno."
@@ -2525,7 +2560,7 @@ msgstr ""
2525
  #~ msgstr "Opakovací pole deaktivováno"
2526
 
2527
  #~ msgid "Options page deactivated"
2528
- #~ msgstr "Stránka konfigurace deaktivována"
2529
 
2530
  #~ msgid "Flexible Content field deactivated"
2531
  #~ msgstr "Pole flexibilního pole deaktivováno"
@@ -2593,7 +2628,7 @@ msgstr ""
2593
  #~ "užitečné pro přesouvání skupin polí mezi WP weby."
2594
 
2595
  #~ msgid "Select field group(s) from the list and click \"Export XML\""
2596
- #~ msgstr "Vyberte skupinu(y) polí ze seznamu a klikněte na \"Export XML\""
2597
 
2598
  #~ msgid "Save the .xml file when prompted"
2599
  #~ msgstr "Uložte .xml soubor při požádání"
@@ -2871,7 +2906,7 @@ msgstr ""
2871
  #~ msgstr "Specifická stránka"
2872
 
2873
  #~ msgid "Post Specific"
2874
- #~ msgstr "Specfický příspěvek"
2875
 
2876
  #~ msgid "Taxonomy (Add / Edit)"
2877
  #~ msgstr "Taxonomie (přidat / upravit)"
@@ -2908,7 +2943,7 @@ msgstr ""
2908
  #~ "(the one with the lowest order number)"
2909
  #~ msgstr ""
2910
  #~ "Pokud se na obrazovce úprav objeví několik skupin polí, bude použito nastavení první skupiny. (s "
2911
- #~ "nejžším pořadovým číslem)"
2912
 
2913
  #~ msgid "Everything Fields deactivated"
2914
  #~ msgstr "Všechna pole deaktivována"
3
  "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
  "POT-Creation-Date: 2015-08-11 23:09+0200\n"
6
+ "PO-Revision-Date: 2018-10-22 16:29+0200\n"
7
  "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
8
  "Language-Team: webees.cz s.r.o. <jakubmachala@webees.cz>\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.2\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;"
16
  "esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
31
 
32
  #: acf.php:206
33
  msgid "Field Group"
34
+ msgstr "Skupina polí"
35
 
36
  #: acf.php:207 acf.php:239 admin/admin.php:62 pro/fields/flexible-content.php:517
37
  msgid "Add New"
71
 
72
  #: acf.php:238
73
  msgid "Field"
74
+ msgstr "Pole"
75
 
76
  #: acf.php:240
77
  msgid "Add New Field"
78
+ msgstr "Přidat nové pole"
79
 
80
  #: acf.php:241
81
  msgid "Edit Field"
82
+ msgstr "Upravit pole"
83
 
84
  #: acf.php:242 admin/views/field-group-fields.php:18 admin/views/settings-info.php:111
85
  msgid "New Field"
87
 
88
  #: acf.php:243
89
  msgid "View Field"
90
+ msgstr "Zobrazit pole"
91
 
92
  #: acf.php:244
93
  msgid "Search Fields"
94
+ msgstr "Vyhledat pole"
95
 
96
  #: acf.php:245
97
  msgid "No Fields found"
98
+ msgstr "Nenalezeno žádné pole"
99
 
100
  #: acf.php:246
101
  msgid "No Fields found in Trash"
102
+ msgstr "V koši nenalezeno žádné pole"
103
 
104
+ #: acf.php:268 admin/field-group.php:283 admin/field-groups.php:583 admin/views/field-group-options.php:18
 
105
  msgid "Disabled"
106
+ msgstr "Zakázáno"
107
 
108
  #: acf.php:273
109
  #, php-format
110
  msgid "Disabled <span class=\"count\">(%s)</span>"
111
  msgid_plural "Disabled <span class=\"count\">(%s)</span>"
112
+ msgstr[0] "<span class=\"count\">(%s)</span> zakázán"
113
+ msgstr[1] "<span class=\"count\">(%s)</span> zakázány"
114
+ msgstr[2] "<span class=\"count\">(%s)</span> zakázáno"
115
 
116
  #: admin/admin.php:57 admin/views/field-group-options.php:120
117
  msgid "Custom Fields"
119
 
120
  #: admin/field-group.php:68 admin/field-group.php:69 admin/field-group.php:71
121
  msgid "Field group updated."
122
+ msgstr "Skupina polí aktualizována."
123
 
124
  #: admin/field-group.php:70
125
  msgid "Field group deleted."
126
+ msgstr "Skupina polí smazána."
127
 
128
  #: admin/field-group.php:73
129
  msgid "Field group published."
151
 
152
  #: admin/field-group.php:177
153
  msgid "checked"
154
+ msgstr "zaškrtnuto"
155
 
156
  #: admin/field-group.php:178
157
  msgid "No toggle fields available"
158
+ msgstr "Žádné zapínatelné pole není k dispozici"
159
 
160
  #: admin/field-group.php:179
161
  msgid "Field group title is required"
162
+ msgstr "Vyžadován nadpis pro skupinu polí"
163
 
164
  #: admin/field-group.php:180 api/api-field-group.php:607
165
  msgid "copy"
166
+ msgstr "kopírovat"
167
 
168
  #: admin/field-group.php:181 admin/views/field-group-field-conditional-logic.php:67
169
  #: admin/views/field-group-field-conditional-logic.php:162 admin/views/field-group-locations.php:23
170
  #: admin/views/field-group-locations.php:131 api/api-helpers.php:3262
171
  msgid "or"
172
+ msgstr "nebo"
173
 
174
  #: admin/field-group.php:183
175
  msgid "Parent fields"
176
+ msgstr "Rodičovské pole"
177
 
178
  #: admin/field-group.php:184
179
  msgid "Sibling fields"
180
+ msgstr "Sesterské pole"
181
 
182
  #: admin/field-group.php:185
183
  msgid "Move Custom Field"
184
+ msgstr "Přesunout vlastní pole"
185
 
186
  #: admin/field-group.php:186
187
  msgid "This field cannot be moved until its changes have been saved"
188
+ msgstr "Toto pole nelze přesunout, dokud nebudou uloženy jeho změny"
189
 
190
  #: admin/field-group.php:187
191
  msgid "Null"
192
+ msgstr "Nula"
193
 
194
  #: admin/field-group.php:188 core/input.php:128
195
  msgid "The changes you made will be lost if you navigate away from this page"
196
+ msgstr "Pokud opustíte tuto stránku, změny, které jste provedli, budou ztraceny"
197
 
198
  #: admin/field-group.php:189
199
  msgid "The string \"field_\" may not be used at the start of a field name"
200
+ msgstr "Řetězec \"pole_\" nesmí být použit na začátku názvu pole"
201
 
202
  #: admin/field-group.php:214
203
  msgid "Location"
209
 
210
  #: admin/field-group.php:253
211
  msgid "Field Keys"
212
+ msgstr "Klíče polí"
213
 
214
  #: admin/field-group.php:283 admin/views/field-group-options.php:17
215
  msgid "Active"
217
 
218
  #: admin/field-group.php:744
219
  msgid "Front Page"
220
+ msgstr "Hlavní stránka"
221
 
222
  #: admin/field-group.php:745
223
  msgid "Posts Page"
224
+ msgstr "Stránka příspěvku"
225
 
226
  #: admin/field-group.php:746
227
  msgid "Top Level Page (no parent)"
228
+ msgstr "Stránka nejvyšší úrovně (žádný nadřazený)"
229
 
230
  #: admin/field-group.php:747
231
  msgid "Parent Page (has children)"
232
+ msgstr "Rodičovská stránka (má potomky)"
233
 
234
  #: admin/field-group.php:748
235
  msgid "Child Page (has parent)"
236
+ msgstr "Podřazená stránka (má rodiče)"
237
 
238
  #: admin/field-group.php:764
239
  msgid "Default Template"
241
 
242
  #: admin/field-group.php:786
243
  msgid "Logged in"
244
+ msgstr "Přihlášen"
245
 
246
  #: admin/field-group.php:787
247
  msgid "Viewing front end"
248
+ msgstr "Prohlížíte frontend"
249
 
250
  #: admin/field-group.php:788
251
  msgid "Viewing back end"
252
+ msgstr "Prohlížíte backend"
253
 
254
  #: admin/field-group.php:807
255
  msgid "Super Admin"
256
+ msgstr "Super Admin"
257
 
258
+ #: admin/field-group.php:818 admin/field-group.php:826 admin/field-group.php:840 admin/field-group.php:847
259
+ #: admin/field-group.php:862 admin/field-group.php:872 fields/file.php:235 fields/image.php:226
260
+ #: pro/fields/gallery.php:653
261
  msgid "All"
262
  msgstr "Vše"
263
 
264
  #: admin/field-group.php:827
265
  msgid "Add / Edit"
266
+ msgstr "Přidat / Editovat"
267
 
268
  #: admin/field-group.php:828
269
  msgid "Register"
270
+ msgstr "Registrovat"
271
 
272
  #: admin/field-group.php:1059
273
  msgid "Move Complete."
274
+ msgstr "Přesun hotov."
275
 
276
  #: admin/field-group.php:1060
277
  #, php-format
278
  msgid "The %s field can now be found in the %s field group"
279
+ msgstr "Pole %s lze nyní najít ve skupině polí %s"
280
 
281
  #: admin/field-group.php:1062
282
  msgid "Close Window"
283
+ msgstr "Zavřít okno"
284
 
285
  #: admin/field-group.php:1097
286
  msgid "Please select the destination for this field"
287
+ msgstr "Prosím zvolte umístění pro toto pole"
288
 
289
  #: admin/field-group.php:1104
290
  msgid "Move Field"
291
+ msgstr "Přesunout pole"
292
 
293
  #: admin/field-groups.php:74
294
  #, php-format
295
  msgid "Active <span class=\"count\">(%s)</span>"
296
  msgid_plural "Active <span class=\"count\">(%s)</span>"
297
+ msgstr[0] "<span class=\"count\">(%s)</span> aktivní"
298
+ msgstr[1] "<span class=\"count\">(%s)</span> aktivní"
299
+ msgstr[2] "<span class=\"count\">(%s)</span> aktivní"
300
 
301
  #: admin/field-groups.php:142
302
  #, php-format
303
  msgid "Field group duplicated. %s"
304
+ msgstr "Skupina polí duplikována. %s"
305
 
306
  #: admin/field-groups.php:146
307
  #, php-format
308
  msgid "%s field group duplicated."
309
  msgid_plural "%s field groups duplicated."
310
+ msgstr[0] "%s skupina polí duplikována."
311
+ msgstr[1] "%s skupiny polí duplikovány."
312
+ msgstr[2] "%s skupin polí duplikováno."
313
 
314
  #: admin/field-groups.php:228
315
  #, php-format
316
  msgid "Field group synchronised. %s"
317
+ msgstr "Skupina polí synchronizována. %s"
318
 
319
  #: admin/field-groups.php:232
320
  #, php-format
321
  msgid "%s field group synchronised."
322
  msgid_plural "%s field groups synchronised."
323
+ msgstr[0] "%s skupina polí synchronizována."
324
+ msgstr[1] "%s skupiny polí synchronizovány."
325
+ msgstr[2] "%s skupin polí synchronizováno."
326
 
327
  #: admin/field-groups.php:403 admin/field-groups.php:573
328
  msgid "Sync available"
329
+ msgstr "Synchronizace je k dispozici"
330
 
331
  #: admin/field-groups.php:516
332
  msgid "Title"
351
 
352
  #: admin/field-groups.php:617
353
  msgid "version"
354
+ msgstr "verze"
355
 
356
  #: admin/field-groups.php:619
357
  msgid "Resources"
359
 
360
  #: admin/field-groups.php:621
361
  msgid "Getting Started"
362
+ msgstr "Začínáme"
363
 
364
  #: admin/field-groups.php:622 pro/admin/settings-updates.php:73 pro/admin/views/settings-updates.php:17
365
  msgid "Updates"
366
+ msgstr "Aktualizace"
367
 
368
  #: admin/field-groups.php:623
369
  msgid "Field Types"
370
+ msgstr "Typy polí"
371
 
372
  #: admin/field-groups.php:624
373
  msgid "Functions"
374
+ msgstr "Funkce"
375
 
376
  #: admin/field-groups.php:625
377
  msgid "Actions"
378
+ msgstr "Akce"
379
 
380
  #: admin/field-groups.php:626 fields/relationship.php:718
381
  msgid "Filters"
382
+ msgstr "Filtry"
383
 
384
  #: admin/field-groups.php:627
385
  msgid "'How to' guides"
386
+ msgstr "Průvodce \"jak na to\""
387
 
388
  #: admin/field-groups.php:628
389
  msgid "Tutorials"
390
+ msgstr "Tutoriál"
391
 
392
  #: admin/field-groups.php:633
393
  msgid "Created by"
394
+ msgstr "Vytvořil/a"
395
 
396
  #: admin/field-groups.php:673
397
  msgid "Duplicate this item"
398
+ msgstr "Duplikovat tuto položku"
399
 
400
  #: admin/field-groups.php:673 admin/field-groups.php:685 admin/views/field-group-field.php:58
401
  #: pro/fields/flexible-content.php:516
405
  #: admin/field-groups.php:724
406
  #, php-format
407
  msgid "Select %s"
408
+ msgstr "Zvolit %s"
409
 
410
  #: admin/field-groups.php:730
411
  msgid "Synchronise field group"
412
+ msgstr "Synchronizujte skupinu polí"
413
 
414
  #: admin/field-groups.php:730 admin/field-groups.php:750
415
  msgid "Sync"
416
+ msgstr "Synchronizace"
417
 
418
  #: admin/settings-addons.php:51 admin/views/settings-addons.php:9
419
  msgid "Add-ons"
420
+ msgstr "Doplňky"
421
 
422
  #: admin/settings-addons.php:87
423
  msgid "<b>Error</b>. Could not load add-ons list"
424
+ msgstr "<b>Chyba</b>. Nelze načíst seznam doplňků"
425
 
426
  #: admin/settings-info.php:50
427
  msgid "Info"
428
+ msgstr "Informace"
429
 
430
  #: admin/settings-info.php:75
431
  msgid "What's New"
432
+ msgstr "Co je nového"
433
 
434
  #: admin/settings-tools.php:54 admin/views/settings-tools-export.php:9 admin/views/settings-tools.php:31
435
  msgid "Tools"
436
+ msgstr "Nástroje"
437
 
438
  #: admin/settings-tools.php:151 admin/settings-tools.php:365
439
  msgid "No field groups selected"
440
+ msgstr "Nebyly vybrány žádné skupiny polí"
441
 
442
  #: admin/settings-tools.php:188
443
  msgid "No file selected"
444
+ msgstr "Dokument nevybrán"
445
 
446
  #: admin/settings-tools.php:201
447
  msgid "Error uploading file. Please try again"
448
+ msgstr "Chyba při nahrávání souboru. Prosím zkuste to znovu"
449
 
450
  #: admin/settings-tools.php:210
451
  msgid "Incorrect file type"
452
+ msgstr "Nesprávný typ souboru"
453
 
454
  #: admin/settings-tools.php:227
455
  msgid "Import file empty"
456
+ msgstr "Importovaný soubor je prázdný"
457
 
458
  #: admin/settings-tools.php:323
459
  #, php-format
460
  msgid "<b>Success</b>. Import tool added %s field groups: %s"
461
+ msgstr "<b>Úspěch</b>. Nástroj pro import přidal %s skupin polí: %s"
462
 
463
  #: admin/settings-tools.php:332
464
  #, php-format
465
  msgid "<b>Warning</b>. Import tool detected %s field groups already exist and have been ignored: %s"
466
  msgstr ""
467
+ "<b>Upozornění</b>. Nástroj pro import rozpoznal %s již existujících skupin polí a ty byly ignorovány: %s"
468
 
469
  #: admin/update.php:113
470
  msgid "Upgrade ACF"
471
+ msgstr "Aktualizovat ACF"
472
 
473
  #: admin/update.php:143
474
  msgid "Review sites & upgrade"
475
+ msgstr "Zkontrolujte stránky a aktualizujte"
476
 
477
  #: admin/update.php:298
478
  msgid "Upgrade"
484
 
485
  #: admin/views/field-group-field-conditional-logic.php:29
486
  msgid "Conditional Logic"
487
+ msgstr "Podmíněná logika"
488
 
489
  #: admin/views/field-group-field-conditional-logic.php:40 admin/views/field-group-field.php:137
490
  #: fields/checkbox.php:246 fields/message.php:117 fields/page_link.php:568 fields/page_link.php:582
500
  #: fields/post_object.php:435 fields/post_object.php:449 fields/select.php:412 fields/select.php:426
501
  #: fields/select.php:440 fields/select.php:454 fields/tab.php:173 fields/taxonomy.php:685
502
  #: fields/taxonomy.php:771 fields/taxonomy.php:785 fields/taxonomy.php:799 fields/taxonomy.php:813
503
+ #: fields/user.php:458 fields/user.php:472 fields/wysiwyg.php:385 pro/admin/views/settings-updates.php:103
 
504
  msgid "No"
505
  msgstr "Ne"
506
 
507
  #: admin/views/field-group-field-conditional-logic.php:65
508
  msgid "Show this field if"
509
+ msgstr "Zobrazit toto pole, pokud"
510
 
511
  #: admin/views/field-group-field-conditional-logic.php:111 admin/views/field-group-locations.php:88
512
  msgid "is equal to"
518
 
519
  #: admin/views/field-group-field-conditional-logic.php:149 admin/views/field-group-locations.php:118
520
  msgid "and"
521
+ msgstr "a"
522
 
523
  #: admin/views/field-group-field-conditional-logic.php:164 admin/views/field-group-locations.php:133
524
  msgid "Add rule group"
525
+ msgstr "Přidat skupinu pravidel"
526
 
527
  #: admin/views/field-group-field.php:54 admin/views/field-group-field.php:57
528
  msgid "Edit field"
529
+ msgstr "Upravit pole"
530
 
531
  #: admin/views/field-group-field.php:57 pro/fields/gallery.php:355
532
  msgid "Edit"
534
 
535
  #: admin/views/field-group-field.php:58
536
  msgid "Duplicate field"
537
+ msgstr "Duplikovat pole"
538
 
539
  #: admin/views/field-group-field.php:59
540
  msgid "Move field to another group"
541
+ msgstr "Přesunout pole do jiné skupiny"
542
 
543
  #: admin/views/field-group-field.php:59
544
  msgid "Move"
545
+ msgstr "Přesunout"
546
 
547
  #: admin/views/field-group-field.php:60
548
  msgid "Delete field"
549
+ msgstr "Smazat pole"
550
 
551
  #: admin/views/field-group-field.php:60 pro/fields/flexible-content.php:515
552
  msgid "Delete"
554
 
555
  #: admin/views/field-group-field.php:68 fields/oembed.php:212 fields/taxonomy.php:886
556
  msgid "Error"
557
+ msgstr "Chyba"
558
 
559
  #: fields/oembed.php:220 fields/taxonomy.php:900
560
  msgid "Error."
561
+ msgstr "Chyba."
562
 
563
  #: admin/views/field-group-field.php:68
564
  msgid "Field type does not exist"
565
+ msgstr "Typ pole neexistuje"
566
 
567
  #: admin/views/field-group-field.php:81
568
  msgid "Field Label"
578
 
579
  #: admin/views/field-group-field.php:94
580
  msgid "Single word, no spaces. Underscores and dashes allowed"
581
+ msgstr "Jedno slovo, bez mezer. Podtržítka a pomlčky jsou povoleny"
582
 
583
  #: admin/views/field-group-field.php:105
584
  msgid "Field Type"
590
 
591
  #: admin/views/field-group-field.php:119
592
  msgid "Instructions for authors. Shown when submitting data"
593
+ msgstr "Instrukce pro autory. Jsou zobrazeny při zadávání dat"
594
 
595
  #: admin/views/field-group-field.php:130
596
  msgid "Required?"
598
 
599
  #: admin/views/field-group-field.php:158
600
  msgid "Wrapper Attributes"
601
+ msgstr "Atributy obalového pole"
602
 
603
  #: admin/views/field-group-field.php:164
604
  msgid "width"
605
+ msgstr "šířka"
606
 
607
  #: admin/views/field-group-field.php:178
608
  msgid "class"
609
+ msgstr "třída"
610
 
611
  #: admin/views/field-group-field.php:191
612
  msgid "id"
613
+ msgstr "identifikátor"
614
 
615
  #: admin/views/field-group-field.php:203
616
  msgid "Close Field"
618
 
619
  #: admin/views/field-group-fields.php:29
620
  msgid "Order"
621
+ msgstr "Pořadí"
622
 
623
  #: admin/views/field-group-fields.php:30 pro/fields/flexible-content.php:541
624
  msgid "Label"
630
 
631
  #: admin/views/field-group-fields.php:32
632
  msgid "Type"
633
+ msgstr "Typ"
634
 
635
  #: admin/views/field-group-fields.php:44
636
  msgid "No fields. Click the <strong>+ Add Field</strong> button to create your first field."
654
 
655
  #: admin/views/field-group-locations.php:21
656
  msgid "Show this field group if"
657
+ msgstr "Zobrazit tuto skupinu polí, pokud"
658
 
659
  #: admin/views/field-group-locations.php:41 admin/views/field-group-locations.php:47
660
  msgid "Post"
666
 
667
  #: admin/views/field-group-locations.php:43
668
  msgid "Post Status"
669
+ msgstr "Stav příspěvku"
670
 
671
  #: admin/views/field-group-locations.php:44
672
  msgid "Post Format"
698
 
699
  #: admin/views/field-group-locations.php:55 fields/user.php:36
700
  msgid "User"
701
+ msgstr "Uživatel"
702
 
703
  #: admin/views/field-group-locations.php:56
704
  msgid "Current User"
705
+ msgstr "Aktuální uživatel"
706
 
707
  #: admin/views/field-group-locations.php:57
708
  msgid "Current User Role"
709
+ msgstr "Aktuální uživatelská role"
710
 
711
  #: admin/views/field-group-locations.php:58
712
  msgid "User Form"
713
+ msgstr "Uživatelský formulář"
714
 
715
  #: admin/views/field-group-locations.php:59
716
  msgid "User Role"
717
+ msgstr "Uživatelská role"
718
 
719
  #: admin/views/field-group-locations.php:61 pro/admin/options-page.php:48
720
  msgid "Forms"
721
+ msgstr "Formuláře"
722
 
723
  #: admin/views/field-group-locations.php:62
724
  msgid "Attachment"
725
+ msgstr "Příloha"
726
 
727
  #: admin/views/field-group-locations.php:63
728
  msgid "Taxonomy Term"
729
+ msgstr "Taxonomie"
730
 
731
  #: admin/views/field-group-locations.php:64
732
  msgid "Comment"
733
+ msgstr "Komentář"
734
 
735
  #: admin/views/field-group-locations.php:65
736
  msgid "Widget"
737
+ msgstr "Widget"
738
 
739
  #: admin/views/field-group-options.php:25
740
  msgid "Style"
742
 
743
  #: admin/views/field-group-options.php:32
744
  msgid "Standard (WP metabox)"
745
+ msgstr "Standardní (WP metabox)"
746
 
747
  #: admin/views/field-group-options.php:33
748
  msgid "Seamless (no metabox)"
749
+ msgstr "Bezokrajové (bez metaboxu)"
750
 
751
  #: admin/views/field-group-options.php:40
752
  msgid "Position"
754
 
755
  #: admin/views/field-group-options.php:47
756
  msgid "High (after title)"
757
+ msgstr "Vysoko (po nadpisu)"
758
 
759
  #: admin/views/field-group-options.php:48
760
  msgid "Normal (after content)"
761
+ msgstr "Normální (po obsahu)"
762
 
763
  #: admin/views/field-group-options.php:49
764
  msgid "Side"
766
 
767
  #: admin/views/field-group-options.php:57
768
  msgid "Label placement"
769
+ msgstr "Umístění štítků"
770
 
771
  #: admin/views/field-group-options.php:64 fields/tab.php:159
772
  msgid "Top aligned"
773
+ msgstr "Zarovnat shora"
774
 
775
  #: admin/views/field-group-options.php:65 fields/tab.php:160
776
  msgid "Left aligned"
777
+ msgstr "Zarovnat zleva"
778
 
779
  #: admin/views/field-group-options.php:72
780
  msgid "Instruction placement"
781
+ msgstr "Umístění instrukcí"
782
 
783
  #: admin/views/field-group-options.php:79
784
  msgid "Below labels"
785
+ msgstr "Pod štítky"
786
 
787
  #: admin/views/field-group-options.php:80
788
  msgid "Below fields"
789
+ msgstr "Pod poli"
790
 
791
  #: admin/views/field-group-options.php:87
792
  msgid "Order No."
794
 
795
  #: admin/views/field-group-options.php:88
796
  msgid "Field groups with a lower order will appear first"
797
+ msgstr "Skupiny polí s nižším pořadím se zobrazí první"
798
 
799
  #: admin/views/field-group-options.php:99
800
  msgid "Shown in field group list"
801
+ msgstr "Zobrazit v seznamu skupin polí"
802
 
803
  #: admin/views/field-group-options.php:109
804
  msgid "Hide on screen"
806
 
807
  #: admin/views/field-group-options.php:110
808
  msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
809
+ msgstr "<b>Zvolte</b> položky, které budou na obrazovce úprav <b>skryté</b>."
810
 
811
  #: admin/views/field-group-options.php:110
812
  msgid ""
813
  "If multiple field groups appear on an edit screen, the first field group's options will be used (the "
814
  "one with the lowest order number)"
815
  msgstr ""
816
+ "Pokud se na obrazovce úprav objeví více skupin polí, použije se nastavení dle první skupiny polí (té s "
817
+ "nejnižším pořadovým číslem)"
818
 
819
  #: admin/views/field-group-options.php:117
820
  msgid "Permalink"
821
+ msgstr "Trvalý odkaz"
822
 
823
  #: admin/views/field-group-options.php:118
824
  msgid "Content Editor"
838
 
839
  #: admin/views/field-group-options.php:123
840
  msgid "Revisions"
841
+ msgstr "Revize"
842
 
843
  #: admin/views/field-group-options.php:124
844
  msgid "Slug"
854
 
855
  #: admin/views/field-group-options.php:127
856
  msgid "Page Attributes"
857
+ msgstr "Atributy stránky"
858
 
859
  #: admin/views/field-group-options.php:128 fields/relationship.php:737
860
  msgid "Featured Image"
862
 
863
  #: admin/views/field-group-options.php:129
864
  msgid "Categories"
865
+ msgstr "Kategorie"
866
 
867
  #: admin/views/field-group-options.php:130
868
  msgid "Tags"
869
+ msgstr "Štítky"
870
 
871
  #: admin/views/field-group-options.php:131
872
  msgid "Send Trackbacks"
873
+ msgstr "Odesílat zpětné linkování odkazů"
874
 
875
  #: admin/views/settings-addons.php:23
876
  msgid "Download & Install"
877
+ msgstr "Stáhnout a instalovat"
878
 
879
  #: admin/views/settings-addons.php:42
880
  msgid "Installed"
881
+ msgstr "Instalováno"
882
 
883
  #: admin/views/settings-info.php:9
884
  msgid "Welcome to Advanced Custom Fields"
885
+ msgstr "Vítejte v Advanced Custom Fields"
886
 
887
  #: admin/views/settings-info.php:10
888
  #, php-format
889
  msgid "Thank you for updating! ACF %s is bigger and better than ever before. We hope you like it."
890
  msgstr ""
891
+ "Děkujeme za aktualizaci! ACF %s je větší a lepší než kdykoli předtím. Doufáme, že se vám bude líbit."
892
 
893
  #: admin/views/settings-info.php:23
894
  msgid "A smoother custom field experience"
895
+ msgstr "Příjemnější zážitek s uživatelskými poli"
896
 
897
  #: admin/views/settings-info.php:28
898
  msgid "Improved Usability"
899
+ msgstr "Vylepšená použitelnost"
900
 
901
  #: admin/views/settings-info.php:29
902
  msgid ""
903
  "Including the popular Select2 library has improved both usability and speed across a number of field "
904
  "types including post object, page link, taxonomy and select."
905
  msgstr ""
906
+ "Zahrnutí oblíbené knihovny Select2 zlepšilo jak použitelnost, tak i rychlost v různých typech polí, "
907
+ "včetně objektu příspěvku, odkazu na stránku, taxonomie a možnosti výběru."
908
 
909
  #: admin/views/settings-info.php:33
910
  msgid "Improved Design"
911
+ msgstr "Zlepšený design"
912
 
913
  #: admin/views/settings-info.php:34
914
  msgid ""
915
  "Many fields have undergone a visual refresh to make ACF look better than ever! Noticeable changes are "
916
  "seen on the gallery, relationship and oEmbed (new) fields!"
917
  msgstr ""
918
+ "Mnoho polí podstoupilo osvěžení grafiky, aby ACF vypadalo lépe než kdy jindy! Znatelné změny jsou vidět "
919
+ "na polích galerie, vztahů a oEmbed (novinka)!"
920
 
921
  #: admin/views/settings-info.php:38
922
  msgid "Improved Data"
923
+ msgstr "Vylepšené údaje"
924
 
925
  #: admin/views/settings-info.php:39
926
  msgid ""
927
  "Redesigning the data architecture has allowed sub fields to live independently from their parents. This "
928
  "allows you to drag and drop fields in and out of parent fields!"
929
  msgstr ""
930
+ "Přepracování datové architektury umožnilo, aby podřazená pole žila nezávisle na rodičích. To umožňuje "
931
+ "jejich přetahování mezi rodičovskými poli!"
932
 
933
  #: admin/views/settings-info.php:45
934
  msgid "Goodbye Add-ons. Hello PRO"
935
+ msgstr "Sbohem doplňkům. Pozdrav verzi PRO"
936
 
937
  #: admin/views/settings-info.php:50
938
  msgid "Introducing ACF PRO"
939
+ msgstr "Představujeme ACF PRO"
940
 
941
  #: admin/views/settings-info.php:51
942
  msgid "We're changing the way premium functionality is delivered in an exciting way!"
943
+ msgstr "Měníme způsob poskytování prémiových funkcí vzrušujícím způsobem!"
944
 
945
  #: admin/views/settings-info.php:52
946
  #, php-format
949
  "personal and developer licenses available, premium functionality is more affordable and accessible than "
950
  "ever before!"
951
  msgstr ""
952
+ "Všechny 4 prémiové doplňky byly spojeny do nové verze <a href=\"%s\">Pro pro ACF</a>. Se svými osobními "
953
+ "i vývojovými licencemi je prémiová funkčnost cenově dostupná a přístupnější než kdykoli předtím!"
954
 
955
  #: admin/views/settings-info.php:56
956
  msgid "Powerful Features"
957
+ msgstr "Výkonné funkce"
958
 
959
  #: admin/views/settings-info.php:57
960
  msgid ""
961
  "ACF PRO contains powerful features such as repeatable data, flexible content layouts, a beautiful "
962
  "gallery field and the ability to create extra admin options pages!"
963
  msgstr ""
964
+ "ACF PRO obsahuje výkonné funkce, jako jsou opakovatelná data, flexibilní rozložení obsahu, krásné pole "
965
+ "galerie a možnost vytvářet další stránky administrátorských voleb!"
966
 
967
  #: admin/views/settings-info.php:58
968
  #, php-format
969
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
970
+ msgstr "Přečtěte si další informace o funkcích <a href=\"%s\">ACF PRO</a>."
971
 
972
  #: admin/views/settings-info.php:62
973
  msgid "Easy Upgrading"
974
+ msgstr "Snadná aktualizace"
975
 
976
  #: admin/views/settings-info.php:63
977
  #, php-format
979
  "To help make upgrading easy, <a href=\"%s\">login to your store account</a> and claim a free copy of "
980
  "ACF PRO!"
981
  msgstr ""
982
+ "Pro usnadnění aktualizace se <a href=\"%s\">přihlaste do svého obchodu</a> a požádejte o bezplatnou "
983
+ "kopii ACF PRO!"
984
 
985
  #: admin/views/settings-info.php:64
986
  #, php-format
988
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, but if you do have one, "
989
  "please contact our support team via the <a href=\"%s\">help desk</a>"
990
  msgstr ""
991
+ "Odpovědi na nejčastější dotazy naleznete v <a href=\"%s\">průvodci aktualizací</a>. Pokud máte nějaký "
992
+ "zde nezodpovězený dotaz, obraťte se na náš tým podpory prostřednictvím <a href=\"%s\">helpdesku</a>"
993
 
994
  #: admin/views/settings-info.php:72
995
  msgid "Under the Hood"
996
+ msgstr "Pod kapotou"
997
 
998
  #: admin/views/settings-info.php:77
999
  msgid "Smarter field settings"
1000
+ msgstr "Chytřejší nastavení pole"
1001
 
1002
  #: admin/views/settings-info.php:78
1003
  msgid "ACF now saves its field settings as individual post objects"
1004
+ msgstr "ACF nyní ukládá nastavení polí jako individuální objekty"
1005
 
1006
  #: admin/views/settings-info.php:82
1007
  msgid "More AJAX"
1008
+ msgstr "Více AJAXu"
1009
 
1010
  #: admin/views/settings-info.php:83
1011
  msgid "More fields use AJAX powered search to speed up page loading"
1012
+ msgstr "Více polí využívá vyhledávání pomocí AJAX pro rychlé načítání stránky"
1013
 
1014
  #: admin/views/settings-info.php:87
1015
  msgid "Local JSON"
1016
+ msgstr "Lokální JSON"
1017
 
1018
  #: admin/views/settings-info.php:88
1019
  msgid "New auto export to JSON feature improves speed"
1020
+ msgstr "Nový automatický export do funkce JSON zvyšuje rychlost"
1021
 
1022
  #: admin/views/settings-info.php:94
1023
  msgid "Better version control"
1024
+ msgstr "Lepší verzování"
1025
 
1026
  #: admin/views/settings-info.php:95
1027
  msgid "New auto export to JSON feature allows field settings to be version controlled"
1028
+ msgstr "Nový automatický export do formátu JSON umožňuje, aby nastavení polí bylo verzovatelné"
1029
 
1030
  #: admin/views/settings-info.php:99
1031
  msgid "Swapped XML for JSON"
1032
+ msgstr "XML vyměněno za JSON"
1033
 
1034
  #: admin/views/settings-info.php:100
1035
  msgid "Import / Export now uses JSON in favour of XML"
1036
+ msgstr "Import / Export nyní používá JSON místo XML"
1037
 
1038
  #: admin/views/settings-info.php:104
1039
  msgid "New Forms"
1040
+ msgstr "Nové formuláře"
1041
 
1042
  #: admin/views/settings-info.php:105
1043
  msgid "Fields can now be mapped to comments, widgets and all user forms!"
1044
+ msgstr "Pole mohou být nyní mapovány na komentáře, widgety a všechny uživatelské formuláře!"
1045
 
1046
  #: admin/views/settings-info.php:112
1047
  msgid "A new field for embedding content has been added"
1048
+ msgstr "Bylo přidáno nové pole pro vkládání obsahu"
1049
 
1050
  #: admin/views/settings-info.php:116
1051
  msgid "New Gallery"
1052
+ msgstr "Nová galerie"
1053
 
1054
  #: admin/views/settings-info.php:117
1055
  msgid "The gallery field has undergone a much needed facelift"
1056
+ msgstr "Pole pro galerii prošlo potřebovaným vylepšením vzhledu"
1057
 
1058
  #: admin/views/settings-info.php:121
1059
  msgid "New Settings"
1060
+ msgstr "Nová nastavení"
1061
 
1062
  #: admin/views/settings-info.php:122
1063
  msgid "Field group settings have been added for label placement and instruction placement"
1064
+ msgstr "Nastavení umístění polí bylo přidáno pro umístění štítků a umístění instrukcí"
1065
 
1066
  #: admin/views/settings-info.php:128
1067
  msgid "Better Front End Forms"
1068
+ msgstr "Lepší vizuální stránka formulářů"
1069
 
1070
  #: admin/views/settings-info.php:129
1071
  msgid "acf_form() can now create a new post on submission"
1072
+ msgstr "acf_form() může nyní vytvořit nový příspěvek po odeslání"
1073
 
1074
  #: admin/views/settings-info.php:133
1075
  msgid "Better Validation"
1076
+ msgstr "Lepší validace"
1077
 
1078
  #: admin/views/settings-info.php:134
1079
  msgid "Form validation is now done via PHP + AJAX in favour of only JS"
1080
+ msgstr "Validace formuláře nyní probíhá prostřednictvím PHP + AJAX a to ve prospěch pouze JS"
1081
 
1082
  #: admin/views/settings-info.php:138
1083
  msgid "Relationship Field"
1084
+ msgstr "Vztahová pole"
1085
 
1086
  #: admin/views/settings-info.php:139
1087
  msgid "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
1088
+ msgstr "Nastavení nových polí pro \"Filtry\" (vyhledávání, typ příspěvku, taxonomie)"
1089
 
1090
  #: admin/views/settings-info.php:145
1091
  msgid "Moving Fields"
1092
+ msgstr "Pohyblivá pole"
1093
 
1094
  #: admin/views/settings-info.php:146
1095
  msgid "New field group functionality allows you to move a field between groups & parents"
1096
+ msgstr "Nová funkčnost skupiny polí umožňuje přesouvání pole mezi skupinami a rodiči"
1097
 
1098
  #: admin/views/settings-info.php:150 fields/page_link.php:36
1099
  msgid "Page Link"
1101
 
1102
  #: admin/views/settings-info.php:151
1103
  msgid "New archives group in page_link field selection"
1104
+ msgstr "Nová skupina archivů v poli pro výběr page_link"
1105
 
1106
  #: admin/views/settings-info.php:155
1107
  msgid "Better Options Pages"
1108
+ msgstr "Vylepšená stránka nastavení"
1109
 
1110
  #: admin/views/settings-info.php:156
1111
  msgid "New functions for options page allow creation of both parent and child menu pages"
1112
+ msgstr "Nové funkce pro stránku nastavení umožňují vytvoření stránek obou rodičovských i podřízených menu"
1113
 
1114
  #: admin/views/settings-info.php:165
1115
  #, php-format
1116
  msgid "We think you'll love the changes in %s."
1117
+ msgstr "Myslíme si, že změny v %s si zamilujete."
1118
 
1119
  #: admin/views/settings-tools-export.php:13
1120
  msgid "Export Field Groups to PHP"
1127
  "settings. Simply copy and paste the following code to your theme's functions.php file or include it "
1128
  "within an external file."
1129
  msgstr ""
1130
+ "Následující kód lze použít k registraci lokální verze vybrané skupiny polí. Místní skupina polí může "
1131
+ "poskytnout mnoho výhod, jako jsou rychlejší doby načítání, řízení verzí a dynamická pole / nastavení. "
1132
+ "Jednoduše zkopírujte a vložte následující kód do souboru functions.php svého motivu nebo jej vložte do "
1133
+ "externího souboru."
1134
 
1135
  #: admin/views/settings-tools.php:5
1136
  msgid "Select Field Groups"
1137
+ msgstr "Zvolit skupiny polí"
1138
 
1139
  #: admin/views/settings-tools.php:35
1140
  msgid "Export Field Groups"
1141
+ msgstr "Exportovat skupiny polí"
1142
 
1143
  #: admin/views/settings-tools.php:38
1144
  msgid ""
1146
  "button to export to a .json file which you can then import to another ACF installation. Use the "
1147
  "generate button to export to PHP code which you can place in your theme."
1148
  msgstr ""
1149
+ "Vyberte skupiny polí, které chcete exportovat, a vyberte způsob exportu. Použijte tlačítko pro stažení "
1150
+ "pro exportování do souboru .json, který pak můžete importovat do jiné instalace ACF. Pomocí tlačítka "
1151
+ "generovat můžete exportovat do kódu PHP, který můžete umístit do vašeho tématu."
1152
 
1153
  #: admin/views/settings-tools.php:50
1154
  msgid "Download export file"
1155
+ msgstr "Stáhnout soubor s exportem"
1156
 
1157
  #: admin/views/settings-tools.php:51
1158
  msgid "Generate export code"
1159
+ msgstr "Generovat kód pro exportu"
1160
 
1161
  #: admin/views/settings-tools.php:64
1162
  msgid "Import Field Groups"
1167
  "Select the Advanced Custom Fields JSON file you would like to import. When you click the import button "
1168
  "below, ACF will import the field groups."
1169
  msgstr ""
1170
+ "Vyberte Advanced Custom Fields JSON soubor, který chcete importovat. Po klepnutí na tlačítko importu "
1171
+ "níže bude ACF importovat skupiny polí."
1172
 
1173
  #: admin/views/settings-tools.php:77 fields/file.php:46
1174
  msgid "Select File"
1176
 
1177
  #: admin/views/settings-tools.php:86
1178
  msgid "Import"
1179
+ msgstr "Importovat"
1180
 
1181
  #: admin/views/update-network.php:8 admin/views/update.php:8
1182
  msgid "Advanced Custom Fields Database Upgrade"
1183
+ msgstr "Aktualizace databáze Advanced Custom Fields"
1184
 
1185
  #: admin/views/update-network.php:10
1186
  msgid ""
1187
  "The following sites require a DB upgrade. Check the ones you want to update and then click “Upgrade "
1188
  "Database”."
1189
  msgstr ""
1190
+ "Následující weby vyžadují upgrade DB. Zkontrolujte ty, které chcete aktualizovat, a poté klikněte na "
1191
+ "\"Upgradovat databázi\"."
1192
 
1193
  #: admin/views/update-network.php:19 admin/views/update-network.php:27
1194
  msgid "Site"
1195
+ msgstr "Stránky"
1196
 
1197
  #: admin/views/update-network.php:47
1198
  #, php-format
1199
  msgid "Site requires database upgrade from %s to %s"
1200
+ msgstr "Stránky vyžadují aktualizaci databáze z %s na %s"
1201
 
1202
  #: admin/views/update-network.php:49
1203
  msgid "Site is up to date"
1204
+ msgstr "Stránky jsou aktuální"
1205
 
1206
  #: admin/views/update-network.php:62 admin/views/update.php:16
1207
  msgid "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
1208
+ msgstr "Aktualizace databáze je dokončena. <a href=\"%s\">Návrat na nástěnku sítě</a>"
1209
 
1210
  #: admin/views/update-network.php:101 admin/views/update-notice.php:35
1211
  msgid ""
1212
  "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to "
1213
  "run the updater now?"
1214
+ msgstr "Důrazně doporučujeme zálohovat databázi před pokračováním. Opravdu chcete aktualizaci spustit?"
1215
 
1216
  #: admin/views/update-network.php:157
1217
  msgid "Upgrade complete"
1218
+ msgstr "Aktualizace dokončena"
1219
 
1220
  #: admin/views/update-network.php:161
1221
  msgid "Upgrading data to"
1222
+ msgstr "Aktualizace dat na"
1223
 
1224
  #: admin/views/update-notice.php:23
1225
  msgid "Database Upgrade Required"
1226
+ msgstr "Vyžadován upgrade databáze"
1227
 
1228
  #: admin/views/update-notice.php:25
1229
  #, php-format
1230
  msgid "Thank you for updating to %s v%s!"
1231
+ msgstr "Děkujeme vám za aktualizaci na %s v%s!"
1232
 
1233
  #: admin/views/update-notice.php:25
1234
  msgid ""
1235
  "Before you start using the new awesome features, please update your database to the newest version."
1236
+ msgstr "Než začnete používat nové úžasné funkce, aktualizujte databázi na nejnovější verzi."
1237
 
1238
  #: admin/views/update.php:12
1239
  msgid "Reading upgrade tasks..."
1240
+ msgstr "Čtení úkolů aktualizace..."
1241
 
1242
  #: admin/views/update.php:14
1243
  #, php-format
1244
  msgid "Upgrading data to version %s"
1245
+ msgstr "Aktualizace dat na verzi %s"
1246
 
1247
  #: admin/views/update.php:16
1248
  msgid "See what's new"
1249
+ msgstr "Podívejte se, co je nového"
1250
 
1251
  #: admin/views/update.php:110
1252
  msgid "No updates available."
1253
+ msgstr "K dispozici nejsou žádné aktualizace."
1254
 
1255
  #: api/api-helpers.php:821
1256
  msgid "Thumbnail"
1266
 
1267
  #: api/api-helpers.php:871
1268
  msgid "Full Size"
1269
+ msgstr "Plná velikost"
1270
 
1271
  #: api/api-helpers.php:1581
1272
  msgid "(no title)"
1273
+ msgstr "(bez názvu)"
1274
 
1275
  #: api/api-helpers.php:3183
1276
  #, php-format
1277
  msgid "Image width must be at least %dpx."
1278
+ msgstr "Šířka obrázku musí být alespoň %dpx."
1279
 
1280
  #: api/api-helpers.php:3188
1281
  #, php-format
1282
  msgid "Image width must not exceed %dpx."
1283
+ msgstr "Šířka obrázku nesmí přesáhnout %dpx."
1284
 
1285
  #: api/api-helpers.php:3204
1286
  #, php-format
1287
  msgid "Image height must be at least %dpx."
1288
+ msgstr "Výška obrázku musí být alespoň %dpx."
1289
 
1290
  #: api/api-helpers.php:3209
1291
  #, php-format
1292
  msgid "Image height must not exceed %dpx."
1293
+ msgstr "Výška obrázku nesmí přesáhnout %dpx."
1294
 
1295
  #: api/api-helpers.php:3227
1296
  #, php-format
1297
  msgid "File size must be at least %s."
1298
+ msgstr "Velikost souboru musí být alespoň %s."
1299
 
1300
  #: api/api-helpers.php:3232
1301
  #, php-format
1302
  msgid "File size must must not exceed %s."
1303
+ msgstr "Velikost souboru nesmí přesáhnout %s."
1304
 
1305
  #: api/api-helpers.php:3266
1306
  #, php-format
1307
  msgid "File type must be %s."
1308
+ msgstr "Typ souboru musí být %s."
1309
 
1310
  #: api/api-template.php:1289 pro/fields/gallery.php:564
1311
  msgid "Update"
1312
+ msgstr "Aktualizace"
1313
 
1314
  #: api/api-template.php:1290
1315
  msgid "Post updated"
1316
+ msgstr "Příspěvek aktualizován"
1317
 
1318
  #: core/field.php:131
1319
  msgid "Basic"
1321
 
1322
  #: core/field.php:132
1323
  msgid "Content"
1324
+ msgstr "Obsah"
1325
 
1326
  #: core/field.php:133
1327
  msgid "Choice"
1328
+ msgstr "Volba"
1329
 
1330
  #: core/field.php:134
1331
  msgid "Relational"
1332
+ msgstr "Relační"
1333
 
1334
  #: core/field.php:135
1335
  msgid "jQuery"
1336
+ msgstr "jQuery"
1337
 
1338
  #: core/field.php:136 fields/checkbox.php:226 fields/radio.php:231 pro/fields/flexible-content.php:512
1339
  #: pro/fields/repeater.php:392
1342
 
1343
  #: core/input.php:129
1344
  msgid "Expand Details"
1345
+ msgstr "Rozbalit podrobnosti"
1346
 
1347
  #: core/input.php:130
1348
  msgid "Collapse Details"
1349
+ msgstr "Sbalit podrobnosti"
1350
 
1351
  #: core/input.php:131
1352
  msgid "Validation successful"
1353
+ msgstr "Ověření úspěšné"
1354
 
1355
  #: core/input.php:132
1356
  msgid "Validation failed"
1357
+ msgstr "Ověření selhalo"
1358
 
1359
  #: core/input.php:133
1360
  msgid "1 field requires attention"
1361
+ msgstr "1 pole vyžaduje pozornost"
1362
 
1363
  #: core/input.php:134
1364
  #, php-format
1365
  msgid "%d fields require attention"
1366
+ msgstr "Několik polí vyžaduje pozornost (%d)"
1367
 
1368
  #: core/input.php:135
1369
  msgid "Restricted"
1370
+ msgstr "Omezeno"
1371
 
1372
  #: core/input.php:533
1373
  #, php-format
1374
  msgid "%s value is required"
1375
+ msgstr "%s hodnota je vyžadována"
1376
 
1377
  #: fields/checkbox.php:36 fields/taxonomy.php:752
1378
  msgid "Checkbox"
1380
 
1381
  #: fields/checkbox.php:144
1382
  msgid "Toggle All"
1383
+ msgstr "Přepnout vše"
1384
 
1385
  #: fields/checkbox.php:208 fields/radio.php:193 fields/select.php:388
1386
  msgid "Choices"
1388
 
1389
  #: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389
1390
  msgid "Enter each choice on a new line."
1391
+ msgstr "Zadejte každou volbu na nový řádek."
1392
 
1393
  #: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389
1394
  msgid "For more control, you may specify both a value and label like this:"
1395
+ msgstr "Pro větší kontrolu můžete zadat jak hodnotu, tak štítek:"
1396
 
1397
  #: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389
1398
  msgid "red : Red"
1406
 
1407
  #: fields/checkbox.php:218 fields/select.php:398
1408
  msgid "Enter each default value on a new line"
1409
+ msgstr "Zadejte každou výchozí hodnotu na nový řádek"
1410
 
1411
  #: fields/checkbox.php:232 fields/radio.php:237
1412
  msgid "Vertical"
1418
 
1419
  #: fields/checkbox.php:240
1420
  msgid "Toggle"
1421
+ msgstr "Přepnout"
1422
 
1423
  #: fields/checkbox.php:241
1424
  msgid "Prepend an extra checkbox to toggle all choices"
1425
+ msgstr "Přidat zaškrtávátko navíc pro přepnutí všech možností"
1426
 
1427
  #: fields/color_picker.php:36
1428
  msgid "Color Picker"
1430
 
1431
  #: fields/color_picker.php:94
1432
  msgid "Clear"
1433
+ msgstr "Vymazat"
1434
 
1435
  #: fields/color_picker.php:95
1436
  msgid "Default"
1437
+ msgstr "Výchozí nastavení"
1438
 
1439
  #: fields/color_picker.php:96
1440
  msgid "Select Color"
1441
+ msgstr "Výběr barvy"
1442
 
1443
  #: fields/date_picker.php:36
1444
  msgid "Date Picker"
1446
 
1447
  #: fields/date_picker.php:72
1448
  msgid "Done"
1449
+ msgstr "Hotovo"
1450
 
1451
  #: fields/date_picker.php:73
1452
  msgid "Today"
1453
+ msgstr "Dnes"
1454
 
1455
  #: fields/date_picker.php:76
1456
  msgid "Show a different month"
1457
+ msgstr "Zobrazit jiný měsíc"
1458
 
1459
  #: fields/date_picker.php:149
1460
  msgid "Display Format"
1461
+ msgstr "Formát zobrazení"
1462
 
1463
  #: fields/date_picker.php:150
1464
  msgid "The format displayed when editing a post"
1465
+ msgstr "Formát zobrazený při úpravě příspěvku"
1466
 
1467
  #: fields/date_picker.php:164
1468
  msgid "Return format"
1469
+ msgstr "Formát návratu"
1470
 
1471
  #: fields/date_picker.php:165
1472
  msgid "The format returned via template functions"
1473
+ msgstr "Formát vrácen pomocí funkcí šablony"
1474
 
1475
  #: fields/date_picker.php:180
1476
  msgid "Week Starts On"
1477
+ msgstr "Týden začíná"
1478
 
1479
  #: fields/email.php:36
1480
  msgid "Email"
1481
+ msgstr "Email"
1482
 
1483
  #: fields/email.php:125 fields/number.php:151 fields/radio.php:223 fields/text.php:149
1484
  #: fields/textarea.php:146 fields/url.php:118 fields/wysiwyg.php:346
1485
  msgid "Appears when creating a new post"
1486
+ msgstr "Objeví se při vytváření nového příspěvku"
1487
 
1488
  #: fields/email.php:133 fields/number.php:159 fields/password.php:137 fields/text.php:157
1489
  #: fields/textarea.php:154 fields/url.php:126
1490
  msgid "Placeholder Text"
1491
+ msgstr "Zástupný text"
1492
 
1493
  #: fields/email.php:134 fields/number.php:160 fields/password.php:138 fields/text.php:158
1494
  #: fields/textarea.php:155 fields/url.php:127
1495
  msgid "Appears within the input"
1496
+ msgstr "Zobrazí se v inputu"
1497
 
1498
  #: fields/email.php:142 fields/number.php:168 fields/password.php:146 fields/text.php:166
1499
  msgid "Prepend"
1500
+ msgstr "Zobrazit před"
1501
 
1502
  #: fields/email.php:143 fields/number.php:169 fields/password.php:147 fields/text.php:167
1503
  msgid "Appears before the input"
1504
+ msgstr "Zobrazí se před inputem"
1505
 
1506
  #: fields/email.php:151 fields/number.php:177 fields/password.php:155 fields/text.php:175
1507
  msgid "Append"
1508
+ msgstr "Zobrazit po"
1509
 
1510
  #: fields/email.php:152 fields/number.php:178 fields/password.php:156 fields/text.php:176
1511
  msgid "Appears after the input"
1512
+ msgstr "Zobrazí se za inputem"
1513
 
1514
  #: fields/file.php:36
1515
  msgid "File"
1525
 
1526
  #: fields/file.php:49 pro/fields/gallery.php:55
1527
  msgid "uploaded to this post"
1528
+ msgstr "nahrán k tomuto příspěvku"
1529
 
1530
  #: fields/file.php:142
1531
  msgid "File Name"
1532
+ msgstr "Jméno souboru"
1533
 
1534
  #: fields/file.php:146
1535
  msgid "File Size"
1536
+ msgstr "Velikost souboru"
1537
 
1538
  #: fields/file.php:169
1539
  msgid "No File selected"
1540
+ msgstr "Nebyl vybrán žádný soubor"
1541
 
1542
  #: fields/file.php:169
1543
  msgid "Add File"
1549
 
1550
  #: fields/file.php:215 fields/image.php:196
1551
  msgid "Specify the returned value on front end"
1552
+ msgstr "Zadat konkrétní návratovou hodnotu na frontendu"
1553
 
1554
  #: fields/file.php:220
1555
  msgid "File Array"
1556
+ msgstr "Pole souboru"
1557
 
1558
  #: fields/file.php:221
1559
  msgid "File URL"
1561
 
1562
  #: fields/file.php:222
1563
  msgid "File ID"
1564
+ msgstr "ID souboru"
1565
 
1566
  #: fields/file.php:229 fields/image.php:220 pro/fields/gallery.php:647
1567
  msgid "Library"
1568
+ msgstr "Knihovna"
1569
 
1570
  #: fields/file.php:230 fields/image.php:221 pro/fields/gallery.php:648
1571
  msgid "Limit the media library choice"
1572
+ msgstr "Omezit výběr knihovny médií"
1573
 
1574
  #: fields/file.php:236 fields/image.php:227 pro/fields/gallery.php:654
1575
  msgid "Uploaded to post"
1576
+ msgstr "Nahráno k příspěvku"
1577
 
1578
  #: fields/file.php:243 fields/image.php:234 pro/fields/gallery.php:661
1579
  msgid "Minimum"
1580
+ msgstr "Minimum"
1581
 
1582
  #: fields/file.php:244 fields/file.php:255
1583
  msgid "Restrict which files can be uploaded"
1584
+ msgstr "Omezte, které typy souborů lze nahrát"
1585
 
1586
  #: fields/file.php:247 fields/file.php:258 fields/image.php:257 fields/image.php:290
1587
  #: pro/fields/gallery.php:684 pro/fields/gallery.php:717
1588
  msgid "File size"
1589
+ msgstr "Velikost souboru"
1590
 
1591
  #: fields/file.php:254 fields/image.php:267 pro/fields/gallery.php:694
1592
  msgid "Maximum"
1593
+ msgstr "Maximum"
1594
 
1595
  #: fields/file.php:265 fields/image.php:300 pro/fields/gallery.php:727
1596
  msgid "Allowed file types"
1597
+ msgstr "Povolené typy souborů"
1598
 
1599
  #: fields/file.php:266 fields/image.php:301 pro/fields/gallery.php:728
1600
  msgid "Comma separated list. Leave blank for all types"
1601
+ msgstr "Seznam oddělený čárkami. Nechte prázdné pro povolení všech typů"
1602
 
1603
  #: fields/google-map.php:36
1604
  msgid "Google Map"
1605
+ msgstr "Mapa Google"
1606
 
1607
  #: fields/google-map.php:51
1608
  msgid "Locating"
1609
+ msgstr "Určování polohy"
1610
 
1611
  #: fields/google-map.php:52
1612
  msgid "Sorry, this browser does not support geolocation"
1613
+ msgstr "Je nám líto, ale tento prohlížeč nepodporuje geolokaci"
1614
 
1615
  #: fields/google-map.php:135
1616
  msgid "Clear location"
1617
+ msgstr "Vymazat polohu"
1618
 
1619
  #: fields/google-map.php:140
1620
  msgid "Find current location"
1621
+ msgstr "Najít aktuální umístění"
1622
 
1623
  #: fields/google-map.php:141
1624
  msgid "Search for address..."
1625
+ msgstr "Vyhledat adresu..."
1626
 
1627
  #: fields/google-map.php:173 fields/google-map.php:184
1628
  msgid "Center"
1629
+ msgstr "Vycentrovat"
1630
 
1631
  #: fields/google-map.php:174 fields/google-map.php:185
1632
  msgid "Center the initial map"
1633
+ msgstr "Vycentrovat počáteční zobrazení mapy"
1634
 
1635
  #: fields/google-map.php:198
1636
  msgid "Zoom"
1637
+ msgstr "Přiblížení"
1638
 
1639
  #: fields/google-map.php:199
1640
  msgid "Set the initial zoom level"
1641
+ msgstr "Nastavit počáteční úroveň přiblížení"
1642
 
1643
  #: fields/google-map.php:208 fields/image.php:246 fields/image.php:279 fields/oembed.php:262
1644
  #: pro/fields/gallery.php:673 pro/fields/gallery.php:706
1645
  msgid "Height"
1646
+ msgstr "Výška"
1647
 
1648
  #: fields/google-map.php:209
1649
  msgid "Customise the map height"
1650
+ msgstr "Upravit výšku mapy"
1651
 
1652
  #: fields/image.php:36
1653
  msgid "Image"
1667
 
1668
  #: fields/image.php:54
1669
  msgid "Uploaded to this post"
1670
+ msgstr "Nahrán k tomuto příspěvku"
1671
 
1672
  #: fields/image.php:55
1673
  msgid "All images"
1674
+ msgstr "Všechny obrázky"
1675
 
1676
  #: fields/image.php:147
1677
  msgid "No image selected"
1683
 
1684
  #: fields/image.php:201
1685
  msgid "Image Array"
1686
+ msgstr "Pole obrázku"
1687
 
1688
  #: fields/image.php:202
1689
  msgid "Image URL"
1699
 
1700
  #: fields/image.php:211 pro/fields/gallery.php:638
1701
  msgid "Shown when entering data"
1702
+ msgstr "Zobrazit při zadávání dat"
1703
 
1704
  #: fields/image.php:235 fields/image.php:268 pro/fields/gallery.php:662 pro/fields/gallery.php:695
1705
  msgid "Restrict which images can be uploaded"
1706
+ msgstr "Omezte, které typy obrázků je možné nahrát"
1707
 
1708
  #: fields/image.php:238 fields/image.php:271 fields/oembed.php:251 pro/fields/gallery.php:665
1709
  #: pro/fields/gallery.php:698
1710
  msgid "Width"
1711
+ msgstr "Šířka"
1712
 
1713
  #: fields/message.php:36 fields/message.php:103 fields/true_false.php:106
1714
  msgid "Message"
1716
 
1717
  #: fields/message.php:104
1718
  msgid "Please note that all text will first be passed through the wp function "
1719
+ msgstr "Berte prosím na vědomí, že veškerý text musí projít přes funkce wordpressu "
1720
 
1721
  #: fields/message.php:112
1722
  msgid "Escape HTML"
1723
+ msgstr "Escapovat HTML"
1724
 
1725
  #: fields/message.php:113
1726
  msgid "Allow HTML markup to display as visible text instead of rendering"
1727
+ msgstr "Nevykreslovat efekt, ale zobrazit značky HTML jako prostý text"
1728
 
1729
  #: fields/number.php:36
1730
  msgid "Number"
1731
+ msgstr "Číslo"
1732
 
1733
  #: fields/number.php:186
1734
  msgid "Minimum Value"
1735
+ msgstr "Minimální hodnota"
1736
 
1737
  #: fields/number.php:195
1738
  msgid "Maximum Value"
1739
+ msgstr "Maximální hodnota"
1740
 
1741
  #: fields/number.php:204
1742
  msgid "Step Size"
1743
+ msgstr "Velikost kroku"
1744
 
1745
  #: fields/number.php:242
1746
  msgid "Value must be a number"
1747
+ msgstr "Hodnota musí být číslo"
1748
 
1749
  #: fields/number.php:260
1750
  #, php-format
1751
  msgid "Value must be equal to or higher than %d"
1752
+ msgstr "Hodnota musí být rovna nebo větší než %d"
1753
 
1754
  #: fields/number.php:268
1755
  #, php-format
1756
  msgid "Value must be equal to or lower than %d"
1757
+ msgstr "Hodnota musí být rovna nebo menší než %d"
1758
 
1759
  #: fields/oembed.php:36
1760
  msgid "oEmbed"
1761
+ msgstr "oEmbed"
1762
 
1763
  #: fields/oembed.php:199
1764
  msgid "Enter URL"
1765
+ msgstr "Vložte URL"
1766
 
1767
  #: fields/oembed.php:212
1768
  msgid "No embed found for the given URL."
1769
+ msgstr "Pro danou adresu URL nebyl nalezen žádný embed."
1770
 
1771
  #: fields/oembed.php:248 fields/oembed.php:259
1772
  msgid "Embed Size"
1773
+ msgstr "Velikost pro Embed"
1774
 
1775
  #: fields/page_link.php:206
1776
  msgid "Archives"
1777
+ msgstr "Archivy"
1778
 
1779
  #: fields/page_link.php:535 fields/post_object.php:401 fields/relationship.php:690
1780
  msgid "Filter by Post Type"
1781
+ msgstr "Filtrovat dle typu příspěvku"
1782
 
1783
  #: fields/page_link.php:543 fields/post_object.php:409 fields/relationship.php:698
1784
  msgid "All post types"
1785
+ msgstr "Všechny typy příspěvků"
1786
 
1787
  #: fields/page_link.php:549 fields/post_object.php:415 fields/relationship.php:704
1788
  msgid "Filter by Taxonomy"
1789
+ msgstr "Filtrovat dle taxonomie"
1790
 
1791
  #: fields/page_link.php:557 fields/post_object.php:423 fields/relationship.php:712
1792
  msgid "All taxonomies"
1793
+ msgstr "Všechny taxonomie"
1794
 
1795
  #: fields/page_link.php:563 fields/post_object.php:429 fields/select.php:406 fields/taxonomy.php:765
1796
  #: fields/user.php:452
1803
 
1804
  #: fields/password.php:36
1805
  msgid "Password"
1806
+ msgstr "Heslo"
1807
 
1808
  #: fields/post_object.php:36 fields/post_object.php:462 fields/relationship.php:769
1809
  msgid "Post Object"
1811
 
1812
  #: fields/post_object.php:457 fields/relationship.php:764
1813
  msgid "Return Format"
1814
+ msgstr "Formát návratové hodnoty"
1815
 
1816
  #: fields/post_object.php:463 fields/relationship.php:770
1817
  msgid "Post ID"
1818
+ msgstr "ID příspěvku"
1819
 
1820
  #: fields/radio.php:36
1821
  msgid "Radio Button"
1827
 
1828
  #: fields/radio.php:206
1829
  msgid "Add 'other' choice to allow for custom values"
1830
+ msgstr "Přidat volbu 'jiné', která umožňuje vlastní hodnoty"
1831
 
1832
  #: fields/radio.php:212
1833
  msgid "Save Other"
1834
+ msgstr "Uložit Jiné"
1835
 
1836
  #: fields/radio.php:216
1837
  msgid "Save 'other' values to the field's choices"
1838
+ msgstr "Uložit 'jiné' hodnoty do voleb polí"
1839
 
1840
  #: fields/relationship.php:36
1841
  msgid "Relationship"
1843
 
1844
  #: fields/relationship.php:48
1845
  msgid "Minimum values reached ( {min} values )"
1846
+ msgstr "Dosaženo minimálního množství hodnot ( {min} hodnot )"
1847
 
1848
  #: fields/relationship.php:49
1849
  msgid "Maximum values reached ( {max} values )"
1851
 
1852
  #: fields/relationship.php:50
1853
  msgid "Loading"
1854
+ msgstr "Načítání"
1855
 
1856
  #: fields/relationship.php:51
1857
  msgid "No matches found"
1858
+ msgstr "Nebyly nalezeny žádné výsledky"
1859
 
1860
  #: fields/relationship.php:571
1861
  msgid "Search..."
1862
+ msgstr "Hledat..."
1863
 
1864
  #: fields/relationship.php:580
1865
  msgid "Select post type"
1866
+ msgstr "Zvolit typ příspěvku"
1867
 
1868
  #: fields/relationship.php:593
1869
  msgid "Select taxonomy"
1870
+ msgstr "Zvolit taxonomii"
1871
 
1872
  #: fields/relationship.php:723
1873
  msgid "Search"
1875
 
1876
  #: fields/relationship.php:725 fields/taxonomy.php:36 fields/taxonomy.php:735
1877
  msgid "Taxonomy"
1878
+ msgstr "Taxonomie"
1879
 
1880
  #: fields/relationship.php:732
1881
  msgid "Elements"
1882
+ msgstr "Prvky"
1883
 
1884
  #: fields/relationship.php:733
1885
  msgid "Selected elements will be displayed in each result"
1886
+ msgstr "Vybrané prvky se zobrazí v každém výsledku"
1887
 
1888
  #: fields/relationship.php:744
1889
  msgid "Minimum posts"
1890
+ msgstr "Minimum příspěvků"
1891
 
1892
  #: fields/relationship.php:753
1893
  msgid "Maximum posts"
1899
 
1900
  #: fields/select.php:434
1901
  msgid "Stylised UI"
1902
+ msgstr "Stylizované uživatelské rozhraní"
1903
 
1904
  #: fields/select.php:448
1905
  msgid "Use AJAX to lazy load choices?"
1906
+ msgstr "K načtení volby použít AJAX lazy load?"
1907
 
1908
  #: fields/tab.php:36
1909
  msgid "Tab"
1910
+ msgstr "Záložka"
1911
 
1912
  #: fields/tab.php:128
1913
  msgid "Warning"
1914
+ msgstr "Varování"
1915
 
1916
  #: fields/tab.php:133
1917
  msgid ""
1918
  "The tab field will display incorrectly when added to a Table style repeater field or flexible content "
1919
  "field layout"
1920
  msgstr ""
1921
+ "Pole záložky se zobrazí nesprávně, pokud je přidáno do opakovače v tabulkovém stylu nebo do "
1922
+ "flexibilního pole"
1923
 
1924
  #: fields/tab.php:146
1925
  msgid "Use \"Tab Fields\" to better organize your edit screen by grouping fields together."
1926
+ msgstr "Chcete-li lépe uspořádat obrazovku úprav, použijte seskupování polí pomocí Záložek."
1927
 
1928
  #: fields/tab.php:148
1929
  msgid ""
1930
  "All fields following this \"tab field\" (or until another \"tab field\" is defined) will be grouped "
1931
  "together using this field's label as the tab heading."
1932
  msgstr ""
1933
+ "Všechna pole následující po této záložce (až po další záložku nebo konec výpisu) budou seskupena a jako "
1934
+ "nadpis bude použit štítek záložky."
1935
 
1936
  #: fields/tab.php:155
1937
  msgid "Placement"
1938
+ msgstr "Umístění"
1939
 
1940
  #: fields/tab.php:167
1941
  msgid "End-point"
1942
+ msgstr "Koncový bod"
1943
 
1944
  #: fields/tab.php:168
1945
  msgid "Use this field as an end-point and start a new group of tabs"
1946
+ msgstr "Použít toto pole jako koncový bod a začít novou skupinu záložek"
1947
 
1948
  #: fields/taxonomy.php:565
1949
  #, php-format
1950
  msgid "Add new %s "
1951
+ msgstr "Přidat novou %s "
1952
 
1953
  #: fields/taxonomy.php:704
1954
  msgid "None"
1956
 
1957
  #: fields/taxonomy.php:736
1958
  msgid "Select the taxonomy to be displayed"
1959
+ msgstr "Zvolit zobrazovanou taxonomii"
1960
 
1961
  #: fields/taxonomy.php:745
1962
  msgid "Appearance"
1963
+ msgstr "Vzhled"
1964
 
1965
  #: fields/taxonomy.php:746
1966
  msgid "Select the appearance of this field"
1967
+ msgstr "Vyberte vzhled tohoto pole"
1968
 
1969
  #: fields/taxonomy.php:751
1970
  msgid "Multiple Values"
1971
+ msgstr "Více hodnot"
1972
 
1973
  #: fields/taxonomy.php:753
1974
  msgid "Multi Select"
1975
+ msgstr "Vícenásobný výběr"
1976
 
1977
  #: fields/taxonomy.php:755
1978
  msgid "Single Value"
1979
+ msgstr "Jednotlivá hodnota"
1980
 
1981
  #: fields/taxonomy.php:756
1982
  msgid "Radio Buttons"
1983
+ msgstr "Radio přepínače"
1984
 
1985
  #: fields/taxonomy.php:779
1986
  msgid "Create Terms"
1987
+ msgstr "Vytvořit pojmy"
1988
 
1989
  #: fields/taxonomy.php:780
1990
  msgid "Allow new terms to be created whilst editing"
1991
+ msgstr "Povolit vytvoření nových pojmů během editace"
1992
 
1993
  #: fields/taxonomy.php:793
1994
  msgid "Save Terms"
1995
+ msgstr "Uložit pojmy"
1996
 
1997
  #: fields/taxonomy.php:794
1998
  msgid "Connect selected terms to the post"
1999
+ msgstr "Připojte vybrané pojmy k příspěvku"
2000
 
2001
  #: fields/taxonomy.php:807
2002
  msgid "Load Terms"
2003
+ msgstr "Nahrát pojmy"
2004
 
2005
  #: fields/taxonomy.php:808
2006
  msgid "Load value from posts terms"
2007
+ msgstr "Nahrát pojmy z příspěvků"
2008
 
2009
  #: fields/taxonomy.php:826
2010
  msgid "Term Object"
2011
+ msgstr "Objekt pojmu"
2012
 
2013
  #: fields/taxonomy.php:827
2014
  msgid "Term ID"
2015
+ msgstr "ID pojmu"
2016
 
2017
  #: fields/taxonomy.php:886
2018
  #, php-format
2019
  msgid "User unable to add new %s"
2020
+ msgstr "Uživatel není schopen přidat nové %s"
2021
 
2022
  #: fields/taxonomy.php:899
2023
  #, php-format
2024
  msgid "%s already exists"
2025
+ msgstr "%s již existuje"
2026
 
2027
  #: fields/taxonomy.php:940
2028
  #, php-format
2029
  msgid "%s added"
2030
+ msgstr "%s přidán"
2031
 
2032
  #: fields/taxonomy.php:985
2033
  msgid "Add"
2034
+ msgstr "Přidat"
2035
 
2036
  #: fields/text.php:36
2037
  msgid "Text"
2039
 
2040
  #: fields/text.php:184 fields/textarea.php:163
2041
  msgid "Character Limit"
2042
+ msgstr "Limit znaků"
2043
 
2044
  #: fields/text.php:185 fields/textarea.php:164
2045
  msgid "Leave blank for no limit"
2046
+ msgstr "Nechte prázdné pro nastavení bez omezení"
2047
 
2048
  #: fields/textarea.php:36
2049
  msgid "Text Area"
2050
+ msgstr "Textové pole"
2051
 
2052
  #: fields/textarea.php:172
2053
  msgid "Rows"
2054
+ msgstr "Řádky"
2055
 
2056
  #: fields/textarea.php:173
2057
  msgid "Sets the textarea height"
2058
+ msgstr "Nastavuje výšku textového pole"
2059
 
2060
  #: fields/textarea.php:182
2061
  msgid "New Lines"
2062
+ msgstr "Nové řádky"
2063
 
2064
  #: fields/textarea.php:183
2065
  msgid "Controls how new lines are rendered"
2066
+ msgstr "Řídí, jak se vykreslují nové řádky"
2067
 
2068
  #: fields/textarea.php:187
2069
  msgid "Automatically add paragraphs"
2070
+ msgstr "Automaticky přidávat odstavce"
2071
 
2072
  #: fields/textarea.php:188
2073
  msgid "Automatically add &lt;br&gt;"
2074
+ msgstr "Automaticky přidávat &lt;br&gt;"
2075
 
2076
  #: fields/textarea.php:189
2077
  msgid "No Formatting"
2078
+ msgstr "Žádné formátování"
2079
 
2080
  #: fields/true_false.php:36
2081
  msgid "True / False"
2087
 
2088
  #: fields/url.php:36
2089
  msgid "Url"
2090
+ msgstr "Adresa URL"
2091
 
2092
  #: fields/url.php:160
2093
  msgid "Value must be a valid URL"
2094
+ msgstr "Hodnota musí být validní adresa URL"
2095
 
2096
  #: fields/user.php:437
2097
  msgid "Filter by role"
2098
+ msgstr "Filtrovat podle role"
2099
 
2100
  #: fields/user.php:445
2101
  msgid "All user roles"
2102
+ msgstr "Všechny uživatelské role"
2103
 
2104
  #: fields/wysiwyg.php:37
2105
  msgid "Wysiwyg Editor"
2107
 
2108
  #: fields/wysiwyg.php:297
2109
  msgid "Visual"
2110
+ msgstr "Grafika"
2111
 
2112
  #: fields/wysiwyg.php:298
2113
  msgctxt "Name for the Text editor tab (formerly HTML)"
2114
  msgid "Text"
2115
+ msgstr "Text"
2116
 
2117
  #: fields/wysiwyg.php:354
2118
  msgid "Tabs"
2119
+ msgstr "Záložky"
2120
 
2121
  #: fields/wysiwyg.php:359
2122
  msgid "Visual & Text"
2123
+ msgstr "Grafika a text"
2124
 
2125
  #: fields/wysiwyg.php:360
2126
  msgid "Visual Only"
2127
+ msgstr "Pouze grafika"
2128
 
2129
  #: fields/wysiwyg.php:361
2130
  msgid "Text Only"
2131
+ msgstr "Pouze text"
2132
 
2133
  #: fields/wysiwyg.php:368
2134
  msgid "Toolbar"
2140
 
2141
  #: forms/post.php:297 pro/admin/options-page.php:373
2142
  msgid "Edit field group"
2143
+ msgstr "Editovat skupinu polí"
2144
 
2145
  #: pro/acf-pro.php:24
2146
  msgid "Advanced Custom Fields PRO"
2147
+ msgstr "Advanced Custom Fields PRO"
2148
 
2149
  #: pro/acf-pro.php:175
2150
  msgid "Flexible Content requires at least 1 layout"
2151
+ msgstr "Flexibilní obsah vyžaduje minimálně jedno rozložení obsahu"
2152
 
2153
  #: pro/admin/options-page.php:48
2154
  msgid "Options Page"
2156
 
2157
  #: pro/admin/options-page.php:83
2158
  msgid "No options pages exist"
2159
+ msgstr "Neexistuje stránka nastavení"
2160
 
2161
  #: pro/admin/options-page.php:298
2162
  msgid "Options Updated"
2164
 
2165
  #: pro/admin/options-page.php:304
2166
  msgid "No Custom Field Groups found for this options page. <a href=\"%s\">Create a Custom Field Group</a>"
2167
+ msgstr "Nebyly nalezeny žádné vlastní skupiny polí. <a href=\"%s\">Vytvořit vlastní skupinu polí</a>"
2168
 
2169
  #: pro/admin/settings-updates.php:137
2170
  msgid "<b>Error</b>. Could not connect to update server"
2171
+ msgstr "<b>Chyba</b>. Nelze se připojit k serveru a aktualizovat"
2172
 
2173
  #: pro/admin/settings-updates.php:267 pro/admin/settings-updates.php:338
2174
  msgid "<b>Connection Error</b>. Sorry, please try again"
2175
+ msgstr "<b>Chyba připojení</b>. Omlouváme se, zkuste to znovu"
2176
 
2177
  #: pro/admin/views/options-page.php:48
2178
  msgid "Publish"
2184
 
2185
  #: pro/admin/views/settings-updates.php:11
2186
  msgid "Deactivate License"
2187
+ msgstr "Deaktivujte licenci"
2188
 
2189
  #: pro/admin/views/settings-updates.php:11
2190
  msgid "Activate License"
2191
+ msgstr "Aktivujte licenci"
2192
 
2193
  #: pro/admin/views/settings-updates.php:21
2194
  msgid "License"
2195
+ msgstr "Licence"
2196
 
2197
  #: pro/admin/views/settings-updates.php:24
2198
  msgid ""
2199
  "To unlock updates, please enter your license key below. If you don't have a licence key, please see"
2200
  msgstr ""
2201
+ "Pro odemčení aktualizací prosím zadejte níže svůj licenční klíč. Pokud nemáte licenční klíč, prosím "
2202
+ "navštivte"
2203
 
2204
  #: pro/admin/views/settings-updates.php:24
2205
  msgid "details & pricing"
2206
+ msgstr "detaily a ceny"
2207
 
2208
  #: pro/admin/views/settings-updates.php:33
2209
  msgid "License Key"
2210
+ msgstr "Licenční klíč"
2211
 
2212
  #: pro/admin/views/settings-updates.php:65
2213
  msgid "Update Information"
2214
+ msgstr "Aktualizovat informace"
2215
 
2216
  #: pro/admin/views/settings-updates.php:72
2217
  msgid "Current Version"
2218
+ msgstr "Současná verze"
2219
 
2220
  #: pro/admin/views/settings-updates.php:80
2221
  msgid "Latest Version"
2222
+ msgstr "Nejnovější verze"
2223
 
2224
  #: pro/admin/views/settings-updates.php:88
2225
  msgid "Update Available"
2226
+ msgstr "Aktualizace je dostupná"
2227
 
2228
  #: pro/admin/views/settings-updates.php:96
2229
  msgid "Update Plugin"
2230
+ msgstr "Aktualizovat plugin"
2231
 
2232
  #: pro/admin/views/settings-updates.php:98
2233
  msgid "Please enter your license key above to unlock updates"
2234
+ msgstr "Pro odemčení aktualizací zadejte prosím výše svůj licenční klíč"
2235
 
2236
  #: pro/admin/views/settings-updates.php:104
2237
  msgid "Check Again"
2238
+ msgstr "Zkontrolujte znovu"
2239
 
2240
  #: pro/admin/views/settings-updates.php:121
2241
  msgid "Upgrade Notice"
2242
+ msgstr "Upozornění na aktualizaci"
2243
 
2244
  #: pro/api/api-options-page.php:22 pro/api/api-options-page.php:23
2245
  msgid "Options"
2251
  "To enable updates, please enter your license key on the <a href=\"%s\">Updates</a> page. If you don't "
2252
  "have a licence key, please see <a href=\"%s\">details & pricing</a>"
2253
  msgstr ""
2254
+ "Chcete-li povolit aktualizace, zadejte prosím licenční klíč na stránce <a href=\"%s\">Aktualizace</a>. "
2255
+ "Pokud nemáte licenční klíč, přečtěte si <a href=\"%s\">podrobnosti a ceny</a>"
2256
 
2257
  #: pro/fields/flexible-content.php:36
2258
  msgid "Flexible Content"
2264
 
2265
  #: pro/fields/flexible-content.php:45
2266
  msgid "layout"
2267
+ msgstr "typ zobrazení"
2268
 
2269
  #: pro/fields/flexible-content.php:46
2270
  msgid "layouts"
2271
+ msgstr "typy zobrazení"
2272
 
2273
  #: pro/fields/flexible-content.php:47
2274
  msgid "remove {layout}?"
2275
+ msgstr "odstranit {layout}?"
2276
 
2277
  #: pro/fields/flexible-content.php:48
2278
  msgid "This field requires at least {min} {identifier}"
2279
+ msgstr "Toto pole vyžaduje alespoň {min} {identifier}"
2280
 
2281
  #: pro/fields/flexible-content.php:49
2282
  msgid "This field has a limit of {max} {identifier}"
2283
+ msgstr "Toto pole má limit {max} {identifier}"
2284
 
2285
  #: pro/fields/flexible-content.php:50
2286
  msgid "This field requires at least {min} {label} {identifier}"
2287
+ msgstr "Toto pole vyžaduje alespoň {min} {label} {identifier}"
2288
 
2289
  #: pro/fields/flexible-content.php:51
2290
  msgid "Maximum {label} limit reached ({max} {identifier})"
2291
+ msgstr "Maximální {label} limit dosažen ({max} {identifier})"
2292
 
2293
  #: pro/fields/flexible-content.php:52
2294
  msgid "{available} {label} {identifier} available (max {max})"
2295
+ msgstr "{available} {label} {identifier} dostupný (max {max})"
2296
 
2297
  #: pro/fields/flexible-content.php:53
2298
  msgid "{required} {label} {identifier} required (min {min})"
2299
+ msgstr "{required} {label} {identifier} povinný (min {min})"
2300
 
2301
  #: pro/fields/flexible-content.php:211
2302
  #, php-format
2303
  msgid "Click the \"%s\" button below to start creating your layout"
2304
+ msgstr "Klikněte na tlačítko \"%s\" níže pro vytvoření vlastního typu zobrazení"
2305
 
2306
  #: pro/fields/flexible-content.php:369
2307
  msgid "Add layout"
2308
+ msgstr "Přidat typ zobrazení"
2309
 
2310
  #: pro/fields/flexible-content.php:372
2311
  msgid "Remove layout"
2312
+ msgstr "Odstranit typ zobrazení"
2313
 
2314
  #: pro/fields/flexible-content.php:514
2315
  msgid "Reorder Layout"
2316
+ msgstr "Změnit pořadí typu zobrazení"
2317
 
2318
  #: pro/fields/flexible-content.php:514
2319
  msgid "Reorder"
2325
 
2326
  #: pro/fields/flexible-content.php:516
2327
  msgid "Duplicate Layout"
2328
+ msgstr "Duplikovat typ zobrazení"
2329
 
2330
  #: pro/fields/flexible-content.php:517
2331
  msgid "Add New Layout"
2341
 
2342
  #: pro/fields/flexible-content.php:573 pro/fields/repeater.php:400
2343
  msgid "Block"
2344
+ msgstr "Blok"
2345
 
2346
  #: pro/fields/flexible-content.php:574 pro/fields/repeater.php:401
2347
  msgid "Row"
2349
 
2350
  #: pro/fields/flexible-content.php:589
2351
  msgid "Min"
2352
+ msgstr "Min"
2353
 
2354
  #: pro/fields/flexible-content.php:602
2355
  msgid "Max"
2356
+ msgstr "Max"
2357
 
2358
  #: pro/fields/flexible-content.php:630 pro/fields/repeater.php:408
2359
  msgid "Button Label"
2361
 
2362
  #: pro/fields/flexible-content.php:639
2363
  msgid "Minimum Layouts"
2364
+ msgstr "Minimální rozložení"
2365
 
2366
  #: pro/fields/flexible-content.php:648
2367
  msgid "Maximum Layouts"
2368
+ msgstr "Maximální rozložení"
2369
 
2370
  #: pro/fields/gallery.php:36
2371
  msgid "Gallery"
2377
 
2378
  #: pro/fields/gallery.php:56
2379
  msgid "Maximum selection reached"
2380
+ msgstr "Maximální výběr dosažen"
2381
 
2382
  #: pro/fields/gallery.php:335
2383
  msgid "Length"
2384
+ msgstr "Délka"
2385
 
2386
  #: pro/fields/gallery.php:355
2387
  msgid "Remove"
2389
 
2390
  #: pro/fields/gallery.php:535
2391
  msgid "Add to gallery"
2392
+ msgstr "Přidat do galerie"
2393
 
2394
  #: pro/fields/gallery.php:539
2395
  msgid "Bulk actions"
2396
+ msgstr "Hromadné akce"
2397
 
2398
  #: pro/fields/gallery.php:540
2399
  msgid "Sort by date uploaded"
2400
+ msgstr "Řadit dle data nahrání"
2401
 
2402
  #: pro/fields/gallery.php:541
2403
  msgid "Sort by date modified"
2404
+ msgstr "Řadit dle data změny"
2405
 
2406
  #: pro/fields/gallery.php:542
2407
  msgid "Sort by title"
2408
+ msgstr "Řadit dle názvu"
2409
 
2410
  #: pro/fields/gallery.php:543
2411
  msgid "Reverse current order"
2412
+ msgstr "Převrátit aktuální pořadí"
2413
 
2414
  #: pro/fields/gallery.php:561
2415
  msgid "Close"
2416
+ msgstr "Zavřít"
2417
 
2418
  #: pro/fields/gallery.php:619
2419
  msgid "Minimum Selection"
2420
+ msgstr "Minimální výběr"
2421
 
2422
  #: pro/fields/gallery.php:628
2423
  msgid "Maximum Selection"
2424
+ msgstr "Maximální výběr"
2425
 
2426
  #: pro/fields/gallery.php:809
2427
  #, php-format
2428
  msgid "%s requires at least %s selection"
2429
  msgid_plural "%s requires at least %s selections"
2430
+ msgstr[0] "%s vyžaduje alespoň %s volbu"
2431
+ msgstr[1] "%s vyžaduje alespoň %s volby"
2432
+ msgstr[2] "%s vyžaduje alespoň %s voleb"
2433
 
2434
  #: pro/fields/repeater.php:36
2435
  msgid "Repeater"
2437
 
2438
  #: pro/fields/repeater.php:46
2439
  msgid "Minimum rows reached ({min} rows)"
2440
+ msgstr "Minimální počet řádků dosažen ({min} řádků)"
2441
 
2442
  #: pro/fields/repeater.php:47
2443
  msgid "Maximum rows reached ({max} rows)"
2444
+ msgstr "Maximální počet řádků dosažen ({max} řádků)"
2445
 
2446
  #: pro/fields/repeater.php:259
2447
  msgid "Drag to reorder"
2448
+ msgstr "Přetažením změníte pořadí"
2449
 
2450
  #: pro/fields/repeater.php:301
2451
  msgid "Add row"
2452
+ msgstr "Přidat řádek"
2453
 
2454
  #: pro/fields/repeater.php:302
2455
  msgid "Remove row"
2456
+ msgstr "Odebrat řádek"
2457
 
2458
  #: pro/fields/repeater.php:350
2459
  msgid "Sub Fields"
2460
+ msgstr "Podřazená pole"
2461
 
2462
  #: pro/fields/repeater.php:372
2463
  msgid "Minimum Rows"
2469
 
2470
  #. Plugin Name of the plugin/theme
2471
  msgid "Advanced Custom Fields Pro"
2472
+ msgstr "Advanced Custom Fields PRO"
2473
 
2474
  #. Plugin URI of the plugin/theme
2475
  msgid "http://www.advancedcustomfields.com/"
2476
+ msgstr "http://www.advancedcustomfields.com/"
2477
 
2478
  #. Description of the plugin/theme
2479
  msgid "Customise WordPress with powerful, professional and intuitive fields."
2480
+ msgstr "Upravte si WordPress pomocí výkonných, profesionálních a intuitivně použitelných polí."
2481
 
2482
  #. Author of the plugin/theme
2483
  msgid "elliot condon"
2484
+ msgstr "elliot condon"
2485
 
2486
  #. Author URI of the plugin/theme
2487
  msgid "http://www.elliotcondon.com/"
2488
+ msgstr "http://www.elliotcondon.com/"
2489
 
2490
  #~ msgid "Custom field updated."
2491
  #~ msgstr "Vlastní pole aktualizováno."
2560
  #~ msgstr "Opakovací pole deaktivováno"
2561
 
2562
  #~ msgid "Options page deactivated"
2563
+ #~ msgstr "Stránka konfigurace deaktivována"
2564
 
2565
  #~ msgid "Flexible Content field deactivated"
2566
  #~ msgstr "Pole flexibilního pole deaktivováno"
2628
  #~ "užitečné pro přesouvání skupin polí mezi WP weby."
2629
 
2630
  #~ msgid "Select field group(s) from the list and click \"Export XML\""
2631
+ #~ msgstr "Vyberte skupinu(y) polí ze seznamu a klikněte na \"Export XML\""
2632
 
2633
  #~ msgid "Save the .xml file when prompted"
2634
  #~ msgstr "Uložte .xml soubor při požádání"
2906
  #~ msgstr "Specifická stránka"
2907
 
2908
  #~ msgid "Post Specific"
2909
+ #~ msgstr "Specifický příspěvek"
2910
 
2911
  #~ msgid "Taxonomy (Add / Edit)"
2912
  #~ msgstr "Taxonomie (přidat / upravit)"
2943
  #~ "(the one with the lowest order number)"
2944
  #~ msgstr ""
2945
  #~ "Pokud se na obrazovce úprav objeví několik skupin polí, bude použito nastavení první skupiny. (s "
2946
+ #~ "nejnižším pořadovým číslem)"
2947
 
2948
  #~ msgid "Everything Fields deactivated"
2949
  #~ msgstr "Všechna pole deaktivována"
lang/acf-pl_PL.mo CHANGED
Binary file
lang/acf-pl_PL.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
- "POT-Creation-Date: 2018-07-26 18:20+1000\n"
6
- "PO-Revision-Date: 2018-09-07 10:36+1000\n"
7
  "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
8
  "Language-Team: Dariusz Zielonka <dariusz@zielonka.pro>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.1\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
@@ -27,92 +27,91 @@ msgstr ""
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
- #: acf.php:387 includes/admin/admin.php:117
31
  msgid "Field Groups"
32
  msgstr "Grupy pól"
33
 
34
- #: acf.php:388
35
  msgid "Field Group"
36
  msgstr "Grupa pól"
37
 
38
- #: acf.php:389 acf.php:421 includes/admin/admin.php:118
39
  #: pro/fields/class-acf-field-flexible-content.php:572
40
  msgid "Add New"
41
  msgstr "Dodaj nową"
42
 
43
- #: acf.php:390
44
  msgid "Add New Field Group"
45
  msgstr "Dodaj nową grupę pól"
46
 
47
- #: acf.php:391
48
  msgid "Edit Field Group"
49
  msgstr "Edytuj grupę pól"
50
 
51
- #: acf.php:392
52
  msgid "New Field Group"
53
  msgstr "Nowa grupa pól"
54
 
55
- #: acf.php:393
56
  msgid "View Field Group"
57
  msgstr "Zobacz grupę pól"
58
 
59
- #: acf.php:394
60
  msgid "Search Field Groups"
61
  msgstr "Szukaj grup pól"
62
 
63
- #: acf.php:395
64
  msgid "No Field Groups found"
65
  msgstr "Nie znaleziono grupy pól"
66
 
67
- #: acf.php:396
68
  msgid "No Field Groups found in Trash"
69
  msgstr "Brak grup pól w koszu"
70
 
71
- #: acf.php:419 includes/admin/admin-field-group.php:202
72
  #: includes/admin/admin-field-groups.php:510
73
  #: pro/fields/class-acf-field-clone.php:811
74
  msgid "Fields"
75
  msgstr "Pola"
76
 
77
- #: acf.php:420
78
  msgid "Field"
79
  msgstr "Pole"
80
 
81
- #: acf.php:422
82
  msgid "Add New Field"
83
  msgstr "Dodaj nowe pole"
84
 
85
- #: acf.php:423
86
  msgid "Edit Field"
87
  msgstr "Edytuj pole"
88
 
89
- #: acf.php:424 includes/admin/views/field-group-fields.php:41
90
- #: includes/admin/views/settings-info.php:105
91
  msgid "New Field"
92
  msgstr "Nowe pole"
93
 
94
- #: acf.php:425
95
  msgid "View Field"
96
  msgstr "Zobacz pole"
97
 
98
- #: acf.php:426
99
  msgid "Search Fields"
100
  msgstr "Szukaj pól"
101
 
102
- #: acf.php:427
103
  msgid "No Fields found"
104
  msgstr "Nie znaleziono pól"
105
 
106
- #: acf.php:428
107
  msgid "No Fields found in Trash"
108
  msgstr "Nie znaleziono pól w koszu"
109
 
110
- #: acf.php:467 includes/admin/admin-field-group.php:384
111
  #: includes/admin/admin-field-groups.php:567
112
  msgid "Inactive"
113
  msgstr "Nieaktywne"
114
 
115
- #: acf.php:472
116
  #, php-format
117
  msgid "Inactive <span class=\"count\">(%s)</span>"
118
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
@@ -196,7 +195,7 @@ msgstr "kopia"
196
  #: includes/admin/views/field-group-field-conditional-logic.php:151
197
  #: includes/admin/views/field-group-locations.php:29
198
  #: includes/admin/views/html-location-group.php:3
199
- #: includes/api/api-helpers.php:4165
200
  msgid "or"
201
  msgstr "lub"
202
 
@@ -222,24 +221,24 @@ msgstr "Klucze pola"
222
  msgid "Active"
223
  msgstr "Aktywne"
224
 
225
- #: includes/admin/admin-field-group.php:750
226
  msgid "Move Complete."
227
  msgstr "Przenoszenie zakończone."
228
 
229
- #: includes/admin/admin-field-group.php:751
230
  #, php-format
231
  msgid "The %s field can now be found in the %s field group"
232
  msgstr "Pole %s znajduje się teraz w grupie pól %s"
233
 
234
- #: includes/admin/admin-field-group.php:752
235
  msgid "Close Window"
236
  msgstr "Zamknij okno"
237
 
238
- #: includes/admin/admin-field-group.php:793
239
  msgid "Please select the destination for this field"
240
  msgstr "Proszę wybrać miejsce przeznaczenia dla tego pola"
241
 
242
- #: includes/admin/admin-field-group.php:800
243
  msgid "Move Field"
244
  msgstr "Przenieś pole"
245
 
@@ -289,8 +288,8 @@ msgstr "Tytuł"
289
 
290
  #: includes/admin/admin-field-groups.php:508
291
  #: includes/admin/views/field-group-options.php:96
292
- #: includes/admin/views/install-network.php:21
293
- #: includes/admin/views/install-network.php:29
294
  #: pro/fields/class-acf-field-gallery.php:397
295
  msgid "Description"
296
  msgstr "Opis"
@@ -334,6 +333,7 @@ msgid "Support"
334
  msgstr "Pomoc"
335
 
336
  #: includes/admin/admin-field-groups.php:623
 
337
  msgid "Pro"
338
  msgstr "Pro"
339
 
@@ -386,27 +386,21 @@ msgstr "Akcje na wielu"
386
  msgid "Tools"
387
  msgstr "Narzędzia"
388
 
389
- #: includes/admin/admin.php:113
390
- #: includes/admin/views/field-group-options.php:110
391
- msgid "Custom Fields"
392
- msgstr "Własne pola"
393
-
394
- #: includes/admin/install-network.php:88 includes/admin/install.php:70
395
- #: includes/admin/install.php:121
396
  msgid "Upgrade Database"
397
  msgstr "Aktualizuj bazę danych"
398
 
399
- #: includes/admin/install-network.php:140
400
  msgid "Review sites & upgrade"
401
  msgstr "Strona opinii i aktualizacji"
402
 
403
- #: includes/admin/install.php:187
404
- msgid "Error validating request"
405
- msgstr "Błąd podczas walidacji żądania"
406
-
407
- #: includes/admin/install.php:210 includes/admin/views/install.php:104
408
- msgid "No updates available."
409
- msgstr "Brak dostępnych aktualizacji."
410
 
411
  #: includes/admin/settings-addons.php:51
412
  #: includes/admin/views/settings-addons.php:3
@@ -546,7 +540,7 @@ msgid "Show this field if"
546
  msgstr "Pokaż to pole jeśli"
547
 
548
  #: includes/admin/views/field-group-field-conditional-logic.php:138
549
- #: includes/admin/views/html-location-rule.php:80
550
  msgid "and"
551
  msgstr "oraz"
552
 
@@ -655,7 +649,7 @@ msgstr "Kolejność"
655
  #: includes/fields/class-acf-field-button-group.php:198
656
  #: includes/fields/class-acf-field-checkbox.php:420
657
  #: includes/fields/class-acf-field-radio.php:311
658
- #: includes/fields/class-acf-field-select.php:439
659
  #: pro/fields/class-acf-field-flexible-content.php:596
660
  msgid "Label"
661
  msgstr "Etykieta"
@@ -838,20 +832,7 @@ msgstr ""
838
  "ustawienia pierwszej z nich. (pierwsza grupa pól to ta, która ma najniższy "
839
  "numer w kolejności)"
840
 
841
- #: includes/admin/views/html-location-group.php:3
842
- msgid "Show this field group if"
843
- msgstr "Pokaż tą grupę pól jeśli"
844
-
845
- #: includes/admin/views/install-network.php:4
846
- msgid "Upgrade Sites"
847
- msgstr "Aktualizacja witryn"
848
-
849
- #: includes/admin/views/install-network.php:9
850
- #: includes/admin/views/install.php:3
851
- msgid "Advanced Custom Fields Database Upgrade"
852
- msgstr "Aktualizacja bazy danych Advanced Custom Fields"
853
-
854
- #: includes/admin/views/install-network.php:11
855
  #, php-format
856
  msgid ""
857
  "The following sites require a DB upgrade. Check the ones you want to update "
@@ -860,29 +841,39 @@ msgstr ""
860
  "Następujące witryny wymagają aktualizacji bazy danych. Zaznacz te, które "
861
  "chcesz zaktualizować i kliknij %s."
862
 
863
- #: includes/admin/views/install-network.php:20
864
- #: includes/admin/views/install-network.php:28
 
 
 
 
 
 
865
  msgid "Site"
866
  msgstr "Witryna"
867
 
868
- #: includes/admin/views/install-network.php:48
869
  #, php-format
870
  msgid "Site requires database upgrade from %s to %s"
871
  msgstr "Witryna wymaga aktualizacji bazy danych z %s na %s"
872
 
873
- #: includes/admin/views/install-network.php:50
874
  msgid "Site is up to date"
875
  msgstr "Ta witryna jest aktualna"
876
 
877
- #: includes/admin/views/install-network.php:63
878
  #, php-format
879
  msgid ""
880
  "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
881
  msgstr ""
882
  "Aktualizacja bazy danych zakończona. <a href=\"%s\">Wróć do kokpitu sieci</a>"
883
 
884
- #: includes/admin/views/install-network.php:102
885
- #: includes/admin/views/install-notice.php:42
 
 
 
 
886
  msgid ""
887
  "It is strongly recommended that you backup your database before proceeding. "
888
  "Are you sure you wish to run the updater now?"
@@ -890,54 +881,77 @@ msgstr ""
890
  "Zdecydowanie zaleca się wykonanie kopii zapasowej bazy danych przed "
891
  "kontynuowaniem. Czy na pewno chcesz uruchomić aktualizacje teraz?"
892
 
893
- #: includes/admin/views/install-network.php:158
894
- msgid "Upgrade complete"
895
- msgstr "Aktualizacja zakończona"
896
-
897
- #: includes/admin/views/install-network.php:162
898
- #: includes/admin/views/install.php:9
899
  #, php-format
900
  msgid "Upgrading data to version %s"
901
  msgstr "Aktualizowanie danych do wersji %s"
902
 
903
- #: includes/admin/views/install-notice.php:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
904
  #: pro/fields/class-acf-field-repeater.php:25
905
  msgid "Repeater"
906
  msgstr "Pole powtarzalne"
907
 
908
- #: includes/admin/views/install-notice.php:9
909
  #: pro/fields/class-acf-field-flexible-content.php:25
910
  msgid "Flexible Content"
911
  msgstr "Elastyczne treść"
912
 
913
- #: includes/admin/views/install-notice.php:10
914
  #: pro/fields/class-acf-field-gallery.php:25
915
  msgid "Gallery"
916
  msgstr "Galeria"
917
 
918
- #: includes/admin/views/install-notice.php:11
919
  #: pro/locations/class-acf-location-options-page.php:26
920
  msgid "Options Page"
921
  msgstr "Strona opcji"
922
 
923
- #: includes/admin/views/install-notice.php:26
924
  msgid "Database Upgrade Required"
925
  msgstr "Wymagana jest aktualizacja bazy danych"
926
 
927
- #: includes/admin/views/install-notice.php:28
928
  #, php-format
929
  msgid "Thank you for updating to %s v%s!"
930
  msgstr "Dziękujemy za aktualizacje do %s v%s!"
931
 
932
- #: includes/admin/views/install-notice.php:28
933
  msgid ""
934
- "Before you start using the new awesome features, please update your database "
935
- "to the newest version."
936
- msgstr ""
937
- "Zanim zaczniesz korzystać z niesamowitych funkcji prosimy o zaktualizowanie "
938
- "bazy danych do najnowszej wersji."
939
 
940
- #: includes/admin/views/install-notice.php:31
941
  #, php-format
942
  msgid ""
943
  "Please also ensure any premium add-ons (%s) have first been updated to the "
@@ -946,16 +960,6 @@ msgstr ""
946
  "Upewnij się także, że wszystkie dodatki premium (%s) zostały wcześniej "
947
  "zaktualizowane do najnowszych wersji."
948
 
949
- #: includes/admin/views/install.php:7
950
- msgid "Reading upgrade tasks..."
951
- msgstr "Czytam zadania aktualizacji..."
952
-
953
- #: includes/admin/views/install.php:11
954
- #, php-format
955
- msgid "Database Upgrade complete. <a href=\"%s\">See what's new</a>"
956
- msgstr ""
957
- "Aktualizacja bazy danych zakończona. <a href=\"%s\">Zobacz co nowego</a>"
958
-
959
  #: includes/admin/views/settings-addons.php:17
960
  msgid "Download & Install"
961
  msgstr "Pobierz i instaluj"
@@ -977,15 +981,15 @@ msgstr ""
977
  "Dziękujemy za aktualizację! ACF %s jest większy i lepszy niż kiedykolwiek "
978
  "wcześniej. Mamy nadzieję, że go polubisz."
979
 
980
- #: includes/admin/views/settings-info.php:17
981
- msgid "A smoother custom field experience"
982
- msgstr "Lepsze odczucia z korzystania z własnych pól"
983
 
984
- #: includes/admin/views/settings-info.php:22
985
  msgid "Improved Usability"
986
  msgstr "Zwiększona użyteczność"
987
 
988
- #: includes/admin/views/settings-info.php:23
989
  msgid ""
990
  "Including the popular Select2 library has improved both usability and speed "
991
  "across a number of field types including post object, page link, taxonomy "
@@ -995,11 +999,11 @@ msgstr ""
995
  "szybkość wielu typów pól wliczając obiekty wpisów, odnośniki stron, "
996
  "taksonomie i pola wyboru."
997
 
998
- #: includes/admin/views/settings-info.php:27
999
  msgid "Improved Design"
1000
  msgstr "Ulepszony wygląd"
1001
 
1002
- #: includes/admin/views/settings-info.php:28
1003
  msgid ""
1004
  "Many fields have undergone a visual refresh to make ACF look better than "
1005
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
@@ -1009,11 +1013,11 @@ msgstr ""
1009
  "kiedykolwiek! Zmiany warte uwagi są widoczne w galerii, polach relacji i "
1010
  "polach oEmbed (nowość)!"
1011
 
1012
- #: includes/admin/views/settings-info.php:32
1013
  msgid "Improved Data"
1014
  msgstr "Ulepszona struktura danych"
1015
 
1016
- #: includes/admin/views/settings-info.php:33
1017
  msgid ""
1018
  "Redesigning the data architecture has allowed sub fields to live "
1019
  "independently from their parents. This allows you to drag and drop fields in "
@@ -1023,22 +1027,22 @@ msgstr ""
1023
  "niezależnymi od swoich rodziców. Pozwala to na przeciąganie i upuszczanie "
1024
  "pól pomiędzy rodzicami!"
1025
 
1026
- #: includes/admin/views/settings-info.php:39
1027
  msgid "Goodbye Add-ons. Hello PRO"
1028
  msgstr "Do widzenia Dodatki. Dzień dobry PRO"
1029
 
1030
- #: includes/admin/views/settings-info.php:44
1031
  msgid "Introducing ACF PRO"
1032
  msgstr "Przedstawiamy ACF PRO"
1033
 
1034
- #: includes/admin/views/settings-info.php:45
1035
  msgid ""
1036
  "We're changing the way premium functionality is delivered in an exciting way!"
1037
  msgstr ""
1038
  "Zmieniliśmy sposób funkcjonowania wersji premium - teraz jest dostarczana w "
1039
  "ekscytujący sposób!"
1040
 
1041
- #: includes/admin/views/settings-info.php:46
1042
  #, php-format
1043
  msgid ""
1044
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
@@ -1049,11 +1053,11 @@ msgstr ""
1049
  "Pro ACF</a>. W obu licencjach, osobistej i deweloperskiej, funkcjonalność "
1050
  "premium jest bardziej przystępna niż kiedykolwiek wcześniej!"
1051
 
1052
- #: includes/admin/views/settings-info.php:50
1053
  msgid "Powerful Features"
1054
  msgstr "Potężne funkcje"
1055
 
1056
- #: includes/admin/views/settings-info.php:51
1057
  msgid ""
1058
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1059
  "layouts, a beautiful gallery field and the ability to create extra admin "
@@ -1063,232 +1067,240 @@ msgstr ""
1063
  "układy treści, piękne galerie i możliwość tworzenia dodatkowych stron opcji "
1064
  "administracyjnych!"
1065
 
1066
- #: includes/admin/views/settings-info.php:52
1067
  #, php-format
1068
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1069
  msgstr "Przeczytaj więcej o <a href=\"%s\">możliwościach ACF PRO</a>."
1070
 
1071
- #: includes/admin/views/settings-info.php:56
1072
  msgid "Easy Upgrading"
1073
  msgstr "Łatwa aktualizacja"
1074
 
1075
- #: includes/admin/views/settings-info.php:57
1076
- #, php-format
1077
  msgid ""
1078
- "To help make upgrading easy, <a href=\"%s\">login to your store account</a> "
1079
- "and claim a free copy of ACF PRO!"
1080
  msgstr ""
1081
- "Aby aktualizacja była łatwa, <a href=\"%s\">zaloguj się do swojego konta</a> "
1082
- "i pobierz darmową kopię ACF PRO!"
1083
 
1084
- #: includes/admin/views/settings-info.php:58
1085
  #, php-format
1086
  msgid ""
1087
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1088
  "but if you do have one, please contact our support team via the <a href=\"%s"
1089
- "\">help desk</a>"
1090
  msgstr ""
1091
  "Napisaliśmy również <a href=\"%s\">przewodnik aktualizacji</a> wyjaśniający "
1092
  "wiele zagadnień, jednak jeśli masz jakieś pytanie skontaktuj się z nami na "
1093
- "stronie <a href=\"%s\">wsparcia technicznego</a>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1094
 
1095
- #: includes/admin/views/settings-info.php:66
1096
- msgid "Under the Hood"
1097
- msgstr "Pod maską"
1098
 
1099
- #: includes/admin/views/settings-info.php:71
1100
- msgid "Smarter field settings"
1101
- msgstr "Sprytniejsze ustawienia pól"
1102
 
1103
- #: includes/admin/views/settings-info.php:72
1104
- msgid "ACF now saves its field settings as individual post objects"
1105
- msgstr "ACF teraz zapisuje ustawienia pól jako osobny obiekt wpisu"
1106
 
1107
- #: includes/admin/views/settings-info.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1108
  msgid "More AJAX"
1109
  msgstr "Więcej technologii AJAX"
1110
 
1111
- #: includes/admin/views/settings-info.php:77
1112
- msgid "More fields use AJAX powered search to speed up page loading"
1113
- msgstr "Więcej pól korzysta z AJAX, aby przyspieszyć ładowanie stron"
1114
 
1115
- #: includes/admin/views/settings-info.php:81
1116
  msgid "Local JSON"
1117
  msgstr "Lokalny JSON"
1118
 
1119
- #: includes/admin/views/settings-info.php:82
1120
- msgid "New auto export to JSON feature improves speed"
1121
- msgstr "Nowy zautomatyzowany eksport do JSON poprawia szybkość"
1122
-
1123
- #: includes/admin/views/settings-info.php:88
1124
- msgid "Better version control"
1125
- msgstr "Lepsza kontrola wersji"
1126
-
1127
- #: includes/admin/views/settings-info.php:89
1128
  msgid ""
1129
- "New auto export to JSON feature allows field settings to be version "
1130
- "controlled"
1131
  msgstr ""
1132
- "Nowy zautomatyzowany eksport do JSON pozwala na wersjonowanie ustawień pól"
 
1133
 
1134
- #: includes/admin/views/settings-info.php:93
1135
- msgid "Swapped XML for JSON"
1136
- msgstr "Zmiana XML na JSON"
1137
 
1138
- #: includes/admin/views/settings-info.php:94
1139
- msgid "Import / Export now uses JSON in favour of XML"
1140
- msgstr "Import / Eksport teraz korzysta z JSON zamiast XML"
 
 
1141
 
1142
- #: includes/admin/views/settings-info.php:98
1143
- msgid "New Forms"
1144
- msgstr "Nowe formularze"
1145
 
1146
- #: includes/admin/views/settings-info.php:99
1147
- msgid "Fields can now be mapped to comments, widgets and all user forms!"
 
 
1148
  msgstr ""
1149
- "Pola mogą być teraz do komentarzy, widżetów i wszystkich formularzy "
1150
- "użytkowników!"
1151
 
1152
- #: includes/admin/views/settings-info.php:106
1153
- msgid "A new field for embedding content has been added"
1154
- msgstr "Dodano nowe pole do osadzania zawartości"
1155
 
1156
  #: includes/admin/views/settings-info.php:110
1157
- msgid "New Gallery"
1158
- msgstr "Nowa galeria"
 
 
 
1159
 
1160
- #: includes/admin/views/settings-info.php:111
1161
- msgid "The gallery field has undergone a much needed facelift"
1162
- msgstr "Pola galerii przeszły niezbędny facelifting"
1163
 
1164
  #: includes/admin/views/settings-info.php:115
 
 
 
 
 
 
 
1165
  msgid "New Settings"
1166
  msgstr "Nowe ustawienia"
1167
 
1168
- #: includes/admin/views/settings-info.php:116
1169
  msgid ""
1170
- "Field group settings have been added for label placement and instruction "
1171
- "placement"
1172
  msgstr ""
1173
- "Zostały dodane ustawienia grup pól dotyczące pozycji etykiet oraz pozycji "
1174
- "instrukcji"
1175
 
1176
- #: includes/admin/views/settings-info.php:122
1177
  msgid "Better Front End Forms"
1178
  msgstr "Lepszy wygląd formularzy (Front End Forms)"
1179
 
1180
- #: includes/admin/views/settings-info.php:123
1181
- msgid "acf_form() can now create a new post on submission"
1182
- msgstr "acf_form() może teraz tworzyć nowe wpisy"
 
 
 
1183
 
1184
- #: includes/admin/views/settings-info.php:127
1185
  msgid "Better Validation"
1186
  msgstr "Lepsza walidacja"
1187
 
1188
- #: includes/admin/views/settings-info.php:128
1189
- msgid "Form validation is now done via PHP + AJAX in favour of only JS"
1190
- msgstr "Walidacja pól jest wykonana w PHP + AJAX a nie tylko w JS"
1191
-
1192
- #: includes/admin/views/settings-info.php:132
1193
- msgid "Relationship Field"
1194
- msgstr "Pole relacji"
1195
 
1196
- #: includes/admin/views/settings-info.php:133
1197
- msgid ""
1198
- "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
1199
- msgstr ""
1200
- "Nowe ustawienia pola relacji dla \"Filtrów\" (Wyszukiwarka, Typ Wpisu, "
1201
- "Taksonomia)"
1202
-
1203
- #: includes/admin/views/settings-info.php:139
1204
  msgid "Moving Fields"
1205
  msgstr "Przenoszenie pól"
1206
 
1207
- #: includes/admin/views/settings-info.php:140
1208
  msgid ""
1209
  "New field group functionality allows you to move a field between groups & "
1210
- "parents"
1211
  msgstr ""
1212
- "Nowa funkcjonalność pozwala na przenoszenie pól pomiędzy grupami i rodzicami"
1213
 
1214
- #: includes/admin/views/settings-info.php:144
1215
- #: includes/fields/class-acf-field-page_link.php:25
1216
- msgid "Page Link"
1217
- msgstr "Link do strony"
1218
-
1219
- #: includes/admin/views/settings-info.php:145
1220
- msgid "New archives group in page_link field selection"
1221
- msgstr "Nowe grupy archiwów do wyboru dla pola page_link"
1222
-
1223
- #: includes/admin/views/settings-info.php:149
1224
- msgid "Better Options Pages"
1225
- msgstr "Lepsze strony opcji"
1226
-
1227
- #: includes/admin/views/settings-info.php:150
1228
- msgid ""
1229
- "New functions for options page allow creation of both parent and child menu "
1230
- "pages"
1231
- msgstr ""
1232
- "Nowe funkcje dla strony opcji pozwalają tworzyć strony w menu będące "
1233
- "rodzicami oraz potomnymi."
1234
-
1235
- #: includes/admin/views/settings-info.php:159
1236
  #, php-format
1237
  msgid "We think you'll love the changes in %s."
1238
  msgstr "Uważamy, że pokochasz zmiany wprowadzone w wersji %s."
1239
 
1240
- #: includes/api/api-helpers.php:1039
1241
  msgid "Thumbnail"
1242
  msgstr "Miniatura"
1243
 
1244
- #: includes/api/api-helpers.php:1040
1245
  msgid "Medium"
1246
  msgstr "Średni"
1247
 
1248
- #: includes/api/api-helpers.php:1041
1249
  msgid "Large"
1250
  msgstr "Duży"
1251
 
1252
- #: includes/api/api-helpers.php:1090
1253
  msgid "Full Size"
1254
  msgstr "Pełny rozmiar"
1255
 
1256
- #: includes/api/api-helpers.php:1431 includes/api/api-helpers.php:2004
1257
  #: pro/fields/class-acf-field-clone.php:996
1258
  msgid "(no title)"
1259
  msgstr "(brak tytułu)"
1260
 
1261
- #: includes/api/api-helpers.php:4086
1262
  #, php-format
1263
  msgid "Image width must be at least %dpx."
1264
  msgstr "Szerokość obrazu musi mieć co najmniej %dpx."
1265
 
1266
- #: includes/api/api-helpers.php:4091
1267
  #, php-format
1268
  msgid "Image width must not exceed %dpx."
1269
  msgstr "Szerokość obrazu nie może przekraczać %dpx."
1270
 
1271
- #: includes/api/api-helpers.php:4107
1272
  #, php-format
1273
  msgid "Image height must be at least %dpx."
1274
  msgstr "Wysokość obrazu musi mieć co najmniej %dpx."
1275
 
1276
- #: includes/api/api-helpers.php:4112
1277
  #, php-format
1278
  msgid "Image height must not exceed %dpx."
1279
  msgstr "Wysokość obrazu nie może przekraczać %dpx."
1280
 
1281
- #: includes/api/api-helpers.php:4130
1282
  #, php-format
1283
  msgid "File size must be at least %s."
1284
  msgstr "Rozmiar pliku musi wynosić co najmniej %s."
1285
 
1286
- #: includes/api/api-helpers.php:4135
1287
  #, php-format
1288
  msgid "File size must must not exceed %s."
1289
  msgstr "Rozmiar pliku nie może przekraczać %s."
1290
 
1291
- #: includes/api/api-helpers.php:4169
1292
  #, php-format
1293
  msgid "File type must be %s."
1294
  msgstr "Plik musi spełniać kryteria typu %s."
@@ -1447,8 +1459,7 @@ msgstr "Relacyjne"
1447
  msgid "jQuery"
1448
  msgstr "jQuery"
1449
 
1450
- #: includes/fields.php:354
1451
- #: includes/fields/class-acf-field-button-group.php:177
1452
  #: includes/fields/class-acf-field-checkbox.php:389
1453
  #: includes/fields/class-acf-field-group.php:474
1454
  #: includes/fields/class-acf-field-radio.php:290
@@ -1499,21 +1510,21 @@ msgstr "Grupa przycisków"
1499
  #: includes/fields/class-acf-field-button-group.php:149
1500
  #: includes/fields/class-acf-field-checkbox.php:344
1501
  #: includes/fields/class-acf-field-radio.php:235
1502
- #: includes/fields/class-acf-field-select.php:370
1503
  msgid "Choices"
1504
  msgstr "Wybory"
1505
 
1506
  #: includes/fields/class-acf-field-button-group.php:150
1507
  #: includes/fields/class-acf-field-checkbox.php:345
1508
  #: includes/fields/class-acf-field-radio.php:236
1509
- #: includes/fields/class-acf-field-select.php:371
1510
  msgid "Enter each choice on a new line."
1511
  msgstr "Wpisz każdy z wyborów w osobnej linii."
1512
 
1513
  #: includes/fields/class-acf-field-button-group.php:150
1514
  #: includes/fields/class-acf-field-checkbox.php:345
1515
  #: includes/fields/class-acf-field-radio.php:236
1516
- #: includes/fields/class-acf-field-select.php:371
1517
  msgid "For more control, you may specify both a value and label like this:"
1518
  msgstr ""
1519
  "Aby uzyskać większą kontrolę, można określić zarówno wartość i etykietę w "
@@ -1522,15 +1533,15 @@ msgstr ""
1522
  #: includes/fields/class-acf-field-button-group.php:150
1523
  #: includes/fields/class-acf-field-checkbox.php:345
1524
  #: includes/fields/class-acf-field-radio.php:236
1525
- #: includes/fields/class-acf-field-select.php:371
1526
  msgid "red : Red"
1527
  msgstr "czerwony : Czerwony"
1528
 
1529
  #: includes/fields/class-acf-field-button-group.php:158
1530
  #: includes/fields/class-acf-field-page_link.php:513
1531
- #: includes/fields/class-acf-field-post_object.php:412
1532
  #: includes/fields/class-acf-field-radio.php:244
1533
- #: includes/fields/class-acf-field-select.php:388
1534
  #: includes/fields/class-acf-field-taxonomy.php:784
1535
  #: includes/fields/class-acf-field-user.php:409
1536
  msgid "Allow Null?"
@@ -1542,13 +1553,13 @@ msgstr "Zezwolić na pustą wartość Null?"
1542
  #: includes/fields/class-acf-field-email.php:118
1543
  #: includes/fields/class-acf-field-number.php:127
1544
  #: includes/fields/class-acf-field-radio.php:281
1545
- #: includes/fields/class-acf-field-range.php:146
1546
- #: includes/fields/class-acf-field-select.php:379
1547
  #: includes/fields/class-acf-field-text.php:119
1548
  #: includes/fields/class-acf-field-textarea.php:102
1549
  #: includes/fields/class-acf-field-true_false.php:135
1550
  #: includes/fields/class-acf-field-url.php:100
1551
- #: includes/fields/class-acf-field-wysiwyg.php:397
1552
  msgid "Default Value"
1553
  msgstr "Domyślna wartość"
1554
 
@@ -1556,11 +1567,11 @@ msgstr "Domyślna wartość"
1556
  #: includes/fields/class-acf-field-email.php:119
1557
  #: includes/fields/class-acf-field-number.php:128
1558
  #: includes/fields/class-acf-field-radio.php:282
1559
- #: includes/fields/class-acf-field-range.php:147
1560
  #: includes/fields/class-acf-field-text.php:120
1561
  #: includes/fields/class-acf-field-textarea.php:103
1562
  #: includes/fields/class-acf-field-url.php:101
1563
- #: includes/fields/class-acf-field-wysiwyg.php:398
1564
  msgid "Appears when creating a new post"
1565
  msgstr "Wyświetlane podczas tworzenia nowego wpisu"
1566
 
@@ -1598,14 +1609,14 @@ msgstr "Określ zwracaną wartość na stronie (front-end)"
1598
  #: includes/fields/class-acf-field-button-group.php:197
1599
  #: includes/fields/class-acf-field-checkbox.php:419
1600
  #: includes/fields/class-acf-field-radio.php:310
1601
- #: includes/fields/class-acf-field-select.php:438
1602
  msgid "Value"
1603
  msgstr "Wartość"
1604
 
1605
  #: includes/fields/class-acf-field-button-group.php:199
1606
  #: includes/fields/class-acf-field-checkbox.php:421
1607
  #: includes/fields/class-acf-field-radio.php:312
1608
- #: includes/fields/class-acf-field-select.php:440
1609
  msgid "Both (Array)"
1610
  msgstr "Oba (Array)"
1611
 
@@ -1639,7 +1650,7 @@ msgid "Save 'custom' values to the field's choices"
1639
  msgstr "Zapisz \"niestandardowe\" wartości tego pola wyboru"
1640
 
1641
  #: includes/fields/class-acf-field-checkbox.php:381
1642
- #: includes/fields/class-acf-field-select.php:380
1643
  msgid "Enter each default value on a new line"
1644
  msgstr "Wpisz każdą domyślną wartość w osobnej linii"
1645
 
@@ -1733,9 +1744,9 @@ msgstr "Format używany podczas zapisywania wartości"
1733
 
1734
  #: includes/fields/class-acf-field-date_picker.php:210
1735
  #: includes/fields/class-acf-field-date_time_picker.php:200
1736
- #: includes/fields/class-acf-field-post_object.php:432
1737
  #: includes/fields/class-acf-field-relationship.php:715
1738
- #: includes/fields/class-acf-field-select.php:433
1739
  #: includes/fields/class-acf-field-time_picker.php:124
1740
  #: includes/fields/class-acf-field-user.php:428
1741
  msgid "Return Format"
@@ -1856,7 +1867,7 @@ msgstr "Pojawia się w polu formularza"
1856
  #: includes/fields/class-acf-field-email.php:136
1857
  #: includes/fields/class-acf-field-number.php:145
1858
  #: includes/fields/class-acf-field-password.php:80
1859
- #: includes/fields/class-acf-field-range.php:185
1860
  #: includes/fields/class-acf-field-text.php:137
1861
  msgid "Prepend"
1862
  msgstr "Przed polem (prefiks)"
@@ -1864,7 +1875,7 @@ msgstr "Przed polem (prefiks)"
1864
  #: includes/fields/class-acf-field-email.php:137
1865
  #: includes/fields/class-acf-field-number.php:146
1866
  #: includes/fields/class-acf-field-password.php:81
1867
- #: includes/fields/class-acf-field-range.php:186
1868
  #: includes/fields/class-acf-field-text.php:138
1869
  msgid "Appears before the input"
1870
  msgstr "Pojawia się przed polem formularza"
@@ -1872,7 +1883,7 @@ msgstr "Pojawia się przed polem formularza"
1872
  #: includes/fields/class-acf-field-email.php:145
1873
  #: includes/fields/class-acf-field-number.php:154
1874
  #: includes/fields/class-acf-field-password.php:89
1875
- #: includes/fields/class-acf-field-range.php:194
1876
  #: includes/fields/class-acf-field-text.php:146
1877
  msgid "Append"
1878
  msgstr "Za polem (sufiks)"
@@ -1880,7 +1891,7 @@ msgstr "Za polem (sufiks)"
1880
  #: includes/fields/class-acf-field-email.php:146
1881
  #: includes/fields/class-acf-field-number.php:155
1882
  #: includes/fields/class-acf-field-password.php:90
1883
- #: includes/fields/class-acf-field-range.php:195
1884
  #: includes/fields/class-acf-field-text.php:147
1885
  msgid "Appears after the input"
1886
  msgstr "Pojawia się za polem formularza"
@@ -2185,30 +2196,30 @@ msgstr "Brak formatowania"
2185
 
2186
  #: includes/fields/class-acf-field-message.php:124
2187
  msgid "Escape HTML"
2188
- msgstr "dodawaj znaki ucieczki do HTML (escape HTML)"
2189
 
2190
  #: includes/fields/class-acf-field-message.php:125
2191
  msgid "Allow HTML markup to display as visible text instead of rendering"
2192
  msgstr ""
2193
  "Zezwól aby znaczniki HTML były wyświetlane jako widoczny tekst, a nie "
2194
- "renderowane."
2195
 
2196
  #: includes/fields/class-acf-field-number.php:25
2197
  msgid "Number"
2198
  msgstr "Liczba"
2199
 
2200
  #: includes/fields/class-acf-field-number.php:163
2201
- #: includes/fields/class-acf-field-range.php:155
2202
  msgid "Minimum Value"
2203
  msgstr "Minimalna wartość"
2204
 
2205
  #: includes/fields/class-acf-field-number.php:172
2206
- #: includes/fields/class-acf-field-range.php:165
2207
  msgid "Maximum Value"
2208
  msgstr "Maksymalna wartość"
2209
 
2210
  #: includes/fields/class-acf-field-number.php:181
2211
- #: includes/fields/class-acf-field-range.php:175
2212
  msgid "Step Size"
2213
  msgstr "Wielkość kroku"
2214
 
@@ -2239,36 +2250,40 @@ msgstr "Wprowadź adres URL"
2239
  msgid "Embed Size"
2240
  msgstr "Rozmiar osadzenia"
2241
 
 
 
 
 
2242
  #: includes/fields/class-acf-field-page_link.php:177
2243
  msgid "Archives"
2244
  msgstr "Archiwa"
2245
 
2246
  #: includes/fields/class-acf-field-page_link.php:269
2247
- #: includes/fields/class-acf-field-post_object.php:268
2248
  #: includes/fields/class-acf-field-taxonomy.php:961
2249
  msgid "Parent"
2250
  msgstr "Rodzic"
2251
 
2252
  #: includes/fields/class-acf-field-page_link.php:485
2253
- #: includes/fields/class-acf-field-post_object.php:384
2254
  #: includes/fields/class-acf-field-relationship.php:641
2255
  msgid "Filter by Post Type"
2256
  msgstr "Filtruj wg typu wpisu"
2257
 
2258
  #: includes/fields/class-acf-field-page_link.php:493
2259
- #: includes/fields/class-acf-field-post_object.php:392
2260
  #: includes/fields/class-acf-field-relationship.php:649
2261
  msgid "All post types"
2262
  msgstr "Wszystkie typy wpisów"
2263
 
2264
  #: includes/fields/class-acf-field-page_link.php:499
2265
- #: includes/fields/class-acf-field-post_object.php:398
2266
  #: includes/fields/class-acf-field-relationship.php:655
2267
  msgid "Filter by Taxonomy"
2268
  msgstr "Filtruj wg taksonomii"
2269
 
2270
  #: includes/fields/class-acf-field-page_link.php:507
2271
- #: includes/fields/class-acf-field-post_object.php:406
2272
  #: includes/fields/class-acf-field-relationship.php:663
2273
  msgid "All taxonomies"
2274
  msgstr "Wszystkie taksonomie"
@@ -2278,8 +2293,8 @@ msgid "Allow Archives URLs"
2278
  msgstr "Pozwól na adresy URL archiwów"
2279
 
2280
  #: includes/fields/class-acf-field-page_link.php:533
2281
- #: includes/fields/class-acf-field-post_object.php:422
2282
- #: includes/fields/class-acf-field-select.php:398
2283
  #: includes/fields/class-acf-field-user.php:419
2284
  msgid "Select multiple values?"
2285
  msgstr "Możliwość wyboru wielu wartości?"
@@ -2289,12 +2304,12 @@ msgid "Password"
2289
  msgstr "Hasło"
2290
 
2291
  #: includes/fields/class-acf-field-post_object.php:25
2292
- #: includes/fields/class-acf-field-post_object.php:437
2293
  #: includes/fields/class-acf-field-relationship.php:720
2294
  msgid "Post Object"
2295
  msgstr "Obiekt wpisu"
2296
 
2297
- #: includes/fields/class-acf-field-post_object.php:438
2298
  #: includes/fields/class-acf-field-relationship.php:721
2299
  msgid "Post ID"
2300
  msgstr "ID wpisu"
@@ -2463,16 +2478,16 @@ msgctxt "Select2 JS load_fail"
2463
  msgid "Loading failed"
2464
  msgstr "Ładowanie zakończone niepowodzeniem"
2465
 
2466
- #: includes/fields/class-acf-field-select.php:408
2467
  #: includes/fields/class-acf-field-true_false.php:144
2468
  msgid "Stylised UI"
2469
  msgstr "Ostylowany interfejs użytkownika"
2470
 
2471
- #: includes/fields/class-acf-field-select.php:418
2472
  msgid "Use AJAX to lazy load choices?"
2473
  msgstr "Użyć technologii AJAX do wczytywania wyników?"
2474
 
2475
- #: includes/fields/class-acf-field-select.php:434
2476
  msgid "Specify the value returned"
2477
  msgstr "Określ zwracaną wartość"
2478
 
@@ -2669,52 +2684,52 @@ msgstr "ID użytkownika"
2669
  msgid "Wysiwyg Editor"
2670
  msgstr "Edytor WYSIWYG"
2671
 
2672
- #: includes/fields/class-acf-field-wysiwyg.php:346
2673
  msgid "Visual"
2674
  msgstr "Wizualny"
2675
 
2676
- #: includes/fields/class-acf-field-wysiwyg.php:347
2677
  msgctxt "Name for the Text editor tab (formerly HTML)"
2678
  msgid "Text"
2679
  msgstr "Tekstowy"
2680
 
2681
- #: includes/fields/class-acf-field-wysiwyg.php:353
2682
  msgid "Click to initialize TinyMCE"
2683
  msgstr "Kliknij, aby zainicjować TinyMCE"
2684
 
2685
- #: includes/fields/class-acf-field-wysiwyg.php:406
2686
  msgid "Tabs"
2687
  msgstr "Zakładki"
2688
 
2689
- #: includes/fields/class-acf-field-wysiwyg.php:411
2690
  msgid "Visual & Text"
2691
  msgstr "Wizualna i Tekstowa"
2692
 
2693
- #: includes/fields/class-acf-field-wysiwyg.php:412
2694
  msgid "Visual Only"
2695
  msgstr "Tylko wizualna"
2696
 
2697
- #: includes/fields/class-acf-field-wysiwyg.php:413
2698
  msgid "Text Only"
2699
  msgstr "Tylko tekstowa"
2700
 
2701
- #: includes/fields/class-acf-field-wysiwyg.php:420
2702
  msgid "Toolbar"
2703
  msgstr "Pasek narzędzi"
2704
 
2705
- #: includes/fields/class-acf-field-wysiwyg.php:435
2706
  msgid "Show Media Upload Buttons?"
2707
  msgstr "Wyświetlić przyciski Dodawania mediów?"
2708
 
2709
- #: includes/fields/class-acf-field-wysiwyg.php:445
2710
  msgid "Delay initialization?"
2711
  msgstr "Opóźnić inicjowanie?"
2712
 
2713
- #: includes/fields/class-acf-field-wysiwyg.php:446
2714
  msgid "TinyMCE will not be initalized until field is clicked"
2715
  msgstr "TinyMCE nie zostanie zainicjowane do momentu kliknięcia pola"
2716
 
2717
- #: includes/forms/form-comment.php:166 includes/forms/form-post.php:305
2718
  #: pro/admin/admin-options-page.php:308
2719
  msgid "Edit field group"
2720
  msgstr "Edytuj grupę pól"
@@ -2723,8 +2738,8 @@ msgstr "Edytuj grupę pól"
2723
  msgid "Validate Email"
2724
  msgstr "Waliduj E-mail"
2725
 
2726
- #: includes/forms/form-front.php:103
2727
- #: pro/fields/class-acf-field-gallery.php:588 pro/options-page.php:81
2728
  msgid "Update"
2729
  msgstr "Aktualizuj"
2730
 
@@ -2748,11 +2763,11 @@ msgstr "Strona"
2748
  msgid "Forms"
2749
  msgstr "Formularze"
2750
 
2751
- #: includes/locations.php:247
2752
  msgid "is equal to"
2753
  msgstr "jest równe"
2754
 
2755
- #: includes/locations.php:248
2756
  msgid "is not equal to"
2757
  msgstr "jest inne niż"
2758
 
@@ -2981,7 +2996,7 @@ msgstr "Informacje o aktualizacji"
2981
  #: pro/fields/class-acf-field-clone.php:25
2982
  msgctxt "noun"
2983
  msgid "Clone"
2984
- msgstr "Klonowanie"
2985
 
2986
  #: pro/fields/class-acf-field-clone.php:812
2987
  msgid "Select one or more fields you wish to clone"
@@ -3275,6 +3290,84 @@ msgstr "Elliot Condon"
3275
  msgid "http://www.elliotcondon.com/"
3276
  msgstr "http://www.elliotcondon.com/"
3277
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3278
  #~ msgid "Parent fields"
3279
  #~ msgstr "Pola nadrzędne"
3280
 
@@ -3503,9 +3596,6 @@ msgstr "http://www.elliotcondon.com/"
3503
  #~ msgid "elliot condon"
3504
  #~ msgstr "elliot condon"
3505
 
3506
- #~ msgid "Import / Export"
3507
- #~ msgstr "Import / Eksport"
3508
-
3509
  #, fuzzy
3510
  #~ msgid "Field groups are created in order from lowest to highest"
3511
  #~ msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
+ "POT-Creation-Date: 2018-09-06 12:21+1000\n"
6
+ "PO-Revision-Date: 2018-10-01 21:47+0200\n"
7
  "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
8
  "Language-Team: Dariusz Zielonka <dariusz@zielonka.pro>\n"
9
  "Language: pl_PL\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.0.3\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
+ #: acf.php:385 includes/admin/admin.php:117
31
  msgid "Field Groups"
32
  msgstr "Grupy pól"
33
 
34
+ #: acf.php:386
35
  msgid "Field Group"
36
  msgstr "Grupa pól"
37
 
38
+ #: acf.php:387 acf.php:419 includes/admin/admin.php:118
39
  #: pro/fields/class-acf-field-flexible-content.php:572
40
  msgid "Add New"
41
  msgstr "Dodaj nową"
42
 
43
+ #: acf.php:388
44
  msgid "Add New Field Group"
45
  msgstr "Dodaj nową grupę pól"
46
 
47
+ #: acf.php:389
48
  msgid "Edit Field Group"
49
  msgstr "Edytuj grupę pól"
50
 
51
+ #: acf.php:390
52
  msgid "New Field Group"
53
  msgstr "Nowa grupa pól"
54
 
55
+ #: acf.php:391
56
  msgid "View Field Group"
57
  msgstr "Zobacz grupę pól"
58
 
59
+ #: acf.php:392
60
  msgid "Search Field Groups"
61
  msgstr "Szukaj grup pól"
62
 
63
+ #: acf.php:393
64
  msgid "No Field Groups found"
65
  msgstr "Nie znaleziono grupy pól"
66
 
67
+ #: acf.php:394
68
  msgid "No Field Groups found in Trash"
69
  msgstr "Brak grup pól w koszu"
70
 
71
+ #: acf.php:417 includes/admin/admin-field-group.php:202
72
  #: includes/admin/admin-field-groups.php:510
73
  #: pro/fields/class-acf-field-clone.php:811
74
  msgid "Fields"
75
  msgstr "Pola"
76
 
77
+ #: acf.php:418
78
  msgid "Field"
79
  msgstr "Pole"
80
 
81
+ #: acf.php:420
82
  msgid "Add New Field"
83
  msgstr "Dodaj nowe pole"
84
 
85
+ #: acf.php:421
86
  msgid "Edit Field"
87
  msgstr "Edytuj pole"
88
 
89
+ #: acf.php:422 includes/admin/views/field-group-fields.php:41
 
90
  msgid "New Field"
91
  msgstr "Nowe pole"
92
 
93
+ #: acf.php:423
94
  msgid "View Field"
95
  msgstr "Zobacz pole"
96
 
97
+ #: acf.php:424
98
  msgid "Search Fields"
99
  msgstr "Szukaj pól"
100
 
101
+ #: acf.php:425
102
  msgid "No Fields found"
103
  msgstr "Nie znaleziono pól"
104
 
105
+ #: acf.php:426
106
  msgid "No Fields found in Trash"
107
  msgstr "Nie znaleziono pól w koszu"
108
 
109
+ #: acf.php:465 includes/admin/admin-field-group.php:384
110
  #: includes/admin/admin-field-groups.php:567
111
  msgid "Inactive"
112
  msgstr "Nieaktywne"
113
 
114
+ #: acf.php:470
115
  #, php-format
116
  msgid "Inactive <span class=\"count\">(%s)</span>"
117
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
195
  #: includes/admin/views/field-group-field-conditional-logic.php:151
196
  #: includes/admin/views/field-group-locations.php:29
197
  #: includes/admin/views/html-location-group.php:3
198
+ #: includes/api/api-helpers.php:4073
199
  msgid "or"
200
  msgstr "lub"
201
 
221
  msgid "Active"
222
  msgstr "Aktywne"
223
 
224
+ #: includes/admin/admin-field-group.php:746
225
  msgid "Move Complete."
226
  msgstr "Przenoszenie zakończone."
227
 
228
+ #: includes/admin/admin-field-group.php:747
229
  #, php-format
230
  msgid "The %s field can now be found in the %s field group"
231
  msgstr "Pole %s znajduje się teraz w grupie pól %s"
232
 
233
+ #: includes/admin/admin-field-group.php:748
234
  msgid "Close Window"
235
  msgstr "Zamknij okno"
236
 
237
+ #: includes/admin/admin-field-group.php:789
238
  msgid "Please select the destination for this field"
239
  msgstr "Proszę wybrać miejsce przeznaczenia dla tego pola"
240
 
241
+ #: includes/admin/admin-field-group.php:796
242
  msgid "Move Field"
243
  msgstr "Przenieś pole"
244
 
288
 
289
  #: includes/admin/admin-field-groups.php:508
290
  #: includes/admin/views/field-group-options.php:96
291
+ #: includes/admin/views/html-admin-page-upgrade-network.php:38
292
+ #: includes/admin/views/html-admin-page-upgrade-network.php:49
293
  #: pro/fields/class-acf-field-gallery.php:397
294
  msgid "Description"
295
  msgstr "Opis"
333
  msgstr "Pomoc"
334
 
335
  #: includes/admin/admin-field-groups.php:623
336
+ #: includes/admin/views/settings-info.php:84
337
  msgid "Pro"
338
  msgstr "Pro"
339
 
386
  msgid "Tools"
387
  msgstr "Narzędzia"
388
 
389
+ #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:94
390
+ #: includes/admin/admin-upgrade.php:156
391
+ #: includes/admin/views/html-admin-page-upgrade-network.php:24
392
+ #: includes/admin/views/html-admin-page-upgrade.php:26
 
 
 
393
  msgid "Upgrade Database"
394
  msgstr "Aktualizuj bazę danych"
395
 
396
+ #: includes/admin/admin-upgrade.php:180
397
  msgid "Review sites & upgrade"
398
  msgstr "Strona opinii i aktualizacji"
399
 
400
+ #: includes/admin/admin.php:113
401
+ #: includes/admin/views/field-group-options.php:110
402
+ msgid "Custom Fields"
403
+ msgstr "Własne pola"
 
 
 
404
 
405
  #: includes/admin/settings-addons.php:51
406
  #: includes/admin/views/settings-addons.php:3
540
  msgstr "Pokaż to pole jeśli"
541
 
542
  #: includes/admin/views/field-group-field-conditional-logic.php:138
543
+ #: includes/admin/views/html-location-rule.php:86
544
  msgid "and"
545
  msgstr "oraz"
546
 
649
  #: includes/fields/class-acf-field-button-group.php:198
650
  #: includes/fields/class-acf-field-checkbox.php:420
651
  #: includes/fields/class-acf-field-radio.php:311
652
+ #: includes/fields/class-acf-field-select.php:428
653
  #: pro/fields/class-acf-field-flexible-content.php:596
654
  msgid "Label"
655
  msgstr "Etykieta"
832
  "ustawienia pierwszej z nich. (pierwsza grupa pól to ta, która ma najniższy "
833
  "numer w kolejności)"
834
 
835
+ #: includes/admin/views/html-admin-page-upgrade-network.php:26
 
 
 
 
 
 
 
 
 
 
 
 
 
836
  #, php-format
837
  msgid ""
838
  "The following sites require a DB upgrade. Check the ones you want to update "
841
  "Następujące witryny wymagają aktualizacji bazy danych. Zaznacz te, które "
842
  "chcesz zaktualizować i kliknij %s."
843
 
844
+ #: includes/admin/views/html-admin-page-upgrade-network.php:26
845
+ #: includes/admin/views/html-admin-page-upgrade-network.php:27
846
+ #: includes/admin/views/html-admin-page-upgrade-network.php:92
847
+ msgid "Upgrade Sites"
848
+ msgstr "Aktualizacja witryn"
849
+
850
+ #: includes/admin/views/html-admin-page-upgrade-network.php:36
851
+ #: includes/admin/views/html-admin-page-upgrade-network.php:47
852
  msgid "Site"
853
  msgstr "Witryna"
854
 
855
+ #: includes/admin/views/html-admin-page-upgrade-network.php:74
856
  #, php-format
857
  msgid "Site requires database upgrade from %s to %s"
858
  msgstr "Witryna wymaga aktualizacji bazy danych z %s na %s"
859
 
860
+ #: includes/admin/views/html-admin-page-upgrade-network.php:76
861
  msgid "Site is up to date"
862
  msgstr "Ta witryna jest aktualna"
863
 
864
+ #: includes/admin/views/html-admin-page-upgrade-network.php:93
865
  #, php-format
866
  msgid ""
867
  "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
868
  msgstr ""
869
  "Aktualizacja bazy danych zakończona. <a href=\"%s\">Wróć do kokpitu sieci</a>"
870
 
871
+ #: includes/admin/views/html-admin-page-upgrade-network.php:113
872
+ msgid "Please select at least one site to upgrade."
873
+ msgstr "Proszę wybrać co najmniej jedną witrynę do uaktualnienia."
874
+
875
+ #: includes/admin/views/html-admin-page-upgrade-network.php:117
876
+ #: includes/admin/views/html-notice-upgrade.php:38
877
  msgid ""
878
  "It is strongly recommended that you backup your database before proceeding. "
879
  "Are you sure you wish to run the updater now?"
881
  "Zdecydowanie zaleca się wykonanie kopii zapasowej bazy danych przed "
882
  "kontynuowaniem. Czy na pewno chcesz uruchomić aktualizacje teraz?"
883
 
884
+ #: includes/admin/views/html-admin-page-upgrade-network.php:144
885
+ #: includes/admin/views/html-admin-page-upgrade.php:31
 
 
 
 
886
  #, php-format
887
  msgid "Upgrading data to version %s"
888
  msgstr "Aktualizowanie danych do wersji %s"
889
 
890
+ #: includes/admin/views/html-admin-page-upgrade-network.php:167
891
+ msgid "Upgrade complete."
892
+ msgstr "Aktualizacja zakończona."
893
+
894
+ #: includes/admin/views/html-admin-page-upgrade-network.php:176
895
+ #: includes/admin/views/html-admin-page-upgrade-network.php:185
896
+ #: includes/admin/views/html-admin-page-upgrade.php:78
897
+ #: includes/admin/views/html-admin-page-upgrade.php:87
898
+ msgid "Upgrade failed."
899
+ msgstr "Aktualizacja nie powiodła się."
900
+
901
+ #: includes/admin/views/html-admin-page-upgrade.php:30
902
+ msgid "Reading upgrade tasks..."
903
+ msgstr "Czytam zadania aktualizacji..."
904
+
905
+ #: includes/admin/views/html-admin-page-upgrade.php:33
906
+ #, php-format
907
+ msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
908
+ msgstr ""
909
+ "Aktualizacja bazy danych zakończona. <a href=\"%s\">Zobacz co nowego</a>"
910
+
911
+ #: includes/admin/views/html-admin-page-upgrade.php:116
912
+ #: includes/ajax/class-acf-ajax-upgrade.php:33
913
+ msgid "No updates available."
914
+ msgstr "Brak dostępnych aktualizacji."
915
+
916
+ #: includes/admin/views/html-location-group.php:3
917
+ msgid "Show this field group if"
918
+ msgstr "Pokaż tą grupę pól jeśli"
919
+
920
+ #: includes/admin/views/html-notice-upgrade.php:8
921
  #: pro/fields/class-acf-field-repeater.php:25
922
  msgid "Repeater"
923
  msgstr "Pole powtarzalne"
924
 
925
+ #: includes/admin/views/html-notice-upgrade.php:9
926
  #: pro/fields/class-acf-field-flexible-content.php:25
927
  msgid "Flexible Content"
928
  msgstr "Elastyczne treść"
929
 
930
+ #: includes/admin/views/html-notice-upgrade.php:10
931
  #: pro/fields/class-acf-field-gallery.php:25
932
  msgid "Gallery"
933
  msgstr "Galeria"
934
 
935
+ #: includes/admin/views/html-notice-upgrade.php:11
936
  #: pro/locations/class-acf-location-options-page.php:26
937
  msgid "Options Page"
938
  msgstr "Strona opcji"
939
 
940
+ #: includes/admin/views/html-notice-upgrade.php:21
941
  msgid "Database Upgrade Required"
942
  msgstr "Wymagana jest aktualizacja bazy danych"
943
 
944
+ #: includes/admin/views/html-notice-upgrade.php:22
945
  #, php-format
946
  msgid "Thank you for updating to %s v%s!"
947
  msgstr "Dziękujemy za aktualizacje do %s v%s!"
948
 
949
+ #: includes/admin/views/html-notice-upgrade.php:22
950
  msgid ""
951
+ "This version contains improvements to your database and requires an upgrade."
952
+ msgstr "Ta wersja zawiera ulepszenia bazy danych i wymaga uaktualnienia."
 
 
 
953
 
954
+ #: includes/admin/views/html-notice-upgrade.php:24
955
  #, php-format
956
  msgid ""
957
  "Please also ensure any premium add-ons (%s) have first been updated to the "
960
  "Upewnij się także, że wszystkie dodatki premium (%s) zostały wcześniej "
961
  "zaktualizowane do najnowszych wersji."
962
 
 
 
 
 
 
 
 
 
 
 
963
  #: includes/admin/views/settings-addons.php:17
964
  msgid "Download & Install"
965
  msgstr "Pobierz i instaluj"
981
  "Dziękujemy za aktualizację! ACF %s jest większy i lepszy niż kiedykolwiek "
982
  "wcześniej. Mamy nadzieję, że go polubisz."
983
 
984
+ #: includes/admin/views/settings-info.php:15
985
+ msgid "A Smoother Experience"
986
+ msgstr "Lepsze odczucia w użytkowaniu"
987
 
988
+ #: includes/admin/views/settings-info.php:19
989
  msgid "Improved Usability"
990
  msgstr "Zwiększona użyteczność"
991
 
992
+ #: includes/admin/views/settings-info.php:20
993
  msgid ""
994
  "Including the popular Select2 library has improved both usability and speed "
995
  "across a number of field types including post object, page link, taxonomy "
999
  "szybkość wielu typów pól wliczając obiekty wpisów, odnośniki stron, "
1000
  "taksonomie i pola wyboru."
1001
 
1002
+ #: includes/admin/views/settings-info.php:24
1003
  msgid "Improved Design"
1004
  msgstr "Ulepszony wygląd"
1005
 
1006
+ #: includes/admin/views/settings-info.php:25
1007
  msgid ""
1008
  "Many fields have undergone a visual refresh to make ACF look better than "
1009
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
1013
  "kiedykolwiek! Zmiany warte uwagi są widoczne w galerii, polach relacji i "
1014
  "polach oEmbed (nowość)!"
1015
 
1016
+ #: includes/admin/views/settings-info.php:29
1017
  msgid "Improved Data"
1018
  msgstr "Ulepszona struktura danych"
1019
 
1020
+ #: includes/admin/views/settings-info.php:30
1021
  msgid ""
1022
  "Redesigning the data architecture has allowed sub fields to live "
1023
  "independently from their parents. This allows you to drag and drop fields in "
1027
  "niezależnymi od swoich rodziców. Pozwala to na przeciąganie i upuszczanie "
1028
  "pól pomiędzy rodzicami!"
1029
 
1030
+ #: includes/admin/views/settings-info.php:38
1031
  msgid "Goodbye Add-ons. Hello PRO"
1032
  msgstr "Do widzenia Dodatki. Dzień dobry PRO"
1033
 
1034
+ #: includes/admin/views/settings-info.php:41
1035
  msgid "Introducing ACF PRO"
1036
  msgstr "Przedstawiamy ACF PRO"
1037
 
1038
+ #: includes/admin/views/settings-info.php:42
1039
  msgid ""
1040
  "We're changing the way premium functionality is delivered in an exciting way!"
1041
  msgstr ""
1042
  "Zmieniliśmy sposób funkcjonowania wersji premium - teraz jest dostarczana w "
1043
  "ekscytujący sposób!"
1044
 
1045
+ #: includes/admin/views/settings-info.php:43
1046
  #, php-format
1047
  msgid ""
1048
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
1053
  "Pro ACF</a>. W obu licencjach, osobistej i deweloperskiej, funkcjonalność "
1054
  "premium jest bardziej przystępna niż kiedykolwiek wcześniej!"
1055
 
1056
+ #: includes/admin/views/settings-info.php:47
1057
  msgid "Powerful Features"
1058
  msgstr "Potężne funkcje"
1059
 
1060
+ #: includes/admin/views/settings-info.php:48
1061
  msgid ""
1062
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1063
  "layouts, a beautiful gallery field and the ability to create extra admin "
1067
  "układy treści, piękne galerie i możliwość tworzenia dodatkowych stron opcji "
1068
  "administracyjnych!"
1069
 
1070
+ #: includes/admin/views/settings-info.php:49
1071
  #, php-format
1072
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1073
  msgstr "Przeczytaj więcej o <a href=\"%s\">możliwościach ACF PRO</a>."
1074
 
1075
+ #: includes/admin/views/settings-info.php:53
1076
  msgid "Easy Upgrading"
1077
  msgstr "Łatwa aktualizacja"
1078
 
1079
+ #: includes/admin/views/settings-info.php:54
 
1080
  msgid ""
1081
+ "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1082
+ "the plugin!"
1083
  msgstr ""
1084
+ "Ulepszenie wersji do ACF PRO jest łatwe. Wystarczy zakupić licencję online i "
1085
+ "pobrać wtyczkę!"
1086
 
1087
+ #: includes/admin/views/settings-info.php:55
1088
  #, php-format
1089
  msgid ""
1090
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1091
  "but if you do have one, please contact our support team via the <a href=\"%s"
1092
+ "\">help desk</a>."
1093
  msgstr ""
1094
  "Napisaliśmy również <a href=\"%s\">przewodnik aktualizacji</a> wyjaśniający "
1095
  "wiele zagadnień, jednak jeśli masz jakieś pytanie skontaktuj się z nami na "
1096
+ "stronie <a href=\"%s\">wsparcia technicznego</a>."
1097
+
1098
+ #: includes/admin/views/settings-info.php:64
1099
+ msgid "New Features"
1100
+ msgstr "Nowe funkcje"
1101
+
1102
+ #: includes/admin/views/settings-info.php:69
1103
+ msgid "Link Field"
1104
+ msgstr "Pole linku"
1105
+
1106
+ #: includes/admin/views/settings-info.php:70
1107
+ msgid ""
1108
+ "The Link field provides a simple way to select or define a link (url, title, "
1109
+ "target)."
1110
+ msgstr ""
1111
+ "Pole linku zapewnia prosty sposób wybrać lub określić łącze (adres URL, "
1112
+ "atrybut 'title', atrybut 'target')."
1113
 
1114
+ #: includes/admin/views/settings-info.php:74
1115
+ msgid "Group Field"
1116
+ msgstr "Pole grupy"
1117
 
1118
+ #: includes/admin/views/settings-info.php:75
1119
+ msgid "The Group field provides a simple way to create a group of fields."
1120
+ msgstr "Pole grupy zapewnia prosty sposób tworzenia grupy pól."
1121
 
1122
+ #: includes/admin/views/settings-info.php:79
1123
+ msgid "oEmbed Field"
1124
+ msgstr "Pole oEmbed"
1125
 
1126
+ #: includes/admin/views/settings-info.php:80
1127
+ msgid ""
1128
+ "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1129
+ "and other content."
1130
+ msgstr ""
1131
+ "Pole oEmbed pozwala w łatwy sposób osadzać filmy, obrazy, tweety, audio i "
1132
+ "inne treści."
1133
+
1134
+ #: includes/admin/views/settings-info.php:84
1135
+ msgid "Clone Field"
1136
+ msgstr "Pole klonowania"
1137
+
1138
+ #: includes/admin/views/settings-info.php:85
1139
+ msgid "The clone field allows you to select and display existing fields."
1140
+ msgstr "Pole klonowania umożliwia zaznaczanie i wyświetlanie istniejących pól."
1141
+
1142
+ #: includes/admin/views/settings-info.php:89
1143
  msgid "More AJAX"
1144
  msgstr "Więcej technologii AJAX"
1145
 
1146
+ #: includes/admin/views/settings-info.php:90
1147
+ msgid "More fields use AJAX powered search to speed up page loading."
1148
+ msgstr "Więcej pól korzysta z AJAX, aby przyspieszyć ładowanie stron."
1149
 
1150
+ #: includes/admin/views/settings-info.php:94
1151
  msgid "Local JSON"
1152
  msgstr "Lokalny JSON"
1153
 
1154
+ #: includes/admin/views/settings-info.php:95
 
 
 
 
 
 
 
 
1155
  msgid ""
1156
+ "New auto export to JSON feature improves speed and allows for syncronisation."
 
1157
  msgstr ""
1158
+ "Nowy zautomatyzowany eksport do JSON ma poprawioną szybkość i pozwala na "
1159
+ "synchronizację."
1160
 
1161
+ #: includes/admin/views/settings-info.php:99
1162
+ msgid "Easy Import / Export"
1163
+ msgstr "Łatwy Import / Eksport"
1164
 
1165
+ #: includes/admin/views/settings-info.php:100
1166
+ msgid "Both import and export can easily be done through a new tools page."
1167
+ msgstr ""
1168
+ "Zarówno import, jak i eksport można łatwo wykonać za pomocą nowej strony "
1169
+ "narzędzi."
1170
 
1171
+ #: includes/admin/views/settings-info.php:104
1172
+ msgid "New Form Locations"
1173
+ msgstr "Nowe lokalizacje formularzy"
1174
 
1175
+ #: includes/admin/views/settings-info.php:105
1176
+ msgid ""
1177
+ "Fields can now be mapped to menus, menu items, comments, widgets and all "
1178
+ "user forms!"
1179
  msgstr ""
1180
+ "Pola można teraz mapować na menu, pozycji menu, komentarzy, widżetów i "
1181
+ "wszystkich formularzy użytkowników!"
1182
 
1183
+ #: includes/admin/views/settings-info.php:109
1184
+ msgid "More Customization"
1185
+ msgstr "Więcej dostosowywania"
1186
 
1187
  #: includes/admin/views/settings-info.php:110
1188
+ msgid ""
1189
+ "New PHP (and JS) actions and filters have been added to allow for more "
1190
+ "customization."
1191
+ msgstr ""
1192
+ "Dodano nowe akcje i filtry PHP (i JS), aby poszerzyć zakres personalizacji."
1193
 
1194
+ #: includes/admin/views/settings-info.php:114
1195
+ msgid "Fresh UI"
1196
+ msgstr "Fresh UI"
1197
 
1198
  #: includes/admin/views/settings-info.php:115
1199
+ msgid ""
1200
+ "The entire plugin has had a design refresh including new field types, "
1201
+ "settings and design!"
1202
+ msgstr ""
1203
+ "Cała wtyczka została odświeżone, dodano nowe typy pól, ustawienia i wygląd!"
1204
+
1205
+ #: includes/admin/views/settings-info.php:119
1206
  msgid "New Settings"
1207
  msgstr "Nowe ustawienia"
1208
 
1209
+ #: includes/admin/views/settings-info.php:120
1210
  msgid ""
1211
+ "Field group settings have been added for Active, Label Placement, "
1212
+ "Instructions Placement and Description."
1213
  msgstr ""
1214
+ "Zostały dodane ustawienia grup pól dotyczące, Aktywności, Pozycji etykiet "
1215
+ "oraz Pozycji instrukcji i Opisu."
1216
 
1217
+ #: includes/admin/views/settings-info.php:124
1218
  msgid "Better Front End Forms"
1219
  msgstr "Lepszy wygląd formularzy (Front End Forms)"
1220
 
1221
+ #: includes/admin/views/settings-info.php:125
1222
+ msgid ""
1223
+ "acf_form() can now create a new post on submission with lots of new settings."
1224
+ msgstr ""
1225
+ "acf_form() może teraz utworzyć nowy wpis po przesłaniu i zawiera wiele "
1226
+ "nowych ustawień."
1227
 
1228
+ #: includes/admin/views/settings-info.php:129
1229
  msgid "Better Validation"
1230
  msgstr "Lepsza walidacja"
1231
 
1232
+ #: includes/admin/views/settings-info.php:130
1233
+ msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1234
+ msgstr "Walidacja pól jest wykonana w PHP + AJAX a nie tylko w JS."
 
 
 
 
1235
 
1236
+ #: includes/admin/views/settings-info.php:134
 
 
 
 
 
 
 
1237
  msgid "Moving Fields"
1238
  msgstr "Przenoszenie pól"
1239
 
1240
+ #: includes/admin/views/settings-info.php:135
1241
  msgid ""
1242
  "New field group functionality allows you to move a field between groups & "
1243
+ "parents."
1244
  msgstr ""
1245
+ "Nowa funkcjonalność pozwala na przenoszenie pól pomiędzy grupami i rodzicami."
1246
 
1247
+ #: includes/admin/views/settings-info.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1248
  #, php-format
1249
  msgid "We think you'll love the changes in %s."
1250
  msgstr "Uważamy, że pokochasz zmiany wprowadzone w wersji %s."
1251
 
1252
+ #: includes/api/api-helpers.php:1046
1253
  msgid "Thumbnail"
1254
  msgstr "Miniatura"
1255
 
1256
+ #: includes/api/api-helpers.php:1047
1257
  msgid "Medium"
1258
  msgstr "Średni"
1259
 
1260
+ #: includes/api/api-helpers.php:1048
1261
  msgid "Large"
1262
  msgstr "Duży"
1263
 
1264
+ #: includes/api/api-helpers.php:1097
1265
  msgid "Full Size"
1266
  msgstr "Pełny rozmiar"
1267
 
1268
+ #: includes/api/api-helpers.php:1339 includes/api/api-helpers.php:1912
1269
  #: pro/fields/class-acf-field-clone.php:996
1270
  msgid "(no title)"
1271
  msgstr "(brak tytułu)"
1272
 
1273
+ #: includes/api/api-helpers.php:3994
1274
  #, php-format
1275
  msgid "Image width must be at least %dpx."
1276
  msgstr "Szerokość obrazu musi mieć co najmniej %dpx."
1277
 
1278
+ #: includes/api/api-helpers.php:3999
1279
  #, php-format
1280
  msgid "Image width must not exceed %dpx."
1281
  msgstr "Szerokość obrazu nie może przekraczać %dpx."
1282
 
1283
+ #: includes/api/api-helpers.php:4015
1284
  #, php-format
1285
  msgid "Image height must be at least %dpx."
1286
  msgstr "Wysokość obrazu musi mieć co najmniej %dpx."
1287
 
1288
+ #: includes/api/api-helpers.php:4020
1289
  #, php-format
1290
  msgid "Image height must not exceed %dpx."
1291
  msgstr "Wysokość obrazu nie może przekraczać %dpx."
1292
 
1293
+ #: includes/api/api-helpers.php:4038
1294
  #, php-format
1295
  msgid "File size must be at least %s."
1296
  msgstr "Rozmiar pliku musi wynosić co najmniej %s."
1297
 
1298
+ #: includes/api/api-helpers.php:4043
1299
  #, php-format
1300
  msgid "File size must must not exceed %s."
1301
  msgstr "Rozmiar pliku nie może przekraczać %s."
1302
 
1303
+ #: includes/api/api-helpers.php:4077
1304
  #, php-format
1305
  msgid "File type must be %s."
1306
  msgstr "Plik musi spełniać kryteria typu %s."
1459
  msgid "jQuery"
1460
  msgstr "jQuery"
1461
 
1462
+ #: includes/fields.php:354 includes/fields/class-acf-field-button-group.php:177
 
1463
  #: includes/fields/class-acf-field-checkbox.php:389
1464
  #: includes/fields/class-acf-field-group.php:474
1465
  #: includes/fields/class-acf-field-radio.php:290
1510
  #: includes/fields/class-acf-field-button-group.php:149
1511
  #: includes/fields/class-acf-field-checkbox.php:344
1512
  #: includes/fields/class-acf-field-radio.php:235
1513
+ #: includes/fields/class-acf-field-select.php:359
1514
  msgid "Choices"
1515
  msgstr "Wybory"
1516
 
1517
  #: includes/fields/class-acf-field-button-group.php:150
1518
  #: includes/fields/class-acf-field-checkbox.php:345
1519
  #: includes/fields/class-acf-field-radio.php:236
1520
+ #: includes/fields/class-acf-field-select.php:360
1521
  msgid "Enter each choice on a new line."
1522
  msgstr "Wpisz każdy z wyborów w osobnej linii."
1523
 
1524
  #: includes/fields/class-acf-field-button-group.php:150
1525
  #: includes/fields/class-acf-field-checkbox.php:345
1526
  #: includes/fields/class-acf-field-radio.php:236
1527
+ #: includes/fields/class-acf-field-select.php:360
1528
  msgid "For more control, you may specify both a value and label like this:"
1529
  msgstr ""
1530
  "Aby uzyskać większą kontrolę, można określić zarówno wartość i etykietę w "
1533
  #: includes/fields/class-acf-field-button-group.php:150
1534
  #: includes/fields/class-acf-field-checkbox.php:345
1535
  #: includes/fields/class-acf-field-radio.php:236
1536
+ #: includes/fields/class-acf-field-select.php:360
1537
  msgid "red : Red"
1538
  msgstr "czerwony : Czerwony"
1539
 
1540
  #: includes/fields/class-acf-field-button-group.php:158
1541
  #: includes/fields/class-acf-field-page_link.php:513
1542
+ #: includes/fields/class-acf-field-post_object.php:411
1543
  #: includes/fields/class-acf-field-radio.php:244
1544
+ #: includes/fields/class-acf-field-select.php:377
1545
  #: includes/fields/class-acf-field-taxonomy.php:784
1546
  #: includes/fields/class-acf-field-user.php:409
1547
  msgid "Allow Null?"
1553
  #: includes/fields/class-acf-field-email.php:118
1554
  #: includes/fields/class-acf-field-number.php:127
1555
  #: includes/fields/class-acf-field-radio.php:281
1556
+ #: includes/fields/class-acf-field-range.php:149
1557
+ #: includes/fields/class-acf-field-select.php:368
1558
  #: includes/fields/class-acf-field-text.php:119
1559
  #: includes/fields/class-acf-field-textarea.php:102
1560
  #: includes/fields/class-acf-field-true_false.php:135
1561
  #: includes/fields/class-acf-field-url.php:100
1562
+ #: includes/fields/class-acf-field-wysiwyg.php:381
1563
  msgid "Default Value"
1564
  msgstr "Domyślna wartość"
1565
 
1567
  #: includes/fields/class-acf-field-email.php:119
1568
  #: includes/fields/class-acf-field-number.php:128
1569
  #: includes/fields/class-acf-field-radio.php:282
1570
+ #: includes/fields/class-acf-field-range.php:150
1571
  #: includes/fields/class-acf-field-text.php:120
1572
  #: includes/fields/class-acf-field-textarea.php:103
1573
  #: includes/fields/class-acf-field-url.php:101
1574
+ #: includes/fields/class-acf-field-wysiwyg.php:382
1575
  msgid "Appears when creating a new post"
1576
  msgstr "Wyświetlane podczas tworzenia nowego wpisu"
1577
 
1609
  #: includes/fields/class-acf-field-button-group.php:197
1610
  #: includes/fields/class-acf-field-checkbox.php:419
1611
  #: includes/fields/class-acf-field-radio.php:310
1612
+ #: includes/fields/class-acf-field-select.php:427
1613
  msgid "Value"
1614
  msgstr "Wartość"
1615
 
1616
  #: includes/fields/class-acf-field-button-group.php:199
1617
  #: includes/fields/class-acf-field-checkbox.php:421
1618
  #: includes/fields/class-acf-field-radio.php:312
1619
+ #: includes/fields/class-acf-field-select.php:429
1620
  msgid "Both (Array)"
1621
  msgstr "Oba (Array)"
1622
 
1650
  msgstr "Zapisz \"niestandardowe\" wartości tego pola wyboru"
1651
 
1652
  #: includes/fields/class-acf-field-checkbox.php:381
1653
+ #: includes/fields/class-acf-field-select.php:369
1654
  msgid "Enter each default value on a new line"
1655
  msgstr "Wpisz każdą domyślną wartość w osobnej linii"
1656
 
1744
 
1745
  #: includes/fields/class-acf-field-date_picker.php:210
1746
  #: includes/fields/class-acf-field-date_time_picker.php:200
1747
+ #: includes/fields/class-acf-field-post_object.php:431
1748
  #: includes/fields/class-acf-field-relationship.php:715
1749
+ #: includes/fields/class-acf-field-select.php:422
1750
  #: includes/fields/class-acf-field-time_picker.php:124
1751
  #: includes/fields/class-acf-field-user.php:428
1752
  msgid "Return Format"
1867
  #: includes/fields/class-acf-field-email.php:136
1868
  #: includes/fields/class-acf-field-number.php:145
1869
  #: includes/fields/class-acf-field-password.php:80
1870
+ #: includes/fields/class-acf-field-range.php:188
1871
  #: includes/fields/class-acf-field-text.php:137
1872
  msgid "Prepend"
1873
  msgstr "Przed polem (prefiks)"
1875
  #: includes/fields/class-acf-field-email.php:137
1876
  #: includes/fields/class-acf-field-number.php:146
1877
  #: includes/fields/class-acf-field-password.php:81
1878
+ #: includes/fields/class-acf-field-range.php:189
1879
  #: includes/fields/class-acf-field-text.php:138
1880
  msgid "Appears before the input"
1881
  msgstr "Pojawia się przed polem formularza"
1883
  #: includes/fields/class-acf-field-email.php:145
1884
  #: includes/fields/class-acf-field-number.php:154
1885
  #: includes/fields/class-acf-field-password.php:89
1886
+ #: includes/fields/class-acf-field-range.php:197
1887
  #: includes/fields/class-acf-field-text.php:146
1888
  msgid "Append"
1889
  msgstr "Za polem (sufiks)"
1891
  #: includes/fields/class-acf-field-email.php:146
1892
  #: includes/fields/class-acf-field-number.php:155
1893
  #: includes/fields/class-acf-field-password.php:90
1894
+ #: includes/fields/class-acf-field-range.php:198
1895
  #: includes/fields/class-acf-field-text.php:147
1896
  msgid "Appears after the input"
1897
  msgstr "Pojawia się za polem formularza"
2196
 
2197
  #: includes/fields/class-acf-field-message.php:124
2198
  msgid "Escape HTML"
2199
+ msgstr "Dodawaj znaki ucieczki do HTML (escape HTML)"
2200
 
2201
  #: includes/fields/class-acf-field-message.php:125
2202
  msgid "Allow HTML markup to display as visible text instead of rendering"
2203
  msgstr ""
2204
  "Zezwól aby znaczniki HTML były wyświetlane jako widoczny tekst, a nie "
2205
+ "renderowane"
2206
 
2207
  #: includes/fields/class-acf-field-number.php:25
2208
  msgid "Number"
2209
  msgstr "Liczba"
2210
 
2211
  #: includes/fields/class-acf-field-number.php:163
2212
+ #: includes/fields/class-acf-field-range.php:158
2213
  msgid "Minimum Value"
2214
  msgstr "Minimalna wartość"
2215
 
2216
  #: includes/fields/class-acf-field-number.php:172
2217
+ #: includes/fields/class-acf-field-range.php:168
2218
  msgid "Maximum Value"
2219
  msgstr "Maksymalna wartość"
2220
 
2221
  #: includes/fields/class-acf-field-number.php:181
2222
+ #: includes/fields/class-acf-field-range.php:178
2223
  msgid "Step Size"
2224
  msgstr "Wielkość kroku"
2225
 
2250
  msgid "Embed Size"
2251
  msgstr "Rozmiar osadzenia"
2252
 
2253
+ #: includes/fields/class-acf-field-page_link.php:25
2254
+ msgid "Page Link"
2255
+ msgstr "Link do strony"
2256
+
2257
  #: includes/fields/class-acf-field-page_link.php:177
2258
  msgid "Archives"
2259
  msgstr "Archiwa"
2260
 
2261
  #: includes/fields/class-acf-field-page_link.php:269
2262
+ #: includes/fields/class-acf-field-post_object.php:267
2263
  #: includes/fields/class-acf-field-taxonomy.php:961
2264
  msgid "Parent"
2265
  msgstr "Rodzic"
2266
 
2267
  #: includes/fields/class-acf-field-page_link.php:485
2268
+ #: includes/fields/class-acf-field-post_object.php:383
2269
  #: includes/fields/class-acf-field-relationship.php:641
2270
  msgid "Filter by Post Type"
2271
  msgstr "Filtruj wg typu wpisu"
2272
 
2273
  #: includes/fields/class-acf-field-page_link.php:493
2274
+ #: includes/fields/class-acf-field-post_object.php:391
2275
  #: includes/fields/class-acf-field-relationship.php:649
2276
  msgid "All post types"
2277
  msgstr "Wszystkie typy wpisów"
2278
 
2279
  #: includes/fields/class-acf-field-page_link.php:499
2280
+ #: includes/fields/class-acf-field-post_object.php:397
2281
  #: includes/fields/class-acf-field-relationship.php:655
2282
  msgid "Filter by Taxonomy"
2283
  msgstr "Filtruj wg taksonomii"
2284
 
2285
  #: includes/fields/class-acf-field-page_link.php:507
2286
+ #: includes/fields/class-acf-field-post_object.php:405
2287
  #: includes/fields/class-acf-field-relationship.php:663
2288
  msgid "All taxonomies"
2289
  msgstr "Wszystkie taksonomie"
2293
  msgstr "Pozwól na adresy URL archiwów"
2294
 
2295
  #: includes/fields/class-acf-field-page_link.php:533
2296
+ #: includes/fields/class-acf-field-post_object.php:421
2297
+ #: includes/fields/class-acf-field-select.php:387
2298
  #: includes/fields/class-acf-field-user.php:419
2299
  msgid "Select multiple values?"
2300
  msgstr "Możliwość wyboru wielu wartości?"
2304
  msgstr "Hasło"
2305
 
2306
  #: includes/fields/class-acf-field-post_object.php:25
2307
+ #: includes/fields/class-acf-field-post_object.php:436
2308
  #: includes/fields/class-acf-field-relationship.php:720
2309
  msgid "Post Object"
2310
  msgstr "Obiekt wpisu"
2311
 
2312
+ #: includes/fields/class-acf-field-post_object.php:437
2313
  #: includes/fields/class-acf-field-relationship.php:721
2314
  msgid "Post ID"
2315
  msgstr "ID wpisu"
2478
  msgid "Loading failed"
2479
  msgstr "Ładowanie zakończone niepowodzeniem"
2480
 
2481
+ #: includes/fields/class-acf-field-select.php:397
2482
  #: includes/fields/class-acf-field-true_false.php:144
2483
  msgid "Stylised UI"
2484
  msgstr "Ostylowany interfejs użytkownika"
2485
 
2486
+ #: includes/fields/class-acf-field-select.php:407
2487
  msgid "Use AJAX to lazy load choices?"
2488
  msgstr "Użyć technologii AJAX do wczytywania wyników?"
2489
 
2490
+ #: includes/fields/class-acf-field-select.php:423
2491
  msgid "Specify the value returned"
2492
  msgstr "Określ zwracaną wartość"
2493
 
2684
  msgid "Wysiwyg Editor"
2685
  msgstr "Edytor WYSIWYG"
2686
 
2687
+ #: includes/fields/class-acf-field-wysiwyg.php:330
2688
  msgid "Visual"
2689
  msgstr "Wizualny"
2690
 
2691
+ #: includes/fields/class-acf-field-wysiwyg.php:331
2692
  msgctxt "Name for the Text editor tab (formerly HTML)"
2693
  msgid "Text"
2694
  msgstr "Tekstowy"
2695
 
2696
+ #: includes/fields/class-acf-field-wysiwyg.php:337
2697
  msgid "Click to initialize TinyMCE"
2698
  msgstr "Kliknij, aby zainicjować TinyMCE"
2699
 
2700
+ #: includes/fields/class-acf-field-wysiwyg.php:390
2701
  msgid "Tabs"
2702
  msgstr "Zakładki"
2703
 
2704
+ #: includes/fields/class-acf-field-wysiwyg.php:395
2705
  msgid "Visual & Text"
2706
  msgstr "Wizualna i Tekstowa"
2707
 
2708
+ #: includes/fields/class-acf-field-wysiwyg.php:396
2709
  msgid "Visual Only"
2710
  msgstr "Tylko wizualna"
2711
 
2712
+ #: includes/fields/class-acf-field-wysiwyg.php:397
2713
  msgid "Text Only"
2714
  msgstr "Tylko tekstowa"
2715
 
2716
+ #: includes/fields/class-acf-field-wysiwyg.php:404
2717
  msgid "Toolbar"
2718
  msgstr "Pasek narzędzi"
2719
 
2720
+ #: includes/fields/class-acf-field-wysiwyg.php:419
2721
  msgid "Show Media Upload Buttons?"
2722
  msgstr "Wyświetlić przyciski Dodawania mediów?"
2723
 
2724
+ #: includes/fields/class-acf-field-wysiwyg.php:429
2725
  msgid "Delay initialization?"
2726
  msgstr "Opóźnić inicjowanie?"
2727
 
2728
+ #: includes/fields/class-acf-field-wysiwyg.php:430
2729
  msgid "TinyMCE will not be initalized until field is clicked"
2730
  msgstr "TinyMCE nie zostanie zainicjowane do momentu kliknięcia pola"
2731
 
2732
+ #: includes/forms/form-comment.php:166 includes/forms/form-post.php:301
2733
  #: pro/admin/admin-options-page.php:308
2734
  msgid "Edit field group"
2735
  msgstr "Edytuj grupę pól"
2738
  msgid "Validate Email"
2739
  msgstr "Waliduj E-mail"
2740
 
2741
+ #: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:588
2742
+ #: pro/options-page.php:81
2743
  msgid "Update"
2744
  msgstr "Aktualizuj"
2745
 
2763
  msgid "Forms"
2764
  msgstr "Formularze"
2765
 
2766
+ #: includes/locations.php:243
2767
  msgid "is equal to"
2768
  msgstr "jest równe"
2769
 
2770
+ #: includes/locations.php:244
2771
  msgid "is not equal to"
2772
  msgstr "jest inne niż"
2773
 
2996
  #: pro/fields/class-acf-field-clone.php:25
2997
  msgctxt "noun"
2998
  msgid "Clone"
2999
+ msgstr "Klon"
3000
 
3001
  #: pro/fields/class-acf-field-clone.php:812
3002
  msgid "Select one or more fields you wish to clone"
3290
  msgid "http://www.elliotcondon.com/"
3291
  msgstr "http://www.elliotcondon.com/"
3292
 
3293
+ #~ msgid "Error validating request"
3294
+ #~ msgstr "Błąd podczas walidacji żądania"
3295
+
3296
+ #~ msgid "Advanced Custom Fields Database Upgrade"
3297
+ #~ msgstr "Aktualizacja bazy danych Advanced Custom Fields"
3298
+
3299
+ #~ msgid ""
3300
+ #~ "Before you start using the new awesome features, please update your "
3301
+ #~ "database to the newest version."
3302
+ #~ msgstr ""
3303
+ #~ "Zanim zaczniesz korzystać z niesamowitych funkcji prosimy o "
3304
+ #~ "zaktualizowanie bazy danych do najnowszej wersji."
3305
+
3306
+ #~ msgid ""
3307
+ #~ "To help make upgrading easy, <a href=\"%s\">login to your store account</"
3308
+ #~ "a> and claim a free copy of ACF PRO!"
3309
+ #~ msgstr ""
3310
+ #~ "Aby aktualizacja była łatwa, <a href=\"%s\">zaloguj się do swojego konta</"
3311
+ #~ "a> i pobierz darmową kopię ACF PRO!"
3312
+
3313
+ #~ msgid "Under the Hood"
3314
+ #~ msgstr "Pod maską"
3315
+
3316
+ #~ msgid "Smarter field settings"
3317
+ #~ msgstr "Sprytniejsze ustawienia pól"
3318
+
3319
+ #~ msgid "ACF now saves its field settings as individual post objects"
3320
+ #~ msgstr "ACF teraz zapisuje ustawienia pól jako osobny obiekt wpisu"
3321
+
3322
+ #~ msgid "Better version control"
3323
+ #~ msgstr "Lepsza kontrola wersji"
3324
+
3325
+ #~ msgid ""
3326
+ #~ "New auto export to JSON feature allows field settings to be version "
3327
+ #~ "controlled"
3328
+ #~ msgstr ""
3329
+ #~ "Nowy zautomatyzowany eksport do JSON pozwala na wersjonowanie ustawień pól"
3330
+
3331
+ #~ msgid "Swapped XML for JSON"
3332
+ #~ msgstr "Zmiana XML na JSON"
3333
+
3334
+ #~ msgid "Import / Export now uses JSON in favour of XML"
3335
+ #~ msgstr "Import / Eksport teraz korzysta z JSON zamiast XML"
3336
+
3337
+ #~ msgid "New Forms"
3338
+ #~ msgstr "Nowe formularze"
3339
+
3340
+ #~ msgid "A new field for embedding content has been added"
3341
+ #~ msgstr "Dodano nowe pole do osadzania zawartości"
3342
+
3343
+ #~ msgid "New Gallery"
3344
+ #~ msgstr "Nowa galeria"
3345
+
3346
+ #~ msgid "The gallery field has undergone a much needed facelift"
3347
+ #~ msgstr "Pola galerii przeszły niezbędny facelifting"
3348
+
3349
+ #~ msgid "Relationship Field"
3350
+ #~ msgstr "Pole relacji"
3351
+
3352
+ #~ msgid ""
3353
+ #~ "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
3354
+ #~ msgstr ""
3355
+ #~ "Nowe ustawienia pola relacji dla \"Filtrów\" (Wyszukiwarka, Typ Wpisu, "
3356
+ #~ "Taksonomia)"
3357
+
3358
+ #~ msgid "New archives group in page_link field selection"
3359
+ #~ msgstr "Nowe grupy archiwów do wyboru dla pola page_link"
3360
+
3361
+ #~ msgid "Better Options Pages"
3362
+ #~ msgstr "Lepsze strony opcji"
3363
+
3364
+ #~ msgid ""
3365
+ #~ "New functions for options page allow creation of both parent and child "
3366
+ #~ "menu pages"
3367
+ #~ msgstr ""
3368
+ #~ "Nowe funkcje dla strony opcji pozwalają tworzyć strony w menu będące "
3369
+ #~ "rodzicami oraz potomnymi."
3370
+
3371
  #~ msgid "Parent fields"
3372
  #~ msgstr "Pola nadrzędne"
3373
 
3596
  #~ msgid "elliot condon"
3597
  #~ msgstr "elliot condon"
3598
 
 
 
 
3599
  #, fuzzy
3600
  #~ msgid "Field groups are created in order from lowest to highest"
3601
  #~ msgstr ""
lang/acf-pt_PT.mo CHANGED
Binary file
lang/acf-pt_PT.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Advanced Custom Fields PRO\n"
6
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
7
- "POT-Creation-Date: 2018-09-26 12:44+0100\n"
8
- "PO-Revision-Date: 2018-09-26 12:44+0100\n"
9
  "Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
10
  "Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
11
  "Language: pt_PT\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Generator: Poedit 2.1.1\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Textdomain-Support: yes\n"
@@ -295,7 +295,7 @@ msgstr "Estado"
295
 
296
  #. Description of the plugin/theme
297
  #: includes/admin/admin-field-groups.php:622
298
- msgid "Customise WordPress with powerful, professional and intuitive fields."
299
  msgstr "Personalize o WordPress com campos intuitivos, poderosos e profissionais."
300
 
301
  #: includes/admin/admin-field-groups.php:624
@@ -347,7 +347,7 @@ msgid "Duplicate"
347
  msgstr "Duplicar"
348
 
349
  #: includes/admin/admin-field-groups.php:715
350
- #: includes/fields/class-acf-field-google-map.php:164
351
  #: includes/fields/class-acf-field-relationship.php:593
352
  msgid "Search"
353
  msgstr "Pesquisa"
@@ -1569,20 +1569,20 @@ msgctxt "Date Picker JS weekHeader"
1569
  msgid "Wk"
1570
  msgstr "Sem"
1571
 
1572
- #: includes/fields/class-acf-field-date_picker.php:180
1573
  #: includes/fields/class-acf-field-date_time_picker.php:183
1574
  #: includes/fields/class-acf-field-time_picker.php:109
1575
  msgid "Display Format"
1576
  msgstr "Formato de visualização"
1577
 
1578
- #: includes/fields/class-acf-field-date_picker.php:181
1579
  #: includes/fields/class-acf-field-date_time_picker.php:184
1580
  #: includes/fields/class-acf-field-time_picker.php:110
1581
  msgid "The format displayed when editing a post"
1582
  msgstr "O formato de visualização ao editar um conteúdo"
1583
 
1584
- #: includes/fields/class-acf-field-date_picker.php:189
1585
- #: includes/fields/class-acf-field-date_picker.php:220
1586
  #: includes/fields/class-acf-field-date_time_picker.php:193
1587
  #: includes/fields/class-acf-field-date_time_picker.php:210
1588
  #: includes/fields/class-acf-field-time_picker.php:117
@@ -1590,15 +1590,15 @@ msgstr "O formato de visualização ao editar um conteúdo"
1590
  msgid "Custom:"
1591
  msgstr "Personalizado:"
1592
 
1593
- #: includes/fields/class-acf-field-date_picker.php:199
1594
  msgid "Save Format"
1595
  msgstr "Formato guardado"
1596
 
1597
- #: includes/fields/class-acf-field-date_picker.php:200
1598
  msgid "The format used when saving a value"
1599
  msgstr "O formato usado ao guardar um valor"
1600
 
1601
- #: includes/fields/class-acf-field-date_picker.php:210
1602
  #: includes/fields/class-acf-field-date_time_picker.php:200
1603
  #: includes/fields/class-acf-field-post_object.php:431
1604
  #: includes/fields/class-acf-field-relationship.php:634
@@ -1608,13 +1608,13 @@ msgstr "O formato usado ao guardar um valor"
1608
  msgid "Return Format"
1609
  msgstr "Formato devolvido"
1610
 
1611
- #: includes/fields/class-acf-field-date_picker.php:211
1612
  #: includes/fields/class-acf-field-date_time_picker.php:201
1613
  #: includes/fields/class-acf-field-time_picker.php:125
1614
  msgid "The format returned via template functions"
1615
  msgstr "O formato devolvido através das <em>template functions</em>"
1616
 
1617
- #: includes/fields/class-acf-field-date_picker.php:229
1618
  #: includes/fields/class-acf-field-date_time_picker.php:217
1619
  msgid "Week Starts On"
1620
  msgstr "Semana começa em"
@@ -1862,37 +1862,37 @@ msgstr "Mapa do Google"
1862
  msgid "Sorry, this browser does not support geolocation"
1863
  msgstr "Desculpe, este navegador não suporta geolocalização."
1864
 
1865
- #: includes/fields/class-acf-field-google-map.php:165
1866
  msgid "Clear location"
1867
  msgstr "Limpar localização"
1868
 
1869
- #: includes/fields/class-acf-field-google-map.php:166
1870
  msgid "Find current location"
1871
  msgstr "Encontrar a localização actual"
1872
 
1873
- #: includes/fields/class-acf-field-google-map.php:169
1874
  msgid "Search for address..."
1875
  msgstr "Pesquisar endereço..."
1876
 
1877
- #: includes/fields/class-acf-field-google-map.php:199
1878
- #: includes/fields/class-acf-field-google-map.php:210
1879
  msgid "Center"
1880
  msgstr "Centrar"
1881
 
1882
- #: includes/fields/class-acf-field-google-map.php:200
1883
- #: includes/fields/class-acf-field-google-map.php:211
1884
  msgid "Center the initial map"
1885
  msgstr "Centrar o mapa inicial"
1886
 
1887
- #: includes/fields/class-acf-field-google-map.php:222
1888
  msgid "Zoom"
1889
  msgstr "Zoom"
1890
 
1891
- #: includes/fields/class-acf-field-google-map.php:223
1892
  msgid "Set the initial zoom level"
1893
  msgstr "Definir o nível de zoom inicial"
1894
 
1895
- #: includes/fields/class-acf-field-google-map.php:232
1896
  #: includes/fields/class-acf-field-image.php:256
1897
  #: includes/fields/class-acf-field-image.php:285
1898
  #: includes/fields/class-acf-field-oembed.php:268
@@ -1901,8 +1901,8 @@ msgstr "Definir o nível de zoom inicial"
1901
  msgid "Height"
1902
  msgstr "Altura"
1903
 
1904
- #: includes/fields/class-acf-field-google-map.php:233
1905
- msgid "Customise the map height"
1906
  msgstr "Personalizar a altura do mapa"
1907
 
1908
  #: includes/fields/class-acf-field-group.php:25
@@ -3120,6 +3120,12 @@ msgstr "Elliot Condon"
3120
  msgid "http://www.elliotcondon.com/"
3121
  msgstr "http://www.elliotcondon.com/"
3122
 
 
 
 
 
 
 
3123
  #~ msgid "Error validating request"
3124
  #~ msgstr "Erro ao validar pedido."
3125
 
4
  msgstr ""
5
  "Project-Id-Version: Advanced Custom Fields PRO\n"
6
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
7
+ "POT-Creation-Date: 2018-10-15 08:51+0100\n"
8
+ "PO-Revision-Date: 2018-10-15 08:52+0100\n"
9
  "Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
10
  "Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
11
  "Language: pt_PT\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 2.2\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Textdomain-Support: yes\n"
295
 
296
  #. Description of the plugin/theme
297
  #: includes/admin/admin-field-groups.php:622
298
+ msgid "Customize WordPress with powerful, professional and intuitive fields."
299
  msgstr "Personalize o WordPress com campos intuitivos, poderosos e profissionais."
300
 
301
  #: includes/admin/admin-field-groups.php:624
347
  msgstr "Duplicar"
348
 
349
  #: includes/admin/admin-field-groups.php:715
350
+ #: includes/fields/class-acf-field-google-map.php:165
351
  #: includes/fields/class-acf-field-relationship.php:593
352
  msgid "Search"
353
  msgstr "Pesquisa"
1569
  msgid "Wk"
1570
  msgstr "Sem"
1571
 
1572
+ #: includes/fields/class-acf-field-date_picker.php:178
1573
  #: includes/fields/class-acf-field-date_time_picker.php:183
1574
  #: includes/fields/class-acf-field-time_picker.php:109
1575
  msgid "Display Format"
1576
  msgstr "Formato de visualização"
1577
 
1578
+ #: includes/fields/class-acf-field-date_picker.php:179
1579
  #: includes/fields/class-acf-field-date_time_picker.php:184
1580
  #: includes/fields/class-acf-field-time_picker.php:110
1581
  msgid "The format displayed when editing a post"
1582
  msgstr "O formato de visualização ao editar um conteúdo"
1583
 
1584
+ #: includes/fields/class-acf-field-date_picker.php:187
1585
+ #: includes/fields/class-acf-field-date_picker.php:218
1586
  #: includes/fields/class-acf-field-date_time_picker.php:193
1587
  #: includes/fields/class-acf-field-date_time_picker.php:210
1588
  #: includes/fields/class-acf-field-time_picker.php:117
1590
  msgid "Custom:"
1591
  msgstr "Personalizado:"
1592
 
1593
+ #: includes/fields/class-acf-field-date_picker.php:197
1594
  msgid "Save Format"
1595
  msgstr "Formato guardado"
1596
 
1597
+ #: includes/fields/class-acf-field-date_picker.php:198
1598
  msgid "The format used when saving a value"
1599
  msgstr "O formato usado ao guardar um valor"
1600
 
1601
+ #: includes/fields/class-acf-field-date_picker.php:208
1602
  #: includes/fields/class-acf-field-date_time_picker.php:200
1603
  #: includes/fields/class-acf-field-post_object.php:431
1604
  #: includes/fields/class-acf-field-relationship.php:634
1608
  msgid "Return Format"
1609
  msgstr "Formato devolvido"
1610
 
1611
+ #: includes/fields/class-acf-field-date_picker.php:209
1612
  #: includes/fields/class-acf-field-date_time_picker.php:201
1613
  #: includes/fields/class-acf-field-time_picker.php:125
1614
  msgid "The format returned via template functions"
1615
  msgstr "O formato devolvido através das <em>template functions</em>"
1616
 
1617
+ #: includes/fields/class-acf-field-date_picker.php:227
1618
  #: includes/fields/class-acf-field-date_time_picker.php:217
1619
  msgid "Week Starts On"
1620
  msgstr "Semana começa em"
1862
  msgid "Sorry, this browser does not support geolocation"
1863
  msgstr "Desculpe, este navegador não suporta geolocalização."
1864
 
1865
+ #: includes/fields/class-acf-field-google-map.php:166
1866
  msgid "Clear location"
1867
  msgstr "Limpar localização"
1868
 
1869
+ #: includes/fields/class-acf-field-google-map.php:167
1870
  msgid "Find current location"
1871
  msgstr "Encontrar a localização actual"
1872
 
1873
+ #: includes/fields/class-acf-field-google-map.php:170
1874
  msgid "Search for address..."
1875
  msgstr "Pesquisar endereço..."
1876
 
1877
+ #: includes/fields/class-acf-field-google-map.php:200
1878
+ #: includes/fields/class-acf-field-google-map.php:211
1879
  msgid "Center"
1880
  msgstr "Centrar"
1881
 
1882
+ #: includes/fields/class-acf-field-google-map.php:201
1883
+ #: includes/fields/class-acf-field-google-map.php:212
1884
  msgid "Center the initial map"
1885
  msgstr "Centrar o mapa inicial"
1886
 
1887
+ #: includes/fields/class-acf-field-google-map.php:223
1888
  msgid "Zoom"
1889
  msgstr "Zoom"
1890
 
1891
+ #: includes/fields/class-acf-field-google-map.php:224
1892
  msgid "Set the initial zoom level"
1893
  msgstr "Definir o nível de zoom inicial"
1894
 
1895
+ #: includes/fields/class-acf-field-google-map.php:233
1896
  #: includes/fields/class-acf-field-image.php:256
1897
  #: includes/fields/class-acf-field-image.php:285
1898
  #: includes/fields/class-acf-field-oembed.php:268
1901
  msgid "Height"
1902
  msgstr "Altura"
1903
 
1904
+ #: includes/fields/class-acf-field-google-map.php:234
1905
+ msgid "Customize the map height"
1906
  msgstr "Personalizar a altura do mapa"
1907
 
1908
  #: includes/fields/class-acf-field-group.php:25
3120
  msgid "http://www.elliotcondon.com/"
3121
  msgstr "http://www.elliotcondon.com/"
3122
 
3123
+ #~ msgid "Customise WordPress with powerful, professional and intuitive fields."
3124
+ #~ msgstr "Personalize o WordPress com campos intuitivos, poderosos e profissionais."
3125
+
3126
+ #~ msgid "Customise the map height"
3127
+ #~ msgstr "Personalizar a altura do mapa"
3128
+
3129
  #~ msgid "Error validating request"
3130
  #~ msgstr "Erro ao validar pedido."
3131
 
lang/acf-tr_TR.mo CHANGED
Binary file
lang/acf-tr_TR.po CHANGED
@@ -1,17 +1,17 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Advanced Custom Fields Pro v5.6.3\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
- "POT-Creation-Date: 2017-10-04 14:50+1000\n"
6
- "PO-Revision-Date: 2018-02-06 10:06+1000\n"
7
- "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
8
  "Language-Team: Emre Erkan <emre@ada.agency>\n"
9
  "Language: tr_TR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "X-Generator: Poedit 1.8.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
@@ -22,97 +22,95 @@ msgstr ""
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
- #: acf.php:67
26
  msgid "Advanced Custom Fields"
27
  msgstr "Advanced Custom Fields"
28
 
29
- #: acf.php:369 includes/admin/admin.php:117
30
  msgid "Field Groups"
31
  msgstr "Alan grupları"
32
 
33
- #: acf.php:370
34
  msgid "Field Group"
35
  msgstr "Alan grubu"
36
 
37
- #: acf.php:371 acf.php:403 includes/admin/admin.php:118
38
- #: pro/fields/class-acf-field-flexible-content.php:557
39
  msgid "Add New"
40
  msgstr "Yeni ekle"
41
 
42
- #: acf.php:372
43
  msgid "Add New Field Group"
44
  msgstr "Yeni alan grubu ekle"
45
 
46
- #: acf.php:373
47
  msgid "Edit Field Group"
48
  msgstr "Alan grubunu düzenle"
49
 
50
- #: acf.php:374
51
  msgid "New Field Group"
52
  msgstr "Yeni alan grubu"
53
 
54
- #: acf.php:375
55
  msgid "View Field Group"
56
  msgstr "Alan grubunu görüntüle"
57
 
58
- #: acf.php:376
59
  msgid "Search Field Groups"
60
  msgstr "Alan gruplarında ara"
61
 
62
- #: acf.php:377
63
  msgid "No Field Groups found"
64
  msgstr "Hiç alan grubu bulunamadı"
65
 
66
- #: acf.php:378
67
  msgid "No Field Groups found in Trash"
68
  msgstr "Çöpte alan grubu bulunamadı"
69
 
70
- #: acf.php:401 includes/admin/admin-field-group.php:182
71
- #: includes/admin/admin-field-group.php:275
72
  #: includes/admin/admin-field-groups.php:510
73
- #: pro/fields/class-acf-field-clone.php:807
74
  msgid "Fields"
75
  msgstr "Alanlar"
76
 
77
- #: acf.php:402
78
  msgid "Field"
79
  msgstr "Alan"
80
 
81
- #: acf.php:404
82
  msgid "Add New Field"
83
  msgstr "Yeni elan ekle"
84
 
85
- #: acf.php:405
86
  msgid "Edit Field"
87
  msgstr "Alanı düzenle"
88
 
89
- #: acf.php:406 includes/admin/views/field-group-fields.php:41
90
- #: includes/admin/views/settings-info.php:105
91
  msgid "New Field"
92
  msgstr "Yeni alan"
93
 
94
- #: acf.php:407
95
  msgid "View Field"
96
  msgstr "Alanı görüntüle"
97
 
98
- #: acf.php:408
99
  msgid "Search Fields"
100
  msgstr "Alanlarda ara"
101
 
102
- #: acf.php:409
103
  msgid "No Fields found"
104
  msgstr "Hiç alan bulunamadı"
105
 
106
- #: acf.php:410
107
  msgid "No Fields found in Trash"
108
  msgstr "Çöpte alan bulunamadı"
109
 
110
- #: acf.php:449 includes/admin/admin-field-group.php:390
111
  #: includes/admin/admin-field-groups.php:567
112
  msgid "Inactive"
113
  msgstr "Etkin değil"
114
 
115
- #: acf.php:454
116
  #, php-format
117
  msgid "Inactive <span class=\"count\">(%s)</span>"
118
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
@@ -149,100 +147,96 @@ msgstr "Alan grubu zamanlandı."
149
  msgid "Field group draft updated."
150
  msgstr "Alan grubu taslağı güncellendi."
151
 
152
- #: includes/admin/admin-field-group.php:183
153
- msgid "Location"
154
- msgstr "Konum"
155
 
156
- #: includes/admin/admin-field-group.php:184
157
- msgid "Settings"
158
- msgstr "Ayarlar"
 
 
 
 
159
 
160
- #: includes/admin/admin-field-group.php:269
161
  msgid "Move to trash. Are you sure?"
162
  msgstr "Çöpe taşımak istediğinizden emin misiniz?"
163
 
164
- #: includes/admin/admin-field-group.php:270
165
- msgid "checked"
166
- msgstr "işaretlendi"
167
-
168
- #: includes/admin/admin-field-group.php:271
169
  msgid "No toggle fields available"
170
  msgstr "Kullanılabilir aç-kapa alan yok"
171
 
172
- #: includes/admin/admin-field-group.php:272
173
- msgid "Field group title is required"
174
- msgstr "Alan grubu başlığı gerekli"
 
 
 
 
175
 
176
- #: includes/admin/admin-field-group.php:273
 
 
 
 
 
 
 
 
177
  #: includes/api/api-field-group.php:751
178
  msgid "copy"
179
  msgstr "kopyala"
180
 
181
- #: includes/admin/admin-field-group.php:274
182
- #: includes/admin/views/field-group-field-conditional-logic.php:54
183
- #: includes/admin/views/field-group-field-conditional-logic.php:154
184
  #: includes/admin/views/field-group-locations.php:29
185
  #: includes/admin/views/html-location-group.php:3
186
- #: includes/api/api-helpers.php:3964
187
  msgid "or"
188
  msgstr "veya"
189
 
190
- #: includes/admin/admin-field-group.php:276
191
- msgid "Parent fields"
192
- msgstr "Üst alanlar"
193
-
194
- #: includes/admin/admin-field-group.php:277
195
- msgid "Sibling fields"
196
- msgstr "Kardeş alanlar"
197
-
198
- #: includes/admin/admin-field-group.php:278
199
- msgid "Move Custom Field"
200
- msgstr "Özel alanı taşı"
201
-
202
- #: includes/admin/admin-field-group.php:279
203
- msgid "This field cannot be moved until its changes have been saved"
204
- msgstr "Bu alan, üzerinde yapılan değişiklikler kaydedilene kadar taşınamaz"
205
-
206
- #: includes/admin/admin-field-group.php:280
207
  msgid "Null"
208
  msgstr "Boş"
209
 
210
- #: includes/admin/admin-field-group.php:281 includes/input.php:258
211
- msgid "The changes you made will be lost if you navigate away from this page"
212
- msgstr ""
213
- "Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak"
214
 
215
- #: includes/admin/admin-field-group.php:282
216
- msgid "The string \"field_\" may not be used at the start of a field name"
217
- msgstr "Artık alan isimlerinin başlangıcında “field_” kullanılmayacak"
 
218
 
219
- #: includes/admin/admin-field-group.php:360
220
  msgid "Field Keys"
221
  msgstr "Alan anahtarları"
222
 
223
- #: includes/admin/admin-field-group.php:390
224
  #: includes/admin/views/field-group-options.php:9
225
  msgid "Active"
226
  msgstr "Etkin"
227
 
228
- #: includes/admin/admin-field-group.php:801
229
  msgid "Move Complete."
230
  msgstr "Taşıma tamamlandı."
231
 
232
- #: includes/admin/admin-field-group.php:802
233
  #, php-format
234
  msgid "The %s field can now be found in the %s field group"
235
  msgstr "%s alanı artık %s alan grubu altında bulunabilir"
236
 
237
- #: includes/admin/admin-field-group.php:803
238
  msgid "Close Window"
239
  msgstr "Pencereyi kapat"
240
 
241
- #: includes/admin/admin-field-group.php:844
242
  msgid "Please select the destination for this field"
243
  msgstr "Lütfen bu alan için bir hedef seçin"
244
 
245
- #: includes/admin/admin-field-group.php:851
246
  msgid "Move Field"
247
  msgstr "Alanı taşı"
248
 
@@ -283,15 +277,15 @@ msgid "Sync available"
283
  msgstr "Eşitleme mevcut"
284
 
285
  #: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38
286
- #: pro/fields/class-acf-field-gallery.php:355
287
  msgid "Title"
288
  msgstr "Başlık"
289
 
290
  #: includes/admin/admin-field-groups.php:508
291
  #: includes/admin/views/field-group-options.php:96
292
- #: includes/admin/views/install-network.php:21
293
- #: includes/admin/views/install-network.php:29
294
- #: pro/fields/class-acf-field-gallery.php:382
295
  msgid "Description"
296
  msgstr "Açıklama"
297
 
@@ -332,6 +326,7 @@ msgid "Support"
332
  msgstr "Destek"
333
 
334
  #: includes/admin/admin-field-groups.php:623
 
335
  msgid "Pro"
336
  msgstr "Pro"
337
 
@@ -340,66 +335,65 @@ msgstr "Pro"
340
  msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
341
  msgstr "<a href=\"%s\">ACF</a> ile oluşturduğunuz için teşekkürler."
342
 
343
- #: includes/admin/admin-field-groups.php:668
344
  msgid "Duplicate this item"
345
  msgstr "Bu ögeyi çoğalt"
346
 
347
- #: includes/admin/admin-field-groups.php:668
348
- #: includes/admin/admin-field-groups.php:684
349
- #: includes/admin/views/field-group-field.php:49
350
- #: pro/fields/class-acf-field-flexible-content.php:556
351
  msgid "Duplicate"
352
  msgstr "Çoğalt"
353
 
354
- #: includes/admin/admin-field-groups.php:701
355
- #: includes/fields/class-acf-field-google-map.php:112
356
- #: includes/fields/class-acf-field-relationship.php:656
357
  msgid "Search"
358
  msgstr "Ara"
359
 
360
- #: includes/admin/admin-field-groups.php:760
361
  #, php-format
362
  msgid "Select %s"
363
  msgstr "Seç %s"
364
 
365
- #: includes/admin/admin-field-groups.php:768
366
  msgid "Synchronise field group"
367
  msgstr "Alan grubunu eşitle"
368
 
369
- #: includes/admin/admin-field-groups.php:768
370
- #: includes/admin/admin-field-groups.php:798
371
  msgid "Sync"
372
  msgstr "Eşitle"
373
 
374
- #: includes/admin/admin-field-groups.php:780
375
  msgid "Apply"
376
  msgstr "Uygula"
377
 
378
- #: includes/admin/admin-field-groups.php:798
379
  msgid "Bulk Actions"
380
  msgstr "Toplu eylemler"
381
 
382
- #: includes/admin/admin.php:113
383
- #: includes/admin/views/field-group-options.php:118
384
- msgid "Custom Fields"
385
- msgstr "Özel alanlar"
386
 
387
- #: includes/admin/install-network.php:88 includes/admin/install.php:70
388
- #: includes/admin/install.php:121
 
 
389
  msgid "Upgrade Database"
390
  msgstr "Veritabanını güncelle"
391
 
392
- #: includes/admin/install-network.php:140
393
  msgid "Review sites & upgrade"
394
  msgstr "Siteleri incele ve güncelle"
395
 
396
- #: includes/admin/install.php:187
397
- msgid "Error validating request"
398
- msgstr "İstek doğrulanırken hata oluştu"
399
-
400
- #: includes/admin/install.php:210 includes/admin/views/install.php:105
401
- msgid "No updates available."
402
- msgstr "Güncelleme yok."
403
 
404
  #: includes/admin/settings-addons.php:51
405
  #: includes/admin/views/settings-addons.php:3
@@ -418,158 +412,224 @@ msgstr "Bilgi"
418
  msgid "What's New"
419
  msgstr "Neler yeni"
420
 
421
- #: includes/admin/settings-tools.php:50
422
- #: includes/admin/views/settings-tools-export.php:19
423
- #: includes/admin/views/settings-tools.php:31
424
- msgid "Tools"
425
- msgstr "Araçlar"
 
 
 
 
426
 
427
- #: includes/admin/settings-tools.php:147 includes/admin/settings-tools.php:380
 
428
  msgid "No field groups selected"
429
  msgstr "Hiç alan grubu seçilmemiş"
430
 
431
- #: includes/admin/settings-tools.php:184
432
- #: includes/fields/class-acf-field-file.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
433
  msgid "No file selected"
434
  msgstr "Dosya seçilmedi"
435
 
436
- #: includes/admin/settings-tools.php:197
437
  msgid "Error uploading file. Please try again"
438
  msgstr "Dosya yüklenirken hata oluştu. Lütfen tekrar deneyin"
439
 
440
- #: includes/admin/settings-tools.php:206
441
  msgid "Incorrect file type"
442
  msgstr "Geçersiz dosya tipi"
443
 
444
- #: includes/admin/settings-tools.php:223
445
  msgid "Import file empty"
446
  msgstr "İçe aktarılan dosya boş"
447
 
448
- #: includes/admin/settings-tools.php:331
449
  #, php-format
450
  msgid "Imported 1 field group"
451
  msgid_plural "Imported %s field groups"
452
  msgstr[0] "1 alan grubu içeri aktarıldı"
453
  msgstr[1] "%s alan grubu içeri aktarıldı"
454
 
455
- #: includes/admin/views/field-group-field-conditional-logic.php:28
456
  msgid "Conditional Logic"
457
  msgstr "Koşullu mantık"
458
 
459
- #: includes/admin/views/field-group-field-conditional-logic.php:54
460
  msgid "Show this field if"
461
  msgstr "Alanı bu şart gerçekleşirse göster"
462
 
463
- #: includes/admin/views/field-group-field-conditional-logic.php:103
464
- #: includes/locations.php:247
465
- msgid "is equal to"
466
- msgstr "eşitse"
467
-
468
- #: includes/admin/views/field-group-field-conditional-logic.php:104
469
- #: includes/locations.php:248
470
- msgid "is not equal to"
471
- msgstr "eşit değilse"
472
-
473
- #: includes/admin/views/field-group-field-conditional-logic.php:141
474
- #: includes/admin/views/html-location-rule.php:80
475
  msgid "and"
476
  msgstr "ve"
477
 
478
- #: includes/admin/views/field-group-field-conditional-logic.php:156
479
  #: includes/admin/views/field-group-locations.php:31
480
  msgid "Add rule group"
481
  msgstr "Kural grubu ekle"
482
 
483
- #: includes/admin/views/field-group-field.php:41
484
- #: pro/fields/class-acf-field-flexible-content.php:403
485
- #: pro/fields/class-acf-field-repeater.php:296
486
  msgid "Drag to reorder"
487
  msgstr "Yeniden düzenlemek için sürükleyin"
488
 
 
489
  #: includes/admin/views/field-group-field.php:45
490
- #: includes/admin/views/field-group-field.php:48
491
  msgid "Edit field"
492
  msgstr "Alanı düzenle"
493
 
494
- #: includes/admin/views/field-group-field.php:48
495
- #: includes/fields/class-acf-field-file.php:137
496
- #: includes/fields/class-acf-field-image.php:122
497
  #: includes/fields/class-acf-field-link.php:139
498
- #: pro/fields/class-acf-field-gallery.php:342
499
  msgid "Edit"
500
  msgstr "Düzenle"
501
 
502
- #: includes/admin/views/field-group-field.php:49
503
  msgid "Duplicate field"
504
  msgstr "Alanı çoğalt"
505
 
506
- #: includes/admin/views/field-group-field.php:50
507
  msgid "Move field to another group"
508
  msgstr "Alanı başka gruba taşı"
509
 
510
- #: includes/admin/views/field-group-field.php:50
511
  msgid "Move"
512
  msgstr "Taşı"
513
 
514
- #: includes/admin/views/field-group-field.php:51
515
  msgid "Delete field"
516
  msgstr "Alanı sil"
517
 
518
- #: includes/admin/views/field-group-field.php:51
519
- #: pro/fields/class-acf-field-flexible-content.php:555
520
  msgid "Delete"
521
  msgstr "Sil"
522
 
523
- #: includes/admin/views/field-group-field.php:67
524
  msgid "Field Label"
525
  msgstr "Alan etiketi"
526
 
527
- #: includes/admin/views/field-group-field.php:68
528
  msgid "This is the name which will appear on the EDIT page"
529
  msgstr "Bu isim DÜZENLEME sayfasında görüntülenecek isimdir"
530
 
531
- #: includes/admin/views/field-group-field.php:77
532
  msgid "Field Name"
533
  msgstr "Alan adı"
534
 
535
- #: includes/admin/views/field-group-field.php:78
536
  msgid "Single word, no spaces. Underscores and dashes allowed"
537
  msgstr "Tek kelime, boşluksuz. Alt çizgi ve tireye izin var"
538
 
539
- #: includes/admin/views/field-group-field.php:87
540
  msgid "Field Type"
541
  msgstr "Alan tipi"
542
 
543
- #: includes/admin/views/field-group-field.php:98
544
- #: includes/fields/class-acf-field-tab.php:88
545
  msgid "Instructions"
546
  msgstr "Yönergeler"
547
 
548
- #: includes/admin/views/field-group-field.php:99
549
  msgid "Instructions for authors. Shown when submitting data"
550
  msgstr "Yazarlara gösterilecek talimatlar. Veri gönderirken gösterilir"
551
 
552
- #: includes/admin/views/field-group-field.php:108
553
  msgid "Required?"
554
  msgstr "Gerekli mi?"
555
 
556
- #: includes/admin/views/field-group-field.php:131
557
  msgid "Wrapper Attributes"
558
  msgstr "Kapsayıcı öznitelikleri"
559
 
560
- #: includes/admin/views/field-group-field.php:137
561
  msgid "width"
562
  msgstr "genişlik"
563
 
564
- #: includes/admin/views/field-group-field.php:152
565
  msgid "class"
566
  msgstr "sınıf"
567
 
568
- #: includes/admin/views/field-group-field.php:165
569
  msgid "id"
570
  msgstr "id"
571
 
572
- #: includes/admin/views/field-group-field.php:177
573
  msgid "Close Field"
574
  msgstr "Alanı kapat"
575
 
@@ -579,16 +639,16 @@ msgstr "Sırala"
579
 
580
  #: includes/admin/views/field-group-fields.php:5
581
  #: includes/fields/class-acf-field-button-group.php:198
582
- #: includes/fields/class-acf-field-checkbox.php:415
583
- #: includes/fields/class-acf-field-radio.php:306
584
- #: includes/fields/class-acf-field-select.php:432
585
- #: pro/fields/class-acf-field-flexible-content.php:582
586
  msgid "Label"
587
  msgstr "Etiket"
588
 
589
  #: includes/admin/views/field-group-fields.php:6
590
- #: includes/fields/class-acf-field-taxonomy.php:964
591
- #: pro/fields/class-acf-field-flexible-content.php:595
592
  msgid "Name"
593
  msgstr "İsim"
594
 
@@ -657,12 +717,12 @@ msgid "Label placement"
657
  msgstr "Etiket yerleştirme"
658
 
659
  #: includes/admin/views/field-group-options.php:62
660
- #: includes/fields/class-acf-field-tab.php:102
661
  msgid "Top aligned"
662
  msgstr "Üste hizalı"
663
 
664
  #: includes/admin/views/field-group-options.php:63
665
- #: includes/fields/class-acf-field-tab.php:103
666
  msgid "Left aligned"
667
  msgstr "Sola hizalı"
668
 
@@ -691,92 +751,79 @@ msgid "Shown in field group list"
691
  msgstr "Alan grubu listesinde görüntülenir"
692
 
693
  #: includes/admin/views/field-group-options.php:107
694
- msgid "Hide on screen"
695
- msgstr "Ekranda gizle"
696
-
697
- #: includes/admin/views/field-group-options.php:108
698
- msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
699
- msgstr "Düzenleme ekranından <b>gizlemek</b> istediğiniz ögeleri <b>seçin</b>."
700
-
701
- #: includes/admin/views/field-group-options.php:108
702
- msgid ""
703
- "If multiple field groups appear on an edit screen, the first field group's "
704
- "options will be used (the one with the lowest order number)"
705
- msgstr ""
706
- "Eğer düzenleme ekranında birden çok alan grubu ortaya çıkarsa, ilk alan "
707
- "grubunun seçenekleri kullanılır (en düşük sıralama numarasına sahip olan)"
708
-
709
- #: includes/admin/views/field-group-options.php:115
710
  msgid "Permalink"
711
  msgstr "Kalıcı bağlantı"
712
 
713
- #: includes/admin/views/field-group-options.php:116
714
  msgid "Content Editor"
715
  msgstr "İçerik düzenleyici"
716
 
717
- #: includes/admin/views/field-group-options.php:117
718
  msgid "Excerpt"
719
  msgstr "Özet"
720
 
721
- #: includes/admin/views/field-group-options.php:119
722
  msgid "Discussion"
723
  msgstr "Tartışma"
724
 
725
- #: includes/admin/views/field-group-options.php:120
726
  msgid "Comments"
727
  msgstr "Yorumlar"
728
 
729
- #: includes/admin/views/field-group-options.php:121
730
  msgid "Revisions"
731
  msgstr "Sürümler"
732
 
733
- #: includes/admin/views/field-group-options.php:122
734
  msgid "Slug"
735
  msgstr "Kısa isim"
736
 
737
- #: includes/admin/views/field-group-options.php:123
738
  msgid "Author"
739
  msgstr "Yazar"
740
 
741
- #: includes/admin/views/field-group-options.php:124
742
  msgid "Format"
743
  msgstr "Biçim"
744
 
745
- #: includes/admin/views/field-group-options.php:125
746
  msgid "Page Attributes"
747
  msgstr "Sayfa öznitelikleri"
748
 
749
- #: includes/admin/views/field-group-options.php:126
750
- #: includes/fields/class-acf-field-relationship.php:670
751
  msgid "Featured Image"
752
  msgstr "Öne çıkarılmış görsel"
753
 
754
- #: includes/admin/views/field-group-options.php:127
755
  msgid "Categories"
756
  msgstr "Kategoriler"
757
 
758
- #: includes/admin/views/field-group-options.php:128
759
  msgid "Tags"
760
  msgstr "Etiketler"
761
 
762
- #: includes/admin/views/field-group-options.php:129
763
  msgid "Send Trackbacks"
764
  msgstr "Geri izlemeleri gönder"
765
 
766
- #: includes/admin/views/html-location-group.php:3
767
- msgid "Show this field group if"
768
- msgstr "Bu alan grubunu şu koşulda göster"
769
 
770
- #: includes/admin/views/install-network.php:4
771
- msgid "Upgrade Sites"
772
- msgstr "Siteleri yükselt"
773
 
774
- #: includes/admin/views/install-network.php:9
775
- #: includes/admin/views/install.php:3
776
- msgid "Advanced Custom Fields Database Upgrade"
777
- msgstr "Advanced Custom Fields veritabanı güncellemesi"
 
 
 
778
 
779
- #: includes/admin/views/install-network.php:11
780
  #, php-format
781
  msgid ""
782
  "The following sites require a DB upgrade. Check the ones you want to update "
@@ -785,29 +832,39 @@ msgstr ""
785
  "Şu siteler için VT güncellemesi gerekiyor. Güncellemek istediklerinizi "
786
  "işaretleyin ve %s tuşuna basın."
787
 
788
- #: includes/admin/views/install-network.php:20
789
- #: includes/admin/views/install-network.php:28
 
 
 
 
 
 
790
  msgid "Site"
791
  msgstr "Site"
792
 
793
- #: includes/admin/views/install-network.php:48
794
  #, php-format
795
  msgid "Site requires database upgrade from %s to %s"
796
  msgstr "Site için %s sürümünden %s sürümüne veritabanı güncellemesi gerekiyor"
797
 
798
- #: includes/admin/views/install-network.php:50
799
  msgid "Site is up to date"
800
  msgstr "Site güncel"
801
 
802
- #: includes/admin/views/install-network.php:63
803
  #, php-format
804
  msgid ""
805
  "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
806
  msgstr ""
807
  "Veritabanı güncellemesi tamamlandı. <a href=\"%s\">Ağ panosuna geri dön</a>"
808
 
809
- #: includes/admin/views/install-network.php:102
810
- #: includes/admin/views/install-notice.php:42
 
 
 
 
811
  msgid ""
812
  "It is strongly recommended that you backup your database before proceeding. "
813
  "Are you sure you wish to run the updater now?"
@@ -815,54 +872,80 @@ msgstr ""
815
  "Devam etmeden önce veritabanınızı yedeklemeniz önemle önerilir. "
816
  "Güncelleştiriciyi şimdi çalıştırmak istediğinizden emin misiniz?"
817
 
818
- #: includes/admin/views/install-network.php:158
819
- msgid "Upgrade complete"
820
- msgstr "Yükseltme başarılı"
821
-
822
- #: includes/admin/views/install-network.php:162
823
- #: includes/admin/views/install.php:9
824
  #, php-format
825
  msgid "Upgrading data to version %s"
826
  msgstr "Veri %s sürümüne yükseltiliyor"
827
 
828
- #: includes/admin/views/install-notice.php:8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829
  #: pro/fields/class-acf-field-repeater.php:25
830
  msgid "Repeater"
831
  msgstr "Tekrarlayıcı"
832
 
833
- #: includes/admin/views/install-notice.php:9
834
  #: pro/fields/class-acf-field-flexible-content.php:25
835
  msgid "Flexible Content"
836
  msgstr "Esnek içerik"
837
 
838
- #: includes/admin/views/install-notice.php:10
839
  #: pro/fields/class-acf-field-gallery.php:25
840
  msgid "Gallery"
841
  msgstr "Galeri"
842
 
843
- #: includes/admin/views/install-notice.php:11
844
  #: pro/locations/class-acf-location-options-page.php:26
845
  msgid "Options Page"
846
  msgstr "Seçenekler sayfası"
847
 
848
- #: includes/admin/views/install-notice.php:26
849
  msgid "Database Upgrade Required"
850
  msgstr "Veritabanı yükseltmesi gerekiyor"
851
 
852
- #: includes/admin/views/install-notice.php:28
853
  #, php-format
854
  msgid "Thank you for updating to %s v%s!"
855
  msgstr "%s v%s sürümüne güncellediğiniz için teşekkür ederiz!"
856
 
857
- #: includes/admin/views/install-notice.php:28
858
  msgid ""
859
- "Before you start using the new awesome features, please update your database "
860
- "to the newest version."
861
  msgstr ""
862
- "Yeni muhteşem özellikleri kullanmadan önce lütfen veritabanınızı en yeni "
863
- "sürüme güncelleyin."
864
 
865
- #: includes/admin/views/install-notice.php:31
866
  #, php-format
867
  msgid ""
868
  "Please also ensure any premium add-ons (%s) have first been updated to the "
@@ -871,17 +954,6 @@ msgstr ""
871
  "Lütfen ayrıca premium eklentilerin (%s) de en üst sürüme güncellendiğinden "
872
  "emin olun."
873
 
874
- #: includes/admin/views/install.php:7
875
- msgid "Reading upgrade tasks..."
876
- msgstr "Yükseltme görevlerini okuyor..."
877
-
878
- #: includes/admin/views/install.php:11
879
- #, php-format
880
- msgid "Database Upgrade complete. <a href=\"%s\">See what's new</a>"
881
- msgstr ""
882
- "Veritabanı güncellemesi tamamlandı. <a href=\"%s\">Neler yeni bir göz atın</"
883
- "a>"
884
-
885
  #: includes/admin/views/settings-addons.php:17
886
  msgid "Download & Install"
887
  msgstr "İndir ve yükle"
@@ -903,15 +975,15 @@ msgstr ""
903
  "Güncelleme için teşekkür ederiz! ACF %s zamankinden daha büyük ve daha iyi. "
904
  "Umarız beğenirsiniz."
905
 
906
- #: includes/admin/views/settings-info.php:17
907
- msgid "A smoother custom field experience"
908
- msgstr "Daha iyi bir özel alan deneyimi"
909
 
910
- #: includes/admin/views/settings-info.php:22
911
  msgid "Improved Usability"
912
  msgstr "Geliştirilmiş kullanılabilirlik"
913
 
914
- #: includes/admin/views/settings-info.php:23
915
  msgid ""
916
  "Including the popular Select2 library has improved both usability and speed "
917
  "across a number of field types including post object, page link, taxonomy "
@@ -921,11 +993,11 @@ msgstr ""
921
  "taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem de "
922
  "hız iyileştirmeleri gerçekleşti."
923
 
924
- #: includes/admin/views/settings-info.php:27
925
  msgid "Improved Design"
926
  msgstr "Geliştirilmiş tasarım"
927
 
928
- #: includes/admin/views/settings-info.php:28
929
  msgid ""
930
  "Many fields have undergone a visual refresh to make ACF look better than "
931
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
@@ -934,11 +1006,11 @@ msgstr ""
934
  "ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! Gözle "
935
  "görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!"
936
 
937
- #: includes/admin/views/settings-info.php:32
938
  msgid "Improved Data"
939
  msgstr "Geliştirilmiş veri"
940
 
941
- #: includes/admin/views/settings-info.php:33
942
  msgid ""
943
  "Redesigning the data architecture has allowed sub fields to live "
944
  "independently from their parents. This allows you to drag and drop fields in "
@@ -948,21 +1020,21 @@ msgstr ""
948
  "bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak "
949
  "yapılabilmesine olanak sağlıyor!"
950
 
951
- #: includes/admin/views/settings-info.php:39
952
  msgid "Goodbye Add-ons. Hello PRO"
953
  msgstr "Elveda eklentiler. Merhaba PRO"
954
 
955
- #: includes/admin/views/settings-info.php:44
956
  msgid "Introducing ACF PRO"
957
  msgstr "Karşınızda ACF PRO"
958
 
959
- #: includes/admin/views/settings-info.php:45
960
  msgid ""
961
  "We're changing the way premium functionality is delivered in an exciting way!"
962
  msgstr ""
963
  "Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale getiriyoruz!"
964
 
965
- #: includes/admin/views/settings-info.php:46
966
  #, php-format
967
  msgid ""
968
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
@@ -973,11 +1045,11 @@ msgstr ""
973
  "Hem kişisel hem geliştirici lisansında, özel beceriler hiç olmadığı kadar "
974
  "edinilebilir ve erişilebilir!"
975
 
976
- #: includes/admin/views/settings-info.php:50
977
  msgid "Powerful Features"
978
  msgstr "Güçlü özellikler"
979
 
980
- #: includes/admin/views/settings-info.php:51
981
  msgid ""
982
  "ACF PRO contains powerful features such as repeatable data, flexible content "
983
  "layouts, a beautiful gallery field and the ability to create extra admin "
@@ -987,349 +1059,446 @@ msgstr ""
987
  "alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü "
988
  "özellikler içerir!"
989
 
990
- #: includes/admin/views/settings-info.php:52
991
  #, php-format
992
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
993
  msgstr "<a href=\"%s\">ACF PRO özellikleri</a> hakkında daha fazlasını okuyun."
994
 
995
- #: includes/admin/views/settings-info.php:56
996
  msgid "Easy Upgrading"
997
  msgstr "Kolay yükseltme"
998
 
999
- #: includes/admin/views/settings-info.php:57
1000
- #, php-format
1001
  msgid ""
1002
- "To help make upgrading easy, <a href=\"%s\">login to your store account</a> "
1003
- "and claim a free copy of ACF PRO!"
1004
  msgstr ""
1005
- "Yükseltmeyi kolaylaştırmak için <a href=\"%s\">mağaza hesabınıza</a> giriş "
1006
- "yapın ve bir adet ücretsiz ACF PRO kopyası edinin!"
1007
 
1008
- #: includes/admin/views/settings-info.php:58
1009
  #, php-format
1010
  msgid ""
1011
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1012
  "but if you do have one, please contact our support team via the <a href=\"%s"
1013
- "\">help desk</a>"
1014
  msgstr ""
1015
  "Her türlü soruya cevap verebilecek <a href=\"%s\">bir yükseltme rehberi</a> "
1016
  "hazırladık, fakat yine de bir sorunuz varsa lütfen <a href=\"%s\">yardım "
1017
- "masası</a>nı kullanarak destek ekibimize danışın"
1018
 
1019
- #: includes/admin/views/settings-info.php:66
1020
- msgid "Under the Hood"
1021
- msgstr "Kaputun altında"
1022
 
1023
- #: includes/admin/views/settings-info.php:71
1024
- msgid "Smarter field settings"
1025
- msgstr "Daha akıllı alan ayarları"
1026
 
1027
- #: includes/admin/views/settings-info.php:72
1028
- msgid "ACF now saves its field settings as individual post objects"
1029
- msgstr "ACF artık alan ayarlarını münferit yazı nesneleri olarak saklıyor"
 
 
 
 
 
 
 
 
1030
 
1031
- #: includes/admin/views/settings-info.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1032
  msgid "More AJAX"
1033
  msgstr "Daha fazla AJAX"
1034
 
1035
- #: includes/admin/views/settings-info.php:77
1036
- msgid "More fields use AJAX powered search to speed up page loading"
1037
  msgstr ""
1038
- "Sayfa yüklemesini hızlandırmak için daha fazla alan AJAX ile güçlendirildi"
 
1039
 
1040
- #: includes/admin/views/settings-info.php:81
1041
  msgid "Local JSON"
1042
  msgstr "Yerel JSON"
1043
 
1044
- #: includes/admin/views/settings-info.php:82
1045
- msgid "New auto export to JSON feature improves speed"
1046
- msgstr "Yeni otomatik JSON dışarı aktarma özelliği hızı geliştiriyor"
1047
-
1048
- #: includes/admin/views/settings-info.php:88
1049
- msgid "Better version control"
1050
- msgstr "Daha iyi sürüm kontrolü"
1051
-
1052
- #: includes/admin/views/settings-info.php:89
1053
  msgid ""
1054
- "New auto export to JSON feature allows field settings to be version "
1055
- "controlled"
1056
  msgstr ""
1057
- "Otomatik JSON dışarı aktarma özelliği sayesinde artık alan ayarları sürüm "
1058
- "kontrolü ile yönetilebilir"
1059
 
1060
- #: includes/admin/views/settings-info.php:93
1061
- msgid "Swapped XML for JSON"
1062
- msgstr "XML yerine JSON kullanımına geçildi"
1063
 
1064
- #: includes/admin/views/settings-info.php:94
1065
- msgid "Import / Export now uses JSON in favour of XML"
1066
- msgstr "İçeri / dışarı aktarma artık XML yerine JSON kullanıyor"
 
 
1067
 
1068
- #: includes/admin/views/settings-info.php:98
1069
- msgid "New Forms"
1070
- msgstr "Yeni formlar"
1071
 
1072
- #: includes/admin/views/settings-info.php:99
1073
- msgid "Fields can now be mapped to comments, widgets and all user forms!"
 
 
1074
  msgstr ""
1075
- "Alanlar artık yorumlara, bileşenlere ve tüm kullanıcı formlarına "
1076
- "eşlenebiliyor!"
1077
 
1078
- #: includes/admin/views/settings-info.php:106
1079
- msgid "A new field for embedding content has been added"
1080
- msgstr "Gömülü içerik için yeni bir alan eklendi"
1081
 
1082
  #: includes/admin/views/settings-info.php:110
1083
- msgid "New Gallery"
1084
- msgstr "Yeni galeri"
 
 
 
 
1085
 
1086
- #: includes/admin/views/settings-info.php:111
1087
- msgid "The gallery field has undergone a much needed facelift"
1088
- msgstr "Galeri alanı oldukça gerekli bir makyaj ile yenilendi"
1089
 
1090
  #: includes/admin/views/settings-info.php:115
 
 
 
 
 
 
 
 
1091
  msgid "New Settings"
1092
  msgstr "Yeni ayarlar"
1093
 
1094
- #: includes/admin/views/settings-info.php:116
1095
  msgid ""
1096
- "Field group settings have been added for label placement and instruction "
1097
- "placement"
1098
- msgstr "Etiket yerleşimi ve yönerge yerleşimi için alan grubu ayarları eklendi"
 
 
1099
 
1100
- #: includes/admin/views/settings-info.php:122
1101
  msgid "Better Front End Forms"
1102
  msgstr "Daha iyi ön yüz formları"
1103
 
1104
- #: includes/admin/views/settings-info.php:123
1105
- msgid "acf_form() can now create a new post on submission"
1106
- msgstr "acf_form() artık gönderim halinde yeni bir yazı oluşturabilir"
 
 
 
1107
 
1108
- #: includes/admin/views/settings-info.php:127
1109
  msgid "Better Validation"
1110
  msgstr "Daha iyi doğrulama"
1111
 
1112
- #: includes/admin/views/settings-info.php:128
1113
- msgid "Form validation is now done via PHP + AJAX in favour of only JS"
1114
- msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor"
1115
 
1116
- #: includes/admin/views/settings-info.php:132
1117
- msgid "Relationship Field"
1118
- msgstr "İlişkili alan"
1119
-
1120
- #: includes/admin/views/settings-info.php:133
1121
- msgid ""
1122
- "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
1123
- msgstr "'Filtreler' için yeni ilişki ayarı (Arama, yazı tipi, taksonomi)"
1124
-
1125
- #: includes/admin/views/settings-info.php:139
1126
  msgid "Moving Fields"
1127
  msgstr "Taşınabilir alanlar"
1128
 
1129
- #: includes/admin/views/settings-info.php:140
1130
  msgid ""
1131
  "New field group functionality allows you to move a field between groups & "
1132
- "parents"
1133
  msgstr ""
1134
- "Yeni alan gruplama becerisi bir alanı gruplar ve üst alanlar arasında taşıma "
1135
- "imkanı sağlar"
1136
 
1137
- #: includes/admin/views/settings-info.php:144
1138
- #: includes/fields/class-acf-field-page_link.php:25
1139
- msgid "Page Link"
1140
- msgstr "Sayfa bağlantısı"
1141
-
1142
- #: includes/admin/views/settings-info.php:145
1143
- msgid "New archives group in page_link field selection"
1144
- msgstr "Yeni arşivler page_link alanı seçiminde gruplanır"
1145
-
1146
- #: includes/admin/views/settings-info.php:149
1147
- msgid "Better Options Pages"
1148
- msgstr "Daha iyi seçenekler sayfası"
1149
-
1150
- #: includes/admin/views/settings-info.php:150
1151
- msgid ""
1152
- "New functions for options page allow creation of both parent and child menu "
1153
- "pages"
1154
- msgstr ""
1155
- "Seçenekler sayfası için yeni işlevler sayesinde hem üst hem alt menü "
1156
- "sayfaları oluşturulabiliyor"
1157
-
1158
- #: includes/admin/views/settings-info.php:159
1159
  #, php-format
1160
  msgid "We think you'll love the changes in %s."
1161
  msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz."
1162
 
1163
- #: includes/admin/views/settings-tools-export.php:23
1164
- msgid "Export Field Groups to PHP"
1165
- msgstr "Alan gruplarını PHP için dışa aktar"
1166
-
1167
- #: includes/admin/views/settings-tools-export.php:27
1168
- msgid ""
1169
- "The following code can be used to register a local version of the selected "
1170
- "field group(s). A local field group can provide many benefits such as faster "
1171
- "load times, version control & dynamic fields/settings. Simply copy and paste "
1172
- "the following code to your theme's functions.php file or include it within "
1173
- "an external file."
1174
- msgstr ""
1175
- "Aşağıdaki kod seçilmiş alan grubu/grupları için yerel bir sürüm kaydetmek "
1176
- "için kullanılır. Yerel alan grubu daha hızlı yüklenme süreleri, sürüm "
1177
- "yönetimi ve dinamik alanlar/ayarlar gibi faydalar sağlar. Yapmanız gereken "
1178
- "bu kodu kopyalayıp temanızın functions.php dosyasına eklemek ya da harici "
1179
- "bir dosya olarak temanıza dahil etmek."
1180
-
1181
- #: includes/admin/views/settings-tools.php:5
1182
- msgid "Select Field Groups"
1183
- msgstr "Alan gruplarını seç"
1184
-
1185
- #: includes/admin/views/settings-tools.php:35
1186
- msgid "Export Field Groups"
1187
- msgstr "Alan gruplarını dışarı aktar"
1188
-
1189
- #: includes/admin/views/settings-tools.php:38
1190
- msgid ""
1191
- "Select the field groups you would like to export and then select your export "
1192
- "method. Use the download button to export to a .json file which you can then "
1193
- "import to another ACF installation. Use the generate button to export to PHP "
1194
- "code which you can place in your theme."
1195
- msgstr ""
1196
- "Dışa aktarma ve sonra dışa aktarma yöntemini seçtikten sonra alan gruplarını "
1197
- "seçin. Sonra başka bir ACF yükleme içe bir .json dosyaya vermek için indirme "
1198
- "düğmesini kullanın. Tema yerleştirebilirsiniz PHP kodu aktarma düğmesini "
1199
- "kullanın."
1200
-
1201
- #: includes/admin/views/settings-tools.php:50
1202
- msgid "Download export file"
1203
- msgstr "Dışarı aktarma dosyasını indir"
1204
-
1205
- #: includes/admin/views/settings-tools.php:51
1206
- msgid "Generate export code"
1207
- msgstr "Dışarı aktarma kodu oluştur"
1208
-
1209
- #: includes/admin/views/settings-tools.php:64
1210
- msgid "Import Field Groups"
1211
- msgstr "Alan gruplarını içeri aktar"
1212
-
1213
- #: includes/admin/views/settings-tools.php:67
1214
- msgid ""
1215
- "Select the Advanced Custom Fields JSON file you would like to import. When "
1216
- "you click the import button below, ACF will import the field groups."
1217
- msgstr ""
1218
- "İçeri aktarmak istediğiniz Advanced Custom Fields JSON dosyasını seçin. "
1219
- "Aşağıdaki içeri aktar tuşuna bastığınızda ACF alan gruplarını içeri "
1220
- "aktaracak."
1221
-
1222
- #: includes/admin/views/settings-tools.php:77
1223
- #: includes/fields/class-acf-field-file.php:35
1224
- msgid "Select File"
1225
- msgstr "Dosya seç"
1226
-
1227
- #: includes/admin/views/settings-tools.php:86
1228
- msgid "Import"
1229
- msgstr "İçe aktar"
1230
-
1231
- #: includes/api/api-helpers.php:856
1232
  msgid "Thumbnail"
1233
  msgstr "Küçük görsel"
1234
 
1235
- #: includes/api/api-helpers.php:857
1236
  msgid "Medium"
1237
  msgstr "Orta"
1238
 
1239
- #: includes/api/api-helpers.php:858
1240
  msgid "Large"
1241
  msgstr "Büyük"
1242
 
1243
- #: includes/api/api-helpers.php:907
1244
  msgid "Full Size"
1245
  msgstr "Tam boyut"
1246
 
1247
- #: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1831
1248
- #: pro/fields/class-acf-field-clone.php:992
1249
  msgid "(no title)"
1250
  msgstr "(başlıksız)"
1251
 
1252
- #: includes/api/api-helpers.php:1868
1253
- #: includes/fields/class-acf-field-page_link.php:269
1254
- #: includes/fields/class-acf-field-post_object.php:268
1255
- #: includes/fields/class-acf-field-taxonomy.php:986
1256
- msgid "Parent"
1257
- msgstr "Ebeveyn"
1258
-
1259
- #: includes/api/api-helpers.php:3885
1260
  #, php-format
1261
  msgid "Image width must be at least %dpx."
1262
  msgstr "Görsel genişliği en az %dpx olmalı."
1263
 
1264
- #: includes/api/api-helpers.php:3890
1265
  #, php-format
1266
  msgid "Image width must not exceed %dpx."
1267
  msgstr "Görsel genişliği %dpx değerini geçmemeli."
1268
 
1269
- #: includes/api/api-helpers.php:3906
1270
  #, php-format
1271
  msgid "Image height must be at least %dpx."
1272
  msgstr "Görsel yüksekliği en az %dpx olmalı."
1273
 
1274
- #: includes/api/api-helpers.php:3911
1275
  #, php-format
1276
  msgid "Image height must not exceed %dpx."
1277
  msgstr "Görsel yüksekliği %dpx değerini geçmemeli."
1278
 
1279
- #: includes/api/api-helpers.php:3929
1280
  #, php-format
1281
  msgid "File size must be at least %s."
1282
  msgstr "Dosya boyutu en az %s olmalı."
1283
 
1284
- #: includes/api/api-helpers.php:3934
1285
  #, php-format
1286
  msgid "File size must must not exceed %s."
1287
  msgstr "Dosya boyutu %s boyutunu geçmemeli."
1288
 
1289
- #: includes/api/api-helpers.php:3968
1290
- #, php-format
1291
- msgid "File type must be %s."
1292
- msgstr "Dosya tipi %s olmalı."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1293
 
1294
- #: includes/fields.php:144
1295
  msgid "Basic"
1296
  msgstr "Basit"
1297
 
1298
- #: includes/fields.php:145 includes/forms/form-front.php:47
1299
  msgid "Content"
1300
  msgstr "İçerik"
1301
 
1302
- #: includes/fields.php:146
1303
  msgid "Choice"
1304
  msgstr "Seçim"
1305
 
1306
- #: includes/fields.php:147
1307
  msgid "Relational"
1308
  msgstr "İlişkisel"
1309
 
1310
- #: includes/fields.php:148
1311
  msgid "jQuery"
1312
  msgstr "jQuery"
1313
 
1314
- #: includes/fields.php:149
1315
- #: includes/fields/class-acf-field-button-group.php:177
1316
- #: includes/fields/class-acf-field-checkbox.php:384
1317
  #: includes/fields/class-acf-field-group.php:474
1318
- #: includes/fields/class-acf-field-radio.php:285
1319
- #: pro/fields/class-acf-field-clone.php:839
1320
- #: pro/fields/class-acf-field-flexible-content.php:552
1321
- #: pro/fields/class-acf-field-flexible-content.php:601
1322
- #: pro/fields/class-acf-field-repeater.php:450
1323
  msgid "Layout"
1324
  msgstr "Yerleşim"
1325
 
1326
- #: includes/fields.php:326
1327
- msgid "Field type does not exist"
1328
- msgstr "Var olmayan alan tipi"
1329
 
1330
- #: includes/fields.php:326
1331
- msgid "Unknown"
1332
- msgstr "Bilinmiyor"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1333
 
1334
  #: includes/fields/class-acf-field-button-group.php:24
1335
  msgid "Button Group"
@@ -1338,21 +1507,21 @@ msgstr "Tuş grubu"
1338
  #: includes/fields/class-acf-field-button-group.php:149
1339
  #: includes/fields/class-acf-field-checkbox.php:344
1340
  #: includes/fields/class-acf-field-radio.php:235
1341
- #: includes/fields/class-acf-field-select.php:368
1342
  msgid "Choices"
1343
  msgstr "Seçimler"
1344
 
1345
  #: includes/fields/class-acf-field-button-group.php:150
1346
  #: includes/fields/class-acf-field-checkbox.php:345
1347
  #: includes/fields/class-acf-field-radio.php:236
1348
- #: includes/fields/class-acf-field-select.php:369
1349
  msgid "Enter each choice on a new line."
1350
  msgstr "Her seçeneği yeni bir satıra girin."
1351
 
1352
  #: includes/fields/class-acf-field-button-group.php:150
1353
  #: includes/fields/class-acf-field-checkbox.php:345
1354
  #: includes/fields/class-acf-field-radio.php:236
1355
- #: includes/fields/class-acf-field-select.php:369
1356
  msgid "For more control, you may specify both a value and label like this:"
1357
  msgstr ""
1358
  "Daha fazla kontrol için, hem bir değeri hem de bir etiketi şu şekilde "
@@ -1361,95 +1530,95 @@ msgstr ""
1361
  #: includes/fields/class-acf-field-button-group.php:150
1362
  #: includes/fields/class-acf-field-checkbox.php:345
1363
  #: includes/fields/class-acf-field-radio.php:236
1364
- #: includes/fields/class-acf-field-select.php:369
1365
  msgid "red : Red"
1366
  msgstr "kirmizi : Kırmızı"
1367
 
1368
  #: includes/fields/class-acf-field-button-group.php:158
1369
  #: includes/fields/class-acf-field-page_link.php:513
1370
- #: includes/fields/class-acf-field-post_object.php:412
1371
  #: includes/fields/class-acf-field-radio.php:244
1372
- #: includes/fields/class-acf-field-select.php:386
1373
- #: includes/fields/class-acf-field-taxonomy.php:793
1374
- #: includes/fields/class-acf-field-user.php:408
1375
  msgid "Allow Null?"
1376
  msgstr "Boş geçilebilir mi?"
1377
 
1378
  #: includes/fields/class-acf-field-button-group.php:168
1379
- #: includes/fields/class-acf-field-checkbox.php:375
1380
  #: includes/fields/class-acf-field-color_picker.php:131
1381
  #: includes/fields/class-acf-field-email.php:118
1382
  #: includes/fields/class-acf-field-number.php:127
1383
- #: includes/fields/class-acf-field-radio.php:276
1384
- #: includes/fields/class-acf-field-range.php:148
1385
- #: includes/fields/class-acf-field-select.php:377
1386
  #: includes/fields/class-acf-field-text.php:119
1387
  #: includes/fields/class-acf-field-textarea.php:102
1388
  #: includes/fields/class-acf-field-true_false.php:135
1389
  #: includes/fields/class-acf-field-url.php:100
1390
- #: includes/fields/class-acf-field-wysiwyg.php:410
1391
  msgid "Default Value"
1392
  msgstr "Varsayılan değer"
1393
 
1394
  #: includes/fields/class-acf-field-button-group.php:169
1395
  #: includes/fields/class-acf-field-email.php:119
1396
  #: includes/fields/class-acf-field-number.php:128
1397
- #: includes/fields/class-acf-field-radio.php:277
1398
- #: includes/fields/class-acf-field-range.php:149
1399
  #: includes/fields/class-acf-field-text.php:120
1400
  #: includes/fields/class-acf-field-textarea.php:103
1401
  #: includes/fields/class-acf-field-url.php:101
1402
- #: includes/fields/class-acf-field-wysiwyg.php:411
1403
  msgid "Appears when creating a new post"
1404
  msgstr "Yeni bir yazı oluştururken görünür"
1405
 
1406
  #: includes/fields/class-acf-field-button-group.php:183
1407
- #: includes/fields/class-acf-field-checkbox.php:391
1408
- #: includes/fields/class-acf-field-radio.php:292
1409
  msgid "Horizontal"
1410
  msgstr "Yatay"
1411
 
1412
  #: includes/fields/class-acf-field-button-group.php:184
1413
- #: includes/fields/class-acf-field-checkbox.php:390
1414
- #: includes/fields/class-acf-field-radio.php:291
1415
  msgid "Vertical"
1416
  msgstr "Dikey"
1417
 
1418
  #: includes/fields/class-acf-field-button-group.php:191
1419
- #: includes/fields/class-acf-field-checkbox.php:408
1420
- #: includes/fields/class-acf-field-file.php:200
1421
- #: includes/fields/class-acf-field-image.php:188
1422
  #: includes/fields/class-acf-field-link.php:166
1423
- #: includes/fields/class-acf-field-radio.php:299
1424
- #: includes/fields/class-acf-field-taxonomy.php:833
1425
  msgid "Return Value"
1426
  msgstr "Dönüş değeri"
1427
 
1428
  #: includes/fields/class-acf-field-button-group.php:192
1429
- #: includes/fields/class-acf-field-checkbox.php:409
1430
- #: includes/fields/class-acf-field-file.php:201
1431
- #: includes/fields/class-acf-field-image.php:189
1432
  #: includes/fields/class-acf-field-link.php:167
1433
- #: includes/fields/class-acf-field-radio.php:300
1434
  msgid "Specify the returned value on front end"
1435
  msgstr "Ön yüzden dönecek değeri belirleyin"
1436
 
1437
  #: includes/fields/class-acf-field-button-group.php:197
1438
- #: includes/fields/class-acf-field-checkbox.php:414
1439
- #: includes/fields/class-acf-field-radio.php:305
1440
- #: includes/fields/class-acf-field-select.php:431
1441
  msgid "Value"
1442
  msgstr "Değer"
1443
 
1444
  #: includes/fields/class-acf-field-button-group.php:199
1445
- #: includes/fields/class-acf-field-checkbox.php:416
1446
- #: includes/fields/class-acf-field-radio.php:307
1447
- #: includes/fields/class-acf-field-select.php:433
1448
  msgid "Both (Array)"
1449
  msgstr "İkisi de (Dizi)"
1450
 
1451
  #: includes/fields/class-acf-field-checkbox.php:25
1452
- #: includes/fields/class-acf-field-taxonomy.php:780
1453
  msgid "Checkbox"
1454
  msgstr "İşaret kutusu"
1455
 
@@ -1477,16 +1646,16 @@ msgstr "Özel alanı kaydet"
1477
  msgid "Save 'custom' values to the field's choices"
1478
  msgstr "‘Özel’ değerleri alanın seçenekleri arasına kaydet"
1479
 
1480
- #: includes/fields/class-acf-field-checkbox.php:376
1481
- #: includes/fields/class-acf-field-select.php:378
1482
  msgid "Enter each default value on a new line"
1483
  msgstr "Her varsayılan değeri yeni bir satıra girin"
1484
 
1485
- #: includes/fields/class-acf-field-checkbox.php:398
1486
  msgid "Toggle"
1487
  msgstr "Aç - kapat"
1488
 
1489
- #: includes/fields/class-acf-field-checkbox.php:399
1490
  msgid "Prepend an extra checkbox to toggle all choices"
1491
  msgstr ""
1492
  "En başa tüm seçimleri tersine çevirmek için ekstra bir seçim kutusu ekle"
@@ -1515,77 +1684,78 @@ msgstr "Şu anki renk"
1515
  msgid "Date Picker"
1516
  msgstr "Tarih seçici"
1517
 
1518
- #: includes/fields/class-acf-field-date_picker.php:33
1519
  msgctxt "Date Picker JS closeText"
1520
  msgid "Done"
1521
  msgstr "Tamam"
1522
 
1523
- #: includes/fields/class-acf-field-date_picker.php:34
1524
  msgctxt "Date Picker JS currentText"
1525
  msgid "Today"
1526
  msgstr "Bugün"
1527
 
1528
- #: includes/fields/class-acf-field-date_picker.php:35
1529
  msgctxt "Date Picker JS nextText"
1530
  msgid "Next"
1531
  msgstr "İleri"
1532
 
1533
- #: includes/fields/class-acf-field-date_picker.php:36
1534
  msgctxt "Date Picker JS prevText"
1535
  msgid "Prev"
1536
  msgstr "Önceki"
1537
 
1538
- #: includes/fields/class-acf-field-date_picker.php:37
1539
  msgctxt "Date Picker JS weekHeader"
1540
  msgid "Wk"
1541
  msgstr "Hf"
1542
 
1543
- #: includes/fields/class-acf-field-date_picker.php:207
1544
- #: includes/fields/class-acf-field-date_time_picker.php:181
1545
  #: includes/fields/class-acf-field-time_picker.php:109
1546
  msgid "Display Format"
1547
  msgstr "Gösterim biçimi"
1548
 
1549
- #: includes/fields/class-acf-field-date_picker.php:208
1550
- #: includes/fields/class-acf-field-date_time_picker.php:182
1551
  #: includes/fields/class-acf-field-time_picker.php:110
1552
  msgid "The format displayed when editing a post"
1553
  msgstr "Bir yazı düzenlenirken görüntülenecek biçim"
1554
 
1555
- #: includes/fields/class-acf-field-date_picker.php:216
1556
- #: includes/fields/class-acf-field-date_picker.php:247
1557
- #: includes/fields/class-acf-field-date_time_picker.php:191
1558
- #: includes/fields/class-acf-field-date_time_picker.php:208
1559
  #: includes/fields/class-acf-field-time_picker.php:117
1560
  #: includes/fields/class-acf-field-time_picker.php:132
1561
  msgid "Custom:"
1562
  msgstr "Özel:"
1563
 
1564
- #: includes/fields/class-acf-field-date_picker.php:226
1565
  msgid "Save Format"
1566
  msgstr "Biçimi kaydet"
1567
 
1568
- #: includes/fields/class-acf-field-date_picker.php:227
1569
  msgid "The format used when saving a value"
1570
  msgstr "Bir değer kaydedilirken kullanılacak biçim"
1571
 
1572
- #: includes/fields/class-acf-field-date_picker.php:237
1573
- #: includes/fields/class-acf-field-date_time_picker.php:198
1574
- #: includes/fields/class-acf-field-post_object.php:432
1575
- #: includes/fields/class-acf-field-relationship.php:697
1576
- #: includes/fields/class-acf-field-select.php:426
1577
  #: includes/fields/class-acf-field-time_picker.php:124
 
1578
  msgid "Return Format"
1579
  msgstr "Dönüş biçimi"
1580
 
1581
- #: includes/fields/class-acf-field-date_picker.php:238
1582
- #: includes/fields/class-acf-field-date_time_picker.php:199
1583
  #: includes/fields/class-acf-field-time_picker.php:125
1584
  msgid "The format returned via template functions"
1585
  msgstr "Tema işlevlerinden dönen biçim"
1586
 
1587
- #: includes/fields/class-acf-field-date_picker.php:256
1588
- #: includes/fields/class-acf-field-date_time_picker.php:215
1589
  msgid "Week Starts On"
1590
  msgstr "Hafta başlangıcı"
1591
 
@@ -1593,77 +1763,77 @@ msgstr "Hafta başlangıcı"
1593
  msgid "Date Time Picker"
1594
  msgstr "Tarih zaman seçici"
1595
 
1596
- #: includes/fields/class-acf-field-date_time_picker.php:33
1597
  msgctxt "Date Time Picker JS timeOnlyTitle"
1598
  msgid "Choose Time"
1599
  msgstr "Zamanı se"
1600
 
1601
- #: includes/fields/class-acf-field-date_time_picker.php:34
1602
  msgctxt "Date Time Picker JS timeText"
1603
  msgid "Time"
1604
  msgstr "Zaman"
1605
 
1606
- #: includes/fields/class-acf-field-date_time_picker.php:35
1607
  msgctxt "Date Time Picker JS hourText"
1608
  msgid "Hour"
1609
  msgstr "Saat"
1610
 
1611
- #: includes/fields/class-acf-field-date_time_picker.php:36
1612
  msgctxt "Date Time Picker JS minuteText"
1613
  msgid "Minute"
1614
  msgstr "Dakika"
1615
 
1616
- #: includes/fields/class-acf-field-date_time_picker.php:37
1617
  msgctxt "Date Time Picker JS secondText"
1618
  msgid "Second"
1619
  msgstr "Saniye"
1620
 
1621
- #: includes/fields/class-acf-field-date_time_picker.php:38
1622
  msgctxt "Date Time Picker JS millisecText"
1623
  msgid "Millisecond"
1624
  msgstr "Milisaniye"
1625
 
1626
- #: includes/fields/class-acf-field-date_time_picker.php:39
1627
  msgctxt "Date Time Picker JS microsecText"
1628
  msgid "Microsecond"
1629
  msgstr "Mikrosaniye"
1630
 
1631
- #: includes/fields/class-acf-field-date_time_picker.php:40
1632
  msgctxt "Date Time Picker JS timezoneText"
1633
  msgid "Time Zone"
1634
  msgstr "Zaman Dilimi"
1635
 
1636
- #: includes/fields/class-acf-field-date_time_picker.php:41
1637
  msgctxt "Date Time Picker JS currentText"
1638
  msgid "Now"
1639
  msgstr "Şimdi"
1640
 
1641
- #: includes/fields/class-acf-field-date_time_picker.php:42
1642
  msgctxt "Date Time Picker JS closeText"
1643
  msgid "Done"
1644
  msgstr "Tamam"
1645
 
1646
- #: includes/fields/class-acf-field-date_time_picker.php:43
1647
  msgctxt "Date Time Picker JS selectText"
1648
  msgid "Select"
1649
  msgstr "Seç"
1650
 
1651
- #: includes/fields/class-acf-field-date_time_picker.php:45
1652
  msgctxt "Date Time Picker JS amText"
1653
  msgid "AM"
1654
  msgstr "AM"
1655
 
1656
- #: includes/fields/class-acf-field-date_time_picker.php:46
1657
  msgctxt "Date Time Picker JS amTextShort"
1658
  msgid "A"
1659
  msgstr "A"
1660
 
1661
- #: includes/fields/class-acf-field-date_time_picker.php:49
1662
  msgctxt "Date Time Picker JS pmText"
1663
  msgid "PM"
1664
  msgstr "PM"
1665
 
1666
- #: includes/fields/class-acf-field-date_time_picker.php:50
1667
  msgctxt "Date Time Picker JS pmTextShort"
1668
  msgid "P"
1669
  msgstr "P"
@@ -1693,7 +1863,7 @@ msgstr "Girdi alanının içinde görünür"
1693
  #: includes/fields/class-acf-field-email.php:136
1694
  #: includes/fields/class-acf-field-number.php:145
1695
  #: includes/fields/class-acf-field-password.php:80
1696
- #: includes/fields/class-acf-field-range.php:187
1697
  #: includes/fields/class-acf-field-text.php:137
1698
  msgid "Prepend"
1699
  msgstr "Önüne ekle"
@@ -1701,7 +1871,7 @@ msgstr "Önüne ekle"
1701
  #: includes/fields/class-acf-field-email.php:137
1702
  #: includes/fields/class-acf-field-number.php:146
1703
  #: includes/fields/class-acf-field-password.php:81
1704
- #: includes/fields/class-acf-field-range.php:188
1705
  #: includes/fields/class-acf-field-text.php:138
1706
  msgid "Appears before the input"
1707
  msgstr "Girdi alanından önce görünür"
@@ -1709,7 +1879,7 @@ msgstr "Girdi alanından önce görünür"
1709
  #: includes/fields/class-acf-field-email.php:145
1710
  #: includes/fields/class-acf-field-number.php:154
1711
  #: includes/fields/class-acf-field-password.php:89
1712
- #: includes/fields/class-acf-field-range.php:196
1713
  #: includes/fields/class-acf-field-text.php:146
1714
  msgid "Append"
1715
  msgstr "Sonuna ekle"
@@ -1717,7 +1887,7 @@ msgstr "Sonuna ekle"
1717
  #: includes/fields/class-acf-field-email.php:146
1718
  #: includes/fields/class-acf-field-number.php:155
1719
  #: includes/fields/class-acf-field-password.php:90
1720
- #: includes/fields/class-acf-field-range.php:197
1721
  #: includes/fields/class-acf-field-text.php:147
1722
  msgid "Appears after the input"
1723
  msgstr "Girdi alanından sonra görünür"
@@ -1726,72 +1896,58 @@ msgstr "Girdi alanından sonra görünür"
1726
  msgid "File"
1727
  msgstr "Dosya"
1728
 
1729
- #: includes/fields/class-acf-field-file.php:36
1730
  msgid "Edit File"
1731
  msgstr "Dosya düzenle"
1732
 
1733
- #: includes/fields/class-acf-field-file.php:37
1734
  msgid "Update File"
1735
  msgstr "Dosyayı güncelle"
1736
 
1737
- #: includes/fields/class-acf-field-file.php:38
1738
- #: includes/fields/class-acf-field-image.php:43 includes/media.php:57
1739
- #: pro/fields/class-acf-field-gallery.php:44
1740
- msgid "Uploaded to this post"
1741
- msgstr "Bu yazıya yüklenmiş"
1742
-
1743
- #: includes/fields/class-acf-field-file.php:126
1744
  msgid "File name"
1745
  msgstr "Dosya adı"
1746
 
1747
- #: includes/fields/class-acf-field-file.php:130
1748
- #: includes/fields/class-acf-field-file.php:233
1749
- #: includes/fields/class-acf-field-file.php:244
1750
- #: includes/fields/class-acf-field-image.php:248
1751
- #: includes/fields/class-acf-field-image.php:277
1752
- #: pro/fields/class-acf-field-gallery.php:690
1753
- #: pro/fields/class-acf-field-gallery.php:719
1754
  msgid "File size"
1755
  msgstr "Dosya boyutu"
1756
 
1757
- #: includes/fields/class-acf-field-file.php:139
1758
- #: includes/fields/class-acf-field-image.php:124
1759
- #: includes/fields/class-acf-field-link.php:140 includes/input.php:269
1760
- #: pro/fields/class-acf-field-gallery.php:343
1761
- #: pro/fields/class-acf-field-gallery.php:531
1762
- msgid "Remove"
1763
- msgstr "Kaldır"
1764
-
1765
- #: includes/fields/class-acf-field-file.php:155
1766
  msgid "Add File"
1767
  msgstr "Dosya ekle"
1768
 
1769
- #: includes/fields/class-acf-field-file.php:206
1770
  msgid "File Array"
1771
  msgstr "Dosya dizisi"
1772
 
1773
- #: includes/fields/class-acf-field-file.php:207
1774
  msgid "File URL"
1775
  msgstr "Dosya adresi"
1776
 
1777
- #: includes/fields/class-acf-field-file.php:208
1778
  msgid "File ID"
1779
  msgstr "Dosya no"
1780
 
1781
- #: includes/fields/class-acf-field-file.php:215
1782
- #: includes/fields/class-acf-field-image.php:213
1783
- #: pro/fields/class-acf-field-gallery.php:655
1784
  msgid "Library"
1785
  msgstr "Kitaplık"
1786
 
1787
- #: includes/fields/class-acf-field-file.php:216
1788
- #: includes/fields/class-acf-field-image.php:214
1789
- #: pro/fields/class-acf-field-gallery.php:656
1790
  msgid "Limit the media library choice"
1791
  msgstr "Ortam kitaplığı seçimini sınırlayın"
1792
 
1793
- #: includes/fields/class-acf-field-file.php:221
1794
- #: includes/fields/class-acf-field-image.php:219
1795
  #: includes/locations/class-acf-location-attachment.php:101
1796
  #: includes/locations/class-acf-location-comment.php:79
1797
  #: includes/locations/class-acf-location-nav-menu.php:102
@@ -1799,42 +1955,42 @@ msgstr "Ortam kitaplığı seçimini sınırlayın"
1799
  #: includes/locations/class-acf-location-user-form.php:87
1800
  #: includes/locations/class-acf-location-user-role.php:111
1801
  #: includes/locations/class-acf-location-widget.php:83
1802
- #: pro/fields/class-acf-field-gallery.php:661
1803
  msgid "All"
1804
  msgstr "Tümü"
1805
 
1806
- #: includes/fields/class-acf-field-file.php:222
1807
- #: includes/fields/class-acf-field-image.php:220
1808
- #: pro/fields/class-acf-field-gallery.php:662
1809
  msgid "Uploaded to post"
1810
  msgstr "Yazıya yüklendi"
1811
 
1812
- #: includes/fields/class-acf-field-file.php:229
1813
- #: includes/fields/class-acf-field-image.php:227
1814
- #: pro/fields/class-acf-field-gallery.php:669
1815
  msgid "Minimum"
1816
  msgstr "En az"
1817
 
1818
- #: includes/fields/class-acf-field-file.php:230
1819
- #: includes/fields/class-acf-field-file.php:241
1820
  msgid "Restrict which files can be uploaded"
1821
  msgstr "Yüklenebilecek dosyaları sınırlandırın"
1822
 
1823
- #: includes/fields/class-acf-field-file.php:240
1824
- #: includes/fields/class-acf-field-image.php:256
1825
- #: pro/fields/class-acf-field-gallery.php:698
1826
  msgid "Maximum"
1827
  msgstr "En fazla"
1828
 
1829
- #: includes/fields/class-acf-field-file.php:251
1830
- #: includes/fields/class-acf-field-image.php:285
1831
- #: pro/fields/class-acf-field-gallery.php:727
1832
  msgid "Allowed file types"
1833
  msgstr "İzin verilen dosya tipleri"
1834
 
1835
- #: includes/fields/class-acf-field-file.php:252
1836
- #: includes/fields/class-acf-field-image.php:286
1837
- #: pro/fields/class-acf-field-gallery.php:728
1838
  msgid "Comma separated list. Leave blank for all types"
1839
  msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
1840
 
@@ -1842,54 +1998,50 @@ msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
1842
  msgid "Google Map"
1843
  msgstr "Google haritası"
1844
 
1845
- #: includes/fields/class-acf-field-google-map.php:40
1846
- msgid "Locating"
1847
- msgstr "Konum bulunuyor"
1848
-
1849
- #: includes/fields/class-acf-field-google-map.php:41
1850
  msgid "Sorry, this browser does not support geolocation"
1851
  msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor"
1852
 
1853
- #: includes/fields/class-acf-field-google-map.php:113
1854
  msgid "Clear location"
1855
  msgstr "Konumu temizle"
1856
 
1857
- #: includes/fields/class-acf-field-google-map.php:114
1858
  msgid "Find current location"
1859
  msgstr "Şu anki konumu bul"
1860
 
1861
- #: includes/fields/class-acf-field-google-map.php:117
1862
  msgid "Search for address..."
1863
  msgstr "Adres arayın…"
1864
 
1865
- #: includes/fields/class-acf-field-google-map.php:147
1866
- #: includes/fields/class-acf-field-google-map.php:158
1867
  msgid "Center"
1868
  msgstr "Merkez"
1869
 
1870
- #: includes/fields/class-acf-field-google-map.php:148
1871
- #: includes/fields/class-acf-field-google-map.php:159
1872
  msgid "Center the initial map"
1873
  msgstr "Haritayı ortala"
1874
 
1875
- #: includes/fields/class-acf-field-google-map.php:170
1876
  msgid "Zoom"
1877
  msgstr "Yaklaş"
1878
 
1879
- #: includes/fields/class-acf-field-google-map.php:171
1880
  msgid "Set the initial zoom level"
1881
  msgstr "Temel yaklaşma seviyesini belirle"
1882
 
1883
- #: includes/fields/class-acf-field-google-map.php:180
1884
- #: includes/fields/class-acf-field-image.php:239
1885
- #: includes/fields/class-acf-field-image.php:268
1886
- #: includes/fields/class-acf-field-oembed.php:281
1887
- #: pro/fields/class-acf-field-gallery.php:681
1888
- #: pro/fields/class-acf-field-gallery.php:710
1889
  msgid "Height"
1890
  msgstr "Yükseklik"
1891
 
1892
- #: includes/fields/class-acf-field-google-map.php:181
1893
  msgid "Customise the map height"
1894
  msgstr "Harita yüksekliğini özelleştir"
1895
 
@@ -1898,33 +2050,33 @@ msgid "Group"
1898
  msgstr "Grup"
1899
 
1900
  #: includes/fields/class-acf-field-group.php:459
1901
- #: pro/fields/class-acf-field-repeater.php:389
1902
  msgid "Sub Fields"
1903
  msgstr "Alt alanlar"
1904
 
1905
  #: includes/fields/class-acf-field-group.php:475
1906
- #: pro/fields/class-acf-field-clone.php:840
1907
  msgid "Specify the style used to render the selected fields"
1908
  msgstr "Seçili alanları görüntülemek için kullanılacak stili belirtin"
1909
 
1910
  #: includes/fields/class-acf-field-group.php:480
1911
- #: pro/fields/class-acf-field-clone.php:845
1912
- #: pro/fields/class-acf-field-flexible-content.php:612
1913
- #: pro/fields/class-acf-field-repeater.php:458
1914
  msgid "Block"
1915
  msgstr "Blok"
1916
 
1917
  #: includes/fields/class-acf-field-group.php:481
1918
- #: pro/fields/class-acf-field-clone.php:846
1919
- #: pro/fields/class-acf-field-flexible-content.php:611
1920
- #: pro/fields/class-acf-field-repeater.php:457
1921
  msgid "Table"
1922
  msgstr "Tablo"
1923
 
1924
  #: includes/fields/class-acf-field-group.php:482
1925
- #: pro/fields/class-acf-field-clone.php:847
1926
- #: pro/fields/class-acf-field-flexible-content.php:613
1927
- #: pro/fields/class-acf-field-repeater.php:459
1928
  msgid "Row"
1929
  msgstr "Satır"
1930
 
@@ -1932,64 +2084,58 @@ msgstr "Satır"
1932
  msgid "Image"
1933
  msgstr "Görsel"
1934
 
1935
- #: includes/fields/class-acf-field-image.php:40
1936
  msgid "Select Image"
1937
  msgstr "Görsel seç"
1938
 
1939
- #: includes/fields/class-acf-field-image.php:41
1940
- #: pro/fields/class-acf-field-gallery.php:42
1941
  msgid "Edit Image"
1942
  msgstr "Görseli düzenle"
1943
 
1944
- #: includes/fields/class-acf-field-image.php:42
1945
- #: pro/fields/class-acf-field-gallery.php:43
1946
  msgid "Update Image"
1947
  msgstr "Görseli güncelle"
1948
 
1949
- #: includes/fields/class-acf-field-image.php:44
1950
- msgid "All images"
1951
- msgstr "Tüm görseller"
1952
-
1953
- #: includes/fields/class-acf-field-image.php:140
1954
  msgid "No image selected"
1955
  msgstr "Görsel seçilmedi"
1956
 
1957
- #: includes/fields/class-acf-field-image.php:140
1958
  msgid "Add Image"
1959
  msgstr "Görsel ekle"
1960
 
1961
- #: includes/fields/class-acf-field-image.php:194
1962
  msgid "Image Array"
1963
  msgstr "Görsel dizisi"
1964
 
1965
- #: includes/fields/class-acf-field-image.php:195
1966
  msgid "Image URL"
1967
  msgstr "Görsel adresi"
1968
 
1969
- #: includes/fields/class-acf-field-image.php:196
1970
  msgid "Image ID"
1971
  msgstr "Görsel no"
1972
 
1973
- #: includes/fields/class-acf-field-image.php:203
1974
  msgid "Preview Size"
1975
  msgstr "Önizleme boyutu"
1976
 
1977
- #: includes/fields/class-acf-field-image.php:204
1978
  msgid "Shown when entering data"
1979
  msgstr "Veri girilirken gösterilir"
1980
 
1981
- #: includes/fields/class-acf-field-image.php:228
1982
- #: includes/fields/class-acf-field-image.php:257
1983
- #: pro/fields/class-acf-field-gallery.php:670
1984
- #: pro/fields/class-acf-field-gallery.php:699
1985
  msgid "Restrict which images can be uploaded"
1986
  msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın"
1987
 
1988
- #: includes/fields/class-acf-field-image.php:231
1989
- #: includes/fields/class-acf-field-image.php:260
1990
- #: includes/fields/class-acf-field-oembed.php:270
1991
- #: pro/fields/class-acf-field-gallery.php:673
1992
- #: pro/fields/class-acf-field-gallery.php:702
1993
  msgid "Width"
1994
  msgstr "Genişlik"
1995
 
@@ -2057,17 +2203,17 @@ msgid "Number"
2057
  msgstr "Sayı"
2058
 
2059
  #: includes/fields/class-acf-field-number.php:163
2060
- #: includes/fields/class-acf-field-range.php:157
2061
  msgid "Minimum Value"
2062
  msgstr "En az değer"
2063
 
2064
  #: includes/fields/class-acf-field-number.php:172
2065
- #: includes/fields/class-acf-field-range.php:167
2066
  msgid "Maximum Value"
2067
  msgstr "En fazla değer"
2068
 
2069
  #: includes/fields/class-acf-field-number.php:181
2070
- #: includes/fields/class-acf-field-range.php:177
2071
  msgid "Step Size"
2072
  msgstr "Adım boyutu"
2073
 
@@ -2089,49 +2235,50 @@ msgstr "Değer %d değerine eşit ya da daha küçük olmalı"
2089
  msgid "oEmbed"
2090
  msgstr "oEmbed"
2091
 
2092
- #: includes/fields/class-acf-field-oembed.php:219
2093
  msgid "Enter URL"
2094
  msgstr "Adres girin"
2095
 
2096
- #: includes/fields/class-acf-field-oembed.php:234
2097
- #: includes/fields/class-acf-field-taxonomy.php:898
2098
- msgid "Error."
2099
- msgstr "Hata."
2100
-
2101
- #: includes/fields/class-acf-field-oembed.php:234
2102
- msgid "No embed found for the given URL."
2103
- msgstr "Verilen adres için gömülecek bir şey bulunamadı."
2104
-
2105
- #: includes/fields/class-acf-field-oembed.php:267
2106
- #: includes/fields/class-acf-field-oembed.php:278
2107
  msgid "Embed Size"
2108
  msgstr "Gömme boyutu"
2109
 
 
 
 
 
2110
  #: includes/fields/class-acf-field-page_link.php:177
2111
  msgid "Archives"
2112
  msgstr "Arşivler"
2113
 
 
 
 
 
 
 
2114
  #: includes/fields/class-acf-field-page_link.php:485
2115
- #: includes/fields/class-acf-field-post_object.php:384
2116
- #: includes/fields/class-acf-field-relationship.php:623
2117
  msgid "Filter by Post Type"
2118
  msgstr "Yazı tipine göre filtre"
2119
 
2120
  #: includes/fields/class-acf-field-page_link.php:493
2121
- #: includes/fields/class-acf-field-post_object.php:392
2122
- #: includes/fields/class-acf-field-relationship.php:631
2123
  msgid "All post types"
2124
  msgstr "Tüm yazı tipleri"
2125
 
2126
  #: includes/fields/class-acf-field-page_link.php:499
2127
- #: includes/fields/class-acf-field-post_object.php:398
2128
- #: includes/fields/class-acf-field-relationship.php:637
2129
  msgid "Filter by Taxonomy"
2130
  msgstr "Taksonomiye göre filtre"
2131
 
2132
  #: includes/fields/class-acf-field-page_link.php:507
2133
- #: includes/fields/class-acf-field-post_object.php:406
2134
- #: includes/fields/class-acf-field-relationship.php:645
2135
  msgid "All taxonomies"
2136
  msgstr "Tüm taksonomiler"
2137
 
@@ -2140,9 +2287,9 @@ msgid "Allow Archives URLs"
2140
  msgstr "Arşivler adresine izin ver"
2141
 
2142
  #: includes/fields/class-acf-field-page_link.php:533
2143
- #: includes/fields/class-acf-field-post_object.php:422
2144
- #: includes/fields/class-acf-field-select.php:396
2145
- #: includes/fields/class-acf-field-user.php:418
2146
  msgid "Select multiple values?"
2147
  msgstr "Birden çok değer seçilsin mi?"
2148
 
@@ -2151,13 +2298,13 @@ msgid "Password"
2151
  msgstr "Parola"
2152
 
2153
  #: includes/fields/class-acf-field-post_object.php:25
2154
- #: includes/fields/class-acf-field-post_object.php:437
2155
- #: includes/fields/class-acf-field-relationship.php:702
2156
  msgid "Post Object"
2157
  msgstr "Yazı nesnesi"
2158
 
2159
- #: includes/fields/class-acf-field-post_object.php:438
2160
- #: includes/fields/class-acf-field-relationship.php:703
2161
  msgid "Post ID"
2162
  msgstr "Yazı No"
2163
 
@@ -2189,67 +2336,64 @@ msgstr "Aralık"
2189
  msgid "Relationship"
2190
  msgstr "İlişkili"
2191
 
2192
- #: includes/fields/class-acf-field-relationship.php:37
2193
- msgid "Minimum values reached ( {min} values )"
2194
- msgstr "En düşün değerlere ulaşıldı ( {min} değerleri )"
2195
-
2196
- #: includes/fields/class-acf-field-relationship.php:38
2197
  msgid "Maximum values reached ( {max} values )"
2198
  msgstr "En yüksek değerlere ulaşıldı ({max} değerleri)"
2199
 
2200
- #: includes/fields/class-acf-field-relationship.php:39
2201
  msgid "Loading"
2202
  msgstr "Yükleniyor"
2203
 
2204
- #: includes/fields/class-acf-field-relationship.php:40
2205
  msgid "No matches found"
2206
  msgstr "Eşleşme yok"
2207
 
2208
- #: includes/fields/class-acf-field-relationship.php:423
2209
  msgid "Select post type"
2210
  msgstr "Yazı tipi seç"
2211
 
2212
- #: includes/fields/class-acf-field-relationship.php:449
2213
  msgid "Select taxonomy"
2214
  msgstr "Taksonomi seç"
2215
 
2216
- #: includes/fields/class-acf-field-relationship.php:539
2217
  msgid "Search..."
2218
  msgstr "Ara…"
2219
 
2220
- #: includes/fields/class-acf-field-relationship.php:651
2221
  msgid "Filters"
2222
  msgstr "Filtreler"
2223
 
2224
- #: includes/fields/class-acf-field-relationship.php:657
2225
  #: includes/locations/class-acf-location-post-type.php:27
2226
  msgid "Post Type"
2227
  msgstr "Yazı tipi"
2228
 
2229
- #: includes/fields/class-acf-field-relationship.php:658
2230
  #: includes/fields/class-acf-field-taxonomy.php:28
2231
- #: includes/fields/class-acf-field-taxonomy.php:763
 
2232
  msgid "Taxonomy"
2233
  msgstr "Taksonomi"
2234
 
2235
- #: includes/fields/class-acf-field-relationship.php:665
2236
  msgid "Elements"
2237
  msgstr "Elemanlar"
2238
 
2239
- #: includes/fields/class-acf-field-relationship.php:666
2240
  msgid "Selected elements will be displayed in each result"
2241
  msgstr "Her sonuç içinde seçilmiş elemanlar görüntülenir"
2242
 
2243
- #: includes/fields/class-acf-field-relationship.php:677
2244
  msgid "Minimum posts"
2245
  msgstr "En az gönderi"
2246
 
2247
- #: includes/fields/class-acf-field-relationship.php:686
2248
  msgid "Maximum posts"
2249
  msgstr "En fazla yazı"
2250
 
2251
- #: includes/fields/class-acf-field-relationship.php:790
2252
- #: pro/fields/class-acf-field-gallery.php:800
2253
  #, php-format
2254
  msgid "%s requires at least %s selection"
2255
  msgid_plural "%s requires at least %s selections"
@@ -2257,90 +2401,85 @@ msgstr[0] "%s en az %s seçim gerektirir"
2257
  msgstr[1] "%s en az %s seçim gerektirir"
2258
 
2259
  #: includes/fields/class-acf-field-select.php:25
2260
- #: includes/fields/class-acf-field-taxonomy.php:785
2261
  msgctxt "noun"
2262
  msgid "Select"
2263
  msgstr "Seçim"
2264
 
2265
- #: includes/fields/class-acf-field-select.php:38
2266
  msgctxt "Select2 JS matches_1"
2267
  msgid "One result is available, press enter to select it."
2268
  msgstr "Bir sonuç bulundu, seçmek için enter tuşuna basın."
2269
 
2270
- #: includes/fields/class-acf-field-select.php:39
2271
  #, php-format
2272
  msgctxt "Select2 JS matches_n"
2273
  msgid "%d results are available, use up and down arrow keys to navigate."
2274
  msgstr "%d sonuç bulundu. Dolaşmak için yukarı ve aşağı okları kullanın."
2275
 
2276
- #: includes/fields/class-acf-field-select.php:40
2277
  msgctxt "Select2 JS matches_0"
2278
  msgid "No matches found"
2279
  msgstr "Eşleşme yok"
2280
 
2281
- #: includes/fields/class-acf-field-select.php:41
2282
  msgctxt "Select2 JS input_too_short_1"
2283
  msgid "Please enter 1 or more characters"
2284
  msgstr "Lütfen 1 veya daha fazla karakter girin"
2285
 
2286
- #: includes/fields/class-acf-field-select.php:42
2287
  #, php-format
2288
  msgctxt "Select2 JS input_too_short_n"
2289
  msgid "Please enter %d or more characters"
2290
  msgstr "Lütfen %d veya daha fazla karakter girin"
2291
 
2292
- #: includes/fields/class-acf-field-select.php:43
2293
  msgctxt "Select2 JS input_too_long_1"
2294
  msgid "Please delete 1 character"
2295
  msgstr "Lütfen 1 karakter silin"
2296
 
2297
- #: includes/fields/class-acf-field-select.php:44
2298
  #, php-format
2299
  msgctxt "Select2 JS input_too_long_n"
2300
  msgid "Please delete %d characters"
2301
  msgstr "Lütfen %d karakter silin"
2302
 
2303
- #: includes/fields/class-acf-field-select.php:45
2304
  msgctxt "Select2 JS selection_too_long_1"
2305
  msgid "You can only select 1 item"
2306
  msgstr "Sadece 1 öğe seçebilirsiniz"
2307
 
2308
- #: includes/fields/class-acf-field-select.php:46
2309
  #, php-format
2310
  msgctxt "Select2 JS selection_too_long_n"
2311
  msgid "You can only select %d items"
2312
  msgstr "Sadece %d öge seçebilirsiniz"
2313
 
2314
- #: includes/fields/class-acf-field-select.php:47
2315
  msgctxt "Select2 JS load_more"
2316
  msgid "Loading more results&hellip;"
2317
  msgstr "Daha fazla sonuç yükleniyor&hellip;"
2318
 
2319
- #: includes/fields/class-acf-field-select.php:48
2320
  msgctxt "Select2 JS searching"
2321
  msgid "Searching&hellip;"
2322
  msgstr "Aranıyor&hellip;"
2323
 
2324
- #: includes/fields/class-acf-field-select.php:49
2325
  msgctxt "Select2 JS load_fail"
2326
  msgid "Loading failed"
2327
  msgstr "Yükleme başarısız oldu"
2328
 
2329
- #: includes/fields/class-acf-field-select.php:255 includes/media.php:54
2330
- msgctxt "verb"
2331
- msgid "Select"
2332
- msgstr "Seç"
2333
-
2334
- #: includes/fields/class-acf-field-select.php:406
2335
  #: includes/fields/class-acf-field-true_false.php:144
2336
  msgid "Stylised UI"
2337
  msgstr "Stilize edilmiş kullanıcı arabirimi"
2338
 
2339
- #: includes/fields/class-acf-field-select.php:416
2340
  msgid "Use AJAX to lazy load choices?"
2341
  msgstr "Seçimlerin tembel yüklenmesi için AJAX kullanılsın mı?"
2342
 
2343
- #: includes/fields/class-acf-field-select.php:427
2344
  msgid "Specify the value returned"
2345
  msgstr "Dönecek değeri belirt"
2346
 
@@ -2352,129 +2491,100 @@ msgstr "Ayraç"
2352
  msgid "Tab"
2353
  msgstr "Sekme"
2354
 
2355
- #: includes/fields/class-acf-field-tab.php:82
2356
- msgid ""
2357
- "The tab field will display incorrectly when added to a Table style repeater "
2358
- "field or flexible content field layout"
2359
- msgstr ""
2360
- "Bir tablo stili tekrarlayıcı ya da esnek içerik alanı yerleşimi eklendiğinde "
2361
- "sekme alanı yanlış görüntülenir"
2362
-
2363
- #: includes/fields/class-acf-field-tab.php:83
2364
- msgid ""
2365
- "Use \"Tab Fields\" to better organize your edit screen by grouping fields "
2366
- "together."
2367
- msgstr ""
2368
- "“Sekme alanları”nı kullanarak düzenleme ekranında alanları gruplayıp daha "
2369
- "kolay organize olun."
2370
-
2371
- #: includes/fields/class-acf-field-tab.php:84
2372
- msgid ""
2373
- "All fields following this \"tab field\" (or until another \"tab field\" is "
2374
- "defined) will be grouped together using this field's label as the tab "
2375
- "heading."
2376
- msgstr ""
2377
- "Bu “sekme alanı”nı takip eden (ya da başka bir “sekme alanı” tanımlıysa) tüm "
2378
- "alanlar sekmenin başlığını etiket olarak kullanarak gruplandırılacaklar."
2379
-
2380
- #: includes/fields/class-acf-field-tab.php:98
2381
  msgid "Placement"
2382
  msgstr "Konumlandırma"
2383
 
2384
- #: includes/fields/class-acf-field-tab.php:110
2385
- msgid "End-point"
2386
- msgstr " nokta"
2387
-
2388
- #: includes/fields/class-acf-field-tab.php:111
2389
- msgid "Use this field as an end-point and start a new group of tabs"
2390
- msgstr "Yeni bir grup sekme için bu alanı bir uç nokta olarak kullan"
2391
 
2392
- #: includes/fields/class-acf-field-taxonomy.php:713
2393
  #, php-format
2394
  msgctxt "No terms"
2395
  msgid "No %s"
2396
  msgstr "%s yok"
2397
 
2398
- #: includes/fields/class-acf-field-taxonomy.php:732
2399
- msgid "None"
2400
- msgstr "Yok"
2401
-
2402
- #: includes/fields/class-acf-field-taxonomy.php:764
2403
  msgid "Select the taxonomy to be displayed"
2404
  msgstr "Görüntülenecek taksonomiyi seçin"
2405
 
2406
- #: includes/fields/class-acf-field-taxonomy.php:773
2407
  msgid "Appearance"
2408
  msgstr "Görünüm"
2409
 
2410
- #: includes/fields/class-acf-field-taxonomy.php:774
2411
  msgid "Select the appearance of this field"
2412
  msgstr "Bu alanın görünümünü seçin"
2413
 
2414
- #: includes/fields/class-acf-field-taxonomy.php:779
2415
  msgid "Multiple Values"
2416
  msgstr "Çoklu değer"
2417
 
2418
- #: includes/fields/class-acf-field-taxonomy.php:781
2419
  msgid "Multi Select"
2420
  msgstr "Çoklu seçim"
2421
 
2422
- #: includes/fields/class-acf-field-taxonomy.php:783
2423
  msgid "Single Value"
2424
  msgstr "Tek değer"
2425
 
2426
- #: includes/fields/class-acf-field-taxonomy.php:784
2427
  msgid "Radio Buttons"
2428
  msgstr "Radyo düğmeleri"
2429
 
2430
- #: includes/fields/class-acf-field-taxonomy.php:803
2431
  msgid "Create Terms"
2432
  msgstr "Terimleri oluştur"
2433
 
2434
- #: includes/fields/class-acf-field-taxonomy.php:804
2435
  msgid "Allow new terms to be created whilst editing"
2436
  msgstr "Düzenlenirken yeni terimlerin oluşabilmesine izin ver"
2437
 
2438
- #: includes/fields/class-acf-field-taxonomy.php:813
2439
  msgid "Save Terms"
2440
  msgstr "Terimleri kaydet"
2441
 
2442
- #: includes/fields/class-acf-field-taxonomy.php:814
2443
  msgid "Connect selected terms to the post"
2444
  msgstr "Seçilmiş terimleri yazıya bağla"
2445
 
2446
- #: includes/fields/class-acf-field-taxonomy.php:823
2447
  msgid "Load Terms"
2448
  msgstr "Terimleri yükle"
2449
 
2450
- #: includes/fields/class-acf-field-taxonomy.php:824
2451
  msgid "Load value from posts terms"
2452
  msgstr "Yazının terimlerinden değerleri yükle"
2453
 
2454
- #: includes/fields/class-acf-field-taxonomy.php:838
2455
  msgid "Term Object"
2456
  msgstr "Terim nesnesi"
2457
 
2458
- #: includes/fields/class-acf-field-taxonomy.php:839
2459
  msgid "Term ID"
2460
  msgstr "Terim no"
2461
 
2462
- #: includes/fields/class-acf-field-taxonomy.php:898
2463
  #, php-format
2464
  msgid "User unable to add new %s"
2465
  msgstr "Kullanıcı yeni %s ekleyemiyor"
2466
 
2467
- #: includes/fields/class-acf-field-taxonomy.php:911
2468
  #, php-format
2469
  msgid "%s already exists"
2470
  msgstr "%s zaten mevcut"
2471
 
2472
- #: includes/fields/class-acf-field-taxonomy.php:952
2473
  #, php-format
2474
  msgid "%s added"
2475
  msgstr "%s eklendi"
2476
 
2477
- #: includes/fields/class-acf-field-taxonomy.php:997
2478
  msgid "Add"
2479
  msgstr "Ekle"
2480
 
@@ -2512,18 +2622,6 @@ msgstr "Zaman seçici"
2512
  msgid "True / False"
2513
  msgstr "Doğru / yanlış"
2514
 
2515
- #: includes/fields/class-acf-field-true_false.php:79
2516
- #: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267
2517
- #: pro/admin/views/html-settings-updates.php:89
2518
- msgid "Yes"
2519
- msgstr "Evet"
2520
-
2521
- #: includes/fields/class-acf-field-true_false.php:80
2522
- #: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268
2523
- #: pro/admin/views/html-settings-updates.php:99
2524
- msgid "No"
2525
- msgstr "Hayır"
2526
-
2527
  #: includes/fields/class-acf-field-true_false.php:127
2528
  msgid "Displays text alongside the checkbox"
2529
  msgstr "İşaret kutusunun yanında görüntülenen metin"
@@ -2536,11 +2634,11 @@ msgstr "Açık metni"
2536
  msgid "Text shown when active"
2537
  msgstr "Etkinken görüntülenen metin"
2538
 
2539
- #: includes/fields/class-acf-field-true_false.php:165
2540
  msgid "Off Text"
2541
  msgstr "Kapalı metni"
2542
 
2543
- #: includes/fields/class-acf-field-true_false.php:166
2544
  msgid "Text shown when inactive"
2545
  msgstr "Etkin değilken görüntülenen metin"
2546
 
@@ -2556,64 +2654,76 @@ msgstr "Değer geçerli bir web adresi olmalı"
2556
  msgid "User"
2557
  msgstr "Kullanıcı"
2558
 
2559
- #: includes/fields/class-acf-field-user.php:393
2560
  msgid "Filter by role"
2561
  msgstr "Kurala göre filtrele"
2562
 
2563
- #: includes/fields/class-acf-field-user.php:401
2564
  msgid "All user roles"
2565
  msgstr "Bütün kullanıcı rolleri"
2566
 
 
 
 
 
 
 
 
 
 
 
 
 
2567
  #: includes/fields/class-acf-field-wysiwyg.php:25
2568
  msgid "Wysiwyg Editor"
2569
  msgstr "Wysiwyg düzenleyici"
2570
 
2571
- #: includes/fields/class-acf-field-wysiwyg.php:359
2572
  msgid "Visual"
2573
  msgstr "Görsel"
2574
 
2575
- #: includes/fields/class-acf-field-wysiwyg.php:360
2576
  msgctxt "Name for the Text editor tab (formerly HTML)"
2577
  msgid "Text"
2578
  msgstr "Metin"
2579
 
2580
- #: includes/fields/class-acf-field-wysiwyg.php:366
2581
  msgid "Click to initialize TinyMCE"
2582
  msgstr "TinyMCE hazırlamak için tıklayın"
2583
 
2584
- #: includes/fields/class-acf-field-wysiwyg.php:419
2585
  msgid "Tabs"
2586
  msgstr "Sekmeler"
2587
 
2588
- #: includes/fields/class-acf-field-wysiwyg.php:424
2589
  msgid "Visual & Text"
2590
  msgstr "Görsel ve metin"
2591
 
2592
- #: includes/fields/class-acf-field-wysiwyg.php:425
2593
  msgid "Visual Only"
2594
  msgstr "Sadece görsel"
2595
 
2596
- #: includes/fields/class-acf-field-wysiwyg.php:426
2597
  msgid "Text Only"
2598
  msgstr "Sadece metin"
2599
 
2600
- #: includes/fields/class-acf-field-wysiwyg.php:433
2601
  msgid "Toolbar"
2602
  msgstr "Araç çubuğu"
2603
 
2604
- #: includes/fields/class-acf-field-wysiwyg.php:443
2605
  msgid "Show Media Upload Buttons?"
2606
  msgstr "Ortam yükleme tuşları gösterilsin mi?"
2607
 
2608
- #: includes/fields/class-acf-field-wysiwyg.php:453
2609
  msgid "Delay initialization?"
2610
  msgstr "Hazırlık geciktirilsin mi?"
2611
 
2612
- #: includes/fields/class-acf-field-wysiwyg.php:454
2613
  msgid "TinyMCE will not be initalized until field is clicked"
2614
  msgstr "Alan tıklanana kadar TinyMCE hazırlanmayacak"
2615
 
2616
- #: includes/forms/form-comment.php:166 includes/forms/form-post.php:303
2617
  #: pro/admin/admin-options-page.php:308
2618
  msgid "Edit field group"
2619
  msgstr "Alan grubunu düzenle"
@@ -2622,8 +2732,8 @@ msgstr "Alan grubunu düzenle"
2622
  msgid "Validate Email"
2623
  msgstr "E-postayı doğrula"
2624
 
2625
- #: includes/forms/form-front.php:103
2626
- #: pro/fields/class-acf-field-gallery.php:573 pro/options-page.php:81
2627
  msgid "Update"
2628
  msgstr "Güncelle"
2629
 
@@ -2631,48 +2741,10 @@ msgstr "Güncelle"
2631
  msgid "Post updated"
2632
  msgstr "Yazı güncellendi"
2633
 
2634
- #: includes/forms/form-front.php:229
2635
  msgid "Spam Detected"
2636
  msgstr "İstenmeyen tespit edildi"
2637
 
2638
- #: includes/input.php:259
2639
- msgid "Expand Details"
2640
- msgstr "Ayrıntıları genişlet"
2641
-
2642
- #: includes/input.php:260
2643
- msgid "Collapse Details"
2644
- msgstr "Detayları daralt"
2645
-
2646
- #: includes/input.php:261
2647
- msgid "Validation successful"
2648
- msgstr "Doğrulama başarılı"
2649
-
2650
- #: includes/input.php:262 includes/validation.php:285
2651
- #: includes/validation.php:296
2652
- msgid "Validation failed"
2653
- msgstr "Doğrulama başarısız"
2654
-
2655
- #: includes/input.php:263
2656
- msgid "1 field requires attention"
2657
- msgstr "1 alan dikkatinizi gerektiriyor"
2658
-
2659
- #: includes/input.php:264
2660
- #, php-format
2661
- msgid "%d fields require attention"
2662
- msgstr "%d alan dikkatinizi gerektiriyor"
2663
-
2664
- #: includes/input.php:265
2665
- msgid "Restricted"
2666
- msgstr "Kısıtlı"
2667
-
2668
- #: includes/input.php:266
2669
- msgid "Are you sure?"
2670
- msgstr "Emin misiniz?"
2671
-
2672
- #: includes/input.php:270
2673
- msgid "Cancel"
2674
- msgstr "İptal"
2675
-
2676
  #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
2677
  msgid "Post"
2678
  msgstr "Yazı"
@@ -2685,6 +2757,14 @@ msgstr "Sayfa"
2685
  msgid "Forms"
2686
  msgstr "Formlar"
2687
 
 
 
 
 
 
 
 
 
2688
  #: includes/locations/class-acf-location-attachment.php:27
2689
  msgid "Attachment"
2690
  msgstr "Ek"
@@ -2755,23 +2835,23 @@ msgstr "Varsayılan şablon"
2755
  msgid "Page Type"
2756
  msgstr "Sayfa tipi"
2757
 
2758
- #: includes/locations/class-acf-location-page-type.php:145
2759
  msgid "Front Page"
2760
  msgstr "Ön sayfa"
2761
 
2762
- #: includes/locations/class-acf-location-page-type.php:146
2763
  msgid "Posts Page"
2764
  msgstr "Yazılar sayfası"
2765
 
2766
- #: includes/locations/class-acf-location-page-type.php:147
2767
  msgid "Top Level Page (no parent)"
2768
  msgstr "Üst düzey sayfa (ebeveynsiz)"
2769
 
2770
- #: includes/locations/class-acf-location-page-type.php:148
2771
  msgid "Parent Page (has children)"
2772
  msgstr "Üst sayfa (alt sayfası olan)"
2773
 
2774
- #: includes/locations/class-acf-location-page-type.php:149
2775
  msgid "Child Page (has parent)"
2776
  msgstr "Alt sayfa (ebeveyni olan)"
2777
 
@@ -2795,10 +2875,6 @@ msgstr "Yazı taksonomisi"
2795
  msgid "Post Template"
2796
  msgstr "Yazı şablonu"
2797
 
2798
- #: includes/locations/class-acf-location-taxonomy.php:27
2799
- msgid "Taxonomy Term"
2800
- msgstr "Taksonomi terimi"
2801
-
2802
  #: includes/locations/class-acf-location-user-form.php:27
2803
  msgid "User Form"
2804
  msgstr "Kullanıcı formu"
@@ -2819,16 +2895,6 @@ msgstr "Kullanıcı kuralı"
2819
  msgid "Widget"
2820
  msgstr "Bileşen"
2821
 
2822
- #: includes/media.php:55
2823
- msgctxt "verb"
2824
- msgid "Edit"
2825
- msgstr "Düzenle"
2826
-
2827
- #: includes/media.php:56
2828
- msgctxt "verb"
2829
- msgid "Update"
2830
- msgstr "Güncelle"
2831
-
2832
  #: includes/validation.php:364
2833
  #, php-format
2834
  msgid "%s value is required"
@@ -2927,265 +2993,260 @@ msgctxt "noun"
2927
  msgid "Clone"
2928
  msgstr "Kopyala"
2929
 
2930
- #: pro/fields/class-acf-field-clone.php:808
2931
  msgid "Select one or more fields you wish to clone"
2932
  msgstr "Çoğaltmak için bir ya da daha fazla alan seçin"
2933
 
2934
- #: pro/fields/class-acf-field-clone.php:825
2935
  msgid "Display"
2936
  msgstr "Görüntüle"
2937
 
2938
- #: pro/fields/class-acf-field-clone.php:826
2939
  msgid "Specify the style used to render the clone field"
2940
  msgstr "Çoğaltılacak alanın görünümü için stili belirleyin"
2941
 
2942
- #: pro/fields/class-acf-field-clone.php:831
2943
  msgid "Group (displays selected fields in a group within this field)"
2944
  msgstr "Grup (bu alanın içinde seçili alanları grup olarak gösterir)"
2945
 
2946
- #: pro/fields/class-acf-field-clone.php:832
2947
  msgid "Seamless (replaces this field with selected fields)"
2948
  msgstr "Pürüzsüz (bu alanı seçişmiş olan alanlarla değiştirir)"
2949
 
2950
- #: pro/fields/class-acf-field-clone.php:853
2951
  #, php-format
2952
  msgid "Labels will be displayed as %s"
2953
  msgstr "Etiketler %s olarak görüntülenir"
2954
 
2955
- #: pro/fields/class-acf-field-clone.php:856
2956
  msgid "Prefix Field Labels"
2957
  msgstr "Alan etiketlerine ön ek ekle"
2958
 
2959
- #: pro/fields/class-acf-field-clone.php:867
2960
  #, php-format
2961
  msgid "Values will be saved as %s"
2962
  msgstr "Değerler %s olarak kaydedilecek"
2963
 
2964
- #: pro/fields/class-acf-field-clone.php:870
2965
  msgid "Prefix Field Names"
2966
  msgstr "Alan isimlerine ön ek ekle"
2967
 
2968
- #: pro/fields/class-acf-field-clone.php:988
2969
  msgid "Unknown field"
2970
  msgstr "Bilinmeyen alan"
2971
 
2972
- #: pro/fields/class-acf-field-clone.php:1027
2973
  msgid "Unknown field group"
2974
  msgstr "Bilinmeyen alan grubu"
2975
 
2976
- #: pro/fields/class-acf-field-clone.php:1031
2977
  #, php-format
2978
  msgid "All fields from %s field group"
2979
  msgstr "%s alan grubundaki tüm alanlar"
2980
 
2981
  #: pro/fields/class-acf-field-flexible-content.php:31
2982
- #: pro/fields/class-acf-field-repeater.php:174
2983
- #: pro/fields/class-acf-field-repeater.php:470
2984
  msgid "Add Row"
2985
  msgstr "Satır ekle"
2986
 
2987
- #: pro/fields/class-acf-field-flexible-content.php:34
 
 
2988
  msgid "layout"
2989
- msgstr "yerleşim"
 
 
2990
 
2991
- #: pro/fields/class-acf-field-flexible-content.php:35
2992
  msgid "layouts"
2993
  msgstr "yerleşimler"
2994
 
2995
- #: pro/fields/class-acf-field-flexible-content.php:36
2996
- msgid "remove {layout}?"
2997
- msgstr "{layout} kaldırılsın mı?"
2998
-
2999
- #: pro/fields/class-acf-field-flexible-content.php:37
3000
- msgid "This field requires at least {min} {identifier}"
3001
- msgstr "Bu alan için en az gereken {min} {identifier}"
3002
-
3003
- #: pro/fields/class-acf-field-flexible-content.php:38
3004
- msgid "This field has a limit of {max} {identifier}"
3005
- msgstr "Bu alan için sınır {max} {identifier}"
3006
-
3007
- #: pro/fields/class-acf-field-flexible-content.php:39
3008
  msgid "This field requires at least {min} {label} {identifier}"
3009
  msgstr "Bu alan için en az gereken {min} {label} {identifier}"
3010
 
3011
- #: pro/fields/class-acf-field-flexible-content.php:40
3012
- msgid "Maximum {label} limit reached ({max} {identifier})"
3013
- msgstr "En yüksek {label} sınırına ulaşıldı ({max} {identifier})"
3014
 
3015
- #: pro/fields/class-acf-field-flexible-content.php:41
3016
  msgid "{available} {label} {identifier} available (max {max})"
3017
  msgstr "{available} {label} {identifier} kullanılabilir (en fazla {max})"
3018
 
3019
- #: pro/fields/class-acf-field-flexible-content.php:42
3020
  msgid "{required} {label} {identifier} required (min {min})"
3021
  msgstr "{required} {label} {identifier} gerekli (min {min})"
3022
 
3023
- #: pro/fields/class-acf-field-flexible-content.php:43
3024
  msgid "Flexible Content requires at least 1 layout"
3025
  msgstr "Esnek içerik, en az 1 yerleşim gerektirir"
3026
 
3027
- #: pro/fields/class-acf-field-flexible-content.php:273
3028
  #, php-format
3029
  msgid "Click the \"%s\" button below to start creating your layout"
3030
  msgstr ""
3031
  "Kendi yerleşiminizi oluşturmaya başlamak için aşağıdaki \"%s \" tuşuna "
3032
  "tıklayın"
3033
 
3034
- #: pro/fields/class-acf-field-flexible-content.php:406
3035
  msgid "Add layout"
3036
  msgstr "Yerleşim ekle"
3037
 
3038
- #: pro/fields/class-acf-field-flexible-content.php:407
3039
  msgid "Remove layout"
3040
  msgstr "Yerleşimi çıkar"
3041
 
3042
- #: pro/fields/class-acf-field-flexible-content.php:408
3043
- #: pro/fields/class-acf-field-repeater.php:298
3044
  msgid "Click to toggle"
3045
  msgstr "Geçiş yapmak için tıklayın"
3046
 
3047
- #: pro/fields/class-acf-field-flexible-content.php:554
3048
  msgid "Reorder Layout"
3049
  msgstr "Yerleşimi yeniden sırala"
3050
 
3051
- #: pro/fields/class-acf-field-flexible-content.php:554
3052
  msgid "Reorder"
3053
  msgstr "Yeniden sırala"
3054
 
3055
- #: pro/fields/class-acf-field-flexible-content.php:555
3056
  msgid "Delete Layout"
3057
  msgstr "Yerleşimi sil"
3058
 
3059
- #: pro/fields/class-acf-field-flexible-content.php:556
3060
  msgid "Duplicate Layout"
3061
  msgstr "Yerleşimi çoğalt"
3062
 
3063
- #: pro/fields/class-acf-field-flexible-content.php:557
3064
  msgid "Add New Layout"
3065
  msgstr "Yeni yerleşim ekle"
3066
 
3067
- #: pro/fields/class-acf-field-flexible-content.php:628
3068
  msgid "Min"
3069
  msgstr "En düşük"
3070
 
3071
- #: pro/fields/class-acf-field-flexible-content.php:641
3072
  msgid "Max"
3073
  msgstr "En yüksek"
3074
 
3075
- #: pro/fields/class-acf-field-flexible-content.php:668
3076
- #: pro/fields/class-acf-field-repeater.php:466
3077
  msgid "Button Label"
3078
  msgstr "Tuş etiketi"
3079
 
3080
- #: pro/fields/class-acf-field-flexible-content.php:677
3081
  msgid "Minimum Layouts"
3082
  msgstr "En az yerleşim"
3083
 
3084
- #: pro/fields/class-acf-field-flexible-content.php:686
3085
  msgid "Maximum Layouts"
3086
  msgstr "En fazla yerleşim"
3087
 
3088
- #: pro/fields/class-acf-field-gallery.php:41
3089
  msgid "Add Image to Gallery"
3090
  msgstr "Galeriye görsel ekle"
3091
 
3092
- #: pro/fields/class-acf-field-gallery.php:45
3093
  msgid "Maximum selection reached"
3094
  msgstr "En fazla seçim aşıldı"
3095
 
3096
- #: pro/fields/class-acf-field-gallery.php:321
3097
  msgid "Length"
3098
  msgstr "Uzunluk"
3099
 
3100
- #: pro/fields/class-acf-field-gallery.php:364
3101
  msgid "Caption"
3102
  msgstr "Başlık"
3103
 
3104
- #: pro/fields/class-acf-field-gallery.php:373
3105
  msgid "Alt Text"
3106
  msgstr "Alternatif metin"
3107
 
3108
- #: pro/fields/class-acf-field-gallery.php:544
3109
  msgid "Add to gallery"
3110
  msgstr "Galeriye ekle"
3111
 
3112
- #: pro/fields/class-acf-field-gallery.php:548
3113
  msgid "Bulk actions"
3114
  msgstr "Toplu eylemler"
3115
 
3116
- #: pro/fields/class-acf-field-gallery.php:549
3117
  msgid "Sort by date uploaded"
3118
  msgstr "Yüklenme tarihine göre sırala"
3119
 
3120
- #: pro/fields/class-acf-field-gallery.php:550
3121
  msgid "Sort by date modified"
3122
  msgstr "Değiştirme tarihine göre sırala"
3123
 
3124
- #: pro/fields/class-acf-field-gallery.php:551
3125
  msgid "Sort by title"
3126
  msgstr "Başlığa göre sırala"
3127
 
3128
- #: pro/fields/class-acf-field-gallery.php:552
3129
  msgid "Reverse current order"
3130
  msgstr "Sıralamayı ters çevir"
3131
 
3132
- #: pro/fields/class-acf-field-gallery.php:570
3133
  msgid "Close"
3134
  msgstr "Kapat"
3135
 
3136
- #: pro/fields/class-acf-field-gallery.php:624
3137
  msgid "Minimum Selection"
3138
  msgstr "En az seçim"
3139
 
3140
- #: pro/fields/class-acf-field-gallery.php:633
3141
  msgid "Maximum Selection"
3142
  msgstr "En fazla seçim"
3143
 
3144
- #: pro/fields/class-acf-field-gallery.php:642
3145
  msgid "Insert"
3146
  msgstr "Ekle"
3147
 
3148
- #: pro/fields/class-acf-field-gallery.php:643
3149
  msgid "Specify where new attachments are added"
3150
  msgstr "Yeni eklerin nereye ekleneceğini belirtin"
3151
 
3152
- #: pro/fields/class-acf-field-gallery.php:647
3153
  msgid "Append to the end"
3154
  msgstr "Sona ekle"
3155
 
3156
- #: pro/fields/class-acf-field-gallery.php:648
3157
  msgid "Prepend to the beginning"
3158
  msgstr "En başa ekleyin"
3159
 
3160
- #: pro/fields/class-acf-field-repeater.php:36
 
3161
  msgid "Minimum rows reached ({min} rows)"
3162
  msgstr "En az satır sayısına ulaşıldı ({min} satır)"
3163
 
3164
- #: pro/fields/class-acf-field-repeater.php:37
3165
  msgid "Maximum rows reached ({max} rows)"
3166
  msgstr "En fazla satır değerine ulaşıldı ({max} satır)"
3167
 
3168
- #: pro/fields/class-acf-field-repeater.php:343
3169
  msgid "Add row"
3170
  msgstr "Satır ekle"
3171
 
3172
- #: pro/fields/class-acf-field-repeater.php:344
3173
  msgid "Remove row"
3174
  msgstr "Satır çıkar"
3175
 
3176
- #: pro/fields/class-acf-field-repeater.php:419
3177
  msgid "Collapsed"
3178
  msgstr "Daraltılmış"
3179
 
3180
- #: pro/fields/class-acf-field-repeater.php:420
3181
  msgid "Select a sub field to show when row is collapsed"
3182
  msgstr "Satır toparlandığında görüntülenecek alt alanı seçin"
3183
 
3184
- #: pro/fields/class-acf-field-repeater.php:430
3185
  msgid "Minimum Rows"
3186
  msgstr "En az satır"
3187
 
3188
- #: pro/fields/class-acf-field-repeater.php:440
3189
  msgid "Maximum Rows"
3190
  msgstr "En fazla satır"
3191
 
@@ -3224,6 +3285,151 @@ msgstr "Elliot Condon"
3224
  msgid "http://www.elliotcondon.com/"
3225
  msgstr "http://www.elliotcondon.com/"
3226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3227
  #~ msgid "Getting Started"
3228
  #~ msgstr "Başlarken"
3229
 
@@ -3236,11 +3442,6 @@ msgstr "http://www.elliotcondon.com/"
3236
  #~ msgid "Actions"
3237
  #~ msgstr "Eylemler"
3238
 
3239
- #, fuzzy
3240
- #~| msgid "Future"
3241
- #~ msgid "Features"
3242
- #~ msgstr "Gelecek"
3243
-
3244
  #~ msgid "Tutorials"
3245
  #~ msgstr "Örnekler"
3246
 
@@ -3353,9 +3554,6 @@ msgstr "http://www.elliotcondon.com/"
3353
  #~ msgid "Trash"
3354
  #~ msgstr "Çöp"
3355
 
3356
- #~ msgid "Import / Export"
3357
- #~ msgstr "İçe / Dışa Aktar"
3358
-
3359
  #, fuzzy
3360
  #~ msgid "Field groups are created in order from lowest to highest"
3361
  #~ msgstr "Alan grupları oluşturulma sırası <br/> sırayla alttan yukarı"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Advanced Custom Fields Pro v5.7.7\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
+ "POT-Creation-Date: 2018-09-06 12:21+1000\n"
6
+ "PO-Revision-Date: 2018-11-01 14:30+0300\n"
7
+ "Last-Translator: Emre Erkan <kara@karalamalar.net>\n"
8
  "Language-Team: Emre Erkan <emre@ada.agency>\n"
9
  "Language: tr_TR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
17
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
+ #: acf.php:80
26
  msgid "Advanced Custom Fields"
27
  msgstr "Advanced Custom Fields"
28
 
29
+ #: acf.php:385 includes/admin/admin.php:117
30
  msgid "Field Groups"
31
  msgstr "Alan grupları"
32
 
33
+ #: acf.php:386
34
  msgid "Field Group"
35
  msgstr "Alan grubu"
36
 
37
+ #: acf.php:387 acf.php:419 includes/admin/admin.php:118
38
+ #: pro/fields/class-acf-field-flexible-content.php:572
39
  msgid "Add New"
40
  msgstr "Yeni ekle"
41
 
42
+ #: acf.php:388
43
  msgid "Add New Field Group"
44
  msgstr "Yeni alan grubu ekle"
45
 
46
+ #: acf.php:389
47
  msgid "Edit Field Group"
48
  msgstr "Alan grubunu düzenle"
49
 
50
+ #: acf.php:390
51
  msgid "New Field Group"
52
  msgstr "Yeni alan grubu"
53
 
54
+ #: acf.php:391
55
  msgid "View Field Group"
56
  msgstr "Alan grubunu görüntüle"
57
 
58
+ #: acf.php:392
59
  msgid "Search Field Groups"
60
  msgstr "Alan gruplarında ara"
61
 
62
+ #: acf.php:393
63
  msgid "No Field Groups found"
64
  msgstr "Hiç alan grubu bulunamadı"
65
 
66
+ #: acf.php:394
67
  msgid "No Field Groups found in Trash"
68
  msgstr "Çöpte alan grubu bulunamadı"
69
 
70
+ #: acf.php:417 includes/admin/admin-field-group.php:202
 
71
  #: includes/admin/admin-field-groups.php:510
72
+ #: pro/fields/class-acf-field-clone.php:811
73
  msgid "Fields"
74
  msgstr "Alanlar"
75
 
76
+ #: acf.php:418
77
  msgid "Field"
78
  msgstr "Alan"
79
 
80
+ #: acf.php:420
81
  msgid "Add New Field"
82
  msgstr "Yeni elan ekle"
83
 
84
+ #: acf.php:421
85
  msgid "Edit Field"
86
  msgstr "Alanı düzenle"
87
 
88
+ #: acf.php:422 includes/admin/views/field-group-fields.php:41
 
89
  msgid "New Field"
90
  msgstr "Yeni alan"
91
 
92
+ #: acf.php:423
93
  msgid "View Field"
94
  msgstr "Alanı görüntüle"
95
 
96
+ #: acf.php:424
97
  msgid "Search Fields"
98
  msgstr "Alanlarda ara"
99
 
100
+ #: acf.php:425
101
  msgid "No Fields found"
102
  msgstr "Hiç alan bulunamadı"
103
 
104
+ #: acf.php:426
105
  msgid "No Fields found in Trash"
106
  msgstr "Çöpte alan bulunamadı"
107
 
108
+ #: acf.php:465 includes/admin/admin-field-group.php:384
109
  #: includes/admin/admin-field-groups.php:567
110
  msgid "Inactive"
111
  msgstr "Etkin değil"
112
 
113
+ #: acf.php:470
114
  #, php-format
115
  msgid "Inactive <span class=\"count\">(%s)</span>"
116
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
147
  msgid "Field group draft updated."
148
  msgstr "Alan grubu taslağı güncellendi."
149
 
150
+ #: includes/admin/admin-field-group.php:153
151
+ msgid "The string \"field_\" may not be used at the start of a field name"
152
+ msgstr "Artık alan isimlerinin başlangıcında “field_” kullanılmayacak"
153
 
154
+ #: includes/admin/admin-field-group.php:154
155
+ msgid "This field cannot be moved until its changes have been saved"
156
+ msgstr "Bu alan, üzerinde yapılan değişiklikler kaydedilene kadar taşınamaz"
157
+
158
+ #: includes/admin/admin-field-group.php:155
159
+ msgid "Field group title is required"
160
+ msgstr "Alan grubu başlığı gerekli"
161
 
162
+ #: includes/admin/admin-field-group.php:156
163
  msgid "Move to trash. Are you sure?"
164
  msgstr "Çöpe taşımak istediğinizden emin misiniz?"
165
 
166
+ #: includes/admin/admin-field-group.php:157
 
 
 
 
167
  msgid "No toggle fields available"
168
  msgstr "Kullanılabilir aç-kapa alan yok"
169
 
170
+ #: includes/admin/admin-field-group.php:158
171
+ msgid "Move Custom Field"
172
+ msgstr "Özel alanı taşı"
173
+
174
+ #: includes/admin/admin-field-group.php:159
175
+ msgid "Checked"
176
+ msgstr "İşaretlendi"
177
 
178
+ #: includes/admin/admin-field-group.php:160 includes/api/api-field.php:289
179
+ msgid "(no label)"
180
+ msgstr "(etiket yok)"
181
+
182
+ #: includes/admin/admin-field-group.php:161
183
+ msgid "(this field)"
184
+ msgstr "(bu alan)"
185
+
186
+ #: includes/admin/admin-field-group.php:162
187
  #: includes/api/api-field-group.php:751
188
  msgid "copy"
189
  msgstr "kopyala"
190
 
191
+ #: includes/admin/admin-field-group.php:163
192
+ #: includes/admin/views/field-group-field-conditional-logic.php:51
193
+ #: includes/admin/views/field-group-field-conditional-logic.php:151
194
  #: includes/admin/views/field-group-locations.php:29
195
  #: includes/admin/views/html-location-group.php:3
196
+ #: includes/api/api-helpers.php:4073
197
  msgid "or"
198
  msgstr "veya"
199
 
200
+ #: includes/admin/admin-field-group.php:164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  msgid "Null"
202
  msgstr "Boş"
203
 
204
+ #: includes/admin/admin-field-group.php:203
205
+ msgid "Location"
206
+ msgstr "Konum"
 
207
 
208
+ #: includes/admin/admin-field-group.php:204
209
+ #: includes/admin/tools/class-acf-admin-tool-export.php:295
210
+ msgid "Settings"
211
+ msgstr "Ayarlar"
212
 
213
+ #: includes/admin/admin-field-group.php:354
214
  msgid "Field Keys"
215
  msgstr "Alan anahtarları"
216
 
217
+ #: includes/admin/admin-field-group.php:384
218
  #: includes/admin/views/field-group-options.php:9
219
  msgid "Active"
220
  msgstr "Etkin"
221
 
222
+ #: includes/admin/admin-field-group.php:746
223
  msgid "Move Complete."
224
  msgstr "Taşıma tamamlandı."
225
 
226
+ #: includes/admin/admin-field-group.php:747
227
  #, php-format
228
  msgid "The %s field can now be found in the %s field group"
229
  msgstr "%s alanı artık %s alan grubu altında bulunabilir"
230
 
231
+ #: includes/admin/admin-field-group.php:748
232
  msgid "Close Window"
233
  msgstr "Pencereyi kapat"
234
 
235
+ #: includes/admin/admin-field-group.php:789
236
  msgid "Please select the destination for this field"
237
  msgstr "Lütfen bu alan için bir hedef seçin"
238
 
239
+ #: includes/admin/admin-field-group.php:796
240
  msgid "Move Field"
241
  msgstr "Alanı taşı"
242
 
277
  msgstr "Eşitleme mevcut"
278
 
279
  #: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38
280
+ #: pro/fields/class-acf-field-gallery.php:370
281
  msgid "Title"
282
  msgstr "Başlık"
283
 
284
  #: includes/admin/admin-field-groups.php:508
285
  #: includes/admin/views/field-group-options.php:96
286
+ #: includes/admin/views/html-admin-page-upgrade-network.php:38
287
+ #: includes/admin/views/html-admin-page-upgrade-network.php:49
288
+ #: pro/fields/class-acf-field-gallery.php:397
289
  msgid "Description"
290
  msgstr "Açıklama"
291
 
326
  msgstr "Destek"
327
 
328
  #: includes/admin/admin-field-groups.php:623
329
+ #: includes/admin/views/settings-info.php:84
330
  msgid "Pro"
331
  msgstr "Pro"
332
 
335
  msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
336
  msgstr "<a href=\"%s\">ACF</a> ile oluşturduğunuz için teşekkürler."
337
 
338
+ #: includes/admin/admin-field-groups.php:667
339
  msgid "Duplicate this item"
340
  msgstr "Bu ögeyi çoğalt"
341
 
342
+ #: includes/admin/admin-field-groups.php:667
343
+ #: includes/admin/admin-field-groups.php:683
344
+ #: includes/admin/views/field-group-field.php:46
345
+ #: pro/fields/class-acf-field-flexible-content.php:571
346
  msgid "Duplicate"
347
  msgstr "Çoğalt"
348
 
349
+ #: includes/admin/admin-field-groups.php:700
350
+ #: includes/fields/class-acf-field-google-map.php:164
351
+ #: includes/fields/class-acf-field-relationship.php:674
352
  msgid "Search"
353
  msgstr "Ara"
354
 
355
+ #: includes/admin/admin-field-groups.php:759
356
  #, php-format
357
  msgid "Select %s"
358
  msgstr "Seç %s"
359
 
360
+ #: includes/admin/admin-field-groups.php:767
361
  msgid "Synchronise field group"
362
  msgstr "Alan grubunu eşitle"
363
 
364
+ #: includes/admin/admin-field-groups.php:767
365
+ #: includes/admin/admin-field-groups.php:797
366
  msgid "Sync"
367
  msgstr "Eşitle"
368
 
369
+ #: includes/admin/admin-field-groups.php:779
370
  msgid "Apply"
371
  msgstr "Uygula"
372
 
373
+ #: includes/admin/admin-field-groups.php:797
374
  msgid "Bulk Actions"
375
  msgstr "Toplu eylemler"
376
 
377
+ #: includes/admin/admin-tools.php:116
378
+ #: includes/admin/views/html-admin-tools.php:21
379
+ msgid "Tools"
380
+ msgstr "Araçlar"
381
 
382
+ #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:94
383
+ #: includes/admin/admin-upgrade.php:156
384
+ #: includes/admin/views/html-admin-page-upgrade-network.php:24
385
+ #: includes/admin/views/html-admin-page-upgrade.php:26
386
  msgid "Upgrade Database"
387
  msgstr "Veritabanını güncelle"
388
 
389
+ #: includes/admin/admin-upgrade.php:180
390
  msgid "Review sites & upgrade"
391
  msgstr "Siteleri incele ve güncelle"
392
 
393
+ #: includes/admin/admin.php:113
394
+ #: includes/admin/views/field-group-options.php:110
395
+ msgid "Custom Fields"
396
+ msgstr "Özel alanlar"
 
 
 
397
 
398
  #: includes/admin/settings-addons.php:51
399
  #: includes/admin/views/settings-addons.php:3
412
  msgid "What's New"
413
  msgstr "Neler yeni"
414
 
415
+ #: includes/admin/tools/class-acf-admin-tool-export.php:33
416
+ msgid "Export Field Groups"
417
+ msgstr "Alan gruplarını dışarı aktar"
418
+
419
+ #: includes/admin/tools/class-acf-admin-tool-export.php:38
420
+ #: includes/admin/tools/class-acf-admin-tool-export.php:342
421
+ #: includes/admin/tools/class-acf-admin-tool-export.php:371
422
+ msgid "Generate PHP"
423
+ msgstr "PHP oluştur"
424
 
425
+ #: includes/admin/tools/class-acf-admin-tool-export.php:97
426
+ #: includes/admin/tools/class-acf-admin-tool-export.php:135
427
  msgid "No field groups selected"
428
  msgstr "Hiç alan grubu seçilmemiş"
429
 
430
+ #: includes/admin/tools/class-acf-admin-tool-export.php:174
431
+ #, php-format
432
+ msgid "Exported 1 field group."
433
+ msgid_plural "Exported %s field groups."
434
+ msgstr[0] "1 alan grubu içeri aktarıldı."
435
+ msgstr[1] "%s alan grubu içeri aktarıldı."
436
+
437
+ #: includes/admin/tools/class-acf-admin-tool-export.php:241
438
+ #: includes/admin/tools/class-acf-admin-tool-export.php:269
439
+ msgid "Select Field Groups"
440
+ msgstr "Alan gruplarını seç"
441
+
442
+ #: includes/admin/tools/class-acf-admin-tool-export.php:336
443
+ msgid ""
444
+ "Select the field groups you would like to export and then select your export "
445
+ "method. Use the download button to export to a .json file which you can then "
446
+ "import to another ACF installation. Use the generate button to export to PHP "
447
+ "code which you can place in your theme."
448
+ msgstr ""
449
+ "Dışa aktarma ve sonra dışa aktarma yöntemini seçtikten sonra alan gruplarını "
450
+ "seçin. Sonra başka bir ACF yükleme içe bir .json dosyaya vermek için indirme "
451
+ "düğmesini kullanın. Tema yerleştirebilirsiniz PHP kodu aktarma düğmesini "
452
+ "kullanın."
453
+
454
+ #: includes/admin/tools/class-acf-admin-tool-export.php:341
455
+ msgid "Export File"
456
+ msgstr "Dışarı aktarım dosyası"
457
+
458
+ #: includes/admin/tools/class-acf-admin-tool-export.php:414
459
+ msgid ""
460
+ "The following code can be used to register a local version of the selected "
461
+ "field group(s). A local field group can provide many benefits such as faster "
462
+ "load times, version control & dynamic fields/settings. Simply copy and paste "
463
+ "the following code to your theme's functions.php file or include it within "
464
+ "an external file."
465
+ msgstr ""
466
+ "Aşağıdaki kod seçilmiş alan grubu/grupları için yerel bir sürüm kaydetmek "
467
+ "için kullanılır. Yerel alan grubu daha hızlı yüklenme süreleri, sürüm "
468
+ "yönetimi ve dinamik alanlar/ayarlar gibi faydalar sağlar. Yapmanız gereken "
469
+ "bu kodu kopyalayıp temanızın functions.php dosyasına eklemek ya da harici "
470
+ "bir dosya olarak temanıza dahil etmek."
471
+
472
+ #: includes/admin/tools/class-acf-admin-tool-export.php:446
473
+ msgid "Copy to clipboard"
474
+ msgstr "Panoya kopyala"
475
+
476
+ #: includes/admin/tools/class-acf-admin-tool-export.php:483
477
+ msgid "Copied"
478
+ msgstr "Kopyalandı"
479
+
480
+ #: includes/admin/tools/class-acf-admin-tool-import.php:26
481
+ msgid "Import Field Groups"
482
+ msgstr "Alan gruplarını içeri aktar"
483
+
484
+ #: includes/admin/tools/class-acf-admin-tool-import.php:61
485
+ msgid ""
486
+ "Select the Advanced Custom Fields JSON file you would like to import. When "
487
+ "you click the import button below, ACF will import the field groups."
488
+ msgstr ""
489
+ "İçeri aktarmak istediğiniz Advanced Custom Fields JSON dosyasını seçin. "
490
+ "Aşağıdaki içeri aktar tuşuna bastığınızda ACF alan gruplarını içeri "
491
+ "aktaracak."
492
+
493
+ #: includes/admin/tools/class-acf-admin-tool-import.php:66
494
+ #: includes/fields/class-acf-field-file.php:57
495
+ msgid "Select File"
496
+ msgstr "Dosya seç"
497
+
498
+ #: includes/admin/tools/class-acf-admin-tool-import.php:76
499
+ msgid "Import File"
500
+ msgstr "Dosyayı içeri aktar"
501
+
502
+ #: includes/admin/tools/class-acf-admin-tool-import.php:100
503
+ #: includes/fields/class-acf-field-file.php:170
504
  msgid "No file selected"
505
  msgstr "Dosya seçilmedi"
506
 
507
+ #: includes/admin/tools/class-acf-admin-tool-import.php:113
508
  msgid "Error uploading file. Please try again"
509
  msgstr "Dosya yüklenirken hata oluştu. Lütfen tekrar deneyin"
510
 
511
+ #: includes/admin/tools/class-acf-admin-tool-import.php:122
512
  msgid "Incorrect file type"
513
  msgstr "Geçersiz dosya tipi"
514
 
515
+ #: includes/admin/tools/class-acf-admin-tool-import.php:139
516
  msgid "Import file empty"
517
  msgstr "İçe aktarılan dosya boş"
518
 
519
+ #: includes/admin/tools/class-acf-admin-tool-import.php:247
520
  #, php-format
521
  msgid "Imported 1 field group"
522
  msgid_plural "Imported %s field groups"
523
  msgstr[0] "1 alan grubu içeri aktarıldı"
524
  msgstr[1] "%s alan grubu içeri aktarıldı"
525
 
526
+ #: includes/admin/views/field-group-field-conditional-logic.php:25
527
  msgid "Conditional Logic"
528
  msgstr "Koşullu mantık"
529
 
530
+ #: includes/admin/views/field-group-field-conditional-logic.php:51
531
  msgid "Show this field if"
532
  msgstr "Alanı bu şart gerçekleşirse göster"
533
 
534
+ #: includes/admin/views/field-group-field-conditional-logic.php:138
535
+ #: includes/admin/views/html-location-rule.php:86
 
 
 
 
 
 
 
 
 
 
536
  msgid "and"
537
  msgstr "ve"
538
 
539
+ #: includes/admin/views/field-group-field-conditional-logic.php:153
540
  #: includes/admin/views/field-group-locations.php:31
541
  msgid "Add rule group"
542
  msgstr "Kural grubu ekle"
543
 
544
+ #: includes/admin/views/field-group-field.php:38
545
+ #: pro/fields/class-acf-field-flexible-content.php:424
546
+ #: pro/fields/class-acf-field-repeater.php:294
547
  msgid "Drag to reorder"
548
  msgstr "Yeniden düzenlemek için sürükleyin"
549
 
550
+ #: includes/admin/views/field-group-field.php:42
551
  #: includes/admin/views/field-group-field.php:45
 
552
  msgid "Edit field"
553
  msgstr "Alanı düzenle"
554
 
555
+ #: includes/admin/views/field-group-field.php:45
556
+ #: includes/fields/class-acf-field-file.php:152
557
+ #: includes/fields/class-acf-field-image.php:139
558
  #: includes/fields/class-acf-field-link.php:139
559
+ #: pro/fields/class-acf-field-gallery.php:357
560
  msgid "Edit"
561
  msgstr "Düzenle"
562
 
563
+ #: includes/admin/views/field-group-field.php:46
564
  msgid "Duplicate field"
565
  msgstr "Alanı çoğalt"
566
 
567
+ #: includes/admin/views/field-group-field.php:47
568
  msgid "Move field to another group"
569
  msgstr "Alanı başka gruba taşı"
570
 
571
+ #: includes/admin/views/field-group-field.php:47
572
  msgid "Move"
573
  msgstr "Taşı"
574
 
575
+ #: includes/admin/views/field-group-field.php:48
576
  msgid "Delete field"
577
  msgstr "Alanı sil"
578
 
579
+ #: includes/admin/views/field-group-field.php:48
580
+ #: pro/fields/class-acf-field-flexible-content.php:570
581
  msgid "Delete"
582
  msgstr "Sil"
583
 
584
+ #: includes/admin/views/field-group-field.php:65
585
  msgid "Field Label"
586
  msgstr "Alan etiketi"
587
 
588
+ #: includes/admin/views/field-group-field.php:66
589
  msgid "This is the name which will appear on the EDIT page"
590
  msgstr "Bu isim DÜZENLEME sayfasında görüntülenecek isimdir"
591
 
592
+ #: includes/admin/views/field-group-field.php:75
593
  msgid "Field Name"
594
  msgstr "Alan adı"
595
 
596
+ #: includes/admin/views/field-group-field.php:76
597
  msgid "Single word, no spaces. Underscores and dashes allowed"
598
  msgstr "Tek kelime, boşluksuz. Alt çizgi ve tireye izin var"
599
 
600
+ #: includes/admin/views/field-group-field.php:85
601
  msgid "Field Type"
602
  msgstr "Alan tipi"
603
 
604
+ #: includes/admin/views/field-group-field.php:96
 
605
  msgid "Instructions"
606
  msgstr "Yönergeler"
607
 
608
+ #: includes/admin/views/field-group-field.php:97
609
  msgid "Instructions for authors. Shown when submitting data"
610
  msgstr "Yazarlara gösterilecek talimatlar. Veri gönderirken gösterilir"
611
 
612
+ #: includes/admin/views/field-group-field.php:106
613
  msgid "Required?"
614
  msgstr "Gerekli mi?"
615
 
616
+ #: includes/admin/views/field-group-field.php:129
617
  msgid "Wrapper Attributes"
618
  msgstr "Kapsayıcı öznitelikleri"
619
 
620
+ #: includes/admin/views/field-group-field.php:135
621
  msgid "width"
622
  msgstr "genişlik"
623
 
624
+ #: includes/admin/views/field-group-field.php:150
625
  msgid "class"
626
  msgstr "sınıf"
627
 
628
+ #: includes/admin/views/field-group-field.php:163
629
  msgid "id"
630
  msgstr "id"
631
 
632
+ #: includes/admin/views/field-group-field.php:175
633
  msgid "Close Field"
634
  msgstr "Alanı kapat"
635
 
639
 
640
  #: includes/admin/views/field-group-fields.php:5
641
  #: includes/fields/class-acf-field-button-group.php:198
642
+ #: includes/fields/class-acf-field-checkbox.php:420
643
+ #: includes/fields/class-acf-field-radio.php:311
644
+ #: includes/fields/class-acf-field-select.php:428
645
+ #: pro/fields/class-acf-field-flexible-content.php:596
646
  msgid "Label"
647
  msgstr "Etiket"
648
 
649
  #: includes/admin/views/field-group-fields.php:6
650
+ #: includes/fields/class-acf-field-taxonomy.php:939
651
+ #: pro/fields/class-acf-field-flexible-content.php:610
652
  msgid "Name"
653
  msgstr "İsim"
654
 
717
  msgstr "Etiket yerleştirme"
718
 
719
  #: includes/admin/views/field-group-options.php:62
720
+ #: includes/fields/class-acf-field-tab.php:106
721
  msgid "Top aligned"
722
  msgstr "Üste hizalı"
723
 
724
  #: includes/admin/views/field-group-options.php:63
725
+ #: includes/fields/class-acf-field-tab.php:107
726
  msgid "Left aligned"
727
  msgstr "Sola hizalı"
728
 
751
  msgstr "Alan grubu listesinde görüntülenir"
752
 
753
  #: includes/admin/views/field-group-options.php:107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754
  msgid "Permalink"
755
  msgstr "Kalıcı bağlantı"
756
 
757
+ #: includes/admin/views/field-group-options.php:108
758
  msgid "Content Editor"
759
  msgstr "İçerik düzenleyici"
760
 
761
+ #: includes/admin/views/field-group-options.php:109
762
  msgid "Excerpt"
763
  msgstr "Özet"
764
 
765
+ #: includes/admin/views/field-group-options.php:111
766
  msgid "Discussion"
767
  msgstr "Tartışma"
768
 
769
+ #: includes/admin/views/field-group-options.php:112
770
  msgid "Comments"
771
  msgstr "Yorumlar"
772
 
773
+ #: includes/admin/views/field-group-options.php:113
774
  msgid "Revisions"
775
  msgstr "Sürümler"
776
 
777
+ #: includes/admin/views/field-group-options.php:114
778
  msgid "Slug"
779
  msgstr "Kısa isim"
780
 
781
+ #: includes/admin/views/field-group-options.php:115
782
  msgid "Author"
783
  msgstr "Yazar"
784
 
785
+ #: includes/admin/views/field-group-options.php:116
786
  msgid "Format"
787
  msgstr "Biçim"
788
 
789
+ #: includes/admin/views/field-group-options.php:117
790
  msgid "Page Attributes"
791
  msgstr "Sayfa öznitelikleri"
792
 
793
+ #: includes/admin/views/field-group-options.php:118
794
+ #: includes/fields/class-acf-field-relationship.php:688
795
  msgid "Featured Image"
796
  msgstr "Öne çıkarılmış görsel"
797
 
798
+ #: includes/admin/views/field-group-options.php:119
799
  msgid "Categories"
800
  msgstr "Kategoriler"
801
 
802
+ #: includes/admin/views/field-group-options.php:120
803
  msgid "Tags"
804
  msgstr "Etiketler"
805
 
806
+ #: includes/admin/views/field-group-options.php:121
807
  msgid "Send Trackbacks"
808
  msgstr "Geri izlemeleri gönder"
809
 
810
+ #: includes/admin/views/field-group-options.php:128
811
+ msgid "Hide on screen"
812
+ msgstr "Ekranda gizle"
813
 
814
+ #: includes/admin/views/field-group-options.php:129
815
+ msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
816
+ msgstr "Düzenleme ekranından <b>gizlemek</b> istediğiniz ögeleri <b>seçin</b>."
817
 
818
+ #: includes/admin/views/field-group-options.php:129
819
+ msgid ""
820
+ "If multiple field groups appear on an edit screen, the first field group's "
821
+ "options will be used (the one with the lowest order number)"
822
+ msgstr ""
823
+ "Eğer düzenleme ekranında birden çok alan grubu ortaya çıkarsa, ilk alan "
824
+ "grubunun seçenekleri kullanılır (en düşük sıralama numarasına sahip olan)"
825
 
826
+ #: includes/admin/views/html-admin-page-upgrade-network.php:26
827
  #, php-format
828
  msgid ""
829
  "The following sites require a DB upgrade. Check the ones you want to update "
832
  "Şu siteler için VT güncellemesi gerekiyor. Güncellemek istediklerinizi "
833
  "işaretleyin ve %s tuşuna basın."
834
 
835
+ #: includes/admin/views/html-admin-page-upgrade-network.php:26
836
+ #: includes/admin/views/html-admin-page-upgrade-network.php:27
837
+ #: includes/admin/views/html-admin-page-upgrade-network.php:92
838
+ msgid "Upgrade Sites"
839
+ msgstr "Siteleri yükselt"
840
+
841
+ #: includes/admin/views/html-admin-page-upgrade-network.php:36
842
+ #: includes/admin/views/html-admin-page-upgrade-network.php:47
843
  msgid "Site"
844
  msgstr "Site"
845
 
846
+ #: includes/admin/views/html-admin-page-upgrade-network.php:74
847
  #, php-format
848
  msgid "Site requires database upgrade from %s to %s"
849
  msgstr "Site için %s sürümünden %s sürümüne veritabanı güncellemesi gerekiyor"
850
 
851
+ #: includes/admin/views/html-admin-page-upgrade-network.php:76
852
  msgid "Site is up to date"
853
  msgstr "Site güncel"
854
 
855
+ #: includes/admin/views/html-admin-page-upgrade-network.php:93
856
  #, php-format
857
  msgid ""
858
  "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
859
  msgstr ""
860
  "Veritabanı güncellemesi tamamlandı. <a href=\"%s\">Ağ panosuna geri dön</a>"
861
 
862
+ #: includes/admin/views/html-admin-page-upgrade-network.php:113
863
+ msgid "Please select at least one site to upgrade."
864
+ msgstr "Lütfen yükseltmek için en az site seçin."
865
+
866
+ #: includes/admin/views/html-admin-page-upgrade-network.php:117
867
+ #: includes/admin/views/html-notice-upgrade.php:38
868
  msgid ""
869
  "It is strongly recommended that you backup your database before proceeding. "
870
  "Are you sure you wish to run the updater now?"
872
  "Devam etmeden önce veritabanınızı yedeklemeniz önemle önerilir. "
873
  "Güncelleştiriciyi şimdi çalıştırmak istediğinizden emin misiniz?"
874
 
875
+ #: includes/admin/views/html-admin-page-upgrade-network.php:144
876
+ #: includes/admin/views/html-admin-page-upgrade.php:31
 
 
 
 
877
  #, php-format
878
  msgid "Upgrading data to version %s"
879
  msgstr "Veri %s sürümüne yükseltiliyor"
880
 
881
+ #: includes/admin/views/html-admin-page-upgrade-network.php:167
882
+ msgid "Upgrade complete."
883
+ msgstr "Yükseltme başarılı."
884
+
885
+ #: includes/admin/views/html-admin-page-upgrade-network.php:176
886
+ #: includes/admin/views/html-admin-page-upgrade-network.php:185
887
+ #: includes/admin/views/html-admin-page-upgrade.php:78
888
+ #: includes/admin/views/html-admin-page-upgrade.php:87
889
+ msgid "Upgrade failed."
890
+ msgstr "Yükseltme başarısız oldu."
891
+
892
+ #: includes/admin/views/html-admin-page-upgrade.php:30
893
+ msgid "Reading upgrade tasks..."
894
+ msgstr "Yükseltme görevlerini okuyor..."
895
+
896
+ #: includes/admin/views/html-admin-page-upgrade.php:33
897
+ #, php-format
898
+ msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
899
+ msgstr ""
900
+ "Veritabanı güncellemesi tamamlandı. <a href=\"%s\">Neler yeni bir göz atın</"
901
+ "a>"
902
+
903
+ #: includes/admin/views/html-admin-page-upgrade.php:116
904
+ #: includes/ajax/class-acf-ajax-upgrade.php:33
905
+ msgid "No updates available."
906
+ msgstr "Güncelleme yok."
907
+
908
+ #: includes/admin/views/html-location-group.php:3
909
+ msgid "Show this field group if"
910
+ msgstr "Bu alan grubunu şu koşulda göster"
911
+
912
+ #: includes/admin/views/html-notice-upgrade.php:8
913
  #: pro/fields/class-acf-field-repeater.php:25
914
  msgid "Repeater"
915
  msgstr "Tekrarlayıcı"
916
 
917
+ #: includes/admin/views/html-notice-upgrade.php:9
918
  #: pro/fields/class-acf-field-flexible-content.php:25
919
  msgid "Flexible Content"
920
  msgstr "Esnek içerik"
921
 
922
+ #: includes/admin/views/html-notice-upgrade.php:10
923
  #: pro/fields/class-acf-field-gallery.php:25
924
  msgid "Gallery"
925
  msgstr "Galeri"
926
 
927
+ #: includes/admin/views/html-notice-upgrade.php:11
928
  #: pro/locations/class-acf-location-options-page.php:26
929
  msgid "Options Page"
930
  msgstr "Seçenekler sayfası"
931
 
932
+ #: includes/admin/views/html-notice-upgrade.php:21
933
  msgid "Database Upgrade Required"
934
  msgstr "Veritabanı yükseltmesi gerekiyor"
935
 
936
+ #: includes/admin/views/html-notice-upgrade.php:22
937
  #, php-format
938
  msgid "Thank you for updating to %s v%s!"
939
  msgstr "%s v%s sürümüne güncellediğiniz için teşekkür ederiz!"
940
 
941
+ #: includes/admin/views/html-notice-upgrade.php:22
942
  msgid ""
943
+ "This version contains improvements to your database and requires an upgrade."
 
944
  msgstr ""
945
+ "Bu sürüm veritabanınız için iyileştirmeler içeriyor ve yükseltme "
946
+ "gerektiriyor."
947
 
948
+ #: includes/admin/views/html-notice-upgrade.php:24
949
  #, php-format
950
  msgid ""
951
  "Please also ensure any premium add-ons (%s) have first been updated to the "
954
  "Lütfen ayrıca premium eklentilerin (%s) de en üst sürüme güncellendiğinden "
955
  "emin olun."
956
 
 
 
 
 
 
 
 
 
 
 
 
957
  #: includes/admin/views/settings-addons.php:17
958
  msgid "Download & Install"
959
  msgstr "İndir ve yükle"
975
  "Güncelleme için teşekkür ederiz! ACF %s zamankinden daha büyük ve daha iyi. "
976
  "Umarız beğenirsiniz."
977
 
978
+ #: includes/admin/views/settings-info.php:15
979
+ msgid "A Smoother Experience"
980
+ msgstr "Daha pürüzsüz bir deneyim"
981
 
982
+ #: includes/admin/views/settings-info.php:19
983
  msgid "Improved Usability"
984
  msgstr "Geliştirilmiş kullanılabilirlik"
985
 
986
+ #: includes/admin/views/settings-info.php:20
987
  msgid ""
988
  "Including the popular Select2 library has improved both usability and speed "
989
  "across a number of field types including post object, page link, taxonomy "
993
  "taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem de "
994
  "hız iyileştirmeleri gerçekleşti."
995
 
996
+ #: includes/admin/views/settings-info.php:24
997
  msgid "Improved Design"
998
  msgstr "Geliştirilmiş tasarım"
999
 
1000
+ #: includes/admin/views/settings-info.php:25
1001
  msgid ""
1002
  "Many fields have undergone a visual refresh to make ACF look better than "
1003
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
1006
  "ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! Gözle "
1007
  "görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!"
1008
 
1009
+ #: includes/admin/views/settings-info.php:29
1010
  msgid "Improved Data"
1011
  msgstr "Geliştirilmiş veri"
1012
 
1013
+ #: includes/admin/views/settings-info.php:30
1014
  msgid ""
1015
  "Redesigning the data architecture has allowed sub fields to live "
1016
  "independently from their parents. This allows you to drag and drop fields in "
1020
  "bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak "
1021
  "yapılabilmesine olanak sağlıyor!"
1022
 
1023
+ #: includes/admin/views/settings-info.php:38
1024
  msgid "Goodbye Add-ons. Hello PRO"
1025
  msgstr "Elveda eklentiler. Merhaba PRO"
1026
 
1027
+ #: includes/admin/views/settings-info.php:41
1028
  msgid "Introducing ACF PRO"
1029
  msgstr "Karşınızda ACF PRO"
1030
 
1031
+ #: includes/admin/views/settings-info.php:42
1032
  msgid ""
1033
  "We're changing the way premium functionality is delivered in an exciting way!"
1034
  msgstr ""
1035
  "Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale getiriyoruz!"
1036
 
1037
+ #: includes/admin/views/settings-info.php:43
1038
  #, php-format
1039
  msgid ""
1040
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
1045
  "Hem kişisel hem geliştirici lisansında, özel beceriler hiç olmadığı kadar "
1046
  "edinilebilir ve erişilebilir!"
1047
 
1048
+ #: includes/admin/views/settings-info.php:47
1049
  msgid "Powerful Features"
1050
  msgstr "Güçlü özellikler"
1051
 
1052
+ #: includes/admin/views/settings-info.php:48
1053
  msgid ""
1054
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1055
  "layouts, a beautiful gallery field and the ability to create extra admin "
1059
  "alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü "
1060
  "özellikler içerir!"
1061
 
1062
+ #: includes/admin/views/settings-info.php:49
1063
  #, php-format
1064
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1065
  msgstr "<a href=\"%s\">ACF PRO özellikleri</a> hakkında daha fazlasını okuyun."
1066
 
1067
+ #: includes/admin/views/settings-info.php:53
1068
  msgid "Easy Upgrading"
1069
  msgstr "Kolay yükseltme"
1070
 
1071
+ #: includes/admin/views/settings-info.php:54
 
1072
  msgid ""
1073
+ "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1074
+ "the plugin!"
1075
  msgstr ""
1076
+ "ACF PRO’ya yükseltmek çok kolay. Çevrimiçi bir lisans satın alın ve "
1077
+ "eklentiyi indirin!"
1078
 
1079
+ #: includes/admin/views/settings-info.php:55
1080
  #, php-format
1081
  msgid ""
1082
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1083
  "but if you do have one, please contact our support team via the <a href=\"%s"
1084
+ "\">help desk</a>."
1085
  msgstr ""
1086
  "Her türlü soruya cevap verebilecek <a href=\"%s\">bir yükseltme rehberi</a> "
1087
  "hazırladık, fakat yine de bir sorunuz varsa lütfen <a href=\"%s\">yardım "
1088
+ "masası</a>nı kullanarak destek ekibimize danışın."
1089
 
1090
+ #: includes/admin/views/settings-info.php:64
1091
+ msgid "New Features"
1092
+ msgstr "Yeni özellikler"
1093
 
1094
+ #: includes/admin/views/settings-info.php:69
1095
+ msgid "Link Field"
1096
+ msgstr "Bağlantı alanı"
1097
 
1098
+ #: includes/admin/views/settings-info.php:70
1099
+ msgid ""
1100
+ "The Link field provides a simple way to select or define a link (url, title, "
1101
+ "target)."
1102
+ msgstr ""
1103
+ "Bağlantı alanı bir bağlantı (adres, başlık, hedef) seçmek ya da tanımlamak "
1104
+ "için basit bir yol sunar."
1105
+
1106
+ #: includes/admin/views/settings-info.php:74
1107
+ msgid "Group Field"
1108
+ msgstr "Grup alanı"
1109
 
1110
+ #: includes/admin/views/settings-info.php:75
1111
+ msgid "The Group field provides a simple way to create a group of fields."
1112
+ msgstr "Grup alanı birden çok alanı basitçe gruplamanıza olanak sağlar."
1113
+
1114
+ #: includes/admin/views/settings-info.php:79
1115
+ msgid "oEmbed Field"
1116
+ msgstr "oEmbed alanı"
1117
+
1118
+ #: includes/admin/views/settings-info.php:80
1119
+ msgid ""
1120
+ "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1121
+ "and other content."
1122
+ msgstr ""
1123
+ "oEmbed alanı videolar, görseller, tweetler, ses ve diğer içeriği kolayca "
1124
+ "gömebilmenizi sağlar."
1125
+
1126
+ #: includes/admin/views/settings-info.php:84
1127
+ msgid "Clone Field"
1128
+ msgstr "Kopya alanı"
1129
+
1130
+ #: includes/admin/views/settings-info.php:85
1131
+ msgid "The clone field allows you to select and display existing fields."
1132
+ msgstr "Kopya alanı var olan alanları seçme ve görüntülemenize olanak sağlar."
1133
+
1134
+ #: includes/admin/views/settings-info.php:89
1135
  msgid "More AJAX"
1136
  msgstr "Daha fazla AJAX"
1137
 
1138
+ #: includes/admin/views/settings-info.php:90
1139
+ msgid "More fields use AJAX powered search to speed up page loading."
1140
  msgstr ""
1141
+ "Sayfa yüklenmesini hızlandırmak adına daha çok alan AJAX ile güçlendirilmiş "
1142
+ "arama kullanıyor."
1143
 
1144
+ #: includes/admin/views/settings-info.php:94
1145
  msgid "Local JSON"
1146
  msgstr "Yerel JSON"
1147
 
1148
+ #: includes/admin/views/settings-info.php:95
 
 
 
 
 
 
 
 
1149
  msgid ""
1150
+ "New auto export to JSON feature improves speed and allows for syncronisation."
 
1151
  msgstr ""
1152
+ "Yeni otomatik JSON dışarı aktarma özelliği ile hız artıyor ve "
1153
+ "senkronizasyona imkan sağlanıyor."
1154
 
1155
+ #: includes/admin/views/settings-info.php:99
1156
+ msgid "Easy Import / Export"
1157
+ msgstr "Kolayca içe / dışa aktarma"
1158
 
1159
+ #: includes/admin/views/settings-info.php:100
1160
+ msgid "Both import and export can easily be done through a new tools page."
1161
+ msgstr ""
1162
+ "İçeri ve dışarı aktarma işlemleri yeni araçlar sayfasından kolayca "
1163
+ "yapılabilir."
1164
 
1165
+ #: includes/admin/views/settings-info.php:104
1166
+ msgid "New Form Locations"
1167
+ msgstr "Yeni form konumları"
1168
 
1169
+ #: includes/admin/views/settings-info.php:105
1170
+ msgid ""
1171
+ "Fields can now be mapped to menus, menu items, comments, widgets and all "
1172
+ "user forms!"
1173
  msgstr ""
1174
+ "Alanlar artık menülere, menü elemanlarına, yorumlara, bileşenlere ve tüm "
1175
+ "kullanıcı formlarına eşlenebiliyor!"
1176
 
1177
+ #: includes/admin/views/settings-info.php:109
1178
+ msgid "More Customization"
1179
+ msgstr "Daha fazla özelleştirme"
1180
 
1181
  #: includes/admin/views/settings-info.php:110
1182
+ msgid ""
1183
+ "New PHP (and JS) actions and filters have been added to allow for more "
1184
+ "customization."
1185
+ msgstr ""
1186
+ "Daha fazla özelleştirmeye izin veren yeni PHP (ve JS) eylem ve filtreleri "
1187
+ "eklendi."
1188
 
1189
+ #: includes/admin/views/settings-info.php:114
1190
+ msgid "Fresh UI"
1191
+ msgstr "Taze arayüz"
1192
 
1193
  #: includes/admin/views/settings-info.php:115
1194
+ msgid ""
1195
+ "The entire plugin has had a design refresh including new field types, "
1196
+ "settings and design!"
1197
+ msgstr ""
1198
+ "Eklentinin tasarımı yeni alan tipleri, ayarlar ve tasarımı da içerecek "
1199
+ "şekilde yenilendi!"
1200
+
1201
+ #: includes/admin/views/settings-info.php:119
1202
  msgid "New Settings"
1203
  msgstr "Yeni ayarlar"
1204
 
1205
+ #: includes/admin/views/settings-info.php:120
1206
  msgid ""
1207
+ "Field group settings have been added for Active, Label Placement, "
1208
+ "Instructions Placement and Description."
1209
+ msgstr ""
1210
+ "Etkin, etiket yerleşimi, talimatlar yerleşimi ve açıklama için alan grubu "
1211
+ "ayarları eklendi."
1212
 
1213
+ #: includes/admin/views/settings-info.php:124
1214
  msgid "Better Front End Forms"
1215
  msgstr "Daha iyi ön yüz formları"
1216
 
1217
+ #: includes/admin/views/settings-info.php:125
1218
+ msgid ""
1219
+ "acf_form() can now create a new post on submission with lots of new settings."
1220
+ msgstr ""
1221
+ "acf_form() artık gönderim halinde bir sürü yeni ayar ile yeni bir yazı "
1222
+ "oluşturabilir."
1223
 
1224
+ #: includes/admin/views/settings-info.php:129
1225
  msgid "Better Validation"
1226
  msgstr "Daha iyi doğrulama"
1227
 
1228
+ #: includes/admin/views/settings-info.php:130
1229
+ msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1230
+ msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor."
1231
 
1232
+ #: includes/admin/views/settings-info.php:134
 
 
 
 
 
 
 
 
 
1233
  msgid "Moving Fields"
1234
  msgstr "Taşınabilir alanlar"
1235
 
1236
+ #: includes/admin/views/settings-info.php:135
1237
  msgid ""
1238
  "New field group functionality allows you to move a field between groups & "
1239
+ "parents."
1240
  msgstr ""
1241
+ "Yeni gruplama becerisi, bir alanı gruplar ve üst alanlar arasında "
1242
+ "taşıyabilmenize olanak sağlar."
1243
 
1244
+ #: includes/admin/views/settings-info.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1245
  #, php-format
1246
  msgid "We think you'll love the changes in %s."
1247
  msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz."
1248
 
1249
+ #: includes/api/api-helpers.php:1046
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1250
  msgid "Thumbnail"
1251
  msgstr "Küçük görsel"
1252
 
1253
+ #: includes/api/api-helpers.php:1047
1254
  msgid "Medium"
1255
  msgstr "Orta"
1256
 
1257
+ #: includes/api/api-helpers.php:1048
1258
  msgid "Large"
1259
  msgstr "Büyük"
1260
 
1261
+ #: includes/api/api-helpers.php:1097
1262
  msgid "Full Size"
1263
  msgstr "Tam boyut"
1264
 
1265
+ #: includes/api/api-helpers.php:1339 includes/api/api-helpers.php:1912
1266
+ #: pro/fields/class-acf-field-clone.php:996
1267
  msgid "(no title)"
1268
  msgstr "(başlıksız)"
1269
 
1270
+ #: includes/api/api-helpers.php:3994
 
 
 
 
 
 
 
1271
  #, php-format
1272
  msgid "Image width must be at least %dpx."
1273
  msgstr "Görsel genişliği en az %dpx olmalı."
1274
 
1275
+ #: includes/api/api-helpers.php:3999
1276
  #, php-format
1277
  msgid "Image width must not exceed %dpx."
1278
  msgstr "Görsel genişliği %dpx değerini geçmemeli."
1279
 
1280
+ #: includes/api/api-helpers.php:4015
1281
  #, php-format
1282
  msgid "Image height must be at least %dpx."
1283
  msgstr "Görsel yüksekliği en az %dpx olmalı."
1284
 
1285
+ #: includes/api/api-helpers.php:4020
1286
  #, php-format
1287
  msgid "Image height must not exceed %dpx."
1288
  msgstr "Görsel yüksekliği %dpx değerini geçmemeli."
1289
 
1290
+ #: includes/api/api-helpers.php:4038
1291
  #, php-format
1292
  msgid "File size must be at least %s."
1293
  msgstr "Dosya boyutu en az %s olmalı."
1294
 
1295
+ #: includes/api/api-helpers.php:4043
1296
  #, php-format
1297
  msgid "File size must must not exceed %s."
1298
  msgstr "Dosya boyutu %s boyutunu geçmemeli."
1299
 
1300
+ #: includes/api/api-helpers.php:4077
1301
+ #, php-format
1302
+ msgid "File type must be %s."
1303
+ msgstr "Dosya tipi %s olmalı."
1304
+
1305
+ #: includes/assets.php:172
1306
+ msgid "The changes you made will be lost if you navigate away from this page"
1307
+ msgstr ""
1308
+ "Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak"
1309
+
1310
+ #: includes/assets.php:175 includes/fields/class-acf-field-select.php:259
1311
+ msgctxt "verb"
1312
+ msgid "Select"
1313
+ msgstr "Seç"
1314
+
1315
+ #: includes/assets.php:176
1316
+ msgctxt "verb"
1317
+ msgid "Edit"
1318
+ msgstr "Düzenle"
1319
+
1320
+ #: includes/assets.php:177
1321
+ msgctxt "verb"
1322
+ msgid "Update"
1323
+ msgstr "Güncelle"
1324
+
1325
+ #: includes/assets.php:178
1326
+ msgid "Uploaded to this post"
1327
+ msgstr "Bu yazıya yüklenmiş"
1328
+
1329
+ #: includes/assets.php:179
1330
+ msgid "Expand Details"
1331
+ msgstr "Ayrıntıları genişlet"
1332
+
1333
+ #: includes/assets.php:180
1334
+ msgid "Collapse Details"
1335
+ msgstr "Detayları daralt"
1336
+
1337
+ #: includes/assets.php:181
1338
+ msgid "Restricted"
1339
+ msgstr "Kısıtlı"
1340
+
1341
+ #: includes/assets.php:182 includes/fields/class-acf-field-image.php:67
1342
+ msgid "All images"
1343
+ msgstr "Tüm görseller"
1344
+
1345
+ #: includes/assets.php:185
1346
+ msgid "Validation successful"
1347
+ msgstr "Doğrulama başarılı"
1348
+
1349
+ #: includes/assets.php:186 includes/validation.php:285
1350
+ #: includes/validation.php:296
1351
+ msgid "Validation failed"
1352
+ msgstr "Doğrulama başarısız"
1353
+
1354
+ #: includes/assets.php:187
1355
+ msgid "1 field requires attention"
1356
+ msgstr "1 alan dikkatinizi gerektiriyor"
1357
+
1358
+ #: includes/assets.php:188
1359
+ #, php-format
1360
+ msgid "%d fields require attention"
1361
+ msgstr "%d alan dikkatinizi gerektiriyor"
1362
+
1363
+ #: includes/assets.php:191
1364
+ msgid "Are you sure?"
1365
+ msgstr "Emin misiniz?"
1366
+
1367
+ #: includes/assets.php:192 includes/fields/class-acf-field-true_false.php:79
1368
+ #: includes/fields/class-acf-field-true_false.php:159
1369
+ #: pro/admin/views/html-settings-updates.php:89
1370
+ msgid "Yes"
1371
+ msgstr "Evet"
1372
+
1373
+ #: includes/assets.php:193 includes/fields/class-acf-field-true_false.php:80
1374
+ #: includes/fields/class-acf-field-true_false.php:174
1375
+ #: pro/admin/views/html-settings-updates.php:99
1376
+ msgid "No"
1377
+ msgstr "Hayır"
1378
+
1379
+ #: includes/assets.php:194 includes/fields/class-acf-field-file.php:154
1380
+ #: includes/fields/class-acf-field-image.php:141
1381
+ #: includes/fields/class-acf-field-link.php:140
1382
+ #: pro/fields/class-acf-field-gallery.php:358
1383
+ #: pro/fields/class-acf-field-gallery.php:546
1384
+ msgid "Remove"
1385
+ msgstr "Kaldır"
1386
+
1387
+ #: includes/assets.php:195
1388
+ msgid "Cancel"
1389
+ msgstr "İptal"
1390
+
1391
+ #: includes/assets.php:198
1392
+ msgid "Has any value"
1393
+ msgstr "Herhangi bir değer"
1394
+
1395
+ #: includes/assets.php:199
1396
+ msgid "Has no value"
1397
+ msgstr "Hiçbir değer"
1398
+
1399
+ #: includes/assets.php:200
1400
+ msgid "Value is equal to"
1401
+ msgstr "Değer eşitse"
1402
+
1403
+ #: includes/assets.php:201
1404
+ msgid "Value is not equal to"
1405
+ msgstr "Değer eşit değilse"
1406
+
1407
+ #: includes/assets.php:202
1408
+ msgid "Value matches pattern"
1409
+ msgstr "Değer bir desenle eşleşir"
1410
+
1411
+ #: includes/assets.php:203
1412
+ msgid "Value contains"
1413
+ msgstr "Değer içeriyor"
1414
+
1415
+ #: includes/assets.php:204
1416
+ msgid "Value is greater than"
1417
+ msgstr "Değer daha büyük"
1418
+
1419
+ #: includes/assets.php:205
1420
+ msgid "Value is less than"
1421
+ msgstr "Değer daha az"
1422
+
1423
+ #: includes/assets.php:206
1424
+ msgid "Selection is greater than"
1425
+ msgstr "Seçin daha büyük"
1426
+
1427
+ #: includes/assets.php:207
1428
+ msgid "Selection is less than"
1429
+ msgstr "Seçim daha az"
1430
+
1431
+ #: includes/fields.php:308
1432
+ msgid "Field type does not exist"
1433
+ msgstr "Var olmayan alan tipi"
1434
+
1435
+ #: includes/fields.php:308
1436
+ msgid "Unknown"
1437
+ msgstr "Bilinmiyor"
1438
 
1439
+ #: includes/fields.php:349
1440
  msgid "Basic"
1441
  msgstr "Basit"
1442
 
1443
+ #: includes/fields.php:350 includes/forms/form-front.php:47
1444
  msgid "Content"
1445
  msgstr "İçerik"
1446
 
1447
+ #: includes/fields.php:351
1448
  msgid "Choice"
1449
  msgstr "Seçim"
1450
 
1451
+ #: includes/fields.php:352
1452
  msgid "Relational"
1453
  msgstr "İlişkisel"
1454
 
1455
+ #: includes/fields.php:353
1456
  msgid "jQuery"
1457
  msgstr "jQuery"
1458
 
1459
+ #: includes/fields.php:354 includes/fields/class-acf-field-button-group.php:177
1460
+ #: includes/fields/class-acf-field-checkbox.php:389
 
1461
  #: includes/fields/class-acf-field-group.php:474
1462
+ #: includes/fields/class-acf-field-radio.php:290
1463
+ #: pro/fields/class-acf-field-clone.php:843
1464
+ #: pro/fields/class-acf-field-flexible-content.php:567
1465
+ #: pro/fields/class-acf-field-flexible-content.php:616
1466
+ #: pro/fields/class-acf-field-repeater.php:443
1467
  msgid "Layout"
1468
  msgstr "Yerleşim"
1469
 
1470
+ #: includes/fields/class-acf-field-accordion.php:24
1471
+ msgid "Accordion"
1472
+ msgstr "Akordeon"
1473
 
1474
+ #: includes/fields/class-acf-field-accordion.php:99
1475
+ msgid "Open"
1476
+ msgstr "Açık"
1477
+
1478
+ #: includes/fields/class-acf-field-accordion.php:100
1479
+ msgid "Display this accordion as open on page load."
1480
+ msgstr "Sayfa yüklemesi sırasında bu akordeonu açık olarak görüntüle."
1481
+
1482
+ #: includes/fields/class-acf-field-accordion.php:109
1483
+ msgid "Multi-expand"
1484
+ msgstr "Çoklu genişletme"
1485
+
1486
+ #: includes/fields/class-acf-field-accordion.php:110
1487
+ msgid "Allow this accordion to open without closing others."
1488
+ msgstr "Bu akordeonun diğerlerini kapatmadan açılmasını sağla."
1489
+
1490
+ #: includes/fields/class-acf-field-accordion.php:119
1491
+ #: includes/fields/class-acf-field-tab.php:114
1492
+ msgid "Endpoint"
1493
+ msgstr "Uç nokta"
1494
+
1495
+ #: includes/fields/class-acf-field-accordion.php:120
1496
+ msgid ""
1497
+ "Define an endpoint for the previous accordion to stop. This accordion will "
1498
+ "not be visible."
1499
+ msgstr ""
1500
+ "Önceki akordeonun durması için bir son nokta tanımlayın. Bu akordeon "
1501
+ "görüntülenmeyecek."
1502
 
1503
  #: includes/fields/class-acf-field-button-group.php:24
1504
  msgid "Button Group"
1507
  #: includes/fields/class-acf-field-button-group.php:149
1508
  #: includes/fields/class-acf-field-checkbox.php:344
1509
  #: includes/fields/class-acf-field-radio.php:235
1510
+ #: includes/fields/class-acf-field-select.php:359
1511
  msgid "Choices"
1512
  msgstr "Seçimler"
1513
 
1514
  #: includes/fields/class-acf-field-button-group.php:150
1515
  #: includes/fields/class-acf-field-checkbox.php:345
1516
  #: includes/fields/class-acf-field-radio.php:236
1517
+ #: includes/fields/class-acf-field-select.php:360
1518
  msgid "Enter each choice on a new line."
1519
  msgstr "Her seçeneği yeni bir satıra girin."
1520
 
1521
  #: includes/fields/class-acf-field-button-group.php:150
1522
  #: includes/fields/class-acf-field-checkbox.php:345
1523
  #: includes/fields/class-acf-field-radio.php:236
1524
+ #: includes/fields/class-acf-field-select.php:360
1525
  msgid "For more control, you may specify both a value and label like this:"
1526
  msgstr ""
1527
  "Daha fazla kontrol için, hem bir değeri hem de bir etiketi şu şekilde "
1530
  #: includes/fields/class-acf-field-button-group.php:150
1531
  #: includes/fields/class-acf-field-checkbox.php:345
1532
  #: includes/fields/class-acf-field-radio.php:236
1533
+ #: includes/fields/class-acf-field-select.php:360
1534
  msgid "red : Red"
1535
  msgstr "kirmizi : Kırmızı"
1536
 
1537
  #: includes/fields/class-acf-field-button-group.php:158
1538
  #: includes/fields/class-acf-field-page_link.php:513
1539
+ #: includes/fields/class-acf-field-post_object.php:411
1540
  #: includes/fields/class-acf-field-radio.php:244
1541
+ #: includes/fields/class-acf-field-select.php:377
1542
+ #: includes/fields/class-acf-field-taxonomy.php:784
1543
+ #: includes/fields/class-acf-field-user.php:409
1544
  msgid "Allow Null?"
1545
  msgstr "Boş geçilebilir mi?"
1546
 
1547
  #: includes/fields/class-acf-field-button-group.php:168
1548
+ #: includes/fields/class-acf-field-checkbox.php:380
1549
  #: includes/fields/class-acf-field-color_picker.php:131
1550
  #: includes/fields/class-acf-field-email.php:118
1551
  #: includes/fields/class-acf-field-number.php:127
1552
+ #: includes/fields/class-acf-field-radio.php:281
1553
+ #: includes/fields/class-acf-field-range.php:149
1554
+ #: includes/fields/class-acf-field-select.php:368
1555
  #: includes/fields/class-acf-field-text.php:119
1556
  #: includes/fields/class-acf-field-textarea.php:102
1557
  #: includes/fields/class-acf-field-true_false.php:135
1558
  #: includes/fields/class-acf-field-url.php:100
1559
+ #: includes/fields/class-acf-field-wysiwyg.php:381
1560
  msgid "Default Value"
1561
  msgstr "Varsayılan değer"
1562
 
1563
  #: includes/fields/class-acf-field-button-group.php:169
1564
  #: includes/fields/class-acf-field-email.php:119
1565
  #: includes/fields/class-acf-field-number.php:128
1566
+ #: includes/fields/class-acf-field-radio.php:282
1567
+ #: includes/fields/class-acf-field-range.php:150
1568
  #: includes/fields/class-acf-field-text.php:120
1569
  #: includes/fields/class-acf-field-textarea.php:103
1570
  #: includes/fields/class-acf-field-url.php:101
1571
+ #: includes/fields/class-acf-field-wysiwyg.php:382
1572
  msgid "Appears when creating a new post"
1573
  msgstr "Yeni bir yazı oluştururken görünür"
1574
 
1575
  #: includes/fields/class-acf-field-button-group.php:183
1576
+ #: includes/fields/class-acf-field-checkbox.php:396
1577
+ #: includes/fields/class-acf-field-radio.php:297
1578
  msgid "Horizontal"
1579
  msgstr "Yatay"
1580
 
1581
  #: includes/fields/class-acf-field-button-group.php:184
1582
+ #: includes/fields/class-acf-field-checkbox.php:395
1583
+ #: includes/fields/class-acf-field-radio.php:296
1584
  msgid "Vertical"
1585
  msgstr "Dikey"
1586
 
1587
  #: includes/fields/class-acf-field-button-group.php:191
1588
+ #: includes/fields/class-acf-field-checkbox.php:413
1589
+ #: includes/fields/class-acf-field-file.php:215
1590
+ #: includes/fields/class-acf-field-image.php:205
1591
  #: includes/fields/class-acf-field-link.php:166
1592
+ #: includes/fields/class-acf-field-radio.php:304
1593
+ #: includes/fields/class-acf-field-taxonomy.php:829
1594
  msgid "Return Value"
1595
  msgstr "Dönüş değeri"
1596
 
1597
  #: includes/fields/class-acf-field-button-group.php:192
1598
+ #: includes/fields/class-acf-field-checkbox.php:414
1599
+ #: includes/fields/class-acf-field-file.php:216
1600
+ #: includes/fields/class-acf-field-image.php:206
1601
  #: includes/fields/class-acf-field-link.php:167
1602
+ #: includes/fields/class-acf-field-radio.php:305
1603
  msgid "Specify the returned value on front end"
1604
  msgstr "Ön yüzden dönecek değeri belirleyin"
1605
 
1606
  #: includes/fields/class-acf-field-button-group.php:197
1607
+ #: includes/fields/class-acf-field-checkbox.php:419
1608
+ #: includes/fields/class-acf-field-radio.php:310
1609
+ #: includes/fields/class-acf-field-select.php:427
1610
  msgid "Value"
1611
  msgstr "Değer"
1612
 
1613
  #: includes/fields/class-acf-field-button-group.php:199
1614
+ #: includes/fields/class-acf-field-checkbox.php:421
1615
+ #: includes/fields/class-acf-field-radio.php:312
1616
+ #: includes/fields/class-acf-field-select.php:429
1617
  msgid "Both (Array)"
1618
  msgstr "İkisi de (Dizi)"
1619
 
1620
  #: includes/fields/class-acf-field-checkbox.php:25
1621
+ #: includes/fields/class-acf-field-taxonomy.php:771
1622
  msgid "Checkbox"
1623
  msgstr "İşaret kutusu"
1624
 
1646
  msgid "Save 'custom' values to the field's choices"
1647
  msgstr "‘Özel’ değerleri alanın seçenekleri arasına kaydet"
1648
 
1649
+ #: includes/fields/class-acf-field-checkbox.php:381
1650
+ #: includes/fields/class-acf-field-select.php:369
1651
  msgid "Enter each default value on a new line"
1652
  msgstr "Her varsayılan değeri yeni bir satıra girin"
1653
 
1654
+ #: includes/fields/class-acf-field-checkbox.php:403
1655
  msgid "Toggle"
1656
  msgstr "Aç - kapat"
1657
 
1658
+ #: includes/fields/class-acf-field-checkbox.php:404
1659
  msgid "Prepend an extra checkbox to toggle all choices"
1660
  msgstr ""
1661
  "En başa tüm seçimleri tersine çevirmek için ekstra bir seçim kutusu ekle"
1684
  msgid "Date Picker"
1685
  msgstr "Tarih seçici"
1686
 
1687
+ #: includes/fields/class-acf-field-date_picker.php:59
1688
  msgctxt "Date Picker JS closeText"
1689
  msgid "Done"
1690
  msgstr "Tamam"
1691
 
1692
+ #: includes/fields/class-acf-field-date_picker.php:60
1693
  msgctxt "Date Picker JS currentText"
1694
  msgid "Today"
1695
  msgstr "Bugün"
1696
 
1697
+ #: includes/fields/class-acf-field-date_picker.php:61
1698
  msgctxt "Date Picker JS nextText"
1699
  msgid "Next"
1700
  msgstr "İleri"
1701
 
1702
+ #: includes/fields/class-acf-field-date_picker.php:62
1703
  msgctxt "Date Picker JS prevText"
1704
  msgid "Prev"
1705
  msgstr "Önceki"
1706
 
1707
+ #: includes/fields/class-acf-field-date_picker.php:63
1708
  msgctxt "Date Picker JS weekHeader"
1709
  msgid "Wk"
1710
  msgstr "Hf"
1711
 
1712
+ #: includes/fields/class-acf-field-date_picker.php:180
1713
+ #: includes/fields/class-acf-field-date_time_picker.php:183
1714
  #: includes/fields/class-acf-field-time_picker.php:109
1715
  msgid "Display Format"
1716
  msgstr "Gösterim biçimi"
1717
 
1718
+ #: includes/fields/class-acf-field-date_picker.php:181
1719
+ #: includes/fields/class-acf-field-date_time_picker.php:184
1720
  #: includes/fields/class-acf-field-time_picker.php:110
1721
  msgid "The format displayed when editing a post"
1722
  msgstr "Bir yazı düzenlenirken görüntülenecek biçim"
1723
 
1724
+ #: includes/fields/class-acf-field-date_picker.php:189
1725
+ #: includes/fields/class-acf-field-date_picker.php:220
1726
+ #: includes/fields/class-acf-field-date_time_picker.php:193
1727
+ #: includes/fields/class-acf-field-date_time_picker.php:210
1728
  #: includes/fields/class-acf-field-time_picker.php:117
1729
  #: includes/fields/class-acf-field-time_picker.php:132
1730
  msgid "Custom:"
1731
  msgstr "Özel:"
1732
 
1733
+ #: includes/fields/class-acf-field-date_picker.php:199
1734
  msgid "Save Format"
1735
  msgstr "Biçimi kaydet"
1736
 
1737
+ #: includes/fields/class-acf-field-date_picker.php:200
1738
  msgid "The format used when saving a value"
1739
  msgstr "Bir değer kaydedilirken kullanılacak biçim"
1740
 
1741
+ #: includes/fields/class-acf-field-date_picker.php:210
1742
+ #: includes/fields/class-acf-field-date_time_picker.php:200
1743
+ #: includes/fields/class-acf-field-post_object.php:431
1744
+ #: includes/fields/class-acf-field-relationship.php:715
1745
+ #: includes/fields/class-acf-field-select.php:422
1746
  #: includes/fields/class-acf-field-time_picker.php:124
1747
+ #: includes/fields/class-acf-field-user.php:428
1748
  msgid "Return Format"
1749
  msgstr "Dönüş biçimi"
1750
 
1751
+ #: includes/fields/class-acf-field-date_picker.php:211
1752
+ #: includes/fields/class-acf-field-date_time_picker.php:201
1753
  #: includes/fields/class-acf-field-time_picker.php:125
1754
  msgid "The format returned via template functions"
1755
  msgstr "Tema işlevlerinden dönen biçim"
1756
 
1757
+ #: includes/fields/class-acf-field-date_picker.php:229
1758
+ #: includes/fields/class-acf-field-date_time_picker.php:217
1759
  msgid "Week Starts On"
1760
  msgstr "Hafta başlangıcı"
1761
 
1763
  msgid "Date Time Picker"
1764
  msgstr "Tarih zaman seçici"
1765
 
1766
+ #: includes/fields/class-acf-field-date_time_picker.php:68
1767
  msgctxt "Date Time Picker JS timeOnlyTitle"
1768
  msgid "Choose Time"
1769
  msgstr "Zamanı se"
1770
 
1771
+ #: includes/fields/class-acf-field-date_time_picker.php:69
1772
  msgctxt "Date Time Picker JS timeText"
1773
  msgid "Time"
1774
  msgstr "Zaman"
1775
 
1776
+ #: includes/fields/class-acf-field-date_time_picker.php:70
1777
  msgctxt "Date Time Picker JS hourText"
1778
  msgid "Hour"
1779
  msgstr "Saat"
1780
 
1781
+ #: includes/fields/class-acf-field-date_time_picker.php:71
1782
  msgctxt "Date Time Picker JS minuteText"
1783
  msgid "Minute"
1784
  msgstr "Dakika"
1785
 
1786
+ #: includes/fields/class-acf-field-date_time_picker.php:72
1787
  msgctxt "Date Time Picker JS secondText"
1788
  msgid "Second"
1789
  msgstr "Saniye"
1790
 
1791
+ #: includes/fields/class-acf-field-date_time_picker.php:73
1792
  msgctxt "Date Time Picker JS millisecText"
1793
  msgid "Millisecond"
1794
  msgstr "Milisaniye"
1795
 
1796
+ #: includes/fields/class-acf-field-date_time_picker.php:74
1797
  msgctxt "Date Time Picker JS microsecText"
1798
  msgid "Microsecond"
1799
  msgstr "Mikrosaniye"
1800
 
1801
+ #: includes/fields/class-acf-field-date_time_picker.php:75
1802
  msgctxt "Date Time Picker JS timezoneText"
1803
  msgid "Time Zone"
1804
  msgstr "Zaman Dilimi"
1805
 
1806
+ #: includes/fields/class-acf-field-date_time_picker.php:76
1807
  msgctxt "Date Time Picker JS currentText"
1808
  msgid "Now"
1809
  msgstr "Şimdi"
1810
 
1811
+ #: includes/fields/class-acf-field-date_time_picker.php:77
1812
  msgctxt "Date Time Picker JS closeText"
1813
  msgid "Done"
1814
  msgstr "Tamam"
1815
 
1816
+ #: includes/fields/class-acf-field-date_time_picker.php:78
1817
  msgctxt "Date Time Picker JS selectText"
1818
  msgid "Select"
1819
  msgstr "Seç"
1820
 
1821
+ #: includes/fields/class-acf-field-date_time_picker.php:80
1822
  msgctxt "Date Time Picker JS amText"
1823
  msgid "AM"
1824
  msgstr "AM"
1825
 
1826
+ #: includes/fields/class-acf-field-date_time_picker.php:81
1827
  msgctxt "Date Time Picker JS amTextShort"
1828
  msgid "A"
1829
  msgstr "A"
1830
 
1831
+ #: includes/fields/class-acf-field-date_time_picker.php:84
1832
  msgctxt "Date Time Picker JS pmText"
1833
  msgid "PM"
1834
  msgstr "PM"
1835
 
1836
+ #: includes/fields/class-acf-field-date_time_picker.php:85
1837
  msgctxt "Date Time Picker JS pmTextShort"
1838
  msgid "P"
1839
  msgstr "P"
1863
  #: includes/fields/class-acf-field-email.php:136
1864
  #: includes/fields/class-acf-field-number.php:145
1865
  #: includes/fields/class-acf-field-password.php:80
1866
+ #: includes/fields/class-acf-field-range.php:188
1867
  #: includes/fields/class-acf-field-text.php:137
1868
  msgid "Prepend"
1869
  msgstr "Önüne ekle"
1871
  #: includes/fields/class-acf-field-email.php:137
1872
  #: includes/fields/class-acf-field-number.php:146
1873
  #: includes/fields/class-acf-field-password.php:81
1874
+ #: includes/fields/class-acf-field-range.php:189
1875
  #: includes/fields/class-acf-field-text.php:138
1876
  msgid "Appears before the input"
1877
  msgstr "Girdi alanından önce görünür"
1879
  #: includes/fields/class-acf-field-email.php:145
1880
  #: includes/fields/class-acf-field-number.php:154
1881
  #: includes/fields/class-acf-field-password.php:89
1882
+ #: includes/fields/class-acf-field-range.php:197
1883
  #: includes/fields/class-acf-field-text.php:146
1884
  msgid "Append"
1885
  msgstr "Sonuna ekle"
1887
  #: includes/fields/class-acf-field-email.php:146
1888
  #: includes/fields/class-acf-field-number.php:155
1889
  #: includes/fields/class-acf-field-password.php:90
1890
+ #: includes/fields/class-acf-field-range.php:198
1891
  #: includes/fields/class-acf-field-text.php:147
1892
  msgid "Appears after the input"
1893
  msgstr "Girdi alanından sonra görünür"
1896
  msgid "File"
1897
  msgstr "Dosya"
1898
 
1899
+ #: includes/fields/class-acf-field-file.php:58
1900
  msgid "Edit File"
1901
  msgstr "Dosya düzenle"
1902
 
1903
+ #: includes/fields/class-acf-field-file.php:59
1904
  msgid "Update File"
1905
  msgstr "Dosyayı güncelle"
1906
 
1907
+ #: includes/fields/class-acf-field-file.php:141
 
 
 
 
 
 
1908
  msgid "File name"
1909
  msgstr "Dosya adı"
1910
 
1911
+ #: includes/fields/class-acf-field-file.php:145
1912
+ #: includes/fields/class-acf-field-file.php:248
1913
+ #: includes/fields/class-acf-field-file.php:259
1914
+ #: includes/fields/class-acf-field-image.php:265
1915
+ #: includes/fields/class-acf-field-image.php:294
1916
+ #: pro/fields/class-acf-field-gallery.php:705
1917
+ #: pro/fields/class-acf-field-gallery.php:734
1918
  msgid "File size"
1919
  msgstr "Dosya boyutu"
1920
 
1921
+ #: includes/fields/class-acf-field-file.php:170
 
 
 
 
 
 
 
 
1922
  msgid "Add File"
1923
  msgstr "Dosya ekle"
1924
 
1925
+ #: includes/fields/class-acf-field-file.php:221
1926
  msgid "File Array"
1927
  msgstr "Dosya dizisi"
1928
 
1929
+ #: includes/fields/class-acf-field-file.php:222
1930
  msgid "File URL"
1931
  msgstr "Dosya adresi"
1932
 
1933
+ #: includes/fields/class-acf-field-file.php:223
1934
  msgid "File ID"
1935
  msgstr "Dosya no"
1936
 
1937
+ #: includes/fields/class-acf-field-file.php:230
1938
+ #: includes/fields/class-acf-field-image.php:230
1939
+ #: pro/fields/class-acf-field-gallery.php:670
1940
  msgid "Library"
1941
  msgstr "Kitaplık"
1942
 
1943
+ #: includes/fields/class-acf-field-file.php:231
1944
+ #: includes/fields/class-acf-field-image.php:231
1945
+ #: pro/fields/class-acf-field-gallery.php:671
1946
  msgid "Limit the media library choice"
1947
  msgstr "Ortam kitaplığı seçimini sınırlayın"
1948
 
1949
+ #: includes/fields/class-acf-field-file.php:236
1950
+ #: includes/fields/class-acf-field-image.php:236
1951
  #: includes/locations/class-acf-location-attachment.php:101
1952
  #: includes/locations/class-acf-location-comment.php:79
1953
  #: includes/locations/class-acf-location-nav-menu.php:102
1955
  #: includes/locations/class-acf-location-user-form.php:87
1956
  #: includes/locations/class-acf-location-user-role.php:111
1957
  #: includes/locations/class-acf-location-widget.php:83
1958
+ #: pro/fields/class-acf-field-gallery.php:676
1959
  msgid "All"
1960
  msgstr "Tümü"
1961
 
1962
+ #: includes/fields/class-acf-field-file.php:237
1963
+ #: includes/fields/class-acf-field-image.php:237
1964
+ #: pro/fields/class-acf-field-gallery.php:677
1965
  msgid "Uploaded to post"
1966
  msgstr "Yazıya yüklendi"
1967
 
1968
+ #: includes/fields/class-acf-field-file.php:244
1969
+ #: includes/fields/class-acf-field-image.php:244
1970
+ #: pro/fields/class-acf-field-gallery.php:684
1971
  msgid "Minimum"
1972
  msgstr "En az"
1973
 
1974
+ #: includes/fields/class-acf-field-file.php:245
1975
+ #: includes/fields/class-acf-field-file.php:256
1976
  msgid "Restrict which files can be uploaded"
1977
  msgstr "Yüklenebilecek dosyaları sınırlandırın"
1978
 
1979
+ #: includes/fields/class-acf-field-file.php:255
1980
+ #: includes/fields/class-acf-field-image.php:273
1981
+ #: pro/fields/class-acf-field-gallery.php:713
1982
  msgid "Maximum"
1983
  msgstr "En fazla"
1984
 
1985
+ #: includes/fields/class-acf-field-file.php:266
1986
+ #: includes/fields/class-acf-field-image.php:302
1987
+ #: pro/fields/class-acf-field-gallery.php:742
1988
  msgid "Allowed file types"
1989
  msgstr "İzin verilen dosya tipleri"
1990
 
1991
+ #: includes/fields/class-acf-field-file.php:267
1992
+ #: includes/fields/class-acf-field-image.php:303
1993
+ #: pro/fields/class-acf-field-gallery.php:743
1994
  msgid "Comma separated list. Leave blank for all types"
1995
  msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
1996
 
1998
  msgid "Google Map"
1999
  msgstr "Google haritası"
2000
 
2001
+ #: includes/fields/class-acf-field-google-map.php:59
 
 
 
 
2002
  msgid "Sorry, this browser does not support geolocation"
2003
  msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor"
2004
 
2005
+ #: includes/fields/class-acf-field-google-map.php:165
2006
  msgid "Clear location"
2007
  msgstr "Konumu temizle"
2008
 
2009
+ #: includes/fields/class-acf-field-google-map.php:166
2010
  msgid "Find current location"
2011
  msgstr "Şu anki konumu bul"
2012
 
2013
+ #: includes/fields/class-acf-field-google-map.php:169
2014
  msgid "Search for address..."
2015
  msgstr "Adres arayın…"
2016
 
2017
+ #: includes/fields/class-acf-field-google-map.php:199
2018
+ #: includes/fields/class-acf-field-google-map.php:210
2019
  msgid "Center"
2020
  msgstr "Merkez"
2021
 
2022
+ #: includes/fields/class-acf-field-google-map.php:200
2023
+ #: includes/fields/class-acf-field-google-map.php:211
2024
  msgid "Center the initial map"
2025
  msgstr "Haritayı ortala"
2026
 
2027
+ #: includes/fields/class-acf-field-google-map.php:222
2028
  msgid "Zoom"
2029
  msgstr "Yaklaş"
2030
 
2031
+ #: includes/fields/class-acf-field-google-map.php:223
2032
  msgid "Set the initial zoom level"
2033
  msgstr "Temel yaklaşma seviyesini belirle"
2034
 
2035
+ #: includes/fields/class-acf-field-google-map.php:232
2036
+ #: includes/fields/class-acf-field-image.php:256
2037
+ #: includes/fields/class-acf-field-image.php:285
2038
+ #: includes/fields/class-acf-field-oembed.php:268
2039
+ #: pro/fields/class-acf-field-gallery.php:696
2040
+ #: pro/fields/class-acf-field-gallery.php:725
2041
  msgid "Height"
2042
  msgstr "Yükseklik"
2043
 
2044
+ #: includes/fields/class-acf-field-google-map.php:233
2045
  msgid "Customise the map height"
2046
  msgstr "Harita yüksekliğini özelleştir"
2047
 
2050
  msgstr "Grup"
2051
 
2052
  #: includes/fields/class-acf-field-group.php:459
2053
+ #: pro/fields/class-acf-field-repeater.php:379
2054
  msgid "Sub Fields"
2055
  msgstr "Alt alanlar"
2056
 
2057
  #: includes/fields/class-acf-field-group.php:475
2058
+ #: pro/fields/class-acf-field-clone.php:844
2059
  msgid "Specify the style used to render the selected fields"
2060
  msgstr "Seçili alanları görüntülemek için kullanılacak stili belirtin"
2061
 
2062
  #: includes/fields/class-acf-field-group.php:480
2063
+ #: pro/fields/class-acf-field-clone.php:849
2064
+ #: pro/fields/class-acf-field-flexible-content.php:627
2065
+ #: pro/fields/class-acf-field-repeater.php:451
2066
  msgid "Block"
2067
  msgstr "Blok"
2068
 
2069
  #: includes/fields/class-acf-field-group.php:481
2070
+ #: pro/fields/class-acf-field-clone.php:850
2071
+ #: pro/fields/class-acf-field-flexible-content.php:626
2072
+ #: pro/fields/class-acf-field-repeater.php:450
2073
  msgid "Table"
2074
  msgstr "Tablo"
2075
 
2076
  #: includes/fields/class-acf-field-group.php:482
2077
+ #: pro/fields/class-acf-field-clone.php:851
2078
+ #: pro/fields/class-acf-field-flexible-content.php:628
2079
+ #: pro/fields/class-acf-field-repeater.php:452
2080
  msgid "Row"
2081
  msgstr "Satır"
2082
 
2084
  msgid "Image"
2085
  msgstr "Görsel"
2086
 
2087
+ #: includes/fields/class-acf-field-image.php:64
2088
  msgid "Select Image"
2089
  msgstr "Görsel seç"
2090
 
2091
+ #: includes/fields/class-acf-field-image.php:65
 
2092
  msgid "Edit Image"
2093
  msgstr "Görseli düzenle"
2094
 
2095
+ #: includes/fields/class-acf-field-image.php:66
 
2096
  msgid "Update Image"
2097
  msgstr "Görseli güncelle"
2098
 
2099
+ #: includes/fields/class-acf-field-image.php:157
 
 
 
 
2100
  msgid "No image selected"
2101
  msgstr "Görsel seçilmedi"
2102
 
2103
+ #: includes/fields/class-acf-field-image.php:157
2104
  msgid "Add Image"
2105
  msgstr "Görsel ekle"
2106
 
2107
+ #: includes/fields/class-acf-field-image.php:211
2108
  msgid "Image Array"
2109
  msgstr "Görsel dizisi"
2110
 
2111
+ #: includes/fields/class-acf-field-image.php:212
2112
  msgid "Image URL"
2113
  msgstr "Görsel adresi"
2114
 
2115
+ #: includes/fields/class-acf-field-image.php:213
2116
  msgid "Image ID"
2117
  msgstr "Görsel no"
2118
 
2119
+ #: includes/fields/class-acf-field-image.php:220
2120
  msgid "Preview Size"
2121
  msgstr "Önizleme boyutu"
2122
 
2123
+ #: includes/fields/class-acf-field-image.php:221
2124
  msgid "Shown when entering data"
2125
  msgstr "Veri girilirken gösterilir"
2126
 
2127
+ #: includes/fields/class-acf-field-image.php:245
2128
+ #: includes/fields/class-acf-field-image.php:274
2129
+ #: pro/fields/class-acf-field-gallery.php:685
2130
+ #: pro/fields/class-acf-field-gallery.php:714
2131
  msgid "Restrict which images can be uploaded"
2132
  msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın"
2133
 
2134
+ #: includes/fields/class-acf-field-image.php:248
2135
+ #: includes/fields/class-acf-field-image.php:277
2136
+ #: includes/fields/class-acf-field-oembed.php:257
2137
+ #: pro/fields/class-acf-field-gallery.php:688
2138
+ #: pro/fields/class-acf-field-gallery.php:717
2139
  msgid "Width"
2140
  msgstr "Genişlik"
2141
 
2203
  msgstr "Sayı"
2204
 
2205
  #: includes/fields/class-acf-field-number.php:163
2206
+ #: includes/fields/class-acf-field-range.php:158
2207
  msgid "Minimum Value"
2208
  msgstr "En az değer"
2209
 
2210
  #: includes/fields/class-acf-field-number.php:172
2211
+ #: includes/fields/class-acf-field-range.php:168
2212
  msgid "Maximum Value"
2213
  msgstr "En fazla değer"
2214
 
2215
  #: includes/fields/class-acf-field-number.php:181
2216
+ #: includes/fields/class-acf-field-range.php:178
2217
  msgid "Step Size"
2218
  msgstr "Adım boyutu"
2219
 
2235
  msgid "oEmbed"
2236
  msgstr "oEmbed"
2237
 
2238
+ #: includes/fields/class-acf-field-oembed.php:216
2239
  msgid "Enter URL"
2240
  msgstr "Adres girin"
2241
 
2242
+ #: includes/fields/class-acf-field-oembed.php:254
2243
+ #: includes/fields/class-acf-field-oembed.php:265
 
 
 
 
 
 
 
 
 
2244
  msgid "Embed Size"
2245
  msgstr "Gömme boyutu"
2246
 
2247
+ #: includes/fields/class-acf-field-page_link.php:25
2248
+ msgid "Page Link"
2249
+ msgstr "Sayfa bağlantısı"
2250
+
2251
  #: includes/fields/class-acf-field-page_link.php:177
2252
  msgid "Archives"
2253
  msgstr "Arşivler"
2254
 
2255
+ #: includes/fields/class-acf-field-page_link.php:269
2256
+ #: includes/fields/class-acf-field-post_object.php:267
2257
+ #: includes/fields/class-acf-field-taxonomy.php:961
2258
+ msgid "Parent"
2259
+ msgstr "Ebeveyn"
2260
+
2261
  #: includes/fields/class-acf-field-page_link.php:485
2262
+ #: includes/fields/class-acf-field-post_object.php:383
2263
+ #: includes/fields/class-acf-field-relationship.php:641
2264
  msgid "Filter by Post Type"
2265
  msgstr "Yazı tipine göre filtre"
2266
 
2267
  #: includes/fields/class-acf-field-page_link.php:493
2268
+ #: includes/fields/class-acf-field-post_object.php:391
2269
+ #: includes/fields/class-acf-field-relationship.php:649
2270
  msgid "All post types"
2271
  msgstr "Tüm yazı tipleri"
2272
 
2273
  #: includes/fields/class-acf-field-page_link.php:499
2274
+ #: includes/fields/class-acf-field-post_object.php:397
2275
+ #: includes/fields/class-acf-field-relationship.php:655
2276
  msgid "Filter by Taxonomy"
2277
  msgstr "Taksonomiye göre filtre"
2278
 
2279
  #: includes/fields/class-acf-field-page_link.php:507
2280
+ #: includes/fields/class-acf-field-post_object.php:405
2281
+ #: includes/fields/class-acf-field-relationship.php:663
2282
  msgid "All taxonomies"
2283
  msgstr "Tüm taksonomiler"
2284
 
2287
  msgstr "Arşivler adresine izin ver"
2288
 
2289
  #: includes/fields/class-acf-field-page_link.php:533
2290
+ #: includes/fields/class-acf-field-post_object.php:421
2291
+ #: includes/fields/class-acf-field-select.php:387
2292
+ #: includes/fields/class-acf-field-user.php:419
2293
  msgid "Select multiple values?"
2294
  msgstr "Birden çok değer seçilsin mi?"
2295
 
2298
  msgstr "Parola"
2299
 
2300
  #: includes/fields/class-acf-field-post_object.php:25
2301
+ #: includes/fields/class-acf-field-post_object.php:436
2302
+ #: includes/fields/class-acf-field-relationship.php:720
2303
  msgid "Post Object"
2304
  msgstr "Yazı nesnesi"
2305
 
2306
+ #: includes/fields/class-acf-field-post_object.php:437
2307
+ #: includes/fields/class-acf-field-relationship.php:721
2308
  msgid "Post ID"
2309
  msgstr "Yazı No"
2310
 
2336
  msgid "Relationship"
2337
  msgstr "İlişkili"
2338
 
2339
+ #: includes/fields/class-acf-field-relationship.php:62
 
 
 
 
2340
  msgid "Maximum values reached ( {max} values )"
2341
  msgstr "En yüksek değerlere ulaşıldı ({max} değerleri)"
2342
 
2343
+ #: includes/fields/class-acf-field-relationship.php:63
2344
  msgid "Loading"
2345
  msgstr "Yükleniyor"
2346
 
2347
+ #: includes/fields/class-acf-field-relationship.php:64
2348
  msgid "No matches found"
2349
  msgstr "Eşleşme yok"
2350
 
2351
+ #: includes/fields/class-acf-field-relationship.php:441
2352
  msgid "Select post type"
2353
  msgstr "Yazı tipi seç"
2354
 
2355
+ #: includes/fields/class-acf-field-relationship.php:467
2356
  msgid "Select taxonomy"
2357
  msgstr "Taksonomi seç"
2358
 
2359
+ #: includes/fields/class-acf-field-relationship.php:557
2360
  msgid "Search..."
2361
  msgstr "Ara…"
2362
 
2363
+ #: includes/fields/class-acf-field-relationship.php:669
2364
  msgid "Filters"
2365
  msgstr "Filtreler"
2366
 
2367
+ #: includes/fields/class-acf-field-relationship.php:675
2368
  #: includes/locations/class-acf-location-post-type.php:27
2369
  msgid "Post Type"
2370
  msgstr "Yazı tipi"
2371
 
2372
+ #: includes/fields/class-acf-field-relationship.php:676
2373
  #: includes/fields/class-acf-field-taxonomy.php:28
2374
+ #: includes/fields/class-acf-field-taxonomy.php:754
2375
+ #: includes/locations/class-acf-location-taxonomy.php:27
2376
  msgid "Taxonomy"
2377
  msgstr "Taksonomi"
2378
 
2379
+ #: includes/fields/class-acf-field-relationship.php:683
2380
  msgid "Elements"
2381
  msgstr "Elemanlar"
2382
 
2383
+ #: includes/fields/class-acf-field-relationship.php:684
2384
  msgid "Selected elements will be displayed in each result"
2385
  msgstr "Her sonuç içinde seçilmiş elemanlar görüntülenir"
2386
 
2387
+ #: includes/fields/class-acf-field-relationship.php:695
2388
  msgid "Minimum posts"
2389
  msgstr "En az gönderi"
2390
 
2391
+ #: includes/fields/class-acf-field-relationship.php:704
2392
  msgid "Maximum posts"
2393
  msgstr "En fazla yazı"
2394
 
2395
+ #: includes/fields/class-acf-field-relationship.php:808
2396
+ #: pro/fields/class-acf-field-gallery.php:815
2397
  #, php-format
2398
  msgid "%s requires at least %s selection"
2399
  msgid_plural "%s requires at least %s selections"
2401
  msgstr[1] "%s en az %s seçim gerektirir"
2402
 
2403
  #: includes/fields/class-acf-field-select.php:25
2404
+ #: includes/fields/class-acf-field-taxonomy.php:776
2405
  msgctxt "noun"
2406
  msgid "Select"
2407
  msgstr "Seçim"
2408
 
2409
+ #: includes/fields/class-acf-field-select.php:111
2410
  msgctxt "Select2 JS matches_1"
2411
  msgid "One result is available, press enter to select it."
2412
  msgstr "Bir sonuç bulundu, seçmek için enter tuşuna basın."
2413
 
2414
+ #: includes/fields/class-acf-field-select.php:112
2415
  #, php-format
2416
  msgctxt "Select2 JS matches_n"
2417
  msgid "%d results are available, use up and down arrow keys to navigate."
2418
  msgstr "%d sonuç bulundu. Dolaşmak için yukarı ve aşağı okları kullanın."
2419
 
2420
+ #: includes/fields/class-acf-field-select.php:113
2421
  msgctxt "Select2 JS matches_0"
2422
  msgid "No matches found"
2423
  msgstr "Eşleşme yok"
2424
 
2425
+ #: includes/fields/class-acf-field-select.php:114
2426
  msgctxt "Select2 JS input_too_short_1"
2427
  msgid "Please enter 1 or more characters"
2428
  msgstr "Lütfen 1 veya daha fazla karakter girin"
2429
 
2430
+ #: includes/fields/class-acf-field-select.php:115
2431
  #, php-format
2432
  msgctxt "Select2 JS input_too_short_n"
2433
  msgid "Please enter %d or more characters"
2434
  msgstr "Lütfen %d veya daha fazla karakter girin"
2435
 
2436
+ #: includes/fields/class-acf-field-select.php:116
2437
  msgctxt "Select2 JS input_too_long_1"
2438
  msgid "Please delete 1 character"
2439
  msgstr "Lütfen 1 karakter silin"
2440
 
2441
+ #: includes/fields/class-acf-field-select.php:117
2442
  #, php-format
2443
  msgctxt "Select2 JS input_too_long_n"
2444
  msgid "Please delete %d characters"
2445
  msgstr "Lütfen %d karakter silin"
2446
 
2447
+ #: includes/fields/class-acf-field-select.php:118
2448
  msgctxt "Select2 JS selection_too_long_1"
2449
  msgid "You can only select 1 item"
2450
  msgstr "Sadece 1 öğe seçebilirsiniz"
2451
 
2452
+ #: includes/fields/class-acf-field-select.php:119
2453
  #, php-format
2454
  msgctxt "Select2 JS selection_too_long_n"
2455
  msgid "You can only select %d items"
2456
  msgstr "Sadece %d öge seçebilirsiniz"
2457
 
2458
+ #: includes/fields/class-acf-field-select.php:120
2459
  msgctxt "Select2 JS load_more"
2460
  msgid "Loading more results&hellip;"
2461
  msgstr "Daha fazla sonuç yükleniyor&hellip;"
2462
 
2463
+ #: includes/fields/class-acf-field-select.php:121
2464
  msgctxt "Select2 JS searching"
2465
  msgid "Searching&hellip;"
2466
  msgstr "Aranıyor&hellip;"
2467
 
2468
+ #: includes/fields/class-acf-field-select.php:122
2469
  msgctxt "Select2 JS load_fail"
2470
  msgid "Loading failed"
2471
  msgstr "Yükleme başarısız oldu"
2472
 
2473
+ #: includes/fields/class-acf-field-select.php:397
 
 
 
 
 
2474
  #: includes/fields/class-acf-field-true_false.php:144
2475
  msgid "Stylised UI"
2476
  msgstr "Stilize edilmiş kullanıcı arabirimi"
2477
 
2478
+ #: includes/fields/class-acf-field-select.php:407
2479
  msgid "Use AJAX to lazy load choices?"
2480
  msgstr "Seçimlerin tembel yüklenmesi için AJAX kullanılsın mı?"
2481
 
2482
+ #: includes/fields/class-acf-field-select.php:423
2483
  msgid "Specify the value returned"
2484
  msgstr "Dönecek değeri belirt"
2485
 
2491
  msgid "Tab"
2492
  msgstr "Sekme"
2493
 
2494
+ #: includes/fields/class-acf-field-tab.php:102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2495
  msgid "Placement"
2496
  msgstr "Konumlandırma"
2497
 
2498
+ #: includes/fields/class-acf-field-tab.php:115
2499
+ msgid ""
2500
+ "Define an endpoint for the previous tabs to stop. This will start a new "
2501
+ "group of tabs."
2502
+ msgstr ""
2503
+ "Önceki sekmelerin durması için bir nokta tanımlayın. Bu yeni sekmeler "
2504
+ "için bir grup başlatacaktır."
2505
 
2506
+ #: includes/fields/class-acf-field-taxonomy.php:714
2507
  #, php-format
2508
  msgctxt "No terms"
2509
  msgid "No %s"
2510
  msgstr "%s yok"
2511
 
2512
+ #: includes/fields/class-acf-field-taxonomy.php:755
 
 
 
 
2513
  msgid "Select the taxonomy to be displayed"
2514
  msgstr "Görüntülenecek taksonomiyi seçin"
2515
 
2516
+ #: includes/fields/class-acf-field-taxonomy.php:764
2517
  msgid "Appearance"
2518
  msgstr "Görünüm"
2519
 
2520
+ #: includes/fields/class-acf-field-taxonomy.php:765
2521
  msgid "Select the appearance of this field"
2522
  msgstr "Bu alanın görünümünü seçin"
2523
 
2524
+ #: includes/fields/class-acf-field-taxonomy.php:770
2525
  msgid "Multiple Values"
2526
  msgstr "Çoklu değer"
2527
 
2528
+ #: includes/fields/class-acf-field-taxonomy.php:772
2529
  msgid "Multi Select"
2530
  msgstr "Çoklu seçim"
2531
 
2532
+ #: includes/fields/class-acf-field-taxonomy.php:774
2533
  msgid "Single Value"
2534
  msgstr "Tek değer"
2535
 
2536
+ #: includes/fields/class-acf-field-taxonomy.php:775
2537
  msgid "Radio Buttons"
2538
  msgstr "Radyo düğmeleri"
2539
 
2540
+ #: includes/fields/class-acf-field-taxonomy.php:799
2541
  msgid "Create Terms"
2542
  msgstr "Terimleri oluştur"
2543
 
2544
+ #: includes/fields/class-acf-field-taxonomy.php:800
2545
  msgid "Allow new terms to be created whilst editing"
2546
  msgstr "Düzenlenirken yeni terimlerin oluşabilmesine izin ver"
2547
 
2548
+ #: includes/fields/class-acf-field-taxonomy.php:809
2549
  msgid "Save Terms"
2550
  msgstr "Terimleri kaydet"
2551
 
2552
+ #: includes/fields/class-acf-field-taxonomy.php:810
2553
  msgid "Connect selected terms to the post"
2554
  msgstr "Seçilmiş terimleri yazıya bağla"
2555
 
2556
+ #: includes/fields/class-acf-field-taxonomy.php:819
2557
  msgid "Load Terms"
2558
  msgstr "Terimleri yükle"
2559
 
2560
+ #: includes/fields/class-acf-field-taxonomy.php:820
2561
  msgid "Load value from posts terms"
2562
  msgstr "Yazının terimlerinden değerleri yükle"
2563
 
2564
+ #: includes/fields/class-acf-field-taxonomy.php:834
2565
  msgid "Term Object"
2566
  msgstr "Terim nesnesi"
2567
 
2568
+ #: includes/fields/class-acf-field-taxonomy.php:835
2569
  msgid "Term ID"
2570
  msgstr "Terim no"
2571
 
2572
+ #: includes/fields/class-acf-field-taxonomy.php:885
2573
  #, php-format
2574
  msgid "User unable to add new %s"
2575
  msgstr "Kullanıcı yeni %s ekleyemiyor"
2576
 
2577
+ #: includes/fields/class-acf-field-taxonomy.php:895
2578
  #, php-format
2579
  msgid "%s already exists"
2580
  msgstr "%s zaten mevcut"
2581
 
2582
+ #: includes/fields/class-acf-field-taxonomy.php:927
2583
  #, php-format
2584
  msgid "%s added"
2585
  msgstr "%s eklendi"
2586
 
2587
+ #: includes/fields/class-acf-field-taxonomy.php:973
2588
  msgid "Add"
2589
  msgstr "Ekle"
2590
 
2622
  msgid "True / False"
2623
  msgstr "Doğru / yanlış"
2624
 
 
 
 
 
 
 
 
 
 
 
 
 
2625
  #: includes/fields/class-acf-field-true_false.php:127
2626
  msgid "Displays text alongside the checkbox"
2627
  msgstr "İşaret kutusunun yanında görüntülenen metin"
2634
  msgid "Text shown when active"
2635
  msgstr "Etkinken görüntülenen metin"
2636
 
2637
+ #: includes/fields/class-acf-field-true_false.php:170
2638
  msgid "Off Text"
2639
  msgstr "Kapalı metni"
2640
 
2641
+ #: includes/fields/class-acf-field-true_false.php:171
2642
  msgid "Text shown when inactive"
2643
  msgstr "Etkin değilken görüntülenen metin"
2644
 
2654
  msgid "User"
2655
  msgstr "Kullanıcı"
2656
 
2657
+ #: includes/fields/class-acf-field-user.php:394
2658
  msgid "Filter by role"
2659
  msgstr "Kurala göre filtrele"
2660
 
2661
+ #: includes/fields/class-acf-field-user.php:402
2662
  msgid "All user roles"
2663
  msgstr "Bütün kullanıcı rolleri"
2664
 
2665
+ #: includes/fields/class-acf-field-user.php:433
2666
+ msgid "User Array"
2667
+ msgstr "Kullanıcı dizisi"
2668
+
2669
+ #: includes/fields/class-acf-field-user.php:434
2670
+ msgid "User Object"
2671
+ msgstr "Kullanıcı nesnesi"
2672
+
2673
+ #: includes/fields/class-acf-field-user.php:435
2674
+ msgid "User ID"
2675
+ msgstr "Kullanıcı No"
2676
+
2677
  #: includes/fields/class-acf-field-wysiwyg.php:25
2678
  msgid "Wysiwyg Editor"
2679
  msgstr "Wysiwyg düzenleyici"
2680
 
2681
+ #: includes/fields/class-acf-field-wysiwyg.php:330
2682
  msgid "Visual"
2683
  msgstr "Görsel"
2684
 
2685
+ #: includes/fields/class-acf-field-wysiwyg.php:331
2686
  msgctxt "Name for the Text editor tab (formerly HTML)"
2687
  msgid "Text"
2688
  msgstr "Metin"
2689
 
2690
+ #: includes/fields/class-acf-field-wysiwyg.php:337
2691
  msgid "Click to initialize TinyMCE"
2692
  msgstr "TinyMCE hazırlamak için tıklayın"
2693
 
2694
+ #: includes/fields/class-acf-field-wysiwyg.php:390
2695
  msgid "Tabs"
2696
  msgstr "Sekmeler"
2697
 
2698
+ #: includes/fields/class-acf-field-wysiwyg.php:395
2699
  msgid "Visual & Text"
2700
  msgstr "Görsel ve metin"
2701
 
2702
+ #: includes/fields/class-acf-field-wysiwyg.php:396
2703
  msgid "Visual Only"
2704
  msgstr "Sadece görsel"
2705
 
2706
+ #: includes/fields/class-acf-field-wysiwyg.php:397
2707
  msgid "Text Only"
2708
  msgstr "Sadece metin"
2709
 
2710
+ #: includes/fields/class-acf-field-wysiwyg.php:404
2711
  msgid "Toolbar"
2712
  msgstr "Araç çubuğu"
2713
 
2714
+ #: includes/fields/class-acf-field-wysiwyg.php:419
2715
  msgid "Show Media Upload Buttons?"
2716
  msgstr "Ortam yükleme tuşları gösterilsin mi?"
2717
 
2718
+ #: includes/fields/class-acf-field-wysiwyg.php:429
2719
  msgid "Delay initialization?"
2720
  msgstr "Hazırlık geciktirilsin mi?"
2721
 
2722
+ #: includes/fields/class-acf-field-wysiwyg.php:430
2723
  msgid "TinyMCE will not be initalized until field is clicked"
2724
  msgstr "Alan tıklanana kadar TinyMCE hazırlanmayacak"
2725
 
2726
+ #: includes/forms/form-comment.php:166 includes/forms/form-post.php:301
2727
  #: pro/admin/admin-options-page.php:308
2728
  msgid "Edit field group"
2729
  msgstr "Alan grubunu düzenle"
2732
  msgid "Validate Email"
2733
  msgstr "E-postayı doğrula"
2734
 
2735
+ #: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:588
2736
+ #: pro/options-page.php:81
2737
  msgid "Update"
2738
  msgstr "Güncelle"
2739
 
2741
  msgid "Post updated"
2742
  msgstr "Yazı güncellendi"
2743
 
2744
+ #: includes/forms/form-front.php:230
2745
  msgid "Spam Detected"
2746
  msgstr "İstenmeyen tespit edildi"
2747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2748
  #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
2749
  msgid "Post"
2750
  msgstr "Yazı"
2757
  msgid "Forms"
2758
  msgstr "Formlar"
2759
 
2760
+ #: includes/locations.php:243
2761
+ msgid "is equal to"
2762
+ msgstr "eşitse"
2763
+
2764
+ #: includes/locations.php:244
2765
+ msgid "is not equal to"
2766
+ msgstr "eşit değilse"
2767
+
2768
  #: includes/locations/class-acf-location-attachment.php:27
2769
  msgid "Attachment"
2770
  msgstr "Ek"
2835
  msgid "Page Type"
2836
  msgstr "Sayfa tipi"
2837
 
2838
+ #: includes/locations/class-acf-location-page-type.php:146
2839
  msgid "Front Page"
2840
  msgstr "Ön sayfa"
2841
 
2842
+ #: includes/locations/class-acf-location-page-type.php:147
2843
  msgid "Posts Page"
2844
  msgstr "Yazılar sayfası"
2845
 
2846
+ #: includes/locations/class-acf-location-page-type.php:148
2847
  msgid "Top Level Page (no parent)"
2848
  msgstr "Üst düzey sayfa (ebeveynsiz)"
2849
 
2850
+ #: includes/locations/class-acf-location-page-type.php:149
2851
  msgid "Parent Page (has children)"
2852
  msgstr "Üst sayfa (alt sayfası olan)"
2853
 
2854
+ #: includes/locations/class-acf-location-page-type.php:150
2855
  msgid "Child Page (has parent)"
2856
  msgstr "Alt sayfa (ebeveyni olan)"
2857
 
2875
  msgid "Post Template"
2876
  msgstr "Yazı şablonu"
2877
 
 
 
 
 
2878
  #: includes/locations/class-acf-location-user-form.php:27
2879
  msgid "User Form"
2880
  msgstr "Kullanıcı formu"
2895
  msgid "Widget"
2896
  msgstr "Bileşen"
2897
 
 
 
 
 
 
 
 
 
 
 
2898
  #: includes/validation.php:364
2899
  #, php-format
2900
  msgid "%s value is required"
2993
  msgid "Clone"
2994
  msgstr "Kopyala"
2995
 
2996
+ #: pro/fields/class-acf-field-clone.php:812
2997
  msgid "Select one or more fields you wish to clone"
2998
  msgstr "Çoğaltmak için bir ya da daha fazla alan seçin"
2999
 
3000
+ #: pro/fields/class-acf-field-clone.php:829
3001
  msgid "Display"
3002
  msgstr "Görüntüle"
3003
 
3004
+ #: pro/fields/class-acf-field-clone.php:830
3005
  msgid "Specify the style used to render the clone field"
3006
  msgstr "Çoğaltılacak alanın görünümü için stili belirleyin"
3007
 
3008
+ #: pro/fields/class-acf-field-clone.php:835
3009
  msgid "Group (displays selected fields in a group within this field)"
3010
  msgstr "Grup (bu alanın içinde seçili alanları grup olarak gösterir)"
3011
 
3012
+ #: pro/fields/class-acf-field-clone.php:836
3013
  msgid "Seamless (replaces this field with selected fields)"
3014
  msgstr "Pürüzsüz (bu alanı seçişmiş olan alanlarla değiştirir)"
3015
 
3016
+ #: pro/fields/class-acf-field-clone.php:857
3017
  #, php-format
3018
  msgid "Labels will be displayed as %s"
3019
  msgstr "Etiketler %s olarak görüntülenir"
3020
 
3021
+ #: pro/fields/class-acf-field-clone.php:860
3022
  msgid "Prefix Field Labels"
3023
  msgstr "Alan etiketlerine ön ek ekle"
3024
 
3025
+ #: pro/fields/class-acf-field-clone.php:871
3026
  #, php-format
3027
  msgid "Values will be saved as %s"
3028
  msgstr "Değerler %s olarak kaydedilecek"
3029
 
3030
+ #: pro/fields/class-acf-field-clone.php:874
3031
  msgid "Prefix Field Names"
3032
  msgstr "Alan isimlerine ön ek ekle"
3033
 
3034
+ #: pro/fields/class-acf-field-clone.php:992
3035
  msgid "Unknown field"
3036
  msgstr "Bilinmeyen alan"
3037
 
3038
+ #: pro/fields/class-acf-field-clone.php:1031
3039
  msgid "Unknown field group"
3040
  msgstr "Bilinmeyen alan grubu"
3041
 
3042
+ #: pro/fields/class-acf-field-clone.php:1035
3043
  #, php-format
3044
  msgid "All fields from %s field group"
3045
  msgstr "%s alan grubundaki tüm alanlar"
3046
 
3047
  #: pro/fields/class-acf-field-flexible-content.php:31
3048
+ #: pro/fields/class-acf-field-repeater.php:193
3049
+ #: pro/fields/class-acf-field-repeater.php:463
3050
  msgid "Add Row"
3051
  msgstr "Satır ekle"
3052
 
3053
+ #: pro/fields/class-acf-field-flexible-content.php:73
3054
+ #: pro/fields/class-acf-field-flexible-content.php:938
3055
+ #: pro/fields/class-acf-field-flexible-content.php:1020
3056
  msgid "layout"
3057
+ msgid_plural "layouts"
3058
+ msgstr[0] "yerleşim"
3059
+ msgstr[1] "yerleşimler"
3060
 
3061
+ #: pro/fields/class-acf-field-flexible-content.php:74
3062
  msgid "layouts"
3063
  msgstr "yerleşimler"
3064
 
3065
+ #: pro/fields/class-acf-field-flexible-content.php:77
3066
+ #: pro/fields/class-acf-field-flexible-content.php:937
3067
+ #: pro/fields/class-acf-field-flexible-content.php:1019
 
 
 
 
 
 
 
 
 
 
3068
  msgid "This field requires at least {min} {label} {identifier}"
3069
  msgstr "Bu alan için en az gereken {min} {label} {identifier}"
3070
 
3071
+ #: pro/fields/class-acf-field-flexible-content.php:78
3072
+ msgid "This field has a limit of {max} {label} {identifier}"
3073
+ msgstr "Bu alan için sınır {max} {label} {identifier}"
3074
 
3075
+ #: pro/fields/class-acf-field-flexible-content.php:81
3076
  msgid "{available} {label} {identifier} available (max {max})"
3077
  msgstr "{available} {label} {identifier} kullanılabilir (en fazla {max})"
3078
 
3079
+ #: pro/fields/class-acf-field-flexible-content.php:82
3080
  msgid "{required} {label} {identifier} required (min {min})"
3081
  msgstr "{required} {label} {identifier} gerekli (min {min})"
3082
 
3083
+ #: pro/fields/class-acf-field-flexible-content.php:85
3084
  msgid "Flexible Content requires at least 1 layout"
3085
  msgstr "Esnek içerik, en az 1 yerleşim gerektirir"
3086
 
3087
+ #: pro/fields/class-acf-field-flexible-content.php:302
3088
  #, php-format
3089
  msgid "Click the \"%s\" button below to start creating your layout"
3090
  msgstr ""
3091
  "Kendi yerleşiminizi oluşturmaya başlamak için aşağıdaki \"%s \" tuşuna "
3092
  "tıklayın"
3093
 
3094
+ #: pro/fields/class-acf-field-flexible-content.php:427
3095
  msgid "Add layout"
3096
  msgstr "Yerleşim ekle"
3097
 
3098
+ #: pro/fields/class-acf-field-flexible-content.php:428
3099
  msgid "Remove layout"
3100
  msgstr "Yerleşimi çıkar"
3101
 
3102
+ #: pro/fields/class-acf-field-flexible-content.php:429
3103
+ #: pro/fields/class-acf-field-repeater.php:296
3104
  msgid "Click to toggle"
3105
  msgstr "Geçiş yapmak için tıklayın"
3106
 
3107
+ #: pro/fields/class-acf-field-flexible-content.php:569
3108
  msgid "Reorder Layout"
3109
  msgstr "Yerleşimi yeniden sırala"
3110
 
3111
+ #: pro/fields/class-acf-field-flexible-content.php:569
3112
  msgid "Reorder"
3113
  msgstr "Yeniden sırala"
3114
 
3115
+ #: pro/fields/class-acf-field-flexible-content.php:570
3116
  msgid "Delete Layout"
3117
  msgstr "Yerleşimi sil"
3118
 
3119
+ #: pro/fields/class-acf-field-flexible-content.php:571
3120
  msgid "Duplicate Layout"
3121
  msgstr "Yerleşimi çoğalt"
3122
 
3123
+ #: pro/fields/class-acf-field-flexible-content.php:572
3124
  msgid "Add New Layout"
3125
  msgstr "Yeni yerleşim ekle"
3126
 
3127
+ #: pro/fields/class-acf-field-flexible-content.php:643
3128
  msgid "Min"
3129
  msgstr "En düşük"
3130
 
3131
+ #: pro/fields/class-acf-field-flexible-content.php:656
3132
  msgid "Max"
3133
  msgstr "En yüksek"
3134
 
3135
+ #: pro/fields/class-acf-field-flexible-content.php:683
3136
+ #: pro/fields/class-acf-field-repeater.php:459
3137
  msgid "Button Label"
3138
  msgstr "Tuş etiketi"
3139
 
3140
+ #: pro/fields/class-acf-field-flexible-content.php:692
3141
  msgid "Minimum Layouts"
3142
  msgstr "En az yerleşim"
3143
 
3144
+ #: pro/fields/class-acf-field-flexible-content.php:701
3145
  msgid "Maximum Layouts"
3146
  msgstr "En fazla yerleşim"
3147
 
3148
+ #: pro/fields/class-acf-field-gallery.php:71
3149
  msgid "Add Image to Gallery"
3150
  msgstr "Galeriye görsel ekle"
3151
 
3152
+ #: pro/fields/class-acf-field-gallery.php:72
3153
  msgid "Maximum selection reached"
3154
  msgstr "En fazla seçim aşıldı"
3155
 
3156
+ #: pro/fields/class-acf-field-gallery.php:336
3157
  msgid "Length"
3158
  msgstr "Uzunluk"
3159
 
3160
+ #: pro/fields/class-acf-field-gallery.php:379
3161
  msgid "Caption"
3162
  msgstr "Başlık"
3163
 
3164
+ #: pro/fields/class-acf-field-gallery.php:388
3165
  msgid "Alt Text"
3166
  msgstr "Alternatif metin"
3167
 
3168
+ #: pro/fields/class-acf-field-gallery.php:559
3169
  msgid "Add to gallery"
3170
  msgstr "Galeriye ekle"
3171
 
3172
+ #: pro/fields/class-acf-field-gallery.php:563
3173
  msgid "Bulk actions"
3174
  msgstr "Toplu eylemler"
3175
 
3176
+ #: pro/fields/class-acf-field-gallery.php:564
3177
  msgid "Sort by date uploaded"
3178
  msgstr "Yüklenme tarihine göre sırala"
3179
 
3180
+ #: pro/fields/class-acf-field-gallery.php:565
3181
  msgid "Sort by date modified"
3182
  msgstr "Değiştirme tarihine göre sırala"
3183
 
3184
+ #: pro/fields/class-acf-field-gallery.php:566
3185
  msgid "Sort by title"
3186
  msgstr "Başlığa göre sırala"
3187
 
3188
+ #: pro/fields/class-acf-field-gallery.php:567
3189
  msgid "Reverse current order"
3190
  msgstr "Sıralamayı ters çevir"
3191
 
3192
+ #: pro/fields/class-acf-field-gallery.php:585
3193
  msgid "Close"
3194
  msgstr "Kapat"
3195
 
3196
+ #: pro/fields/class-acf-field-gallery.php:639
3197
  msgid "Minimum Selection"
3198
  msgstr "En az seçim"
3199
 
3200
+ #: pro/fields/class-acf-field-gallery.php:648
3201
  msgid "Maximum Selection"
3202
  msgstr "En fazla seçim"
3203
 
3204
+ #: pro/fields/class-acf-field-gallery.php:657
3205
  msgid "Insert"
3206
  msgstr "Ekle"
3207
 
3208
+ #: pro/fields/class-acf-field-gallery.php:658
3209
  msgid "Specify where new attachments are added"
3210
  msgstr "Yeni eklerin nereye ekleneceğini belirtin"
3211
 
3212
+ #: pro/fields/class-acf-field-gallery.php:662
3213
  msgid "Append to the end"
3214
  msgstr "Sona ekle"
3215
 
3216
+ #: pro/fields/class-acf-field-gallery.php:663
3217
  msgid "Prepend to the beginning"
3218
  msgstr "En başa ekleyin"
3219
 
3220
+ #: pro/fields/class-acf-field-repeater.php:65
3221
+ #: pro/fields/class-acf-field-repeater.php:656
3222
  msgid "Minimum rows reached ({min} rows)"
3223
  msgstr "En az satır sayısına ulaşıldı ({min} satır)"
3224
 
3225
+ #: pro/fields/class-acf-field-repeater.php:66
3226
  msgid "Maximum rows reached ({max} rows)"
3227
  msgstr "En fazla satır değerine ulaşıldı ({max} satır)"
3228
 
3229
+ #: pro/fields/class-acf-field-repeater.php:333
3230
  msgid "Add row"
3231
  msgstr "Satır ekle"
3232
 
3233
+ #: pro/fields/class-acf-field-repeater.php:334
3234
  msgid "Remove row"
3235
  msgstr "Satır çıkar"
3236
 
3237
+ #: pro/fields/class-acf-field-repeater.php:412
3238
  msgid "Collapsed"
3239
  msgstr "Daraltılmış"
3240
 
3241
+ #: pro/fields/class-acf-field-repeater.php:413
3242
  msgid "Select a sub field to show when row is collapsed"
3243
  msgstr "Satır toparlandığında görüntülenecek alt alanı seçin"
3244
 
3245
+ #: pro/fields/class-acf-field-repeater.php:423
3246
  msgid "Minimum Rows"
3247
  msgstr "En az satır"
3248
 
3249
+ #: pro/fields/class-acf-field-repeater.php:433
3250
  msgid "Maximum Rows"
3251
  msgstr "En fazla satır"
3252
 
3285
  msgid "http://www.elliotcondon.com/"
3286
  msgstr "http://www.elliotcondon.com/"
3287
 
3288
+ #~ msgid "Parent fields"
3289
+ #~ msgstr "Üst alanlar"
3290
+
3291
+ #~ msgid "Sibling fields"
3292
+ #~ msgstr "Kardeş alanlar"
3293
+
3294
+ #~ msgid "Error validating request"
3295
+ #~ msgstr "İstek doğrulanırken hata oluştu"
3296
+
3297
+ #~ msgid "Advanced Custom Fields Database Upgrade"
3298
+ #~ msgstr "Advanced Custom Fields veritabanı güncellemesi"
3299
+
3300
+ #~ msgid ""
3301
+ #~ "Before you start using the new awesome features, please update your "
3302
+ #~ "database to the newest version."
3303
+ #~ msgstr ""
3304
+ #~ "Yeni muhteşem özellikleri kullanmadan önce lütfen veritabanınızı en yeni "
3305
+ #~ "sürüme güncelleyin."
3306
+
3307
+ #~ msgid ""
3308
+ #~ "To help make upgrading easy, <a href=\"%s\">login to your store account</"
3309
+ #~ "a> and claim a free copy of ACF PRO!"
3310
+ #~ msgstr ""
3311
+ #~ "Yükseltmeyi kolaylaştırmak için <a href=\"%s\">mağaza hesabınıza</a> "
3312
+ #~ "giriş yapın ve bir adet ücretsiz ACF PRO kopyası edinin!"
3313
+
3314
+ #~ msgid "Under the Hood"
3315
+ #~ msgstr "Kaputun altında"
3316
+
3317
+ #~ msgid "Smarter field settings"
3318
+ #~ msgstr "Daha akıllı alan ayarları"
3319
+
3320
+ #~ msgid "ACF now saves its field settings as individual post objects"
3321
+ #~ msgstr "ACF artık alan ayarlarını münferit yazı nesneleri olarak saklıyor"
3322
+
3323
+ #~ msgid "Better version control"
3324
+ #~ msgstr "Daha iyi sürüm kontrolü"
3325
+
3326
+ #~ msgid ""
3327
+ #~ "New auto export to JSON feature allows field settings to be version "
3328
+ #~ "controlled"
3329
+ #~ msgstr ""
3330
+ #~ "Otomatik JSON dışarı aktarma özelliği sayesinde artık alan ayarları sürüm "
3331
+ #~ "kontrolü ile yönetilebilir"
3332
+
3333
+ #~ msgid "Swapped XML for JSON"
3334
+ #~ msgstr "XML yerine JSON kullanımına geçildi"
3335
+
3336
+ #~ msgid "Import / Export now uses JSON in favour of XML"
3337
+ #~ msgstr "İçeri / dışarı aktarma artık XML yerine JSON kullanıyor"
3338
+
3339
+ #~ msgid "New Forms"
3340
+ #~ msgstr "Yeni formlar"
3341
+
3342
+ #~ msgid "A new field for embedding content has been added"
3343
+ #~ msgstr "Gömülü içerik için yeni bir alan eklendi"
3344
+
3345
+ #~ msgid "New Gallery"
3346
+ #~ msgstr "Yeni galeri"
3347
+
3348
+ #~ msgid "The gallery field has undergone a much needed facelift"
3349
+ #~ msgstr "Galeri alanı oldukça gerekli bir makyaj ile yenilendi"
3350
+
3351
+ #~ msgid "Relationship Field"
3352
+ #~ msgstr "İlişkili alan"
3353
+
3354
+ #~ msgid ""
3355
+ #~ "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
3356
+ #~ msgstr "'Filtreler' için yeni ilişki ayarı (Arama, yazı tipi, taksonomi)"
3357
+
3358
+ #~ msgid "New archives group in page_link field selection"
3359
+ #~ msgstr "Yeni arşivler page_link alanı seçiminde gruplanır"
3360
+
3361
+ #~ msgid "Better Options Pages"
3362
+ #~ msgstr "Daha iyi seçenekler sayfası"
3363
+
3364
+ #~ msgid ""
3365
+ #~ "New functions for options page allow creation of both parent and child "
3366
+ #~ "menu pages"
3367
+ #~ msgstr ""
3368
+ #~ "Seçenekler sayfası için yeni işlevler sayesinde hem üst hem alt menü "
3369
+ #~ "sayfaları oluşturulabiliyor"
3370
+
3371
+ #~ msgid "Export Field Groups to PHP"
3372
+ #~ msgstr "Alan gruplarını PHP için dışa aktar"
3373
+
3374
+ #~ msgid "Download export file"
3375
+ #~ msgstr "Dışarı aktarma dosyasını indir"
3376
+
3377
+ #~ msgid "Generate export code"
3378
+ #~ msgstr "Dışarı aktarma kodu oluştur"
3379
+
3380
+ #~ msgid "Import"
3381
+ #~ msgstr "İçe aktar"
3382
+
3383
+ #~ msgid "Locating"
3384
+ #~ msgstr "Konum bulunuyor"
3385
+
3386
+ #~ msgid "Error."
3387
+ #~ msgstr "Hata."
3388
+
3389
+ #~ msgid "No embed found for the given URL."
3390
+ #~ msgstr "Verilen adres için gömülecek bir şey bulunamadı."
3391
+
3392
+ #~ msgid "Minimum values reached ( {min} values )"
3393
+ #~ msgstr "En düşün değerlere ulaşıldı ( {min} değerleri )"
3394
+
3395
+ #~ msgid ""
3396
+ #~ "The tab field will display incorrectly when added to a Table style "
3397
+ #~ "repeater field or flexible content field layout"
3398
+ #~ msgstr ""
3399
+ #~ "Bir tablo stili tekrarlayıcı ya da esnek içerik alanı yerleşimi "
3400
+ #~ "eklendiğinde sekme alanı yanlış görüntülenir"
3401
+
3402
+ #~ msgid ""
3403
+ #~ "Use \"Tab Fields\" to better organize your edit screen by grouping fields "
3404
+ #~ "together."
3405
+ #~ msgstr ""
3406
+ #~ "“Sekme alanları”nı kullanarak düzenleme ekranında alanları gruplayıp daha "
3407
+ #~ "kolay organize olun."
3408
+
3409
+ #~ msgid ""
3410
+ #~ "All fields following this \"tab field\" (or until another \"tab field\" "
3411
+ #~ "is defined) will be grouped together using this field's label as the tab "
3412
+ #~ "heading."
3413
+ #~ msgstr ""
3414
+ #~ "Bu “sekme alanı”nı takip eden (ya da başka bir “sekme alanı” tanımlıysa) "
3415
+ #~ "tüm alanlar sekmenin başlığını etiket olarak kullanarak "
3416
+ #~ "gruplandırılacaklar."
3417
+
3418
+ #~ msgid "None"
3419
+ #~ msgstr "Yok"
3420
+
3421
+ #~ msgid "Taxonomy Term"
3422
+ #~ msgstr "Taksonomi terimi"
3423
+
3424
+ #~ msgid "remove {layout}?"
3425
+ #~ msgstr "{layout} kaldırılsın mı?"
3426
+
3427
+ #~ msgid "This field requires at least {min} {identifier}"
3428
+ #~ msgstr "Bu alan için en az gereken {min} {identifier}"
3429
+
3430
+ #~ msgid "Maximum {label} limit reached ({max} {identifier})"
3431
+ #~ msgstr "En yüksek {label} sınırına ulaşıldı ({max} {identifier})"
3432
+
3433
  #~ msgid "Getting Started"
3434
  #~ msgstr "Başlarken"
3435
 
3442
  #~ msgid "Actions"
3443
  #~ msgstr "Eylemler"
3444
 
 
 
 
 
 
3445
  #~ msgid "Tutorials"
3446
  #~ msgstr "Örnekler"
3447
 
3554
  #~ msgid "Trash"
3555
  #~ msgstr "Çöp"
3556
 
 
 
 
3557
  #, fuzzy
3558
  #~ msgid "Field groups are created in order from lowest to highest"
3559
  #~ msgstr "Alan grupları oluşturulma sırası <br/> sırayla alttan yukarı"
readme.txt CHANGED
@@ -50,7 +50,7 @@ From your WordPress dashboard
50
 
51
  = What kind of support do you provide? =
52
 
53
- **Help Desk.** Support is currently provided via our email help desk. Questions are generally answered within 24 hours, with the exception of weekends and holidays. We answer questions related to ACF, it’s usage and provide minor customization guidance. We cannot guarantee support for questions which include custom theme code, or 3rd party plugin conflicts & compatibility. [Open a Support Ticket](https://www.advancedcustomfields.com/support/)
54
 
55
  **Support Forums.** Our Community Forums provide a great resource for searching and finding previously answered and asked support questions. You may create a new thread on these forums, however, it is not guaranteed that you will receive an answer from our support team. This is more of an area for developers to talk to one another, post ideas, plugins and provide basic help. [View the Support Forum](https://support.advancedcustomfields.com/)
56
 
@@ -66,6 +66,16 @@ From your WordPress dashboard
66
 
67
  == Changelog ==
68
 
 
 
 
 
 
 
 
 
 
 
69
  = 5.7.7 =
70
  *Release Date - 1 October 2018*
71
 
50
 
51
  = What kind of support do you provide? =
52
 
53
+ **Help Desk.** Support is currently provided via our email help desk. Questions are generally answered within 24 hours, with the exception of weekends and holidays. We answer questions related to ACF, its usage and provide minor customization guidance. We cannot guarantee support for questions which include custom theme code, or 3rd party plugin conflicts & compatibility. [Open a Support Ticket](https://www.advancedcustomfields.com/support/)
54
 
55
  **Support Forums.** Our Community Forums provide a great resource for searching and finding previously answered and asked support questions. You may create a new thread on these forums, however, it is not guaranteed that you will receive an answer from our support team. This is more of an area for developers to talk to one another, post ideas, plugins and provide basic help. [View the Support Forum](https://support.advancedcustomfields.com/)
56
 
66
 
67
  == Changelog ==
68
 
69
+ = 5.7.8 =
70
+ *Release Date - 7 December 2018*
71
+
72
+ * Fix - Fixed vulnerability allowing author role to save unfiltered HTML values.
73
+ * Fix - Fixed all metaboxes appearing when editing a post in WP 5.0.
74
+ * i18n - Updated Polish translation thanks to Dariusz Zielonka.
75
+ * i18n - Updated Czech translation thanks to Veronika Hanzlíková.
76
+ * i18n - Update Turkish translation thanks to Emre Erkan.
77
+ * i18n - Updated Portuguese language thanks to Pedro Mendonça.
78
+
79
  = 5.7.7 =
80
  *Release Date - 1 October 2018*
81