Advanced Custom Fields - Version 5.8.9

Version Description

Release Date - 26 March 2020

  • Fix - Fixed bug in ACF Blocks causing default "align" property to be ignored.
  • Fix - Fixed bug allowing Taxonomy field to save terms to a non "post" object.
  • Tweak - Improved User field AJAX query performance.
  • Tweak - Improved logic that determines width of Range field input.
  • Tweak - Improved styling of ACF Blocks components.
  • Dev - Added new "acf/register_block_type_args" filter.
  • Dev - Added new generic ACF_Ajax_Query and ACF_Ajax_Query_Users classes.
  • i18n - Updated French Canadian translation thanks to Brenger Zyla.
  • i18n - Updated Traditional Chinese translation thanks to Audi Lu.
  • i18n - Updated German translation thanks to Ralf Koller.
  • i18n - Updated Portuguese language thanks to Pedro Mendona.
Download this release

Release Info

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

Code changes from version 5.8.8 to 5.8.9

acf.php CHANGED
@@ -3,7 +3,7 @@
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.8.8
7
  Author: Elliot Condon
8
  Author URI: https://www.advancedcustomfields.com
9
  Text Domain: acf
@@ -17,7 +17,7 @@ if( ! class_exists('ACF') ) :
17
  class ACF {
18
 
19
  /** @var string The plugin version number. */
20
- var $version = '5.8.8';
21
 
22
  /** @var array The plugin settings array. */
23
  var $settings = array();
@@ -144,6 +144,8 @@ class ACF {
144
  acf_include('includes/ajax/class-acf-ajax-check-screen.php');
145
  acf_include('includes/ajax/class-acf-ajax-user-setting.php');
146
  acf_include('includes/ajax/class-acf-ajax-upgrade.php');
 
 
147
 
148
  // Include forms.
149
  acf_include('includes/forms/form-attachment.php');
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.8.9
7
  Author: Elliot Condon
8
  Author URI: https://www.advancedcustomfields.com
9
  Text Domain: acf
17
  class ACF {
18
 
19
  /** @var string The plugin version number. */
20
+ var $version = '5.8.9';
21
 
22
  /** @var array The plugin settings array. */
23
  var $settings = array();
144
  acf_include('includes/ajax/class-acf-ajax-check-screen.php');
145
  acf_include('includes/ajax/class-acf-ajax-user-setting.php');
146
  acf_include('includes/ajax/class-acf-ajax-upgrade.php');
147
+ acf_include('includes/ajax/class-acf-ajax-query.php');
148
+ acf_include('includes/ajax/class-acf-ajax-query-users.php');
149
 
150
  // Include forms.
151
  acf_include('includes/forms/form-attachment.php');
assets/css/acf-input.css CHANGED
@@ -1 +1 @@
1
- .acf-field,.acf-field .acf-label,.acf-field .acf-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.acf-field{margin:15px 0;clear:both}.acf-field p.description{display:block;margin:0;padding:0}.acf-field .acf-label{vertical-align:top;margin:0 0 10px}.acf-field .acf-label label{display:block;font-weight:bold;margin:0 0 3px;padding:0}.acf-field .acf-label:empty{margin-bottom:0}.acf-field .acf-input{vertical-align:top}.acf-field .acf-input>p.description{margin-top:5px}.acf-field .acf-notice{margin:0 0 15px;background:#edf2ff;color:#2183b9;border:none}.acf-field .acf-notice .acf-notice-dismiss{background:transparent;color:inherit}.acf-field .acf-notice .acf-notice-dismiss:hover{background:#fff}.acf-field .acf-notice.-dismiss{padding-right:40px}.acf-field .acf-notice.-error{background:#ffe6e6;color:#d12626}.acf-field .acf-notice.-success{background:#eefbe8;color:#32a23b}.acf-field .acf-notice.-warning{background:#fff3e6;color:#d16226}td.acf-field,tr.acf-field{margin:0}.acf-field[data-width]{float:left;clear:none}.acf-field[data-width]+.acf-field[data-width]{border-left:1px solid #eeeeee}html[dir="rtl"] .acf-field[data-width]{float:right}html[dir="rtl"] .acf-field[data-width]+.acf-field[data-width]{border-left:none;border-right:1px solid #eeeeee}td.acf-field[data-width],tr.acf-field[data-width]{float:none}.acf-field.-c0{clear:both;border-left-width:0 !important}html[dir="rtl"] .acf-field.-c0{border-left-width:1px !important;border-right-width:0 !important}.acf-field.-r0{border-top-width:0 !important}.acf-fields{position:relative}.acf-fields:after{display:block;clear:both;content:""}.acf-fields.-border{border:#ccd0d4 solid 1px;background:#fff}.acf-fields>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:#EEEEEE solid 1px}.acf-fields>.acf-field:first-child{border-top:none;margin-top:0}td.acf-fields{padding:0 !important}.acf-fields.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acf-fields.-clear>.acf-field[data-width]{border:none !important}.acf-fields.-clear>.acf-field>.acf-label{padding:0}.acf-fields.-clear>.acf-field>.acf-input{padding:0}.acf-fields.-left>.acf-field{padding:15px 0}.acf-fields.-left>.acf-field:after{display:block;clear:both;content:""}.acf-fields.-left>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#F9F9F9;border-color:#E1E1E1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acf-fields.-left>.acf-field[data-width]{float:none;width:auto !important;border-left-width:0 !important;border-right-width:0 !important}.acf-fields.-left>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acf-fields.-left>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir="rtl"] .acf-fields.-left>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-label{float:right}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-input{float:right}#side-sortables .acf-fields.-left>.acf-field:before{display:none}#side-sortables .acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acf-fields.-left>.acf-field>.acf-input{width:100%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-field:before{display:none}.acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acf-fields.-left>.acf-field>.acf-input{width:100%}}.acf-fields.-clear.-left>.acf-field{padding:0;border:none}.acf-fields.-clear.-left>.acf-field:before{display:none}.acf-fields.-clear.-left>.acf-field>.acf-label{padding:0}.acf-fields.-clear.-left>.acf-field>.acf-input{padding:0}.acf-table tr.acf-field>td.acf-label{padding:15px 12px;margin:0;background:#F9F9F9;width:20%}.acf-table tr.acf-field>td.acf-input{padding:15px 12px;margin:0;border-left-color:#E1E1E1}.acf-sortable-tr-helper{position:relative !important;display:table-row !important}.acf-postbox{position:relative}.acf-postbox>.inside{margin:0 !important;padding:0 !important}.acf-postbox>.hndle .acf-hndle-cog{color:#AAAAAA;font-size:16px;line-height:20px;padding:0 2px;float:right;position:relative;display:none}.acf-postbox>.hndle .acf-hndle-cog:hover{color:#777777}.acf-postbox:hover>.hndle .acf-hndle-cog{display:block}.acf-postbox .acf-replace-with-fields{padding:15px;text-align:center}#post-body-content #acf_after_title-sortables{margin:20px 0 -20px}.acf-postbox.seamless{border:0 none;background:transparent;box-shadow:none}.acf-postbox.seamless>.hndle,.acf-postbox.seamless>.handlediv{display:none !important}.acf-postbox.seamless>.inside{display:block !important;margin-left:-12px !important;margin-right:-12px !important}.acf-postbox.seamless>.inside>.acf-field{border-color:transparent}.acf-postbox.seamless>.acf-fields.-left>.acf-field:before{display:none}@media screen and (max-width: 782px){.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-label,.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-input{padding:0}}.acf-field input[type="text"],.acf-field input[type="password"],.acf-field input[type="date"],.acf-field input[type="datetime"],.acf-field input[type="datetime-local"],.acf-field input[type="email"],.acf-field input[type="month"],.acf-field input[type="number"],.acf-field input[type="search"],.acf-field input[type="tel"],.acf-field input[type="time"],.acf-field input[type="url"],.acf-field input[type="week"],.acf-field textarea,.acf-field select{width:100%;padding:4px 8px;margin:0;box-sizing:border-box;font-size:14px;line-height:1.4}.acf-admin-3-8 .acf-field input[type="text"],.acf-admin-3-8 .acf-field input[type="password"],.acf-admin-3-8 .acf-field input[type="date"],.acf-admin-3-8 .acf-field input[type="datetime"],.acf-admin-3-8 .acf-field input[type="datetime-local"],.acf-admin-3-8 .acf-field input[type="email"],.acf-admin-3-8 .acf-field input[type="month"],.acf-admin-3-8 .acf-field input[type="number"],.acf-admin-3-8 .acf-field input[type="search"],.acf-admin-3-8 .acf-field input[type="tel"],.acf-admin-3-8 .acf-field input[type="time"],.acf-admin-3-8 .acf-field input[type="url"],.acf-admin-3-8 .acf-field input[type="week"],.acf-admin-3-8 .acf-field textarea,.acf-admin-3-8 .acf-field select{padding:3px 5px}.acf-field textarea{resize:vertical}.acf-input-prepend,.acf-input-append,.acf-input-wrap{box-sizing:border-box}.acf-input-prepend,.acf-input-append{font-size:14px;line-height:1.4;padding:4px 8px;background:#f5f5f5;border:#7e8993 solid 1px;min-height:30px}.acf-admin-3-8 .acf-input-prepend,.acf-admin-3-8 .acf-input-append{padding:3px 5px;border-color:#ddd;min-height:28px}.acf-input-prepend{float:left;border-right-width:0;border-radius:3px 0 0 3px}.acf-input-append{float:right;border-left-width:0;border-radius:0 3px 3px 0}.acf-input-wrap{position:relative;overflow:hidden}input.acf-is-prepended{border-radius:0 3px 3px 0 !important}input.acf-is-appended{border-radius:3px 0 0 3px !important}input.acf-is-prepended.acf-is-appended{border-radius:0 !important}html[dir="rtl"] .acf-input-prepend{border-left-width:0;border-right-width:1px;border-radius:0 3px 3px 0;float:right}html[dir="rtl"] .acf-input-append{border-left-width:1px;border-right-width:0;border-radius:3px 0 0 3px;float:left}html[dir="rtl"] input.acf-is-prepended{border-radius:3px 0 0 3px !important}html[dir="rtl"] input.acf-is-appended{border-radius:0 3px 3px 0 !important}html[dir="rtl"] input.acf-is-prepended.acf-is-appended{border-radius:0 !important}.acf-color-picker .wp-color-result{border-color:#7e8993}.acf-admin-3-8 .acf-color-picker .wp-color-result{border-color:#ccd0d4}.acf-color-picker .wp-picker-active{position:relative;z-index:1}.acf-url i{position:absolute;top:4px;left:4px;opacity:0.5;color:#A9A9A9}.acf-url input[type="url"]{padding-left:25px !important}.acf-url.-valid i{opacity:1}.acf-field select{padding:2px}.acf-field select optgroup{padding:5px;background:#fff}.acf-field select option{padding:3px}.acf-field select optgroup option{padding-left:5px}.acf-field select optgroup:nth-child(2n){background:#F9F9F9}.acf-field .select2-input{max-width:200px}.select2-container.-acf .select2-choices{background:#fff;border-color:#ddd;box-shadow:0 1px 2px rgba(0,0,0,0.07) inset;min-height:31px}.select2-container.-acf .select2-choices .select2-search-choice{margin:5px 0 5px 5px;padding:3px 5px 3px 18px;border-color:#bbb;background:#f9f9f9;box-shadow:0 1px 0 rgba(255,255,255,0.25) inset}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a{visibility:hidden}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-choices .select2-search-choice-focus{border-color:#999}.select2-container.-acf .select2-choices .select2-search-field input{height:31px;line-height:22px;margin:0;padding:5px 5px 5px 7px}.select2-container.-acf .select2-choice{border-color:#BBBBBB}.select2-container.-acf .select2-choice .select2-arrow{background:transparent;border-left-color:#DFDFDF;padding-left:1px}.select2-container.-acf .select2-choice .select2-result-description{display:none}.select2-container.-acf.select2-container-active .select2-choices,.select2-container.-acf.select2-dropdown-open .select2-choices{border-color:#5B9DD9;border-radius:3px 3px 0 0}.select2-container.-acf.select2-dropdown-open .select2-choice{background:#fff;border-color:#5B9DD9}html[dir="rtl"] .select2-container.-acf .select2-search-choice-close{left:24px}html[dir="rtl"] .select2-container.-acf .select2-choice>.select2-chosen{margin-left:42px}html[dir="rtl"] .select2-container.-acf .select2-choice .select2-arrow{padding-left:0;padding-right:1px}.select2-drop .select2-search{padding:4px 4px 0}.select2-drop .select2-result .select2-result-description{color:#999;font-size:12px;margin-left:5px}.select2-drop .select2-result.select2-highlighted .select2-result-description{color:#fff;opacity:0.75}.select2-container.-acf li{margin-bottom:0}.select2-container.-acf .select2-selection{border-color:#7e8993}.acf-admin-3-8 .select2-container.-acf .select2-selection{border-color:#aaa}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child{float:none}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input{width:100% !important}.select2-container.-acf .select2-selection--multiple .select2-selection__rendered{padding-right:0}.select2-container.-acf .select2-selection--multiple .select2-selection__choice{background-color:#f7f7f7;border-color:#cccccc;max-width:100%;overflow:hidden;word-wrap:normal !important;white-space:normal}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span{visibility:hidden}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-selection--multiple .select2-search__field{box-shadow:none !important;min-height:0}.acf-row .select2-container.-acf .select2-selection--single{overflow:hidden}.acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered{white-space:normal}.select2-container .select2-dropdown{z-index:900000}.select2-container .select2-dropdown .select2-search__field{line-height:1.4;min-height:0}.acf-link .link-wrap{display:none;border:#ccd0d4 solid 1px;border-radius:3px;padding:5px;line-height:26px;background:#fff;word-wrap:break-word;word-break:break-all}.acf-link .link-wrap .link-title{padding:0 5px}.acf-link.-value .button{display:none}.acf-link.-value .acf-icon.-link-ext{display:none}.acf-link.-value .link-wrap{display:inline-block}.acf-link.-external .acf-icon.-link-ext{display:inline-block}#wp-link-backdrop{z-index:900000 !important}#wp-link-wrap{z-index:900001 !important}ul.acf-radio-list,ul.acf-checkbox-list{background:transparent;position:relative;padding:1px;margin:0}ul.acf-radio-list li,ul.acf-checkbox-list li{font-size:13px;line-height:22px;margin:0;position:relative;word-wrap:break-word}ul.acf-radio-list li label,ul.acf-checkbox-list li label{display:inline}ul.acf-radio-list li input[type="checkbox"],ul.acf-radio-list li input[type="radio"],ul.acf-checkbox-list li input[type="checkbox"],ul.acf-checkbox-list li input[type="radio"]{margin:-1px 4px 0 0;vertical-align:middle}ul.acf-radio-list li input[type="text"],ul.acf-checkbox-list li input[type="text"]{width:auto;vertical-align:middle;margin:2px 0}ul.acf-radio-list li span,ul.acf-checkbox-list li span{float:none}ul.acf-radio-list li i,ul.acf-checkbox-list li i{vertical-align:middle}ul.acf-radio-list.acf-hl li,ul.acf-checkbox-list.acf-hl li{margin-right:20px;clear:none}html[dir="rtl"] ul.acf-radio-list input[type="checkbox"],html[dir="rtl"] ul.acf-radio-list input[type="radio"],html[dir="rtl"] ul.acf-checkbox-list input[type="checkbox"],html[dir="rtl"] ul.acf-checkbox-list input[type="radio"]{margin-left:4px;margin-right:0}.acf-button-group{display:inline-block}.acf-button-group label{display:inline-block;border:#7e8993 solid 1px;position:relative;z-index:1;padding:5px 10px;background:#fff}.acf-button-group label:hover{color:#016087;background:#f3f5f6;border-color:#0071a1;z-index:2}.acf-button-group label.selected{border-color:#007cba;background:#008dd4;color:#fff;z-index:2}.acf-button-group input{display:none !important}.acf-button-group{padding-left:1px;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.acf-button-group label{margin:0 0 0 -1px;flex:1;text-align:center;white-space:nowrap}.acf-button-group label:first-child{border-radius:3px 0 0 3px}html[dir="rtl"] .acf-button-group label:first-child{border-radius:0 3px 3px 0}.acf-button-group label:last-child{border-radius:0 3px 3px 0}html[dir="rtl"] .acf-button-group label:last-child{border-radius:3px 0 0 3px}.acf-button-group label:only-child{border-radius:3px}.acf-button-group.-vertical{padding-left:0;padding-top:1px;flex-direction:column}.acf-button-group.-vertical label{margin:-1px 0 0 0}.acf-button-group.-vertical label:first-child{border-radius:3px 3px 0 0}.acf-button-group.-vertical label:last-child{border-radius:0 0 3px 3px}.acf-button-group.-vertical label:only-child{border-radius:3px}.acf-admin-3-8 .acf-button-group label{border-color:#ccd0d4}.acf-admin-3-8 .acf-button-group label:hover{border-color:#0071a1}.acf-admin-3-8 .acf-button-group label.selected{border-color:#007cba}.acf-checkbox-list .button{margin:10px 0 0}.acf-switch{display:inline-block;border-radius:5px;cursor:pointer;position:relative;background:#f5f5f5;height:30px;vertical-align:middle;border:#7e8993 solid 1px;-webkit-transition:background 0.25s ease;-moz-transition:background 0.25s ease;-o-transition:background 0.25s ease;transition:background 0.25s ease}.acf-switch span{display:inline-block;float:left;text-align:center;font-size:13px;line-height:22px;padding:4px 10px;min-width:15px}.acf-switch span i{vertical-align:middle}.acf-switch .acf-switch-on{color:#fff;text-shadow:#007cba 0 1px 0}.acf-switch .acf-switch-slider{position:absolute;top:2px;left:2px;bottom:2px;right:50%;z-index:1;background:#fff;border-radius:3px;border:#7e8993 solid 1px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;transition-property:left, right}.acf-switch:hover,.acf-switch.-focus{border-color:#0071a1;background:#f3f5f6;color:#016087}.acf-switch:hover .acf-switch-slider,.acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-switch.-on{background:#0d99d5;border-color:#007cba}.acf-switch.-on .acf-switch-slider{left:50%;right:2px;border-color:#007cba}.acf-switch.-on:hover{border-color:#007cba}.acf-switch+span{margin-left:6px}.acf-admin-3-8 .acf-switch{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch .acf-switch-slider{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch:hover,.acf-admin-3-8 .acf-switch.-focus{border-color:#0071a1}.acf-admin-3-8 .acf-switch:hover .acf-switch-slider,.acf-admin-3-8 .acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-admin-3-8 .acf-switch.-on{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on .acf-switch-slider{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on:hover{border-color:#007cba}.acf-switch-input{opacity:0;position:absolute;margin:0}.compat-item .acf-true-false .message{float:none;padding:0;vertical-align:middle}.acf-google-map{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-google-map .title{position:relative;border-bottom:#ccd0d4 solid 1px}.acf-google-map .title .search{margin:0;font-size:14px;line-height:30px;height:40px;padding:5px 10px;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-google-map .title .acf-loading{position:absolute;top:10px;right:11px;display:none}.acf-google-map .title .acf-icon:active{display:inline-block !important}.acf-google-map .canvas{height:400px}.acf-google-map:hover .title .acf-actions{display:block}.acf-google-map .title .acf-icon.-location{display:inline-block}.acf-google-map .title .acf-icon.-cancel,.acf-google-map .title .acf-icon.-search{display:none}.acf-google-map.-value .title .search{font-weight:bold}.acf-google-map.-value .title .acf-icon.-location{display:none}.acf-google-map.-value .title .acf-icon.-cancel{display:inline-block}.acf-google-map.-searching .title .acf-icon.-location{display:none}.acf-google-map.-searching .title .acf-icon.-cancel,.acf-google-map.-searching .title .acf-icon.-search{display:inline-block}.acf-google-map.-searching .title .acf-actions{display:block}.acf-google-map.-searching .title .search{font-weight:normal !important}.acf-google-map.-loading .title a{display:none !important}.acf-google-map.-loading .title i{display:inline-block}.pac-container{border-width:1px 0;box-shadow:none}.pac-container:after{display:none}.pac-container .pac-item:first-child{border-top:0 none}.pac-container .pac-item{padding:5px 10px;cursor:pointer}html[dir="rtl"] .pac-container .pac-item{text-align:right}.acf-relationship{background:#fff;border:#ccd0d4 solid 1px}.acf-relationship .filters{border-bottom:#ccd0d4 solid 1px;background:#fff}.acf-relationship .filters:after{display:block;clear:both;content:""}.acf-relationship .filters .filter{margin:0;padding:0;float:left;width:100%}.acf-relationship .filters .filter span{display:block;padding:7px 7px 7px 0}.acf-relationship .filters .filter:first-child span{padding-left:7px}.acf-relationship .filters .filter input,.acf-relationship .filters .filter select{height:28px;line-height:1;padding:2px;width:100%;margin:0;float:none}.acf-relationship .filters .filter input:focus,.acf-relationship .filters .filter input:active,.acf-relationship .filters .filter select:focus,.acf-relationship .filters .filter select:active{outline:none;box-shadow:none}.acf-relationship .filters .filter input{border-color:transparent;box-shadow:none}.acf-relationship .filters.-f2 .filter{width:50%}.acf-relationship .filters.-f3 .filter{width:25%}.acf-relationship .filters.-f3 .filter.-search{width:50%}.acf-relationship .list{margin:0;padding:5px;height:160px;overflow:auto}.acf-relationship .list .acf-rel-label,.acf-relationship .list .acf-rel-item,.acf-relationship .list p{padding:5px 7px;margin:0;display:block;position:relative;min-height:18px}.acf-relationship .list .acf-rel-label{font-weight:bold}.acf-relationship .list .acf-rel-item{cursor:pointer}.acf-relationship .list .acf-rel-item b{text-decoration:underline;font-weight:normal}.acf-relationship .list .acf-rel-item .thumbnail{background:#e0e0e0;width:22px;height:22px;float:left;margin:-2px 5px 0 0}.acf-relationship .list .acf-rel-item .thumbnail img{max-width:22px;max-height:22px;margin:0 auto;display:block}.acf-relationship .list .acf-rel-item .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item .thumbnail.-icon img{max-height:20px;margin-top:1px}.acf-relationship .list .acf-rel-item:hover{background:#3875D7;color:#fff}.acf-relationship .list .acf-rel-item:hover .thumbnail{background:#a2bfec}.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item.disabled{opacity:0.5}.acf-relationship .list .acf-rel-item.disabled:hover{background:transparent;color:#333;cursor:default}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail{background:#e0e0e0}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon{background:#fff}.acf-relationship .list ul{padding-bottom:5px}.acf-relationship .list ul .acf-rel-label,.acf-relationship .list ul .acf-rel-item,.acf-relationship .list ul p{padding-left:20px}.acf-relationship .selection{position:relative}.acf-relationship .selection:after{display:block;clear:both;content:""}.acf-relationship .selection .values,.acf-relationship .selection .choices{width:50%;background:#fff;float:left}.acf-relationship .selection .choices{background:#F9F9F9}.acf-relationship .selection .choices .list{border-right:#DFDFDF solid 1px}.acf-relationship .selection .values .acf-icon{position:absolute;top:4px;right:7px;display:none}html[dir="rtl"] .acf-relationship .selection .values .acf-icon{right:auto;left:7px}.acf-relationship .selection .values .acf-rel-item:hover .acf-icon{display:block}.acf-relationship .selection .values .acf-rel-item{cursor:move}.acf-relationship .selection .values .acf-rel-item b{text-decoration:none}.menu-item .acf-relationship ul{width:auto}.menu-item .acf-relationship li{display:block}.acf-editor-wrap.delay .acf-editor-toolbar{content:"";display:block;background:#f5f5f5;border-bottom:#dddddd solid 1px;color:#555d66;padding:10px}.acf-editor-wrap.delay .wp-editor-area{padding:10px;border:none;color:inherit !important}.acf-editor-wrap iframe{min-height:200px}.acf-editor-wrap .wp-editor-container{border:1px solid #ccd0d4;box-shadow:none !important}.acf-editor-wrap .wp-editor-tabs{box-sizing:content-box}.acf-editor-wrap .wp-switch-editor{border-color:#ccd0d4;border-bottom-color:transparent}#mce_fullscreen_container{z-index:900000 !important}.acf-field-tab{display:none !important}.hidden-by-tab{display:none !important}.acf-tab-wrap{clear:both;z-index:1}.acf-tab-group{border-bottom:#ccc solid 1px;padding:10px 10px 0}.acf-tab-group li{margin:0 0.5em 0 0}.acf-tab-group li a{padding:5px 10px;display:block;color:#555;font-size:14px;font-weight:600;line-height:24px;border:#ccc solid 1px;border-bottom:0 none;text-decoration:none;background:#e5e5e5;transition:none}.acf-tab-group li a:hover{background:#FFF}.acf-tab-group li a:focus{outline:none;box-shadow:none}.acf-tab-group li a:empty{display:none}html[dir="rtl"] .acf-tab-group li{margin:0 0 0 0.5em}.acf-tab-group li.active a{background:#F1F1F1;color:#000;padding-bottom:6px;margin-bottom:-1px;position:relative;z-index:1}.acf-fields>.acf-tab-wrap{background:#F9F9F9}.acf-fields>.acf-tab-wrap .acf-tab-group{position:relative;border-top:#ccd0d4 solid 1px;border-bottom:#ccd0d4 solid 1px;z-index:2;margin-bottom:-1px}.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1;border-color:#ccd0d4}.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#FFF}.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#FFFFFF}.acf-admin-3-8 .acf-fields>.acf-tab-wrap .acf-tab-group{border-color:#dfdfdf}.acf-fields>.acf-tab-wrap:first-child .acf-tab-group{border-top:none}.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:20%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:10px}}html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:0;padding-right:20%}@media screen and (max-width: 850px){html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-right:10px}}.acf-tab-wrap.-left .acf-tab-group{position:absolute;left:0;width:20%;border:0 none;padding:0 !important;margin:1px 0 0}.acf-tab-wrap.-left .acf-tab-group li{float:none;margin:-1px 0 0}.acf-tab-wrap.-left .acf-tab-group li a{border:1px solid #ededed;font-size:13px;line-height:18px;color:#0073aa;padding:10px;margin:0;font-weight:normal;border-width:1px 0;border-radius:0;background:transparent}.acf-tab-wrap.-left .acf-tab-group li a:hover{color:#00a0d2}.acf-tab-wrap.-left .acf-tab-group li.active a{border-color:#DFDFDF;color:#000;margin-right:-1px;background:#fff}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group{left:auto;right:0}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group li.active a{margin-right:0;margin-left:-1px}.acf-field+.acf-tab-wrap.-left:before{content:"";display:block;position:relative;z-index:1;height:10px;border-top:#DFDFDF solid 1px;border-bottom:#DFDFDF solid 1px;margin-bottom:-1px}.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a{border-top:none}.acf-fields.-sidebar{padding:0 0 0 20% !important;position:relative}.acf-fields.-sidebar:before{content:"";display:block;position:absolute;top:0;left:0;width:20%;bottom:0;border-right:#DFDFDF solid 1px;background:#F9F9F9;z-index:1}html[dir="rtl"] .acf-fields.-sidebar{padding:0 20% 0 0 !important}html[dir="rtl"] .acf-fields.-sidebar:before{border-left:#DFDFDF solid 1px;border-right-width:0;left:auto;right:0}.acf-fields.-sidebar.-left{padding:0 0 0 180px !important}html[dir="rtl"] .acf-fields.-sidebar.-left{padding:0 180px 0 0 !important}.acf-fields.-sidebar.-left:before{background:#F1F1F1;border-color:#dfdfdf;width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group{width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a{border-color:#e4e4e4}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#F9F9F9}.acf-fields.-sidebar>.acf-field-tab+.acf-field{border-top:none}.acf-fields.-clear>.acf-tab-wrap{background:transparent}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group{margin-top:0;border-top:none;padding-left:0;padding-right:0}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields.-sidebar{margin-left:0 !important}.acf-postbox.seamless>.acf-fields.-sidebar:before{background:transparent}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap{background:transparent;margin-bottom:10px;padding-left:12px;padding-right:12px}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group{border-top:0 none;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left:before{border-top:none;height:auto}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group{margin-bottom:0}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li a{border-width:1px 0 1px 1px !important;border-color:#cccccc;background:#e5e5e5}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#fff}.compat-item .acf-tab-wrap td{display:block}.acf-gallery-side .acf-tab-wrap{border-top:0 none !important}.acf-gallery-side .acf-tab-wrap .acf-tab-group{margin:10px 0 !important;padding:0 !important}.acf-gallery-side .acf-tab-group li.active a{background:#F9F9F9 !important}.widget .acf-tab-group{border-bottom-color:#e8e8e8}.widget .acf-tab-group li a{background:#F1F1F1}.widget .acf-tab-group li.active a{background:#fff}.media-modal.acf-expanded .compat-attachment-fields>tbody>tr.acf-tab-wrap .acf-tab-group{padding-left:23%;border-bottom-color:#DDDDDD}.form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 5px 0 210px}html[dir="rtl"] .form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 210px 0 5px}.acf-oembed{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-oembed .title{position:relative;border-bottom:#ccd0d4 solid 1px;padding:5px 10px}.acf-oembed .title .input-search{margin:0;font-size:14px;line-height:30px;height:30px;padding:0;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-oembed .title .acf-actions{padding:6px}.acf-oembed .canvas{position:relative;min-height:250px;background:#F9F9F9}.acf-oembed .canvas .canvas-media{position:relative;z-index:1}.acf-oembed .canvas iframe{display:block;margin:0;padding:0;width:100%}.acf-oembed .canvas .acf-icon.-picture{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:0;height:42px;width:42px;font-size:42px;color:#999}.acf-oembed .canvas .acf-loading-overlay{background:rgba(255,255,255,0.9)}.acf-oembed .canvas .canvas-error{position:absolute;top:50%;left:0%;right:0%;margin:-9px 0 0 0;text-align:center;display:none}.acf-oembed .canvas .canvas-error p{padding:8px;margin:0;display:inline}.acf-oembed.has-value .canvas{min-height:50px}.acf-oembed.has-value .input-search{font-weight:bold}.acf-oembed.has-value .title:hover .acf-actions{display:block}.acf-image-uploader{position:relative}.acf-image-uploader:after{display:block;clear:both;content:""}.acf-image-uploader p{margin:0}.acf-image-uploader .image-wrap{position:relative;float:left}.acf-image-uploader .image-wrap img{max-width:100%;width:auto;height:auto;display:block;min-width:30px;min-height:30px;background:#f1f1f1;margin:0;padding:0}.acf-image-uploader .image-wrap img[src$=".svg"]{min-height:100px;min-width:100px}.acf-image-uploader .image-wrap:hover .acf-actions{display:block}.acf-image-uploader input.button{width:auto}html[dir="rtl"] .acf-image-uploader .image-wrap{float:right}.acf-file-uploader{position:relative}.acf-file-uploader p{margin:0}.acf-file-uploader .file-wrap{border:#ccd0d4 solid 1px;min-height:84px;position:relative;background:#fff}.acf-file-uploader .file-icon{position:absolute;top:0;left:0;bottom:0;padding:10px;background:#F1F1F1;border-right:#d5d9dd solid 1px}.acf-file-uploader .file-icon img{display:block;padding:0;margin:0;max-width:48px}.acf-file-uploader .file-info{padding:10px;margin-left:69px}.acf-file-uploader .file-info p{margin:0 0 2px;font-size:13px;line-height:1.4em;word-break:break-all}.acf-file-uploader .file-info a{text-decoration:none}.acf-file-uploader:hover .acf-actions{display:block}html[dir="rtl"] .acf-file-uploader .file-icon{left:auto;right:0;border-left:#E5E5E5 solid 1px;border-right:none}html[dir="rtl"] .acf-file-uploader .file-info{margin-right:69px;margin-left:0}.acf-ui-datepicker .ui-datepicker{z-index:900000 !important}.acf-ui-datepicker .ui-datepicker .ui-widget-header a{cursor:pointer;transition:none}.acf-ui-datepicker .ui-state-highlight.ui-state-hover{border:1px solid #98b7e8 !important;background:#98b7e8 !important;font-weight:normal !important;color:#ffffff !important}.acf-ui-datepicker .ui-state-highlight.ui-state-active{border:1px solid #3875d7 !important;background:#3875d7 !important;font-weight:normal !important;color:#ffffff !important}.acf-field-separator .acf-label{margin-bottom:0}.acf-field-separator .acf-label label{font-weight:normal}.acf-field-separator .acf-input{display:none}.acf-fields>.acf-field-separator{background:#f9f9f9;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;margin-bottom:-1px;z-index:2}.acf-taxonomy-field{position:relative}.acf-taxonomy-field .categorychecklist-holder{border:#ccd0d4 solid 1px;border-radius:3px;max-height:200px;overflow:auto}.acf-taxonomy-field .acf-checkbox-list{margin:0;padding:10px}.acf-taxonomy-field .acf-checkbox-list ul.children{padding-left:18px}.acf-taxonomy-field:hover .acf-actions{display:block}.acf-taxonomy-field[data-ftype="select"] .acf-actions{padding:0;margin:-9px}.acf-range-wrap .acf-append,.acf-range-wrap .acf-prepend{display:inline-block;vertical-align:middle;line-height:28px;margin:0 7px 0 0}.acf-range-wrap .acf-append{margin:0 0 0 7px}.acf-range-wrap input[type="range"]{display:inline-block;padding:0;margin:0;vertical-align:middle;height:28px}.acf-range-wrap input[type="range"]:focus{outline:none}.acf-range-wrap input[type="number"]{display:inline-block;min-width:3em;margin-left:10px;vertical-align:middle}html[dir="rtl"] .acf-range-wrap input[type="number"]{margin-right:10px;margin-left:0}html[dir="rtl"] .acf-range-wrap .acf-append{margin:0 7px 0 0}html[dir="rtl"] .acf-range-wrap .acf-prepend{margin:0 0 0 7px}.acf-accordion{margin:-1px 0;padding:0;background:#fff;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd;z-index:1}.acf-accordion .acf-accordion-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title:hover{background:#f3f4f5}.acf-accordion .acf-accordion-title label{margin:0;padding:0;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title p{font-weight:normal}.acf-accordion .acf-accordion-title .acf-accordion-icon{float:right}.acf-accordion .acf-accordion-content{margin:0;padding:0 12px 12px;display:none}.acf-accordion.-open>.acf-accordion-content{display:block}.acf-field.acf-accordion{margin:-1px 0;padding:0 !important;border-color:#d5d9dd}.acf-field.acf-accordion .acf-label.acf-accordion-title{padding:12px;width:auto;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content{padding:0;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields{border-top:#eee solid 1px}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields.-clear{padding:0 12px 15px}.acf-fields.-left>.acf-field.acf-accordion:before{display:none}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-title{width:auto;margin:0 !important;padding:12px;float:none !important}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-content{padding:0 !important}.acf-fields.-clear>.acf-field.acf-accordion{border:#cccccc solid 1px;background:transparent}.acf-fields.-clear>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-16px}tr.acf-field.acf-accordion{background:transparent}tr.acf-field.acf-accordion>.acf-input{padding:0 !important;border:#cccccc solid 1px}tr.acf-field.acf-accordion .acf-accordion-content{padding:0 12px 12px}#addtag div.acf-field.error{border:0 none;padding:8px 0}#addtag>.acf-field.acf-accordion{padding-right:0;margin-right:5%}#addtag>.acf-field.acf-accordion+p.submit{margin-top:0}tr.acf-accordion{margin:15px 0 !important}tr.acf-accordion+tr.acf-accordion{margin-top:-16px !important}.acf-postbox.seamless>.acf-fields>.acf-accordion{margin-left:12px;margin-right:12px;border:#ccd0d4 solid 1px}.widget .widget-content>.acf-field.acf-accordion{border:#dfdfdf solid 1px;margin-bottom:10px}.widget .widget-content>.acf-field.acf-accordion .acf-accordion-title{margin-bottom:0}.widget .widget-content>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-11px}.media-modal .compat-attachment-fields .acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-1px}.media-modal .compat-attachment-fields .acf-field.acf-accordion>.acf-input{width:100%}.media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields>tbody>tr>td{padding-bottom:5px}.form-table>tbody>.acf-field>.acf-label{padding:20px 10px 20px 0;width:210px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-label{padding:20px 0 20px 10px}.form-table>tbody>.acf-field>.acf-label label{font-size:14px;color:#23282d}.form-table>tbody>.acf-field>.acf-input{padding:15px 10px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-input{padding:15px 10px 15px 5%}.form-table>tbody>.acf-tab-wrap td{padding:15px 5% 15px 0}html[dir="rtl"] .form-table>tbody>.acf-tab-wrap td{padding:15px 0 15px 5%}.form-table>tbody .form-table th.acf-th{width:auto}#your-profile .acf-field input[type="text"],#your-profile .acf-field input[type="password"],#your-profile .acf-field input[type="number"],#your-profile .acf-field input[type="search"],#your-profile .acf-field input[type="email"],#your-profile .acf-field input[type="url"],#your-profile .acf-field select,#createuser .acf-field input[type="text"],#createuser .acf-field input[type="password"],#createuser .acf-field input[type="number"],#createuser .acf-field input[type="search"],#createuser .acf-field input[type="email"],#createuser .acf-field input[type="url"],#createuser .acf-field select{max-width:25em}#your-profile .acf-field textarea,#createuser .acf-field textarea{max-width:500px}#your-profile .acf-field .acf-field input[type="text"],#your-profile .acf-field .acf-field input[type="password"],#your-profile .acf-field .acf-field input[type="number"],#your-profile .acf-field .acf-field input[type="search"],#your-profile .acf-field .acf-field input[type="email"],#your-profile .acf-field .acf-field input[type="url"],#your-profile .acf-field .acf-field textarea,#your-profile .acf-field .acf-field select,#createuser .acf-field .acf-field input[type="text"],#createuser .acf-field .acf-field input[type="password"],#createuser .acf-field .acf-field input[type="number"],#createuser .acf-field .acf-field input[type="search"],#createuser .acf-field .acf-field input[type="email"],#createuser .acf-field .acf-field input[type="url"],#createuser .acf-field .acf-field textarea,#createuser .acf-field .acf-field select{max-width:none}#registerform h2{margin:1em 0}#registerform .acf-field{margin-top:0}#registerform .acf-field .acf-label{margin-bottom:0}#registerform .acf-field .acf-label label{font-weight:normal;line-height:1.5}#registerform p.submit{text-align:right}#acf-term-fields{padding-right:5%}#acf-term-fields>.acf-field>.acf-label{margin:0}#acf-term-fields>.acf-field>.acf-label label{font-size:12px;font-weight:normal}p.submit .spinner,p.submit .acf-spinner{vertical-align:top;float:none;margin:4px 4px 0}#edittag .acf-fields.-left>.acf-field{padding-left:220px}#edittag .acf-fields.-left>.acf-field:before{width:209px}#edittag .acf-fields.-left>.acf-field>.acf-label{width:220px;margin-left:-220px;padding:0 10px}#edittag .acf-fields.-left>.acf-field>.acf-input{padding:0}#edittag>.acf-fields.-left{width:96%}#edittag>.acf-fields.-left>.acf-field>.acf-label{padding-left:0}.editcomment td:first-child{white-space:nowrap;width:131px}#widgets-right .widget .acf-field .description{padding-left:0;padding-right:0}.acf-widget-fields>.acf-field .acf-label{margin-bottom:5px}.acf-widget-fields>.acf-field .acf-label label{font-weight:normal;margin:0}.acf-menu-settings{border-top:1px solid #eee;margin-top:2em}.acf-menu-settings.-seamless{border-top:none;margin-top:15px}.acf-menu-settings.-seamless>h2{display:none}.acf-menu-settings .list li{display:block;margin-bottom:0}.acf-menu-item-fields{margin-right:10px;float:left}#post .compat-attachment-fields .compat-field-acf-form-data{display:none}#post .compat-attachment-fields,#post .compat-attachment-fields>tbody,#post .compat-attachment-fields>tbody>tr,#post .compat-attachment-fields>tbody>tr>th,#post .compat-attachment-fields>tbody>tr>td{display:block}#post .compat-attachment-fields>tbody>.acf-field{margin:15px 0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label{margin:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label{margin:0;padding:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label p{margin:0 0 3px !important}#post .compat-attachment-fields>tbody>.acf-field>.acf-input{margin:0}.media-modal .compat-attachment-fields td.acf-input table{display:table;table-layout:auto}.media-modal .compat-attachment-fields td.acf-input table tbody{display:table-row-group}.media-modal .compat-attachment-fields td.acf-input table tr{display:table-row}.media-modal .compat-attachment-fields td.acf-input table td,.media-modal .compat-attachment-fields td.acf-input table th{display:table-cell}.media-modal .compat-attachment-fields>tbody>.acf-field{margin:5px 0}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:30%;margin:0;padding:0;float:left;text-align:right;display:block;float:left}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label>label{padding-top:6px;margin:0;color:#666666;font-weight:400;line-height:16px}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{width:65%;margin:0;padding:0;float:right;display:block}.media-modal .compat-attachment-fields>tbody>.acf-field p.description{margin:0}.acf-selection-error{background:#ffebe8;border:1px solid #c00;border-radius:3px;padding:8px;margin:20px 0 0}.acf-selection-error .selection-error-label{background:#CC0000;border-radius:3px;color:#fff;font-weight:bold;margin-right:8px;padding:2px 4px}.acf-selection-error .selection-error-message{color:#b44;display:block;padding-top:8px;word-wrap:break-word;white-space:pre-wrap}.media-modal .attachment.acf-disabled .thumbnail{opacity:0.25 !important}.media-modal .attachment.acf-disabled .attachment-preview:before{background:rgba(0,0,0,0.15);z-index:1;position:relative}.media-modal .compat-field-acf-form-data,.media-modal .compat-field-acf-blank{display:none !important}.media-modal .upload-error-message{white-space:pre-wrap}.media-modal .acf-required{padding:0 !important;margin:0 !important;float:none !important;color:#f00 !important}.media-modal .media-sidebar .compat-item{padding-bottom:20px}@media (max-width: 900px){.media-modal .setting span,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{width:98%;float:none;text-align:left;min-height:0;padding:0}.media-modal .setting input,.media-modal .setting textarea,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{float:none;height:auto;max-width:none;width:98%}}.media-modal .acf-expand-details{float:right;padding:1px 10px;margin-right:6px;height:18px;line-height:18px;color:#AAAAAA;font-size:12px}.media-modal .acf-expand-details:focus,.media-modal .acf-expand-details:active{outline:0 none;box-shadow:none;color:#AAAAAA}.media-modal .acf-expand-details:hover{color:#666666 !important}.media-modal .acf-expand-details span{display:block;float:left}.media-modal .acf-expand-details .acf-icon{margin:0 4px 0 0}.media-modal .acf-expand-details:hover .acf-icon{border-color:#AAAAAA}.media-modal .acf-expand-details .is-open{display:none}.media-modal .acf-expand-details .is-closed{display:block}@media (max-width: 640px){.media-modal .acf-expand-details{display:none}}.media-modal.acf-expanded .acf-expand-details .is-open{display:block}.media-modal.acf-expanded .acf-expand-details .is-closed{display:none}.media-modal.acf-expanded .attachments-browser .media-toolbar,.media-modal.acf-expanded .attachments-browser .attachments{right:740px}.media-modal.acf-expanded .media-sidebar{width:708px}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{float:left;max-height:none}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img{max-width:100%;max-height:200px}.media-modal.acf-expanded .media-sidebar .attachment-info .details{float:right}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-details .setting .name,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:20%;margin-right:0}.media-modal.acf-expanded .media-sidebar .attachment-info .details,.media-modal.acf-expanded .media-sidebar .attachment-details .setting input,.media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea,.media-modal.acf-expanded .media-sidebar .attachment-details .setting+.description,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-input{min-width:77%}@media (max-width: 900px){.media-modal.acf-expanded .attachments-browser .media-toolbar{display:none}.media-modal.acf-expanded .attachments{display:none}.media-modal.acf-expanded .media-sidebar{width:auto;max-width:none !important;bottom:0 !important}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{min-width:0;max-width:none;width:30%}.media-modal.acf-expanded .media-sidebar .attachment-info .details{min-width:0;max-width:none;width:67%}}@media (max-width: 640px){.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-info .details{width:100%}}.acf-media-modal .media-embed .setting.align,.acf-media-modal .media-embed .setting.link-to{display:none}.acf-media-modal.-edit{left:15%;right:15%;top:100px;bottom:100px}.acf-media-modal.-edit .media-frame-menu,.acf-media-modal.-edit .media-frame-router,.acf-media-modal.-edit .media-frame-content .attachments,.acf-media-modal.-edit .media-frame-content .media-toolbar{display:none}.acf-media-modal.-edit .media-frame-title,.acf-media-modal.-edit .media-frame-content,.acf-media-modal.-edit .media-frame-toolbar,.acf-media-modal.-edit .media-sidebar{width:auto;left:0;right:0}.acf-media-modal.-edit .media-frame-content{top:50px}.acf-media-modal.-edit .media-frame-title{border-bottom:1px solid #DFDFDF;box-shadow:0 4px 4px -4px rgba(0,0,0,0.1)}.acf-media-modal.-edit .media-sidebar{padding:0 16px}.acf-media-modal.-edit .media-sidebar .attachment-details{overflow:visible}.acf-media-modal.-edit .media-sidebar .attachment-details>h3,.acf-media-modal.-edit .media-sidebar .attachment-details>h2{display:none}.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info{background:#fff;border-bottom:#dddddd solid 1px;padding:16px;margin:0 -16px 16px}.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail{margin:0 16px 0 0}.acf-media-modal.-edit .media-sidebar .attachment-details .setting{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .attachment-details .setting span{margin:0}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field p.description{margin-top:3px}.acf-media-modal.-edit .media-sidebar .media-types-required-info{display:none}@media (max-width: 900px){.acf-media-modal.-edit{top:30px;right:30px;bottom:30px;left:30px}}@media (max-width: 640px){.acf-media-modal.-edit{top:0;right:0;bottom:0;left:0}}@media (max-width: 480px){.acf-media-modal.-edit .media-frame-content{top:40px}}.acf-temp-remove{position:relative;opacity:1;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;overflow:hidden}.acf-temp-remove:after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.hidden-by-conditional-logic{display:none !important}.hidden-by-conditional-logic.appear-empty{display:table-cell !important}.hidden-by-conditional-logic.appear-empty .acf-input{display:none !important}.acf-postbox.acf-hidden{display:none !important}#editor .edit-post-layout__metaboxes{padding:0}#editor .postbox{color:#444}#editor .postbox .handlediv{color:#191e23 !important;height:46px;width:auto;padding:0 14px 0 5px;position:relative;z-index:2}#editor .postbox .hndle{color:#191e23 !important;font-size:13px;line-height:normal;padding:15px}#editor .postbox .hndle:hover{background:#f2f4f5}#editor .postbox .hndle .acf-hndle-cog{line-height:16px}#editor .postbox .handlediv .toggle-indicator{color:inherit}#editor .postbox .handlediv .toggle-indicator:before{content:"\f343";font-size:18px;width:auto}#editor .postbox.closed .handlediv .toggle-indicator:before{content:"\f347"}
1
+ .acf-field,.acf-field .acf-label,.acf-field .acf-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.acf-field{margin:15px 0;clear:both}.acf-field p.description{display:block;margin:0;padding:0}.acf-field .acf-label{vertical-align:top;margin:0 0 10px}.acf-field .acf-label label{display:block;font-weight:bold;margin:0 0 3px;padding:0}.acf-field .acf-label:empty{margin-bottom:0}.acf-field .acf-input{vertical-align:top}.acf-field .acf-input>p.description{margin-top:5px}.acf-field .acf-notice{margin:0 0 15px;background:#edf2ff;color:#2183b9;border:none}.acf-field .acf-notice .acf-notice-dismiss{background:transparent;color:inherit}.acf-field .acf-notice .acf-notice-dismiss:hover{background:#fff}.acf-field .acf-notice.-dismiss{padding-right:40px}.acf-field .acf-notice.-error{background:#ffe6e6;color:#d12626}.acf-field .acf-notice.-success{background:#eefbe8;color:#32a23b}.acf-field .acf-notice.-warning{background:#fff3e6;color:#d16226}td.acf-field,tr.acf-field{margin:0}.acf-field[data-width]{float:left;clear:none}.acf-field[data-width]+.acf-field[data-width]{border-left:1px solid #eeeeee}html[dir="rtl"] .acf-field[data-width]{float:right}html[dir="rtl"] .acf-field[data-width]+.acf-field[data-width]{border-left:none;border-right:1px solid #eeeeee}td.acf-field[data-width],tr.acf-field[data-width]{float:none}.acf-field.-c0{clear:both;border-left-width:0 !important}html[dir="rtl"] .acf-field.-c0{border-left-width:1px !important;border-right-width:0 !important}.acf-field.-r0{border-top-width:0 !important}.acf-fields{position:relative}.acf-fields:after{display:block;clear:both;content:""}.acf-fields.-border{border:#ccd0d4 solid 1px;background:#fff}.acf-fields>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:#EEEEEE solid 1px}.acf-fields>.acf-field:first-child{border-top:none;margin-top:0}td.acf-fields{padding:0 !important}.acf-fields.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acf-fields.-clear>.acf-field[data-width]{border:none !important}.acf-fields.-clear>.acf-field>.acf-label{padding:0}.acf-fields.-clear>.acf-field>.acf-input{padding:0}.acf-fields.-left>.acf-field{padding:15px 0}.acf-fields.-left>.acf-field:after{display:block;clear:both;content:""}.acf-fields.-left>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#F9F9F9;border-color:#E1E1E1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acf-fields.-left>.acf-field[data-width]{float:none;width:auto !important;border-left-width:0 !important;border-right-width:0 !important}.acf-fields.-left>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acf-fields.-left>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir="rtl"] .acf-fields.-left>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-label{float:right}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-input{float:right}#side-sortables .acf-fields.-left>.acf-field:before{display:none}#side-sortables .acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acf-fields.-left>.acf-field>.acf-input{width:100%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-field:before{display:none}.acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acf-fields.-left>.acf-field>.acf-input{width:100%}}.acf-fields.-clear.-left>.acf-field{padding:0;border:none}.acf-fields.-clear.-left>.acf-field:before{display:none}.acf-fields.-clear.-left>.acf-field>.acf-label{padding:0}.acf-fields.-clear.-left>.acf-field>.acf-input{padding:0}.acf-table tr.acf-field>td.acf-label{padding:15px 12px;margin:0;background:#F9F9F9;width:20%}.acf-table tr.acf-field>td.acf-input{padding:15px 12px;margin:0;border-left-color:#E1E1E1}.acf-sortable-tr-helper{position:relative !important;display:table-row !important}.acf-postbox{position:relative}.acf-postbox>.inside{margin:0 !important;padding:0 !important}.acf-postbox>.hndle .acf-hndle-cog{color:#AAAAAA;font-size:16px;line-height:20px;padding:0 2px;float:right;position:relative;display:none}.acf-postbox>.hndle .acf-hndle-cog:hover{color:#777777}.acf-postbox:hover>.hndle .acf-hndle-cog{display:block}.acf-postbox .acf-replace-with-fields{padding:15px;text-align:center}#post-body-content #acf_after_title-sortables{margin:20px 0 -20px}.acf-postbox.seamless{border:0 none;background:transparent;box-shadow:none}.acf-postbox.seamless>.hndle,.acf-postbox.seamless>.handlediv{display:none !important}.acf-postbox.seamless>.inside{display:block !important;margin-left:-12px !important;margin-right:-12px !important}.acf-postbox.seamless>.inside>.acf-field{border-color:transparent}.acf-postbox.seamless>.acf-fields.-left>.acf-field:before{display:none}@media screen and (max-width: 782px){.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-label,.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-input{padding:0}}.acf-field input[type="text"],.acf-field input[type="password"],.acf-field input[type="date"],.acf-field input[type="datetime"],.acf-field input[type="datetime-local"],.acf-field input[type="email"],.acf-field input[type="month"],.acf-field input[type="number"],.acf-field input[type="search"],.acf-field input[type="tel"],.acf-field input[type="time"],.acf-field input[type="url"],.acf-field input[type="week"],.acf-field textarea,.acf-field select{width:100%;padding:4px 8px;margin:0;box-sizing:border-box;font-size:14px;line-height:1.4}.acf-admin-3-8 .acf-field input[type="text"],.acf-admin-3-8 .acf-field input[type="password"],.acf-admin-3-8 .acf-field input[type="date"],.acf-admin-3-8 .acf-field input[type="datetime"],.acf-admin-3-8 .acf-field input[type="datetime-local"],.acf-admin-3-8 .acf-field input[type="email"],.acf-admin-3-8 .acf-field input[type="month"],.acf-admin-3-8 .acf-field input[type="number"],.acf-admin-3-8 .acf-field input[type="search"],.acf-admin-3-8 .acf-field input[type="tel"],.acf-admin-3-8 .acf-field input[type="time"],.acf-admin-3-8 .acf-field input[type="url"],.acf-admin-3-8 .acf-field input[type="week"],.acf-admin-3-8 .acf-field textarea,.acf-admin-3-8 .acf-field select{padding:3px 5px}.acf-field textarea{resize:vertical}.acf-input-prepend,.acf-input-append,.acf-input-wrap{box-sizing:border-box}.acf-input-prepend,.acf-input-append{font-size:14px;line-height:1.4;padding:4px 8px;background:#f5f5f5;border:#7e8993 solid 1px;min-height:30px}.acf-admin-3-8 .acf-input-prepend,.acf-admin-3-8 .acf-input-append{padding:3px 5px;border-color:#ddd;min-height:28px}.acf-input-prepend{float:left;border-right-width:0;border-radius:3px 0 0 3px}.acf-input-append{float:right;border-left-width:0;border-radius:0 3px 3px 0}.acf-input-wrap{position:relative;overflow:hidden}input.acf-is-prepended{border-radius:0 3px 3px 0 !important}input.acf-is-appended{border-radius:3px 0 0 3px !important}input.acf-is-prepended.acf-is-appended{border-radius:0 !important}html[dir="rtl"] .acf-input-prepend{border-left-width:0;border-right-width:1px;border-radius:0 3px 3px 0;float:right}html[dir="rtl"] .acf-input-append{border-left-width:1px;border-right-width:0;border-radius:3px 0 0 3px;float:left}html[dir="rtl"] input.acf-is-prepended{border-radius:3px 0 0 3px !important}html[dir="rtl"] input.acf-is-appended{border-radius:0 3px 3px 0 !important}html[dir="rtl"] input.acf-is-prepended.acf-is-appended{border-radius:0 !important}.acf-color-picker .wp-color-result{border-color:#7e8993}.acf-admin-3-8 .acf-color-picker .wp-color-result{border-color:#ccd0d4}.acf-color-picker .wp-picker-active{position:relative;z-index:1}.acf-url i{position:absolute;top:4px;left:4px;opacity:0.5;color:#A9A9A9}.acf-url input[type="url"]{padding-left:25px !important}.acf-url.-valid i{opacity:1}.acf-field select{padding:2px}.acf-field select optgroup{padding:5px;background:#fff}.acf-field select option{padding:3px}.acf-field select optgroup option{padding-left:5px}.acf-field select optgroup:nth-child(2n){background:#F9F9F9}.acf-field .select2-input{max-width:200px}.select2-container.-acf .select2-choices{background:#fff;border-color:#ddd;box-shadow:0 1px 2px rgba(0,0,0,0.07) inset;min-height:31px}.select2-container.-acf .select2-choices .select2-search-choice{margin:5px 0 5px 5px;padding:3px 5px 3px 18px;border-color:#bbb;background:#f9f9f9;box-shadow:0 1px 0 rgba(255,255,255,0.25) inset}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a{visibility:hidden}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-choices .select2-search-choice-focus{border-color:#999}.select2-container.-acf .select2-choices .select2-search-field input{height:31px;line-height:22px;margin:0;padding:5px 5px 5px 7px}.select2-container.-acf .select2-choice{border-color:#BBBBBB}.select2-container.-acf .select2-choice .select2-arrow{background:transparent;border-left-color:#DFDFDF;padding-left:1px}.select2-container.-acf .select2-choice .select2-result-description{display:none}.select2-container.-acf.select2-container-active .select2-choices,.select2-container.-acf.select2-dropdown-open .select2-choices{border-color:#5B9DD9;border-radius:3px 3px 0 0}.select2-container.-acf.select2-dropdown-open .select2-choice{background:#fff;border-color:#5B9DD9}html[dir="rtl"] .select2-container.-acf .select2-search-choice-close{left:24px}html[dir="rtl"] .select2-container.-acf .select2-choice>.select2-chosen{margin-left:42px}html[dir="rtl"] .select2-container.-acf .select2-choice .select2-arrow{padding-left:0;padding-right:1px}.select2-drop .select2-search{padding:4px 4px 0}.select2-drop .select2-result .select2-result-description{color:#999;font-size:12px;margin-left:5px}.select2-drop .select2-result.select2-highlighted .select2-result-description{color:#fff;opacity:0.75}.select2-container.-acf li{margin-bottom:0}.select2-container.-acf .select2-selection{border-color:#7e8993}.acf-admin-3-8 .select2-container.-acf .select2-selection{border-color:#aaa}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child{float:none}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input{width:100% !important}.select2-container.-acf .select2-selection--multiple .select2-selection__rendered{padding-right:0}.select2-container.-acf .select2-selection--multiple .select2-selection__choice{background-color:#f7f7f7;border-color:#cccccc;max-width:100%;overflow:hidden;word-wrap:normal !important;white-space:normal}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span{visibility:hidden}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-selection--multiple .select2-search__field{box-shadow:none !important;min-height:0}.acf-row .select2-container.-acf .select2-selection--single{overflow:hidden}.acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered{white-space:normal}.select2-container .select2-dropdown{z-index:900000}.select2-container .select2-dropdown .select2-search__field{line-height:1.4;min-height:0}.acf-link .link-wrap{display:none;border:#ccd0d4 solid 1px;border-radius:3px;padding:5px;line-height:26px;background:#fff;word-wrap:break-word;word-break:break-all}.acf-link .link-wrap .link-title{padding:0 5px}.acf-link.-value .button{display:none}.acf-link.-value .acf-icon.-link-ext{display:none}.acf-link.-value .link-wrap{display:inline-block}.acf-link.-external .acf-icon.-link-ext{display:inline-block}#wp-link-backdrop{z-index:900000 !important}#wp-link-wrap{z-index:900001 !important}ul.acf-radio-list,ul.acf-checkbox-list{background:transparent;position:relative;padding:1px;margin:0}ul.acf-radio-list li,ul.acf-checkbox-list li{font-size:13px;line-height:22px;margin:0;position:relative;word-wrap:break-word}ul.acf-radio-list li label,ul.acf-checkbox-list li label{display:inline}ul.acf-radio-list li input[type="checkbox"],ul.acf-radio-list li input[type="radio"],ul.acf-checkbox-list li input[type="checkbox"],ul.acf-checkbox-list li input[type="radio"]{margin:-1px 4px 0 0;vertical-align:middle}ul.acf-radio-list li input[type="text"],ul.acf-checkbox-list li input[type="text"]{width:auto;vertical-align:middle;margin:2px 0}ul.acf-radio-list li span,ul.acf-checkbox-list li span{float:none}ul.acf-radio-list li i,ul.acf-checkbox-list li i{vertical-align:middle}ul.acf-radio-list.acf-hl li,ul.acf-checkbox-list.acf-hl li{margin-right:20px;clear:none}html[dir="rtl"] ul.acf-radio-list input[type="checkbox"],html[dir="rtl"] ul.acf-radio-list input[type="radio"],html[dir="rtl"] ul.acf-checkbox-list input[type="checkbox"],html[dir="rtl"] ul.acf-checkbox-list input[type="radio"]{margin-left:4px;margin-right:0}.acf-button-group{display:inline-block}.acf-button-group label{display:inline-block;border:#7e8993 solid 1px;position:relative;z-index:1;padding:5px 10px;background:#fff}.acf-button-group label:hover{color:#016087;background:#f3f5f6;border-color:#0071a1;z-index:2}.acf-button-group label.selected{border-color:#007cba;background:#008dd4;color:#fff;z-index:2}.acf-button-group input{display:none !important}.acf-button-group{padding-left:1px;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.acf-button-group label{margin:0 0 0 -1px;flex:1;text-align:center;white-space:nowrap}.acf-button-group label:first-child{border-radius:3px 0 0 3px}html[dir="rtl"] .acf-button-group label:first-child{border-radius:0 3px 3px 0}.acf-button-group label:last-child{border-radius:0 3px 3px 0}html[dir="rtl"] .acf-button-group label:last-child{border-radius:3px 0 0 3px}.acf-button-group label:only-child{border-radius:3px}.acf-button-group.-vertical{padding-left:0;padding-top:1px;flex-direction:column}.acf-button-group.-vertical label{margin:-1px 0 0 0}.acf-button-group.-vertical label:first-child{border-radius:3px 3px 0 0}.acf-button-group.-vertical label:last-child{border-radius:0 0 3px 3px}.acf-button-group.-vertical label:only-child{border-radius:3px}.acf-admin-3-8 .acf-button-group label{border-color:#ccd0d4}.acf-admin-3-8 .acf-button-group label:hover{border-color:#0071a1}.acf-admin-3-8 .acf-button-group label.selected{border-color:#007cba}.acf-checkbox-list .button{margin:10px 0 0}.acf-switch{display:inline-block;border-radius:5px;cursor:pointer;position:relative;background:#f5f5f5;height:30px;vertical-align:middle;border:#7e8993 solid 1px;-webkit-transition:background 0.25s ease;-moz-transition:background 0.25s ease;-o-transition:background 0.25s ease;transition:background 0.25s ease}.acf-switch span{display:inline-block;float:left;text-align:center;font-size:13px;line-height:22px;padding:4px 10px;min-width:15px}.acf-switch span i{vertical-align:middle}.acf-switch .acf-switch-on{color:#fff;text-shadow:#007cba 0 1px 0}.acf-switch .acf-switch-slider{position:absolute;top:2px;left:2px;bottom:2px;right:50%;z-index:1;background:#fff;border-radius:3px;border:#7e8993 solid 1px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;transition-property:left, right}.acf-switch:hover,.acf-switch.-focus{border-color:#0071a1;background:#f3f5f6;color:#016087}.acf-switch:hover .acf-switch-slider,.acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-switch.-on{background:#0d99d5;border-color:#007cba}.acf-switch.-on .acf-switch-slider{left:50%;right:2px;border-color:#007cba}.acf-switch.-on:hover{border-color:#007cba}.acf-switch+span{margin-left:6px}.acf-admin-3-8 .acf-switch{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch .acf-switch-slider{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch:hover,.acf-admin-3-8 .acf-switch.-focus{border-color:#0071a1}.acf-admin-3-8 .acf-switch:hover .acf-switch-slider,.acf-admin-3-8 .acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-admin-3-8 .acf-switch.-on{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on .acf-switch-slider{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on:hover{border-color:#007cba}.acf-switch-input{opacity:0;position:absolute;margin:0}.compat-item .acf-true-false .message{float:none;padding:0;vertical-align:middle}.acf-google-map{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-google-map .title{position:relative;border-bottom:#ccd0d4 solid 1px}.acf-google-map .title .search{margin:0;font-size:14px;line-height:30px;height:40px;padding:5px 10px;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-google-map .title .acf-loading{position:absolute;top:10px;right:11px;display:none}.acf-google-map .title .acf-icon:active{display:inline-block !important}.acf-google-map .canvas{height:400px}.acf-google-map:hover .title .acf-actions{display:block}.acf-google-map .title .acf-icon.-location{display:inline-block}.acf-google-map .title .acf-icon.-cancel,.acf-google-map .title .acf-icon.-search{display:none}.acf-google-map.-value .title .search{font-weight:bold}.acf-google-map.-value .title .acf-icon.-location{display:none}.acf-google-map.-value .title .acf-icon.-cancel{display:inline-block}.acf-google-map.-searching .title .acf-icon.-location{display:none}.acf-google-map.-searching .title .acf-icon.-cancel,.acf-google-map.-searching .title .acf-icon.-search{display:inline-block}.acf-google-map.-searching .title .acf-actions{display:block}.acf-google-map.-searching .title .search{font-weight:normal !important}.acf-google-map.-loading .title a{display:none !important}.acf-google-map.-loading .title i{display:inline-block}.pac-container{border-width:1px 0;box-shadow:none}.pac-container:after{display:none}.pac-container .pac-item:first-child{border-top:0 none}.pac-container .pac-item{padding:5px 10px;cursor:pointer}html[dir="rtl"] .pac-container .pac-item{text-align:right}.acf-relationship{background:#fff;border:#ccd0d4 solid 1px}.acf-relationship .filters{border-bottom:#ccd0d4 solid 1px;background:#fff}.acf-relationship .filters:after{display:block;clear:both;content:""}.acf-relationship .filters .filter{margin:0;padding:0;float:left;width:100%}.acf-relationship .filters .filter span{display:block;padding:7px 7px 7px 0}.acf-relationship .filters .filter:first-child span{padding-left:7px}.acf-relationship .filters .filter input,.acf-relationship .filters .filter select{height:28px;line-height:1;padding:2px;width:100%;margin:0;float:none}.acf-relationship .filters .filter input:focus,.acf-relationship .filters .filter input:active,.acf-relationship .filters .filter select:focus,.acf-relationship .filters .filter select:active{outline:none;box-shadow:none}.acf-relationship .filters .filter input{border-color:transparent;box-shadow:none}.acf-relationship .filters.-f2 .filter{width:50%}.acf-relationship .filters.-f3 .filter{width:25%}.acf-relationship .filters.-f3 .filter.-search{width:50%}.acf-relationship .list{margin:0;padding:5px;height:160px;overflow:auto}.acf-relationship .list .acf-rel-label,.acf-relationship .list .acf-rel-item,.acf-relationship .list p{padding:5px 7px;margin:0;display:block;position:relative;min-height:18px}.acf-relationship .list .acf-rel-label{font-weight:bold}.acf-relationship .list .acf-rel-item{cursor:pointer}.acf-relationship .list .acf-rel-item b{text-decoration:underline;font-weight:normal}.acf-relationship .list .acf-rel-item .thumbnail{background:#e0e0e0;width:22px;height:22px;float:left;margin:-2px 5px 0 0}.acf-relationship .list .acf-rel-item .thumbnail img{max-width:22px;max-height:22px;margin:0 auto;display:block}.acf-relationship .list .acf-rel-item .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item .thumbnail.-icon img{max-height:20px;margin-top:1px}.acf-relationship .list .acf-rel-item:hover{background:#3875D7;color:#fff}.acf-relationship .list .acf-rel-item:hover .thumbnail{background:#a2bfec}.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item.disabled{opacity:0.5}.acf-relationship .list .acf-rel-item.disabled:hover{background:transparent;color:#333;cursor:default}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail{background:#e0e0e0}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon{background:#fff}.acf-relationship .list ul{padding-bottom:5px}.acf-relationship .list ul .acf-rel-label,.acf-relationship .list ul .acf-rel-item,.acf-relationship .list ul p{padding-left:20px}.acf-relationship .selection{position:relative}.acf-relationship .selection:after{display:block;clear:both;content:""}.acf-relationship .selection .values,.acf-relationship .selection .choices{width:50%;background:#fff;float:left}.acf-relationship .selection .choices{background:#F9F9F9}.acf-relationship .selection .choices .list{border-right:#DFDFDF solid 1px}.acf-relationship .selection .values .acf-icon{position:absolute;top:4px;right:7px;display:none}html[dir="rtl"] .acf-relationship .selection .values .acf-icon{right:auto;left:7px}.acf-relationship .selection .values .acf-rel-item:hover .acf-icon{display:block}.acf-relationship .selection .values .acf-rel-item{cursor:move}.acf-relationship .selection .values .acf-rel-item b{text-decoration:none}.menu-item .acf-relationship ul{width:auto}.menu-item .acf-relationship li{display:block}.acf-editor-wrap.delay .acf-editor-toolbar{content:"";display:block;background:#f5f5f5;border-bottom:#dddddd solid 1px;color:#555d66;padding:10px}.acf-editor-wrap.delay .wp-editor-area{padding:10px;border:none;color:inherit !important}.acf-editor-wrap iframe{min-height:200px}.acf-editor-wrap .wp-editor-container{border:1px solid #ccd0d4;box-shadow:none !important}.acf-editor-wrap .wp-editor-tabs{box-sizing:content-box}.acf-editor-wrap .wp-switch-editor{border-color:#ccd0d4;border-bottom-color:transparent}#mce_fullscreen_container{z-index:900000 !important}.acf-field-tab{display:none !important}.hidden-by-tab{display:none !important}.acf-tab-wrap{clear:both;z-index:1}.acf-tab-group{border-bottom:#ccc solid 1px;padding:10px 10px 0}.acf-tab-group li{margin:0 0.5em 0 0}.acf-tab-group li a{padding:5px 10px;display:block;color:#555;font-size:14px;font-weight:600;line-height:24px;border:#ccc solid 1px;border-bottom:0 none;text-decoration:none;background:#e5e5e5;transition:none}.acf-tab-group li a:hover{background:#FFF}.acf-tab-group li a:focus{outline:none;box-shadow:none}.acf-tab-group li a:empty{display:none}html[dir="rtl"] .acf-tab-group li{margin:0 0 0 0.5em}.acf-tab-group li.active a{background:#F1F1F1;color:#000;padding-bottom:6px;margin-bottom:-1px;position:relative;z-index:1}.acf-fields>.acf-tab-wrap{background:#F9F9F9}.acf-fields>.acf-tab-wrap .acf-tab-group{position:relative;border-top:#ccd0d4 solid 1px;border-bottom:#ccd0d4 solid 1px;z-index:2;margin-bottom:-1px}.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1;border-color:#ccd0d4}.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#FFF}.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#FFFFFF}.acf-admin-3-8 .acf-fields>.acf-tab-wrap .acf-tab-group{border-color:#dfdfdf}.acf-fields>.acf-tab-wrap:first-child .acf-tab-group{border-top:none}.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:20%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:10px}}html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:0;padding-right:20%}@media screen and (max-width: 850px){html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-right:10px}}.acf-tab-wrap.-left .acf-tab-group{position:absolute;left:0;width:20%;border:0 none;padding:0 !important;margin:1px 0 0}.acf-tab-wrap.-left .acf-tab-group li{float:none;margin:-1px 0 0}.acf-tab-wrap.-left .acf-tab-group li a{border:1px solid #ededed;font-size:13px;line-height:18px;color:#0073aa;padding:10px;margin:0;font-weight:normal;border-width:1px 0;border-radius:0;background:transparent}.acf-tab-wrap.-left .acf-tab-group li a:hover{color:#00a0d2}.acf-tab-wrap.-left .acf-tab-group li.active a{border-color:#DFDFDF;color:#000;margin-right:-1px;background:#fff}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group{left:auto;right:0}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group li.active a{margin-right:0;margin-left:-1px}.acf-field+.acf-tab-wrap.-left:before{content:"";display:block;position:relative;z-index:1;height:10px;border-top:#DFDFDF solid 1px;border-bottom:#DFDFDF solid 1px;margin-bottom:-1px}.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a{border-top:none}.acf-fields.-sidebar{padding:0 0 0 20% !important;position:relative}.acf-fields.-sidebar:before{content:"";display:block;position:absolute;top:0;left:0;width:20%;bottom:0;border-right:#DFDFDF solid 1px;background:#F9F9F9;z-index:1}html[dir="rtl"] .acf-fields.-sidebar{padding:0 20% 0 0 !important}html[dir="rtl"] .acf-fields.-sidebar:before{border-left:#DFDFDF solid 1px;border-right-width:0;left:auto;right:0}.acf-fields.-sidebar.-left{padding:0 0 0 180px !important}html[dir="rtl"] .acf-fields.-sidebar.-left{padding:0 180px 0 0 !important}.acf-fields.-sidebar.-left:before{background:#F1F1F1;border-color:#dfdfdf;width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group{width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a{border-color:#e4e4e4}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#F9F9F9}.acf-fields.-sidebar>.acf-field-tab+.acf-field{border-top:none}.acf-fields.-clear>.acf-tab-wrap{background:transparent}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group{margin-top:0;border-top:none;padding-left:0;padding-right:0}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields.-sidebar{margin-left:0 !important}.acf-postbox.seamless>.acf-fields.-sidebar:before{background:transparent}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap{background:transparent;margin-bottom:10px;padding-left:12px;padding-right:12px}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group{border-top:0 none;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left:before{border-top:none;height:auto}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group{margin-bottom:0}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li a{border-width:1px 0 1px 1px !important;border-color:#cccccc;background:#e5e5e5}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#fff}.compat-item .acf-tab-wrap td{display:block}.acf-gallery-side .acf-tab-wrap{border-top:0 none !important}.acf-gallery-side .acf-tab-wrap .acf-tab-group{margin:10px 0 !important;padding:0 !important}.acf-gallery-side .acf-tab-group li.active a{background:#F9F9F9 !important}.widget .acf-tab-group{border-bottom-color:#e8e8e8}.widget .acf-tab-group li a{background:#F1F1F1}.widget .acf-tab-group li.active a{background:#fff}.media-modal.acf-expanded .compat-attachment-fields>tbody>tr.acf-tab-wrap .acf-tab-group{padding-left:23%;border-bottom-color:#DDDDDD}.form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 5px 0 210px}html[dir="rtl"] .form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 210px 0 5px}.acf-oembed{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-oembed .title{position:relative;border-bottom:#ccd0d4 solid 1px;padding:5px 10px}.acf-oembed .title .input-search{margin:0;font-size:14px;line-height:30px;height:30px;padding:0;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-oembed .title .acf-actions{padding:6px}.acf-oembed .canvas{position:relative;min-height:250px;background:#F9F9F9}.acf-oembed .canvas .canvas-media{position:relative;z-index:1}.acf-oembed .canvas iframe{display:block;margin:0;padding:0;width:100%}.acf-oembed .canvas .acf-icon.-picture{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:0;height:42px;width:42px;font-size:42px;color:#999}.acf-oembed .canvas .acf-loading-overlay{background:rgba(255,255,255,0.9)}.acf-oembed .canvas .canvas-error{position:absolute;top:50%;left:0%;right:0%;margin:-9px 0 0 0;text-align:center;display:none}.acf-oembed .canvas .canvas-error p{padding:8px;margin:0;display:inline}.acf-oembed.has-value .canvas{min-height:50px}.acf-oembed.has-value .input-search{font-weight:bold}.acf-oembed.has-value .title:hover .acf-actions{display:block}.acf-image-uploader{position:relative}.acf-image-uploader:after{display:block;clear:both;content:""}.acf-image-uploader p{margin:0}.acf-image-uploader .image-wrap{position:relative;float:left}.acf-image-uploader .image-wrap img{max-width:100%;width:auto;height:auto;display:block;min-width:30px;min-height:30px;background:#f1f1f1;margin:0;padding:0}.acf-image-uploader .image-wrap img[src$=".svg"]{min-height:100px;min-width:100px}.acf-image-uploader .image-wrap:hover .acf-actions{display:block}.acf-image-uploader input.button{width:auto}html[dir="rtl"] .acf-image-uploader .image-wrap{float:right}.acf-file-uploader{position:relative}.acf-file-uploader p{margin:0}.acf-file-uploader .file-wrap{border:#ccd0d4 solid 1px;min-height:84px;position:relative;background:#fff}.acf-file-uploader .file-icon{position:absolute;top:0;left:0;bottom:0;padding:10px;background:#F1F1F1;border-right:#d5d9dd solid 1px}.acf-file-uploader .file-icon img{display:block;padding:0;margin:0;max-width:48px}.acf-file-uploader .file-info{padding:10px;margin-left:69px}.acf-file-uploader .file-info p{margin:0 0 2px;font-size:13px;line-height:1.4em;word-break:break-all}.acf-file-uploader .file-info a{text-decoration:none}.acf-file-uploader:hover .acf-actions{display:block}html[dir="rtl"] .acf-file-uploader .file-icon{left:auto;right:0;border-left:#E5E5E5 solid 1px;border-right:none}html[dir="rtl"] .acf-file-uploader .file-info{margin-right:69px;margin-left:0}.acf-ui-datepicker .ui-datepicker{z-index:900000 !important}.acf-ui-datepicker .ui-datepicker .ui-widget-header a{cursor:pointer;transition:none}.acf-ui-datepicker .ui-state-highlight.ui-state-hover{border:1px solid #98b7e8 !important;background:#98b7e8 !important;font-weight:normal !important;color:#ffffff !important}.acf-ui-datepicker .ui-state-highlight.ui-state-active{border:1px solid #3875d7 !important;background:#3875d7 !important;font-weight:normal !important;color:#ffffff !important}.acf-field-separator .acf-label{margin-bottom:0}.acf-field-separator .acf-label label{font-weight:normal}.acf-field-separator .acf-input{display:none}.acf-fields>.acf-field-separator{background:#f9f9f9;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;margin-bottom:-1px;z-index:2}.acf-taxonomy-field{position:relative}.acf-taxonomy-field .categorychecklist-holder{border:#ccd0d4 solid 1px;border-radius:3px;max-height:200px;overflow:auto}.acf-taxonomy-field .acf-checkbox-list{margin:0;padding:10px}.acf-taxonomy-field .acf-checkbox-list ul.children{padding-left:18px}.acf-taxonomy-field:hover .acf-actions{display:block}.acf-taxonomy-field[data-ftype="select"] .acf-actions{padding:0;margin:-9px}.acf-range-wrap .acf-append,.acf-range-wrap .acf-prepend{display:inline-block;vertical-align:middle;line-height:28px;margin:0 7px 0 0}.acf-range-wrap .acf-append{margin:0 0 0 7px}.acf-range-wrap input[type="range"]{display:inline-block;padding:0;margin:0;vertical-align:middle;height:28px}.acf-range-wrap input[type="range"]:focus{outline:none}.acf-range-wrap input[type="number"]{display:inline-block;min-width:3em;margin-left:10px;vertical-align:middle}html[dir="rtl"] .acf-range-wrap input[type="number"]{margin-right:10px;margin-left:0}html[dir="rtl"] .acf-range-wrap .acf-append{margin:0 7px 0 0}html[dir="rtl"] .acf-range-wrap .acf-prepend{margin:0 0 0 7px}.acf-accordion{margin:-1px 0;padding:0;background:#fff;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd;z-index:1}.acf-accordion .acf-accordion-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title:hover{background:#f3f4f5}.acf-accordion .acf-accordion-title label{margin:0;padding:0;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title p{font-weight:normal}.acf-accordion .acf-accordion-title .acf-accordion-icon{float:right}.acf-accordion .acf-accordion-title svg.acf-accordion-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#191e23;fill:currentColor}.acf-accordion .acf-accordion-content{margin:0;padding:0 12px 12px;display:none}.acf-accordion.-open>.acf-accordion-content{display:block}.acf-field.acf-accordion{margin:-1px 0;padding:0 !important;border-color:#d5d9dd}.acf-field.acf-accordion .acf-label.acf-accordion-title{padding:12px;width:auto;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content{padding:0;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields{border-top:#eee solid 1px}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields.-clear{padding:0 12px 15px}.acf-fields.-left>.acf-field.acf-accordion:before{display:none}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-title{width:auto;margin:0 !important;padding:12px;float:none !important}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-content{padding:0 !important}.acf-fields.-clear>.acf-field.acf-accordion{border:#cccccc solid 1px;background:transparent}.acf-fields.-clear>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-16px}tr.acf-field.acf-accordion{background:transparent}tr.acf-field.acf-accordion>.acf-input{padding:0 !important;border:#cccccc solid 1px}tr.acf-field.acf-accordion .acf-accordion-content{padding:0 12px 12px}#addtag div.acf-field.error{border:0 none;padding:8px 0}#addtag>.acf-field.acf-accordion{padding-right:0;margin-right:5%}#addtag>.acf-field.acf-accordion+p.submit{margin-top:0}tr.acf-accordion{margin:15px 0 !important}tr.acf-accordion+tr.acf-accordion{margin-top:-16px !important}.acf-postbox.seamless>.acf-fields>.acf-accordion{margin-left:12px;margin-right:12px;border:#ccd0d4 solid 1px}.widget .widget-content>.acf-field.acf-accordion{border:#dfdfdf solid 1px;margin-bottom:10px}.widget .widget-content>.acf-field.acf-accordion .acf-accordion-title{margin-bottom:0}.widget .widget-content>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-11px}.media-modal .compat-attachment-fields .acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-1px}.media-modal .compat-attachment-fields .acf-field.acf-accordion>.acf-input{width:100%}.media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields>tbody>tr>td{padding-bottom:5px}.form-table>tbody>.acf-field>.acf-label{padding:20px 10px 20px 0;width:210px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-label{padding:20px 0 20px 10px}.form-table>tbody>.acf-field>.acf-label label{font-size:14px;color:#23282d}.form-table>tbody>.acf-field>.acf-input{padding:15px 10px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-input{padding:15px 10px 15px 5%}.form-table>tbody>.acf-tab-wrap td{padding:15px 5% 15px 0}html[dir="rtl"] .form-table>tbody>.acf-tab-wrap td{padding:15px 0 15px 5%}.form-table>tbody .form-table th.acf-th{width:auto}#your-profile .acf-field input[type="text"],#your-profile .acf-field input[type="password"],#your-profile .acf-field input[type="number"],#your-profile .acf-field input[type="search"],#your-profile .acf-field input[type="email"],#your-profile .acf-field input[type="url"],#your-profile .acf-field select,#createuser .acf-field input[type="text"],#createuser .acf-field input[type="password"],#createuser .acf-field input[type="number"],#createuser .acf-field input[type="search"],#createuser .acf-field input[type="email"],#createuser .acf-field input[type="url"],#createuser .acf-field select{max-width:25em}#your-profile .acf-field textarea,#createuser .acf-field textarea{max-width:500px}#your-profile .acf-field .acf-field input[type="text"],#your-profile .acf-field .acf-field input[type="password"],#your-profile .acf-field .acf-field input[type="number"],#your-profile .acf-field .acf-field input[type="search"],#your-profile .acf-field .acf-field input[type="email"],#your-profile .acf-field .acf-field input[type="url"],#your-profile .acf-field .acf-field textarea,#your-profile .acf-field .acf-field select,#createuser .acf-field .acf-field input[type="text"],#createuser .acf-field .acf-field input[type="password"],#createuser .acf-field .acf-field input[type="number"],#createuser .acf-field .acf-field input[type="search"],#createuser .acf-field .acf-field input[type="email"],#createuser .acf-field .acf-field input[type="url"],#createuser .acf-field .acf-field textarea,#createuser .acf-field .acf-field select{max-width:none}#registerform h2{margin:1em 0}#registerform .acf-field{margin-top:0}#registerform .acf-field .acf-label{margin-bottom:0}#registerform .acf-field .acf-label label{font-weight:normal;line-height:1.5}#registerform p.submit{text-align:right}#acf-term-fields{padding-right:5%}#acf-term-fields>.acf-field>.acf-label{margin:0}#acf-term-fields>.acf-field>.acf-label label{font-size:12px;font-weight:normal}p.submit .spinner,p.submit .acf-spinner{vertical-align:top;float:none;margin:4px 4px 0}#edittag .acf-fields.-left>.acf-field{padding-left:220px}#edittag .acf-fields.-left>.acf-field:before{width:209px}#edittag .acf-fields.-left>.acf-field>.acf-label{width:220px;margin-left:-220px;padding:0 10px}#edittag .acf-fields.-left>.acf-field>.acf-input{padding:0}#edittag>.acf-fields.-left{width:96%}#edittag>.acf-fields.-left>.acf-field>.acf-label{padding-left:0}.editcomment td:first-child{white-space:nowrap;width:131px}#widgets-right .widget .acf-field .description{padding-left:0;padding-right:0}.acf-widget-fields>.acf-field .acf-label{margin-bottom:5px}.acf-widget-fields>.acf-field .acf-label label{font-weight:normal;margin:0}.acf-menu-settings{border-top:1px solid #eee;margin-top:2em}.acf-menu-settings.-seamless{border-top:none;margin-top:15px}.acf-menu-settings.-seamless>h2{display:none}.acf-menu-settings .list li{display:block;margin-bottom:0}.acf-menu-item-fields{margin-right:10px;float:left}#post .compat-attachment-fields .compat-field-acf-form-data{display:none}#post .compat-attachment-fields,#post .compat-attachment-fields>tbody,#post .compat-attachment-fields>tbody>tr,#post .compat-attachment-fields>tbody>tr>th,#post .compat-attachment-fields>tbody>tr>td{display:block}#post .compat-attachment-fields>tbody>.acf-field{margin:15px 0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label{margin:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label{margin:0;padding:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label p{margin:0 0 3px !important}#post .compat-attachment-fields>tbody>.acf-field>.acf-input{margin:0}.media-modal .compat-attachment-fields td.acf-input table{display:table;table-layout:auto}.media-modal .compat-attachment-fields td.acf-input table tbody{display:table-row-group}.media-modal .compat-attachment-fields td.acf-input table tr{display:table-row}.media-modal .compat-attachment-fields td.acf-input table td,.media-modal .compat-attachment-fields td.acf-input table th{display:table-cell}.media-modal .compat-attachment-fields>tbody>.acf-field{margin:5px 0}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:30%;margin:0;padding:0;float:left;text-align:right;display:block;float:left}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label>label{padding-top:6px;margin:0;color:#666666;font-weight:400;line-height:16px}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{width:65%;margin:0;padding:0;float:right;display:block}.media-modal .compat-attachment-fields>tbody>.acf-field p.description{margin:0}.acf-selection-error{background:#ffebe8;border:1px solid #c00;border-radius:3px;padding:8px;margin:20px 0 0}.acf-selection-error .selection-error-label{background:#CC0000;border-radius:3px;color:#fff;font-weight:bold;margin-right:8px;padding:2px 4px}.acf-selection-error .selection-error-message{color:#b44;display:block;padding-top:8px;word-wrap:break-word;white-space:pre-wrap}.media-modal .attachment.acf-disabled .thumbnail{opacity:0.25 !important}.media-modal .attachment.acf-disabled .attachment-preview:before{background:rgba(0,0,0,0.15);z-index:1;position:relative}.media-modal .compat-field-acf-form-data,.media-modal .compat-field-acf-blank{display:none !important}.media-modal .upload-error-message{white-space:pre-wrap}.media-modal .acf-required{padding:0 !important;margin:0 !important;float:none !important;color:#f00 !important}.media-modal .media-sidebar .compat-item{padding-bottom:20px}@media (max-width: 900px){.media-modal .setting span,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{width:98%;float:none;text-align:left;min-height:0;padding:0}.media-modal .setting input,.media-modal .setting textarea,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{float:none;height:auto;max-width:none;width:98%}}.media-modal .acf-expand-details{float:right;padding:1px 10px;margin-right:6px;height:18px;line-height:18px;color:#AAAAAA;font-size:12px}.media-modal .acf-expand-details:focus,.media-modal .acf-expand-details:active{outline:0 none;box-shadow:none;color:#AAAAAA}.media-modal .acf-expand-details:hover{color:#666666 !important}.media-modal .acf-expand-details span{display:block;float:left}.media-modal .acf-expand-details .acf-icon{margin:0 4px 0 0}.media-modal .acf-expand-details:hover .acf-icon{border-color:#AAAAAA}.media-modal .acf-expand-details .is-open{display:none}.media-modal .acf-expand-details .is-closed{display:block}@media (max-width: 640px){.media-modal .acf-expand-details{display:none}}.media-modal.acf-expanded .acf-expand-details .is-open{display:block}.media-modal.acf-expanded .acf-expand-details .is-closed{display:none}.media-modal.acf-expanded .attachments-browser .media-toolbar,.media-modal.acf-expanded .attachments-browser .attachments{right:740px}.media-modal.acf-expanded .media-sidebar{width:708px}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{float:left;max-height:none}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img{max-width:100%;max-height:200px}.media-modal.acf-expanded .media-sidebar .attachment-info .details{float:right}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-details .setting .name,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:20%;margin-right:0}.media-modal.acf-expanded .media-sidebar .attachment-info .details,.media-modal.acf-expanded .media-sidebar .attachment-details .setting input,.media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea,.media-modal.acf-expanded .media-sidebar .attachment-details .setting+.description,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-input{min-width:77%}@media (max-width: 900px){.media-modal.acf-expanded .attachments-browser .media-toolbar{display:none}.media-modal.acf-expanded .attachments{display:none}.media-modal.acf-expanded .media-sidebar{width:auto;max-width:none !important;bottom:0 !important}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{min-width:0;max-width:none;width:30%}.media-modal.acf-expanded .media-sidebar .attachment-info .details{min-width:0;max-width:none;width:67%}}@media (max-width: 640px){.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-info .details{width:100%}}.acf-media-modal .media-embed .setting.align,.acf-media-modal .media-embed .setting.link-to{display:none}.acf-media-modal.-edit{left:15%;right:15%;top:100px;bottom:100px}.acf-media-modal.-edit .media-frame-menu,.acf-media-modal.-edit .media-frame-router,.acf-media-modal.-edit .media-frame-content .attachments,.acf-media-modal.-edit .media-frame-content .media-toolbar{display:none}.acf-media-modal.-edit .media-frame-title,.acf-media-modal.-edit .media-frame-content,.acf-media-modal.-edit .media-frame-toolbar,.acf-media-modal.-edit .media-sidebar{width:auto;left:0;right:0}.acf-media-modal.-edit .media-frame-content{top:50px}.acf-media-modal.-edit .media-frame-title{border-bottom:1px solid #DFDFDF;box-shadow:0 4px 4px -4px rgba(0,0,0,0.1)}.acf-media-modal.-edit .media-sidebar{padding:0 16px}.acf-media-modal.-edit .media-sidebar .attachment-details{overflow:visible}.acf-media-modal.-edit .media-sidebar .attachment-details>h3,.acf-media-modal.-edit .media-sidebar .attachment-details>h2{display:none}.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info{background:#fff;border-bottom:#dddddd solid 1px;padding:16px;margin:0 -16px 16px}.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail{margin:0 16px 0 0}.acf-media-modal.-edit .media-sidebar .attachment-details .setting{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .attachment-details .setting span{margin:0}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field p.description{margin-top:3px}.acf-media-modal.-edit .media-sidebar .media-types-required-info{display:none}@media (max-width: 900px){.acf-media-modal.-edit{top:30px;right:30px;bottom:30px;left:30px}}@media (max-width: 640px){.acf-media-modal.-edit{top:0;right:0;bottom:0;left:0}}@media (max-width: 480px){.acf-media-modal.-edit .media-frame-content{top:40px}}.acf-temp-remove{position:relative;opacity:1;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;overflow:hidden}.acf-temp-remove:after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.hidden-by-conditional-logic{display:none !important}.hidden-by-conditional-logic.appear-empty{display:table-cell !important}.hidden-by-conditional-logic.appear-empty .acf-input{display:none !important}.acf-postbox.acf-hidden{display:none !important}#editor .edit-post-layout__metaboxes{padding:0}#editor .postbox{color:#444}#editor .postbox .handlediv{color:#191e23 !important;height:46px;width:auto;padding:0 14px 0 5px;position:relative;z-index:2}#editor .postbox .hndle{color:#191e23 !important;font-size:13px;line-height:normal;padding:15px}#editor .postbox .hndle:hover{background:#f2f4f5}#editor .postbox .hndle .acf-hndle-cog{line-height:16px}#editor .postbox .handlediv .toggle-indicator{color:inherit}#editor .postbox .handlediv .toggle-indicator:before{content:"\f343";font-size:18px;width:auto}#editor .postbox.closed .handlediv .toggle-indicator:before{content:"\f347"}
assets/js/acf-input.js CHANGED
@@ -1946,6 +1946,23 @@
1946
  return acf.isget( json, 'data', 'error' );
1947
  };
1948
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1949
 
1950
  /**
1951
  * acf.renderSelect
@@ -5481,21 +5498,27 @@
5481
 
5482
  iconHtml: function( props ){
5483
 
5484
- // Determine icon.
5485
- //if( acf.isGutenberg() ) {
5486
- // var icon = props.open ? 'arrow-up-alt2' : 'arrow-down-alt2';
5487
- //} else {
5488
- var icon = props.open ? 'arrow-down' : 'arrow-right';
5489
- //}
5490
-
5491
- // Return HTML.
5492
- return '<i class="acf-accordion-icon dashicons dashicons-' + icon + '"></i>';
 
 
 
 
 
5493
  },
5494
 
5495
  open: function( $el ){
 
5496
 
5497
  // open
5498
- $el.find('.acf-accordion-content:first').slideDown().css('display', 'block');
5499
  $el.find('.acf-accordion-icon:first').replaceWith( this.iconHtml({ open: true }) );
5500
  $el.addClass('-open');
5501
 
@@ -5511,9 +5534,10 @@
5511
  },
5512
 
5513
  close: function( $el ){
 
5514
 
5515
  // close
5516
- $el.find('.acf-accordion-content:first').slideUp();
5517
  $el.find('.acf-accordion-icon:first').replaceWith( this.iconHtml({ open: false }) );
5518
  $el.removeClass('-open');
5519
 
@@ -11130,21 +11154,17 @@
11130
  // success
11131
  var onSuccess = function( json ){
11132
 
11133
- // Check success.
11134
- if( acf.isAjaxSuccess(json) ) {
11135
-
11136
- // Render post screen.
11137
- if( acf.get('screen') == 'post' ) {
11138
- this.renderPostScreen( json.data );
11139
-
11140
- // Render user screen.
11141
- } else if( acf.get('screen') == 'user' ) {
11142
- this.renderUserScreen( json.data );
11143
- }
11144
  }
11145
 
11146
  // action
11147
- acf.doAction('check_screen_complete', json.data, ajaxData);
11148
  };
11149
 
11150
  // ajax
@@ -13550,7 +13570,7 @@
13550
  // add error to validator
13551
  getValidator( $form ).addError({
13552
  input: $el.attr('name'),
13553
- message: e.target.validationMessage
13554
  });
13555
 
13556
  // trigger submit on $form
1946
  return acf.isget( json, 'data', 'error' );
1947
  };
1948
 
1949
+ /**
1950
+ * Returns the error message from an XHR object.
1951
+ *
1952
+ * @date 17/3/20
1953
+ * @since 5.8.9
1954
+ *
1955
+ * @param object xhr The XHR object.
1956
+ * @return (string)
1957
+ */
1958
+ acf.getXhrError = function( xhr ){
1959
+ if( xhr.responseJSON && xhr.responseJSON.message ) {
1960
+ return xhr.responseJSON.message;
1961
+ } else if( xhr.statusText ) {
1962
+ return xhr.statusText;
1963
+ }
1964
+ return "";
1965
+ };
1966
 
1967
  /**
1968
  * acf.renderSelect
5498
 
5499
  iconHtml: function( props ){
5500
 
5501
+ // Use SVG inside Gutenberg editor.
5502
+ if( acf.isGutenberg() ) {
5503
+ if( props.open ) {
5504
+ return '<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M12,8l-6,6l1.41,1.41L12,10.83l4.59,4.58L18,14L12,8z"></path></g></svg>';
5505
+ } else {
5506
+ return '<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg>';
5507
+ }
5508
+ } else {
5509
+ if( props.open ) {
5510
+ return '<i class="acf-accordion-icon dashicons dashicons-arrow-down"></i>';
5511
+ } else {
5512
+ return '<i class="acf-accordion-icon dashicons dashicons-arrow-right"></i>';
5513
+ }
5514
+ }
5515
  },
5516
 
5517
  open: function( $el ){
5518
+ var duration = acf.isGutenberg() ? 0 : 300;
5519
 
5520
  // open
5521
+ $el.find('.acf-accordion-content:first').slideDown( duration ).css('display', 'block');
5522
  $el.find('.acf-accordion-icon:first').replaceWith( this.iconHtml({ open: true }) );
5523
  $el.addClass('-open');
5524
 
5534
  },
5535
 
5536
  close: function( $el ){
5537
+ var duration = acf.isGutenberg() ? 0 : 300;
5538
 
5539
  // close
5540
+ $el.find('.acf-accordion-content:first').slideUp( duration );
5541
  $el.find('.acf-accordion-icon:first').replaceWith( this.iconHtml({ open: false }) );
5542
  $el.removeClass('-open');
5543
 
11154
  // success
11155
  var onSuccess = function( json ){
11156
 
11157
+ // Render post screen.
11158
+ if( acf.get('screen') == 'post' ) {
11159
+ this.renderPostScreen( json );
11160
+
11161
+ // Render user screen.
11162
+ } else if( acf.get('screen') == 'user' ) {
11163
+ this.renderUserScreen( json );
 
 
 
 
11164
  }
11165
 
11166
  // action
11167
+ acf.doAction('check_screen_complete', json, ajaxData);
11168
  };
11169
 
11170
  // ajax
13570
  // add error to validator
13571
  getValidator( $form ).addError({
13572
  input: $el.attr('name'),
13573
+ message: acf.strEscape( e.target.validationMessage )
13574
  });
13575
 
13576
  // trigger submit on $form
assets/js/acf-input.min.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(t,e){var i={};window.acf=i,i.data={},i.get=function(t){return this.data[t]||null},i.has=function(t){return null!==this.get(t)},i.set=function(t,e){return this.data[t]=e,this};var n=0;i.uniqueId=function(t){var e=++n+"";return t?t+e:e},i.uniqueArray=function(t){function e(t,e,i){return i.indexOf(t)===e}return t.filter(e)};var a="";i.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},i.strReplace=function(t,e,i){return i.split(t).join(e)},i.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()}))},i.strPascalCase=function(t){var e=i.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},i.strSlugify=function(t){return i.strReplace("_","-",t.toLowerCase())},i.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 void 0!==e[t]?e[t]:t};return t=(t=t.replace(i,n)).toLowerCase()},i.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},i.decode=function(e){return t("<textarea/>").html(e).text()},i.strEscape=function(e){return t("<div>").text(e).html()},i.parseArgs=function(e,i){return"object"!=typeof e&&(e={}),"object"!=typeof i&&(i={}),t.extend({},i,e)},null==window.acfL10n&&(acfL10n={}),i.__=function(t){return acfL10n[t]||t},i._x=function(t,e){return acfL10n[t+"."+e]||acfL10n[t]||t},i._n=function(t,e,n){return 1==n?i.__(t):i.__(e)},i.isArray=function(t){return Array.isArray(t)},i.isObject=function(t){return"object"==typeof t};var r=function(t,e,n){var a=(e=e.replace("[]","[%%index%%]")).match(/([^\[\]])+/g);if(a)for(var r=a.length,o=t,s=0;s<r;s++){var c=String(a[s]);s==r-1?"%%index%%"===c?o.push(n):o[c]=n:("%%index%%"===a[s+1]?i.isArray(o[c])||(o[c]=[]):i.isObject(o[c])||(o[c]={}),o=o[c])}};i.serialize=function(t,e){var n={},a=i.serializeArray(t);void 0!==e&&(a=a.filter((function(t){return 0===t.name.indexOf(e)})).map((function(t){return t.name=t.name.slice(e.length),t})));for(var o=0;o<a.length;o++)r(n,a[o].name,a[o].value);return n},i.serializeArray=function(t){return t.find("select, textarea, input").serializeArray()},i.serializeForAjax=function(t){var e={},n;return i.serializeArray(t).map((function(t){"[]"===t.name.slice(-2)?(e[t.name]=e[t.name]||[],e[t.name].push(t.value)):e[t.name]=t.value})),e},i.addAction=function(t,e,n,a){return i.hooks.addAction.apply(this,arguments),this},i.removeAction=function(t,e){return i.hooks.removeAction.apply(this,arguments),this};var o={};i.doAction=function(t){return o[t]=1,i.hooks.doAction.apply(this,arguments),o[t]=0,this},i.doingAction=function(t){return 1===o[t]},i.didAction=function(t){return void 0!==o[t]},i.currentAction=function(){for(var t in o)if(o[t])return t;return!1},i.addFilter=function(t){return i.hooks.addFilter.apply(this,arguments),this},i.removeFilter=function(t){return i.hooks.removeFilter.apply(this,arguments),this},i.applyFilters=function(t){return i.hooks.applyFilters.apply(this,arguments)},i.arrayArgs=function(t){return Array.prototype.slice.call(t)};try{var s=JSON.parse(localStorage.getItem("acf"))||{}}catch(t){var s={}}var c=function(t){return"this."===t.substr(0,5)&&(t=t.substr(5)+"-"+i.get("post_id")),t};i.getPreference=function(t){return t=c(t),s[t]||null},i.setPreference=function(t,e){t=c(t),null===e?delete s[t]:s[t]=e,localStorage.setItem("acf",JSON.stringify(s))},i.removePreference=function(t){i.setPreference(t,null)},i.remove=function(t){t instanceof jQuery&&(t={target:t}),t=i.parseArgs(t,{target:!1,endHeight:0,complete:function(){}}),i.doAction("remove",t.target),t.target.is("tr")?u(t):l(t)};var l=function(t){var e=t.target,i=e.height(),n=e.width(),a=e.css("margin"),r=e.outerHeight(!0),o=e.attr("style")+"";e.wrap('<div class="acf-temp-remove" style="height:'+r+'px"></div>');var s=e.parent();e.css({height:i,width:n,margin:a,position:"absolute"}),setTimeout((function(){s.css({opacity:0,height:t.endHeight})}),50),setTimeout((function(){e.attr("style",o),s.remove(),t.complete()}),301)},u=function(e){var i=e.target,n=i.height(),a=i.children().length,r=t('<td class="acf-temp-remove" style="padding:0; height:'+n+'px" colspan="'+a+'"></td>');i.addClass("acf-remove-element"),setTimeout((function(){i.html(r)}),251),setTimeout((function(){i.removeClass("acf-remove-element"),r.css({height:e.endHeight})}),300),setTimeout((function(){i.remove(),e.complete()}),451)};i.duplicate=function(t){t instanceof jQuery&&(t={target:t});var e=0;(t=i.parseArgs(t,{target:!1,search:"",replace:"",before:function(t){},after:function(t,e){},append:function(t,i){t.after(i),e=1}})).target=t.target||t.$el;var n=t.target;t.search=t.search||n.attr("data-id"),t.replace=t.replace||i.uniqid(),t.before(n),i.doAction("before_duplicate",n);var a=n.clone();return i.rename({target:a,search:t.search,replace:t.replace}),a.removeClass("acf-clone"),a.find(".ui-sortable").removeClass("ui-sortable"),t.after(n,a),i.doAction("after_duplicate",n,a),t.append(n,a),i.doAction("duplicate",n,a),i.doAction("append",a),a},i.rename=function(t){t instanceof jQuery&&(t={target:t});var e=(t=i.parseArgs(t,{target:!1,destructive:!1,search:"",replace:""})).target,n=t.search||e.attr("data-id"),a=t.replace||i.uniqid("acf"),r=function(t,e){return e.replace(n,a)};if(t.destructive){var o=e.outerHTML();o=i.strReplace(n,a,o),e.replaceWith(o)}else e.attr("data-id",a),e.find('[id*="'+n+'"]').attr("id",r),e.find('[for*="'+n+'"]').attr("for",r),e.find('[name*="'+n+'"]').attr("name",r);return e},i.prepareForAjax=function(t){return t.nonce=i.get("nonce"),t.post_id=i.get("post_id"),i.has("language")&&(t.lang=i.get("language")),t=i.applyFilters("prepare_for_ajax",t)},i.startButtonLoading=function(t){t.prop("disabled",!0),t.after(' <i class="acf-loading"></i>')},i.stopButtonLoading=function(t){t.prop("disabled",!1),t.next(".acf-loading").remove()},i.showLoading=function(t){t.append('<div class="acf-loading-overlay"><i class="acf-loading"></i></div>')},i.hideLoading=function(t){t.children(".acf-loading-overlay").remove()},i.updateUserSetting=function(e,n){var a={action:"acf/ajax/user_setting",name:e,value:n};t.ajax({url:i.get("ajaxurl"),data:i.prepareForAjax(a),type:"post",dataType:"html"})},i.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))},i.show=function(t,e){return e&&i.unlock(t,"hidden",e),!i.isLocked(t,"hidden")&&(!!t.hasClass("acf-hidden")&&(t.removeClass("acf-hidden"),!0))},i.hide=function(t,e){return e&&i.lock(t,"hidden",e),!t.hasClass("acf-hidden")&&(t.addClass("acf-hidden"),!0)},i.isHidden=function(t){return t.hasClass("acf-hidden")},i.isVisible=function(t){return!i.isHidden(t)};var d=function(t,e){return!t.hasClass("acf-disabled")&&(e&&i.unlock(t,"disabled",e),!i.isLocked(t,"disabled")&&(!!t.prop("disabled")&&(t.prop("disabled",!1),!0)))};i.enable=function(e,i){if(e.attr("name"))return d(e,i);var n=!1;return e.find("[name]").each((function(){var e;d(t(this),i)&&(n=!0)})),n};var f=function(t,e){return e&&i.lock(t,"disabled",e),!t.prop("disabled")&&(t.prop("disabled",!0),!0)};i.disable=function(e,i){if(e.attr("name"))return f(e,i);var n=!1;return e.find("[name]").each((function(){var e;f(t(this),i)&&(n=!0)})),n},i.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},i.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},i.getFileInputData=function(t,e){var n=t.val();if(!n)return!1;var a={url:n},r=i.isget(t[0],"files",0);if(r)if(a.size=r.size,a.type=r.type,r.type.indexOf("image")>-1){var o=window.URL||window.webkitURL,s=new Image;s.onload=function(){a.width=this.width,a.height=this.height,e(a)},s.src=o.createObjectURL(r)}else e(a);else e(a)},i.isAjaxSuccess=function(t){return t&&t.success},i.getAjaxMessage=function(t){return i.isget(t,"data","message")},i.getAjaxError=function(t){return i.isget(t,"data","error")},i.renderSelect=function(t,e){var n=t.val(),a=[],r=function(t){var e="";return t.map((function(t){var n=t.text||t.label||"",o=t.id||t.value||"";a.push(o),t.children?e+='<optgroup label="'+i.strEscape(n)+'">'+r(t.children)+"</optgroup>":e+='<option value="'+o+'"'+(t.disabled?' disabled="disabled"':"")+">"+i.strEscape(n)+"</option>"})),e};return t.html(r(e)),a.indexOf(n)>-1&&t.val(n),t.val()};var h=function(t,e){return t.data("acf-lock-"+e)||[]},p=function(t,e,i){t.data("acf-lock-"+e,i)},g,m,v,y,b,_;i.lock=function(t,e,i){var n=h(t,e),a;n.indexOf(i)<0&&(n.push(i),p(t,e,n))},i.unlock=function(t,e,i){var n=h(t,e),a=n.indexOf(i);return a>-1&&(n.splice(a,1),p(t,e,n)),0===n.length},i.isLocked=function(t,e){return h(t,e).length>0},i.isGutenberg=function(){return window.wp&&wp.data&&wp.data.select&&wp.data.select("core/editor")},i.objectToArray=function(t){return Object.keys(t).map((function(e){return t[e]}))},i.debounce=function(t,e){var i;return function(){var n=this,a=arguments,r=function(){t.apply(n,a)};clearTimeout(i),i=setTimeout(r,e)}},i.throttle=function(t,e){var i=!1;return function(){i||(i=!0,setTimeout((function(){i=!1}),e),t.apply(this,arguments))}},i.isInView=function(t){var e=t.getBoundingClientRect();return e.top!==e.bottom&&e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)},i.onceInView=(g=[],m=0,v=function(){g.forEach((function(t){i.isInView(t.el)&&(t.callback.apply(this),_(t.id))}))},y=i.debounce(v,300),b=function(e,i){g.length||t(window).on("scroll resize",y).on("acfrefresh orientationchange",v),g.push({id:m++,el:e,callback:i})},_=function(e){(g=g.filter((function(t){return t.id!==e}))).length||t(window).off("scroll resize",y).off("acfrefresh orientationchange",v)},function(t,e){t instanceof jQuery&&(t=t[0]),i.isInView(t)?e.apply(this):b(t,e)}),i.once=function(t){var e=0;return function(){return e++>0?t=void 0:t.apply(this,arguments)}},t.fn.exists=function(){return t(this).length>0},t.fn.outerHTML=function(){return t(this).get(0).outerHTML},Array.prototype.indexOf||(Array.prototype.indexOf=function(e){return t.inArray(e,this)}),t(document).ready((function(){i.doAction("ready")})),t(window).on("load",(function(){i.doAction("load")})),t(window).on("beforeunload",(function(){i.doAction("unload")})),t(window).on("resize",(function(){i.doAction("resize")})),t(document).on("sortstart",(function(t,e){i.doAction("sortstart",e.item,e.placeholder)})),t(document).on("sortstop",(function(t,e){i.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&&s("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 o(t,e){return"string"==typeof t&&s("filters",t,e),d}function s(t,e,i,n){if(f[t][e])if(i){var a=f[t][e],r;if(n)for(r=a.length;r--;){var o=a[r];o.callback===i&&o.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},o=f[t][e];o?(o.push(r),o=l(o)):o=[r],f[t][e]=o}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:o,applyFilters:r,addFilter:a,removeAction:n,doAction:i,addAction:e,storage:t},f={actions:{},filters:{}};return d};acf.hooks=new i}(window),function(t,e){var i=/^(\S+)\s*(.*)$/,n=function(e){var i=this,n;return n=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return i.apply(this,arguments)},t.extend(n,i),n.prototype=Object.create(i.prototype),t.extend(n.prototype,e),n.prototype.constructor=n,n},a=acf.Model=function(){this.cid=acf.uniqueId("acf"),this.data=t.extend(!0,{},this.data),this.setup.apply(this,arguments),this.$el&&!this.$el.data("acf")&&this.$el.data("acf",this);var e=function(){this.initialize(),this.addEvents(),this.addActions(),this.addFilters()};this.wait&&!acf.didAction(this.wait)?this.addAction(this.wait,e):e.apply(this)};t.extend(a.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:(this.data[t]=e,i||(this.changed=!0,this.trigger("changed:"+t,[e,n]),this.trigger("changed",[t,e,n])),this)},inherit:function(e){return e instanceof jQuery&&(e=e.data()),t.extend(this.data,e),this},prop:function(){return this.$el.prop.apply(this.$el,arguments)},setup:function(e){t.extend(this,e)},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 n=e.match(i);this.on(n[1],n[2],t[e])}},removeEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var n=e.match(i);this.off(n[1],n[2],t[e])}},getEventTarget:function(e,i){return e||this.$el||t(document)},validateEvent:function(e){return!this.eventScope||t(e.target).closest(this.eventScope).is(this.$el)},proxyEvent:function(e){return this.proxy((function(i){if(this.validateEvent(i)){var n=acf.arrayArgs(arguments),a=n.slice(1),r=[i,t(i.currentTarget)].concat(a);e.apply(this,r)}}))},on:function(t,e,i,n){var a,r,o,s,c;t instanceof jQuery?n?(a=t,r=e,o=i,s=n):(a=t,r=e,s=i):i?(r=t,o=e,s=i):(r=t,s=e),a=this.getEventTarget(a),"string"==typeof s&&(s=this.proxyEvent(this[s])),r=r+"."+this.cid,c=o?[r,o,s]:[r,s],a.on.apply(a,c)},off:function(t,e,i){var n,a,r,o;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,o=r?[a,r]:[a],n.off.apply(n,o)},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(e){return t.proxy(e,this)}}),a.extend=n,acf.models={},acf.getInstance=function(t){return t.data("acf")},acf.getInstances=function(e){var i=[];return e.each((function(){i.push(acf.getInstance(t(this)))})),i}}(jQuery),function(t,e){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(e){t.extend(this.data,e),this.$el=t(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(){t("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",validation_success:"stopListening"},events:{"change form .acf-field":"startListening","submit form":"stopListening"},enable:function(){this.active=!0},disable:function(){this.active=!1},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(t,e){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(e){t.extend(this.data,e),this.$el=t(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(e){t.extend(this.data,e),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 e=t(".acf-admin-notice");e.length&&t("h1:first").after(e)}})}(jQuery),function(t,e){var i=new acf.Model({wait:"prepare",priority:1,initialize:function(){(acf.get("postboxes")||[]).map(acf.newPostbox)}});acf.getPostbox=function(e){return"string"==typeof e&&(e=t("#"+e)),acf.getInstance(e)},acf.getPostboxes=function(){return acf.getInstances(t(".acf-postbox"))},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",edit:""},setup:function(e){e.editLink&&(e.edit=e.editLink),t.extend(this.data,e),this.$el=this.$postbox()},$postbox:function(){return t("#"+this.get("id"))},$hide:function(){return t("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.$el.hasClass("acf-hidden")},initialize:function(){if(this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js"),"block"!==acf.get("editor")){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.show()},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden"),acf.doAction("show_postbox",this)},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.enable(),this.show()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden"),acf.doAction("hide_postbox",this)},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.disable(),this.hide()},html:function(t){this.$inside().html(t),acf.doAction("append",this.$el)}})}(jQuery),function(t,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),void 0!==t.confirmRemove?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new n(t)):void 0!==t.confirm?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(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var e=this.get("timeout");e&&setTimeout(t.proxy(this.fade,this),e)},update:function(e){t.extend(this.data,e),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){t("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 e=this.$el,i=this.get("target");if(i){e.removeClass("right left bottom top").css({top:0,left:0});var n=10,a=i.outerWidth(),r=i.outerHeight(),o=i.offset().top,s=i.offset().left,c=e.outerWidth(),l=e.outerHeight(),u=e.offset().top,d=o-l-u,f=s+a/2-c/2;f<10?(e.addClass("right"),f=s+a,d=o+r/2-l/2-u):f+c+10>t(window).width()?(e.addClass("left"),f=s-c,d=o+r/2-l/2-u):d-t(window).scrollTop()<10?(e.addClass("bottom"),d=o+r-u):e.addClass("top"),e.css({top:d,left:f})}}}),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 e=t(document),i=this.get("target");this.setTimeout((function(){this.on(e,"click","onCancel")})),this.get("targetConfirm")&&this.on(i,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var e=t(document),i=this.get("target");this.off(e,"click"),this.off(i,"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 a=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(t,e){var i=[];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 void 0!==t?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(e){this.$el.addClass("acf-error"),void 0!==e&&this.showNotice({text:e,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",t.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=n(e),a,r=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",r),r};var n=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getFieldType=function(t){var e=n(t);return acf.models[e]||!1},acf.getFieldTypes=function(t){t=acf.parseArgs(t,{category:""});var e=[];return i.map((function(i){var n=acf.getFieldType(i),a=n.prototype;t.category&&a.category!==t.category||e.push(n)})),e}}(jQuery),function(t,e){acf.findFields=function(e){var i=".acf-field",n=!1;return(e=acf.parseArgs(e,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(e=acf.applyFilters("find_fields_args",e)),e.key&&(i+='[data-key="'+e.key+'"]'),e.type&&(i+='[data-type="'+e.type+'"]'),e.name&&(i+='[data-name="'+e.name+'"]'),e.is&&(i+=e.is),e.visible&&(i+=":visible"),n=e.parent?e.parent.find(i):e.sibling?e.sibling.siblings(i):t(i),e.suppressFilters||(n=n.not(".acf-clone .acf-field"),n=acf.applyFilters("find_fields",n)),e.limit&&(n=n.slice(0,e.limit)),n},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(e){e instanceof jQuery||(e=acf.findFields(e));var i=[];return e.each((function(){var e=acf.getField(t(this));i.push(e)})),i},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var i=function(t){var e=t,i=t+"_fields",a=t+"_field",r=function(t){var e=acf.arrayArgs(arguments),n=e.slice(1),a=acf.getFields({parent:t});if(a.length){var r=[i,a].concat(n);acf.doAction.apply(null,r)}},o=function(t){var e=acf.arrayArgs(arguments),i=e.slice(1);t.map((function(t,e){var n=[a,t].concat(i);acf.doAction.apply(null,n)}))};acf.addAction(e,r),acf.addAction(i,o),n(t)},n=function(t){var e=t+"_field",i=t+"Field",n=function(n){var a=acf.arrayArgs(arguments),r=a.slice(1),s=["type","name","key"];s.map((function(t){var i="/"+t+"="+n.get(t);a=[e+i,n].concat(r),acf.doAction.apply(null,a)})),o.indexOf(t)>-1&&n.trigger(i,r)};acf.addAction(e,n)},a,r=["valid","invalid","enable","disable","new"],o=["remove","unmount","remount","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable"];["prepare","ready","load","append","remove","unmount","remount","sortstart","sortstop","show","hide","unload"].map(i),r.map(n);var s=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){t("#_acf_changed").val(1)}})}(jQuery),function(t,e){var i=0,n=acf.Field.extend({type:"accordion",wait:"",$control:function(){
2
- return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var e=this.$el,n=this.$labelWrap(),r=this.$inputWrap(),o=this.$control(),s=r.children(".description");if(s.length&&n.append(s),this.$el.is("tr")){var c=this.$el.closest("table"),l=t('<div class="acf-accordion-title"/>'),u=t('<div class="acf-accordion-content"/>'),d=t('<table class="'+c.attr("class")+'"/>'),f=t("<tbody/>");l.append(n.html()),d.append(f),u.append(d),r.append(l),r.append(u),n.remove(),o.remove(),r.attr("colspan",2),n=l,r=u,o=f}e.addClass("acf-accordion"),n.addClass("acf-accordion-title"),r.addClass("acf-accordion-content"),i++,this.get("multi_expand")&&e.attr("multi-expand",1);var h=acf.getPreference("this.accordions")||[];void 0!==h[i-1]&&this.set("open",h[i-1]),this.get("open")&&(e.addClass("-open"),r.css("display","block")),n.prepend(a.iconHtml({open:this.get("open")}));var p=e.parent();o.addClass(p.hasClass("-left")?"-left":""),o.addClass(p.hasClass("-clear")?"-clear":""),o.append(e.nextUntil(".acf-field-accordion",".acf-field")),o.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(n);var a=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)},iconHtml:function(t){var e;return'<i class="acf-accordion-icon dashicons dashicons-'+(t.open?"arrow-down":"arrow-right")+'"></i>'},open:function(e){e.find(".acf-accordion-content:first").slideDown().css("display","block"),e.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!0})),e.addClass("-open"),acf.doAction("show",e),e.attr("multi-expand")||e.siblings(".acf-accordion.-open").each((function(){a.close(t(this))}))},close:function(t){t.find(".acf-accordion-content:first").slideUp(),t.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!1})),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(e){var i=[];t(".acf-accordion").each((function(){var e=t(this).hasClass("-open")?1:0;i.push(e)})),i.length&&acf.setPreference("this.accordions",i)}})}(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(t,e){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 e=[];return this.$(":checked").each((function(){e.push(t(this).val())})),!!e.length&&e},onChange:function(t,e){var i=e.prop("checked"),n=e.parent("label"),a=this.$toggle(),r;(i?n.addClass("selected"):n.removeClass("selected"),a.length)&&(0==this.$inputs().not(":checked").length?a.prop("checked",!0):a.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.$('input[type="checkbox"]'),a=this.$("label");n.prop("checked",i),i?a.addClass("selected"):a.removeClass("selected")},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"]')},setValue:function(t){acf.val(this.$input(),t),this.$inputText().iris("color",t)},initialize:function(){var t=this.$input(),e=this.$inputText(),i=function(i){setTimeout((function(){acf.val(t,e.val())}),1)},n={defaultColor:!1,palettes:!0,hide:!0,change:i,clear:i},n=acf.applyFilters("color_picker_args",n,this);e.wpColorPicker(n)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=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(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("datePickerL10n");return!!n&&(void 0!==t.datepicker&&(n.isRTL=i,t.datepicker.regional[e]=n,void t.datepicker.setDefaults(n)))}});acf.newDatePicker=function(e,i){if(void 0===t.datepicker)return!1;i=i||{},e.datepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=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(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("dateTimePickerL10n");return!!n&&(void 0!==t.timepicker&&(n.isRTL=i,t.timepicker.regional[e]=n,void t.timepicker.setDefaults(n)))}});acf.newDateTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.datetimepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){function i(e){if(r)return e();if(acf.isset(window,"google","maps","Geocoder"))return r=new google.maps.Geocoder,e();if(acf.addAction("google_map_api_loaded",e),!a){var i=acf.get("google_map_api");i&&(a=!0,t.ajax({url:i,dataType:"script",cache:!0,success:function(){r=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}}))}}var n=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")},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},setState:function(t){this.$control().removeClass("-value -loading -searching"),"default"===t&&(t=this.val()?"value":""),t&&this.$control().addClass("-"+t)},getValue:function(){var t=this.$input().val();return!!t&&JSON.parse(t)},setValue:function(t,e){var i="";t&&(i=JSON.stringify(t)),acf.val(this.$input(),i),e||(this.renderVal(t),acf.doAction("google_map_change",t,this.map,this))},renderVal:function(t){t?(this.setState("value"),this.$search().val(t.address),this.setPosition(t.lat,t.lng)):(this.setState(""),this.$search().val(""),this.map.marker.setVisible(!1))},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},setPosition:function(t,e){this.map.marker.setPosition({lat:parseFloat(t),lng:parseFloat(e)}),this.map.marker.setVisible(!0),this.center()},center:function(){var t=this.map.marker.getPosition();if(t)var e=t.lat(),i=t.lng();else var e=this.get("lat"),i=this.get("lng");this.map.setCenter({lat:parseFloat(e),lng:parseFloat(i)})},initialize:function(){i(this.initializeMap.bind(this))},initializeMap:function(){var t=this.getValue(),e=acf.parseArgs(t,{zoom:this.get("zoom"),lat:this.get("lat"),lng:this.get("lng")}),i={scrollwheel:!1,zoom:parseInt(e.zoom),center:{lat:parseFloat(e.lat),lng:parseFloat(e.lng)},mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};i=acf.applyFilters("google_map_args",i,this);var n=new google.maps.Map(this.$canvas()[0],i),a=acf.parseArgs(i.marker,{draggable:!0,raiseOnDrag:!0,map:n});a=acf.applyFilters("google_map_marker_args",a,this);var r=new google.maps.Marker(a),o=!1;if(acf.isset(google,"maps","places","Autocomplete")){var s=i.autocomplete||{};s=acf.applyFilters("google_map_autocomplete_args",s,this),(o=new google.maps.places.Autocomplete(this.$search()[0],s)).bindTo("bounds",n)}this.addMapEvents(this,n,r,o),n.acf=this,n.marker=r,n.autocomplete=o,this.map=n,t&&this.setPosition(t.lat,t.lng),acf.doAction("google_map_init",n,r,this)},addMapEvents:function(t,e,i,n){google.maps.event.addListener(e,"click",(function(e){var i=e.latLng.lat(),n=e.latLng.lng();t.searchPosition(i,n)})),google.maps.event.addListener(i,"dragend",(function(){var e=this.getPosition().lat(),i=this.getPosition().lng();t.searchPosition(e,i)})),n&&google.maps.event.addListener(n,"place_changed",(function(){var e=this.getPlace();t.searchPlace(e)})),google.maps.event.addListener(e,"zoom_changed",(function(){var i=t.val();i&&(i.zoom=e.getZoom(),t.setValue(i,!0))}))},searchPosition:function(t,e){this.setState("loading");var i={lat:t,lng:e};r.geocode({location:i},function(i,n){if(this.setState(""),"OK"!==n)this.showNotice({text:acf.__("Location not found: %s").replace("%s",n),type:"warning"});else{var a=this.parseResult(i[0]);a.lat=t,a.lng=e,this.val(a)}}.bind(this))},searchPlace:function(t){if(t)if(t.geometry){t.formatted_address=this.$search().val();var e=this.parseResult(t);this.val(e)}else t.name&&this.searchAddress(t.name)},searchAddress:function(t){if(t){var e=t.split(",");if(2==e.length){var i=parseFloat(e[0]),n=parseFloat(e[1]);if(i&&n)return this.searchPosition(i,n)}this.setState("loading"),r.geocode({address:t},function(e,i){if(this.setState(""),"OK"!==i)this.showNotice({text:acf.__("Location not found: %s").replace("%s",i),type:"warning"});else{var n=this.parseResult(e[0]);n.address=t,this.val(n)}}.bind(this))}},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));this.setState("loading"),navigator.geolocation.getCurrentPosition(function(t){this.setState("");var e=t.coords.latitude,i=t.coords.longitude;this.searchPosition(e,i)}.bind(this),function(t){this.setState("")}.bind(this))},parseResult:function(t){var e={address:t.formatted_address,lat:t.geometry.location.lat(),lng:t.geometry.location.lng()};e.zoom=this.map.getZoom(),t.place_id&&(e.place_id=t.place_id),t.name&&(e.name=t.name);var i={street_number:["street_number"],street_name:["street_address","route"],city:["locality"],state:["administrative_area_level_1","administrative_area_level_2","administrative_area_level_3","administrative_area_level_4","administrative_area_level_5"],post_code:["postal_code"],country:["country"]};for(var n in i)for(var a=i[n],r=0;r<t.address_components.length;r++){var o=t.address_components[r],s=o.types[0];-1!==a.indexOf(s)&&(e[n]=o.long_name,o.long_name!==o.short_name&&(e[n+"_short"]=o.short_name))}return acf.applyFilters("google_map_result",e,t,this.map,this)},onClickClear:function(){this.val(!1)},onClickLocate:function(){this.searchLocation()},onClickSearch:function(){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.setState("searching")},onBlurSearch:function(t,e){var i=this.val(),n=i?i.address:"";e.val()===n&&this.setState("default")},onKeyupSearch:function(t,e){e.val()||this.val(!1)},onKeydownSearch:function(t,e){13==t.which&&(t.preventDefault(),e.blur())},onShow:function(){this.map&&this.setTimeout(this.center)}});acf.registerFieldType(n);var a=!1,r=!1}(jQuery),function(t,e){var i=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){void 0!==(t=t||{}).id&&(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 e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(e)var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:e,field:this.get("key"),select:t.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(e,i){var n=this.$input();acf.getFileInputData(i,(function(e){n.val(t.param(e))}))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return void 0!==(t=t||{}).id&&(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 e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(!e)return!1;var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=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(i),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:acf.decode(t.html()),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.text(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:t("#wp-link-text").val(),url:t("#wp-link-url").val(),target:t("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(e){t("#wp-link-text").val(e.title),t("#wp-link-url").val(e.url),t("#wp-link-target").prop("checked","_blank"===e.target)},open:function(e){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",e);var i=t('<textarea id="acf-link-textarea" style="display:none;"></textarea>');t("body").append(i);var n=this.getNodeValue();wpLink.open("acf-link-textarea",n.url,n.title,null)},onOpen:function(){t("#wp-link-wrap").addClass("has-text-field");var e=this.getNodeValue();this.setInputValue(e)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;this.off("wplink-open"),this.off("wplink-close");var e=this.getInputValue();this.setNodeValue(e),t("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(t,e){var i=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 e=this.val(),i=this.getSearchVal();if(!i)return this.clear();if("http"!=i.substr(0,4)&&(i="http://"+i),i!==e){var n=this.get("timeout");n&&clearTimeout(n);var a=t.proxy(this.search,this,i);this.set("timeout",setTimeout(a,300))}},search:function(e){var i={action:"acf/fields/oembed/search",s:e,field_key:this.get("key")},n;(n=this.get("xhr"))&&n.abort(),this.showLoading();var n=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),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",n)},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(i)}(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(),this.$input().val(),!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=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"},$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 e=[];return this.$listItems("values").each((function(){e.push(t(this).data("id"))})),!!e.length&&e},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("")},initialize:function(){var t=this.proxy(acf.once((function(){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:this.proxy((function(){this.$input().trigger("change")}))}),this.$list("choices").scrollTop(0).on("scroll",this.proxy(this.onScrollChoices)),this.fetch()})));this.$el.one("mouseover",t),this.$el.one("focus","input",t),acf.onceInView(this.$el,t)},onScrollChoices: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;i+a>=n&&(this.set("paged",r+1),this.fetch())}},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(n>0&&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){t.preventDefault();var i=e.parent(),n=i.parent(),a=i.data("id");n.remove(),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=acf.applyFilters("relationship_ajax_data",t,this)},fetch:function(){var e;(e=this.get("xhr"))&&e.abort();var i=this.getAjaxData(),n=this.$list("choices");1==i.paged&&n.html("");var a=t('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");n.append(a),this.set("loading",!0);var r=function(){this.set("loading",!1),a.remove()},o=function(e){if(!e||!e.results||!e.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",e.more);var i=this.walkChoices(e.results),a=t(i),r=this.val();r&&r.length&&r.map((function(t){a.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")})),n.append(a);var o=!1,s=!1;n.find(".acf-rel-label").each((function(){var e=t(this),i=e.siblings("ul");if(o&&o.text()==e.text())return s.append(i.children()),void t(this).parent().remove();o=e,s=i}))},e=t.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(i),context:this,success:o,complete:r});this.set("xhr",e)},walkChoices:function(e){var i=function(e){var n="";return t.isArray(e)?e.map((function(t){n+=i(t)})):t.isPlainObject(e)&&(void 0!==e.children?(n+='<li><span class="acf-rel-label">'+e.text+'</span><ul class="acf-bl">',n+=i(e.children),n+="</ul></li>"):n+='<li><span class="acf-rel-item" data-id="'+e.id+'">'+e.text+"</span></li>"),n};return i(e)}});acf.registerFieldType(i)}(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(t,e){var i="tab",n=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={},!1;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 r(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,"tab"),t.hiddenByTab=!1}),this)},hideFields:function(){this.getFields().map((function(t){t.hide(this.cid,"tab"),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("tab")}))},disable:function(t){this.getFields().map((function(t){t.disable("tab")}))}});acf.registerFieldType(n);var a=0,r=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(e){t.extend(this.data,e),this.tabs=[],this.active=!1;var i=this.get("placement"),n=this.get("before"),r=n.parent();"left"==i&&r.hasClass("acf-fields")&&r.addClass("-sidebar"),n.is("tr")?this.$el=t('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=t('<div class="acf-tab-wrap -'+i+'"><ul class="acf-hl acf-tab-group"></ul></div>'),n.before(this.$el),this.set("index",a,!0),a++},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(t){this.tabs.map((function(e){t.cid!==e.cid&&this.closeTab(e)}),this),this.openTab(t)},addTab:function(e,i){var n=t("<li></li>");n.append(e),this.$("ul").append(n);var a=new o({$el:n,field:i,group:this});return this.tabs.push(a),a},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)}}}),o=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)}}),s=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},findTabs:function(){return t(".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 t=[];this.getTabs().map((function(e){var i=e.hasActive()?e.getActive().index():0;t.push(i)})),t.length&&acf.setPreference("this.tabs",t)}})}(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(t,e){var i=acf.Field.extend({
3
- 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(e,i){var n=this,a=!1,r=!1,o=!1,s=!1,c=!1,l=!1,u=!1,d=function(){a=acf.newPopup({title:i.attr("title"),loading:!0,width:"300px"});var e={action:"acf/fields/taxonomy/add_term",field_key:n.get("key")};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"html",success:f})},f=function(t){a.loading(!1),a.content(t),r=a.$("form"),o=a.$('input[name="term_name"]'),s=a.$('select[name="term_parent"]'),c=a.$(".acf-submit-button"),o.focus(),a.on("submit","form",h)},h=function(e,i){if(e.preventDefault(),e.stopImmediatePropagation(),""===o.val())return o.focus(),!1;acf.startButtonLoading(c);var a={action:"acf/fields/taxonomy/add_term",field_key:n.get("key"),term_name:o.val(),term_parent:s.length?s.val():0};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},p=function(t){acf.stopButtonLoading(c),u&&u.remove(),acf.isAjaxSuccess(t)?(o.val(""),g(t.data),u=acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:r,timeout:2e3,dismiss:!1})):u=acf.newNotice({type:"error",text:acf.getAjaxError(t),target:r,timeout:2e3,dismiss:!1}),o.focus()},g=function(e){var i=t('<option value="'+e.term_id+'">'+e.term_label+"</option>"),a;e.term_parent?s.children('option[value="'+e.term_parent+'"]').after(i):s.append(i),acf.getFields({type:"taxonomy"}).map((function(t){t.get("taxonomy")==n.get("taxonomy")&&t.appendTerm(e)})),n.selectTerm(e.term_id)};d()},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(e){var i=this.$("[name]:first").attr("name"),n=this.$("ul:first");"checkbox"==this.getRelatedType()&&(i+="[]");var a=t(['<li data-id="'+e.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+e.term_id+'" name="'+i+'" /> ',"<span>"+e.term_name+"</span>","</label>","</li>"].join(""));if(e.term_parent){var r=n.find('li[data-id="'+e.term_parent+'"]');(n=r.children("ul")).exists()||(n=t('<ul class="children acf-bl"></ul>'),r.append(n))}n.append(a)},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(i)}(jQuery),function(t,e){var i=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(i),acf.newTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.timepicker(i),t("body > #ui-datepicker-div").exists()&&t("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",unmountField:"disableEditor",remountField:"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(t,e){var i=[];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(e){t.extend(this.data,e)},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"),o=t.operator,s,c,l;return new(acf.getConditionTypes({fieldType:r,operator:o})[0]||acf.Condition)(a)};var n=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getConditionType=function(t){var e=n(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(t){t=acf.parseArgs(t,{fieldType:"",operator:""});var e=[];return i.map((function(i){var n=acf.getConditionType(i),a=n.prototype.fieldTypes,r=n.prototype.operator;t.fieldType&&-1===a.indexOf(t.fieldType)||t.operator&&r!==t.operator||e.push(n)})),e}}(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},acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new o(this)),this.conditions};var r=!1,o=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){this.data.field=t;var e=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 t=!1;return this.getGroups().map((function(e){var i;t||e.filter((function(t){return t.calculate()})).length==e.length&&(t=!0)})),t},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(t,e){var i=acf.__,n=function(t){return t?""+t:""},a=function(t,e){return n(t).toLowerCase()===n(e).toLowerCase()},r=function(t,e){return parseFloat(t)===parseFloat(e)},o=function(t,e){return parseFloat(t)>parseFloat(e)},s=function(t,e){return parseFloat(t)<parseFloat(e)},c=function(t,e){return(e=e.map((function(t){return n(t)}))).indexOf(t)>-1},l=function(t,e){return n(t).indexOf(n(e))>-1},u=function(t,e){var i=new RegExp(n(e),"gi");return n(t).match(i)},d=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:i("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(d);var f=d.extend({type:"hasNoValue",operator:"==empty",label:i("Has no value"),match:function(t,e){return!d.prototype.match.apply(this,arguments)}});acf.registerConditionType(f);var h=acf.Condition.extend({type:"equalTo",operator:"==",label:i("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(e,i){return t.isNumeric(e.value)?r(e.value,i.val()):a(e.value,i.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(h);var p=h.extend({type:"notEqualTo",operator:"!=",label:i("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:i("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return u(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:i("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return l(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:i("Checked")}]}});acf.registerConditionType(v);var y=p.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:i("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?c(t.value,i):a(t.value,i)},choices:function(e){var n=[],a=e.$setting("choices textarea").val().split("\n");return e.$input("allow_null").prop("checked")&&n.push({id:"",text:i("Null")}),a.map((function(e){(e=e.split(":"))[1]=e[1]||e[0],n.push({id:t.trim(e[0]),text:t.trim(e[1])})})),n}});acf.registerConditionType(b);var _=b.extend({type:"selectNotEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(_);var w=acf.Condition.extend({type:"greaterThan",operator:">",label:i("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 x=w.extend({type:"lessThan",operator:"<",label:i("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),s(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(x);var $=w.extend({type:"selectionGreaterThan",label:i("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=x.extend({type:"selectionLessThan",label:i("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(t,e){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 i=function(){var e=acf.get("post_id");return t.isNumeric(e)?e:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(void 0!==e[t])return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var n=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(e){t.extend(this.data,e)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);e.acf=this,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=i()),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(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))}),t),t.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()}),t),t.on("select",(function(){var e=t.state().get("selection");e&&e.each((function(e,i){t.acf.get("select").apply(t.acf,[e,i])}))})),t.on("close",(function(){setTimeout((function(){t.acf.get("close").apply(t.acf),t.acf.remove()}),1)}))}});acf.models.SelectMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),t.on("open",(function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader}))),t.on("content:activate:browse",(function(){var e=!1;try{e=t.content.get().toolbar}catch(t){return void console.log(t)}t.acf.customizeFilters.apply(t.acf,[e])})),n.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(e){var i=e.get("filters"),n;("image"==this.get("type")&&(i.filters.all.text=acf.__("All images"),delete i.filters.audio,delete i.filters.video,delete i.filters.image,t.each(i.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 n={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};i.filters[e]=n}}));if("uploadedTo"===this.get("library")){var a=this.frame.options.library.uploadedTo;delete i.filters.unattached,delete i.filters.uploaded,t.each(i.filters,(function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=a}))}var r=this.get("field"),o;t.each(i.filters,(function(t,e){e.props._acfuploader=r})),e.get("search").model.attributes._acfuploader=r,i.renderFilters&&i.renderFilters()}}),acf.models.EditMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e,i=this.state().get("selection"),n=wp.media.attachment(t.acf.get("attachment"));i.add(n)}),t),n.prototype.addFrameEvents.apply(this,arguments)}});var a=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=i();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsButton(),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsButton:function(){if(acf.isset(wp,"media","view","Button")){var t=wp.media.view.Button;wp.media.view.Button=t.extend({initialize:function(){var t=_.defaults(this.options,this.defaults);this.model=new Backbone.Model(t),this.listenTo(this.model,"change",this.render)}})}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var e=wp.media.view.Router;wp.media.view.Router=e.extend({addExpand:function(){var e=t(['<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(""));e.on("click",(function(e){e.preventDefault();var i=t(this).closest(".media-modal");i.hasClass("acf-expanded")?i.removeClass("acf-expanded"):i.addClass("acf-expanded")})),this.$el.append(e)},initialize:function(){return e.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var e;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map((function(e,i){return{el:t("<option></option>").val(i).html(e.text)[0],priority:e.priority||50}}),this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var e=wp.media.view.AttachmentCompat,i=!1;wp.media.view.AttachmentCompat=e.extend({render:function(){return this.rendered?this:(e.prototype.render.apply(this,arguments),this.$("#acf-form-data").length?(clearTimeout(i),i=setTimeout(t.proxy((function(){this.rendered=!0,acf.doAction("append",this.$el)}),this),50),this):this)},save:function(t){var e={};t&&t.preventDefault(),e=acf.serializeForAjax(this.$el),this.controller.trigger("attachment:compat:waiting",["waiting"]),this.model.saveCompat(e).always(_.bind(this.postSave,this))}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var t=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=t.extend({render:function(){var e=acf.isget(this,"controller","acf"),i=acf.isget(this,"model","attributes");if(e&&i){i.acf_errors&&this.$el.addClass("acf-disabled");var n=e.get("selected");n&&n.indexOf(i.id)>-1&&this.$el.addClass("acf-selected")}return t.prototype.render.apply(this,arguments)},toggleSelection:function(e){var i=this.collection,n=this.options.selection,a=this.model,r=n.single(),o=this.controller,s=acf.isget(this,"model","attributes","acf_errors"),c=o.$el.find(".media-frame-content .media-sidebar");if(c.children(".acf-selection-error").remove(),c.children().removeClass("acf-hidden"),o&&s){var l=acf.isget(this,"model","attributes","filename");return c.children().addClass("acf-hidden"),c.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+l+"</span>",'<span class="selection-error-message">'+s+"</span>","</div>"].join("")),n.reset(),void n.single(a)}return t.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(t,e){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"},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 e=t("#page_template");return e.length?e.val():null},getPageParent:function(e,i){var i;return(i=t("#parent_id")).length?i.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostType:function(){return t("#post_type").val()},getPostFormat:function(e,i){var i;if((i=t("#post-formats-select input:checked")).length){var n=i.val();return"0"==n?"standard":n}return null},getPostCoreTerms:function(){var e={},i=acf.serialize(t(".categorydiv, .tagsdiv"));for(var n in i.tax_input&&(e=i.tax_input),i.post_category&&(e.category=i.post_category),e)acf.isArray(e[n])||(e[n]=e[n].split(/,[\s]?/));return e},getPostTerms:function(){var t=this.getPostCoreTerms();for(var e in acf.getFields({type:"taxonomy"}).map((function(e){if(e.get("save")){var i=e.val(),n=e.get("taxonomy");i&&(t[n]=t[n]||[],i=acf.isArray(i)?i:[i],t[n]=t[n].concat(i))}})),null!==(productType=this.getProductType())&&(t.product_type=[productType]),t)t[e]=acf.uniqueArray(t[e]);return t},getProductType:function(){var e=t("#product-type");return e.length?e.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!==(postType=this.getPostType())&&(e.post_type=postType),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){e.exists.push(t.get("key"))})),e=acf.applyFilters("check_screen_args",e);var i=function(t){acf.isAjaxSuccess(t)&&("post"==acf.get("screen")?this.renderPostScreen(t.data):"user"==acf.get("screen")&&this.renderUserScreen(t.data)),acf.doAction("check_screen_complete",t.data,e)};this.xhr=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:i})}},onChange:function(t,e){this.setTimeout(this.check,1)},renderPostScreen:function(e){var i=function(e,i){var n=t._data(e[0]).events;for(var a in n)for(var r=0;r<n[a].length;r++)i.on(a,n[a][r].handler)},n=function(e,i){var n=i.indexOf(e);if(-1==n)return!1;for(var a=n-1;a>=0;a--)if(t("#"+i[a]).length)return t("#"+i[a]).after(t("#"+e));for(var a=n+1;a<i.length;a++)if(t("#"+i[a]).length)return t("#"+i[a]).before(t("#"+e));return!1};e.visible=[],e.hidden=[],e.results=e.results.map((function(a,r){var o=acf.getPostbox(a.id);if(acf.isGutenberg()&&"acf_after_title"==a.position&&(a.position="normal"),!o){var s=t(['<div id="'+a.id+'" class="postbox">','<button type="button" class="handlediv" aria-expanded="false">','<span class="screen-reader-text">Toggle panel: '+a.title+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>",'<h2 class="hndle ui-sortable-handle">',"<span>"+a.title+"</span>","</h2>",'<div class="inside">',a.html,"</div>","</div>"].join(""));if(t("#adv-settings").length){var c=t("#adv-settings .metabox-prefs"),l=t(['<label for="'+a.id+'-hide">','<input class="hide-postbox-tog" name="'+a.id+'-hide" type="checkbox" id="'+a.id+'-hide" value="'+a.id+'" checked="checked">'," "+a.title,"</label>"].join(""));i(c.find("input").first(),l.find("input")),c.append(l)}t(".postbox").length&&(i(t(".postbox .handlediv").first(),s.children(".handlediv")),i(t(".postbox .hndle").first(),s.children(".hndle"))),"side"===a.position?t("#"+a.position+"-sortables").append(s):t("#"+a.position+"-sortables").prepend(s);var u=[];if(e.results.map((function(e){a.position===e.position&&t("#"+a.position+"-sortables #"+e.id).length&&u.push(e.id)})),n(a.id,u),e.sorted)for(var d in e.sorted){var u=e.sorted[d].split(",");if(n(a.id,u))break}o=acf.newPostbox(a),acf.doAction("append",s),acf.doAction("append_postbox",o)}return o.showEnable(),e.visible.push(a.id),a})),acf.getPostboxes().map((function(t){-1===e.visible.indexOf(t.get("id"))&&(t.hideDisable(),e.hidden.push(t.get("id")))})),t("#acf-style").html(e.style),acf.doAction("refresh_post_screen",e)},renderUserScreen:function(t){}});var i=new acf.Model({postEdits:{},wait:"load",initialize:function(){var t;acf.isGutenberg()&&(wp.data.subscribe(acf.debounce(this.onChange).bind(this)),acf.screen.getPageTemplate=this.getPageTemplate,acf.screen.getPageParent=this.getPageParent,acf.screen.getPostType=this.getPostType,acf.screen.getPostFormat=this.getPostFormat,acf.screen.getPostCoreTerms=this.getPostCoreTerms,acf.unload.disable(),parseFloat(acf.get("wp_version"))>=5.3&&this.addAction("refresh_post_screen",this.onRefreshPostScreen))},onChange:function(){var t=["template","parent","format"];(wp.data.select("core").getTaxonomies()||[]).map((function(e){t.push(e.rest_base)}));var e=wp.data.select("core/editor").getPostEdits(),i={};t.map((function(t){void 0!==e[t]&&(i[t]=e[t])})),JSON.stringify(i)!==JSON.stringify(this.postEdits)&&(this.postEdits=i,acf.screen.check())},getPageTemplate:function(){return wp.data.select("core/editor").getEditedPostAttribute("template")},getPageParent:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("parent")},getPostType:function(){return wp.data.select("core/editor").getEditedPostAttribute("type")},getPostFormat:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("format")},getPostCoreTerms:function(){var t={},e;return(wp.data.select("core").getTaxonomies()||[]).map((function(e){var i=wp.data.select("core/editor").getEditedPostAttribute(e.rest_base);i&&(t[e.slug]=i)})),t},onRefreshPostScreen:function(t){var e=wp.data.select("core/edit-post"),i=wp.data.dispatch("core/edit-post"),n={};e.getActiveMetaBoxLocations().map((function(t){n[t]=e.getMetaBoxesPerLocation(t)}));var a=[];for(var r in n)n[r].map((function(t){a.push(t.id)}));for(var r in t.results.filter((function(t){return-1===a.indexOf(t.id)})).map((function(t,e){var i=t.position;n[i]=n[i]||[],n[i].push({id:t.id,title:t.title})})),n)n[r]=n[r].filter((function(e){return-1===t.hidden.indexOf(e.id)}));i.setAvailableMetaBoxesPerLocation(n)}})}(jQuery),function(t,e){function i(){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==i())var n=new a(t,e);else var n=new r(t,e);return acf.doAction("new_select2",n),n};var n=acf.Model.extend({setup:function(e,i){t.extend(this.data,i),this.$el=e},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(e){e=acf.parseArgs(e,{id:"",text:"",selected:!1});var i=this.getOption(e.id);return i.length||((i=t("<option></option>")).html(e.text),i.attr("value",e.id),i.prop("selected",e.selected),this.$el.append(i)),i},getValue:function(){var e=[],i=this.$el.find("option:selected");return i.exists()?((i=i.sort((function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")}))).each((function(){var i=t(this);e.push({$el:i,id:i.attr("value"),text:i.text()})})),e):e},mergeOptions:function(){},getChoices:function(){var e=function(i){var n=[];return i.children().each((function(){var i=t(this);i.is("optgroup")?n.push({text:i.attr("label"),children:e(i)}):n.push({id:i.attr("value"),text:i.text()})})),n};return e(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))
4
- ;var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(e,i){var e;return(e=this.getAjaxResults(e,i)).more&&(e.pagination={more:!0}),setTimeout(t.proxy(this.mergeOptions,this),1),e},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),a=n.extend({initialize:function(){var e=this.$el,i={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return t}};i.multiple&&this.getValue().map((function(t){t.$el.detach().appendTo(e)})),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(i.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),processResults:t.proxy(this.processAjaxResults,this)});var n=this.get("field");i=acf.applyFilters("select2_args",i,e,this.data,n||!1,this),e.select2(i);var a=e.next(".select2-container");if(i.multiple){var r=a.find("ul");r.sortable({stop:function(i){r.find(".select2-selection__choice").each((function(){var i;t(t(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)})))}a.addClass("-acf"),acf.doAction("select2_init",e,i,this.data,n||!1,this)},mergeOptions:function(){var e=!1,i=!1;t('.select2-results__option[role="group"]').each((function(){var n=t(this).children("ul"),a=t(this).children("strong");if(i&&i.text()===a.text())return e.append(n.children()),void t(this).remove();e=n,i=a}))}}),r=n.extend({initialize:function(){var e=this.$el,i=this.getValue(),n=this.get("multiple"),a={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(n?i:i.shift())}},r=e.siblings("input");r.length||(r=t('<input type="hidden" />'),e.before(r)),inputValue=i.map((function(t){return t.id})).join("||"),r.val(inputValue),a.multiple&&i.map((function(t){t.$el.detach().appendTo(e)})),a.allowClear&&(a.data=a.data.filter((function(t){return""!==t.id}))),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(a.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),results:t.proxy(this.processAjaxResults,this)});var o=this.get("field");a=acf.applyFilters("select2_args",a,e,this.data,o||!1,this),r.select2(a);var s=r.select2("container"),c=t.proxy(this.getOption,this);if(a.multiple){var l=s.find("ul");l.sortable({stop:function(){l.find(".select2-search-choice").each((function(){var i=t(this).data("select2Data"),n;c(i.id).detach().appendTo(e)})),e.trigger("change")}})}r.on("select2-selecting",(function(i){var n=i.choice,a=c(n.id);a.length||(a=t('<option value="'+n.id+'">'+n.text+"</option>")),a.detach().appendTo(e)})),s.addClass("-acf"),acf.doAction("select2_init",e,a,this.data,o||!1,this),r.on("change",(function(){var t=r.val();t.indexOf("||")&&(t=t.split("||")),e.val(t).trigger("change")})),e.hide()},mergeOptions:function(){var e=!1,i=!1;t("#select2-drop .select2-result-with-children").each((function(){var n=t(this).children("ul"),a=t(this).children(".select2-result-label");if(i&&i.text()===a.text())return i.append(n.children()),void t(this).remove();e=n,i=a}))},getAjaxData:function(t,e){var i={term:t,page:e};return n.prototype.getAjaxData.apply(this,[i])}}),o=new acf.Model({priority:5,wait:"prepare",actions:{duplicate:"onDuplicate"},initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),n=acf.get("select2L10n"),a=i();return!!n&&(0!==t.indexOf("en")&&void(4==a?this.addTranslations4():3==a&&this.addTranslations3()))},addTranslations4:function(){var t=acf.get("select2L10n"),e=acf.get("locale");e=e.replace("_","-");var i={errorLoading:function(){return t.load_fail},inputTooLong:function(e){var i=e.input.length-e.maximum;return i>1?t.input_too_long_n.replace("%d",i):t.input_too_long_1},inputTooShort:function(e){var i=e.minimum-e.input.length;return i>1?t.input_too_short_n.replace("%d",i):t.input_too_short_1},loadingMore:function(){return t.load_more},maximumSelected:function(e){var i=e.maximum;return i>1?t.selection_too_long_n.replace("%d",i):t.selection_too_long_1},noResults:function(){return t.matches_0},searching:function(){return t.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+e,[],(function(){return i}))},addTranslations3:function(){var e=acf.get("select2L10n"),i=acf.get("locale");i=i.replace("_","-");var n={formatMatches:function(t){return t>1?e.matches_n.replace("%d",t):e.matches_1},formatNoMatches:function(){return e.matches_0},formatAjaxError:function(){return e.load_fail},formatInputTooShort:function(t,i){var n=i-t.length;return n>1?e.input_too_short_n.replace("%d",n):e.input_too_short_1},formatInputTooLong:function(t,i){var n=t.length-i;return n>1?e.input_too_long_n.replace("%d",n):e.input_too_long_1},formatSelectionTooBig:function(t){return t>1?e.selection_too_long_n.replace("%d",t):e.selection_too_long_1},formatLoadMore:function(){return e.load_more},formatSearching:function(){return e.searching}};t.fn.select2.locales=t.fn.select2.locales||{},t.fn.select2.locales[i]=n,t.extend(t.fn.select2.defaults,n)},onDuplicate:function(t,e){e.find(".select2-container").remove()}})}(jQuery),function(t,e){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(e,i){var n=t("#"+e),a=this.defaults(),r=acf.get("toolbars"),o=i.field||!1,s=o.$el||!1;if("undefined"==typeof tinymce)return!1;if(!a)return!1;if(tinymce.get(e))return this.enable(e);var c=t.extend({},a.tinymce,i.tinymce);c.id=e,c.selector="#"+e;var l=i.toolbar;if(l&&r&&r[l])for(var u=1;u<=4;u++)c["toolbar"+u]=r[l][u]||"";if(c.setup=function(t){t.on("change",(function(e){t.save(),n.trigger("change")})),t.on("mouseup",(function(t){var e=new MouseEvent("mouseup");window.dispatchEvent(e)}))},c.wp_autoresize_on=!1,c.tadv_noautop||(c.wpautop=!0),c=acf.applyFilters("wysiwyg_tinymce_settings",c,e,o),tinyMCEPreInit.mceInit[e]=c,"visual"==i.mode){var d=tinymce.init(c),f=tinymce.get(e);if(!f)return!1;f.acf=i.field,acf.doAction("wysiwyg_tinymce_init",f,f.id,c,o)}},initializeQuicktags:function(e,i){var n=this.defaults();if("undefined"==typeof quicktags)return!1;if(!n)return!1;var a=t.extend({},n.quicktags,i.quicktags);a.id=e;var r=i.field||!1,o=r.$el||!1;a=acf.applyFilters("wysiwyg_quicktags_settings",a,a.id,r),tinyMCEPreInit.qtInit[e]=a;var s=quicktags(a);if(!s)return!1;this.buildQuicktags(s),acf.doAction("wysiwyg_quicktags_init",s,s.id,a,r)},buildQuicktags:function(t){var e,i,n,a,r,t,o,s,c,l,u=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(s in e=t.canvas,i=t.name,n=t.settings,r="",a={},c="",l=t.id,n.buttons&&(c=","+n.buttons+","),edButtons)edButtons[s]&&(o=edButtons[s].id,c&&-1!==u.indexOf(","+o+",")&&-1===c.indexOf(","+o+",")||edButtons[s].instance&&edButtons[s].instance!==l||(a[o]=edButtons[s],edButtons[s].html&&(r+=edButtons[s].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 i=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var e=t("#acf-hidden-wp-editor");e.exists()&&e.appendTo("body")},onReady:function(){acf.isset(window,"wp","oldEditor")&&(wp.editor.autop=wp.oldEditor.autop,wp.editor.removep=wp.oldEditor.removep),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(t,e){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 t=[],e=[];return this.getErrors().map((function(i){if(i.input){var n=e.indexOf(i.input);n>-1?t[n]=i:(t.push(i),e.push(i.input))}})),t},getGlobalErrors:function(){return this.getErrors().filter((function(t){return!t.input}))},showErrors:function(){if(this.hasErrors()){var e=this.getFieldErrors(),i=this.getGlobalErrors(),n=0,a=!1;e.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 r=acf.__("Validation failed");if(i.map((function(t){r+=". "+t.message})),1==n?r+=". "+acf.__("1 field requires attention"):n>1&&(r+=". "+acf.__("%d fields require attention").replace("%d",n)),this.has("notice"))this.get("notice").update({type:"error",text:r});else{var o=acf.newNotice({type:"error",text:r,target:this.$el});this.set("notice",o)}a||(a=this.get("notice").$el),setTimeout((function(){t("html, body").animate({scrollTop:a.offset().top-t(window).height()/2},500)}),10)}},onChangeStatus:function(t,e,i,n){this.$el.removeClass("is-"+n).addClass("is-"+i)},validate:function(e){if(e=acf.parseArgs(e,{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(e.event){var i=t.Event(null,e.event);e.success=function(){acf.enableSubmit(t(i.target)).trigger(i)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),e.loading(this.$el,this),this.set("status","validating");var n=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el,this);e.valid||this.addErrors(e.errors)}},a=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el,this),this.showErrors(),e.failure(this.$el,this)):(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,this),acf.doAction("submit",this.$el),e.success(this.$el,this),acf.lockForm(this.$el),e.reset&&this.reset()),e.complete(this.$el,this),this.clearErrors()},r=acf.serialize(this.$el);return r.action="acf/validate_save_post",t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(r),type:"post",dataType:"json",context:this,success:n,complete:a}),!1},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","submit form#post":"onSubmitPost","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(e){if("safari"!==acf.get("browser")){var i=t(".acf-field [name]",e);i.length&&this.on(i,"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)},onClickSubmitGutenberg:function(e,i){var n;acf.validateForm({form:t("#editor"),event:e,reset:!0,failure:function(t,e){var i=e.get("notice").$el;i.appendTo(".components-notice-list"),i.find(".acf-notice-dismiss").removeClass("small")}})||(e.preventDefault(),e.stopImmediatePropagation())},onSubmitPost:function(e,i){"dopreview"===t("input#wp-preview").val()&&(this.set("ignore",!0),acf.unlockForm(i))},onSubmit:function(t,e){if(!this.active||this.get("ignore")||t.isDefaultPrevented())return this.allowSubmit();var i;acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault()},allowSubmit:function(){return this.set("ignore",!1),this.set("originalEvent",!1),!0}})}(jQuery),function(t,e){var i=new acf.Model({priority:90,initialize:function(){this.refresh=acf.debounce(this.refresh,0)},actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh",unmount_field:"refresh",remount_field:"refresh"},refresh:function(){acf.doAction("refresh"),t(window).trigger("acfrefresh")}}),n=new acf.Model({priority:1,actions:{sortstart:"onSortstart",sortstop:"onSortstop"},onSortstart:function(t){acf.doAction("unmount",t)},onSortstop:function(t){acf.doAction("remount",t)}}),a=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(e,i){e.is("tr")&&(i.html('<td style="padding:0;" colspan="'+i.children().length+'"></td>'),e.addClass("acf-sortable-tr-helper"),e.children().each((function(){t(this).width(t(this).width())})),i.height(e.height()+"px"),e.removeClass("acf-sortable-tr-helper"))}}),r=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(e,i){var n=[];e.find("select").each((function(e){n.push(t(this).val())})),i.find("select").each((function(e){t(this).val(n[e])}))}}),o=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(e){var i=this;t(".acf-table:visible").each((function(){i.renderTable(t(this))}))},renderTable:function(e){var i=e.find("> thead > tr:visible > th[data-key]"),n=e.find("> tbody > tr:visible > td[data-key]");if(!i.length||!n.length)return!1;i.each((function(e){var i=t(this),a=i.data("key"),r=n.filter('[data-key="'+a+'"]'),o=r.filter(".acf-hidden");r.removeClass("acf-empty"),r.length===o.length?acf.hide(i):(acf.show(i),o.addClass("acf-empty"))})),i.css("width","auto"),i=i.not(".acf-hidden");var a=100,r=i.length,o;i.filter("[data-width]").each((function(){var e=t(this).data("width");t(this).css("width",e+"%"),a-=e}));var s=i.not("[data-width]");if(s.length){var c=a/s.length;s.css("width",c+"%"),a=0}a>0&&i.last().css("width","auto"),n.filter(".-collapsed-target").each((function(){var e=t(this);e.parent().hasClass("-collapsed")?e.attr("colspan",i.length):e.removeAttr("colspan")}))}}),s=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var e=this;t(".acf-fields:visible").each((function(){e.renderGroup(t(this))}))},renderGroup:function(e){var i=0,n=0,a=t(),r=e.children(".acf-field[data-width]:visible");return!!r.length&&(e.hasClass("-left")?(r.removeAttr("data-width"),r.css("width","auto"),!1):(r.removeClass("-r0 -c0").css({"min-height":0}),r.each((function(e){var r=t(this),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left);a.length&&s>i&&(a.css({"min-height":n+"px"}),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left),i=0,n=0,a=t()),acf.get("rtl")&&(c=Math.ceil(r.parent().width()-(o.left+r.outerWidth()))),0==s?r.addClass("-r0"):0==c&&r.addClass("-c0");var l=Math.ceil(r.outerHeight())+1;n=Math.max(n,l),i=Math.max(i,s),a=a.add(r)})),void(a.length&&a.css({"min-height":n+"px"}))))}})}(jQuery),function(t,e){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e,e},acf.getCompatibility=function(t){return t.compatibility||null};var i=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});i._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},i.get_selector=function(e){var i=".acf-field";if(!e)return i;if(t.isPlainObject(e)){if(t.isEmptyObject(e))return i;for(var n in e){e=e[n];break}}return i+="-"+e,i=acf.strReplace("_","-",i),i=acf.strReplace("field-field-","field-",i)},i.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)},i.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},i.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},i.get_field_wrap=function(t){return t.closest(this.get_selector())},i.get_field_key=function(t){return t.data("key")},i.get_field_type=function(t){return t.data("type")},i.get_data=function(t,e){return acf.parseArgs(t.data(),e)},i.maybe_get=function(t,e,i){void 0===i&&(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 n=function(t){return t instanceof acf.Field?t.$el:t},a=function(t){return acf.arrayArgs(t).map(n)},r=function(e){return function(){if(arguments.length)var i=a(arguments);else var i=[t(document)];return e.apply(this,i)}};i.add_action=function(t,e,n,a){var o=t.split(" "),s=o.length;if(s>1){for(var c=0;c<s;c++)t=o[c],i.add_action.apply(this,arguments);return this}var e=r(e);return acf.addAction.apply(this,arguments)},i.add_filter=function(t,e,i,n){var e=r(e);return acf.addFilter.apply(this,arguments)},i.model={actions:{},filters:{},events:{},extend:function(e){var i=t.extend({},this,e);return t.each(i.actions,(function(t,e){i._add_action(t,e)})),t.each(i.filters,(function(t,e){i._add_filter(t,e)})),t.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,this[e],a,this)},_add_filter:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_filter(t,this[e],a,this)},_add_event:function(e,i){var n=this,a=e.indexOf(" "),r=a>0?e.substr(0,a):e,o=a>0?e.substr(a+1):"",s=function(e){e.$el=t(this),acf.field_group&&(e.$field=e.$el.closest(".acf-field-object")),"function"==typeof n.event&&(e=n.event(e)),n[i].apply(n,arguments)};o?t(document).on(r,o,s):t(document).on(r,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}},i.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(e,i){var n=this,a=e.substr(0,e.indexOf(" ")),r=e.substr(e.indexOf(" ")+1),o=acf.get_selector(n.type);t(document).on(a,o+" "+r,(function(e){var a=t(this),r=acf.get_closest_field(a,n.type);r.length&&(r.is(n.$field)||n.set("$field",r),e.$el=a,e.$field=r,n[i].apply(n,[e]))}))},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var o=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});i.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)}})}},i.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)}}),i.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()}},i.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}),i.ajax=acf.screen}(jQuery);
1
+ !function(t,e){var i={};window.acf=i,i.data={},i.get=function(t){return this.data[t]||null},i.has=function(t){return null!==this.get(t)},i.set=function(t,e){return this.data[t]=e,this};var n=0;i.uniqueId=function(t){var e=++n+"";return t?t+e:e},i.uniqueArray=function(t){function e(t,e,i){return i.indexOf(t)===e}return t.filter(e)};var a="";i.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},i.strReplace=function(t,e,i){return i.split(t).join(e)},i.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()}))},i.strPascalCase=function(t){var e=i.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},i.strSlugify=function(t){return i.strReplace("_","-",t.toLowerCase())},i.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 void 0!==e[t]?e[t]:t};return t=(t=t.replace(i,n)).toLowerCase()},i.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},i.decode=function(e){return t("<textarea/>").html(e).text()},i.strEscape=function(e){return t("<div>").text(e).html()},i.parseArgs=function(e,i){return"object"!=typeof e&&(e={}),"object"!=typeof i&&(i={}),t.extend({},i,e)},null==window.acfL10n&&(acfL10n={}),i.__=function(t){return acfL10n[t]||t},i._x=function(t,e){return acfL10n[t+"."+e]||acfL10n[t]||t},i._n=function(t,e,n){return 1==n?i.__(t):i.__(e)},i.isArray=function(t){return Array.isArray(t)},i.isObject=function(t){return"object"==typeof t};var r=function(t,e,n){var a=(e=e.replace("[]","[%%index%%]")).match(/([^\[\]])+/g);if(a)for(var r=a.length,o=t,s=0;s<r;s++){var c=String(a[s]);s==r-1?"%%index%%"===c?o.push(n):o[c]=n:("%%index%%"===a[s+1]?i.isArray(o[c])||(o[c]=[]):i.isObject(o[c])||(o[c]={}),o=o[c])}};i.serialize=function(t,e){var n={},a=i.serializeArray(t);void 0!==e&&(a=a.filter((function(t){return 0===t.name.indexOf(e)})).map((function(t){return t.name=t.name.slice(e.length),t})));for(var o=0;o<a.length;o++)r(n,a[o].name,a[o].value);return n},i.serializeArray=function(t){return t.find("select, textarea, input").serializeArray()},i.serializeForAjax=function(t){var e={},n;return i.serializeArray(t).map((function(t){"[]"===t.name.slice(-2)?(e[t.name]=e[t.name]||[],e[t.name].push(t.value)):e[t.name]=t.value})),e},i.addAction=function(t,e,n,a){return i.hooks.addAction.apply(this,arguments),this},i.removeAction=function(t,e){return i.hooks.removeAction.apply(this,arguments),this};var o={};i.doAction=function(t){return o[t]=1,i.hooks.doAction.apply(this,arguments),o[t]=0,this},i.doingAction=function(t){return 1===o[t]},i.didAction=function(t){return void 0!==o[t]},i.currentAction=function(){for(var t in o)if(o[t])return t;return!1},i.addFilter=function(t){return i.hooks.addFilter.apply(this,arguments),this},i.removeFilter=function(t){return i.hooks.removeFilter.apply(this,arguments),this},i.applyFilters=function(t){return i.hooks.applyFilters.apply(this,arguments)},i.arrayArgs=function(t){return Array.prototype.slice.call(t)};try{var s=JSON.parse(localStorage.getItem("acf"))||{}}catch(t){var s={}}var c=function(t){return"this."===t.substr(0,5)&&(t=t.substr(5)+"-"+i.get("post_id")),t};i.getPreference=function(t){return t=c(t),s[t]||null},i.setPreference=function(t,e){t=c(t),null===e?delete s[t]:s[t]=e,localStorage.setItem("acf",JSON.stringify(s))},i.removePreference=function(t){i.setPreference(t,null)},i.remove=function(t){t instanceof jQuery&&(t={target:t}),t=i.parseArgs(t,{target:!1,endHeight:0,complete:function(){}}),i.doAction("remove",t.target),t.target.is("tr")?u(t):l(t)};var l=function(t){var e=t.target,i=e.height(),n=e.width(),a=e.css("margin"),r=e.outerHeight(!0),o=e.attr("style")+"";e.wrap('<div class="acf-temp-remove" style="height:'+r+'px"></div>');var s=e.parent();e.css({height:i,width:n,margin:a,position:"absolute"}),setTimeout((function(){s.css({opacity:0,height:t.endHeight})}),50),setTimeout((function(){e.attr("style",o),s.remove(),t.complete()}),301)},u=function(e){var i=e.target,n=i.height(),a=i.children().length,r=t('<td class="acf-temp-remove" style="padding:0; height:'+n+'px" colspan="'+a+'"></td>');i.addClass("acf-remove-element"),setTimeout((function(){i.html(r)}),251),setTimeout((function(){i.removeClass("acf-remove-element"),r.css({height:e.endHeight})}),300),setTimeout((function(){i.remove(),e.complete()}),451)};i.duplicate=function(t){t instanceof jQuery&&(t={target:t});var e=0;(t=i.parseArgs(t,{target:!1,search:"",replace:"",before:function(t){},after:function(t,e){},append:function(t,i){t.after(i),e=1}})).target=t.target||t.$el;var n=t.target;t.search=t.search||n.attr("data-id"),t.replace=t.replace||i.uniqid(),t.before(n),i.doAction("before_duplicate",n);var a=n.clone();return i.rename({target:a,search:t.search,replace:t.replace}),a.removeClass("acf-clone"),a.find(".ui-sortable").removeClass("ui-sortable"),t.after(n,a),i.doAction("after_duplicate",n,a),t.append(n,a),i.doAction("duplicate",n,a),i.doAction("append",a),a},i.rename=function(t){t instanceof jQuery&&(t={target:t});var e=(t=i.parseArgs(t,{target:!1,destructive:!1,search:"",replace:""})).target,n=t.search||e.attr("data-id"),a=t.replace||i.uniqid("acf"),r=function(t,e){return e.replace(n,a)};if(t.destructive){var o=e.outerHTML();o=i.strReplace(n,a,o),e.replaceWith(o)}else e.attr("data-id",a),e.find('[id*="'+n+'"]').attr("id",r),e.find('[for*="'+n+'"]').attr("for",r),e.find('[name*="'+n+'"]').attr("name",r);return e},i.prepareForAjax=function(t){return t.nonce=i.get("nonce"),t.post_id=i.get("post_id"),i.has("language")&&(t.lang=i.get("language")),t=i.applyFilters("prepare_for_ajax",t)},i.startButtonLoading=function(t){t.prop("disabled",!0),t.after(' <i class="acf-loading"></i>')},i.stopButtonLoading=function(t){t.prop("disabled",!1),t.next(".acf-loading").remove()},i.showLoading=function(t){t.append('<div class="acf-loading-overlay"><i class="acf-loading"></i></div>')},i.hideLoading=function(t){t.children(".acf-loading-overlay").remove()},i.updateUserSetting=function(e,n){var a={action:"acf/ajax/user_setting",name:e,value:n};t.ajax({url:i.get("ajaxurl"),data:i.prepareForAjax(a),type:"post",dataType:"html"})},i.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))},i.show=function(t,e){return e&&i.unlock(t,"hidden",e),!i.isLocked(t,"hidden")&&(!!t.hasClass("acf-hidden")&&(t.removeClass("acf-hidden"),!0))},i.hide=function(t,e){return e&&i.lock(t,"hidden",e),!t.hasClass("acf-hidden")&&(t.addClass("acf-hidden"),!0)},i.isHidden=function(t){return t.hasClass("acf-hidden")},i.isVisible=function(t){return!i.isHidden(t)};var d=function(t,e){return!t.hasClass("acf-disabled")&&(e&&i.unlock(t,"disabled",e),!i.isLocked(t,"disabled")&&(!!t.prop("disabled")&&(t.prop("disabled",!1),!0)))};i.enable=function(e,i){if(e.attr("name"))return d(e,i);var n=!1;return e.find("[name]").each((function(){var e;d(t(this),i)&&(n=!0)})),n};var f=function(t,e){return e&&i.lock(t,"disabled",e),!t.prop("disabled")&&(t.prop("disabled",!0),!0)};i.disable=function(e,i){if(e.attr("name"))return f(e,i);var n=!1;return e.find("[name]").each((function(){var e;f(t(this),i)&&(n=!0)})),n},i.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},i.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},i.getFileInputData=function(t,e){var n=t.val();if(!n)return!1;var a={url:n},r=i.isget(t[0],"files",0);if(r)if(a.size=r.size,a.type=r.type,r.type.indexOf("image")>-1){var o=window.URL||window.webkitURL,s=new Image;s.onload=function(){a.width=this.width,a.height=this.height,e(a)},s.src=o.createObjectURL(r)}else e(a);else e(a)},i.isAjaxSuccess=function(t){return t&&t.success},i.getAjaxMessage=function(t){return i.isget(t,"data","message")},i.getAjaxError=function(t){return i.isget(t,"data","error")},i.getXhrError=function(t){return t.responseJSON&&t.responseJSON.message?t.responseJSON.message:t.statusText?t.statusText:""},i.renderSelect=function(t,e){var n=t.val(),a=[],r=function(t){var e="";return t.map((function(t){var n=t.text||t.label||"",o=t.id||t.value||"";a.push(o),t.children?e+='<optgroup label="'+i.strEscape(n)+'">'+r(t.children)+"</optgroup>":e+='<option value="'+o+'"'+(t.disabled?' disabled="disabled"':"")+">"+i.strEscape(n)+"</option>"})),e};return t.html(r(e)),a.indexOf(n)>-1&&t.val(n),t.val()};var h=function(t,e){return t.data("acf-lock-"+e)||[]},p=function(t,e,i){t.data("acf-lock-"+e,i)},g,m,v,y,b,w;i.lock=function(t,e,i){var n=h(t,e),a;n.indexOf(i)<0&&(n.push(i),p(t,e,n))},i.unlock=function(t,e,i){var n=h(t,e),a=n.indexOf(i);return a>-1&&(n.splice(a,1),p(t,e,n)),0===n.length},i.isLocked=function(t,e){return h(t,e).length>0},i.isGutenberg=function(){return window.wp&&wp.data&&wp.data.select&&wp.data.select("core/editor")},i.objectToArray=function(t){return Object.keys(t).map((function(e){return t[e]}))},i.debounce=function(t,e){var i;return function(){var n=this,a=arguments,r=function(){t.apply(n,a)};clearTimeout(i),i=setTimeout(r,e)}},i.throttle=function(t,e){var i=!1;return function(){i||(i=!0,setTimeout((function(){i=!1}),e),t.apply(this,arguments))}},i.isInView=function(t){var e=t.getBoundingClientRect();return e.top!==e.bottom&&e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)},i.onceInView=(g=[],m=0,v=function(){g.forEach((function(t){i.isInView(t.el)&&(t.callback.apply(this),w(t.id))}))},y=i.debounce(v,300),b=function(e,i){g.length||t(window).on("scroll resize",y).on("acfrefresh orientationchange",v),g.push({id:m++,el:e,callback:i})},w=function(e){(g=g.filter((function(t){return t.id!==e}))).length||t(window).off("scroll resize",y).off("acfrefresh orientationchange",v)},function(t,e){t instanceof jQuery&&(t=t[0]),i.isInView(t)?e.apply(this):b(t,e)}),i.once=function(t){var e=0;return function(){return e++>0?t=void 0:t.apply(this,arguments)}},t.fn.exists=function(){return t(this).length>0},t.fn.outerHTML=function(){return t(this).get(0).outerHTML},Array.prototype.indexOf||(Array.prototype.indexOf=function(e){return t.inArray(e,this)}),t(document).ready((function(){i.doAction("ready")})),t(window).on("load",(function(){i.doAction("load")})),t(window).on("beforeunload",(function(){i.doAction("unload")})),t(window).on("resize",(function(){i.doAction("resize")})),t(document).on("sortstart",(function(t,e){i.doAction("sortstart",e.item,e.placeholder)})),t(document).on("sortstop",(function(t,e){i.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&&s("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 o(t,e){return"string"==typeof t&&s("filters",t,e),d}function s(t,e,i,n){if(f[t][e])if(i){var a=f[t][e],r;if(n)for(r=a.length;r--;){var o=a[r];o.callback===i&&o.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},o=f[t][e];o?(o.push(r),o=l(o)):o=[r],f[t][e]=o}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:o,applyFilters:r,addFilter:a,removeAction:n,doAction:i,addAction:e,storage:t},f={actions:{},filters:{}};return d};acf.hooks=new i}(window),function(t,e){var i=/^(\S+)\s*(.*)$/,n=function(e){var i=this,n;return n=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return i.apply(this,arguments)},t.extend(n,i),n.prototype=Object.create(i.prototype),t.extend(n.prototype,e),n.prototype.constructor=n,n},a=acf.Model=function(){this.cid=acf.uniqueId("acf"),this.data=t.extend(!0,{},this.data),this.setup.apply(this,arguments),this.$el&&!this.$el.data("acf")&&this.$el.data("acf",this);var e=function(){this.initialize(),this.addEvents(),this.addActions(),this.addFilters()};this.wait&&!acf.didAction(this.wait)?this.addAction(this.wait,e):e.apply(this)};t.extend(a.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:(this.data[t]=e,i||(this.changed=!0,this.trigger("changed:"+t,[e,n]),this.trigger("changed",[t,e,n])),this)},inherit:function(e){return e instanceof jQuery&&(e=e.data()),t.extend(this.data,e),this},prop:function(){return this.$el.prop.apply(this.$el,arguments)},setup:function(e){t.extend(this,e)},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 n=e.match(i);this.on(n[1],n[2],t[e])}},removeEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var n=e.match(i);this.off(n[1],n[2],t[e])}},getEventTarget:function(e,i){return e||this.$el||t(document)},validateEvent:function(e){return!this.eventScope||t(e.target).closest(this.eventScope).is(this.$el)},proxyEvent:function(e){return this.proxy((function(i){if(this.validateEvent(i)){var n=acf.arrayArgs(arguments),a=n.slice(1),r=[i,t(i.currentTarget)].concat(a);e.apply(this,r)}}))},on:function(t,e,i,n){var a,r,o,s,c;t instanceof jQuery?n?(a=t,r=e,o=i,s=n):(a=t,r=e,s=i):i?(r=t,o=e,s=i):(r=t,s=e),a=this.getEventTarget(a),"string"==typeof s&&(s=this.proxyEvent(this[s])),r=r+"."+this.cid,c=o?[r,o,s]:[r,s],a.on.apply(a,c)},off:function(t,e,i){var n,a,r,o;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,o=r?[a,r]:[a],n.off.apply(n,o)},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(e){return t.proxy(e,this)}}),a.extend=n,acf.models={},acf.getInstance=function(t){return t.data("acf")},acf.getInstances=function(e){var i=[];return e.each((function(){i.push(acf.getInstance(t(this)))})),i}}(jQuery),function(t,e){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(e){t.extend(this.data,e),this.$el=t(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(){t("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",validation_success:"stopListening"},events:{"change form .acf-field":"startListening","submit form":"stopListening"},enable:function(){this.active=!0},disable:function(){this.active=!1},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(t,e){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(e){t.extend(this.data,e),this.$el=t(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(e){t.extend(this.data,e),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 e=t(".acf-admin-notice");e.length&&t("h1:first").after(e)}})}(jQuery),function(t,e){var i=new acf.Model({wait:"prepare",priority:1,initialize:function(){(acf.get("postboxes")||[]).map(acf.newPostbox)}});acf.getPostbox=function(e){return"string"==typeof e&&(e=t("#"+e)),acf.getInstance(e)},acf.getPostboxes=function(){return acf.getInstances(t(".acf-postbox"))},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",edit:""},setup:function(e){e.editLink&&(e.edit=e.editLink),t.extend(this.data,e),this.$el=this.$postbox()},$postbox:function(){return t("#"+this.get("id"))},$hide:function(){return t("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.$el.hasClass("acf-hidden")},initialize:function(){if(this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js"),"block"!==acf.get("editor")){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.show()},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden"),acf.doAction("show_postbox",this)},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.enable(),this.show()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden"),acf.doAction("hide_postbox",this)},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.disable(),this.hide()},html:function(t){this.$inside().html(t),acf.doAction("append",this.$el)}})}(jQuery),function(t,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),void 0!==t.confirmRemove?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new n(t)):void 0!==t.confirm?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(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var e=this.get("timeout");e&&setTimeout(t.proxy(this.fade,this),e)},update:function(e){t.extend(this.data,e),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){t("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 e=this.$el,i=this.get("target");if(i){e.removeClass("right left bottom top").css({top:0,left:0});var n=10,a=i.outerWidth(),r=i.outerHeight(),o=i.offset().top,s=i.offset().left,c=e.outerWidth(),l=e.outerHeight(),u=e.offset().top,d=o-l-u,f=s+a/2-c/2;f<10?(e.addClass("right"),f=s+a,d=o+r/2-l/2-u):f+c+10>t(window).width()?(e.addClass("left"),f=s-c,d=o+r/2-l/2-u):d-t(window).scrollTop()<10?(e.addClass("bottom"),d=o+r-u):e.addClass("top"),e.css({top:d,left:f})}}}),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 e=t(document),i=this.get("target");this.setTimeout((function(){this.on(e,"click","onCancel")})),this.get("targetConfirm")&&this.on(i,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var e=t(document),i=this.get("target");this.off(e,"click"),this.off(i,"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 a=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(t,e){var i=[];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 void 0!==t?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(e){this.$el.addClass("acf-error"),void 0!==e&&this.showNotice({text:e,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",t.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=n(e),a,r=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",r),r};var n=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getFieldType=function(t){var e=n(t);return acf.models[e]||!1},acf.getFieldTypes=function(t){t=acf.parseArgs(t,{category:""});var e=[];return i.map((function(i){var n=acf.getFieldType(i),a=n.prototype;t.category&&a.category!==t.category||e.push(n)})),e}}(jQuery),function(t,e){acf.findFields=function(e){var i=".acf-field",n=!1;return(e=acf.parseArgs(e,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(e=acf.applyFilters("find_fields_args",e)),e.key&&(i+='[data-key="'+e.key+'"]'),e.type&&(i+='[data-type="'+e.type+'"]'),e.name&&(i+='[data-name="'+e.name+'"]'),e.is&&(i+=e.is),e.visible&&(i+=":visible"),n=e.parent?e.parent.find(i):e.sibling?e.sibling.siblings(i):t(i),e.suppressFilters||(n=n.not(".acf-clone .acf-field"),n=acf.applyFilters("find_fields",n)),e.limit&&(n=n.slice(0,e.limit)),n},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(e){e instanceof jQuery||(e=acf.findFields(e));var i=[];return e.each((function(){var e=acf.getField(t(this));i.push(e)})),i},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var i=function(t){var e=t,i=t+"_fields",a=t+"_field",r=function(t){var e=acf.arrayArgs(arguments),n=e.slice(1),a=acf.getFields({parent:t});if(a.length){var r=[i,a].concat(n);acf.doAction.apply(null,r)}},o=function(t){var e=acf.arrayArgs(arguments),i=e.slice(1);t.map((function(t,e){var n=[a,t].concat(i);acf.doAction.apply(null,n)}))};acf.addAction(e,r),acf.addAction(i,o),n(t)},n=function(t){var e=t+"_field",i=t+"Field",n=function(n){var a=acf.arrayArgs(arguments),r=a.slice(1),s=["type","name","key"];s.map((function(t){var i="/"+t+"="+n.get(t);a=[e+i,n].concat(r),acf.doAction.apply(null,a)})),o.indexOf(t)>-1&&n.trigger(i,r)};acf.addAction(e,n)},a,r=["valid","invalid","enable","disable","new"],o=["remove","unmount","remount","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable"];["prepare","ready","load","append","remove","unmount","remount","sortstart","sortstop","show","hide","unload"].map(i),r.map(n);var s=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){
2
+ t("#_acf_changed").val(1)}})}(jQuery),function(t,e){var i=0,n=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 e=this.$el,n=this.$labelWrap(),r=this.$inputWrap(),o=this.$control(),s=r.children(".description");if(s.length&&n.append(s),this.$el.is("tr")){var c=this.$el.closest("table"),l=t('<div class="acf-accordion-title"/>'),u=t('<div class="acf-accordion-content"/>'),d=t('<table class="'+c.attr("class")+'"/>'),f=t("<tbody/>");l.append(n.html()),d.append(f),u.append(d),r.append(l),r.append(u),n.remove(),o.remove(),r.attr("colspan",2),n=l,r=u,o=f}e.addClass("acf-accordion"),n.addClass("acf-accordion-title"),r.addClass("acf-accordion-content"),i++,this.get("multi_expand")&&e.attr("multi-expand",1);var h=acf.getPreference("this.accordions")||[];void 0!==h[i-1]&&this.set("open",h[i-1]),this.get("open")&&(e.addClass("-open"),r.css("display","block")),n.prepend(a.iconHtml({open:this.get("open")}));var p=e.parent();o.addClass(p.hasClass("-left")?"-left":""),o.addClass(p.hasClass("-clear")?"-clear":""),o.append(e.nextUntil(".acf-field-accordion",".acf-field")),o.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(n);var a=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)},iconHtml:function(t){return acf.isGutenberg()?t.open?'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M12,8l-6,6l1.41,1.41L12,10.83l4.59,4.58L18,14L12,8z"></path></g></svg>':'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg>':t.open?'<i class="acf-accordion-icon dashicons dashicons-arrow-down"></i>':'<i class="acf-accordion-icon dashicons dashicons-arrow-right"></i>'},open:function(e){var i=acf.isGutenberg()?0:300;e.find(".acf-accordion-content:first").slideDown(i).css("display","block"),e.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!0})),e.addClass("-open"),acf.doAction("show",e),e.attr("multi-expand")||e.siblings(".acf-accordion.-open").each((function(){a.close(t(this))}))},close:function(t){var e=acf.isGutenberg()?0:300;t.find(".acf-accordion-content:first").slideUp(e),t.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!1})),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(e){var i=[];t(".acf-accordion").each((function(){var e=t(this).hasClass("-open")?1:0;i.push(e)})),i.length&&acf.setPreference("this.accordions",i)}})}(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(t,e){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 e=[];return this.$(":checked").each((function(){e.push(t(this).val())})),!!e.length&&e},onChange:function(t,e){var i=e.prop("checked"),n=e.parent("label"),a=this.$toggle(),r;(i?n.addClass("selected"):n.removeClass("selected"),a.length)&&(0==this.$inputs().not(":checked").length?a.prop("checked",!0):a.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.$('input[type="checkbox"]'),a=this.$("label");n.prop("checked",i),i?a.addClass("selected"):a.removeClass("selected")},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"]')},setValue:function(t){acf.val(this.$input(),t),this.$inputText().iris("color",t)},initialize:function(){var t=this.$input(),e=this.$inputText(),i=function(i){setTimeout((function(){acf.val(t,e.val())}),1)},n={defaultColor:!1,palettes:!0,hide:!0,change:i,clear:i},n=acf.applyFilters("color_picker_args",n,this);e.wpColorPicker(n)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=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(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("datePickerL10n");return!!n&&(void 0!==t.datepicker&&(n.isRTL=i,t.datepicker.regional[e]=n,void t.datepicker.setDefaults(n)))}});acf.newDatePicker=function(e,i){if(void 0===t.datepicker)return!1;i=i||{},e.datepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=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(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("dateTimePickerL10n");return!!n&&(void 0!==t.timepicker&&(n.isRTL=i,t.timepicker.regional[e]=n,void t.timepicker.setDefaults(n)))}});acf.newDateTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.datetimepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){function i(e){if(r)return e();if(acf.isset(window,"google","maps","Geocoder"))return r=new google.maps.Geocoder,e();if(acf.addAction("google_map_api_loaded",e),!a){var i=acf.get("google_map_api");i&&(a=!0,t.ajax({url:i,dataType:"script",cache:!0,success:function(){r=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}}))}}var n=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")},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},setState:function(t){this.$control().removeClass("-value -loading -searching"),"default"===t&&(t=this.val()?"value":""),t&&this.$control().addClass("-"+t)},getValue:function(){var t=this.$input().val();return!!t&&JSON.parse(t)},setValue:function(t,e){var i="";t&&(i=JSON.stringify(t)),acf.val(this.$input(),i),e||(this.renderVal(t),acf.doAction("google_map_change",t,this.map,this))},renderVal:function(t){t?(this.setState("value"),this.$search().val(t.address),this.setPosition(t.lat,t.lng)):(this.setState(""),this.$search().val(""),this.map.marker.setVisible(!1))},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},setPosition:function(t,e){this.map.marker.setPosition({lat:parseFloat(t),lng:parseFloat(e)}),this.map.marker.setVisible(!0),this.center()},center:function(){var t=this.map.marker.getPosition();if(t)var e=t.lat(),i=t.lng();else var e=this.get("lat"),i=this.get("lng");this.map.setCenter({lat:parseFloat(e),lng:parseFloat(i)})},initialize:function(){i(this.initializeMap.bind(this))},initializeMap:function(){var t=this.getValue(),e=acf.parseArgs(t,{zoom:this.get("zoom"),lat:this.get("lat"),lng:this.get("lng")}),i={scrollwheel:!1,zoom:parseInt(e.zoom),center:{lat:parseFloat(e.lat),lng:parseFloat(e.lng)},mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};i=acf.applyFilters("google_map_args",i,this);var n=new google.maps.Map(this.$canvas()[0],i),a=acf.parseArgs(i.marker,{draggable:!0,raiseOnDrag:!0,map:n});a=acf.applyFilters("google_map_marker_args",a,this);var r=new google.maps.Marker(a),o=!1;if(acf.isset(google,"maps","places","Autocomplete")){var s=i.autocomplete||{};s=acf.applyFilters("google_map_autocomplete_args",s,this),(o=new google.maps.places.Autocomplete(this.$search()[0],s)).bindTo("bounds",n)}this.addMapEvents(this,n,r,o),n.acf=this,n.marker=r,n.autocomplete=o,this.map=n,t&&this.setPosition(t.lat,t.lng),acf.doAction("google_map_init",n,r,this)},addMapEvents:function(t,e,i,n){google.maps.event.addListener(e,"click",(function(e){var i=e.latLng.lat(),n=e.latLng.lng();t.searchPosition(i,n)})),google.maps.event.addListener(i,"dragend",(function(){var e=this.getPosition().lat(),i=this.getPosition().lng();t.searchPosition(e,i)})),n&&google.maps.event.addListener(n,"place_changed",(function(){var e=this.getPlace();t.searchPlace(e)})),google.maps.event.addListener(e,"zoom_changed",(function(){var i=t.val();i&&(i.zoom=e.getZoom(),t.setValue(i,!0))}))},searchPosition:function(t,e){this.setState("loading");var i={lat:t,lng:e};r.geocode({location:i},function(i,n){if(this.setState(""),"OK"!==n)this.showNotice({text:acf.__("Location not found: %s").replace("%s",n),type:"warning"});else{var a=this.parseResult(i[0]);a.lat=t,a.lng=e,this.val(a)}}.bind(this))},searchPlace:function(t){if(t)if(t.geometry){t.formatted_address=this.$search().val();var e=this.parseResult(t);this.val(e)}else t.name&&this.searchAddress(t.name)},searchAddress:function(t){if(t){var e=t.split(",");if(2==e.length){var i=parseFloat(e[0]),n=parseFloat(e[1]);if(i&&n)return this.searchPosition(i,n)}this.setState("loading"),r.geocode({address:t},function(e,i){if(this.setState(""),"OK"!==i)this.showNotice({text:acf.__("Location not found: %s").replace("%s",i),type:"warning"});else{var n=this.parseResult(e[0]);n.address=t,this.val(n)}}.bind(this))}},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));this.setState("loading"),navigator.geolocation.getCurrentPosition(function(t){this.setState("");var e=t.coords.latitude,i=t.coords.longitude;this.searchPosition(e,i)}.bind(this),function(t){this.setState("")}.bind(this))},parseResult:function(t){var e={address:t.formatted_address,lat:t.geometry.location.lat(),lng:t.geometry.location.lng()};e.zoom=this.map.getZoom(),t.place_id&&(e.place_id=t.place_id),t.name&&(e.name=t.name);var i={street_number:["street_number"],street_name:["street_address","route"],city:["locality"],state:["administrative_area_level_1","administrative_area_level_2","administrative_area_level_3","administrative_area_level_4","administrative_area_level_5"],post_code:["postal_code"],country:["country"]};for(var n in i)for(var a=i[n],r=0;r<t.address_components.length;r++){var o=t.address_components[r],s=o.types[0];-1!==a.indexOf(s)&&(e[n]=o.long_name,o.long_name!==o.short_name&&(e[n+"_short"]=o.short_name))}return acf.applyFilters("google_map_result",e,t,this.map,this)},onClickClear:function(){this.val(!1)},onClickLocate:function(){this.searchLocation()},onClickSearch:function(){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.setState("searching")},onBlurSearch:function(t,e){var i=this.val(),n=i?i.address:"";e.val()===n&&this.setState("default")},onKeyupSearch:function(t,e){e.val()||this.val(!1)},onKeydownSearch:function(t,e){13==t.which&&(t.preventDefault(),e.blur())},onShow:function(){this.map&&this.setTimeout(this.center)}});acf.registerFieldType(n);var a=!1,r=!1}(jQuery),function(t,e){var i=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){void 0!==(t=t||{}).id&&(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 e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(e)var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:e,field:this.get("key"),select:t.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(e,i){var n=this.$input();acf.getFileInputData(i,(function(e){n.val(t.param(e))}))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return void 0!==(t=t||{}).id&&(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 e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(!e)return!1;var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=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(i),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:acf.decode(t.html()),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.text(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:t("#wp-link-text").val(),url:t("#wp-link-url").val(),target:t("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(e){t("#wp-link-text").val(e.title),t("#wp-link-url").val(e.url),t("#wp-link-target").prop("checked","_blank"===e.target)},open:function(e){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",e);var i=t('<textarea id="acf-link-textarea" style="display:none;"></textarea>');t("body").append(i);var n=this.getNodeValue();wpLink.open("acf-link-textarea",n.url,n.title,null)},onOpen:function(){t("#wp-link-wrap").addClass("has-text-field");var e=this.getNodeValue();this.setInputValue(e)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;this.off("wplink-open"),this.off("wplink-close");var e=this.getInputValue();this.setNodeValue(e),t("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(t,e){var i=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 e=this.val(),i=this.getSearchVal();if(!i)return this.clear();if("http"!=i.substr(0,4)&&(i="http://"+i),i!==e){var n=this.get("timeout");n&&clearTimeout(n);var a=t.proxy(this.search,this,i);this.set("timeout",setTimeout(a,300))}},search:function(e){var i={action:"acf/fields/oembed/search",s:e,field_key:this.get("key")},n;(n=this.get("xhr"))&&n.abort(),this.showLoading();var n=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),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",n)},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(i)}(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(),this.$input().val(),!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=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"},$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 e=[];return this.$listItems("values").each((function(){e.push(t(this).data("id"))})),!!e.length&&e},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("")},initialize:function(){var t=this.proxy(acf.once((function(){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:this.proxy((function(){this.$input().trigger("change")}))}),this.$list("choices").scrollTop(0).on("scroll",this.proxy(this.onScrollChoices)),this.fetch()})));this.$el.one("mouseover",t),this.$el.one("focus","input",t),acf.onceInView(this.$el,t)},onScrollChoices: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;i+a>=n&&(this.set("paged",r+1),this.fetch())}},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(n>0&&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){t.preventDefault();var i=e.parent(),n=i.parent(),a=i.data("id");n.remove(),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=acf.applyFilters("relationship_ajax_data",t,this)},fetch:function(){var e;(e=this.get("xhr"))&&e.abort();var i=this.getAjaxData(),n=this.$list("choices");1==i.paged&&n.html("");var a=t('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");n.append(a),this.set("loading",!0);var r=function(){this.set("loading",!1),a.remove()},o=function(e){if(!e||!e.results||!e.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",e.more);var i=this.walkChoices(e.results),a=t(i),r=this.val();r&&r.length&&r.map((function(t){a.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")})),n.append(a);var o=!1,s=!1;n.find(".acf-rel-label").each((function(){var e=t(this),i=e.siblings("ul");if(o&&o.text()==e.text())return s.append(i.children()),void t(this).parent().remove();o=e,s=i}))},e=t.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(i),context:this,success:o,complete:r});this.set("xhr",e)},walkChoices:function(e){var i=function(e){var n="";return t.isArray(e)?e.map((function(t){n+=i(t)})):t.isPlainObject(e)&&(void 0!==e.children?(n+='<li><span class="acf-rel-label">'+e.text+'</span><ul class="acf-bl">',n+=i(e.children),n+="</ul></li>"):n+='<li><span class="acf-rel-item" data-id="'+e.id+'">'+e.text+"</span></li>"),n};return i(e)}});acf.registerFieldType(i)}(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(t,e){var i="tab",n=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={},!1;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 r(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,"tab"),t.hiddenByTab=!1}),this)},hideFields:function(){this.getFields().map((function(t){t.hide(this.cid,"tab"),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("tab")}))},disable:function(t){this.getFields().map((function(t){t.disable("tab")}))}});acf.registerFieldType(n);var a=0,r=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(e){t.extend(this.data,e),this.tabs=[],this.active=!1;var i=this.get("placement"),n=this.get("before"),r=n.parent();"left"==i&&r.hasClass("acf-fields")&&r.addClass("-sidebar"),n.is("tr")?this.$el=t('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=t('<div class="acf-tab-wrap -'+i+'"><ul class="acf-hl acf-tab-group"></ul></div>'),n.before(this.$el),this.set("index",a,!0),a++},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(t){this.tabs.map((function(e){t.cid!==e.cid&&this.closeTab(e)}),this),this.openTab(t)},addTab:function(e,i){var n=t("<li></li>");n.append(e),this.$("ul").append(n);var a=new o({$el:n,field:i,group:this});return this.tabs.push(a),a},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)}}}),o=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)}}),s=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},
3
+ findTabs:function(){return t(".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 t=[];this.getTabs().map((function(e){var i=e.hasActive()?e.getActive().index():0;t.push(i)})),t.length&&acf.setPreference("this.tabs",t)}})}(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(t,e){var i=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(e,i){var n=this,a=!1,r=!1,o=!1,s=!1,c=!1,l=!1,u=!1,d=function(){a=acf.newPopup({title:i.attr("title"),loading:!0,width:"300px"});var e={action:"acf/fields/taxonomy/add_term",field_key:n.get("key")};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"html",success:f})},f=function(t){a.loading(!1),a.content(t),r=a.$("form"),o=a.$('input[name="term_name"]'),s=a.$('select[name="term_parent"]'),c=a.$(".acf-submit-button"),o.focus(),a.on("submit","form",h)},h=function(e,i){if(e.preventDefault(),e.stopImmediatePropagation(),""===o.val())return o.focus(),!1;acf.startButtonLoading(c);var a={action:"acf/fields/taxonomy/add_term",field_key:n.get("key"),term_name:o.val(),term_parent:s.length?s.val():0};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},p=function(t){acf.stopButtonLoading(c),u&&u.remove(),acf.isAjaxSuccess(t)?(o.val(""),g(t.data),u=acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:r,timeout:2e3,dismiss:!1})):u=acf.newNotice({type:"error",text:acf.getAjaxError(t),target:r,timeout:2e3,dismiss:!1}),o.focus()},g=function(e){var i=t('<option value="'+e.term_id+'">'+e.term_label+"</option>"),a;e.term_parent?s.children('option[value="'+e.term_parent+'"]').after(i):s.append(i),acf.getFields({type:"taxonomy"}).map((function(t){t.get("taxonomy")==n.get("taxonomy")&&t.appendTerm(e)})),n.selectTerm(e.term_id)};d()},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(e){var i=this.$("[name]:first").attr("name"),n=this.$("ul:first");"checkbox"==this.getRelatedType()&&(i+="[]");var a=t(['<li data-id="'+e.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+e.term_id+'" name="'+i+'" /> ',"<span>"+e.term_name+"</span>","</label>","</li>"].join(""));if(e.term_parent){var r=n.find('li[data-id="'+e.term_parent+'"]');(n=r.children("ul")).exists()||(n=t('<ul class="children acf-bl"></ul>'),r.append(n))}n.append(a)},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(i)}(jQuery),function(t,e){var i=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(i),acf.newTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.timepicker(i),t("body > #ui-datepicker-div").exists()&&t("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",unmountField:"disableEditor",remountField:"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(t,e){var i=[];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(e){t.extend(this.data,e)},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"),o=t.operator,s,c,l;return new(acf.getConditionTypes({fieldType:r,operator:o})[0]||acf.Condition)(a)};var n=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getConditionType=function(t){var e=n(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(t){t=acf.parseArgs(t,{fieldType:"",operator:""});var e=[];return i.map((function(i){var n=acf.getConditionType(i),a=n.prototype.fieldTypes,r=n.prototype.operator;t.fieldType&&-1===a.indexOf(t.fieldType)||t.operator&&r!==t.operator||e.push(n)})),e}}(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},acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new o(this)),this.conditions};var r=!1,o=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){this.data.field=t;var e=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 t=!1;return this.getGroups().map((function(e){var i;t||e.filter((function(t){return t.calculate()})).length==e.length&&(t=!0)})),t},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(t,e){var i=acf.__,n=function(t){return t?""+t:""},a=function(t,e){return n(t).toLowerCase()===n(e).toLowerCase()},r=function(t,e){return parseFloat(t)===parseFloat(e)},o=function(t,e){return parseFloat(t)>parseFloat(e)},s=function(t,e){return parseFloat(t)<parseFloat(e)},c=function(t,e){return(e=e.map((function(t){return n(t)}))).indexOf(t)>-1},l=function(t,e){return n(t).indexOf(n(e))>-1},u=function(t,e){var i=new RegExp(n(e),"gi");return n(t).match(i)},d=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:i("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(d);var f=d.extend({type:"hasNoValue",operator:"==empty",label:i("Has no value"),match:function(t,e){return!d.prototype.match.apply(this,arguments)}});acf.registerConditionType(f);var h=acf.Condition.extend({type:"equalTo",operator:"==",label:i("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(e,i){return t.isNumeric(e.value)?r(e.value,i.val()):a(e.value,i.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(h);var p=h.extend({type:"notEqualTo",operator:"!=",label:i("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:i("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return u(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:i("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return l(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:i("Checked")}]}});acf.registerConditionType(v);var y=p.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:i("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?c(t.value,i):a(t.value,i)},choices:function(e){var n=[],a=e.$setting("choices textarea").val().split("\n");return e.$input("allow_null").prop("checked")&&n.push({id:"",text:i("Null")}),a.map((function(e){(e=e.split(":"))[1]=e[1]||e[0],n.push({id:t.trim(e[0]),text:t.trim(e[1])})})),n}});acf.registerConditionType(b);var w=b.extend({type:"selectNotEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(w);var _=acf.Condition.extend({type:"greaterThan",operator:">",label:i("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(_);var x=_.extend({type:"lessThan",operator:"<",label:i("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),s(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(x);var $=_.extend({type:"selectionGreaterThan",label:i("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=x.extend({type:"selectionLessThan",label:i("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(t,e){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 i=function(){var e=acf.get("post_id");return t.isNumeric(e)?e:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(void 0!==e[t])return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var n=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(e){t.extend(this.data,e)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);e.acf=this,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=i()),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(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))}),t),t.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()}),t),t.on("select",(function(){var e=t.state().get("selection");e&&e.each((function(e,i){t.acf.get("select").apply(t.acf,[e,i])}))})),t.on("close",(function(){setTimeout((function(){t.acf.get("close").apply(t.acf),t.acf.remove()}),1)}))}});acf.models.SelectMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),t.on("open",(function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader}))),t.on("content:activate:browse",(function(){var e=!1;try{e=t.content.get().toolbar}catch(t){return void console.log(t)}t.acf.customizeFilters.apply(t.acf,[e])})),n.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(e){var i=e.get("filters"),n;("image"==this.get("type")&&(i.filters.all.text=acf.__("All images"),delete i.filters.audio,delete i.filters.video,delete i.filters.image,t.each(i.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 n={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};i.filters[e]=n}}));if("uploadedTo"===this.get("library")){var a=this.frame.options.library.uploadedTo;delete i.filters.unattached,delete i.filters.uploaded,t.each(i.filters,(function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=a}))}var r=this.get("field"),o;t.each(i.filters,(function(t,e){e.props._acfuploader=r})),e.get("search").model.attributes._acfuploader=r,i.renderFilters&&i.renderFilters()}}),acf.models.EditMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e,i=this.state().get("selection"),n=wp.media.attachment(t.acf.get("attachment"));i.add(n)}),t),n.prototype.addFrameEvents.apply(this,arguments)}});var a=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=i();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsButton(),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsButton:function(){if(acf.isset(wp,"media","view","Button")){var t=wp.media.view.Button;wp.media.view.Button=t.extend({initialize:function(){var t=_.defaults(this.options,this.defaults);this.model=new Backbone.Model(t),this.listenTo(this.model,"change",this.render)}})}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var e=wp.media.view.Router;wp.media.view.Router=e.extend({addExpand:function(){var e=t(['<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(""));e.on("click",(function(e){e.preventDefault();var i=t(this).closest(".media-modal");i.hasClass("acf-expanded")?i.removeClass("acf-expanded"):i.addClass("acf-expanded")})),this.$el.append(e)},initialize:function(){return e.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var e;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map((function(e,i){return{el:t("<option></option>").val(i).html(e.text)[0],priority:e.priority||50}}),this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var e=wp.media.view.AttachmentCompat,i=!1;wp.media.view.AttachmentCompat=e.extend({render:function(){return this.rendered?this:(e.prototype.render.apply(this,arguments),this.$("#acf-form-data").length?(clearTimeout(i),i=setTimeout(t.proxy((function(){this.rendered=!0,acf.doAction("append",this.$el)}),this),50),this):this)},save:function(t){var e={};t&&t.preventDefault(),e=acf.serializeForAjax(this.$el),this.controller.trigger("attachment:compat:waiting",["waiting"]),this.model.saveCompat(e).always(_.bind(this.postSave,this))}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var t=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=t.extend({render:function(){var e=acf.isget(this,"controller","acf"),i=acf.isget(this,"model","attributes");if(e&&i){i.acf_errors&&this.$el.addClass("acf-disabled");var n=e.get("selected");n&&n.indexOf(i.id)>-1&&this.$el.addClass("acf-selected")}return t.prototype.render.apply(this,arguments)},toggleSelection:function(e){var i=this.collection,n=this.options.selection,a=this.model,r=n.single(),o=this.controller,s=acf.isget(this,"model","attributes","acf_errors"),c=o.$el.find(".media-frame-content .media-sidebar");if(c.children(".acf-selection-error").remove(),c.children().removeClass("acf-hidden"),o&&s){var l=acf.isget(this,"model","attributes","filename");return c.children().addClass("acf-hidden"),c.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+l+"</span>",'<span class="selection-error-message">'+s+"</span>","</div>"].join("")),n.reset(),void n.single(a)}return t.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(t,e){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"},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 e=t("#page_template");return e.length?e.val():null},getPageParent:function(e,i){var i;return(i=t("#parent_id")).length?i.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostType:function(){return t("#post_type").val()},getPostFormat:function(e,i){var i;if((i=t("#post-formats-select input:checked")).length){var n=i.val();return"0"==n?"standard":n}return null},getPostCoreTerms:function(){var e={},i=acf.serialize(t(".categorydiv, .tagsdiv"));for(var n in i.tax_input&&(e=i.tax_input),i.post_category&&(e.category=i.post_category),e)acf.isArray(e[n])||(e[n]=e[n].split(/,[\s]?/));return e},getPostTerms:function(){var t=this.getPostCoreTerms();for(var e in acf.getFields({type:"taxonomy"}).map((function(e){if(e.get("save")){var i=e.val(),n=e.get("taxonomy");i&&(t[n]=t[n]||[],i=acf.isArray(i)?i:[i],t[n]=t[n].concat(i))}})),null!==(productType=this.getProductType())&&(t.product_type=[productType]),t)t[e]=acf.uniqueArray(t[e]);return t},getProductType:function(){var e=t("#product-type");return e.length?e.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!==(postType=this.getPostType())&&(e.post_type=postType),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){e.exists.push(t.get("key"))})),e=acf.applyFilters("check_screen_args",e);var i=function(t){"post"==acf.get("screen")?this.renderPostScreen(t):"user"==acf.get("screen")&&this.renderUserScreen(t),acf.doAction("check_screen_complete",t,e)};this.xhr=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:i})}},onChange:function(t,e){this.setTimeout(this.check,1)},renderPostScreen:function(e){var i=function(e,i){var n=t._data(e[0]).events;for(var a in n)for(var r=0;r<n[a].length;r++)i.on(a,n[a][r].handler)},n=function(e,i){var n=i.indexOf(e);if(-1==n)return!1;for(var a=n-1;a>=0;a--)if(t("#"+i[a]).length)return t("#"+i[a]).after(t("#"+e));for(var a=n+1;a<i.length;a++)if(t("#"+i[a]).length)return t("#"+i[a]).before(t("#"+e));return!1};e.visible=[],e.hidden=[],e.results=e.results.map((function(a,r){var o=acf.getPostbox(a.id);if(acf.isGutenberg()&&"acf_after_title"==a.position&&(a.position="normal"),!o){var s=t(['<div id="'+a.id+'" class="postbox">','<button type="button" class="handlediv" aria-expanded="false">','<span class="screen-reader-text">Toggle panel: '+a.title+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>",'<h2 class="hndle ui-sortable-handle">',"<span>"+a.title+"</span>","</h2>",'<div class="inside">',a.html,"</div>","</div>"].join(""));if(t("#adv-settings").length){var c=t("#adv-settings .metabox-prefs"),l=t(['<label for="'+a.id+'-hide">','<input class="hide-postbox-tog" name="'+a.id+'-hide" type="checkbox" id="'+a.id+'-hide" value="'+a.id+'" checked="checked">'," "+a.title,"</label>"].join(""));i(c.find("input").first(),l.find("input")),c.append(l)}t(".postbox").length&&(i(t(".postbox .handlediv").first(),s.children(".handlediv")),i(t(".postbox .hndle").first(),s.children(".hndle"))),"side"===a.position?t("#"+a.position+"-sortables").append(s):t("#"+a.position+"-sortables").prepend(s);var u=[];if(e.results.map((function(e){a.position===e.position&&t("#"+a.position+"-sortables #"+e.id).length&&u.push(e.id)})),n(a.id,u),e.sorted)for(var d in e.sorted){var u=e.sorted[d].split(",");if(n(a.id,u))break}o=acf.newPostbox(a),acf.doAction("append",s),acf.doAction("append_postbox",o)}return o.showEnable(),e.visible.push(a.id),a})),acf.getPostboxes().map((function(t){-1===e.visible.indexOf(t.get("id"))&&(t.hideDisable(),e.hidden.push(t.get("id")))})),t("#acf-style").html(e.style),acf.doAction("refresh_post_screen",e)},renderUserScreen:function(t){}});var i=new acf.Model({postEdits:{},wait:"load",initialize:function(){var t;acf.isGutenberg()&&(wp.data.subscribe(acf.debounce(this.onChange).bind(this)),acf.screen.getPageTemplate=this.getPageTemplate,acf.screen.getPageParent=this.getPageParent,acf.screen.getPostType=this.getPostType,acf.screen.getPostFormat=this.getPostFormat,acf.screen.getPostCoreTerms=this.getPostCoreTerms,acf.unload.disable(),parseFloat(acf.get("wp_version"))>=5.3&&this.addAction("refresh_post_screen",this.onRefreshPostScreen))},onChange:function(){var t=["template","parent","format"];(wp.data.select("core").getTaxonomies()||[]).map((function(e){t.push(e.rest_base)}));var e=wp.data.select("core/editor").getPostEdits(),i={};t.map((function(t){void 0!==e[t]&&(i[t]=e[t])})),JSON.stringify(i)!==JSON.stringify(this.postEdits)&&(this.postEdits=i,acf.screen.check())},getPageTemplate:function(){return wp.data.select("core/editor").getEditedPostAttribute("template")},getPageParent:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("parent")},getPostType:function(){return wp.data.select("core/editor").getEditedPostAttribute("type")},getPostFormat:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("format")},getPostCoreTerms:function(){var t={},e;return(wp.data.select("core").getTaxonomies()||[]).map((function(e){var i=wp.data.select("core/editor").getEditedPostAttribute(e.rest_base);i&&(t[e.slug]=i)})),t},onRefreshPostScreen:function(t){var e=wp.data.select("core/edit-post"),i=wp.data.dispatch("core/edit-post"),n={};e.getActiveMetaBoxLocations().map((function(t){n[t]=e.getMetaBoxesPerLocation(t)}));var a=[];for(var r in n)n[r].map((function(t){a.push(t.id)}));for(var r in t.results.filter((function(t){return-1===a.indexOf(t.id)})).map((function(t,e){var i=t.position;n[i]=n[i]||[],n[i].push({id:t.id,title:t.title})})),n)n[r]=n[r].filter((function(e){return-1===t.hidden.indexOf(e.id)}));i.setAvailableMetaBoxesPerLocation(n)}})}(jQuery),function(t,e){function i(){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==i())var n=new a(t,e);else var n=new r(t,e);return acf.doAction("new_select2",n),n};var n=acf.Model.extend({setup:function(e,i){t.extend(this.data,i),this.$el=e},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(e){e=acf.parseArgs(e,{id:"",text:"",selected:!1});var i=this.getOption(e.id);return i.length||((i=t("<option></option>")).html(e.text),i.attr("value",e.id),i.prop("selected",e.selected),this.$el.append(i)),i},getValue:function(){var e=[],i=this.$el.find("option:selected");return i.exists()?((i=i.sort((function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")}))).each((function(){var i=t(this);e.push({$el:i,id:i.attr("value"),text:i.text()})})),e):e},
4
+ mergeOptions:function(){},getChoices:function(){var e=function(i){var n=[];return i.children().each((function(){var i=t(this);i.is("optgroup")?n.push({text:i.attr("label"),children:e(i)}):n.push({id:i.attr("value"),text:i.text()})})),n};return e(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(e,i){var e;return(e=this.getAjaxResults(e,i)).more&&(e.pagination={more:!0}),setTimeout(t.proxy(this.mergeOptions,this),1),e},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),a=n.extend({initialize:function(){var e=this.$el,i={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return t}};i.multiple&&this.getValue().map((function(t){t.$el.detach().appendTo(e)})),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(i.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),processResults:t.proxy(this.processAjaxResults,this)});var n=this.get("field");i=acf.applyFilters("select2_args",i,e,this.data,n||!1,this),e.select2(i);var a=e.next(".select2-container");if(i.multiple){var r=a.find("ul");r.sortable({stop:function(i){r.find(".select2-selection__choice").each((function(){var i;t(t(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)})))}a.addClass("-acf"),acf.doAction("select2_init",e,i,this.data,n||!1,this)},mergeOptions:function(){var e=!1,i=!1;t('.select2-results__option[role="group"]').each((function(){var n=t(this).children("ul"),a=t(this).children("strong");if(i&&i.text()===a.text())return e.append(n.children()),void t(this).remove();e=n,i=a}))}}),r=n.extend({initialize:function(){var e=this.$el,i=this.getValue(),n=this.get("multiple"),a={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(n?i:i.shift())}},r=e.siblings("input");r.length||(r=t('<input type="hidden" />'),e.before(r)),inputValue=i.map((function(t){return t.id})).join("||"),r.val(inputValue),a.multiple&&i.map((function(t){t.$el.detach().appendTo(e)})),a.allowClear&&(a.data=a.data.filter((function(t){return""!==t.id}))),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(a.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),results:t.proxy(this.processAjaxResults,this)});var o=this.get("field");a=acf.applyFilters("select2_args",a,e,this.data,o||!1,this),r.select2(a);var s=r.select2("container"),c=t.proxy(this.getOption,this);if(a.multiple){var l=s.find("ul");l.sortable({stop:function(){l.find(".select2-search-choice").each((function(){var i=t(this).data("select2Data"),n;c(i.id).detach().appendTo(e)})),e.trigger("change")}})}r.on("select2-selecting",(function(i){var n=i.choice,a=c(n.id);a.length||(a=t('<option value="'+n.id+'">'+n.text+"</option>")),a.detach().appendTo(e)})),s.addClass("-acf"),acf.doAction("select2_init",e,a,this.data,o||!1,this),r.on("change",(function(){var t=r.val();t.indexOf("||")&&(t=t.split("||")),e.val(t).trigger("change")})),e.hide()},mergeOptions:function(){var e=!1,i=!1;t("#select2-drop .select2-result-with-children").each((function(){var n=t(this).children("ul"),a=t(this).children(".select2-result-label");if(i&&i.text()===a.text())return i.append(n.children()),void t(this).remove();e=n,i=a}))},getAjaxData:function(t,e){var i={term:t,page:e};return n.prototype.getAjaxData.apply(this,[i])}}),o=new acf.Model({priority:5,wait:"prepare",actions:{duplicate:"onDuplicate"},initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),n=acf.get("select2L10n"),a=i();return!!n&&(0!==t.indexOf("en")&&void(4==a?this.addTranslations4():3==a&&this.addTranslations3()))},addTranslations4:function(){var t=acf.get("select2L10n"),e=acf.get("locale");e=e.replace("_","-");var i={errorLoading:function(){return t.load_fail},inputTooLong:function(e){var i=e.input.length-e.maximum;return i>1?t.input_too_long_n.replace("%d",i):t.input_too_long_1},inputTooShort:function(e){var i=e.minimum-e.input.length;return i>1?t.input_too_short_n.replace("%d",i):t.input_too_short_1},loadingMore:function(){return t.load_more},maximumSelected:function(e){var i=e.maximum;return i>1?t.selection_too_long_n.replace("%d",i):t.selection_too_long_1},noResults:function(){return t.matches_0},searching:function(){return t.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+e,[],(function(){return i}))},addTranslations3:function(){var e=acf.get("select2L10n"),i=acf.get("locale");i=i.replace("_","-");var n={formatMatches:function(t){return t>1?e.matches_n.replace("%d",t):e.matches_1},formatNoMatches:function(){return e.matches_0},formatAjaxError:function(){return e.load_fail},formatInputTooShort:function(t,i){var n=i-t.length;return n>1?e.input_too_short_n.replace("%d",n):e.input_too_short_1},formatInputTooLong:function(t,i){var n=t.length-i;return n>1?e.input_too_long_n.replace("%d",n):e.input_too_long_1},formatSelectionTooBig:function(t){return t>1?e.selection_too_long_n.replace("%d",t):e.selection_too_long_1},formatLoadMore:function(){return e.load_more},formatSearching:function(){return e.searching}};t.fn.select2.locales=t.fn.select2.locales||{},t.fn.select2.locales[i]=n,t.extend(t.fn.select2.defaults,n)},onDuplicate:function(t,e){e.find(".select2-container").remove()}})}(jQuery),function(t,e){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(e,i){var n=t("#"+e),a=this.defaults(),r=acf.get("toolbars"),o=i.field||!1,s=o.$el||!1;if("undefined"==typeof tinymce)return!1;if(!a)return!1;if(tinymce.get(e))return this.enable(e);var c=t.extend({},a.tinymce,i.tinymce);c.id=e,c.selector="#"+e;var l=i.toolbar;if(l&&r&&r[l])for(var u=1;u<=4;u++)c["toolbar"+u]=r[l][u]||"";if(c.setup=function(t){t.on("change",(function(e){t.save(),n.trigger("change")})),t.on("mouseup",(function(t){var e=new MouseEvent("mouseup");window.dispatchEvent(e)}))},c.wp_autoresize_on=!1,c.tadv_noautop||(c.wpautop=!0),c=acf.applyFilters("wysiwyg_tinymce_settings",c,e,o),tinyMCEPreInit.mceInit[e]=c,"visual"==i.mode){var d=tinymce.init(c),f=tinymce.get(e);if(!f)return!1;f.acf=i.field,acf.doAction("wysiwyg_tinymce_init",f,f.id,c,o)}},initializeQuicktags:function(e,i){var n=this.defaults();if("undefined"==typeof quicktags)return!1;if(!n)return!1;var a=t.extend({},n.quicktags,i.quicktags);a.id=e;var r=i.field||!1,o=r.$el||!1;a=acf.applyFilters("wysiwyg_quicktags_settings",a,a.id,r),tinyMCEPreInit.qtInit[e]=a;var s=quicktags(a);if(!s)return!1;this.buildQuicktags(s),acf.doAction("wysiwyg_quicktags_init",s,s.id,a,r)},buildQuicktags:function(t){var e,i,n,a,r,t,o,s,c,l,u=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(s in e=t.canvas,i=t.name,n=t.settings,r="",a={},c="",l=t.id,n.buttons&&(c=","+n.buttons+","),edButtons)edButtons[s]&&(o=edButtons[s].id,c&&-1!==u.indexOf(","+o+",")&&-1===c.indexOf(","+o+",")||edButtons[s].instance&&edButtons[s].instance!==l||(a[o]=edButtons[s],edButtons[s].html&&(r+=edButtons[s].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 i=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var e=t("#acf-hidden-wp-editor");e.exists()&&e.appendTo("body")},onReady:function(){acf.isset(window,"wp","oldEditor")&&(wp.editor.autop=wp.oldEditor.autop,wp.editor.removep=wp.oldEditor.removep),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(t,e){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 t=[],e=[];return this.getErrors().map((function(i){if(i.input){var n=e.indexOf(i.input);n>-1?t[n]=i:(t.push(i),e.push(i.input))}})),t},getGlobalErrors:function(){return this.getErrors().filter((function(t){return!t.input}))},showErrors:function(){if(this.hasErrors()){var e=this.getFieldErrors(),i=this.getGlobalErrors(),n=0,a=!1;e.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 r=acf.__("Validation failed");if(i.map((function(t){r+=". "+t.message})),1==n?r+=". "+acf.__("1 field requires attention"):n>1&&(r+=". "+acf.__("%d fields require attention").replace("%d",n)),this.has("notice"))this.get("notice").update({type:"error",text:r});else{var o=acf.newNotice({type:"error",text:r,target:this.$el});this.set("notice",o)}a||(a=this.get("notice").$el),setTimeout((function(){t("html, body").animate({scrollTop:a.offset().top-t(window).height()/2},500)}),10)}},onChangeStatus:function(t,e,i,n){this.$el.removeClass("is-"+n).addClass("is-"+i)},validate:function(e){if(e=acf.parseArgs(e,{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(e.event){var i=t.Event(null,e.event);e.success=function(){acf.enableSubmit(t(i.target)).trigger(i)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),e.loading(this.$el,this),this.set("status","validating");var n=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el,this);e.valid||this.addErrors(e.errors)}},a=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el,this),this.showErrors(),e.failure(this.$el,this)):(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,this),acf.doAction("submit",this.$el),e.success(this.$el,this),acf.lockForm(this.$el),e.reset&&this.reset()),e.complete(this.$el,this),this.clearErrors()},r=acf.serialize(this.$el);return r.action="acf/validate_save_post",t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(r),type:"post",dataType:"json",context:this,success:n,complete:a}),!1},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","submit form#post":"onSubmitPost","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(e){if("safari"!==acf.get("browser")){var i=t(".acf-field [name]",e);i.length&&this.on(i,"invalid","onInvalid")}},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(n(i).addError({input:e.attr("name"),message:acf.strEscape(t.target.validationMessage)}),i.submit())},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickSubmitGutenberg:function(e,i){var n;acf.validateForm({form:t("#editor"),event:e,reset:!0,failure:function(t,e){var i=e.get("notice").$el;i.appendTo(".components-notice-list"),i.find(".acf-notice-dismiss").removeClass("small")}})||(e.preventDefault(),e.stopImmediatePropagation())},onSubmitPost:function(e,i){"dopreview"===t("input#wp-preview").val()&&(this.set("ignore",!0),acf.unlockForm(i))},onSubmit:function(t,e){if(!this.active||this.get("ignore")||t.isDefaultPrevented())return this.allowSubmit();var i;acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault()},allowSubmit:function(){return this.set("ignore",!1),this.set("originalEvent",!1),!0}})}(jQuery),function(t,e){var i=new acf.Model({priority:90,initialize:function(){this.refresh=acf.debounce(this.refresh,0)},actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh",unmount_field:"refresh",remount_field:"refresh"},refresh:function(){acf.doAction("refresh"),t(window).trigger("acfrefresh")}}),n=new acf.Model({priority:1,actions:{sortstart:"onSortstart",sortstop:"onSortstop"},onSortstart:function(t){acf.doAction("unmount",t)},onSortstop:function(t){acf.doAction("remount",t)}}),a=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(e,i){e.is("tr")&&(i.html('<td style="padding:0;" colspan="'+i.children().length+'"></td>'),e.addClass("acf-sortable-tr-helper"),e.children().each((function(){t(this).width(t(this).width())})),i.height(e.height()+"px"),e.removeClass("acf-sortable-tr-helper"))}}),r=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(e,i){var n=[];e.find("select").each((function(e){n.push(t(this).val())})),i.find("select").each((function(e){t(this).val(n[e])}))}}),o=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(e){var i=this;t(".acf-table:visible").each((function(){i.renderTable(t(this))}))},renderTable:function(e){var i=e.find("> thead > tr:visible > th[data-key]"),n=e.find("> tbody > tr:visible > td[data-key]");if(!i.length||!n.length)return!1;i.each((function(e){var i=t(this),a=i.data("key"),r=n.filter('[data-key="'+a+'"]'),o=r.filter(".acf-hidden");r.removeClass("acf-empty"),r.length===o.length?acf.hide(i):(acf.show(i),o.addClass("acf-empty"))})),i.css("width","auto"),i=i.not(".acf-hidden");var a=100,r=i.length,o;i.filter("[data-width]").each((function(){var e=t(this).data("width");t(this).css("width",e+"%"),a-=e}));var s=i.not("[data-width]");if(s.length){var c=a/s.length;s.css("width",c+"%"),a=0}a>0&&i.last().css("width","auto"),n.filter(".-collapsed-target").each((function(){var e=t(this);e.parent().hasClass("-collapsed")?e.attr("colspan",i.length):e.removeAttr("colspan")}))}}),s=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var e=this;t(".acf-fields:visible").each((function(){e.renderGroup(t(this))}))},renderGroup:function(e){var i=0,n=0,a=t(),r=e.children(".acf-field[data-width]:visible");return!!r.length&&(e.hasClass("-left")?(r.removeAttr("data-width"),r.css("width","auto"),!1):(r.removeClass("-r0 -c0").css({"min-height":0}),r.each((function(e){var r=t(this),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left);a.length&&s>i&&(a.css({"min-height":n+"px"}),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left),i=0,n=0,a=t()),acf.get("rtl")&&(c=Math.ceil(r.parent().width()-(o.left+r.outerWidth()))),0==s?r.addClass("-r0"):0==c&&r.addClass("-c0");var l=Math.ceil(r.outerHeight())+1;n=Math.max(n,l),i=Math.max(i,s),a=a.add(r)})),void(a.length&&a.css({"min-height":n+"px"}))))}})}(jQuery),function(t,e){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e,e},acf.getCompatibility=function(t){return t.compatibility||null};var i=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});i._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},i.get_selector=function(e){var i=".acf-field";if(!e)return i;if(t.isPlainObject(e)){if(t.isEmptyObject(e))return i;for(var n in e){e=e[n];break}}return i+="-"+e,i=acf.strReplace("_","-",i),i=acf.strReplace("field-field-","field-",i)},i.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)},i.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},i.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},i.get_field_wrap=function(t){return t.closest(this.get_selector())},i.get_field_key=function(t){return t.data("key")},i.get_field_type=function(t){return t.data("type")},i.get_data=function(t,e){return acf.parseArgs(t.data(),e)},i.maybe_get=function(t,e,i){void 0===i&&(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 n=function(t){return t instanceof acf.Field?t.$el:t},a=function(t){return acf.arrayArgs(t).map(n)},r=function(e){return function(){if(arguments.length)var i=a(arguments);else var i=[t(document)];return e.apply(this,i)}};i.add_action=function(t,e,n,a){var o=t.split(" "),s=o.length;if(s>1){for(var c=0;c<s;c++)t=o[c],i.add_action.apply(this,arguments);return this}var e=r(e);return acf.addAction.apply(this,arguments)},i.add_filter=function(t,e,i,n){var e=r(e);return acf.addFilter.apply(this,arguments)},i.model={actions:{},filters:{},events:{},extend:function(e){var i=t.extend({},this,e);return t.each(i.actions,(function(t,e){i._add_action(t,e)})),t.each(i.filters,(function(t,e){i._add_filter(t,e)})),t.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,this[e],a,this)},_add_filter:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_filter(t,this[e],a,this)},_add_event:function(e,i){var n=this,a=e.indexOf(" "),r=a>0?e.substr(0,a):e,o=a>0?e.substr(a+1):"",s=function(e){e.$el=t(this),acf.field_group&&(e.$field=e.$el.closest(".acf-field-object")),"function"==typeof n.event&&(e=n.event(e)),n[i].apply(n,arguments)};o?t(document).on(r,o,s):t(document).on(r,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}},i.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(e,i){var n=this,a=e.substr(0,e.indexOf(" ")),r=e.substr(e.indexOf(" ")+1),o=acf.get_selector(n.type);t(document).on(a,o+" "+r,(function(e){var a=t(this),r=acf.get_closest_field(a,n.type);r.length&&(r.is(n.$field)||n.set("$field",r),e.$el=a,e.$field=r,n[i].apply(n,[e]))}))},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var o=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});i.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)}})}},i.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)}}),i.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()}},i.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}),i.ajax=acf.screen}(jQuery);
includes/acf-user-functions.php CHANGED
@@ -53,7 +53,7 @@ function acf_get_user_result( $user ) {
53
  // Add name.
54
  if( $user->first_name && $user->last_name ) {
55
  $text .= " ({$user->first_name} {$user->last_name})";
56
- } elseif( $user->last_name ) {
57
  $text .= " ({$user->first_name})";
58
  }
59
  return compact('id', 'text');
@@ -72,16 +72,19 @@ function acf_get_user_result( $user ) {
72
  * @return array
73
  */
74
  function acf_get_user_role_labels( $roles = array() ) {
 
75
 
76
  // Load all roles if none provided.
77
- if( !$roles ) {
78
- $roles = get_editable_roles();
79
  }
80
 
81
  // Loop over roles and populare labels.
82
  $lables = array();
83
  foreach( $roles as $role ) {
84
- $lables[ $role ] = translate_user_role( $role );
 
 
85
  }
86
 
87
  // Return labels.
53
  // Add name.
54
  if( $user->first_name && $user->last_name ) {
55
  $text .= " ({$user->first_name} {$user->last_name})";
56
+ } elseif( $user->first_name ) {
57
  $text .= " ({$user->first_name})";
58
  }
59
  return compact('id', 'text');
72
  * @return array
73
  */
74
  function acf_get_user_role_labels( $roles = array() ) {
75
+ $all_roles = wp_roles()->get_names();
76
 
77
  // Load all roles if none provided.
78
+ if( empty($roles) ) {
79
+ $roles = array_keys( $all_roles );
80
  }
81
 
82
  // Loop over roles and populare labels.
83
  $lables = array();
84
  foreach( $roles as $role ) {
85
+ if( isset($all_roles[ $role ]) ) {
86
+ $lables[ $role ] = translate_user_role( $all_roles[ $role ] );
87
+ }
88
  }
89
 
90
  // Return labels.
includes/admin/admin-upgrade.php CHANGED
@@ -21,7 +21,9 @@ class ACF_Admin_Upgrade {
21
 
22
  // actions
23
  add_action( 'admin_menu', array($this,'admin_menu'), 20 );
24
- add_action( 'network_admin_menu', array($this,'network_admin_menu'), 20 );
 
 
25
  }
26
 
27
  /**
21
 
22
  // actions
23
  add_action( 'admin_menu', array($this,'admin_menu'), 20 );
24
+ if( is_multisite() ) {
25
+ add_action( 'network_admin_menu', array($this,'network_admin_menu'), 20 );
26
+ }
27
  }
28
 
29
  /**
includes/admin/views/html-admin-page-upgrade-network.php CHANGED
@@ -153,38 +153,14 @@
153
  blog_id: $input.val()
154
  }),
155
  success: function( json ){
156
-
157
- // success
158
- if( acf.isAjaxSuccess(json) ) {
159
-
160
- // update
161
- success = true;
162
-
163
- // remove input
164
- $input.remove();
165
-
166
- // set response text
167
- text = '<?php _e('Upgrade complete.', 'acf'); ?>';
168
- if( jsonText = acf.getAjaxMessage(json) ) {
169
- text = jsonText;
170
- }
171
-
172
- // error
173
- } else {
174
-
175
- // set response text
176
- text = '<?php _e('Upgrade failed.', 'acf'); ?>';
177
- if( jsonText = acf.getAjaxError(json) ) {
178
- text += ' <pre>' + jsonText + '</pre>';
179
- }
180
- }
181
  },
182
  error: function( jqXHR, textStatus, errorThrown ){
183
-
184
- // set response text
185
  text = '<?php _e('Upgrade failed.', 'acf'); ?>';
186
- if( errorThrown) {
187
- text += ' <pre>' + errorThrown + '</pre>';
188
  }
189
  },
190
  complete: this.proxy(function(){
153
  blog_id: $input.val()
154
  }),
155
  success: function( json ){
156
+ success = true;
157
+ $input.remove();
158
+ text = '<?php _e('Upgrade complete.', 'acf'); ?>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  },
160
  error: function( jqXHR, textStatus, errorThrown ){
 
 
161
  text = '<?php _e('Upgrade failed.', 'acf'); ?>';
162
+ if( error = acf.getXhrError(jqXHR) ) {
163
+ text += ' <code>' + error + '</code>';
164
  }
165
  },
166
  complete: this.proxy(function(){
includes/admin/views/html-admin-page-upgrade.php CHANGED
@@ -59,34 +59,12 @@
59
  action: 'acf/ajax/upgrade'
60
  }),
61
  success: function( json ){
62
-
63
- // success
64
- if( acf.isAjaxSuccess(json) ) {
65
-
66
- // update
67
- success = true;
68
-
69
- // set response text
70
- if( jsonText = acf.getAjaxMessage(json) ) {
71
- response = jsonText;
72
- }
73
-
74
- // error
75
- } else {
76
-
77
- // set response text
78
- response = '<?php _e('Upgrade failed.', 'acf'); ?>';
79
- if( jsonText = acf.getAjaxError(json) ) {
80
- response += ' <pre>' + jsonText + '</pre>';
81
- }
82
- }
83
  },
84
  error: function( jqXHR, textStatus, errorThrown ){
85
-
86
- // set response text
87
  response = '<?php _e('Upgrade failed.', 'acf'); ?>';
88
- if( errorThrown) {
89
- response += ' <pre>' + errorThrown + '</pre>';
90
  }
91
  },
92
  complete: this.proxy(function(){
59
  action: 'acf/ajax/upgrade'
60
  }),
61
  success: function( json ){
62
+ success = true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  },
64
  error: function( jqXHR, textStatus, errorThrown ){
 
 
65
  response = '<?php _e('Upgrade failed.', 'acf'); ?>';
66
+ if( error = acf.getXhrError(jqXHR) ) {
67
+ response += ' <code>' + error + '</code>';
68
  }
69
  },
70
  complete: this.proxy(function(){
includes/ajax/class-acf-ajax-query-users.php ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
+
5
+ if( ! class_exists('ACF_Ajax_Query_Users') ) :
6
+
7
+ class ACF_Ajax_Query_Users extends ACF_Ajax_Query {
8
+
9
+ /** @var string The AJAX action name. */
10
+ var $action = 'acf/ajax/query_users';
11
+
12
+ /**
13
+ * init_request
14
+ *
15
+ * Called at the beginning of a request to setup properties.
16
+ *
17
+ * @date 23/5/19
18
+ * @since 5.8.1
19
+ *
20
+ * @param array $request The request args.
21
+ * @return void
22
+ */
23
+ function init_request( $request ) {
24
+ parent::init_request( $request );
25
+
26
+ // Customize query.
27
+ add_filter( 'user_search_columns', array( $this, 'filter_search_columns' ), 10, 3 );
28
+
29
+ /**
30
+ * Fires when a request is made.
31
+ *
32
+ * @date 21/5/19
33
+ * @since 5.8.1
34
+ *
35
+ * @param array $request The query request.
36
+ * @param ACF_Ajax_Query $query The query object.
37
+ */
38
+ do_action( "acf/ajax/query_users/init", $request, $this );
39
+ }
40
+
41
+ /**
42
+ * get_args
43
+ *
44
+ * Returns an array of args for this query.
45
+ *
46
+ * @date 31/7/18
47
+ * @since 5.7.2
48
+ *
49
+ * @param array $request The request args.
50
+ * @return array
51
+ */
52
+ function get_args( $request ) {
53
+ $args = parent::get_args( $request );
54
+ $args['number'] = $this->per_page;
55
+ $args['paged'] = $this->page;
56
+ if( $this->is_search ) {
57
+ $args['search'] = "*{$this->search}*";
58
+ }
59
+
60
+ /**
61
+ * Filters the query args.
62
+ *
63
+ * @date 21/5/19
64
+ * @since 5.8.1
65
+ *
66
+ * @param array $args The query args.
67
+ * @param array $request The query request.
68
+ * @param ACF_Ajax_Query $query The query object.
69
+ */
70
+ return apply_filters( "acf/ajax/query_users/args", $args, $request, $this );
71
+ }
72
+
73
+ /**
74
+ * Prepares args for the get_results() method.
75
+ *
76
+ * @date 23/3/20
77
+ * @since 5.8.9
78
+ *
79
+ * @param array args The query args.
80
+ * @return array
81
+ */
82
+ function prepare_args( $args ) {
83
+
84
+ // Parse pagination args that may have been modified.
85
+ if( isset($args['users_per_page']) ) {
86
+ $this->per_page = intval($args['users_per_page']);
87
+ unset( $args['users_per_page'] );
88
+
89
+ } elseif( isset($args['number']) ) {
90
+ $this->per_page = intval($args['number']);
91
+ }
92
+
93
+ if( isset($args['paged']) ) {
94
+ $this->page = intval($args['paged']);
95
+ unset( $args['paged'] );
96
+ }
97
+
98
+ // Set pagination args for fine control.
99
+ $args['number'] = $this->per_page;
100
+ $args['offset'] = $this->per_page * ($this->page - 1);
101
+ $args['count_total'] = true;
102
+ return $args;
103
+ }
104
+
105
+ /**
106
+ * get_results
107
+ *
108
+ * Returns an array of results for the given args.
109
+ *
110
+ * @date 31/7/18
111
+ * @since 5.7.2
112
+ *
113
+ * @param array args The query args.
114
+ * @return array
115
+ */
116
+ function get_results( $args ) {
117
+ $results = array();
118
+
119
+ // Prepare args for quey.
120
+ $args = $this->prepare_args( $args );
121
+
122
+ // Get result groups.
123
+ if( !empty( $args['role__in']) ) {
124
+ $roles = acf_get_user_role_labels( $args['role__in'] );
125
+ } else {
126
+ $roles = acf_get_user_role_labels();
127
+ }
128
+
129
+ // Return a flat array of results when searching or when queriying one group only.
130
+ if( $this->is_search || count($roles) === 1 ) {
131
+
132
+ // Query users and append to results.
133
+ $wp_user_query = new WP_User_Query( $args );
134
+ $users = (array) $wp_user_query->get_results();
135
+ $total_users = $wp_user_query->get_total();
136
+ foreach( $users as $user ) {
137
+ $results[] = $this->get_result( $user );
138
+ }
139
+
140
+ // Determine if more results exist.
141
+ // As this query does not return grouped results, the calculation can be exact (">").
142
+ $this->more = ( $total_users > count($users) + $args['offset'] );
143
+
144
+ // Otherwise, group results via role.
145
+ } else {
146
+
147
+ // Unset args that will interfer with query results.
148
+ unset( $args['role__in'], $args['role__not_in'] );
149
+
150
+ // Loop over each role.
151
+ foreach( $roles as $role => $role_label ) {
152
+
153
+ // Query users (for this role only).
154
+ $args['role'] = $role;
155
+ $wp_user_query = new WP_User_Query( $args );
156
+ $users = (array) $wp_user_query->get_results();
157
+ $total_users = $wp_user_query->get_total();
158
+
159
+ //acf_log( $args );
160
+ //acf_log( '- ', count($users) );
161
+ //acf_log( '- ', $total_users );
162
+
163
+ // If users were found for this query...
164
+ if( $users ) {
165
+
166
+ // Append optgroup of results.
167
+ $role_results = array();
168
+ foreach( $users as $user ) {
169
+ $role_results[] = $this->get_result( $user );
170
+ }
171
+ $results[] = array(
172
+ 'text' => $role_label,
173
+ 'children' => $role_results
174
+ );
175
+
176
+ // End loop when enough results have been found.
177
+ if( count($users) === $args['number'] ) {
178
+
179
+ // Determine if more results exist.
180
+ // As this query does return grouped results, the calculation is best left fuzzy to avoid querying the next group (">=").
181
+ $this->more = ( $total_users >= count($users) + $args['offset'] );
182
+ break;
183
+
184
+ // Otherwise, modify the args so that the next query can continue on correctly.
185
+ } else {
186
+ $args['offset'] = 0;
187
+ $args['number'] -= count($users);
188
+ }
189
+
190
+ // If no users were found (for the current pagination args), but there were users found for previous pages...
191
+ // Modify the args so that the next query is offset slightly less (the number of total users) and can continue on correctly.
192
+ } elseif( $total_users ) {
193
+ $args['offset'] -= $total_users;
194
+ continue;
195
+
196
+ // Ignore roles that will never return a result.
197
+ } else {
198
+ continue;
199
+ }
200
+ }
201
+ }
202
+
203
+ /**
204
+ * Filters the query results.
205
+ *
206
+ * @date 21/5/19
207
+ * @since 5.8.1
208
+ *
209
+ * @param array $results The query results.
210
+ * @param array $args The query args.
211
+ * @param ACF_Ajax_Query $query The query object.
212
+ */
213
+ return apply_filters( "acf/ajax/query_users/results", $results, $args, $this );
214
+ }
215
+
216
+ /**
217
+ * get_result
218
+ *
219
+ * Returns a single result for the given item object.
220
+ *
221
+ * @date 31/7/18
222
+ * @since 5.7.2
223
+ *
224
+ * @param mixed $item A single item from the queried results.
225
+ * @return string
226
+ */
227
+ function get_result( $user ) {
228
+ $item = acf_get_user_result( $user );
229
+
230
+ /**
231
+ * Filters the result item.
232
+ *
233
+ * @date 21/5/19
234
+ * @since 5.8.1
235
+ *
236
+ * @param array $item The choice id and text.
237
+ * @param ACF_User $user The user object.
238
+ * @param ACF_Ajax_Query $query The query object.
239
+ */
240
+ return apply_filters( "acf/ajax/query_users/result", $item, $user, $this );
241
+ }
242
+
243
+ /**
244
+ * Filters the WP_User_Query search columns.
245
+ *
246
+ * @date 9/3/20
247
+ * @since 5.8.8
248
+ *
249
+ * @param array $columns An array of column names to be searched.
250
+ * @param string $search The search term.
251
+ * @param WP_User_Query $WP_User_Query The WP_User_Query instance.
252
+ * @return array
253
+ */
254
+ function filter_search_columns( $columns, $search, $WP_User_Query ) {
255
+
256
+ /**
257
+ * Filters the column names to be searched.
258
+ *
259
+ * @date 21/5/19
260
+ * @since 5.8.1
261
+ *
262
+ * @param array $columns An array of column names to be searched.
263
+ * @param string $search The search term.
264
+ * @param WP_User_Query $WP_User_Query The WP_User_Query instance.
265
+ * @param ACF_Ajax_Query $query The query object.
266
+ */
267
+ return apply_filters( "acf/ajax/query_users/search_columns", $columns, $search, $WP_User_Query, $this );
268
+ }
269
+ }
270
+
271
+ acf_new_instance('ACF_Ajax_Query_Users');
272
+
273
+ endif; // class_exists check
includes/ajax/class-acf-ajax-query.php ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4
+
5
+ if( ! class_exists('ACF_Ajax_Query') ) :
6
+
7
+ class ACF_Ajax_Query extends ACF_Ajax {
8
+
9
+ /** @var bool Prevents access for non-logged in users. */
10
+ var $public = true;
11
+
12
+ /** @var int The page of results to return. */
13
+ var $page = 1;
14
+
15
+ /** @var int The number of results per page. */
16
+ var $per_page = 20;
17
+
18
+ /** @var bool Signifies whether or not this AJAX query has more pages to load. */
19
+ var $more = false;
20
+
21
+ /** @var string The searched term. */
22
+ var $search = '';
23
+
24
+ /** @var bool Signifies whether the current query is a search. */
25
+ var $is_search = false;
26
+
27
+ /** @var (int|string) The post_id being edited. */
28
+ var $post_id = 0;
29
+
30
+ /** @var array The ACF field related to this query. */
31
+ var $field = false;
32
+
33
+ /**
34
+ * get_response
35
+ *
36
+ * Returns the response data to sent back.
37
+ *
38
+ * @date 31/7/18
39
+ * @since 5.7.2
40
+ *
41
+ * @param array $request The request args.
42
+ * @return (array|WP_Error) The response data or WP_Error.
43
+ */
44
+ function get_response( $request ) {
45
+
46
+ // Init request.
47
+ $this->init_request( $request );
48
+
49
+ // Get query args.
50
+ $args = $this->get_args( $request );
51
+
52
+ // Get query results.
53
+ $results = $this->get_results( $args );
54
+ if( is_wp_error($results) ) {
55
+ return $results;
56
+ }
57
+
58
+ // Return response.
59
+ return array(
60
+ 'results' => $results,
61
+ 'more' => $this->more
62
+ );
63
+ }
64
+
65
+ /**
66
+ * init_request
67
+ *
68
+ * Called at the beginning of a request to setup properties.
69
+ *
70
+ * @date 23/5/19
71
+ * @since 5.8.1
72
+ *
73
+ * @param array $request The request args.
74
+ * @return void
75
+ */
76
+ function init_request( $request ) {
77
+
78
+ // Get field for this query.
79
+ if( isset($request['field_key']) ) {
80
+ $this->field = acf_get_field( $request['field_key'] );
81
+ }
82
+
83
+ // Update query properties.
84
+ if( isset($request['page']) ) {
85
+ $this->page = intval($request['page']);
86
+ }
87
+ if( isset($request['per_page']) ) {
88
+ $this->per_page = intval($request['per_page']);
89
+ }
90
+ if( isset($request['search']) && acf_not_empty($request['search']) ) {
91
+ $this->search = sanitize_text_field($request['search']);
92
+ $this->is_search = true;
93
+ }
94
+ if( isset($request['post_id']) ) {
95
+ $this->post_id = $request['post_id'];
96
+ }
97
+ }
98
+
99
+ /**
100
+ * get_args
101
+ *
102
+ * Returns an array of args for this query.
103
+ *
104
+ * @date 31/7/18
105
+ * @since 5.7.2
106
+ *
107
+ * @param array $request The request args.
108
+ * @return array
109
+ */
110
+ function get_args( $request ) {
111
+
112
+ // Allow for custom "query" arg.
113
+ if( isset($request['query']) ) {
114
+ return (array) $request['query'];
115
+ }
116
+ return array();
117
+ }
118
+
119
+ /**
120
+ * get_items
121
+ *
122
+ * Returns an array of results for the given args.
123
+ *
124
+ * @date 31/7/18
125
+ * @since 5.7.2
126
+ *
127
+ * @param array args The query args.
128
+ * @return array
129
+ */
130
+ function get_results( $args ) {
131
+ return array();
132
+ }
133
+
134
+ /**
135
+ * get_item
136
+ *
137
+ * Returns a single result for the given item object.
138
+ *
139
+ * @date 31/7/18
140
+ * @since 5.7.2
141
+ *
142
+ * @param mixed $item A single item from the queried results.
143
+ * @return array An array containing "id" and "text".
144
+ */
145
+ function get_result( $item ) {
146
+ return false;
147
+ }
148
+ }
149
+
150
+ endif; // class_exists check
includes/ajax/class-acf-ajax.php CHANGED
@@ -128,18 +128,37 @@ class ACF_Ajax {
128
  */
129
  function request() {
130
 
131
- // Verify ajax request
132
- if( !acf_verify_ajax() ) {
133
- wp_send_json_error();
134
- }
135
-
136
  // Store data for has() and get() functions.
137
  $this->request = wp_unslash($_REQUEST);
138
 
 
 
 
 
 
 
139
  // Send response.
140
  $this->send( $this->get_response( $this->request ) );
141
  }
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  /**
144
  * get_response
145
  *
@@ -170,13 +189,39 @@ class ACF_Ajax {
170
 
171
  // Return error.
172
  if( is_wp_error($response) ) {
173
- wp_send_json_error(array( 'error' => $response->get_error_message() ));
174
 
175
  // Return success.
176
  } else {
177
- wp_send_json_success($response);
178
  }
179
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  }
181
 
182
  endif; // class_exists check
128
  */
129
  function request() {
130
 
 
 
 
 
 
131
  // Store data for has() and get() functions.
132
  $this->request = wp_unslash($_REQUEST);
133
 
134
+ // Verify request and handle error.
135
+ $error = $this->verify_request( $this->request );
136
+ if( is_wp_error( $error ) ) {
137
+ $this->send( $error );
138
+ }
139
+
140
  // Send response.
141
  $this->send( $this->get_response( $this->request ) );
142
  }
143
 
144
+ /**
145
+ * Verifies the request.
146
+ *
147
+ * @date 9/3/20
148
+ * @since 5.8.8
149
+ *
150
+ * @param array $request The request args.
151
+ * @return (bool|WP_Error) True on success, WP_Error on fail.
152
+ */
153
+ function verify_request( $request ) {
154
+
155
+ // Verify nonce.
156
+ if( !acf_verify_ajax() ) {
157
+ return new WP_Error( 'acf_invalid_nonce', __( 'Invalid nonce.', 'acf' ), array( 'status' => 404 ) );
158
+ }
159
+ return true;
160
+ }
161
+
162
  /**
163
  * get_response
164
  *
189
 
190
  // Return error.
191
  if( is_wp_error($response) ) {
192
+ $this->send_error( $response );
193
 
194
  // Return success.
195
  } else {
196
+ wp_send_json( $response );
197
  }
198
  }
199
+
200
+ /**
201
+ * Sends a JSON response for the given WP_Error object.
202
+ *
203
+ * @date 8/3/20
204
+ * @since 5.8.8
205
+ *
206
+ * @param WP_Error error The error object.
207
+ * @return void
208
+ */
209
+ function send_error( $error ) {
210
+
211
+ // Get error status
212
+ $error_data = $error->get_error_data();
213
+ if( is_array($error_data) && isset($error_data['status']) ) {
214
+ $status_code = $error_data['status'];
215
+ } else {
216
+ $status_code = 500;
217
+ }
218
+
219
+ wp_send_json(array(
220
+ 'code' => $error->get_error_code(),
221
+ 'message' => $error->get_error_message(),
222
+ 'data' => $error->get_error_data()
223
+ ), $status_code);
224
+ }
225
  }
226
 
227
  endif; // class_exists check
includes/fields/class-acf-field-range.php CHANGED
@@ -100,10 +100,16 @@ class acf_field_range extends acf_field_number {
100
 
101
  // range
102
  $html .= acf_get_text_input( $atts );
103
-
104
- // calculate input width based on character length (+1 char if using decimals)
105
- $len = strlen( (string) $field['max'] );
106
- if( $atts['step'] < 1 ) $len++;
 
 
 
 
 
 
107
 
108
  // input
109
  $html .= acf_get_text_input(array(
100
 
101
  // range
102
  $html .= acf_get_text_input( $atts );
103
+
104
+ // Calculate input width based on the largest possible input character length.
105
+ // Also take into account the step size for decimal steps minus - 1.5 chars for leading "0.".
106
+ $len = max(
107
+ strlen( strval($field['min']) ),
108
+ strlen( strval($field['max']) )
109
+ );
110
+ if( floatval($atts['step']) < 1 ) {
111
+ $len += strlen( strval($field['step']) ) - 1.5;
112
+ }
113
 
114
  // input
115
  $html .= acf_get_text_input(array(
includes/fields/class-acf-field-taxonomy.php CHANGED
@@ -474,26 +474,23 @@ class acf_field_taxonomy extends acf_field {
474
 
475
  function save_post( $post_id ) {
476
 
477
- // bail ealry if no terms
478
- if( empty($this->save_post_terms) ) return;
479
-
480
-
481
- // vars
482
- $info = acf_get_post_id_info($post_id);
483
-
484
-
485
- // loop
486
- foreach( $this->save_post_terms as $taxonomy => $term_ids ){
487
 
488
- // save
489
- wp_set_object_terms( $info['id'], $term_ids, $taxonomy, false );
 
 
 
490
 
 
 
 
 
 
 
 
491
  }
492
-
493
-
494
- // reset array ( WP saves twice )
495
- $this->save_post_terms = array();
496
-
497
  }
498
 
499
 
474
 
475
  function save_post( $post_id ) {
476
 
477
+ // Check for saved terms.
478
+ if( !empty($this->save_post_terms) ) {
 
 
 
 
 
 
 
 
479
 
480
+ // Get post_id info and bail if not "post".
481
+ $info = acf_get_post_id_info( $post_id );
482
+ if( $info['type'] !== 'post' ) {
483
+ return;
484
+ }
485
 
486
+ // Loop over taxonomies and save terms.
487
+ foreach( $this->save_post_terms as $taxonomy => $term_ids ){
488
+ wp_set_object_terms( $info['id'], $term_ids, $taxonomy, false );
489
+ }
490
+
491
+ // Reset storage.
492
+ $this->save_post_terms = array();
493
  }
 
 
 
 
 
494
  }
495
 
496
 
includes/fields/class-acf-field-user.php CHANGED
@@ -1,26 +1,21 @@
1
  <?php
2
 
3
- if( ! class_exists('acf_field_user') ) :
4
 
5
- class acf_field_user extends acf_field {
6
-
7
-
8
- /*
9
- * __construct
10
- *
11
- * This function will setup the field type data
12
- *
13
- * @type function
14
- * @date 5/03/2014
15
- * @since 5.0.0
16
- *
17
- * @param n/a
18
- * @return n/a
19
- */
20
 
 
 
 
 
 
 
 
 
 
21
  function initialize() {
22
 
23
- // vars
24
  $this->name = 'user';
25
  $this->label = __("User",'acf');
26
  $this->category = 'relational';
@@ -31,347 +26,25 @@ class acf_field_user extends acf_field {
31
  'return_format' => 'array',
32
  );
33
 
 
 
 
 
34
 
35
- // extra
36
- add_action('wp_ajax_acf/fields/user/query', array($this, 'ajax_query'));
37
- add_action('wp_ajax_nopriv_acf/fields/user/query', array($this, 'ajax_query'));
38
-
39
- }
40
-
41
-
42
- /*
43
- * ajax_query
44
- *
45
- * description
46
- *
47
- * @type function
48
- * @date 24/10/13
49
- * @since 5.0.0
50
- *
51
- * @param $post_id (int)
52
- * @return $post_id (int)
53
- */
54
-
55
- function ajax_query() {
56
-
57
- // validate
58
- if( !acf_verify_ajax() ) die();
59
-
60
-
61
- // get choices
62
- $response = $this->get_ajax_query( $_POST );
63
-
64
-
65
- // return
66
- acf_send_ajax_results($response);
67
-
68
- }
69
-
70
-
71
- /*
72
- * get_ajax_query
73
- *
74
- * This function will return an array of data formatted for use in a select2 AJAX response
75
- *
76
- * @type function
77
- * @date 15/10/2014
78
- * @since 5.0.9
79
- *
80
- * @param $options (array)
81
- * @return (array)
82
- */
83
-
84
- function get_ajax_query( $options = array() ) {
85
-
86
- // defaults
87
- $options = acf_parse_args($options, array(
88
- 'post_id' => 0,
89
- 's' => '',
90
- 'field_key' => '',
91
- 'paged' => 1
92
- ));
93
-
94
-
95
- // load field
96
- $field = acf_get_field( $options['field_key'] );
97
- if( !$field ) return false;
98
-
99
-
100
- // vars
101
- $results = array();
102
- $args = array();
103
- $s = false;
104
- $is_search = false;
105
-
106
-
107
- // paged
108
- $args['users_per_page'] = 20;
109
- $args['paged'] = $options['paged'];
110
-
111
-
112
- // search
113
- if( $options['s'] !== '' ) {
114
-
115
- // strip slashes (search may be integer)
116
- $s = wp_unslash( strval($options['s']) );
117
-
118
-
119
- // update vars
120
- $args['s'] = $s;
121
- $is_search = true;
122
-
123
- }
124
-
125
-
126
- // role
127
- if( !empty($field['role']) ) {
128
-
129
- $args['role'] = acf_get_array( $field['role'] );
130
-
131
- }
132
-
133
-
134
- // search
135
- if( $is_search ) {
136
-
137
- // append to $args
138
- $args['search'] = '*' . $options['s'] . '*';
139
-
140
-
141
- // add reference
142
- $this->field = $field;
143
-
144
-
145
- // add filter to modify search colums
146
- add_filter('user_search_columns', array($this, 'user_search_columns'), 10, 3);
147
-
148
- }
149
-
150
-
151
- // filters
152
- $args = apply_filters("acf/fields/user/query", $args, $field, $options['post_id']);
153
- $args = apply_filters("acf/fields/user/query/name={$field['_name']}", $args, $field, $options['post_id']);
154
- $args = apply_filters("acf/fields/user/query/key={$field['key']}", $args, $field, $options['post_id']);
155
-
156
-
157
- // get users
158
- $groups = acf_get_grouped_users( $args );
159
-
160
-
161
- // loop
162
- if( !empty($groups) ) {
163
-
164
- foreach( array_keys($groups) as $group_title ) {
165
-
166
- // vars
167
- $users = acf_extract_var( $groups, $group_title );
168
- $data = array(
169
- 'text' => $group_title,
170
- 'children' => array()
171
- );
172
-
173
-
174
- // append users
175
- foreach( array_keys($users) as $user_id ) {
176
-
177
- $users[ $user_id ] = $this->get_result( $users[ $user_id ], $field, $options['post_id'] );
178
-
179
- };
180
-
181
-
182
- // order by search
183
- if( $is_search && empty($args['orderby']) ) {
184
-
185
- $users = acf_order_by_search( $users, $args['s'] );
186
-
187
- }
188
-
189
-
190
- // append to $data
191
- foreach( $users as $id => $title ) {
192
-
193
- $data['children'][] = array(
194
- 'id' => $id,
195
- 'text' => $title
196
- );
197
-
198
- }
199
-
200
-
201
- // append to $r
202
- $results[] = $data;
203
-
204
- }
205
-
206
- // optgroup or single
207
- if( !empty($args['role']) && count($args['role']) == 1 ) {
208
- $results = $results[0]['children'];
209
- }
210
- }
211
-
212
-
213
- // vars
214
- $response = array(
215
- 'results' => $results,
216
- 'limit' => $args['users_per_page']
217
- );
218
-
219
-
220
- // return
221
- return $response;
222
-
223
- }
224
-
225
-
226
-
227
- /*
228
- * get_result
229
- *
230
- * This function returns the HTML for a result
231
- *
232
- * @type function
233
- * @date 1/11/2013
234
- * @since 5.0.0
235
- *
236
- * @param $post (object)
237
- * @param $field (array)
238
- * @param $post_id (int) the post_id to which this value is saved to
239
- * @return (string)
240
- */
241
-
242
- function get_result( $user, $field, $post_id = 0 ) {
243
-
244
- // get post_id
245
- if( !$post_id ) $post_id = acf_get_form_data('post_id');
246
-
247
-
248
- // vars
249
- $result = $user->user_login;
250
-
251
-
252
- // append name
253
- if( $user->first_name ) {
254
-
255
- $result .= ' (' . $user->first_name;
256
-
257
- if( $user->last_name ) {
258
-
259
- $result .= ' ' . $user->last_name;
260
-
261
- }
262
-
263
- $result .= ')';
264
-
265
- }
266
-
267
-
268
- // filters
269
- $result = apply_filters("acf/fields/user/result", $result, $user, $field, $post_id);
270
- $result = apply_filters("acf/fields/user/result/name={$field['_name']}", $result, $user, $field, $post_id);
271
- $result = apply_filters("acf/fields/user/result/key={$field['key']}", $result, $user, $field, $post_id);
272
-
273
-
274
- // return
275
- return $result;
276
-
277
- }
278
-
279
-
280
- /*
281
- * user_search_columns
282
- *
283
- * This function will modify the columns which the user AJAX search looks in
284
- *
285
- * @type function
286
- * @date 17/06/2014
287
- * @since 5.0.0
288
- *
289
- * @param $columns (array)
290
- * @return $columns
291
- */
292
-
293
- function user_search_columns( $columns, $search, $WP_User_Query ) {
294
-
295
- // bail early if no field
296
- if( empty($this->field) ) {
297
-
298
- return $columns;
299
-
300
- }
301
-
302
-
303
- // vars
304
- $field = $this->field;
305
-
306
-
307
- // filter for 3rd party customization
308
- $columns = apply_filters("acf/fields/user/search_columns", $columns, $search, $WP_User_Query, $field);
309
- $columns = apply_filters("acf/fields/user/search_columns/name={$field['_name']}", $columns, $search, $WP_User_Query, $field);
310
- $columns = apply_filters("acf/fields/user/search_columns/key={$field['key']}", $columns, $search, $WP_User_Query, $field);
311
-
312
-
313
- // return
314
- return $columns;
315
-
316
- }
317
-
318
- /*
319
- * render_field()
320
- *
321
- * Create the HTML interface for your field
322
- *
323
- * @type action
324
- * @since 3.6
325
- * @date 23/01/13
326
- *
327
- * @param $field - an array holding all the field's data
328
- */
329
-
330
- function render_field( $field ) {
331
-
332
- // Change Field into a select.
333
- $field['type'] = 'select';
334
- $field['ui'] = 1;
335
- $field['ajax'] = 1;
336
- $field['choices'] = array();
337
-
338
- // Populate choices.
339
- if( $field['value'] ) {
340
-
341
- // Clean value into an array of IDs.
342
- $user_ids = array_map('intval', acf_array($field['value']));
343
-
344
- // Find users in database (ensures all results are real).
345
- $users = acf_get_users(array(
346
- 'include' => $user_ids
347
- ));
348
-
349
- // Append.
350
- if( $users ) {
351
- foreach( $users as $user ) {
352
- $field['choices'][ $user->ID ] = $this->get_result( $user, $field );
353
- }
354
- }
355
- }
356
-
357
- // Render.
358
- acf_render_field( $field );
359
  }
360
 
361
-
362
- /*
363
- * render_field_settings()
364
- *
365
- * Create extra options for your field. This is rendered when editing a field.
366
- * The value of $field['name'] can be used (like bellow) to save extra data to the $field
367
- *
368
- * @type action
369
- * @since 3.6
370
- * @date 23/01/13
371
- *
372
- * @param $field - an array holding all the field's data
373
- */
374
-
375
  function render_field_settings( $field ) {
376
 
377
  acf_render_field_setting( $field, array(
@@ -379,16 +52,13 @@ class acf_field_user extends acf_field {
379
  'instructions' => '',
380
  'type' => 'select',
381
  'name' => 'role',
382
- 'choices' => acf_get_pretty_user_roles(),
383
  'multiple' => 1,
384
  'ui' => 1,
385
  'allow_null' => 1,
386
  'placeholder' => __("All user roles",'acf'),
387
  ));
388
 
389
-
390
-
391
- // allow_null
392
  acf_render_field_setting( $field, array(
393
  'label' => __('Allow Null?','acf'),
394
  'instructions' => '',
@@ -397,8 +67,6 @@ class acf_field_user extends acf_field {
397
  'ui' => 1,
398
  ));
399
 
400
-
401
- // multiple
402
  acf_render_field_setting( $field, array(
403
  'label' => __('Select multiple values?','acf'),
404
  'instructions' => '',
@@ -407,7 +75,6 @@ class acf_field_user extends acf_field {
407
  'ui' => 1,
408
  ));
409
 
410
- // return_format
411
  acf_render_field_setting( $field, array(
412
  'label' => __('Return Format','acf'),
413
  'instructions' => '',
@@ -420,97 +87,111 @@ class acf_field_user extends acf_field {
420
  ),
421
  'layout' => 'horizontal',
422
  ));
423
-
424
-
425
  }
426
 
427
-
428
- /*
429
- * update_value()
430
- *
431
- * This filter is appied to the $value before it is updated in the db
432
- *
433
- * @type filter
434
- * @since 3.6
435
- * @date 23/01/13
436
- *
437
- * @param $value - the value which will be saved in the database
438
- * @param $post_id - the $post_id of which the value will be saved
439
- * @param $field - the field array holding all the field options
440
- *
441
- * @return $value - the modified value
442
- */
443
-
444
- function update_value( $value, $post_id, $field ) {
445
-
446
- // Bail early if no value.
447
- if( empty($value) ) {
448
- return $value;
449
- }
450
 
451
- // Format array of values.
452
- // - ensure each value is an id.
453
- // - Parse each id as string for SQL LIKE queries.
454
- if( acf_is_sequential_array($value) ) {
455
- $value = array_map('acf_idval', $value);
456
- $value = array_map('strval', $value);
457
 
458
- // Parse single value for id.
459
- } else {
460
- $value = acf_idval( $value );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  }
462
 
463
- // Return value.
464
- return $value;
465
  }
466
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
467
 
468
- /*
469
- * load_value()
470
- *
471
- * This filter is applied to the $value after it is loaded from the db
472
- *
473
- * @type filter
474
- * @since 3.6
475
- * @date 23/01/13
476
- *
477
- * @param $value (mixed) the value found in the database
478
- * @param $post_id (mixed) the $post_id from which the value was loaded
479
- * @param $field (array) the field array holding all the field options
480
- * @return $value
481
- */
482
-
483
  function load_value( $value, $post_id, $field ) {
484
 
485
- // ACF4 null
486
  if( $value === 'null' ) {
487
-
488
  return false;
489
-
490
  }
491
-
492
-
493
- // return
494
  return $value;
495
  }
496
 
497
-
498
- /*
499
- * format_value()
500
- *
501
- * This filter is appied to the $value after it is loaded from the db and before it is returned to the template
502
- *
503
- * @type filter
504
- * @since 3.6
505
- * @date 23/01/13
506
- *
507
- * @param $value (mixed) the value which was loaded from the database
508
- * @param $post_id (mixed) the $post_id from which the value was loaded
509
- * @param $field (array) the field array holding all the field options
510
- *
511
- * @return $value (mixed) the modified value
512
- */
513
-
514
  function format_value( $value, $post_id, $field ) {
515
 
516
  // Bail early if no value.
@@ -571,13 +252,210 @@ class acf_field_user extends acf_field {
571
 
572
  // Return.
573
  return $value;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
574
  }
575
  }
576
 
577
 
578
  // initialize
579
- acf_register_field_type( 'acf_field_user' );
580
 
581
  endif; // class_exists check
582
-
583
- ?>
1
  <?php
2
 
3
+ if( ! class_exists('ACF_Field_User') ) :
4
 
5
+ class ACF_Field_User extends ACF_Field {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
+ /**
8
+ * Initializes the field type.
9
+ *
10
+ * @date 5/03/2014
11
+ * @since 5.0.0
12
+ *
13
+ * @param void
14
+ * @return void
15
+ */
16
  function initialize() {
17
 
18
+ // Props.
19
  $this->name = 'user';
20
  $this->label = __("User",'acf');
21
  $this->category = 'relational';
26
  'return_format' => 'array',
27
  );
28
 
29
+ // Register filter variations.
30
+ acf_add_filter_variations( 'acf/fields/user/query', array('name', 'key'), 1 );
31
+ acf_add_filter_variations( 'acf/fields/user/result', array('name', 'key'), 2 );
32
+ acf_add_filter_variations( 'acf/fields/user/search_columns', array('name', 'key'), 3 );
33
 
34
+ // Add AJAX query.
35
+ add_action( 'wp_ajax_acf/fields/user/query', array( $this, 'ajax_query' ) );
36
+ add_action( 'wp_ajax_nopriv_acf/fields/user/query', array( $this, 'ajax_query' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  }
38
 
39
+ /**
40
+ * Renders the field settings HTML.
41
+ *
42
+ * @date 23/01/13
43
+ * @since 3.6.0
44
+ *
45
+ * @param array $field The ACF field.
46
+ * @return void
47
+ */
 
 
 
 
 
48
  function render_field_settings( $field ) {
49
 
50
  acf_render_field_setting( $field, array(
52
  'instructions' => '',
53
  'type' => 'select',
54
  'name' => 'role',
55
+ 'choices' => acf_get_user_role_labels(),
56
  'multiple' => 1,
57
  'ui' => 1,
58
  'allow_null' => 1,
59
  'placeholder' => __("All user roles",'acf'),
60
  ));
61
 
 
 
 
62
  acf_render_field_setting( $field, array(
63
  'label' => __('Allow Null?','acf'),
64
  'instructions' => '',
67
  'ui' => 1,
68
  ));
69
 
 
 
70
  acf_render_field_setting( $field, array(
71
  'label' => __('Select multiple values?','acf'),
72
  'instructions' => '',
75
  'ui' => 1,
76
  ));
77
 
 
78
  acf_render_field_setting( $field, array(
79
  'label' => __('Return Format','acf'),
80
  'instructions' => '',
87
  ),
88
  'layout' => 'horizontal',
89
  ));
 
 
90
  }
91
 
92
+ /**
93
+ * Renders the field input HTML.
94
+ *
95
+ * @date 23/01/13
96
+ * @since 3.6.0
97
+ *
98
+ * @param array $field The ACF field.
99
+ * @return void
100
+ */
101
+ function render_field( $field ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
102
 
103
+ // Change Field into a select.
104
+ $field['type'] = 'select';
105
+ $field['ui'] = 1;
106
+ $field['ajax'] = 1;
107
+ $field['choices'] = array();
 
108
 
109
+ // Populate choices.
110
+ if( $field['value'] ) {
111
+
112
+ // Clean value into an array of IDs.
113
+ $user_ids = array_map('intval', acf_array($field['value']));
114
+
115
+ // Find users in database (ensures all results are real).
116
+ $users = acf_get_users(array(
117
+ 'include' => $user_ids
118
+ ));
119
+
120
+ // Append.
121
+ if( $users ) {
122
+ foreach( $users as $user ) {
123
+ $field['choices'][ $user->ID ] = $this->get_result( $user, $field );
124
+ }
125
+ }
126
  }
127
 
128
+ // Render.
129
+ acf_render_field( $field );
130
  }
131
 
132
+ /**
133
+ * Returns the result text for a fiven WP_User object.
134
+ *
135
+ * @date 1/11/2013
136
+ * @since 5.0.0
137
+ *
138
+ * @param WP_User $user The WP_User object.
139
+ * @param array $field The ACF field related to this query.
140
+ * @param (int|string) $post_id The post_id being edited.
141
+ * @return string
142
+ */
143
+ function get_result( $user, $field, $post_id = 0 ) {
144
+
145
+ // Get user result item.
146
+ $item = acf_get_user_result( $user );
147
+
148
+ // Default $post_id to current post being edited.
149
+ $post_id = $post_id ? $post_id : acf_get_form_data('post_id');
150
+
151
+ /**
152
+ * Filters the result text.
153
+ *
154
+ * @date 21/5/19
155
+ * @since 5.8.1
156
+ *
157
+ * @param array $args The query args.
158
+ * @param array $field The ACF field related to this query.
159
+ * @param (int|string) $post_id The post_id being edited.
160
+ */
161
+ return apply_filters( "acf/fields/user/result", $item['text'], $user, $field, $post_id );
162
+ }
163
 
164
+ /**
165
+ * Filters the field value after it is loaded from the database.
166
+ *
167
+ * @date 23/01/13
168
+ * @since 3.6.0
169
+ *
170
+ * @param mixed $value The field value.
171
+ * @param mixed $post_id The post ID where the value is saved.
172
+ * @param array $field The field array containing all settings.
173
+ * @return mixed
174
+ */
 
 
 
 
175
  function load_value( $value, $post_id, $field ) {
176
 
177
+ // Add compatibility for version 4.
178
  if( $value === 'null' ) {
 
179
  return false;
 
180
  }
 
 
 
181
  return $value;
182
  }
183
 
184
+ /**
185
+ * Filters the field value after it is loaded from the database but before it is returned to the front-end API.
186
+ *
187
+ * @date 23/01/13
188
+ * @since 3.6.0
189
+ *
190
+ * @param mixed $value The field value.
191
+ * @param mixed $post_id The post ID where the value is saved.
192
+ * @param array $field The field array containing all settings.
193
+ * @return mixed
194
+ */
 
 
 
 
 
 
195
  function format_value( $value, $post_id, $field ) {
196
 
197
  // Bail early if no value.
252
 
253
  // Return.
254
  return $value;
255
+ }
256
+
257
+ /**
258
+ * Filters the field value before it is saved into the database.
259
+ *
260
+ * @date 23/01/13
261
+ * @since 3.6.0
262
+ *
263
+ * @param mixed $value The field value.
264
+ * @param mixed $post_id The post ID where the value is saved.
265
+ * @param array $field The field array containing all settings.
266
+ * @return mixed
267
+ */
268
+ function update_value( $value, $post_id, $field ) {
269
+
270
+ // Bail early if no value.
271
+ if( empty($value) ) {
272
+ return $value;
273
+ }
274
+
275
+ // Format array of values.
276
+ // - ensure each value is an id.
277
+ // - Parse each id as string for SQL LIKE queries.
278
+ if( acf_is_sequential_array($value) ) {
279
+ $value = array_map('acf_idval', $value);
280
+ $value = array_map('strval', $value);
281
+
282
+ // Parse single value for id.
283
+ } else {
284
+ $value = acf_idval( $value );
285
+ }
286
+
287
+ // Return value.
288
+ return $value;
289
+ }
290
+
291
+ /**
292
+ * Callback for the AJAX query request.
293
+ *
294
+ * @date 24/10/13
295
+ * @since 5.0.0
296
+ *
297
+ * @param void
298
+ * @return void
299
+ */
300
+ function ajax_query() {
301
+
302
+ // Modify Request args.
303
+ if( isset($_REQUEST['s']) ) {
304
+ $_REQUEST['search'] = $_REQUEST['s'];
305
+ }
306
+ if( isset($_REQUEST['paged']) ) {
307
+ $_REQUEST['page'] = $_REQUEST['paged'];
308
+ }
309
+
310
+ // Add query hooks.
311
+ add_action( 'acf/ajax/query_users/init', array( $this, 'ajax_query_init' ), 10, 2 );
312
+ add_filter( 'acf/ajax/query_users/args', array( $this, 'ajax_query_args' ), 10, 3 );
313
+ add_filter( 'acf/ajax/query_users/result', array( $this, 'ajax_query_result' ), 10, 3 );
314
+ add_filter( 'acf/ajax/query_users/search_columns', array( $this, 'ajax_query_search_columns' ), 10, 4 );
315
+
316
+ // Simulate AJAX request.
317
+ acf_get_instance('ACF_Ajax_Query_Users')->request();
318
+ }
319
+
320
+ /**
321
+ * Runs during the AJAX query initialization.
322
+ *
323
+ * @date 9/3/20
324
+ * @since 5.8.8
325
+ *
326
+ * @param array $request The query request.
327
+ * @param ACF_Ajax_Query $query The query object.
328
+ * @return void
329
+ */
330
+ function ajax_query_init( $request, $query ) {
331
+
332
+ // Require field.
333
+ if( !$query->field ) {
334
+ $query->send( new WP_Error( 'acf_missing_field', __( 'Error loading field.', 'acf' ), array( 'status' => 404 ) ) );
335
+ }
336
+ }
337
+
338
+ /**
339
+ * Filters the AJAX query args.
340
+ *
341
+ * @date 9/3/20
342
+ * @since 5.8.8
343
+ *
344
+ * @param array $args The query args.
345
+ * @param array $request The query request.
346
+ * @param ACF_Ajax_Query $query The query object.
347
+ * @return array
348
+ */
349
+ function ajax_query_args( $args, $request, $query ) {
350
+
351
+ // Add specific roles.
352
+ if( $query->field['role'] ) {
353
+ $args['role__in'] = acf_array( $query->field['role'] );
354
+ }
355
+
356
+ /**
357
+ * Filters the query args.
358
+ *
359
+ * @date 21/5/19
360
+ * @since 5.8.1
361
+ *
362
+ * @param array $args The query args.
363
+ * @param array $field The ACF field related to this query.
364
+ * @param (int|string) $post_id The post_id being edited.
365
+ */
366
+ return apply_filters( "acf/fields/user/query", $args, $query->field, $query->post_id );
367
+ }
368
+
369
+ /**
370
+ * Filters the WP_User_Query search columns.
371
+ *
372
+ * @date 9/3/20
373
+ * @since 5.8.8
374
+ *
375
+ * @param array $columns An array of column names to be searched.
376
+ * @param string $search The search term.
377
+ * @param WP_User_Query $WP_User_Query The WP_User_Query instance.
378
+ * @return array
379
+ */
380
+ function ajax_query_search_columns( $columns, $search, $WP_User_Query, $query ) {
381
+
382
+ /**
383
+ * Filters the column names to be searched.
384
+ *
385
+ * @date 21/5/19
386
+ * @since 5.8.1
387
+ *
388
+ * @param array $columns An array of column names to be searched.
389
+ * @param string $search The search term.
390
+ * @param WP_User_Query $WP_User_Query The WP_User_Query instance.
391
+ * @param array $field The ACF field related to this query.
392
+ */
393
+ return apply_filters( "acf/fields/user/search_columns", $columns, $search, $WP_User_Query, $query->field );
394
+ }
395
+
396
+ /**
397
+ * Filters the AJAX Query result.
398
+ *
399
+ * @date 9/3/20
400
+ * @since 5.8.8
401
+ *
402
+ * @param array $item The choice id and text.
403
+ * @param WP_User $user The user object.
404
+ * @param ACF_Ajax_Query $query The query object.
405
+ * @return array
406
+ */
407
+ function ajax_query_result( $item, $user, $query ) {
408
+
409
+ /**
410
+ * Filters the result text.
411
+ *
412
+ * @date 21/5/19
413
+ * @since 5.8.1
414
+ *
415
+ * @param string The result text.
416
+ * @param WP_User $user The user object.
417
+ * @param array $field The ACF field related to this query.
418
+ * @param (int|string) $post_id The post_id being edited.
419
+ */
420
+ $item['text'] = apply_filters( "acf/fields/user/result", $item['text'], $user, $query->field, $query->post_id );
421
+ return $item;
422
+ }
423
+
424
+ /**
425
+ * Return an array of data formatted for use in a select2 AJAX response.
426
+ *
427
+ * @date 15/10/2014
428
+ * @since 5.0.9
429
+ * @deprecated 5.8.9
430
+ *
431
+ * @param array $args An array of query args.
432
+ * @return array
433
+ */
434
+ function get_ajax_query( $options = array() ) {
435
+ _deprecated_function( __FUNCTION__, '5.8.9' );
436
+ return array();
437
+ }
438
+
439
+ /**
440
+ * Filters the WP_User_Query search columns.
441
+ *
442
+ * @date 15/10/2014
443
+ * @since 5.0.9
444
+ * @deprecated 5.8.9
445
+ *
446
+ * @param array $columns An array of column names to be searched.
447
+ * @param string $search The search term.
448
+ * @param WP_User_Query $WP_User_Query The WP_User_Query instance.
449
+ * @return array
450
+ */
451
+ function user_search_columns( $columns, $search, $WP_User_Query ) {
452
+ _deprecated_function( __FUNCTION__, '5.8.9' );
453
+ return $columns;
454
  }
455
  }
456
 
457
 
458
  // initialize
459
+ acf_register_field_type( 'ACF_Field_User' );
460
 
461
  endif; // class_exists check
 
 
lang/acf-de_DE.mo CHANGED
Binary file
lang/acf-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Advanced Custom Fields Pro v5.8\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
- "POT-Creation-Date: 2019-05-09 15:51+0200\n"
6
- "PO-Revision-Date: 2019-05-09 17:23+0200\n"
7
  "Last-Translator: Ralf Koller <r.koller@gmail.com>\n"
8
  "Language-Team: Ralf Koller <r.koller@gmail.com>\n"
9
  "Language: de_DE\n"
@@ -11,7 +11,7 @@ msgstr ""
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.2.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;"
@@ -23,114 +23,114 @@ msgstr ""
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  # @ acf
26
- #: acf.php:80
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
  # @ acf
31
- #: acf.php:363 includes/admin/admin.php:58
32
  msgid "Field Groups"
33
  msgstr "Feldgruppen"
34
 
35
  # @ acf
36
- #: acf.php:364
37
  msgid "Field Group"
38
  msgstr "Feldgruppe"
39
 
40
  # @ acf
41
- #: acf.php:365 acf.php:397 includes/admin/admin.php:59
42
  #: pro/fields/class-acf-field-flexible-content.php:558
43
  msgid "Add New"
44
  msgstr "Erstellen"
45
 
46
  # @ acf
47
- #: acf.php:366
48
  msgid "Add New Field Group"
49
  msgstr "Neue Feldgruppe erstellen"
50
 
51
  # @ acf
52
- #: acf.php:367
53
  msgid "Edit Field Group"
54
  msgstr "Feldgruppe bearbeiten"
55
 
56
  # @ acf
57
- #: acf.php:368
58
  msgid "New Field Group"
59
  msgstr "Neue Feldgruppe"
60
 
61
  # @ acf
62
- #: acf.php:369
63
  msgid "View Field Group"
64
  msgstr "Feldgruppe anzeigen"
65
 
66
  # @ acf
67
- #: acf.php:370
68
  msgid "Search Field Groups"
69
  msgstr "Feldgruppen durchsuchen"
70
 
71
  # @ acf
72
- #: acf.php:371
73
  msgid "No Field Groups found"
74
  msgstr "Keine Feldgruppen gefunden"
75
 
76
  # @ acf
77
- #: acf.php:372
78
  msgid "No Field Groups found in Trash"
79
  msgstr "Keine Feldgruppen im Papierkorb gefunden"
80
 
81
  # @ acf
82
- #: acf.php:395 includes/admin/admin-field-group.php:220
83
  #: includes/admin/admin-field-groups.php:530
84
  #: pro/fields/class-acf-field-clone.php:811
85
  msgid "Fields"
86
  msgstr "Felder"
87
 
88
  # @ acf
89
- #: acf.php:396
90
  msgid "Field"
91
  msgstr "Feld"
92
 
93
  # @ acf
94
- #: acf.php:398
95
  msgid "Add New Field"
96
  msgstr "Feld hinzufügen"
97
 
98
  # @ acf
99
- #: acf.php:399
100
  msgid "Edit Field"
101
  msgstr "Feld bearbeiten"
102
 
103
  # @ acf
104
- #: acf.php:400 includes/admin/views/field-group-fields.php:41
105
  msgid "New Field"
106
  msgstr "Neues Feld"
107
 
108
  # @ acf
109
- #: acf.php:401
110
  msgid "View Field"
111
  msgstr "Feld anzeigen"
112
 
113
  # @ acf
114
- #: acf.php:402
115
  msgid "Search Fields"
116
  msgstr "Felder suchen"
117
 
118
  # @ acf
119
- #: acf.php:403
120
  msgid "No Fields found"
121
  msgstr "Keine Felder gefunden"
122
 
123
  # @ acf
124
- #: acf.php:404
125
  msgid "No Fields found in Trash"
126
  msgstr "Keine Felder im Papierkorb gefunden"
127
 
128
- #: acf.php:443 includes/admin/admin-field-group.php:402
129
  #: includes/admin/admin-field-groups.php:587
130
  msgid "Inactive"
131
  msgstr "Inaktiv"
132
 
133
- #: acf.php:448
134
  #, php-format
135
  msgid "Inactive <span class=\"count\">(%s)</span>"
136
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
@@ -138,13 +138,13 @@ msgstr[0] "Inaktiv <span class=\"count\">(%s)</span>"
138
  msgstr[1] "Inaktiv <span class=\"count\">(%s)</span>"
139
 
140
  # @ acf
141
- #: includes/acf-field-functions.php:828
142
  #: includes/admin/admin-field-group.php:178
143
  msgid "(no label)"
144
  msgstr "(keine Beschriftung)"
145
 
146
  # @ acf
147
- #: includes/acf-field-group-functions.php:816
148
  #: includes/admin/admin-field-group.php:180
149
  msgid "copy"
150
  msgstr "Kopie"
@@ -234,7 +234,7 @@ msgstr "(dieses Feld)"
234
  #: includes/admin/views/field-group-field-conditional-logic.php:151
235
  #: includes/admin/views/field-group-locations.php:29
236
  #: includes/admin/views/html-location-group.php:3
237
- #: includes/api/api-helpers.php:3862
238
  msgid "or"
239
  msgstr "oder"
240
 
@@ -263,28 +263,28 @@ msgid "Active"
263
  msgstr "Aktiviert"
264
 
265
  # @ acf
266
- #: includes/admin/admin-field-group.php:771
267
  msgid "Move Complete."
268
  msgstr "Verschieben erfolgreich abgeschlossen."
269
 
270
  # @ acf
271
- #: includes/admin/admin-field-group.php:772
272
  #, php-format
273
  msgid "The %s field can now be found in the %s field group"
274
  msgstr "Das Feld \"%s\" wurde in die %s Feldgruppe verschoben"
275
 
276
  # @ acf
277
- #: includes/admin/admin-field-group.php:773
278
  msgid "Close Window"
279
  msgstr "Schließen"
280
 
281
  # @ acf
282
- #: includes/admin/admin-field-group.php:814
283
  msgid "Please select the destination for this field"
284
  msgstr "In welche Feldgruppe solle dieses Feld verschoben werden"
285
 
286
  # @ acf
287
- #: includes/admin/admin-field-group.php:821
288
  msgid "Move Field"
289
  msgstr "Feld verschieben"
290
 
@@ -319,7 +319,7 @@ msgstr "Synchronisierung verfügbar"
319
 
320
  # @ acf
321
  #: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
322
- #: pro/fields/class-acf-field-gallery.php:372
323
  msgid "Title"
324
  msgstr "Titel"
325
 
@@ -328,7 +328,7 @@ msgstr "Titel"
328
  #: includes/admin/views/field-group-options.php:96
329
  #: includes/admin/views/html-admin-page-upgrade-network.php:38
330
  #: includes/admin/views/html-admin-page-upgrade-network.php:49
331
- #: pro/fields/class-acf-field-gallery.php:399
332
  msgid "Description"
333
  msgstr "Beschreibung"
334
 
@@ -345,8 +345,7 @@ msgstr ""
345
  "Felder erweitern."
346
 
347
  # @ acf
348
- #: includes/admin/admin-field-groups.php:628
349
- #: includes/admin/settings-info.php:76
350
  #: pro/admin/views/html-settings-updates.php:107
351
  msgid "Changelog"
352
  msgstr "Änderungsprotokoll"
@@ -374,7 +373,7 @@ msgid "Support"
374
  msgstr "Hilfe"
375
 
376
  #: includes/admin/admin-field-groups.php:642
377
- #: includes/admin/views/settings-info.php:84
378
  msgid "Pro"
379
  msgstr "Pro"
380
 
@@ -398,7 +397,7 @@ msgstr "Duplizieren"
398
 
399
  # @ acf
400
  #: includes/admin/admin-field-groups.php:719
401
- #: includes/fields/class-acf-field-google-map.php:165
402
  #: includes/fields/class-acf-field-relationship.php:593
403
  msgid "Search"
404
  msgstr "Suchen"
@@ -435,30 +434,30 @@ msgid "Tools"
435
  msgstr "Werkzeuge"
436
 
437
  # @ acf
438
- #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:94
439
- #: includes/admin/admin-upgrade.php:156
440
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
441
  #: includes/admin/views/html-admin-page-upgrade.php:26
442
  msgid "Upgrade Database"
443
  msgstr "Datenbank upgraden"
444
 
445
  # @ acf
446
- #: includes/admin/admin-upgrade.php:180
447
  msgid "Review sites & upgrade"
448
  msgstr "Übersicht Websites & Upgrades"
449
 
450
  # @ acf
451
- #: includes/admin/admin.php:54 includes/admin/views/field-group-options.php:110
452
  msgid "Custom Fields"
453
  msgstr "Individuelle Felder"
454
 
455
  # @ acf
456
- #: includes/admin/settings-info.php:50
457
  msgid "Info"
458
  msgstr "Info"
459
 
460
  # @ acf
461
- #: includes/admin/settings-info.php:75
462
  msgid "What's New"
463
  msgstr "Was gibt es Neues"
464
 
@@ -626,9 +625,9 @@ msgstr "Feld bearbeiten"
626
  # @ acf
627
  #: includes/admin/views/field-group-field.php:45
628
  #: includes/fields/class-acf-field-file.php:152
629
- #: includes/fields/class-acf-field-image.php:139
630
  #: includes/fields/class-acf-field-link.php:139
631
- #: pro/fields/class-acf-field-gallery.php:359
632
  msgid "Edit"
633
  msgstr "Bearbeiten"
634
 
@@ -743,7 +742,7 @@ msgstr "Beschriftung"
743
 
744
  # @ acf
745
  #: includes/admin/views/field-group-fields.php:6
746
- #: includes/fields/class-acf-field-taxonomy.php:939
747
  #: pro/fields/class-acf-field-flexible-content.php:596
748
  msgid "Name"
749
  msgstr "Name"
@@ -1022,14 +1021,12 @@ msgid "Upgrading data to version %s"
1022
  msgstr "Daten auf Version %s upgraden"
1023
 
1024
  # @ default
1025
- #: includes/admin/views/html-admin-page-upgrade-network.php:167
1026
  msgid "Upgrade complete."
1027
  msgstr "Upgrade abgeschlossen."
1028
 
1029
- #: includes/admin/views/html-admin-page-upgrade-network.php:176
1030
- #: includes/admin/views/html-admin-page-upgrade-network.php:185
1031
- #: includes/admin/views/html-admin-page-upgrade.php:78
1032
- #: includes/admin/views/html-admin-page-upgrade.php:87
1033
  msgid "Upgrade failed."
1034
  msgstr "Upgrade fehlgeschlagen."
1035
 
@@ -1046,8 +1043,8 @@ msgstr ""
1046
  "gibt</a>"
1047
 
1048
  # @ acf
1049
- #: includes/admin/views/html-admin-page-upgrade.php:116
1050
- #: includes/ajax/class-acf-ajax-upgrade.php:33
1051
  msgid "No updates available."
1052
  msgstr "Keine Aktualisierungen verfügbar."
1053
 
@@ -1110,21 +1107,6 @@ msgstr ""
1110
  "Stelle bitte ebenfalls sicher, dass alle Premium-Add-ons (%s) auf die "
1111
  "neueste Version aktualisiert wurden."
1112
 
1113
- # @ acf
1114
- #: includes/admin/views/settings-addons.php:3
1115
- msgid "Add-ons"
1116
- msgstr "Zusatz-Module"
1117
-
1118
- # @ acf
1119
- #: includes/admin/views/settings-addons.php:17
1120
- msgid "Download & Install"
1121
- msgstr "Download & Installieren"
1122
-
1123
- # @ acf
1124
- #: includes/admin/views/settings-addons.php:36
1125
- msgid "Installed"
1126
- msgstr "Installiert"
1127
-
1128
  # @ acf
1129
  #: includes/admin/views/settings-info.php:3
1130
  msgid "Welcome to Advanced Custom Fields"
@@ -1146,12 +1128,12 @@ msgid "A Smoother Experience"
1146
  msgstr "Eine reibungslosere Erfahrung"
1147
 
1148
  # @ acf
1149
- #: includes/admin/views/settings-info.php:19
1150
  msgid "Improved Usability"
1151
  msgstr "Verbesserte Benutzerfreundlichkeit"
1152
 
1153
  # @ acf
1154
- #: includes/admin/views/settings-info.php:20
1155
  msgid ""
1156
  "Including the popular Select2 library has improved both usability and speed "
1157
  "across a number of field types including post object, page link, taxonomy "
@@ -1163,12 +1145,12 @@ msgstr ""
1163
  "signifikant verbessert."
1164
 
1165
  # @ acf
1166
- #: includes/admin/views/settings-info.php:24
1167
  msgid "Improved Design"
1168
  msgstr "Verbessertes Design"
1169
 
1170
  # @ acf
1171
- #: includes/admin/views/settings-info.php:25
1172
  msgid ""
1173
  "Many fields have undergone a visual refresh to make ACF look better than "
1174
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
@@ -1179,12 +1161,12 @@ msgstr ""
1179
  "nagelneue oEmbed-Feld!"
1180
 
1181
  # @ acf
1182
- #: includes/admin/views/settings-info.php:29
1183
  msgid "Improved Data"
1184
  msgstr "Verbesserte Datenstruktur"
1185
 
1186
  # @ acf
1187
- #: includes/admin/views/settings-info.php:30
1188
  msgid ""
1189
  "Redesigning the data architecture has allowed sub fields to live "
1190
  "independently from their parents. This allows you to drag and drop fields in "
@@ -1196,17 +1178,17 @@ msgstr ""
1196
  "Feldern verschoben werden können!"
1197
 
1198
  # @ acf
1199
- #: includes/admin/views/settings-info.php:38
1200
  msgid "Goodbye Add-ons. Hello PRO"
1201
  msgstr "Macht's gut Add-ons&hellip; Hallo PRO"
1202
 
1203
  # @ acf
1204
- #: includes/admin/views/settings-info.php:41
1205
  msgid "Introducing ACF PRO"
1206
  msgstr "Wir dürfen vorstellen&hellip; ACF PRO"
1207
 
1208
  # @ acf
1209
- #: includes/admin/views/settings-info.php:42
1210
  msgid ""
1211
  "We're changing the way premium functionality is delivered in an exciting way!"
1212
  msgstr ""
@@ -1214,7 +1196,7 @@ msgstr ""
1214
  "gestellt wird geändert - das \"wie\" dürfte Dich begeistern!"
1215
 
1216
  # @ acf
1217
- #: includes/admin/views/settings-info.php:43
1218
  #, php-format
1219
  msgid ""
1220
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
@@ -1227,12 +1209,12 @@ msgstr ""
1227
  "ist somit erschwinglicher denn je!"
1228
 
1229
  # @ acf
1230
- #: includes/admin/views/settings-info.php:47
1231
  msgid "Powerful Features"
1232
  msgstr "Leistungsstarke Funktionen"
1233
 
1234
  # @ acf
1235
- #: includes/admin/views/settings-info.php:48
1236
  msgid ""
1237
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1238
  "layouts, a beautiful gallery field and the ability to create extra admin "
@@ -1243,17 +1225,17 @@ msgstr ""
1243
  "zusätzliche Options-Seiten im Admin-Bereich zu erstellen!"
1244
 
1245
  # @ acf
1246
- #: includes/admin/views/settings-info.php:49
1247
  #, php-format
1248
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1249
  msgstr "Lies mehr über die <a href=\"%s\">ACF PRO Funktionen</a>."
1250
 
1251
  # @ acf
1252
- #: includes/admin/views/settings-info.php:53
1253
  msgid "Easy Upgrading"
1254
  msgstr "Kinderleichte Aktualisierung"
1255
 
1256
- #: includes/admin/views/settings-info.php:54
1257
  msgid ""
1258
  "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1259
  "the plugin!"
@@ -1262,7 +1244,7 @@ msgstr ""
1262
  "das Plugin herunterladen!"
1263
 
1264
  # @ acf
1265
- #: includes/admin/views/settings-info.php:55
1266
  #, php-format
1267
  msgid ""
1268
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
@@ -1273,16 +1255,16 @@ msgstr ""
1273
  "Leitfaden (Engl.)</a> erstellt. Sollten dennoch Fragen auftreten, "
1274
  "kontaktiere bitte unser <a href=\"%s\"> Support-Team </a>."
1275
 
1276
- #: includes/admin/views/settings-info.php:64
1277
  msgid "New Features"
1278
  msgstr "Neue Funktionen"
1279
 
1280
  # @ acf
1281
- #: includes/admin/views/settings-info.php:69
1282
  msgid "Link Field"
1283
  msgstr "Link-Feld"
1284
 
1285
- #: includes/admin/views/settings-info.php:70
1286
  msgid ""
1287
  "The Link field provides a simple way to select or define a link (url, title, "
1288
  "target)."
@@ -1291,22 +1273,22 @@ msgstr ""
1291
  "entweder auszuwählen oder zu definieren."
1292
 
1293
  # @ acf
1294
- #: includes/admin/views/settings-info.php:74
1295
  msgid "Group Field"
1296
  msgstr "Gruppen-Feld"
1297
 
1298
- #: includes/admin/views/settings-info.php:75
1299
  msgid "The Group field provides a simple way to create a group of fields."
1300
  msgstr ""
1301
  "Das Gruppen-Feld bietet einen einfachen Weg eine Gruppe von Feldern zu "
1302
  "erstellen."
1303
 
1304
  # @ acf
1305
- #: includes/admin/views/settings-info.php:79
1306
  msgid "oEmbed Field"
1307
  msgstr "oEmbed-Feld"
1308
 
1309
- #: includes/admin/views/settings-info.php:80
1310
  msgid ""
1311
  "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1312
  "and other content."
@@ -1315,34 +1297,34 @@ msgstr ""
1315
  "Audio und weitere Inhalte einzubetten."
1316
 
1317
  # @ acf
1318
- #: includes/admin/views/settings-info.php:84
1319
  msgid "Clone Field"
1320
  msgstr "Klon-Feld"
1321
 
1322
- #: includes/admin/views/settings-info.php:85
1323
  msgid "The clone field allows you to select and display existing fields."
1324
  msgstr ""
1325
  "Das Klon-Feld erlaubt es dir bestehende Felder auszuwählen und anzuzeigen."
1326
 
1327
  # @ acf
1328
- #: includes/admin/views/settings-info.php:89
1329
  msgid "More AJAX"
1330
  msgstr "Mehr AJAX"
1331
 
1332
  # @ acf
1333
- #: includes/admin/views/settings-info.php:90
1334
  msgid "More fields use AJAX powered search to speed up page loading."
1335
  msgstr ""
1336
  "Mehr Felder verwenden nun eine AJAX-basierte Suche, die die Ladezeiten von "
1337
  "Seiten deutlich verringert."
1338
 
1339
  # @ acf
1340
- #: includes/admin/views/settings-info.php:94
1341
  msgid "Local JSON"
1342
  msgstr "Lokales JSON"
1343
 
1344
  # @ acf
1345
- #: includes/admin/views/settings-info.php:95
1346
  msgid ""
1347
  "New auto export to JSON feature improves speed and allows for syncronisation."
1348
  msgstr ""
@@ -1350,23 +1332,23 @@ msgstr ""
1350
  "erlaubt die Synchronisation."
1351
 
1352
  # @ acf
1353
- #: includes/admin/views/settings-info.php:99
1354
  msgid "Easy Import / Export"
1355
  msgstr "Einfacher Import / Export"
1356
 
1357
- #: includes/admin/views/settings-info.php:100
1358
  msgid "Both import and export can easily be done through a new tools page."
1359
  msgstr ""
1360
  "Importe sowie Exporte können beide einfach auf der neuen Werkzeug-Seite "
1361
  "durchgeführt werden."
1362
 
1363
  # @ acf
1364
- #: includes/admin/views/settings-info.php:104
1365
  msgid "New Form Locations"
1366
  msgstr "Neue Positionen für Formulare"
1367
 
1368
  # @ acf
1369
- #: includes/admin/views/settings-info.php:105
1370
  msgid ""
1371
  "Fields can now be mapped to menus, menu items, comments, widgets and all "
1372
  "user forms!"
@@ -1375,11 +1357,11 @@ msgstr ""
1375
  "Benutzer-Formularen zugeordnet werden!"
1376
 
1377
  # @ acf
1378
- #: includes/admin/views/settings-info.php:109
1379
  msgid "More Customization"
1380
  msgstr "Weitere Anpassungen"
1381
 
1382
- #: includes/admin/views/settings-info.php:110
1383
  msgid ""
1384
  "New PHP (and JS) actions and filters have been added to allow for more "
1385
  "customization."
@@ -1387,11 +1369,11 @@ msgstr ""
1387
  "Neue Aktionen und Filter für PHP und JS wurden hinzugefügt um noch mehr "
1388
  "Anpassungen zu erlauben."
1389
 
1390
- #: includes/admin/views/settings-info.php:114
1391
  msgid "Fresh UI"
1392
  msgstr "Eine modernisierte Benutzeroberfläche"
1393
 
1394
- #: includes/admin/views/settings-info.php:115
1395
  msgid ""
1396
  "The entire plugin has had a design refresh including new field types, "
1397
  "settings and design!"
@@ -1400,12 +1382,12 @@ msgstr ""
1400
  "Feldtypen, Einstellungen und Aussehen!"
1401
 
1402
  # @ acf
1403
- #: includes/admin/views/settings-info.php:119
1404
  msgid "New Settings"
1405
  msgstr "Neue Einstellungen"
1406
 
1407
  # @ acf
1408
- #: includes/admin/views/settings-info.php:120
1409
  msgid ""
1410
  "Field group settings have been added for Active, Label Placement, "
1411
  "Instructions Placement and Description."
@@ -1415,12 +1397,12 @@ msgstr ""
1415
  "sowie eine Beschreibung erweitert."
1416
 
1417
  # @ acf
1418
- #: includes/admin/views/settings-info.php:124
1419
  msgid "Better Front End Forms"
1420
  msgstr "Verbesserte Frontend-Formulare"
1421
 
1422
  # @ acf
1423
- #: includes/admin/views/settings-info.php:125
1424
  msgid ""
1425
  "acf_form() can now create a new post on submission with lots of new settings."
1426
  msgstr ""
@@ -1428,24 +1410,24 @@ msgstr ""
1428
  "inklusive vieler neuer Einstellungsmöglichkeiten."
1429
 
1430
  # @ acf
1431
- #: includes/admin/views/settings-info.php:129
1432
  msgid "Better Validation"
1433
  msgstr "Bessere Validierung"
1434
 
1435
  # @ acf
1436
- #: includes/admin/views/settings-info.php:130
1437
  msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1438
  msgstr ""
1439
  "Die Formular-Validierung wird nun mit Hilfe von PHP + AJAX erledigt, "
1440
  "anstelle nur JS zu verwenden."
1441
 
1442
  # @ acf
1443
- #: includes/admin/views/settings-info.php:134
1444
  msgid "Moving Fields"
1445
  msgstr "Verschiebbare Felder"
1446
 
1447
  # @ acf
1448
- #: includes/admin/views/settings-info.php:135
1449
  msgid ""
1450
  "New field group functionality allows you to move a field between groups & "
1451
  "parents."
@@ -1454,226 +1436,230 @@ msgstr ""
1454
  "übergeordneten Gruppen frei zu verschieben."
1455
 
1456
  # @ acf
1457
- #: includes/admin/views/settings-info.php:146
1458
  #, php-format
1459
  msgid "We think you'll love the changes in %s."
1460
  msgstr "Wir glauben Du wirst die Änderungen in %s lieben."
1461
 
 
 
 
 
1462
  # @ acf
1463
- #: includes/api/api-helpers.php:1003
1464
  msgid "Thumbnail"
1465
  msgstr "Vorschaubild"
1466
 
1467
  # @ acf
1468
- #: includes/api/api-helpers.php:1004
1469
  msgid "Medium"
1470
  msgstr "Mittel"
1471
 
1472
  # @ acf
1473
- #: includes/api/api-helpers.php:1005
1474
  msgid "Large"
1475
  msgstr "Groß"
1476
 
1477
  # @ acf
1478
- #: includes/api/api-helpers.php:1054
1479
  msgid "Full Size"
1480
  msgstr "Volle Größe"
1481
 
1482
  # @ acf
1483
- #: includes/api/api-helpers.php:1775 includes/api/api-term.php:147
1484
  #: pro/fields/class-acf-field-clone.php:996
1485
  msgid "(no title)"
1486
  msgstr "(ohne Titel)"
1487
 
1488
  # @ acf
1489
- #: includes/api/api-helpers.php:3783
1490
  #, php-format
1491
  msgid "Image width must be at least %dpx."
1492
  msgstr "Die Breite des Bildes muss mindestens %dpx sein."
1493
 
1494
  # @ acf
1495
- #: includes/api/api-helpers.php:3788
1496
  #, php-format
1497
  msgid "Image width must not exceed %dpx."
1498
  msgstr "Die Breite des Bildes darf %dpx nicht überschreiten."
1499
 
1500
  # @ acf
1501
- #: includes/api/api-helpers.php:3804
1502
  #, php-format
1503
  msgid "Image height must be at least %dpx."
1504
  msgstr "Die Höhe des Bildes muss mindestens %dpx sein."
1505
 
1506
  # @ acf
1507
- #: includes/api/api-helpers.php:3809
1508
  #, php-format
1509
  msgid "Image height must not exceed %dpx."
1510
  msgstr "Die Höhe des Bild darf %dpx nicht überschreiten."
1511
 
1512
  # @ acf
1513
- #: includes/api/api-helpers.php:3827
1514
  #, php-format
1515
  msgid "File size must be at least %s."
1516
  msgstr "Die Dateigröße muss mindestens %s sein."
1517
 
1518
  # @ acf
1519
- #: includes/api/api-helpers.php:3832
1520
  #, php-format
1521
  msgid "File size must must not exceed %s."
1522
  msgstr "Die Dateigröße darf %s nicht überschreiten."
1523
 
1524
  # @ acf
1525
- #: includes/api/api-helpers.php:3866
1526
  #, php-format
1527
  msgid "File type must be %s."
1528
  msgstr "Der Dateityp muss %s sein."
1529
 
1530
  # @ acf
1531
- #: includes/assets.php:168
1532
  msgid "The changes you made will be lost if you navigate away from this page"
1533
  msgstr ""
1534
  "Die vorgenommenen Änderungen gehen verloren wenn diese Seite verlassen wird"
1535
 
1536
- #: includes/assets.php:171 includes/fields/class-acf-field-select.php:259
1537
  msgctxt "verb"
1538
  msgid "Select"
1539
  msgstr "Auswählen"
1540
 
1541
- #: includes/assets.php:172
1542
  msgctxt "verb"
1543
  msgid "Edit"
1544
  msgstr "Bearbeiten"
1545
 
1546
- #: includes/assets.php:173
1547
  msgctxt "verb"
1548
  msgid "Update"
1549
  msgstr "Aktualisieren"
1550
 
1551
  # @ acf
1552
- #: includes/assets.php:174
1553
  msgid "Uploaded to this post"
1554
  msgstr "Zu diesem Beitrag hochgeladen"
1555
 
1556
  # @ acf
1557
- #: includes/assets.php:175
1558
  msgid "Expand Details"
1559
  msgstr "Details einblenden"
1560
 
1561
  # @ acf
1562
- #: includes/assets.php:176
1563
  msgid "Collapse Details"
1564
  msgstr "Details ausblenden"
1565
 
1566
- #: includes/assets.php:177
1567
  msgid "Restricted"
1568
  msgstr "Eingeschränkt"
1569
 
1570
  # @ acf
1571
- #: includes/assets.php:178 includes/fields/class-acf-field-image.php:67
1572
  msgid "All images"
1573
  msgstr "Alle Bilder"
1574
 
1575
  # @ acf
1576
- #: includes/assets.php:181
1577
  msgid "Validation successful"
1578
  msgstr "Überprüfung erfolgreich"
1579
 
1580
  # @ acf
1581
- #: includes/assets.php:182 includes/validation.php:285
1582
  #: includes/validation.php:296
1583
  msgid "Validation failed"
1584
  msgstr "Überprüfung fehlgeschlagen"
1585
 
1586
  # @ acf
1587
- #: includes/assets.php:183
1588
  msgid "1 field requires attention"
1589
  msgstr "Für 1 Feld ist eine Aktualisierung notwendig"
1590
 
1591
  # @ acf
1592
- #: includes/assets.php:184
1593
  #, php-format
1594
  msgid "%d fields require attention"
1595
  msgstr "Für %d Felder ist eine Aktualisierung notwendig"
1596
 
1597
  # @ acf
1598
- #: includes/assets.php:187
1599
  msgid "Are you sure?"
1600
  msgstr "Wirklich entfernen?"
1601
 
1602
  # @ acf
1603
- #: includes/assets.php:188 includes/fields/class-acf-field-true_false.php:79
1604
  #: includes/fields/class-acf-field-true_false.php:159
1605
  #: pro/admin/views/html-settings-updates.php:89
1606
  msgid "Yes"
1607
  msgstr "Ja"
1608
 
1609
  # @ acf
1610
- #: includes/assets.php:189 includes/fields/class-acf-field-true_false.php:80
1611
  #: includes/fields/class-acf-field-true_false.php:174
1612
  #: pro/admin/views/html-settings-updates.php:99
1613
  msgid "No"
1614
  msgstr "Nein"
1615
 
1616
  # @ acf
1617
- #: includes/assets.php:190 includes/fields/class-acf-field-file.php:154
1618
- #: includes/fields/class-acf-field-image.php:141
1619
  #: includes/fields/class-acf-field-link.php:140
1620
- #: pro/fields/class-acf-field-gallery.php:360
1621
- #: pro/fields/class-acf-field-gallery.php:549
1622
  msgid "Remove"
1623
  msgstr "Entfernen"
1624
 
1625
- #: includes/assets.php:191
1626
  msgid "Cancel"
1627
  msgstr "Abbrechen"
1628
 
1629
- #: includes/assets.php:194
1630
  msgid "Has any value"
1631
  msgstr "Hat einen Wert"
1632
 
1633
- #: includes/assets.php:195
1634
  msgid "Has no value"
1635
  msgstr "Hat keinen Wert"
1636
 
1637
  # @ acf
1638
- #: includes/assets.php:196
1639
  msgid "Value is equal to"
1640
  msgstr "Wert ist gleich"
1641
 
1642
  # @ acf
1643
- #: includes/assets.php:197
1644
  msgid "Value is not equal to"
1645
  msgstr "Wert ist ungleich"
1646
 
1647
  # @ acf
1648
- #: includes/assets.php:198
1649
  msgid "Value matches pattern"
1650
  msgstr "Wert entspricht regulärem Ausdruck"
1651
 
1652
- #: includes/assets.php:199
1653
  msgid "Value contains"
1654
  msgstr "Wert enthält"
1655
 
1656
  # @ acf
1657
- #: includes/assets.php:200
1658
  msgid "Value is greater than"
1659
  msgstr "Wert ist größer als"
1660
 
1661
  # @ acf
1662
- #: includes/assets.php:201
1663
  msgid "Value is less than"
1664
  msgstr "Wert ist kleiner als"
1665
 
1666
- #: includes/assets.php:202
1667
  msgid "Selection is greater than"
1668
  msgstr "Auswahl ist größer als"
1669
 
1670
  # @ acf
1671
- #: includes/assets.php:203
1672
  msgid "Selection is less than"
1673
  msgstr "Auswahl ist kleiner als"
1674
 
1675
  # @ acf
1676
- #: includes/assets.php:206 includes/forms/form-comment.php:166
1677
  #: pro/admin/admin-options-page.php:325
1678
  msgid "Edit field group"
1679
  msgstr "Feldgruppe bearbeiten"
@@ -1801,8 +1787,8 @@ msgstr "rot : Rot"
1801
  #: includes/fields/class-acf-field-post_object.php:411
1802
  #: includes/fields/class-acf-field-radio.php:244
1803
  #: includes/fields/class-acf-field-select.php:382
1804
- #: includes/fields/class-acf-field-taxonomy.php:784
1805
- #: includes/fields/class-acf-field-user.php:393
1806
  msgid "Allow Null?"
1807
  msgstr "NULL-Werte zulassen?"
1808
 
@@ -1813,9 +1799,9 @@ msgstr "NULL-Werte zulassen?"
1813
  #: includes/fields/class-acf-field-email.php:118
1814
  #: includes/fields/class-acf-field-number.php:127
1815
  #: includes/fields/class-acf-field-radio.php:281
1816
- #: includes/fields/class-acf-field-range.php:149
1817
  #: includes/fields/class-acf-field-select.php:373
1818
- #: includes/fields/class-acf-field-text.php:119
1819
  #: includes/fields/class-acf-field-textarea.php:102
1820
  #: includes/fields/class-acf-field-true_false.php:135
1821
  #: includes/fields/class-acf-field-url.php:100
@@ -1828,8 +1814,8 @@ msgstr "Standardwert"
1828
  #: includes/fields/class-acf-field-email.php:119
1829
  #: includes/fields/class-acf-field-number.php:128
1830
  #: includes/fields/class-acf-field-radio.php:282
1831
- #: includes/fields/class-acf-field-range.php:150
1832
- #: includes/fields/class-acf-field-text.php:120
1833
  #: includes/fields/class-acf-field-textarea.php:103
1834
  #: includes/fields/class-acf-field-url.php:101
1835
  #: includes/fields/class-acf-field-wysiwyg.php:382
@@ -1854,10 +1840,9 @@ msgstr "Vertikal"
1854
  #: includes/fields/class-acf-field-button-group.php:191
1855
  #: includes/fields/class-acf-field-checkbox.php:413
1856
  #: includes/fields/class-acf-field-file.php:215
1857
- #: includes/fields/class-acf-field-image.php:205
1858
  #: includes/fields/class-acf-field-link.php:166
1859
  #: includes/fields/class-acf-field-radio.php:304
1860
- #: includes/fields/class-acf-field-taxonomy.php:829
1861
  msgid "Return Value"
1862
  msgstr "Rückgabewert"
1863
 
@@ -1865,7 +1850,6 @@ msgstr "Rückgabewert"
1865
  #: includes/fields/class-acf-field-button-group.php:192
1866
  #: includes/fields/class-acf-field-checkbox.php:414
1867
  #: includes/fields/class-acf-field-file.php:216
1868
- #: includes/fields/class-acf-field-image.php:206
1869
  #: includes/fields/class-acf-field-link.php:167
1870
  #: includes/fields/class-acf-field-radio.php:305
1871
  msgid "Specify the returned value on front end"
@@ -1887,7 +1871,7 @@ msgstr "Beide (Array)"
1887
 
1888
  # @ acf
1889
  #: includes/fields/class-acf-field-checkbox.php:25
1890
- #: includes/fields/class-acf-field-taxonomy.php:771
1891
  msgid "Checkbox"
1892
  msgstr "Checkbox"
1893
 
@@ -2020,11 +2004,13 @@ msgstr "Das Format das beim Speichern eines Wertes verwendet wird"
2020
  # @ acf
2021
  #: includes/fields/class-acf-field-date_picker.php:208
2022
  #: includes/fields/class-acf-field-date_time_picker.php:200
 
2023
  #: includes/fields/class-acf-field-post_object.php:431
2024
  #: includes/fields/class-acf-field-relationship.php:634
2025
  #: includes/fields/class-acf-field-select.php:427
2026
  #: includes/fields/class-acf-field-time_picker.php:124
2027
- #: includes/fields/class-acf-field-user.php:412
 
2028
  msgid "Return Format"
2029
  msgstr "Rückgabeformat"
2030
 
@@ -2129,7 +2115,7 @@ msgstr "E-Mail"
2129
  #: includes/fields/class-acf-field-email.php:127
2130
  #: includes/fields/class-acf-field-number.php:136
2131
  #: includes/fields/class-acf-field-password.php:71
2132
- #: includes/fields/class-acf-field-text.php:128
2133
  #: includes/fields/class-acf-field-textarea.php:111
2134
  #: includes/fields/class-acf-field-url.php:109
2135
  msgid "Placeholder Text"
@@ -2139,7 +2125,7 @@ msgstr "Platzhaltertext"
2139
  #: includes/fields/class-acf-field-email.php:128
2140
  #: includes/fields/class-acf-field-number.php:137
2141
  #: includes/fields/class-acf-field-password.php:72
2142
- #: includes/fields/class-acf-field-text.php:129
2143
  #: includes/fields/class-acf-field-textarea.php:112
2144
  #: includes/fields/class-acf-field-url.php:110
2145
  msgid "Appears within the input"
@@ -2149,8 +2135,8 @@ msgstr "Platzhaltertext solange keine Eingabe im Feld vorgenommen wurde"
2149
  #: includes/fields/class-acf-field-email.php:136
2150
  #: includes/fields/class-acf-field-number.php:145
2151
  #: includes/fields/class-acf-field-password.php:80
2152
- #: includes/fields/class-acf-field-range.php:188
2153
- #: includes/fields/class-acf-field-text.php:137
2154
  msgid "Prepend"
2155
  msgstr "Voranstellen"
2156
 
@@ -2158,8 +2144,8 @@ msgstr "Voranstellen"
2158
  #: includes/fields/class-acf-field-email.php:137
2159
  #: includes/fields/class-acf-field-number.php:146
2160
  #: includes/fields/class-acf-field-password.php:81
2161
- #: includes/fields/class-acf-field-range.php:189
2162
- #: includes/fields/class-acf-field-text.php:138
2163
  msgid "Appears before the input"
2164
  msgstr "Wird dem Eingabefeld vorangestellt"
2165
 
@@ -2167,8 +2153,8 @@ msgstr "Wird dem Eingabefeld vorangestellt"
2167
  #: includes/fields/class-acf-field-email.php:145
2168
  #: includes/fields/class-acf-field-number.php:154
2169
  #: includes/fields/class-acf-field-password.php:89
2170
- #: includes/fields/class-acf-field-range.php:197
2171
- #: includes/fields/class-acf-field-text.php:146
2172
  msgid "Append"
2173
  msgstr "Anhängen"
2174
 
@@ -2176,8 +2162,8 @@ msgstr "Anhängen"
2176
  #: includes/fields/class-acf-field-email.php:146
2177
  #: includes/fields/class-acf-field-number.php:155
2178
  #: includes/fields/class-acf-field-password.php:90
2179
- #: includes/fields/class-acf-field-range.php:198
2180
- #: includes/fields/class-acf-field-text.php:147
2181
  msgid "Appears after the input"
2182
  msgstr "Wird dem Eingabefeld hinten angestellt"
2183
 
@@ -2204,10 +2190,10 @@ msgstr "Dateiname"
2204
  #: includes/fields/class-acf-field-file.php:145
2205
  #: includes/fields/class-acf-field-file.php:248
2206
  #: includes/fields/class-acf-field-file.php:259
2207
- #: includes/fields/class-acf-field-image.php:265
2208
- #: includes/fields/class-acf-field-image.php:294
2209
- #: pro/fields/class-acf-field-gallery.php:708
2210
- #: pro/fields/class-acf-field-gallery.php:737
2211
  msgid "File size"
2212
  msgstr "Dateigröße"
2213
 
@@ -2233,44 +2219,44 @@ msgstr "Datei-ID"
2233
 
2234
  # @ acf
2235
  #: includes/fields/class-acf-field-file.php:230
2236
- #: includes/fields/class-acf-field-image.php:230
2237
- #: pro/fields/class-acf-field-gallery.php:673
2238
  msgid "Library"
2239
  msgstr "Mediathek"
2240
 
2241
  # @ acf
2242
  #: includes/fields/class-acf-field-file.php:231
2243
- #: includes/fields/class-acf-field-image.php:231
2244
- #: pro/fields/class-acf-field-gallery.php:674
2245
  msgid "Limit the media library choice"
2246
  msgstr "Beschränkt die Auswahl in der Mediathek"
2247
 
2248
  # @ acf
2249
  #: includes/fields/class-acf-field-file.php:236
2250
- #: includes/fields/class-acf-field-image.php:236
2251
  #: includes/locations/class-acf-location-attachment.php:101
2252
  #: includes/locations/class-acf-location-comment.php:79
2253
  #: includes/locations/class-acf-location-nav-menu.php:102
2254
  #: includes/locations/class-acf-location-taxonomy.php:79
2255
- #: includes/locations/class-acf-location-user-form.php:87
2256
- #: includes/locations/class-acf-location-user-role.php:111
2257
  #: includes/locations/class-acf-location-widget.php:83
2258
- #: pro/fields/class-acf-field-gallery.php:679
2259
  #: pro/locations/class-acf-location-block.php:79
2260
  msgid "All"
2261
  msgstr "Alle"
2262
 
2263
  # @ acf
2264
  #: includes/fields/class-acf-field-file.php:237
2265
- #: includes/fields/class-acf-field-image.php:237
2266
- #: pro/fields/class-acf-field-gallery.php:680
2267
  msgid "Uploaded to post"
2268
  msgstr "Für den Beitrag hochgeladen"
2269
 
2270
  # @ acf
2271
  #: includes/fields/class-acf-field-file.php:244
2272
- #: includes/fields/class-acf-field-image.php:244
2273
- #: pro/fields/class-acf-field-gallery.php:687
2274
  msgid "Minimum"
2275
  msgstr "Minimum"
2276
 
@@ -2282,22 +2268,22 @@ msgstr "Beschränkt welche Dateien hochgeladen werden können"
2282
 
2283
  # @ acf
2284
  #: includes/fields/class-acf-field-file.php:255
2285
- #: includes/fields/class-acf-field-image.php:273
2286
- #: pro/fields/class-acf-field-gallery.php:716
2287
  msgid "Maximum"
2288
  msgstr "Maximum"
2289
 
2290
  # @ acf
2291
  #: includes/fields/class-acf-field-file.php:266
2292
- #: includes/fields/class-acf-field-image.php:302
2293
- #: pro/fields/class-acf-field-gallery.php:745
2294
  msgid "Allowed file types"
2295
  msgstr "Erlaubte Dateiformate"
2296
 
2297
  # @ acf
2298
  #: includes/fields/class-acf-field-file.php:267
2299
- #: includes/fields/class-acf-field-image.php:303
2300
- #: pro/fields/class-acf-field-gallery.php:746
2301
  msgid "Comma separated list. Leave blank for all types"
2302
  msgstr ""
2303
  "Eine durch Komma getrennte Liste. Leer lassen um alle Dateiformate zu "
@@ -2314,54 +2300,54 @@ msgid "Sorry, this browser does not support geolocation"
2314
  msgstr "Dieser Browser unterstützt keine Geo-Lokation"
2315
 
2316
  # @ acf
2317
- #: includes/fields/class-acf-field-google-map.php:166
2318
  msgid "Clear location"
2319
  msgstr "Position löschen"
2320
 
2321
  # @ acf
2322
- #: includes/fields/class-acf-field-google-map.php:167
2323
  msgid "Find current location"
2324
  msgstr "Aktuelle Position finden"
2325
 
2326
  # @ acf
2327
- #: includes/fields/class-acf-field-google-map.php:170
2328
  msgid "Search for address..."
2329
  msgstr "Nach der Adresse suchen..."
2330
 
2331
  # @ acf
2332
- #: includes/fields/class-acf-field-google-map.php:200
2333
- #: includes/fields/class-acf-field-google-map.php:211
2334
  msgid "Center"
2335
  msgstr "Mittelpunkt"
2336
 
2337
  # @ acf
2338
- #: includes/fields/class-acf-field-google-map.php:201
2339
- #: includes/fields/class-acf-field-google-map.php:212
2340
  msgid "Center the initial map"
2341
  msgstr "Mittelpunkt der Ausgangskarte"
2342
 
2343
  # @ acf
2344
- #: includes/fields/class-acf-field-google-map.php:223
2345
  msgid "Zoom"
2346
  msgstr "Zoom"
2347
 
2348
  # @ acf
2349
- #: includes/fields/class-acf-field-google-map.php:224
2350
  msgid "Set the initial zoom level"
2351
  msgstr "Legt die anfängliche Zoomstufe der Karte fest"
2352
 
2353
  # @ acf
2354
- #: includes/fields/class-acf-field-google-map.php:233
2355
- #: includes/fields/class-acf-field-image.php:256
2356
- #: includes/fields/class-acf-field-image.php:285
2357
  #: includes/fields/class-acf-field-oembed.php:268
2358
- #: pro/fields/class-acf-field-gallery.php:699
2359
- #: pro/fields/class-acf-field-gallery.php:728
2360
  msgid "Height"
2361
  msgstr "Höhe"
2362
 
2363
  # @ acf
2364
- #: includes/fields/class-acf-field-google-map.php:234
2365
  msgid "Customize the map height"
2366
  msgstr "Passt die Höhe der Karte an"
2367
 
@@ -2412,69 +2398,68 @@ msgid "Image"
2412
  msgstr "Bild"
2413
 
2414
  # @ acf
2415
- #: includes/fields/class-acf-field-image.php:64
2416
  msgid "Select Image"
2417
  msgstr "Bild auswählen"
2418
 
2419
  # @ acf
2420
- #: includes/fields/class-acf-field-image.php:65
2421
  msgid "Edit Image"
2422
  msgstr "Bild bearbeiten"
2423
 
2424
  # @ acf
2425
- #: includes/fields/class-acf-field-image.php:66
2426
  msgid "Update Image"
2427
  msgstr "Bild aktualisieren"
2428
 
2429
  # @ acf
2430
- #: includes/fields/class-acf-field-image.php:157
2431
  msgid "No image selected"
2432
  msgstr "Kein Bild ausgewählt"
2433
 
2434
  # @ acf
2435
- #: includes/fields/class-acf-field-image.php:157
2436
  msgid "Add Image"
2437
  msgstr "Bild hinzufügen"
2438
 
2439
  # @ acf
2440
- #: includes/fields/class-acf-field-image.php:211
 
2441
  msgid "Image Array"
2442
  msgstr "Bild-Array"
2443
 
2444
  # @ acf
2445
- #: includes/fields/class-acf-field-image.php:212
 
2446
  msgid "Image URL"
2447
  msgstr "Bild-URL"
2448
 
2449
  # @ acf
2450
- #: includes/fields/class-acf-field-image.php:213
 
2451
  msgid "Image ID"
2452
  msgstr "Bild-ID"
2453
 
2454
  # @ acf
2455
- #: includes/fields/class-acf-field-image.php:220
 
2456
  msgid "Preview Size"
2457
  msgstr "Maße der Vorschau"
2458
 
2459
  # @ acf
2460
- #: includes/fields/class-acf-field-image.php:221
2461
- msgid "Shown when entering data"
2462
- msgstr "Legt fest welche Maße die Vorschau in der Bearbeitungsansicht hat"
2463
-
2464
- # @ acf
2465
- #: includes/fields/class-acf-field-image.php:245
2466
- #: includes/fields/class-acf-field-image.php:274
2467
- #: pro/fields/class-acf-field-gallery.php:688
2468
- #: pro/fields/class-acf-field-gallery.php:717
2469
  msgid "Restrict which images can be uploaded"
2470
  msgstr "Beschränkt welche Bilder hochgeladen werden können"
2471
 
2472
  # @ acf
2473
- #: includes/fields/class-acf-field-image.php:248
2474
- #: includes/fields/class-acf-field-image.php:277
2475
  #: includes/fields/class-acf-field-oembed.php:257
2476
- #: pro/fields/class-acf-field-gallery.php:691
2477
- #: pro/fields/class-acf-field-gallery.php:720
2478
  msgid "Width"
2479
  msgstr "Breite"
2480
 
@@ -2557,19 +2542,19 @@ msgstr "Numerisch"
2557
 
2558
  # @ acf
2559
  #: includes/fields/class-acf-field-number.php:163
2560
- #: includes/fields/class-acf-field-range.php:158
2561
  msgid "Minimum Value"
2562
  msgstr "Mindestwert"
2563
 
2564
  # @ acf
2565
  #: includes/fields/class-acf-field-number.php:172
2566
- #: includes/fields/class-acf-field-range.php:168
2567
  msgid "Maximum Value"
2568
  msgstr "Maximalwert"
2569
 
2570
  # @ acf
2571
  #: includes/fields/class-acf-field-number.php:181
2572
- #: includes/fields/class-acf-field-range.php:178
2573
  msgid "Step Size"
2574
  msgstr "Schrittweite"
2575
 
@@ -2618,7 +2603,7 @@ msgstr "Archive"
2618
 
2619
  #: includes/fields/class-acf-field-page_link.php:269
2620
  #: includes/fields/class-acf-field-post_object.php:267
2621
- #: includes/fields/class-acf-field-taxonomy.php:961
2622
  msgid "Parent"
2623
  msgstr "Übergeordnet"
2624
 
@@ -2658,7 +2643,7 @@ msgstr "Archiv-URL's zulassen"
2658
  #: includes/fields/class-acf-field-page_link.php:533
2659
  #: includes/fields/class-acf-field-post_object.php:421
2660
  #: includes/fields/class-acf-field-select.php:392
2661
- #: includes/fields/class-acf-field-user.php:403
2662
  msgid "Select multiple values?"
2663
  msgstr "Mehrere Werte auswählbar?"
2664
 
@@ -2760,7 +2745,7 @@ msgstr "Inhaltstyp"
2760
  # @ acf
2761
  #: includes/fields/class-acf-field-relationship.php:595
2762
  #: includes/fields/class-acf-field-taxonomy.php:28
2763
- #: includes/fields/class-acf-field-taxonomy.php:754
2764
  #: includes/locations/class-acf-location-taxonomy.php:27
2765
  msgid "Taxonomy"
2766
  msgstr "Taxonomie"
@@ -2787,7 +2772,7 @@ msgstr "Höchstzahl an Beiträgen"
2787
 
2788
  # @ acf
2789
  #: includes/fields/class-acf-field-relationship.php:727
2790
- #: pro/fields/class-acf-field-gallery.php:818
2791
  #, php-format
2792
  msgid "%s requires at least %s selection"
2793
  msgid_plural "%s requires at least %s selections"
@@ -2795,7 +2780,7 @@ msgstr[0] "%s benötigt mindestens %s Selektion"
2795
  msgstr[1] "%s benötigt mindestens %s Selektionen"
2796
 
2797
  #: includes/fields/class-acf-field-select.php:25
2798
- #: includes/fields/class-acf-field-taxonomy.php:776
2799
  msgctxt "noun"
2800
  msgid "Select"
2801
  msgstr "Auswahl"
@@ -2904,104 +2889,105 @@ msgstr ""
2904
  "Definiert einen Endpunkt an dem die vorangegangenen Tabs enden. Das ist der "
2905
  "Startpunkt für eine neue Gruppe an Tabs."
2906
 
2907
- #: includes/fields/class-acf-field-taxonomy.php:714
2908
  #, php-format
2909
  msgctxt "No terms"
2910
  msgid "No %s"
2911
  msgstr "Keine %s"
2912
 
2913
  # @ acf
2914
- #: includes/fields/class-acf-field-taxonomy.php:755
2915
  msgid "Select the taxonomy to be displayed"
2916
  msgstr "Wähle die Taxonomie, welche angezeigt werden soll"
2917
 
2918
  # @ acf
2919
- #: includes/fields/class-acf-field-taxonomy.php:764
2920
  msgid "Appearance"
2921
  msgstr "Anzeige"
2922
 
2923
  # @ acf
2924
- #: includes/fields/class-acf-field-taxonomy.php:765
2925
  msgid "Select the appearance of this field"
2926
  msgstr "Wähle das Aussehen für dieses Feld"
2927
 
2928
  # @ acf
2929
- #: includes/fields/class-acf-field-taxonomy.php:770
2930
  msgid "Multiple Values"
2931
  msgstr "Mehrere Werte"
2932
 
2933
  # @ acf
2934
- #: includes/fields/class-acf-field-taxonomy.php:772
2935
  msgid "Multi Select"
2936
  msgstr "Auswahlmenü"
2937
 
2938
  # @ acf
2939
- #: includes/fields/class-acf-field-taxonomy.php:774
2940
  msgid "Single Value"
2941
  msgstr "Einzelne Werte"
2942
 
2943
  # @ acf
2944
- #: includes/fields/class-acf-field-taxonomy.php:775
2945
  msgid "Radio Buttons"
2946
  msgstr "Radio Button"
2947
 
2948
  # @ acf
2949
- #: includes/fields/class-acf-field-taxonomy.php:799
2950
  msgid "Create Terms"
2951
  msgstr "Begriffe erstellen"
2952
 
2953
  # @ acf
2954
- #: includes/fields/class-acf-field-taxonomy.php:800
2955
  msgid "Allow new terms to be created whilst editing"
2956
  msgstr "Erlaubt das Erstellen neuer Begriffe während des Bearbeitens"
2957
 
2958
- #: includes/fields/class-acf-field-taxonomy.php:809
2959
  msgid "Save Terms"
2960
  msgstr "Begriffe speichern"
2961
 
2962
  # @ acf
2963
- #: includes/fields/class-acf-field-taxonomy.php:810
2964
  msgid "Connect selected terms to the post"
2965
  msgstr "Verbindet die ausgewählten Begriffe mit dem Beitrag"
2966
 
2967
- #: includes/fields/class-acf-field-taxonomy.php:819
2968
  msgid "Load Terms"
2969
  msgstr "Begriffe laden"
2970
 
2971
- #: includes/fields/class-acf-field-taxonomy.php:820
2972
  msgid "Load value from posts terms"
2973
  msgstr "Den Wert aus den Begriffen des Beitrags laden"
2974
 
2975
  # @ acf
2976
- #: includes/fields/class-acf-field-taxonomy.php:834
2977
  msgid "Term Object"
2978
  msgstr "Begriffs-Objekt"
2979
 
2980
  # @ acf
2981
- #: includes/fields/class-acf-field-taxonomy.php:835
2982
  msgid "Term ID"
2983
  msgstr "Begriffs-ID"
2984
 
2985
  # @ acf
2986
- #: includes/fields/class-acf-field-taxonomy.php:885
2987
  #, php-format
2988
  msgid "User unable to add new %s"
2989
  msgstr "Der Benutzer kann keine neue %s hinzufügen"
2990
 
2991
  # @ acf
2992
- #: includes/fields/class-acf-field-taxonomy.php:895
2993
  #, php-format
2994
  msgid "%s already exists"
2995
  msgstr "%s ist bereits vorhanden"
2996
 
2997
  # @ acf
2998
- #: includes/fields/class-acf-field-taxonomy.php:927
2999
  #, php-format
3000
  msgid "%s added"
3001
  msgstr "%s hinzugefügt"
3002
 
3003
  # @ acf
3004
- #: includes/fields/class-acf-field-taxonomy.php:973
 
3005
  msgid "Add"
3006
  msgstr "Hinzufügen"
3007
 
@@ -3011,19 +2997,19 @@ msgid "Text"
3011
  msgstr "Text einzeilig"
3012
 
3013
  # @ acf
3014
- #: includes/fields/class-acf-field-text.php:155
3015
  #: includes/fields/class-acf-field-textarea.php:120
3016
  msgid "Character Limit"
3017
  msgstr "Zeichenbegrenzung"
3018
 
3019
  # @ acf
3020
- #: includes/fields/class-acf-field-text.php:156
3021
  #: includes/fields/class-acf-field-textarea.php:121
3022
  msgid "Leave blank for no limit"
3023
  msgstr "Leer lassen für keine Begrenzung"
3024
 
3025
- #: includes/fields/class-acf-field-text.php:181
3026
- #: includes/fields/class-acf-field-textarea.php:213
3027
  #, php-format
3028
  msgid "Value must not exceed %d characters"
3029
  msgstr "Wert darf %d Zeichen nicht überschreiten"
@@ -3083,35 +3069,39 @@ msgid "Value must be a valid URL"
3083
  msgstr "Bitte eine gültige URL eingeben"
3084
 
3085
  # @ acf
3086
- #: includes/fields/class-acf-field-user.php:25 includes/locations.php:95
3087
  msgid "User"
3088
  msgstr "Benutzer"
3089
 
3090
  # @ acf
3091
- #: includes/fields/class-acf-field-user.php:378
3092
  msgid "Filter by role"
3093
  msgstr "Nach Rolle filtern"
3094
 
3095
  # @ acf
3096
- #: includes/fields/class-acf-field-user.php:386
3097
  msgid "All user roles"
3098
  msgstr "Alle Benutzerrollen"
3099
 
3100
  # @ acf
3101
- #: includes/fields/class-acf-field-user.php:417
3102
  msgid "User Array"
3103
  msgstr "Benutzer-Array"
3104
 
3105
  # @ acf
3106
- #: includes/fields/class-acf-field-user.php:418
3107
  msgid "User Object"
3108
  msgstr "Benutzer-Objekt"
3109
 
3110
  # @ acf
3111
- #: includes/fields/class-acf-field-user.php:419
3112
  msgid "User ID"
3113
  msgstr "Benutzer-ID"
3114
 
 
 
 
 
3115
  # @ acf
3116
  #: includes/fields/class-acf-field-wysiwyg.php:25
3117
  msgid "Wysiwyg Editor"
@@ -3167,28 +3157,33 @@ msgid "Delay initialization?"
3167
  msgstr "Initialisierung verzögern?"
3168
 
3169
  #: includes/fields/class-acf-field-wysiwyg.php:430
3170
- msgid "TinyMCE will not be initalized until field is clicked"
3171
- msgstr "TinyMCE wird nicht initialisiert solange das Feld nicht geklickt wurde"
3172
 
3173
  #: includes/forms/form-front.php:55
3174
  msgid "Validate Email"
3175
  msgstr "E-Mail bestätigen"
3176
 
3177
  # @ acf
3178
- #: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:591
3179
  #: pro/options-page.php:81
3180
  msgid "Update"
3181
  msgstr "Aktualisieren"
3182
 
3183
  # @ acf
3184
- #: includes/forms/form-front.php:104
3185
  msgid "Post updated"
3186
  msgstr "Beitrag aktualisiert"
3187
 
3188
- #: includes/forms/form-front.php:230
3189
  msgid "Spam Detected"
3190
  msgstr "Spam entdeckt"
3191
 
 
 
 
 
 
3192
  # @ acf
3193
  #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
3194
  msgid "Post"
@@ -3348,22 +3343,22 @@ msgid "Post Template"
3348
  msgstr "Beitrags-Template"
3349
 
3350
  # @ acf
3351
- #: includes/locations/class-acf-location-user-form.php:27
3352
  msgid "User Form"
3353
  msgstr "Benutzerformular"
3354
 
3355
  # @ acf
3356
- #: includes/locations/class-acf-location-user-form.php:88
3357
  msgid "Add / Edit"
3358
  msgstr "Hinzufügen / Bearbeiten"
3359
 
3360
  # @ acf
3361
- #: includes/locations/class-acf-location-user-form.php:89
3362
  msgid "Register"
3363
  msgstr "Registrieren"
3364
 
3365
  # @ acf
3366
- #: includes/locations/class-acf-location-user-role.php:27
3367
  msgid "User Role"
3368
  msgstr "Benutzerrolle"
3369
 
@@ -3493,14 +3488,29 @@ msgstr "Erneut suchen"
3493
  msgid "Upgrade Notice"
3494
  msgstr "Hinweis zum Upgrade"
3495
 
3496
- #: pro/blocks.php:371
 
 
 
 
 
 
 
 
 
 
3497
  msgid "Switch to Edit"
3498
  msgstr "Zum Bearbeiten wechseln"
3499
 
3500
- #: pro/blocks.php:372
3501
  msgid "Switch to Preview"
3502
  msgstr "Zur Vorschau wechseln"
3503
 
 
 
 
 
 
3504
  #: pro/fields/class-acf-field-clone.php:25
3505
  msgctxt "noun"
3506
  msgid "Clone"
@@ -3681,89 +3691,89 @@ msgid "Maximum Layouts"
3681
  msgstr "Höchstzahl an Layouts"
3682
 
3683
  # @ acf
3684
- #: pro/fields/class-acf-field-gallery.php:71
3685
  msgid "Add Image to Gallery"
3686
  msgstr "Bild zur Galerie hinzufügen"
3687
 
3688
  # @ acf
3689
- #: pro/fields/class-acf-field-gallery.php:72
3690
  msgid "Maximum selection reached"
3691
  msgstr "Maximale Auswahl erreicht"
3692
 
3693
  # @ acf
3694
- #: pro/fields/class-acf-field-gallery.php:338
3695
  msgid "Length"
3696
  msgstr "Länge"
3697
 
3698
- #: pro/fields/class-acf-field-gallery.php:381
3699
  msgid "Caption"
3700
  msgstr "Bildunterschrift"
3701
 
3702
- #: pro/fields/class-acf-field-gallery.php:390
3703
  msgid "Alt Text"
3704
  msgstr "Alt Text"
3705
 
3706
  # @ acf
3707
- #: pro/fields/class-acf-field-gallery.php:562
3708
  msgid "Add to gallery"
3709
  msgstr "Zur Galerie hinzufügen"
3710
 
3711
  # @ acf
3712
- #: pro/fields/class-acf-field-gallery.php:566
3713
  msgid "Bulk actions"
3714
  msgstr "Massenverarbeitung"
3715
 
3716
  # @ acf
3717
- #: pro/fields/class-acf-field-gallery.php:567
3718
  msgid "Sort by date uploaded"
3719
  msgstr "Sortiere nach Upload-Datum"
3720
 
3721
  # @ acf
3722
- #: pro/fields/class-acf-field-gallery.php:568
3723
  msgid "Sort by date modified"
3724
  msgstr "Sortiere nach Änderungs-Datum"
3725
 
3726
  # @ acf
3727
- #: pro/fields/class-acf-field-gallery.php:569
3728
  msgid "Sort by title"
3729
  msgstr "Sortiere nach Titel"
3730
 
3731
  # @ acf
3732
- #: pro/fields/class-acf-field-gallery.php:570
3733
  msgid "Reverse current order"
3734
  msgstr "Aktuelle Sortierung umkehren"
3735
 
3736
  # @ acf
3737
- #: pro/fields/class-acf-field-gallery.php:588
3738
  msgid "Close"
3739
  msgstr "Schließen"
3740
 
3741
- # @ acf
3742
- #: pro/fields/class-acf-field-gallery.php:642
3743
- msgid "Minimum Selection"
3744
- msgstr "Minimale Auswahl"
3745
-
3746
- # @ acf
3747
- #: pro/fields/class-acf-field-gallery.php:651
3748
- msgid "Maximum Selection"
3749
- msgstr "Maximale Auswahl"
3750
-
3751
- #: pro/fields/class-acf-field-gallery.php:660
3752
  msgid "Insert"
3753
  msgstr "Einfügen"
3754
 
3755
- #: pro/fields/class-acf-field-gallery.php:661
3756
  msgid "Specify where new attachments are added"
3757
  msgstr "Gibt an wo neue Anhänge hinzugefügt werden"
3758
 
3759
- #: pro/fields/class-acf-field-gallery.php:665
3760
  msgid "Append to the end"
3761
  msgstr "Anhängen"
3762
 
3763
- #: pro/fields/class-acf-field-gallery.php:666
3764
  msgid "Prepend to the beginning"
3765
  msgstr "Voranstellen"
3766
 
 
 
 
 
 
 
 
 
 
 
3767
  # @ acf
3768
  #: pro/fields/class-acf-field-repeater.php:65
3769
  #: pro/fields/class-acf-field-repeater.php:661
@@ -3831,35 +3841,56 @@ msgstr ""
3831
  "Du keinen besitzt informiere Dich bitte hier hinsichtlich der <a href=\"%s\" "
3832
  "target=\"_blank\">Preise und Einzelheiten</a>."
3833
 
3834
- #: tests/basic/test-blocks.php:13
3835
- msgid "Testimonial"
3836
- msgstr "Testimonial"
3837
-
3838
- #: tests/basic/test-blocks.php:14
3839
- msgid "A custom testimonial block."
3840
- msgstr "Ein individueller Testimonial-Block."
3841
-
3842
- #: tests/basic/test-blocks.php:40
3843
- msgid "Slider"
3844
- msgstr "Slider"
3845
-
3846
  # @ acf
3847
- #: tests/basic/test-blocks.php:41
3848
- msgid "A custom gallery slider."
3849
- msgstr "Ein individueller Galerie-Slider."
 
 
 
 
3850
 
3851
  #. Plugin URI of the plugin/theme
3852
- msgid "https://www.advancedcustomfields.com/"
3853
- msgstr "https://www.advancedcustomfields.com/"
 
3854
 
3855
  #. Author of the plugin/theme
3856
  msgid "Elliot Condon"
3857
  msgstr "Elliot Condon"
3858
 
3859
  # @ acf
3860
- #. Author URI of the plugin/theme
3861
- msgid "http://www.elliotcondon.com/"
3862
- msgstr "http://www.elliotcondon.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3863
 
3864
  # @ acf
3865
  #~ msgid "%s field group duplicated."
@@ -4130,9 +4161,6 @@ msgstr "http://www.elliotcondon.com/"
4130
  #~ msgid "Created by"
4131
  #~ msgstr "Erstellt von"
4132
 
4133
- #~ msgid "Error loading update"
4134
- #~ msgstr "Fehler beim Laden der Aktualisierung"
4135
-
4136
  # @ acf
4137
  #~ msgid "See what's new"
4138
  #~ msgstr "Was ist neu"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Advanced Custom Fields Pro v5.8.9\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
+ "POT-Creation-Date: 2020-03-23 15:39+1000\n"
6
+ "PO-Revision-Date: 2020-03-23 13:10+0100\n"
7
  "Last-Translator: Ralf Koller <r.koller@gmail.com>\n"
8
  "Language-Team: Ralf Koller <r.koller@gmail.com>\n"
9
  "Language: de_DE\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.3\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;"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  # @ acf
26
+ #: acf.php:68
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
  # @ acf
31
+ #: acf.php:342 includes/admin/admin.php:52
32
  msgid "Field Groups"
33
  msgstr "Feldgruppen"
34
 
35
  # @ acf
36
+ #: acf.php:343
37
  msgid "Field Group"
38
  msgstr "Feldgruppe"
39
 
40
  # @ acf
41
+ #: acf.php:344 acf.php:376 includes/admin/admin.php:53
42
  #: pro/fields/class-acf-field-flexible-content.php:558
43
  msgid "Add New"
44
  msgstr "Erstellen"
45
 
46
  # @ acf
47
+ #: acf.php:345
48
  msgid "Add New Field Group"
49
  msgstr "Neue Feldgruppe erstellen"
50
 
51
  # @ acf
52
+ #: acf.php:346
53
  msgid "Edit Field Group"
54
  msgstr "Feldgruppe bearbeiten"
55
 
56
  # @ acf
57
+ #: acf.php:347
58
  msgid "New Field Group"
59
  msgstr "Neue Feldgruppe"
60
 
61
  # @ acf
62
+ #: acf.php:348
63
  msgid "View Field Group"
64
  msgstr "Feldgruppe anzeigen"
65
 
66
  # @ acf
67
+ #: acf.php:349
68
  msgid "Search Field Groups"
69
  msgstr "Feldgruppen durchsuchen"
70
 
71
  # @ acf
72
+ #: acf.php:350
73
  msgid "No Field Groups found"
74
  msgstr "Keine Feldgruppen gefunden"
75
 
76
  # @ acf
77
+ #: acf.php:351
78
  msgid "No Field Groups found in Trash"
79
  msgstr "Keine Feldgruppen im Papierkorb gefunden"
80
 
81
  # @ acf
82
+ #: acf.php:374 includes/admin/admin-field-group.php:220
83
  #: includes/admin/admin-field-groups.php:530
84
  #: pro/fields/class-acf-field-clone.php:811
85
  msgid "Fields"
86
  msgstr "Felder"
87
 
88
  # @ acf
89
+ #: acf.php:375
90
  msgid "Field"
91
  msgstr "Feld"
92
 
93
  # @ acf
94
+ #: acf.php:377
95
  msgid "Add New Field"
96
  msgstr "Feld hinzufügen"
97
 
98
  # @ acf
99
+ #: acf.php:378
100
  msgid "Edit Field"
101
  msgstr "Feld bearbeiten"
102
 
103
  # @ acf
104
+ #: acf.php:379 includes/admin/views/field-group-fields.php:41
105
  msgid "New Field"
106
  msgstr "Neues Feld"
107
 
108
  # @ acf
109
+ #: acf.php:380
110
  msgid "View Field"
111
  msgstr "Feld anzeigen"
112
 
113
  # @ acf
114
+ #: acf.php:381
115
  msgid "Search Fields"
116
  msgstr "Felder suchen"
117
 
118
  # @ acf
119
+ #: acf.php:382
120
  msgid "No Fields found"
121
  msgstr "Keine Felder gefunden"
122
 
123
  # @ acf
124
+ #: acf.php:383
125
  msgid "No Fields found in Trash"
126
  msgstr "Keine Felder im Papierkorb gefunden"
127
 
128
+ #: acf.php:418 includes/admin/admin-field-group.php:402
129
  #: includes/admin/admin-field-groups.php:587
130
  msgid "Inactive"
131
  msgstr "Inaktiv"
132
 
133
+ #: acf.php:423
134
  #, php-format
135
  msgid "Inactive <span class=\"count\">(%s)</span>"
136
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
138
  msgstr[1] "Inaktiv <span class=\"count\">(%s)</span>"
139
 
140
  # @ acf
141
+ #: includes/acf-field-functions.php:831
142
  #: includes/admin/admin-field-group.php:178
143
  msgid "(no label)"
144
  msgstr "(keine Beschriftung)"
145
 
146
  # @ acf
147
+ #: includes/acf-field-group-functions.php:819
148
  #: includes/admin/admin-field-group.php:180
149
  msgid "copy"
150
  msgstr "Kopie"
234
  #: includes/admin/views/field-group-field-conditional-logic.php:151
235
  #: includes/admin/views/field-group-locations.php:29
236
  #: includes/admin/views/html-location-group.php:3
237
+ #: includes/api/api-helpers.php:3649
238
  msgid "or"
239
  msgstr "oder"
240
 
263
  msgstr "Aktiviert"
264
 
265
  # @ acf
266
+ #: includes/admin/admin-field-group.php:763
267
  msgid "Move Complete."
268
  msgstr "Verschieben erfolgreich abgeschlossen."
269
 
270
  # @ acf
271
+ #: includes/admin/admin-field-group.php:764
272
  #, php-format
273
  msgid "The %s field can now be found in the %s field group"
274
  msgstr "Das Feld \"%s\" wurde in die %s Feldgruppe verschoben"
275
 
276
  # @ acf
277
+ #: includes/admin/admin-field-group.php:765
278
  msgid "Close Window"
279
  msgstr "Schließen"
280
 
281
  # @ acf
282
+ #: includes/admin/admin-field-group.php:806
283
  msgid "Please select the destination for this field"
284
  msgstr "In welche Feldgruppe solle dieses Feld verschoben werden"
285
 
286
  # @ acf
287
+ #: includes/admin/admin-field-group.php:813
288
  msgid "Move Field"
289
  msgstr "Feld verschieben"
290
 
319
 
320
  # @ acf
321
  #: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
322
+ #: pro/fields/class-acf-field-gallery.php:353
323
  msgid "Title"
324
  msgstr "Titel"
325
 
328
  #: includes/admin/views/field-group-options.php:96
329
  #: includes/admin/views/html-admin-page-upgrade-network.php:38
330
  #: includes/admin/views/html-admin-page-upgrade-network.php:49
331
+ #: pro/fields/class-acf-field-gallery.php:380
332
  msgid "Description"
333
  msgstr "Beschreibung"
334
 
345
  "Felder erweitern."
346
 
347
  # @ acf
348
+ #: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
 
349
  #: pro/admin/views/html-settings-updates.php:107
350
  msgid "Changelog"
351
  msgstr "Änderungsprotokoll"
373
  msgstr "Hilfe"
374
 
375
  #: includes/admin/admin-field-groups.php:642
376
+ #: includes/admin/views/settings-info.php:81
377
  msgid "Pro"
378
  msgstr "Pro"
379
 
397
 
398
  # @ acf
399
  #: includes/admin/admin-field-groups.php:719
400
+ #: includes/fields/class-acf-field-google-map.php:146
401
  #: includes/fields/class-acf-field-relationship.php:593
402
  msgid "Search"
403
  msgstr "Suchen"
434
  msgstr "Werkzeuge"
435
 
436
  # @ acf
437
+ #: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
438
+ #: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
439
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
440
  #: includes/admin/views/html-admin-page-upgrade.php:26
441
  msgid "Upgrade Database"
442
  msgstr "Datenbank upgraden"
443
 
444
  # @ acf
445
+ #: includes/admin/admin-upgrade.php:199
446
  msgid "Review sites & upgrade"
447
  msgstr "Übersicht Websites & Upgrades"
448
 
449
  # @ acf
450
+ #: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
451
  msgid "Custom Fields"
452
  msgstr "Individuelle Felder"
453
 
454
  # @ acf
455
+ #: includes/admin/admin.php:57
456
  msgid "Info"
457
  msgstr "Info"
458
 
459
  # @ acf
460
+ #: includes/admin/admin.php:122
461
  msgid "What's New"
462
  msgstr "Was gibt es Neues"
463
 
625
  # @ acf
626
  #: includes/admin/views/field-group-field.php:45
627
  #: includes/fields/class-acf-field-file.php:152
628
+ #: includes/fields/class-acf-field-image.php:138
629
  #: includes/fields/class-acf-field-link.php:139
630
+ #: pro/fields/class-acf-field-gallery.php:337
631
  msgid "Edit"
632
  msgstr "Bearbeiten"
633
 
742
 
743
  # @ acf
744
  #: includes/admin/views/field-group-fields.php:6
745
+ #: includes/fields/class-acf-field-taxonomy.php:936
746
  #: pro/fields/class-acf-field-flexible-content.php:596
747
  msgid "Name"
748
  msgstr "Name"
1021
  msgstr "Daten auf Version %s upgraden"
1022
 
1023
  # @ default
1024
+ #: includes/admin/views/html-admin-page-upgrade-network.php:158
1025
  msgid "Upgrade complete."
1026
  msgstr "Upgrade abgeschlossen."
1027
 
1028
+ #: includes/admin/views/html-admin-page-upgrade-network.php:161
1029
+ #: includes/admin/views/html-admin-page-upgrade.php:65
 
 
1030
  msgid "Upgrade failed."
1031
  msgstr "Upgrade fehlgeschlagen."
1032
 
1043
  "gibt</a>"
1044
 
1045
  # @ acf
1046
+ #: includes/admin/views/html-admin-page-upgrade.php:94
1047
+ #: includes/ajax/class-acf-ajax-upgrade.php:32
1048
  msgid "No updates available."
1049
  msgstr "Keine Aktualisierungen verfügbar."
1050
 
1107
  "Stelle bitte ebenfalls sicher, dass alle Premium-Add-ons (%s) auf die "
1108
  "neueste Version aktualisiert wurden."
1109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1110
  # @ acf
1111
  #: includes/admin/views/settings-info.php:3
1112
  msgid "Welcome to Advanced Custom Fields"
1128
  msgstr "Eine reibungslosere Erfahrung"
1129
 
1130
  # @ acf
1131
+ #: includes/admin/views/settings-info.php:18
1132
  msgid "Improved Usability"
1133
  msgstr "Verbesserte Benutzerfreundlichkeit"
1134
 
1135
  # @ acf
1136
+ #: includes/admin/views/settings-info.php:19
1137
  msgid ""
1138
  "Including the popular Select2 library has improved both usability and speed "
1139
  "across a number of field types including post object, page link, taxonomy "
1145
  "signifikant verbessert."
1146
 
1147
  # @ acf
1148
+ #: includes/admin/views/settings-info.php:22
1149
  msgid "Improved Design"
1150
  msgstr "Verbessertes Design"
1151
 
1152
  # @ acf
1153
+ #: includes/admin/views/settings-info.php:23
1154
  msgid ""
1155
  "Many fields have undergone a visual refresh to make ACF look better than "
1156
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
1161
  "nagelneue oEmbed-Feld!"
1162
 
1163
  # @ acf
1164
+ #: includes/admin/views/settings-info.php:26
1165
  msgid "Improved Data"
1166
  msgstr "Verbesserte Datenstruktur"
1167
 
1168
  # @ acf
1169
+ #: includes/admin/views/settings-info.php:27
1170
  msgid ""
1171
  "Redesigning the data architecture has allowed sub fields to live "
1172
  "independently from their parents. This allows you to drag and drop fields in "
1178
  "Feldern verschoben werden können!"
1179
 
1180
  # @ acf
1181
+ #: includes/admin/views/settings-info.php:35
1182
  msgid "Goodbye Add-ons. Hello PRO"
1183
  msgstr "Macht's gut Add-ons&hellip; Hallo PRO"
1184
 
1185
  # @ acf
1186
+ #: includes/admin/views/settings-info.php:38
1187
  msgid "Introducing ACF PRO"
1188
  msgstr "Wir dürfen vorstellen&hellip; ACF PRO"
1189
 
1190
  # @ acf
1191
+ #: includes/admin/views/settings-info.php:39
1192
  msgid ""
1193
  "We're changing the way premium functionality is delivered in an exciting way!"
1194
  msgstr ""
1196
  "gestellt wird geändert - das \"wie\" dürfte Dich begeistern!"
1197
 
1198
  # @ acf
1199
+ #: includes/admin/views/settings-info.php:40
1200
  #, php-format
1201
  msgid ""
1202
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
1209
  "ist somit erschwinglicher denn je!"
1210
 
1211
  # @ acf
1212
+ #: includes/admin/views/settings-info.php:44
1213
  msgid "Powerful Features"
1214
  msgstr "Leistungsstarke Funktionen"
1215
 
1216
  # @ acf
1217
+ #: includes/admin/views/settings-info.php:45
1218
  msgid ""
1219
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1220
  "layouts, a beautiful gallery field and the ability to create extra admin "
1225
  "zusätzliche Options-Seiten im Admin-Bereich zu erstellen!"
1226
 
1227
  # @ acf
1228
+ #: includes/admin/views/settings-info.php:46
1229
  #, php-format
1230
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1231
  msgstr "Lies mehr über die <a href=\"%s\">ACF PRO Funktionen</a>."
1232
 
1233
  # @ acf
1234
+ #: includes/admin/views/settings-info.php:50
1235
  msgid "Easy Upgrading"
1236
  msgstr "Kinderleichte Aktualisierung"
1237
 
1238
+ #: includes/admin/views/settings-info.php:51
1239
  msgid ""
1240
  "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1241
  "the plugin!"
1244
  "das Plugin herunterladen!"
1245
 
1246
  # @ acf
1247
+ #: includes/admin/views/settings-info.php:52
1248
  #, php-format
1249
  msgid ""
1250
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1255
  "Leitfaden (Engl.)</a> erstellt. Sollten dennoch Fragen auftreten, "
1256
  "kontaktiere bitte unser <a href=\"%s\"> Support-Team </a>."
1257
 
1258
+ #: includes/admin/views/settings-info.php:61
1259
  msgid "New Features"
1260
  msgstr "Neue Funktionen"
1261
 
1262
  # @ acf
1263
+ #: includes/admin/views/settings-info.php:66
1264
  msgid "Link Field"
1265
  msgstr "Link-Feld"
1266
 
1267
+ #: includes/admin/views/settings-info.php:67
1268
  msgid ""
1269
  "The Link field provides a simple way to select or define a link (url, title, "
1270
  "target)."
1273
  "entweder auszuwählen oder zu definieren."
1274
 
1275
  # @ acf
1276
+ #: includes/admin/views/settings-info.php:71
1277
  msgid "Group Field"
1278
  msgstr "Gruppen-Feld"
1279
 
1280
+ #: includes/admin/views/settings-info.php:72
1281
  msgid "The Group field provides a simple way to create a group of fields."
1282
  msgstr ""
1283
  "Das Gruppen-Feld bietet einen einfachen Weg eine Gruppe von Feldern zu "
1284
  "erstellen."
1285
 
1286
  # @ acf
1287
+ #: includes/admin/views/settings-info.php:76
1288
  msgid "oEmbed Field"
1289
  msgstr "oEmbed-Feld"
1290
 
1291
+ #: includes/admin/views/settings-info.php:77
1292
  msgid ""
1293
  "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1294
  "and other content."
1297
  "Audio und weitere Inhalte einzubetten."
1298
 
1299
  # @ acf
1300
+ #: includes/admin/views/settings-info.php:81
1301
  msgid "Clone Field"
1302
  msgstr "Klon-Feld"
1303
 
1304
+ #: includes/admin/views/settings-info.php:82
1305
  msgid "The clone field allows you to select and display existing fields."
1306
  msgstr ""
1307
  "Das Klon-Feld erlaubt es dir bestehende Felder auszuwählen und anzuzeigen."
1308
 
1309
  # @ acf
1310
+ #: includes/admin/views/settings-info.php:86
1311
  msgid "More AJAX"
1312
  msgstr "Mehr AJAX"
1313
 
1314
  # @ acf
1315
+ #: includes/admin/views/settings-info.php:87
1316
  msgid "More fields use AJAX powered search to speed up page loading."
1317
  msgstr ""
1318
  "Mehr Felder verwenden nun eine AJAX-basierte Suche, die die Ladezeiten von "
1319
  "Seiten deutlich verringert."
1320
 
1321
  # @ acf
1322
+ #: includes/admin/views/settings-info.php:91
1323
  msgid "Local JSON"
1324
  msgstr "Lokales JSON"
1325
 
1326
  # @ acf
1327
+ #: includes/admin/views/settings-info.php:92
1328
  msgid ""
1329
  "New auto export to JSON feature improves speed and allows for syncronisation."
1330
  msgstr ""
1332
  "erlaubt die Synchronisation."
1333
 
1334
  # @ acf
1335
+ #: includes/admin/views/settings-info.php:96
1336
  msgid "Easy Import / Export"
1337
  msgstr "Einfacher Import / Export"
1338
 
1339
+ #: includes/admin/views/settings-info.php:97
1340
  msgid "Both import and export can easily be done through a new tools page."
1341
  msgstr ""
1342
  "Importe sowie Exporte können beide einfach auf der neuen Werkzeug-Seite "
1343
  "durchgeführt werden."
1344
 
1345
  # @ acf
1346
+ #: includes/admin/views/settings-info.php:101
1347
  msgid "New Form Locations"
1348
  msgstr "Neue Positionen für Formulare"
1349
 
1350
  # @ acf
1351
+ #: includes/admin/views/settings-info.php:102
1352
  msgid ""
1353
  "Fields can now be mapped to menus, menu items, comments, widgets and all "
1354
  "user forms!"
1357
  "Benutzer-Formularen zugeordnet werden!"
1358
 
1359
  # @ acf
1360
+ #: includes/admin/views/settings-info.php:106
1361
  msgid "More Customization"
1362
  msgstr "Weitere Anpassungen"
1363
 
1364
+ #: includes/admin/views/settings-info.php:107
1365
  msgid ""
1366
  "New PHP (and JS) actions and filters have been added to allow for more "
1367
  "customization."
1369
  "Neue Aktionen und Filter für PHP und JS wurden hinzugefügt um noch mehr "
1370
  "Anpassungen zu erlauben."
1371
 
1372
+ #: includes/admin/views/settings-info.php:111
1373
  msgid "Fresh UI"
1374
  msgstr "Eine modernisierte Benutzeroberfläche"
1375
 
1376
+ #: includes/admin/views/settings-info.php:112
1377
  msgid ""
1378
  "The entire plugin has had a design refresh including new field types, "
1379
  "settings and design!"
1382
  "Feldtypen, Einstellungen und Aussehen!"
1383
 
1384
  # @ acf
1385
+ #: includes/admin/views/settings-info.php:116
1386
  msgid "New Settings"
1387
  msgstr "Neue Einstellungen"
1388
 
1389
  # @ acf
1390
+ #: includes/admin/views/settings-info.php:117
1391
  msgid ""
1392
  "Field group settings have been added for Active, Label Placement, "
1393
  "Instructions Placement and Description."
1397
  "sowie eine Beschreibung erweitert."
1398
 
1399
  # @ acf
1400
+ #: includes/admin/views/settings-info.php:121
1401
  msgid "Better Front End Forms"
1402
  msgstr "Verbesserte Frontend-Formulare"
1403
 
1404
  # @ acf
1405
+ #: includes/admin/views/settings-info.php:122
1406
  msgid ""
1407
  "acf_form() can now create a new post on submission with lots of new settings."
1408
  msgstr ""
1410
  "inklusive vieler neuer Einstellungsmöglichkeiten."
1411
 
1412
  # @ acf
1413
+ #: includes/admin/views/settings-info.php:126
1414
  msgid "Better Validation"
1415
  msgstr "Bessere Validierung"
1416
 
1417
  # @ acf
1418
+ #: includes/admin/views/settings-info.php:127
1419
  msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1420
  msgstr ""
1421
  "Die Formular-Validierung wird nun mit Hilfe von PHP + AJAX erledigt, "
1422
  "anstelle nur JS zu verwenden."
1423
 
1424
  # @ acf
1425
+ #: includes/admin/views/settings-info.php:131
1426
  msgid "Moving Fields"
1427
  msgstr "Verschiebbare Felder"
1428
 
1429
  # @ acf
1430
+ #: includes/admin/views/settings-info.php:132
1431
  msgid ""
1432
  "New field group functionality allows you to move a field between groups & "
1433
  "parents."
1436
  "übergeordneten Gruppen frei zu verschieben."
1437
 
1438
  # @ acf
1439
+ #: includes/admin/views/settings-info.php:143
1440
  #, php-format
1441
  msgid "We think you'll love the changes in %s."
1442
  msgstr "Wir glauben Du wirst die Änderungen in %s lieben."
1443
 
1444
+ #: includes/ajax/class-acf-ajax.php:157
1445
+ msgid "Invalid nonce."
1446
+ msgstr "Ungültiger Nonce."
1447
+
1448
  # @ acf
1449
+ #: includes/api/api-helpers.php:827
1450
  msgid "Thumbnail"
1451
  msgstr "Vorschaubild"
1452
 
1453
  # @ acf
1454
+ #: includes/api/api-helpers.php:828
1455
  msgid "Medium"
1456
  msgstr "Mittel"
1457
 
1458
  # @ acf
1459
+ #: includes/api/api-helpers.php:829
1460
  msgid "Large"
1461
  msgstr "Groß"
1462
 
1463
  # @ acf
1464
+ #: includes/api/api-helpers.php:878
1465
  msgid "Full Size"
1466
  msgstr "Volle Größe"
1467
 
1468
  # @ acf
1469
+ #: includes/api/api-helpers.php:1599 includes/api/api-term.php:147
1470
  #: pro/fields/class-acf-field-clone.php:996
1471
  msgid "(no title)"
1472
  msgstr "(ohne Titel)"
1473
 
1474
  # @ acf
1475
+ #: includes/api/api-helpers.php:3570
1476
  #, php-format
1477
  msgid "Image width must be at least %dpx."
1478
  msgstr "Die Breite des Bildes muss mindestens %dpx sein."
1479
 
1480
  # @ acf
1481
+ #: includes/api/api-helpers.php:3575
1482
  #, php-format
1483
  msgid "Image width must not exceed %dpx."
1484
  msgstr "Die Breite des Bildes darf %dpx nicht überschreiten."
1485
 
1486
  # @ acf
1487
+ #: includes/api/api-helpers.php:3591
1488
  #, php-format
1489
  msgid "Image height must be at least %dpx."
1490
  msgstr "Die Höhe des Bildes muss mindestens %dpx sein."
1491
 
1492
  # @ acf
1493
+ #: includes/api/api-helpers.php:3596
1494
  #, php-format
1495
  msgid "Image height must not exceed %dpx."
1496
  msgstr "Die Höhe des Bild darf %dpx nicht überschreiten."
1497
 
1498
  # @ acf
1499
+ #: includes/api/api-helpers.php:3614
1500
  #, php-format
1501
  msgid "File size must be at least %s."
1502
  msgstr "Die Dateigröße muss mindestens %s sein."
1503
 
1504
  # @ acf
1505
+ #: includes/api/api-helpers.php:3619
1506
  #, php-format
1507
  msgid "File size must must not exceed %s."
1508
  msgstr "Die Dateigröße darf %s nicht überschreiten."
1509
 
1510
  # @ acf
1511
+ #: includes/api/api-helpers.php:3653
1512
  #, php-format
1513
  msgid "File type must be %s."
1514
  msgstr "Der Dateityp muss %s sein."
1515
 
1516
  # @ acf
1517
+ #: includes/assets.php:184
1518
  msgid "The changes you made will be lost if you navigate away from this page"
1519
  msgstr ""
1520
  "Die vorgenommenen Änderungen gehen verloren wenn diese Seite verlassen wird"
1521
 
1522
+ #: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
1523
  msgctxt "verb"
1524
  msgid "Select"
1525
  msgstr "Auswählen"
1526
 
1527
+ #: includes/assets.php:188
1528
  msgctxt "verb"
1529
  msgid "Edit"
1530
  msgstr "Bearbeiten"
1531
 
1532
+ #: includes/assets.php:189
1533
  msgctxt "verb"
1534
  msgid "Update"
1535
  msgstr "Aktualisieren"
1536
 
1537
  # @ acf
1538
+ #: includes/assets.php:190
1539
  msgid "Uploaded to this post"
1540
  msgstr "Zu diesem Beitrag hochgeladen"
1541
 
1542
  # @ acf
1543
+ #: includes/assets.php:191
1544
  msgid "Expand Details"
1545
  msgstr "Details einblenden"
1546
 
1547
  # @ acf
1548
+ #: includes/assets.php:192
1549
  msgid "Collapse Details"
1550
  msgstr "Details ausblenden"
1551
 
1552
+ #: includes/assets.php:193
1553
  msgid "Restricted"
1554
  msgstr "Eingeschränkt"
1555
 
1556
  # @ acf
1557
+ #: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
1558
  msgid "All images"
1559
  msgstr "Alle Bilder"
1560
 
1561
  # @ acf
1562
+ #: includes/assets.php:197
1563
  msgid "Validation successful"
1564
  msgstr "Überprüfung erfolgreich"
1565
 
1566
  # @ acf
1567
+ #: includes/assets.php:198 includes/validation.php:285
1568
  #: includes/validation.php:296
1569
  msgid "Validation failed"
1570
  msgstr "Überprüfung fehlgeschlagen"
1571
 
1572
  # @ acf
1573
+ #: includes/assets.php:199
1574
  msgid "1 field requires attention"
1575
  msgstr "Für 1 Feld ist eine Aktualisierung notwendig"
1576
 
1577
  # @ acf
1578
+ #: includes/assets.php:200
1579
  #, php-format
1580
  msgid "%d fields require attention"
1581
  msgstr "Für %d Felder ist eine Aktualisierung notwendig"
1582
 
1583
  # @ acf
1584
+ #: includes/assets.php:203
1585
  msgid "Are you sure?"
1586
  msgstr "Wirklich entfernen?"
1587
 
1588
  # @ acf
1589
+ #: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
1590
  #: includes/fields/class-acf-field-true_false.php:159
1591
  #: pro/admin/views/html-settings-updates.php:89
1592
  msgid "Yes"
1593
  msgstr "Ja"
1594
 
1595
  # @ acf
1596
+ #: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
1597
  #: includes/fields/class-acf-field-true_false.php:174
1598
  #: pro/admin/views/html-settings-updates.php:99
1599
  msgid "No"
1600
  msgstr "Nein"
1601
 
1602
  # @ acf
1603
+ #: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
1604
+ #: includes/fields/class-acf-field-image.php:140
1605
  #: includes/fields/class-acf-field-link.php:140
1606
+ #: pro/fields/class-acf-field-gallery.php:338
1607
+ #: pro/fields/class-acf-field-gallery.php:478
1608
  msgid "Remove"
1609
  msgstr "Entfernen"
1610
 
1611
+ #: includes/assets.php:207
1612
  msgid "Cancel"
1613
  msgstr "Abbrechen"
1614
 
1615
+ #: includes/assets.php:210
1616
  msgid "Has any value"
1617
  msgstr "Hat einen Wert"
1618
 
1619
+ #: includes/assets.php:211
1620
  msgid "Has no value"
1621
  msgstr "Hat keinen Wert"
1622
 
1623
  # @ acf
1624
+ #: includes/assets.php:212
1625
  msgid "Value is equal to"
1626
  msgstr "Wert ist gleich"
1627
 
1628
  # @ acf
1629
+ #: includes/assets.php:213
1630
  msgid "Value is not equal to"
1631
  msgstr "Wert ist ungleich"
1632
 
1633
  # @ acf
1634
+ #: includes/assets.php:214
1635
  msgid "Value matches pattern"
1636
  msgstr "Wert entspricht regulärem Ausdruck"
1637
 
1638
+ #: includes/assets.php:215
1639
  msgid "Value contains"
1640
  msgstr "Wert enthält"
1641
 
1642
  # @ acf
1643
+ #: includes/assets.php:216
1644
  msgid "Value is greater than"
1645
  msgstr "Wert ist größer als"
1646
 
1647
  # @ acf
1648
+ #: includes/assets.php:217
1649
  msgid "Value is less than"
1650
  msgstr "Wert ist kleiner als"
1651
 
1652
+ #: includes/assets.php:218
1653
  msgid "Selection is greater than"
1654
  msgstr "Auswahl ist größer als"
1655
 
1656
  # @ acf
1657
+ #: includes/assets.php:219
1658
  msgid "Selection is less than"
1659
  msgstr "Auswahl ist kleiner als"
1660
 
1661
  # @ acf
1662
+ #: includes/assets.php:222 includes/forms/form-comment.php:166
1663
  #: pro/admin/admin-options-page.php:325
1664
  msgid "Edit field group"
1665
  msgstr "Feldgruppe bearbeiten"
1787
  #: includes/fields/class-acf-field-post_object.php:411
1788
  #: includes/fields/class-acf-field-radio.php:244
1789
  #: includes/fields/class-acf-field-select.php:382
1790
+ #: includes/fields/class-acf-field-taxonomy.php:781
1791
+ #: includes/fields/class-acf-field-user.php:63
1792
  msgid "Allow Null?"
1793
  msgstr "NULL-Werte zulassen?"
1794
 
1799
  #: includes/fields/class-acf-field-email.php:118
1800
  #: includes/fields/class-acf-field-number.php:127
1801
  #: includes/fields/class-acf-field-radio.php:281
1802
+ #: includes/fields/class-acf-field-range.php:155
1803
  #: includes/fields/class-acf-field-select.php:373
1804
+ #: includes/fields/class-acf-field-text.php:95
1805
  #: includes/fields/class-acf-field-textarea.php:102
1806
  #: includes/fields/class-acf-field-true_false.php:135
1807
  #: includes/fields/class-acf-field-url.php:100
1814
  #: includes/fields/class-acf-field-email.php:119
1815
  #: includes/fields/class-acf-field-number.php:128
1816
  #: includes/fields/class-acf-field-radio.php:282
1817
+ #: includes/fields/class-acf-field-range.php:156
1818
+ #: includes/fields/class-acf-field-text.php:96
1819
  #: includes/fields/class-acf-field-textarea.php:103
1820
  #: includes/fields/class-acf-field-url.php:101
1821
  #: includes/fields/class-acf-field-wysiwyg.php:382
1840
  #: includes/fields/class-acf-field-button-group.php:191
1841
  #: includes/fields/class-acf-field-checkbox.php:413
1842
  #: includes/fields/class-acf-field-file.php:215
 
1843
  #: includes/fields/class-acf-field-link.php:166
1844
  #: includes/fields/class-acf-field-radio.php:304
1845
+ #: includes/fields/class-acf-field-taxonomy.php:826
1846
  msgid "Return Value"
1847
  msgstr "Rückgabewert"
1848
 
1850
  #: includes/fields/class-acf-field-button-group.php:192
1851
  #: includes/fields/class-acf-field-checkbox.php:414
1852
  #: includes/fields/class-acf-field-file.php:216
 
1853
  #: includes/fields/class-acf-field-link.php:167
1854
  #: includes/fields/class-acf-field-radio.php:305
1855
  msgid "Specify the returned value on front end"
1871
 
1872
  # @ acf
1873
  #: includes/fields/class-acf-field-checkbox.php:25
1874
+ #: includes/fields/class-acf-field-taxonomy.php:768
1875
  msgid "Checkbox"
1876
  msgstr "Checkbox"
1877
 
2004
  # @ acf
2005
  #: includes/fields/class-acf-field-date_picker.php:208
2006
  #: includes/fields/class-acf-field-date_time_picker.php:200
2007
+ #: includes/fields/class-acf-field-image.php:204
2008
  #: includes/fields/class-acf-field-post_object.php:431
2009
  #: includes/fields/class-acf-field-relationship.php:634
2010
  #: includes/fields/class-acf-field-select.php:427
2011
  #: includes/fields/class-acf-field-time_picker.php:124
2012
+ #: includes/fields/class-acf-field-user.php:79
2013
+ #: pro/fields/class-acf-field-gallery.php:557
2014
  msgid "Return Format"
2015
  msgstr "Rückgabeformat"
2016
 
2115
  #: includes/fields/class-acf-field-email.php:127
2116
  #: includes/fields/class-acf-field-number.php:136
2117
  #: includes/fields/class-acf-field-password.php:71
2118
+ #: includes/fields/class-acf-field-text.php:104
2119
  #: includes/fields/class-acf-field-textarea.php:111
2120
  #: includes/fields/class-acf-field-url.php:109
2121
  msgid "Placeholder Text"
2125
  #: includes/fields/class-acf-field-email.php:128
2126
  #: includes/fields/class-acf-field-number.php:137
2127
  #: includes/fields/class-acf-field-password.php:72
2128
+ #: includes/fields/class-acf-field-text.php:105
2129
  #: includes/fields/class-acf-field-textarea.php:112
2130
  #: includes/fields/class-acf-field-url.php:110
2131
  msgid "Appears within the input"
2135
  #: includes/fields/class-acf-field-email.php:136
2136
  #: includes/fields/class-acf-field-number.php:145
2137
  #: includes/fields/class-acf-field-password.php:80
2138
+ #: includes/fields/class-acf-field-range.php:194
2139
+ #: includes/fields/class-acf-field-text.php:113
2140
  msgid "Prepend"
2141
  msgstr "Voranstellen"
2142
 
2144
  #: includes/fields/class-acf-field-email.php:137
2145
  #: includes/fields/class-acf-field-number.php:146
2146
  #: includes/fields/class-acf-field-password.php:81
2147
+ #: includes/fields/class-acf-field-range.php:195
2148
+ #: includes/fields/class-acf-field-text.php:114
2149
  msgid "Appears before the input"
2150
  msgstr "Wird dem Eingabefeld vorangestellt"
2151
 
2153
  #: includes/fields/class-acf-field-email.php:145
2154
  #: includes/fields/class-acf-field-number.php:154
2155
  #: includes/fields/class-acf-field-password.php:89
2156
+ #: includes/fields/class-acf-field-range.php:203
2157
+ #: includes/fields/class-acf-field-text.php:122
2158
  msgid "Append"
2159
  msgstr "Anhängen"
2160
 
2162
  #: includes/fields/class-acf-field-email.php:146
2163
  #: includes/fields/class-acf-field-number.php:155
2164
  #: includes/fields/class-acf-field-password.php:90
2165
+ #: includes/fields/class-acf-field-range.php:204
2166
+ #: includes/fields/class-acf-field-text.php:123
2167
  msgid "Appears after the input"
2168
  msgstr "Wird dem Eingabefeld hinten angestellt"
2169
 
2190
  #: includes/fields/class-acf-field-file.php:145
2191
  #: includes/fields/class-acf-field-file.php:248
2192
  #: includes/fields/class-acf-field-file.php:259
2193
+ #: includes/fields/class-acf-field-image.php:264
2194
+ #: includes/fields/class-acf-field-image.php:293
2195
+ #: pro/fields/class-acf-field-gallery.php:642
2196
+ #: pro/fields/class-acf-field-gallery.php:671
2197
  msgid "File size"
2198
  msgstr "Dateigröße"
2199
 
2219
 
2220
  # @ acf
2221
  #: includes/fields/class-acf-field-file.php:230
2222
+ #: includes/fields/class-acf-field-image.php:229
2223
+ #: pro/fields/class-acf-field-gallery.php:592
2224
  msgid "Library"
2225
  msgstr "Mediathek"
2226
 
2227
  # @ acf
2228
  #: includes/fields/class-acf-field-file.php:231
2229
+ #: includes/fields/class-acf-field-image.php:230
2230
+ #: pro/fields/class-acf-field-gallery.php:593
2231
  msgid "Limit the media library choice"
2232
  msgstr "Beschränkt die Auswahl in der Mediathek"
2233
 
2234
  # @ acf
2235
  #: includes/fields/class-acf-field-file.php:236
2236
+ #: includes/fields/class-acf-field-image.php:235
2237
  #: includes/locations/class-acf-location-attachment.php:101
2238
  #: includes/locations/class-acf-location-comment.php:79
2239
  #: includes/locations/class-acf-location-nav-menu.php:102
2240
  #: includes/locations/class-acf-location-taxonomy.php:79
2241
+ #: includes/locations/class-acf-location-user-form.php:72
2242
+ #: includes/locations/class-acf-location-user-role.php:88
2243
  #: includes/locations/class-acf-location-widget.php:83
2244
+ #: pro/fields/class-acf-field-gallery.php:598
2245
  #: pro/locations/class-acf-location-block.php:79
2246
  msgid "All"
2247
  msgstr "Alle"
2248
 
2249
  # @ acf
2250
  #: includes/fields/class-acf-field-file.php:237
2251
+ #: includes/fields/class-acf-field-image.php:236
2252
+ #: pro/fields/class-acf-field-gallery.php:599
2253
  msgid "Uploaded to post"
2254
  msgstr "Für den Beitrag hochgeladen"
2255
 
2256
  # @ acf
2257
  #: includes/fields/class-acf-field-file.php:244
2258
+ #: includes/fields/class-acf-field-image.php:243
2259
+ #: pro/fields/class-acf-field-gallery.php:621
2260
  msgid "Minimum"
2261
  msgstr "Minimum"
2262
 
2268
 
2269
  # @ acf
2270
  #: includes/fields/class-acf-field-file.php:255
2271
+ #: includes/fields/class-acf-field-image.php:272
2272
+ #: pro/fields/class-acf-field-gallery.php:650
2273
  msgid "Maximum"
2274
  msgstr "Maximum"
2275
 
2276
  # @ acf
2277
  #: includes/fields/class-acf-field-file.php:266
2278
+ #: includes/fields/class-acf-field-image.php:301
2279
+ #: pro/fields/class-acf-field-gallery.php:678
2280
  msgid "Allowed file types"
2281
  msgstr "Erlaubte Dateiformate"
2282
 
2283
  # @ acf
2284
  #: includes/fields/class-acf-field-file.php:267
2285
+ #: includes/fields/class-acf-field-image.php:302
2286
+ #: pro/fields/class-acf-field-gallery.php:679
2287
  msgid "Comma separated list. Leave blank for all types"
2288
  msgstr ""
2289
  "Eine durch Komma getrennte Liste. Leer lassen um alle Dateiformate zu "
2300
  msgstr "Dieser Browser unterstützt keine Geo-Lokation"
2301
 
2302
  # @ acf
2303
+ #: includes/fields/class-acf-field-google-map.php:147
2304
  msgid "Clear location"
2305
  msgstr "Position löschen"
2306
 
2307
  # @ acf
2308
+ #: includes/fields/class-acf-field-google-map.php:148
2309
  msgid "Find current location"
2310
  msgstr "Aktuelle Position finden"
2311
 
2312
  # @ acf
2313
+ #: includes/fields/class-acf-field-google-map.php:151
2314
  msgid "Search for address..."
2315
  msgstr "Nach der Adresse suchen..."
2316
 
2317
  # @ acf
2318
+ #: includes/fields/class-acf-field-google-map.php:181
2319
+ #: includes/fields/class-acf-field-google-map.php:192
2320
  msgid "Center"
2321
  msgstr "Mittelpunkt"
2322
 
2323
  # @ acf
2324
+ #: includes/fields/class-acf-field-google-map.php:182
2325
+ #: includes/fields/class-acf-field-google-map.php:193
2326
  msgid "Center the initial map"
2327
  msgstr "Mittelpunkt der Ausgangskarte"
2328
 
2329
  # @ acf
2330
+ #: includes/fields/class-acf-field-google-map.php:204
2331
  msgid "Zoom"
2332
  msgstr "Zoom"
2333
 
2334
  # @ acf
2335
+ #: includes/fields/class-acf-field-google-map.php:205
2336
  msgid "Set the initial zoom level"
2337
  msgstr "Legt die anfängliche Zoomstufe der Karte fest"
2338
 
2339
  # @ acf
2340
+ #: includes/fields/class-acf-field-google-map.php:214
2341
+ #: includes/fields/class-acf-field-image.php:255
2342
+ #: includes/fields/class-acf-field-image.php:284
2343
  #: includes/fields/class-acf-field-oembed.php:268
2344
+ #: pro/fields/class-acf-field-gallery.php:633
2345
+ #: pro/fields/class-acf-field-gallery.php:662
2346
  msgid "Height"
2347
  msgstr "Höhe"
2348
 
2349
  # @ acf
2350
+ #: includes/fields/class-acf-field-google-map.php:215
2351
  msgid "Customize the map height"
2352
  msgstr "Passt die Höhe der Karte an"
2353
 
2398
  msgstr "Bild"
2399
 
2400
  # @ acf
2401
+ #: includes/fields/class-acf-field-image.php:63
2402
  msgid "Select Image"
2403
  msgstr "Bild auswählen"
2404
 
2405
  # @ acf
2406
+ #: includes/fields/class-acf-field-image.php:64
2407
  msgid "Edit Image"
2408
  msgstr "Bild bearbeiten"
2409
 
2410
  # @ acf
2411
+ #: includes/fields/class-acf-field-image.php:65
2412
  msgid "Update Image"
2413
  msgstr "Bild aktualisieren"
2414
 
2415
  # @ acf
2416
+ #: includes/fields/class-acf-field-image.php:156
2417
  msgid "No image selected"
2418
  msgstr "Kein Bild ausgewählt"
2419
 
2420
  # @ acf
2421
+ #: includes/fields/class-acf-field-image.php:156
2422
  msgid "Add Image"
2423
  msgstr "Bild hinzufügen"
2424
 
2425
  # @ acf
2426
+ #: includes/fields/class-acf-field-image.php:210
2427
+ #: pro/fields/class-acf-field-gallery.php:563
2428
  msgid "Image Array"
2429
  msgstr "Bild-Array"
2430
 
2431
  # @ acf
2432
+ #: includes/fields/class-acf-field-image.php:211
2433
+ #: pro/fields/class-acf-field-gallery.php:564
2434
  msgid "Image URL"
2435
  msgstr "Bild-URL"
2436
 
2437
  # @ acf
2438
+ #: includes/fields/class-acf-field-image.php:212
2439
+ #: pro/fields/class-acf-field-gallery.php:565
2440
  msgid "Image ID"
2441
  msgstr "Bild-ID"
2442
 
2443
  # @ acf
2444
+ #: includes/fields/class-acf-field-image.php:219
2445
+ #: pro/fields/class-acf-field-gallery.php:571
2446
  msgid "Preview Size"
2447
  msgstr "Maße der Vorschau"
2448
 
2449
  # @ acf
2450
+ #: includes/fields/class-acf-field-image.php:244
2451
+ #: includes/fields/class-acf-field-image.php:273
2452
+ #: pro/fields/class-acf-field-gallery.php:622
2453
+ #: pro/fields/class-acf-field-gallery.php:651
 
 
 
 
 
2454
  msgid "Restrict which images can be uploaded"
2455
  msgstr "Beschränkt welche Bilder hochgeladen werden können"
2456
 
2457
  # @ acf
2458
+ #: includes/fields/class-acf-field-image.php:247
2459
+ #: includes/fields/class-acf-field-image.php:276
2460
  #: includes/fields/class-acf-field-oembed.php:257
2461
+ #: pro/fields/class-acf-field-gallery.php:625
2462
+ #: pro/fields/class-acf-field-gallery.php:654
2463
  msgid "Width"
2464
  msgstr "Breite"
2465
 
2542
 
2543
  # @ acf
2544
  #: includes/fields/class-acf-field-number.php:163
2545
+ #: includes/fields/class-acf-field-range.php:164
2546
  msgid "Minimum Value"
2547
  msgstr "Mindestwert"
2548
 
2549
  # @ acf
2550
  #: includes/fields/class-acf-field-number.php:172
2551
+ #: includes/fields/class-acf-field-range.php:174
2552
  msgid "Maximum Value"
2553
  msgstr "Maximalwert"
2554
 
2555
  # @ acf
2556
  #: includes/fields/class-acf-field-number.php:181
2557
+ #: includes/fields/class-acf-field-range.php:184
2558
  msgid "Step Size"
2559
  msgstr "Schrittweite"
2560
 
2603
 
2604
  #: includes/fields/class-acf-field-page_link.php:269
2605
  #: includes/fields/class-acf-field-post_object.php:267
2606
+ #: includes/fields/class-acf-field-taxonomy.php:958
2607
  msgid "Parent"
2608
  msgstr "Übergeordnet"
2609
 
2643
  #: includes/fields/class-acf-field-page_link.php:533
2644
  #: includes/fields/class-acf-field-post_object.php:421
2645
  #: includes/fields/class-acf-field-select.php:392
2646
+ #: includes/fields/class-acf-field-user.php:71
2647
  msgid "Select multiple values?"
2648
  msgstr "Mehrere Werte auswählbar?"
2649
 
2745
  # @ acf
2746
  #: includes/fields/class-acf-field-relationship.php:595
2747
  #: includes/fields/class-acf-field-taxonomy.php:28
2748
+ #: includes/fields/class-acf-field-taxonomy.php:751
2749
  #: includes/locations/class-acf-location-taxonomy.php:27
2750
  msgid "Taxonomy"
2751
  msgstr "Taxonomie"
2772
 
2773
  # @ acf
2774
  #: includes/fields/class-acf-field-relationship.php:727
2775
+ #: pro/fields/class-acf-field-gallery.php:779
2776
  #, php-format
2777
  msgid "%s requires at least %s selection"
2778
  msgid_plural "%s requires at least %s selections"
2780
  msgstr[1] "%s benötigt mindestens %s Selektionen"
2781
 
2782
  #: includes/fields/class-acf-field-select.php:25
2783
+ #: includes/fields/class-acf-field-taxonomy.php:773
2784
  msgctxt "noun"
2785
  msgid "Select"
2786
  msgstr "Auswahl"
2889
  "Definiert einen Endpunkt an dem die vorangegangenen Tabs enden. Das ist der "
2890
  "Startpunkt für eine neue Gruppe an Tabs."
2891
 
2892
+ #: includes/fields/class-acf-field-taxonomy.php:711
2893
  #, php-format
2894
  msgctxt "No terms"
2895
  msgid "No %s"
2896
  msgstr "Keine %s"
2897
 
2898
  # @ acf
2899
+ #: includes/fields/class-acf-field-taxonomy.php:752
2900
  msgid "Select the taxonomy to be displayed"
2901
  msgstr "Wähle die Taxonomie, welche angezeigt werden soll"
2902
 
2903
  # @ acf
2904
+ #: includes/fields/class-acf-field-taxonomy.php:761
2905
  msgid "Appearance"
2906
  msgstr "Anzeige"
2907
 
2908
  # @ acf
2909
+ #: includes/fields/class-acf-field-taxonomy.php:762
2910
  msgid "Select the appearance of this field"
2911
  msgstr "Wähle das Aussehen für dieses Feld"
2912
 
2913
  # @ acf
2914
+ #: includes/fields/class-acf-field-taxonomy.php:767
2915
  msgid "Multiple Values"
2916
  msgstr "Mehrere Werte"
2917
 
2918
  # @ acf
2919
+ #: includes/fields/class-acf-field-taxonomy.php:769
2920
  msgid "Multi Select"
2921
  msgstr "Auswahlmenü"
2922
 
2923
  # @ acf
2924
+ #: includes/fields/class-acf-field-taxonomy.php:771
2925
  msgid "Single Value"
2926
  msgstr "Einzelne Werte"
2927
 
2928
  # @ acf
2929
+ #: includes/fields/class-acf-field-taxonomy.php:772
2930
  msgid "Radio Buttons"
2931
  msgstr "Radio Button"
2932
 
2933
  # @ acf
2934
+ #: includes/fields/class-acf-field-taxonomy.php:796
2935
  msgid "Create Terms"
2936
  msgstr "Begriffe erstellen"
2937
 
2938
  # @ acf
2939
+ #: includes/fields/class-acf-field-taxonomy.php:797
2940
  msgid "Allow new terms to be created whilst editing"
2941
  msgstr "Erlaubt das Erstellen neuer Begriffe während des Bearbeitens"
2942
 
2943
+ #: includes/fields/class-acf-field-taxonomy.php:806
2944
  msgid "Save Terms"
2945
  msgstr "Begriffe speichern"
2946
 
2947
  # @ acf
2948
+ #: includes/fields/class-acf-field-taxonomy.php:807
2949
  msgid "Connect selected terms to the post"
2950
  msgstr "Verbindet die ausgewählten Begriffe mit dem Beitrag"
2951
 
2952
+ #: includes/fields/class-acf-field-taxonomy.php:816
2953
  msgid "Load Terms"
2954
  msgstr "Begriffe laden"
2955
 
2956
+ #: includes/fields/class-acf-field-taxonomy.php:817
2957
  msgid "Load value from posts terms"
2958
  msgstr "Den Wert aus den Begriffen des Beitrags laden"
2959
 
2960
  # @ acf
2961
+ #: includes/fields/class-acf-field-taxonomy.php:831
2962
  msgid "Term Object"
2963
  msgstr "Begriffs-Objekt"
2964
 
2965
  # @ acf
2966
+ #: includes/fields/class-acf-field-taxonomy.php:832
2967
  msgid "Term ID"
2968
  msgstr "Begriffs-ID"
2969
 
2970
  # @ acf
2971
+ #: includes/fields/class-acf-field-taxonomy.php:882
2972
  #, php-format
2973
  msgid "User unable to add new %s"
2974
  msgstr "Der Benutzer kann keine neue %s hinzufügen"
2975
 
2976
  # @ acf
2977
+ #: includes/fields/class-acf-field-taxonomy.php:892
2978
  #, php-format
2979
  msgid "%s already exists"
2980
  msgstr "%s ist bereits vorhanden"
2981
 
2982
  # @ acf
2983
+ #: includes/fields/class-acf-field-taxonomy.php:924
2984
  #, php-format
2985
  msgid "%s added"
2986
  msgstr "%s hinzugefügt"
2987
 
2988
  # @ acf
2989
+ #: includes/fields/class-acf-field-taxonomy.php:970
2990
+ #: includes/locations/class-acf-location-user-form.php:73
2991
  msgid "Add"
2992
  msgstr "Hinzufügen"
2993
 
2997
  msgstr "Text einzeilig"
2998
 
2999
  # @ acf
3000
+ #: includes/fields/class-acf-field-text.php:131
3001
  #: includes/fields/class-acf-field-textarea.php:120
3002
  msgid "Character Limit"
3003
  msgstr "Zeichenbegrenzung"
3004
 
3005
  # @ acf
3006
+ #: includes/fields/class-acf-field-text.php:132
3007
  #: includes/fields/class-acf-field-textarea.php:121
3008
  msgid "Leave blank for no limit"
3009
  msgstr "Leer lassen für keine Begrenzung"
3010
 
3011
+ #: includes/fields/class-acf-field-text.php:157
3012
+ #: includes/fields/class-acf-field-textarea.php:215
3013
  #, php-format
3014
  msgid "Value must not exceed %d characters"
3015
  msgstr "Wert darf %d Zeichen nicht überschreiten"
3069
  msgstr "Bitte eine gültige URL eingeben"
3070
 
3071
  # @ acf
3072
+ #: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
3073
  msgid "User"
3074
  msgstr "Benutzer"
3075
 
3076
  # @ acf
3077
+ #: includes/fields/class-acf-field-user.php:51
3078
  msgid "Filter by role"
3079
  msgstr "Nach Rolle filtern"
3080
 
3081
  # @ acf
3082
+ #: includes/fields/class-acf-field-user.php:59
3083
  msgid "All user roles"
3084
  msgstr "Alle Benutzerrollen"
3085
 
3086
  # @ acf
3087
+ #: includes/fields/class-acf-field-user.php:84
3088
  msgid "User Array"
3089
  msgstr "Benutzer-Array"
3090
 
3091
  # @ acf
3092
+ #: includes/fields/class-acf-field-user.php:85
3093
  msgid "User Object"
3094
  msgstr "Benutzer-Objekt"
3095
 
3096
  # @ acf
3097
+ #: includes/fields/class-acf-field-user.php:86
3098
  msgid "User ID"
3099
  msgstr "Benutzer-ID"
3100
 
3101
+ #: includes/fields/class-acf-field-user.php:334
3102
+ msgid "Error loading field."
3103
+ msgstr "Fehler beim Laden des Feldes."
3104
+
3105
  # @ acf
3106
  #: includes/fields/class-acf-field-wysiwyg.php:25
3107
  msgid "Wysiwyg Editor"
3157
  msgstr "Initialisierung verzögern?"
3158
 
3159
  #: includes/fields/class-acf-field-wysiwyg.php:430
3160
+ msgid "TinyMCE will not be initialized until field is clicked"
3161
+ msgstr "TinyMCE wird erst initialisiert, wenn das Feld geklickt wird"
3162
 
3163
  #: includes/forms/form-front.php:55
3164
  msgid "Validate Email"
3165
  msgstr "E-Mail bestätigen"
3166
 
3167
  # @ acf
3168
+ #: includes/forms/form-front.php:104 pro/fields/class-acf-field-gallery.php:510
3169
  #: pro/options-page.php:81
3170
  msgid "Update"
3171
  msgstr "Aktualisieren"
3172
 
3173
  # @ acf
3174
+ #: includes/forms/form-front.php:105
3175
  msgid "Post updated"
3176
  msgstr "Beitrag aktualisiert"
3177
 
3178
+ #: includes/forms/form-front.php:231
3179
  msgid "Spam Detected"
3180
  msgstr "Spam entdeckt"
3181
 
3182
+ #: includes/forms/form-user.php:336
3183
+ #, php-format
3184
+ msgid "<strong>ERROR</strong>: %s"
3185
+ msgstr "<strong>FEHLER</strong>: %s"
3186
+
3187
  # @ acf
3188
  #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
3189
  msgid "Post"
3343
  msgstr "Beitrags-Template"
3344
 
3345
  # @ acf
3346
+ #: includes/locations/class-acf-location-user-form.php:22
3347
  msgid "User Form"
3348
  msgstr "Benutzerformular"
3349
 
3350
  # @ acf
3351
+ #: includes/locations/class-acf-location-user-form.php:74
3352
  msgid "Add / Edit"
3353
  msgstr "Hinzufügen / Bearbeiten"
3354
 
3355
  # @ acf
3356
+ #: includes/locations/class-acf-location-user-form.php:75
3357
  msgid "Register"
3358
  msgstr "Registrieren"
3359
 
3360
  # @ acf
3361
+ #: includes/locations/class-acf-location-user-role.php:22
3362
  msgid "User Role"
3363
  msgstr "Benutzerrolle"
3364
 
3488
  msgid "Upgrade Notice"
3489
  msgstr "Hinweis zum Upgrade"
3490
 
3491
+ # @ acf
3492
+ #: pro/blocks.php:36
3493
+ msgid "Block type name is required."
3494
+ msgstr "Name des Block-Typs wird benötigt."
3495
+
3496
+ #: pro/blocks.php:43
3497
+ #, php-format
3498
+ msgid "Block type \"%s\" is already registered."
3499
+ msgstr "Block-Typ „%s“ ist bereits registriert."
3500
+
3501
+ #: pro/blocks.php:393
3502
  msgid "Switch to Edit"
3503
  msgstr "Zum Bearbeiten wechseln"
3504
 
3505
+ #: pro/blocks.php:394
3506
  msgid "Switch to Preview"
3507
  msgstr "Zur Vorschau wechseln"
3508
 
3509
+ #: pro/blocks.php:397
3510
+ #, php-format
3511
+ msgid "%s settings"
3512
+ msgstr "%s Einstellungen"
3513
+
3514
  #: pro/fields/class-acf-field-clone.php:25
3515
  msgctxt "noun"
3516
  msgid "Clone"
3691
  msgstr "Höchstzahl an Layouts"
3692
 
3693
  # @ acf
3694
+ #: pro/fields/class-acf-field-gallery.php:73
3695
  msgid "Add Image to Gallery"
3696
  msgstr "Bild zur Galerie hinzufügen"
3697
 
3698
  # @ acf
3699
+ #: pro/fields/class-acf-field-gallery.php:74
3700
  msgid "Maximum selection reached"
3701
  msgstr "Maximale Auswahl erreicht"
3702
 
3703
  # @ acf
3704
+ #: pro/fields/class-acf-field-gallery.php:322
3705
  msgid "Length"
3706
  msgstr "Länge"
3707
 
3708
+ #: pro/fields/class-acf-field-gallery.php:362
3709
  msgid "Caption"
3710
  msgstr "Bildunterschrift"
3711
 
3712
+ #: pro/fields/class-acf-field-gallery.php:371
3713
  msgid "Alt Text"
3714
  msgstr "Alt Text"
3715
 
3716
  # @ acf
3717
+ #: pro/fields/class-acf-field-gallery.php:487
3718
  msgid "Add to gallery"
3719
  msgstr "Zur Galerie hinzufügen"
3720
 
3721
  # @ acf
3722
+ #: pro/fields/class-acf-field-gallery.php:491
3723
  msgid "Bulk actions"
3724
  msgstr "Massenverarbeitung"
3725
 
3726
  # @ acf
3727
+ #: pro/fields/class-acf-field-gallery.php:492
3728
  msgid "Sort by date uploaded"
3729
  msgstr "Sortiere nach Upload-Datum"
3730
 
3731
  # @ acf
3732
+ #: pro/fields/class-acf-field-gallery.php:493
3733
  msgid "Sort by date modified"
3734
  msgstr "Sortiere nach Änderungs-Datum"
3735
 
3736
  # @ acf
3737
+ #: pro/fields/class-acf-field-gallery.php:494
3738
  msgid "Sort by title"
3739
  msgstr "Sortiere nach Titel"
3740
 
3741
  # @ acf
3742
+ #: pro/fields/class-acf-field-gallery.php:495
3743
  msgid "Reverse current order"
3744
  msgstr "Aktuelle Sortierung umkehren"
3745
 
3746
  # @ acf
3747
+ #: pro/fields/class-acf-field-gallery.php:507
3748
  msgid "Close"
3749
  msgstr "Schließen"
3750
 
3751
+ #: pro/fields/class-acf-field-gallery.php:580
 
 
 
 
 
 
 
 
 
 
3752
  msgid "Insert"
3753
  msgstr "Einfügen"
3754
 
3755
+ #: pro/fields/class-acf-field-gallery.php:581
3756
  msgid "Specify where new attachments are added"
3757
  msgstr "Gibt an wo neue Anhänge hinzugefügt werden"
3758
 
3759
+ #: pro/fields/class-acf-field-gallery.php:585
3760
  msgid "Append to the end"
3761
  msgstr "Anhängen"
3762
 
3763
+ #: pro/fields/class-acf-field-gallery.php:586
3764
  msgid "Prepend to the beginning"
3765
  msgstr "Voranstellen"
3766
 
3767
+ # @ acf
3768
+ #: pro/fields/class-acf-field-gallery.php:605
3769
+ msgid "Minimum Selection"
3770
+ msgstr "Minimale Auswahl"
3771
+
3772
+ # @ acf
3773
+ #: pro/fields/class-acf-field-gallery.php:613
3774
+ msgid "Maximum Selection"
3775
+ msgstr "Maximale Auswahl"
3776
+
3777
  # @ acf
3778
  #: pro/fields/class-acf-field-repeater.php:65
3779
  #: pro/fields/class-acf-field-repeater.php:661
3841
  "Du keinen besitzt informiere Dich bitte hier hinsichtlich der <a href=\"%s\" "
3842
  "target=\"_blank\">Preise und Einzelheiten</a>."
3843
 
 
 
 
 
 
 
 
 
 
 
 
 
3844
  # @ acf
3845
+ #: tests/basic/test-blocks.php:46
3846
+ msgid "Normal"
3847
+ msgstr "Normal"
3848
+
3849
+ #: tests/basic/test-blocks.php:47
3850
+ msgid "Fancy"
3851
+ msgstr "Schick"
3852
 
3853
  #. Plugin URI of the plugin/theme
3854
+ #. Author URI of the plugin/theme
3855
+ msgid "https://www.advancedcustomfields.com"
3856
+ msgstr "https://www.advancedcustomfields.com"
3857
 
3858
  #. Author of the plugin/theme
3859
  msgid "Elliot Condon"
3860
  msgstr "Elliot Condon"
3861
 
3862
  # @ acf
3863
+ #~ msgid "Add-ons"
3864
+ #~ msgstr "Zusatz-Module"
3865
+
3866
+ # @ acf
3867
+ #~ msgid "Download & Install"
3868
+ #~ msgstr "Download & Installieren"
3869
+
3870
+ # @ acf
3871
+ #~ msgid "Installed"
3872
+ #~ msgstr "Installiert"
3873
+
3874
+ # @ acf
3875
+ #~ msgid "Shown when entering data"
3876
+ #~ msgstr "Legt fest welche Maße die Vorschau in der Bearbeitungsansicht hat"
3877
+
3878
+ #~ msgid "Testimonial"
3879
+ #~ msgstr "Testimonial"
3880
+
3881
+ #~ msgid "A custom testimonial block."
3882
+ #~ msgstr "Ein individueller Testimonial-Block."
3883
+
3884
+ #~ msgid "Slider"
3885
+ #~ msgstr "Slider"
3886
+
3887
+ # @ acf
3888
+ #~ msgid "A custom gallery slider."
3889
+ #~ msgstr "Ein individueller Galerie-Slider."
3890
+
3891
+ # @ acf
3892
+ #~ msgid "http://www.elliotcondon.com/"
3893
+ #~ msgstr "http://www.elliotcondon.com/"
3894
 
3895
  # @ acf
3896
  #~ msgid "%s field group duplicated."
4161
  #~ msgid "Created by"
4162
  #~ msgstr "Erstellt von"
4163
 
 
 
 
4164
  # @ acf
4165
  #~ msgid "See what's new"
4166
  #~ msgstr "Was ist neu"
lang/acf-de_DE_formal.mo CHANGED
Binary file
lang/acf-de_DE_formal.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Advanced Custom Fields Pro v5.8 Formal\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
- "POT-Creation-Date: 2019-05-09 15:54+0200\n"
6
- "PO-Revision-Date: 2019-05-09 17:23+0200\n"
7
  "Last-Translator: Ralf Koller <r.koller@gmail.com>\n"
8
  "Language-Team: Ralf Koller <r.koller@gmail.com>\n"
9
  "Language: de_DE\n"
@@ -11,7 +11,7 @@ msgstr ""
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.2.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;"
@@ -23,114 +23,114 @@ msgstr ""
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  # @ acf
26
- #: acf.php:80
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
  # @ acf
31
- #: acf.php:363 includes/admin/admin.php:58
32
  msgid "Field Groups"
33
  msgstr "Feldgruppen"
34
 
35
  # @ acf
36
- #: acf.php:364
37
  msgid "Field Group"
38
  msgstr "Feldgruppe"
39
 
40
  # @ acf
41
- #: acf.php:365 acf.php:397 includes/admin/admin.php:59
42
  #: pro/fields/class-acf-field-flexible-content.php:558
43
  msgid "Add New"
44
  msgstr "Erstellen"
45
 
46
  # @ acf
47
- #: acf.php:366
48
  msgid "Add New Field Group"
49
  msgstr "Neue Feldgruppe erstellen"
50
 
51
  # @ acf
52
- #: acf.php:367
53
  msgid "Edit Field Group"
54
  msgstr "Feldgruppe bearbeiten"
55
 
56
  # @ acf
57
- #: acf.php:368
58
  msgid "New Field Group"
59
  msgstr "Neue Feldgruppe"
60
 
61
  # @ acf
62
- #: acf.php:369
63
  msgid "View Field Group"
64
  msgstr "Feldgruppe anzeigen"
65
 
66
  # @ acf
67
- #: acf.php:370
68
  msgid "Search Field Groups"
69
  msgstr "Feldgruppen durchsuchen"
70
 
71
  # @ acf
72
- #: acf.php:371
73
  msgid "No Field Groups found"
74
  msgstr "Keine Feldgruppen gefunden"
75
 
76
  # @ acf
77
- #: acf.php:372
78
  msgid "No Field Groups found in Trash"
79
  msgstr "Keine Feldgruppen im Papierkorb gefunden"
80
 
81
  # @ acf
82
- #: acf.php:395 includes/admin/admin-field-group.php:220
83
  #: includes/admin/admin-field-groups.php:530
84
  #: pro/fields/class-acf-field-clone.php:811
85
  msgid "Fields"
86
  msgstr "Felder"
87
 
88
  # @ acf
89
- #: acf.php:396
90
  msgid "Field"
91
  msgstr "Feld"
92
 
93
  # @ acf
94
- #: acf.php:398
95
  msgid "Add New Field"
96
  msgstr "Feld hinzufügen"
97
 
98
  # @ acf
99
- #: acf.php:399
100
  msgid "Edit Field"
101
  msgstr "Feld bearbeiten"
102
 
103
  # @ acf
104
- #: acf.php:400 includes/admin/views/field-group-fields.php:41
105
  msgid "New Field"
106
  msgstr "Neues Feld"
107
 
108
  # @ acf
109
- #: acf.php:401
110
  msgid "View Field"
111
  msgstr "Feld anzeigen"
112
 
113
  # @ acf
114
- #: acf.php:402
115
  msgid "Search Fields"
116
  msgstr "Felder suchen"
117
 
118
  # @ acf
119
- #: acf.php:403
120
  msgid "No Fields found"
121
  msgstr "Keine Felder gefunden"
122
 
123
  # @ acf
124
- #: acf.php:404
125
  msgid "No Fields found in Trash"
126
  msgstr "Keine Felder im Papierkorb gefunden"
127
 
128
- #: acf.php:443 includes/admin/admin-field-group.php:402
129
  #: includes/admin/admin-field-groups.php:587
130
  msgid "Inactive"
131
  msgstr "Inaktiv"
132
 
133
- #: acf.php:448
134
  #, php-format
135
  msgid "Inactive <span class=\"count\">(%s)</span>"
136
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
@@ -138,13 +138,13 @@ msgstr[0] "Inaktiv <span class=\"count\">(%s)</span>"
138
  msgstr[1] "Inaktiv <span class=\"count\">(%s)</span>"
139
 
140
  # @ acf
141
- #: includes/acf-field-functions.php:828
142
  #: includes/admin/admin-field-group.php:178
143
  msgid "(no label)"
144
  msgstr "(keine Beschriftung)"
145
 
146
  # @ acf
147
- #: includes/acf-field-group-functions.php:816
148
  #: includes/admin/admin-field-group.php:180
149
  msgid "copy"
150
  msgstr "Kopie"
@@ -234,7 +234,7 @@ msgstr "(dieses Feld)"
234
  #: includes/admin/views/field-group-field-conditional-logic.php:151
235
  #: includes/admin/views/field-group-locations.php:29
236
  #: includes/admin/views/html-location-group.php:3
237
- #: includes/api/api-helpers.php:3862
238
  msgid "or"
239
  msgstr "oder"
240
 
@@ -263,28 +263,28 @@ msgid "Active"
263
  msgstr "Aktiviert"
264
 
265
  # @ acf
266
- #: includes/admin/admin-field-group.php:771
267
  msgid "Move Complete."
268
  msgstr "Verschieben erfolgreich abgeschlossen."
269
 
270
  # @ acf
271
- #: includes/admin/admin-field-group.php:772
272
  #, php-format
273
  msgid "The %s field can now be found in the %s field group"
274
  msgstr "Das Feld \"%s\" wurde in die %s Feldgruppe verschoben"
275
 
276
  # @ acf
277
- #: includes/admin/admin-field-group.php:773
278
  msgid "Close Window"
279
  msgstr "Schließen"
280
 
281
  # @ acf
282
- #: includes/admin/admin-field-group.php:814
283
  msgid "Please select the destination for this field"
284
  msgstr "In welche Feldgruppe solle dieses Feld verschoben werden"
285
 
286
  # @ acf
287
- #: includes/admin/admin-field-group.php:821
288
  msgid "Move Field"
289
  msgstr "Feld verschieben"
290
 
@@ -319,7 +319,7 @@ msgstr "Synchronisierung verfügbar"
319
 
320
  # @ acf
321
  #: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
322
- #: pro/fields/class-acf-field-gallery.php:372
323
  msgid "Title"
324
  msgstr "Titel"
325
 
@@ -328,7 +328,7 @@ msgstr "Titel"
328
  #: includes/admin/views/field-group-options.php:96
329
  #: includes/admin/views/html-admin-page-upgrade-network.php:38
330
  #: includes/admin/views/html-admin-page-upgrade-network.php:49
331
- #: pro/fields/class-acf-field-gallery.php:399
332
  msgid "Description"
333
  msgstr "Beschreibung"
334
 
@@ -345,8 +345,7 @@ msgstr ""
345
  "Felder erweitern."
346
 
347
  # @ acf
348
- #: includes/admin/admin-field-groups.php:628
349
- #: includes/admin/settings-info.php:76
350
  #: pro/admin/views/html-settings-updates.php:107
351
  msgid "Changelog"
352
  msgstr "Änderungsprotokoll"
@@ -374,7 +373,7 @@ msgid "Support"
374
  msgstr "Hilfe"
375
 
376
  #: includes/admin/admin-field-groups.php:642
377
- #: includes/admin/views/settings-info.php:84
378
  msgid "Pro"
379
  msgstr "Pro"
380
 
@@ -398,7 +397,7 @@ msgstr "Duplizieren"
398
 
399
  # @ acf
400
  #: includes/admin/admin-field-groups.php:719
401
- #: includes/fields/class-acf-field-google-map.php:165
402
  #: includes/fields/class-acf-field-relationship.php:593
403
  msgid "Search"
404
  msgstr "Suchen"
@@ -435,30 +434,30 @@ msgid "Tools"
435
  msgstr "Werkzeuge"
436
 
437
  # @ acf
438
- #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:94
439
- #: includes/admin/admin-upgrade.php:156
440
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
441
  #: includes/admin/views/html-admin-page-upgrade.php:26
442
  msgid "Upgrade Database"
443
  msgstr "Datenbank upgraden"
444
 
445
  # @ acf
446
- #: includes/admin/admin-upgrade.php:180
447
  msgid "Review sites & upgrade"
448
  msgstr "Übersicht Websites & Upgrades"
449
 
450
  # @ acf
451
- #: includes/admin/admin.php:54 includes/admin/views/field-group-options.php:110
452
  msgid "Custom Fields"
453
  msgstr "Individuelle Felder"
454
 
455
  # @ acf
456
- #: includes/admin/settings-info.php:50
457
  msgid "Info"
458
  msgstr "Info"
459
 
460
  # @ acf
461
- #: includes/admin/settings-info.php:75
462
  msgid "What's New"
463
  msgstr "Was gibt es Neues"
464
 
@@ -626,9 +625,9 @@ msgstr "Feld bearbeiten"
626
  # @ acf
627
  #: includes/admin/views/field-group-field.php:45
628
  #: includes/fields/class-acf-field-file.php:152
629
- #: includes/fields/class-acf-field-image.php:139
630
  #: includes/fields/class-acf-field-link.php:139
631
- #: pro/fields/class-acf-field-gallery.php:359
632
  msgid "Edit"
633
  msgstr "Bearbeiten"
634
 
@@ -743,7 +742,7 @@ msgstr "Beschriftung"
743
 
744
  # @ acf
745
  #: includes/admin/views/field-group-fields.php:6
746
- #: includes/fields/class-acf-field-taxonomy.php:939
747
  #: pro/fields/class-acf-field-flexible-content.php:596
748
  msgid "Name"
749
  msgstr "Name"
@@ -1022,14 +1021,12 @@ msgid "Upgrading data to version %s"
1022
  msgstr "Daten auf Version %s upgraden"
1023
 
1024
  # @ default
1025
- #: includes/admin/views/html-admin-page-upgrade-network.php:167
1026
  msgid "Upgrade complete."
1027
  msgstr "Upgrade abgeschlossen."
1028
 
1029
- #: includes/admin/views/html-admin-page-upgrade-network.php:176
1030
- #: includes/admin/views/html-admin-page-upgrade-network.php:185
1031
- #: includes/admin/views/html-admin-page-upgrade.php:78
1032
- #: includes/admin/views/html-admin-page-upgrade.php:87
1033
  msgid "Upgrade failed."
1034
  msgstr "Upgrade fehlgeschlagen."
1035
 
@@ -1046,8 +1043,8 @@ msgstr ""
1046
  "Neues gibt</a>"
1047
 
1048
  # @ acf
1049
- #: includes/admin/views/html-admin-page-upgrade.php:116
1050
- #: includes/ajax/class-acf-ajax-upgrade.php:33
1051
  msgid "No updates available."
1052
  msgstr "Keine Aktualisierungen verfügbar."
1053
 
@@ -1110,21 +1107,6 @@ msgstr ""
1110
  "Stellen Sie bitte ebenfalls sicher, dass alle Premium-Add-ons (%s) auf die "
1111
  "neueste Version aktualisiert wurden."
1112
 
1113
- # @ acf
1114
- #: includes/admin/views/settings-addons.php:3
1115
- msgid "Add-ons"
1116
- msgstr "Zusatz-Module"
1117
-
1118
- # @ acf
1119
- #: includes/admin/views/settings-addons.php:17
1120
- msgid "Download & Install"
1121
- msgstr "Download & Installieren"
1122
-
1123
- # @ acf
1124
- #: includes/admin/views/settings-addons.php:36
1125
- msgid "Installed"
1126
- msgstr "Installiert"
1127
-
1128
  # @ acf
1129
  #: includes/admin/views/settings-info.php:3
1130
  msgid "Welcome to Advanced Custom Fields"
@@ -1146,12 +1128,12 @@ msgid "A Smoother Experience"
1146
  msgstr "Eine reibungslosere Erfahrung"
1147
 
1148
  # @ acf
1149
- #: includes/admin/views/settings-info.php:19
1150
  msgid "Improved Usability"
1151
  msgstr "Verbesserte Benutzerfreundlichkeit"
1152
 
1153
  # @ acf
1154
- #: includes/admin/views/settings-info.php:20
1155
  msgid ""
1156
  "Including the popular Select2 library has improved both usability and speed "
1157
  "across a number of field types including post object, page link, taxonomy "
@@ -1163,12 +1145,12 @@ msgstr ""
1163
  "signifikant verbessert."
1164
 
1165
  # @ acf
1166
- #: includes/admin/views/settings-info.php:24
1167
  msgid "Improved Design"
1168
  msgstr "Verbessertes Design"
1169
 
1170
  # @ acf
1171
- #: includes/admin/views/settings-info.php:25
1172
  msgid ""
1173
  "Many fields have undergone a visual refresh to make ACF look better than "
1174
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
@@ -1179,12 +1161,12 @@ msgstr ""
1179
  "nagelneue oEmbed-Feld!"
1180
 
1181
  # @ acf
1182
- #: includes/admin/views/settings-info.php:29
1183
  msgid "Improved Data"
1184
  msgstr "Verbesserte Datenstruktur"
1185
 
1186
  # @ acf
1187
- #: includes/admin/views/settings-info.php:30
1188
  msgid ""
1189
  "Redesigning the data architecture has allowed sub fields to live "
1190
  "independently from their parents. This allows you to drag and drop fields in "
@@ -1196,17 +1178,17 @@ msgstr ""
1196
  "Feldern verschoben werden können!"
1197
 
1198
  # @ acf
1199
- #: includes/admin/views/settings-info.php:38
1200
  msgid "Goodbye Add-ons. Hello PRO"
1201
  msgstr "Macht's gut Add-ons&hellip; Hallo PRO"
1202
 
1203
  # @ acf
1204
- #: includes/admin/views/settings-info.php:41
1205
  msgid "Introducing ACF PRO"
1206
  msgstr "Wir dürfen vorstellen&hellip; ACF PRO"
1207
 
1208
  # @ acf
1209
- #: includes/admin/views/settings-info.php:42
1210
  msgid ""
1211
  "We're changing the way premium functionality is delivered in an exciting way!"
1212
  msgstr ""
@@ -1214,7 +1196,7 @@ msgstr ""
1214
  "gestellt wird geändert - das \"wie\" dürfte Sie begeistern!"
1215
 
1216
  # @ acf
1217
- #: includes/admin/views/settings-info.php:43
1218
  #, php-format
1219
  msgid ""
1220
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
@@ -1227,12 +1209,12 @@ msgstr ""
1227
  "ist somit erschwinglicher denn je!"
1228
 
1229
  # @ acf
1230
- #: includes/admin/views/settings-info.php:47
1231
  msgid "Powerful Features"
1232
  msgstr "Leistungsstarke Funktionen"
1233
 
1234
  # @ acf
1235
- #: includes/admin/views/settings-info.php:48
1236
  msgid ""
1237
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1238
  "layouts, a beautiful gallery field and the ability to create extra admin "
@@ -1243,17 +1225,17 @@ msgstr ""
1243
  "zusätzliche Options-Seiten im Admin-Bereich zu erstellen!"
1244
 
1245
  # @ acf
1246
- #: includes/admin/views/settings-info.php:49
1247
  #, php-format
1248
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1249
  msgstr "Lesen Sie mehr über die <a href=\"%s\">ACF PRO Funktionen</a>."
1250
 
1251
  # @ acf
1252
- #: includes/admin/views/settings-info.php:53
1253
  msgid "Easy Upgrading"
1254
  msgstr "Kinderleichte Aktualisierung"
1255
 
1256
- #: includes/admin/views/settings-info.php:54
1257
  msgid ""
1258
  "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1259
  "the plugin!"
@@ -1262,7 +1244,7 @@ msgstr ""
1262
  "das Plugin herunterladen!"
1263
 
1264
  # @ acf
1265
- #: includes/admin/views/settings-info.php:55
1266
  #, php-format
1267
  msgid ""
1268
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
@@ -1273,16 +1255,16 @@ msgstr ""
1273
  "Leitfaden (Engl.)</a> erstellt. Sollten dennoch Fragen auftreten, "
1274
  "kontaktieren Sie bitte unser <a href=\"%s\"> Support-Team </a>."
1275
 
1276
- #: includes/admin/views/settings-info.php:64
1277
  msgid "New Features"
1278
  msgstr "Neue Funktionen"
1279
 
1280
  # @ acf
1281
- #: includes/admin/views/settings-info.php:69
1282
  msgid "Link Field"
1283
  msgstr "Link-Feld"
1284
 
1285
- #: includes/admin/views/settings-info.php:70
1286
  msgid ""
1287
  "The Link field provides a simple way to select or define a link (url, title, "
1288
  "target)."
@@ -1291,22 +1273,22 @@ msgstr ""
1291
  "entweder auszuwählen oder zu definieren."
1292
 
1293
  # @ acf
1294
- #: includes/admin/views/settings-info.php:74
1295
  msgid "Group Field"
1296
  msgstr "Gruppen-Feld"
1297
 
1298
- #: includes/admin/views/settings-info.php:75
1299
  msgid "The Group field provides a simple way to create a group of fields."
1300
  msgstr ""
1301
  "Das Gruppen-Feld bietet einen einfachen Weg eine Gruppe von Feldern zu "
1302
  "erstellen."
1303
 
1304
  # @ acf
1305
- #: includes/admin/views/settings-info.php:79
1306
  msgid "oEmbed Field"
1307
  msgstr "oEmbed-Feld"
1308
 
1309
- #: includes/admin/views/settings-info.php:80
1310
  msgid ""
1311
  "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1312
  "and other content."
@@ -1315,34 +1297,34 @@ msgstr ""
1315
  "Audio und weitere Inhalte einzubetten."
1316
 
1317
  # @ acf
1318
- #: includes/admin/views/settings-info.php:84
1319
  msgid "Clone Field"
1320
  msgstr "Klon-Feld"
1321
 
1322
- #: includes/admin/views/settings-info.php:85
1323
  msgid "The clone field allows you to select and display existing fields."
1324
  msgstr ""
1325
  "Das Klon-Feld erlaubt es ihnen bestehende Felder auszuwählen und anzuzeigen."
1326
 
1327
  # @ acf
1328
- #: includes/admin/views/settings-info.php:89
1329
  msgid "More AJAX"
1330
  msgstr "Mehr AJAX"
1331
 
1332
  # @ acf
1333
- #: includes/admin/views/settings-info.php:90
1334
  msgid "More fields use AJAX powered search to speed up page loading."
1335
  msgstr ""
1336
  "Mehr Felder verwenden nun eine AJAX-basierte Suche, die die Ladezeiten von "
1337
  "Seiten deutlich verringert."
1338
 
1339
  # @ acf
1340
- #: includes/admin/views/settings-info.php:94
1341
  msgid "Local JSON"
1342
  msgstr "Lokales JSON"
1343
 
1344
  # @ acf
1345
- #: includes/admin/views/settings-info.php:95
1346
  msgid ""
1347
  "New auto export to JSON feature improves speed and allows for syncronisation."
1348
  msgstr ""
@@ -1350,23 +1332,23 @@ msgstr ""
1350
  "erlaubt die Synchronisation."
1351
 
1352
  # @ acf
1353
- #: includes/admin/views/settings-info.php:99
1354
  msgid "Easy Import / Export"
1355
  msgstr "Einfacher Import / Export"
1356
 
1357
- #: includes/admin/views/settings-info.php:100
1358
  msgid "Both import and export can easily be done through a new tools page."
1359
  msgstr ""
1360
  "Importe sowie Exporte können beide einfach auf der neuen Werkzeug-Seite "
1361
  "durchgeführt werden."
1362
 
1363
  # @ acf
1364
- #: includes/admin/views/settings-info.php:104
1365
  msgid "New Form Locations"
1366
  msgstr "Neue Positionen für Formulare"
1367
 
1368
  # @ acf
1369
- #: includes/admin/views/settings-info.php:105
1370
  msgid ""
1371
  "Fields can now be mapped to menus, menu items, comments, widgets and all "
1372
  "user forms!"
@@ -1375,11 +1357,11 @@ msgstr ""
1375
  "Benutzer-Formularen zugeordnet werden!"
1376
 
1377
  # @ acf
1378
- #: includes/admin/views/settings-info.php:109
1379
  msgid "More Customization"
1380
  msgstr "Weitere Anpassungen"
1381
 
1382
- #: includes/admin/views/settings-info.php:110
1383
  msgid ""
1384
  "New PHP (and JS) actions and filters have been added to allow for more "
1385
  "customization."
@@ -1387,11 +1369,11 @@ msgstr ""
1387
  "Neue Aktionen und Filter für PHP und JS wurden hinzugefügt um noch mehr "
1388
  "Anpassungen zu erlauben."
1389
 
1390
- #: includes/admin/views/settings-info.php:114
1391
  msgid "Fresh UI"
1392
  msgstr "Eine modernisierte Benutzeroberfläche"
1393
 
1394
- #: includes/admin/views/settings-info.php:115
1395
  msgid ""
1396
  "The entire plugin has had a design refresh including new field types, "
1397
  "settings and design!"
@@ -1400,12 +1382,12 @@ msgstr ""
1400
  "Feldtypen, Einstellungen und Aussehen!"
1401
 
1402
  # @ acf
1403
- #: includes/admin/views/settings-info.php:119
1404
  msgid "New Settings"
1405
  msgstr "Neue Einstellungen"
1406
 
1407
  # @ acf
1408
- #: includes/admin/views/settings-info.php:120
1409
  msgid ""
1410
  "Field group settings have been added for Active, Label Placement, "
1411
  "Instructions Placement and Description."
@@ -1415,12 +1397,12 @@ msgstr ""
1415
  "sowie eine Beschreibung erweitert."
1416
 
1417
  # @ acf
1418
- #: includes/admin/views/settings-info.php:124
1419
  msgid "Better Front End Forms"
1420
  msgstr "Verbesserte Frontend-Formulare"
1421
 
1422
  # @ acf
1423
- #: includes/admin/views/settings-info.php:125
1424
  msgid ""
1425
  "acf_form() can now create a new post on submission with lots of new settings."
1426
  msgstr ""
@@ -1428,24 +1410,24 @@ msgstr ""
1428
  "inklusive vieler neuer Einstellungsmöglichkeiten."
1429
 
1430
  # @ acf
1431
- #: includes/admin/views/settings-info.php:129
1432
  msgid "Better Validation"
1433
  msgstr "Bessere Validierung"
1434
 
1435
  # @ acf
1436
- #: includes/admin/views/settings-info.php:130
1437
  msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1438
  msgstr ""
1439
  "Die Formular-Validierung wird nun mit Hilfe von PHP + AJAX erledigt, "
1440
  "anstelle nur JS zu verwenden."
1441
 
1442
  # @ acf
1443
- #: includes/admin/views/settings-info.php:134
1444
  msgid "Moving Fields"
1445
  msgstr "Verschiebbare Felder"
1446
 
1447
  # @ acf
1448
- #: includes/admin/views/settings-info.php:135
1449
  msgid ""
1450
  "New field group functionality allows you to move a field between groups & "
1451
  "parents."
@@ -1454,226 +1436,230 @@ msgstr ""
1454
  "übergeordneten Gruppen frei zu verschieben."
1455
 
1456
  # @ acf
1457
- #: includes/admin/views/settings-info.php:146
1458
  #, php-format
1459
  msgid "We think you'll love the changes in %s."
1460
  msgstr "Wir glauben Sie werden die Änderungen in %s lieben."
1461
 
 
 
 
 
1462
  # @ acf
1463
- #: includes/api/api-helpers.php:1003
1464
  msgid "Thumbnail"
1465
  msgstr "Vorschaubild"
1466
 
1467
  # @ acf
1468
- #: includes/api/api-helpers.php:1004
1469
  msgid "Medium"
1470
  msgstr "Mittel"
1471
 
1472
  # @ acf
1473
- #: includes/api/api-helpers.php:1005
1474
  msgid "Large"
1475
  msgstr "Groß"
1476
 
1477
  # @ acf
1478
- #: includes/api/api-helpers.php:1054
1479
  msgid "Full Size"
1480
  msgstr "Volle Größe"
1481
 
1482
  # @ acf
1483
- #: includes/api/api-helpers.php:1775 includes/api/api-term.php:147
1484
  #: pro/fields/class-acf-field-clone.php:996
1485
  msgid "(no title)"
1486
  msgstr "(ohne Titel)"
1487
 
1488
  # @ acf
1489
- #: includes/api/api-helpers.php:3783
1490
  #, php-format
1491
  msgid "Image width must be at least %dpx."
1492
  msgstr "Die Breite des Bildes muss mindestens %dpx sein."
1493
 
1494
  # @ acf
1495
- #: includes/api/api-helpers.php:3788
1496
  #, php-format
1497
  msgid "Image width must not exceed %dpx."
1498
  msgstr "Die Breite des Bildes darf %dpx nicht überschreiten."
1499
 
1500
  # @ acf
1501
- #: includes/api/api-helpers.php:3804
1502
  #, php-format
1503
  msgid "Image height must be at least %dpx."
1504
  msgstr "Die Höhe des Bildes muss mindestens %dpx sein."
1505
 
1506
  # @ acf
1507
- #: includes/api/api-helpers.php:3809
1508
  #, php-format
1509
  msgid "Image height must not exceed %dpx."
1510
  msgstr "Die Höhe des Bild darf %dpx nicht überschreiten."
1511
 
1512
  # @ acf
1513
- #: includes/api/api-helpers.php:3827
1514
  #, php-format
1515
  msgid "File size must be at least %s."
1516
  msgstr "Die Dateigröße muss mindestens %s sein."
1517
 
1518
  # @ acf
1519
- #: includes/api/api-helpers.php:3832
1520
  #, php-format
1521
  msgid "File size must must not exceed %s."
1522
  msgstr "Die Dateigröße darf %s nicht überschreiten."
1523
 
1524
  # @ acf
1525
- #: includes/api/api-helpers.php:3866
1526
  #, php-format
1527
  msgid "File type must be %s."
1528
  msgstr "Der Dateityp muss %s sein."
1529
 
1530
  # @ acf
1531
- #: includes/assets.php:168
1532
  msgid "The changes you made will be lost if you navigate away from this page"
1533
  msgstr ""
1534
  "Die vorgenommenen Änderungen gehen verloren wenn diese Seite verlassen wird"
1535
 
1536
- #: includes/assets.php:171 includes/fields/class-acf-field-select.php:259
1537
  msgctxt "verb"
1538
  msgid "Select"
1539
  msgstr "Auswählen"
1540
 
1541
- #: includes/assets.php:172
1542
  msgctxt "verb"
1543
  msgid "Edit"
1544
  msgstr "Bearbeiten"
1545
 
1546
- #: includes/assets.php:173
1547
  msgctxt "verb"
1548
  msgid "Update"
1549
  msgstr "Aktualisieren"
1550
 
1551
  # @ acf
1552
- #: includes/assets.php:174
1553
  msgid "Uploaded to this post"
1554
  msgstr "Zu diesem Beitrag hochgeladen"
1555
 
1556
  # @ acf
1557
- #: includes/assets.php:175
1558
  msgid "Expand Details"
1559
  msgstr "Details einblenden"
1560
 
1561
  # @ acf
1562
- #: includes/assets.php:176
1563
  msgid "Collapse Details"
1564
  msgstr "Details ausblenden"
1565
 
1566
- #: includes/assets.php:177
1567
  msgid "Restricted"
1568
  msgstr "Eingeschränkt"
1569
 
1570
  # @ acf
1571
- #: includes/assets.php:178 includes/fields/class-acf-field-image.php:67
1572
  msgid "All images"
1573
  msgstr "Alle Bilder"
1574
 
1575
  # @ acf
1576
- #: includes/assets.php:181
1577
  msgid "Validation successful"
1578
  msgstr "Überprüfung erfolgreich"
1579
 
1580
  # @ acf
1581
- #: includes/assets.php:182 includes/validation.php:285
1582
  #: includes/validation.php:296
1583
  msgid "Validation failed"
1584
  msgstr "Überprüfung fehlgeschlagen"
1585
 
1586
  # @ acf
1587
- #: includes/assets.php:183
1588
  msgid "1 field requires attention"
1589
  msgstr "Für 1 Feld ist eine Aktualisierung notwendig"
1590
 
1591
  # @ acf
1592
- #: includes/assets.php:184
1593
  #, php-format
1594
  msgid "%d fields require attention"
1595
  msgstr "Für %d Felder ist eine Aktualisierung notwendig"
1596
 
1597
  # @ acf
1598
- #: includes/assets.php:187
1599
  msgid "Are you sure?"
1600
  msgstr "Wirklich entfernen?"
1601
 
1602
  # @ acf
1603
- #: includes/assets.php:188 includes/fields/class-acf-field-true_false.php:79
1604
  #: includes/fields/class-acf-field-true_false.php:159
1605
  #: pro/admin/views/html-settings-updates.php:89
1606
  msgid "Yes"
1607
  msgstr "Ja"
1608
 
1609
  # @ acf
1610
- #: includes/assets.php:189 includes/fields/class-acf-field-true_false.php:80
1611
  #: includes/fields/class-acf-field-true_false.php:174
1612
  #: pro/admin/views/html-settings-updates.php:99
1613
  msgid "No"
1614
  msgstr "Nein"
1615
 
1616
  # @ acf
1617
- #: includes/assets.php:190 includes/fields/class-acf-field-file.php:154
1618
- #: includes/fields/class-acf-field-image.php:141
1619
  #: includes/fields/class-acf-field-link.php:140
1620
- #: pro/fields/class-acf-field-gallery.php:360
1621
- #: pro/fields/class-acf-field-gallery.php:549
1622
  msgid "Remove"
1623
  msgstr "Entfernen"
1624
 
1625
- #: includes/assets.php:191
1626
  msgid "Cancel"
1627
  msgstr "Abbrechen"
1628
 
1629
- #: includes/assets.php:194
1630
  msgid "Has any value"
1631
  msgstr "Hat einen Wert"
1632
 
1633
- #: includes/assets.php:195
1634
  msgid "Has no value"
1635
  msgstr "Hat keinen Wert"
1636
 
1637
  # @ acf
1638
- #: includes/assets.php:196
1639
  msgid "Value is equal to"
1640
  msgstr "Wert ist gleich"
1641
 
1642
  # @ acf
1643
- #: includes/assets.php:197
1644
  msgid "Value is not equal to"
1645
  msgstr "Wert ist ungleich"
1646
 
1647
  # @ acf
1648
- #: includes/assets.php:198
1649
  msgid "Value matches pattern"
1650
  msgstr "Wert entspricht regulärem Ausdruck"
1651
 
1652
- #: includes/assets.php:199
1653
  msgid "Value contains"
1654
  msgstr "Wert enthält"
1655
 
1656
  # @ acf
1657
- #: includes/assets.php:200
1658
  msgid "Value is greater than"
1659
  msgstr "Wert ist größer als"
1660
 
1661
  # @ acf
1662
- #: includes/assets.php:201
1663
  msgid "Value is less than"
1664
  msgstr "Wert ist kleiner als"
1665
 
1666
- #: includes/assets.php:202
1667
  msgid "Selection is greater than"
1668
  msgstr "Auswahl ist größer als"
1669
 
1670
  # @ acf
1671
- #: includes/assets.php:203
1672
  msgid "Selection is less than"
1673
  msgstr "Auswahl ist kleiner als"
1674
 
1675
  # @ acf
1676
- #: includes/assets.php:206 includes/forms/form-comment.php:166
1677
  #: pro/admin/admin-options-page.php:325
1678
  msgid "Edit field group"
1679
  msgstr "Feldgruppe bearbeiten"
@@ -1801,8 +1787,8 @@ msgstr "rot : Rot"
1801
  #: includes/fields/class-acf-field-post_object.php:411
1802
  #: includes/fields/class-acf-field-radio.php:244
1803
  #: includes/fields/class-acf-field-select.php:382
1804
- #: includes/fields/class-acf-field-taxonomy.php:784
1805
- #: includes/fields/class-acf-field-user.php:393
1806
  msgid "Allow Null?"
1807
  msgstr "NULL-Werte zulassen?"
1808
 
@@ -1813,9 +1799,9 @@ msgstr "NULL-Werte zulassen?"
1813
  #: includes/fields/class-acf-field-email.php:118
1814
  #: includes/fields/class-acf-field-number.php:127
1815
  #: includes/fields/class-acf-field-radio.php:281
1816
- #: includes/fields/class-acf-field-range.php:149
1817
  #: includes/fields/class-acf-field-select.php:373
1818
- #: includes/fields/class-acf-field-text.php:119
1819
  #: includes/fields/class-acf-field-textarea.php:102
1820
  #: includes/fields/class-acf-field-true_false.php:135
1821
  #: includes/fields/class-acf-field-url.php:100
@@ -1828,8 +1814,8 @@ msgstr "Standardwert"
1828
  #: includes/fields/class-acf-field-email.php:119
1829
  #: includes/fields/class-acf-field-number.php:128
1830
  #: includes/fields/class-acf-field-radio.php:282
1831
- #: includes/fields/class-acf-field-range.php:150
1832
- #: includes/fields/class-acf-field-text.php:120
1833
  #: includes/fields/class-acf-field-textarea.php:103
1834
  #: includes/fields/class-acf-field-url.php:101
1835
  #: includes/fields/class-acf-field-wysiwyg.php:382
@@ -1854,10 +1840,9 @@ msgstr "Vertikal"
1854
  #: includes/fields/class-acf-field-button-group.php:191
1855
  #: includes/fields/class-acf-field-checkbox.php:413
1856
  #: includes/fields/class-acf-field-file.php:215
1857
- #: includes/fields/class-acf-field-image.php:205
1858
  #: includes/fields/class-acf-field-link.php:166
1859
  #: includes/fields/class-acf-field-radio.php:304
1860
- #: includes/fields/class-acf-field-taxonomy.php:829
1861
  msgid "Return Value"
1862
  msgstr "Rückgabewert"
1863
 
@@ -1865,7 +1850,6 @@ msgstr "Rückgabewert"
1865
  #: includes/fields/class-acf-field-button-group.php:192
1866
  #: includes/fields/class-acf-field-checkbox.php:414
1867
  #: includes/fields/class-acf-field-file.php:216
1868
- #: includes/fields/class-acf-field-image.php:206
1869
  #: includes/fields/class-acf-field-link.php:167
1870
  #: includes/fields/class-acf-field-radio.php:305
1871
  msgid "Specify the returned value on front end"
@@ -1887,7 +1871,7 @@ msgstr "Beide (Array)"
1887
 
1888
  # @ acf
1889
  #: includes/fields/class-acf-field-checkbox.php:25
1890
- #: includes/fields/class-acf-field-taxonomy.php:771
1891
  msgid "Checkbox"
1892
  msgstr "Checkbox"
1893
 
@@ -2020,11 +2004,13 @@ msgstr "Das Format das beim Speichern eines Wertes verwendet wird"
2020
  # @ acf
2021
  #: includes/fields/class-acf-field-date_picker.php:208
2022
  #: includes/fields/class-acf-field-date_time_picker.php:200
 
2023
  #: includes/fields/class-acf-field-post_object.php:431
2024
  #: includes/fields/class-acf-field-relationship.php:634
2025
  #: includes/fields/class-acf-field-select.php:427
2026
  #: includes/fields/class-acf-field-time_picker.php:124
2027
- #: includes/fields/class-acf-field-user.php:412
 
2028
  msgid "Return Format"
2029
  msgstr "Rückgabeformat"
2030
 
@@ -2129,7 +2115,7 @@ msgstr "E-Mail"
2129
  #: includes/fields/class-acf-field-email.php:127
2130
  #: includes/fields/class-acf-field-number.php:136
2131
  #: includes/fields/class-acf-field-password.php:71
2132
- #: includes/fields/class-acf-field-text.php:128
2133
  #: includes/fields/class-acf-field-textarea.php:111
2134
  #: includes/fields/class-acf-field-url.php:109
2135
  msgid "Placeholder Text"
@@ -2139,7 +2125,7 @@ msgstr "Platzhaltertext"
2139
  #: includes/fields/class-acf-field-email.php:128
2140
  #: includes/fields/class-acf-field-number.php:137
2141
  #: includes/fields/class-acf-field-password.php:72
2142
- #: includes/fields/class-acf-field-text.php:129
2143
  #: includes/fields/class-acf-field-textarea.php:112
2144
  #: includes/fields/class-acf-field-url.php:110
2145
  msgid "Appears within the input"
@@ -2149,8 +2135,8 @@ msgstr "Platzhaltertext solange keine Eingabe im Feld vorgenommen wurde"
2149
  #: includes/fields/class-acf-field-email.php:136
2150
  #: includes/fields/class-acf-field-number.php:145
2151
  #: includes/fields/class-acf-field-password.php:80
2152
- #: includes/fields/class-acf-field-range.php:188
2153
- #: includes/fields/class-acf-field-text.php:137
2154
  msgid "Prepend"
2155
  msgstr "Voranstellen"
2156
 
@@ -2158,8 +2144,8 @@ msgstr "Voranstellen"
2158
  #: includes/fields/class-acf-field-email.php:137
2159
  #: includes/fields/class-acf-field-number.php:146
2160
  #: includes/fields/class-acf-field-password.php:81
2161
- #: includes/fields/class-acf-field-range.php:189
2162
- #: includes/fields/class-acf-field-text.php:138
2163
  msgid "Appears before the input"
2164
  msgstr "Wird dem Eingabefeld vorangestellt"
2165
 
@@ -2167,8 +2153,8 @@ msgstr "Wird dem Eingabefeld vorangestellt"
2167
  #: includes/fields/class-acf-field-email.php:145
2168
  #: includes/fields/class-acf-field-number.php:154
2169
  #: includes/fields/class-acf-field-password.php:89
2170
- #: includes/fields/class-acf-field-range.php:197
2171
- #: includes/fields/class-acf-field-text.php:146
2172
  msgid "Append"
2173
  msgstr "Anhängen"
2174
 
@@ -2176,8 +2162,8 @@ msgstr "Anhängen"
2176
  #: includes/fields/class-acf-field-email.php:146
2177
  #: includes/fields/class-acf-field-number.php:155
2178
  #: includes/fields/class-acf-field-password.php:90
2179
- #: includes/fields/class-acf-field-range.php:198
2180
- #: includes/fields/class-acf-field-text.php:147
2181
  msgid "Appears after the input"
2182
  msgstr "Wird dem Eingabefeld hinten angestellt"
2183
 
@@ -2204,10 +2190,10 @@ msgstr "Dateiname"
2204
  #: includes/fields/class-acf-field-file.php:145
2205
  #: includes/fields/class-acf-field-file.php:248
2206
  #: includes/fields/class-acf-field-file.php:259
2207
- #: includes/fields/class-acf-field-image.php:265
2208
- #: includes/fields/class-acf-field-image.php:294
2209
- #: pro/fields/class-acf-field-gallery.php:708
2210
- #: pro/fields/class-acf-field-gallery.php:737
2211
  msgid "File size"
2212
  msgstr "Dateigröße"
2213
 
@@ -2233,44 +2219,44 @@ msgstr "Datei-ID"
2233
 
2234
  # @ acf
2235
  #: includes/fields/class-acf-field-file.php:230
2236
- #: includes/fields/class-acf-field-image.php:230
2237
- #: pro/fields/class-acf-field-gallery.php:673
2238
  msgid "Library"
2239
  msgstr "Mediathek"
2240
 
2241
  # @ acf
2242
  #: includes/fields/class-acf-field-file.php:231
2243
- #: includes/fields/class-acf-field-image.php:231
2244
- #: pro/fields/class-acf-field-gallery.php:674
2245
  msgid "Limit the media library choice"
2246
  msgstr "Beschränkt die Auswahl in der Mediathek"
2247
 
2248
  # @ acf
2249
  #: includes/fields/class-acf-field-file.php:236
2250
- #: includes/fields/class-acf-field-image.php:236
2251
  #: includes/locations/class-acf-location-attachment.php:101
2252
  #: includes/locations/class-acf-location-comment.php:79
2253
  #: includes/locations/class-acf-location-nav-menu.php:102
2254
  #: includes/locations/class-acf-location-taxonomy.php:79
2255
- #: includes/locations/class-acf-location-user-form.php:87
2256
- #: includes/locations/class-acf-location-user-role.php:111
2257
  #: includes/locations/class-acf-location-widget.php:83
2258
- #: pro/fields/class-acf-field-gallery.php:679
2259
  #: pro/locations/class-acf-location-block.php:79
2260
  msgid "All"
2261
  msgstr "Alle"
2262
 
2263
  # @ acf
2264
  #: includes/fields/class-acf-field-file.php:237
2265
- #: includes/fields/class-acf-field-image.php:237
2266
- #: pro/fields/class-acf-field-gallery.php:680
2267
  msgid "Uploaded to post"
2268
  msgstr "Für den Beitrag hochgeladen"
2269
 
2270
  # @ acf
2271
  #: includes/fields/class-acf-field-file.php:244
2272
- #: includes/fields/class-acf-field-image.php:244
2273
- #: pro/fields/class-acf-field-gallery.php:687
2274
  msgid "Minimum"
2275
  msgstr "Minimum"
2276
 
@@ -2282,22 +2268,22 @@ msgstr "Beschränkt welche Dateien hochgeladen werden können"
2282
 
2283
  # @ acf
2284
  #: includes/fields/class-acf-field-file.php:255
2285
- #: includes/fields/class-acf-field-image.php:273
2286
- #: pro/fields/class-acf-field-gallery.php:716
2287
  msgid "Maximum"
2288
  msgstr "Maximum"
2289
 
2290
  # @ acf
2291
  #: includes/fields/class-acf-field-file.php:266
2292
- #: includes/fields/class-acf-field-image.php:302
2293
- #: pro/fields/class-acf-field-gallery.php:745
2294
  msgid "Allowed file types"
2295
  msgstr "Erlaubte Dateiformate"
2296
 
2297
  # @ acf
2298
  #: includes/fields/class-acf-field-file.php:267
2299
- #: includes/fields/class-acf-field-image.php:303
2300
- #: pro/fields/class-acf-field-gallery.php:746
2301
  msgid "Comma separated list. Leave blank for all types"
2302
  msgstr ""
2303
  "Eine durch Komma getrennte Liste. Leer lassen um alle Dateiformate zu "
@@ -2314,54 +2300,54 @@ msgid "Sorry, this browser does not support geolocation"
2314
  msgstr "Dieser Browser unterstützt keine Geo-Lokation"
2315
 
2316
  # @ acf
2317
- #: includes/fields/class-acf-field-google-map.php:166
2318
  msgid "Clear location"
2319
  msgstr "Position löschen"
2320
 
2321
  # @ acf
2322
- #: includes/fields/class-acf-field-google-map.php:167
2323
  msgid "Find current location"
2324
  msgstr "Aktuelle Position finden"
2325
 
2326
  # @ acf
2327
- #: includes/fields/class-acf-field-google-map.php:170
2328
  msgid "Search for address..."
2329
  msgstr "Nach der Adresse suchen..."
2330
 
2331
  # @ acf
2332
- #: includes/fields/class-acf-field-google-map.php:200
2333
- #: includes/fields/class-acf-field-google-map.php:211
2334
  msgid "Center"
2335
  msgstr "Mittelpunkt"
2336
 
2337
  # @ acf
2338
- #: includes/fields/class-acf-field-google-map.php:201
2339
- #: includes/fields/class-acf-field-google-map.php:212
2340
  msgid "Center the initial map"
2341
  msgstr "Mittelpunkt der Ausgangskarte"
2342
 
2343
  # @ acf
2344
- #: includes/fields/class-acf-field-google-map.php:223
2345
  msgid "Zoom"
2346
  msgstr "Zoom"
2347
 
2348
  # @ acf
2349
- #: includes/fields/class-acf-field-google-map.php:224
2350
  msgid "Set the initial zoom level"
2351
  msgstr "Legt die anfängliche Zoomstufe der Karte fest"
2352
 
2353
  # @ acf
2354
- #: includes/fields/class-acf-field-google-map.php:233
2355
- #: includes/fields/class-acf-field-image.php:256
2356
- #: includes/fields/class-acf-field-image.php:285
2357
  #: includes/fields/class-acf-field-oembed.php:268
2358
- #: pro/fields/class-acf-field-gallery.php:699
2359
- #: pro/fields/class-acf-field-gallery.php:728
2360
  msgid "Height"
2361
  msgstr "Höhe"
2362
 
2363
  # @ acf
2364
- #: includes/fields/class-acf-field-google-map.php:234
2365
  msgid "Customize the map height"
2366
  msgstr "Passt die Höhe der Karte an"
2367
 
@@ -2412,69 +2398,68 @@ msgid "Image"
2412
  msgstr "Bild"
2413
 
2414
  # @ acf
2415
- #: includes/fields/class-acf-field-image.php:64
2416
  msgid "Select Image"
2417
  msgstr "Bild auswählen"
2418
 
2419
  # @ acf
2420
- #: includes/fields/class-acf-field-image.php:65
2421
  msgid "Edit Image"
2422
  msgstr "Bild bearbeiten"
2423
 
2424
  # @ acf
2425
- #: includes/fields/class-acf-field-image.php:66
2426
  msgid "Update Image"
2427
  msgstr "Bild aktualisieren"
2428
 
2429
  # @ acf
2430
- #: includes/fields/class-acf-field-image.php:157
2431
  msgid "No image selected"
2432
  msgstr "Kein Bild ausgewählt"
2433
 
2434
  # @ acf
2435
- #: includes/fields/class-acf-field-image.php:157
2436
  msgid "Add Image"
2437
  msgstr "Bild hinzufügen"
2438
 
2439
  # @ acf
2440
- #: includes/fields/class-acf-field-image.php:211
 
2441
  msgid "Image Array"
2442
  msgstr "Bild-Array"
2443
 
2444
  # @ acf
2445
- #: includes/fields/class-acf-field-image.php:212
 
2446
  msgid "Image URL"
2447
  msgstr "Bild-URL"
2448
 
2449
  # @ acf
2450
- #: includes/fields/class-acf-field-image.php:213
 
2451
  msgid "Image ID"
2452
  msgstr "Bild-ID"
2453
 
2454
  # @ acf
2455
- #: includes/fields/class-acf-field-image.php:220
 
2456
  msgid "Preview Size"
2457
  msgstr "Maße der Vorschau"
2458
 
2459
  # @ acf
2460
- #: includes/fields/class-acf-field-image.php:221
2461
- msgid "Shown when entering data"
2462
- msgstr "Legt fest welche Maße die Vorschau in der Bearbeitungsansicht hat"
2463
-
2464
- # @ acf
2465
- #: includes/fields/class-acf-field-image.php:245
2466
- #: includes/fields/class-acf-field-image.php:274
2467
- #: pro/fields/class-acf-field-gallery.php:688
2468
- #: pro/fields/class-acf-field-gallery.php:717
2469
  msgid "Restrict which images can be uploaded"
2470
  msgstr "Beschränkt welche Bilder hochgeladen werden können"
2471
 
2472
  # @ acf
2473
- #: includes/fields/class-acf-field-image.php:248
2474
- #: includes/fields/class-acf-field-image.php:277
2475
  #: includes/fields/class-acf-field-oembed.php:257
2476
- #: pro/fields/class-acf-field-gallery.php:691
2477
- #: pro/fields/class-acf-field-gallery.php:720
2478
  msgid "Width"
2479
  msgstr "Breite"
2480
 
@@ -2557,19 +2542,19 @@ msgstr "Numerisch"
2557
 
2558
  # @ acf
2559
  #: includes/fields/class-acf-field-number.php:163
2560
- #: includes/fields/class-acf-field-range.php:158
2561
  msgid "Minimum Value"
2562
  msgstr "Mindestwert"
2563
 
2564
  # @ acf
2565
  #: includes/fields/class-acf-field-number.php:172
2566
- #: includes/fields/class-acf-field-range.php:168
2567
  msgid "Maximum Value"
2568
  msgstr "Maximalwert"
2569
 
2570
  # @ acf
2571
  #: includes/fields/class-acf-field-number.php:181
2572
- #: includes/fields/class-acf-field-range.php:178
2573
  msgid "Step Size"
2574
  msgstr "Schrittweite"
2575
 
@@ -2618,7 +2603,7 @@ msgstr "Archive"
2618
 
2619
  #: includes/fields/class-acf-field-page_link.php:269
2620
  #: includes/fields/class-acf-field-post_object.php:267
2621
- #: includes/fields/class-acf-field-taxonomy.php:961
2622
  msgid "Parent"
2623
  msgstr "Übergeordnet"
2624
 
@@ -2658,7 +2643,7 @@ msgstr "Archiv-URL's zulassen"
2658
  #: includes/fields/class-acf-field-page_link.php:533
2659
  #: includes/fields/class-acf-field-post_object.php:421
2660
  #: includes/fields/class-acf-field-select.php:392
2661
- #: includes/fields/class-acf-field-user.php:403
2662
  msgid "Select multiple values?"
2663
  msgstr "Mehrere Werte auswählbar?"
2664
 
@@ -2760,7 +2745,7 @@ msgstr "Inhaltstyp"
2760
  # @ acf
2761
  #: includes/fields/class-acf-field-relationship.php:595
2762
  #: includes/fields/class-acf-field-taxonomy.php:28
2763
- #: includes/fields/class-acf-field-taxonomy.php:754
2764
  #: includes/locations/class-acf-location-taxonomy.php:27
2765
  msgid "Taxonomy"
2766
  msgstr "Taxonomie"
@@ -2787,7 +2772,7 @@ msgstr "Höchstzahl an Beiträgen"
2787
 
2788
  # @ acf
2789
  #: includes/fields/class-acf-field-relationship.php:727
2790
- #: pro/fields/class-acf-field-gallery.php:818
2791
  #, php-format
2792
  msgid "%s requires at least %s selection"
2793
  msgid_plural "%s requires at least %s selections"
@@ -2795,7 +2780,7 @@ msgstr[0] "%s benötigt mindestens %s Selektion"
2795
  msgstr[1] "%s benötigt mindestens %s Selektionen"
2796
 
2797
  #: includes/fields/class-acf-field-select.php:25
2798
- #: includes/fields/class-acf-field-taxonomy.php:776
2799
  msgctxt "noun"
2800
  msgid "Select"
2801
  msgstr "Auswahl"
@@ -2905,104 +2890,105 @@ msgstr ""
2905
  "Definiert einen Endpunkt an dem die vorangegangenen Tabs enden. Das ist der "
2906
  "Startpunkt für eine neue Gruppe an Tabs."
2907
 
2908
- #: includes/fields/class-acf-field-taxonomy.php:714
2909
  #, php-format
2910
  msgctxt "No terms"
2911
  msgid "No %s"
2912
  msgstr "Keine %s"
2913
 
2914
  # @ acf
2915
- #: includes/fields/class-acf-field-taxonomy.php:755
2916
  msgid "Select the taxonomy to be displayed"
2917
  msgstr "Wählen Sie die Taxonomie, welche angezeigt werden soll"
2918
 
2919
  # @ acf
2920
- #: includes/fields/class-acf-field-taxonomy.php:764
2921
  msgid "Appearance"
2922
  msgstr "Anzeige"
2923
 
2924
  # @ acf
2925
- #: includes/fields/class-acf-field-taxonomy.php:765
2926
  msgid "Select the appearance of this field"
2927
  msgstr "Wählen Sie das Aussehen für dieses Feld"
2928
 
2929
  # @ acf
2930
- #: includes/fields/class-acf-field-taxonomy.php:770
2931
  msgid "Multiple Values"
2932
  msgstr "Mehrere Werte"
2933
 
2934
  # @ acf
2935
- #: includes/fields/class-acf-field-taxonomy.php:772
2936
  msgid "Multi Select"
2937
  msgstr "Auswahlmenü"
2938
 
2939
  # @ acf
2940
- #: includes/fields/class-acf-field-taxonomy.php:774
2941
  msgid "Single Value"
2942
  msgstr "Einzelne Werte"
2943
 
2944
  # @ acf
2945
- #: includes/fields/class-acf-field-taxonomy.php:775
2946
  msgid "Radio Buttons"
2947
  msgstr "Radio Button"
2948
 
2949
  # @ acf
2950
- #: includes/fields/class-acf-field-taxonomy.php:799
2951
  msgid "Create Terms"
2952
  msgstr "Begriffe erstellen"
2953
 
2954
  # @ acf
2955
- #: includes/fields/class-acf-field-taxonomy.php:800
2956
  msgid "Allow new terms to be created whilst editing"
2957
  msgstr "Erlaubt das Erstellen neuer Begriffe während des Bearbeitens"
2958
 
2959
- #: includes/fields/class-acf-field-taxonomy.php:809
2960
  msgid "Save Terms"
2961
  msgstr "Begriffe speichern"
2962
 
2963
  # @ acf
2964
- #: includes/fields/class-acf-field-taxonomy.php:810
2965
  msgid "Connect selected terms to the post"
2966
  msgstr "Verbindet die ausgewählten Begriffe mit dem Beitrag"
2967
 
2968
- #: includes/fields/class-acf-field-taxonomy.php:819
2969
  msgid "Load Terms"
2970
  msgstr "Begriffe laden"
2971
 
2972
- #: includes/fields/class-acf-field-taxonomy.php:820
2973
  msgid "Load value from posts terms"
2974
  msgstr "Den Wert aus den Begriffen des Beitrags laden"
2975
 
2976
  # @ acf
2977
- #: includes/fields/class-acf-field-taxonomy.php:834
2978
  msgid "Term Object"
2979
  msgstr "Begriffs-Objekt"
2980
 
2981
  # @ acf
2982
- #: includes/fields/class-acf-field-taxonomy.php:835
2983
  msgid "Term ID"
2984
  msgstr "Begriffs-ID"
2985
 
2986
  # @ acf
2987
- #: includes/fields/class-acf-field-taxonomy.php:885
2988
  #, php-format
2989
  msgid "User unable to add new %s"
2990
  msgstr "Der Benutzer kann keine neue %s hinzufügen"
2991
 
2992
  # @ acf
2993
- #: includes/fields/class-acf-field-taxonomy.php:895
2994
  #, php-format
2995
  msgid "%s already exists"
2996
  msgstr "%s ist bereits vorhanden"
2997
 
2998
  # @ acf
2999
- #: includes/fields/class-acf-field-taxonomy.php:927
3000
  #, php-format
3001
  msgid "%s added"
3002
  msgstr "%s hinzugefügt"
3003
 
3004
  # @ acf
3005
- #: includes/fields/class-acf-field-taxonomy.php:973
 
3006
  msgid "Add"
3007
  msgstr "Hinzufügen"
3008
 
@@ -3012,19 +2998,19 @@ msgid "Text"
3012
  msgstr "Text einzeilig"
3013
 
3014
  # @ acf
3015
- #: includes/fields/class-acf-field-text.php:155
3016
  #: includes/fields/class-acf-field-textarea.php:120
3017
  msgid "Character Limit"
3018
  msgstr "Zeichenbegrenzung"
3019
 
3020
  # @ acf
3021
- #: includes/fields/class-acf-field-text.php:156
3022
  #: includes/fields/class-acf-field-textarea.php:121
3023
  msgid "Leave blank for no limit"
3024
  msgstr "Leer lassen für keine Begrenzung"
3025
 
3026
- #: includes/fields/class-acf-field-text.php:181
3027
- #: includes/fields/class-acf-field-textarea.php:213
3028
  #, php-format
3029
  msgid "Value must not exceed %d characters"
3030
  msgstr "Wert darf %d Zeichen nicht überschreiten"
@@ -3084,35 +3070,39 @@ msgid "Value must be a valid URL"
3084
  msgstr "Bitte eine gültige URL eingeben"
3085
 
3086
  # @ acf
3087
- #: includes/fields/class-acf-field-user.php:25 includes/locations.php:95
3088
  msgid "User"
3089
  msgstr "Benutzer"
3090
 
3091
  # @ acf
3092
- #: includes/fields/class-acf-field-user.php:378
3093
  msgid "Filter by role"
3094
  msgstr "Nach Rolle filtern"
3095
 
3096
  # @ acf
3097
- #: includes/fields/class-acf-field-user.php:386
3098
  msgid "All user roles"
3099
  msgstr "Alle Benutzerrollen"
3100
 
3101
  # @ acf
3102
- #: includes/fields/class-acf-field-user.php:417
3103
  msgid "User Array"
3104
  msgstr "Benutzer-Array"
3105
 
3106
  # @ acf
3107
- #: includes/fields/class-acf-field-user.php:418
3108
  msgid "User Object"
3109
  msgstr "Benutzer-Objekt"
3110
 
3111
  # @ acf
3112
- #: includes/fields/class-acf-field-user.php:419
3113
  msgid "User ID"
3114
  msgstr "Benutzer-ID"
3115
 
 
 
 
 
3116
  # @ acf
3117
  #: includes/fields/class-acf-field-wysiwyg.php:25
3118
  msgid "Wysiwyg Editor"
@@ -3168,28 +3158,33 @@ msgid "Delay initialization?"
3168
  msgstr "Initialisierung verzögern?"
3169
 
3170
  #: includes/fields/class-acf-field-wysiwyg.php:430
3171
- msgid "TinyMCE will not be initalized until field is clicked"
3172
- msgstr "TinyMCE wird nicht initialisiert solange das Feld nicht geklickt wurde"
3173
 
3174
  #: includes/forms/form-front.php:55
3175
  msgid "Validate Email"
3176
  msgstr "E-Mail bestätigen"
3177
 
3178
  # @ acf
3179
- #: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:591
3180
  #: pro/options-page.php:81
3181
  msgid "Update"
3182
  msgstr "Aktualisieren"
3183
 
3184
  # @ acf
3185
- #: includes/forms/form-front.php:104
3186
  msgid "Post updated"
3187
  msgstr "Beitrag aktualisiert"
3188
 
3189
- #: includes/forms/form-front.php:230
3190
  msgid "Spam Detected"
3191
  msgstr "Spam entdeckt"
3192
 
 
 
 
 
 
3193
  # @ acf
3194
  #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
3195
  msgid "Post"
@@ -3349,22 +3344,22 @@ msgid "Post Template"
3349
  msgstr "Beitrags-Template"
3350
 
3351
  # @ acf
3352
- #: includes/locations/class-acf-location-user-form.php:27
3353
  msgid "User Form"
3354
  msgstr "Benutzerformular"
3355
 
3356
  # @ acf
3357
- #: includes/locations/class-acf-location-user-form.php:88
3358
  msgid "Add / Edit"
3359
  msgstr "Hinzufügen / Bearbeiten"
3360
 
3361
  # @ acf
3362
- #: includes/locations/class-acf-location-user-form.php:89
3363
  msgid "Register"
3364
  msgstr "Registrieren"
3365
 
3366
  # @ acf
3367
- #: includes/locations/class-acf-location-user-role.php:27
3368
  msgid "User Role"
3369
  msgstr "Benutzerrolle"
3370
 
@@ -3494,14 +3489,29 @@ msgstr "Erneut suchen"
3494
  msgid "Upgrade Notice"
3495
  msgstr "Hinweis zum Upgrade"
3496
 
3497
- #: pro/blocks.php:371
 
 
 
 
 
 
 
 
 
 
3498
  msgid "Switch to Edit"
3499
  msgstr "Zum Bearbeiten wechseln"
3500
 
3501
- #: pro/blocks.php:372
3502
  msgid "Switch to Preview"
3503
  msgstr "Zur Vorschau wechseln"
3504
 
 
 
 
 
 
3505
  #: pro/fields/class-acf-field-clone.php:25
3506
  msgctxt "noun"
3507
  msgid "Clone"
@@ -3682,89 +3692,89 @@ msgid "Maximum Layouts"
3682
  msgstr "Höchstzahl an Layouts"
3683
 
3684
  # @ acf
3685
- #: pro/fields/class-acf-field-gallery.php:71
3686
  msgid "Add Image to Gallery"
3687
  msgstr "Bild zur Galerie hinzufügen"
3688
 
3689
  # @ acf
3690
- #: pro/fields/class-acf-field-gallery.php:72
3691
  msgid "Maximum selection reached"
3692
  msgstr "Maximale Auswahl erreicht"
3693
 
3694
  # @ acf
3695
- #: pro/fields/class-acf-field-gallery.php:338
3696
  msgid "Length"
3697
  msgstr "Länge"
3698
 
3699
- #: pro/fields/class-acf-field-gallery.php:381
3700
  msgid "Caption"
3701
  msgstr "Bildunterschrift"
3702
 
3703
- #: pro/fields/class-acf-field-gallery.php:390
3704
  msgid "Alt Text"
3705
  msgstr "Alt Text"
3706
 
3707
  # @ acf
3708
- #: pro/fields/class-acf-field-gallery.php:562
3709
  msgid "Add to gallery"
3710
  msgstr "Zur Galerie hinzufügen"
3711
 
3712
  # @ acf
3713
- #: pro/fields/class-acf-field-gallery.php:566
3714
  msgid "Bulk actions"
3715
  msgstr "Massenverarbeitung"
3716
 
3717
  # @ acf
3718
- #: pro/fields/class-acf-field-gallery.php:567
3719
  msgid "Sort by date uploaded"
3720
  msgstr "Sortiere nach Upload-Datum"
3721
 
3722
  # @ acf
3723
- #: pro/fields/class-acf-field-gallery.php:568
3724
  msgid "Sort by date modified"
3725
  msgstr "Sortiere nach Änderungs-Datum"
3726
 
3727
  # @ acf
3728
- #: pro/fields/class-acf-field-gallery.php:569
3729
  msgid "Sort by title"
3730
  msgstr "Sortiere nach Titel"
3731
 
3732
  # @ acf
3733
- #: pro/fields/class-acf-field-gallery.php:570
3734
  msgid "Reverse current order"
3735
  msgstr "Aktuelle Sortierung umkehren"
3736
 
3737
  # @ acf
3738
- #: pro/fields/class-acf-field-gallery.php:588
3739
  msgid "Close"
3740
  msgstr "Schließen"
3741
 
3742
- # @ acf
3743
- #: pro/fields/class-acf-field-gallery.php:642
3744
- msgid "Minimum Selection"
3745
- msgstr "Minimale Auswahl"
3746
-
3747
- # @ acf
3748
- #: pro/fields/class-acf-field-gallery.php:651
3749
- msgid "Maximum Selection"
3750
- msgstr "Maximale Auswahl"
3751
-
3752
- #: pro/fields/class-acf-field-gallery.php:660
3753
  msgid "Insert"
3754
  msgstr "Einfügen"
3755
 
3756
- #: pro/fields/class-acf-field-gallery.php:661
3757
  msgid "Specify where new attachments are added"
3758
  msgstr "Gibt an wo neue Anhänge hinzugefügt werden"
3759
 
3760
- #: pro/fields/class-acf-field-gallery.php:665
3761
  msgid "Append to the end"
3762
  msgstr "Anhängen"
3763
 
3764
- #: pro/fields/class-acf-field-gallery.php:666
3765
  msgid "Prepend to the beginning"
3766
  msgstr "Voranstellen"
3767
 
 
 
 
 
 
 
 
 
 
 
3768
  # @ acf
3769
  #: pro/fields/class-acf-field-repeater.php:65
3770
  #: pro/fields/class-acf-field-repeater.php:661
@@ -3832,35 +3842,56 @@ msgstr ""
3832
  "Sie keinen besitzen informieren Sie sich bitte hier hinsichtlich der <a href="
3833
  "\"%s\" target=\"_blank\">Preise und Einzelheiten</a>."
3834
 
3835
- #: tests/basic/test-blocks.php:13
3836
- msgid "Testimonial"
3837
- msgstr "Testimonial"
3838
-
3839
- #: tests/basic/test-blocks.php:14
3840
- msgid "A custom testimonial block."
3841
- msgstr "Ein individueller Testimonial-Block."
3842
-
3843
- #: tests/basic/test-blocks.php:40
3844
- msgid "Slider"
3845
- msgstr "Slider"
3846
-
3847
  # @ acf
3848
- #: tests/basic/test-blocks.php:41
3849
- msgid "A custom gallery slider."
3850
- msgstr "Ein individueller Galerie-Slider."
 
 
 
 
3851
 
3852
  #. Plugin URI of the plugin/theme
3853
- msgid "https://www.advancedcustomfields.com/"
3854
- msgstr "https://www.advancedcustomfields.com/"
 
3855
 
3856
  #. Author of the plugin/theme
3857
  msgid "Elliot Condon"
3858
  msgstr "Elliot Condon"
3859
 
3860
  # @ acf
3861
- #. Author URI of the plugin/theme
3862
- msgid "http://www.elliotcondon.com/"
3863
- msgstr "http://www.elliotcondon.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3864
 
3865
  # @ acf
3866
  #~ msgid "%s field group duplicated."
@@ -4131,9 +4162,6 @@ msgstr "http://www.elliotcondon.com/"
4131
  #~ msgid "Created by"
4132
  #~ msgstr "Erstellt von"
4133
 
4134
- #~ msgid "Error loading update"
4135
- #~ msgstr "Fehler beim Laden der Aktualisierung"
4136
-
4137
  # @ acf
4138
  #~ msgid "See what's new"
4139
  #~ msgstr "Was ist neu"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Advanced Custom Fields Pro v5.8.9 Formal\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
+ "POT-Creation-Date: 2020-03-23 15:39+1000\n"
6
+ "PO-Revision-Date: 2020-03-23 13:10+0100\n"
7
  "Last-Translator: Ralf Koller <r.koller@gmail.com>\n"
8
  "Language-Team: Ralf Koller <r.koller@gmail.com>\n"
9
  "Language: de_DE\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.3\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;"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  # @ acf
26
+ #: acf.php:68
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
  # @ acf
31
+ #: acf.php:342 includes/admin/admin.php:52
32
  msgid "Field Groups"
33
  msgstr "Feldgruppen"
34
 
35
  # @ acf
36
+ #: acf.php:343
37
  msgid "Field Group"
38
  msgstr "Feldgruppe"
39
 
40
  # @ acf
41
+ #: acf.php:344 acf.php:376 includes/admin/admin.php:53
42
  #: pro/fields/class-acf-field-flexible-content.php:558
43
  msgid "Add New"
44
  msgstr "Erstellen"
45
 
46
  # @ acf
47
+ #: acf.php:345
48
  msgid "Add New Field Group"
49
  msgstr "Neue Feldgruppe erstellen"
50
 
51
  # @ acf
52
+ #: acf.php:346
53
  msgid "Edit Field Group"
54
  msgstr "Feldgruppe bearbeiten"
55
 
56
  # @ acf
57
+ #: acf.php:347
58
  msgid "New Field Group"
59
  msgstr "Neue Feldgruppe"
60
 
61
  # @ acf
62
+ #: acf.php:348
63
  msgid "View Field Group"
64
  msgstr "Feldgruppe anzeigen"
65
 
66
  # @ acf
67
+ #: acf.php:349
68
  msgid "Search Field Groups"
69
  msgstr "Feldgruppen durchsuchen"
70
 
71
  # @ acf
72
+ #: acf.php:350
73
  msgid "No Field Groups found"
74
  msgstr "Keine Feldgruppen gefunden"
75
 
76
  # @ acf
77
+ #: acf.php:351
78
  msgid "No Field Groups found in Trash"
79
  msgstr "Keine Feldgruppen im Papierkorb gefunden"
80
 
81
  # @ acf
82
+ #: acf.php:374 includes/admin/admin-field-group.php:220
83
  #: includes/admin/admin-field-groups.php:530
84
  #: pro/fields/class-acf-field-clone.php:811
85
  msgid "Fields"
86
  msgstr "Felder"
87
 
88
  # @ acf
89
+ #: acf.php:375
90
  msgid "Field"
91
  msgstr "Feld"
92
 
93
  # @ acf
94
+ #: acf.php:377
95
  msgid "Add New Field"
96
  msgstr "Feld hinzufügen"
97
 
98
  # @ acf
99
+ #: acf.php:378
100
  msgid "Edit Field"
101
  msgstr "Feld bearbeiten"
102
 
103
  # @ acf
104
+ #: acf.php:379 includes/admin/views/field-group-fields.php:41
105
  msgid "New Field"
106
  msgstr "Neues Feld"
107
 
108
  # @ acf
109
+ #: acf.php:380
110
  msgid "View Field"
111
  msgstr "Feld anzeigen"
112
 
113
  # @ acf
114
+ #: acf.php:381
115
  msgid "Search Fields"
116
  msgstr "Felder suchen"
117
 
118
  # @ acf
119
+ #: acf.php:382
120
  msgid "No Fields found"
121
  msgstr "Keine Felder gefunden"
122
 
123
  # @ acf
124
+ #: acf.php:383
125
  msgid "No Fields found in Trash"
126
  msgstr "Keine Felder im Papierkorb gefunden"
127
 
128
+ #: acf.php:418 includes/admin/admin-field-group.php:402
129
  #: includes/admin/admin-field-groups.php:587
130
  msgid "Inactive"
131
  msgstr "Inaktiv"
132
 
133
+ #: acf.php:423
134
  #, php-format
135
  msgid "Inactive <span class=\"count\">(%s)</span>"
136
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
138
  msgstr[1] "Inaktiv <span class=\"count\">(%s)</span>"
139
 
140
  # @ acf
141
+ #: includes/acf-field-functions.php:831
142
  #: includes/admin/admin-field-group.php:178
143
  msgid "(no label)"
144
  msgstr "(keine Beschriftung)"
145
 
146
  # @ acf
147
+ #: includes/acf-field-group-functions.php:819
148
  #: includes/admin/admin-field-group.php:180
149
  msgid "copy"
150
  msgstr "Kopie"
234
  #: includes/admin/views/field-group-field-conditional-logic.php:151
235
  #: includes/admin/views/field-group-locations.php:29
236
  #: includes/admin/views/html-location-group.php:3
237
+ #: includes/api/api-helpers.php:3649
238
  msgid "or"
239
  msgstr "oder"
240
 
263
  msgstr "Aktiviert"
264
 
265
  # @ acf
266
+ #: includes/admin/admin-field-group.php:763
267
  msgid "Move Complete."
268
  msgstr "Verschieben erfolgreich abgeschlossen."
269
 
270
  # @ acf
271
+ #: includes/admin/admin-field-group.php:764
272
  #, php-format
273
  msgid "The %s field can now be found in the %s field group"
274
  msgstr "Das Feld \"%s\" wurde in die %s Feldgruppe verschoben"
275
 
276
  # @ acf
277
+ #: includes/admin/admin-field-group.php:765
278
  msgid "Close Window"
279
  msgstr "Schließen"
280
 
281
  # @ acf
282
+ #: includes/admin/admin-field-group.php:806
283
  msgid "Please select the destination for this field"
284
  msgstr "In welche Feldgruppe solle dieses Feld verschoben werden"
285
 
286
  # @ acf
287
+ #: includes/admin/admin-field-group.php:813
288
  msgid "Move Field"
289
  msgstr "Feld verschieben"
290
 
319
 
320
  # @ acf
321
  #: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
322
+ #: pro/fields/class-acf-field-gallery.php:353
323
  msgid "Title"
324
  msgstr "Titel"
325
 
328
  #: includes/admin/views/field-group-options.php:96
329
  #: includes/admin/views/html-admin-page-upgrade-network.php:38
330
  #: includes/admin/views/html-admin-page-upgrade-network.php:49
331
+ #: pro/fields/class-acf-field-gallery.php:380
332
  msgid "Description"
333
  msgstr "Beschreibung"
334
 
345
  "Felder erweitern."
346
 
347
  # @ acf
348
+ #: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
 
349
  #: pro/admin/views/html-settings-updates.php:107
350
  msgid "Changelog"
351
  msgstr "Änderungsprotokoll"
373
  msgstr "Hilfe"
374
 
375
  #: includes/admin/admin-field-groups.php:642
376
+ #: includes/admin/views/settings-info.php:81
377
  msgid "Pro"
378
  msgstr "Pro"
379
 
397
 
398
  # @ acf
399
  #: includes/admin/admin-field-groups.php:719
400
+ #: includes/fields/class-acf-field-google-map.php:146
401
  #: includes/fields/class-acf-field-relationship.php:593
402
  msgid "Search"
403
  msgstr "Suchen"
434
  msgstr "Werkzeuge"
435
 
436
  # @ acf
437
+ #: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
438
+ #: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
439
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
440
  #: includes/admin/views/html-admin-page-upgrade.php:26
441
  msgid "Upgrade Database"
442
  msgstr "Datenbank upgraden"
443
 
444
  # @ acf
445
+ #: includes/admin/admin-upgrade.php:199
446
  msgid "Review sites & upgrade"
447
  msgstr "Übersicht Websites & Upgrades"
448
 
449
  # @ acf
450
+ #: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
451
  msgid "Custom Fields"
452
  msgstr "Individuelle Felder"
453
 
454
  # @ acf
455
+ #: includes/admin/admin.php:57
456
  msgid "Info"
457
  msgstr "Info"
458
 
459
  # @ acf
460
+ #: includes/admin/admin.php:122
461
  msgid "What's New"
462
  msgstr "Was gibt es Neues"
463
 
625
  # @ acf
626
  #: includes/admin/views/field-group-field.php:45
627
  #: includes/fields/class-acf-field-file.php:152
628
+ #: includes/fields/class-acf-field-image.php:138
629
  #: includes/fields/class-acf-field-link.php:139
630
+ #: pro/fields/class-acf-field-gallery.php:337
631
  msgid "Edit"
632
  msgstr "Bearbeiten"
633
 
742
 
743
  # @ acf
744
  #: includes/admin/views/field-group-fields.php:6
745
+ #: includes/fields/class-acf-field-taxonomy.php:936
746
  #: pro/fields/class-acf-field-flexible-content.php:596
747
  msgid "Name"
748
  msgstr "Name"
1021
  msgstr "Daten auf Version %s upgraden"
1022
 
1023
  # @ default
1024
+ #: includes/admin/views/html-admin-page-upgrade-network.php:158
1025
  msgid "Upgrade complete."
1026
  msgstr "Upgrade abgeschlossen."
1027
 
1028
+ #: includes/admin/views/html-admin-page-upgrade-network.php:161
1029
+ #: includes/admin/views/html-admin-page-upgrade.php:65
 
 
1030
  msgid "Upgrade failed."
1031
  msgstr "Upgrade fehlgeschlagen."
1032
 
1043
  "Neues gibt</a>"
1044
 
1045
  # @ acf
1046
+ #: includes/admin/views/html-admin-page-upgrade.php:94
1047
+ #: includes/ajax/class-acf-ajax-upgrade.php:32
1048
  msgid "No updates available."
1049
  msgstr "Keine Aktualisierungen verfügbar."
1050
 
1107
  "Stellen Sie bitte ebenfalls sicher, dass alle Premium-Add-ons (%s) auf die "
1108
  "neueste Version aktualisiert wurden."
1109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1110
  # @ acf
1111
  #: includes/admin/views/settings-info.php:3
1112
  msgid "Welcome to Advanced Custom Fields"
1128
  msgstr "Eine reibungslosere Erfahrung"
1129
 
1130
  # @ acf
1131
+ #: includes/admin/views/settings-info.php:18
1132
  msgid "Improved Usability"
1133
  msgstr "Verbesserte Benutzerfreundlichkeit"
1134
 
1135
  # @ acf
1136
+ #: includes/admin/views/settings-info.php:19
1137
  msgid ""
1138
  "Including the popular Select2 library has improved both usability and speed "
1139
  "across a number of field types including post object, page link, taxonomy "
1145
  "signifikant verbessert."
1146
 
1147
  # @ acf
1148
+ #: includes/admin/views/settings-info.php:22
1149
  msgid "Improved Design"
1150
  msgstr "Verbessertes Design"
1151
 
1152
  # @ acf
1153
+ #: includes/admin/views/settings-info.php:23
1154
  msgid ""
1155
  "Many fields have undergone a visual refresh to make ACF look better than "
1156
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
1161
  "nagelneue oEmbed-Feld!"
1162
 
1163
  # @ acf
1164
+ #: includes/admin/views/settings-info.php:26
1165
  msgid "Improved Data"
1166
  msgstr "Verbesserte Datenstruktur"
1167
 
1168
  # @ acf
1169
+ #: includes/admin/views/settings-info.php:27
1170
  msgid ""
1171
  "Redesigning the data architecture has allowed sub fields to live "
1172
  "independently from their parents. This allows you to drag and drop fields in "
1178
  "Feldern verschoben werden können!"
1179
 
1180
  # @ acf
1181
+ #: includes/admin/views/settings-info.php:35
1182
  msgid "Goodbye Add-ons. Hello PRO"
1183
  msgstr "Macht's gut Add-ons&hellip; Hallo PRO"
1184
 
1185
  # @ acf
1186
+ #: includes/admin/views/settings-info.php:38
1187
  msgid "Introducing ACF PRO"
1188
  msgstr "Wir dürfen vorstellen&hellip; ACF PRO"
1189
 
1190
  # @ acf
1191
+ #: includes/admin/views/settings-info.php:39
1192
  msgid ""
1193
  "We're changing the way premium functionality is delivered in an exciting way!"
1194
  msgstr ""
1196
  "gestellt wird geändert - das \"wie\" dürfte Sie begeistern!"
1197
 
1198
  # @ acf
1199
+ #: includes/admin/views/settings-info.php:40
1200
  #, php-format
1201
  msgid ""
1202
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
1209
  "ist somit erschwinglicher denn je!"
1210
 
1211
  # @ acf
1212
+ #: includes/admin/views/settings-info.php:44
1213
  msgid "Powerful Features"
1214
  msgstr "Leistungsstarke Funktionen"
1215
 
1216
  # @ acf
1217
+ #: includes/admin/views/settings-info.php:45
1218
  msgid ""
1219
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1220
  "layouts, a beautiful gallery field and the ability to create extra admin "
1225
  "zusätzliche Options-Seiten im Admin-Bereich zu erstellen!"
1226
 
1227
  # @ acf
1228
+ #: includes/admin/views/settings-info.php:46
1229
  #, php-format
1230
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1231
  msgstr "Lesen Sie mehr über die <a href=\"%s\">ACF PRO Funktionen</a>."
1232
 
1233
  # @ acf
1234
+ #: includes/admin/views/settings-info.php:50
1235
  msgid "Easy Upgrading"
1236
  msgstr "Kinderleichte Aktualisierung"
1237
 
1238
+ #: includes/admin/views/settings-info.php:51
1239
  msgid ""
1240
  "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1241
  "the plugin!"
1244
  "das Plugin herunterladen!"
1245
 
1246
  # @ acf
1247
+ #: includes/admin/views/settings-info.php:52
1248
  #, php-format
1249
  msgid ""
1250
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1255
  "Leitfaden (Engl.)</a> erstellt. Sollten dennoch Fragen auftreten, "
1256
  "kontaktieren Sie bitte unser <a href=\"%s\"> Support-Team </a>."
1257
 
1258
+ #: includes/admin/views/settings-info.php:61
1259
  msgid "New Features"
1260
  msgstr "Neue Funktionen"
1261
 
1262
  # @ acf
1263
+ #: includes/admin/views/settings-info.php:66
1264
  msgid "Link Field"
1265
  msgstr "Link-Feld"
1266
 
1267
+ #: includes/admin/views/settings-info.php:67
1268
  msgid ""
1269
  "The Link field provides a simple way to select or define a link (url, title, "
1270
  "target)."
1273
  "entweder auszuwählen oder zu definieren."
1274
 
1275
  # @ acf
1276
+ #: includes/admin/views/settings-info.php:71
1277
  msgid "Group Field"
1278
  msgstr "Gruppen-Feld"
1279
 
1280
+ #: includes/admin/views/settings-info.php:72
1281
  msgid "The Group field provides a simple way to create a group of fields."
1282
  msgstr ""
1283
  "Das Gruppen-Feld bietet einen einfachen Weg eine Gruppe von Feldern zu "
1284
  "erstellen."
1285
 
1286
  # @ acf
1287
+ #: includes/admin/views/settings-info.php:76
1288
  msgid "oEmbed Field"
1289
  msgstr "oEmbed-Feld"
1290
 
1291
+ #: includes/admin/views/settings-info.php:77
1292
  msgid ""
1293
  "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1294
  "and other content."
1297
  "Audio und weitere Inhalte einzubetten."
1298
 
1299
  # @ acf
1300
+ #: includes/admin/views/settings-info.php:81
1301
  msgid "Clone Field"
1302
  msgstr "Klon-Feld"
1303
 
1304
+ #: includes/admin/views/settings-info.php:82
1305
  msgid "The clone field allows you to select and display existing fields."
1306
  msgstr ""
1307
  "Das Klon-Feld erlaubt es ihnen bestehende Felder auszuwählen und anzuzeigen."
1308
 
1309
  # @ acf
1310
+ #: includes/admin/views/settings-info.php:86
1311
  msgid "More AJAX"
1312
  msgstr "Mehr AJAX"
1313
 
1314
  # @ acf
1315
+ #: includes/admin/views/settings-info.php:87
1316
  msgid "More fields use AJAX powered search to speed up page loading."
1317
  msgstr ""
1318
  "Mehr Felder verwenden nun eine AJAX-basierte Suche, die die Ladezeiten von "
1319
  "Seiten deutlich verringert."
1320
 
1321
  # @ acf
1322
+ #: includes/admin/views/settings-info.php:91
1323
  msgid "Local JSON"
1324
  msgstr "Lokales JSON"
1325
 
1326
  # @ acf
1327
+ #: includes/admin/views/settings-info.php:92
1328
  msgid ""
1329
  "New auto export to JSON feature improves speed and allows for syncronisation."
1330
  msgstr ""
1332
  "erlaubt die Synchronisation."
1333
 
1334
  # @ acf
1335
+ #: includes/admin/views/settings-info.php:96
1336
  msgid "Easy Import / Export"
1337
  msgstr "Einfacher Import / Export"
1338
 
1339
+ #: includes/admin/views/settings-info.php:97
1340
  msgid "Both import and export can easily be done through a new tools page."
1341
  msgstr ""
1342
  "Importe sowie Exporte können beide einfach auf der neuen Werkzeug-Seite "
1343
  "durchgeführt werden."
1344
 
1345
  # @ acf
1346
+ #: includes/admin/views/settings-info.php:101
1347
  msgid "New Form Locations"
1348
  msgstr "Neue Positionen für Formulare"
1349
 
1350
  # @ acf
1351
+ #: includes/admin/views/settings-info.php:102
1352
  msgid ""
1353
  "Fields can now be mapped to menus, menu items, comments, widgets and all "
1354
  "user forms!"
1357
  "Benutzer-Formularen zugeordnet werden!"
1358
 
1359
  # @ acf
1360
+ #: includes/admin/views/settings-info.php:106
1361
  msgid "More Customization"
1362
  msgstr "Weitere Anpassungen"
1363
 
1364
+ #: includes/admin/views/settings-info.php:107
1365
  msgid ""
1366
  "New PHP (and JS) actions and filters have been added to allow for more "
1367
  "customization."
1369
  "Neue Aktionen und Filter für PHP und JS wurden hinzugefügt um noch mehr "
1370
  "Anpassungen zu erlauben."
1371
 
1372
+ #: includes/admin/views/settings-info.php:111
1373
  msgid "Fresh UI"
1374
  msgstr "Eine modernisierte Benutzeroberfläche"
1375
 
1376
+ #: includes/admin/views/settings-info.php:112
1377
  msgid ""
1378
  "The entire plugin has had a design refresh including new field types, "
1379
  "settings and design!"
1382
  "Feldtypen, Einstellungen und Aussehen!"
1383
 
1384
  # @ acf
1385
+ #: includes/admin/views/settings-info.php:116
1386
  msgid "New Settings"
1387
  msgstr "Neue Einstellungen"
1388
 
1389
  # @ acf
1390
+ #: includes/admin/views/settings-info.php:117
1391
  msgid ""
1392
  "Field group settings have been added for Active, Label Placement, "
1393
  "Instructions Placement and Description."
1397
  "sowie eine Beschreibung erweitert."
1398
 
1399
  # @ acf
1400
+ #: includes/admin/views/settings-info.php:121
1401
  msgid "Better Front End Forms"
1402
  msgstr "Verbesserte Frontend-Formulare"
1403
 
1404
  # @ acf
1405
+ #: includes/admin/views/settings-info.php:122
1406
  msgid ""
1407
  "acf_form() can now create a new post on submission with lots of new settings."
1408
  msgstr ""
1410
  "inklusive vieler neuer Einstellungsmöglichkeiten."
1411
 
1412
  # @ acf
1413
+ #: includes/admin/views/settings-info.php:126
1414
  msgid "Better Validation"
1415
  msgstr "Bessere Validierung"
1416
 
1417
  # @ acf
1418
+ #: includes/admin/views/settings-info.php:127
1419
  msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1420
  msgstr ""
1421
  "Die Formular-Validierung wird nun mit Hilfe von PHP + AJAX erledigt, "
1422
  "anstelle nur JS zu verwenden."
1423
 
1424
  # @ acf
1425
+ #: includes/admin/views/settings-info.php:131
1426
  msgid "Moving Fields"
1427
  msgstr "Verschiebbare Felder"
1428
 
1429
  # @ acf
1430
+ #: includes/admin/views/settings-info.php:132
1431
  msgid ""
1432
  "New field group functionality allows you to move a field between groups & "
1433
  "parents."
1436
  "übergeordneten Gruppen frei zu verschieben."
1437
 
1438
  # @ acf
1439
+ #: includes/admin/views/settings-info.php:143
1440
  #, php-format
1441
  msgid "We think you'll love the changes in %s."
1442
  msgstr "Wir glauben Sie werden die Änderungen in %s lieben."
1443
 
1444
+ #: includes/ajax/class-acf-ajax.php:157
1445
+ msgid "Invalid nonce."
1446
+ msgstr "Ungültiger Nonce."
1447
+
1448
  # @ acf
1449
+ #: includes/api/api-helpers.php:827
1450
  msgid "Thumbnail"
1451
  msgstr "Vorschaubild"
1452
 
1453
  # @ acf
1454
+ #: includes/api/api-helpers.php:828
1455
  msgid "Medium"
1456
  msgstr "Mittel"
1457
 
1458
  # @ acf
1459
+ #: includes/api/api-helpers.php:829
1460
  msgid "Large"
1461
  msgstr "Groß"
1462
 
1463
  # @ acf
1464
+ #: includes/api/api-helpers.php:878
1465
  msgid "Full Size"
1466
  msgstr "Volle Größe"
1467
 
1468
  # @ acf
1469
+ #: includes/api/api-helpers.php:1599 includes/api/api-term.php:147
1470
  #: pro/fields/class-acf-field-clone.php:996
1471
  msgid "(no title)"
1472
  msgstr "(ohne Titel)"
1473
 
1474
  # @ acf
1475
+ #: includes/api/api-helpers.php:3570
1476
  #, php-format
1477
  msgid "Image width must be at least %dpx."
1478
  msgstr "Die Breite des Bildes muss mindestens %dpx sein."
1479
 
1480
  # @ acf
1481
+ #: includes/api/api-helpers.php:3575
1482
  #, php-format
1483
  msgid "Image width must not exceed %dpx."
1484
  msgstr "Die Breite des Bildes darf %dpx nicht überschreiten."
1485
 
1486
  # @ acf
1487
+ #: includes/api/api-helpers.php:3591
1488
  #, php-format
1489
  msgid "Image height must be at least %dpx."
1490
  msgstr "Die Höhe des Bildes muss mindestens %dpx sein."
1491
 
1492
  # @ acf
1493
+ #: includes/api/api-helpers.php:3596
1494
  #, php-format
1495
  msgid "Image height must not exceed %dpx."
1496
  msgstr "Die Höhe des Bild darf %dpx nicht überschreiten."
1497
 
1498
  # @ acf
1499
+ #: includes/api/api-helpers.php:3614
1500
  #, php-format
1501
  msgid "File size must be at least %s."
1502
  msgstr "Die Dateigröße muss mindestens %s sein."
1503
 
1504
  # @ acf
1505
+ #: includes/api/api-helpers.php:3619
1506
  #, php-format
1507
  msgid "File size must must not exceed %s."
1508
  msgstr "Die Dateigröße darf %s nicht überschreiten."
1509
 
1510
  # @ acf
1511
+ #: includes/api/api-helpers.php:3653
1512
  #, php-format
1513
  msgid "File type must be %s."
1514
  msgstr "Der Dateityp muss %s sein."
1515
 
1516
  # @ acf
1517
+ #: includes/assets.php:184
1518
  msgid "The changes you made will be lost if you navigate away from this page"
1519
  msgstr ""
1520
  "Die vorgenommenen Änderungen gehen verloren wenn diese Seite verlassen wird"
1521
 
1522
+ #: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
1523
  msgctxt "verb"
1524
  msgid "Select"
1525
  msgstr "Auswählen"
1526
 
1527
+ #: includes/assets.php:188
1528
  msgctxt "verb"
1529
  msgid "Edit"
1530
  msgstr "Bearbeiten"
1531
 
1532
+ #: includes/assets.php:189
1533
  msgctxt "verb"
1534
  msgid "Update"
1535
  msgstr "Aktualisieren"
1536
 
1537
  # @ acf
1538
+ #: includes/assets.php:190
1539
  msgid "Uploaded to this post"
1540
  msgstr "Zu diesem Beitrag hochgeladen"
1541
 
1542
  # @ acf
1543
+ #: includes/assets.php:191
1544
  msgid "Expand Details"
1545
  msgstr "Details einblenden"
1546
 
1547
  # @ acf
1548
+ #: includes/assets.php:192
1549
  msgid "Collapse Details"
1550
  msgstr "Details ausblenden"
1551
 
1552
+ #: includes/assets.php:193
1553
  msgid "Restricted"
1554
  msgstr "Eingeschränkt"
1555
 
1556
  # @ acf
1557
+ #: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
1558
  msgid "All images"
1559
  msgstr "Alle Bilder"
1560
 
1561
  # @ acf
1562
+ #: includes/assets.php:197
1563
  msgid "Validation successful"
1564
  msgstr "Überprüfung erfolgreich"
1565
 
1566
  # @ acf
1567
+ #: includes/assets.php:198 includes/validation.php:285
1568
  #: includes/validation.php:296
1569
  msgid "Validation failed"
1570
  msgstr "Überprüfung fehlgeschlagen"
1571
 
1572
  # @ acf
1573
+ #: includes/assets.php:199
1574
  msgid "1 field requires attention"
1575
  msgstr "Für 1 Feld ist eine Aktualisierung notwendig"
1576
 
1577
  # @ acf
1578
+ #: includes/assets.php:200
1579
  #, php-format
1580
  msgid "%d fields require attention"
1581
  msgstr "Für %d Felder ist eine Aktualisierung notwendig"
1582
 
1583
  # @ acf
1584
+ #: includes/assets.php:203
1585
  msgid "Are you sure?"
1586
  msgstr "Wirklich entfernen?"
1587
 
1588
  # @ acf
1589
+ #: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
1590
  #: includes/fields/class-acf-field-true_false.php:159
1591
  #: pro/admin/views/html-settings-updates.php:89
1592
  msgid "Yes"
1593
  msgstr "Ja"
1594
 
1595
  # @ acf
1596
+ #: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
1597
  #: includes/fields/class-acf-field-true_false.php:174
1598
  #: pro/admin/views/html-settings-updates.php:99
1599
  msgid "No"
1600
  msgstr "Nein"
1601
 
1602
  # @ acf
1603
+ #: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
1604
+ #: includes/fields/class-acf-field-image.php:140
1605
  #: includes/fields/class-acf-field-link.php:140
1606
+ #: pro/fields/class-acf-field-gallery.php:338
1607
+ #: pro/fields/class-acf-field-gallery.php:478
1608
  msgid "Remove"
1609
  msgstr "Entfernen"
1610
 
1611
+ #: includes/assets.php:207
1612
  msgid "Cancel"
1613
  msgstr "Abbrechen"
1614
 
1615
+ #: includes/assets.php:210
1616
  msgid "Has any value"
1617
  msgstr "Hat einen Wert"
1618
 
1619
+ #: includes/assets.php:211
1620
  msgid "Has no value"
1621
  msgstr "Hat keinen Wert"
1622
 
1623
  # @ acf
1624
+ #: includes/assets.php:212
1625
  msgid "Value is equal to"
1626
  msgstr "Wert ist gleich"
1627
 
1628
  # @ acf
1629
+ #: includes/assets.php:213
1630
  msgid "Value is not equal to"
1631
  msgstr "Wert ist ungleich"
1632
 
1633
  # @ acf
1634
+ #: includes/assets.php:214
1635
  msgid "Value matches pattern"
1636
  msgstr "Wert entspricht regulärem Ausdruck"
1637
 
1638
+ #: includes/assets.php:215
1639
  msgid "Value contains"
1640
  msgstr "Wert enthält"
1641
 
1642
  # @ acf
1643
+ #: includes/assets.php:216
1644
  msgid "Value is greater than"
1645
  msgstr "Wert ist größer als"
1646
 
1647
  # @ acf
1648
+ #: includes/assets.php:217
1649
  msgid "Value is less than"
1650
  msgstr "Wert ist kleiner als"
1651
 
1652
+ #: includes/assets.php:218
1653
  msgid "Selection is greater than"
1654
  msgstr "Auswahl ist größer als"
1655
 
1656
  # @ acf
1657
+ #: includes/assets.php:219
1658
  msgid "Selection is less than"
1659
  msgstr "Auswahl ist kleiner als"
1660
 
1661
  # @ acf
1662
+ #: includes/assets.php:222 includes/forms/form-comment.php:166
1663
  #: pro/admin/admin-options-page.php:325
1664
  msgid "Edit field group"
1665
  msgstr "Feldgruppe bearbeiten"
1787
  #: includes/fields/class-acf-field-post_object.php:411
1788
  #: includes/fields/class-acf-field-radio.php:244
1789
  #: includes/fields/class-acf-field-select.php:382
1790
+ #: includes/fields/class-acf-field-taxonomy.php:781
1791
+ #: includes/fields/class-acf-field-user.php:63
1792
  msgid "Allow Null?"
1793
  msgstr "NULL-Werte zulassen?"
1794
 
1799
  #: includes/fields/class-acf-field-email.php:118
1800
  #: includes/fields/class-acf-field-number.php:127
1801
  #: includes/fields/class-acf-field-radio.php:281
1802
+ #: includes/fields/class-acf-field-range.php:155
1803
  #: includes/fields/class-acf-field-select.php:373
1804
+ #: includes/fields/class-acf-field-text.php:95
1805
  #: includes/fields/class-acf-field-textarea.php:102
1806
  #: includes/fields/class-acf-field-true_false.php:135
1807
  #: includes/fields/class-acf-field-url.php:100
1814
  #: includes/fields/class-acf-field-email.php:119
1815
  #: includes/fields/class-acf-field-number.php:128
1816
  #: includes/fields/class-acf-field-radio.php:282
1817
+ #: includes/fields/class-acf-field-range.php:156
1818
+ #: includes/fields/class-acf-field-text.php:96
1819
  #: includes/fields/class-acf-field-textarea.php:103
1820
  #: includes/fields/class-acf-field-url.php:101
1821
  #: includes/fields/class-acf-field-wysiwyg.php:382
1840
  #: includes/fields/class-acf-field-button-group.php:191
1841
  #: includes/fields/class-acf-field-checkbox.php:413
1842
  #: includes/fields/class-acf-field-file.php:215
 
1843
  #: includes/fields/class-acf-field-link.php:166
1844
  #: includes/fields/class-acf-field-radio.php:304
1845
+ #: includes/fields/class-acf-field-taxonomy.php:826
1846
  msgid "Return Value"
1847
  msgstr "Rückgabewert"
1848
 
1850
  #: includes/fields/class-acf-field-button-group.php:192
1851
  #: includes/fields/class-acf-field-checkbox.php:414
1852
  #: includes/fields/class-acf-field-file.php:216
 
1853
  #: includes/fields/class-acf-field-link.php:167
1854
  #: includes/fields/class-acf-field-radio.php:305
1855
  msgid "Specify the returned value on front end"
1871
 
1872
  # @ acf
1873
  #: includes/fields/class-acf-field-checkbox.php:25
1874
+ #: includes/fields/class-acf-field-taxonomy.php:768
1875
  msgid "Checkbox"
1876
  msgstr "Checkbox"
1877
 
2004
  # @ acf
2005
  #: includes/fields/class-acf-field-date_picker.php:208
2006
  #: includes/fields/class-acf-field-date_time_picker.php:200
2007
+ #: includes/fields/class-acf-field-image.php:204
2008
  #: includes/fields/class-acf-field-post_object.php:431
2009
  #: includes/fields/class-acf-field-relationship.php:634
2010
  #: includes/fields/class-acf-field-select.php:427
2011
  #: includes/fields/class-acf-field-time_picker.php:124
2012
+ #: includes/fields/class-acf-field-user.php:79
2013
+ #: pro/fields/class-acf-field-gallery.php:557
2014
  msgid "Return Format"
2015
  msgstr "Rückgabeformat"
2016
 
2115
  #: includes/fields/class-acf-field-email.php:127
2116
  #: includes/fields/class-acf-field-number.php:136
2117
  #: includes/fields/class-acf-field-password.php:71
2118
+ #: includes/fields/class-acf-field-text.php:104
2119
  #: includes/fields/class-acf-field-textarea.php:111
2120
  #: includes/fields/class-acf-field-url.php:109
2121
  msgid "Placeholder Text"
2125
  #: includes/fields/class-acf-field-email.php:128
2126
  #: includes/fields/class-acf-field-number.php:137
2127
  #: includes/fields/class-acf-field-password.php:72
2128
+ #: includes/fields/class-acf-field-text.php:105
2129
  #: includes/fields/class-acf-field-textarea.php:112
2130
  #: includes/fields/class-acf-field-url.php:110
2131
  msgid "Appears within the input"
2135
  #: includes/fields/class-acf-field-email.php:136
2136
  #: includes/fields/class-acf-field-number.php:145
2137
  #: includes/fields/class-acf-field-password.php:80
2138
+ #: includes/fields/class-acf-field-range.php:194
2139
+ #: includes/fields/class-acf-field-text.php:113
2140
  msgid "Prepend"
2141
  msgstr "Voranstellen"
2142
 
2144
  #: includes/fields/class-acf-field-email.php:137
2145
  #: includes/fields/class-acf-field-number.php:146
2146
  #: includes/fields/class-acf-field-password.php:81
2147
+ #: includes/fields/class-acf-field-range.php:195
2148
+ #: includes/fields/class-acf-field-text.php:114
2149
  msgid "Appears before the input"
2150
  msgstr "Wird dem Eingabefeld vorangestellt"
2151
 
2153
  #: includes/fields/class-acf-field-email.php:145
2154
  #: includes/fields/class-acf-field-number.php:154
2155
  #: includes/fields/class-acf-field-password.php:89
2156
+ #: includes/fields/class-acf-field-range.php:203
2157
+ #: includes/fields/class-acf-field-text.php:122
2158
  msgid "Append"
2159
  msgstr "Anhängen"
2160
 
2162
  #: includes/fields/class-acf-field-email.php:146
2163
  #: includes/fields/class-acf-field-number.php:155
2164
  #: includes/fields/class-acf-field-password.php:90
2165
+ #: includes/fields/class-acf-field-range.php:204
2166
+ #: includes/fields/class-acf-field-text.php:123
2167
  msgid "Appears after the input"
2168
  msgstr "Wird dem Eingabefeld hinten angestellt"
2169
 
2190
  #: includes/fields/class-acf-field-file.php:145
2191
  #: includes/fields/class-acf-field-file.php:248
2192
  #: includes/fields/class-acf-field-file.php:259
2193
+ #: includes/fields/class-acf-field-image.php:264
2194
+ #: includes/fields/class-acf-field-image.php:293
2195
+ #: pro/fields/class-acf-field-gallery.php:642
2196
+ #: pro/fields/class-acf-field-gallery.php:671
2197
  msgid "File size"
2198
  msgstr "Dateigröße"
2199
 
2219
 
2220
  # @ acf
2221
  #: includes/fields/class-acf-field-file.php:230
2222
+ #: includes/fields/class-acf-field-image.php:229
2223
+ #: pro/fields/class-acf-field-gallery.php:592
2224
  msgid "Library"
2225
  msgstr "Mediathek"
2226
 
2227
  # @ acf
2228
  #: includes/fields/class-acf-field-file.php:231
2229
+ #: includes/fields/class-acf-field-image.php:230
2230
+ #: pro/fields/class-acf-field-gallery.php:593
2231
  msgid "Limit the media library choice"
2232
  msgstr "Beschränkt die Auswahl in der Mediathek"
2233
 
2234
  # @ acf
2235
  #: includes/fields/class-acf-field-file.php:236
2236
+ #: includes/fields/class-acf-field-image.php:235
2237
  #: includes/locations/class-acf-location-attachment.php:101
2238
  #: includes/locations/class-acf-location-comment.php:79
2239
  #: includes/locations/class-acf-location-nav-menu.php:102
2240
  #: includes/locations/class-acf-location-taxonomy.php:79
2241
+ #: includes/locations/class-acf-location-user-form.php:72
2242
+ #: includes/locations/class-acf-location-user-role.php:88
2243
  #: includes/locations/class-acf-location-widget.php:83
2244
+ #: pro/fields/class-acf-field-gallery.php:598
2245
  #: pro/locations/class-acf-location-block.php:79
2246
  msgid "All"
2247
  msgstr "Alle"
2248
 
2249
  # @ acf
2250
  #: includes/fields/class-acf-field-file.php:237
2251
+ #: includes/fields/class-acf-field-image.php:236
2252
+ #: pro/fields/class-acf-field-gallery.php:599
2253
  msgid "Uploaded to post"
2254
  msgstr "Für den Beitrag hochgeladen"
2255
 
2256
  # @ acf
2257
  #: includes/fields/class-acf-field-file.php:244
2258
+ #: includes/fields/class-acf-field-image.php:243
2259
+ #: pro/fields/class-acf-field-gallery.php:621
2260
  msgid "Minimum"
2261
  msgstr "Minimum"
2262
 
2268
 
2269
  # @ acf
2270
  #: includes/fields/class-acf-field-file.php:255
2271
+ #: includes/fields/class-acf-field-image.php:272
2272
+ #: pro/fields/class-acf-field-gallery.php:650
2273
  msgid "Maximum"
2274
  msgstr "Maximum"
2275
 
2276
  # @ acf
2277
  #: includes/fields/class-acf-field-file.php:266
2278
+ #: includes/fields/class-acf-field-image.php:301
2279
+ #: pro/fields/class-acf-field-gallery.php:678
2280
  msgid "Allowed file types"
2281
  msgstr "Erlaubte Dateiformate"
2282
 
2283
  # @ acf
2284
  #: includes/fields/class-acf-field-file.php:267
2285
+ #: includes/fields/class-acf-field-image.php:302
2286
+ #: pro/fields/class-acf-field-gallery.php:679
2287
  msgid "Comma separated list. Leave blank for all types"
2288
  msgstr ""
2289
  "Eine durch Komma getrennte Liste. Leer lassen um alle Dateiformate zu "
2300
  msgstr "Dieser Browser unterstützt keine Geo-Lokation"
2301
 
2302
  # @ acf
2303
+ #: includes/fields/class-acf-field-google-map.php:147
2304
  msgid "Clear location"
2305
  msgstr "Position löschen"
2306
 
2307
  # @ acf
2308
+ #: includes/fields/class-acf-field-google-map.php:148
2309
  msgid "Find current location"
2310
  msgstr "Aktuelle Position finden"
2311
 
2312
  # @ acf
2313
+ #: includes/fields/class-acf-field-google-map.php:151
2314
  msgid "Search for address..."
2315
  msgstr "Nach der Adresse suchen..."
2316
 
2317
  # @ acf
2318
+ #: includes/fields/class-acf-field-google-map.php:181
2319
+ #: includes/fields/class-acf-field-google-map.php:192
2320
  msgid "Center"
2321
  msgstr "Mittelpunkt"
2322
 
2323
  # @ acf
2324
+ #: includes/fields/class-acf-field-google-map.php:182
2325
+ #: includes/fields/class-acf-field-google-map.php:193
2326
  msgid "Center the initial map"
2327
  msgstr "Mittelpunkt der Ausgangskarte"
2328
 
2329
  # @ acf
2330
+ #: includes/fields/class-acf-field-google-map.php:204
2331
  msgid "Zoom"
2332
  msgstr "Zoom"
2333
 
2334
  # @ acf
2335
+ #: includes/fields/class-acf-field-google-map.php:205
2336
  msgid "Set the initial zoom level"
2337
  msgstr "Legt die anfängliche Zoomstufe der Karte fest"
2338
 
2339
  # @ acf
2340
+ #: includes/fields/class-acf-field-google-map.php:214
2341
+ #: includes/fields/class-acf-field-image.php:255
2342
+ #: includes/fields/class-acf-field-image.php:284
2343
  #: includes/fields/class-acf-field-oembed.php:268
2344
+ #: pro/fields/class-acf-field-gallery.php:633
2345
+ #: pro/fields/class-acf-field-gallery.php:662
2346
  msgid "Height"
2347
  msgstr "Höhe"
2348
 
2349
  # @ acf
2350
+ #: includes/fields/class-acf-field-google-map.php:215
2351
  msgid "Customize the map height"
2352
  msgstr "Passt die Höhe der Karte an"
2353
 
2398
  msgstr "Bild"
2399
 
2400
  # @ acf
2401
+ #: includes/fields/class-acf-field-image.php:63
2402
  msgid "Select Image"
2403
  msgstr "Bild auswählen"
2404
 
2405
  # @ acf
2406
+ #: includes/fields/class-acf-field-image.php:64
2407
  msgid "Edit Image"
2408
  msgstr "Bild bearbeiten"
2409
 
2410
  # @ acf
2411
+ #: includes/fields/class-acf-field-image.php:65
2412
  msgid "Update Image"
2413
  msgstr "Bild aktualisieren"
2414
 
2415
  # @ acf
2416
+ #: includes/fields/class-acf-field-image.php:156
2417
  msgid "No image selected"
2418
  msgstr "Kein Bild ausgewählt"
2419
 
2420
  # @ acf
2421
+ #: includes/fields/class-acf-field-image.php:156
2422
  msgid "Add Image"
2423
  msgstr "Bild hinzufügen"
2424
 
2425
  # @ acf
2426
+ #: includes/fields/class-acf-field-image.php:210
2427
+ #: pro/fields/class-acf-field-gallery.php:563
2428
  msgid "Image Array"
2429
  msgstr "Bild-Array"
2430
 
2431
  # @ acf
2432
+ #: includes/fields/class-acf-field-image.php:211
2433
+ #: pro/fields/class-acf-field-gallery.php:564
2434
  msgid "Image URL"
2435
  msgstr "Bild-URL"
2436
 
2437
  # @ acf
2438
+ #: includes/fields/class-acf-field-image.php:212
2439
+ #: pro/fields/class-acf-field-gallery.php:565
2440
  msgid "Image ID"
2441
  msgstr "Bild-ID"
2442
 
2443
  # @ acf
2444
+ #: includes/fields/class-acf-field-image.php:219
2445
+ #: pro/fields/class-acf-field-gallery.php:571
2446
  msgid "Preview Size"
2447
  msgstr "Maße der Vorschau"
2448
 
2449
  # @ acf
2450
+ #: includes/fields/class-acf-field-image.php:244
2451
+ #: includes/fields/class-acf-field-image.php:273
2452
+ #: pro/fields/class-acf-field-gallery.php:622
2453
+ #: pro/fields/class-acf-field-gallery.php:651
 
 
 
 
 
2454
  msgid "Restrict which images can be uploaded"
2455
  msgstr "Beschränkt welche Bilder hochgeladen werden können"
2456
 
2457
  # @ acf
2458
+ #: includes/fields/class-acf-field-image.php:247
2459
+ #: includes/fields/class-acf-field-image.php:276
2460
  #: includes/fields/class-acf-field-oembed.php:257
2461
+ #: pro/fields/class-acf-field-gallery.php:625
2462
+ #: pro/fields/class-acf-field-gallery.php:654
2463
  msgid "Width"
2464
  msgstr "Breite"
2465
 
2542
 
2543
  # @ acf
2544
  #: includes/fields/class-acf-field-number.php:163
2545
+ #: includes/fields/class-acf-field-range.php:164
2546
  msgid "Minimum Value"
2547
  msgstr "Mindestwert"
2548
 
2549
  # @ acf
2550
  #: includes/fields/class-acf-field-number.php:172
2551
+ #: includes/fields/class-acf-field-range.php:174
2552
  msgid "Maximum Value"
2553
  msgstr "Maximalwert"
2554
 
2555
  # @ acf
2556
  #: includes/fields/class-acf-field-number.php:181
2557
+ #: includes/fields/class-acf-field-range.php:184
2558
  msgid "Step Size"
2559
  msgstr "Schrittweite"
2560
 
2603
 
2604
  #: includes/fields/class-acf-field-page_link.php:269
2605
  #: includes/fields/class-acf-field-post_object.php:267
2606
+ #: includes/fields/class-acf-field-taxonomy.php:958
2607
  msgid "Parent"
2608
  msgstr "Übergeordnet"
2609
 
2643
  #: includes/fields/class-acf-field-page_link.php:533
2644
  #: includes/fields/class-acf-field-post_object.php:421
2645
  #: includes/fields/class-acf-field-select.php:392
2646
+ #: includes/fields/class-acf-field-user.php:71
2647
  msgid "Select multiple values?"
2648
  msgstr "Mehrere Werte auswählbar?"
2649
 
2745
  # @ acf
2746
  #: includes/fields/class-acf-field-relationship.php:595
2747
  #: includes/fields/class-acf-field-taxonomy.php:28
2748
+ #: includes/fields/class-acf-field-taxonomy.php:751
2749
  #: includes/locations/class-acf-location-taxonomy.php:27
2750
  msgid "Taxonomy"
2751
  msgstr "Taxonomie"
2772
 
2773
  # @ acf
2774
  #: includes/fields/class-acf-field-relationship.php:727
2775
+ #: pro/fields/class-acf-field-gallery.php:779
2776
  #, php-format
2777
  msgid "%s requires at least %s selection"
2778
  msgid_plural "%s requires at least %s selections"
2780
  msgstr[1] "%s benötigt mindestens %s Selektionen"
2781
 
2782
  #: includes/fields/class-acf-field-select.php:25
2783
+ #: includes/fields/class-acf-field-taxonomy.php:773
2784
  msgctxt "noun"
2785
  msgid "Select"
2786
  msgstr "Auswahl"
2890
  "Definiert einen Endpunkt an dem die vorangegangenen Tabs enden. Das ist der "
2891
  "Startpunkt für eine neue Gruppe an Tabs."
2892
 
2893
+ #: includes/fields/class-acf-field-taxonomy.php:711
2894
  #, php-format
2895
  msgctxt "No terms"
2896
  msgid "No %s"
2897
  msgstr "Keine %s"
2898
 
2899
  # @ acf
2900
+ #: includes/fields/class-acf-field-taxonomy.php:752
2901
  msgid "Select the taxonomy to be displayed"
2902
  msgstr "Wählen Sie die Taxonomie, welche angezeigt werden soll"
2903
 
2904
  # @ acf
2905
+ #: includes/fields/class-acf-field-taxonomy.php:761
2906
  msgid "Appearance"
2907
  msgstr "Anzeige"
2908
 
2909
  # @ acf
2910
+ #: includes/fields/class-acf-field-taxonomy.php:762
2911
  msgid "Select the appearance of this field"
2912
  msgstr "Wählen Sie das Aussehen für dieses Feld"
2913
 
2914
  # @ acf
2915
+ #: includes/fields/class-acf-field-taxonomy.php:767
2916
  msgid "Multiple Values"
2917
  msgstr "Mehrere Werte"
2918
 
2919
  # @ acf
2920
+ #: includes/fields/class-acf-field-taxonomy.php:769
2921
  msgid "Multi Select"
2922
  msgstr "Auswahlmenü"
2923
 
2924
  # @ acf
2925
+ #: includes/fields/class-acf-field-taxonomy.php:771
2926
  msgid "Single Value"
2927
  msgstr "Einzelne Werte"
2928
 
2929
  # @ acf
2930
+ #: includes/fields/class-acf-field-taxonomy.php:772
2931
  msgid "Radio Buttons"
2932
  msgstr "Radio Button"
2933
 
2934
  # @ acf
2935
+ #: includes/fields/class-acf-field-taxonomy.php:796
2936
  msgid "Create Terms"
2937
  msgstr "Begriffe erstellen"
2938
 
2939
  # @ acf
2940
+ #: includes/fields/class-acf-field-taxonomy.php:797
2941
  msgid "Allow new terms to be created whilst editing"
2942
  msgstr "Erlaubt das Erstellen neuer Begriffe während des Bearbeitens"
2943
 
2944
+ #: includes/fields/class-acf-field-taxonomy.php:806
2945
  msgid "Save Terms"
2946
  msgstr "Begriffe speichern"
2947
 
2948
  # @ acf
2949
+ #: includes/fields/class-acf-field-taxonomy.php:807
2950
  msgid "Connect selected terms to the post"
2951
  msgstr "Verbindet die ausgewählten Begriffe mit dem Beitrag"
2952
 
2953
+ #: includes/fields/class-acf-field-taxonomy.php:816
2954
  msgid "Load Terms"
2955
  msgstr "Begriffe laden"
2956
 
2957
+ #: includes/fields/class-acf-field-taxonomy.php:817
2958
  msgid "Load value from posts terms"
2959
  msgstr "Den Wert aus den Begriffen des Beitrags laden"
2960
 
2961
  # @ acf
2962
+ #: includes/fields/class-acf-field-taxonomy.php:831
2963
  msgid "Term Object"
2964
  msgstr "Begriffs-Objekt"
2965
 
2966
  # @ acf
2967
+ #: includes/fields/class-acf-field-taxonomy.php:832
2968
  msgid "Term ID"
2969
  msgstr "Begriffs-ID"
2970
 
2971
  # @ acf
2972
+ #: includes/fields/class-acf-field-taxonomy.php:882
2973
  #, php-format
2974
  msgid "User unable to add new %s"
2975
  msgstr "Der Benutzer kann keine neue %s hinzufügen"
2976
 
2977
  # @ acf
2978
+ #: includes/fields/class-acf-field-taxonomy.php:892
2979
  #, php-format
2980
  msgid "%s already exists"
2981
  msgstr "%s ist bereits vorhanden"
2982
 
2983
  # @ acf
2984
+ #: includes/fields/class-acf-field-taxonomy.php:924
2985
  #, php-format
2986
  msgid "%s added"
2987
  msgstr "%s hinzugefügt"
2988
 
2989
  # @ acf
2990
+ #: includes/fields/class-acf-field-taxonomy.php:970
2991
+ #: includes/locations/class-acf-location-user-form.php:73
2992
  msgid "Add"
2993
  msgstr "Hinzufügen"
2994
 
2998
  msgstr "Text einzeilig"
2999
 
3000
  # @ acf
3001
+ #: includes/fields/class-acf-field-text.php:131
3002
  #: includes/fields/class-acf-field-textarea.php:120
3003
  msgid "Character Limit"
3004
  msgstr "Zeichenbegrenzung"
3005
 
3006
  # @ acf
3007
+ #: includes/fields/class-acf-field-text.php:132
3008
  #: includes/fields/class-acf-field-textarea.php:121
3009
  msgid "Leave blank for no limit"
3010
  msgstr "Leer lassen für keine Begrenzung"
3011
 
3012
+ #: includes/fields/class-acf-field-text.php:157
3013
+ #: includes/fields/class-acf-field-textarea.php:215
3014
  #, php-format
3015
  msgid "Value must not exceed %d characters"
3016
  msgstr "Wert darf %d Zeichen nicht überschreiten"
3070
  msgstr "Bitte eine gültige URL eingeben"
3071
 
3072
  # @ acf
3073
+ #: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
3074
  msgid "User"
3075
  msgstr "Benutzer"
3076
 
3077
  # @ acf
3078
+ #: includes/fields/class-acf-field-user.php:51
3079
  msgid "Filter by role"
3080
  msgstr "Nach Rolle filtern"
3081
 
3082
  # @ acf
3083
+ #: includes/fields/class-acf-field-user.php:59
3084
  msgid "All user roles"
3085
  msgstr "Alle Benutzerrollen"
3086
 
3087
  # @ acf
3088
+ #: includes/fields/class-acf-field-user.php:84
3089
  msgid "User Array"
3090
  msgstr "Benutzer-Array"
3091
 
3092
  # @ acf
3093
+ #: includes/fields/class-acf-field-user.php:85
3094
  msgid "User Object"
3095
  msgstr "Benutzer-Objekt"
3096
 
3097
  # @ acf
3098
+ #: includes/fields/class-acf-field-user.php:86
3099
  msgid "User ID"
3100
  msgstr "Benutzer-ID"
3101
 
3102
+ #: includes/fields/class-acf-field-user.php:334
3103
+ msgid "Error loading field."
3104
+ msgstr "Fehler beim Laden des Feldes."
3105
+
3106
  # @ acf
3107
  #: includes/fields/class-acf-field-wysiwyg.php:25
3108
  msgid "Wysiwyg Editor"
3158
  msgstr "Initialisierung verzögern?"
3159
 
3160
  #: includes/fields/class-acf-field-wysiwyg.php:430
3161
+ msgid "TinyMCE will not be initialized until field is clicked"
3162
+ msgstr "TinyMCE wird erst initialisiert, wenn das Feld geklickt wird"
3163
 
3164
  #: includes/forms/form-front.php:55
3165
  msgid "Validate Email"
3166
  msgstr "E-Mail bestätigen"
3167
 
3168
  # @ acf
3169
+ #: includes/forms/form-front.php:104 pro/fields/class-acf-field-gallery.php:510
3170
  #: pro/options-page.php:81
3171
  msgid "Update"
3172
  msgstr "Aktualisieren"
3173
 
3174
  # @ acf
3175
+ #: includes/forms/form-front.php:105
3176
  msgid "Post updated"
3177
  msgstr "Beitrag aktualisiert"
3178
 
3179
+ #: includes/forms/form-front.php:231
3180
  msgid "Spam Detected"
3181
  msgstr "Spam entdeckt"
3182
 
3183
+ #: includes/forms/form-user.php:336
3184
+ #, php-format
3185
+ msgid "<strong>ERROR</strong>: %s"
3186
+ msgstr "<strong>FEHLER</strong>: %s"
3187
+
3188
  # @ acf
3189
  #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
3190
  msgid "Post"
3344
  msgstr "Beitrags-Template"
3345
 
3346
  # @ acf
3347
+ #: includes/locations/class-acf-location-user-form.php:22
3348
  msgid "User Form"
3349
  msgstr "Benutzerformular"
3350
 
3351
  # @ acf
3352
+ #: includes/locations/class-acf-location-user-form.php:74
3353
  msgid "Add / Edit"
3354
  msgstr "Hinzufügen / Bearbeiten"
3355
 
3356
  # @ acf
3357
+ #: includes/locations/class-acf-location-user-form.php:75
3358
  msgid "Register"
3359
  msgstr "Registrieren"
3360
 
3361
  # @ acf
3362
+ #: includes/locations/class-acf-location-user-role.php:22
3363
  msgid "User Role"
3364
  msgstr "Benutzerrolle"
3365
 
3489
  msgid "Upgrade Notice"
3490
  msgstr "Hinweis zum Upgrade"
3491
 
3492
+ # @ acf
3493
+ #: pro/blocks.php:36
3494
+ msgid "Block type name is required."
3495
+ msgstr "Name des Block-Typs wird benötigt."
3496
+
3497
+ #: pro/blocks.php:43
3498
+ #, php-format
3499
+ msgid "Block type \"%s\" is already registered."
3500
+ msgstr "Block-Typ „%s“ ist bereits registriert."
3501
+
3502
+ #: pro/blocks.php:393
3503
  msgid "Switch to Edit"
3504
  msgstr "Zum Bearbeiten wechseln"
3505
 
3506
+ #: pro/blocks.php:394
3507
  msgid "Switch to Preview"
3508
  msgstr "Zur Vorschau wechseln"
3509
 
3510
+ #: pro/blocks.php:397
3511
+ #, php-format
3512
+ msgid "%s settings"
3513
+ msgstr "%s Einstellungen"
3514
+
3515
  #: pro/fields/class-acf-field-clone.php:25
3516
  msgctxt "noun"
3517
  msgid "Clone"
3692
  msgstr "Höchstzahl an Layouts"
3693
 
3694
  # @ acf
3695
+ #: pro/fields/class-acf-field-gallery.php:73
3696
  msgid "Add Image to Gallery"
3697
  msgstr "Bild zur Galerie hinzufügen"
3698
 
3699
  # @ acf
3700
+ #: pro/fields/class-acf-field-gallery.php:74
3701
  msgid "Maximum selection reached"
3702
  msgstr "Maximale Auswahl erreicht"
3703
 
3704
  # @ acf
3705
+ #: pro/fields/class-acf-field-gallery.php:322
3706
  msgid "Length"
3707
  msgstr "Länge"
3708
 
3709
+ #: pro/fields/class-acf-field-gallery.php:362
3710
  msgid "Caption"
3711
  msgstr "Bildunterschrift"
3712
 
3713
+ #: pro/fields/class-acf-field-gallery.php:371
3714
  msgid "Alt Text"
3715
  msgstr "Alt Text"
3716
 
3717
  # @ acf
3718
+ #: pro/fields/class-acf-field-gallery.php:487
3719
  msgid "Add to gallery"
3720
  msgstr "Zur Galerie hinzufügen"
3721
 
3722
  # @ acf
3723
+ #: pro/fields/class-acf-field-gallery.php:491
3724
  msgid "Bulk actions"
3725
  msgstr "Massenverarbeitung"
3726
 
3727
  # @ acf
3728
+ #: pro/fields/class-acf-field-gallery.php:492
3729
  msgid "Sort by date uploaded"
3730
  msgstr "Sortiere nach Upload-Datum"
3731
 
3732
  # @ acf
3733
+ #: pro/fields/class-acf-field-gallery.php:493
3734
  msgid "Sort by date modified"
3735
  msgstr "Sortiere nach Änderungs-Datum"
3736
 
3737
  # @ acf
3738
+ #: pro/fields/class-acf-field-gallery.php:494
3739
  msgid "Sort by title"
3740
  msgstr "Sortiere nach Titel"
3741
 
3742
  # @ acf
3743
+ #: pro/fields/class-acf-field-gallery.php:495
3744
  msgid "Reverse current order"
3745
  msgstr "Aktuelle Sortierung umkehren"
3746
 
3747
  # @ acf
3748
+ #: pro/fields/class-acf-field-gallery.php:507
3749
  msgid "Close"
3750
  msgstr "Schließen"
3751
 
3752
+ #: pro/fields/class-acf-field-gallery.php:580
 
 
 
 
 
 
 
 
 
 
3753
  msgid "Insert"
3754
  msgstr "Einfügen"
3755
 
3756
+ #: pro/fields/class-acf-field-gallery.php:581
3757
  msgid "Specify where new attachments are added"
3758
  msgstr "Gibt an wo neue Anhänge hinzugefügt werden"
3759
 
3760
+ #: pro/fields/class-acf-field-gallery.php:585
3761
  msgid "Append to the end"
3762
  msgstr "Anhängen"
3763
 
3764
+ #: pro/fields/class-acf-field-gallery.php:586
3765
  msgid "Prepend to the beginning"
3766
  msgstr "Voranstellen"
3767
 
3768
+ # @ acf
3769
+ #: pro/fields/class-acf-field-gallery.php:605
3770
+ msgid "Minimum Selection"
3771
+ msgstr "Minimale Auswahl"
3772
+
3773
+ # @ acf
3774
+ #: pro/fields/class-acf-field-gallery.php:613
3775
+ msgid "Maximum Selection"
3776
+ msgstr "Maximale Auswahl"
3777
+
3778
  # @ acf
3779
  #: pro/fields/class-acf-field-repeater.php:65
3780
  #: pro/fields/class-acf-field-repeater.php:661
3842
  "Sie keinen besitzen informieren Sie sich bitte hier hinsichtlich der <a href="
3843
  "\"%s\" target=\"_blank\">Preise und Einzelheiten</a>."
3844
 
 
 
 
 
 
 
 
 
 
 
 
 
3845
  # @ acf
3846
+ #: tests/basic/test-blocks.php:46
3847
+ msgid "Normal"
3848
+ msgstr "Normal"
3849
+
3850
+ #: tests/basic/test-blocks.php:47
3851
+ msgid "Fancy"
3852
+ msgstr "Schick"
3853
 
3854
  #. Plugin URI of the plugin/theme
3855
+ #. Author URI of the plugin/theme
3856
+ msgid "https://www.advancedcustomfields.com"
3857
+ msgstr "https://www.advancedcustomfields.com"
3858
 
3859
  #. Author of the plugin/theme
3860
  msgid "Elliot Condon"
3861
  msgstr "Elliot Condon"
3862
 
3863
  # @ acf
3864
+ #~ msgid "Add-ons"
3865
+ #~ msgstr "Zusatz-Module"
3866
+
3867
+ # @ acf
3868
+ #~ msgid "Download & Install"
3869
+ #~ msgstr "Download & Installieren"
3870
+
3871
+ # @ acf
3872
+ #~ msgid "Installed"
3873
+ #~ msgstr "Installiert"
3874
+
3875
+ # @ acf
3876
+ #~ msgid "Shown when entering data"
3877
+ #~ msgstr "Legt fest welche Maße die Vorschau in der Bearbeitungsansicht hat"
3878
+
3879
+ #~ msgid "Testimonial"
3880
+ #~ msgstr "Testimonial"
3881
+
3882
+ #~ msgid "A custom testimonial block."
3883
+ #~ msgstr "Ein individueller Testimonial-Block."
3884
+
3885
+ #~ msgid "Slider"
3886
+ #~ msgstr "Slider"
3887
+
3888
+ # @ acf
3889
+ #~ msgid "A custom gallery slider."
3890
+ #~ msgstr "Ein individueller Galerie-Slider."
3891
+
3892
+ # @ acf
3893
+ #~ msgid "http://www.elliotcondon.com/"
3894
+ #~ msgstr "http://www.elliotcondon.com/"
3895
 
3896
  # @ acf
3897
  #~ msgid "%s field group duplicated."
4162
  #~ msgid "Created by"
4163
  #~ msgstr "Erstellt von"
4164
 
 
 
 
4165
  # @ acf
4166
  #~ msgid "See what's new"
4167
  #~ msgstr "Was ist neu"
lang/acf-fr_CA.mo CHANGED
Binary file
lang/acf-fr_CA.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Advanced Custom Fields Pro v5.8.2\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
- "POT-Creation-Date: 2019-08-02 20:54-0400\n"
6
- "PO-Revision-Date: 2019-08-02 21:08-0400\n"
7
  "Last-Translator: Berenger Zyla <hello@berengerzyla.com>\n"
8
  "Language-Team: Bérenger Zyla <hello@berengerzyla.com>\n"
9
  "Language: fr_CA\n"
@@ -11,7 +11,7 @@ msgstr ""
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.2.3\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;"
@@ -23,126 +23,126 @@ msgstr ""
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  # @ acf
26
- #: acf.php:79
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
  # @ acf
31
- #: acf.php:359 includes/admin/admin.php:58
32
  msgid "Field Groups"
33
  msgstr "Groupes de champs"
34
 
35
  # @ acf
36
- #: acf.php:360
37
  msgid "Field Group"
38
  msgstr "Groupe de champs"
39
 
40
  # @ acf
41
- #: acf.php:361 acf.php:393 includes/admin/admin.php:59
42
  #: pro/fields/class-acf-field-flexible-content.php:558
43
  msgid "Add New"
44
  msgstr "Ajouter"
45
 
46
  # @ acf
47
- #: acf.php:362
48
  msgid "Add New Field Group"
49
  msgstr "Ajouter un nouveau groupe de champs"
50
 
51
  # @ acf
52
- #: acf.php:363
53
  msgid "Edit Field Group"
54
  msgstr "Modifier le groupe de champs"
55
 
56
  # @ acf
57
- #: acf.php:364
58
  msgid "New Field Group"
59
  msgstr "Nouveau groupe de champs"
60
 
61
  # @ default
62
- #: acf.php:365
63
  msgid "View Field Group"
64
  msgstr "Voir le groupe de champs"
65
 
66
  # @ default
67
- #: acf.php:366
68
  msgid "Search Field Groups"
69
  msgstr "Rechercher des groupes de champs"
70
 
71
  # @ default
72
- #: acf.php:367
73
  msgid "No Field Groups found"
74
  msgstr "Aucun groupe de champs trouvé"
75
 
76
  # @ default
77
- #: acf.php:368
78
  msgid "No Field Groups found in Trash"
79
  msgstr "Aucun groupe de champs trouvé dans la corbeille"
80
 
81
  # @ acf
82
- #: acf.php:391 includes/admin/admin-field-group.php:220
83
  #: includes/admin/admin-field-groups.php:530
84
  #: pro/fields/class-acf-field-clone.php:811
85
  msgid "Fields"
86
  msgstr "Champs"
87
 
88
  # @ acf
89
- #: acf.php:392
90
  msgid "Field"
91
  msgstr "Champ"
92
 
93
  # @ acf
94
- #: acf.php:394
95
  msgid "Add New Field"
96
  msgstr "Ajouter un champ"
97
 
98
  # @ acf
99
- #: acf.php:395
100
  msgid "Edit Field"
101
  msgstr "Modifier le champ"
102
 
103
  # @ acf
104
- #: acf.php:396 includes/admin/views/field-group-fields.php:41
105
  msgid "New Field"
106
  msgstr "Nouveau champ"
107
 
108
  # @ acf
109
- #: acf.php:397
110
  msgid "View Field"
111
  msgstr "Voir le champ"
112
 
113
  # @ default
114
- #: acf.php:398
115
  msgid "Search Fields"
116
  msgstr "Rechercher des champs"
117
 
118
  # @ default
119
- #: acf.php:399
120
  msgid "No Fields found"
121
  msgstr "Aucun champ trouvé"
122
 
123
  # @ default
124
- #: acf.php:400
125
  msgid "No Fields found in Trash"
126
  msgstr "Aucun champ trouvé dans la corbeille"
127
 
128
- #: acf.php:439 includes/admin/admin-field-group.php:402
129
  #: includes/admin/admin-field-groups.php:587
130
  msgid "Inactive"
131
  msgstr "Inactif"
132
 
133
- #: acf.php:444
134
  #, php-format
135
  msgid "Inactive <span class=\"count\">(%s)</span>"
136
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
137
  msgstr[0] "Inactif <span class=\"count\">(%s)</span>"
138
  msgstr[1] "Inactifs <span class=\"count\">(%s)</span>"
139
 
140
- #: includes/acf-field-functions.php:827
141
  #: includes/admin/admin-field-group.php:178
142
  msgid "(no label)"
143
  msgstr "(aucun label)"
144
 
145
- #: includes/acf-field-group-functions.php:813
146
  #: includes/admin/admin-field-group.php:180
147
  msgid "copy"
148
  msgstr "copie"
@@ -189,7 +189,7 @@ msgstr "Le nom d’un champ ne peut pas commencer par « field_ »"
189
  #: includes/admin/admin-field-group.php:172
190
  msgid "This field cannot be moved until its changes have been saved"
191
  msgstr ""
192
- "Ce champ ne peut pas être déplacé tant que ses modifications n'ont pas été "
193
  "enregistrées"
194
 
195
  # @ default
@@ -224,7 +224,7 @@ msgstr "(ce champ)"
224
  #: includes/admin/views/field-group-field-conditional-logic.php:151
225
  #: includes/admin/views/field-group-locations.php:29
226
  #: includes/admin/views/html-location-group.php:3
227
- #: includes/api/api-helpers.php:3871
228
  msgid "or"
229
  msgstr "ou"
230
 
@@ -251,27 +251,27 @@ msgstr "Identifiants des champs"
251
  msgid "Active"
252
  msgstr "Actif"
253
 
254
- #: includes/admin/admin-field-group.php:771
255
  msgid "Move Complete."
256
  msgstr "Déplacement effectué."
257
 
258
- #: includes/admin/admin-field-group.php:772
259
  #, php-format
260
  msgid "The %s field can now be found in the %s field group"
261
  msgstr "Le champ %s a été déplacé dans le groupe %s"
262
 
263
  # @ acf
264
- #: includes/admin/admin-field-group.php:773
265
  msgid "Close Window"
266
  msgstr "Fermer la fenêtre"
267
 
268
  # @ acf
269
- #: includes/admin/admin-field-group.php:814
270
  msgid "Please select the destination for this field"
271
  msgstr "Choisissez la destination de ce champ"
272
 
273
  # @ acf
274
- #: includes/admin/admin-field-group.php:821
275
  msgid "Move Field"
276
  msgstr "Déplacer le champ"
277
 
@@ -305,7 +305,7 @@ msgid "Sync available"
305
  msgstr "Synchronisation disponible"
306
 
307
  #: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
308
- #: pro/fields/class-acf-field-gallery.php:374
309
  msgid "Title"
310
  msgstr "Titre"
311
 
@@ -314,7 +314,7 @@ msgstr "Titre"
314
  #: includes/admin/views/field-group-options.php:96
315
  #: includes/admin/views/html-admin-page-upgrade-network.php:38
316
  #: includes/admin/views/html-admin-page-upgrade-network.php:49
317
- #: pro/fields/class-acf-field-gallery.php:401
318
  msgid "Description"
319
  msgstr "Description"
320
 
@@ -330,8 +330,7 @@ msgstr ""
330
  "professionnels."
331
 
332
  # @ acf
333
- #: includes/admin/admin-field-groups.php:628
334
- #: includes/admin/settings-info.php:76
335
  #: pro/admin/views/html-settings-updates.php:107
336
  msgid "Changelog"
337
  msgstr "Liste des modifications"
@@ -359,7 +358,7 @@ msgid "Support"
359
  msgstr "Support"
360
 
361
  #: includes/admin/admin-field-groups.php:642
362
- #: includes/admin/views/settings-info.php:84
363
  msgid "Pro"
364
  msgstr "Pro"
365
 
@@ -381,7 +380,7 @@ msgid "Duplicate"
381
  msgstr "Dupliquer"
382
 
383
  #: includes/admin/admin-field-groups.php:719
384
- #: includes/fields/class-acf-field-google-map.php:165
385
  #: includes/fields/class-acf-field-relationship.php:593
386
  msgid "Search"
387
  msgstr "Rechercher"
@@ -416,27 +415,27 @@ msgid "Tools"
416
  msgstr "Outils"
417
 
418
  # @ acf
419
- #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:94
420
- #: includes/admin/admin-upgrade.php:156
421
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
422
  #: includes/admin/views/html-admin-page-upgrade.php:26
423
  msgid "Upgrade Database"
424
  msgstr "Mise à niveau de la base de données"
425
 
426
- #: includes/admin/admin-upgrade.php:180
427
  msgid "Review sites & upgrade"
428
  msgstr "Examiner les sites et mettre à niveau"
429
 
430
  # @ acf
431
- #: includes/admin/admin.php:54 includes/admin/views/field-group-options.php:110
432
  msgid "Custom Fields"
433
  msgstr "ACF"
434
 
435
- #: includes/admin/settings-info.php:50
436
  msgid "Info"
437
  msgstr "Informations"
438
 
439
- #: includes/admin/settings-info.php:75
440
  msgid "What's New"
441
  msgstr "Nouveautés"
442
 
@@ -478,7 +477,7 @@ msgid ""
478
  "code which you can place in your theme."
479
  msgstr ""
480
  "Sélectionnez les groupes de champs que vous souhaitez exporter puis "
481
- "choisissez la méthode d'export. Utilisez le bouton « télécharger » pour "
482
  "exporter un fichier JSON que vous pourrez importer dans une autre "
483
  "installation ACF. Utilisez le « générer » pour exporter le code PHP que vous "
484
  "pourrez ajouter à votre thème."
@@ -541,7 +540,7 @@ msgstr "Aucun fichier sélectionné"
541
 
542
  #: includes/admin/tools/class-acf-admin-tool-import.php:93
543
  msgid "Error uploading file. Please try again"
544
- msgstr "Échec de l'import du fichier. Merci d’essayer à nouveau"
545
 
546
  #: includes/admin/tools/class-acf-admin-tool-import.php:98
547
  msgid "Incorrect file type"
@@ -594,7 +593,7 @@ msgstr "Modifier ce champ"
594
  #: includes/fields/class-acf-field-file.php:152
595
  #: includes/fields/class-acf-field-image.php:138
596
  #: includes/fields/class-acf-field-link.php:139
597
- #: pro/fields/class-acf-field-gallery.php:361
598
  msgid "Edit"
599
  msgstr "Modifier"
600
 
@@ -774,7 +773,7 @@ msgstr "Sur le côté"
774
 
775
  #: includes/admin/views/field-group-options.php:55
776
  msgid "Label placement"
777
- msgstr "Emplacement de l'intitulé"
778
 
779
  #: includes/admin/views/field-group-options.php:62
780
  #: includes/fields/class-acf-field-tab.php:106
@@ -929,7 +928,7 @@ msgid ""
929
  "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
930
  msgstr ""
931
  "Mise à niveau de la base de données effectuée. <a href=\"%s\">Retourner au "
932
- "panneau d'administration du réseau</a>"
933
 
934
  #: includes/admin/views/html-admin-page-upgrade-network.php:113
935
  msgid "Please select at least one site to upgrade."
@@ -977,7 +976,7 @@ msgstr ""
977
  #: includes/admin/views/html-admin-page-upgrade.php:116
978
  #: includes/ajax/class-acf-ajax-upgrade.php:32
979
  msgid "No updates available."
980
- msgstr "Aucune mise-à-jour disponible."
981
 
982
  #: includes/admin/views/html-admin-tools.php:21
983
  msgid "Back to all tools"
@@ -1013,12 +1012,12 @@ msgstr "Page d‘options"
1013
 
1014
  #: includes/admin/views/html-notice-upgrade.php:21
1015
  msgid "Database Upgrade Required"
1016
- msgstr "Mise-à-jour de la base de données nécessaire"
1017
 
1018
  #: includes/admin/views/html-notice-upgrade.php:22
1019
  #, php-format
1020
  msgid "Thank you for updating to %s v%s!"
1021
- msgstr "Merci d'avoir mis-à-jour %s v%s!"
1022
 
1023
  #: includes/admin/views/html-notice-upgrade.php:22
1024
  msgid ""
@@ -1035,20 +1034,6 @@ msgstr ""
1035
  "Veuillez également vérifier que tous les modules d’extension premium (%s) "
1036
  "soient à jour à leur dernière version disponible."
1037
 
1038
- # @ acf
1039
- #: includes/admin/views/settings-addons.php:3
1040
- msgid "Add-ons"
1041
- msgstr "Modules d’extension"
1042
-
1043
- # @ acf
1044
- #: includes/admin/views/settings-addons.php:17
1045
- msgid "Download & Install"
1046
- msgstr "Télécharger & installer"
1047
-
1048
- #: includes/admin/views/settings-addons.php:36
1049
- msgid "Installed"
1050
- msgstr "Installé"
1051
-
1052
  # @ acf
1053
  #: includes/admin/views/settings-info.php:3
1054
  msgid "Welcome to Advanced Custom Fields"
@@ -1060,71 +1045,71 @@ msgid ""
1060
  "Thank you for updating! ACF %s is bigger and better than ever before. We "
1061
  "hope you like it."
1062
  msgstr ""
1063
- "Merci d'avoir mis à jour! ACF %s est plus performant que jamais. Nous "
1064
- "espérons que vous l'apprécierez."
1065
 
1066
  #: includes/admin/views/settings-info.php:15
1067
  msgid "A Smoother Experience"
1068
  msgstr "Une expérience plus fluide"
1069
 
1070
- #: includes/admin/views/settings-info.php:19
1071
  msgid "Improved Usability"
1072
  msgstr "Convivialité améliorée"
1073
 
1074
- #: includes/admin/views/settings-info.php:20
1075
  msgid ""
1076
  "Including the popular Select2 library has improved both usability and speed "
1077
  "across a number of field types including post object, page link, taxonomy "
1078
  "and select."
1079
  msgstr ""
1080
  "ACF inclue désormais la librairie populaire Select2, qui améliore "
1081
- "l'ergonomie et la vitesse sur plusieurs types de champs dont l'objet "
1082
  "article, lien vers page, taxonomie, et sélection."
1083
 
1084
- #: includes/admin/views/settings-info.php:24
1085
  msgid "Improved Design"
1086
  msgstr "Design amélioré"
1087
 
1088
- #: includes/admin/views/settings-info.php:25
1089
  msgid ""
1090
  "Many fields have undergone a visual refresh to make ACF look better than "
1091
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
1092
  "(new) fields!"
1093
  msgstr ""
1094
- "Plusieurs champs ont reçu une refonte graphique pour qu'ACF apparaisse sous "
1095
  "son plus beau jour! Les améliorations sont notamment visibles sur la "
1096
  "galerie, le champ relationnel et le petit nouveau : oEmbed (champ de contenu "
1097
  "embarqué)!"
1098
 
1099
- #: includes/admin/views/settings-info.php:29
1100
  msgid "Improved Data"
1101
  msgstr "Données améliorées"
1102
 
1103
- #: includes/admin/views/settings-info.php:30
1104
  msgid ""
1105
  "Redesigning the data architecture has allowed sub fields to live "
1106
  "independently from their parents. This allows you to drag and drop fields in "
1107
  "and out of parent fields!"
1108
  msgstr ""
1109
- "L'architecture des données a été complètement revue et permet dorénavant aux "
1110
  "sous-champs de vivre indépendamment de leurs parents. Cela permet de "
1111
  "déplacer les champs en dehors de leurs parents!"
1112
 
1113
- #: includes/admin/views/settings-info.php:38
1114
  msgid "Goodbye Add-ons. Hello PRO"
1115
  msgstr "Au revoir modules d’extension. Bonjour ACF Pro"
1116
 
1117
- #: includes/admin/views/settings-info.php:41
1118
  msgid "Introducing ACF PRO"
1119
  msgstr "Découvrez ACF PRO"
1120
 
1121
- #: includes/admin/views/settings-info.php:42
1122
  msgid ""
1123
  "We're changing the way premium functionality is delivered in an exciting way!"
1124
  msgstr ""
1125
  "Nous avons changé la façon dont les fonctionnalités premium sont délivrées!"
1126
 
1127
- #: includes/admin/views/settings-info.php:43
1128
  #, php-format
1129
  msgid ""
1130
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
@@ -1132,16 +1117,16 @@ msgid ""
1132
  "premium functionality is more affordable and accessible than ever before!"
1133
  msgstr ""
1134
  "Les 4 modules d’extension premium (répéteur, galerie, contenu flexible et "
1135
- "pages d'options) ont été combinés en une toute nouvelle <a href=\"%s"
1136
- "\">version PRO d'ACF</a>. Avec des licences personnelles et développeur "
1137
  "disponibles, les fonctionnalités premium sont encore plus accessibles que "
1138
  "jamais!"
1139
 
1140
- #: includes/admin/views/settings-info.php:47
1141
  msgid "Powerful Features"
1142
  msgstr "Nouvelles fonctionnalités surpuissantes"
1143
 
1144
- #: includes/admin/views/settings-info.php:48
1145
  msgid ""
1146
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1147
  "layouts, a beautiful gallery field and the ability to create extra admin "
@@ -1149,28 +1134,28 @@ msgid ""
1149
  msgstr ""
1150
  "ACF PRO contient de nouvelles super fonctionnalités telles que les champs "
1151
  "répéteurs, les dispositions flexibles, une superbe galerie et la possibilité "
1152
- "de créer des pages d'options!"
1153
 
1154
- #: includes/admin/views/settings-info.php:49
1155
  #, php-format
1156
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1157
  msgstr ""
1158
  "En savoir plus à propos des <a href=\"%s\">fonctionnalités d’ACF PRO</a>."
1159
 
1160
  # @ wp3i
1161
- #: includes/admin/views/settings-info.php:53
1162
  msgid "Easy Upgrading"
1163
  msgstr "Mise à niveau facile"
1164
 
1165
- #: includes/admin/views/settings-info.php:54
1166
  msgid ""
1167
  "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1168
  "the plugin!"
1169
  msgstr ""
1170
  "La mise à niveau vers ACF PRO est facile. Achetez simplement une licence en "
1171
- "ligne et téléchargez l'extension!"
1172
 
1173
- #: includes/admin/views/settings-info.php:55
1174
  #, php-format
1175
  msgid ""
1176
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
@@ -1182,15 +1167,15 @@ msgstr ""
1182
  "spécifique, veuillez contacter notre équipe de support via le <a href=\"%s"
1183
  "\">support technique</a>."
1184
 
1185
- #: includes/admin/views/settings-info.php:64
1186
  msgid "New Features"
1187
  msgstr "Nouvelles Fonctionnalités"
1188
 
1189
- #: includes/admin/views/settings-info.php:69
1190
  msgid "Link Field"
1191
  msgstr "Champ Lien"
1192
 
1193
- #: includes/admin/views/settings-info.php:70
1194
  msgid ""
1195
  "The Link field provides a simple way to select or define a link (url, title, "
1196
  "target)."
@@ -1198,72 +1183,72 @@ msgstr ""
1198
  "Le champ Lien permet de sélectionner ou définir un lien en toute simplicité "
1199
  "(URL, titre, cible)."
1200
 
1201
- #: includes/admin/views/settings-info.php:74
1202
  msgid "Group Field"
1203
  msgstr "Champ Groupe"
1204
 
1205
- #: includes/admin/views/settings-info.php:75
1206
  msgid "The Group field provides a simple way to create a group of fields."
1207
  msgstr ""
1208
  "Le champ Groupe permet de créer un groupe de champs en toute simplicité."
1209
 
1210
- #: includes/admin/views/settings-info.php:79
1211
  msgid "oEmbed Field"
1212
  msgstr "Champ de Contenu Embarqué (oEmbed)"
1213
 
1214
- #: includes/admin/views/settings-info.php:80
1215
  msgid ""
1216
  "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1217
  "and other content."
1218
  msgstr ""
1219
- "Le champ oEmbed vous permet d'embarquer des vidéos, des images, des tweets, "
1220
- "de l'audio ou encore d'autres médias en toute simplicité."
1221
 
1222
- #: includes/admin/views/settings-info.php:84
1223
  msgid "Clone Field"
1224
  msgstr "Champ Clone"
1225
 
1226
- #: includes/admin/views/settings-info.php:85
1227
  msgid "The clone field allows you to select and display existing fields."
1228
  msgstr ""
1229
  "Le champ Clone vous permet de sélectionner et afficher des champs existants."
1230
 
1231
- #: includes/admin/views/settings-info.php:89
1232
  msgid "More AJAX"
1233
- msgstr "Plus d'AJAX"
1234
 
1235
- #: includes/admin/views/settings-info.php:90
1236
  msgid "More fields use AJAX powered search to speed up page loading."
1237
  msgstr ""
1238
- "Plus de champs utilisent maintenant la recherche via AJAX afin d'améliorer "
1239
  "le temps de chargement des pages."
1240
 
1241
- #: includes/admin/views/settings-info.php:94
1242
  msgid "Local JSON"
1243
  msgstr "JSON Local"
1244
 
1245
- #: includes/admin/views/settings-info.php:95
1246
  msgid ""
1247
  "New auto export to JSON feature improves speed and allows for syncronisation."
1248
  msgstr ""
1249
- "La nouvelle fonctionnalité d'export automatique en JSON améliore la rapidité "
1250
  "et simplifie la synchronisation."
1251
 
1252
- #: includes/admin/views/settings-info.php:99
1253
  msgid "Easy Import / Export"
1254
  msgstr "Import / Export Facile"
1255
 
1256
- #: includes/admin/views/settings-info.php:100
1257
  msgid "Both import and export can easily be done through a new tools page."
1258
  msgstr ""
1259
- "Les imports et exports de données d'ACF sont encore plus simples à réaliser "
1260
- "via notre nouvelle page d'outils."
1261
 
1262
- #: includes/admin/views/settings-info.php:104
1263
  msgid "New Form Locations"
1264
  msgstr "Nouveaux Emplacements de Champs"
1265
 
1266
- #: includes/admin/views/settings-info.php:105
1267
  msgid ""
1268
  "Fields can now be mapped to menus, menu items, comments, widgets and all "
1269
  "user forms!"
@@ -1271,11 +1256,11 @@ msgstr ""
1271
  "Les champs peuvent désormais être intégrés dans les menus, éléments de menu, "
1272
  "commentaires, widgets et tous les formulaires utilisateurs!"
1273
 
1274
- #: includes/admin/views/settings-info.php:109
1275
  msgid "More Customization"
1276
  msgstr "Encore plus de Personnalisation"
1277
 
1278
- #: includes/admin/views/settings-info.php:110
1279
  msgid ""
1280
  "New PHP (and JS) actions and filters have been added to allow for more "
1281
  "customization."
@@ -1283,23 +1268,23 @@ msgstr ""
1283
  "De nouveaux filtres et actions PHP (et JS) ont été ajoutés afin de vous "
1284
  "permettre plus de personnalisation."
1285
 
1286
- #: includes/admin/views/settings-info.php:114
1287
  msgid "Fresh UI"
1288
  msgstr "Interface Améliorée"
1289
 
1290
- #: includes/admin/views/settings-info.php:115
1291
  msgid ""
1292
  "The entire plugin has had a design refresh including new field types, "
1293
  "settings and design!"
1294
  msgstr ""
1295
- "Toute l'extension a été améliorée et inclut de nouveaux types de champs, "
1296
- "réglages ainsi qu'un nouveau design!"
1297
 
1298
- #: includes/admin/views/settings-info.php:119
1299
  msgid "New Settings"
1300
  msgstr "Nouveaux Paramètres"
1301
 
1302
- #: includes/admin/views/settings-info.php:120
1303
  msgid ""
1304
  "Field group settings have been added for Active, Label Placement, "
1305
  "Instructions Placement and Description."
@@ -1307,33 +1292,33 @@ msgstr ""
1307
  "De nouveaux réglages font leur apparition pour Actif, Emplacement du Label, "
1308
  "Emplacement des Instructions et Description."
1309
 
1310
- #: includes/admin/views/settings-info.php:124
1311
  msgid "Better Front End Forms"
1312
  msgstr "De meilleurs formulaires côté public"
1313
 
1314
- #: includes/admin/views/settings-info.php:125
1315
  msgid ""
1316
  "acf_form() can now create a new post on submission with lots of new settings."
1317
  msgstr ""
1318
  "acf_form() peut maintenant créer un nouvel article lors de la soumission et "
1319
  "propose de nombreux réglages."
1320
 
1321
- #: includes/admin/views/settings-info.php:129
1322
  msgid "Better Validation"
1323
  msgstr "Meilleure validation"
1324
 
1325
- #: includes/admin/views/settings-info.php:130
1326
  msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1327
  msgstr ""
1328
  "La validation des formulaires est maintenant faite via PHP + AJAX au lieu "
1329
- "d'être seulement faite en JS."
1330
 
1331
  # @ acf
1332
- #: includes/admin/views/settings-info.php:134
1333
  msgid "Moving Fields"
1334
  msgstr "Champs amovibles"
1335
 
1336
- #: includes/admin/views/settings-info.php:135
1337
  msgid ""
1338
  "New field group functionality allows you to move a field between groups & "
1339
  "parents."
@@ -1341,199 +1326,199 @@ msgstr ""
1341
  "La nouvelle fonctionnalité de Groupe de Champ vous permet de déplacer un "
1342
  "champ entre différents groupes et parents."
1343
 
1344
- #: includes/admin/views/settings-info.php:146
1345
  #, php-format
1346
  msgid "We think you'll love the changes in %s."
1347
  msgstr "Nous pensons que vous allez adorer les nouveautés de la version %s."
1348
 
1349
- #: includes/api/api-helpers.php:1049
1350
  msgid "Thumbnail"
1351
  msgstr "Miniature"
1352
 
1353
- #: includes/api/api-helpers.php:1050
1354
  msgid "Medium"
1355
  msgstr "Moyen"
1356
 
1357
- #: includes/api/api-helpers.php:1051
1358
  msgid "Large"
1359
  msgstr "Grande"
1360
 
1361
- #: includes/api/api-helpers.php:1100
1362
  msgid "Full Size"
1363
  msgstr "Taille originale"
1364
 
1365
  # @ acf
1366
- #: includes/api/api-helpers.php:1821 includes/api/api-term.php:147
1367
  #: pro/fields/class-acf-field-clone.php:996
1368
  msgid "(no title)"
1369
  msgstr "(sans titre)"
1370
 
1371
- #: includes/api/api-helpers.php:3792
1372
  #, php-format
1373
  msgid "Image width must be at least %dpx."
1374
- msgstr "L'image doit mesurer au moins %dpx de largeur."
1375
 
1376
- #: includes/api/api-helpers.php:3797
1377
  #, php-format
1378
  msgid "Image width must not exceed %dpx."
1379
- msgstr "L'image ne doit pas dépasser %dpx de largeur."
1380
 
1381
- #: includes/api/api-helpers.php:3813
1382
  #, php-format
1383
  msgid "Image height must be at least %dpx."
1384
- msgstr "L'image doit mesurer au moins %dpx de hauteur."
1385
 
1386
- #: includes/api/api-helpers.php:3818
1387
  #, php-format
1388
  msgid "Image height must not exceed %dpx."
1389
- msgstr "L'image ne doit pas dépasser %dpx de hauteur."
1390
 
1391
- #: includes/api/api-helpers.php:3836
1392
  #, php-format
1393
  msgid "File size must be at least %s."
1394
- msgstr "Le poids de l'image doit être d'au moins %s."
1395
 
1396
- #: includes/api/api-helpers.php:3841
1397
  #, php-format
1398
  msgid "File size must must not exceed %s."
1399
- msgstr "Le poids de l'image ne doit pas dépasser %s."
1400
 
1401
  # @ acf
1402
- #: includes/api/api-helpers.php:3875
1403
  #, php-format
1404
  msgid "File type must be %s."
1405
  msgstr "Le type de fichier doit être %s."
1406
 
1407
- #: includes/assets.php:168
1408
  msgid "The changes you made will be lost if you navigate away from this page"
1409
  msgstr "Les modifications seront perdues si vous quittez cette page"
1410
 
1411
- #: includes/assets.php:171 includes/fields/class-acf-field-select.php:259
1412
  msgctxt "verb"
1413
  msgid "Select"
1414
  msgstr "Choisir"
1415
 
1416
- #: includes/assets.php:172
1417
  msgctxt "verb"
1418
  msgid "Edit"
1419
  msgstr "Modifier"
1420
 
1421
- #: includes/assets.php:173
1422
  msgctxt "verb"
1423
  msgid "Update"
1424
  msgstr "Mettre à jour"
1425
 
1426
- #: includes/assets.php:174
1427
  msgid "Uploaded to this post"
1428
  msgstr "Lié(s) à cet article"
1429
 
1430
- #: includes/assets.php:175
1431
  msgid "Expand Details"
1432
  msgstr "Afficher les détails"
1433
 
1434
- #: includes/assets.php:176
1435
  msgid "Collapse Details"
1436
  msgstr "Masquer les détails"
1437
 
1438
- #: includes/assets.php:177
1439
  msgid "Restricted"
1440
  msgstr "Limité"
1441
 
1442
  # @ acf
1443
- #: includes/assets.php:178 includes/fields/class-acf-field-image.php:66
1444
  msgid "All images"
1445
  msgstr "Toutes les images"
1446
 
1447
- #: includes/assets.php:181
1448
  msgid "Validation successful"
1449
  msgstr "Validé avec succès"
1450
 
1451
- #: includes/assets.php:182 includes/validation.php:285
1452
  #: includes/validation.php:296
1453
  msgid "Validation failed"
1454
  msgstr "Échec de la validation"
1455
 
1456
- #: includes/assets.php:183
1457
  msgid "1 field requires attention"
1458
  msgstr "1 champ requiert votre attention"
1459
 
1460
- #: includes/assets.php:184
1461
  #, php-format
1462
  msgid "%d fields require attention"
1463
  msgstr "%d champs requièrent votre attention"
1464
 
1465
  # @ acf
1466
- #: includes/assets.php:187
1467
  msgid "Are you sure?"
1468
  msgstr "Êtes-vous sûr(e)?"
1469
 
1470
- #: includes/assets.php:188 includes/fields/class-acf-field-true_false.php:79
1471
  #: includes/fields/class-acf-field-true_false.php:159
1472
  #: pro/admin/views/html-settings-updates.php:89
1473
  msgid "Yes"
1474
  msgstr "Oui"
1475
 
1476
- #: includes/assets.php:189 includes/fields/class-acf-field-true_false.php:80
1477
  #: includes/fields/class-acf-field-true_false.php:174
1478
  #: pro/admin/views/html-settings-updates.php:99
1479
  msgid "No"
1480
  msgstr "Non"
1481
 
1482
  # @ acf
1483
- #: includes/assets.php:190 includes/fields/class-acf-field-file.php:154
1484
  #: includes/fields/class-acf-field-image.php:140
1485
  #: includes/fields/class-acf-field-link.php:140
1486
- #: pro/fields/class-acf-field-gallery.php:362
1487
- #: pro/fields/class-acf-field-gallery.php:499
1488
  msgid "Remove"
1489
  msgstr "Enlever"
1490
 
1491
- #: includes/assets.php:191
1492
  msgid "Cancel"
1493
  msgstr "Annuler"
1494
 
1495
- #: includes/assets.php:194
1496
  msgid "Has any value"
1497
- msgstr "A n'importe quelle valeur"
1498
 
1499
- #: includes/assets.php:195
1500
  msgid "Has no value"
1501
- msgstr "N'a pas de valeur"
1502
 
1503
- #: includes/assets.php:196
1504
  msgid "Value is equal to"
1505
  msgstr "La valeur est égale à"
1506
 
1507
- #: includes/assets.php:197
1508
  msgid "Value is not equal to"
1509
  msgstr "La valeur est différente de"
1510
 
1511
- #: includes/assets.php:198
1512
  msgid "Value matches pattern"
1513
  msgstr "La valeur correspond au modèle"
1514
 
1515
- #: includes/assets.php:199
1516
  msgid "Value contains"
1517
  msgstr "La valeur contient"
1518
 
1519
- #: includes/assets.php:200
1520
  msgid "Value is greater than"
1521
  msgstr "La valeur est supérieure à"
1522
 
1523
- #: includes/assets.php:201
1524
  msgid "Value is less than"
1525
  msgstr "La valeur est inférieure à"
1526
 
1527
- #: includes/assets.php:202
1528
  msgid "Selection is greater than"
1529
  msgstr "La sélection est supérieure à"
1530
 
1531
- #: includes/assets.php:203
1532
  msgid "Selection is less than"
1533
  msgstr "La sélection est inférieure à"
1534
 
1535
  # @ acf
1536
- #: includes/assets.php:206 includes/forms/form-comment.php:166
1537
  #: pro/admin/admin-options-page.php:325
1538
  msgid "Edit field group"
1539
  msgstr "Modifier le groupe de champs"
@@ -1591,7 +1576,7 @@ msgstr "Ouvert"
1591
 
1592
  #: includes/fields/class-acf-field-accordion.php:100
1593
  msgid "Display this accordion as open on page load."
1594
- msgstr "Ouvrir l'accordéon au chargement de la page."
1595
 
1596
  #: includes/fields/class-acf-field-accordion.php:109
1597
  msgid "Multi-expand"
@@ -1599,7 +1584,7 @@ msgstr "Ouverture multiple"
1599
 
1600
  #: includes/fields/class-acf-field-accordion.php:110
1601
  msgid "Allow this accordion to open without closing others."
1602
- msgstr "Permettre à cet accordéon de s'ouvrir sans refermer les autres."
1603
 
1604
  #: includes/fields/class-acf-field-accordion.php:119
1605
  #: includes/fields/class-acf-field-tab.php:114
@@ -1731,7 +1716,7 @@ msgstr "Valeur"
1731
  #: includes/fields/class-acf-field-radio.php:312
1732
  #: includes/fields/class-acf-field-select.php:434
1733
  msgid "Both (Array)"
1734
- msgstr "Les deux (tableau)"
1735
 
1736
  # @ acf
1737
  #: includes/fields/class-acf-field-checkbox.php:25
@@ -1749,7 +1734,7 @@ msgstr "Ajouter un choix"
1749
 
1750
  #: includes/fields/class-acf-field-checkbox.php:353
1751
  msgid "Allow Custom"
1752
- msgstr "Autoriser une valeur personnalisée"
1753
 
1754
  #: includes/fields/class-acf-field-checkbox.php:358
1755
  msgid "Allow 'custom' values to be added"
@@ -1869,9 +1854,9 @@ msgstr "Le format enregistré"
1869
  #: includes/fields/class-acf-field-select.php:427
1870
  #: includes/fields/class-acf-field-time_picker.php:124
1871
  #: includes/fields/class-acf-field-user.php:412
1872
- #: pro/fields/class-acf-field-gallery.php:578
1873
  msgid "Return Format"
1874
- msgstr "Format de retour"
1875
 
1876
  #: includes/fields/class-acf-field-date_picker.php:209
1877
  #: includes/fields/class-acf-field-date_time_picker.php:201
@@ -1882,7 +1867,7 @@ msgstr "Valeur retournée dans le code"
1882
  #: includes/fields/class-acf-field-date_picker.php:227
1883
  #: includes/fields/class-acf-field-date_time_picker.php:217
1884
  msgid "Week Starts On"
1885
- msgstr "La semaine commencent le"
1886
 
1887
  #: includes/fields/class-acf-field-date_time_picker.php:25
1888
  msgid "Date Time Picker"
@@ -2043,8 +2028,8 @@ msgstr "Nom du fichier"
2043
  #: includes/fields/class-acf-field-file.php:259
2044
  #: includes/fields/class-acf-field-image.php:264
2045
  #: includes/fields/class-acf-field-image.php:293
2046
- #: pro/fields/class-acf-field-gallery.php:663
2047
- #: pro/fields/class-acf-field-gallery.php:692
2048
  msgid "File size"
2049
  msgstr "Taille du fichier"
2050
 
@@ -2055,7 +2040,7 @@ msgstr "Ajouter un fichier"
2055
 
2056
  #: includes/fields/class-acf-field-file.php:221
2057
  msgid "File Array"
2058
- msgstr "Données du fichier (tableau)"
2059
 
2060
  # @ acf
2061
  #: includes/fields/class-acf-field-file.php:222
@@ -2069,13 +2054,13 @@ msgstr "ID du Fichier"
2069
 
2070
  #: includes/fields/class-acf-field-file.php:230
2071
  #: includes/fields/class-acf-field-image.php:229
2072
- #: pro/fields/class-acf-field-gallery.php:613
2073
  msgid "Library"
2074
- msgstr "Médias"
2075
 
2076
  #: includes/fields/class-acf-field-file.php:231
2077
  #: includes/fields/class-acf-field-image.php:230
2078
- #: pro/fields/class-acf-field-gallery.php:614
2079
  msgid "Limit the media library choice"
2080
  msgstr "Limiter le choix dans la médiathèque"
2081
 
@@ -2085,48 +2070,48 @@ msgstr "Limiter le choix dans la médiathèque"
2085
  #: includes/locations/class-acf-location-comment.php:79
2086
  #: includes/locations/class-acf-location-nav-menu.php:102
2087
  #: includes/locations/class-acf-location-taxonomy.php:79
2088
- #: includes/locations/class-acf-location-user-form.php:87
2089
- #: includes/locations/class-acf-location-user-role.php:111
2090
  #: includes/locations/class-acf-location-widget.php:83
2091
- #: pro/fields/class-acf-field-gallery.php:619
2092
  #: pro/locations/class-acf-location-block.php:79
2093
  msgid "All"
2094
  msgstr "Tous"
2095
 
2096
  #: includes/fields/class-acf-field-file.php:237
2097
  #: includes/fields/class-acf-field-image.php:236
2098
- #: pro/fields/class-acf-field-gallery.php:620
2099
  msgid "Uploaded to post"
2100
  msgstr "Liés à cet article"
2101
 
2102
  # @ acf
2103
  #: includes/fields/class-acf-field-file.php:244
2104
  #: includes/fields/class-acf-field-image.php:243
2105
- #: pro/fields/class-acf-field-gallery.php:642
2106
  msgid "Minimum"
2107
  msgstr "Minimum"
2108
 
2109
  #: includes/fields/class-acf-field-file.php:245
2110
  #: includes/fields/class-acf-field-file.php:256
2111
  msgid "Restrict which files can be uploaded"
2112
- msgstr "Restreindre l'import de fichiers"
2113
 
2114
  # @ acf
2115
  #: includes/fields/class-acf-field-file.php:255
2116
  #: includes/fields/class-acf-field-image.php:272
2117
- #: pro/fields/class-acf-field-gallery.php:671
2118
  msgid "Maximum"
2119
  msgstr "Maximum"
2120
 
2121
  #: includes/fields/class-acf-field-file.php:266
2122
  #: includes/fields/class-acf-field-image.php:301
2123
- #: pro/fields/class-acf-field-gallery.php:699
2124
  msgid "Allowed file types"
2125
  msgstr "Types de fichiers autorisés"
2126
 
2127
  #: includes/fields/class-acf-field-file.php:267
2128
  #: includes/fields/class-acf-field-image.php:302
2129
- #: pro/fields/class-acf-field-gallery.php:700
2130
  msgid "Comma separated list. Leave blank for all types"
2131
  msgstr ""
2132
  "Extensions autorisées séparées par une virgule. Laissez vide pour autoriser "
@@ -2141,46 +2126,46 @@ msgid "Sorry, this browser does not support geolocation"
2141
  msgstr "Désolé, ce navigateur ne prend pas en charge la géolocalisation"
2142
 
2143
  # @ acf
2144
- #: includes/fields/class-acf-field-google-map.php:166
2145
  msgid "Clear location"
2146
  msgstr "Effacer la position"
2147
 
2148
- #: includes/fields/class-acf-field-google-map.php:167
2149
  msgid "Find current location"
2150
- msgstr "Trouver l'emplacement actuel"
2151
 
2152
- #: includes/fields/class-acf-field-google-map.php:170
2153
  msgid "Search for address..."
2154
  msgstr "Chercher une adresse…"
2155
 
2156
- #: includes/fields/class-acf-field-google-map.php:200
2157
- #: includes/fields/class-acf-field-google-map.php:211
2158
  msgid "Center"
2159
  msgstr "Centre"
2160
 
2161
- #: includes/fields/class-acf-field-google-map.php:201
2162
- #: includes/fields/class-acf-field-google-map.php:212
2163
  msgid "Center the initial map"
2164
  msgstr "Position initiale du centre de la carte"
2165
 
2166
- #: includes/fields/class-acf-field-google-map.php:223
2167
  msgid "Zoom"
2168
  msgstr "Zoom"
2169
 
2170
- #: includes/fields/class-acf-field-google-map.php:224
2171
  msgid "Set the initial zoom level"
2172
  msgstr "Niveau de zoom initial"
2173
 
2174
- #: includes/fields/class-acf-field-google-map.php:233
2175
  #: includes/fields/class-acf-field-image.php:255
2176
  #: includes/fields/class-acf-field-image.php:284
2177
  #: includes/fields/class-acf-field-oembed.php:268
2178
- #: pro/fields/class-acf-field-gallery.php:654
2179
- #: pro/fields/class-acf-field-gallery.php:683
2180
  msgid "Height"
2181
  msgstr "Hauteur"
2182
 
2183
- #: includes/fields/class-acf-field-google-map.php:234
2184
  msgid "Customize the map height"
2185
  msgstr "Hauteur de la carte"
2186
 
@@ -2235,7 +2220,7 @@ msgstr "Sélectionner une image"
2235
  # @ acf
2236
  #: includes/fields/class-acf-field-image.php:64
2237
  msgid "Edit Image"
2238
- msgstr "Modifier l'image"
2239
 
2240
  # @ acf
2241
  #: includes/fields/class-acf-field-image.php:65
@@ -2254,40 +2239,40 @@ msgstr "Ajouter une image"
2254
 
2255
  # @ acf
2256
  #: includes/fields/class-acf-field-image.php:210
2257
- #: pro/fields/class-acf-field-gallery.php:584
2258
  msgid "Image Array"
2259
- msgstr "Données de l'image (tableau)"
2260
 
2261
  # @ acf
2262
  #: includes/fields/class-acf-field-image.php:211
2263
- #: pro/fields/class-acf-field-gallery.php:585
2264
  msgid "Image URL"
2265
  msgstr "URL de l‘image"
2266
 
2267
  # @ acf
2268
  #: includes/fields/class-acf-field-image.php:212
2269
- #: pro/fields/class-acf-field-gallery.php:586
2270
  msgid "Image ID"
2271
  msgstr "ID de l‘image"
2272
 
2273
  # @ acf
2274
  #: includes/fields/class-acf-field-image.php:219
2275
- #: pro/fields/class-acf-field-gallery.php:592
2276
  msgid "Preview Size"
2277
  msgstr "Taille de prévisualisation"
2278
 
2279
  #: includes/fields/class-acf-field-image.php:244
2280
  #: includes/fields/class-acf-field-image.php:273
2281
- #: pro/fields/class-acf-field-gallery.php:643
2282
- #: pro/fields/class-acf-field-gallery.php:672
2283
  msgid "Restrict which images can be uploaded"
2284
  msgstr "Restreindre les images envoyées"
2285
 
2286
  #: includes/fields/class-acf-field-image.php:247
2287
  #: includes/fields/class-acf-field-image.php:276
2288
  #: includes/fields/class-acf-field-oembed.php:257
2289
- #: pro/fields/class-acf-field-gallery.php:646
2290
- #: pro/fields/class-acf-field-gallery.php:675
2291
  msgid "Width"
2292
  msgstr "Largeur"
2293
 
@@ -2307,7 +2292,7 @@ msgstr "Ouvrir dans un nouvel onglet/fenêtre"
2307
 
2308
  #: includes/fields/class-acf-field-link.php:172
2309
  msgid "Link Array"
2310
- msgstr "Tableau de données"
2311
 
2312
  # @ acf
2313
  #: includes/fields/class-acf-field-link.php:173
@@ -2354,7 +2339,7 @@ msgstr "Afficher le code HTML"
2354
 
2355
  #: includes/fields/class-acf-field-message.php:125
2356
  msgid "Allow HTML markup to display as visible text instead of rendering"
2357
- msgstr "Permettre l'affichage du code HTML à l'écran au lieu de l'interpréter"
2358
 
2359
  #: includes/fields/class-acf-field-number.php:25
2360
  msgid "Number"
@@ -2363,13 +2348,13 @@ msgstr "Nombre"
2363
  #: includes/fields/class-acf-field-number.php:163
2364
  #: includes/fields/class-acf-field-range.php:158
2365
  msgid "Minimum Value"
2366
- msgstr "Valeur minimale"
2367
 
2368
  # @ acf
2369
  #: includes/fields/class-acf-field-number.php:172
2370
  #: includes/fields/class-acf-field-range.php:168
2371
  msgid "Maximum Value"
2372
- msgstr "Valeur maximale"
2373
 
2374
  #: includes/fields/class-acf-field-number.php:181
2375
  #: includes/fields/class-acf-field-range.php:178
@@ -2396,7 +2381,7 @@ msgstr "oEmbed"
2396
 
2397
  #: includes/fields/class-acf-field-oembed.php:216
2398
  msgid "Enter URL"
2399
- msgstr "Entrez l'URL"
2400
 
2401
  #: includes/fields/class-acf-field-oembed.php:254
2402
  #: includes/fields/class-acf-field-oembed.php:265
@@ -2470,7 +2455,7 @@ msgstr "Objet Article"
2470
  #: includes/fields/class-acf-field-post_object.php:437
2471
  #: includes/fields/class-acf-field-relationship.php:640
2472
  msgid "Post ID"
2473
- msgstr "ID de l'article"
2474
 
2475
  # @ acf
2476
  #: includes/fields/class-acf-field-radio.php:25
@@ -2483,15 +2468,15 @@ msgstr "Autre"
2483
 
2484
  #: includes/fields/class-acf-field-radio.php:259
2485
  msgid "Add 'other' choice to allow for custom values"
2486
- msgstr "Ajouter un choix « autre » pour autoriser une valeur personnalisée"
2487
 
2488
  #: includes/fields/class-acf-field-radio.php:265
2489
  msgid "Save Other"
2490
- msgstr "Enregistrer la valeur personnalisée"
2491
 
2492
  #: includes/fields/class-acf-field-radio.php:270
2493
  msgid "Save 'other' values to the field's choices"
2494
- msgstr "Enregistrer les valeurs personnalisées « autre » en tant que choix"
2495
 
2496
  #: includes/fields/class-acf-field-range.php:25
2497
  msgid "Range"
@@ -2556,15 +2541,15 @@ msgstr "Les éléments sélectionnés seront affichés dans chaque résultat"
2556
  # @ acf
2557
  #: includes/fields/class-acf-field-relationship.php:614
2558
  msgid "Minimum posts"
2559
- msgstr "Minimum d'articles sélectionnables"
2560
 
2561
  # @ acf
2562
  #: includes/fields/class-acf-field-relationship.php:623
2563
  msgid "Maximum posts"
2564
- msgstr "Maximum d'articles sélectionnables"
2565
 
2566
  #: includes/fields/class-acf-field-relationship.php:727
2567
- #: pro/fields/class-acf-field-gallery.php:800
2568
  #, php-format
2569
  msgid "%s requires at least %s selection"
2570
  msgid_plural "%s requires at least %s selections"
@@ -2675,7 +2660,7 @@ msgid ""
2675
  "group of tabs."
2676
  msgstr ""
2677
  "Définit une extrémité pour fermer les précédents onglets. Cela va commencer "
2678
- "un nouveau groupe d'onglets."
2679
 
2680
  #: includes/fields/class-acf-field-taxonomy.php:714
2681
  #, php-format
@@ -2723,7 +2708,7 @@ msgstr "Créer des termes"
2723
 
2724
  #: includes/fields/class-acf-field-taxonomy.php:800
2725
  msgid "Allow new terms to be created whilst editing"
2726
- msgstr "Autoriser la création de nouveaux termes pendant l'édition"
2727
 
2728
  #: includes/fields/class-acf-field-taxonomy.php:809
2729
  msgid "Save Terms"
@@ -2731,7 +2716,7 @@ msgstr "Enregistrer les termes"
2731
 
2732
  #: includes/fields/class-acf-field-taxonomy.php:810
2733
  msgid "Connect selected terms to the post"
2734
- msgstr "Lier les termes sélectionnés à l'article"
2735
 
2736
  #: includes/fields/class-acf-field-taxonomy.php:819
2737
  msgid "Load Terms"
@@ -2753,7 +2738,7 @@ msgstr "ID du terme"
2753
  #: includes/fields/class-acf-field-taxonomy.php:885
2754
  #, php-format
2755
  msgid "User unable to add new %s"
2756
- msgstr "Utilisateur incapable d'ajouter un nouveau %s"
2757
 
2758
  #: includes/fields/class-acf-field-taxonomy.php:895
2759
  #, php-format
@@ -2767,6 +2752,7 @@ msgstr "%s ajouté"
2767
 
2768
  # @ acf
2769
  #: includes/fields/class-acf-field-taxonomy.php:973
 
2770
  msgid "Add"
2771
  msgstr "Ajouter"
2772
 
@@ -2855,15 +2841,15 @@ msgstr "Tous les rôles utilisateurs"
2855
 
2856
  #: includes/fields/class-acf-field-user.php:417
2857
  msgid "User Array"
2858
- msgstr "Tableau"
2859
 
2860
  #: includes/fields/class-acf-field-user.php:418
2861
  msgid "User Object"
2862
- msgstr "Objet"
2863
 
2864
  #: includes/fields/class-acf-field-user.php:419
2865
  msgid "User ID"
2866
- msgstr "ID de l'utilisateur"
2867
 
2868
  # @ acf
2869
  #: includes/fields/class-acf-field-wysiwyg.php:25
@@ -2909,14 +2895,14 @@ msgstr "Barre d‘outils"
2909
  # @ acf
2910
  #: includes/fields/class-acf-field-wysiwyg.php:419
2911
  msgid "Show Media Upload Buttons?"
2912
- msgstr "Afficher les boutons d‘ajout de médias?"
2913
 
2914
  #: includes/fields/class-acf-field-wysiwyg.php:429
2915
  msgid "Delay initialization?"
2916
  msgstr "Retarder l’initialisation?"
2917
 
2918
  #: includes/fields/class-acf-field-wysiwyg.php:430
2919
- msgid "TinyMCE will not be initalized until field is clicked"
2920
  msgstr ""
2921
  "TinyMCE ne sera pas initialisé avant que l’utilisateur clique sur le champ"
2922
 
@@ -2925,17 +2911,17 @@ msgid "Validate Email"
2925
  msgstr "Valider l’adresse courriel"
2926
 
2927
  # @ acf
2928
- #: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:531
2929
  #: pro/options-page.php:81
2930
  msgid "Update"
2931
  msgstr "Mise à jour"
2932
 
2933
  # @ acf
2934
- #: includes/forms/form-front.php:104
2935
  msgid "Post updated"
2936
  msgstr "Article mis à jour"
2937
 
2938
- #: includes/forms/form-front.php:230
2939
  msgid "Spam Detected"
2940
  msgstr "Pourriel repéré"
2941
 
@@ -3086,20 +3072,20 @@ msgid "Post Template"
3086
  msgstr "Modèle d’article"
3087
 
3088
  # @ acf
3089
- #: includes/locations/class-acf-location-user-form.php:27
3090
  msgid "User Form"
3091
  msgstr "Formulaire utilisateur"
3092
 
3093
- #: includes/locations/class-acf-location-user-form.php:88
3094
  msgid "Add / Edit"
3095
  msgstr "Ajouter / Modifier"
3096
 
3097
- #: includes/locations/class-acf-location-user-form.php:89
3098
  msgid "Register"
3099
  msgstr "Inscription"
3100
 
3101
  # @ acf
3102
- #: includes/locations/class-acf-location-user-role.php:27
3103
  msgid "User Role"
3104
  msgstr "Rôle utilisateur"
3105
 
@@ -3140,14 +3126,14 @@ msgstr "<b>Erreur</b>. Impossible de joindre le serveur"
3140
  # @ acf
3141
  #: pro/admin/admin-updates.php:118 pro/admin/views/html-settings-updates.php:13
3142
  msgid "Updates"
3143
- msgstr "Mises-à-jour"
3144
 
3145
  #: pro/admin/admin-updates.php:191
3146
  msgid ""
3147
  "<b>Error</b>. Could not authenticate update package. Please check again or "
3148
  "deactivate and reactivate your ACF PRO license."
3149
  msgstr ""
3150
- "<b>Erreur</b>. Impossible d'authentifier la mise-à-jour. Merci d'essayer à "
3151
  "nouveau et si le problème persiste, désactivez et réactivez votre licence "
3152
  "ACF PRO."
3153
 
@@ -3172,7 +3158,7 @@ msgid ""
3172
  "licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
3173
  "a>."
3174
  msgstr ""
3175
- "Pour débloquer les mises-à-jour, veuillez entrer votre clé de licence ci-"
3176
  "dessous. Si vous n’en avez pas, rendez-vous sur nos <a href=\"%s\" target="
3177
  "\"_blank\">détails & tarifs</a>."
3178
 
@@ -3184,7 +3170,7 @@ msgstr "Code de licence"
3184
  # @ acf
3185
  #: pro/admin/views/html-settings-updates.php:61
3186
  msgid "Update Information"
3187
- msgstr "Informations concernant les mises-à-jour"
3188
 
3189
  #: pro/admin/views/html-settings-updates.php:68
3190
  msgid "Current Version"
@@ -3197,16 +3183,16 @@ msgstr "Version disponible"
3197
  # @ acf
3198
  #: pro/admin/views/html-settings-updates.php:84
3199
  msgid "Update Available"
3200
- msgstr "Mise-à-jour disponible"
3201
 
3202
  # @ acf
3203
  #: pro/admin/views/html-settings-updates.php:92
3204
  msgid "Update Plugin"
3205
- msgstr "Mettre-à-jour l’extension"
3206
 
3207
  #: pro/admin/views/html-settings-updates.php:94
3208
  msgid "Please enter your license key above to unlock updates"
3209
- msgstr "Entrez votre clé de licence ci-dessus pour activer les mises-à-jour"
3210
 
3211
  #: pro/admin/views/html-settings-updates.php:100
3212
  msgid "Check Again"
@@ -3215,13 +3201,13 @@ msgstr "Vérifier à nouveau"
3215
  # @ wp3i
3216
  #: pro/admin/views/html-settings-updates.php:117
3217
  msgid "Upgrade Notice"
3218
- msgstr "Informations de mise-à-niveau"
3219
 
3220
- #: pro/blocks.php:371
3221
  msgid "Switch to Edit"
3222
  msgstr "Passer en Édition"
3223
 
3224
- #: pro/blocks.php:372
3225
  msgid "Switch to Preview"
3226
  msgstr "Passer en Prévisualisation"
3227
 
@@ -3237,7 +3223,7 @@ msgstr "Sélectionnez un ou plusieurs champs à cloner"
3237
  # @ acf
3238
  #: pro/fields/class-acf-field-clone.php:829
3239
  msgid "Display"
3240
- msgstr "Format d'affichage"
3241
 
3242
  #: pro/fields/class-acf-field-clone.php:830
3243
  msgid "Specify the style used to render the clone field"
@@ -3399,89 +3385,89 @@ msgstr "Nombre maximum de mises-en-forme"
3399
  # @ acf
3400
  #: pro/fields/class-acf-field-gallery.php:73
3401
  msgid "Add Image to Gallery"
3402
- msgstr "Ajouter l'image à la galerie"
3403
 
3404
  #: pro/fields/class-acf-field-gallery.php:74
3405
  msgid "Maximum selection reached"
3406
  msgstr "Nombre de sélections maximales atteint"
3407
 
3408
- #: pro/fields/class-acf-field-gallery.php:340
3409
  msgid "Length"
3410
  msgstr "Longueur"
3411
 
3412
- #: pro/fields/class-acf-field-gallery.php:383
3413
  msgid "Caption"
3414
  msgstr "Légende"
3415
 
3416
- #: pro/fields/class-acf-field-gallery.php:392
3417
  msgid "Alt Text"
3418
  msgstr "Texte alternatif"
3419
 
3420
- #: pro/fields/class-acf-field-gallery.php:508
3421
  msgid "Add to gallery"
3422
  msgstr "Ajouter à la galerie"
3423
 
3424
  # @ acf
3425
- #: pro/fields/class-acf-field-gallery.php:512
3426
  msgid "Bulk actions"
3427
  msgstr "Actions de groupe"
3428
 
3429
- #: pro/fields/class-acf-field-gallery.php:513
3430
  msgid "Sort by date uploaded"
3431
- msgstr "Ranger par date d'import"
3432
 
3433
- #: pro/fields/class-acf-field-gallery.php:514
3434
  msgid "Sort by date modified"
3435
  msgstr "Ranger par date de modification"
3436
 
3437
  # @ acf
3438
- #: pro/fields/class-acf-field-gallery.php:515
3439
  msgid "Sort by title"
3440
  msgstr "Ranger par titre"
3441
 
3442
- #: pro/fields/class-acf-field-gallery.php:516
3443
  msgid "Reverse current order"
3444
- msgstr "Inverser l'ordre actuel"
3445
 
3446
  # @ acf
3447
- #: pro/fields/class-acf-field-gallery.php:528
3448
  msgid "Close"
3449
  msgstr "Fermer"
3450
 
3451
- #: pro/fields/class-acf-field-gallery.php:601
3452
  msgid "Insert"
3453
  msgstr "Insérer"
3454
 
3455
- #: pro/fields/class-acf-field-gallery.php:602
3456
  msgid "Specify where new attachments are added"
3457
  msgstr "Définir où les nouveaux fichiers attachés sont ajoutés"
3458
 
3459
- #: pro/fields/class-acf-field-gallery.php:606
3460
  msgid "Append to the end"
3461
  msgstr "Ajouter à la fin"
3462
 
3463
- #: pro/fields/class-acf-field-gallery.php:607
3464
  msgid "Prepend to the beginning"
3465
  msgstr "Insérer au début"
3466
 
3467
  # @ acf
3468
- #: pro/fields/class-acf-field-gallery.php:626
3469
  msgid "Minimum Selection"
3470
  msgstr "Nombre minimum"
3471
 
3472
  # @ acf
3473
- #: pro/fields/class-acf-field-gallery.php:634
3474
  msgid "Maximum Selection"
3475
  msgstr "Nombre maximum"
3476
 
3477
  #: pro/fields/class-acf-field-repeater.php:65
3478
  #: pro/fields/class-acf-field-repeater.php:661
3479
  msgid "Minimum rows reached ({min} rows)"
3480
- msgstr "Nombre minimal d'éléments atteint ({min} éléments)"
3481
 
3482
  #: pro/fields/class-acf-field-repeater.php:66
3483
  msgid "Maximum rows reached ({max} rows)"
3484
- msgstr "Nombre maximal d'éléments atteint ({max} éléments)"
3485
 
3486
  # @ acf
3487
  #: pro/fields/class-acf-field-repeater.php:338
@@ -3491,7 +3477,7 @@ msgstr "Ajouter un élément"
3491
  # @ acf
3492
  #: pro/fields/class-acf-field-repeater.php:339
3493
  msgid "Remove row"
3494
- msgstr "Retirer l'élément"
3495
 
3496
  #: pro/fields/class-acf-field-repeater.php:417
3497
  msgid "Collapsed"
@@ -3504,16 +3490,16 @@ msgstr "Choisir un sous champ à afficher lorsque l’élément est replié"
3504
  # @ acf
3505
  #: pro/fields/class-acf-field-repeater.php:428
3506
  msgid "Minimum Rows"
3507
- msgstr "Nombre minimal d'éléments"
3508
 
3509
  # @ acf
3510
  #: pro/fields/class-acf-field-repeater.php:438
3511
  msgid "Maximum Rows"
3512
- msgstr "Nombre maximal d'éléments"
3513
 
3514
  #: pro/locations/class-acf-location-options-page.php:79
3515
  msgid "No options pages exist"
3516
- msgstr "Aucune page d'option n’existe"
3517
 
3518
  # @ acf
3519
  #: pro/options-page.php:51
@@ -3532,35 +3518,19 @@ msgid ""
3532
  "\">Updates</a> page. If you don't have a licence key, please see <a href=\"%s"
3533
  "\">details & pricing</a>."
3534
  msgstr ""
3535
- "Pour activer les mises-à-jour, veuillez entrer votre clé de licence sur la "
3536
- "page <a href=\"%s\">Mises-à-jour</a>. Si vous n’en avez pas, rendez-vous sur "
3537
  "nos <a href=\"%s\">détails & tarifs</a>."
3538
 
3539
- #: tests/basic/test-blocks.php:116
3540
- msgid "My Test Block"
3541
- msgstr "Mon bloc de test"
3542
-
3543
- #: tests/basic/test-blocks.php:117
3544
- msgid "A block for entering a link name and a custom URL."
3545
- msgstr "Un bloc pour saisir un nom de lien et une URL."
3546
-
3547
  # @ acf
3548
- #: tests/basic/test-blocks.php:125
3549
  msgid "Normal"
3550
  msgstr "Normal"
3551
 
3552
- #: tests/basic/test-blocks.php:126
3553
  msgid "Fancy"
3554
  msgstr "Élaboré"
3555
 
3556
- #: tests/basic/test-blocks.php:135
3557
- msgid "Block :: My Test Block"
3558
- msgstr "Bloc :: Mon bloc de test"
3559
-
3560
- #: tests/basic/test-blocks.php:155
3561
- msgid "URL"
3562
- msgstr "URL"
3563
-
3564
  #. Plugin URI of the plugin/theme
3565
  #. Author URI of the plugin/theme
3566
  msgid "https://www.advancedcustomfields.com"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Advanced Custom Fields Pro v5.8.8\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
+ "POT-Creation-Date: 2020-03-04 18:17-0500\n"
6
+ "PO-Revision-Date: 2020-03-04 18:25-0500\n"
7
  "Last-Translator: Berenger Zyla <hello@berengerzyla.com>\n"
8
  "Language-Team: Bérenger Zyla <hello@berengerzyla.com>\n"
9
  "Language: fr_CA\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.3\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;"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
  # @ acf
26
+ #: acf.php:68
27
  msgid "Advanced Custom Fields"
28
  msgstr "Advanced Custom Fields"
29
 
30
  # @ acf
31
+ #: acf.php:340 includes/admin/admin.php:52
32
  msgid "Field Groups"
33
  msgstr "Groupes de champs"
34
 
35
  # @ acf
36
+ #: acf.php:341
37
  msgid "Field Group"
38
  msgstr "Groupe de champs"
39
 
40
  # @ acf
41
+ #: acf.php:342 acf.php:374 includes/admin/admin.php:53
42
  #: pro/fields/class-acf-field-flexible-content.php:558
43
  msgid "Add New"
44
  msgstr "Ajouter"
45
 
46
  # @ acf
47
+ #: acf.php:343
48
  msgid "Add New Field Group"
49
  msgstr "Ajouter un nouveau groupe de champs"
50
 
51
  # @ acf
52
+ #: acf.php:344
53
  msgid "Edit Field Group"
54
  msgstr "Modifier le groupe de champs"
55
 
56
  # @ acf
57
+ #: acf.php:345
58
  msgid "New Field Group"
59
  msgstr "Nouveau groupe de champs"
60
 
61
  # @ default
62
+ #: acf.php:346
63
  msgid "View Field Group"
64
  msgstr "Voir le groupe de champs"
65
 
66
  # @ default
67
+ #: acf.php:347
68
  msgid "Search Field Groups"
69
  msgstr "Rechercher des groupes de champs"
70
 
71
  # @ default
72
+ #: acf.php:348
73
  msgid "No Field Groups found"
74
  msgstr "Aucun groupe de champs trouvé"
75
 
76
  # @ default
77
+ #: acf.php:349
78
  msgid "No Field Groups found in Trash"
79
  msgstr "Aucun groupe de champs trouvé dans la corbeille"
80
 
81
  # @ acf
82
+ #: acf.php:372 includes/admin/admin-field-group.php:220
83
  #: includes/admin/admin-field-groups.php:530
84
  #: pro/fields/class-acf-field-clone.php:811
85
  msgid "Fields"
86
  msgstr "Champs"
87
 
88
  # @ acf
89
+ #: acf.php:373
90
  msgid "Field"
91
  msgstr "Champ"
92
 
93
  # @ acf
94
+ #: acf.php:375
95
  msgid "Add New Field"
96
  msgstr "Ajouter un champ"
97
 
98
  # @ acf
99
+ #: acf.php:376
100
  msgid "Edit Field"
101
  msgstr "Modifier le champ"
102
 
103
  # @ acf
104
+ #: acf.php:377 includes/admin/views/field-group-fields.php:41
105
  msgid "New Field"
106
  msgstr "Nouveau champ"
107
 
108
  # @ acf
109
+ #: acf.php:378
110
  msgid "View Field"
111
  msgstr "Voir le champ"
112
 
113
  # @ default
114
+ #: acf.php:379
115
  msgid "Search Fields"
116
  msgstr "Rechercher des champs"
117
 
118
  # @ default
119
+ #: acf.php:380
120
  msgid "No Fields found"
121
  msgstr "Aucun champ trouvé"
122
 
123
  # @ default
124
+ #: acf.php:381
125
  msgid "No Fields found in Trash"
126
  msgstr "Aucun champ trouvé dans la corbeille"
127
 
128
+ #: acf.php:416 includes/admin/admin-field-group.php:402
129
  #: includes/admin/admin-field-groups.php:587
130
  msgid "Inactive"
131
  msgstr "Inactif"
132
 
133
+ #: acf.php:421
134
  #, php-format
135
  msgid "Inactive <span class=\"count\">(%s)</span>"
136
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
137
  msgstr[0] "Inactif <span class=\"count\">(%s)</span>"
138
  msgstr[1] "Inactifs <span class=\"count\">(%s)</span>"
139
 
140
+ #: includes/acf-field-functions.php:831
141
  #: includes/admin/admin-field-group.php:178
142
  msgid "(no label)"
143
  msgstr "(aucun label)"
144
 
145
+ #: includes/acf-field-group-functions.php:819
146
  #: includes/admin/admin-field-group.php:180
147
  msgid "copy"
148
  msgstr "copie"
189
  #: includes/admin/admin-field-group.php:172
190
  msgid "This field cannot be moved until its changes have been saved"
191
  msgstr ""
192
+ "Ce champ ne peut pas être déplacé tant que ses modifications nont pas été "
193
  "enregistrées"
194
 
195
  # @ default
224
  #: includes/admin/views/field-group-field-conditional-logic.php:151
225
  #: includes/admin/views/field-group-locations.php:29
226
  #: includes/admin/views/html-location-group.php:3
227
+ #: includes/api/api-helpers.php:3649
228
  msgid "or"
229
  msgstr "ou"
230
 
251
  msgid "Active"
252
  msgstr "Actif"
253
 
254
+ #: includes/admin/admin-field-group.php:763
255
  msgid "Move Complete."
256
  msgstr "Déplacement effectué."
257
 
258
+ #: includes/admin/admin-field-group.php:764
259
  #, php-format
260
  msgid "The %s field can now be found in the %s field group"
261
  msgstr "Le champ %s a été déplacé dans le groupe %s"
262
 
263
  # @ acf
264
+ #: includes/admin/admin-field-group.php:765
265
  msgid "Close Window"
266
  msgstr "Fermer la fenêtre"
267
 
268
  # @ acf
269
+ #: includes/admin/admin-field-group.php:806
270
  msgid "Please select the destination for this field"
271
  msgstr "Choisissez la destination de ce champ"
272
 
273
  # @ acf
274
+ #: includes/admin/admin-field-group.php:813
275
  msgid "Move Field"
276
  msgstr "Déplacer le champ"
277
 
305
  msgstr "Synchronisation disponible"
306
 
307
  #: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
308
+ #: pro/fields/class-acf-field-gallery.php:353
309
  msgid "Title"
310
  msgstr "Titre"
311
 
314
  #: includes/admin/views/field-group-options.php:96
315
  #: includes/admin/views/html-admin-page-upgrade-network.php:38
316
  #: includes/admin/views/html-admin-page-upgrade-network.php:49
317
+ #: pro/fields/class-acf-field-gallery.php:380
318
  msgid "Description"
319
  msgstr "Description"
320
 
330
  "professionnels."
331
 
332
  # @ acf
333
+ #: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
 
334
  #: pro/admin/views/html-settings-updates.php:107
335
  msgid "Changelog"
336
  msgstr "Liste des modifications"
358
  msgstr "Support"
359
 
360
  #: includes/admin/admin-field-groups.php:642
361
+ #: includes/admin/views/settings-info.php:81
362
  msgid "Pro"
363
  msgstr "Pro"
364
 
380
  msgstr "Dupliquer"
381
 
382
  #: includes/admin/admin-field-groups.php:719
383
+ #: includes/fields/class-acf-field-google-map.php:146
384
  #: includes/fields/class-acf-field-relationship.php:593
385
  msgid "Search"
386
  msgstr "Rechercher"
415
  msgstr "Outils"
416
 
417
  # @ acf
418
+ #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:109
419
+ #: includes/admin/admin-upgrade.php:110 includes/admin/admin-upgrade.php:173
420
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
421
  #: includes/admin/views/html-admin-page-upgrade.php:26
422
  msgid "Upgrade Database"
423
  msgstr "Mise à niveau de la base de données"
424
 
425
+ #: includes/admin/admin-upgrade.php:197
426
  msgid "Review sites & upgrade"
427
  msgstr "Examiner les sites et mettre à niveau"
428
 
429
  # @ acf
430
+ #: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
431
  msgid "Custom Fields"
432
  msgstr "ACF"
433
 
434
+ #: includes/admin/admin.php:57
435
  msgid "Info"
436
  msgstr "Informations"
437
 
438
+ #: includes/admin/admin.php:122
439
  msgid "What's New"
440
  msgstr "Nouveautés"
441
 
477
  "code which you can place in your theme."
478
  msgstr ""
479
  "Sélectionnez les groupes de champs que vous souhaitez exporter puis "
480
+ "choisissez la méthode dexport. Utilisez le bouton « télécharger » pour "
481
  "exporter un fichier JSON que vous pourrez importer dans une autre "
482
  "installation ACF. Utilisez le « générer » pour exporter le code PHP que vous "
483
  "pourrez ajouter à votre thème."
540
 
541
  #: includes/admin/tools/class-acf-admin-tool-import.php:93
542
  msgid "Error uploading file. Please try again"
543
+ msgstr "Échec de limport du fichier. Merci d’essayer à nouveau"
544
 
545
  #: includes/admin/tools/class-acf-admin-tool-import.php:98
546
  msgid "Incorrect file type"
593
  #: includes/fields/class-acf-field-file.php:152
594
  #: includes/fields/class-acf-field-image.php:138
595
  #: includes/fields/class-acf-field-link.php:139
596
+ #: pro/fields/class-acf-field-gallery.php:337
597
  msgid "Edit"
598
  msgstr "Modifier"
599
 
773
 
774
  #: includes/admin/views/field-group-options.php:55
775
  msgid "Label placement"
776
+ msgstr "Emplacement de lintitulé"
777
 
778
  #: includes/admin/views/field-group-options.php:62
779
  #: includes/fields/class-acf-field-tab.php:106
928
  "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
929
  msgstr ""
930
  "Mise à niveau de la base de données effectuée. <a href=\"%s\">Retourner au "
931
+ "panneau dadministration du réseau</a>"
932
 
933
  #: includes/admin/views/html-admin-page-upgrade-network.php:113
934
  msgid "Please select at least one site to upgrade."
976
  #: includes/admin/views/html-admin-page-upgrade.php:116
977
  #: includes/ajax/class-acf-ajax-upgrade.php:32
978
  msgid "No updates available."
979
+ msgstr "Aucune mise à jour disponible."
980
 
981
  #: includes/admin/views/html-admin-tools.php:21
982
  msgid "Back to all tools"
1012
 
1013
  #: includes/admin/views/html-notice-upgrade.php:21
1014
  msgid "Database Upgrade Required"
1015
+ msgstr "Mise à jour de la base de données nécessaire"
1016
 
1017
  #: includes/admin/views/html-notice-upgrade.php:22
1018
  #, php-format
1019
  msgid "Thank you for updating to %s v%s!"
1020
+ msgstr "Merci davoir mis à jour %s v%s!"
1021
 
1022
  #: includes/admin/views/html-notice-upgrade.php:22
1023
  msgid ""
1034
  "Veuillez également vérifier que tous les modules d’extension premium (%s) "
1035
  "soient à jour à leur dernière version disponible."
1036
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1037
  # @ acf
1038
  #: includes/admin/views/settings-info.php:3
1039
  msgid "Welcome to Advanced Custom Fields"
1045
  "Thank you for updating! ACF %s is bigger and better than ever before. We "
1046
  "hope you like it."
1047
  msgstr ""
1048
+ "Merci davoir mis à jour! ACF %s est plus performant que jamais. Nous "
1049
+ "espérons que vous lapprécierez."
1050
 
1051
  #: includes/admin/views/settings-info.php:15
1052
  msgid "A Smoother Experience"
1053
  msgstr "Une expérience plus fluide"
1054
 
1055
+ #: includes/admin/views/settings-info.php:18
1056
  msgid "Improved Usability"
1057
  msgstr "Convivialité améliorée"
1058
 
1059
+ #: includes/admin/views/settings-info.php:19
1060
  msgid ""
1061
  "Including the popular Select2 library has improved both usability and speed "
1062
  "across a number of field types including post object, page link, taxonomy "
1063
  "and select."
1064
  msgstr ""
1065
  "ACF inclue désormais la librairie populaire Select2, qui améliore "
1066
+ "lergonomie et la vitesse sur plusieurs types de champs dont lobjet "
1067
  "article, lien vers page, taxonomie, et sélection."
1068
 
1069
+ #: includes/admin/views/settings-info.php:22
1070
  msgid "Improved Design"
1071
  msgstr "Design amélioré"
1072
 
1073
+ #: includes/admin/views/settings-info.php:23
1074
  msgid ""
1075
  "Many fields have undergone a visual refresh to make ACF look better than "
1076
  "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
1077
  "(new) fields!"
1078
  msgstr ""
1079
+ "Plusieurs champs ont reçu une refonte graphique pour quACF apparaisse sous "
1080
  "son plus beau jour! Les améliorations sont notamment visibles sur la "
1081
  "galerie, le champ relationnel et le petit nouveau : oEmbed (champ de contenu "
1082
  "embarqué)!"
1083
 
1084
+ #: includes/admin/views/settings-info.php:26
1085
  msgid "Improved Data"
1086
  msgstr "Données améliorées"
1087
 
1088
+ #: includes/admin/views/settings-info.php:27
1089
  msgid ""
1090
  "Redesigning the data architecture has allowed sub fields to live "
1091
  "independently from their parents. This allows you to drag and drop fields in "
1092
  "and out of parent fields!"
1093
  msgstr ""
1094
+ "Larchitecture des données a été complètement revue et permet dorénavant aux "
1095
  "sous-champs de vivre indépendamment de leurs parents. Cela permet de "
1096
  "déplacer les champs en dehors de leurs parents!"
1097
 
1098
+ #: includes/admin/views/settings-info.php:35
1099
  msgid "Goodbye Add-ons. Hello PRO"
1100
  msgstr "Au revoir modules d’extension. Bonjour ACF Pro"
1101
 
1102
+ #: includes/admin/views/settings-info.php:38
1103
  msgid "Introducing ACF PRO"
1104
  msgstr "Découvrez ACF PRO"
1105
 
1106
+ #: includes/admin/views/settings-info.php:39
1107
  msgid ""
1108
  "We're changing the way premium functionality is delivered in an exciting way!"
1109
  msgstr ""
1110
  "Nous avons changé la façon dont les fonctionnalités premium sont délivrées!"
1111
 
1112
+ #: includes/admin/views/settings-info.php:40
1113
  #, php-format
1114
  msgid ""
1115
  "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
1117
  "premium functionality is more affordable and accessible than ever before!"
1118
  msgstr ""
1119
  "Les 4 modules d’extension premium (répéteur, galerie, contenu flexible et "
1120
+ "pages doptions) ont été combinés en une toute nouvelle <a href=\"%s"
1121
+ "\">version PRO dACF</a>. Avec des licences personnelles et développeur "
1122
  "disponibles, les fonctionnalités premium sont encore plus accessibles que "
1123
  "jamais!"
1124
 
1125
+ #: includes/admin/views/settings-info.php:44
1126
  msgid "Powerful Features"
1127
  msgstr "Nouvelles fonctionnalités surpuissantes"
1128
 
1129
+ #: includes/admin/views/settings-info.php:45
1130
  msgid ""
1131
  "ACF PRO contains powerful features such as repeatable data, flexible content "
1132
  "layouts, a beautiful gallery field and the ability to create extra admin "
1134
  msgstr ""
1135
  "ACF PRO contient de nouvelles super fonctionnalités telles que les champs "
1136
  "répéteurs, les dispositions flexibles, une superbe galerie et la possibilité "
1137
+ "de créer des pages doptions!"
1138
 
1139
+ #: includes/admin/views/settings-info.php:46
1140
  #, php-format
1141
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1142
  msgstr ""
1143
  "En savoir plus à propos des <a href=\"%s\">fonctionnalités d’ACF PRO</a>."
1144
 
1145
  # @ wp3i
1146
+ #: includes/admin/views/settings-info.php:50
1147
  msgid "Easy Upgrading"
1148
  msgstr "Mise à niveau facile"
1149
 
1150
+ #: includes/admin/views/settings-info.php:51
1151
  msgid ""
1152
  "Upgrading to ACF PRO is easy. Simply purchase a license online and download "
1153
  "the plugin!"
1154
  msgstr ""
1155
  "La mise à niveau vers ACF PRO est facile. Achetez simplement une licence en "
1156
+ "ligne et téléchargez lextension!"
1157
 
1158
+ #: includes/admin/views/settings-info.php:52
1159
  #, php-format
1160
  msgid ""
1161
  "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
1167
  "spécifique, veuillez contacter notre équipe de support via le <a href=\"%s"
1168
  "\">support technique</a>."
1169
 
1170
+ #: includes/admin/views/settings-info.php:61
1171
  msgid "New Features"
1172
  msgstr "Nouvelles Fonctionnalités"
1173
 
1174
+ #: includes/admin/views/settings-info.php:66
1175
  msgid "Link Field"
1176
  msgstr "Champ Lien"
1177
 
1178
+ #: includes/admin/views/settings-info.php:67
1179
  msgid ""
1180
  "The Link field provides a simple way to select or define a link (url, title, "
1181
  "target)."
1183
  "Le champ Lien permet de sélectionner ou définir un lien en toute simplicité "
1184
  "(URL, titre, cible)."
1185
 
1186
+ #: includes/admin/views/settings-info.php:71
1187
  msgid "Group Field"
1188
  msgstr "Champ Groupe"
1189
 
1190
+ #: includes/admin/views/settings-info.php:72
1191
  msgid "The Group field provides a simple way to create a group of fields."
1192
  msgstr ""
1193
  "Le champ Groupe permet de créer un groupe de champs en toute simplicité."
1194
 
1195
+ #: includes/admin/views/settings-info.php:76
1196
  msgid "oEmbed Field"
1197
  msgstr "Champ de Contenu Embarqué (oEmbed)"
1198
 
1199
+ #: includes/admin/views/settings-info.php:77
1200
  msgid ""
1201
  "The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
1202
  "and other content."
1203
  msgstr ""
1204
+ "Le champ oEmbed vous permet dembarquer des vidéos, des images, des tweets, "
1205
+ "de laudio ou encore dautres média en toute simplicité."
1206
 
1207
+ #: includes/admin/views/settings-info.php:81
1208
  msgid "Clone Field"
1209
  msgstr "Champ Clone"
1210
 
1211
+ #: includes/admin/views/settings-info.php:82
1212
  msgid "The clone field allows you to select and display existing fields."
1213
  msgstr ""
1214
  "Le champ Clone vous permet de sélectionner et afficher des champs existants."
1215
 
1216
+ #: includes/admin/views/settings-info.php:86
1217
  msgid "More AJAX"
1218
+ msgstr "Plus dAJAX"
1219
 
1220
+ #: includes/admin/views/settings-info.php:87
1221
  msgid "More fields use AJAX powered search to speed up page loading."
1222
  msgstr ""
1223
+ "Plus de champs utilisent maintenant la recherche via AJAX afin daméliorer "
1224
  "le temps de chargement des pages."
1225
 
1226
+ #: includes/admin/views/settings-info.php:91
1227
  msgid "Local JSON"
1228
  msgstr "JSON Local"
1229
 
1230
+ #: includes/admin/views/settings-info.php:92
1231
  msgid ""
1232
  "New auto export to JSON feature improves speed and allows for syncronisation."
1233
  msgstr ""
1234
+ "La nouvelle fonctionnalité dexport automatique en JSON améliore la rapidité "
1235
  "et simplifie la synchronisation."
1236
 
1237
+ #: includes/admin/views/settings-info.php:96
1238
  msgid "Easy Import / Export"
1239
  msgstr "Import / Export Facile"
1240
 
1241
+ #: includes/admin/views/settings-info.php:97
1242
  msgid "Both import and export can easily be done through a new tools page."
1243
  msgstr ""
1244
+ "Les imports et exports de données dACF sont encore plus simples à réaliser "
1245
+ "via notre nouvelle page doutils."
1246
 
1247
+ #: includes/admin/views/settings-info.php:101
1248
  msgid "New Form Locations"
1249
  msgstr "Nouveaux Emplacements de Champs"
1250
 
1251
+ #: includes/admin/views/settings-info.php:102
1252
  msgid ""
1253
  "Fields can now be mapped to menus, menu items, comments, widgets and all "
1254
  "user forms!"
1256
  "Les champs peuvent désormais être intégrés dans les menus, éléments de menu, "
1257
  "commentaires, widgets et tous les formulaires utilisateurs!"
1258
 
1259
+ #: includes/admin/views/settings-info.php:106
1260
  msgid "More Customization"
1261
  msgstr "Encore plus de Personnalisation"
1262
 
1263
+ #: includes/admin/views/settings-info.php:107
1264
  msgid ""
1265
  "New PHP (and JS) actions and filters have been added to allow for more "
1266
  "customization."
1268
  "De nouveaux filtres et actions PHP (et JS) ont été ajoutés afin de vous "
1269
  "permettre plus de personnalisation."
1270
 
1271
+ #: includes/admin/views/settings-info.php:111
1272
  msgid "Fresh UI"
1273
  msgstr "Interface Améliorée"
1274
 
1275
+ #: includes/admin/views/settings-info.php:112
1276
  msgid ""
1277
  "The entire plugin has had a design refresh including new field types, "
1278
  "settings and design!"
1279
  msgstr ""
1280
+ "Toute lextension a été améliorée et inclut de nouveaux types de champs, "
1281
+ "réglages ainsi quun nouveau design!"
1282
 
1283
+ #: includes/admin/views/settings-info.php:116
1284
  msgid "New Settings"
1285
  msgstr "Nouveaux Paramètres"
1286
 
1287
+ #: includes/admin/views/settings-info.php:117
1288
  msgid ""
1289
  "Field group settings have been added for Active, Label Placement, "
1290
  "Instructions Placement and Description."
1292
  "De nouveaux réglages font leur apparition pour Actif, Emplacement du Label, "
1293
  "Emplacement des Instructions et Description."
1294
 
1295
+ #: includes/admin/views/settings-info.php:121
1296
  msgid "Better Front End Forms"
1297
  msgstr "De meilleurs formulaires côté public"
1298
 
1299
+ #: includes/admin/views/settings-info.php:122
1300
  msgid ""
1301
  "acf_form() can now create a new post on submission with lots of new settings."
1302
  msgstr ""
1303
  "acf_form() peut maintenant créer un nouvel article lors de la soumission et "
1304
  "propose de nombreux réglages."
1305
 
1306
+ #: includes/admin/views/settings-info.php:126
1307
  msgid "Better Validation"
1308
  msgstr "Meilleure validation"
1309
 
1310
+ #: includes/admin/views/settings-info.php:127
1311
  msgid "Form validation is now done via PHP + AJAX in favour of only JS."
1312
  msgstr ""
1313
  "La validation des formulaires est maintenant faite via PHP + AJAX au lieu "
1314
+ "d’être seulement faite en JS."
1315
 
1316
  # @ acf
1317
+ #: includes/admin/views/settings-info.php:131
1318
  msgid "Moving Fields"
1319
  msgstr "Champs amovibles"
1320
 
1321
+ #: includes/admin/views/settings-info.php:132
1322
  msgid ""
1323
  "New field group functionality allows you to move a field between groups & "
1324
  "parents."
1326
  "La nouvelle fonctionnalité de Groupe de Champ vous permet de déplacer un "
1327
  "champ entre différents groupes et parents."
1328
 
1329
+ #: includes/admin/views/settings-info.php:143
1330
  #, php-format
1331
  msgid "We think you'll love the changes in %s."
1332
  msgstr "Nous pensons que vous allez adorer les nouveautés de la version %s."
1333
 
1334
+ #: includes/api/api-helpers.php:827
1335
  msgid "Thumbnail"
1336
  msgstr "Miniature"
1337
 
1338
+ #: includes/api/api-helpers.php:828
1339
  msgid "Medium"
1340
  msgstr "Moyen"
1341
 
1342
+ #: includes/api/api-helpers.php:829
1343
  msgid "Large"
1344
  msgstr "Grande"
1345
 
1346
+ #: includes/api/api-helpers.php:878
1347
  msgid "Full Size"
1348
  msgstr "Taille originale"
1349
 
1350
  # @ acf
1351
+ #: includes/api/api-helpers.php:1599 includes/api/api-term.php:147
1352
  #: pro/fields/class-acf-field-clone.php:996
1353
  msgid "(no title)"
1354
  msgstr "(sans titre)"
1355
 
1356
+ #: includes/api/api-helpers.php:3570
1357
  #, php-format
1358
  msgid "Image width must be at least %dpx."
1359
+ msgstr "Limage doit mesurer au moins %dpx de largeur."
1360
 
1361
+ #: includes/api/api-helpers.php:3575
1362
  #, php-format
1363
  msgid "Image width must not exceed %dpx."
1364
+ msgstr "Limage ne doit pas dépasser %dpx de largeur."
1365
 
1366
+ #: includes/api/api-helpers.php:3591
1367
  #, php-format
1368
  msgid "Image height must be at least %dpx."
1369
+ msgstr "Limage doit mesurer au moins %dpx de hauteur."
1370
 
1371
+ #: includes/api/api-helpers.php:3596
1372
  #, php-format
1373
  msgid "Image height must not exceed %dpx."
1374
+ msgstr "Limage ne doit pas dépasser %dpx de hauteur."
1375
 
1376
+ #: includes/api/api-helpers.php:3614
1377
  #, php-format
1378
  msgid "File size must be at least %s."
1379
+ msgstr "Le poids de limage doit être dau moins %s."
1380
 
1381
+ #: includes/api/api-helpers.php:3619
1382
  #, php-format
1383
  msgid "File size must must not exceed %s."
1384
+ msgstr "Le poids de limage ne doit pas dépasser %s."
1385
 
1386
  # @ acf
1387
+ #: includes/api/api-helpers.php:3653
1388
  #, php-format
1389
  msgid "File type must be %s."
1390
  msgstr "Le type de fichier doit être %s."
1391
 
1392
+ #: includes/assets.php:184
1393
  msgid "The changes you made will be lost if you navigate away from this page"
1394
  msgstr "Les modifications seront perdues si vous quittez cette page"
1395
 
1396
+ #: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
1397
  msgctxt "verb"
1398
  msgid "Select"
1399
  msgstr "Choisir"
1400
 
1401
+ #: includes/assets.php:188
1402
  msgctxt "verb"
1403
  msgid "Edit"
1404
  msgstr "Modifier"
1405
 
1406
+ #: includes/assets.php:189
1407
  msgctxt "verb"
1408
  msgid "Update"
1409
  msgstr "Mettre à jour"
1410
 
1411
+ #: includes/assets.php:190
1412
  msgid "Uploaded to this post"
1413
  msgstr "Lié(s) à cet article"
1414
 
1415
+ #: includes/assets.php:191
1416
  msgid "Expand Details"
1417
  msgstr "Afficher les détails"
1418
 
1419
+ #: includes/assets.php:192
1420
  msgid "Collapse Details"
1421
  msgstr "Masquer les détails"
1422
 
1423
+ #: includes/assets.php:193
1424
  msgid "Restricted"
1425
  msgstr "Limité"
1426
 
1427
  # @ acf
1428
+ #: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
1429
  msgid "All images"
1430
  msgstr "Toutes les images"
1431
 
1432
+ #: includes/assets.php:197
1433
  msgid "Validation successful"
1434
  msgstr "Validé avec succès"
1435
 
1436
+ #: includes/assets.php:198 includes/validation.php:285
1437
  #: includes/validation.php:296
1438
  msgid "Validation failed"
1439
  msgstr "Échec de la validation"
1440
 
1441
+ #: includes/assets.php:199
1442
  msgid "1 field requires attention"
1443
  msgstr "1 champ requiert votre attention"
1444
 
1445
+ #: includes/assets.php:200
1446
  #, php-format
1447
  msgid "%d fields require attention"
1448
  msgstr "%d champs requièrent votre attention"
1449
 
1450
  # @ acf
1451
+ #: includes/assets.php:203
1452
  msgid "Are you sure?"
1453
  msgstr "Êtes-vous sûr(e)?"
1454
 
1455
+ #: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
1456
  #: includes/fields/class-acf-field-true_false.php:159
1457
  #: pro/admin/views/html-settings-updates.php:89
1458
  msgid "Yes"
1459
  msgstr "Oui"
1460
 
1461
+ #: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
1462
  #: includes/fields/class-acf-field-true_false.php:174
1463
  #: pro/admin/views/html-settings-updates.php:99
1464
  msgid "No"
1465
  msgstr "Non"
1466
 
1467
  # @ acf
1468
+ #: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
1469
  #: includes/fields/class-acf-field-image.php:140
1470
  #: includes/fields/class-acf-field-link.php:140
1471
+ #: pro/fields/class-acf-field-gallery.php:338
1472
+ #: pro/fields/class-acf-field-gallery.php:478
1473
  msgid "Remove"
1474
  msgstr "Enlever"
1475
 
1476
+ #: includes/assets.php:207
1477
  msgid "Cancel"
1478
  msgstr "Annuler"
1479
 
1480
+ #: includes/assets.php:210
1481
  msgid "Has any value"
1482
+ msgstr "A nimporte quelle valeur"
1483
 
1484
+ #: includes/assets.php:211
1485
  msgid "Has no value"
1486
+ msgstr "Na pas de valeur"
1487
 
1488
+ #: includes/assets.php:212
1489
  msgid "Value is equal to"
1490
  msgstr "La valeur est égale à"
1491
 
1492
+ #: includes/assets.php:213
1493
  msgid "Value is not equal to"
1494
  msgstr "La valeur est différente de"
1495
 
1496
+ #: includes/assets.php:214
1497
  msgid "Value matches pattern"
1498
  msgstr "La valeur correspond au modèle"
1499
 
1500
+ #: includes/assets.php:215
1501
  msgid "Value contains"
1502
  msgstr "La valeur contient"
1503
 
1504
+ #: includes/assets.php:216
1505
  msgid "Value is greater than"
1506
  msgstr "La valeur est supérieure à"
1507
 
1508
+ #: includes/assets.php:217
1509
  msgid "Value is less than"
1510
  msgstr "La valeur est inférieure à"
1511
 
1512
+ #: includes/assets.php:218
1513
  msgid "Selection is greater than"
1514
  msgstr "La sélection est supérieure à"
1515
 
1516
+ #: includes/assets.php:219
1517
  msgid "Selection is less than"
1518
  msgstr "La sélection est inférieure à"
1519
 
1520
  # @ acf
1521
+ #: includes/assets.php:222 includes/forms/form-comment.php:166
1522
  #: pro/admin/admin-options-page.php:325
1523
  msgid "Edit field group"
1524
  msgstr "Modifier le groupe de champs"
1576
 
1577
  #: includes/fields/class-acf-field-accordion.php:100
1578
  msgid "Display this accordion as open on page load."
1579
+ msgstr "Ouvrir laccordéon au chargement de la page."
1580
 
1581
  #: includes/fields/class-acf-field-accordion.php:109
1582
  msgid "Multi-expand"
1584
 
1585
  #: includes/fields/class-acf-field-accordion.php:110
1586
  msgid "Allow this accordion to open without closing others."
1587
+ msgstr "Permettre à cet accordéon de souvrir sans refermer les autres."
1588
 
1589
  #: includes/fields/class-acf-field-accordion.php:119
1590
  #: includes/fields/class-acf-field-tab.php:114
1716
  #: includes/fields/class-acf-field-radio.php:312
1717
  #: includes/fields/class-acf-field-select.php:434
1718
  msgid "Both (Array)"
1719
+ msgstr "Les deux (tableau/Array)"
1720
 
1721
  # @ acf
1722
  #: includes/fields/class-acf-field-checkbox.php:25
1734
 
1735
  #: includes/fields/class-acf-field-checkbox.php:353
1736
  msgid "Allow Custom"
1737
+ msgstr "Autoriser des valeurs personnalisées"
1738
 
1739
  #: includes/fields/class-acf-field-checkbox.php:358
1740
  msgid "Allow 'custom' values to be added"
1854
  #: includes/fields/class-acf-field-select.php:427
1855
  #: includes/fields/class-acf-field-time_picker.php:124
1856
  #: includes/fields/class-acf-field-user.php:412
1857
+ #: pro/fields/class-acf-field-gallery.php:557
1858
  msgid "Return Format"
1859
+ msgstr "Format de la valeur retournée"
1860
 
1861
  #: includes/fields/class-acf-field-date_picker.php:209
1862
  #: includes/fields/class-acf-field-date_time_picker.php:201
1867
  #: includes/fields/class-acf-field-date_picker.php:227
1868
  #: includes/fields/class-acf-field-date_time_picker.php:217
1869
  msgid "Week Starts On"
1870
+ msgstr "La semaine commence le"
1871
 
1872
  #: includes/fields/class-acf-field-date_time_picker.php:25
1873
  msgid "Date Time Picker"
2028
  #: includes/fields/class-acf-field-file.php:259
2029
  #: includes/fields/class-acf-field-image.php:264
2030
  #: includes/fields/class-acf-field-image.php:293
2031
+ #: pro/fields/class-acf-field-gallery.php:642
2032
+ #: pro/fields/class-acf-field-gallery.php:671
2033
  msgid "File size"
2034
  msgstr "Taille du fichier"
2035
 
2040
 
2041
  #: includes/fields/class-acf-field-file.php:221
2042
  msgid "File Array"
2043
+ msgstr "Données du fichier (tableau/Array)"
2044
 
2045
  # @ acf
2046
  #: includes/fields/class-acf-field-file.php:222
2054
 
2055
  #: includes/fields/class-acf-field-file.php:230
2056
  #: includes/fields/class-acf-field-image.php:229
2057
+ #: pro/fields/class-acf-field-gallery.php:592
2058
  msgid "Library"
2059
+ msgstr "Média"
2060
 
2061
  #: includes/fields/class-acf-field-file.php:231
2062
  #: includes/fields/class-acf-field-image.php:230
2063
+ #: pro/fields/class-acf-field-gallery.php:593
2064
  msgid "Limit the media library choice"
2065
  msgstr "Limiter le choix dans la médiathèque"
2066
 
2070
  #: includes/locations/class-acf-location-comment.php:79
2071
  #: includes/locations/class-acf-location-nav-menu.php:102
2072
  #: includes/locations/class-acf-location-taxonomy.php:79
2073
+ #: includes/locations/class-acf-location-user-form.php:72
2074
+ #: includes/locations/class-acf-location-user-role.php:88
2075
  #: includes/locations/class-acf-location-widget.php:83
2076
+ #: pro/fields/class-acf-field-gallery.php:598
2077
  #: pro/locations/class-acf-location-block.php:79
2078
  msgid "All"
2079
  msgstr "Tous"
2080
 
2081
  #: includes/fields/class-acf-field-file.php:237
2082
  #: includes/fields/class-acf-field-image.php:236
2083
+ #: pro/fields/class-acf-field-gallery.php:599
2084
  msgid "Uploaded to post"
2085
  msgstr "Liés à cet article"
2086
 
2087
  # @ acf
2088
  #: includes/fields/class-acf-field-file.php:244
2089
  #: includes/fields/class-acf-field-image.php:243
2090
+ #: pro/fields/class-acf-field-gallery.php:621
2091
  msgid "Minimum"
2092
  msgstr "Minimum"
2093
 
2094
  #: includes/fields/class-acf-field-file.php:245
2095
  #: includes/fields/class-acf-field-file.php:256
2096
  msgid "Restrict which files can be uploaded"
2097
+ msgstr "Restreindre limport de fichiers"
2098
 
2099
  # @ acf
2100
  #: includes/fields/class-acf-field-file.php:255
2101
  #: includes/fields/class-acf-field-image.php:272
2102
+ #: pro/fields/class-acf-field-gallery.php:650
2103
  msgid "Maximum"
2104
  msgstr "Maximum"
2105
 
2106
  #: includes/fields/class-acf-field-file.php:266
2107
  #: includes/fields/class-acf-field-image.php:301
2108
+ #: pro/fields/class-acf-field-gallery.php:678
2109
  msgid "Allowed file types"
2110
  msgstr "Types de fichiers autorisés"
2111
 
2112
  #: includes/fields/class-acf-field-file.php:267
2113
  #: includes/fields/class-acf-field-image.php:302
2114
+ #: pro/fields/class-acf-field-gallery.php:679
2115
  msgid "Comma separated list. Leave blank for all types"
2116
  msgstr ""
2117
  "Extensions autorisées séparées par une virgule. Laissez vide pour autoriser "
2126
  msgstr "Désolé, ce navigateur ne prend pas en charge la géolocalisation"
2127
 
2128
  # @ acf
2129
+ #: includes/fields/class-acf-field-google-map.php:147
2130
  msgid "Clear location"
2131
  msgstr "Effacer la position"
2132
 
2133
+ #: includes/fields/class-acf-field-google-map.php:148
2134
  msgid "Find current location"
2135
+ msgstr "Trouver lemplacement actuel"
2136
 
2137
+ #: includes/fields/class-acf-field-google-map.php:151
2138
  msgid "Search for address..."
2139
  msgstr "Chercher une adresse…"
2140
 
2141
+ #: includes/fields/class-acf-field-google-map.php:181
2142
+ #: includes/fields/class-acf-field-google-map.php:192
2143
  msgid "Center"
2144
  msgstr "Centre"
2145
 
2146
+ #: includes/fields/class-acf-field-google-map.php:182
2147
+ #: includes/fields/class-acf-field-google-map.php:193
2148
  msgid "Center the initial map"
2149
  msgstr "Position initiale du centre de la carte"
2150
 
2151
+ #: includes/fields/class-acf-field-google-map.php:204
2152
  msgid "Zoom"
2153
  msgstr "Zoom"
2154
 
2155
+ #: includes/fields/class-acf-field-google-map.php:205
2156
  msgid "Set the initial zoom level"
2157
  msgstr "Niveau de zoom initial"
2158
 
2159
+ #: includes/fields/class-acf-field-google-map.php:214
2160
  #: includes/fields/class-acf-field-image.php:255
2161
  #: includes/fields/class-acf-field-image.php:284
2162
  #: includes/fields/class-acf-field-oembed.php:268
2163
+ #: pro/fields/class-acf-field-gallery.php:633
2164
+ #: pro/fields/class-acf-field-gallery.php:662
2165
  msgid "Height"
2166
  msgstr "Hauteur"
2167
 
2168
+ #: includes/fields/class-acf-field-google-map.php:215
2169
  msgid "Customize the map height"
2170
  msgstr "Hauteur de la carte"
2171
 
2220
  # @ acf
2221
  #: includes/fields/class-acf-field-image.php:64
2222
  msgid "Edit Image"
2223
+ msgstr "Modifier limage"
2224
 
2225
  # @ acf
2226
  #: includes/fields/class-acf-field-image.php:65
2239
 
2240
  # @ acf
2241
  #: includes/fields/class-acf-field-image.php:210
2242
+ #: pro/fields/class-acf-field-gallery.php:563
2243
  msgid "Image Array"
2244
+ msgstr "Données de limage (tableau/Array)"
2245
 
2246
  # @ acf
2247
  #: includes/fields/class-acf-field-image.php:211
2248
+ #: pro/fields/class-acf-field-gallery.php:564
2249
  msgid "Image URL"
2250
  msgstr "URL de l‘image"
2251
 
2252
  # @ acf
2253
  #: includes/fields/class-acf-field-image.php:212
2254
+ #: pro/fields/class-acf-field-gallery.php:565
2255
  msgid "Image ID"
2256
  msgstr "ID de l‘image"
2257
 
2258
  # @ acf
2259
  #: includes/fields/class-acf-field-image.php:219
2260
+ #: pro/fields/class-acf-field-gallery.php:571
2261
  msgid "Preview Size"
2262
  msgstr "Taille de prévisualisation"
2263
 
2264
  #: includes/fields/class-acf-field-image.php:244
2265
  #: includes/fields/class-acf-field-image.php:273
2266
+ #: pro/fields/class-acf-field-gallery.php:622
2267
+ #: pro/fields/class-acf-field-gallery.php:651
2268
  msgid "Restrict which images can be uploaded"
2269
  msgstr "Restreindre les images envoyées"
2270
 
2271
  #: includes/fields/class-acf-field-image.php:247
2272
  #: includes/fields/class-acf-field-image.php:276
2273
  #: includes/fields/class-acf-field-oembed.php:257
2274
+ #: pro/fields/class-acf-field-gallery.php:625
2275
+ #: pro/fields/class-acf-field-gallery.php:654
2276
  msgid "Width"
2277
  msgstr "Largeur"
2278
 
2292
 
2293
  #: includes/fields/class-acf-field-link.php:172
2294
  msgid "Link Array"
2295
+ msgstr "Tableau de données (Array)"
2296
 
2297
  # @ acf
2298
  #: includes/fields/class-acf-field-link.php:173
2339
 
2340
  #: includes/fields/class-acf-field-message.php:125
2341
  msgid "Allow HTML markup to display as visible text instead of rendering"
2342
+ msgstr "Permettre laffichage du code HTML à l’écran au lieu de linterpréter"
2343
 
2344
  #: includes/fields/class-acf-field-number.php:25
2345
  msgid "Number"
2348
  #: includes/fields/class-acf-field-number.php:163
2349
  #: includes/fields/class-acf-field-range.php:158
2350
  msgid "Minimum Value"
2351
+ msgstr "Valeur minimum"
2352
 
2353
  # @ acf
2354
  #: includes/fields/class-acf-field-number.php:172
2355
  #: includes/fields/class-acf-field-range.php:168
2356
  msgid "Maximum Value"
2357
+ msgstr "Valeur maximum"
2358
 
2359
  #: includes/fields/class-acf-field-number.php:181
2360
  #: includes/fields/class-acf-field-range.php:178
2381
 
2382
  #: includes/fields/class-acf-field-oembed.php:216
2383
  msgid "Enter URL"
2384
+ msgstr "Entrez lURL"
2385
 
2386
  #: includes/fields/class-acf-field-oembed.php:254
2387
  #: includes/fields/class-acf-field-oembed.php:265
2455
  #: includes/fields/class-acf-field-post_object.php:437
2456
  #: includes/fields/class-acf-field-relationship.php:640
2457
  msgid "Post ID"
2458
+ msgstr "ID de larticle"
2459
 
2460
  # @ acf
2461
  #: includes/fields/class-acf-field-radio.php:25
2468
 
2469
  #: includes/fields/class-acf-field-radio.php:259
2470
  msgid "Add 'other' choice to allow for custom values"
2471
+ msgstr "Ajouter un choix « Autre » pour autoriser des valeurs personnalisées"
2472
 
2473
  #: includes/fields/class-acf-field-radio.php:265
2474
  msgid "Save Other"
2475
+ msgstr "Enregistrer les valeurs personnalisées"
2476
 
2477
  #: includes/fields/class-acf-field-radio.php:270
2478
  msgid "Save 'other' values to the field's choices"
2479
+ msgstr "Enregistrer les valeurs personnalisées « Autre » en tant que choix"
2480
 
2481
  #: includes/fields/class-acf-field-range.php:25
2482
  msgid "Range"
2541
  # @ acf
2542
  #: includes/fields/class-acf-field-relationship.php:614
2543
  msgid "Minimum posts"
2544
+ msgstr "Minimum darticles sélectionnables"
2545
 
2546
  # @ acf
2547
  #: includes/fields/class-acf-field-relationship.php:623
2548
  msgid "Maximum posts"
2549
+ msgstr "Maximum darticles sélectionnables"
2550
 
2551
  #: includes/fields/class-acf-field-relationship.php:727
2552
+ #: pro/fields/class-acf-field-gallery.php:779
2553
  #, php-format
2554
  msgid "%s requires at least %s selection"
2555
  msgid_plural "%s requires at least %s selections"
2660
  "group of tabs."
2661
  msgstr ""
2662
  "Définit une extrémité pour fermer les précédents onglets. Cela va commencer "
2663
+ "un nouveau groupe donglets."
2664
 
2665
  #: includes/fields/class-acf-field-taxonomy.php:714
2666
  #, php-format
2708
 
2709
  #: includes/fields/class-acf-field-taxonomy.php:800
2710
  msgid "Allow new terms to be created whilst editing"
2711
+ msgstr "Autoriser la création de nouveaux termes pendant l’édition"
2712
 
2713
  #: includes/fields/class-acf-field-taxonomy.php:809
2714
  msgid "Save Terms"
2716
 
2717
  #: includes/fields/class-acf-field-taxonomy.php:810
2718
  msgid "Connect selected terms to the post"
2719
+ msgstr "Lier les termes sélectionnés à larticle"
2720
 
2721
  #: includes/fields/class-acf-field-taxonomy.php:819
2722
  msgid "Load Terms"
2738
  #: includes/fields/class-acf-field-taxonomy.php:885
2739
  #, php-format
2740
  msgid "User unable to add new %s"
2741
+ msgstr "Utilisateur incapable dajouter un nouveau %s"
2742
 
2743
  #: includes/fields/class-acf-field-taxonomy.php:895
2744
  #, php-format
2752
 
2753
  # @ acf
2754
  #: includes/fields/class-acf-field-taxonomy.php:973
2755
+ #: includes/locations/class-acf-location-user-form.php:73
2756
  msgid "Add"
2757
  msgstr "Ajouter"
2758
 
2841
 
2842
  #: includes/fields/class-acf-field-user.php:417
2843
  msgid "User Array"
2844
+ msgstr "Tableau Utilisateur (Array)"
2845
 
2846
  #: includes/fields/class-acf-field-user.php:418
2847
  msgid "User Object"
2848
+ msgstr "Objet Utilisateur"
2849
 
2850
  #: includes/fields/class-acf-field-user.php:419
2851
  msgid "User ID"
2852
+ msgstr "ID de l’Utilisateur"
2853
 
2854
  # @ acf
2855
  #: includes/fields/class-acf-field-wysiwyg.php:25
2895
  # @ acf
2896
  #: includes/fields/class-acf-field-wysiwyg.php:419
2897
  msgid "Show Media Upload Buttons?"
2898
+ msgstr "Afficher le bouton d‘ajout de média?"
2899
 
2900
  #: includes/fields/class-acf-field-wysiwyg.php:429
2901
  msgid "Delay initialization?"
2902
  msgstr "Retarder l’initialisation?"
2903
 
2904
  #: includes/fields/class-acf-field-wysiwyg.php:430
2905
+ msgid "TinyMCE will not be initialized until field is clicked"
2906
  msgstr ""
2907
  "TinyMCE ne sera pas initialisé avant que l’utilisateur clique sur le champ"
2908
 
2911
  msgstr "Valider l’adresse courriel"
2912
 
2913
  # @ acf
2914
+ #: includes/forms/form-front.php:104 pro/fields/class-acf-field-gallery.php:510
2915
  #: pro/options-page.php:81
2916
  msgid "Update"
2917
  msgstr "Mise à jour"
2918
 
2919
  # @ acf
2920
+ #: includes/forms/form-front.php:105
2921
  msgid "Post updated"
2922
  msgstr "Article mis à jour"
2923
 
2924
+ #: includes/forms/form-front.php:231
2925
  msgid "Spam Detected"
2926
  msgstr "Pourriel repéré"
2927
 
3072
  msgstr "Modèle d’article"
3073
 
3074
  # @ acf
3075
+ #: includes/locations/class-acf-location-user-form.php:22
3076
  msgid "User Form"
3077
  msgstr "Formulaire utilisateur"
3078
 
3079
+ #: includes/locations/class-acf-location-user-form.php:74
3080
  msgid "Add / Edit"
3081
  msgstr "Ajouter / Modifier"
3082
 
3083
+ #: includes/locations/class-acf-location-user-form.php:75
3084
  msgid "Register"
3085
  msgstr "Inscription"
3086
 
3087
  # @ acf
3088
+ #: includes/locations/class-acf-location-user-role.php:22
3089
  msgid "User Role"
3090
  msgstr "Rôle utilisateur"
3091
 
3126
  # @ acf
3127
  #: pro/admin/admin-updates.php:118 pro/admin/views/html-settings-updates.php:13
3128
  msgid "Updates"
3129
+ msgstr "Mises à jour"
3130
 
3131
  #: pro/admin/admin-updates.php:191
3132
  msgid ""
3133
  "<b>Error</b>. Could not authenticate update package. Please check again or "
3134
  "deactivate and reactivate your ACF PRO license."
3135
  msgstr ""
3136
+ "<b>Erreur</b>. Impossible dauthentifier la mise à jour. Merci dessayer à "
3137
  "nouveau et si le problème persiste, désactivez et réactivez votre licence "
3138
  "ACF PRO."
3139
 
3158
  "licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
3159
  "a>."
3160
  msgstr ""
3161
+ "Pour débloquer les mises à jour, veuillez entrer votre clé de licence ci-"
3162
  "dessous. Si vous n’en avez pas, rendez-vous sur nos <a href=\"%s\" target="
3163
  "\"_blank\">détails & tarifs</a>."
3164
 
3170
  # @ acf
3171
  #: pro/admin/views/html-settings-updates.php:61
3172
  msgid "Update Information"
3173
+ msgstr "Informations concernant les mises à jour"
3174
 
3175
  #: pro/admin/views/html-settings-updates.php:68
3176
  msgid "Current Version"
3183
  # @ acf
3184
  #: pro/admin/views/html-settings-updates.php:84
3185
  msgid "Update Available"
3186
+ msgstr "Mise à jour disponible"
3187
 
3188
  # @ acf
3189
  #: pro/admin/views/html-settings-updates.php:92
3190
  msgid "Update Plugin"
3191
+ msgstr "Mettre à jour l’extension"
3192
 
3193
  #: pro/admin/views/html-settings-updates.php:94
3194
  msgid "Please enter your license key above to unlock updates"
3195
+ msgstr "Entrez votre clé de licence ci-dessus pour activer les mises à jour"
3196
 
3197
  #: pro/admin/views/html-settings-updates.php:100
3198
  msgid "Check Again"
3201
  # @ wp3i
3202
  #: pro/admin/views/html-settings-updates.php:117
3203
  msgid "Upgrade Notice"
3204
+ msgstr "Informations de mise à niveau"
3205
 
3206
+ #: pro/blocks.php:373
3207
  msgid "Switch to Edit"
3208
  msgstr "Passer en Édition"
3209
 
3210
+ #: pro/blocks.php:374
3211
  msgid "Switch to Preview"
3212
  msgstr "Passer en Prévisualisation"
3213
 
3223
  # @ acf
3224
  #: pro/fields/class-acf-field-clone.php:829
3225
  msgid "Display"
3226
+ msgstr "Format daffichage"
3227
 
3228
  #: pro/fields/class-acf-field-clone.php:830
3229
  msgid "Specify the style used to render the clone field"
3385
  # @ acf
3386
  #: pro/fields/class-acf-field-gallery.php:73
3387
  msgid "Add Image to Gallery"
3388
+ msgstr "Ajouter limage à la galerie"
3389
 
3390
  #: pro/fields/class-acf-field-gallery.php:74
3391
  msgid "Maximum selection reached"
3392
  msgstr "Nombre de sélections maximales atteint"
3393
 
3394
+ #: pro/fields/class-acf-field-gallery.php:322
3395
  msgid "Length"
3396
  msgstr "Longueur"
3397
 
3398
+ #: pro/fields/class-acf-field-gallery.php:362
3399
  msgid "Caption"
3400
  msgstr "Légende"
3401
 
3402
+ #: pro/fields/class-acf-field-gallery.php:371
3403
  msgid "Alt Text"
3404
  msgstr "Texte alternatif"
3405
 
3406
+ #: pro/fields/class-acf-field-gallery.php:487
3407
  msgid "Add to gallery"
3408
  msgstr "Ajouter à la galerie"
3409
 
3410
  # @ acf
3411
+ #: pro/fields/class-acf-field-gallery.php:491
3412
  msgid "Bulk actions"
3413
  msgstr "Actions de groupe"
3414
 
3415
+ #: pro/fields/class-acf-field-gallery.php:492
3416
  msgid "Sort by date uploaded"
3417
+ msgstr "Ordonner par date dimport"
3418
 
3419
+ #: pro/fields/class-acf-field-gallery.php:493
3420
  msgid "Sort by date modified"
3421
  msgstr "Ranger par date de modification"
3422
 
3423
  # @ acf
3424
+ #: pro/fields/class-acf-field-gallery.php:494
3425
  msgid "Sort by title"
3426
  msgstr "Ranger par titre"
3427
 
3428
+ #: pro/fields/class-acf-field-gallery.php:495
3429
  msgid "Reverse current order"
3430
+ msgstr "Inverser lordre actuel"
3431
 
3432
  # @ acf
3433
+ #: pro/fields/class-acf-field-gallery.php:507
3434
  msgid "Close"
3435
  msgstr "Fermer"
3436
 
3437
+ #: pro/fields/class-acf-field-gallery.php:580
3438
  msgid "Insert"
3439
  msgstr "Insérer"
3440
 
3441
+ #: pro/fields/class-acf-field-gallery.php:581
3442
  msgid "Specify where new attachments are added"
3443
  msgstr "Définir où les nouveaux fichiers attachés sont ajoutés"
3444
 
3445
+ #: pro/fields/class-acf-field-gallery.php:585
3446
  msgid "Append to the end"
3447
  msgstr "Ajouter à la fin"
3448
 
3449
+ #: pro/fields/class-acf-field-gallery.php:586
3450
  msgid "Prepend to the beginning"
3451
  msgstr "Insérer au début"
3452
 
3453
  # @ acf
3454
+ #: pro/fields/class-acf-field-gallery.php:605
3455
  msgid "Minimum Selection"
3456
  msgstr "Nombre minimum"
3457
 
3458
  # @ acf
3459
+ #: pro/fields/class-acf-field-gallery.php:613
3460
  msgid "Maximum Selection"
3461
  msgstr "Nombre maximum"
3462
 
3463
  #: pro/fields/class-acf-field-repeater.php:65
3464
  #: pro/fields/class-acf-field-repeater.php:661
3465
  msgid "Minimum rows reached ({min} rows)"
3466
+ msgstr "Nombre minimum d’éléments atteint ({min} éléments)"
3467
 
3468
  #: pro/fields/class-acf-field-repeater.php:66
3469
  msgid "Maximum rows reached ({max} rows)"
3470
+ msgstr "Nombre maximum d’éléments atteint ({max} éléments)"
3471
 
3472
  # @ acf
3473
  #: pro/fields/class-acf-field-repeater.php:338
3477
  # @ acf
3478
  #: pro/fields/class-acf-field-repeater.php:339
3479
  msgid "Remove row"
3480
+ msgstr "Retirer l’élément"
3481
 
3482
  #: pro/fields/class-acf-field-repeater.php:417
3483
  msgid "Collapsed"
3490
  # @ acf
3491
  #: pro/fields/class-acf-field-repeater.php:428
3492
  msgid "Minimum Rows"
3493
+ msgstr "Nombre minimum d’éléments"
3494
 
3495
  # @ acf
3496
  #: pro/fields/class-acf-field-repeater.php:438
3497
  msgid "Maximum Rows"
3498
+ msgstr "Nombre maximum d’éléments"
3499
 
3500
  #: pro/locations/class-acf-location-options-page.php:79
3501
  msgid "No options pages exist"
3502
+ msgstr "Aucune page doption n’existe"
3503
 
3504
  # @ acf
3505
  #: pro/options-page.php:51
3518
  "\">Updates</a> page. If you don't have a licence key, please see <a href=\"%s"
3519
  "\">details & pricing</a>."
3520
  msgstr ""
3521
+ "Pour activer les mises à jour, veuillez entrer votre clé de licence sur la "
3522
+ "page <a href=\"%s\">Mises à jour</a>. Si vous n’en avez pas, rendez-vous sur "
3523
  "nos <a href=\"%s\">détails & tarifs</a>."
3524
 
 
 
 
 
 
 
 
 
3525
  # @ acf
3526
+ #: tests/basic/test-blocks.php:30
3527
  msgid "Normal"
3528
  msgstr "Normal"
3529
 
3530
+ #: tests/basic/test-blocks.php:31
3531
  msgid "Fancy"
3532
  msgstr "Élaboré"
3533
 
 
 
 
 
 
 
 
 
3534
  #. Plugin URI of the plugin/theme
3535
  #. Author URI of the plugin/theme
3536
  msgid "https://www.advancedcustomfields.com"
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: 2019-10-22 08:28+0100\n"
8
- "PO-Revision-Date: 2019-10-22 08:36+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.2.4\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"
@@ -26,91 +26,91 @@ msgstr ""
26
  msgid "Advanced Custom Fields"
27
  msgstr "Advanced Custom Fields"
28
 
29
- #: acf.php:341 includes/admin/admin.php:58
30
  msgid "Field Groups"
31
  msgstr "Grupos de campos"
32
 
33
- #: acf.php:342
34
  msgid "Field Group"
35
  msgstr "Grupo de campos"
36
 
37
- #: acf.php:343 acf.php:375 includes/admin/admin.php:59
38
  #: pro/fields/class-acf-field-flexible-content.php:558
39
  msgid "Add New"
40
  msgstr "Adicionar novo"
41
 
42
- #: acf.php:344
43
  msgid "Add New Field Group"
44
  msgstr "Adicionar novo grupo de campos"
45
 
46
- #: acf.php:345
47
  msgid "Edit Field Group"
48
  msgstr "Editar grupo de campos"
49
 
50
- #: acf.php:346
51
  msgid "New Field Group"
52
  msgstr "Novo grupo de campos"
53
 
54
- #: acf.php:347
55
  msgid "View Field Group"
56
  msgstr "Ver grupo de campos"
57
 
58
- #: acf.php:348
59
  msgid "Search Field Groups"
60
  msgstr "Pesquisar grupos de campos"
61
 
62
- #: acf.php:349
63
  msgid "No Field Groups found"
64
  msgstr "Nenhum grupo de campos encontrado"
65
 
66
- #: acf.php:350
67
  msgid "No Field Groups found in Trash"
68
  msgstr "Nenhum grupo de campos encontrado no lixo"
69
 
70
- #: acf.php:373 includes/admin/admin-field-group.php:220
71
  #: includes/admin/admin-field-groups.php:530
72
  #: pro/fields/class-acf-field-clone.php:811
73
  msgid "Fields"
74
  msgstr "Campos"
75
 
76
- #: acf.php:374
77
  msgid "Field"
78
  msgstr "Campo"
79
 
80
- #: acf.php:376
81
  msgid "Add New Field"
82
  msgstr "Adicionar novo campo"
83
 
84
- #: acf.php:377
85
  msgid "Edit Field"
86
  msgstr "Editar campo"
87
 
88
- #: acf.php:378 includes/admin/views/field-group-fields.php:41
89
  msgid "New Field"
90
  msgstr "Novo campo"
91
 
92
- #: acf.php:379
93
  msgid "View Field"
94
  msgstr "Ver campo"
95
 
96
- #: acf.php:380
97
  msgid "Search Fields"
98
  msgstr "Pesquisar campos"
99
 
100
- #: acf.php:381
101
  msgid "No Fields found"
102
  msgstr "Nenhum campo encontrado"
103
 
104
- #: acf.php:382
105
  msgid "No Fields found in Trash"
106
  msgstr "Nenhum campo encontrado no lixo"
107
 
108
- #: acf.php:417 includes/admin/admin-field-group.php:402
109
  #: includes/admin/admin-field-groups.php:587
110
  msgid "Inactive"
111
  msgstr "Inactivo"
112
 
113
- #: acf.php:422
114
  #, php-format
115
  msgid "Inactive <span class=\"count\">(%s)</span>"
116
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
@@ -220,24 +220,24 @@ msgstr "Chaves dos campos"
220
  msgid "Active"
221
  msgstr "Activo"
222
 
223
- #: includes/admin/admin-field-group.php:767
224
  msgid "Move Complete."
225
  msgstr "Movido com sucesso."
226
 
227
- #: includes/admin/admin-field-group.php:768
228
  #, php-format
229
  msgid "The %s field can now be found in the %s field group"
230
  msgstr "O campo %s pode agora ser encontrado no grupo de campos %s"
231
 
232
- #: includes/admin/admin-field-group.php:769
233
  msgid "Close Window"
234
  msgstr "Fechar janela"
235
 
236
- #: includes/admin/admin-field-group.php:810
237
  msgid "Please select the destination for this field"
238
  msgstr "Por favor seleccione o destinho para este campo"
239
 
240
- #: includes/admin/admin-field-group.php:817
241
  msgid "Move Field"
242
  msgstr "Mover campo"
243
 
@@ -289,8 +289,7 @@ msgstr "Estado"
289
  msgid "Customize WordPress with powerful, professional and intuitive fields."
290
  msgstr "Personalize o WordPress com campos intuitivos, poderosos e profissionais."
291
 
292
- #: includes/admin/admin-field-groups.php:628
293
- #: includes/admin/settings-info.php:76
294
  #: pro/admin/views/html-settings-updates.php:107
295
  msgid "Changelog"
296
  msgstr "Registo de alterações"
@@ -370,26 +369,26 @@ msgstr "Acções por lotes"
370
  msgid "Tools"
371
  msgstr "Ferramentas"
372
 
373
- #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:94
374
- #: includes/admin/admin-upgrade.php:156
375
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
376
  #: includes/admin/views/html-admin-page-upgrade.php:26
377
  msgid "Upgrade Database"
378
  msgstr "Actualizar base de dados"
379
 
380
- #: includes/admin/admin-upgrade.php:180
381
  msgid "Review sites & upgrade"
382
  msgstr "Rever sites e actualizar"
383
 
384
- #: includes/admin/admin.php:54 includes/admin/views/field-group-options.php:110
385
  msgid "Custom Fields"
386
  msgstr "Campos personalizados"
387
 
388
- #: includes/admin/settings-info.php:50
389
  msgid "Info"
390
  msgstr "Informações"
391
 
392
- #: includes/admin/settings-info.php:75
393
  msgid "What's New"
394
  msgstr "O que há de novo"
395
 
@@ -605,7 +604,7 @@ msgid "Label"
605
  msgstr "Legenda"
606
 
607
  #: includes/admin/views/field-group-fields.php:6
608
- #: includes/fields/class-acf-field-taxonomy.php:939
609
  #: pro/fields/class-acf-field-flexible-content.php:596
610
  msgid "Name"
611
  msgstr "Nome"
@@ -814,14 +813,12 @@ msgstr "É recomendável que faça uma cópia de segurança da sua base de dados
814
  msgid "Upgrading data to version %s"
815
  msgstr "A actualizar dados para a versão %s"
816
 
817
- #: includes/admin/views/html-admin-page-upgrade-network.php:167
818
  msgid "Upgrade complete."
819
  msgstr "Actualização concluída."
820
 
821
- #: includes/admin/views/html-admin-page-upgrade-network.php:176
822
- #: includes/admin/views/html-admin-page-upgrade-network.php:185
823
- #: includes/admin/views/html-admin-page-upgrade.php:78
824
- #: includes/admin/views/html-admin-page-upgrade.php:87
825
  msgid "Upgrade failed."
826
  msgstr "Falhou ao actualizar."
827
 
@@ -834,7 +831,7 @@ msgstr "A ler tarefas de actualização..."
834
  msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
835
  msgstr "Actualização da base de dados concluída. <a href=\"%s\">Ver o que há de novo</a>"
836
 
837
- #: includes/admin/views/html-admin-page-upgrade.php:116
838
  #: includes/ajax/class-acf-ajax-upgrade.php:32
839
  msgid "No updates available."
840
  msgstr "Nenhuma actualização disponível."
@@ -885,18 +882,6 @@ msgstr "Esta versão inclui melhorias na base de dados e requer uma actualizaç
885
  msgid "Please also check all premium add-ons (%s) are updated to the latest version."
886
  msgstr "Por favor, verifique se todos os add-ons premium (%s) estão actualizados para a última versão."
887
 
888
- #: includes/admin/views/settings-addons.php:3
889
- msgid "Add-ons"
890
- msgstr "Add-ons"
891
-
892
- #: includes/admin/views/settings-addons.php:17
893
- msgid "Download & Install"
894
- msgstr "Descarregar e instalar"
895
-
896
- #: includes/admin/views/settings-addons.php:36
897
- msgid "Installed"
898
- msgstr "Instalado"
899
-
900
  #: includes/admin/views/settings-info.php:3
901
  msgid "Welcome to Advanced Custom Fields"
902
  msgstr "Bem-vindo ao Advanced Custom Fields"
@@ -1098,6 +1083,10 @@ msgstr "Nova funcionalidade de grupo de campos permite mover um campo entre grup
1098
  msgid "We think you'll love the changes in %s."
1099
  msgstr "Pensamos que vai gostar das alterações na versão %s."
1100
 
 
 
 
 
1101
  #: includes/api/api-helpers.php:827
1102
  msgid "Thumbnail"
1103
  msgstr "Miniatura"
@@ -1154,80 +1143,80 @@ msgstr "O tamanho do ficheiro não deve exceder %s."
1154
  msgid "File type must be %s."
1155
  msgstr "O tipo de ficheiro deve ser %s."
1156
 
1157
- #: includes/assets.php:168
1158
  msgid "The changes you made will be lost if you navigate away from this page"
1159
  msgstr "As alterações que fez serão ignoradas se navegar para fora desta página."
1160
 
1161
- #: includes/assets.php:171 includes/fields/class-acf-field-select.php:259
1162
  msgctxt "verb"
1163
  msgid "Select"
1164
  msgstr "Seleccionar"
1165
 
1166
- #: includes/assets.php:172
1167
  msgctxt "verb"
1168
  msgid "Edit"
1169
  msgstr "Editar"
1170
 
1171
- #: includes/assets.php:173
1172
  msgctxt "verb"
1173
  msgid "Update"
1174
  msgstr "Actualizar"
1175
 
1176
- #: includes/assets.php:174
1177
  msgid "Uploaded to this post"
1178
  msgstr "Carregados neste artigo"
1179
 
1180
- #: includes/assets.php:175
1181
  msgid "Expand Details"
1182
  msgstr "Expandir detalhes"
1183
 
1184
- #: includes/assets.php:176
1185
  msgid "Collapse Details"
1186
  msgstr "Minimizar detalhes"
1187
 
1188
- #: includes/assets.php:177
1189
  msgid "Restricted"
1190
  msgstr "Restrito"
1191
 
1192
- #: includes/assets.php:178 includes/fields/class-acf-field-image.php:66
1193
  msgid "All images"
1194
  msgstr "Todas as imagens"
1195
 
1196
- #: includes/assets.php:181
1197
  msgid "Validation successful"
1198
  msgstr "Validação bem sucedida"
1199
 
1200
- #: includes/assets.php:182 includes/validation.php:285
1201
  #: includes/validation.php:296
1202
  msgid "Validation failed"
1203
  msgstr "A validação falhou"
1204
 
1205
- #: includes/assets.php:183
1206
  msgid "1 field requires attention"
1207
  msgstr "1 campo requer a sua atenção"
1208
 
1209
- #: includes/assets.php:184
1210
  #, php-format
1211
  msgid "%d fields require attention"
1212
  msgstr "%d campos requerem a sua atenção"
1213
 
1214
- #: includes/assets.php:187
1215
  msgid "Are you sure?"
1216
  msgstr "Tem a certeza?"
1217
 
1218
- #: includes/assets.php:188 includes/fields/class-acf-field-true_false.php:79
1219
  #: includes/fields/class-acf-field-true_false.php:159
1220
  #: pro/admin/views/html-settings-updates.php:89
1221
  msgid "Yes"
1222
  msgstr "Sim"
1223
 
1224
- #: includes/assets.php:189 includes/fields/class-acf-field-true_false.php:80
1225
  #: includes/fields/class-acf-field-true_false.php:174
1226
  #: pro/admin/views/html-settings-updates.php:99
1227
  msgid "No"
1228
  msgstr "Não"
1229
 
1230
- #: includes/assets.php:190 includes/fields/class-acf-field-file.php:154
1231
  #: includes/fields/class-acf-field-image.php:140
1232
  #: includes/fields/class-acf-field-link.php:140
1233
  #: pro/fields/class-acf-field-gallery.php:338
@@ -1235,51 +1224,51 @@ msgstr "Não"
1235
  msgid "Remove"
1236
  msgstr "Remover"
1237
 
1238
- #: includes/assets.php:191
1239
  msgid "Cancel"
1240
  msgstr "Cancelar"
1241
 
1242
- #: includes/assets.php:194
1243
  msgid "Has any value"
1244
  msgstr "Tem um valor qualquer"
1245
 
1246
- #: includes/assets.php:195
1247
  msgid "Has no value"
1248
  msgstr "Não tem valor"
1249
 
1250
- #: includes/assets.php:196
1251
  msgid "Value is equal to"
1252
  msgstr "O valor é igual a"
1253
 
1254
- #: includes/assets.php:197
1255
  msgid "Value is not equal to"
1256
  msgstr "O valor é diferente de"
1257
 
1258
- #: includes/assets.php:198
1259
  msgid "Value matches pattern"
1260
  msgstr "O valor corresponde ao padrão"
1261
 
1262
- #: includes/assets.php:199
1263
  msgid "Value contains"
1264
  msgstr "O valor contém"
1265
 
1266
- #: includes/assets.php:200
1267
  msgid "Value is greater than"
1268
  msgstr "O valor é maior do que"
1269
 
1270
- #: includes/assets.php:201
1271
  msgid "Value is less than"
1272
  msgstr "O valor é menor do que"
1273
 
1274
- #: includes/assets.php:202
1275
  msgid "Selection is greater than"
1276
  msgstr "A selecção é maior do que"
1277
 
1278
- #: includes/assets.php:203
1279
  msgid "Selection is less than"
1280
  msgstr "A selecção é menor do que"
1281
 
1282
- #: includes/assets.php:206 includes/forms/form-comment.php:166
1283
  #: pro/admin/admin-options-page.php:325
1284
  msgid "Edit field group"
1285
  msgstr "Editar grupo de campos"
@@ -1389,8 +1378,8 @@ msgstr "vermelho : Vermelho"
1389
  #: includes/fields/class-acf-field-post_object.php:411
1390
  #: includes/fields/class-acf-field-radio.php:244
1391
  #: includes/fields/class-acf-field-select.php:382
1392
- #: includes/fields/class-acf-field-taxonomy.php:784
1393
- #: includes/fields/class-acf-field-user.php:393
1394
  msgid "Allow Null?"
1395
  msgstr "Permitir nulo?"
1396
 
@@ -1400,7 +1389,7 @@ msgstr "Permitir nulo?"
1400
  #: includes/fields/class-acf-field-email.php:118
1401
  #: includes/fields/class-acf-field-number.php:127
1402
  #: includes/fields/class-acf-field-radio.php:281
1403
- #: includes/fields/class-acf-field-range.php:149
1404
  #: includes/fields/class-acf-field-select.php:373
1405
  #: includes/fields/class-acf-field-text.php:95
1406
  #: includes/fields/class-acf-field-textarea.php:102
@@ -1414,7 +1403,7 @@ msgstr "Valor por omissão"
1414
  #: includes/fields/class-acf-field-email.php:119
1415
  #: includes/fields/class-acf-field-number.php:128
1416
  #: includes/fields/class-acf-field-radio.php:282
1417
- #: includes/fields/class-acf-field-range.php:150
1418
  #: includes/fields/class-acf-field-text.php:96
1419
  #: includes/fields/class-acf-field-textarea.php:103
1420
  #: includes/fields/class-acf-field-url.php:101
@@ -1439,7 +1428,7 @@ msgstr "Vertical"
1439
  #: includes/fields/class-acf-field-file.php:215
1440
  #: includes/fields/class-acf-field-link.php:166
1441
  #: includes/fields/class-acf-field-radio.php:304
1442
- #: includes/fields/class-acf-field-taxonomy.php:829
1443
  msgid "Return Value"
1444
  msgstr "Valor devolvido"
1445
 
@@ -1466,7 +1455,7 @@ msgid "Both (Array)"
1466
  msgstr "Ambos (Array)"
1467
 
1468
  #: includes/fields/class-acf-field-checkbox.php:25
1469
- #: includes/fields/class-acf-field-taxonomy.php:771
1470
  msgid "Checkbox"
1471
  msgstr "Caixa de selecção"
1472
 
@@ -1592,7 +1581,7 @@ msgstr "O formato usado ao guardar um valor"
1592
  #: includes/fields/class-acf-field-relationship.php:634
1593
  #: includes/fields/class-acf-field-select.php:427
1594
  #: includes/fields/class-acf-field-time_picker.php:124
1595
- #: includes/fields/class-acf-field-user.php:412
1596
  #: pro/fields/class-acf-field-gallery.php:557
1597
  msgid "Return Format"
1598
  msgstr "Formato devolvido"
@@ -1712,7 +1701,7 @@ msgstr "Mostrado dentro do campo"
1712
  #: includes/fields/class-acf-field-email.php:136
1713
  #: includes/fields/class-acf-field-number.php:145
1714
  #: includes/fields/class-acf-field-password.php:80
1715
- #: includes/fields/class-acf-field-range.php:188
1716
  #: includes/fields/class-acf-field-text.php:113
1717
  msgid "Prepend"
1718
  msgstr "Preceder"
@@ -1720,7 +1709,7 @@ msgstr "Preceder"
1720
  #: includes/fields/class-acf-field-email.php:137
1721
  #: includes/fields/class-acf-field-number.php:146
1722
  #: includes/fields/class-acf-field-password.php:81
1723
- #: includes/fields/class-acf-field-range.php:189
1724
  #: includes/fields/class-acf-field-text.php:114
1725
  msgid "Appears before the input"
1726
  msgstr "Mostrado antes do campo"
@@ -1728,7 +1717,7 @@ msgstr "Mostrado antes do campo"
1728
  #: includes/fields/class-acf-field-email.php:145
1729
  #: includes/fields/class-acf-field-number.php:154
1730
  #: includes/fields/class-acf-field-password.php:89
1731
- #: includes/fields/class-acf-field-range.php:197
1732
  #: includes/fields/class-acf-field-text.php:122
1733
  msgid "Append"
1734
  msgstr "Suceder"
@@ -1736,7 +1725,7 @@ msgstr "Suceder"
1736
  #: includes/fields/class-acf-field-email.php:146
1737
  #: includes/fields/class-acf-field-number.php:155
1738
  #: includes/fields/class-acf-field-password.php:90
1739
- #: includes/fields/class-acf-field-range.php:198
1740
  #: includes/fields/class-acf-field-text.php:123
1741
  msgid "Appears after the input"
1742
  msgstr "Mostrado depois do campo"
@@ -1980,7 +1969,7 @@ msgstr "Tamanho da pré-visualização"
1980
  #: pro/fields/class-acf-field-gallery.php:622
1981
  #: pro/fields/class-acf-field-gallery.php:651
1982
  msgid "Restrict which images can be uploaded"
1983
- msgstr "Restringir que imagens que ser carregadas"
1984
 
1985
  #: includes/fields/class-acf-field-image.php:247
1986
  #: includes/fields/class-acf-field-image.php:276
@@ -2054,17 +2043,17 @@ msgid "Number"
2054
  msgstr "Número"
2055
 
2056
  #: includes/fields/class-acf-field-number.php:163
2057
- #: includes/fields/class-acf-field-range.php:158
2058
  msgid "Minimum Value"
2059
  msgstr "Valor mínimo"
2060
 
2061
  #: includes/fields/class-acf-field-number.php:172
2062
- #: includes/fields/class-acf-field-range.php:168
2063
  msgid "Maximum Value"
2064
  msgstr "Valor máximo"
2065
 
2066
  #: includes/fields/class-acf-field-number.php:181
2067
- #: includes/fields/class-acf-field-range.php:178
2068
  msgid "Step Size"
2069
  msgstr "Valor dos passos"
2070
 
@@ -2105,7 +2094,7 @@ msgstr "Arquivo"
2105
 
2106
  #: includes/fields/class-acf-field-page_link.php:269
2107
  #: includes/fields/class-acf-field-post_object.php:267
2108
- #: includes/fields/class-acf-field-taxonomy.php:961
2109
  msgid "Parent"
2110
  msgstr "Superior"
2111
 
@@ -2140,7 +2129,7 @@ msgstr "Permitir URL do arquivo"
2140
  #: includes/fields/class-acf-field-page_link.php:533
2141
  #: includes/fields/class-acf-field-post_object.php:421
2142
  #: includes/fields/class-acf-field-select.php:392
2143
- #: includes/fields/class-acf-field-user.php:403
2144
  msgid "Select multiple values?"
2145
  msgstr "Seleccionar valores múltiplos?"
2146
 
@@ -2222,7 +2211,7 @@ msgstr "Tipo de conteúdo"
2222
 
2223
  #: includes/fields/class-acf-field-relationship.php:595
2224
  #: includes/fields/class-acf-field-taxonomy.php:28
2225
- #: includes/fields/class-acf-field-taxonomy.php:754
2226
  #: includes/locations/class-acf-location-taxonomy.php:27
2227
  msgid "Taxonomy"
2228
  msgstr "Taxonomia"
@@ -2252,7 +2241,7 @@ msgstr[0] "%s requer pelo menos %s selecção"
2252
  msgstr[1] "%s requer pelo menos %s selecções"
2253
 
2254
  #: includes/fields/class-acf-field-select.php:25
2255
- #: includes/fields/class-acf-field-taxonomy.php:776
2256
  msgctxt "noun"
2257
  msgid "Select"
2258
  msgstr "Selecção"
@@ -2350,88 +2339,88 @@ msgstr "Posição"
2350
  msgid "Define an endpoint for the previous tabs to stop. This will start a new group of tabs."
2351
  msgstr "Define o fim dos separadores anteriores. Isto será o início de um novo grupo de separadores."
2352
 
2353
- #: includes/fields/class-acf-field-taxonomy.php:714
2354
  #, php-format
2355
  msgctxt "No terms"
2356
  msgid "No %s"
2357
  msgstr "Sem %s"
2358
 
2359
- #: includes/fields/class-acf-field-taxonomy.php:755
2360
  msgid "Select the taxonomy to be displayed"
2361
  msgstr "Seleccione a taxonomia que será mostrada."
2362
 
2363
- #: includes/fields/class-acf-field-taxonomy.php:764
2364
  msgid "Appearance"
2365
  msgstr "Apresentação"
2366
 
2367
- #: includes/fields/class-acf-field-taxonomy.php:765
2368
  msgid "Select the appearance of this field"
2369
  msgstr "Seleccione a apresentação deste campo."
2370
 
2371
- #: includes/fields/class-acf-field-taxonomy.php:770
2372
  msgid "Multiple Values"
2373
  msgstr "Valores múltiplos"
2374
 
2375
- #: includes/fields/class-acf-field-taxonomy.php:772
2376
  msgid "Multi Select"
2377
  msgstr "Selecção múltipla"
2378
 
2379
- #: includes/fields/class-acf-field-taxonomy.php:774
2380
  msgid "Single Value"
2381
  msgstr "Valor único"
2382
 
2383
- #: includes/fields/class-acf-field-taxonomy.php:775
2384
  msgid "Radio Buttons"
2385
  msgstr "Botões de opções"
2386
 
2387
- #: includes/fields/class-acf-field-taxonomy.php:799
2388
  msgid "Create Terms"
2389
  msgstr "Criar termos"
2390
 
2391
- #: includes/fields/class-acf-field-taxonomy.php:800
2392
  msgid "Allow new terms to be created whilst editing"
2393
  msgstr "Permite a criação de novos termos durante a edição."
2394
 
2395
- #: includes/fields/class-acf-field-taxonomy.php:809
2396
  msgid "Save Terms"
2397
  msgstr "Guardar termos"
2398
 
2399
- #: includes/fields/class-acf-field-taxonomy.php:810
2400
  msgid "Connect selected terms to the post"
2401
  msgstr "Liga os termos seleccionados ao conteúdo."
2402
 
2403
- #: includes/fields/class-acf-field-taxonomy.php:819
2404
  msgid "Load Terms"
2405
  msgstr "Carregar termos"
2406
 
2407
- #: includes/fields/class-acf-field-taxonomy.php:820
2408
  msgid "Load value from posts terms"
2409
  msgstr "Carrega os termos a partir dos termos dos conteúdos."
2410
 
2411
- #: includes/fields/class-acf-field-taxonomy.php:834
2412
  msgid "Term Object"
2413
  msgstr "Termo"
2414
 
2415
- #: includes/fields/class-acf-field-taxonomy.php:835
2416
  msgid "Term ID"
2417
  msgstr "ID do termo"
2418
 
2419
- #: includes/fields/class-acf-field-taxonomy.php:885
2420
  #, php-format
2421
  msgid "User unable to add new %s"
2422
  msgstr "O utilizador não pôde adicionar novo(a) %s"
2423
 
2424
- #: includes/fields/class-acf-field-taxonomy.php:895
2425
  #, php-format
2426
  msgid "%s already exists"
2427
  msgstr "%s já existe"
2428
 
2429
- #: includes/fields/class-acf-field-taxonomy.php:927
2430
  #, php-format
2431
  msgid "%s added"
2432
  msgstr "%s adicionado(a)"
2433
 
2434
- #: includes/fields/class-acf-field-taxonomy.php:973
2435
  #: includes/locations/class-acf-location-user-form.php:73
2436
  msgid "Add"
2437
  msgstr "Adicionar"
@@ -2504,30 +2493,34 @@ msgstr "URL"
2504
  msgid "Value must be a valid URL"
2505
  msgstr "O valor deve ser um URL válido"
2506
 
2507
- #: includes/fields/class-acf-field-user.php:25 includes/locations.php:95
2508
  msgid "User"
2509
  msgstr "Utilizador"
2510
 
2511
- #: includes/fields/class-acf-field-user.php:378
2512
  msgid "Filter by role"
2513
  msgstr "Filtrar por papel"
2514
 
2515
- #: includes/fields/class-acf-field-user.php:386
2516
  msgid "All user roles"
2517
  msgstr "Todos os papéis de utilizador"
2518
 
2519
- #: includes/fields/class-acf-field-user.php:417
2520
  msgid "User Array"
2521
  msgstr "Array do utilizador"
2522
 
2523
- #: includes/fields/class-acf-field-user.php:418
2524
  msgid "User Object"
2525
  msgstr "Objecto do utilizador"
2526
 
2527
- #: includes/fields/class-acf-field-user.php:419
2528
  msgid "User ID"
2529
  msgstr "ID do utilizador"
2530
 
 
 
 
 
2531
  #: includes/fields/class-acf-field-wysiwyg.php:25
2532
  msgid "Wysiwyg Editor"
2533
  msgstr "Editor wysiwyg"
@@ -2833,14 +2826,28 @@ msgstr "Verificar de novo"
2833
  msgid "Upgrade Notice"
2834
  msgstr "Informações sobre a actualização"
2835
 
2836
- #: pro/blocks.php:371
 
 
 
 
 
 
 
 
 
2837
  msgid "Switch to Edit"
2838
  msgstr "Mudar para o editor"
2839
 
2840
- #: pro/blocks.php:372
2841
  msgid "Switch to Preview"
2842
  msgstr "Mudar para pré-visualização"
2843
 
 
 
 
 
 
2844
  #: pro/fields/class-acf-field-clone.php:25
2845
  msgctxt "noun"
2846
  msgid "Clone"
@@ -3118,11 +3125,11 @@ msgstr "Opções actualizadas"
3118
  msgid "To enable updates, please enter your license key on the <a href=\"%s\">Updates</a> page. If you don't have a licence key, please see <a href=\"%s\">details & pricing</a>."
3119
  msgstr "Para permitir actualizações, por favor insira a sua chave de licença na página de <a href=\"%s\">Actualizações</a>. Se não tiver uma chave de licença, por favor veja os <a href=\"%s\">detalhes e preços</a>."
3120
 
3121
- #: tests/basic/test-blocks.php:30
3122
  msgid "Normal"
3123
  msgstr "Normal"
3124
 
3125
- #: tests/basic/test-blocks.php:31
3126
  msgid "Fancy"
3127
  msgstr "Elegante"
3128
 
@@ -3134,18 +3141,3 @@ msgstr "https://www.advancedcustomfields.com"
3134
  #. Author of the plugin/theme
3135
  msgid "Elliot Condon"
3136
  msgstr "Elliot Condon"
3137
-
3138
- #~ msgid "Shown when entering data"
3139
- #~ msgstr "Mostrado ao inserir dados"
3140
-
3141
- #~ msgid "Testimonial"
3142
- #~ msgstr "Testemunho"
3143
-
3144
- #~ msgid "A custom testimonial block."
3145
- #~ msgstr "Um bloco personalizado de testemunho."
3146
-
3147
- #~ msgid "http://www.elliotcondon.com/"
3148
- #~ msgstr "http://www.elliotcondon.com/"
3149
-
3150
- #~ msgid "<b>Error</b>. Could not connect to update server %s."
3151
- #~ msgstr "<b>Erro</b>. Não foi possível ligar ao servidor de actualização %s."
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: 2020-03-23 15:39+1000\n"
8
+ "PO-Revision-Date: 2020-03-23 09:23+0000\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.3\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"
26
  msgid "Advanced Custom Fields"
27
  msgstr "Advanced Custom Fields"
28
 
29
+ #: acf.php:342 includes/admin/admin.php:52
30
  msgid "Field Groups"
31
  msgstr "Grupos de campos"
32
 
33
+ #: acf.php:343
34
  msgid "Field Group"
35
  msgstr "Grupo de campos"
36
 
37
+ #: acf.php:344 acf.php:376 includes/admin/admin.php:53
38
  #: pro/fields/class-acf-field-flexible-content.php:558
39
  msgid "Add New"
40
  msgstr "Adicionar novo"
41
 
42
+ #: acf.php:345
43
  msgid "Add New Field Group"
44
  msgstr "Adicionar novo grupo de campos"
45
 
46
+ #: acf.php:346
47
  msgid "Edit Field Group"
48
  msgstr "Editar grupo de campos"
49
 
50
+ #: acf.php:347
51
  msgid "New Field Group"
52
  msgstr "Novo grupo de campos"
53
 
54
+ #: acf.php:348
55
  msgid "View Field Group"
56
  msgstr "Ver grupo de campos"
57
 
58
+ #: acf.php:349
59
  msgid "Search Field Groups"
60
  msgstr "Pesquisar grupos de campos"
61
 
62
+ #: acf.php:350
63
  msgid "No Field Groups found"
64
  msgstr "Nenhum grupo de campos encontrado"
65
 
66
+ #: acf.php:351
67
  msgid "No Field Groups found in Trash"
68
  msgstr "Nenhum grupo de campos encontrado no lixo"
69
 
70
+ #: acf.php:374 includes/admin/admin-field-group.php:220
71
  #: includes/admin/admin-field-groups.php:530
72
  #: pro/fields/class-acf-field-clone.php:811
73
  msgid "Fields"
74
  msgstr "Campos"
75
 
76
+ #: acf.php:375
77
  msgid "Field"
78
  msgstr "Campo"
79
 
80
+ #: acf.php:377
81
  msgid "Add New Field"
82
  msgstr "Adicionar novo campo"
83
 
84
+ #: acf.php:378
85
  msgid "Edit Field"
86
  msgstr "Editar campo"
87
 
88
+ #: acf.php:379 includes/admin/views/field-group-fields.php:41
89
  msgid "New Field"
90
  msgstr "Novo campo"
91
 
92
+ #: acf.php:380
93
  msgid "View Field"
94
  msgstr "Ver campo"
95
 
96
+ #: acf.php:381
97
  msgid "Search Fields"
98
  msgstr "Pesquisar campos"
99
 
100
+ #: acf.php:382
101
  msgid "No Fields found"
102
  msgstr "Nenhum campo encontrado"
103
 
104
+ #: acf.php:383
105
  msgid "No Fields found in Trash"
106
  msgstr "Nenhum campo encontrado no lixo"
107
 
108
+ #: acf.php:418 includes/admin/admin-field-group.php:402
109
  #: includes/admin/admin-field-groups.php:587
110
  msgid "Inactive"
111
  msgstr "Inactivo"
112
 
113
+ #: acf.php:423
114
  #, php-format
115
  msgid "Inactive <span class=\"count\">(%s)</span>"
116
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
220
  msgid "Active"
221
  msgstr "Activo"
222
 
223
+ #: includes/admin/admin-field-group.php:763
224
  msgid "Move Complete."
225
  msgstr "Movido com sucesso."
226
 
227
+ #: includes/admin/admin-field-group.php:764
228
  #, php-format
229
  msgid "The %s field can now be found in the %s field group"
230
  msgstr "O campo %s pode agora ser encontrado no grupo de campos %s"
231
 
232
+ #: includes/admin/admin-field-group.php:765
233
  msgid "Close Window"
234
  msgstr "Fechar janela"
235
 
236
+ #: includes/admin/admin-field-group.php:806
237
  msgid "Please select the destination for this field"
238
  msgstr "Por favor seleccione o destinho para este campo"
239
 
240
+ #: includes/admin/admin-field-group.php:813
241
  msgid "Move Field"
242
  msgstr "Mover campo"
243
 
289
  msgid "Customize WordPress with powerful, professional and intuitive fields."
290
  msgstr "Personalize o WordPress com campos intuitivos, poderosos e profissionais."
291
 
292
+ #: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
 
293
  #: pro/admin/views/html-settings-updates.php:107
294
  msgid "Changelog"
295
  msgstr "Registo de alterações"
369
  msgid "Tools"
370
  msgstr "Ferramentas"
371
 
372
+ #: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
373
+ #: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
374
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
375
  #: includes/admin/views/html-admin-page-upgrade.php:26
376
  msgid "Upgrade Database"
377
  msgstr "Actualizar base de dados"
378
 
379
+ #: includes/admin/admin-upgrade.php:199
380
  msgid "Review sites & upgrade"
381
  msgstr "Rever sites e actualizar"
382
 
383
+ #: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
384
  msgid "Custom Fields"
385
  msgstr "Campos personalizados"
386
 
387
+ #: includes/admin/admin.php:57
388
  msgid "Info"
389
  msgstr "Informações"
390
 
391
+ #: includes/admin/admin.php:122
392
  msgid "What's New"
393
  msgstr "O que há de novo"
394
 
604
  msgstr "Legenda"
605
 
606
  #: includes/admin/views/field-group-fields.php:6
607
+ #: includes/fields/class-acf-field-taxonomy.php:936
608
  #: pro/fields/class-acf-field-flexible-content.php:596
609
  msgid "Name"
610
  msgstr "Nome"
813
  msgid "Upgrading data to version %s"
814
  msgstr "A actualizar dados para a versão %s"
815
 
816
+ #: includes/admin/views/html-admin-page-upgrade-network.php:158
817
  msgid "Upgrade complete."
818
  msgstr "Actualização concluída."
819
 
820
+ #: includes/admin/views/html-admin-page-upgrade-network.php:161
821
+ #: includes/admin/views/html-admin-page-upgrade.php:65
 
 
822
  msgid "Upgrade failed."
823
  msgstr "Falhou ao actualizar."
824
 
831
  msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
832
  msgstr "Actualização da base de dados concluída. <a href=\"%s\">Ver o que há de novo</a>"
833
 
834
+ #: includes/admin/views/html-admin-page-upgrade.php:94
835
  #: includes/ajax/class-acf-ajax-upgrade.php:32
836
  msgid "No updates available."
837
  msgstr "Nenhuma actualização disponível."
882
  msgid "Please also check all premium add-ons (%s) are updated to the latest version."
883
  msgstr "Por favor, verifique se todos os add-ons premium (%s) estão actualizados para a última versão."
884
 
 
 
 
 
 
 
 
 
 
 
 
 
885
  #: includes/admin/views/settings-info.php:3
886
  msgid "Welcome to Advanced Custom Fields"
887
  msgstr "Bem-vindo ao Advanced Custom Fields"
1083
  msgid "We think you'll love the changes in %s."
1084
  msgstr "Pensamos que vai gostar das alterações na versão %s."
1085
 
1086
+ #: includes/ajax/class-acf-ajax.php:157
1087
+ msgid "Invalid nonce."
1088
+ msgstr "Nonce inválido."
1089
+
1090
  #: includes/api/api-helpers.php:827
1091
  msgid "Thumbnail"
1092
  msgstr "Miniatura"
1143
  msgid "File type must be %s."
1144
  msgstr "O tipo de ficheiro deve ser %s."
1145
 
1146
+ #: includes/assets.php:184
1147
  msgid "The changes you made will be lost if you navigate away from this page"
1148
  msgstr "As alterações que fez serão ignoradas se navegar para fora desta página."
1149
 
1150
+ #: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
1151
  msgctxt "verb"
1152
  msgid "Select"
1153
  msgstr "Seleccionar"
1154
 
1155
+ #: includes/assets.php:188
1156
  msgctxt "verb"
1157
  msgid "Edit"
1158
  msgstr "Editar"
1159
 
1160
+ #: includes/assets.php:189
1161
  msgctxt "verb"
1162
  msgid "Update"
1163
  msgstr "Actualizar"
1164
 
1165
+ #: includes/assets.php:190
1166
  msgid "Uploaded to this post"
1167
  msgstr "Carregados neste artigo"
1168
 
1169
+ #: includes/assets.php:191
1170
  msgid "Expand Details"
1171
  msgstr "Expandir detalhes"
1172
 
1173
+ #: includes/assets.php:192
1174
  msgid "Collapse Details"
1175
  msgstr "Minimizar detalhes"
1176
 
1177
+ #: includes/assets.php:193
1178
  msgid "Restricted"
1179
  msgstr "Restrito"
1180
 
1181
+ #: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
1182
  msgid "All images"
1183
  msgstr "Todas as imagens"
1184
 
1185
+ #: includes/assets.php:197
1186
  msgid "Validation successful"
1187
  msgstr "Validação bem sucedida"
1188
 
1189
+ #: includes/assets.php:198 includes/validation.php:285
1190
  #: includes/validation.php:296
1191
  msgid "Validation failed"
1192
  msgstr "A validação falhou"
1193
 
1194
+ #: includes/assets.php:199
1195
  msgid "1 field requires attention"
1196
  msgstr "1 campo requer a sua atenção"
1197
 
1198
+ #: includes/assets.php:200
1199
  #, php-format
1200
  msgid "%d fields require attention"
1201
  msgstr "%d campos requerem a sua atenção"
1202
 
1203
+ #: includes/assets.php:203
1204
  msgid "Are you sure?"
1205
  msgstr "Tem a certeza?"
1206
 
1207
+ #: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
1208
  #: includes/fields/class-acf-field-true_false.php:159
1209
  #: pro/admin/views/html-settings-updates.php:89
1210
  msgid "Yes"
1211
  msgstr "Sim"
1212
 
1213
+ #: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
1214
  #: includes/fields/class-acf-field-true_false.php:174
1215
  #: pro/admin/views/html-settings-updates.php:99
1216
  msgid "No"
1217
  msgstr "Não"
1218
 
1219
+ #: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
1220
  #: includes/fields/class-acf-field-image.php:140
1221
  #: includes/fields/class-acf-field-link.php:140
1222
  #: pro/fields/class-acf-field-gallery.php:338
1224
  msgid "Remove"
1225
  msgstr "Remover"
1226
 
1227
+ #: includes/assets.php:207
1228
  msgid "Cancel"
1229
  msgstr "Cancelar"
1230
 
1231
+ #: includes/assets.php:210
1232
  msgid "Has any value"
1233
  msgstr "Tem um valor qualquer"
1234
 
1235
+ #: includes/assets.php:211
1236
  msgid "Has no value"
1237
  msgstr "Não tem valor"
1238
 
1239
+ #: includes/assets.php:212
1240
  msgid "Value is equal to"
1241
  msgstr "O valor é igual a"
1242
 
1243
+ #: includes/assets.php:213
1244
  msgid "Value is not equal to"
1245
  msgstr "O valor é diferente de"
1246
 
1247
+ #: includes/assets.php:214
1248
  msgid "Value matches pattern"
1249
  msgstr "O valor corresponde ao padrão"
1250
 
1251
+ #: includes/assets.php:215
1252
  msgid "Value contains"
1253
  msgstr "O valor contém"
1254
 
1255
+ #: includes/assets.php:216
1256
  msgid "Value is greater than"
1257
  msgstr "O valor é maior do que"
1258
 
1259
+ #: includes/assets.php:217
1260
  msgid "Value is less than"
1261
  msgstr "O valor é menor do que"
1262
 
1263
+ #: includes/assets.php:218
1264
  msgid "Selection is greater than"
1265
  msgstr "A selecção é maior do que"
1266
 
1267
+ #: includes/assets.php:219
1268
  msgid "Selection is less than"
1269
  msgstr "A selecção é menor do que"
1270
 
1271
+ #: includes/assets.php:222 includes/forms/form-comment.php:166
1272
  #: pro/admin/admin-options-page.php:325
1273
  msgid "Edit field group"
1274
  msgstr "Editar grupo de campos"
1378
  #: includes/fields/class-acf-field-post_object.php:411
1379
  #: includes/fields/class-acf-field-radio.php:244
1380
  #: includes/fields/class-acf-field-select.php:382
1381
+ #: includes/fields/class-acf-field-taxonomy.php:781
1382
+ #: includes/fields/class-acf-field-user.php:63
1383
  msgid "Allow Null?"
1384
  msgstr "Permitir nulo?"
1385
 
1389
  #: includes/fields/class-acf-field-email.php:118
1390
  #: includes/fields/class-acf-field-number.php:127
1391
  #: includes/fields/class-acf-field-radio.php:281
1392
+ #: includes/fields/class-acf-field-range.php:155
1393
  #: includes/fields/class-acf-field-select.php:373
1394
  #: includes/fields/class-acf-field-text.php:95
1395
  #: includes/fields/class-acf-field-textarea.php:102
1403
  #: includes/fields/class-acf-field-email.php:119
1404
  #: includes/fields/class-acf-field-number.php:128
1405
  #: includes/fields/class-acf-field-radio.php:282
1406
+ #: includes/fields/class-acf-field-range.php:156
1407
  #: includes/fields/class-acf-field-text.php:96
1408
  #: includes/fields/class-acf-field-textarea.php:103
1409
  #: includes/fields/class-acf-field-url.php:101
1428
  #: includes/fields/class-acf-field-file.php:215
1429
  #: includes/fields/class-acf-field-link.php:166
1430
  #: includes/fields/class-acf-field-radio.php:304
1431
+ #: includes/fields/class-acf-field-taxonomy.php:826
1432
  msgid "Return Value"
1433
  msgstr "Valor devolvido"
1434
 
1455
  msgstr "Ambos (Array)"
1456
 
1457
  #: includes/fields/class-acf-field-checkbox.php:25
1458
+ #: includes/fields/class-acf-field-taxonomy.php:768
1459
  msgid "Checkbox"
1460
  msgstr "Caixa de selecção"
1461
 
1581
  #: includes/fields/class-acf-field-relationship.php:634
1582
  #: includes/fields/class-acf-field-select.php:427
1583
  #: includes/fields/class-acf-field-time_picker.php:124
1584
+ #: includes/fields/class-acf-field-user.php:79
1585
  #: pro/fields/class-acf-field-gallery.php:557
1586
  msgid "Return Format"
1587
  msgstr "Formato devolvido"
1701
  #: includes/fields/class-acf-field-email.php:136
1702
  #: includes/fields/class-acf-field-number.php:145
1703
  #: includes/fields/class-acf-field-password.php:80
1704
+ #: includes/fields/class-acf-field-range.php:194
1705
  #: includes/fields/class-acf-field-text.php:113
1706
  msgid "Prepend"
1707
  msgstr "Preceder"
1709
  #: includes/fields/class-acf-field-email.php:137
1710
  #: includes/fields/class-acf-field-number.php:146
1711
  #: includes/fields/class-acf-field-password.php:81
1712
+ #: includes/fields/class-acf-field-range.php:195
1713
  #: includes/fields/class-acf-field-text.php:114
1714
  msgid "Appears before the input"
1715
  msgstr "Mostrado antes do campo"
1717
  #: includes/fields/class-acf-field-email.php:145
1718
  #: includes/fields/class-acf-field-number.php:154
1719
  #: includes/fields/class-acf-field-password.php:89
1720
+ #: includes/fields/class-acf-field-range.php:203
1721
  #: includes/fields/class-acf-field-text.php:122
1722
  msgid "Append"
1723
  msgstr "Suceder"
1725
  #: includes/fields/class-acf-field-email.php:146
1726
  #: includes/fields/class-acf-field-number.php:155
1727
  #: includes/fields/class-acf-field-password.php:90
1728
+ #: includes/fields/class-acf-field-range.php:204
1729
  #: includes/fields/class-acf-field-text.php:123
1730
  msgid "Appears after the input"
1731
  msgstr "Mostrado depois do campo"
1969
  #: pro/fields/class-acf-field-gallery.php:622
1970
  #: pro/fields/class-acf-field-gallery.php:651
1971
  msgid "Restrict which images can be uploaded"
1972
+ msgstr "Restringe que imagens podem ser carregadas."
1973
 
1974
  #: includes/fields/class-acf-field-image.php:247
1975
  #: includes/fields/class-acf-field-image.php:276
2043
  msgstr "Número"
2044
 
2045
  #: includes/fields/class-acf-field-number.php:163
2046
+ #: includes/fields/class-acf-field-range.php:164
2047
  msgid "Minimum Value"
2048
  msgstr "Valor mínimo"
2049
 
2050
  #: includes/fields/class-acf-field-number.php:172
2051
+ #: includes/fields/class-acf-field-range.php:174
2052
  msgid "Maximum Value"
2053
  msgstr "Valor máximo"
2054
 
2055
  #: includes/fields/class-acf-field-number.php:181
2056
+ #: includes/fields/class-acf-field-range.php:184
2057
  msgid "Step Size"
2058
  msgstr "Valor dos passos"
2059
 
2094
 
2095
  #: includes/fields/class-acf-field-page_link.php:269
2096
  #: includes/fields/class-acf-field-post_object.php:267
2097
+ #: includes/fields/class-acf-field-taxonomy.php:958
2098
  msgid "Parent"
2099
  msgstr "Superior"
2100
 
2129
  #: includes/fields/class-acf-field-page_link.php:533
2130
  #: includes/fields/class-acf-field-post_object.php:421
2131
  #: includes/fields/class-acf-field-select.php:392
2132
+ #: includes/fields/class-acf-field-user.php:71
2133
  msgid "Select multiple values?"
2134
  msgstr "Seleccionar valores múltiplos?"
2135
 
2211
 
2212
  #: includes/fields/class-acf-field-relationship.php:595
2213
  #: includes/fields/class-acf-field-taxonomy.php:28
2214
+ #: includes/fields/class-acf-field-taxonomy.php:751
2215
  #: includes/locations/class-acf-location-taxonomy.php:27
2216
  msgid "Taxonomy"
2217
  msgstr "Taxonomia"
2241
  msgstr[1] "%s requer pelo menos %s selecções"
2242
 
2243
  #: includes/fields/class-acf-field-select.php:25
2244
+ #: includes/fields/class-acf-field-taxonomy.php:773
2245
  msgctxt "noun"
2246
  msgid "Select"
2247
  msgstr "Selecção"
2339
  msgid "Define an endpoint for the previous tabs to stop. This will start a new group of tabs."
2340
  msgstr "Define o fim dos separadores anteriores. Isto será o início de um novo grupo de separadores."
2341
 
2342
+ #: includes/fields/class-acf-field-taxonomy.php:711
2343
  #, php-format
2344
  msgctxt "No terms"
2345
  msgid "No %s"
2346
  msgstr "Sem %s"
2347
 
2348
+ #: includes/fields/class-acf-field-taxonomy.php:752
2349
  msgid "Select the taxonomy to be displayed"
2350
  msgstr "Seleccione a taxonomia que será mostrada."
2351
 
2352
+ #: includes/fields/class-acf-field-taxonomy.php:761
2353
  msgid "Appearance"
2354
  msgstr "Apresentação"
2355
 
2356
+ #: includes/fields/class-acf-field-taxonomy.php:762
2357
  msgid "Select the appearance of this field"
2358
  msgstr "Seleccione a apresentação deste campo."
2359
 
2360
+ #: includes/fields/class-acf-field-taxonomy.php:767
2361
  msgid "Multiple Values"
2362
  msgstr "Valores múltiplos"
2363
 
2364
+ #: includes/fields/class-acf-field-taxonomy.php:769
2365
  msgid "Multi Select"
2366
  msgstr "Selecção múltipla"
2367
 
2368
+ #: includes/fields/class-acf-field-taxonomy.php:771
2369
  msgid "Single Value"
2370
  msgstr "Valor único"
2371
 
2372
+ #: includes/fields/class-acf-field-taxonomy.php:772
2373
  msgid "Radio Buttons"
2374
  msgstr "Botões de opções"
2375
 
2376
+ #: includes/fields/class-acf-field-taxonomy.php:796
2377
  msgid "Create Terms"
2378
  msgstr "Criar termos"
2379
 
2380
+ #: includes/fields/class-acf-field-taxonomy.php:797
2381
  msgid "Allow new terms to be created whilst editing"
2382
  msgstr "Permite a criação de novos termos durante a edição."
2383
 
2384
+ #: includes/fields/class-acf-field-taxonomy.php:806
2385
  msgid "Save Terms"
2386
  msgstr "Guardar termos"
2387
 
2388
+ #: includes/fields/class-acf-field-taxonomy.php:807
2389
  msgid "Connect selected terms to the post"
2390
  msgstr "Liga os termos seleccionados ao conteúdo."
2391
 
2392
+ #: includes/fields/class-acf-field-taxonomy.php:816
2393
  msgid "Load Terms"
2394
  msgstr "Carregar termos"
2395
 
2396
+ #: includes/fields/class-acf-field-taxonomy.php:817
2397
  msgid "Load value from posts terms"
2398
  msgstr "Carrega os termos a partir dos termos dos conteúdos."
2399
 
2400
+ #: includes/fields/class-acf-field-taxonomy.php:831
2401
  msgid "Term Object"
2402
  msgstr "Termo"
2403
 
2404
+ #: includes/fields/class-acf-field-taxonomy.php:832
2405
  msgid "Term ID"
2406
  msgstr "ID do termo"
2407
 
2408
+ #: includes/fields/class-acf-field-taxonomy.php:882
2409
  #, php-format
2410
  msgid "User unable to add new %s"
2411
  msgstr "O utilizador não pôde adicionar novo(a) %s"
2412
 
2413
+ #: includes/fields/class-acf-field-taxonomy.php:892
2414
  #, php-format
2415
  msgid "%s already exists"
2416
  msgstr "%s já existe"
2417
 
2418
+ #: includes/fields/class-acf-field-taxonomy.php:924
2419
  #, php-format
2420
  msgid "%s added"
2421
  msgstr "%s adicionado(a)"
2422
 
2423
+ #: includes/fields/class-acf-field-taxonomy.php:970
2424
  #: includes/locations/class-acf-location-user-form.php:73
2425
  msgid "Add"
2426
  msgstr "Adicionar"
2493
  msgid "Value must be a valid URL"
2494
  msgstr "O valor deve ser um URL válido"
2495
 
2496
+ #: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
2497
  msgid "User"
2498
  msgstr "Utilizador"
2499
 
2500
+ #: includes/fields/class-acf-field-user.php:51
2501
  msgid "Filter by role"
2502
  msgstr "Filtrar por papel"
2503
 
2504
+ #: includes/fields/class-acf-field-user.php:59
2505
  msgid "All user roles"
2506
  msgstr "Todos os papéis de utilizador"
2507
 
2508
+ #: includes/fields/class-acf-field-user.php:84
2509
  msgid "User Array"
2510
  msgstr "Array do utilizador"
2511
 
2512
+ #: includes/fields/class-acf-field-user.php:85
2513
  msgid "User Object"
2514
  msgstr "Objecto do utilizador"
2515
 
2516
+ #: includes/fields/class-acf-field-user.php:86
2517
  msgid "User ID"
2518
  msgstr "ID do utilizador"
2519
 
2520
+ #: includes/fields/class-acf-field-user.php:334
2521
+ msgid "Error loading field."
2522
+ msgstr "Erro ao carregar campo."
2523
+
2524
  #: includes/fields/class-acf-field-wysiwyg.php:25
2525
  msgid "Wysiwyg Editor"
2526
  msgstr "Editor wysiwyg"
2826
  msgid "Upgrade Notice"
2827
  msgstr "Informações sobre a actualização"
2828
 
2829
+ #: pro/blocks.php:36
2830
+ msgid "Block type name is required."
2831
+ msgstr "O nome do tipo de bloco é obrigatório."
2832
+
2833
+ #: pro/blocks.php:43
2834
+ #, php-format
2835
+ msgid "Block type \"%s\" is already registered."
2836
+ msgstr "O tipo de bloco \"%s\" já está registado."
2837
+
2838
+ #: pro/blocks.php:393
2839
  msgid "Switch to Edit"
2840
  msgstr "Mudar para o editor"
2841
 
2842
+ #: pro/blocks.php:394
2843
  msgid "Switch to Preview"
2844
  msgstr "Mudar para pré-visualização"
2845
 
2846
+ #: pro/blocks.php:397
2847
+ #, php-format
2848
+ msgid "%s settings"
2849
+ msgstr "Definições de %s"
2850
+
2851
  #: pro/fields/class-acf-field-clone.php:25
2852
  msgctxt "noun"
2853
  msgid "Clone"
3125
  msgid "To enable updates, please enter your license key on the <a href=\"%s\">Updates</a> page. If you don't have a licence key, please see <a href=\"%s\">details & pricing</a>."
3126
  msgstr "Para permitir actualizações, por favor insira a sua chave de licença na página de <a href=\"%s\">Actualizações</a>. Se não tiver uma chave de licença, por favor veja os <a href=\"%s\">detalhes e preços</a>."
3127
 
3128
+ #: tests/basic/test-blocks.php:46
3129
  msgid "Normal"
3130
  msgstr "Normal"
3131
 
3132
+ #: tests/basic/test-blocks.php:47
3133
  msgid "Fancy"
3134
  msgstr "Elegante"
3135
 
3141
  #. Author of the plugin/theme
3142
  msgid "Elliot Condon"
3143
  msgstr "Elliot Condon"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/acf-zh_TW.mo CHANGED
Binary file
lang/acf-zh_TW.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: Advanced Custom Fields Pro v5.8.7\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
  "POT-Creation-Date: 2020-02-13 17:09+0800\n"
6
- "PO-Revision-Date: 2020-02-14 12:13+0800\n"
7
  "Last-Translator: Audi Lu <mrmu@mrmu.com.tw>\n"
8
  "Language-Team: Audi Lu <mrmu@mrmu.com.tw>\n"
9
  "Language: zh_TW\n"
@@ -108,7 +108,7 @@ msgstr "回收桶中沒有找到欄位群組"
108
  #: acf.php:416 includes/admin/admin-field-group.php:402
109
  #: includes/admin/admin-field-groups.php:587
110
  msgid "Inactive"
111
- msgstr "未禁用"
112
 
113
  #: acf.php:421
114
  #, php-format
@@ -170,7 +170,7 @@ msgstr "欄位群組的標題為必填"
170
 
171
  #: includes/admin/admin-field-group.php:174
172
  msgid "Move to trash. Are you sure?"
173
- msgstr "確定要刪除嗎?"
174
 
175
  #: includes/admin/admin-field-group.php:175
176
  msgid "No toggle fields available"
@@ -319,7 +319,7 @@ msgstr "Pro"
319
  #: includes/admin/admin-field-groups.php:647
320
  #, php-format
321
  msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
322
- msgstr "感謝您使用 <a href=“%s”>ACF</a>。"
323
 
324
  #: includes/admin/admin-field-groups.php:686
325
  msgid "Duplicate this item"
@@ -498,16 +498,16 @@ msgstr[0] "匯入 %s 欄位群組"
498
 
499
  #: includes/admin/views/field-group-field-conditional-logic.php:25
500
  msgid "Conditional Logic"
501
- msgstr "條件邏輯"
502
 
503
  #: includes/admin/views/field-group-field-conditional-logic.php:51
504
  msgid "Show this field if"
505
- msgstr "顯示此欄位群組的條件"
506
 
507
  #: includes/admin/views/field-group-field-conditional-logic.php:138
508
  #: includes/admin/views/html-location-rule.php:86
509
  msgid "and"
510
- msgstr "+"
511
 
512
  #: includes/admin/views/field-group-field-conditional-logic.php:153
513
  #: includes/admin/views/field-group-locations.php:31
@@ -560,7 +560,7 @@ msgstr "欄位標籤"
560
 
561
  #: includes/admin/views/field-group-field.php:66
562
  msgid "This is the name which will appear on the EDIT page"
563
- msgstr "在編輯介面顯示的名稱"
564
 
565
  #: includes/admin/views/field-group-field.php:75
566
  msgid "Field Name"
@@ -568,7 +568,8 @@ msgstr "欄位名稱"
568
 
569
  #: includes/admin/views/field-group-field.php:76
570
  msgid "Single word, no spaces. Underscores and dashes allowed"
571
- msgstr "單字元串不能有空格,可使用橫線或底線"
 
572
 
573
  #: includes/admin/views/field-group-field.php:85
574
  msgid "Field Type"
@@ -584,7 +585,7 @@ msgstr "顯示給作者的說明文字。會在送出資料時顯示"
584
 
585
  #: includes/admin/views/field-group-field.php:106
586
  msgid "Required?"
587
- msgstr "必填嗎?"
588
 
589
  #: includes/admin/views/field-group-field.php:129
590
  msgid "Wrapper Attributes"
@@ -596,7 +597,7 @@ msgstr "寬度"
596
 
597
  #: includes/admin/views/field-group-field.php:150
598
  msgid "class"
599
- msgstr "類別"
600
 
601
  #: includes/admin/views/field-group-field.php:163
602
  msgid "id"
@@ -627,7 +628,7 @@ msgstr "名稱"
627
 
628
  #: includes/admin/views/field-group-fields.php:7
629
  msgid "Key"
630
- msgstr ""
631
 
632
  #: includes/admin/views/field-group-fields.php:8
633
  msgid "Type"
@@ -637,11 +638,12 @@ msgstr "類型"
637
  msgid ""
638
  "No fields. Click the <strong>+ Add Field</strong> button to create your "
639
  "first field."
640
- msgstr "沒有欄位,點擊<strong>新增</strong>按鈕建立第一個欄位。"
 
641
 
642
  #: includes/admin/views/field-group-fields.php:31
643
  msgid "+ Add Field"
644
- msgstr "新增欄位"
645
 
646
  #: includes/admin/views/field-group-locations.php:9
647
  msgid "Rules"
@@ -655,31 +657,31 @@ msgstr "建立一組規則以確定自訂欄位在哪些編輯介面顯示"
655
 
656
  #: includes/admin/views/field-group-options.php:23
657
  msgid "Style"
658
- msgstr "樣式"
659
 
660
  #: includes/admin/views/field-group-options.php:30
661
  msgid "Standard (WP metabox)"
662
- msgstr "標準 (WP metabox)"
663
 
664
  #: includes/admin/views/field-group-options.php:31
665
  msgid "Seamless (no metabox)"
666
- msgstr "連續 (no metabox)"
667
 
668
  #: includes/admin/views/field-group-options.php:38
669
  msgid "Position"
670
- msgstr "位置"
671
 
672
  #: includes/admin/views/field-group-options.php:45
673
  msgid "High (after title)"
674
- msgstr " (位於標題後面)"
675
 
676
  #: includes/admin/views/field-group-options.php:46
677
  msgid "Normal (after content)"
678
- msgstr "正常 (位於內容後面)"
679
 
680
  #: includes/admin/views/field-group-options.php:47
681
  msgid "Side"
682
- msgstr "邊欄"
683
 
684
  #: includes/admin/views/field-group-options.php:55
685
  msgid "Label placement"
@@ -697,19 +699,19 @@ msgstr "置左"
697
 
698
  #: includes/admin/views/field-group-options.php:70
699
  msgid "Instruction placement"
700
- msgstr "說明位置"
701
 
702
  #: includes/admin/views/field-group-options.php:77
703
  msgid "Below labels"
704
- msgstr "欄位標籤"
705
 
706
  #: includes/admin/views/field-group-options.php:78
707
  msgid "Below fields"
708
- msgstr "下面的欄位"
709
 
710
  #: includes/admin/views/field-group-options.php:85
711
  msgid "Order No."
712
- msgstr "排序"
713
 
714
  #: includes/admin/views/field-group-options.php:86
715
  msgid "Field groups with a lower order will appear first"
@@ -717,11 +719,11 @@ msgstr "順序編號較小的欄位群組會先顯示"
717
 
718
  #: includes/admin/views/field-group-options.php:97
719
  msgid "Shown in field group list"
720
- msgstr "在欄位群組列表中顯示"
721
 
722
  #: includes/admin/views/field-group-options.php:107
723
  msgid "Permalink"
724
- msgstr "固定連結"
725
 
726
  #: includes/admin/views/field-group-options.php:108
727
  msgid "Content Editor"
@@ -741,11 +743,11 @@ msgstr "留言"
741
 
742
  #: includes/admin/views/field-group-options.php:113
743
  msgid "Revisions"
744
- msgstr "版本"
745
 
746
  #: includes/admin/views/field-group-options.php:114
747
  msgid "Slug"
748
- msgstr "別名"
749
 
750
  #: includes/admin/views/field-group-options.php:115
751
  msgid "Author"
@@ -774,23 +776,23 @@ msgstr "標籤"
774
 
775
  #: includes/admin/views/field-group-options.php:121
776
  msgid "Send Trackbacks"
777
- msgstr "發送 Trackbacks"
778
 
779
  #: includes/admin/views/field-group-options.php:128
780
  msgid "Hide on screen"
781
- msgstr "隱藏元素"
782
 
783
  #: includes/admin/views/field-group-options.php:129
784
  msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
785
- msgstr "<b>選擇</b>需要在編輯畫面<b>隱藏</b>的項目。"
786
 
787
  #: includes/admin/views/field-group-options.php:129
788
  msgid ""
789
  "If multiple field groups appear on an edit screen, the first field group's "
790
  "options will be used (the one with the lowest order number)"
791
  msgstr ""
792
- "如果多個欄位群組出現在編輯畫面,只有第一個自訂欄位群組的選項會被使用(排序最"
793
- "小的號碼)"
794
 
795
  #: includes/admin/views/html-admin-page-upgrade-network.php:26
796
  #, php-format
@@ -834,7 +836,7 @@ msgstr "請至少選擇一個要升級的站點。"
834
  msgid ""
835
  "It is strongly recommended that you backup your database before proceeding. "
836
  "Are you sure you wish to run the updater now?"
837
- msgstr "我們強烈建議您在繼續操作之前備份你的資料庫。您確定要立即執行更新?"
838
 
839
  #: includes/admin/views/html-admin-page-upgrade-network.php:144
840
  #: includes/admin/views/html-admin-page-upgrade.php:31
@@ -888,7 +890,7 @@ msgstr "彈性內容"
888
  #: includes/admin/views/html-notice-upgrade.php:10
889
  #: pro/fields/class-acf-field-gallery.php:25
890
  msgid "Gallery"
891
- msgstr "相簿"
892
 
893
  #: includes/admin/views/html-notice-upgrade.php:11
894
  #: pro/locations/class-acf-location-options-page.php:26
@@ -902,7 +904,7 @@ msgstr "資料庫需要升級"
902
  #: includes/admin/views/html-notice-upgrade.php:22
903
  #, php-format
904
  msgid "Thank you for updating to %s v%s!"
905
- msgstr "感謝您更新至 %s v%s"
906
 
907
  #: includes/admin/views/html-notice-upgrade.php:22
908
  msgid ""
@@ -946,7 +948,7 @@ msgstr ""
946
 
947
  #: includes/admin/views/settings-info.php:22
948
  msgid "Improved Design"
949
- msgstr "改進的設計"
950
 
951
  #: includes/admin/views/settings-info.php:23
952
  msgid ""
@@ -972,7 +974,7 @@ msgstr ""
972
 
973
  #: includes/admin/views/settings-info.php:35
974
  msgid "Goodbye Add-ons. Hello PRO"
975
- msgstr "再見 Add-ons。PRO 您好"
976
 
977
  #: includes/admin/views/settings-info.php:38
978
  msgid "Introducing ACF PRO"
@@ -1009,7 +1011,7 @@ msgstr ""
1009
  #: includes/admin/views/settings-info.php:46
1010
  #, php-format
1011
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1012
- msgstr "了解更多關於<a href=\\\"%s\\\">ACF PRO的功能</a> 。"
1013
 
1014
  #: includes/admin/views/settings-info.php:50
1015
  msgid "Easy Upgrading"
@@ -1038,13 +1040,13 @@ msgstr "新功能"
1038
  #: includes/admin/views/settings-info.php:66
1039
  #| msgid "Edit Field"
1040
  msgid "Link Field"
1041
- msgstr "鏈結欄位"
1042
 
1043
  #: includes/admin/views/settings-info.php:67
1044
  msgid ""
1045
  "The Link field provides a simple way to select or define a link (url, title, "
1046
  "target)."
1047
- msgstr "鏈結欄位能簡單的選擇或定義鏈結 (url, title, target) 。"
1048
 
1049
  #: includes/admin/views/settings-info.php:71
1050
  #| msgid "Move Field"
@@ -1292,7 +1294,7 @@ msgstr "%d 個欄位需要注意"
1292
  #: includes/assets.php:203
1293
  #| msgid "Move to trash. Are you sure?"
1294
  msgid "Are you sure?"
1295
- msgstr "你確定嗎?"
1296
 
1297
  #: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
1298
  #: includes/fields/class-acf-field-true_false.php:159
@@ -1403,7 +1405,7 @@ msgstr "jQuery"
1403
  #: pro/fields/class-acf-field-flexible-content.php:602
1404
  #: pro/fields/class-acf-field-repeater.php:448
1405
  msgid "Layout"
1406
- msgstr "樣式"
1407
 
1408
  #: includes/fields/class-acf-field-accordion.php:24
1409
  msgid "Accordion"
@@ -1452,14 +1454,17 @@ msgstr "選項"
1452
  #: includes/fields/class-acf-field-radio.php:236
1453
  #: includes/fields/class-acf-field-select.php:365
1454
  msgid "Enter each choice on a new line."
1455
- msgstr "每行輸入一個選項。"
1456
 
1457
  #: includes/fields/class-acf-field-button-group.php:150
1458
  #: includes/fields/class-acf-field-checkbox.php:345
1459
  #: includes/fields/class-acf-field-radio.php:236
1460
  #: includes/fields/class-acf-field-select.php:365
1461
  msgid "For more control, you may specify both a value and label like this:"
1462
- msgstr "為了更好掌控,你要同時指定一個值和標籤就像:"
 
 
 
1463
 
1464
  #: includes/fields/class-acf-field-button-group.php:150
1465
  #: includes/fields/class-acf-field-checkbox.php:345
@@ -1476,7 +1481,7 @@ msgstr "red : 紅"
1476
  #: includes/fields/class-acf-field-taxonomy.php:784
1477
  #: includes/fields/class-acf-field-user.php:393
1478
  msgid "Allow Null?"
1479
- msgstr "是否允許空值?"
1480
 
1481
  #: includes/fields/class-acf-field-button-group.php:168
1482
  #: includes/fields/class-acf-field-checkbox.php:380
@@ -1533,7 +1538,7 @@ msgstr "返回值"
1533
  #: includes/fields/class-acf-field-link.php:167
1534
  #: includes/fields/class-acf-field-radio.php:305
1535
  msgid "Specify the returned value on front end"
1536
- msgstr "在前端指定回傳值"
1537
 
1538
  #: includes/fields/class-acf-field-button-group.php:197
1539
  #: includes/fields/class-acf-field-checkbox.php:419
@@ -1570,7 +1575,7 @@ msgstr "允許自訂"
1570
 
1571
  #: includes/fields/class-acf-field-checkbox.php:358
1572
  msgid "Allow 'custom' values to be added"
1573
- msgstr "允許加入 ‘自訂’ 值"
1574
 
1575
  #: includes/fields/class-acf-field-checkbox.php:364
1576
  #| msgid "Move Custom Field"
@@ -1579,7 +1584,7 @@ msgstr "儲存自訂"
1579
 
1580
  #: includes/fields/class-acf-field-checkbox.php:369
1581
  msgid "Save 'custom' values to the field's choices"
1582
- msgstr "儲存 ‘自訂’ 值到欄位的選項"
1583
 
1584
  #: includes/fields/class-acf-field-checkbox.php:381
1585
  #: includes/fields/class-acf-field-select.php:374
@@ -1693,7 +1698,7 @@ msgstr "回傳格式"
1693
  #: includes/fields/class-acf-field-date_time_picker.php:201
1694
  #: includes/fields/class-acf-field-time_picker.php:125
1695
  msgid "The format returned via template functions"
1696
- msgstr "透過模板函式回傳的格式"
1697
 
1698
  #: includes/fields/class-acf-field-date_picker.php:227
1699
  #: includes/fields/class-acf-field-date_time_picker.php:217
@@ -1795,7 +1800,7 @@ msgstr "電子郵件"
1795
  #: includes/fields/class-acf-field-textarea.php:111
1796
  #: includes/fields/class-acf-field-url.php:109
1797
  msgid "Placeholder Text"
1798
- msgstr "佔位字"
1799
 
1800
  #: includes/fields/class-acf-field-email.php:128
1801
  #: includes/fields/class-acf-field-number.php:137
@@ -1812,7 +1817,7 @@ msgstr "出現在輸入欄位中"
1812
  #: includes/fields/class-acf-field-range.php:188
1813
  #: includes/fields/class-acf-field-text.php:113
1814
  msgid "Prepend"
1815
- msgstr "前置"
1816
 
1817
  #: includes/fields/class-acf-field-email.php:137
1818
  #: includes/fields/class-acf-field-number.php:146
@@ -1828,7 +1833,7 @@ msgstr "出現在輸入欄位之前"
1828
  #: includes/fields/class-acf-field-range.php:197
1829
  #: includes/fields/class-acf-field-text.php:122
1830
  msgid "Append"
1831
- msgstr "後綴"
1832
 
1833
  #: includes/fields/class-acf-field-email.php:146
1834
  #: includes/fields/class-acf-field-number.php:155
@@ -1885,7 +1890,7 @@ msgstr "檔案ID"
1885
  #: includes/fields/class-acf-field-image.php:229
1886
  #: pro/fields/class-acf-field-gallery.php:592
1887
  msgid "Library"
1888
- msgstr ""
1889
 
1890
  #: includes/fields/class-acf-field-file.php:231
1891
  #: includes/fields/class-acf-field-image.php:230
@@ -1970,7 +1975,7 @@ msgstr "中間"
1970
  #: includes/fields/class-acf-field-google-map.php:182
1971
  #: includes/fields/class-acf-field-google-map.php:193
1972
  msgid "Center the initial map"
1973
- msgstr "置中初始地圖"
1974
 
1975
  #: includes/fields/class-acf-field-google-map.php:204
1976
  msgid "Zoom"
@@ -1978,7 +1983,7 @@ msgstr "縮放"
1978
 
1979
  #: includes/fields/class-acf-field-google-map.php:205
1980
  msgid "Set the initial zoom level"
1981
- msgstr "設定初始縮放層級"
1982
 
1983
  #: includes/fields/class-acf-field-google-map.php:214
1984
  #: includes/fields/class-acf-field-image.php:255
@@ -2048,7 +2053,7 @@ msgstr "更新圖片"
2048
 
2049
  #: includes/fields/class-acf-field-image.php:156
2050
  msgid "No image selected"
2051
- msgstr "沒有選擇圖片"
2052
 
2053
  #: includes/fields/class-acf-field-image.php:156
2054
  msgid "Add Image"
@@ -2092,12 +2097,12 @@ msgstr "寬"
2092
  #: includes/fields/class-acf-field-link.php:25
2093
  #| msgid "Page Link"
2094
  msgid "Link"
2095
- msgstr "鏈結"
2096
 
2097
  #: includes/fields/class-acf-field-link.php:133
2098
  #| msgid "Select File"
2099
  msgid "Select Link"
2100
- msgstr "選擇鏈結"
2101
 
2102
  #: includes/fields/class-acf-field-link.php:138
2103
  msgid "Opens in a new window/tab"
@@ -2105,12 +2110,12 @@ msgstr "於新視窗/分頁開啟"
2105
 
2106
  #: includes/fields/class-acf-field-link.php:172
2107
  msgid "Link Array"
2108
- msgstr "鏈結陣列"
2109
 
2110
  #: includes/fields/class-acf-field-link.php:173
2111
  #| msgid "File URL"
2112
  msgid "Link URL"
2113
- msgstr "鏈結網址"
2114
 
2115
  #: includes/fields/class-acf-field-message.php:25
2116
  #: includes/fields/class-acf-field-message.php:101
@@ -2245,7 +2250,7 @@ msgstr "允許文章彙整網址"
2245
  #: includes/fields/class-acf-field-select.php:392
2246
  #: includes/fields/class-acf-field-user.php:403
2247
  msgid "Select multiple values?"
2248
- msgstr "是否選擇多個值?"
2249
 
2250
  #: includes/fields/class-acf-field-password.php:25
2251
  msgid "Password"
@@ -2272,7 +2277,7 @@ msgstr "其他"
2272
 
2273
  #: includes/fields/class-acf-field-radio.php:259
2274
  msgid "Add 'other' choice to allow for custom values"
2275
- msgstr "新增 ‘其他’ 選擇以允許自訂值"
2276
 
2277
  #: includes/fields/class-acf-field-radio.php:265
2278
  msgid "Save Other"
@@ -2280,7 +2285,7 @@ msgstr "儲存其它"
2280
 
2281
  #: includes/fields/class-acf-field-radio.php:270
2282
  msgid "Save 'other' values to the field's choices"
2283
- msgstr " \b’其他’ 值儲存到該欄位的選項中"
2284
 
2285
  #: includes/fields/class-acf-field-range.php:25
2286
  msgid "Range"
@@ -2292,7 +2297,7 @@ msgstr "關係"
2292
 
2293
  #: includes/fields/class-acf-field-relationship.php:62
2294
  msgid "Maximum values reached ( {max} values )"
2295
- msgstr "已達最大值 ( {max} 值 )"
2296
 
2297
  #: includes/fields/class-acf-field-relationship.php:63
2298
  msgid "Loading"
@@ -2316,7 +2321,7 @@ msgstr "搜尋..."
2316
 
2317
  #: includes/fields/class-acf-field-relationship.php:588
2318
  msgid "Filters"
2319
- msgstr "篩選器"
2320
 
2321
  #: includes/fields/class-acf-field-relationship.php:594
2322
  #: includes/locations/class-acf-location-post-type.php:27
@@ -2433,7 +2438,7 @@ msgstr "程式化 UI"
2433
 
2434
  #: includes/fields/class-acf-field-select.php:412
2435
  msgid "Use AJAX to lazy load choices?"
2436
- msgstr "使用 AJAX 去 lazy load 選擇?"
2437
 
2438
  #: includes/fields/class-acf-field-select.php:428
2439
  msgid "Specify the value returned"
@@ -2616,7 +2621,7 @@ msgstr "填入值必須是合法的網址"
2616
 
2617
  #: includes/fields/class-acf-field-user.php:25 includes/locations.php:95
2618
  msgid "User"
2619
- msgstr "會員"
2620
 
2621
  #: includes/fields/class-acf-field-user.php:378
2622
  msgid "Filter by role"
@@ -2659,7 +2664,7 @@ msgstr "點擊初始化 TinyMCE"
2659
 
2660
  #: includes/fields/class-acf-field-wysiwyg.php:390
2661
  msgid "Tabs"
2662
- msgstr "頁籤"
2663
 
2664
  #: includes/fields/class-acf-field-wysiwyg.php:395
2665
  msgid "Visual & Text"
@@ -2679,7 +2684,7 @@ msgstr "工具條"
2679
 
2680
  #: includes/fields/class-acf-field-wysiwyg.php:419
2681
  msgid "Show Media Upload Buttons?"
2682
- msgstr "是否顯示媒體上傳按鈕?"
2683
 
2684
  #: includes/fields/class-acf-field-wysiwyg.php:429
2685
  msgid "Delay initialization?"
@@ -2750,7 +2755,7 @@ msgstr "目前使用者角色"
2750
 
2751
  #: includes/locations/class-acf-location-current-user-role.php:110
2752
  msgid "Super Admin"
2753
- msgstr "超級使用者"
2754
 
2755
  #: includes/locations/class-acf-location-current-user.php:27
2756
  msgid "Current User"
@@ -2787,16 +2792,16 @@ msgstr "選單"
2787
 
2788
  #: includes/locations/class-acf-location-page-parent.php:27
2789
  msgid "Page Parent"
2790
- msgstr "父級頁面"
2791
 
2792
  #: includes/locations/class-acf-location-page-template.php:27
2793
  msgid "Page Template"
2794
- msgstr "頁面模版"
2795
 
2796
  #: includes/locations/class-acf-location-page-template.php:87
2797
  #: includes/locations/class-acf-location-post-template.php:134
2798
  msgid "Default Template"
2799
- msgstr "預設模版"
2800
 
2801
  #: includes/locations/class-acf-location-page-type.php:27
2802
  msgid "Page Type"
@@ -2804,23 +2809,23 @@ msgstr "頁面類型"
2804
 
2805
  #: includes/locations/class-acf-location-page-type.php:146
2806
  msgid "Front Page"
2807
- msgstr "首頁"
2808
 
2809
  #: includes/locations/class-acf-location-page-type.php:147
2810
  msgid "Posts Page"
2811
- msgstr "文章頁"
2812
 
2813
  #: includes/locations/class-acf-location-page-type.php:148
2814
  msgid "Top Level Page (no parent)"
2815
- msgstr "頂層頁(無父層)"
2816
 
2817
  #: includes/locations/class-acf-location-page-type.php:149
2818
  msgid "Parent Page (has children)"
2819
- msgstr "父頁(有子分類)"
2820
 
2821
  #: includes/locations/class-acf-location-page-type.php:150
2822
  msgid "Child Page (has parent)"
2823
- msgstr "子頁(有父分類)"
2824
 
2825
  #: includes/locations/class-acf-location-post-category.php:27
2826
  msgid "Post Category"
@@ -2841,7 +2846,7 @@ msgstr "文章分類法"
2841
  #: includes/locations/class-acf-location-post-template.php:27
2842
  #| msgid "Page Template"
2843
  msgid "Post Template"
2844
- msgstr "文章模版"
2845
 
2846
  #: includes/locations/class-acf-location-user-form.php:22
2847
  msgid "User Form"
@@ -2919,8 +2924,8 @@ msgid ""
2919
  "licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
2920
  "a>."
2921
  msgstr ""
2922
- "要解鎖更新服務,請於下方輸入您的授權金鑰。若你沒有授權金鑰,請查閱 <a "
2923
- "href=“%s target=“_blank”>詳情 & 價目</a>."
2924
 
2925
  #: pro/admin/views/html-settings-updates.php:29
2926
  msgid "License Key"
@@ -2952,7 +2957,7 @@ msgstr "請於上方輸入你的授權金鑰以解鎖更新"
2952
 
2953
  #: pro/admin/views/html-settings-updates.php:100
2954
  msgid "Check Again"
2955
- msgstr "更檢查一次"
2956
 
2957
  #: pro/admin/views/html-settings-updates.php:117
2958
  msgid "Upgrade Notice"
@@ -3037,11 +3042,11 @@ msgstr "新增列"
3037
  #: pro/fields/class-acf-field-flexible-content.php:1006
3038
  msgid "layout"
3039
  msgid_plural "layouts"
3040
- msgstr[0] "排版"
3041
 
3042
  #: pro/fields/class-acf-field-flexible-content.php:74
3043
  msgid "layouts"
3044
- msgstr "排版"
3045
 
3046
  #: pro/fields/class-acf-field-flexible-content.php:77
3047
  #: pro/fields/class-acf-field-flexible-content.php:923
@@ -3063,7 +3068,7 @@ msgstr "{required} {label} {identifier} 需要 (最小 {min})"
3063
 
3064
  #: pro/fields/class-acf-field-flexible-content.php:85
3065
  msgid "Flexible Content requires at least 1 layout"
3066
- msgstr "彈性內容需要至少 1 個排版"
3067
 
3068
  #: pro/fields/class-acf-field-flexible-content.php:287
3069
  #, php-format
@@ -3072,11 +3077,11 @@ msgstr "點擊下方的 \"%s\" 按鈕以新增設定"
3072
 
3073
  #: pro/fields/class-acf-field-flexible-content.php:413
3074
  msgid "Add layout"
3075
- msgstr "新增排版"
3076
 
3077
  #: pro/fields/class-acf-field-flexible-content.php:414
3078
  msgid "Remove layout"
3079
- msgstr "移除排版"
3080
 
3081
  #: pro/fields/class-acf-field-flexible-content.php:415
3082
  #: pro/fields/class-acf-field-repeater.php:301
@@ -3085,23 +3090,23 @@ msgstr "點擊切換"
3085
 
3086
  #: pro/fields/class-acf-field-flexible-content.php:555
3087
  msgid "Reorder Layout"
3088
- msgstr "重排序排版"
3089
 
3090
  #: pro/fields/class-acf-field-flexible-content.php:555
3091
  msgid "Reorder"
3092
- msgstr "重排序"
3093
 
3094
  #: pro/fields/class-acf-field-flexible-content.php:556
3095
  msgid "Delete Layout"
3096
- msgstr "刪除排版"
3097
 
3098
  #: pro/fields/class-acf-field-flexible-content.php:557
3099
  msgid "Duplicate Layout"
3100
- msgstr "複製排版"
3101
 
3102
  #: pro/fields/class-acf-field-flexible-content.php:558
3103
  msgid "Add New Layout"
3104
- msgstr "新增新排版"
3105
 
3106
  #: pro/fields/class-acf-field-flexible-content.php:629
3107
  msgid "Min"
@@ -3118,15 +3123,15 @@ msgstr "按鈕標籤"
3118
 
3119
  #: pro/fields/class-acf-field-flexible-content.php:678
3120
  msgid "Minimum Layouts"
3121
- msgstr "最少排版"
3122
 
3123
  #: pro/fields/class-acf-field-flexible-content.php:687
3124
  msgid "Maximum Layouts"
3125
- msgstr "最多排版"
3126
 
3127
  #: pro/fields/class-acf-field-gallery.php:73
3128
  msgid "Add Image to Gallery"
3129
- msgstr "新增圖片到相簿"
3130
 
3131
  #: pro/fields/class-acf-field-gallery.php:74
3132
  msgid "Maximum selection reached"
@@ -3147,7 +3152,7 @@ msgstr "替代文字"
3147
 
3148
  #: pro/fields/class-acf-field-gallery.php:487
3149
  msgid "Add to gallery"
3150
- msgstr "加到相簿"
3151
 
3152
  #: pro/fields/class-acf-field-gallery.php:491
3153
  msgid "Bulk actions"
@@ -3545,14 +3550,14 @@ msgstr "Elliot Condon"
3545
  #~ msgid ""
3546
  #~ "ACF will create a .xml export file which is compatible with the native WP "
3547
  #~ "import plugin."
3548
- #~ msgstr "ACF將建立一個相容WP導入外掛的.xml檔案。"
3549
 
3550
  #~ msgid ""
3551
  #~ "Imported field groups <b>will</b> appear in the list of editable field "
3552
  #~ "groups. This is useful for migrating fields groups between Wp websites."
3553
  #~ msgstr ""
3554
- #~ "導入欄位群組將出現在可編輯欄位群組後面,在幾個WP站點之間遷移欄位群組時,這"
3555
- #~ "將非常有用。"
3556
 
3557
  #~ msgid "Select field group(s) from the list and click \"Export XML\""
3558
  #~ msgstr "從列表中選擇欄位群組,然後點擊 \"匯出XML\" "
@@ -3561,16 +3566,16 @@ msgstr "Elliot Condon"
3561
  #~ msgstr "匯出後儲存.xml檔案"
3562
 
3563
  #~ msgid "Navigate to Tools &raquo; Import and select WordPress"
3564
- #~ msgstr "轉到工具 &raquo; 導入,然後選擇WordPress "
3565
 
3566
  #~ msgid "Install WP import plugin if prompted"
3567
- #~ msgstr "安裝WP導入外掛後開始"
3568
 
3569
  #~ msgid "Upload and import your exported .xml file"
3570
- #~ msgstr "上傳並導入.xml檔案"
3571
 
3572
  #~ msgid "Select your user and ignore Import Attachments"
3573
- #~ msgstr "選擇會員,忽略導入附件"
3574
 
3575
  #~ msgid "That's it! Happy WordPressing"
3576
  #~ msgstr "成功了,使用愉快!"
3
  "Project-Id-Version: Advanced Custom Fields Pro v5.8.7\n"
4
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
5
  "POT-Creation-Date: 2020-02-13 17:09+0800\n"
6
+ "PO-Revision-Date: 2020-03-10 13:40+0800\n"
7
  "Last-Translator: Audi Lu <mrmu@mrmu.com.tw>\n"
8
  "Language-Team: Audi Lu <mrmu@mrmu.com.tw>\n"
9
  "Language: zh_TW\n"
108
  #: acf.php:416 includes/admin/admin-field-group.php:402
109
  #: includes/admin/admin-field-groups.php:587
110
  msgid "Inactive"
111
+ msgstr "未啟用"
112
 
113
  #: acf.php:421
114
  #, php-format
170
 
171
  #: includes/admin/admin-field-group.php:174
172
  msgid "Move to trash. Are you sure?"
173
+ msgstr "選取項目會移至回收桶,確定要繼續進行嗎?"
174
 
175
  #: includes/admin/admin-field-group.php:175
176
  msgid "No toggle fields available"
319
  #: includes/admin/admin-field-groups.php:647
320
  #, php-format
321
  msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
322
+ msgstr "感謝您使用 <a href=\"%s\">ACF</a>。"
323
 
324
  #: includes/admin/admin-field-groups.php:686
325
  msgid "Duplicate this item"
498
 
499
  #: includes/admin/views/field-group-field-conditional-logic.php:25
500
  msgid "Conditional Logic"
501
+ msgstr "啟用條件邏輯"
502
 
503
  #: includes/admin/views/field-group-field-conditional-logic.php:51
504
  msgid "Show this field if"
505
+ msgstr "符合下列規則就顯示欄位"
506
 
507
  #: includes/admin/views/field-group-field-conditional-logic.php:138
508
  #: includes/admin/views/html-location-rule.php:86
509
  msgid "and"
510
+ msgstr ""
511
 
512
  #: includes/admin/views/field-group-field-conditional-logic.php:153
513
  #: includes/admin/views/field-group-locations.php:31
560
 
561
  #: includes/admin/views/field-group-field.php:66
562
  msgid "This is the name which will appear on the EDIT page"
563
+ msgstr "顯示於內容編輯頁面、供使用者瞭解這個欄位用途的名稱"
564
 
565
  #: includes/admin/views/field-group-field.php:75
566
  msgid "Field Name"
568
 
569
  #: includes/admin/views/field-group-field.php:76
570
  msgid "Single word, no spaces. Underscores and dashes allowed"
571
+ msgstr ""
572
+ "請使用英文及數字字元撰寫單一字串;不可使用空格,但可使用底線 _ 及破折號 -"
573
 
574
  #: includes/admin/views/field-group-field.php:85
575
  msgid "Field Type"
585
 
586
  #: includes/admin/views/field-group-field.php:106
587
  msgid "Required?"
588
+ msgstr "是否為必填欄位"
589
 
590
  #: includes/admin/views/field-group-field.php:129
591
  msgid "Wrapper Attributes"
597
 
598
  #: includes/admin/views/field-group-field.php:150
599
  msgid "class"
600
+ msgstr "class"
601
 
602
  #: includes/admin/views/field-group-field.php:163
603
  msgid "id"
628
 
629
  #: includes/admin/views/field-group-fields.php:7
630
  msgid "Key"
631
+ msgstr "索引鍵值"
632
 
633
  #: includes/admin/views/field-group-fields.php:8
634
  msgid "Type"
638
  msgid ""
639
  "No fields. Click the <strong>+ Add Field</strong> button to create your "
640
  "first field."
641
+ msgstr ""
642
+ "尚無欄位。請點擊 <strong>[+ 新增欄位]</strong> 按鈕以建立群組中的第一個欄位。"
643
 
644
  #: includes/admin/views/field-group-fields.php:31
645
  msgid "+ Add Field"
646
+ msgstr "+ 新增欄位"
647
 
648
  #: includes/admin/views/field-group-locations.php:9
649
  msgid "Rules"
657
 
658
  #: includes/admin/views/field-group-options.php:23
659
  msgid "Style"
660
+ msgstr "欄位群組樣式"
661
 
662
  #: includes/admin/views/field-group-options.php:30
663
  msgid "Standard (WP metabox)"
664
+ msgstr "標準 (WP 自訂區塊)"
665
 
666
  #: includes/admin/views/field-group-options.php:31
667
  msgid "Seamless (no metabox)"
668
+ msgstr "隨選即用 (沒有自訂區塊)"
669
 
670
  #: includes/admin/views/field-group-options.php:38
671
  msgid "Position"
672
+ msgstr "欄位群組位置"
673
 
674
  #: includes/admin/views/field-group-options.php:45
675
  msgid "High (after title)"
676
+ msgstr "頂端 (標題下方)"
677
 
678
  #: includes/admin/views/field-group-options.php:46
679
  msgid "Normal (after content)"
680
+ msgstr "一般 (內容下方)"
681
 
682
  #: includes/admin/views/field-group-options.php:47
683
  msgid "Side"
684
+ msgstr "側邊"
685
 
686
  #: includes/admin/views/field-group-options.php:55
687
  msgid "Label placement"
699
 
700
  #: includes/admin/views/field-group-options.php:70
701
  msgid "Instruction placement"
702
+ msgstr "操作說明位置"
703
 
704
  #: includes/admin/views/field-group-options.php:77
705
  msgid "Below labels"
706
+ msgstr "欄位標籤下方"
707
 
708
  #: includes/admin/views/field-group-options.php:78
709
  msgid "Below fields"
710
+ msgstr "欄位下方"
711
 
712
  #: includes/admin/views/field-group-options.php:85
713
  msgid "Order No."
714
+ msgstr "欄位群組順序編號"
715
 
716
  #: includes/admin/views/field-group-options.php:86
717
  msgid "Field groups with a lower order will appear first"
719
 
720
  #: includes/admin/views/field-group-options.php:97
721
  msgid "Shown in field group list"
722
+ msgstr "顯示於欄位群組清單的說明內容"
723
 
724
  #: includes/admin/views/field-group-options.php:107
725
  msgid "Permalink"
726
+ msgstr "永久連結"
727
 
728
  #: includes/admin/views/field-group-options.php:108
729
  msgid "Content Editor"
743
 
744
  #: includes/admin/views/field-group-options.php:113
745
  msgid "Revisions"
746
+ msgstr "內容修訂"
747
 
748
  #: includes/admin/views/field-group-options.php:114
749
  msgid "Slug"
750
+ msgstr "代稱"
751
 
752
  #: includes/admin/views/field-group-options.php:115
753
  msgid "Author"
776
 
777
  #: includes/admin/views/field-group-options.php:121
778
  msgid "Send Trackbacks"
779
+ msgstr "傳送引用通知"
780
 
781
  #: includes/admin/views/field-group-options.php:128
782
  msgid "Hide on screen"
783
+ msgstr "需要在編輯畫面隱藏的項目"
784
 
785
  #: includes/admin/views/field-group-options.php:129
786
  msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
787
+ msgstr "<b>選取</b>要在編輯畫面<b>隱藏</b>的項目"
788
 
789
  #: includes/admin/views/field-group-options.php:129
790
  msgid ""
791
  "If multiple field groups appear on an edit screen, the first field group's "
792
  "options will be used (the one with the lowest order number)"
793
  msgstr ""
794
+ "如果編輯畫面出現多個欄位群組,則會使用第一個欄位群組的設定,亦即 [順序編號] "
795
+ "數值最小的那個欄位群組設定"
796
 
797
  #: includes/admin/views/html-admin-page-upgrade-network.php:26
798
  #, php-format
836
  msgid ""
837
  "It is strongly recommended that you backup your database before proceeding. "
838
  "Are you sure you wish to run the updater now?"
839
+ msgstr "強烈建議在進行這項操作前,先備份網站的資料庫。確定要執行更新程式嗎?"
840
 
841
  #: includes/admin/views/html-admin-page-upgrade-network.php:144
842
  #: includes/admin/views/html-admin-page-upgrade.php:31
890
  #: includes/admin/views/html-notice-upgrade.php:10
891
  #: pro/fields/class-acf-field-gallery.php:25
892
  msgid "Gallery"
893
+ msgstr "圖庫"
894
 
895
  #: includes/admin/views/html-notice-upgrade.php:11
896
  #: pro/locations/class-acf-location-options-page.php:26
904
  #: includes/admin/views/html-notice-upgrade.php:22
905
  #, php-format
906
  msgid "Thank you for updating to %s v%s!"
907
+ msgstr "感謝您更新至 %s %s 版!"
908
 
909
  #: includes/admin/views/html-notice-upgrade.php:22
910
  msgid ""
948
 
949
  #: includes/admin/views/settings-info.php:22
950
  msgid "Improved Design"
951
+ msgstr "改進設計"
952
 
953
  #: includes/admin/views/settings-info.php:23
954
  msgid ""
974
 
975
  #: includes/admin/views/settings-info.php:35
976
  msgid "Goodbye Add-ons. Hello PRO"
977
+ msgstr "告別附加元件,擁抱 Pro "
978
 
979
  #: includes/admin/views/settings-info.php:38
980
  msgid "Introducing ACF PRO"
1011
  #: includes/admin/views/settings-info.php:46
1012
  #, php-format
1013
  msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
1014
+ msgstr "進一步了解<a href=\\\"%s\\\">ACF PRO的功能</a>。"
1015
 
1016
  #: includes/admin/views/settings-info.php:50
1017
  msgid "Easy Upgrading"
1040
  #: includes/admin/views/settings-info.php:66
1041
  #| msgid "Edit Field"
1042
  msgid "Link Field"
1043
+ msgstr "連結欄位"
1044
 
1045
  #: includes/admin/views/settings-info.php:67
1046
  msgid ""
1047
  "The Link field provides a simple way to select or define a link (url, title, "
1048
  "target)."
1049
+ msgstr "連結欄位能簡單的選擇或定義連結 (網址、標題、開啟目標)。"
1050
 
1051
  #: includes/admin/views/settings-info.php:71
1052
  #| msgid "Move Field"
1294
  #: includes/assets.php:203
1295
  #| msgid "Move to trash. Are you sure?"
1296
  msgid "Are you sure?"
1297
+ msgstr "確定要繼續操作嗎?"
1298
 
1299
  #: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
1300
  #: includes/fields/class-acf-field-true_false.php:159
1405
  #: pro/fields/class-acf-field-flexible-content.php:602
1406
  #: pro/fields/class-acf-field-repeater.php:448
1407
  msgid "Layout"
1408
+ msgstr "版面配置"
1409
 
1410
  #: includes/fields/class-acf-field-accordion.php:24
1411
  msgid "Accordion"
1454
  #: includes/fields/class-acf-field-radio.php:236
1455
  #: includes/fields/class-acf-field-select.php:365
1456
  msgid "Enter each choice on a new line."
1457
+ msgstr "每行輸入一個選項"
1458
 
1459
  #: includes/fields/class-acf-field-button-group.php:150
1460
  #: includes/fields/class-acf-field-checkbox.php:345
1461
  #: includes/fields/class-acf-field-radio.php:236
1462
  #: includes/fields/class-acf-field-select.php:365
1463
  msgid "For more control, you may specify both a value and label like this:"
1464
+ msgstr ""
1465
+ "為了能對資料有的掌控,可以同時指定如下所示的選項值與選項標籤,格式為「選項"
1466
+ "值 : 選項標籤」(請使用半形冒號,並在冒號前後加上半形空格區隔選項值及選項標"
1467
+ "籤):"
1468
 
1469
  #: includes/fields/class-acf-field-button-group.php:150
1470
  #: includes/fields/class-acf-field-checkbox.php:345
1481
  #: includes/fields/class-acf-field-taxonomy.php:784
1482
  #: includes/fields/class-acf-field-user.php:393
1483
  msgid "Allow Null?"
1484
+ msgstr "是否接受空值"
1485
 
1486
  #: includes/fields/class-acf-field-button-group.php:168
1487
  #: includes/fields/class-acf-field-checkbox.php:380
1538
  #: includes/fields/class-acf-field-link.php:167
1539
  #: includes/fields/class-acf-field-radio.php:305
1540
  msgid "Specify the returned value on front end"
1541
+ msgstr "指定在網站前端傳回的值"
1542
 
1543
  #: includes/fields/class-acf-field-button-group.php:197
1544
  #: includes/fields/class-acf-field-checkbox.php:419
1575
 
1576
  #: includes/fields/class-acf-field-checkbox.php:358
1577
  msgid "Allow 'custom' values to be added"
1578
+ msgstr "允許加入[自訂]值"
1579
 
1580
  #: includes/fields/class-acf-field-checkbox.php:364
1581
  #| msgid "Move Custom Field"
1584
 
1585
  #: includes/fields/class-acf-field-checkbox.php:369
1586
  msgid "Save 'custom' values to the field's choices"
1587
+ msgstr "儲存\b [自訂] 值到欄位的選項"
1588
 
1589
  #: includes/fields/class-acf-field-checkbox.php:381
1590
  #: includes/fields/class-acf-field-select.php:374
1698
  #: includes/fields/class-acf-field-date_time_picker.php:201
1699
  #: includes/fields/class-acf-field-time_picker.php:125
1700
  msgid "The format returned via template functions"
1701
+ msgstr "範本函式回傳的格式"
1702
 
1703
  #: includes/fields/class-acf-field-date_picker.php:227
1704
  #: includes/fields/class-acf-field-date_time_picker.php:217
1800
  #: includes/fields/class-acf-field-textarea.php:111
1801
  #: includes/fields/class-acf-field-url.php:109
1802
  msgid "Placeholder Text"
1803
+ msgstr "預留位置文字"
1804
 
1805
  #: includes/fields/class-acf-field-email.php:128
1806
  #: includes/fields/class-acf-field-number.php:137
1817
  #: includes/fields/class-acf-field-range.php:188
1818
  #: includes/fields/class-acf-field-text.php:113
1819
  msgid "Prepend"
1820
+ msgstr "欄位前置文字"
1821
 
1822
  #: includes/fields/class-acf-field-email.php:137
1823
  #: includes/fields/class-acf-field-number.php:146
1833
  #: includes/fields/class-acf-field-range.php:197
1834
  #: includes/fields/class-acf-field-text.php:122
1835
  msgid "Append"
1836
+ msgstr "欄位後綴文字"
1837
 
1838
  #: includes/fields/class-acf-field-email.php:146
1839
  #: includes/fields/class-acf-field-number.php:155
1890
  #: includes/fields/class-acf-field-image.php:229
1891
  #: pro/fields/class-acf-field-gallery.php:592
1892
  msgid "Library"
1893
+ msgstr "媒體庫"
1894
 
1895
  #: includes/fields/class-acf-field-file.php:231
1896
  #: includes/fields/class-acf-field-image.php:230
1975
  #: includes/fields/class-acf-field-google-map.php:182
1976
  #: includes/fields/class-acf-field-google-map.php:193
1977
  msgid "Center the initial map"
1978
+ msgstr "載入地圖後的初始中心位置,請輸入緯度 (lat) 及經度 (lng)"
1979
 
1980
  #: includes/fields/class-acf-field-google-map.php:204
1981
  msgid "Zoom"
1983
 
1984
  #: includes/fields/class-acf-field-google-map.php:205
1985
  msgid "Set the initial zoom level"
1986
+ msgstr "載入地圖後的初始縮放層級"
1987
 
1988
  #: includes/fields/class-acf-field-google-map.php:214
1989
  #: includes/fields/class-acf-field-image.php:255
2053
 
2054
  #: includes/fields/class-acf-field-image.php:156
2055
  msgid "No image selected"
2056
+ msgstr "尚未選取圖片"
2057
 
2058
  #: includes/fields/class-acf-field-image.php:156
2059
  msgid "Add Image"
2097
  #: includes/fields/class-acf-field-link.php:25
2098
  #| msgid "Page Link"
2099
  msgid "Link"
2100
+ msgstr "連結"
2101
 
2102
  #: includes/fields/class-acf-field-link.php:133
2103
  #| msgid "Select File"
2104
  msgid "Select Link"
2105
+ msgstr "選取連結"
2106
 
2107
  #: includes/fields/class-acf-field-link.php:138
2108
  msgid "Opens in a new window/tab"
2110
 
2111
  #: includes/fields/class-acf-field-link.php:172
2112
  msgid "Link Array"
2113
+ msgstr "連結陣列"
2114
 
2115
  #: includes/fields/class-acf-field-link.php:173
2116
  #| msgid "File URL"
2117
  msgid "Link URL"
2118
+ msgstr "連結網址"
2119
 
2120
  #: includes/fields/class-acf-field-message.php:25
2121
  #: includes/fields/class-acf-field-message.php:101
2250
  #: includes/fields/class-acf-field-select.php:392
2251
  #: includes/fields/class-acf-field-user.php:403
2252
  msgid "Select multiple values?"
2253
+ msgstr "是否可複選"
2254
 
2255
  #: includes/fields/class-acf-field-password.php:25
2256
  msgid "Password"
2277
 
2278
  #: includes/fields/class-acf-field-radio.php:259
2279
  msgid "Add 'other' choice to allow for custom values"
2280
+ msgstr "加入 [其他] 這個選項,讓使用者可輸入自訂值"
2281
 
2282
  #: includes/fields/class-acf-field-radio.php:265
2283
  msgid "Save Other"
2285
 
2286
  #: includes/fields/class-acf-field-radio.php:270
2287
  msgid "Save 'other' values to the field's choices"
2288
+ msgstr "儲存填入 [其他] 選項中的值,作為這個欄位的選項"
2289
 
2290
  #: includes/fields/class-acf-field-range.php:25
2291
  msgid "Range"
2297
 
2298
  #: includes/fields/class-acf-field-relationship.php:62
2299
  msgid "Maximum values reached ( {max} values )"
2300
+ msgstr "最大值為 {max} 篇,目前已達最大值"
2301
 
2302
  #: includes/fields/class-acf-field-relationship.php:63
2303
  msgid "Loading"
2321
 
2322
  #: includes/fields/class-acf-field-relationship.php:588
2323
  msgid "Filters"
2324
+ msgstr "外掛內建的篩選條件"
2325
 
2326
  #: includes/fields/class-acf-field-relationship.php:594
2327
  #: includes/locations/class-acf-location-post-type.php:27
2438
 
2439
  #: includes/fields/class-acf-field-select.php:412
2440
  msgid "Use AJAX to lazy load choices?"
2441
+ msgstr "使用 AJAX 去 lazy load 選擇"
2442
 
2443
  #: includes/fields/class-acf-field-select.php:428
2444
  msgid "Specify the value returned"
2621
 
2622
  #: includes/fields/class-acf-field-user.php:25 includes/locations.php:95
2623
  msgid "User"
2624
+ msgstr "使用者"
2625
 
2626
  #: includes/fields/class-acf-field-user.php:378
2627
  msgid "Filter by role"
2664
 
2665
  #: includes/fields/class-acf-field-wysiwyg.php:390
2666
  msgid "Tabs"
2667
+ msgstr "分頁"
2668
 
2669
  #: includes/fields/class-acf-field-wysiwyg.php:395
2670
  msgid "Visual & Text"
2684
 
2685
  #: includes/fields/class-acf-field-wysiwyg.php:419
2686
  msgid "Show Media Upload Buttons?"
2687
+ msgstr "是否顯示媒體上傳按鈕"
2688
 
2689
  #: includes/fields/class-acf-field-wysiwyg.php:429
2690
  msgid "Delay initialization?"
2755
 
2756
  #: includes/locations/class-acf-location-current-user-role.php:110
2757
  msgid "Super Admin"
2758
+ msgstr "多站網路管理員"
2759
 
2760
  #: includes/locations/class-acf-location-current-user.php:27
2761
  msgid "Current User"
2792
 
2793
  #: includes/locations/class-acf-location-page-parent.php:27
2794
  msgid "Page Parent"
2795
+ msgstr "最上層頁面"
2796
 
2797
  #: includes/locations/class-acf-location-page-template.php:27
2798
  msgid "Page Template"
2799
+ msgstr "頁面範本"
2800
 
2801
  #: includes/locations/class-acf-location-page-template.php:87
2802
  #: includes/locations/class-acf-location-post-template.php:134
2803
  msgid "Default Template"
2804
+ msgstr "預設範本"
2805
 
2806
  #: includes/locations/class-acf-location-page-type.php:27
2807
  msgid "Page Type"
2809
 
2810
  #: includes/locations/class-acf-location-page-type.php:146
2811
  msgid "Front Page"
2812
+ msgstr "網站首頁"
2813
 
2814
  #: includes/locations/class-acf-location-page-type.php:147
2815
  msgid "Posts Page"
2816
+ msgstr "文章頁面"
2817
 
2818
  #: includes/locations/class-acf-location-page-type.php:148
2819
  msgid "Top Level Page (no parent)"
2820
+ msgstr "最上層頁面 (再無上層頁面的頁面)"
2821
 
2822
  #: includes/locations/class-acf-location-page-type.php:149
2823
  msgid "Parent Page (has children)"
2824
+ msgstr "上層頁面 (含有子頁面)"
2825
 
2826
  #: includes/locations/class-acf-location-page-type.php:150
2827
  msgid "Child Page (has parent)"
2828
+ msgstr "子頁面 (具有上層頁面)"
2829
 
2830
  #: includes/locations/class-acf-location-post-category.php:27
2831
  msgid "Post Category"
2846
  #: includes/locations/class-acf-location-post-template.php:27
2847
  #| msgid "Page Template"
2848
  msgid "Post Template"
2849
+ msgstr "文章範本"
2850
 
2851
  #: includes/locations/class-acf-location-user-form.php:22
2852
  msgid "User Form"
2924
  "licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
2925
  "a>."
2926
  msgstr ""
2927
+ "要解鎖更新服務,請於下方輸入您的授權金鑰。若你沒有授權金鑰,請查閱 <a href="
2928
+ "\"%s\" target=\"_blank\">詳情與價目</a>。"
2929
 
2930
  #: pro/admin/views/html-settings-updates.php:29
2931
  msgid "License Key"
2957
 
2958
  #: pro/admin/views/html-settings-updates.php:100
2959
  msgid "Check Again"
2960
+ msgstr "再檢查一次"
2961
 
2962
  #: pro/admin/views/html-settings-updates.php:117
2963
  msgid "Upgrade Notice"
3042
  #: pro/fields/class-acf-field-flexible-content.php:1006
3043
  msgid "layout"
3044
  msgid_plural "layouts"
3045
+ msgstr[0] "版面配置"
3046
 
3047
  #: pro/fields/class-acf-field-flexible-content.php:74
3048
  msgid "layouts"
3049
+ msgstr "版面"
3050
 
3051
  #: pro/fields/class-acf-field-flexible-content.php:77
3052
  #: pro/fields/class-acf-field-flexible-content.php:923
3068
 
3069
  #: pro/fields/class-acf-field-flexible-content.php:85
3070
  msgid "Flexible Content requires at least 1 layout"
3071
+ msgstr "彈性內容需要至少 1 個版面配置"
3072
 
3073
  #: pro/fields/class-acf-field-flexible-content.php:287
3074
  #, php-format
3077
 
3078
  #: pro/fields/class-acf-field-flexible-content.php:413
3079
  msgid "Add layout"
3080
+ msgstr "新增版面"
3081
 
3082
  #: pro/fields/class-acf-field-flexible-content.php:414
3083
  msgid "Remove layout"
3084
+ msgstr "移除版面"
3085
 
3086
  #: pro/fields/class-acf-field-flexible-content.php:415
3087
  #: pro/fields/class-acf-field-repeater.php:301
3090
 
3091
  #: pro/fields/class-acf-field-flexible-content.php:555
3092
  msgid "Reorder Layout"
3093
+ msgstr "重排版面"
3094
 
3095
  #: pro/fields/class-acf-field-flexible-content.php:555
3096
  msgid "Reorder"
3097
+ msgstr "重排"
3098
 
3099
  #: pro/fields/class-acf-field-flexible-content.php:556
3100
  msgid "Delete Layout"
3101
+ msgstr "刪除版面"
3102
 
3103
  #: pro/fields/class-acf-field-flexible-content.php:557
3104
  msgid "Duplicate Layout"
3105
+ msgstr "複製版面"
3106
 
3107
  #: pro/fields/class-acf-field-flexible-content.php:558
3108
  msgid "Add New Layout"
3109
+ msgstr "新增版面"
3110
 
3111
  #: pro/fields/class-acf-field-flexible-content.php:629
3112
  msgid "Min"
3123
 
3124
  #: pro/fields/class-acf-field-flexible-content.php:678
3125
  msgid "Minimum Layouts"
3126
+ msgstr "最少可使用版面數量"
3127
 
3128
  #: pro/fields/class-acf-field-flexible-content.php:687
3129
  msgid "Maximum Layouts"
3130
+ msgstr "最多可使用版面數量"
3131
 
3132
  #: pro/fields/class-acf-field-gallery.php:73
3133
  msgid "Add Image to Gallery"
3134
+ msgstr "新增圖片到圖庫"
3135
 
3136
  #: pro/fields/class-acf-field-gallery.php:74
3137
  msgid "Maximum selection reached"
3152
 
3153
  #: pro/fields/class-acf-field-gallery.php:487
3154
  msgid "Add to gallery"
3155
+ msgstr "加入圖庫"
3156
 
3157
  #: pro/fields/class-acf-field-gallery.php:491
3158
  msgid "Bulk actions"
3550
  #~ msgid ""
3551
  #~ "ACF will create a .xml export file which is compatible with the native WP "
3552
  #~ "import plugin."
3553
+ #~ msgstr "ACF將建立一個相容於原生 WP 匯入外掛的.xml檔案。"
3554
 
3555
  #~ msgid ""
3556
  #~ "Imported field groups <b>will</b> appear in the list of editable field "
3557
  #~ "groups. This is useful for migrating fields groups between Wp websites."
3558
  #~ msgstr ""
3559
+ #~ "匯入欄位群組<b>將</b>出現在可編輯欄位群組後面,在幾個 WP 站點之間遷移欄位"
3560
+ #~ "群組時,這將非常有用。"
3561
 
3562
  #~ msgid "Select field group(s) from the list and click \"Export XML\""
3563
  #~ msgstr "從列表中選擇欄位群組,然後點擊 \"匯出XML\" "
3566
  #~ msgstr "匯出後儲存.xml檔案"
3567
 
3568
  #~ msgid "Navigate to Tools &raquo; Import and select WordPress"
3569
+ #~ msgstr "進入工具 &raquo; 匯入,然後選擇 WordPress "
3570
 
3571
  #~ msgid "Install WP import plugin if prompted"
3572
+ #~ msgstr "安裝 WP 匯入外掛後開始"
3573
 
3574
  #~ msgid "Upload and import your exported .xml file"
3575
+ #~ msgstr "上傳並匯入.xml檔案"
3576
 
3577
  #~ msgid "Select your user and ignore Import Attachments"
3578
+ #~ msgstr "選擇使用者並忽略匯入附件"
3579
 
3580
  #~ msgid "That's it! Happy WordPressing"
3581
  #~ msgstr "成功了,使用愉快!"
lang/acf.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Advanced Custom Fields\n"
5
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
6
- "POT-Creation-Date: 2019-11-11 10:49+1000\n"
7
  "PO-Revision-Date: 2015-06-11 13:00+1000\n"
8
  "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
9
  "Language-Team: Elliot Condon <e@elliotcondon.com>\n"
@@ -26,91 +26,91 @@ msgstr ""
26
  msgid "Advanced Custom Fields"
27
  msgstr ""
28
 
29
- #: acf.php:340 includes/admin/admin.php:52
30
  msgid "Field Groups"
31
  msgstr ""
32
 
33
- #: acf.php:341
34
  msgid "Field Group"
35
  msgstr ""
36
 
37
- #: acf.php:342 acf.php:374 includes/admin/admin.php:53
38
  #: pro/fields/class-acf-field-flexible-content.php:558
39
  msgid "Add New"
40
  msgstr ""
41
 
42
- #: acf.php:343
43
  msgid "Add New Field Group"
44
  msgstr ""
45
 
46
- #: acf.php:344
47
  msgid "Edit Field Group"
48
  msgstr ""
49
 
50
- #: acf.php:345
51
  msgid "New Field Group"
52
  msgstr ""
53
 
54
- #: acf.php:346
55
  msgid "View Field Group"
56
  msgstr ""
57
 
58
- #: acf.php:347
59
  msgid "Search Field Groups"
60
  msgstr ""
61
 
62
- #: acf.php:348
63
  msgid "No Field Groups found"
64
  msgstr ""
65
 
66
- #: acf.php:349
67
  msgid "No Field Groups found in Trash"
68
  msgstr ""
69
 
70
- #: acf.php:372 includes/admin/admin-field-group.php:220
71
  #: includes/admin/admin-field-groups.php:530
72
  #: pro/fields/class-acf-field-clone.php:811
73
  msgid "Fields"
74
  msgstr ""
75
 
76
- #: acf.php:373
77
  msgid "Field"
78
  msgstr ""
79
 
80
- #: acf.php:375
81
  msgid "Add New Field"
82
  msgstr ""
83
 
84
- #: acf.php:376
85
  msgid "Edit Field"
86
  msgstr ""
87
 
88
- #: acf.php:377 includes/admin/views/field-group-fields.php:41
89
  msgid "New Field"
90
  msgstr ""
91
 
92
- #: acf.php:378
93
  msgid "View Field"
94
  msgstr ""
95
 
96
- #: acf.php:379
97
  msgid "Search Fields"
98
  msgstr ""
99
 
100
- #: acf.php:380
101
  msgid "No Fields found"
102
  msgstr ""
103
 
104
- #: acf.php:381
105
  msgid "No Fields found in Trash"
106
  msgstr ""
107
 
108
- #: acf.php:416 includes/admin/admin-field-group.php:402
109
  #: includes/admin/admin-field-groups.php:587
110
  msgid "Inactive"
111
  msgstr ""
112
 
113
- #: acf.php:421
114
  #, php-format
115
  msgid "Inactive <span class=\"count\">(%s)</span>"
116
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
@@ -220,24 +220,24 @@ msgstr ""
220
  msgid "Active"
221
  msgstr ""
222
 
223
- #: includes/admin/admin-field-group.php:767
224
  msgid "Move Complete."
225
  msgstr ""
226
 
227
- #: includes/admin/admin-field-group.php:768
228
  #, php-format
229
  msgid "The %s field can now be found in the %s field group"
230
  msgstr ""
231
 
232
- #: includes/admin/admin-field-group.php:769
233
  msgid "Close Window"
234
  msgstr ""
235
 
236
- #: includes/admin/admin-field-group.php:810
237
  msgid "Please select the destination for this field"
238
  msgstr ""
239
 
240
- #: includes/admin/admin-field-group.php:817
241
  msgid "Move Field"
242
  msgstr ""
243
 
@@ -369,14 +369,14 @@ msgstr ""
369
  msgid "Tools"
370
  msgstr ""
371
 
372
- #: includes/admin/admin-upgrade.php:47 includes/admin/admin-upgrade.php:109
373
- #: includes/admin/admin-upgrade.php:110 includes/admin/admin-upgrade.php:173
374
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
375
  #: includes/admin/views/html-admin-page-upgrade.php:26
376
  msgid "Upgrade Database"
377
  msgstr ""
378
 
379
- #: includes/admin/admin-upgrade.php:197
380
  msgid "Review sites & upgrade"
381
  msgstr ""
382
 
@@ -616,7 +616,7 @@ msgid "Label"
616
  msgstr ""
617
 
618
  #: includes/admin/views/field-group-fields.php:6
619
- #: includes/fields/class-acf-field-taxonomy.php:939
620
  #: pro/fields/class-acf-field-flexible-content.php:596
621
  msgid "Name"
622
  msgstr ""
@@ -836,14 +836,12 @@ msgstr ""
836
  msgid "Upgrading data to version %s"
837
  msgstr ""
838
 
839
- #: includes/admin/views/html-admin-page-upgrade-network.php:167
840
  msgid "Upgrade complete."
841
  msgstr ""
842
 
843
- #: includes/admin/views/html-admin-page-upgrade-network.php:176
844
- #: includes/admin/views/html-admin-page-upgrade-network.php:185
845
- #: includes/admin/views/html-admin-page-upgrade.php:78
846
- #: includes/admin/views/html-admin-page-upgrade.php:87
847
  msgid "Upgrade failed."
848
  msgstr ""
849
 
@@ -856,7 +854,7 @@ msgstr ""
856
  msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
857
  msgstr ""
858
 
859
- #: includes/admin/views/html-admin-page-upgrade.php:116
860
  #: includes/ajax/class-acf-ajax-upgrade.php:32
861
  msgid "No updates available."
862
  msgstr ""
@@ -1149,6 +1147,10 @@ msgstr ""
1149
  msgid "We think you'll love the changes in %s."
1150
  msgstr ""
1151
 
 
 
 
 
1152
  #: includes/api/api-helpers.php:827
1153
  msgid "Thumbnail"
1154
  msgstr ""
@@ -1443,8 +1445,8 @@ msgstr ""
1443
  #: includes/fields/class-acf-field-post_object.php:411
1444
  #: includes/fields/class-acf-field-radio.php:244
1445
  #: includes/fields/class-acf-field-select.php:382
1446
- #: includes/fields/class-acf-field-taxonomy.php:784
1447
- #: includes/fields/class-acf-field-user.php:393
1448
  msgid "Allow Null?"
1449
  msgstr ""
1450
 
@@ -1454,7 +1456,7 @@ msgstr ""
1454
  #: includes/fields/class-acf-field-email.php:118
1455
  #: includes/fields/class-acf-field-number.php:127
1456
  #: includes/fields/class-acf-field-radio.php:281
1457
- #: includes/fields/class-acf-field-range.php:149
1458
  #: includes/fields/class-acf-field-select.php:373
1459
  #: includes/fields/class-acf-field-text.php:95
1460
  #: includes/fields/class-acf-field-textarea.php:102
@@ -1468,7 +1470,7 @@ msgstr ""
1468
  #: includes/fields/class-acf-field-email.php:119
1469
  #: includes/fields/class-acf-field-number.php:128
1470
  #: includes/fields/class-acf-field-radio.php:282
1471
- #: includes/fields/class-acf-field-range.php:150
1472
  #: includes/fields/class-acf-field-text.php:96
1473
  #: includes/fields/class-acf-field-textarea.php:103
1474
  #: includes/fields/class-acf-field-url.php:101
@@ -1493,7 +1495,7 @@ msgstr ""
1493
  #: includes/fields/class-acf-field-file.php:215
1494
  #: includes/fields/class-acf-field-link.php:166
1495
  #: includes/fields/class-acf-field-radio.php:304
1496
- #: includes/fields/class-acf-field-taxonomy.php:829
1497
  msgid "Return Value"
1498
  msgstr ""
1499
 
@@ -1520,7 +1522,7 @@ msgid "Both (Array)"
1520
  msgstr ""
1521
 
1522
  #: includes/fields/class-acf-field-checkbox.php:25
1523
- #: includes/fields/class-acf-field-taxonomy.php:771
1524
  msgid "Checkbox"
1525
  msgstr ""
1526
 
@@ -1646,7 +1648,7 @@ msgstr ""
1646
  #: includes/fields/class-acf-field-relationship.php:634
1647
  #: includes/fields/class-acf-field-select.php:427
1648
  #: includes/fields/class-acf-field-time_picker.php:124
1649
- #: includes/fields/class-acf-field-user.php:412
1650
  #: pro/fields/class-acf-field-gallery.php:557
1651
  msgid "Return Format"
1652
  msgstr ""
@@ -1766,7 +1768,7 @@ msgstr ""
1766
  #: includes/fields/class-acf-field-email.php:136
1767
  #: includes/fields/class-acf-field-number.php:145
1768
  #: includes/fields/class-acf-field-password.php:80
1769
- #: includes/fields/class-acf-field-range.php:188
1770
  #: includes/fields/class-acf-field-text.php:113
1771
  msgid "Prepend"
1772
  msgstr ""
@@ -1774,7 +1776,7 @@ msgstr ""
1774
  #: includes/fields/class-acf-field-email.php:137
1775
  #: includes/fields/class-acf-field-number.php:146
1776
  #: includes/fields/class-acf-field-password.php:81
1777
- #: includes/fields/class-acf-field-range.php:189
1778
  #: includes/fields/class-acf-field-text.php:114
1779
  msgid "Appears before the input"
1780
  msgstr ""
@@ -1782,7 +1784,7 @@ msgstr ""
1782
  #: includes/fields/class-acf-field-email.php:145
1783
  #: includes/fields/class-acf-field-number.php:154
1784
  #: includes/fields/class-acf-field-password.php:89
1785
- #: includes/fields/class-acf-field-range.php:197
1786
  #: includes/fields/class-acf-field-text.php:122
1787
  msgid "Append"
1788
  msgstr ""
@@ -1790,7 +1792,7 @@ msgstr ""
1790
  #: includes/fields/class-acf-field-email.php:146
1791
  #: includes/fields/class-acf-field-number.php:155
1792
  #: includes/fields/class-acf-field-password.php:90
1793
- #: includes/fields/class-acf-field-range.php:198
1794
  #: includes/fields/class-acf-field-text.php:123
1795
  msgid "Appears after the input"
1796
  msgstr ""
@@ -2108,17 +2110,17 @@ msgid "Number"
2108
  msgstr ""
2109
 
2110
  #: includes/fields/class-acf-field-number.php:163
2111
- #: includes/fields/class-acf-field-range.php:158
2112
  msgid "Minimum Value"
2113
  msgstr ""
2114
 
2115
  #: includes/fields/class-acf-field-number.php:172
2116
- #: includes/fields/class-acf-field-range.php:168
2117
  msgid "Maximum Value"
2118
  msgstr ""
2119
 
2120
  #: includes/fields/class-acf-field-number.php:181
2121
- #: includes/fields/class-acf-field-range.php:178
2122
  msgid "Step Size"
2123
  msgstr ""
2124
 
@@ -2159,7 +2161,7 @@ msgstr ""
2159
 
2160
  #: includes/fields/class-acf-field-page_link.php:269
2161
  #: includes/fields/class-acf-field-post_object.php:267
2162
- #: includes/fields/class-acf-field-taxonomy.php:961
2163
  msgid "Parent"
2164
  msgstr ""
2165
 
@@ -2194,7 +2196,7 @@ msgstr ""
2194
  #: includes/fields/class-acf-field-page_link.php:533
2195
  #: includes/fields/class-acf-field-post_object.php:421
2196
  #: includes/fields/class-acf-field-select.php:392
2197
- #: includes/fields/class-acf-field-user.php:403
2198
  msgid "Select multiple values?"
2199
  msgstr ""
2200
 
@@ -2276,7 +2278,7 @@ msgstr ""
2276
 
2277
  #: includes/fields/class-acf-field-relationship.php:595
2278
  #: includes/fields/class-acf-field-taxonomy.php:28
2279
- #: includes/fields/class-acf-field-taxonomy.php:754
2280
  #: includes/locations/class-acf-location-taxonomy.php:27
2281
  msgid "Taxonomy"
2282
  msgstr ""
@@ -2306,7 +2308,7 @@ msgstr[0] ""
2306
  msgstr[1] ""
2307
 
2308
  #: includes/fields/class-acf-field-select.php:25
2309
- #: includes/fields/class-acf-field-taxonomy.php:776
2310
  msgctxt "noun"
2311
  msgid "Select"
2312
  msgstr ""
@@ -2406,88 +2408,88 @@ msgid ""
2406
  "group of tabs."
2407
  msgstr ""
2408
 
2409
- #: includes/fields/class-acf-field-taxonomy.php:714
2410
  #, php-format
2411
  msgctxt "No terms"
2412
  msgid "No %s"
2413
  msgstr ""
2414
 
2415
- #: includes/fields/class-acf-field-taxonomy.php:755
2416
  msgid "Select the taxonomy to be displayed"
2417
  msgstr ""
2418
 
2419
- #: includes/fields/class-acf-field-taxonomy.php:764
2420
  msgid "Appearance"
2421
  msgstr ""
2422
 
2423
- #: includes/fields/class-acf-field-taxonomy.php:765
2424
  msgid "Select the appearance of this field"
2425
  msgstr ""
2426
 
2427
- #: includes/fields/class-acf-field-taxonomy.php:770
2428
  msgid "Multiple Values"
2429
  msgstr ""
2430
 
2431
- #: includes/fields/class-acf-field-taxonomy.php:772
2432
  msgid "Multi Select"
2433
  msgstr ""
2434
 
2435
- #: includes/fields/class-acf-field-taxonomy.php:774
2436
  msgid "Single Value"
2437
  msgstr ""
2438
 
2439
- #: includes/fields/class-acf-field-taxonomy.php:775
2440
  msgid "Radio Buttons"
2441
  msgstr ""
2442
 
2443
- #: includes/fields/class-acf-field-taxonomy.php:799
2444
  msgid "Create Terms"
2445
  msgstr ""
2446
 
2447
- #: includes/fields/class-acf-field-taxonomy.php:800
2448
  msgid "Allow new terms to be created whilst editing"
2449
  msgstr ""
2450
 
2451
- #: includes/fields/class-acf-field-taxonomy.php:809
2452
  msgid "Save Terms"
2453
  msgstr ""
2454
 
2455
- #: includes/fields/class-acf-field-taxonomy.php:810
2456
  msgid "Connect selected terms to the post"
2457
  msgstr ""
2458
 
2459
- #: includes/fields/class-acf-field-taxonomy.php:819
2460
  msgid "Load Terms"
2461
  msgstr ""
2462
 
2463
- #: includes/fields/class-acf-field-taxonomy.php:820
2464
  msgid "Load value from posts terms"
2465
  msgstr ""
2466
 
2467
- #: includes/fields/class-acf-field-taxonomy.php:834
2468
  msgid "Term Object"
2469
  msgstr ""
2470
 
2471
- #: includes/fields/class-acf-field-taxonomy.php:835
2472
  msgid "Term ID"
2473
  msgstr ""
2474
 
2475
- #: includes/fields/class-acf-field-taxonomy.php:885
2476
  #, php-format
2477
  msgid "User unable to add new %s"
2478
  msgstr ""
2479
 
2480
- #: includes/fields/class-acf-field-taxonomy.php:895
2481
  #, php-format
2482
  msgid "%s already exists"
2483
  msgstr ""
2484
 
2485
- #: includes/fields/class-acf-field-taxonomy.php:927
2486
  #, php-format
2487
  msgid "%s added"
2488
  msgstr ""
2489
 
2490
- #: includes/fields/class-acf-field-taxonomy.php:973
2491
  #: includes/locations/class-acf-location-user-form.php:73
2492
  msgid "Add"
2493
  msgstr ""
@@ -2560,30 +2562,34 @@ msgstr ""
2560
  msgid "Value must be a valid URL"
2561
  msgstr ""
2562
 
2563
- #: includes/fields/class-acf-field-user.php:25 includes/locations.php:95
2564
  msgid "User"
2565
  msgstr ""
2566
 
2567
- #: includes/fields/class-acf-field-user.php:378
2568
  msgid "Filter by role"
2569
  msgstr ""
2570
 
2571
- #: includes/fields/class-acf-field-user.php:386
2572
  msgid "All user roles"
2573
  msgstr ""
2574
 
2575
- #: includes/fields/class-acf-field-user.php:417
2576
  msgid "User Array"
2577
  msgstr ""
2578
 
2579
- #: includes/fields/class-acf-field-user.php:418
2580
  msgid "User Object"
2581
  msgstr ""
2582
 
2583
- #: includes/fields/class-acf-field-user.php:419
2584
  msgid "User ID"
2585
  msgstr ""
2586
 
 
 
 
 
2587
  #: includes/fields/class-acf-field-wysiwyg.php:25
2588
  msgid "Wysiwyg Editor"
2589
  msgstr ""
@@ -2897,14 +2903,28 @@ msgstr ""
2897
  msgid "Upgrade Notice"
2898
  msgstr ""
2899
 
2900
- #: pro/blocks.php:371
 
 
 
 
 
 
 
 
 
2901
  msgid "Switch to Edit"
2902
  msgstr ""
2903
 
2904
- #: pro/blocks.php:372
2905
  msgid "Switch to Preview"
2906
  msgstr ""
2907
 
 
 
 
 
 
2908
  #: pro/fields/class-acf-field-clone.php:25
2909
  msgctxt "noun"
2910
  msgid "Clone"
@@ -3185,11 +3205,11 @@ msgid ""
3185
  "\">details & pricing</a>."
3186
  msgstr ""
3187
 
3188
- #: tests/basic/test-blocks.php:30
3189
  msgid "Normal"
3190
  msgstr ""
3191
 
3192
- #: tests/basic/test-blocks.php:31
3193
  msgid "Fancy"
3194
  msgstr ""
3195
 
3
  msgstr ""
4
  "Project-Id-Version: Advanced Custom Fields\n"
5
  "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
6
+ "POT-Creation-Date: 2020-03-23 15:39+1000\n"
7
  "PO-Revision-Date: 2015-06-11 13:00+1000\n"
8
  "Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
9
  "Language-Team: Elliot Condon <e@elliotcondon.com>\n"
26
  msgid "Advanced Custom Fields"
27
  msgstr ""
28
 
29
+ #: acf.php:342 includes/admin/admin.php:52
30
  msgid "Field Groups"
31
  msgstr ""
32
 
33
+ #: acf.php:343
34
  msgid "Field Group"
35
  msgstr ""
36
 
37
+ #: acf.php:344 acf.php:376 includes/admin/admin.php:53
38
  #: pro/fields/class-acf-field-flexible-content.php:558
39
  msgid "Add New"
40
  msgstr ""
41
 
42
+ #: acf.php:345
43
  msgid "Add New Field Group"
44
  msgstr ""
45
 
46
+ #: acf.php:346
47
  msgid "Edit Field Group"
48
  msgstr ""
49
 
50
+ #: acf.php:347
51
  msgid "New Field Group"
52
  msgstr ""
53
 
54
+ #: acf.php:348
55
  msgid "View Field Group"
56
  msgstr ""
57
 
58
+ #: acf.php:349
59
  msgid "Search Field Groups"
60
  msgstr ""
61
 
62
+ #: acf.php:350
63
  msgid "No Field Groups found"
64
  msgstr ""
65
 
66
+ #: acf.php:351
67
  msgid "No Field Groups found in Trash"
68
  msgstr ""
69
 
70
+ #: acf.php:374 includes/admin/admin-field-group.php:220
71
  #: includes/admin/admin-field-groups.php:530
72
  #: pro/fields/class-acf-field-clone.php:811
73
  msgid "Fields"
74
  msgstr ""
75
 
76
+ #: acf.php:375
77
  msgid "Field"
78
  msgstr ""
79
 
80
+ #: acf.php:377
81
  msgid "Add New Field"
82
  msgstr ""
83
 
84
+ #: acf.php:378
85
  msgid "Edit Field"
86
  msgstr ""
87
 
88
+ #: acf.php:379 includes/admin/views/field-group-fields.php:41
89
  msgid "New Field"
90
  msgstr ""
91
 
92
+ #: acf.php:380
93
  msgid "View Field"
94
  msgstr ""
95
 
96
+ #: acf.php:381
97
  msgid "Search Fields"
98
  msgstr ""
99
 
100
+ #: acf.php:382
101
  msgid "No Fields found"
102
  msgstr ""
103
 
104
+ #: acf.php:383
105
  msgid "No Fields found in Trash"
106
  msgstr ""
107
 
108
+ #: acf.php:418 includes/admin/admin-field-group.php:402
109
  #: includes/admin/admin-field-groups.php:587
110
  msgid "Inactive"
111
  msgstr ""
112
 
113
+ #: acf.php:423
114
  #, php-format
115
  msgid "Inactive <span class=\"count\">(%s)</span>"
116
  msgid_plural "Inactive <span class=\"count\">(%s)</span>"
220
  msgid "Active"
221
  msgstr ""
222
 
223
+ #: includes/admin/admin-field-group.php:763
224
  msgid "Move Complete."
225
  msgstr ""
226
 
227
+ #: includes/admin/admin-field-group.php:764
228
  #, php-format
229
  msgid "The %s field can now be found in the %s field group"
230
  msgstr ""
231
 
232
+ #: includes/admin/admin-field-group.php:765
233
  msgid "Close Window"
234
  msgstr ""
235
 
236
+ #: includes/admin/admin-field-group.php:806
237
  msgid "Please select the destination for this field"
238
  msgstr ""
239
 
240
+ #: includes/admin/admin-field-group.php:813
241
  msgid "Move Field"
242
  msgstr ""
243
 
369
  msgid "Tools"
370
  msgstr ""
371
 
372
+ #: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
373
+ #: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
374
  #: includes/admin/views/html-admin-page-upgrade-network.php:24
375
  #: includes/admin/views/html-admin-page-upgrade.php:26
376
  msgid "Upgrade Database"
377
  msgstr ""
378
 
379
+ #: includes/admin/admin-upgrade.php:199
380
  msgid "Review sites & upgrade"
381
  msgstr ""
382
 
616
  msgstr ""
617
 
618
  #: includes/admin/views/field-group-fields.php:6
619
+ #: includes/fields/class-acf-field-taxonomy.php:936
620
  #: pro/fields/class-acf-field-flexible-content.php:596
621
  msgid "Name"
622
  msgstr ""
836
  msgid "Upgrading data to version %s"
837
  msgstr ""
838
 
839
+ #: includes/admin/views/html-admin-page-upgrade-network.php:158
840
  msgid "Upgrade complete."
841
  msgstr ""
842
 
843
+ #: includes/admin/views/html-admin-page-upgrade-network.php:161
844
+ #: includes/admin/views/html-admin-page-upgrade.php:65
 
 
845
  msgid "Upgrade failed."
846
  msgstr ""
847
 
854
  msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
855
  msgstr ""
856
 
857
+ #: includes/admin/views/html-admin-page-upgrade.php:94
858
  #: includes/ajax/class-acf-ajax-upgrade.php:32
859
  msgid "No updates available."
860
  msgstr ""
1147
  msgid "We think you'll love the changes in %s."
1148
  msgstr ""
1149
 
1150
+ #: includes/ajax/class-acf-ajax.php:157
1151
+ msgid "Invalid nonce."
1152
+ msgstr ""
1153
+
1154
  #: includes/api/api-helpers.php:827
1155
  msgid "Thumbnail"
1156
  msgstr ""
1445
  #: includes/fields/class-acf-field-post_object.php:411
1446
  #: includes/fields/class-acf-field-radio.php:244
1447
  #: includes/fields/class-acf-field-select.php:382
1448
+ #: includes/fields/class-acf-field-taxonomy.php:781
1449
+ #: includes/fields/class-acf-field-user.php:63
1450
  msgid "Allow Null?"
1451
  msgstr ""
1452
 
1456
  #: includes/fields/class-acf-field-email.php:118
1457
  #: includes/fields/class-acf-field-number.php:127
1458
  #: includes/fields/class-acf-field-radio.php:281
1459
+ #: includes/fields/class-acf-field-range.php:155
1460
  #: includes/fields/class-acf-field-select.php:373
1461
  #: includes/fields/class-acf-field-text.php:95
1462
  #: includes/fields/class-acf-field-textarea.php:102
1470
  #: includes/fields/class-acf-field-email.php:119
1471
  #: includes/fields/class-acf-field-number.php:128
1472
  #: includes/fields/class-acf-field-radio.php:282
1473
+ #: includes/fields/class-acf-field-range.php:156
1474
  #: includes/fields/class-acf-field-text.php:96
1475
  #: includes/fields/class-acf-field-textarea.php:103
1476
  #: includes/fields/class-acf-field-url.php:101
1495
  #: includes/fields/class-acf-field-file.php:215
1496
  #: includes/fields/class-acf-field-link.php:166
1497
  #: includes/fields/class-acf-field-radio.php:304
1498
+ #: includes/fields/class-acf-field-taxonomy.php:826
1499
  msgid "Return Value"
1500
  msgstr ""
1501
 
1522
  msgstr ""
1523
 
1524
  #: includes/fields/class-acf-field-checkbox.php:25
1525
+ #: includes/fields/class-acf-field-taxonomy.php:768
1526
  msgid "Checkbox"
1527
  msgstr ""
1528
 
1648
  #: includes/fields/class-acf-field-relationship.php:634
1649
  #: includes/fields/class-acf-field-select.php:427
1650
  #: includes/fields/class-acf-field-time_picker.php:124
1651
+ #: includes/fields/class-acf-field-user.php:79
1652
  #: pro/fields/class-acf-field-gallery.php:557
1653
  msgid "Return Format"
1654
  msgstr ""
1768
  #: includes/fields/class-acf-field-email.php:136
1769
  #: includes/fields/class-acf-field-number.php:145
1770
  #: includes/fields/class-acf-field-password.php:80
1771
+ #: includes/fields/class-acf-field-range.php:194
1772
  #: includes/fields/class-acf-field-text.php:113
1773
  msgid "Prepend"
1774
  msgstr ""
1776
  #: includes/fields/class-acf-field-email.php:137
1777
  #: includes/fields/class-acf-field-number.php:146
1778
  #: includes/fields/class-acf-field-password.php:81
1779
+ #: includes/fields/class-acf-field-range.php:195
1780
  #: includes/fields/class-acf-field-text.php:114
1781
  msgid "Appears before the input"
1782
  msgstr ""
1784
  #: includes/fields/class-acf-field-email.php:145
1785
  #: includes/fields/class-acf-field-number.php:154
1786
  #: includes/fields/class-acf-field-password.php:89
1787
+ #: includes/fields/class-acf-field-range.php:203
1788
  #: includes/fields/class-acf-field-text.php:122
1789
  msgid "Append"
1790
  msgstr ""
1792
  #: includes/fields/class-acf-field-email.php:146
1793
  #: includes/fields/class-acf-field-number.php:155
1794
  #: includes/fields/class-acf-field-password.php:90
1795
+ #: includes/fields/class-acf-field-range.php:204
1796
  #: includes/fields/class-acf-field-text.php:123
1797
  msgid "Appears after the input"
1798
  msgstr ""
2110
  msgstr ""
2111
 
2112
  #: includes/fields/class-acf-field-number.php:163
2113
+ #: includes/fields/class-acf-field-range.php:164
2114
  msgid "Minimum Value"
2115
  msgstr ""
2116
 
2117
  #: includes/fields/class-acf-field-number.php:172
2118
+ #: includes/fields/class-acf-field-range.php:174
2119
  msgid "Maximum Value"
2120
  msgstr ""
2121
 
2122
  #: includes/fields/class-acf-field-number.php:181
2123
+ #: includes/fields/class-acf-field-range.php:184
2124
  msgid "Step Size"
2125
  msgstr ""
2126
 
2161
 
2162
  #: includes/fields/class-acf-field-page_link.php:269
2163
  #: includes/fields/class-acf-field-post_object.php:267
2164
+ #: includes/fields/class-acf-field-taxonomy.php:958
2165
  msgid "Parent"
2166
  msgstr ""
2167
 
2196
  #: includes/fields/class-acf-field-page_link.php:533
2197
  #: includes/fields/class-acf-field-post_object.php:421
2198
  #: includes/fields/class-acf-field-select.php:392
2199
+ #: includes/fields/class-acf-field-user.php:71
2200
  msgid "Select multiple values?"
2201
  msgstr ""
2202
 
2278
 
2279
  #: includes/fields/class-acf-field-relationship.php:595
2280
  #: includes/fields/class-acf-field-taxonomy.php:28
2281
+ #: includes/fields/class-acf-field-taxonomy.php:751
2282
  #: includes/locations/class-acf-location-taxonomy.php:27
2283
  msgid "Taxonomy"
2284
  msgstr ""
2308
  msgstr[1] ""
2309
 
2310
  #: includes/fields/class-acf-field-select.php:25
2311
+ #: includes/fields/class-acf-field-taxonomy.php:773
2312
  msgctxt "noun"
2313
  msgid "Select"
2314
  msgstr ""
2408
  "group of tabs."
2409
  msgstr ""
2410
 
2411
+ #: includes/fields/class-acf-field-taxonomy.php:711
2412
  #, php-format
2413
  msgctxt "No terms"
2414
  msgid "No %s"
2415
  msgstr ""
2416
 
2417
+ #: includes/fields/class-acf-field-taxonomy.php:752
2418
  msgid "Select the taxonomy to be displayed"
2419
  msgstr ""
2420
 
2421
+ #: includes/fields/class-acf-field-taxonomy.php:761
2422
  msgid "Appearance"
2423
  msgstr ""
2424
 
2425
+ #: includes/fields/class-acf-field-taxonomy.php:762
2426
  msgid "Select the appearance of this field"
2427
  msgstr ""
2428
 
2429
+ #: includes/fields/class-acf-field-taxonomy.php:767
2430
  msgid "Multiple Values"
2431
  msgstr ""
2432
 
2433
+ #: includes/fields/class-acf-field-taxonomy.php:769
2434
  msgid "Multi Select"
2435
  msgstr ""
2436
 
2437
+ #: includes/fields/class-acf-field-taxonomy.php:771
2438
  msgid "Single Value"
2439
  msgstr ""
2440
 
2441
+ #: includes/fields/class-acf-field-taxonomy.php:772
2442
  msgid "Radio Buttons"
2443
  msgstr ""
2444
 
2445
+ #: includes/fields/class-acf-field-taxonomy.php:796
2446
  msgid "Create Terms"
2447
  msgstr ""
2448
 
2449
+ #: includes/fields/class-acf-field-taxonomy.php:797
2450
  msgid "Allow new terms to be created whilst editing"
2451
  msgstr ""
2452
 
2453
+ #: includes/fields/class-acf-field-taxonomy.php:806
2454
  msgid "Save Terms"
2455
  msgstr ""
2456
 
2457
+ #: includes/fields/class-acf-field-taxonomy.php:807
2458
  msgid "Connect selected terms to the post"
2459
  msgstr ""
2460
 
2461
+ #: includes/fields/class-acf-field-taxonomy.php:816
2462
  msgid "Load Terms"
2463
  msgstr ""
2464
 
2465
+ #: includes/fields/class-acf-field-taxonomy.php:817
2466
  msgid "Load value from posts terms"
2467
  msgstr ""
2468
 
2469
+ #: includes/fields/class-acf-field-taxonomy.php:831
2470
  msgid "Term Object"
2471
  msgstr ""
2472
 
2473
+ #: includes/fields/class-acf-field-taxonomy.php:832
2474
  msgid "Term ID"
2475
  msgstr ""
2476
 
2477
+ #: includes/fields/class-acf-field-taxonomy.php:882
2478
  #, php-format
2479
  msgid "User unable to add new %s"
2480
  msgstr ""
2481
 
2482
+ #: includes/fields/class-acf-field-taxonomy.php:892
2483
  #, php-format
2484
  msgid "%s already exists"
2485
  msgstr ""
2486
 
2487
+ #: includes/fields/class-acf-field-taxonomy.php:924
2488
  #, php-format
2489
  msgid "%s added"
2490
  msgstr ""
2491
 
2492
+ #: includes/fields/class-acf-field-taxonomy.php:970
2493
  #: includes/locations/class-acf-location-user-form.php:73
2494
  msgid "Add"
2495
  msgstr ""
2562
  msgid "Value must be a valid URL"
2563
  msgstr ""
2564
 
2565
+ #: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
2566
  msgid "User"
2567
  msgstr ""
2568
 
2569
+ #: includes/fields/class-acf-field-user.php:51
2570
  msgid "Filter by role"
2571
  msgstr ""
2572
 
2573
+ #: includes/fields/class-acf-field-user.php:59
2574
  msgid "All user roles"
2575
  msgstr ""
2576
 
2577
+ #: includes/fields/class-acf-field-user.php:84
2578
  msgid "User Array"
2579
  msgstr ""
2580
 
2581
+ #: includes/fields/class-acf-field-user.php:85
2582
  msgid "User Object"
2583
  msgstr ""
2584
 
2585
+ #: includes/fields/class-acf-field-user.php:86
2586
  msgid "User ID"
2587
  msgstr ""
2588
 
2589
+ #: includes/fields/class-acf-field-user.php:334
2590
+ msgid "Error loading field."
2591
+ msgstr ""
2592
+
2593
  #: includes/fields/class-acf-field-wysiwyg.php:25
2594
  msgid "Wysiwyg Editor"
2595
  msgstr ""
2903
  msgid "Upgrade Notice"
2904
  msgstr ""
2905
 
2906
+ #: pro/blocks.php:36
2907
+ msgid "Block type name is required."
2908
+ msgstr ""
2909
+
2910
+ #: pro/blocks.php:43
2911
+ #, php-format
2912
+ msgid "Block type \"%s\" is already registered."
2913
+ msgstr ""
2914
+
2915
+ #: pro/blocks.php:393
2916
  msgid "Switch to Edit"
2917
  msgstr ""
2918
 
2919
+ #: pro/blocks.php:394
2920
  msgid "Switch to Preview"
2921
  msgstr ""
2922
 
2923
+ #: pro/blocks.php:397
2924
+ #, php-format
2925
+ msgid "%s settings"
2926
+ msgstr ""
2927
+
2928
  #: pro/fields/class-acf-field-clone.php:25
2929
  msgctxt "noun"
2930
  msgid "Clone"
3205
  "\">details & pricing</a>."
3206
  msgstr ""
3207
 
3208
+ #: tests/basic/test-blocks.php:46
3209
  msgid "Normal"
3210
  msgstr ""
3211
 
3212
+ #: tests/basic/test-blocks.php:47
3213
  msgid "Fancy"
3214
  msgstr ""
3215
 
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Advanced Custom Fields ===
2
  Contributors: elliotcondon
3
  Tags: acf, advanced, custom, field, fields, form, repeater, content
4
- Requires at least: 4.7
5
- Tested up to: 5.3
6
  Requires PHP: 5.4
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -67,6 +67,21 @@ From your WordPress dashboard
67
 
68
  == Changelog ==
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  = 5.8.8 =
71
  *Release Date - 4 March 2020*
72
 
1
  === Advanced Custom Fields ===
2
  Contributors: elliotcondon
3
  Tags: acf, advanced, custom, field, fields, form, repeater, content
4
+ Requires at least: 4.7.0
5
+ Tested up to: 5.4
6
  Requires PHP: 5.4
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
67
 
68
  == Changelog ==
69
 
70
+ = 5.8.9 =
71
+ *Release Date - 26 March 2020*
72
+
73
+ * Fix - Fixed bug in ACF Blocks causing default "align" property to be ignored.
74
+ * Fix - Fixed bug allowing Taxonomy field to save terms to a non "post" object.
75
+ * Tweak - Improved User field AJAX query performance.
76
+ * Tweak - Improved logic that determines width of Range field input.
77
+ * Tweak - Improved styling of ACF Blocks components.
78
+ * Dev - Added new "acf/register_block_type_args" filter.
79
+ * Dev - Added new generic ACF_Ajax_Query and ACF_Ajax_Query_Users classes.
80
+ * i18n - Updated French Canadian translation thanks to Bérenger Zyla.
81
+ * i18n - Updated Traditional Chinese translation thanks to Audi Lu.
82
+ * i18n - Updated German translation thanks to Ralf Koller.
83
+ * i18n - Updated Portuguese language thanks to Pedro Mendonça.
84
+
85
  = 5.8.8 =
86
  *Release Date - 4 March 2020*
87