plugin updates
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* Plugin Name: Advanced Custom Fields PRO
|
* Plugin Name: Advanced Custom Fields PRO
|
||||||
* Plugin URI: https://www.advancedcustomfields.com
|
* Plugin URI: https://www.advancedcustomfields.com
|
||||||
* Description: Customize WordPress with powerful, professional and intuitive fields.
|
* Description: Customize WordPress with powerful, professional and intuitive fields.
|
||||||
* Version: 6.3.5
|
* Version: 6.3.6
|
||||||
* Author: WP Engine
|
* Author: WP Engine
|
||||||
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
|
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
|
||||||
* Update URI: https://www.advancedcustomfields.com/pro
|
* Update URI: https://www.advancedcustomfields.com/pro
|
||||||
@@ -36,7 +36,7 @@ if ( ! class_exists( 'ACF' ) ) {
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '6.3.5';
|
public $version = '6.3.6';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The plugin settings array.
|
* The plugin settings array.
|
||||||
|
|||||||
@@ -1055,6 +1055,7 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
|||||||
order: 2;
|
order: 2;
|
||||||
display: block;
|
display: block;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
max-width: 550px !important;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -2806,6 +2806,7 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
|
|||||||
order: 2;
|
order: 2;
|
||||||
display: block;
|
display: block;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
max-width: 550px !important;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
-1
@@ -1,5 +1,4 @@
|
|||||||
/******/ (() => { // webpackBootstrap
|
/******/ (() => { // webpackBootstrap
|
||||||
var __webpack_exports__ = {};
|
|
||||||
/*!*********************************************************************************!*\
|
/*!*********************************************************************************!*\
|
||||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-escaped-html-notice.js ***!
|
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-escaped-html-notice.js ***!
|
||||||
\*********************************************************************************/
|
\*********************************************************************************/
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"acf-escaped-html-notice.js","mappings":";;;;;AAAA;AACA,CAAE,UAAWA,CAAC,EAAG;EAChB,MAAMC,OAAO,GAAGD,CAAC,CAAE,0BAA2B,CAAC;EAE/CC,OAAO,CAACC,EAAE,CAAE,OAAO,EAAE,wBAAwB,EAAE,UAAWC,CAAC,EAAG;IAC7DA,CAAC,CAACC,cAAc,CAAC,CAAC;IAElB,MAAMC,KAAK,GAAGL,CAAC,CAAEG,CAAC,CAACG,MAAO,CAAC;IAC3B,MAAMC,QAAQ,GAAGF,KAAK,CACpBG,OAAO,CAAE,0BAA2B,CAAC,CACrCC,IAAI,CAAE,oBAAqB,CAAC;IAE9B,IAAKF,QAAQ,CAACG,EAAE,CAAE,SAAU,CAAC,EAAG;MAC/BH,QAAQ,CAACI,SAAS,CAAE,GAAI,CAAC;MACzBN,KAAK,CAACO,IAAI,CAAEC,uBAAuB,CAACC,YAAa,CAAC;IACnD,CAAC,MAAM;MACNP,QAAQ,CAACQ,OAAO,CAAE,GAAI,CAAC;MACvBV,KAAK,CAACO,IAAI,CAAEC,uBAAuB,CAACG,YAAa,CAAC;IACnD;EACD,CAAE,CAAC;AACJ,CAAC,EAAIC,MAAO,CAAC,C","sources":["webpack://advanced-custom-fields-pro/./src/advanced-custom-fields-pro/assets/src/js/acf-escaped-html-notice.js"],"sourcesContent":["/* global, acf_escaped_html_notice */\n( function ( $ ) {\n\tconst $notice = $( '.acf-escaped-html-notice' );\n\n\t$notice.on( 'click', '.acf-show-more-details', function ( e ) {\n\t\te.preventDefault();\n\n\t\tconst $link = $( e.target );\n\t\tconst $details = $link\n\t\t\t.closest( '.acf-escaped-html-notice' )\n\t\t\t.find( '.acf-error-details' );\n\n\t\tif ( $details.is( ':hidden' ) ) {\n\t\t\t$details.slideDown( 100 );\n\t\t\t$link.text( acf_escaped_html_notice.hide_details );\n\t\t} else {\n\t\t\t$details.slideUp( 100 );\n\t\t\t$link.text( acf_escaped_html_notice.show_details );\n\t\t}\n\t} );\n} )( jQuery );\n"],"names":["$","$notice","on","e","preventDefault","$link","target","$details","closest","find","is","slideDown","text","acf_escaped_html_notice","hide_details","slideUp","show_details","jQuery"],"sourceRoot":""}
|
{"version":3,"file":"acf-escaped-html-notice.js","mappings":";;;;AAAA;AACA,CAAE,UAAWA,CAAC,EAAG;EAChB,MAAMC,OAAO,GAAGD,CAAC,CAAE,0BAA2B,CAAC;EAE/CC,OAAO,CAACC,EAAE,CAAE,OAAO,EAAE,wBAAwB,EAAE,UAAWC,CAAC,EAAG;IAC7DA,CAAC,CAACC,cAAc,CAAC,CAAC;IAElB,MAAMC,KAAK,GAAGL,CAAC,CAAEG,CAAC,CAACG,MAAO,CAAC;IAC3B,MAAMC,QAAQ,GAAGF,KAAK,CACpBG,OAAO,CAAE,0BAA2B,CAAC,CACrCC,IAAI,CAAE,oBAAqB,CAAC;IAE9B,IAAKF,QAAQ,CAACG,EAAE,CAAE,SAAU,CAAC,EAAG;MAC/BH,QAAQ,CAACI,SAAS,CAAE,GAAI,CAAC;MACzBN,KAAK,CAACO,IAAI,CAAEC,uBAAuB,CAACC,YAAa,CAAC;IACnD,CAAC,MAAM;MACNP,QAAQ,CAACQ,OAAO,CAAE,GAAI,CAAC;MACvBV,KAAK,CAACO,IAAI,CAAEC,uBAAuB,CAACG,YAAa,CAAC;IACnD;EACD,CAAE,CAAC;AACJ,CAAC,EAAIC,MAAO,CAAC,C","sources":["webpack://advanced-custom-fields-pro/./src/advanced-custom-fields-pro/assets/src/js/acf-escaped-html-notice.js"],"sourcesContent":["/* global, acf_escaped_html_notice */\n( function ( $ ) {\n\tconst $notice = $( '.acf-escaped-html-notice' );\n\n\t$notice.on( 'click', '.acf-show-more-details', function ( e ) {\n\t\te.preventDefault();\n\n\t\tconst $link = $( e.target );\n\t\tconst $details = $link\n\t\t\t.closest( '.acf-escaped-html-notice' )\n\t\t\t.find( '.acf-error-details' );\n\n\t\tif ( $details.is( ':hidden' ) ) {\n\t\t\t$details.slideDown( 100 );\n\t\t\t$link.text( acf_escaped_html_notice.hide_details );\n\t\t} else {\n\t\t\t$details.slideUp( 100 );\n\t\t\t$link.text( acf_escaped_html_notice.show_details );\n\t\t}\n\t} );\n} )( jQuery );\n"],"names":["$","$notice","on","e","preventDefault","$link","target","$details","closest","find","is","slideDown","text","acf_escaped_html_notice","hide_details","slideUp","show_details","jQuery"],"sourceRoot":""}
|
||||||
@@ -1428,8 +1428,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||||||
},
|
},
|
||||||
onChangeLabel: function (e, $el) {
|
onChangeLabel: function (e, $el) {
|
||||||
// set
|
// set
|
||||||
var label = $el.val();
|
const label = $el.val();
|
||||||
this.set('label', label);
|
const safeLabel = acf.encode(label);
|
||||||
|
this.set('label', safeLabel);
|
||||||
|
|
||||||
// render name
|
// render name
|
||||||
if (this.prop('name') == '') {
|
if (this.prop('name') == '') {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -10675,7 +10675,7 @@
|
|||||||
// ajax
|
// ajax
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: acf.get('ajaxurl'),
|
url: acf.get('ajaxurl'),
|
||||||
data: acf.prepareForAjax(data),
|
data: acf.prepareForAjax(data, true),
|
||||||
type: 'post',
|
type: 'post',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
context: this,
|
context: this,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -2469,17 +2469,25 @@
|
|||||||
//console.log( acf.escHtml( '<script>js1</script><script>js2</script>' ) );
|
//console.log( acf.escHtml( '<script>js1</script><script>js2</script>' ) );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* acf.decode
|
* Encode a string potentially containing HTML into it's HTML entities equivalent.
|
||||||
*
|
*
|
||||||
* description
|
* @since 6.3.6
|
||||||
*
|
*
|
||||||
* @date 13/1/18
|
* @param {string} string String to encode.
|
||||||
* @since 5.6.5
|
* @return {string} The encoded string
|
||||||
*
|
|
||||||
* @param type $var Description. Default.
|
|
||||||
* @return type Description.
|
|
||||||
*/
|
*/
|
||||||
|
acf.encode = function (string) {
|
||||||
|
return $('<textarea/>').text(string).html();
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decode a HTML encoded string into it's original form.
|
||||||
|
*
|
||||||
|
* @since 5.6.5
|
||||||
|
*
|
||||||
|
* @param {string} string String to encode.
|
||||||
|
* @return {string} The encoded string
|
||||||
|
*/
|
||||||
acf.decode = function (string) {
|
acf.decode = function (string) {
|
||||||
return $('<textarea/>').html(string).text();
|
return $('<textarea/>').html(string).text();
|
||||||
};
|
};
|
||||||
@@ -3310,12 +3318,13 @@
|
|||||||
*
|
*
|
||||||
* @since 5.6.5
|
* @since 5.6.5
|
||||||
*
|
*
|
||||||
* @param {Object} data The data to prepare
|
* @param Object data The data to prepare
|
||||||
* @return {Object} The prepared data.
|
* @param boolean use_global_nonce Should we ignore any nonce provided in the data object and force ACF's global nonce for this request
|
||||||
|
* @return Object The prepared data.
|
||||||
*/
|
*/
|
||||||
acf.prepareForAjax = function (data) {
|
acf.prepareForAjax = function (data, use_global_nonce = false) {
|
||||||
// Set a default nonce if we don't have one already.
|
// Set a default nonce if we don't have one already.
|
||||||
if ('undefined' === typeof data.nonce) {
|
if (use_global_nonce || 'undefined' === typeof data.nonce) {
|
||||||
data.nonce = acf.get('nonce');
|
data.nonce = acf.get('nonce');
|
||||||
}
|
}
|
||||||
data.post_id = acf.get('post_id');
|
data.post_id = acf.get('post_id');
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+7
-6
@@ -233,11 +233,11 @@
|
|||||||
const name = this.get('layoutName');
|
const name = this.get('layoutName');
|
||||||
const $layoutHeaderLabelText = this.$el.find('> .acf-label .acf-fc-layout-label');
|
const $layoutHeaderLabelText = this.$el.find('> .acf-label .acf-fc-layout-label');
|
||||||
if (label) {
|
if (label) {
|
||||||
$layoutHeaderLabelText.html(label);
|
$layoutHeaderLabelText.text(acf.decode(label));
|
||||||
}
|
}
|
||||||
const $layoutHeaderNameText = this.$el.find('> .acf-label .acf-fc-layout-name span');
|
const $layoutHeaderNameText = this.$el.find('> .acf-label .acf-fc-layout-name span');
|
||||||
if (name) {
|
if (name) {
|
||||||
$layoutHeaderNameText.html(name);
|
$layoutHeaderNameText.text(name);
|
||||||
$layoutHeaderNameText.parent().css('display', '');
|
$layoutHeaderNameText.parent().css('display', '');
|
||||||
} else {
|
} else {
|
||||||
$layoutHeaderNameText.parent().css('display', 'none');
|
$layoutHeaderNameText.parent().css('display', 'none');
|
||||||
@@ -297,10 +297,11 @@
|
|||||||
acf.doAction('hide', $settings);
|
acf.doAction('hide', $settings);
|
||||||
},
|
},
|
||||||
onChangeLabel: function (e, $el) {
|
onChangeLabel: function (e, $el) {
|
||||||
var label = $el.val();
|
let label = $el.val();
|
||||||
this.set('layoutLabel', label);
|
const safeLabel = acf.encode(label);
|
||||||
this.$el.attr('data-layout-label', label);
|
this.set('layoutLabel', safeLabel);
|
||||||
var $name = this.$input('name');
|
this.$el.attr('data-layout-label', safeLabel);
|
||||||
|
let $name = this.$input('name');
|
||||||
|
|
||||||
// render name
|
// render name
|
||||||
if ($name.val() == '') {
|
if ($name.val() == '') {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
(()=>{var e={805:()=>{!function(e,t){const a=function(t){return void 0===t.element?t:t.children&&"None"===t.text?void 0:("acfOptionsPages"===t.text&&(t.text=acf.__("Options Pages")),e('<span class="acf-selection"></span>').data("element",t.element).html(acf.strEscape(t.text)))},n=function(t){if(void 0===t.element)return t;const a=e('<span class="acf-selection"></span>');return a.html(acf.strEscape(t.element.innerHTML)),"options"!==t.id&&"edit_posts"!==t.id||a.append('<span class="acf-select2-default-pill">'+acf.__("Default")+"</span>"),a.data("element",t.element),a};new acf.Model({id:"UIOptionsPageManager",wait:"ready",events:{"change .acf-options-page-parent_slug":"toggleMenuPositionDesc"},initialize:function(){"ui_options_page"===acf.get("screen")&&(acf.newSelect2(e("select.acf-options-page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),acf.newSelect2(e("select.acf-options-page-capability"),{field:!1,templateSelection:n,templateResult:n}),acf.newSelect2(e("select.acf-options-page-data_storage"),{field:!1,templateSelection:n,templateResult:n}),this.toggleMenuPositionDesc())},toggleMenuPositionDesc:function(t,a){"none"===e("select.acf-options-page-parent_slug").val()?(e(".acf-menu-position-desc-child").hide(),e(".acf-menu-position-desc-parent").show()):(e(".acf-menu-position-desc-parent").hide(),e(".acf-menu-position-desc-child").show())}}),new acf.Model({id:"optionsPageModalManager",events:{"change .location-rule-value":"createOptionsPage"},createOptionsPage:function(t){const n=e(t.target);if("add_new_options_page"!==n.val())return;let o=!1;const s=function(t){o=acf.newPopup({title:t.data.title,content:t.data.content,width:"600px"}),o.$el.addClass("acf-create-options-page-popup");const n=o.$el.find("#acf_ui_options_page-page_title"),s=n.val();n.focus().val("").val(s),acf.newSelect2(e("#acf_ui_options_page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),o.on("submit","form",c)},c=function(t){t.preventDefault(),acf.validateForm({form:e("#acf-create-options-page-form"),success:i,failure:l})},i=function(){const t=e("#acf-create-options-page-form").serializeArray(),a={action:"acf/create_options_page"};t.forEach((e=>{a[e.name]=e.value})),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},l=function(t){const a=e("#acf-create-options-page-form"),n=a.find(".acf-field .acf-error-message");a.find(".acf-notice").first().remove(),n.each((function(){const t=e(this).closest(".acf-field").find(".acf-label:first");e(this).attr("class","acf-options-page-modal-error").appendTo(t)}))},p=function(e){e.success&&e.data.menu_slug?(n.prepend('<option value="'+e.data.menu_slug+'">'+e.data.page_title+"</option>"),n.val(e.data.menu_slug),o.close()):!e.success&&e.data.error&&alert(e.data.error)};!function(){const t=e(".acf-headerbar-title-field").val(),a={action:"acf/create_options_page",acf_parent_page_choices:this.acf.data.optionPageParentOptions?this.acf.data.optionPageParentOptions:[]};t.length&&(a.field_group_title=t),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:s})}()}})}(jQuery)}},t={};function a(n){var o=t[n];if(void 0!==o)return o.exports;var s=t[n]={exports:{}};return e[n](s,s.exports,a),s.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";a(805)})()})();
|
(()=>{var e={805:()=>{!function(e){const t=function(t){return void 0===t.element?t:t.children&&"None"===t.text?void 0:("acfOptionsPages"===t.text&&(t.text=acf.__("Options Pages")),e('<span class="acf-selection"></span>').data("element",t.element).html(acf.strEscape(t.text)))},a=function(t){if(void 0===t.element)return t;const a=e('<span class="acf-selection"></span>');return a.html(acf.strEscape(t.element.innerHTML)),"options"!==t.id&&"edit_posts"!==t.id||a.append('<span class="acf-select2-default-pill">'+acf.__("Default")+"</span>"),a.data("element",t.element),a};new acf.Model({id:"UIOptionsPageManager",wait:"ready",events:{"change .acf-options-page-parent_slug":"toggleMenuPositionDesc"},initialize:function(){"ui_options_page"===acf.get("screen")&&(acf.newSelect2(e("select.acf-options-page-parent_slug"),{field:!1,templateSelection:t,templateResult:t,dropdownCssClass:"field-type-select-results"}),acf.newSelect2(e("select.acf-options-page-capability"),{field:!1,templateSelection:a,templateResult:a}),acf.newSelect2(e("select.acf-options-page-data_storage"),{field:!1,templateSelection:a,templateResult:a}),this.toggleMenuPositionDesc())},toggleMenuPositionDesc:function(t,a){"none"===e("select.acf-options-page-parent_slug").val()?(e(".acf-menu-position-desc-child").hide(),e(".acf-menu-position-desc-parent").show()):(e(".acf-menu-position-desc-parent").hide(),e(".acf-menu-position-desc-child").show())}}),new acf.Model({id:"optionsPageModalManager",events:{"change .location-rule-value":"createOptionsPage"},createOptionsPage:function(a){const n=e(a.target);if("add_new_options_page"!==n.val())return;let o=!1;const s=function(a){o=acf.newPopup({title:a.data.title,content:a.data.content,width:"600px"}),o.$el.addClass("acf-create-options-page-popup");const n=o.$el.find("#acf_ui_options_page-page_title"),s=n.val();n.focus().val("").val(s),acf.newSelect2(e("#acf_ui_options_page-parent_slug"),{field:!1,templateSelection:t,templateResult:t,dropdownCssClass:"field-type-select-results"}),o.on("submit","form",c)},c=function(t){t.preventDefault(),acf.validateForm({form:e("#acf-create-options-page-form"),success:i,failure:l})},i=function(){const t=e("#acf-create-options-page-form").serializeArray(),a={action:"acf/create_options_page"};t.forEach((e=>{a[e.name]=e.value})),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},l=function(t){const a=e("#acf-create-options-page-form"),n=a.find(".acf-field .acf-error-message");a.find(".acf-notice").first().remove(),n.each((function(){const t=e(this).closest(".acf-field").find(".acf-label:first");e(this).attr("class","acf-options-page-modal-error").appendTo(t)}))},p=function(e){e.success&&e.data.menu_slug?(n.prepend('<option value="'+e.data.menu_slug+'">'+e.data.page_title+"</option>"),n.val(e.data.menu_slug),o.close()):!e.success&&e.data.error&&alert(e.data.error)};!function(){const t=e(".acf-headerbar-title-field").val(),a={action:"acf/create_options_page",acf_parent_page_choices:this.acf.data.optionPageParentOptions?this.acf.data.optionPageParentOptions:[]};t.length&&(a.field_group_title=t),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:s})}()}})}(jQuery)}},t={};function a(n){var o=t[n];if(void 0!==o)return o.exports;var s=t[n]={exports:{}};return e[n](s,s.exports,a),s.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";a(805)})()})();
|
||||||
@@ -47,13 +47,35 @@ class Bindings {
|
|||||||
* @param array $source_attrs An array of the source attributes requested.
|
* @param array $source_attrs An array of the source attributes requested.
|
||||||
* @param \WP_Block $block_instance The block instance.
|
* @param \WP_Block $block_instance The block instance.
|
||||||
* @param string $attribute_name The block's bound attribute name.
|
* @param string $attribute_name The block's bound attribute name.
|
||||||
* @return string The block binding value.
|
* @return string|null The block binding value or an empty string on failure.
|
||||||
*/
|
*/
|
||||||
public function get_value( array $source_attrs, \WP_Block $block_instance, string $attribute_name ) {
|
public function get_value( array $source_attrs, \WP_Block $block_instance, string $attribute_name ) {
|
||||||
if ( ! isset( $source_attrs['key'] ) || ! is_string( $source_attrs['key'] ) ) {
|
if ( ! isset( $source_attrs['key'] ) || ! is_string( $source_attrs['key'] ) ) {
|
||||||
$value = null;
|
$value = '';
|
||||||
} else {
|
} else {
|
||||||
$value = get_field( $source_attrs['key'] );
|
$field = get_field_object( $source_attrs['key'], false, true, true, true );
|
||||||
|
|
||||||
|
if ( ! $field ) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( ! acf_field_type_supports( $field['type'], 'bindings', true ) ) {
|
||||||
|
if ( is_preview() ) {
|
||||||
|
return apply_filters( 'acf/bindings/field_not_supported_message', '[' . esc_html__( 'The requested ACF field type does not support output in Block Bindings or the ACF shortcode.', 'acf' ) . ']' );
|
||||||
|
} else {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( isset( $field['allow_in_bindings'] ) && ! $field['allow_in_bindings'] ) {
|
||||||
|
if ( is_preview() ) {
|
||||||
|
return apply_filters( 'acf/bindings/field_not_allowed_message', '[' . esc_html__( 'The requested ACF field is not allowed to be output in bindings or the ACF Shortcode.', 'acf' ) . ']' );
|
||||||
|
} else {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$value = $field['value'];
|
||||||
|
|
||||||
if ( is_array( $value ) ) {
|
if ( is_array( $value ) ) {
|
||||||
$value = implode( ', ', $value );
|
$value = implode( ', ', $value );
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ if ( current_user_can( acf_get_setting( 'capability' ) ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$acf_error_msg = sprintf(
|
$acf_error_msg = sprintf(
|
||||||
/* translators: %1$s - name of the ACF plugin. %2$s - Link to documentation. %3$s - Link to show more details about the error */
|
/* translators: %1$s - name of the ACF plugin. %2$s - Link to documentation. */
|
||||||
__( '%1$s ACF now automatically escapes unsafe HTML when rendered by <code>the_field</code> or the ACF shortcode. We\'ve detected the output of some of your fields has been modified by this change, but this may not be a breaking change. %2$s.', 'acf' ),
|
__( '%1$s ACF now automatically escapes unsafe HTML when rendered by <code>the_field</code> or the ACF shortcode. We\'ve detected the output of some of your fields has been modified by this change, but this may not be a breaking change. %2$s.', 'acf' ),
|
||||||
$acf_plugin_name,
|
$acf_plugin_name,
|
||||||
$acf_learn_how_to_fix
|
$acf_learn_how_to_fix
|
||||||
|
|||||||
@@ -1008,7 +1008,7 @@ function acf_shortcode( $atts ) {
|
|||||||
// Return if the ACF shortcode is disabled.
|
// Return if the ACF shortcode is disabled.
|
||||||
if ( ! acf_get_setting( 'enable_shortcode' ) ) {
|
if ( ! acf_get_setting( 'enable_shortcode' ) ) {
|
||||||
if ( is_preview() ) {
|
if ( is_preview() ) {
|
||||||
return apply_filters( 'acf/shortcode/disabled_message', __( '[The ACF shortcode is disabled on this site]', 'acf' ) );
|
return apply_filters( 'acf/shortcode/disabled_message', esc_html__( '[The ACF shortcode is disabled on this site]', 'acf' ) );
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -1024,7 +1024,7 @@ function acf_shortcode( $atts ) {
|
|||||||
// Limit previews of ACF shortcode data for users without publish_posts permissions.
|
// Limit previews of ACF shortcode data for users without publish_posts permissions.
|
||||||
$preview_capability = apply_filters( 'acf/shortcode/preview_capability', 'publish_posts' );
|
$preview_capability = apply_filters( 'acf/shortcode/preview_capability', 'publish_posts' );
|
||||||
if ( is_preview() && ! current_user_can( $preview_capability ) ) {
|
if ( is_preview() && ! current_user_can( $preview_capability ) ) {
|
||||||
return apply_filters( 'acf/shortcode/preview_capability_message', __( '[ACF shortcode value disabled for preview]', 'acf' ) );
|
return apply_filters( 'acf/shortcode/preview_capability_message', esc_html__( '[ACF shortcode value disabled for preview]', 'acf' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mitigate issue where some AJAX requests can return ACF field data.
|
// Mitigate issue where some AJAX requests can return ACF field data.
|
||||||
@@ -1051,7 +1051,7 @@ function acf_shortcode( $atts ) {
|
|||||||
if ( $decoded_post_id['type'] === 'post' ) {
|
if ( $decoded_post_id['type'] === 'post' ) {
|
||||||
if ( $atts['post_id'] !== false && ( (int) $atts['post_id'] !== (int) acf_get_valid_post_id() ) && ( ! is_post_publicly_viewable( $decoded_post_id['id'] ) ) && apply_filters( 'acf/shortcode/prevent_access_to_fields_on_non_public_posts', true ) ) {
|
if ( $atts['post_id'] !== false && ( (int) $atts['post_id'] !== (int) acf_get_valid_post_id() ) && ( ! is_post_publicly_viewable( $decoded_post_id['id'] ) ) && apply_filters( 'acf/shortcode/prevent_access_to_fields_on_non_public_posts', true ) ) {
|
||||||
if ( is_preview() ) {
|
if ( is_preview() ) {
|
||||||
return apply_filters( 'acf/shortcode/post_not_public_message', __( '[The ACF shortcode cannot display fields from non-public posts]', 'acf' ) );
|
return apply_filters( 'acf/shortcode/post_not_public_message', esc_html__( '[The ACF shortcode cannot display fields from non-public posts]', 'acf' ) );
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -1072,6 +1072,22 @@ function acf_shortcode( $atts ) {
|
|||||||
|
|
||||||
$field_type = is_array( $field ) && isset( $field['type'] ) ? $field['type'] : 'text';
|
$field_type = is_array( $field ) && isset( $field['type'] ) ? $field['type'] : 'text';
|
||||||
|
|
||||||
|
if ( ! acf_field_type_supports( $field_type, 'bindings', true ) ) {
|
||||||
|
if ( is_preview() ) {
|
||||||
|
return apply_filters( 'acf/shortcode/field_not_supported_message', '[' . esc_html__( 'The requested ACF field type does not support output in bindings or the ACF Shortcode.', 'acf' ) . ']' );
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( isset( $field['allow_in_bindings'] ) && ! $field['allow_in_bindings'] ) {
|
||||||
|
if ( is_preview() ) {
|
||||||
|
return apply_filters( 'acf/shortcode/field_not_allowed_message', '[' . esc_html__( 'The requested ACF field is not allowed to be output in bindings or the ACF Shortcode.', 'acf' ) . ']' );
|
||||||
|
} else {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ( apply_filters( 'acf/shortcode/prevent_access', false, $atts, $decoded_post_id['id'], $decoded_post_id['type'], $field_type, $field ) ) {
|
if ( apply_filters( 'acf/shortcode/prevent_access', false, $atts, $decoded_post_id['id'], $decoded_post_id['type'], $field_type, $field ) ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-1
@@ -26,7 +26,10 @@ if ( ! class_exists( 'acf_field__accordion' ) ) :
|
|||||||
$this->description = __( 'Allows you to group and organize custom fields into collapsable panels that are shown while editing content. Useful for keeping large datasets tidy.', 'acf' );
|
$this->description = __( 'Allows you to group and organize custom fields into collapsable panels that are shown while editing content. Useful for keeping large datasets tidy.', 'acf' );
|
||||||
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-accordion.png';
|
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-accordion.png';
|
||||||
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/accordion/', 'docs', 'field-type-selection' );
|
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/accordion/', 'docs', 'field-type-selection' );
|
||||||
$this->supports = array( 'required' => false );
|
$this->supports = array(
|
||||||
|
'required' => false,
|
||||||
|
'bindings' => false,
|
||||||
|
);
|
||||||
$this->defaults = array(
|
$this->defaults = array(
|
||||||
'open' => 0,
|
'open' => 0,
|
||||||
'multi_expand' => 0,
|
'multi_expand' => 0,
|
||||||
|
|||||||
+3
@@ -24,6 +24,9 @@ if ( ! class_exists( 'acf_field__group' ) ) :
|
|||||||
$this->description = __( 'Provides a way to structure fields into groups to better organize the data and the edit screen.', 'acf' );
|
$this->description = __( 'Provides a way to structure fields into groups to better organize the data and the edit screen.', 'acf' );
|
||||||
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-group.png';
|
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-group.png';
|
||||||
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/group/', 'docs', 'field-type-selection' );
|
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/group/', 'docs', 'field-type-selection' );
|
||||||
|
$this->supports = array(
|
||||||
|
'bindings' => false,
|
||||||
|
);
|
||||||
$this->defaults = array(
|
$this->defaults = array(
|
||||||
'sub_fields' => array(),
|
'sub_fields' => array(),
|
||||||
'layout' => 'block',
|
'layout' => 'block',
|
||||||
|
|||||||
+4
-1
@@ -24,7 +24,10 @@ if ( ! class_exists( 'acf_field_message' ) ) :
|
|||||||
$this->category = 'layout';
|
$this->category = 'layout';
|
||||||
$this->description = __( 'Used to display a message to editors alongside other fields. Useful for providing additional context or instructions around your fields.', 'acf' );
|
$this->description = __( 'Used to display a message to editors alongside other fields. Useful for providing additional context or instructions around your fields.', 'acf' );
|
||||||
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-message.png';
|
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-message.png';
|
||||||
$this->supports = array( 'required' => false );
|
$this->supports = array(
|
||||||
|
'required' => false,
|
||||||
|
'bindings' => false,
|
||||||
|
);
|
||||||
$this->defaults = array(
|
$this->defaults = array(
|
||||||
'message' => '',
|
'message' => '',
|
||||||
'esc_html' => 0,
|
'esc_html' => 0,
|
||||||
|
|||||||
+20
-28
@@ -42,67 +42,59 @@ if ( ! class_exists( 'acf_field_select' ) ) :
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* description
|
* Enqueues admin scripts for the Select field.
|
||||||
*
|
*
|
||||||
* @type function
|
* @since 5.3.2
|
||||||
* @date 16/12/2015
|
|
||||||
* @since 5.3.2
|
|
||||||
*
|
*
|
||||||
* @param $post_id (int)
|
* @return void
|
||||||
* @return $post_id (int)
|
|
||||||
*/
|
*/
|
||||||
function input_admin_enqueue_scripts() {
|
public function input_admin_enqueue_scripts() {
|
||||||
|
// Bail early if not enqueuing select2.
|
||||||
// bail early if no enqueue
|
|
||||||
if ( ! acf_get_setting( 'enqueue_select2' ) ) {
|
if ( ! acf_get_setting( 'enqueue_select2' ) ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// globals
|
global $wp_scripts;
|
||||||
global $wp_scripts, $wp_styles;
|
|
||||||
|
|
||||||
// vars
|
$min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
||||||
$min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
$major = acf_get_setting( 'select2_version' );
|
||||||
$major = acf_get_setting( 'select2_version' );
|
|
||||||
$version = '';
|
|
||||||
$script = '';
|
|
||||||
$style = '';
|
|
||||||
|
|
||||||
// attempt to find 3rd party Select2 version
|
// attempt to find 3rd party Select2 version
|
||||||
// - avoid including v3 CSS when v4 JS is already enququed
|
// - avoid including v3 CSS when v4 JS is already enqueued.
|
||||||
if ( isset( $wp_scripts->registered['select2'] ) ) {
|
if ( isset( $wp_scripts->registered['select2'] ) ) {
|
||||||
$major = (int) $wp_scripts->registered['select2']->ver;
|
$major = (int) $wp_scripts->registered['select2']->ver;
|
||||||
}
|
}
|
||||||
|
|
||||||
// v4
|
if ( $major === 3 ) {
|
||||||
if ( $major == 4 ) {
|
// Use v3 if necessary.
|
||||||
$version = '4.0.13';
|
|
||||||
$script = acf_get_url( "assets/inc/select2/4/select2.full{$min}.js" );
|
|
||||||
$style = acf_get_url( "assets/inc/select2/4/select2{$min}.css" );
|
|
||||||
|
|
||||||
// v3
|
|
||||||
} else {
|
|
||||||
$version = '3.5.2';
|
$version = '3.5.2';
|
||||||
$script = acf_get_url( "assets/inc/select2/3/select2{$min}.js" );
|
$script = acf_get_url( "assets/inc/select2/3/select2{$min}.js" );
|
||||||
$style = acf_get_url( 'assets/inc/select2/3/select2.css' );
|
$style = acf_get_url( 'assets/inc/select2/3/select2.css' );
|
||||||
|
} else {
|
||||||
|
// Default to v4.
|
||||||
|
$version = '4.0.13';
|
||||||
|
$script = acf_get_url( "assets/inc/select2/4/select2.full{$min}.js" );
|
||||||
|
$style = acf_get_url( "assets/inc/select2/4/select2{$min}.css" );
|
||||||
}
|
}
|
||||||
|
|
||||||
// enqueue
|
|
||||||
wp_enqueue_script( 'select2', $script, array( 'jquery' ), $version );
|
wp_enqueue_script( 'select2', $script, array( 'jquery' ), $version );
|
||||||
wp_enqueue_style( 'select2', $style, '', $version );
|
wp_enqueue_style( 'select2', $style, '', $version );
|
||||||
|
|
||||||
// localize
|
|
||||||
acf_localize_data(
|
acf_localize_data(
|
||||||
array(
|
array(
|
||||||
'select2L10n' => array(
|
'select2L10n' => array(
|
||||||
'matches_1' => _x( 'One result is available, press enter to select it.', 'Select2 JS matches_1', 'acf' ),
|
'matches_1' => _x( 'One result is available, press enter to select it.', 'Select2 JS matches_1', 'acf' ),
|
||||||
|
/* translators: %d - number of results available in select field */
|
||||||
'matches_n' => _x( '%d results are available, use up and down arrow keys to navigate.', 'Select2 JS matches_n', 'acf' ),
|
'matches_n' => _x( '%d results are available, use up and down arrow keys to navigate.', 'Select2 JS matches_n', 'acf' ),
|
||||||
'matches_0' => _x( 'No matches found', 'Select2 JS matches_0', 'acf' ),
|
'matches_0' => _x( 'No matches found', 'Select2 JS matches_0', 'acf' ),
|
||||||
'input_too_short_1' => _x( 'Please enter 1 or more characters', 'Select2 JS input_too_short_1', 'acf' ),
|
'input_too_short_1' => _x( 'Please enter 1 or more characters', 'Select2 JS input_too_short_1', 'acf' ),
|
||||||
|
/* translators: %d - number of characters to enter into select field input */
|
||||||
'input_too_short_n' => _x( 'Please enter %d or more characters', 'Select2 JS input_too_short_n', 'acf' ),
|
'input_too_short_n' => _x( 'Please enter %d or more characters', 'Select2 JS input_too_short_n', 'acf' ),
|
||||||
'input_too_long_1' => _x( 'Please delete 1 character', 'Select2 JS input_too_long_1', 'acf' ),
|
'input_too_long_1' => _x( 'Please delete 1 character', 'Select2 JS input_too_long_1', 'acf' ),
|
||||||
|
/* translators: %d - number of characters that should be removed from select field */
|
||||||
'input_too_long_n' => _x( 'Please delete %d characters', 'Select2 JS input_too_long_n', 'acf' ),
|
'input_too_long_n' => _x( 'Please delete %d characters', 'Select2 JS input_too_long_n', 'acf' ),
|
||||||
'selection_too_long_1' => _x( 'You can only select 1 item', 'Select2 JS selection_too_long_1', 'acf' ),
|
'selection_too_long_1' => _x( 'You can only select 1 item', 'Select2 JS selection_too_long_1', 'acf' ),
|
||||||
|
/* translators: %d - maximum number of items that can be selected in the select field */
|
||||||
'selection_too_long_n' => _x( 'You can only select %d items', 'Select2 JS selection_too_long_n', 'acf' ),
|
'selection_too_long_n' => _x( 'You can only select %d items', 'Select2 JS selection_too_long_n', 'acf' ),
|
||||||
'load_more' => _x( 'Loading more results…', 'Select2 JS load_more', 'acf' ),
|
'load_more' => _x( 'Loading more results…', 'Select2 JS load_more', 'acf' ),
|
||||||
'searching' => _x( 'Searching…', 'Select2 JS searching', 'acf' ),
|
'searching' => _x( 'Searching…', 'Select2 JS searching', 'acf' ),
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,10 @@ if ( ! class_exists( 'acf_field_tab' ) ) :
|
|||||||
$this->description = __( 'Allows you to group fields into tabbed sections in the edit screen. Useful for keeping fields organized and structured.', 'acf' );
|
$this->description = __( 'Allows you to group fields into tabbed sections in the edit screen. Useful for keeping fields organized and structured.', 'acf' );
|
||||||
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-tabs.png';
|
$this->preview_image = acf_get_url() . '/assets/images/field-type-previews/field-preview-tabs.png';
|
||||||
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/tab/', 'docs', 'field-type-selection' );
|
$this->doc_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/tab/', 'docs', 'field-type-selection' );
|
||||||
$this->supports = array( 'required' => false );
|
$this->supports = array(
|
||||||
|
'required' => false,
|
||||||
|
'bindings' => false,
|
||||||
|
);
|
||||||
$this->defaults = array(
|
$this->defaults = array(
|
||||||
'placement' => 'top',
|
'placement' => 'top',
|
||||||
'endpoint' => 0, // added in 5.2.8
|
'endpoint' => 0, // added in 5.2.8
|
||||||
|
|||||||
+49
-1
@@ -78,8 +78,9 @@ if ( ! class_exists( 'acf_field' ) ) :
|
|||||||
$this->add_action( 'acf/field_group/admin_head', array( $this, 'field_group_admin_head' ), 10, 0 );
|
$this->add_action( 'acf/field_group/admin_head', array( $this, 'field_group_admin_head' ), 10, 0 );
|
||||||
$this->add_action( 'acf/field_group/admin_footer', array( $this, 'field_group_admin_footer' ), 10, 0 );
|
$this->add_action( 'acf/field_group/admin_footer', array( $this, 'field_group_admin_footer' ), 10, 0 );
|
||||||
|
|
||||||
// Most fields can use the "Required" validation setting as well as most presentation settings.
|
// Add field global settings configurable by supports on specific field types.
|
||||||
$this->add_field_action( 'acf/field_group/render_field_settings_tab/validation', array( $this, 'render_required_setting' ), 5 );
|
$this->add_field_action( 'acf/field_group/render_field_settings_tab/validation', array( $this, 'render_required_setting' ), 5 );
|
||||||
|
$this->add_field_action( 'acf/field_group/render_field_settings_tab/presentation', array( $this, 'render_bindings_setting' ), 5 );
|
||||||
|
|
||||||
foreach ( acf_get_combined_field_type_settings_tabs() as $tab_key => $tab_label ) {
|
foreach ( acf_get_combined_field_type_settings_tabs() as $tab_key => $tab_label ) {
|
||||||
$this->add_field_action( "acf/field_group/render_field_settings_tab/{$tab_key}", array( $this, "render_field_{$tab_key}_settings" ), 9, 1 );
|
$this->add_field_action( "acf/field_group/render_field_settings_tab/{$tab_key}", array( $this, "render_field_{$tab_key}_settings" ), 9, 1 );
|
||||||
@@ -318,6 +319,53 @@ if ( ! class_exists( 'acf_field' ) ) :
|
|||||||
true
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Renders the "Allow in Bindings" setting on the field type "Presentation" settings tab.
|
||||||
|
*
|
||||||
|
* @since 6.3.6
|
||||||
|
*
|
||||||
|
* @param array $field The field type being rendered.
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function render_bindings_setting( $field ) {
|
||||||
|
$supports_bindings = acf_field_type_supports( $field['type'], 'bindings', true );
|
||||||
|
|
||||||
|
// Only prevent rendering if explicitly disabled.
|
||||||
|
if ( ! $supports_bindings ) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* translators: %s A "Learn More" link to documentation explaining the setting further. */
|
||||||
|
$binding_string = esc_html__( 'Allow content editors to access and display the field value in the editor UI using Block Bindings or the ACF Shortcode. %s', 'acf' );
|
||||||
|
$binding_url = '<a target="_blank" href="' . acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/resources/bindings-security/', 'docs', 'field-settings' ) . '">' . esc_html__( 'Learn more.', 'acf' ) . '</a>';
|
||||||
|
$binding_instructions = sprintf(
|
||||||
|
$binding_string,
|
||||||
|
$binding_url
|
||||||
|
);
|
||||||
|
|
||||||
|
// This field setting has a unique behaviour. If the value isn't defined on the field object, it defaults to true, but for new fields, it defaults to off.
|
||||||
|
if ( ! isset( $field['allow_in_bindings'] ) ) {
|
||||||
|
if ( empty( $field['ID'] ) ) {
|
||||||
|
$field['allow_in_bindings'] = false;
|
||||||
|
} else {
|
||||||
|
$field['allow_in_bindings'] = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
acf_render_field_setting(
|
||||||
|
$field,
|
||||||
|
array(
|
||||||
|
'label' => __( 'Allow Access to Value in Editor UI', 'acf' ),
|
||||||
|
'instructions' => $binding_instructions,
|
||||||
|
'type' => 'true_false',
|
||||||
|
'name' => 'allow_in_bindings',
|
||||||
|
'ui' => 1,
|
||||||
|
'class' => 'field-show-in-bindings',
|
||||||
|
),
|
||||||
|
true
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
endif; // class_exists check
|
endif; // class_exists check
|
||||||
|
|||||||
@@ -118,40 +118,40 @@ if ( ! class_exists( 'acf_validation' ) ) :
|
|||||||
$this->errors = array();
|
$this->errors = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function will validate the $_POST data via AJAX
|
* Validates $_POST data via AJAX prior to save.
|
||||||
*
|
*
|
||||||
* @type function
|
|
||||||
* @date 27/10/2014
|
|
||||||
* @since 5.0.9
|
* @since 5.0.9
|
||||||
*
|
*
|
||||||
* @param n/a
|
* @return void
|
||||||
* @return n/a
|
|
||||||
*/
|
*/
|
||||||
function ajax_validate_save_post() {
|
public function ajax_validate_save_post() {
|
||||||
|
|
||||||
// validate
|
|
||||||
if ( ! acf_verify_ajax() ) {
|
if ( ! acf_verify_ajax() ) {
|
||||||
die();
|
wp_send_json_success(
|
||||||
|
array(
|
||||||
|
'valid' => 0,
|
||||||
|
'errors' => array(
|
||||||
|
array(
|
||||||
|
'input' => false,
|
||||||
|
'message' => __( 'ACF was unable to perform validation due to an invalid security nonce being provided.', 'acf' ),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// vars
|
|
||||||
$json = array(
|
$json = array(
|
||||||
'valid' => 1,
|
'valid' => 1,
|
||||||
'errors' => 0,
|
'errors' => 0,
|
||||||
);
|
);
|
||||||
|
|
||||||
// success
|
|
||||||
if ( acf_validate_save_post() ) {
|
if ( acf_validate_save_post() ) {
|
||||||
wp_send_json_success( $json );
|
wp_send_json_success( $json );
|
||||||
}
|
}
|
||||||
|
|
||||||
// update vars
|
|
||||||
$json['valid'] = 0;
|
$json['valid'] = 0;
|
||||||
$json['errors'] = acf_get_validation_errors();
|
$json['errors'] = acf_get_validation_errors();
|
||||||
|
|
||||||
// return
|
|
||||||
wp_send_json_success( $json );
|
wp_send_json_success( $json );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: ar\n"
|
"Language: ar\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: ca\n"
|
"Language: ca\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: de_CH\n"
|
"Language: de_CH\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -115,7 +115,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:686
|
#: includes/fields/class-acf-field-icon_picker.php:686
|
||||||
msgid "Text Page Icon"
|
msgid "Text Page Icon"
|
||||||
msgstr ""
|
msgstr "Textseite-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:680
|
#: includes/fields/class-acf-field-icon_picker.php:680
|
||||||
msgid "Table Row Delete Icon"
|
msgid "Table Row Delete Icon"
|
||||||
@@ -183,7 +183,7 @@ msgstr "REST-API-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:649
|
#: includes/fields/class-acf-field-icon_picker.php:649
|
||||||
msgid "Remove Icon"
|
msgid "Remove Icon"
|
||||||
msgstr ""
|
msgstr "Entfernen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:647
|
#: includes/fields/class-acf-field-icon_picker.php:647
|
||||||
msgid "Reddit Icon"
|
msgid "Reddit Icon"
|
||||||
@@ -219,7 +219,7 @@ msgstr "Pinterest-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:630
|
#: includes/fields/class-acf-field-icon_picker.php:630
|
||||||
msgid "Pets Icon"
|
msgid "Pets Icon"
|
||||||
msgstr ""
|
msgstr "Haustiere-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:628
|
#: includes/fields/class-acf-field-icon_picker.php:628
|
||||||
msgid "PDF Icon"
|
msgid "PDF Icon"
|
||||||
@@ -227,7 +227,7 @@ msgstr "PDF-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:626
|
#: includes/fields/class-acf-field-icon_picker.php:626
|
||||||
msgid "Palm Tree Icon"
|
msgid "Palm Tree Icon"
|
||||||
msgstr ""
|
msgstr "Palme-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:625
|
#: includes/fields/class-acf-field-icon_picker.php:625
|
||||||
msgid "Open Folder Icon"
|
msgid "Open Folder Icon"
|
||||||
@@ -327,10 +327,10 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:575
|
#: includes/fields/class-acf-field-icon_picker.php:575
|
||||||
msgid "Crop Icon"
|
msgid "Crop Icon"
|
||||||
msgstr ""
|
msgstr "Zuschneiden-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -343,7 +343,7 @@ msgstr "Sanduhr-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:568
|
#: includes/fields/class-acf-field-icon_picker.php:568
|
||||||
msgid "Heading Icon"
|
msgid "Heading Icon"
|
||||||
msgstr ""
|
msgstr "Überschrift-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:564
|
#: includes/fields/class-acf-field-icon_picker.php:564
|
||||||
msgid "Google Icon"
|
msgid "Google Icon"
|
||||||
@@ -460,7 +460,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:497
|
#: includes/fields/class-acf-field-icon_picker.php:497
|
||||||
msgid "Drumstick Icon"
|
msgid "Drumstick Icon"
|
||||||
msgstr ""
|
msgstr "Hähnchenkeule-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:493
|
#: includes/fields/class-acf-field-icon_picker.php:493
|
||||||
msgid "Database View Icon"
|
msgid "Database View Icon"
|
||||||
@@ -508,11 +508,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:481
|
#: includes/fields/class-acf-field-icon_picker.php:481
|
||||||
msgid "Repeat Icon"
|
msgid "Repeat Icon"
|
||||||
msgstr ""
|
msgstr "Wiederholen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:480
|
#: includes/fields/class-acf-field-icon_picker.php:480
|
||||||
msgid "Play Icon"
|
msgid "Play Icon"
|
||||||
msgstr ""
|
msgstr "Abspielen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:479
|
#: includes/fields/class-acf-field-icon_picker.php:479
|
||||||
msgid "Pause Icon"
|
msgid "Pause Icon"
|
||||||
@@ -524,7 +524,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:477
|
#: includes/fields/class-acf-field-icon_picker.php:477
|
||||||
msgid "Back Icon"
|
msgid "Back Icon"
|
||||||
msgstr ""
|
msgstr "Zurück-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:476
|
#: includes/fields/class-acf-field-icon_picker.php:476
|
||||||
msgid "Columns Icon"
|
msgid "Columns Icon"
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,8 +599,8 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr "BuddyPress-Icon"
|
msgstr "BuddyPress-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr "BbPress-Icon"
|
msgstr "bbPress-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
msgid "Activity Icon"
|
msgid "Activity Icon"
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
||||||
@@ -863,7 +857,7 @@ msgstr "Sortieren-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:664
|
#: includes/fields/class-acf-field-icon_picker.php:664
|
||||||
msgid "Smiley Icon"
|
msgid "Smiley Icon"
|
||||||
msgstr ""
|
msgstr "Smiley-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:663
|
#: includes/fields/class-acf-field-icon_picker.php:663
|
||||||
msgid "Smartphone Icon"
|
msgid "Smartphone Icon"
|
||||||
@@ -967,7 +961,7 @@ msgstr "Minus-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:616
|
#: includes/fields/class-acf-field-icon_picker.php:616
|
||||||
msgid "Migrate Icon"
|
msgid "Migrate Icon"
|
||||||
msgstr ""
|
msgstr "Migrieren-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:615
|
#: includes/fields/class-acf-field-icon_picker.php:615
|
||||||
msgid "Microphone Icon"
|
msgid "Microphone Icon"
|
||||||
@@ -979,7 +973,7 @@ msgstr "Megafon-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:600
|
#: includes/fields/class-acf-field-icon_picker.php:600
|
||||||
msgid "Marker Icon"
|
msgid "Marker Icon"
|
||||||
msgstr ""
|
msgstr "Marker-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:599
|
#: includes/fields/class-acf-field-icon_picker.php:599
|
||||||
msgid "Lock Icon"
|
msgid "Lock Icon"
|
||||||
@@ -991,7 +985,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:596
|
#: includes/fields/class-acf-field-icon_picker.php:596
|
||||||
msgid "List View Icon"
|
msgid "List View Icon"
|
||||||
msgstr ""
|
msgstr "Listenansicht-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:594
|
#: includes/fields/class-acf-field-icon_picker.php:594
|
||||||
msgid "Lightbulb Icon"
|
msgid "Lightbulb Icon"
|
||||||
@@ -999,7 +993,7 @@ msgstr "Glühbirnen-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:593
|
#: includes/fields/class-acf-field-icon_picker.php:593
|
||||||
msgid "Left Right Icon"
|
msgid "Left Right Icon"
|
||||||
msgstr ""
|
msgstr "Links-Rechts-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:592
|
#: includes/fields/class-acf-field-icon_picker.php:592
|
||||||
msgid "Layout Icon"
|
msgid "Layout Icon"
|
||||||
@@ -1018,8 +1012,8 @@ msgid "Index Card Icon"
|
|||||||
msgstr "Karteikarte-Icon"
|
msgstr "Karteikarte-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr "ID-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
msgid "Hidden Icon"
|
msgid "Hidden Icon"
|
||||||
@@ -1057,7 +1051,7 @@ msgstr "Filter-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:548
|
#: includes/fields/class-acf-field-icon_picker.php:548
|
||||||
msgid "Feedback Icon"
|
msgid "Feedback Icon"
|
||||||
msgstr ""
|
msgstr "Feedback-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:547
|
#: includes/fields/class-acf-field-icon_picker.php:547
|
||||||
msgid "Facebook (alt) Icon"
|
msgid "Facebook (alt) Icon"
|
||||||
@@ -1091,7 +1085,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:531
|
#: includes/fields/class-acf-field-icon_picker.php:531
|
||||||
msgid "Underline Icon"
|
msgid "Underline Icon"
|
||||||
msgstr ""
|
msgstr "Unterstreichen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:529
|
#: includes/fields/class-acf-field-icon_picker.php:529
|
||||||
msgid "Text Color Icon"
|
msgid "Text Color Icon"
|
||||||
@@ -1341,7 +1335,7 @@ msgstr "Einstellungen-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:397
|
#: includes/fields/class-acf-field-icon_picker.php:397
|
||||||
msgid "Post Icon"
|
msgid "Post Icon"
|
||||||
msgstr ""
|
msgstr "Beitrag-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:396
|
#: includes/fields/class-acf-field-icon_picker.php:396
|
||||||
msgid "Plugins Icon"
|
msgid "Plugins Icon"
|
||||||
@@ -1349,7 +1343,7 @@ msgstr "Plugins-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:395
|
#: includes/fields/class-acf-field-icon_picker.php:395
|
||||||
msgid "Page Icon"
|
msgid "Page Icon"
|
||||||
msgstr ""
|
msgstr "Seite-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:394
|
#: includes/fields/class-acf-field-icon_picker.php:394
|
||||||
msgid "Network Icon"
|
msgid "Network Icon"
|
||||||
@@ -1408,7 +1402,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:284
|
#: includes/fields/class-acf-field-icon_picker.php:284
|
||||||
msgid "No results found for that search term"
|
msgid "No results found for that search term"
|
||||||
msgstr ""
|
msgstr "Es wurden keine Ergebnisse für diesen Suchbegriff gefunden"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:266
|
#: includes/fields/class-acf-field-icon_picker.php:266
|
||||||
msgid "Array"
|
msgid "Array"
|
||||||
@@ -1416,7 +1410,7 @@ msgstr "Array"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:265
|
#: includes/fields/class-acf-field-icon_picker.php:265
|
||||||
msgid "String"
|
msgid "String"
|
||||||
msgstr ""
|
msgstr "Zeichenfolge"
|
||||||
|
|
||||||
#. translators: %s - link to documentation
|
#. translators: %s - link to documentation
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:253
|
#: includes/fields/class-acf-field-icon_picker.php:253
|
||||||
@@ -1433,7 +1427,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:194
|
#: includes/fields/class-acf-field-icon_picker.php:194
|
||||||
msgid "Browse Media Library"
|
msgid "Browse Media Library"
|
||||||
msgstr ""
|
msgstr "Mediathek durchsuchen"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:185
|
#: includes/fields/class-acf-field-icon_picker.php:185
|
||||||
msgid "The currently selected image preview"
|
msgid "The currently selected image preview"
|
||||||
@@ -1463,7 +1457,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:23
|
#: includes/fields/class-acf-field-icon_picker.php:23
|
||||||
msgid "Icon Picker"
|
msgid "Icon Picker"
|
||||||
msgstr ""
|
msgstr "Icon-Wähler"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:704
|
#: includes/class-acf-site-health.php:704
|
||||||
msgid "JSON Load Paths"
|
msgid "JSON Load Paths"
|
||||||
@@ -1475,7 +1469,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:689
|
#: includes/class-acf-site-health.php:689
|
||||||
msgid "Registered ACF Forms"
|
msgid "Registered ACF Forms"
|
||||||
msgstr ""
|
msgstr "Registrierte ACF-Formulare"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:683
|
#: includes/class-acf-site-health.php:683
|
||||||
msgid "Shortcode Enabled"
|
msgid "Shortcode Enabled"
|
||||||
@@ -1539,7 +1533,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:534
|
#: includes/class-acf-site-health.php:534
|
||||||
msgid "Registered Taxonomies (JSON)"
|
msgid "Registered Taxonomies (JSON)"
|
||||||
msgstr ""
|
msgstr "Registrierte Taxonomien (JSON)"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:522
|
#: includes/class-acf-site-health.php:522
|
||||||
msgid "Registered Taxonomies (UI)"
|
msgid "Registered Taxonomies (UI)"
|
||||||
@@ -1547,7 +1541,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:510
|
#: includes/class-acf-site-health.php:510
|
||||||
msgid "Registered Post Types (JSON)"
|
msgid "Registered Post Types (JSON)"
|
||||||
msgstr ""
|
msgstr "Registrierte Inhaltstypen (JSON)"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:498
|
#: includes/class-acf-site-health.php:498
|
||||||
msgid "Registered Post Types (UI)"
|
msgid "Registered Post Types (UI)"
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1663,7 +1657,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/admin/views/escaped-html-notice.php:25
|
#: includes/admin/views/escaped-html-notice.php:25
|
||||||
msgid "Dismiss permanently"
|
msgid "Dismiss permanently"
|
||||||
msgstr ""
|
msgstr "Dauerhaft verwerfen"
|
||||||
|
|
||||||
#: includes/admin/views/acf-field-group/field.php:220
|
#: includes/admin/views/acf-field-group/field.php:220
|
||||||
msgid "Instructions for content editors. Shown when submitting data."
|
msgid "Instructions for content editors. Shown when submitting data."
|
||||||
@@ -1884,7 +1878,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/admin/views/escaped-html-notice.php:5
|
#: includes/admin/views/escaped-html-notice.php:5
|
||||||
msgid "Learn more"
|
msgid "Learn more"
|
||||||
msgstr ""
|
msgstr "Mehr erfahren"
|
||||||
|
|
||||||
#: includes/admin/admin.php:63
|
#: includes/admin/admin.php:63
|
||||||
msgid "Hide details"
|
msgid "Hide details"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: de_DE_formal\n"
|
"Language: de_DE_formal\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -115,7 +115,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:686
|
#: includes/fields/class-acf-field-icon_picker.php:686
|
||||||
msgid "Text Page Icon"
|
msgid "Text Page Icon"
|
||||||
msgstr ""
|
msgstr "Textseite-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:680
|
#: includes/fields/class-acf-field-icon_picker.php:680
|
||||||
msgid "Table Row Delete Icon"
|
msgid "Table Row Delete Icon"
|
||||||
@@ -183,7 +183,7 @@ msgstr "REST-API-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:649
|
#: includes/fields/class-acf-field-icon_picker.php:649
|
||||||
msgid "Remove Icon"
|
msgid "Remove Icon"
|
||||||
msgstr ""
|
msgstr "Entfernen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:647
|
#: includes/fields/class-acf-field-icon_picker.php:647
|
||||||
msgid "Reddit Icon"
|
msgid "Reddit Icon"
|
||||||
@@ -219,7 +219,7 @@ msgstr "Pinterest-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:630
|
#: includes/fields/class-acf-field-icon_picker.php:630
|
||||||
msgid "Pets Icon"
|
msgid "Pets Icon"
|
||||||
msgstr ""
|
msgstr "Haustiere-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:628
|
#: includes/fields/class-acf-field-icon_picker.php:628
|
||||||
msgid "PDF Icon"
|
msgid "PDF Icon"
|
||||||
@@ -227,7 +227,7 @@ msgstr "PDF-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:626
|
#: includes/fields/class-acf-field-icon_picker.php:626
|
||||||
msgid "Palm Tree Icon"
|
msgid "Palm Tree Icon"
|
||||||
msgstr ""
|
msgstr "Palme-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:625
|
#: includes/fields/class-acf-field-icon_picker.php:625
|
||||||
msgid "Open Folder Icon"
|
msgid "Open Folder Icon"
|
||||||
@@ -327,10 +327,10 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:575
|
#: includes/fields/class-acf-field-icon_picker.php:575
|
||||||
msgid "Crop Icon"
|
msgid "Crop Icon"
|
||||||
msgstr ""
|
msgstr "Zuschneiden-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -343,7 +343,7 @@ msgstr "Sanduhr-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:568
|
#: includes/fields/class-acf-field-icon_picker.php:568
|
||||||
msgid "Heading Icon"
|
msgid "Heading Icon"
|
||||||
msgstr ""
|
msgstr "Überschrift-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:564
|
#: includes/fields/class-acf-field-icon_picker.php:564
|
||||||
msgid "Google Icon"
|
msgid "Google Icon"
|
||||||
@@ -460,7 +460,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:497
|
#: includes/fields/class-acf-field-icon_picker.php:497
|
||||||
msgid "Drumstick Icon"
|
msgid "Drumstick Icon"
|
||||||
msgstr ""
|
msgstr "Hähnchenkeule-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:493
|
#: includes/fields/class-acf-field-icon_picker.php:493
|
||||||
msgid "Database View Icon"
|
msgid "Database View Icon"
|
||||||
@@ -508,11 +508,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:481
|
#: includes/fields/class-acf-field-icon_picker.php:481
|
||||||
msgid "Repeat Icon"
|
msgid "Repeat Icon"
|
||||||
msgstr ""
|
msgstr "Wiederholen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:480
|
#: includes/fields/class-acf-field-icon_picker.php:480
|
||||||
msgid "Play Icon"
|
msgid "Play Icon"
|
||||||
msgstr ""
|
msgstr "Abspielen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:479
|
#: includes/fields/class-acf-field-icon_picker.php:479
|
||||||
msgid "Pause Icon"
|
msgid "Pause Icon"
|
||||||
@@ -524,7 +524,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:477
|
#: includes/fields/class-acf-field-icon_picker.php:477
|
||||||
msgid "Back Icon"
|
msgid "Back Icon"
|
||||||
msgstr ""
|
msgstr "Zurück-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:476
|
#: includes/fields/class-acf-field-icon_picker.php:476
|
||||||
msgid "Columns Icon"
|
msgid "Columns Icon"
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,8 +599,8 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr "BuddyPress-Icon"
|
msgstr "BuddyPress-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr "BbPress-Icon"
|
msgstr "bbPress-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
msgid "Activity Icon"
|
msgid "Activity Icon"
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
msgstr "Du bist leider nicht berechtigt, diese Aktion durchzuführen."
|
||||||
@@ -863,7 +857,7 @@ msgstr "Sortieren-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:664
|
#: includes/fields/class-acf-field-icon_picker.php:664
|
||||||
msgid "Smiley Icon"
|
msgid "Smiley Icon"
|
||||||
msgstr ""
|
msgstr "Smiley-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:663
|
#: includes/fields/class-acf-field-icon_picker.php:663
|
||||||
msgid "Smartphone Icon"
|
msgid "Smartphone Icon"
|
||||||
@@ -967,7 +961,7 @@ msgstr "Minus-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:616
|
#: includes/fields/class-acf-field-icon_picker.php:616
|
||||||
msgid "Migrate Icon"
|
msgid "Migrate Icon"
|
||||||
msgstr ""
|
msgstr "Migrieren-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:615
|
#: includes/fields/class-acf-field-icon_picker.php:615
|
||||||
msgid "Microphone Icon"
|
msgid "Microphone Icon"
|
||||||
@@ -979,7 +973,7 @@ msgstr "Megafon-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:600
|
#: includes/fields/class-acf-field-icon_picker.php:600
|
||||||
msgid "Marker Icon"
|
msgid "Marker Icon"
|
||||||
msgstr ""
|
msgstr "Marker-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:599
|
#: includes/fields/class-acf-field-icon_picker.php:599
|
||||||
msgid "Lock Icon"
|
msgid "Lock Icon"
|
||||||
@@ -991,7 +985,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:596
|
#: includes/fields/class-acf-field-icon_picker.php:596
|
||||||
msgid "List View Icon"
|
msgid "List View Icon"
|
||||||
msgstr ""
|
msgstr "Listenansicht-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:594
|
#: includes/fields/class-acf-field-icon_picker.php:594
|
||||||
msgid "Lightbulb Icon"
|
msgid "Lightbulb Icon"
|
||||||
@@ -999,7 +993,7 @@ msgstr "Glühbirnen-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:593
|
#: includes/fields/class-acf-field-icon_picker.php:593
|
||||||
msgid "Left Right Icon"
|
msgid "Left Right Icon"
|
||||||
msgstr ""
|
msgstr "Links-Rechts-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:592
|
#: includes/fields/class-acf-field-icon_picker.php:592
|
||||||
msgid "Layout Icon"
|
msgid "Layout Icon"
|
||||||
@@ -1018,8 +1012,8 @@ msgid "Index Card Icon"
|
|||||||
msgstr "Karteikarte-Icon"
|
msgstr "Karteikarte-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr "ID-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
msgid "Hidden Icon"
|
msgid "Hidden Icon"
|
||||||
@@ -1057,7 +1051,7 @@ msgstr "Filter-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:548
|
#: includes/fields/class-acf-field-icon_picker.php:548
|
||||||
msgid "Feedback Icon"
|
msgid "Feedback Icon"
|
||||||
msgstr ""
|
msgstr "Feedback-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:547
|
#: includes/fields/class-acf-field-icon_picker.php:547
|
||||||
msgid "Facebook (alt) Icon"
|
msgid "Facebook (alt) Icon"
|
||||||
@@ -1091,7 +1085,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:531
|
#: includes/fields/class-acf-field-icon_picker.php:531
|
||||||
msgid "Underline Icon"
|
msgid "Underline Icon"
|
||||||
msgstr ""
|
msgstr "Unterstreichen-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:529
|
#: includes/fields/class-acf-field-icon_picker.php:529
|
||||||
msgid "Text Color Icon"
|
msgid "Text Color Icon"
|
||||||
@@ -1341,7 +1335,7 @@ msgstr "Einstellungen-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:397
|
#: includes/fields/class-acf-field-icon_picker.php:397
|
||||||
msgid "Post Icon"
|
msgid "Post Icon"
|
||||||
msgstr ""
|
msgstr "Beitrag-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:396
|
#: includes/fields/class-acf-field-icon_picker.php:396
|
||||||
msgid "Plugins Icon"
|
msgid "Plugins Icon"
|
||||||
@@ -1349,7 +1343,7 @@ msgstr "Plugins-Icon"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:395
|
#: includes/fields/class-acf-field-icon_picker.php:395
|
||||||
msgid "Page Icon"
|
msgid "Page Icon"
|
||||||
msgstr ""
|
msgstr "Seite-Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:394
|
#: includes/fields/class-acf-field-icon_picker.php:394
|
||||||
msgid "Network Icon"
|
msgid "Network Icon"
|
||||||
@@ -1408,7 +1402,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:284
|
#: includes/fields/class-acf-field-icon_picker.php:284
|
||||||
msgid "No results found for that search term"
|
msgid "No results found for that search term"
|
||||||
msgstr ""
|
msgstr "Es wurden keine Ergebnisse für diesen Suchbegriff gefunden"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:266
|
#: includes/fields/class-acf-field-icon_picker.php:266
|
||||||
msgid "Array"
|
msgid "Array"
|
||||||
@@ -1416,7 +1410,7 @@ msgstr "Array"
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:265
|
#: includes/fields/class-acf-field-icon_picker.php:265
|
||||||
msgid "String"
|
msgid "String"
|
||||||
msgstr ""
|
msgstr "Zeichenfolge"
|
||||||
|
|
||||||
#. translators: %s - link to documentation
|
#. translators: %s - link to documentation
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:253
|
#: includes/fields/class-acf-field-icon_picker.php:253
|
||||||
@@ -1433,7 +1427,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:194
|
#: includes/fields/class-acf-field-icon_picker.php:194
|
||||||
msgid "Browse Media Library"
|
msgid "Browse Media Library"
|
||||||
msgstr ""
|
msgstr "Mediathek durchsuchen"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:185
|
#: includes/fields/class-acf-field-icon_picker.php:185
|
||||||
msgid "The currently selected image preview"
|
msgid "The currently selected image preview"
|
||||||
@@ -1463,7 +1457,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:23
|
#: includes/fields/class-acf-field-icon_picker.php:23
|
||||||
msgid "Icon Picker"
|
msgid "Icon Picker"
|
||||||
msgstr ""
|
msgstr "Icon-Wähler"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:704
|
#: includes/class-acf-site-health.php:704
|
||||||
msgid "JSON Load Paths"
|
msgid "JSON Load Paths"
|
||||||
@@ -1475,7 +1469,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:689
|
#: includes/class-acf-site-health.php:689
|
||||||
msgid "Registered ACF Forms"
|
msgid "Registered ACF Forms"
|
||||||
msgstr ""
|
msgstr "Registrierte ACF-Formulare"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:683
|
#: includes/class-acf-site-health.php:683
|
||||||
msgid "Shortcode Enabled"
|
msgid "Shortcode Enabled"
|
||||||
@@ -1539,7 +1533,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:534
|
#: includes/class-acf-site-health.php:534
|
||||||
msgid "Registered Taxonomies (JSON)"
|
msgid "Registered Taxonomies (JSON)"
|
||||||
msgstr ""
|
msgstr "Registrierte Taxonomien (JSON)"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:522
|
#: includes/class-acf-site-health.php:522
|
||||||
msgid "Registered Taxonomies (UI)"
|
msgid "Registered Taxonomies (UI)"
|
||||||
@@ -1547,7 +1541,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:510
|
#: includes/class-acf-site-health.php:510
|
||||||
msgid "Registered Post Types (JSON)"
|
msgid "Registered Post Types (JSON)"
|
||||||
msgstr ""
|
msgstr "Registrierte Inhaltstypen (JSON)"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:498
|
#: includes/class-acf-site-health.php:498
|
||||||
msgid "Registered Post Types (UI)"
|
msgid "Registered Post Types (UI)"
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1663,7 +1657,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/admin/views/escaped-html-notice.php:25
|
#: includes/admin/views/escaped-html-notice.php:25
|
||||||
msgid "Dismiss permanently"
|
msgid "Dismiss permanently"
|
||||||
msgstr ""
|
msgstr "Dauerhaft verwerfen"
|
||||||
|
|
||||||
#: includes/admin/views/acf-field-group/field.php:220
|
#: includes/admin/views/acf-field-group/field.php:220
|
||||||
msgid "Instructions for content editors. Shown when submitting data."
|
msgid "Instructions for content editors. Shown when submitting data."
|
||||||
@@ -1884,7 +1878,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/admin/views/escaped-html-notice.php:5
|
#: includes/admin/views/escaped-html-notice.php:5
|
||||||
msgid "Learn more"
|
msgid "Learn more"
|
||||||
msgstr ""
|
msgstr "Mehr erfahren"
|
||||||
|
|
||||||
#: includes/admin/admin.php:63
|
#: includes/admin/admin.php:63
|
||||||
msgid "Hide details"
|
msgid "Hide details"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: el\n"
|
"Language: el\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: en_GB\n"
|
"Language: en_GB\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,8 +330,8 @@ msgid "Crop Icon"
|
|||||||
msgstr "Crop Icon"
|
msgstr "Crop Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr "ID (alt) Icon"
|
msgstr "ID (alt) icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
msgid "HTML Icon"
|
msgid "HTML Icon"
|
||||||
@@ -583,8 +583,8 @@ msgid "Replies Icon"
|
|||||||
msgstr "Replies Icon"
|
msgstr "Replies Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr "PM Icon"
|
msgstr "PM icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
msgid "Friends Icon"
|
msgid "Friends Icon"
|
||||||
@@ -599,8 +599,8 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr "BuddyPress Icon"
|
msgstr "BuddyPress Icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr "bbPress Icon"
|
msgstr "bbPress icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
msgid "Activity Icon"
|
msgid "Activity Icon"
|
||||||
@@ -698,20 +698,14 @@ msgstr "Site (alt) Icon"
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgstr "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr "Sorry, you don't have permission to do that."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr "Invalid request args."
|
msgstr "Invalid request args."
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr "Sorry, you are not allowed to do that."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr "Sorry, you do not have permission to do that."
|
msgstr "Sorry, you do not have permission to do that."
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr "Index card icon"
|
msgstr "Index card icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr "ID icon"
|
msgstr "ID icon"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1654,7 +1648,7 @@ msgstr ""
|
|||||||
"can be useful to provide to support."
|
"can be useful to provide to support."
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr "An ACF Block on this page requires attention before you can save."
|
msgstr "An ACF Block on this page requires attention before you can save."
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: es_ES\n"
|
"Language: es_ES\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,8 +330,8 @@ msgid "Crop Icon"
|
|||||||
msgstr "Icono de recortar"
|
msgstr "Icono de recortar"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr "Icono de id (alt)"
|
msgstr "Icono de ID (alt)"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
msgid "HTML Icon"
|
msgid "HTML Icon"
|
||||||
@@ -583,8 +583,8 @@ msgid "Replies Icon"
|
|||||||
msgstr "Icono de respuestas"
|
msgstr "Icono de respuestas"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr "Icono de Pm"
|
msgstr "Icono de PM"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
msgid "Friends Icon"
|
msgid "Friends Icon"
|
||||||
@@ -599,8 +599,8 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr "Icono de BuddyPress"
|
msgstr "Icono de BuddyPress"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr "Icono de BbPress"
|
msgstr "Icono de bbPress"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
msgid "Activity Icon"
|
msgid "Activity Icon"
|
||||||
@@ -698,20 +698,14 @@ msgstr "Icono de sitio (alt)"
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr "Mejora a ACF PRO para crear páginas de opciones en unos pocos clics"
|
msgstr "Mejora a ACF PRO para crear páginas de opciones en unos pocos clics"
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr "Lo siento, no tienes permiso para hacerlo."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr "Argumentos de solicitud no válidos."
|
msgstr "Argumentos de solicitud no válidos."
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr "Lo siento, no tienes permisos para hacer eso."
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr "Lo siento, no tienes permisos para hacer eso."
|
msgstr "Lo siento, no tienes permisos para hacer eso."
|
||||||
@@ -1020,8 +1014,8 @@ msgid "Index Card Icon"
|
|||||||
msgstr "Icono de tarjeta índice"
|
msgstr "Icono de tarjeta índice"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr "Icono de id"
|
msgstr "Icono de ID"
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
msgid "Hidden Icon"
|
msgid "Hidden Icon"
|
||||||
@@ -1656,7 +1650,7 @@ msgstr ""
|
|||||||
"ACF que puede ser útil proporcionar al servicio de asistencia."
|
"ACF que puede ser útil proporcionar al servicio de asistencia."
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Un bloque de ACF en esta página requiere atención antes de que puedas "
|
"Un bloque de ACF en esta página requiere atención antes de que puedas "
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: es_MX\n"
|
"Language: es_MX\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: fa_AF\n"
|
"Language: fa_AF\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: fa_IR\n"
|
"Language: fa_IR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: fi\n"
|
"Language: fi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: fr_CA\n"
|
"Language: fr_CA\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: gl_ES\n"
|
"Language: gl_ES\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1020,7 +1014,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1650,7 +1644,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: gu\n"
|
"Language: gu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -330,7 +330,7 @@ msgid "Crop Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:574
|
#: includes/fields/class-acf-field-icon_picker.php:574
|
||||||
msgid "Id (alt) Icon"
|
msgid "ID (alt) Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:572
|
#: includes/fields/class-acf-field-icon_picker.php:572
|
||||||
@@ -583,7 +583,7 @@ msgid "Replies Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:446
|
#: includes/fields/class-acf-field-icon_picker.php:446
|
||||||
msgid "Pm Icon"
|
msgid "PM Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:444
|
#: includes/fields/class-acf-field-icon_picker.php:444
|
||||||
@@ -599,7 +599,7 @@ msgid "BuddyPress Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:440
|
#: includes/fields/class-acf-field-icon_picker.php:440
|
||||||
msgid "BbPress Icon"
|
msgid "bbPress Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:439
|
#: includes/fields/class-acf-field-icon_picker.php:439
|
||||||
@@ -698,20 +698,14 @@ msgstr ""
|
|||||||
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
msgid "Upgrade to ACF PRO to create options pages in just a few clicks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
|
||||||
msgid "Sorry, you don't have permission to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:24
|
#: includes/ajax/class-acf-ajax-query-users.php:24
|
||||||
msgid "Invalid request args."
|
msgid "Invalid request args."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
|
||||||
msgid "Sorry, you are not allowed to do that."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
#: includes/ajax/class-acf-ajax-check-screen.php:37
|
||||||
|
#: includes/ajax/class-acf-ajax-local-json-diff.php:37
|
||||||
#: includes/ajax/class-acf-ajax-query-users.php:32
|
#: includes/ajax/class-acf-ajax-query-users.php:32
|
||||||
|
#: includes/ajax/class-acf-ajax-upgrade.php:24
|
||||||
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
#: includes/ajax/class-acf-ajax-user-setting.php:38
|
||||||
msgid "Sorry, you do not have permission to do that."
|
msgid "Sorry, you do not have permission to do that."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1018,7 +1012,7 @@ msgid "Index Card Icon"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:573
|
#: includes/fields/class-acf-field-icon_picker.php:573
|
||||||
msgid "Id Icon"
|
msgid "ID Icon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/fields/class-acf-field-icon_picker.php:570
|
#: includes/fields/class-acf-field-icon_picker.php:570
|
||||||
@@ -1515,7 +1509,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: includes/class-acf-site-health.php:600
|
#: includes/class-acf-site-health.php:600
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr ""
|
msgstr "સામાન્ય"
|
||||||
|
|
||||||
#: includes/class-acf-site-health.php:599
|
#: includes/class-acf-site-health.php:599
|
||||||
msgid "REST API Format"
|
msgid "REST API Format"
|
||||||
@@ -1648,7 +1642,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
#: includes/assets.php:373 assets/build/js/acf-input.js:11312
|
||||||
#: assets/build/js/acf-input.js:12394
|
#: assets/build/js/acf-input.js:12396
|
||||||
msgid "An ACF Block on this page requires attention before you can save."
|
msgid "An ACF Block on this page requires attention before you can save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: he_IL\n"
|
"Language: he_IL\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -12,7 +12,7 @@
|
|||||||
# This file is distributed under the same license as Advanced Custom Fields.
|
# This file is distributed under the same license as Advanced Custom Fields.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"PO-Revision-Date: 2024-08-01T09:50:26+00:00\n"
|
"PO-Revision-Date: 2024-08-28T11:15:15+00:00\n"
|
||||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||||
"Language: hr\n"
|
"Language: hr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user